@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');

:root {
    --main: #E83771 !important;
    --second: #FDEA45 !important;
    --third: #32355D !important;
    --border: #F0F0F0 !important;
}

.bg-main {
    background-color: var(--main) !important;
}

.bg-second {
    background-color: var(--second) !important;
}

.bg-third {
    background-color: var(--third) !important;
}

.bg-border {
    background-color: var(--border) !important;
}

.text-main {
    color: var(--main) !important;
}

.text-second {
    color: var(--second) !important;
}

.text-third {
    color: var(--third) !important;
}

.text-border {
    color: var(--border) !important;
}

.bg-white {
    background-color: #fff !important;
}


*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter;
    font-weight: 600;
    /* 114.286% */
}

.header_with_topbar.transparent_header+.banner_section .banner_slide_content {
    margin-top: 45px;
}


.header_wrap.transparent_header.header_with_topbar+.breadcrumb_section {
    padding-top: 250px;
}

.text-third {
    color: var(--third) !important;
}




.baloo {
    font-family: 'Baloo 2', sans-serif !important;
}

.baloo-bold {
    transition-property: opacity, transform;
    font-family: "Baloo_2 variant0", Tofu;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    opacity: 1;
    line-height: initial;
    transition-duration: 350ms;

}

.inter {
    font-family: 'Inter', sans-serif !important;
}

.inter-bold {
    transition-property: opacity, transform;
    font-family: "Inter variant0", Tofu !important;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    line-height: initial;
    opacity: 1;
    transition-duration: 350ms;
}

.text-second {
    color: var(--second) !important;
}

.bg-second {
    color: var(--second) !important;
}

.btn-outline-primary {
    color: var(--main) !important;
    border: 1px solid var(--main) !important;
}

.btn-primary {
    border-color: var(--main) !important;
    /* color: var(--main) !important; */
}

.btn-outline-primary:hover {
    background-color: var(--main) !important;
    color: white !important;
}


.border-primary {
    border-color: var(--main) !important;
}

.bg-primary,
.btn-primary,
.bg-boy {
    background-color: var(--main) !important;
}

.text-primary {
    color: var(--main) !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed;
}

.nav-link {
    color: #32355D;
}

.nav-item {
    position: relative;
}

.navbar-nav .active::after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: var(--second);
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: -1;
}

.border-dashed {
    color: var(--main) !important;
    border-style: dashed;
}

.boy-img {
    background-image: url("../images/Groupboy.png");
}

.rounded-circle {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid var(--second);
}

.carousel-control-next .active {
    background-color: var(--second);
}

.cust-btn-warning {
    background-color: var(--second);
}

.section-title {
    font-family: 'Baloo 2', sans-serif !important;
    color: #32355D;
    /* font-size: 48px; */
    position: relative;
    font-weight: bold;
    /* width: 30%; */
}

.section-title-mobile {
    font-family: 'Baloo 2', sans-serif !important;
    color: #32355D;
    /* font-size: 30px; */
    position: relative;
    font-weight: bold;
    /* width: 30%; */
}


/* .section-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 12px;
    height: 100%;
    background-color: var(--main);
} */

.owl-category .item {
    background-size: cover;
    /* width: 146px; */
    /* height: 183px; */
}

.cat-icon {
    width: 60% !important;
    margin: auto;
}

.owl-category .owl-nav {
    /* position: absolute; */
    top: -85px;
    right: -20px;
    display: block !important;
}

.owl-category .owl-nav .owl-prev,
.owl-category .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    font-size: 31px !important;
    background-color: #FDEBF1 !important;
    border-radius: 5em !important;
    margin: 20px !important;
}

.owl-category .owl-nav .owl-next {
    background-color: #FDEBF1 !important;
    color: var(--main) !important;
}

.grid-col {
    margin-left: -107px;
}

.border-silder-outline {
    border-radius: 20px;
    border: 2px solid var(--border);
}

.border-silder {
    background-color: var(--border);
}

.owl-category1 .item {
    background-size: cover;
    width: 340px;
}

.owl-category1 .owl-nav .owl-prev,
.owl-category1 .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    font-size: 31px !important;
    background-color: #FDEBF1 !important;
    border-radius: 5em !important;
    margin: 20px !important;
}

.owl-category1 .owl-nav .owl-next {
    background-color: #FDEBF1 !important;
    color: var(--main) !important;
}

.owl-category1 .owl-nav {
    position: absolute;
    top: -85px;
    right: -20px;
    display: block !important;
}

.feature-prod-img {
    /* border-radius: 20px; */
    background: #F0F0F0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.badge-dark {
    background: #8F9093;
}

.color-item {
    width: 24px;
    height: 24px;
    border-radius: 5em;
}

.feature-prod-img-grid {
    height: 262px;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 1px; */


}

.feature-prod-img-grid-main {
    /* height: 527px; */
    background-repeat: no-repeat;
    background-position: cover;
    background-position: center;
}

.btn-image-1-left {
    margin-top: 12%;
    margin-left: 15%;
}

.btn-image-1-right {
    margin-top: 12%;
    margin-right: 15%;
}

.p-image-1 {
    margin-top: 13%;
    margin-left: 16%;
    width: 30%;
}

.descunt-time {

    font-family: 'Baloo 2', sans-serif !important;
    color: #32355D;
    font-size: 32px;
    position: relative;
    font-weight: bold;

}

.text-second-footer {
    color: #8F9093;
}

.rounded-dashed {
    color: var(--main) !important;
    border-style: dashed;
    border-radius: 24px;
}

.owl-border-footer {
    border: 1px dashed #E83771;
    border-radius: 109px;
    margin: auto !important;
    margin-top: 2% !important;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    transition: transform -1.5s;
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    transition: transform -1.5s;
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    transition: transform -1.5s;
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 7%;
    margin: 0;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 7%;
    margin: 0;
}

.modal.right .modal-dialog-scrollable,
.modal.left .modal-dialog-scrollable {
    width: 50% !important;
}

.modal.left .modal-content,
.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
}

.bg-cart-product {
    background-color: #F0F0F0;
    border-radius: 8px;
}

.f-card-title {
    color: #32355D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.card-border,
.border-modal-head,
.none-border {
    border: none;
    background-color: white;
}

.border-count {
    border: 1px solid var(--main);
    border-radius: 4px;
}

.btn-fn {
    color: var(--main);
}

.down-delay {
    --animate-duration: 0.1s;
}

.search-modal {
    width: 679px;
    height: 64px;

}

textarea {
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 1026px) {
    .feature-prod-img-grid-main {
        display: none;
    }

    .image-grid {
        margin: auto;
    }

    /* .background-footer-border{
            display: none;
        } */
}

.background-footer-model {
    height: 250px;
    width: 100%;
    margin: auto;
    background-color: #F8F9FA;
    border-radius: 16px;

}

.carousel-item img {
    position: relative;
    z-index: -1;
    width: 100%;
    max-height: 1016px;
}

.icon_box_style1 {
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.icon_box_style1 .icon img {
    width: 50px;
}


[class*="col-"]:last-child .icon_box_style1::before {
    content: normal;
}

.none-background:hover {
    background-color: rgb(117, 117, 117);
}

.section--xl {
    width: 100%;
    /* height: 500px !important; */
    margin-bottom: 10% !important;
}

.owl-carousel .owl-item img {
    width: 60%;
}

/* cart style */

.page-head {
    height: 250px;
    background-image: url('images/cart-header.png');
    background-size: cover;
    background-repeat: none;
    color: #E83771;
}

.cart-active {
    color: #E83771;
}

.cart-body {
    width: 1200px;
    height: 329px;
    border-radius: 20px;

}

/* Cart Item */
/* .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
} */

.item img {
    width: 96px;
    height: auto;
}

.item .name {
    font-weight: bold;
    font-size: 16px;
}

.item .price {
    float: right;
    text-align: right;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.item .quantity {
    width: 50%;
    text-align: center;
    border: solid 1px #ddd;
    background-color: white;
    position: relative;
}

.item .quantity input[type="text"] {
    width: 80%;
    text-align: center;
    margin: 0;
    outline: none;
    border: none;
    padding: 7px 0;
    box-sizing: border-box;
}

.item .quantity button {
    cursor: pointer;
    display: inline-block;
}






.line {
    width: 30%;
    height: 1px;
    background: #E83771;
}


.steps {

    display: flex;
    background-color: var(--main);
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.outer {

    background-color: #E83771;
    width: 78px;
    height: 78px;
    border-radius: 50%;

}

.inner {
    width: 58px;
    height: 58px;
    outline: 1px dashed white;
    border-radius: 50%;
    margin: auto;
    margin-top: 12%;

}

.text-contact {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 10px;
}

.cart-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
}

.text-size-contact {
    font-size: 16px;
    font-weight: bold;
}

.border-input {
    border: 1px solid var(--main)
}

.background-footer-border {
    background-color: white;
    width: 80%;
    height: 20%;
    border-radius: 100px;
}

.row-footer-about {
    width: 90%;
    height: 50%;
}

.btn-footer {
    background-color: var(--main);
    color: white;
    border-radius: 100px;
}

.login-content {
    width: 100%;
    /* background-color: red; */
}

.login-content .submit-btn {
    height: 56px;
    border-radius: 8px;
}

.login-content .login-icon-btn {
    padding: 10px;
}

.login-content .bg-icon {
    background-color: #F0F0F0;
}

.google-btn {
    background-color: rgba(--main, 50);
}

.none-background {
    background-color: none;
    border-radius: 40px !important;
}

.cart_header {
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.outer-circle {
    width: 60px;
    height: 60px;
    background-color: #E83771;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--main);
}

.inner-circle {
    width: 40px;
    height: 40px;
    background-color: #E83771;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 1px dashed white;
    /* border-style: dashed; */
}

.connector {
    width: 30%;
    height: 1px;
    background: #E83771;
}

.line {
    width: 20%;
    height: 1px;
    background: #E83771;
}

.cart_content {
    width: 90%;
    margin: auto;
}

.text-cart-title {
    width: 200px;
}

.step-active {
    background-color: var(--main) !important;
    color: white !important;
    border-color: white !important;
}

.not-active {
    background-color: white !important;
    color: var(--main) !important;
    border-color: var(--main) !important;
}

.line-active-not {
    background-color: #CED4DA;
}

.round-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--main);
    border: none;
}

.table-pos {
    margin-top: 120px;
    margin-bottom: 120px;
}

.wish-add i {
    color: var(--main);
}

.ion-heart {
    color: #666;
}

.ion-heart.red-heart {
    color: #e74c3c !important;
}

.cart_btn .icon-heart,
.cart_btn .ion-heart {
    margin-left: 15px;
}

.qtyProduct_show:focus {
    border: none;
}

.msg_qty_pro {
    display: inline-block;
    line-height: 15px;
    margin-top: 5px;
}

/*  User dashboard  */
.btn-user-submit {
    margin-top: 20px;
}

.dashboard__user-profile:hover,
.dashboard__user-billing:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
}

.dashboard__user-profile:hover,
.dashboard__user-billing:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
}

.dashboard__user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.dashboard__user-profile-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.dashboard__user-profile-img img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard__user-profile-info .name,
.dashboard__user-profile-info .designation,
.dashboard__user-profile-info .edit {
    text-transform: capitalize;
}

.dashboard__user-profile-info .name {
    color: #1a1a1a;
}

.dashboard__user-profile-info .designation {
    color: #808080;
}

.dashboard__user-profile-info .edit {
    color: var(--main);
    margin-top: 9px;
    font-size: 14px;
}

.dashboard__user-billing-title {
    line-height: 14px;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
    font-size: 19px;
}

.dashboard__user-billing-name,
.dashboard__user-billing-location,
.dashboard__user-billing-editaddress {
    text-transform: capitalize;
}

.dashboard__user-billing-name,
.dashboard__user-billing-email,
.dashboard__user-billing-number {
    color: #1a1a1a;
}

.dashboard__user-billing-location {
    color: #666666;
}

.dashboard__user-billing-editaddress {
    color: var(--main);
    margin-top: 12px;
    font-size: 14px;
}

.dashboard__user-billing-editaddress:hover {
    color: var(--main);
}

.dashboard__user-billing-name,
.dashboard__user-billing-location {
    margin-bottom: 8px;
}

.dashboard__user-billing-email,
.dashboard__user-billing-number {
    margin-bottom: 6px;
    font-size: 14px;
}

class the dashboard users .font-body--xxl-500 {
    font-size: 20px;
    font-weight: 500;
}

.dashboard__nav {
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.dashboard__nav-title {
    text-transform: capitalize;
    margin-bottom: 16px;
    padding: 0 24px;
}

.dashboard__nav-item-link {
    border-left: 4px solid transparent;
    border-right: 0;
}

.dashboard__nav .filter-icon {
    display: none;
    position: absolute;
    top: 8px;
    right: -38px;
    background-color: var(--main);
    padding: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.section--xl {
    width: 100%;
    /* height: 500px !important; */
    margin-bottom: 10% !important;
}


.dashboard__nav-item-link {
    background-color: white;
    border-radius: 8px;
    padding: 10px 24px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.active-like {
    color: white !important;
}

.dashboard__nav-item-link-active {
    position: relative;
}

.dashboard__nav-item-link-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 12px;
    height: 100%;
    border-radius: 8px;
    background-color: #5FBFEB;
}

.not-active-link {
    color: var(--third) !important;
}

.dashboard__nav-item-link-active {
    background-color: #E83771;
    margin-bottom: 10px;
    color: white !important;
}

.font-body--lg-400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
}

.pointer {
    cursor: pointer !important;
}

.required {
    color: red;
}


.custom-radio {
    width: 28px;
    height: 28px;
}

.profile-card ul .edit:hover {
    color: var(--white);
    background: var(--main);
}

.profile-card:hover ul {
    visibility: visible;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url('../../images/Icon.png');
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4px;
}


[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    /* transform: rotateY(180deg); */
    transform: rotateY(180deg);
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    /* left: 10%; */
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.avatar-upload .avatar-edit input+label {
    /* display: inline-block; */
    width: 35px;
    height: 35px;
    /* margin-bottom: 0; */
    /* border-radius: 100%; */
    /* background: #FFFFFF; */
    border: 1px solid transparent;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%); */
    cursor: pointer;
    /* font-weight: normal; */
    /* transition: all 0.2s ease-in-out; */
    line-height: 18px;
}


.delete-btn {
    background-color: #E83771;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: url('../images/icon-delete.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.delete-btn:hover {
    cursor: pointer;
    background-color: #E83771;

}

.button-group1 {
    border-radius: 50%;
    /* background-color: FEF5F8; */
}

.feature-prod-img {
    /* border-radius: 20px; */
    background: #fff;
    height: 300px;
    background-repeat: no-repeat;
    background-size: conver;
    background-position: center;
}

.line-under {
    width: 100%;
    height: 6px;
    background-color: #5FBFEB;
    margin-top: 2px;

}

.active-category {

    color: var(--main);
}

.w-5 {
    color: var(--main);
    width: 29px;
}

a {
    text-decoration: none;
    color: var(--main);
}

.contact_detail>li:last-child,
.header_list>li:last-child {
    padding-right: 0;
}

.contact_detail>li,
.header_list>li {
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 15px 2px 0;
}

.header_list>li i {
    margin-right: 6px;
    vertical-align: middle;
}

.header_list>li .dropdown-item:hover,
.custome_dropdown .ddChild li:hover,
.contact_detail>li a:hover {
    color: #9f8968;
}



.header_list .dropdown li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.header_list .dropdown li .dropdown-item:hover {
    color: var(--main);
}

.header_list li a:hover,
.login_footer a:hover,
.breadcrumb a:hover,
.product-meta a:hover,
.product-name a:hover,
.form-note a:hover {
    color: var(--main);
}


.form-check-input {
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: inherit !important;
    border-color: var(--main) !important;
}

/* Style for the checked state of the checkbox */
input[type="checkbox"]:checked {
    /* Set the background color for the checked state */
    background-color: var(--main);
    border-color: var(--main) !important;
    /* Additional styling properties for the checked state */
}

.size-notactive {
    display: flex;
    background-color: #fff;
    color: var(--main) !important;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px dashed var(--main) !important;
}

.size-active {
    display: flex;
    background-color: var(--main) !important;
    color: #fff !important;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--main) !important;
}

.product_size {
    cursor: pointer;
}

.btn-check {
    border-color: var(--main) !important;
    border-radius: 50% !important;
}

.sizes-btn {
    background-color: white !important;
    color: var(--third)!important;
    font-size: 16px;
    width: 60px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    border: 2px solid var(--border) !important;

}

.btn-check:checked+.btn-outline-primary {
    background-color: var(--main) !important;
    /* Change background color */
    color: #fff !important;
    /* Change text color */
    border: 1px solid var(--main) !important;
    /* Change border color */
}

.color-btn {

    background-color: var(--main) !important;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none !important;
}

/* top header style */
.top-header {
    background-color: var(--main) !important;
    padding-top: 2px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 48px;
}

.top-header .nav-left-top-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.top-header .nav-left-top-header .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .nav-left-top-header .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .nav-right-top-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0rem;
    align-items: center;
    /* width: 90%; */
}

.top-header .nav-right-top-header .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .nav-right-top-header .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .right-top-side {
    display: flex;
    align-items: center;
}

.count-cart {
    background-color: #E83771 !important;
    color: white !important;
}

.btn-bootom-header {
    background-color: #E8EBEE !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    border: none !important;
}

.bg-categories {
    background-color: #F8F9FA;
}

.category {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */

}

.link-category {
    color: var(--third);
}

.main-category-title {
    font-family: 'Baloo 2', sans-serif !important;
    color: #32355D;
    font-size: 32px;
    font-weight: bold;
}

.image-main-category {
    width: 100%;
    min-height: 700px !important;
    height: 700px !important;
    object-fit: cover;
}

.text-font-main-category {
    font-size: 20px;
    font-weight: bold;
}

.container-img-sub-category {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8EBEE;
}

.owl-dots {
    display: none;
}

button.owl-next {
    position: absolute;
    top: 50px;
    right: -90px;
    background-color: #FDEBF1 !important;
    color: var(--main) !important;
}

button.owl-prev {
    position: absolute;
    top: 50px;
    left: -90px;
    background-color: #FDEBF1 !important;
    color: var(--main) !important;
}

.owl-category1 .owl-nav {
    /* display: none!important; */
    display: absolute;
    top: 120px;
}

.owl-category1 .owl-prev {
    /* display: none!important; */
    display: absolute;
}

.border-none {
    border: unset !important;
}

.owl-stage-outer {
    padding-bottom: 20px;
}

.h-100 {
    height: 100% !important;
}

.text-font-sub-category {
    font-size: 15px;
    font-weight: bold;
    color: var(--third);
    margin-top: 16px;
}

.categories-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.size-image-brand {
    border-radius: 8px !important;
    width: 215.58px !important;
    height: 187px !important;
}

.size-image-brand img {
    width: 70% !important;
}

.owl-category1 .item-brand {
    width: 200px !important;
}

.owl-category1 .owl-nav {
    width: 100%;
}

.owl-category1 .owl-nav .owl-prev {
    top: -50px;
}

.owl-category1 .owl-nav .owl-next {
    top: -50px;
}

.categories-ul {
    display: flex;
    gap: 15px;
    margin: auto;
}

.categories-ul .nav-link {
    color: var(--third);
    font-size: 20px;
    font-weight: bold;
}

.categories-ul .nav-link:hover {
    color: #d63384;
}

.category-title {
    color: var(--third);
    font-size: 14px;
}

.active-link-category-level-3:hover {
    color: var(--main) !important;
}

.zoom-in {
    overflow: hidden;
    /* width: 100%; */
}

.zoom-in img {
    transition: transform 0.2s;
}

.zoom-in:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.text-white {
    color: #fff !important;
}

.img-main-category-mobile {
    width: 100%;
    min-height: 179px;
    height: 153px !important;
    object-fit: cover;
}

.text-font-main-category-mobile {
    height: 32px !important;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
    border-radius:50%!important;
} */
.btn-check:focus+.btn,
.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:first-child:active:focus,
:not(.btn-check)+.btn:active:focus,
.input-group .btn:active:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    /* border: none!important; */
    border-color: #1a1a1a !important;
    box-shadow: none !important;

}

.myslider, .myslider2 {
    pointer-events: none; /* Disable all mouse interactions */
  }


  @media screen and (min-width: 1550px) {
    .img-slider-left{
        height: 750px !important;
        background-size: 200% 100%;
    }
  }

  @media screen and (max-width: 1549px) {
    .img-slider-left{
        height: 650px !important;
        background-size: 200% auto !important;
    }

}
  @media screen and (max-width: 1280px) {
    .img-slider-left{
        height: 580px !important;
        background-size: 200% 100% !important;
    }

}
  @media screen and (max-width: 885px) {
    .img-slider-left{
        height: 450px !important;
        background-size: 200% 100% !important;
    }

}
  @media screen and (max-width: 500px) {
    .img-slider-left{
        height: 200px !important;
        background-size: 200% 100% !important;
        padding: 0px !important;
    }

}

.menu--nav {
    padding: 10px;border-radius: 50%;
}



.ltr .main-cat-1::after{
    content: '>';
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 20px;

}
.rtl .main-cat-1::after{
    content: '>';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;

}
/* .rtl .main-cat-1::before{
    content: 'v';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;

} */
.sub--category .owl-nav  {
    top: 50%;
}
