* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body  */

body {
    font-family: Poppins-Medium;
}

.heading {
    margin-bottom: 40px;
}

.heading h2 {
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.heading p {
    color: #666666;
    font-size: 18px;
    letter-spacing: -0.5px;
}

.text_pink {
    color: #012e6c;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 16px;
}

.women_btn img {
    margin-left: 8px;
    width: 20px;
    margin-right: 8px;
}

.women_btn {
    background-color: #012e6c;
    padding: 15px 0px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #012e6c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.women_btn:hover {
    color: #ffffff;
}

.login_form .form-group p {
    margin-bottom: 0px;
}

.bg_grey {
    background-color: #a4a4a4;
    color: #ffffff;
    border: 1px solid #a4a4a4;
}

.bg_purple {
    background-color: linear-gradient(45deg, #2bab54, #082F50);
    border: 1px solid linear-gradient(45deg, #082F50, #2bab54);
}

.bg_white {
    background-color: #ffffff;
    color: #000000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}

.bg_white:hover {
    color: #000000;
}

.bg_white img {
    width: 30px;
}

.bg_none {
    background-color: transparent;
    color: #000000;
}

.bg_none:hover {
    color: #000000;
}

.text_green {
    color: #689a53;
}

/* similar classes css start  */


.form-control:focus {
    box-shadow: none;
    border: 1px solid #012e6c;
}

.margin_top {
    margin-top: 80px;
}

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

.explore_btn a {
    color: #7a3d8d;
    display: flex;
    align-items: center;
}

.explore_btn a i {
    font-size: 12px;
    margin-left: 5px;
}

.view_all_btn a {
    color: #7a3d8d;
    display: flex;
    align-items: center;
    padding: 6px 20px;
    background-color: #7a3d8d;
    color: #ffffff;
    border-radius: 5px;
    font-family: Poppins-Light;
}

.view_all_btn a i {
    margin-left: 10px;
    font-size: 13px;
}

.desktop_margin_bottom {
    margin-bottom: 0px !important;
}

/* similar classes css end  */

/* container width css start  */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1270px !important;
    }

    /* section.main_header .header_text ul li .sub_menu{
        width: 1280px !important; 
    } */
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1370px !important;
    }
}

/* container width css end  */


/* fonts start */

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.woff);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.woff);
}

@font-face {
   font-family: "Barlow", sans-serif;
    src: url(../fonts/Poppins-Bold.woff);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.woff);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins-Light.woff);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.woff);
}

@font-face {
    font-family: Satoshi-Regular;
    src: url(../fonts/Satoshi-Regular.woff2);
}

@font-face {
    font-family: Satoshi-Medium;
    src: url(../fonts/Satoshi-Medium.woff2);
}

@font-face {
    font-family: Satoshi-Bold;
    src: url(../fonts/Satoshi-Bold.woff2);
}

/* fonts end */

/* header about delivery detail section css start  */

section.about_delivery_details {
    background-color: #dae6ff;
    padding: 10px 0px;
    margin-bottom: 15px;
}

section.about_delivery_details .delivery_flex p {
    padding-right: 20px;
    margin-right: 20px;
    font-size: 12px;
    border-right: 1px solid #000000;
    margin-bottom: 0;
    text-transform: capitalize;
}

section.about_delivery_details .delivery_flex p:nth-child(2) {
    border-right: 0;
}

section.about_delivery_details .delivery_flex {
    display: flex;
    align-items: center;
}

section.about_delivery_details .app_gift ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

section.about_delivery_details .app_gift ul li {
    margin-left: 20px;
}

section.about_delivery_details .app_gift ul li a {
    color: #7d6969;
    font-size: 12px;
    display: flex;
    align-items: center;
}

section.about_delivery_details .app_gift ul li img {
    width: 15px;
    margin-right: 5px;
}

/* header about delivery detail section css end  */

/* header category section css start  */

section.main_header .input_form .form-control {
    font-size: 12px;
    padding: 10px 90px 10px 30px;
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #b9b9b9;
    opacity: 0.7;
}

section.main_header .search_icon {
    position: absolute;
    left: 10px;
    z-index: 1;
}


section.main_header .mike {
    position: absolute;
    right: 10px;
}

section.main_header .search_icon img {
    width: 14px;
    opacity: .7;
}

section.main_header .mike img {
    width: 13px;
}

section.main_header .input_form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}




section.main_header .header_text ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0px;
}

section.main_header .main_header_wrp {
    display: flex;
    align-items: center;

}

section.main_header .header_search_icon {
    display: flex;
    align-items: center;
}

section.main_header .header_logo img {
    width: 80%;
}

section.main_header .header_icons ul li img {
    padding: 0px 6px;
    width: 35px;
}

section.main_header .header_text ul li a {
    color: #000000;
    padding: 0px 20px;
    font-size: 15px;
    transition: .3s;
}

/* section.main_header .header_text ul li a:hover {
    color: #da6021;
} */
section.main_header .header_text ul li:hover a {
    color: #da6021;
}

section.main_header .header_text ul li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    top: 100px;
}

section.main_header .header_text ul li .sub_menu {
    position: absolute;
    z-index: 100;
    height: auto;
    top: 120px;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    justify-content: space-between;
    max-width: 1270px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

section.main_header .header_icons ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 20px;
}

section.main_header .brands_wrp {
    background-color: #eaf4fd;
    padding: 20px;
}

section.main_header .brands_wrp .brands_img {
    margin-top: 15px;
}

section.main_header .brands_wrp .brands_img img {
    width: 100%;
    object-fit: scale-down;
    height: 100px;
    background-color: #ffffff;
}

section.main_header .header_text .brands_wrp .brands_img a {
    padding: 0;
}

section.main_header .brands_wrp .nav-pills .nav-link.active {
    background-color: #da6021;
    color: #ffffff;
}

section.main_header .brands_wrp .nav-pills .nav-link {
    padding: 8px 40px;
    border-radius: 0;
    background-color: #EFEFEF;
    margin-right: 10px;
    border-radius: 6px;
    color: #000000;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

section.main_header .brands_search_head {
    padding: 20px;
}

section.main_header .brands_search_head .form-group {
    display: flex;
    align-items: center;
    position: relative;
}

section.main_header .brands_search_head .form-group img {
    width: 14px;
    position: absolute;
    left: 11px;
    opacity: 0.7;
}

section.main_header .brands_search_head .form-group .form-control {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    font-family: Poppins-Regular;
}


section.main_header .brands_search_head .form-group .form-control::placeholder {
    color: #b9b9b9;

}

.top_brands_name h4 {
    font-size: 20px;
}

.top_brands_name {
    padding: 20px;
    height: 400px;
    overflow: auto;
    margin-bottom: 30px;
}

.top_brands_list ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.top_brands_list ul li {
    padding: 5px 0px;
}

.top_brands_list ul li a {
    padding: 0 !important;
    color: #000000 !important;
}

.top_brands_name::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.top_brands_name::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.top_brands_name::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #da6021;
}

/* header category section css end  */


/* Header menu css start  */


@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.header_search_icon .form_group {
    display: flex;
    align-items: center;
    position: relative;
}

header .menu .menu__inner .menu__item .menu__link>i {
    display: none;
}

header.navbar .navbar__center ul {
    margin-bottom: 0px;
}

header .centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}

header {
    background-color: #012e6c;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

header.navbar {
    padding-bottom: 0px;
    justify-content: center;

}

header .navbar .navbar__left {
    display: none;
    align-items: center;

}

@media (max-width: 766px) {
    header .navbar .navbar__left {
        flex: 0 0 auto;
        display: block;
    }
}

header .navbar .navbar__center {
    display: flex;
}

@media (max-width: 766px) {
    header .navbar .navbar__center {
        flex: 0 0 100%;
        order: 3;
        align-items: center;
    }
}

header .navbar .navbar__right {
    display: flex;
    flex: 0 0 17%;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

@media (max-width: 766px) {
    header .navbar .navbar__right {
        flex: 0 0 auto;
        align-items: center;
    }
}

header .brand {
    display: flex;
    align-items: center;
    order: 1;
}

header .brand svg {
    width: 60px;
    height: 60px;
}

@media (max-width: 766px) {
    header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        max-width: 85%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        background-color: #fff;
        transform: translate(-100%);
        transition: all 0.4s ease-in-out;
    }

    header .menu.is-active {
        transform: translate(0%);
    }


}

header .menu .menu__header {
    display: none;
    box-shadow: var(--shadow-medium);
}

@media (max-width: 766px) {
    header .menu .menu__header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 110;
        visibility: hidden;
        background: transparent;
    }

    header .menu .menu__header.is-active {
        visibility: visible;
        background-color: #fff;
        padding: 10px 0px;
    }

    header .menu .menu__header.is-active>.menu__arrow {
        display: flex;
    }


}

@media (max-width: 766px) {
    header .menu .menu__header .menu__arrow {
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: auto;
        margin-left: 15px;
    }



    header .menu .menu__header .menu__arrow>i {
        font-size: 12px;
        color: #000;
        transition: all 0.25s ease;
        margin-right: 10px;
    }

    header .darkmode .menu .menu__header .menu__arrow>i {
        color: #fff;
    }
}

@media (max-width: 766px) {
    header .menu .menu__header .menu__title {
        cursor: pointer;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        transition: all 0.25s ease;
    }

    header .menu .menu__header .menu__title:hover {
        color: var(--color);
    }


}

@media (max-width: 766px) {
    header .menu .menu__inner {
        height: 100%;
        margin-top: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

header .inner_menu_heading {
    margin-top: 15px;
    border-top: 1px solid #012e6c;
    padding-top: 15px;
}

header .menu .menu__inner .menu__item a {
    padding-bottom: 0;
    padding: 3px 0px;
    font-size: 13px;
}

header .menu .menu__inner .menu__item a:hover {
    color: #da6021;
}

header .menu .menu__inner .menu__item {
    position: static;
    display: inline-block;

    padding: 5px 15px 0px 0;
}


header .menu .menu__inner .menu__item:last-child {
    padding-right: 0;
}




@media (max-width: 766px) {
    header .menu .menu__inner .menu__item {
        display: block;
        padding: 0;
    }

    header .menu .menu__inner .menu__item .menu__link>i {
        display: block;
    }
}

@media (min-width: 767px) {
    header .menu .menu__inner .menu__item:hover>.menu__link i {
        transform: rotate(-90deg);
    }
}

@media (min-width: 767px) {
    header .menu .menu__inner .menu__item.menu__dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

header .navbar {
    padding-bottom: 0%;
}

header .menu .menu__inner .menu__item .menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.25s ease;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    border-bottom: 10px solid #012e6c;
}

header .menu .menu__inner .menu__item .menu__link:hover {
    border-bottom: 3px solid #da6021;
}

@media (max-width: 766px) {
    header .menu .menu__inner .menu__item .menu__link {
        justify-content: space-between;
        padding: 10px 20px;
    }
}

header .menu .menu__inner .menu__item .menu__link>i {
    margin-left: 5px;
    font-size: 12px;
    transform: rotate(90deg);
    transition: 0.35s;
}

@media (max-width: 766px) {
    header .menu .menu__inner .menu__item .menu__link>i {
        margin-left: 10px;
        transform: rotate(0deg);
    }
}

.darkmode .menu .menu__inner .menu__item .menu__link {
    color: #fff;
}

header .submenu {
    position: absolute;
    z-index: 100;
    top: 110%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(-50%);
    justify-content: space-between;
}

header .darkmode .submenu {
    border-top: 2px solid #000;
}

@media (max-width: 766px) {
    header .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 50px 15px 0 15px;
        border-radius: 0;
        border-top: 0;
        box-shadow: none;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
    }

    header .submenu.is-active {
        display: block;
    }
}

@media (min-width: 767px) {
    header .submenu {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (min-width: 767px) {
    header .submenu.megamenu__normal {
        left: 65%;
        max-width: 250px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media (min-width: 767px) {

    header .submenu.megamenu__text,
    header .submenu.megamenu__image {
        display: flex;

        max-width: 95%;
        height: auto;
        margin: 0 auto;
    }
}

@media (min-width: 975px) {

    header .submenu.megamenu__text,
    header .submenu.megamenu__image {
        max-width: 100%;
    }
}

header .submenu.megamenu__image .submenu__inner a {
    display: flex;
    flex-flow: column;
    align-items: center;
}

@media (max-width: 766px) {
    header .submenu.megamenu__image .submenu__inner a {
        flex-flow: row;
        align-items: center;
        padding-bottom: 20px;
    }
}

header .submenu.megamenu__image .submenu__inner a img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 766px) {
    header .submenu.megamenu__image .submenu__inner a img {
        width: 30%;
        height: 80px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

header .submenu .submenu__inner {
    width: 100%;
    padding: 15px;
}

header .submenu .submenu__inner:nth-child(odd) {
    background-color: #eaf4fd;
}

@media (max-width: 766px) {
    header .submenu .submenu__inner {
        width: 100%;
        padding: 15px;
    }

    header .menu .menu__inner .menu__item .menu__link:hover {
        border-bottom: 0;
    }
}

header .submenu .submenu__inner .submenu__title a {
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Poppins-SemiBold;
    color: #012e6c;
}



@media (max-width: 766px) {
    header .submenu .submenu__list {
        margin-bottom: 20px;
    }
}

header .submenu .submenu__list li {
    display: block;
    line-height: 1;
    margin: 0 auto;
}

header .submenu .submenu__list li a {
    display: inline-block;
    padding: 10px 0 !important;
    font-weight: 400;
    /* line-height: 2.1; */
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease-in-out;
}



@media (max-width: 766px) {
    header .submenu .submenu__list li a {
        display: block;
    }
}


header .switch {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

header .switch .switch__light,
header .switch .switch__dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
}

header .switch .switch__light {
    font-size: 20px;
    visibility: visible;
    color: #000;
}

header .darkmode .switch .switch__light {
    font-size: 0;
    visibility: hidden;
}

header .switch .switch__dark {
    font-size: 0;
    visibility: hidden;
    color: #fff;
}



header .overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
    pointer-events: none;
}

@media (max-width: 766px) {
    header .overlay {
        cursor: url("../img/cross_icon.png"), zoom-out;
        pointer-events: visible;
    }

    header .overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
}

header .burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 15px;
    margin-right: 15px;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

@media (max-width: 766px) {
    header .burger {
        opacity: 1;
        visibility: visible;
    }
}

header .burger .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 15px;
    background: #000;
}



header .burger .burger-line:nth-child(1) {
    top: 0px;
}

header .burger .burger-line:nth-child(2) {
    top: 8px;
    width: 70%;
}

header .burger .burger-line:nth-child(3) {
    top: 16px;
}

header .mob_logo {
    display: none;
}

header .menu .nav-pills {
    flex-wrap: nowrap;
    overflow: hidden;
}

header .menu .nav-pills .nav-item {
    width: 100%;
    margin: 0px 10px;
}

header .menu .nav-pills .nav-link {
    width: 100%;
    color: #000000;
    font-size: 15px;
    padding: 15px;
}

header .menu .nav-pills .nav-link.active {
    border-bottom: 1px solid #da6021;
    color: #da6021;
    background: none;
    border-radius: 0;
}

header .menu .nav-pills {
    display: none;
}

/* Header menu css end  */


/* ============================================
   Homepage Slider Styles
   ============================================ */

   .homepage_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.homepage_slider_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.homepage_slider_carousel .owl-nav button.owl-prev,
.homepage_slider_carousel .owl-nav button.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.homepage_slider_carousel .owl-nav button.owl-prev:hover,
.homepage_slider_carousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.6);
}

.homepage_slider_carousel .owl-nav button.owl-prev {
    left: 20px;
}

.homepage_slider_carousel .owl-nav button.owl-next {
    right: 20px;
}

.homepage_slider_carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.homepage_slider_carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.homepage_slider_carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.homepage_slider_carousel .owl-dots .owl-dot.active span,
.homepage_slider_carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
    width: 14px;
    height: 14px;
}

.slider_item {
    position: relative;
  
    background-size: cover;
  
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.slider_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    z-index: 1;
}

.slider_item .container {
    position: relative;
    z-index: 2;
}

.slider_content {
    color: #fff;
    padding-right: 30px;
}

.slider_website {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
}

.slider_website::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.homepage_slider .owl-item {
    padding-right: 0px !important;
}

.slider_website p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    letter-spacing: 1px;
}

.slider_heading {
    margin-bottom: 25px;
}

.slider_heading h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.slider_description {
    margin-bottom: 35px;
}

.slider_description p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 520px;
}

.slider_buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn_shop_now,
.btn_read_more {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border: 2px solid transparent;
}

.btn_shop_now {
    background: #fff;
    color: #1a2a3a;
    border-color: #fff;
}

.btn_shop_now:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.btn_read_more {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn_read_more:hover {
    background: #fff;
    color: #1a2a3a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.slider_image {
    text-align: center;
    position: relative;
    animation: floatImage 3s ease-in-out infinite;
}

.slider_image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Tablets and below (992px and down) */
@media (max-width: 992px) {
    .slider_item {
        min-height: 550px;
        padding: 60px 0;
    }

    .slider_heading h1 {
        font-size: 42px;
    }

    .slider_description p {
        font-size: 16px;
    }

    .slider_content {
        padding-right: 15px;
    }

    .slider_image {
        margin-top: 30px;
    }
}

/* Mobile Landscape (768px and down) */
@media (max-width: 768px) {
    .slider_item {
        min-height: auto;
        padding: 50px 0;
    }

    .slider_heading h1 {
        font-size: 36px;
    }

    .slider_description p {
        font-size: 15px;
        max-width: 100%;
    }

    .slider_website p {
        font-size: 14px;
    }

    .btn_shop_now,
    .btn_read_more {
        padding: 12px 30px;
        font-size: 14px;
    }

    .slider_buttons {
        gap: 15px;
    }

    .homepage_slider_carousel .owl-nav button.owl-prev,
    .homepage_slider_carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .homepage_slider_carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .homepage_slider_carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .slider_image {
        margin-top: 40px;
    }
}

/* Mobile Portrait (576px and down) */
@media (max-width: 576px) {
    .slider_item {
        padding: 40px 0;
    }

    .slider_heading h1 {
        font-size: 28px;
    }

    .slider_description p {
        font-size: 14px;
    }

    .slider_website::after {
        width: 150px;
    }

    .btn_shop_now,
    .btn_read_more {
        padding: 10px 25px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .slider_buttons {
        flex-direction: column;
        gap: 12px;
    }

    .homepage_slider_carousel .owl-dots {
        bottom: 20px;
    }

    .slider_content {
        padding-right: 0;
    }
}

/* Extra Small Devices (480px and down) */
@media (max-width: 480px) {
    .slider_heading h1 {
        font-size: 24px;
    }

    .slider_description p {
        font-size: 13px;
    }

    .slider_website p {
        font-size: 12px;
    }

    .homepage_slider_carousel .owl-nav button.owl-prev,
    .homepage_slider_carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

/* section 3 css start  */


section.three_categories .sec_three_scroll .owl-dots {
    display: none !important;
}

section.three_categories .three_categories_wrp img {
    object-fit: cover;
    width: 100%;
    height: 410px;
    border-radius: 10px;
}

/* section 3 css end  */


/* top categories section css start  */


section.top_categories .categories_wrp {
    text-align: center;
}

section.top_categories .categories_wrp:hover .category_text p {
    color: #012e6c;
}

section.top_categories .category_text {
    margin-top: 20px;
}

section.top_categories .categorie_img {
    text-align: center;
}

section.top_categories .categorie_img img {
    width: 80% !important;
    margin: 0px auto;
}

section.top_categories .category_text p {
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 0px;
}



section.top_categories .categories_slider .owl-dots {
    display: none !important
}

section.top_categories .categories_slider .owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.top_categories .categories_slider .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 60px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


section.top_categories .categories_slider .owl-next span img {
    width: 35px;
    position: absolute;
    top: 60px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

/* top categories section css end  */

/* waiting cart section css start  */



.waiting_cart .waiting_cart_wrp {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-radius: 15px 15px 0px 0px;
    padding: 0px 0px;
    background-color: #ffffff;
}

.waiting_cart .bestseller {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    position: absolute;
    background-color: #04338fdd;
}

.waiting_cart .bestseller img {
    width: 20px !important;
    color: #666666;
    border-radius: 30px;
}

.waiting_cart .bestseller span {
    padding-left: 4px;
    font-size: 9px;
    text-transform: uppercase;
    width: 100%;
    font-family: Poppins-Regular;
    color: #fff;
}

.waiting_cart .waiting_cart_img {
    padding: 0px 0px;
}

.waiting_cart .waiting_cart_img img {
    width: 100%;
    
    object-fit: scale-down;
    border-radius: 15px;
}

.waiting_cart .waiting_cart_text {
    text-align: center;
    margin-top: 15px
}


.waiting_cart .waiting_cart_text p {
    font-size: 14px;
    font-family: Satoshi-Bold;
    margin-bottom: 5px;
    padding-right: 10px;
    text-align: left;
    padding-left: 10px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.waiting_cart .waiting_cart_text span {
    color: #808080;
    font-size: 11px;
}

.waiting_cart .price {
    display: flex;
    justify-content: center;
    font-family: Satoshi-Medium;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.waiting_cart .actual_price {
    padding-right: 10px;
}

.waiting_cart .actual_price p {
    color: #012e6c;
    font-size: 16px;
    margin-bottom: 0px;
}

.waiting_cart .dummy_price p {
    font-size: 12px;
    color: #808080;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.waiting_cart .dummy_price p:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #808080;
    content: "";
}

.waiting_cart .discount {
    margin-left: 10px;
}

.waiting_cart .discount p {
    font-size: 15px;
    color: #689a53;
    margin-bottom: 0px;
}


.waiting_cart .add_cart_btns {
    display: flex;
    align-items: center;
    font-family: Satoshi-Medium;
    background-color: #012e6c;
    border-radius: 0px 0px 15px 15px;
}

.waiting_cart .add_cart_btns img {
    width: 30px !important;
    margin: 0px auto;
}

.waiting_cart .wish_list_icon {
    width: 30%;
    text-align: center;
    margin: 0px auto;
    border-left: 1px solid #012e6c;
    border-top: 1px solid #012e6c;
    border-bottom: 1px solid #012e6c;
    border-radius: 0px 0px 0px 15px;
    padding: 9.5px 0px;
    background-color: #ffffff;
}

.waiting_cart .add_btn {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    padding: 7px 0px;
    border-radius: 0px 0px 15px 0px;
}

.waiting_cart .add_btn a {
    color: #ffffff;
}




/* .waiting_cart .waiting_cart_slider .owl-dots {
    display: none !important
} */


/* .waiting_cart .waiting_cart_slider .owl-nav {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
} */

/* .waiting_cart .waiting_cart_slider .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 162px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

.waiting_cart .waiting_cart_slider .owl-next span img {
    width: 35px;
    position: absolute;
    top: 162px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
} */

/* waiting cart section css end  */

/* offer section css start  */



section.offer .offer_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 310px;
}

/* offer section css end  */

/* exclusive section css start  */


section.exclusive_discount .exclusive_wrp {
    text-align: center;
    background: linear-gradient(180deg, #012e6c, #0066f0);
    color: #ffffff;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 15px;
}

section.exclusive_discount .exclusive_text h4 {
    font-family: Poppins-light;
}

section.exclusive_discount .excluive_big_text h2 {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 14px;
}

section.exclusive_discount .shop_now a {
    font-family: Poppins-ExtraLight;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
    font-size: 13px;
}

/* exclusive section css end  */

/* trending section css start  */

section.trending {
    background-color: #eaf4fd;
    padding: 40px 0px;
}

section.trending .flex_trending {
    display: flex;
}

section.trending .flex_trending .waiting_cart_main {
    width: 253.202px;
    margin: 0px 10px;
}

section.trending .flex_trending .waiting_cart_main:nth-child(5) {
    margin-right: 0px;
}

section.trending .flex_trending .waiting_cart_main:nth-child(1) {
    margin-left: 0px;
}

section.trending .nav-tabs {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 30px;
}

section.trending .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
   
    border-color: 0;
    background: #06256a !important;
  
}

section.trending .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    color: #000000;
    margin: 0px 15px;
    font-family: Poppins-SemiBold;
}

/* trending section css end  */

/* Fashion Jewellery section css start  */


section.fashion_jewellery .fashion_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 250px;
}

/* Fashion Jewellery section css end  */

/* Exclusive Makeup section css start  */




section.exclusive_makeup .exclusive_makeup_wrp {
    text-align: center;
}

section.exclusive_makeup .exclusive_makeup_child {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}

section.exclusive_makeup .exclusive_makeup_child:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background-color: #032fa1;
    border-radius: 15px;
}

section.exclusive_makeup .makeup_bottom_text {
    margin-top: 15px;
}

section.exclusive_makeup .exclusive_makeup_child .makeup_img img {
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    object-fit: scale-down;
    border-radius: 10px;
   
}

section.exclusive_makeup .makeup_bottom_text p {
    color: #595959;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
}

section.exclusive_makeup .exclusive_makeup_slider .owl-dots {
    display: none !important
}


section.exclusive_makeup .exclusive_makeup_slider .owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.exclusive_makeup .exclusive_makeup_slider .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 105px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.exclusive_makeup .exclusive_makeup_slider .owl-next span img {
    width: 35px;
    position: absolute;
    top: 105px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

/* Exclusive Makeup section css end  */

/* bedroom comfort section css start  */


section.bedroom_comfort .bedroom_comfort_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 210px;
}

section.bedroom_comfort .bedroom_comfort_img {
    position: relative;
}

section.bedroom_comfort .view_all_btn {
    position: absolute;
    bottom: 10px;
    right: 20px;

}

.kitchen_essential_wrp {
    position: relative;
}

.kitchen_essential_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    bottom: 0px;
    background-color: #0000007d;
    border-radius: 0px 0px 15px 15px;
}

.kitchen_essential_text .kitchecn_text h6 {
    color: #ffffff;
    margin-bottom: 0px;
}

/* bedroom comfort section css end  */

/* # new on womancart section css start  */



section.new_on_womancart .static_img img {
    width: 100%;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}

section.new_on_womancart .new_on_womancart_wrp {
    position: relative;
    transition: .3s;
    overflow: hidden;
}

section.new_on_womancart .new_on_womancart_wrp .explore_bg {
    position: relative;
}

section.new_on_womancart .new_on_womancart_wrp .hover_text {
    width: 100%;
    height: 100%;
    transition: .5s;
    position: absolute;
    top: 0;
    padding: 20px;
}

.explore_bg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}


section.new_on_womancart .new_on_womancart_wrp .hover_text h3 {
    font-size: 45px;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 0 2px 1px #ffffff, -1px 3px 1px #c1c1c1, -2px 5px 1px #b1b1b1;
   font-family: "Barlow", sans-serif;
}

section.new_on_womancart .view_all_btn {
    text-align: end;
    margin-top: 20px;
}

section.new_on_womancart .view_all_btn a {
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: none;
}

section.new_on_womancart .view_all_btn a i {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #012e6c;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 30px;
    font-size: 18px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* # new on womancart section css end  */

/* top brands section css start  */

section.top_brands .top_brands_wrp {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 90%;
    margin: 0px auto;
    border-radius: 5px;
}

section.top_brands .top_brands_wrp img {
    width: 100%;

}

section.top_brands .top_brands_slider.owl-carousel .owl-stage {
    padding: 10px 0px;
}

section.top_brands .top_brands_slider .owl-dots {
    display: none !important
}

section.top_brands .top_brands_slider .owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.top_brands .top_brands_slider .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 40px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.top_brands .top_brands_slider .owl-next span img {
    width: 35px;
    position: absolute;
    top: 40px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.top_brands .about_brands_img img {
    width: 100%;
    border-radius: 15px;
}

section.top_brands .nav-tabs {
    border-bottom: 0;
}

section.top_brands .top_brands_slider.nav-tabs {
    border: none;
}

section.top_brands .tab-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    padding: 20px;
    margin: 0px 10px;
    margin-top: 20px;
}

section.top_brands .top_brands_wrp.active {
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;

}

/* top brands section css end  */

/* Explore Gifting section css start  */



section.explore_gifting .explore_gifting_slider_wrp {
    text-align: center;
}

section.explore_gifting .explore_gifting_img img {
    width: 100%;
    border-radius: 100%;
    padding: 0px;
    border: 3px solid #004aad;
}

section.explore_gifting .explore_gifting_text {
    margin-top: 20px;
}

section.explore_gifting .explore_gifting_text p {
    color: #012e6c;
   font-family: "Barlow", sans-serif;
    margin-bottom: 0px;
}

section.explore_gifting .explore_gifting_slider .owl-dots {
    display: none !important
}

section.explore_gifting .explore_gifting_slider .owl-nav {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

section.explore_gifting .explore_gifting_slider .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 90px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

section.explore_gifting .explore_gifting_slider .owl-next span img {
    width: 35px;
    position: absolute;
    top: 90px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}

/* Explore Gifting section css end  */

/* mom and baby section css start  */

section.mom_baby .mom_baby_wrp img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 320px;
}

/* mom and baby section css end  */

/* kitchen essential section css start  */


.kitchen_essential_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 260px;
}

/* kitchen essential section css end  */

/* Shop Again! section start css start  */


/* Shop Again! section start css end  */

/* flawless beauty section  css start */

.flawless_static_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 590px;
}

.flawless_scroll_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 183px;
}

.flawless_scroll_img {
    margin-bottom: 20px;
}

/* flawless beauty section  css end */

/* Sparkle & Shine section css start  */



section.sparkle_shine .sparke_shine_img img {
    width: 100% !important;
    margin: 0px auto;
    border-radius: 15px;
    object-fit: scale-down;
}

section.sparkle_shine .sparke_wrp {
    border: 1px solid #7a3d8d;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
}

section.sparkle_shine .sparkle_text {
    margin: 15px;
}

section.sparkle_shine .sparkle_text p {
    margin-bottom: 0px;
}

/* Sparkle & Shine section css end  */

/* for festival section css start  */


section.for_festival .festival_img img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

section.for_festival .festival_bg_img img {
    width: 100%;
}

section.for_festival .festival_head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/festival_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px
}

section.for_festival .festival_category {
    margin-bottom: 20px;
    position: relative;
}

section.for_festival .text {
    width: 60%;
    font-size: 1.75rem;
}

.owl-item {
    padding-right: 10px;
}



section.for_festival .text h4 {
    color: #ffffff;
}

section.for_festival .btn_head h3 {
    color: #ffffff;
}

section.for_festival .btn_head p {
    color: #ffffff;
}

section.for_festival .quotes img {
    width: 45px;
    margin-bottom: 10px;
}

section.for_festival .btn_with_text {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

section.for_festival .explore_btn_festival a {
    background-color: #ffffff;
    padding: 10px 20px 10px 15px;
    border-radius: 5px;
    font-size: 17px;
    color: #012e6c;
}

section.for_festival .explore_btn_festival a i {
    margin-left: 10px;
}

section.for_festival .festival_flex {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 504px;
    width: 100%;
    margin-left: 80px;
}

section.for_festival .festival_bottom_text {
    position: absolute;
    bottom: 30px;
    left: 0px;
}

section.for_festival .festival_bottom_text a {
    color: #ffffff;
    background-color: #012e6c9e;
    padding: 6px 10px;
    font-size: 14px;
}

section.for_festival .categories_bottom {
    margin-bottom: 0;
}


/* for festival section css end  */

/* comfy casual section css start  */



section.comfy_casual .comfy_img img {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 550px;
}

section.comfy_casual .comfy_bottom_text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #012e6c9e;
    padding: 8px 0px;
    margin-right: 10px;
}

section.comfy_casual .comfy_bottom_text a {
    color: #ffffff;
}

section.comfy_casual .explore_repeat_bg {
    /* background: url(../img/explore_repeat_bg.jpg);
    background-position: center;
    background-size: cover; */
    position: relative;
}

section.comfy_casual .explore_repeat_bg img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}

section.comfy_casual .explore_text {
    position: absolute;
    top: 0;
    padding: 20px;
}

section.comfy_casual .explore_text h3 {
    font-size: 45px;
    line-height: 65px;
    color: #ffffff;
    text-shadow: 0 2px 1px #ffffff, -1px 3px 1px #c1c1c1, -2px 5px 1px #b1b1b1;
    font-family: "Barlow", sans-serif;
}

section.comfy_casual .view_btn {
    text-align: end;
    margin-top: 230px;
}

section.comfy_casual .view_btn a {
    color: #ffffff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: none;
}

section.comfy_casual .view_btn a i {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #012e6c;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 30px;
    font-size: 18px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}




section.comfy_casual .comfy_slider .owl-dots {
    display: none !important
}

section.comfy_casual .comfy_slider .owl-nav {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

section.comfy_casual .comfy_slider .owl-nav .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 260px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


section.comfy_casual .comfy_slider .owl-nav .owl-next span img {
    width: 35px;
    position: absolute;
    top: 260px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


/* comfy casual section css end  */

/* be a superman section css start  */


section.be_superman .be_superman_wrp img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 430px;
}

/* be a superman section css end  */

/* hair Essentials section css start  */


section.hair_essential .hair_essintial_img {
    position: relative;
}

section.hair_essential .hair_essintial_img img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}

section.hair_essential .hair_essintial_wrp {
    text-align: center;
}

section.hair_essential .bottom_text {
    position: absolute;
    bottom: 0px;
    padding: 8px 0px;
    background-color: #7a3d8d;
    width: 100%;
}

section.hair_essential .bottom_text p {
    margin-bottom: 0px;
    color: #ffffff;
}

/* hair Essentials section css end  */

/* shop without limits section css start  */



section.shop_limits .shop_img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 370px;
}

section.shop_limits .shop_wrp {
    margin-bottom: 30px;
}

/* shop without limits section css end  */

/* sexual wellness section css start  */


section.sexual_wellness .sexsual_wrp_img img {
    width: 100%;
    object-fit: cover;
    height: 330px;
    border-radius: 10px;
}

/* sexual wellness section css end  */

/* shiping details section css start  */



section.shiping_details .shiping_wrp {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}

section.shiping_details .shiping_icon img {
    width: 45px;
}

section.shiping_details .about_details {
    margin-left: 20px;
}

section.shiping_details .about_details h6 {
    font-size: 18px;
    font-family: Poppins-SemiBold;
    color: #012e6c;
}

section.shiping_details .about_details p {
    margin-bottom: 0;
    font-size: 12px;
}

/* shiping details section css end  */


/* latest news section css start  */

section.latest_news {
    text-align: center;
    background-color: #dae6ff;
    padding: 30px 0px;

}


section.latest_news .form_group {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0px auto;
    position: relative;
}

section.latest_news .form_group .form-control {
    padding: 10px 35px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
}

section.latest_news .submit_btn {
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #012e6c;
    font-size: 13px;
    border: none;
    color: #ffffff;
}

.form_letter {
    width: 100%;
    display: flex;
    align-items: center;
}

.search_letter {
    position: absolute;
    left: 10px;
}

.search_letter img {
    width: 15px;
}

/* latest news section css end  */

/* footer section css start  */


footer hr {
    background-color: #012e6c;
    opacity: 1;
    margin: 2rem 0px;
}

footer hr:not([size]) {
    height: 2px;
}

footer .footer_logo img {
    width: 100%;
}

footer .footer_text {
    margin-top: 25px;
}


footer .footer_head {
    margin-left: 80px;
}

footer .address_flex {
    margin-left: 0;
}


footer .footer_head h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Poppins-SemiBold;
}

footer .footer_head ul li {
    margin: 5px 0px;
}

footer .address_flex ul li {
    margin-bottom: 20px;
}

footer .footer_head ul li a {
    color: #000000;
    line-height: 25px;
}

footer .copyright_head h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

footer .policy_head ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}


footer .policy_head ul li a {
    color: #737373;
    font-size: 14px;
    margin-right: 20px;
    border-right: 1px solid #737373;
    padding-right: 20px;
    line-height: 30px;
}

footer .social_media_icon ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

footer .social_media_icon ul li a i {
    font-size: 25px;
    margin-right: 10px;
    color: #808080;
}

/* footer section css end  */

/* Sunil */

/* offer type css start */
.offer-type-child {
    flex: 0 0 auto;
    width: 19.66666667%;
}

.offer-type-child p {
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}

/* offer type css end */


/* budget section css start  */


section.budget_discount .budget {
    text-align: center;
    background-color: #7A3D8D;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
}

section.budget_discount .budget_text h4 {
    font-family: Poppins-light;
    font-size: 20px;
    margin-bottom: 4px;
}

section.budget_discount .budget_big_text {
    margin-top: 10px;
}

section.budget_discount .budget_big_text h2 {
    font-family: Poppins-SemiBold;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

section.budget_discount .shop_now a {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
}




section.budget_discount .budget_slider .owl-dots {
    display: none !important
}

section.budget_discount .budget_slider .owl-nav {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

section.budget_discount .budget_slider .owl-nav .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 80px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


.budget_slider .owl-nav .owl-next span img {
    width: 35px;
    position: absolute;
    top: 80px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
}


/* budget section css end  */


/* add banner */
/* 
.addbanner {
    margin-top: 100px;
} */

.mt-d-10 {
    margin-top: 20px;
}

.breadcrumb {
    /*centering*/
    display: inline-block;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    margin-top: 10px;
    padding: 10px 0px;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;

    color: rgb(78, 78, 78);
    padding: 0 10px 0 2px;
    position: relative;
}

.breadcrumb a .active {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.margin_top-50 {
    margin-top: 50px;
}

.waiting_cart .col-lg-4 {
    margin-bottom: 40px;
}


/* Registration form Start*/
/* 
.bg-gry {
    background-color: #F6F6F6;
}

.from-container {
    background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    margin: 0 auto;
    padding: 20px;

    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.from-container h4 {
    text-align: center;
}

.from-container p {
    text-align: center;
}

.from-container input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="text"] {

    top: -6943.37px;
    left: 3284.43px;
    border-radius: 12.44px;
    border: 1.56px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradientrgba(250, 250, 250, 1);
    border: 1.56px solid #C9C9C9
}

input[type="submit"] {
    background: #012e6c;


    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #96164d;

}

.filed-option p {
    color: #bbb9b9;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: center;

}

.filed-option p::before {
    content: "";
    position: absolute;

    height: 1px;
    background-color: #ccc;
    left: 0;

}

.filed-option p::after {
    content: "";
    position: absolute;

    height: 1px;
    background-color: #ccc;
    right: 0;

}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
} */

/* Registration form end*/






/* gulshan css start  */


/*--------------- product details page css start ----------------  */

section.product_details {
    padding: 32px;
    background-color: #f6f6f6;
}

section.product_details .swiper-container {
    width: 100%;
    height: 100%;
}

section.product_details .container {
    background-color: #ffffff;
}

section.product_details .slider__flex {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-right: 60px;
}

section.product_details .slider__flex .slider__col {
   /* display: flex;
    flex-direction: column;
    width: 110px;*/
    margin-right: 0px;
    margin-left: 0px;
}

section.product_details .slider__flex .arrow_flex {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 0px;
}

section.product_details .slider__flex .slider__prev,
section.product_details .slider__flex .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}

section.product_details .slider__flex .slider__prev:focus,
section.product_details .slider__flex .slider__next:focus {
    outline: none;
}

section.product_details .slider__flex .slider__thumbs {
  
    width: 80px;
}

section.product_details .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #012e6c;
}

section.product_details .slider__flex .slider__thumbs .slider__image {
    transition: 0.25s;
}

section.product_details .slider__flex .slider__thumbs .slider__image:hover {
    opacity: 1;
}

section.product_details .slider__flex .slider__thumbs .swiper-slide-thumb-active .slider__image {
    opacity: 1;
}

section.product_details .slider__flex .slider__images {
    height: 500px;
    width: 100%;
}

section.product_details .slider__flex .slider__images .slider__image img {
    transition: 3s;
    padding: 20px;
    border: 1px solid #ebebeb;
}

section.product_details .slider__next.swiper-button-disabled {
    opacity: 0.5;
}

section.product_details .slider__prev.swiper-button-disabled {
    opacity: 0.5;
}

section.product_details .slider__flex .slider__image {
    width: 100%;
    height: 100%;

    overflow: hidden;
}

section.product_details .slider__flex .slider__image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: scale-down;
}

section.product_details .slider__flex .slider__col .slider__image img {
    width: 100%;
    height: 70px;
}

section.product_details .slider__flex .swiper-container-free-mode>.swiper-wrapper .swiper-slide {
    height: auto !important;
    margin-bottom: 5px !important;
}




section.product_details .pr-0px {
    padding-right: 0px;
}

section.product_details .details_right_content {
    margin-top: 30px;
    font-family: Satoshi-Medium;
    margin-right: 40px;
}

section.product_details .right_heading h3 {
    font-size: 22px;
    letter-spacing: -0.5px;
}

section.product_details .right_wrp {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

section.product_details .rating_flex {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    width: 115px;
    justify-content: space-between;
    padding: 2px 5px;
    margin-top: 15px;
}

section.product_details .rating_flex p {
    margin-bottom: 0;
    font-size: 11px;
    display: flex;
    align-items: center;

}

section.product_details .rating_point img {
    width: 10px;
    margin-top: -4px;
}

section.product_details .rating_point {
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    margin-right: 10px;
}

section.product_details .price_flex {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

section.product_details .price_text p {
    margin-bottom: 0px;
   font-size: 25px; 
    color: #012e6c !important;
}

section.product_details .price_text {
    line-height: 35px;
}

section.product_details .price_text .price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

section.product_details .price_text del {
    display: none;
}

section.product_details .price_text ins {
    text-decoration: none;
    color: #012e6c;
}

.related.products .products.columns-4 .waiting_cart_main .waiting_cart_text p {
    font-size: 14px !important;
    /* font-family: Satoshi-Bold; */
    margin-bottom: 5px;
    padding-right: 10px;
    text-align: left;
   
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.related.products .products.columns-4 .bestseller img {
    width: 20px;
}
.waiting_cart_wrp .bestseller img {
    width: 20px !important;
    color: #666666;
    border-radius: 30px;
}

section.product_details .price_text span {
    /* font-size: 11px; */
    color: #808080;
    text-transform: capitalize;
}

section.product_details .dummy_price {
    margin-left: 0;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
section.product_details form.cart {
    display: flex;
    gap: 20px;
}

section.product_details button.single_add_to_cart_button.button.alt {
    color: #ffffffdd;
    background: #0a3672;
}

section.product_details .dummy_price p {
    font-size: 16px;
    color: #848484;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

section.product_details .dummy_price p span {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    text-decoration: line-through;
}
.woocommerce .quantity .qty {
    width: 5.631em !important;
    text-align: center;
    padding: 10px !important;
    border: 1px solid #012e6c !important;
}

section.product_details .dummy_price p span:after {
    display: none;
}

section.product_details .percentage p {
    color: #689a53;
    margin-bottom: 0px;
    font-family: Satoshi-Bold;
}

section.product_details .detail_fix_wrp .price_text .price {
    justify-content: center;
}

section.product_details .select_text {
    margin-right: 30px;
}

section.product_details .size_box button {
    background: none;
    font-size: 10px;
    padding: 5px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

section.product_details .select_text p {
    margin-bottom: 0px;
    font-family: Satoshi-Bold;
}

section.product_details .select_size_flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

section.product_details .size_child_box {
    display: flex;
    align-items: center;
}

section.product_details .size_box button .transform {
    border: none;
}

section.product_details .size_box button.link .transform {
    font-family: Satoshi-Bold;
}


section.product_details .size_box {
    margin-right: 10px;
}

section.product_details .size_box button {
    background: none;
}

section.product_details .select_shade {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

section.product_details .shade_text p {
    margin-bottom: 0;
    font-family: Satoshi-Bold;
}

section.product_details .shade_text p span {
    font-family: Satoshi-Regular;
    font-size: 14px;
}


section.product_details .btn_flex {
  
    align-items: center;
    margin-top: 18px;
    margin-right: 16px;
}


section.product_details .add_to_cart a img {
    width: 17px;
    margin-right: 7px;
}

section.product_details .add_to_cart {
    margin-right: 20px;
    width: 65%;
}

section.product_details .add_to_cart a {
    background-color: #012e6c;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #012e6c;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.product_details .btn_wrp {
    display: flex;
}

section.product_details .wishlist_btn a {
    border: 1px solid #012e6c;
    padding: 11px 10px;
    color: #012e6c;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.product_details .wishlist_btn a img {
    width: 17px;
    margin-right: 7px;
}

section.product_details .buy_now_btn {
    margin-top: 15px;
}

section.product_details .buy_now_btn p {
    margin-top: 20px;
    font-size: 12px;
    color: #808080;
}

section.product_details .buy_now_btn a {
    font-size: 13px;
    max-width: 100%;
    background-color: #012e6c;
    color: #ffffff;
    padding: 15px 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.product_details .product_quality_flex {
    display: flex;
    align-items: center;
    font-family: Satoshi-Medium;
}

section.product_details .product_quality_flex .qualtiy_wrp:nth-child(1) {
    border-right: 1px solid #000000;
}

section.product_details .product_quality_flex .qualtiy_wrp p img {
    width: 20px;
    margin-right: 7px;
}

.swiper-backface-hidden .swiper-slide {
    height: auto !important;
}

section.product_details .product_quality_flex .qualtiy_wrp {
    background-color: #ececec;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

section.product_details .product_quality_flex .qualtiy_wrp p {
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width: 767.98px) {
    section.product_details .slider__flex {
        flex-direction: column-reverse;
    }

    section.product_details .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }

    section.product_details .slider__images {
        width: 100%;
    }

    section.product_details .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }

    section.product_details .slider__prev,
    section.product_details .slider__next {
        height: auto;
        width: 32px;
    }
}



section.product_details .product_description_head {
    margin-top: 30px;
    font-family: Satoshi-Regular;
}

section.product_details .product_description_img img {
    width: 100%;
}

section.product_details .product_description_wrp {
    padding: 20px 20px;
    margin-bottom: 30px;
}

section.product_details .product_details_pera {
    height: 400px;
    overflow: auto;
    padding-right: 30px;
}

section.product_details .product_details_pera::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ececec;
}

section.product_details .product_details_pera::-webkit-scrollbar {
    width: 8px;
    background-color: #ececec;
}

section.product_details .product_details_pera::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c9c9c9;
}

section.product_details .product_texts h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Satoshi-Bold;
}

section.product_details .delivery_box {
    background-color: #e7e7e7;
}

section.product_details .delivery_wrp {
    background-color: #e7e7e7;
    padding: 10px 30px;
}

section.product_details .form_group label {
    font-family: Satoshi-Bold;
    font-size: 14px;
}

section.product_details .form_group label img {
    margin-right: 5px;
}

section.product_details .flex_delivery {
    display: flex;
    margin-top: 5px;
    position: relative;
    align-items: center;

}

section.product_details .flex_delivery img {
    position: absolute;
    left: 10px;
    z-index: 1;
    width: 22px;
    top: 12px;
}

section.product_details .flex_delivery .form-control {
    width: 70%;
    border-radius: 5px;
    padding: 10px 40px;
    opacity: 0.7;
    background-color: #ffffff;
    font-size: 13px;
}

section.product_details .flex_delivery .check_btn {
    width: 30%;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    background-color: #012e6c;
    color: #ffffff;
    padding: 10px 0px;
}

section.product_details .detail_white_bg {
    background-color: #ffffff;
    padding: 25px;
    position: sticky;
    top: 0;
}

section.product_details .detail_fix_wrp {
    margin-top: 30px;
    background-color: #e7e7e7;
    text-align: center;
    padding: 30px;
    height: 1920px;
    position: relative;
}

section.product_details .detail_fix_wrp .price_flex {
    justify-content: space-around;
    width: 90%;
    margin: 0px auto;
    margin-top: 15px;
    border-bottom: 0;

}

section.product_details .detail_fix_wrp .price_text p {
    font-size: 20px;
}

section.product_details .fix_text p {
    font-family: Satoshi-Bold;
    margin-bottom: 5px;
}

section.product_details .detail_img img {
    width: 100%;
    object-fit: scale-down;
    height: 210px;
}

section.product_details .add_btn a {
    background-color: #012e6c;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #012e6c;
    font-family: Satoshi-Bold;
}

section.product_details .details_btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

section.product_details .wishlist_btns {
    margin-left: 10px;
}

section.product_details .wishlist_btns a {
    border: 1px solid #012e6c;
    padding: 10px 30px;
    color: #012e6c;
    font-size: 16px;
    border-radius: 5px;
    font-family: Satoshi-Bold;
    align-items: center;
}

section.product_details .wishlist_btns a img {
    width: 17px;
}




section.product_details .specification_tabs {
    padding: 0px 20px 20px 20px;
}

section.product_details .specification_tabs .nav-link {
    padding: 10px;
    text-transform: uppercase;
    font-family: Satoshi-Bold;
    font-size: 12px;
    margin-right: 40px;
    color: #000000;
    box-shadow: none;
    border: none;
}

section.product_details .specification_tabs .nav-link:hover {
    border: none;
    outline: none;
}

section.product_details .specification_tabs .nav-link.active {
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #012e6c;

}


section.product_details .specification_tabs .table {
    margin-top: 30px;
}

section.product_details .specification_tabs .table>:not(caption)>*>* {
    padding: 0.5rem 1rem;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    font-size: 13px;
}

section.product_details .write_review_wrp {
    padding: 30px 20px 30px 20px;
    border-top: 1px solid #d9d9d9;
    margin-left: 20px;
    margin-right: 20px;
}


section.product_details .write_review_wrp .total_rating_flex {
    display: flex;
    align-items: center;
}


section.product_details .write_review_wrp .ratings h4 {
    margin-bottom: 0;
    align-items: center;
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: Satoshi-Bold;
}

section.product_details .write_review_wrp .ratings h4 img {
    width: 18px;
    margin-left: 6px;
}

section.product_details .write_review_wrp .ratings p {
    font-size: 12px;
    margin-bottom: 0;

}

section.product_details .write_review_wrp .write_review_btns {
    margin-left: 40px;
    padding-left: 30px;
    border-left: 1px solid #cdcdcd;
    height: 80px;
}

section.product_details .write_review_wrp .write_review_btns p {
    font-family: Satoshi-Bold;
}

section.product_details .write_review_wrp .write_btn a {
    border: 1px solid #012e6c;
    padding: 10px 30px;
    color: #000000;
    font-size: 13px;
    border-radius: 5px;
    font-family: Satoshi-Bold;
}


section.product_details .write_review_wrp .write_text {
    margin-top: 30px;
}

section.product_details .write_review_wrp .write_text_flex {
    display: flex;
    margin-bottom: 30px;
}

section.product_details .write_review_wrp .user_name {
    width: 40%;
    margin-left: 20px;
}

section.product_details .write_review_wrp .user_name h4 {
    font-size: 18px;
    margin-bottom: 4px;
    font-family: Satoshi-Medium;
}

section.product_details .write_review_wrp .user_name p {
    margin-bottom: 0;
    font-size: 12px;
}

section.product_details .write_review_wrp .rating_no a {
    background-color: #689a53;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    width: 35px;
    text-align: center;
    border-radius: 4px;
}

section.product_details .write_review_wrp .date p {
    margin-bottom: 0px;
}

section.product_details .write_review_wrp .rating_no img {
    width: 14px;
    margin-left: 2px;
}

section.product_details .write_review_wrp .rating_no {
    text-align: center;
}

section.product_details .write_review_wrp .user_img img {
    width: 40px;
}

section.product_details .write_review_wrp .rating_heading {
    margin-top: 10px;
}

section.product_details .write_review_wrp .rating_heading h5 {
    font-family: Satoshi-Bold;
}

section.product_details .write_review_wrp .rating_flex_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.product_details .write_review_wrp .helpful a {
    color: #808080;
    display: flex;
    align-items: center;
}

section.product_details .write_review_wrp .helpful a img {
    margin-right: 5px;
}


section.product_details .write_review_wrp .read_more_review {
    text-align: center;
}

section.product_details .write_review_wrp .read_more_review a {
    border: 1px solid #012e6c;
    padding: 10px 30px;
    color: #012e6c;
    font-size: 16px;
    border-radius: 5px;
    font-family: Satoshi-Bold;
}




section.product_details .check_boxes {
    display: flex;
    margin-top: 20px;
    align-items: start;
}

section.product_details .fill_check a {
    padding: 30px;
    background-color: #feeabb;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

section.product_details .fill_check {
    margin-right: 20px;
}

section.product_details .select_shade input[type=checkbox] {
    width: 20px;
    height: 30px;
}



section.product_details .select_shade input[type=checkbox]:before {
    height: 30px;
    width: 30px;
    left: 0;
    top: 5px;
    background-color: #feeabb;
    border: none
}

/* 
section.product_details .select_shade input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 11px;
    height: 20px;
    border: 1px solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
    margin-top: -3px;
    margin-left: -4px;
} */




section.product_details .check_box_wrp .regular-checkbox {
    background-color: #cc9e5d;
}

section.product_details .check_box_wrp label {
    display: inline;
}

section.product_details .check_box_wrp .regular-checkbox {
    display: none;
}

section.product_details .check_box_wrp .regular-checkbox+label {
    background-color: #cc9e5d;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

section.product_details .check_box_wrp .regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

section.product_details .check_box_wrp .regular-checkbox:checked+label {
    background-color: #cc9e5d;
    border: 1px solid #adb8c0;
    color: #000;
}

section.product_details .check_box_wrp .regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
}


section.product_details .check_box_wrp .big-checkbox+label {
    padding: 15px;
}

section.product_details .check_box_wrp .big-checkbox:checked+label:after {
    font-size: 20px;
    left: 7px;
}


/*--------------- product details page css end ----------------  */




/*---------------- Product listing page css start ---------------- */
section.listing_product {
    background-color: #f6f6f6;
    padding: 80px 0px;

}

section.listing_product .waiting_cart .waiting_cart_wrp {
    border: none;
    border-radius: 0;
}

section.listing_product .search-section {
    /* border-top: 1px solid #d9d9d9; */
    position: relative;
}

section.listing_product .accordion {

    position: sticky;
    top: 0;
}

section.listing_product .content {
    /* border-left: 1px solid #d9d9d9;
    padding-top: 40px; */
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

section.listing_product .custom-control.custom-checkbox {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

section.listing_product .filters-actions .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    content: "";
    top: 11px;
    left: 94px;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
    border-right: none;
}

section.listing_product .filters-actions {
    text-align: end;
}

section.listing_product .filters-actions .dropdown-menu {
    min-width: 201px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section.listing_product .filters-actions .dropdown-item {
    font-size: 13px;
    background-color: white;
    color: black;
}

section.listing_product .filters-actions .dropdown-item:hover {
    background-color: #eaf4fd;
}

section.listing_product .filters-actions .dropdown .dropdown-toggle {
    background-color: transparent;
    color: #000000;
    border: 1px solid #d9d9d9;
    padding: 5px 10px 5px 10px;
    position: relative;
    font-size: 13px;
}

.category-header .category-title {
    margin-bottom: 24px;
    font-family: Satoshi-Bold;
    font-size: 34px;
    color: #2e2e2e;
}

.category-header--top {
    text-align: center;
}

.category-header--top .category-title {
    margin-bottom: 0;
    font-size: 32px;
    margin: 0px !important;
}
section.listing_product .align-items-start {
    align-items: flex-start !important;
    border-bottom: 1px solid #012e6c24;
    margin-bottom: 10px;
}

.category-bottom-content {
    background-color: #f6f6f6;
    padding: 0 0 80px;
}

.category-bottom-content__inner {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 20px;
    padding: 32px;
}

.category-bottom-content__seo + .category-faq {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid #e7ebf0;
}

.category-bottom-content__heading h2 {
    margin-bottom: 18px;
    font-family: Satoshi-Bold;
    font-size: 30px;
    color: #1d2d44;
}

.category-bottom-content__description {
    color: #4c5563;
    font-size: 15px;
    line-height: 1.9;
}

.category-bottom-content__description-inner {
    max-height: 220px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.category-bottom-content__description.is-expanded .category-bottom-content__description-inner {
    max-height: none;
}

.category-bottom-content__description-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
}

.category-bottom-content__description.is-expanded .category-bottom-content__description-inner::after,
.category-bottom-content__description:not(.is-collapsible) .category-bottom-content__description-inner::after {
    display: none;
}

.category-bottom-content__description p:last-child {
    margin-bottom: 0;
}

.category-bottom-content__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 18px;
    border: 1px solid #012e6c;
    border-radius: 999px;
    background: #ffffff;
    color: #012e6c;
    font-family: Satoshi-Bold;
    font-size: 14px;
}

.category-bottom-content__description:not(.is-collapsible) .category-bottom-content__toggle {
    display: none;
}

.category-faq__heading h3 {
    margin-bottom: 20px;
    font-family: Satoshi-Bold;
    font-size: 26px;
    color: #1d2d44;
}

.category-faq__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.category-faq__item {
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    overflow: hidden;
    background: #fbfcfe;
}

.category-faq__button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #223042;
    font-family: Satoshi-Bold;
    font-size: 16px;
}

.category-faq__icon {
    font-size: 24px;
    line-height: 1;
    color: #012e6c;
}

.category-faq__panel {
    display: none;
    padding: 0 22px 20px;
}

.category-faq__item.is-open .category-faq__panel {
    display: block;
}

.category-faq__item.is-open .category-faq__icon {
    transform: none;
}

.category-faq__answer {
    color: #4c5563;
    font-size: 15px;
    line-height: 1.8;
}

section.listing_product .dropdown .dropdown-toggle span {
    font-family: Poppins-Light;
}


section.listing_product .filter_card {
    position: relative;
    padding-bottom: 12px;
    background-color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
}

/* 
section.listing_product .filter_card:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 1px;
    background-color: #d9d9d9;
    right: 0;
    top: 0px;
} */

section.listing_product .filter-header {

    font-size: 30px;
}

section.listing_product .filter-body label {
    font-size: 14px;
    /* opacity: 0.7; */
    cursor: pointer;
    font-family: Poppins-Light;
}

section.listing_product .custom-control.custom-checkbox a {
    font-size: 12px;
    font-family: Poppins-Light;
    color: #000000;
    opacity: 0.5;
}

section.listing_product .accordion-button::after {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.7rem;
    margin-right: 5px;
    /* transform: rotate(90deg); */
    background-image: url(../img/arrow_down.png);
}


section.listing_product .filter-body label span {
    opacity: 0.5;
    font-size: 12px;
}

section.listing_product .filter-title {
    /*font-family: "Barlow", sans-serif;
    font-size: 13px; */
    padding-bottom: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 0;
    color: #000000;
    background: none;
    border-bottom: 0;
    box-shadow: none;
}

section.listing_product .title {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
}


@media (max-width: 767.98px) {
    section.listing_product .filters-actions {
        position: fixed;
        background: #fff;
        display: flex;
        justify-content: center;
        border: 0;
        bottom: 0;
        z-index: 8;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
        -webkit-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);
        -moz-box-shadow: 0px -2px 3px rgb(0 0 0 / 21%);

    }

    section.listing_product .filters-actions .dropdown-toggle::after {
        transform: rotate(45deg);
        margin-bottom: -4px;
        margin-left: 10px;
    }

    section.listing_product .filters-actions>div {
        flex: 1;
        text-align: center;

    }

    section.listing_product .filters-actions>div:first-of-type {
        border-right: 1px solid #d9d9d9;
    }

    section.listing_product .filters-actions>div>* {

        align-items: center;
        justify-content: center;
        width: 100%;
    }



    section.listing_product .sort-drop .dropdown-menu {
        width: 100%;
        left: 0;
        position: fixed !important;
        transform: translateY(100%) !important;
        bottom: 50px !important;
        top: auto !important;
        text-align: center;
        border-radius: 6px 6px 0 0 !important;
        box-shadow: none !important;
        transition: .3s;
        display: block;
        /* border: 0;*/
        z-index: -11;
    }

    section.listing_product .sort-drop .dropdown-menu .dropdown-item {
        padding: 15px 20px !important;
    }

    section.listing_product .sort-drop .dropdown-menu .dropdown-item:first-child {
        border-radius: 6px 6px 0 0 !important;
    }

    section.listing_product .sort-drop.show .dropdown-menu {
        transform: translateY(0) !important;
    }

    section.listing_product .btn.sort-toggle {
        background-image: none;
        padding: 10px !important;
        width: 100%;
        border: 0;
        height: 50px;
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 0;
        font-size: 16px;
        line-height: 22px;
    }

    section.listing_product .sidebar {
        position: fixed;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;

        background: #fff;

    }

    section.listing_product .sidebar.open {
        z-index: 1032;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }

    section.listing_product .sidebar__inner {

        height: calc(100% - 58px);
        overflow-y: auto;
    }



    section.listing_product .filter-body {
        padding-right: 0;
    }
}

section.listing_product .wrapper nav {
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

/* section.listing_product nav .content_two {
    display: flex;
    align-items: center;
} */

section.listing_product nav .content_two .links {
    margin-left: 80px;
    display: flex;
}

section.listing_product .content_two .logo a {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

section.listing_product .content_two .links li {
    list-style: none;
    line-height: 70px;
}

section.listing_product .content_two .links li a,
section.listing_product .content_two .links li label {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

section.listing_product .content_two .links li label {
    display: none;
}

section.listing_product .content_two .links li a:hover,
section.listing_product .content_two .links li label:hover {
    background: #323c4e;
}

section.listing_product .wrapper .search-icon,
section.listing_product .wrapper .menu-icon {
    color: #000000;
    font-size: 13px;
    cursor: pointer;
    line-height: inherit;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* padding: 8px 10px; */
    background-color: #f5f5f6;
    margin-left: 0;
    border-radius: 30px;
    margin-right: 10px;
}


section.listing_product .wrapper .menu-icon {
    display: none;
}

section.listing_product .wrapper #show-search:checked~.search-icon i::before {
    content: "\f00d";
}

section.listing_product .search-box {
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 15px;
}

section.listing_product .filter_flex {
    display: flex;
    align-items: center;
    position: relative;
}

section.listing_product .filter_search {
    position: absolute;
    left: 10px;
}

section.listing_product .filter_search img {
    width: 12px;
}

section.listing_product .search-box input {
    width: 100%;
    /* height: 100%; */
    border: none;
    outline: none;
    font-size: 11px;
    color: #808080;
    background-color: #f5f5f6;
    padding: 8px 10px 8px 30px;
    border-radius: 3px;
}

section.listing_product .search-box input::placeholder {
    color: #000000;
    opacity: 0.6;
}

section.listing_product .search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

section.listing_product .wrapper input[type="checkbox"] {
    display: none;
}

section.listing_product .content_two .links ul {
    position: absolute;
    background: #171c24;
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

section.listing_product .content_two .links li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

section.listing_product .content_two .links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px !important;
}

section.listing_product .content_two .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

section.listing_product .content_two .links ul li {
    position: relative;
}

section.listing_product .content_two .links ul li:hover ul {
    top: 0;
}

section.listing_product .wrapper .search-box {
    max-width: calc(100% - 50px);
}

section.listing_product .pd-right-0 {
    padding-right: 0px;
}

/* Responsive code start */
@media screen and (max-width: 1250px) {


    section.listing_product nav .content .links {
        margin-left: 30px;
    }

    section.listing_product .content_two .links li a {
        padding: 8px 13px;
    }

    section.listing_product .wrapper .search-box {
        max-width: calc(100% - 50px);
    }


}

@media screen and (max-width: 900px) {
    section.listing_product .wrapper .menu-icon {
        display: block;
    }

    section.listing_product .wrapper #show-menu:checked~.menu-icon i::before {
        content: "\f00d";
    }

    section.listing_product nav .content_two .links {
        display: block;
        position: fixed;
        background: #14181f;
        height: 100%;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }

    section.listing_product nav #show-menu:checked~.content_two .links {
        left: 0%;
    }

    section.listing_product .content_two .links li {
        margin: 15px 20px;
    }

    section.listing_product .content_two .links li a,
    section.listing_product .content_two .links li label {
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
    }

    section.listing_product .content_two .links li a.desktop-link {
        display: none;
    }

    /* dropdown responsive code start */
    section.listing_product .content_two .links ul,
    section.listing_product .content_two .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    section.listing_product .content_two .links #show-features:checked~ul,
    section.listing_product .content_two .links #show-services:checked~ul,
    section.listing_product .content_two .links #show-items:checked~ul {
        max-height: 100vh;
    }

    section.listing_product .content_two .links ul li {
        margin: 7px 20px;
    }

    section.listing_product .content_two .links ul li a {
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px !important;
    }
}

@media screen and (max-width: 400px) {


    section.listing_product .content_two .logo a {
        font-size: 27px;
    }



    section.listing_product .wrapper .search-box .go-icon {
        width: 30px;
        right: 0;
    }


}

section.listing_product .filter-options {
    padding-right: 10px;
    overflow: hidden overlay;
    max-height: 400px;
}

section.listing_product .filter-options {
    margin-top: 15px;
}

section.listing_product .filter-options #more-content {
    display: none;
}

section.listing_product .filter-options .more {
    content: "view less";
}

section.listing_product .filter-options #trigger {
    transition: all 0.6s ease-in-out;
}


section.listing_product .filter-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f0f0f0;
}

section.listing_product .filter-options::-webkit-scrollbar {
    width: 3px;
    background-color: #f0f0f0;
}

section.listing_product .filter-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #012e6c
}

/*---------------- Product listing page css end ---------------- */


/*---------------- Cart Offcanavas section css start ---------------- */

section.canvas_cart {
    font-family: Satoshi-Medium;
}

section.canvas_cart .offcanvas-header {
    justify-content: start;
    border-bottom: 1px solid #dadada;
    padding: 10px 15px
}

section.canvas_cart .offcanvas-end {
    width: 350px;
}

section.canvas_cart .offcanvas-header h5 {
    font-size: 17px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    margin-left: 10px;
}

section.canvas_cart .offcanvas-header h5 span {
    font-size: 13px;
    opacity: 0.7;
}

section.canvas_cart .offcanvas-header a {
    color: #000000;
}

section.canvas_cart .get_started_wrp h6 {
    font-size: 14px;
}

section.canvas_cart .login_btn {
    margin: 0px 15px;
}

section.canvas_cart .login_btn a {
    background-color: #012e6c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 11px 0px;
    border-radius: 8px;
    font-size: 13px;
    font-family: Poppins-light;
}

section.canvas_cart .offcanvas-body {
    padding: 0;
    overflow-x: hidden;
}

section.canvas_cart .get_started_wrp {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #dadada;
}

section.canvas_cart .cart_wrp {
    padding: 5px;
}

section.canvas_cart .cart_box {
    display: flex;
    margin: 15px;
    font-family: Satoshi-Medium;
    border: 1px solid #dadada;
    border-radius: 10px;
}

section.canvas_cart .cart_flex {
    display: flex;
    align-items: center;
}

section.canvas_cart .free_text {
    background-color: #d2e5d0;
    display: flex;
    align-items: center;
    /* letter-spacing: 6px; */
    justify-content: center;
    width: 25px;
    border-radius: 10px 0px 0px 10px;
}

section.canvas_cart .free_text p {
    transform: rotateZ(270deg);
    margin-bottom: 0;
    letter-spacing: 4px;
    color: #689a53;
    font-size: 12px;
}

section.canvas_cart .cart_img img {
    width: 100%;
}

section.canvas_cart .cart_img {
    width: 35%;
    padding: 2px;
}

section.canvas_cart .cart_heading {
    margin-left: 20px;
    margin-right: 20px;
    width: 70%;
}

section.canvas_cart .cart_heading h6 {
    margin-bottom: 0px;
}

section.canvas_cart .cart_heading h6 a {
    font-size: 13px;
    font-family: Satoshi-Bold;
    color: #000000;
    letter-spacing: -0.5px;
}

section.canvas_cart .cart_heading span {
    font-size: 12px;
    font-family: Satoshi-Medium;
    color: #808080;
}



section.canvas_cart .quantity_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 12px;
    border-top: 1px solid #dadada;
}

section.canvas_cart .quantity_box {
    display: flex;
    align-items: center;
}

section.canvas_cart .quantity_text h6 {
    margin-bottom: 0;
    font-size: 13px;
    font-family: Satoshi-Bold;
}

section.canvas_cart .quantity_box select {
    border: none;
    width: auto;
    padding: 0;
    font-size: 13px;
    background-position: right 0.95rem center;
    background-size: 10px;
    margin-left: 4px;
    font-family: Satoshi-Bold;
}

section.canvas_cart .quantity_box select:focus {
    box-shadow: none;
    border: none;
}

section.canvas_cart .rate_delete {
    display: flex;
    align-items: center;
}

section.canvas_cart .rate {
    display: flex;
    align-items: center;
}

section.canvas_cart .rate p {
    margin-bottom: 0;
    font-size: 13px;
    font-family: Satoshi-Bold;
}

section.canvas_cart .rate span {
    font-size: 11px;
    margin-left: 8px;
    color: #808080;
    position: relative;
    display: flex;
    align-items: center;
}

section.canvas_cart .rate span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
}


section.canvas_cart .delete_icon img {
    width: 30px;
    margin-top: -3px;
    margin-left: 15px;
    border-left: 1px solid #dadada;
    padding-left: 15px;
}


section.canvas_cart .coupon_offer {
    display: flex;
    align-items: center;
    margin: 15px;
    border: 1px solid #dadada;
    padding: 10px;
    justify-content: space-between;
    border-radius: 10px;
}

section.canvas_cart .coupon_wrp {
    display: flex;
    align-items: baseline;
}

section.canvas_cart .coupon_wrp .coupon_heading {
    margin-left: 5px;
}

section.canvas_cart .coupon_heading h6 {
    font-size: 14px;
    font-family: Satoshi-Bold;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

section.canvas_cart .coupon_heading span {
    font-size: 12px;
    font-family: Satoshi-Medium;
    color: #808080;
}

section.canvas_cart .redirect_icon a {
    color: #000000;
    font-size: 18px;
}

section.canvas_cart .price_details {
    margin: 15px;
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 10px;
}


section.canvas_cart .price_wrp i {
    color: #012e6c;
}

section.canvas_cart .grant_total_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px 10px;
}

section.canvas_cart .grand_price h4 {
    font-size: 18px;
    font-family: Satoshi-Bold;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

section.canvas_cart .grand_price span {
    font-size: 12px;
    font-family: Satoshi-Medium;
    color: #808080;
    margin-bottom: 0;
}

section.canvas_cart .proceed_btn a {
    background-color: #012e6c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-family: Poppins-light;
}

section.canvas_cart .proceed_btn a i {
    margin-left: 12px;
}

section.canvas_cart .offcanvas-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ececec;
}

section.canvas_cart .offcanvas-body::-webkit-scrollbar {
    width: 8px;
    background-color: #ececec;
}

section.canvas_cart .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c9c9c9;
}


/*---------------- Cart Offcanavas section css end ---------------- */




/* ------------------- checkout cart page css start ------------------- */



/* checkout cart header css start  */

section.cart_header {
    padding: 10px 0px;
}

section.cart_header .cart_logo img {
    width: 42%;
}

section.cart_header .cart_process {
    display: flex;
    justify-content: end;
}

section.cart_header .cart_process ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: end;
    width: 100%;
}


section.cart_header .cart_process ul .cart_icon {
    display: flex;
    align-items: center;
}

section.cart_header .cart_process ul .cart_icon span img {
    width: 20px;
}

section.cart_header .cart_process ul .cart_icon.active span {
    background-color: #012e6c;
}

section.cart_header .cart_process ul .cart_icon span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #808080;
    border-radius: 30px;
    color: #ffffff;
    border: none;
}

section.cart_header .cart_process ul .cart_icon p {
    margin-bottom: 0;
    margin-left: 10px;
}

section.cart_header .cart_process ul span {
    width: 120px;
    border: 1px solid #d9d9d9;
}

/* checkout cart header css end  */


/* my cart section css start  */

section.my_cart {
    background-color: #f6f6f6;
    padding: 20px 0px;
}

section.my_cart .container {
    background-color: #ffffff;
    padding: 40px;
}

section.my_cart .flex_delivery {
    display: flex;
    align-items: center;
    position: relative;
}

section.my_cart .flex_delivery img {
    position: absolute;
    left: 10px;
    width: 25px;
}

section.my_cart .flex_delivery .form-control {
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 15px;
    padding: 14px 12px 14px 45px;
}

section.my_cart .flex_delivery .check_btn {
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    width: 30%;
}

section.my_cart .cart_page_wrp {
    display: flex;
    border: 1px solid #dadada;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Satoshi-Medium;
    gap: 20px;
}

section.my_cart .cart_left_content .free_box_wrp {
    padding: 0;
    margin-top: 10px;
}

section.my_cart .cart_left_content .free_text {
    background-color: #d2e5d0;
    display: flex;
    align-items: center;
    /* letter-spacing: 6px; */
    justify-content: center;
    width: 6%;
    border-radius: 5px 0px 0px 5px;
}

/* .free_box_wrp .cart_img{
    width: 15%;
} */
section.my_cart .cart_left_content .free_text p {
    transform: rotateZ(270deg);
    margin-bottom: 0;
    letter-spacing: 4px;
    color: #689a53;
    font-size: 12px;
}

section.my_cart .cart_left_content .free_box_wrp .cart_heading_wrapper {
    padding-top: 30px;

}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_box .form-select {
    border: none;

    padding: 0;
    font-size: 13px;
    background-position: right 0.95rem center;
    background-size: 7px;
    font-family: Satoshi-Medium;
    color: #808080;
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_box .form-select:focus {
    box-shadow: none;
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_box .gram {
    width: 75px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_text {
    margin-right: 10px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_box .quantity {
    width: 50px
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_box {
    display: flex;
    align-items: center;
}

section.my_cart .cart_left_content .cart_heading_wrapper h6 {
    margin-bottom: 3px;
}

section.my_cart .cart_left_content .cart_heading_wrapper h6 a {
    font-size: 17px;
    color: #000000;
    letter-spacing: -1px;
    font-family: Satoshi-Bold;
}

section.my_cart .cart_left_content .cart_heading_wrapper p {
    margin-bottom: 12px;
    font-size: 14px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .quantity_text h6 {
    margin-bottom: 0px;
    font-size: 13px;
}



section.my_cart .cart_left_content .quantity_flex {
    display: flex;
    align-items: center;
}

section.my_cart .cart_left_content .checkbox {
    width: 5%;
}

section.my_cart .cart_left_content .cart_img {
    width: 20%;
}

section.my_cart .cart_left_content .cart_img img {
    width: 100%;
}

section.my_cart .cart_left_content .cart_heading_wrapper {
    width: 70%;
}

section.my_cart .cart_left_content .delete_img img {
    width: 18px;
}

section.my_cart .cart_left_content .delete_img {
    width: 5%;
    text-align: end;
}

section.my_cart .cart_left_content .cart_heading_wrapper .price_flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

section.my_cart .cart_left_content .cart_heading_wrapper .price_text p {
    font-size: 14px;
    margin-bottom: 0px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .dummy_price {
    margin-left: 5px;
    margin-right: 18px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .dummy_price p span {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 12px;
    color: #808080;
}

section.my_cart .cart_left_content .cart_heading_wrapper .dummy_price p span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b9b9b9;
}

section.my_cart .cart_left_content .cart_heading_wrapper .dummy_price p {
    margin-bottom: 0px;
}

section.my_cart .cart_left_content .cart_heading_wrapper .percentage p {
    color: #689a53;
    margin-bottom: 0px;
    font-size: 12px;
}

section.my_cart .cart_left_content .exchange_text {
    margin-top: 7px;
}

section.my_cart .cart_left_content .exchange_text p {
    font-size: 12px;
    margin-bottom: 1px;
    font-family: Satoshi-Bold;
}

section.my_cart .cart_left_content .exchange_text p span {
    color: #808080;
    font-family: Satoshi-Medium;
}

section.my_cart .cart_left_content .selected_quantity span {
    color: #808080;
    font-size: 13px;
}

section.my_cart .cart_left_content .items_selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

section.my_cart .cart_left_content .items_selected .item_check label {
    font-family: Satoshi-Bold;
}

section.my_cart .cart_left_content .items_selected .remove_select a {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 13px;
    color: #808080;
    letter-spacing: 1px;
}

section.my_cart .cart_left_content .items_selected .remove_select a:nth-child(2) {
    border-left: 1px solid #dadada;
}

section.my_cart .login_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 15px 20px;
}

.login_btn a {
    border: 1px solid #012e6c;
    color: #012e6c;
    padding: 6px 30px;
    border-radius: 3px;
    font-size: 13px;
}

section.my_cart .login_content p {
    margin-bottom: 0;
    font-size: 14px;
}

section.my_cart .login_content p img {
    width: 16px;
    margin-right: 8px;
}

section.my_cart .cart_right_content {
    font-family: Satoshi-Medium;
    margin-left: 40px;
}

section.my_cart .cart_right_content .coupon_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px 20px;
}

section.my_cart .cart_right_content .apply_coupon {
    display: flex;
    align-items: baseline;
}

section.my_cart .cart_right_content .womencart_btn {
    margin-top: 15px;
}

section.my_cart .cart_right_content .apply_text {
    margin-left: 10px;
}

section.my_cart .cart_right_content .apply_text h6 {
    font-size: 16px;
    font-family: Satoshi-Bold;
    margin-bottom: 4px;
    letter-spacing: -1px;
}

section.my_cart .cart_right_content .apply_text p {
    font-size: 12px;
    margin-bottom: 0;
}

section.my_cart .cart_right_content .coupon_text p {
    margin-bottom: 5px;
    font-size: 13px;
}

/* price details section css start  */

.price_details {
    /* margin: 15px; */
    border: 1px solid #dadada;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.price_head h6 {
    font-size: 16px;
    font-family: Satoshi-Bold;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.price_wrp {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.price_wrp p {
    font-size: 14px;
    font-family: Satoshi-Medium;
    color: #808080;
    margin-bottom: 0;
}

.price_wrp.last_wrp {
    border-bottom: 0;
    padding-bottom: 0px;
}

.price_wrp.last_wrp p {
    font-size: 18px;
    color: #000000;
    font-family: Satoshi-Bold;
}

.price_wrp.last_wrp span {
    font-size: 18px;
    color: #000000;
    font-family: Satoshi-Bold;

}

.price_wrp span {
    display: flex;
    font-size: 14px;
}

.price_wrp span small {
    position: relative;
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.price_wrp span small:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
}

/* price details section css end  */

section.my_cart .cart_right_content .cart_right_content .womencart_btn {
    margin-top: 15px;
}



section.my_cart .cart_right_content .secure_payment {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #d2e5d0;
    margin-top: 15px;
    justify-content: center;
    border-radius: 5px;
}

section.my_cart .cart_right_content .experiance_text p {
    margin-bottom: 0px;
    font-size: 15px;
    margin-left: 20px;
}

section.my_cart .cart_right_content .secuity_icon img {
    margin-left: 20px;
    width: 30px;
}

/* my cart section css end  */

/* ------------------- checkout cart page css end ------------------- */

/* ------------------- Login page css start ------------------- */


section.login {
    background-color: #f6f6f6;
    padding: 50px 0px;
}

section.login .heading {
    text-align: center;
}

section.login .login_form {
    background-color: #ffffff;
    padding: 30px 40px;
}

section.login .login_form .form-group {
    margin-bottom: 20px;
}

section.login .login_form .form-group .form-control {
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    padding: 16px 20px;
    border-radius: 10px;
}

section.login .login_form .forgot a {
    color: #6e6e6e;
}

section.login .login_text {
    text-align: center;
    display: flex;
    align-items: center;
}

section.login .login_text span {
    width: 100%;
    border: 1px solid #cdcdcd;
}

section.login .login_text p {
    color: #838383;
    width: 100%;
    margin-bottom: 0;
}

section.login .sign_up p {
    color: #838383;
}

section.login .sign_up a {
    color: #012e6c;
}

/* ------------------- Login page css end ------------------- */

/* ------------------- Address page css start -------------------  */

.address_details {
    margin-bottom: 40px;
}

.address_details.waiting_cart .add_btn a {
    border-radius: 0px 0px 15px 15px;
}



.address_details h3 {
    font-size: 20px;
    /* font-family: Poppins-Semibold; */
    margin-bottom: 0px;
}

.address_details .address_box {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 20px 25px;
    display: flex;
    margin-top: 20px;
}

.address_details .edit_remove {
    display: flex;
}

.address_details .edit_remove .women_btn {
    width: 160px;
    margin-right: 10px;
    color: #012e6c;
    padding: 10px 0px;
}

.address_details .user_details {
    font-family: Satoshi-Medium;
}

.address_details .user_flex {
    display: flex;
    align-items: center;
}

.address_details .user_flex h5 {
    margin-bottom: 0px;
    font-size: 17px;
    font-family: Satoshi-Bold;
}

.address_details .address_details_child p {
    line-height: 35px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.address_details .user_flex span {
    width: 85px;
    background-color: #d2e5d0;
    text-align: center;
    border-radius: 50px;
    margin-left: 30px;
    font-size: 12px;
    padding: 2px;
    justify-content: center;
}

.address_details .address_details_child {
    margin-bottom: 20px;
}

.address_details .address_details_child span p {
    margin-bottom: 0;
    font-family: Satoshi-Bold;
    margin-top: 0;
}

.address_details .address_details_child span {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.address_details .radio_btn {
    margin-right: 20px;
}

section.address_main .delivery_wrp {
    margin-left: 50px;
}

section.address_main .delivery_wrp .delivery_estimate_wrp {
    border: 1px solid #dadada;
    font-family: Satoshi-Medium;
    border-radius: 5px;
}

section.address_main .delivery_wrp .delivery_estimate_wrp .bottom_border {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    padding-left: 20px
}

section.address_main .delivery_wrp .estimate_text p {
    margin-bottom: 0;
}

section.address_main .delivery_wrp .estimate_text {
    margin-left: 10px;
}

section.address_main .delivery_wrp .estimate_text p span {
    font-family: Satoshi-Bold;
}

section.address_main .delivery_img {
    width: 20%;
    text-align: center;
}

section.address_main .delivery_wrp .delivery_img img {
    width: 100%;
    object-fit: scale-down;
    height: 100px;
    padding: 10px;
}


section.address_main .delivery_wrp .womencart_btn {
    margin-top: 15px;
}

/* address canvas form section css start  */
section.address_canvas .form_canva {
    margin: 15px;
}

section.address_canvas .form-group {
    margin-bottom: 10px;
}

section.address_canvas .form-group label {
    font-size: 12px;
    color: #7f7f7f;
}

section.address_canvas .form-group .form-control {
    padding: 3px 10px;
    border: 1px solid #dadada;
}

section.address_canvas .address_flex label {
    margin-left: 5px;
    margin-right: 15px;
}

section.address_canvas .address_flex {
    display: flex;
    align-items: center;
}

section.address_canvas .checkbox_address {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

section.address_canvas .checkbox_address label {
    margin-left: 5px;
}

section.address_canvas .address_form_btn {
    display: flex;
    margin-top: 10px;
    margin-right: 40px;
}

section.address_canvas .address_form_btn .women_btn {
    margin-right: 10px;
    font-size: 13px;
    padding: 12px 0px;
}

/* address canvas form section css end  */

/* ------------------- Address page css end -------------------  */


/* -------------------  profile page css start -------------------  */

section.profile {
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 40px;
}

section.profile .container {
    background-color: #ffffff;
    padding: 40px;
}

section.profile .profile_tab {
    border-top: 1px solid #e5e5e5;
}

section.profile .profile_tab .flex_tab {
    display: flex;

}

section.profile .profile_tab .nav {
    width: 25%;
    padding-top: 30px;
}

section.profile .profile_tab .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 13px 20px;
}

section.profile .profile_tab .nav-pills .img_head {
    display: flex;
    align-items: center;
}

section.profile .wishlist_none_txt {
    text-align: center;
}

section.profile .wishlist_none_img {
    text-align: center;
}

section.profile .wishlist_none_img img {
    width: 14%;
    margin-bottom: 20px;
}

section.profile .wishlist_none_txt h6 {
    font-family: Poppins-SemiBold;
}

section.profile .profile_tab .nav-pills .nav-link.active,
section.profile .profile_tab .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border: 1px solid #012e6c;
}

section.profile .profile_tab .nav-pills .nav-link img {
    width: 15px;
    margin-right: 20px;
}

section.profile .profile_tab .tab-content {
    width: 100%;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
    padding-top: 30px;
}

section.profile .profile_tab .table th {
    width: 200px;
}

section.profile .profile_tab .table>:not(caption)>*>* {
    padding: 0.7rem 1rem;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    font-size: 13px;
    font-family: Satoshi-Medium;
}

section.profile .profile_tab .profile_heading {
    margin-bottom: 20px;
}

section.profile .profile_tab .profile_heading h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

section.profile .profile_tab .profile_heading p {
    font-size: 14px;
    margin-bottom: 5px;
}

section.profile .profile_tab .table_btn {
    width: 30%;
}

section.profile .profile_tab .hidden {
    display: none;
}

section.profile .profile_tab .form_wrp {
    border: 1px solid #dadada;
    font-family: Satoshi-Medium;
}

section.profile .profile_tab .form-group label {
    font-size: 12px;
    color: #404040;
}

section.profile .profile_tab .form-group {
    padding: 0px 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

section.profile .profile_tab .form-group .form-control {
    border: none;
    padding: 8px 0px;
    font-family: Satoshi-Bold;
}

section.profile .profile_tab .flex_radio {
    display: flex;
    align-items: center;
}

section.profile .profile_tab .flex_radio .radio_wrp {
    margin-right: 15px;
}

section.profile .profile_tab .flex_radio .radio_wrp label {
    padding: 8px 0px;
    font-family: Satoshi-Bold;
    font-size: 16px;
}

/* 
section.profile .profile_tab .orders_wrp {
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
 
} */
section.profile .profile_tab .login_btn {
    text-align: end;
}

section.profile .profile_tab .orders_wrp .login_btn {
    text-align: end;
}

section.profile .profile_tab .order_details {
    display: flex;
}

section.profile .profile_tab .order-img img {
    width: 110px;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
    padding: 5px;
}

section.profile .profile_tab .order_text {
    font-family: Satoshi-Medium;
    /* margin-left: 40px; */
}

section.profile .profile_tab .order_text h6 {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: Satoshi-Bold;
    color: #000000;
}

section.profile .profile_tab .order_text p {
    font-size: 14px;
    margin-bottom: 5px;
}

section.profile .profile_tab .track_order {
    margin-top: 20px;
}

section.profile .profile_tab .rate_star_wrp {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

section.profile .profile_tab .rate_star {
    display: flex;
    align-items: center;
}

section.profile .profile_tab .rate_star i {
    opacity: 0.3;
    margin-left: 5px;
}

section.profile .profile_tab .rate_star_wrp span {
    width: 10px;
    height: 10px;
    background-color: #012e6c;
    border-radius: 50px;
}

section.profile .profile_tab .rate_product p {
    margin-bottom: 0px;
    margin-left: 5px;
}

section.profil .other_desk_mob {
    display: block;
}

section.profile .other_mob {
    display: none;
}

section.profile .other_information {
    margin-top: 110px;
}

section.profile .icon_img a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 20px;
    color: #666666;
}

section.profile .other_infor_heading h6 {
    color: #666666;
    font-size: 16px;
}

section.profile .other_text img {
    width: 17px;
    margin-right: 15px;
}

section.profile .icon_img .other_text {
    display: flex;
    align-items: center;
}


/* 
section.profile .progress_wrp {
    margin-top: 30px;
} */

section.profile .progress_wrp .navigation_menu {

    font-size: 14px;
    margin-top: 5px;
}

section.profile .progress_wrp .navigation_tabs {
    counter-reset: step;
    position: relative;
    padding-left: 45px;
    list-style: none;
}

section.profile .progress_wrp .navigation_tabs::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 19px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #d9d9d9;
}

section.profile .progress_wrp .navigation_menu ul {
    list-style-type: none;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0;
}

section.profile .progress_wrp .navigation_menu li {
    position: relative;
    counter-increment: list;
}

section.profile .progress_wrp .navigation_menu li:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

section.profile .progress_wrp .navigation_menu li:after {
    content: "";
    counter-increment: step;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background-color: #d9d9d9;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
}

section.profile .progress_wrp .navigation_menu li:not(:last-child) {
    padding-bottom: 25px;
}

section.profile .progress_wrp .navigation_menu li.tab_inactive:before {
    border-left: 3px solid #e2126b;
    margin-left: 3px;
}

section.profile .progress_wrp .navigation_menu li.tab_active:after {
    border: none;
    background-color: #d9d9d9;
}

section.profile .progress_wrp .navigation_menu li.tab_inactive:after {
    background: url(../img/check_icon.png);
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border: 1px solid #e2126b;
    background-color: #e2126b;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.profile .progress_wrp .navigation_menu li p {
    margin-bottom: 0;
}




section.profile .progress_wrp .navigation_tabs li a,
section.profile .progress_wrp .navigation_tabs li a {
    display: block;
    text-decoration: none;
    color: #000;
}

section.profile .progress_wrp .navigation_tabs li.tab_inactive a {
    color: #000000;
}

section.profile .progress_wrp .navigation_tabs li.tab_disabled a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


section.profile .user_name {
    margin-bottom: 15px;
}

section.profile .user_name span {
    color: #666666;
    font-size: 13px;
}

section.profile .user_name p {
    margin-bottom: 4px;
}

section.profile .user_name p img {
    width: 18px;
    margin-right: 5px;
}

section.profile .user_name p a {
    color: #000000;
}

section.profile .flex_btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

section.profile .need_help_btn {
    margin-left: 15px;
}

section.profile .need_help_btn a {
    color: #000000;
    font-size: 13px;
    text-decoration: underline;
}

.seller_list {
    display: flex;
    align-items: center;

}

.close_wishlist {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.close_wishlist a {
    color: #e6146f;
}

/*------------------- profile page css end -------------------  */

/*------------------- Payment page css start -------------------  */


section.payments .secure_btn img {
    width: 13px;
    margin-right: 2px;
}

section.payments .secure_btn {
    background-color: #D2E5D0;
    color: #689A53;
    padding: 8px 15px;
    font-size: 13px;
    border-radius: 3px;
}

section.payments .secure_btn:hover {
    color: #689A53;
}

section.payments .recommend_payment {
    border: 1px solid #DADADA;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 5px;
}

section.payments .recommend_payment label {
    margin-left: 10px;
    font-size: 14px;
    font-family: Satoshi-Medium;

}

section.payments .recommend_payment img {
    width: 22px;
}

section.payments .recomended_text p {
    margin-bottom: 5px;
    font-family: Satoshi-Medium;
    letter-spacing: -1px;
}

section.payments .other_option_wrp .nav {
    align-items: stretch;
    background-color: #ececec;
}

section.payments .other_option_wrp .nav-pills .nav-link.active,
section.payments .other_option_wrp .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffffff;
    border-left: 4px solid #012e6c;
    border-top: 1px solid #dadada;
}

section.payments .other_option_wrp .nav-link {
    background-color: #ececec;
    border-bottom: 1px solid #a4a4a4;
    display: flex;
    align-items: center;
    width: 290px;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    border-left: 4px solid #ececec;
    padding: 12px 15px;
}

section.payments .other_option_wrp .nav-link img {
    width: 22px;
    margin-right: 12px;
}

section.payments .other_option_wrp div#v-pills-tabContent {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 10px 20px 30px 20px;
    border-radius: 0px 5px 5px 0px;
}

section.payments .other_option_wrp .cash_on label {
    font-size: 13px;
    margin-bottom: 15px;
    font-family: Satoshi-Medium;
}

section.payments .other_option_wrp .cash_on .form-control {
    font-size: 11px;
    padding: 8px 15px;

}

section.payments .other_option_wrp .cash_on .form-control:focus {
    border: 1px solid #012e6c;
}

section.payments .other_option_wrp .captcha_img {
    margin-top: 15px;
}

section.payments .other_option_wrp .captcha_img img {
    border: 1px solid #dadada;
    width: 150px;
    padding: 8px;
    border-radius: 5px;
}

section.payments .other_option_flex {
    display: flex;
}

section.payments .other_option_wrp .captcha_img .reload {
    width: 18px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 10px;
}

section.payments .other_option_wrp .cash_on.bottom_input {
    margin-top: 10px;
}

section.payments .other_option_wrp .cash_on.bottom_input label {
    opacity: 0.9;
    font-size: 12px;
}

section.payments .other_option_wrp .womencart_btn {
    margin-top: 30px;
}

/*------------------- Payment page css end -------------------  */

/*----------------- Term and Conditions page css start ----------------- */


.inner_page_bg {
    background-color: #dae6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.inner_page_bg .heading {
    margin-bottom: 0px;
}

section.term_condition {
    background-color: #fbfbfb;
    padding: 40px 0px;
    border-radius: 10px;
}

section.term_condition p {
    font-size: 14px;
    font-family: Poppins-Regular;
}

section.term_condition .heading_condition {
    padding: 30px;
}

section.term_condition .heading_condition .heading {
    margin-bottom: 20px;
}

section.term_condition .heading_condition .heading h2 {
    color: #012e6c;
}

.bg_pink {
    background-color: #eaf4fd;
}

.bg_whites {
    background-color: #ffffff;
}

section.term_condition .heading_condition p a {
    color: #000000
}

/*----------------- Term and Conditions page css end ----------------- */



/* About markbrakes welocome section css start  */

section.about_welcome .welcome_img img {
    width: 100%;
}

section.about_welcome .flex_about {
    background-color: #F6F6F6;
    /* color: #ffffff; */
    padding: 60px 50px 175px 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

section.about_welcome .flex_box {
    width: 50%;
}

section.about_welcome .flex_box p {
    word-wrap: break-word;
}

.flex_box .heading h2 {
    width: 80%;
}

section.about_welcome .counter_head {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

section.about_welcome .counter_wrp {
    box-shadow: rgb(17 17 26 / 8%) 0px 0px 16px;
    padding: 40px;
    background-color: #ffffff;
}

section.about_welcome .counter_icon img {
    width: 60px;
}

section.about_welcome .counter_box h3 {
    font-size: 40px;
    color: #012e6c;
    font-family: Poppins-SemiBold;
}

section.about_welcome .counter_box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

section.about_welcome .bottom_text p {
    margin-bottom: 0;
    color: #808287;
    text-transform: uppercase;
    font-size: 14px;
}

/* About markbrakes welocome section css end  */


/* About company section css start  */

section.about_company {
    margin-top: 100px;
    position: relative;
}

section.about_company::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90px;
    background-color: #f5f6fa;
    top: 74px;
    z-index: -1;
}

section.about_company .company_wrp {
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(17 17 26 / 8%) 0px 0px 16px;
    height: 240px;
}

section.about_company .company_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

section.about_company .company_head .company_hover_text {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 100%;
    height: 100%;
    overflow: hidden;
}

section.about_company .company_head:hover .company_wrp .company_hover_text {
    position: absolute;
    top: 0%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    background-color: #ffffff;
    padding: 20px 10px;
}

section.about_company .company_hover_text p {
    margin-top: 15px;
}

section.about_company .company_hover_text img {
    width: 60px;
}


section.about_company .about_heading {
    width: 80%;
    margin: 0px auto;
    padding: 20px;
    text-align: center;

    position: relative;
    z-index: 1;
    margin-top: -32px;
}

section.about_company .about_heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transform: skew(-25deg, 0deg);
    box-shadow: rgb(17 17 26 / 8%) 0px 0px 16px;
}

section.about_company .about_heading h5 {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    transition: .5s;
}

section.about_company .company_head:hover .about_heading h5 {
    color: #012e6c;
}

.about_us_img {
    margin-right: 40px;
}

.about_us_img img {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;

}

/* About company section css end  */

@media only screen and (min-width: 767px) {

    header#header .submenu.megamenu__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: left;
        padding: 0px;
        height: 500px;
        /* transition: all 0.75s ease-in-out; */
        overflow-x: hidden;
    }

    header#header .submenu.megamenu__text .submenu__inner {
        list-style: none;
        -ms-flex: 0 0 25%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding: 12px 8px;
        background: none;
    }

    header#header .submenu.megamenu__text .submenu__inner h4.submenu__title a {
        text-transform: capitalize !important;
        padding-bottom: 10px;
        display: block;
    }

    header#header .submenu.megamenu__text .submenu__inner:nth-child(2n) {
        background: #f3f8fd;
    }

    header#header .submenu.megamenu__text::-webkit-scrollbar {
        width: 6px;
    }

    header#header .submenu.megamenu__text::-webkit-scrollbar-track {
        background: #e8e8e8;
    }

    header#header .submenu.megamenu__text::-webkit-scrollbar-thumb:hover {
        background: #fb5496;
    }

    header#header .submenu.megamenu__text::-webkit-scrollbar-thumb {
        background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
        background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
        background-image: linear-gradient(45deg, #ffbd84, #ff1f8e);
    }

}

.cod {
    position: static !important;
}


/* ---------------- order success page css start ---------------- */

section.order_success {
    padding: 80px 0px;
    background-color: #f6f6f6;
}

section.order_success .order_wrp {
    text-align: center;
    background-color: #ffffff;
    padding: 50px 30px;
    color: #000000;
    border-radius: 15px;

}

section.order_success .order_check i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #ffffff;
    color: #31c07e;
    font-size: 40px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

section.order_success .order_text {
    margin-top: 20px;
    margin-bottom: 20px;

}

section.order_success .womencart_btn {
    width: 35%;
    margin: 0px auto;
}

/* ---------------- order success page css end ---------------- */


/* ---------------- Rating Review Page css start ---------------- */

.modal_rating .modal-header .heading {
    margin-bottom: 0px;
}

section.review_rating .rating_review ul li a {
    color: #bcbdbe;
    transition: .3s;
}

section.review_rating .rating_review ul li a:hover {
    color: #fec417;
}

section.review_rating .rating_review ul li {
    margin-right: 6px;
}

section.review_rating .rating_review ul {
    display: flex;
    align-items: center;
}



section.review_rating .stars {
    display: inline-block;
    width: auto;
    position: relative;
    margin-top: 15px;
}



section.review_rating .stars.rate:AFTER {
    position: absolute;
    left: 0px;
}

section.review_rating .stars.rate>A {
    color: #bcbdbe;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin-right: 7px;
}

section.review_rating .stars.rate:HOVER>A {
    color: #FC0;

}

section.review_rating .stars.rate:HOVER>A:HOVER {
    color: #FC0;

}

section.review_rating .stars.rate>A:HOVER~A {
    color: #bcbdbe;
    text-shadow: none;
}

section.review_rating .stars:NOT([data-percent]):BEFORE,
section.review_rating .stars[data-percent="0"]:BEFORE {
    display: none;
}

section.review_rating .stars:NOT([data-percent]):BEFORE,
section.review_rating .stars[data-percent="0"]:BEFORE {
    display: none;
}


/* 1 star */
section.review_rating .stars[data-percent="20"]:BEFORE {
    width: 20%;
}

/* 1 & 1/2 stars */
section.review_rating .stars[data-percent="30"]:BEFORE {
    width: 30%;
}

/* etc. */
section.review_rating .stars[data-percent="40"]:BEFORE {
    width: 40%;
}

section.review_rating .stars[data-percent="50"]:BEFORE {
    width: 50%;
}

section.review_rating .stars[data-percent="60"]:BEFORE {
    width: 60%;
}

section.review_rating .stars[data-percent="70"]:BEFORE {
    width: 70%;
}

section.review_rating .stars[data-percent="80"]:BEFORE {
    width: 80%;
}

section.review_rating .stars[data-percent="90"]:BEFORE {
    width: 90%;
}

section.review_rating .stars[data-percent="100"]:BEFORE {
    width: 100%;
}

section.review_rating .review_wrp {
    margin-left: 20px;
    padding-left: 40px;
    border-left: 1px solid #d9d9d9;
    height: 100%;
}

section.review_rating.waiting_cart .add_cart_btns {
    flex-direction: column;
}

section.review_rating.waiting_cart .wish_list_icon {
    border-left: 1px solid #012e6c;
    border-top: 1px solid #012e6c;
    border-right: 1px solid #012e6c;
    border-bottom: 1px solid #012e6c;
    border-radius: 0;
    padding: 10px 0px;
    width: 100%;
}

section.review_rating.waiting_cart .wish_list_icon a {
    color: #012e6c;
}

section.review_rating.waiting_cart .add_btn {
    padding: 10px 0px;
    border-radius: 0px 0px 15px 0px;
    width: 100%;
}


section.review_rating .performance {
    margin-top: 15px;
}

section.review_rating .performance ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.review_rating .performance ul li a {
    border: 1px solid #e2e2e2;
    color: #666;
    padding: .06rem .12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
    transition: .3s;
    border-radius: 5px;
}

section.review_rating .performance ul li a:hover {
    color: #012e6c;
    background-color: rgb(253, 243, 243);
}

section.review_rating .comment_wrp .form_group .form-control {
    color: #9b9b9b;
}

section.review_rating .comment_wrp .form_group {
    margin-top: 20px;
}

section.review_rating .comment_wrp .form_group .women_btn {
    padding: 15px 40px;
}

section.review_rating .comment_wrp .form_group .file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

section.review_rating .comment_wrp .form_group small {
    color: #9b9b9b;

}


section.review_rating .upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: .04rem;
    background-color: #fafafa;
    border: .01rem solid #e2e2e2;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

section.review_rating .upload i.icon.icon-add-camera {
    position: static;
    display: block;
}

section.review_rating .upload i.icon {
    width: 30px;
    height: 30px;
}

section.review_rating .upload .icon {
    position: absolute;
    top: -.09rem;
    right: -.09rem;
    width: .18rem;
    height: .18rem;
    border-radius: .09rem;
    display: none;
}

section.review_rating .icon-add-camera {
    background-image: url(../img/camera_icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}





section.review_rating .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


section.review_rating .upload__btn-box {
    margin-bottom: 10px;
}

section.review_rating .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

section.review_rating .upload__img-box {
    /* width: 200px;
    padding: 0 10px; */
    margin-bottom: 12px;
}

section.review_rating .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

section.review_rating .upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

section.review_rating .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}







section.review_rating .rating .stars .star {
    float: left;
    cursor: pointer;
    margin-right: 7px;
}

section.review_rating .rating .stars .star:before {
    font-family: 'FontAwesome';
    content: '\f005';
    color: #e5e5e5;

}

section.review_rating .rating .stars .star:hover:before,
section.review_rating .rating .stars .star.to_rate:before,
section.review_rating .rating .stars .star.rated:before {
    color: #FC0;
}

section.review_rating .rating .stars .star.no_to_rate:before {
    color: #FC0;
}




/* ---------------- Rating Review Page css end ---------------- */



.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none !important;
}

/* Related Product */
.related.products .products.columns-4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.related.products ul.products::before,
.related.products ul.products::after {
    content: none !important;
    display: none !important;
}

.related.products .products.columns-4.related-products-grid {
    display: grid;
}

.related.products .products.columns-4.owl-carousel {
    display: block;
    padding: 0 4px 8px;
}

.related.products .products.columns-4.owl-carousel .owl-stage {
    display: flex;
}

.related.products .products.columns-4.owl-carousel .owl-item {
    display: flex;
}

.related.products .products.columns-4 > li.product,
.related.products .products.columns-4.owl-carousel .owl-item > li.product {
    width: 100%;
    margin: 0;
    list-style: none;
    float: none !important;
}

.related.products ul.products.columns-4 li.product {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
    clear: none !important;
}

.related.products .products.columns-4 .waiting_cart_main {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.related.products .products.columns-4 .waiting_cart_wrp {
    position: relative;
    flex: 1;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px 18px 0 0;
    padding: 18px 18px 14px;
}

.related.products .products.columns-4  .bestseller {
    color: #fff;
    position: absolute;
    background: #012e6c;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 999px;
    z-index: 2;
}

.related.products .products.columns-4  .bestseller img {
    width: 14px;
}

.related.products .products.columns-4 .waiting_cart_img {
    padding-top: 26px;
}

.related.products .products.columns-4 .waiting_cart_img img {
    height: 200px;
    object-fit: contain;
}

.related.products .products.columns-4 .waiting_cart .waiting_cart_text p {
    font-size: 16px;
    font-family: Satoshi-Bold;
    margin-bottom: 8px;
    padding-right: 0;
    text-align: left;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related.products .products.columns-4 .waiting_cart_text span{
    color: #808080;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related.products .products.columns-4 .waiting_cart_main .price {
    display: flex;
    justify-content: flex-start;
    font-family: Satoshi-Medium;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 18px;
}
.related.products .products.columns-4 .waiting_cart_wrp .price{
color: #012e6c;
font-size: 16px;
margin-bottom: 0px;
}
.related.products .products.columns-4  .add_cart_btns {
    display: flex;
    align-items: center;
    font-family: Satoshi-Medium;
    background-color: #012e6c;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
}


.related.products .products.columns-4 .waiting_cart .wish_list_icon {
    width: 30%;
    text-align: center;
    margin: 0px auto;
    border-left: 1px solid #012e6c;
    border-top: 1px solid #012e6c;
    border-bottom: 1px solid #012e6c;
    border-radius: 0px 0px 0px 15px;
    padding: 9.5px 0px;
    background-color: #ffffff;
}


.related.products .products.columns-4  .waiting_cart .add_btn {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    padding: 7px 0px;
    border-radius: 0px 0px 15px 0px;
}
.related.products .products.columns-4  .waiting_cart .add_btn a {
    color: #ffffff;
}
section.product_details .dummy_price p span:after {
display: none !important;
}
.related.products .products.columns-4 .waiting_cart .actual_price p {
    color: #012e6c;
    font-size: 16px;
    margin-bottom: 0px;
}

.related.products .products.columns-4  .waiting_cart .dummy_price p {
    font-size: 12px;
    color: #808080;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.related.products .products.columns-4  .waiting_cart .price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.related.products .products.columns-4  .waiting_cart .actual_price {
    font-size: 18px;
    font-weight: 600;
    color: #0a2c5a;
}

.related.products .products.columns-4  .waiting_cart .dummy_price {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

.related.products .products.columns-4  .waiting_cart .discount {
    font-size: 14px;
    color: #3a8f3a;
    font-weight: 500;
}
.related.products .products.columns-4  .waiting_cart .dummy_price,
.related.products .products.columns-4  .waiting_cart .discount {
    white-space: nowrap;
    margin-left: 0;
}
.related.products .products.columns-4 .waiting_cart_main .wish_list_icon {
    width: 25%;
    text-align: center;
    /* margin: 0px auto; */
    border-left: 1px solid #012e6c;
    border-top: 1px solid #012e6c;
    border-bottom: 1px solid #012e6c;
    border-radius: 0px 0px 0px 15px;
    padding: 0.5px 0px;
    background-color: #ffffff;
}
.related.products .products.columns-4 .waiting_cart_main .add_btn a {
    background-color: #012e6c;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #012e6c;
    font-family: Satoshi-Bold;
}

.related.products .products.columns-4 .waiting_cart_main .wish_list_icon img {
    width: 100%;
    padding: 15px;
}

.related.products .products.columns-4 .owl-nav {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.related.products .products.columns-4 .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d7dfeb !important;
    background: #fff !important;
}

.related.products .products.columns-4 .owl-nav button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-product .waiting_cart .waiting_cart_wrp {
    position: relative;
    padding: 18px 18px 14px;
    border: 1px solid #edf0f4;
}

.single-product .waiting_cart .waiting_cart_img {
    padding-top: 26px;
}

.single-product .waiting_cart .waiting_cart_img img {
    height: 200px;
    object-fit: contain;
}

.single-product .waiting_cart .bestseller {
    top: 16px;
    left: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.single-product .waiting_cart .bestseller img {
    width: 14px !important;
}

.single-product .waiting_cart .bestseller span {
    font-size: 12px;
    line-height: 1;
    padding-left: 0;
}

.single-product .waiting_cart .waiting_cart_text p {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.single-product .waiting_cart .waiting_cart_text span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-product .waiting_cart .price {
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.wp-block-woocommerce-checkout{
    container-type: inline-size;
    margin: 0px auto !important;
    padding-top: 24px;
    width: 95% !important;
}
.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #fff !important;
    padding: 10px 40px !important;
    border-radius: 11px;
    transition: box-shadow .1s linear;
    background: #012e6c !important;
}

.woocommerce-checkout aside#secondary {
    display: none;
}

.woocommerce-account aside#secondary {
    display: none;
}
.woocommerce-checkout header.entry-header {
  
    margin-top: 0px;
    border-top: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
 
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, #051d3d, #012e6c);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.woocommerce-cart header.entry-header {
  
    margin-top: 0px;
    border-top: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
 
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, #051d3d, #012e6c);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.woocommerce-account header.entry-header {
  
    margin-top: 0px;
    border-top: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
 
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, #051d3d, #012e6c);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.wp-block-woocommerce-cart{
    container-type: inline-size;
    margin: 0px auto !important;
    padding-top: 24px;
    width: 95% !important;

}
.woocommerce-cart aside#secondary {
    display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block tr.wc-block-cart-items__row {
    /* display: flex; */
    border: 1px solid #dadada;
    padding: 10px 15px;
    border-radius: 19px;
    margin-top: 20px;
    /* font-family: Satoshi-Medium; */
    /* gap: 20px; */
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left !important;
    width: 80% !important;
}


/* ============================================
   Header Search & Icons Styles
   ============================================ */

   .header_search_icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce-product-search {
    flex: 1;
    position: relative;
}



.form_group:focus-within {
    background: #fff;
    border-color: #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.search_icon img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.input_form {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.search-field {
    border: none;
    background: transparent;
    padding: 8px 10px;
    font-size: 14px;
    color: #666;
    width: 100%;
    outline: none;
}

.search-field::placeholder {
    color: #999;
}

.mike {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.mike a {
    display: block;
    width: 100%;
    height: 100%;
}

.mike img {
    width: 100%;
    height: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.mike a:hover img {
    opacity: 1;
}

/* Search Results Dropdown */
.search-results-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    padding: 15px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    text-decoration: none;
    color: #333;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: #f8f8f8;
    border-radius: 8px;
}

.search-result-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.search-result-details {
    flex: 1;
}

.search-result-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.search-result-price {
    font-size: 13px;
    color: #666;
}

/* Header Icons */
.header_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.header_icons ul li {
    position: relative;
}

.header_icons ul li a {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    transition: transform 0.3s ease;
}

.header_icons ul li a:hover {
    transform: scale(1.1);
}

.header_icons ul li img {
    width: 100%;
    height: auto;
    display: block;
}

/* Cart & Wishlist Counter Badge */
.cart-count,
.wishlist-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    line-height: 1;
    border: 2px solid #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 992px) {
    .header_search_icon {
        gap: 15px;
    }

    .form_group {
        padding: 6px 12px;
    }

    .search-field {
        font-size: 13px;
        padding: 6px 8px;
    }

    .header_icons ul {
        gap: 12px;
    }

    .header_icons ul li a {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 768px) {
    .header_search_icon {
        flex-direction: column;
        gap: 15px;
    }

    .woocommerce-product-search {
        width: 100%;
    }

    .header_icons {
        width: 100%;
    }

    .header_icons ul {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .form_group {
        padding: 5px 10px;
    }

    .search-field {
        font-size: 12px;
    }

    .search_icon,
    .mike {
        width: 18px;
        height: 18px;
    }

    .header_icons ul li a {
        width: 26px;
        height: 26px;
    }

    .cart-count,
    .wishlist-count {
        font-size: 9px;
        min-width: 16px;
        height: 16px;
        top: -6px;
        right: -6px;
    }
}
