html, body{
    height: 100%;
}
section.content {
    background: #f4f4f4;
    -webkit-transition: 0s ease all;
    -o-transition: 0s ease all;
    -moz-transition: 0s ease all;
    transition: 0s ease all;
}
.container-fluid{
    margin: auto;
    max-width: 1500px;
    width: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 85.5rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%;
}
.drag_indicator{
    cursor: move;
}

section{
    padding: 50px 10px;
}
.section_header{
    margin-bottom: 20px;
    text-align: center;
}
.section_header h3{
    display: inline-block;
    position: relative;
}
.section_header h3:before{
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 70%;
    background: var(--color-primary);
    transition: width .5s ease, background-color .5s ease;
}
.breadcrumb:before{
    font-family: 'Material Symbols Outlined';
}

@media (max-width: 600px){
    section{
        padding: 20px 0;
        
    }
}

/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
.header_topbar {
    background-color: #5b988e;
    color: #f8f8f8;
}
.header_topbar .header_message {
    text-align: center;
    padding: 8px 0;
}
.header_topbar p{
    margin: 0;
}
.header_topbar .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    line-height: 0;
    color: #f8f8f8;
}
.header_topbar .close i{
    font-size: 20px;
}

header{
    background-color: white;
    box-shadow: 0 3px 5px 0 rgba(210,217,237,.3);
}
header .header_center .nav-wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 50% 24%;
    grid-template-columns: 25% 50% 24%;
    grid-gap: 0 10px;
    padding: 0;
    position: relative;
    width: 100%;
}
header nav {
    background-color: #fff;
    box-shadow: none;
    width: 100%;
}
header nav,
header nav .nav-wrapper ul a.account_dropdown_trigger i{
    height: auto;
    line-height: normal;
}
header nav .nav-wrapper{
    padding: 0;
}
header nav img{
    width: 26px;
}
header nav .brand-logo{
    padding: 14px 0;
}
header nav .brand-logo img{
    width: 180px;    
}
header nav .brand-logo img,
header nav img{
    vertical-align: middle;
}

header .header_search {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
header .form-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
header .form-fieldset .input-group {
    display: -ms-flexbox;
    display: flex;
}
header .form-fieldset .form-input,
header .form-fieldset .form-input:focus {
    border: 2px solid var(--color-primary);
    border-right: 0;
    box-shadow: none;
    font-size: 13px;
    min-height: 48px;
    padding-left: 2rem;
    border-radius: 30px 0 0 30px;
}
header .form-fieldset .input-group-append{
    height: auto;
    line-height: normal;
}
header .form-fieldset .input-group-append button {
    background: #fff;
    border-color: var(--color-primary);
    border-width: 2px;
    border-left: 0;
    border-radius: 0 30px 30px 0;
    box-shadow: none;
    min-height: 52px;
    font-weight: 500;
    text-transform: none;
}
header .form-fieldset .input-group-append button i{
    color: #555;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
}

header .mobile_search .form-fieldset .form-input {
    border: 1px solid var(--color-primary);
    border-right: 0;
    box-shadow: none;
    font-size: 13px;
    height: 38px;
    min-height: auto;
    padding-left: 2rem;
    border-radius: 30px 0 0 30px;
}
header .mobile_search .form-fieldset .input-group-append button {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0 30px 30px 0;
    box-shadow: none;
    min-width: auto;
    min-height: auto;
}

header .right_navs{
    line-height: normal;
    min-width: 260px;
    padding: 15px 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50;
}
header .right_navs ul {
    float: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .right_navs ul li {
    height: 50px;
    margin: 0 20px;
    text-align: center;
}
header nav .cart_wrapper{
    position: relative;
}
header nav .cart_wrapper .cart_items_count{
    background-color: #60432D;
    border-radius: 5px;
    color: white;
    font-size: 0.9rem;
    line-height: 21px;
    height: 22px;
    width: 22px;
    text-align: center;
    position: absolute;
    top: 35%;
    right: 0;
}
header nav ul a{
    color: black;
    padding: 0 8px;
}
header nav ul a.account_dropdown_trigger i{
    margin-left: 5px;
}
header nav ul a:hover {
    background-color: transparent;
}

header .header_bottombar {
    height: 30px;
    overflow: hidden;    
}
header .header_bottombar nav{
    height: 30px;
}
.header_bottombar a.sidenav-trigger {
    display: block;
    height: auto;
    line-height: normal;
    margin-left: 0;
    padding: 0;
}
.header_bottombar a.sidenav-trigger img{
    width: 22px;
}
.header_bottombar nav ul a{
    font-size: 13px;
    font-weight: 500;
    padding: 5px 12px;
}
.header_bottombar nav ul > li:first-child a{
    margin-top: 3px;
}

/*
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .header_bottombar nav ul > li:nth-last-child(-n+3) {
    display: none;
  }
}
*/

#settings-dropdown li{
    line-height: normal;
}

@media (min-width: 768px){
    .mobile_search{
        display: none;
    }
    header .right_navs ul li.cart_wrapper {
        margin-right: 0;
    }
}

@media (max-width: 767px){
    .header_topbar p {
        margin: 0 15px 0 0;
    }
    header nav,
    header nav a.sidenav-trigger,
    header nav .nav-wrapper ul.right a.account_dropdown_trigger i{
        height: auto;
        line-height: 60px;
    }   
    
    header nav .brand-logo{
        padding: 0;
    }
    header nav .brand-logo img{
        width: 160px;    
    }
    header .right_navs{
        padding: 0;
    }
    header .right_navs ul li{
        height: auto;
    }
    header nav ul a{
        padding: 15px 8px;
    }
    header .header_search,
    header .right_navs p{
        display: none;
    }

    .mobile_search{
        display: block;
        padding-bottom: 10px;
    }
    header .mobile_search .form-fieldset .input-group-append button,
    header .mobile_search .form-fieldset .form-input{
        background: #fff;
        border-color: #b1afac;
    }
    header .mobile_search .form-fieldset .input-group-append button{
        border-left: 0;
        border-width: 1px;
    }
    header .mobile_search .form-fieldset .input-group-append button i{
        color: #555;
        font-size: 1.5rem;
        height: 38px;
        line-height: 38px;
    }
}

/*----------------------------------------------------
    NAVIGATION MENU
------------------------------------------------------*/
#navigation_menu .menu_header a,
#navigation_menu .menu_header a i{
    color: var(--color-primary);
}

#navigation_menu .stack-menu__link{
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 14px 20px;
}

.sidenav li>a:hover {
    background-color: var(--color-primary);
}

main {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.block-title {
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
    line-height: 120%;
    letter-spacing: -1px;
}
.block-title span {
    display: inline-block;
    background: #f5f6f9;
    position: relative;
    z-index: 11;
    padding-right: 15px;
}
.block-title:before {
    content: "";
    background-color: #e4e7f0;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0px;
}
/*----------------------------------------------------
    HOMEPAGE
------------------------------------------------------*/
.homepage {
    background: #f5f6f9;
}
.hero_section{
    margin-bottom: 30px;
}
.hero_section .slides_container{
    overflow: hidden;
    width: 1px;
    min-width: 100%;
}

.hero_swiper{
    position: relative;
}
.hero_swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.hero_swiper .swiper-slide {      
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hero_swiper .swiper-button-next, .hero_swiper .swiper-button-prev{
    background: rgba(255,255,255,0.5);
    color: #000;
}
.hero_swiper .swiper-button-prev{
    left: 0;
}
.hero_swiper .swiper-button-next{
    right: 0;
}
.hero_swiper .swiper-button-next:after, .hero_swiper .swiper-button-prev:after{
    font-size: 2rem;
}
.swiper-pagination-bullet-active{
    background: var(--color-primary);
}

.new_products,
.categories{
    position: relative;
} 
.new_products .navigation,
.categories .navigation{
    background: #f5f6f9;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 80px;
}
.swiper-button-next, 
.swiper-button-prev{
    color: #000;
    top: 42%;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 1.5rem;
}
.module_wrapper{
    margin-bottom: 50px;
}
.offers .row{
    margin-right: -0.8rem;
    margin-left: -0.8rem;
}


/*----------------------------------------------------
    PRODUCT WIDGET
------------------------------------------------------*/
.product_widget .card,
.category_widget .card{
    box-shadow: none;
    margin: 0;
}
.product_widget .card:hover,
.category_widget .card:hover{
    -webkit-box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
          box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
}
.product_widget .card .card-image{
    background-color: #f4f4f4;
    border-radius: 15px;
    display: block;
}
.product_widget .card .card-image img{
    border-radius: 15px;
}
.product_widget .card .image_wrapper{
    position: relative;
    overflow: hidden;
}
.product_widget .card .btn_favourite{
    background-color: rgba(255, 255, 255, 0.65);
    color: var(--color-primary);
    border: none;
    border-radius: 50px;
    box-shadow: none;
    height: 35px;
    width: 35px;
    padding: 0;
    position: absolute;
    top: 5px;
    right: -50px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
.product_widget .card .btn_favourite i{
    font-size: 1.35rem;
    line-height: 35px;
    vertical-align: middle;
}
.product_widget .card .btn_favourite.filled{
    color: #f44336;
    right: 5px;
}
.product_widget .card:hover .btn_favourite{
    right: 5px;
}
.product_widget .card .card-action{
    padding: 5px 0 16px 0;
    text-align: center;
}
.product_widget .card .card-action a,
.category_widget .card .card-action a{
    color: black !important;
    font-size: 1rem;
    margin-right: 0 !important;
}
.category_widget .card .card-action{
    border: none;
}
.category_widget .card .card-action a{
    font-weight: 500;
    text-transform: none !important;
}

.product_widget .card .product_price{
    
}
.product_widget .card .product_price .price{
    font-size: 1.25rem;
    font-weight: 500;
}
.product_widget .card .product_price del{
    color: #888888;
    margin-left: 3px;
}
.product_widget .card .discount_percent{
    color: #388E3C;
    font-weight: 600;
}
.product_widget .widget_buttons{
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.product_widget .widget_buttons .btn_cart,
body.product_description .action_buttons .btn_cart{
    background-color: #ffffff;
    color: var(--color-primary);
    border: 1px solid #d3baa8;
    box-shadow: none;
    position: absolute;
    left: -200px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
body.product_description .action_buttons .btn_cart:hover,
body.product_description .action_buttons .btn_favourite:hover{
    border: 1px solid var(--color-primary);
}
body.product_description .action_buttons .btn_cart{
    font-size: 1.1rem;
    position: inherit;
    margin-right: 10px;
}
.product_widget .widget_buttons .btn_cart:before,
body.product_description .action_buttons .btn_cart:before{
    content: "shopping_bag";
    font-family: "Material Symbols Outlined";
    font-size: 1.25rem;
    float: left;
    margin-right: 5px;
}
.product_widget .widget_buttons .btn_cart:after,
body.product_description .action_buttons .btn_cart:after{
    content: "Add to Bag";
}
.product_widget .widget_buttons .btn_cart.added:before,
body.product_description .action_buttons .btn_cart.added:before{
    content: "close";
    font-family: "Material Symbols Outlined";
    font-size: 1.25rem;
    float: left;
    margin-right: 5px;
}
.product_widget .widget_buttons .btn_cart.added:after,
body.product_description .action_buttons .btn_cart.added:after{
    content: "Remove";
}
body.product_description .action_buttons .btn_cart.update:after{
    content: "Update";
}
.product_widget .card:hover .btn_cart{
    left: 0;
}

@media (max-width: 1200px)
{
    .product_widget .card .btn_favourite{
        right: 5px;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        -moz-transition: .3s ease all;
        transition: .3s ease all;
    }
    .product_widget .card .btn_cart{
        left: 0;
    }
}

@media (max-width: 600px)
{
    .grid-container.col-250 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .grid-container.gap-20 {
        grid-gap: 15px;
    }
    .product_widget .card .btn_favourite i{
        line-height: 34px;
    }
}

/*----------------------------------------------------
    FOOTER
------------------------------------------------------*/
footer{
    background-color: #394150;
    padding: 0;
}
footer .brand_section{
    border-bottom: 1px solid #49392B;
    text-align: center;
}
footer .logo{
    max-width: 180px;
}
footer .social_icons{
    display: flex;
    margin: auto;
    max-width: 250px;
    padding: 15px 0;
}
footer .social_icons li a{
    padding: 0 15px;
}
footer .social_icons li a img{
    opacity: 0.6;
    width: 30px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
footer .social_icons li a:hover img{
    opacity: 1;
}
footer h5{
    color: #eee;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 15px;
}
footer p{
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    text-align: justify;
}
footer .links_section{
    color: #ccc;
    padding-top: 20px;
}
footer .links_section .links{
    margin: 0;
}
footer .links_section .links a{
    color: #ccc;
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 5px 0;
}
footer .links_section .address{
    color: #9da3af;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 10px;
}
footer .links_section address{
    font-style: normal;
    line-height: normal;
}

footer .categories ul{
    display: flex;
}
footer .categories ul li:after{
    content: "|";
    padding: 0 5px;
}
footer .categories ul li:last-child:after{
    content: "";
}
footer .categories ul li a{
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 300;
}
footer .footer_center {
    border-top: 1px solid #4d5462;
    padding: 30px 0 15px;
    text-align: center;
}
footer .footer_center p a{
    color: #9da3af;
    text-align: center;
}

footer .copyright{
    background: rgba(0,0,0,.3);
    padding: 15px 0;
}

@media (max-width: 600px){
    footer h5{
        
    }
    footer .products h5,
    footer .categories h5{
        margin-top: 0;
    }
    footer .copyright{
        margin-top: 10px;
    }
}
/*----------------------------------------------------
    LOGIN
------------------------------------------------------*/
.login {
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.login .card{
    padding: 20px;
    min-height: 400px;
    max-width: 400px;
    border-radius: 20px;
    width: 100%;
}
.login .default_header{
    margin-bottom: 20px;
    text-align: center;
}
.login .card .default_header h4{
    color: #000;
    font-weight: 400;
}
.login .card .default_header .profile-image-login{
    margin-bottom: 10px;
    max-width: 150px;
    width: 100%;
}
.login-form .form-group h4 span {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 50px;
    padding: 5px 10px 8px;
}
.login-form p.title{
    color: #484848;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.login-form .form-group input.mobile, .login-form .form-group .input-group-text{
    font-size: 1.2rem;
    height: 3.5rem;
}
.login-form .form-group .edit_number{
    color: #666;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
}
.login-form .form-group .edit_number a.link{
    font-size: 0.85rem;
    position: absolute;
    right: 0;
    top: 5px;
}
.login .card figure,
.otp_group figure{
    display: inline;
    line-height: normal;
    margin: 0;
}

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

.otp_input {
  width: auto;
  height: 40px;
  font-size: 1.5rem !important;
  margin: 0 5px !important;
  text-align: center;
}

.otp_input:focus {
  outline: none;
  border-color: #007bff;
}


.login-form .resend_otp .resend_link{
    display: inline-block;
    float: right;    
}


.login-form .rounded{
    border-radius: 50px;
}
.login-form .loader{
    text-align: center;
}


.login-form .forgot-password-btn{
    position: absolute;
    right: 10px;
    top: 15px;
}


@media (min-width: 800px){
    #login-page .card{
        min-width: 400px;
    }
}

/*----------------------------------------------------
    CATEGORY PAGE
------------------------------------------------------*/
body.category .categories_wrapper{
    background-color: #f9ebe0;
}
.categories_wrapper .category_widget{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}
.categories_wrapper .category_widget h5{
    margin: 0;
}
body.category pre{
    font-family: 'Crimson Pro', sans-serif;
    line-height: 1.2rem;
    white-space: pre-wrap;
}

/*----------------------------------------------------
    PRODUCT DESCRIPTION PAGE
------------------------------------------------------*/
nav.page-crumb, nav.page-crumb .nav-wrapper {
    background-color: transparent;
    box-shadow: none;
    height: 18px;
    line-height: 18px;
}
nav.page-crumb .nav-wrapper .row .col {
    padding: 0 !important;
}
nav.page-crumb .breadcrumb{
    color: #7F7F7F;
    font-size: 0.9rem;
}
nav.page-crumb .breadcrumb i{
    font-size: 1.2rem;
    height: auto;
    line-height:1;
}
nav.page-crumb .breadcrumb:before {
    color: #7F7F7F;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}
nav.page-crumb .breadcrumb:last-child{
    cursor: auto;
}

body.product_description .carousel_wrapper .main_image img{
    max-width: 850px;
    width: 100%;
}
body.product_description .carousel_wrapper img{
    border-radius: 15px;
}
body.product_description .carousel_wrapper .slides{
    display: flex;
}
body.product_description .carousel_wrapper .slides img{
    border-radius: 10px;
    margin-right: 10px;
    width: 80px;
}
body.product_description h1{
    font-size: 2rem;
    margin-bottom: 0.65rem;
}

body.product_description .product_price{
    margin: 15px 0;
}
body.product_description .product_price .price{
    font-size: 1.5rem;
    font-weight: 500;
}
body.product_description .product_price .discount_percent{
    color: #4CAF50;
    font-weight: 600;
    margin-left: 10px;    
}

body.product_description .action_buttons{
    margin: 20px 0;
}
body.product_description .action_buttons .btn_favourite{
    background-color: #ffffff;
    color: var(--color-primary);
    border: 1px solid #d3baa8;
    box-shadow: none;
}
body.product_description .action_buttons .btn_favourite i{
    font-size: 1.35rem;
    line-height: 35px;
    vertical-align: middle;
}
body.product_description .action_buttons .btn_favourite.filled{
    color: #f44336;
    right: 5px;
}
body.product_description .quantity-input,
body.cart .quantity-input {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 150px;
}

body.product_description .quantity-btn,
body.cart .quantity-btn {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: #f0f0f0;
  color: #333;
}

body.product_description .quantity,
body.cart .quantity {
    border: none;
    font-size: 1.2rem;
    height: 28px;
    margin: 0;
    text-align: center;
    width: 50px;
}
body.product_description .quantity:focus,
body.cart .quantity:focus{
    border: none !important;
    box-shadow: none !important;
}
body.product_description .description{
    color: #555;
    font-size: 1.1rem;
}
body.product_description .description h5{
    margin-bottom: 5px;
}
body.product_description .description ol{
    margin: 0;
    padding-left: 15px;
    margin-bottom: 20px;
}
body.product_description .related_products{
    background-color: #f9ebe0;
}

@media (max-width: 600px){
    body.product_description h1{
        margin-top: 1rem;
    }
}

/*----------------------------------------------------
    CART PAGE
------------------------------------------------------*/
.cart .empty_cart,
.wishlist .empty_cart{
    padding: 50px 0;
    text-align: center;
}
.cart .empty_cart .empty_bag{
    margin-bottom: 20px;
    width: 120px;
}
.cart_details_wrapper .cart_widget,
.cart_details_wrapper .wishlist_product{
    color: #333;
    display: flex;
    margin-bottom: 20px;
}
.cart_details_wrapper p, 
.checkout-page-wrapper p {
    line-height: 24px;
}
.cart_details_wrapper .cart_items{
    border-right: 1px solid #ddd;
    min-height: 450px;
}
.cart_details_wrapper .cart_widget .product-pic,
.wishlist_product .product-pic{
    margin-right: 20px;
    position: relative;
}
.cart_details_wrapper .cart_widget .product-pic img{
    border-radius: 15px;
    width: 120px;
}
.cart_details_wrapper .cart_widget .product-pic a{
    display: block;
}
.wishlist_product img{
    width: 120px;
}
.cart_details_wrapper .cart_widget .product_name{
    color: #333;
    display: block;
}
.cart_details_wrapper .cart_widget .price{
    font-weight: 600;
    margin-right: 5px;
}
.cart_details_wrapper .cart_widget .discount{
    color: #388E3C;
    font-weight: 600;
}
body.cart .quantity-input{
    margin-top: 10px;
}
.cart_details_wrapper .cart_widget .cart_actions{
    display: flex;
    justify-content: space-between;
}
.cart_details_wrapper .cart_widget .cart_actions a{
    color: #888;
}
.order_summary table tr td{
    border: none;
    padding-left: 0;    
}
.order_summary table tr{
    border: none;
}
.order_summary table tr.you_pay_row{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #49392B;
    font-size: 20px;
    font-weight: 600;
}
.order_summary .price_details{
    max-width: 300px;
}
.order_summary .price_details table td{
    color: #333;
}
.order_summary .price_details .add-more-worth{
    color: #E91E63;
}

@media (max-width: 1000px){
    .cart_details_wrapper .cart_items {
        border-right: 0px solid #ddd;
        min-height: auto;
    }
}

/*----------------------------------------------------
    CHECKOUT PAGE
------------------------------------------------------*/
body.checkout .collapsible,
body.my_profile .collapsible{
    box-shadow: none;
    margin: 0;
}
body.checkout .collapsible .collapsible-header{
    font-weight: 600;
}
body.checkout .collapsible .collapsible-body{
    padding: 1rem 1.5rem;
}
.collapsible .delivery_addresses li{
    color: #333;
    margin-bottom: 25px;
    position: relative;
}
.collapsible .delivery_addresses li:last-child{
    margin-bottom: 0px;
}
.collapsible li .address_type{
    color: #FF9800;
}
.collapsible li .action_buttons{
    margin-top: 10px;
    position: relative;
}
.collapsible li .edit_btn{
    position: absolute;
    right: 0;
    top: 0;
}
body.checkout .collapsible .collapsible-body .payment_options label{
    display: block;
    padding: 10px 0;
}
body.checkout .collapsible .collapsible-body .payment_options span.name{
    font-size: 1.1rem;
    font-weight: 600;
    color: black;
}
body.checkout .collapsible .collapsible-body .payment_options span>span.desc{
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
}

/*----------------------------------------------------
    ORDER CONFIRMATION PAGE
------------------------------------------------------*/
body.order_confirmation section{
    padding-top: 0;
}
body.order_confirmation .animation{
    position: relative;
    text-align: center;
}
body.order_confirmation .animation h3{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
body.order_confirmation .saved{
    color: #388E3C;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}

/*----------------------------------------------------
    MY ORDERS
------------------------------------------------------*/
body.orders .orders_list a{
    display: flex;
}
body.orders .orders_list .product_pic{
    margin-right: 20px;
}
body.orders .orders_list .product_pic img{
    border-radius: 10px;
    width: 70px;
}
body.orders .orders_list .order_item {
    color: #444;
    margin-right: 20px;
}
body.orders .orders_list .order_status {
    font-weight: 600;
}
body.orders .orders_list .order_status.processing {
    color: #db870c;
}
body.orders .orders_list .order_status.shipped {
    color: #0275d8;
}
body.orders .orders_list .order_status.delivered {
    color: #4caf50;
}
body.orders .orders_list .order_status.cancelled {
    color: #ff5722;
}
body.orders .orders_list a.load-more{
    display: block;
    font-size: 1.2rem;
}

.tabs_wrapper{
    position: relative;
}
.tabs_wrapper.stick{
    position: fixed;
    top: 100px;
}
ul.my_account_tabs{
    background-color: #FFFCFA;
    border-left: 1px solid #ffedc5;
    margin: 0;
    padding: 10px;
    width: 300px;
}
ul.my_account_tabs li a{
    color: #777;
    display: block;
    padding: 10px 0;
}
ul.my_account_tabs li:first-child a{
    padding-top: 0;
}
ul.my_account_tabs li.active a,
ul.my_account_tabs li a:hover,
ul.my_account_tabs li.active a i{
    color: var(--color-primary);
    font-weight: 600;
}
ul.my_account_tabs li.active a i{
    font-weight: 400;
}
ul.my_account_tabs li a i{
    color: #999;
}

/*----------------------------------------------------
    ORDER DETAILS PAGE
------------------------------------------------------*/
.order_details{
    background-color: #f4f4f4;
}
.order_details .card-panel{
    box-shadow: none;
    margin-bottom: 0;
}
.order_details .row{
    margin-bottom: 0;
}
.order_details .order_progress{
    min-height: 325px;
    position: relative;
}
.order_details .action_buttons{
    display: flex;
    margin: 0;
}
.order_details .action_buttons li a{
    display: block;
    margin-left: 30px;
}
.order_details .order_progress .tracking_details{
    position: absolute;
    left: 50%;
    top: 15px;
}
.order_details .order_progress .tracking_details dt{
    color: grey;
}
.order_details .order_progress .tracking_details dd{
    color: black;
    margin-left: 0;
    margin-bottom: 20px;
}

.order_details .product_list .product{
    display: flex;
    margin-bottom: 10px;
}
.order_details .product_list .product_pic{
    margin-right: 20px;
}
.order_details .product_list .product_pic img{
    border-radius: 10px;
    width: 70px;
}
.order_details .product_list .order_item {
    color: #444;
    margin-right: 20px;
}
.order_details .order_summary{
    min-height: 325px;
}
.order_details .order_summary label{
    font-size: 1rem;
    min-width: 120px;
    display: inline-block;
}
.order_details .order_summary span{
    min-width: 80px;
    display: inline-block;
    text-align: right;
}

@media (max-width: 992px){
    .order_details .order_progress .tracking_details{
        position: static;
        right: auto;
        top: auto;
    }
}
/*----------------------------------------------------
    VERTICAL TIMELINE FOR ORDER STATUS
------------------------------------------------------*/
.step_progress_wrapper.vertical {
    padding-left: 20px;
    width: 350px;
}
.step_progress_wrapper.vertical ul.step_progress {
    color: #777;
    position: relative;
    padding-left: 45px;
    list-style: none;
    margin-bottom: 40px;
}
.step_progress_wrapper.vertical .step_progress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 1px;
  left: 18px;
  width: 10px;
  height: 100%;
  border-left: 3px solid #CCC;
}
.step_progress_wrapper.vertical .step_progress_item {
    min-height: 60px;
    position: relative;
}
.step_progress_wrapper.vertical .step_progress_item:last-child {
    min-height: 0px;
}
.step_progress_wrapper.vertical .step_progress_item label{
    font-size: 1rem;
    display: block;
    position: absolute;
}
.step_progress_wrapper.vertical .step_progress_item:not(:last-child) {
    padding-bottom: 50px;
}
.step_progress_wrapper.vertical .step_progress_item::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 1px;
  left: -27px;
  height: 100%;
  width: 10px;
}
.step_progress_wrapper.vertical .step_progress_item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -41px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
.step_progress_wrapper.vertical .step_progress_item.completed{
    color: #000;    
}
.step_progress_wrapper.vertical .step_progress_item.completed::before {
    border-left: 3px solid green;
}
.step_progress_wrapper.vertical .step_progress_item.completed::after {
  content: "check";
  font-family: 'Material Symbols Outlined';
  font-size: 22px;
  color: #FFF;
  text-align: center;
  border: 2px solid green;
  background-color: green;
  line-height: 25px;
}
.step_progress_wrapper.vertical .step_progress_item.completed.cancelled::after{
    background-color: #f14656;
    border: 2px solid #f14656;
}
.step_progress_wrapper.vertical .step_progress_item.completed.returned::after{
    background-color: #efb104;
    border: 2px solid #efb104;
}
.step_progress_wrapper.vertical .step_progress_item.completed.returned::before {
    border-left: 3px solid #efb104;
}

/*----------------------------------------------------
    HORIZONTAL TIMELINE FOR ORDER STATUS
------------------------------------------------------*/
.step_progress_wrapper.horizontal {
    
}
.step_progress_wrapper.horizontal ul.step_progress {
    color: #777;
    list-style: none;
    position: relative;
    padding: 20px 0px 0px 0px;
    display: inline-block;
    margin-bottom: 0;
}
.step_progress_wrapper.horizontal ul.step_progress::before {
    background-color: #ccc;
    position: absolute;
    content: " ";
    height: 2px;
    top: auto;
    bottom: 32px;
    left: 66px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.step_progress_wrapper.horizontal .step_progress_item {
    display: table-cell;
    min-width: 180px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    position: relative;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
}
.step_progress_wrapper.horizontal .step_progress_item label{
    font-size: 1rem;
    margin-top: 20px;
    display: block;
    height: 34px;
}
.step_progress_wrapper.horizontal .step_progress_item.completed::before {
    border-bottom: 3px solid green;
    content: '';
    position: absolute;
    top: 0px;
    left: 77px;
    width: 100%;
}

.step_progress_wrapper.horizontal .step_progress_item:last-child::before {
    border-bottom: 4px solid white;
    content: '';
    position: absolute;
    top: 0px;
    left: 77px;
    width: 100%;
}

.step_progress_wrapper.horizontal .step_progress_item::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 38px;
    left: 66px;
    width: 30px;
    height: 30px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.step_progress_wrapper.horizontal .step_progress_item.completed::after {
  content: "check";
  font-family: 'Material Symbols Outlined';
  font-size: 22px;
  color: #FFF;
  text-align: center;
  border: 2px solid green;
  background-color: green;
  line-height: 27px;
}
.step_progress_wrapper.horizontal .step_progress_item.completed{
    color: #000;    
}
