.cart_sidebar {
    overflow: hidden;
}
.cart_container {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 100%;
    z-index: 99999999;
    display: flex;
    border-radius: 0px;
    flex-direction: column;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    overflow: hidden;
}
.pd_delete svg {
    fill: #808b97;
    cursor: pointer;
    width: 22px;
    height: 22px;
}
.pd_delete svg:hover {
    fill: #ff0000;
}
.overlay_disable {
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 1;
}
.cart_icon .atc_iconimg {
    width: 45px;
    display: flex;
}
.cart_icon {
    position: fixed;
    bottom: 15px;
    z-index: 999999;
    color: black;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0 1px 4px 0;
    max-height: 60px;
    max-width: 60px;
}
.pscfw_basket {
    display: flex;
}
.pscfw_basket svg {
    fill: #fff;
}
.pscfw_basket img {
    max-width: 30px;
    max-height: 30px;
    object-fit: cover;
}
.pscfw_cart_img {
    display: inline-flex;
}
#close-btn{
    color: #000;
    line-height: 0px;
    text-align: center;
    position: absolute;
    top: 8px;
}
#close-btn svg {
    fill: #000000;
    cursor: pointer;
}
.atc_header h4 {
    margin: 0 auto 0 auto;
    color: #000;
}
.product_title a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.product_title a:hover {
    color: #ff9065;
}
.atcproduct_desc .p_price {
    color: #000;
}
a.pscfw_remove {
    text-decoration: none;
}
a.pscfw_remove span {
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
}
.pscfw_header_box {
    border-style: solid;
    border-width: 0 0 1px 0;
    background-color: #f8f8f8;
    max-width: 100%;
    display: flex;
    padding: 15px 15px 15px 15px;
    border-color: #b7b7b7;
}
.atcproduct_content {
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    overflow-y: auto;
    flex-grow: 1;
}
.atc_header h3 {
    margin: 0 0 15px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
ul.cart_products {
    max-width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    overflow: auto;
}
li.atc_cart {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
}
.atcproduct_info {
    width: 100%;
    font-size: 16px;;
}
.p_title_top {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
}
.p_img {
    margin-right: 15px;
}
.p_qty {
    border: 1px solid #ddd;
}
.p_qty .atcaiofwsidebar_cart_products {
    box-sizing: border-box;
    padding: 0;
    height: 25px;
    font-size: .97em;
    max-width: 50px;
    min-width: 45px;
    width: 100%;
    box-shadow: unset;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: unset!important;
    display: inline-block;
    line-height: 1!important;
}
.p_qty .pqty_total {
    margin: 0;
    box-sizing: border-box;
    padding: 4px;
    font-size: .97em;
    max-width: 50px;
    min-width: 45px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border-top: 0;
    color: #333;
    display: inline-block;
    border: 0;
    outline: none;
}
.cart_pro_slide .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
}
.cart_pro_slide .slide_pro_btn .added_to_cart {
    display: none !important;
}
.atcproduct_desc {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.atc_footer {
    padding: 15px 15px 15px;
    max-width: 100%;
    font-size: 15px;
    background-color: #f8f8f8;
    left: 0;
    box-shadow: -4px 2px 20px rgb(0 0 0 / 25%);
}
.atc_subtotal {
    padding: 10px 0;
}
.atc_footer_detail {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product_total_text {
    font-weight: 600;
    font-size: 15px;
}
span.asb_num {
    font-weight: 600;
}
.product_total_box {
    display: flex;
    justify-content: space-between;
}
.pscfw_shipping_text {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 5px;
}
.pscfw_final_total_text {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    border-top: 1px dashed #9E9E9E;
    margin-top: 10px;
    padding-top: 5px;
}
button.owl-prev {
    position: absolute;
    top: 25%;
    height: 50px;
    left: 0;
}
button.owl-next {
    position: absolute;
    top: 25%;
    height: 50px;
    right: 0;
}
/*.pscfw_atc_success_message, .pscfw_atc_remove_message, .pscfw_atc_update_message {
    background-color: #DFF0D8;
    color: #3C763D;
    font-size: 16px;
    padding: 15px 20px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 9;
    width: 100%;
    justify-content: center;
}*/
.product_button_box .pscfw_checkout_btn, .product_button_box .pscfw_continue_shopping_btn, .product_button_box .pscfw_view_cart_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 12px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px 12px 20px;
    transition: .5s;
    text-decoration: none;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
}
.product_button_box .pscfw_checkout_btn:hover, .product_button_box .pscfw_continue_shopping_btn:hover, .product_button_box .pscfw_view_cart_btn:hover {
    color: #000;
    background: #3cb247;
}
.product_button_box {
    display: grid;
    text-align: center;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
}
.cart_icon {
    display: none;
}
.atc_disblock {
    display: block;
}
.cart_pro_slide {
    background-color: #f8f8f8;
}
.cart_pro_slide .owl-nav {
    margin: 0 !important;
}
.cfs_inner {
    display: flex;
    align-items: center;
    padding: 15px 25px;
}
.cart_sub_price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.catp_img {
    /*width: 90px;
    min-width: 65px;
    max-height: 100px;*/
    margin-right: 25px;
}
.slide_img img {
    max-width: 90px;
    max-height: 90px;
}
.cart_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.slide_pro_btn span {
    margin-right: 5px;
}
a.product_slide_cart, a.variable_product_slide_cart {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
}
.cart_info .catp_title a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #212121;
    line-height: 50px;
    text-decoration: none;
}
.catp_price {
    color: #000;
}
.atc_sugg .cfpro_title {
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 8px;
    font-weight: 600;
}
.cart_empty_notice {
    text-align: center;
}
/*a.btn_return_shop {
    background-color: #020202;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}*/
a.btn_return_shop {
    background-color: #020202;
    border-color: #43454b;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none !important;
    font-weight: 600;
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
a.btn_return_shop:hover {
    color: #ffffff;
}
.sidebar_cart_count {
    background: #12b99a;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    opacity: 1;
    height: 20px;
    width: 20px;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.pscfw_overlay {
    position: relative;
}
.pscfw_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}


@media only screen and (max-width: 767px) {
    .atc_custom {
        display: none;
    }
    .atcmo_disblock {
        display: block !important;
    }
}