.product-layout .product-block .product-block-actions a + a{
    margin-left: 0;
}

#product_tabs1 .product-block-actions .product-cart img{
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

#product_tabs1 .product-block-actions .product-cart:hover img{
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-main-qc-wrappers {
width: 100%;
}

/* #product_tabs1 .products-carousel-inner .product-tabs-carousel-wrapper{
    max-width: unset;
} */



.btn-check:active+.btn-default:focus, .btn-check:checked+.btn-default:focus, .btn-default.active:focus, .btn-default:active:focus, .show>.btn-default.dropdown-toggle:focus{
    background: initial;
}

.slideshow2-out, #product_tabs0, #product_tabs1, #product_tabs2{
    padding: 0;
}

/* footer{
    display: none;
} */

#product_tabs1 .product-layout .product-block .product-block-price{
    padding-bottom: 1.25rem;
}

.account-list-group .list-group-item.active{
    background: #2C3792 !important;
}


@media(max-width:1199px){
    .footer-wrap > .containerr-xxl > .roww{
        flex-direction: column;
    }

    .footer-wrap > .containerr-xxl > .roww >*:not(.scrolltotop){
        width: 100%;
        text-align: center;
    }

    .footer-wrap .left-col{
        padding: 3rem 1rem;
    }

    .footer-wrap .left-col .fr{
        align-items: center;
    }

    .footer-wrap .left-col ul.list-unstyled{
        flex-direction: column;
        align-items: center;
    }

    .social-footer-section{
        justify-content: center;
    }
    .footer-wrap .left-col-inner{
        margin: auto;
    }

    .copyright .row{
        justify-content: center;
    }

    .copyright .row >*{
        text-align: center !important; 
    }
}


.top-row-content-two::-webkit-scrollbar{
    height: 4px;
}

.top-row-content-two{
    padding-bottom: 1rem;
}

.mobile .product_product #product-wrap .loaded#button-cart{
    transition: .2s all ease !important;
}

.mobile .product_product #product-wrap .loaded#button-cart,.mobile .product_product #product-wrap .loaded#button-cart:focus{
    background: #2C3792 !important;
    pointer-events: none !important;
    color: white !important;
}

.mobile .product_product #product-wrap #button-cart:active,.mobile .product_product #product-wrap #button-cart:hover{
    background: #2C3792 !important;
    color: white !important;
}

.mobile .product_product #product-wrap .loaded#button-cart:hover,.mobile .product_product #product-wrap .loaded#button-cart{
    background: #34AC74 !important;
}

.mobile .product_product #product-wrap .loaded#button-cart img,.mobile .product_product #product-wrap .product-btn .btn img{
    left: 5% !important;
}

.mobile .product_product #product-wrap .product-cart *{
    transition: .2s all ease !important;
}

.mobile .product_product #product-wrap .product-cart:hover span{
    opacity: 1 !important;
}