/* font-family: 'Averia Serif Libre', cursive;
font-family: 'Outfit', sans-serif; */
/* ****************** reset css starts here********************* */
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #252827;
}

h3 {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #252827;
    padding-bottom: 40px;
    margin-bottom: 0;
}

h6 {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #252827;
}

small {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #252827;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    margin: 0;
}

.container-fluid {
    max-width: 1600px;
}
.product-ab a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
img{
    max-width:100%;
}
button:focus {
    outline: none;
    box-shadow: none;
}
input:focus-visible{
    outline: none;
}
textarea:focus{
    outline: none;
}
.fa-regular{
    font-family: "FontAwesome";
    font-weight: 400;
}


/* ************ reset css ends here ************* */


/* *************** header starts here   ***************** */

.top-header {
    background: #252827;
    padding: 20px;
}

.top-header small {
    color: #fff;
}
.site-header {
    padding: 21px 0px;
}
nav.navbar {
    padding: 0px;
}
.social-links ul {
    display: flex;
    justify-content: flex-end;
}

.social-links ul li {
    padding-right: 10px;
}
.social-link .fa-brands:hover{
    color: #917052;

}
.pharma-content .fa-brands,
.pharma-content .fa-solid {
    color: #fff;
    font-size: 14px;
}

.pharma-para small {
    text-decoration: underline;
}

.pharma-para {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-icons {
    display: flex;
    justify-content: flex-end;
}

.nav-icons .fa-regular {
    font-family: "FontAwesome";
    font-weight: 400;
    color: #000;
}
.nav-icons a{
    margin-left: 30px;
}

.header-nav .col-md-3 {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #252827;
    padding-right: 30px;
}

.navbar-light .navbar-nav .nav-link span {
    color: #917052;
}

.dropdown-toggle::after {
    color: #917052;
}

.pharma-banner-sec {
    background: #F8F2EC;
    padding: 20px;
}

.banner-img {
    background-image: url(../img/Group\ 7.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.pharma-banner-sec .row{
    align-items: center;
}
.banner-text{
    width: 100%;
    max-width: 564px;
}
.banner-text h1{
    font-family: 'Averia Serif Libre';
    font-style: italic;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    color: #252827;
}
.banner-btn {
    padding-top: 45px   ;
}
.banner-btn a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #917052;
    border-radius: 44px;    
    padding: 13px 51px;
    display: inline-block;
    transition: .3s ease-in-out;
    border: 1px solid #917052;
}
.banner-btn a:hover{
    color: rgb(37, 40, 39);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(37, 40, 39);

}
.feature-sec{
    padding: 100px 0px;
}
.product-box{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    position: relative;
    padding: 40px 35px;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    
}

.slider_product_new .product-box{
    margin: 0px 30px;
    padding: 10px 35px;
}

.feature-sec .product-box:hover,.new-product-sec .product-box:hover{
    background: #FFFFFF;
    box-shadow: 0px 4px 48px #F3F3F3;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
.product-box:focus-visible{
    outline: none;
    border: none;
}
.product-img {
    text-align: center;
    position: relative;
    padding-top: 75%;
    padding-left: 20px;
    margin-top: 50px;
}
.product-img img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin: auto;
    object-position: center;
}

.slider_product_new .product-img{
    padding-top:5%;
    min-height: 120px;
}
.slider_product_new .product-img img {
    position: relative;
    transform: translateY(-50%);
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin: auto;
    object-position: center;
}

.product-text{
    text-align: center;
    padding: 30px 0px;
}

.slider_product_new .product-text{
    text-align: center;
    padding: 0px 0px;
}

.slider_product_new .product-text h6{
    font-size: 17px;
}
.product-btn a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827;   
    background: #FFFFFF;
    border: 1px solid #252827;
    border-radius: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}
.product-btn a:hover{
    background: #917052;
    color: #fff;
    border: 1px solid #917052;
}
.product-btn {
    margin-top: auto;
}
.product-ab {
    background: #252827;
    border-radius: 4px;
    text-align: center;
    max-width: 80%;
    position: absolute;
    top: 16px;
    padding: 1px 5px;
}
/* .product-content {
    padding: 40px 35px;
} */
.pop-box{ 
    background: #FFFFFF;
    box-shadow: 0px 4px 48px #F3F3F3;
    border-radius: 8px;
    border: none;
}

.popular-sec{
    padding: 100px 0px;
    background: #F7F7F7;

}
section.popular-sec h2 {
    margin-bottom: 40px;
}
.new-bg{
    background-image: url(../img/new-product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    
}
.new-bg {
    height: calc(100% - 30px);
}
.bg-text h2{
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 76px;
    line-height: 82px;
    color: #252827;
}

.bg-text {
    padding: 30px;
}
.new-product-sec{
    padding-bottom: 100px;
}

.sub-sec{
    padding: 100px 0px;
    background: #F7F7F7;
}
.sign-up-btn a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #917052;
    border-radius: 0px 8px 8px 0px;
    padding: 19px 39px; 
    display: flex;
    align-items: center;
    transition: .3s ease-in-out;
}
.sign-up-btn a:hover{
    background: #1A1817;
    color: #fff;

}
.sub-sec input.form-control {
    padding: 17px 39px;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}
.sub-sec input:focus-visible{
    box-shadow: none;
}
.sub-sec input:focus{
    outline: none;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}
.footer-sec{
    padding: 100px 0px;
    background: #1A1817;
}
.footer-sec ul{
    padding: 0;
}

.feature-sec .row > div,.popular-sec .row > div,.new-product-sec .row > div {
    margin-bottom: 30px;
}
.newproduct-img {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec ul li a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;    
}
.footer-sec h5{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;   
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.footer-sec h5:before{
     content: "";
     width: 18px;
     height: 4px;
     background: #917052;
     position: absolute;
     bottom: -8px;
     left: 0;

}
.footer-sec ul li{
    padding-top: 10px;
}
.footer-sec .fa-solid{
    padding-right: 10px;
}
.footer-sec a:hover{
    color: #917052;
}


.login-sec .container{
    max-width: 670px;
}
.login-sec{
    background-image: url(../img/overlay-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 999;
}
.login-sec::after{
    content: "";
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(22px); 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.login-pad{
/*    padding: 100px 0px;*/
    padding: 20px 0px;
}
section.login-sec {
/*    padding: 100px 0px;*/
    padding: 20 0px;

}
.form-pad input.form-cont {
    width: 100%;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 2px solid #EAEAEA;
    border-radius: 8px;
}
.form-pad {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px #eeeff0;
    border-radius: 10px;
    padding: 50px;
}
section.login-sec .form-pad {
    padding: 15px 50px;
}

.s-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sign-in-btn{
    margin: 30px 0px;
}
.sign-in-btn{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;   
    background: #917052 !important;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    padding: 19px 20px;
    text-align: center;
    border: 1px solid #917052;
    transition: .3s ease-in-out;
}
.sign-in-btn:hover{
    cursor: pointer;
    background: #fff;
    border: 1px solid #917052;
    color: #917052;
}
.form-pad h5{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #252827;
}
.login-logo{
    text-align: center;
/*    padding-bottom: 70px;*/
    padding-bottom: 10px;
}
.s-in small {
    text-decoration: underline;
    color: #2C82C9;
}
.blue{
    color: #2C82C9;
}
.form-pad .eye-slash::after{
    content: "\f070";
    width: 20px;
    height: 20px;
}

.accept{
    background: #FFF5F5;
    border-radius: 8px;
    padding: 21px 45px;
    text-align: center;
}

.accept p{
    color: #FF5858;
    margin: 0;
}
.navbar-nav .dropdown-menu {
    background: #FFFFFF;
    border: none;
}
.dropdown-item {
    color: #917052;
}
                     /*************** contact-sec starts here ************/

.contact-sec{
    padding: 100px 0px;
}

.contact-sec i{
    font-family: "FontAwesome";
    font-weight: 400;
    color: #917052;
    font-size: 25px;
}
.contact-box{
    background: #FFFFFF;
    box-shadow: 0px 4px 48px #F3F3F3;
    border-radius: 8px;
    padding: 30px 18px;
    text-align: center;
    height: 100%;
    width: 100%;
    max-width: 210px;
    margin: 0px 15px;
}
.contact-text{
    padding-top: 20px;
    word-break: break-all;
}
.contact-box small{    
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #252827;

}
.contact-icon {
    background: #fafafa;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%; 
}

.contact-sec a{
    color: #252827;
}
.contact-sec .row > div {
    margin-bottom: 30px;
}
.form-sec .container{
    max-width: 770px;
}
.form-sec .form-cont{
    width: 100%;
    background: #FAFAFA;
    border-radius: 8px;
    padding: 14px 12px;
    border: none;
    margin-bottom: 30px;
    margin-top: 10px;
}
.form-sec{
    padding-bottom: 100px;
}
.form-box{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 50px;
}
.form-box h5{
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #252827;
    text-align: center;
}
.form-head{
    text-align: center;
    padding-bottom: 40px;
}

                             /* cart starts here */
table {
 width: 100%;
}
tbody {
    border: 1px solid #C7C7C7;
    background: #fff;
}
.certi-table th {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #252827;    
    padding: 10px;
    border: 1px solid #D9D9D9;
    background: #F6F6F6;

}
.certi-table td {
    padding: 10px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #d9d9d9;
}
.brown{
    color: #917052;
}
.cart-img{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 15px 27px;
}

.cart-content{
    display: flex;
    align-items: center;
    padding: 30px;
}
.cart-text{
    padding-left: 20px;
}

.number span {cursor:pointer; }
.number {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
}
.minus, .plus{
    width:20px;
    height:20px;
    background:none;
    border-radius:unset;
    padding:0;
    border:none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
}
.number input{
    height: 25px;
    width: 100%;
    max-width: 50px;
    text-align: center;
    font-size: 18px;
    border:none;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
.cart-sec .fa-solid.fa-trash-can{
    color: #DE1D1D;
}
.cart-sec{
    padding: 100px 0px;
}
.code-box{
    background: #F7F7F7;
}
.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #E6E6E6;
    padding: 18px;
}
.coupn-code {
    margin-left: auto;
    width: 100%;
    max-width: 500px;
    padding-top: 30px;
}
.coup input{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 10px;
}
.coupn {
    background: #917052;
    border-radius: 0px 3px 3px 0px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupn .fa-regular{
    color: #fff;
}



@media (min-width: 992px){
.contact-sec .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}
}

@media (max-width: 991px) {
    h3#ship-to-different-address{
    font-size: 15px;
    }

    .brand-ord {
        order: 1;
    }

    .icon-ord {
        order: 2;
        margin-right: 80px;
    }

    .btn-ord {
        order: 3;
        position: absolute;
        right: 0px;
        top: 24px;
    }

    #navbarNavDropdown {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 999;
        left: 0px;
        background: rgb(248 242 236);
        text-align: center;
        padding: 44px 0px;
    }
    .navbar-light .navbar-nav .nav-link span {
        color: #252827;
        padding-right: 0px;
    }
    .product-text {
        padding-top: 32px;
    }
    h6{
        font-size: 18px;
        line-height: 1.4;
    }
    .product-img{
        margin-top: 35px;
    }
    .product-box{
        height: 100%;
    }
    .bg-text h2 {
        font-size: 50px;
        line-height: 1.4;
    }
    .banner-text h1 {
        font-size: 46px;
        line-height: 1.4;
    }
    .feature-sec,.popular-sec,.sub-sec,.footer-sec{
        padding: 50px 0px;
    }
    .new-product-sec{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .newproduct-img {
        width: 100%;
        max-width: 313px;
    }
    h3{
        font-size: 35px;
        line-height: 1.3;
    }
    .footer-sec h5 {
        margin-bottom: 18px;
        padding-bottom: 8px;
    }
    .dropdown-toggle::after {
        color: #252827;
    }
    .navbar-nav .dropdown-menu {
        background: #f8f2ec;
    }
    .navbar-toggler {
        padding: 0px;
        border: 0px;
    }
    
    .navbar-toggler span.bar {
        height: 2px;
        width: 30px;
        display: block;
        background-color: #000000;
        margin: 3px 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        text-align: left;
    }
    
    nav.navbar {
        position: static;
    }
    
    header.site-header {
        position: relative;
    }
    .new-bg {
        height: auto;
    }
    .contact-sec {
        padding: 50px 0px;
    }
    .form-sec {
        padding-bottom: 50px;
    }
    .cart-sec {
        padding: 50px 0px;
    }
}
@media (max-width: 767px) {
    table.order_details a{
    font-weight: 400;
    font-size: 10px !important;
}

    h3#ship-to-different-address{
    font-size: 15px !important;
}
    .product-detail-sec .number{
        margin: 0px auto;
    }
    .footer-sec h5 {
        padding-top: 40px;
    }
    .sub-sec input.form-control {
        padding: 11px 40px;
        border-radius: 8px!important;
        width: 100%;
        text-align: center;
    }
    .sub-sec .input-group.mt-3 {
        flex-direction: column;
    }
    .sign-up-btn {
        padding-top: 20px;
        margin: auto;
    }
    .sign-up-btn a{
        border-radius: 8px;
        padding: 13px 39px;
    }
    .banner-btn {
        padding:20px 0px
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        flex-wrap: nowrap;
    }
    small {
        font-size: 11px;
        line-height: 1.2;
    }
    .pharma-content.row{
        align-items: center;
    }
    .top-header {
        background: #252827;
        padding: 15px;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .form-pad input.form-cont {
        padding: 10px 18px;
    }
    .sign-in-btn {
        padding: 14px 20px;
    }
    .form-pad {
        padding: 40px;
    }
    .contact-box{
        padding: 30px 10px;
    }
    .cart-content {
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .cart-img {
       
            background: #FFFFFF; 
            border: none;
            border-radius: unset;
            padding: 0;
    }
    .minus, .plus {
        font-size: 16px;
    }
    .number {
        height: 33px;
    }
    .number input {
        font-size: 16px;
    }
    .certi-table {
        overflow-x: auto;
    }
    .cart-img {
        /*width: 50px;*/
    }

}
@media (max-width: 575px) {

.catogery-sec ul.pagination.pagination-lg span.page-link , .catogery-sec ul.pagination.pagination-lg a.page-link{
    width: 30px !important;
    height: 30px !important;
}
.pagination-lg .page-link {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}


    h3#ship-to-different-address{
    font-size: 15px;
}
    nav.woocommerce-MyAccount-navigation ul li{
        margin:10px 20px 10px 0px !important;
    }

    p#billing_state_field , p#shipping_state_field{
        margin-left:15px;
        display: flex;
        flex: 0 0 100%;
    }
    h6 {
        font-size: 14px;
        line-height: 1.2;
    }
    body{
        font-size: 12px;
        line-height: 1.1;
    }
    .product-btn a {
        font-size: 12px;
        line-height: 1.2;
        padding: 4px 0px;
    }
    .product-box{
        padding: 15px 8px;
        height: 100%;
        min-height: unset;
    }
    .new-product-sec .product-box {
        min-height: unset;
        margin-bottom: 30px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 1.2;
    }
   
    h3{
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 10px!important;
    }
    .bg-text h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .newproduct-img {
    width: 100%;
    max-width: 267px;
    }
    .footer-sec .row{
        text-align: center;
    }
    .footer-sec h5:before {
        left: 48%;
    }
    .spa-text{
        font-size: 12px;
        line-height: 1.2px;
       
    }
    .nav-icons .fa-regular {
        padding-left: 18px;
        font-size: 12px;
    }
    .social-links ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .pharma-para {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
    }
    .pharma-content.row {
        text-align: center;
    }
    .form-pad {
        padding: 20px;
    }
    .form-pad input.form-cont {
        padding: 7px 18px;
    }
    .form-pad h5 { 
        font-size: 21px;
        line-height: 50px;
    }
    .accept {
        padding: 21px 16px;
    }
    .contact-box{
        margin: auto;
    }
    .form-box {
        padding: 18px;
    }
    .form-sec .form-cont {
        width: 100%;
        background: #FAFAFA;
        border-radius: 8px;
        padding: 10px 12px;
        border: none;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .sign-in-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
}
@media (max-width: 375px) {

.feature-sec .row > div, .popular-sec .row > div, .new-product-sec .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
}


}


/***************** Wordpres Css Start ***********************/
.sign-in-btn a{
    color: #fff;
}

.sign-in-btn:hover{
    background: #fff !important;
    border: 1px solid #917052;
    color: #917052;
}
.sign-in-btn:hover a{
    color: #917052;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.sign-in-btn {
    background-color: #917052;
}

.form-sec textarea.form-cont{
    height: 170px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.sign-in-btn:hover{
    background: #fff;
    border: 1px solid #917052;
    color: #917052;
}
a#navbarDropdownMenuLink {
    color: #917052;
}

select.orderby{
    background: #F6F6F6;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #252827;
    border: none;
}

bdi{
    font-weight: 700;
}

del bdi {
    font-weight: 400;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart , a.button.product_type_simple , a.button.product_type_variable{
    margin-top: auto;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827 !important;
    background: #FFFFFF !important;
    border: 1px solid #252827 !important;
    border-radius: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover , a.button.product_type_simple:hover , a.button.product_type_variable:hover{
    background: #917052 !important;
    color: #fff !important; 
    border: 1px solid #917052 !important;
}

a.added_to_cart.wc-forward{
    margin-top: 5px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}
a.added_to_cart.wc-forward:hover{
    color: #917052 ;
}
ins{
    text-decoration: none ;
}

.m-select{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000 !important;
    background-color: #fff !important;
}

.page-item .current{
    background-color: #917052 !important;
    color: #fff;
}

span.page-link{
     border: 1px solid #F6F6F6;
    width: 45px;
    height: 45px;
    background: #917052;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F6;
    color: #252827;
}
.woocommerce .entry-content .catogery-sec-content ul.pagination li:first-child span.page-link,.woocommerce .entry-content .catogery-sec-content ul.pagination li:last-child span.page-link {
    border-radius: 50px;
}

 .loading {

  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


    .forget-section {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px #eeeff0;
    border-radius: 10px;
    padding: 50px;
}
.forget-section input#user_login , .forget-section input#password_2 , .forget-section input#password_1{
    max-width: 100% !important;
       width: 100% !important;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 2px solid #EAEAEA;
    border-radius: 8px;
}
.forget-section label {
    flex: 0 0 100%;
    max-width: 100%;
}
.forget-section .woocommerce-Button{
    margin: 30px 0px !important;
    font-family: 'Outfit' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #917052 !important;
    border-radius: 50px !important;
    display: inline-block !important;
    width: 100% !important;
    padding: 19px 20px !important;
    text-align: center !important;
    border: 1px solid #917052 !important;
    transition: .3s ease-in-out !important;
}
.forget-section .woocommerce-Button:hover {
    cursor: pointer !important;
    background: #fff !important;
    border: 1px solid #917052 !important;
    color: #917052 !important;
}

.product-box.pop-box a.button.product_type_variable.add_to_cart_button {
    margin-top: auto !important;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827;
    background: #FFFFFF;
    border: 1px solid #252827;
    border-radius: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}
.product-box.pop-box a.button.product_type_variable.add_to_cart_button:hover {

    background: #917052;
    color: #fff;
    border: 1px solid #917052;

}

.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline{
    border: 0px !important;
    padding: 0px !important;
    color: white;
}
.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > span{
    display: none;
}

.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > .wc-forward{
    border: 0px !important;
}
.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > del, .feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > ins{
    display: none;
}
.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > a.product_type_variable{
    margin-top: auto;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827;
    background: #FFFFFF;
    border: 1px solid #252827;
    border-radius: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}

.feature-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > a.product_type_variable:hover{
    background: #917052;
    color: #fff;
    border: 1px solid #917052;
}

/****** Home New Product Section *********/
.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline , .slider_product_new .product-box .product-btn p.product.woocommerce.add_to_cart_inline{
    border: 0px !important;
    padding: 0px !important;
    color: white !important;
}
.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > span{
    display: none;
}

.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > .wc-forward{
    border: 0px !important;
}
.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > del, .new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > ins{
   display: none;
}
.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > a.product_type_variable{
    margin-top: auto;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252827;
    background: #FFFFFF;
    border: 1px solid #252827;
    border-radius: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    transition: .3s ease-in-out;
}

.new-product-sec .product-box .product-btn p.product.woocommerce.add_to_cart_inline > a.product_type_variable:hover{
    background: #917052;
    color: #fff;
    border: 1px solid #917052;
}

.product-dt-slide .product-dt-price .product_meta > span.posted_in > a{
    justify-content: left;
    text-transform: capitalize;
    background: transparent;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #917052;
    margin-bottom: 6px;
    padding: 0px;
}
.radio_variation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radio_variation > div {
    flex: 0 0 90%;
    max-width: 90%;
    text-align:left ;
    background-color: #F5F5F5;
    padding: 0px 15px;
    margin: 10px 0 10px 0;
}
.woocommerce div.product form.cart .reset_variations{
    display: none !important; 
}
table.variations{
    border-collapse: unset !important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    font-size: 15px;
}
.woocommerce div.product form.cart .variations label input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 50%;
    accent-color: #917052;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none;
}

.woocommerce div.product span.price del{
    opacity: 0.8 !important;
}
p.variation_change {
    font-size: 16px;
}
p.variation_change bdi{
    color: #000;

}
p.variation_change ins bdi{

    font-weight: 600;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #252827;
}
.woocommerce div.product .entry-summary .cart div.quantity{
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}
.page-id-59 #order_review .cart_item .quantity input[type=number] {
  -moz-appearance: textfield;
}

.page-id-59 #order_review .cart_item .quantity input::-webkit-outer-spin-button,
.page-id-59 #order_review .cart_item .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail-sec .product-detail-content .product-dt-price .quantity input[type=number] {
  -moz-appearance: textfield;
}

.product-detail-sec .product-detail-content .product-dt-price .quantity input::-webkit-outer-spin-button,
.product-detail-sec .product-detail-content .product-dt-price .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


button.single_add_to_cart_button.button.alt {
    background: #252827;
    border-radius: 44px;
    width: 100%;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

.radio_variation input[type="radio"] {
    margin-right: 5px;
}
.product-detail-sec .product-slider-nav-images {
    margin-right: 10px;
}
.slider.slider-nav{
    display: flex;
}
.product-box.pop-box {
   /* margin-bottom: 30px;*/
    border: 1px solid #EAEAEA;
    min-height: 540px;
}

button.single_add_to_cart_button.button.alt:hover{
    background: #917052 !important;
    color: #fff;
}

.cart-text > small > a {
    text-decoration: none;
    color: #252827 !important;
}
small.brown > b > a{
    color: #917052 !important;
}

.cart_price bdi{
    font-weight: 400 !important;
}
.product-subtotal bdi{
    font-weight: 400 !important;
}
.product-remove.woocommerce a.remove:hover{
    background-color: transparent !important;
}

div.total ul.woocommerce-shipping-methods{
    display: none;
}

div.total > form.woocommerce-shipping-calculator{
    display: none;
}

.coup > .input-group > button {
    background: #917052;
    border-radius: 0px 3px 3px 0px;
    padding: 14px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li{
    padding: 10px;
    border: 2px solid #917052;
    box-sizing: border-box;
    margin: 10px 0px;
    border-radius: 10px;
    padding-left: 30px;
    color:#917052 ;
}

nav.woocommerce-MyAccount-navigation ul li:hover{
    background-color: #917052;
     color: #fff !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #917052;
     color: #fff !important;
}
.woocommerce-MyAccount-content a{
    text-decoration: none;
    color:#917052 ;
    font-weight: 600;
}
.woocommerce-thankyou-order-details strong{
    color: #917052 !important;
}

table.order_details thead{
    background-color: #917052;
    color: #fff;
}
table.order_details{
    border-collapse: collapse !important;
}
table.order_details a{
    color: #917052 !important;
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-customer-details > .addresses h3{
    padding-bottom: 10px;
    font-size: 1.75rem;
}
form.woocommerce-cart-form section.cart-sec .certi-table .cart-img img.attachment-full.size-full {
    max-height: 100px;
    object-fit: contain;
    max-width: 70px;
}

/*billing form start here*/
.billing-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 114px rgba(207, 207, 207, 0.25);
    padding: 50px;
}
.billing-form form .row{
    margin-bottom: 30px;
}
.billing-form form input.form-control ,.billing-form form .custom-select {
    background: #FBFAFA;
    border-radius: 4px;
    height: 50px;
}
.billing-form form .custom-select{
    appearance: auto;
}
.billing-form form label {
    color: #232825;
    margin-bottom: 10px;
}
.payment-method h6 {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #232825;
    margin-bottom: 20px;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container .agree-check{
    margin-bottom: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 2px solid #56B755;
  border-radius: 50%;
}

.select2-container--default .select2-selection--single{
    min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
p#billing_state_field , p#shipping_state_field{
	margin-left:15px;
    display: flex;
}
p#billing_state_field > label{
    flex: 0 0 100%;
}
 p#shipping_state_field > label{
    flex: 0 0 100%;
    line-height: 0;
 }
p#billing_state_field > span , p#shipping_state_field > span{
    flex: 0 0 100%;
}
.woocommerce-info{
	border-top-color:#917052;
}
.woocommerce-info::before{
	color:#917052;
}
a.showcoupon {
    color: #917052;
}

.checkout_coupon button.button{
    background-color: #917052;
    color: #fff;
}
.checkout_coupon button.button:hover{
    background-color: #fff;
    color: #917052;
    box-sizing: border-box;
    border: 1px solid #917052;
}

#order_review .certi-table .cart-content .cart-img img.attachment-full.size-full {
    max-height: 100px;
    object-fit: contain;
    max-width: 70px;
}
.woocommerce-checkout #order_review  #payment{
    margin: 100px 0px;
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order button#place_order{
    background-color: #917052;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order button#place_order:hover{
    background-color: #fff;
    color: #917052;
    box-sizing: border-box;
    border: 1px solid #917052;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title  a {
    padding: 10px 30px;
    border: 1px solid #917052;
    border-radius: 50px;
    text-decoration: none;
    background-color: #917052;
    color: #fff;
    font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{
    padding-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title  a:hover{
    border: 1px solid #917052;
    background-color: #fff;
    color: #917052;
}

fieldset.account_page_pass_change > .woocommerce-form-row{
    display: flex;
    margin-bottom: 10px;
}
fieldset.account_page_pass_change > .woocommerce-form-row > label , fieldset.account_page_pass_change > .woocommerce-form-row > span{
    flex: 0 0 100%;
}
fieldset.account_page_pass_change > .woocommerce-form-row > span > input.input-text{
    height: 50px;
}
form.woocommerce-EditAccountForm button.woocommerce-Button{
    background-color: #917052;
    color: #fff;
}
form.woocommerce-EditAccountForm button.woocommerce-Button:hover{
    background-color: #fff;
    color: #917052;
    box-sizing: border-box;
    border: 1px solid #917052;
}

.catogery-sec .category-box .category-type ul a {
    color: #252827;
}

.woocommerce-MyAccount-content .woocommerce-address-fields > p > button.button{
    background-color: #917052;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p > button.button:hover{
    background-color: #fff;
    color: #917052;
    box-sizing: border-box;
    border: 1px solid #917052;
}

.entry-content p.return-to-shop > a.wc-backward{
    background-color: #917052;
    color: #fff;
}
.entry-content p.return-to-shop > a.wc-backward:hover{
    background-color: #fff;
    color: #917052;
    box-sizing: border-box;
    border: 1px solid #917052;
}
ol.breadcrumb > li.active > a{
    color: #000 !important;
    text-decoration: none !important;
}

.product-detail-sec .product-dt-images{
    max-height: 500px !important;
}
.product-detail-sec .product-dt-images img.wp-post-image {
    height: auto;
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.product-detail-sec .product-slider-nav-images {
    padding: 5px 5px !important;
}
.product-detail-sec .product-slider-nav-images img {
    object-fit: contain;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button , .woocommerce-MyAccount-content > a.button{
    background-color: #917052 !important;
    color: #fff !important;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover , .woocommerce-MyAccount-content > a.button:hover{
     background-color: #fff !important;
    color: #917052 !important;
    box-sizing: border-box !important;
    border: 1px solid #917052 !important;
}

.wc_payment_method .checkmark{
    width: 100px;
    height: 100px;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #fff;
  box-sizing: border-box;
  border: 6px solid #917052;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.wc_payment_method .container-radio{
    vertical-align: super;
    margin: 0px 5px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f6f6f6;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #f6f6f6 !important;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    min-width: 100%;
}
.wc-stripe-elements-field{
    min-width: 100%;
    border-radius: 5px;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: flex-start;
}
.woocommerce-SavedPaymentMethods-saveNew > label{
    display: inline;
    flex: 0 0 90%;
    line-height: 15px !important;
}
.woocommerce-SavedPaymentMethods-saveNew > input{
    margin-top: 4px !important;
}
#stripe-payment-data .wc-credit-card-form .stripe-card-group {
    position: relative;
    min-width: 100% !important;
}

.policy_section h2{
    font-family: 'Averia Serif Libre';
    font-weight: 600;
    position: relative;
}
.policy_section .col-12{
    border-bottom: 1px solid #917052;
}

/*.policy_section h2:before {
    content: "";
    width: 20%;
    height: 4px;
    background: #917052;
    position: absolute;
    bottom: -8px;
    left: 0;
}*/

.policy_section ul li {
    list-style: circle;
}

#payment .wc_payment_methods input[type="radio"]{
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    accent-color: #917052;
}

.woocommerce table.shop_table{
    border-collapse: collapse !important;
}

.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  overflow: hidden;
}
.cart .count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #917052;
    width: 16px;
    height: 16px;
    line-height:16px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }

  .entry-summary .product-dt-price form.cart{
    display: contents;
  } 

  @media (max-width: 575px){
    .cart .count{
        display: none !important;
    }
}

td.woocommerce-orders-table__cell-order-actions a.view , a.woocommerce-button.button.view{
    background-color: #917052 !important;
    color: #fff !important;
    border: 1px solid #917052 !important;
    margin:5px;
}
a.woocommerce-button.button.pay,a.woocommerce-button.button.cancel{
    margin: 5px;
}
a.woocommerce-button.button.cancel{
    display: none;
}
td.woocommerce-orders-table__cell-order-actions a.view:hover , a.woocommerce-button.button.view:hover{
    background-color: #fff !important;
    color: #917052 !important;
    box-sizing: border-box !important;
    border: 1px solid #917052 !important;
}
td.woocommerce-orders-table__cell-order-actions a.invoice , a.woocommerce-button.button.invoice{
    background-color: transparent;
    color: #917052;
    margin: 5px;
}
.form-pad .form-row select.form-control {
    width: 100%;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 2px solid #EAEAEA;
    border-radius: 8px;
    height: auto;
}

#billing_country_field > span , #shipping_country_field > span{
    display: block;
}


/************************ Changing Color Order Staus Admin Site ***********************/

.order-status.status-completed {
    background: green !important;
    color: white !important;
}
td.woocommerce-orders-table__cell-order-actions{
    display: flex;
}

table.account-orders-table > thead{
    background-color: #917052;
    color: #fff;
}
td.action_flex{
    width: 50%;
}

.woocommerce-order-pay li.wc_payment_method.payment_method_cheque{
    display: none;
}
.hide_cupn_code{
    display: none;
}
.have_cupn{
    cursor: pointer;
}
.payment_method_stripe .woocommerce-additional-fields.mt-5 {
    display: none;
}
form.woocommerce-checkout #order_review .woocommerce-shipping-fields .shipping_address {
    display: none;
}
form.woocommerce-checkout #order_review li.wc_payment_method.payment_method_stripe .woocommerce-shipping-fields {
    display: none;
}

h3#ship-to-different-address{
    font-size: 20px;
    text-align: left !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    font-weight: 400;

}
form.woocommerce-cart-form section.cart-sec .certi-table .cart-img img {
    max-height: 100px;
    object-fit: contain;
    max-width: 70px;
}
#order_review .certi-table .cart-content .cart-img img.woocommerce-placeholder.wp-post-image {
    max-height: 100px;
    object-fit: contain;
    max-width: 70px;
}
/*#customer_details .woocommerce-shipping-fields{
    display: none;
}*/

.pay_now_form .shipping_address{
    display: none;
}

p.thank_you_pdf {
    margin: 40px 0px;
}
p.thank_you_pdf a {
    background-color: black;
    padding: 10px;
    color: #fffdfc;
    border-radius: 10px;
}

.slick-prev:before {
  content: "<";
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.slick-next:before {
  content: ">";
  color: #000;
  font-size: 30px;
   font-weight: 700;
}


#custom_variation_atc{
	pointer-events: none;
}


.atc_div {
    display: flex;
    gap: 5px;
}


.atc_div.home_atc a#custom_variation_atc{
	width: 50%;
}

.atc_div.home_atc .woocommerce.add_to_cart_inline{
    margin: 0;
	width:50%;
}

.atc_div.home_atc a.added_to_cart {
	border: none;
}
  
select.select_variation_here{
	height:30px;
	font-size:14px;
}

.slider_product_new button.slick-prev {
	left:-10px !important;
}

.slider_product_new button.slick-next {
	right:-10px !important;
}