@charset "utf-8";
/* CSS Document */

.wrapper.order-details ul.woocommerce-thankyou-order-details li.with-order-notes {

 border-bottom: none;

}

.main-header.navbar-fixed-top .logo a img {
    max-width: unset;
    height: 65px;
}

body#light .main-header.navbar-fixed-top {
    padding: 17px 0px;
}

body#light .mini-cart-header {
    -webkit-box-shadow: 0px -4px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 16px -5px rgba(0,0,0,0.75);
}

.total__amount{
    position: fixed;
    bottom: 75px;
    width: 377px;
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    z-index: 11;
}
.woocommerce-mini-cart__buttons {
    padding-top: 0px;
    position: fixed;
    width: 377px;
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 0px;
    position: fixed;
    bottom: 55px;
     padding-bottom: 5px !important;
     z-index: 11;

}
.woocommerce-mini-cart__buttons a.button {
    margin-bottom: 0px;
}

ul.woocommerce-mini-cart .header_mini_cart {
    position: fixed;
    background-color: #fff;
    width: 377px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    z-index: 11;
}

.active .close-mini-cart {
    text-align: right;
    margin-bottom: 0px;
    position: fixed;
    padding-right: 50px;
    top: 0px;
    padding-top: 10px;
    z-index: 12;
}


.mini-cart-header{
    padding-top: 50px;
    padding-bottom: 100px;
    z-index: 11;
}

.mini-cart-header .back-to-shopping{
    bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important
}

@media only screen and (max-width: 600px) {
    .woocommerce-checkout .heading_section {
        padding: 80px 15px 10px !important;
    }
  .header .close-mini-cart {
    padding-right: 30px;
  }
  .woocommerce-mini-cart__buttons, .total__amount{
      width: 84%;
  }
  
}



.woocommerce-checkout .header .main-header {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}
.woocommerce-checkout .header .main-header .navigation ul li a {
    color: #000;
}

.woocommerce-checkout .header .main-header .header_action ul li i {
    color: #000;
}

.woocommerce-checkout .header .main-header {
    padding: 10px 0;
}

.woocommerce-checkout .heading_section {
       display: none;
}
.header .mobile-header .navigation > div > ul > li > a {
    width: 90% !important;
}
.woocommerce-checkout .logo img {
    max-width: 60px;
    height: auto;
}

.woocommerce-checkout .woocommerce {
    margin-top: 60px;
}

@media only screen and (max-width: 760px) {
    .woocommerce-checkout  .header .mobile-header .header_action ul li i {
     color: #000 !important;
    }
    .woocommerce-checkout .header .mobile-header {
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    }
    .woocommerce-checkout .header .mobile-header .mobile-trigger i {
        color: #000;
    }
  
    .woocommerce-checkout .header .mobile-header {
        padding: 10px 0;
    }

    .woocommerce-checkout .woocommerce {
        margin-top: 85px;
    }

    .woocommerce-checkout .header .mobile-header .menu-primary-menu-container ul {
        border-top: 1px solid #d4d3d3 !important;
    }

}



/* Change my account settings and add API endpoint */

.woocommerce-edit-account .custom-message{
    display: flex;
}

.toggle_actions_account .button__register {
    width: 50%;
    text-align: center;
    display: none !important;
}

.toggle_actions_account .button__login {
    width: 100%;
}
.toggle_actions_account .button__login .nav-link{
    border-radius: 10px !important;
}


.woocommerce div.product .out-of-stock {
    width: fit-content;
    color: #FF5757;
    background-color: #FFE4E4;
    border: 1px solid #FF57578F;
    padding:8px 12px 8px 12px;
    border-radius: 10px;
}


.rwb-content-link-outOfStock{
    background-color: #CACACA !important;
    margin-bottom: 15px;
    pointer-events: none !important;
}