@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --main-color: #5C1220;
    --sec-color: #233838;
    --bg-color: #F5F5F5;
    --font-body: "IBM Plex Sans Arabic", sans-serif;
    --font-en: "Fjalla One", sans-serif;
}

body {
    background: #fafafa;
}

@font-face {
    font-family: 'sukar';
    src: url('../fonts/alfont_com_Sukar-Regular-1.ttf');
}

@font-face {
    font-family: 'sukarBold';
    src: url('../fonts/alfont_com_Sukar-Bold.ttf');
}

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

@font-face {
    src: url('../fonts/alfont_com_Brando-Arabic-Text.otf');
}

@font-face {
    font-family: 'ar-bold';
    src: url('../fonts/Cairo-Bold.ttf');
}

@font-face {

    src: url('../fonts/Almarai-Regular.ttf');
}

@font-face {
    font-family: 'baji';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

body {
    direction: rtl;
    text-align: start;
    font-family: var(--font-body);
    font-weight: 400;
    overflow-x: hidden;
    background: #FDFDFD;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

section.banner-sec {
    padding: 0;
}

.header-banner img {
    max-width: 100%;
    /***
    height: 180px;
    object-fit: cover;
    ***/
    width: auto;
}

.inner-body {
    position: relative;
}

.inner-body::after {
    position: absolute;
    content: '';
    width: 190px;
    height: 1200px;
    top: 33%;
    right: -4px;
    background-image: url('../images/body-after.png');
    z-index: -1;
    background-repeat: repeat;
}

.inner-body::before {
    position: absolute;
    content: '';
    width: 218px;
    height: 1200px;
    top: 18%;
    left: 0;
    background-image: url(../images/body-befor.png);
    z-index: -1;
    background-repeat: repeat;
    background-position: right;
}

.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.topbar button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.topbar {
    /*padding: 20px 0;*/
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000014;
}

.menu-left ul,
.mynavbar ul.header-menu {
    display: flex;

}

.mynavbar ul {
    justify-content: center;
    /* padding-bottom: 24px; */
    /*padding-top: 19px;*/
    gap: 26px;
}

.menu-top-left ul {
    margin-right: auto;
    justify-content: flex-end;
}

.menu-top-left .lang {
    text-align: end;
}

.lang a {
    font-size: 16px;
    /**/
}

.lang i {
    margin-inline-start: 7px;
}

/* ***************** */
.menu-top-right ul {
    display: flex;
    justify-content: flex-start;
}

.menu-top-right img {
    width: 120px;
    object-fit: contain;

}

.menu-top-right ul li {
    margin-inline-start: 30px;
}

.menu-top-right ul li span {
    color: var(--main-color);
    transition: all 0.3s;
}

.menu-top-right ul li span:hover {
    color: var(--sec-color);
}

/* ********************* */
.mynav a,
.topbar a,
.mynav i {
    /* color: #374957; */
    transition: all 0.3s;
}

.mynav i {
    font-size: 21px;
}

.mynav a {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    color: #1E1E1E;
}

.mynav a:hover,
.mynav i:hover,
.mynav li.current-menu-item a {
    color: var(--main-color);
    background: #F1F1F1;
}

.mynavbar ul li {
    /* margin: 0 15px; */
    /* padding-bottom: 20px; */
    /* padding-top: 20px; */
}

.menu-left ul {
    justify-content: flex-end;
    align-items: center;
    gap: 11px;
}

.menu-left ul li {
    /* margin-inline-start: 32px; */
}

.top-nav-menu .menu-left ul li {
    margin-inline-end: 0;
    margin-inline-start: 16px;
}

.topbar .logo {
    text-align: center;
}

.logo {
    height: 67px;
}

.logo img {
    /* max-height: 100%; */
    /* max-width: 244.7px; */
    object-fit: contain;
}

.menu-left a,
.menu-left i.la-search {
    /*font-size: 25px;*/
}

.menu-left .cart {
    position: relative;
    font-size: 21px;
}

.menu-left .cart span {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #E41E1E;
    box-shadow: 0px 3px 6px #00000029;
    /* border: 2px solid #FFFFFF; */
}



/* Start header */
.topbar .row,
.mynav .row {
    align-items: center;
}

.mynav .row {
    /* padding: 12px 0; */
}

.mynavbar .nav-link {
    padding: 0px;
    text-transform: capitalize;
}

.res-menu ul {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    /* gap: 5px; */
}

.res-menu img {
    max-width: 180px;
}

.res-menu .lang {
    color: #000;
    /*font-family: 'regular';*/
}

.respons-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
}

.respons-menu button {
    background: transparent;
}

.res-menu .logo {
    text-align: center;
    padding: 14px 0 10px;
}

.res-menu .lang {
    margin-inline-start: 12px;
}

.navbar-toggler-icon {
    width: 43.63px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    font-size: 22px;
    box-shadow: 0px 3.01px 9.03px 0px #00000014;
    cursor: pointer;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    /*font-family: 'regular';*/
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: var(--main-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: #fff;
    z-index: 999;
    padding: 20px 0;
    z-index: 9999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    overflow-y: scroll;
}

.sidebar-width {
    right: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: var(--main-color);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 20px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #045b991a;
}

.sidebar .side-content ul li:hover {
    /*background-color: #fff;*/
}

.sidebar .side-content ul li:hover a::after {
    /*color: #fff;*/
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
    /*color: var(--main-color);*/
}

.sidebar .side-content ul li a {
    color: var(--main-color);
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    /* text-align: center; */
    transition: all 0.6s;
    width: 100%;
}

.sidebar .side-content ul li.current-menu-item a {
    background: #fff;
    color: #000;
}

.sidebar .side-content ul li a:hover {
    /*background-color: #fff;*/
    /*color: #000;*/
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

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

.more a {
    position: relative;
    transition: all 0.3s;
    padding: 11px 22px;
    min-width: 183px;
    display: inline-flex;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    font-weight: 400;
    gap: 8px;
    font-size: 14px;
}

.more a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    border-radius: 6px;
}

.read-more a,
.read-more button {
    display: inline-flex;
    padding: 10px 20px;
    min-width: 120px;
    background: var(--main-color);
    color: #fff;
    /* margin-top: 20px; */
    transition: all 0.4s;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    min-width: 150px;
    min-height: 46px;
}


/* ********************************* */

/* Start products section */

section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.professional {
    padding-top: 25px;
}

.section-title {
    margin-bottom: 48px;
}

.section-title h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    /* text-align: center; */
    color: #1E1E1E;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
}

.professional-item {
    margin-bottom: 65px;
    padding-inline-start: 41%;
}

.add button {
    display: inline-block;
    width: 100%;
    background-color: var(--sec-color);
    color: #fff;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.add button i {
    margin-inline-end: 11px;
}

.add button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    transition: all 0.4s;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
}

.product-block .img {
    position: relative;
    height: 333px;
}

.product-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-block .img .small {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 2;
    width: 118px;
    height: 118px;
    border: 2px solid #EC098D;
    border-radius: 50%;
    transition: all 0.3s;
}

.product-block .img .small img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.product-block {
    transition: all 0.3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;

    border: 1px solid #E6E6E6;

    margin-bottom: 32px;
}

.product-detail {

    padding: 29px 24px;
}

.product-block .title h4 {

    font-size: 22px;

    margin-bottom: 0;
}

.product-block a {
    color: #000;
}

.price span {
    font-size: 22px;
    /* color: var(--sec-color); */
    display: inline-block;
}

.product-detail .price span.woocommerce-Price-amount {
    margin: 18px 0 20px;
}

.product-block p {
    line-height: 27px;
    color: #606060;
    margin-bottom: 28px;
    min-height: 54px;
    display: flex;
    align-items: center;
}

/*  Start Follow us section */
.follow-img {
    height: 602px;
    width: 90%;
    margin: auto;
}

.follow-img img {
    max-width: 100%;
    max-height: 100%;
    animation: moveupdown 4s infinite ease-in-out;
}

@keyframes moveupdown {

    0%,
    100% {
        transform: translateY(14px);
    }

    50% {
        transform: translateY(-14px);
    }
}

.follow-detail {
    text-align: center;
    position: relative;
    padding-inline: 60px;
}

.arrow-img {
    position: absolute;
    top: -20px;
    left: 70px;
    width: 124px;
    height: 66px;
}

.arrow-img img {
    max-width: 100%;
    max-height: 100%;
}

.follow-detail h6 {

    font-size: 18px;

    margin: 24px 0 32px;

    color: #292929;
}

.follow-detail p {

    color: #292929;
    margin-bottom: 14px;
    line-height: 27px;
}

.follow-detail .img img {
    max-height: 104px;
}

section.follow-us .row {
    align-items: center;
}

section.follow-us {
    padding-top: 20px;
    padding-bottom: 14px;
}

/* ----------  Start what distinguishes us section ---- */
.distinguishes {
    background-color: #F2F2F2;
    padding: 48px 0;
    position: relative;
}

.distinguishes::before {
    position: absolute;
    content: '';
    width: 248px;
    height: 278px;
    top: 0;
    left: 0;
    background-image: url('../images/disting-after.png');
    background-size: cover;
}

.distinguishes .section-title {
    text-align: center;
}

.section-title p {
    color: #414141;
}

.disting-item {
    display: flex;
    align-items: center;
    gap: 12.6px;
}

.disting-item h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.disting-item .img {
    width: 66px;
    height: 66px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}

.disting-item .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px dashed #D1D1D1;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: circle 9s infinite ease-in-out;
}

@keyframes circle {

    0%,
    100% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(0deg);
    }
}



.disting-item .img img {
    max-height: 32px;
    transition: all 0.3s;
}

/* *************Start footer section*********** */
.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
}

.contact-section {
    padding-bottom: 0;
}

footer {
    overflow: hidden;
    background: #F2F2F2;
    /* padding-top: 50px; */
}

.fixed-icone {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

    0%,
    100% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(12px);
    }
}

.fixed-icone a {
    width: 45px;
    height: 45px;
    background: transparent linear-gradient(164deg, #08AD08 0%, #045704 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #BFBFBF29, 0px 3px 16px #234A9D38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icone a i {
    color: #fff;
    font-size: 26px;
}

.footer-contact {
    margin-bottom: 20px;
}

footer h5 {
    color: #201E1E;
    font-size: 24px;
    margin-bottom: 26px;
}

.footer-logo p {
    color: #201E1E;
    margin: 29px 0 27px;
    padding-inline-end: 54px;
}

.footer-sochial {
    display: flex;

}

.footer-sochial a {
    margin-inline-end: 16px;
    transition: all 0.5s;
    color: #6F6F6F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #F5F2F4 0% 0% no-repeat padding-box;
    border-radius: 50%;
    font-size: 18px;
}

.footer-links ul {
    /* display: inline-block; */
}

.footer-links ul li {
    /* display: inline-block; */
    /* width: 49%; */
    margin-bottom: 16px;
    position: relative;
}

.footer-links ul li a::after {
    /* position: absolute; */
    /* content: '\f104'; */
    font-family: 'font awesome 5 pro';
    font-size: 16px;
}

.footer-links ul li a {
    color: #201E1E;
    position: relative;
    display: inline-block;
}

.sochial-contact ul li {
    margin-bottom: 8px;
    display: flex;
}

.sochial-contact ul li a {
    color: #201E1E;
}

.sochial-contact ul li i {
    margin-inline-end: 10px;
    color: #000;
}

.sochial-contact ul li span:last-of-type {
    padding-inline-start: 6px;
}

.sochial-contact ul li span:first-of-type {
    padding-inline-end: 6px;
}

.sochial-contact ul li:nth-child(2) span:last-of-type {}

.bootom-footer {
    overflow: hidden;
    border-top: 0.5px solid #D9CACA;
    margin-top: 20px;
}

.copy-right {
    padding: 23px 0px;
}

.copy-right .row {
    align-items: center;
}

.copy-right p {
    color: #1E1E1E;
    margin-bottom: 0;
    font-size: 14px;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}

.footer-logo .logo img {
    max-width: 77%;
}

/* ----------------------------------------------------------- */
.form-group {
    margin-bottom: 22px;
}

.form-contact form textarea {
    height: 122px;
}

.form-contact h5 {
    font-size: 24px;
    margin-bottom: 52px;
    /* text-align: center; */
    color: #222222;
}

.form-contact form input,
.form-contact form textarea,
.form-contact form select {
    width: 100%;
    padding: 10px;
    color: var(--main-color);
    font-size: 15px;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.form-contact input:focus,
.form-contact select:focus,
.form-contact textarea:focus {
    border-color: #1CADE8;
}

.form-contact form input::placeholder,
.form-contact form textarea::placeholder,
.form-contact form select::placeholder {
    color: #B5B5B5;
}

.form-contact label {
    width: 100%;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
}

.form-contact {
    padding: 32px 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding-top: 0;
}

.contact-map iframe {
    height: 100%;
    width: 100%;
}

.contact-page .col-md-6 {
    padding: 0;
}

.form-contact {
    position: relative;
}

.form-contact::before {
    position: absolute;
}

.contact-info h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-info p {
    line-height: 27px;
    padding-inline-end: 40px;
}

/* --------------------------- */

/* ----------------------- about page ---------------- */
/**************************** about-us-page **************************/
.about-us-page {
    padding-bottom: 0px;
}

.about-block {
    background-color: #fff;
    border-radius: 4px;
}

.about-block {
    padding: 40px 22px;
}

.about-con {
    margin-bottom: 25px;
}

.about-con h3 {
    font-size: 24px;
    margin: 0 0 17px 0;
    color: #333333;
}

.about-con h4 {
    font-size: 16px;
    margin: 0 0 13px 0;
    color: #666666;
}

.about-con:nth-child(2) h4,
.about-con:nth-child(3) h4 {
    margin: 13px 0;
}

.about-con p {
    width: 85%;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    line-height: 27px;
}

.about-img {
    height: 380px;
    position: relative;
    /*right: -60px;*/
    /*top: 45px;*/
}

.about-img::after {
    position: absolute;
    content: '';
    top: -14px;
    right: -14px;
    width: 241px;
    height: 227px;
    background: var(--main-color);
    border-radius: 2px;
    z-index: -1;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-con a {
    margin-top: 40px;
    padding: 8px 20px;
    font-size: 18px;
    display: inline-block;
    background-color: #26868D;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
}

@media (max-width:768px) {
    .arrow-img {
        top: -14px;
        left: 12px;
    }
}

.about-info {
    padding-top: 20px;
    margin: auto;
    padding-inline-end: 110px;
}

.about-info h5 {
    margin-bottom: 41px;
    text-transform: capitalize;
    font-size: 34.12px;
    font-weight: 500;
    line-height: 11.37px;
    color: #333F51;
}

.about-info h3 {

    font-size: 20px;
}

.about-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.74px;
    color: #556987;
    /* margin: 0; */
}

/**********************************************************************************************/
/*wocommerc edit */
.woocommerce-info {
    border-top-color: var(--sec-color) !important;
}

.woocommerce-info::before {
    color: var(--sec-color) !important;
}

header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.woocommerce-account .addresses .title h3 {
    margin-inline-end: 30px;
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
    text-align: center;
    border-radius: 50px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--sec-color);
    color: #fff;
    border-radius: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color);
}

.product-name a {
    color: var(--mail-color);
}

.cart_totals h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {

    margin-top: 50px;
}

.wishlist_table .product-add-to-cart a {
    color: var(--main-color);
    background-color: var(--bg-color);
    padding: 6px 20px;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--after-color);
}

.woocommerce-additional-fields__field-wrapper p,
.woocommerce-shipping-fields p {
    display: block;
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2,
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    flex: auto !important;
    max-width: inherit !important;
}


a.showcoupon,
a.woocommerce-privacy-policy-link,
.product-remove a {
    color: var(--after-color);
}

.woocommerce-privacy-policy-text {
    margin-inline-end: 20px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    min-width: 100px;
    background: #fff;
    color: var(--main-color);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--sec-color);
    font-size: 1.25em;
}


/************************* my-account ********************************************/
.woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px 10px;
    display: block;
    border-bottom: 1px solid #dddddd4a;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: 15px;
    color: #4c4c4c;
    transition: all .3s ease;
}

.woocommerce-MyAccount-content {
    display: inline-block;
    width: 78%;
    float: left;
}

.woocommerce-MyAccount-content a {
    color: var(--main-color);
    margin: 0 3px;
}

.woocommerce-Address-title.title h3 {
    display: inline-block;
}

.woocommerce-Address-title.title .edit {
    display: inline-block;
    margin: 0 3px;
    color: #666666;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 4px;
    float: left;
    /*margin-top: 14px;*/
    border: 1px solid var(--02---Dark-Color---Gray---200, #D6D6D6);
}

.woocommerce form .form-row span em {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-weight: 600;
}

@media(max-width: 600px) {
    .woocommerce-MyAccount-navigation {
        display: block;
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        display: block;
        width: 100%;
        float: unset;
    }
}

@media(max-width: 768px) {
    .product-name a {
        font-size: 17px;
    }

    .woocommerce-billing-fields p {
        display: block;
        width: 100% !important;
    }

    .wishlist_table .product-name a {
        font-size: 16px;
    }

    .mobile img {
        height: 50px;
    }

    .wishlist_table.mobile li {
        margin-bottom: 12px;
        border: 1px solid #ccc;
        position: relative;
        padding: 10px 0;
    }

    .wishlist_table.mobile li .product-remove {
        position: absolute;
        top: 4px;
        left: 8px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 15px;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        min-width: 129px;

    }

    input#coupon_code {
        width: 128px !important;
    }

    .comment-form-author label,
    .comment-form-email label {
        display: block;
    }

    /*********************************************************************************/
    .woocommerce-address-fields__field-wrapper p,
    .woocommerce-EditAccountForm fieldset p {
        display: block;
    }

    .woocommerce p.stars a {
        color: var(--sec-color);
    }

    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        /*background: var(--bg-color);*/
        border-radius: 5px;
    }
}

.woocommerce #respond input#submit.alt.disabled {
    background-color: var(--sec-color);
    color: #fff;
}

.outer a,
.woocommerce div.product .stock {
    /*color:var(--after-color);*/
}

.woocommerce table.shop_table th,
.product-name {
    text-align: center !important;
}

.woocommerce table.shop_table td {
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.added_to_cart.wc-forward {
    font-size: 14px;
    color: #fff;
    min-width: 80px;
    height: auto;
    background-color: var(--sec-color);
    /* font-family: bold; */
    /* position: absolute; */
    /* bottom: -8px; */
    /* right: 38px; */
    /* top: 6px; */
    /* height: 31px; */
    border-radius: 2px;
    text-align: center;
    /* line-height: 2; */
    /* padding-top: 0 !important; */
    padding: 12px !important;
    /* margin-inline-start: 4px; */
    display: none;
    /*margin-top: 7px;*/
}

.woocommerce div.product form.cart .added_to_cart.wc-forward {
    margin-inline-start: 6px;
}

.body-inner {
    overflow: hidden;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    min-width: 160px;
    padding: 15px;
}

select:focus {
    outline: none;
}


/***************************************/
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #eee !important;
    opacity: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 8px 0 15px !important;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 45px;
}

.woocommerce-tabs.wc-tabs-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper li {
    display: inline-block;
}

.product.type-product.shipping-taxable.purchasable.product-type-simple span:first-child.onsale {}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background-color: transparent !important;
}

.woocommerce-tabs.wc-tabs-wrapper li a {
    display: inline-block;
    padding: 9px 20px !important;
    background: var(--main-color);
    color: #fff !important;
    border-radius: 8px !important;
    margin: 0 5px !important;
    /* font-size: 15px !important; */
    border: 1px solid #005198;
    transition: all .3s ease-in;
    min-width: 120px;
}

.woocommerce-tabs.wc-tabs-wrapper li.active a {
    background: #DAEBF7 !important;
    color: #045B99 !important;
    border: 1px solid #DAEBF7;
}

.woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce-tabs.wc-tabs-wrapper h1 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #4c4c4c;
}

.woocommerce-tabs.wc-tabs-wrapper a {
    color: #005198;
}

/************************************************/
.comment-form-author input,
.comment-form-email input {
    width: 100%;
}

.wishlist-title h2 {
    font-size: 22px;
}

.wpcf7 form .wpcf7-response-output {
    display: block;
    width: 95%;
    /*position: absolute;*/
    bottom: -77px;
    left: 0;
}

.woocommerce a.remove {
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0;
    text-align: center;
    font-size: 20px;
    width: 25px;
    height: 25px;
    margin: auto;
    line-height: normal;
    font-weight: normal;
    line-height: 24px;
}

.woocommerce-message {
    border-top-color: var(--after-color);
}

.woocommerce-message::before,
a.restore-item {
    color: var(--after-color);
}

.product.has-post-thumbnail.purchasable.product-type-variable button.single_add_to_cart_button.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt {
    /*width:60%;*/
    padding: 10px;
    border-radius: 3px;
    margin-inline-start: 8px;
    background-color: var(--after-color);
}

button.single_add_to_cart_button.button.alt {
    margin-inline-start: 0px;
}

.woocommerce div.product form.cart div.quantity {

    margin: 0 0 0px 0px !important;
}

ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 28px !important;
}

.woocommerce-product-details__short-description {
    display: none;
}

.qib-button-wrapper {
    margin: 0 !important;
}

a.woocommerce-review-link {
    color: var(--after-color);
}

.more .added_to_cart.wc-forward {
    font-size: 14px;
    color: #fff;
    min-width: 80px;
    background-color: var(--sec-color);
    display: inline-block;
    position: absolute;
    right: 67px;
    top: 380px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 2;
    padding-top: 0 !important;
    min-width: 150px;
    display: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}

.woocommerce div.product form.cart .reset_variations {
    color: var(--after-color);

}

.single-page .row {
    direction: ltr;
}

.summary.entry-summary {
    direction: rtl;
}

h4.avalible {
    /*display:none;*/
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: 0 0 0 2px rgb(0 0 0 / 90%);
    background: var(--main-color);
    color: #fff;
}



.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 3px;
}

.page-item.active .page-link {
    /* background-color: var(--bg-color); */
    /* border-color: var(--bg-color); */
}


.page-link {
    color: var(--main-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    min-width: 150px;
    padding: 13px 9px;

    text-align: center;
}

.wc-proceed-to-checkout a,
.wc-proceed-to-checkout a.checkout-button {
    border-radius: 3px;
}

button[name="update_cart"] {
    padding: 12px !important;
}

input[name="coupon_code"] {
    border-radius: 2px;
}

.star-rating {
    /*min-height:70px;*/
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button[name="update_cart"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff !important;
    background-color: var(--main-color) !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
input.woocommerce-Input,
.password-input {
    width: 100% !important;
}

.woocommerce-info {
    border-top-color: var(--after-color);
}

td.product-name a,
.woocommerce-loop-product__title {
    color: #000;
}

h1.product_title.entry-title {
    font-weight: 'sukarBold';
    font-size: 32.43px;
    color: #000;
    line-height: 46.84px;
}

p.woocommerce-LostPassword a {
    color: #000;
}

p.woocommerce-LostPassword.lost_password {
    position: absolute;
    bottom: 92px;
    left: 41px;
}

input#coupon_code {
    width: 130px !important;
    border-radius: 8px;
    text-align: center;
    padding: 9px;
    /*height: 54px;*/
}

.woocommerce-info {
    border-top-color: var(--after-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: rtl;
}

span.posted_in a {
    color: #000;
    font-size: 18px;
    padding-inline: 10px;
}

.woocommerce ul.products li.product .price {
    display: flex !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
    align-items: center;
    justify-content: space-between;
}

h2.woocommerce-loop-product__title {
    min-height: 54px;
}

.related.products h2 {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

select#rating {
    width: 100% !important;
    padding: 6px 0;
}

.woocommerce div.product form.cart::before {
    display: none;
}

.woocommerce-product-gallery__wrapper img {
    height: 420px !important;
    object-fit: cover;
}

.woocommerce-message {
    border-top-color: var(--after-color);
}

.woocommerce-message::before {

    color: var(--after-color);
}

form.cart .quantity {
    padding-inline-end: 30px;
}


/********************************/
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: var(--main-color);
}

.xoo-el-form-container ul.xoo-el-tabs li {
    /* background: var(--main-color); */
    color: var(--main-color);
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background: var(--main-color) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    width: 100% !important;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    /* background-color: var(--main-color) !important; */
    color: #ffffff !important;
    min-height: 50px;
    margin-top: 24px !important;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn:focus {
    background: #DAEBF7 !important;
    color: var(--main-color) !important;
}



/*.xoo-aff-input-group .xoo-aff-input-icon {*/
/*    display: none;*/
/*}*/

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select {
    height: 45px;
    background: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 0 20px;
    transition: all .5s;
    width: 100%;
}

.xoo-el-login-btm-fields label {
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
    margin-inline-start: auto;
}

.xoo-aff-group {
    float: none !important;
    width: 100%;
}

a.add_to_wishlist {
    /*margin-inline-start: auto;*/
}

.xoo-el-header {
    padding: 0 0 20px;
}

.xoo-el-section {
    padding: 0;
}

.xoo-aff-group.onehalf {
    width: calc(50% - 10px);
    display: inline-block;
    margin: 0 0 25px;
    margin-inline-end: 20px;
}

.xoo-aff-group.xoo-aff-cont-text.onehalf.xoo-aff-cont-required.xoo_el_reg_lname_cont {
    /*margin: 0;*/
}

.xoo-aff-checkbox_single .xoo-aff-checkbox_single {
    margin-inline-end: 10px;
}




@media (max-width:768px) {
    .woocommerce ul.order_details li {
        float: none !important;
        margin-bottom: 12px;
    }

    .woocommerce ul.order_details li strong {
        display: block;
        font-size: 16px !important;
    }

    .xoo-aff-group label {
        font-size: 15px !important;
    }

    .wishlist_table.mobile li .item-wrapper {
        display: flex !important;
        align-items: center;
    }

    .wishlist_table.mobile li .item-wrapper .item-details {
        margin-inline-start: 8px;
    }

    .additional-info-wrapper table.additional-info {
        display: inline-table;
        align-items: center;
        justify-content: center;
        width: 100% !important;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        min-width: 128px;

    }
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
select#rating,
.woocommerce #review_form #respond textarea,
.comment-form-author input,
.comment-form-email input {
    /* border-radius: 2px !important; */
    /* border: 1px solid rgb(11 42 65 / 33%) !important; */
    padding: 0px 12px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.woocommerce form .form-row textarea {
    height: 7em !important;
}

.woocommerce #reviews #comment {
    height: 95px !important;
}

/******************************************************************************************************************/
/******************************************************************************************************************/
/*    range slider   */
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {

    background-color: var(--bg-color);
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: var(--bg-color);
}



.irs--big .irs-bar {
    top: 32px !important;
    height: 10px !important;
    background-color: var(--after-color) !important;
    border: 1px solid var(--after-color) !important;
    background: var(--after-color) !important;
    box-shadow: none !important;
}

.irs--big .irs-handle {
    top: 27px !important;
    width: 12px !important;
    height: 19px !important;
    border: none !important;
    background-color: var(--after-color) !important;
    background: var(--after-color) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: var(--after-color) !important;
    background: var(--after-color) !important;
}

.irs--big .irs-line {
    top: 38px;
    height: 4px !important;
}

.irs--flat .irs-bar {

    background-color: #FB8C00 !important;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    background-color: var(--sec-color) !important;
}

.xoo-aff-required.xoo-aff-checkbox_single a {
    color: var(--main-color);
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-left: 5px;
    margin-right: 0px;
}

.bapf_sfilter label {
    margin-bottom: 0;
}

.rtl .bapf_sfilter ul li {
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
}

.irs--flat .irs-handle>i:first-child {
    width: 18px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px #00000029;
    height: 18px;
    background-color: #fff !important;
}

.comment-form-rating ul.list li {
    display: block;
}

.woocommerce div.product div.images img {
    height: 126px;
}

.woocommerce span.onsale {
    position: unset;
    background: transparent;
    line-height: 30px;
}

.bapf_head h3 {
    font-size: 24px;

}

.bapf_sfilter {
    margin-left: 30px;

}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #E8E8E8;
    padding: 10px;
    border-radius: 6px;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce div.product {
    /*padding-inline: 100px;*/
    /*margin-top:70px;*/
}

#product-1505 {
    /*margin-top:70px;*/
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: block;
    width: 161px;

}

.woocommerce ul.products li.product a {
    border-radius: 0;
}


@media (max-width:768px) {
    .woocommerce div.product {
        padding-inline: 0px;
        margin-top: 32px;
    }
}



/***********************************************************************/
/*****************************************************************************/

/************************* my-account ********************************************/

.woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px 10px;
    display: block;
    border-bottom: 1px solid #dddddd4a;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: 15px;
    color: #4c4c4c;
    transition: all .3s ease;
}



.woocommerce-MyAccount-content {
    display: inline-block;
    width: 78%;
    float: left;
}

.woocommerce-MyAccount-content a {
    color: var(--sec-color);
    margin: 0 3px;
}

.woocommerce-Address-title.title h3 {
    display: inline-block;
}

.woocommerce form .form-row span em {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-weight: 600;
}

@media(max-width: 600px) {
    .woocommerce-MyAccount-navigation {
        display: block;
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        display: block;
        width: 100%;
        float: unset;
    }
}

@media(max-width: 768px) {
    .product-name a {
        font-size: 18px;
    }

    .mobile img {
        height: 50px;
    }

    .wishlist_table.mobile li {
        margin-bottom: 12px;
        border: 1px solid #ccc;
        position: relative;
        padding: 10px 0;
    }

    .wishlist_table.mobile li .product-remove {
        position: absolute;
        bottom: 4px;
        right: 10px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 15px;
    }
}

.wishlist_table .product-add-to-cart a {
    color: var(--after-color);
}

.comment-form-author label,
.comment-form-email label {
    display: block;
}

/*********************************************************************************/
/*.xoo-aff-input-group .xoo-aff-input-icon {*/
/*    background-color: #eee;*/
/*    color: #fff !important;*/
/*    max-width: 44px !important;*/
/*    min-width: 40px;*/
/*    border: none !important;*/
/*    border-right: 0;*/
/*    font-size: 18px !important;*/
/*    border-radius:0 !important; */
/*    padding: 0 !important;*/
/*}*/
/*.fa-at:before,.fa-user:before,.fa-key:before {*/
/*    background: var(--main-color) !important;*/
/*    padding:9px 8px;*/
/*}*/
.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    height: 46px !important;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    border-radius: 8px !important;
    /*border: none !important;  */
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select+.select2 {
    border-radius: 0;
}

.xoo-el-section {
    padding-left: 0px !important;
}

.xoo-aff-group {
    float: left;
    width: 100% !important;
}

.xoo-aff-group.onehalf {
    width: calc(50% - 20px);
    margin-right: 0 !important;
}

a.xoo-el-lostpw-tgr {
    margin: 0 !important;
    float: left !important;
}

.xoo-el-login-btm-fields label {
    margin: 0 !important;
    float: right !important;
}

.xoo-el-header {
    padding: 0 0px 20px !important;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    justify-content: space-between;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: unset !important;
    /*border-radius: 0 !important;*/
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05) !important;
    background: rgba(15, 32, 108, 1);
    border-radius: 8px !important;
}

#sidebar,
.woocommerce-breadcrumb {
    display: none;
}

.products .title h3 {
    margin-bottom: 32px;
    font-family: 'sukarBold';
    font-size: 32.43px;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #000;
}

section.single-page {
    /* padding-bottom:0; */
}

.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 8px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    color: var(--sec-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 11px !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    background-color: var(--main-color);
    color: #fff;
}


.product-detail .add button {
    margin-bottom: 8px;
}

.woocommerce .product-block .product-detail a.added_to_cart {

    width: 100%;
}

span.woocommerce-Price-currencySymbol {
    padding-inline-start: 8px;
}



.contact-info ul li {
    margin-bottom: 10px;
}

input[type="email"]::placeholder,
.contact-info ul li:last-of-type span {}

.professional-item ul li:nth-child(2) u {
    direction: ltr;
    display: inline-block;
}

.professional-item ul li u {
    text-decoration: none;
}


.contact-page .contact-info {
    margin-bottom: 28px;
}

.breadcrumb-section {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    /*padding: 0px 0 20px;*/
    position: relative;
    /*margin-bottom:20px;*/
}

.breadcrumb-section h2 {
    font-size: 40px;
    color: #000000;
    font-family: 'sukarBold';
    line-height: 50px;
    margin: 0 0 20px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color:
        transparent;
    padding-inline-start: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0;
    /*justify-content: center;*/
}

.breadcrumb-section a {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
}

.breadcrumb-item.active {
    /* color: #fff; */
    /* font-size: 18px; */
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 7px;

}

.breadcrumb-item+.breadcrumb-item {
    /* padding-left: 0; */
}

.xoo-wsc-basket {
    display: none !important;
}

.inner_ro {
    text-align: center;
}

.inner_ro span {
    font-size: 100px;
    color: var(--sec-color);
}

.inner_ro h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

.inner_ro p {
    font-size: 20px;
}

.inner_ro p a {
    color: var(--sec-color);
    padding-inline-start: 10px;

}

.price span {
    font-weight: bold;
}


.sochial-contact ul li:first-of-type span:last-of-type,
.xoo-wsc-body span.amount,
span.woocommerce-Price-amount.amount,
.contact-info ul li:nth-child(1) span:last-of-type,
.contact-info ul li:nth-child(2) span:last-of-type,
input[name="your-phone-num"]::placeholder,
.menu-left .cart span,
span.xoo-wscb-count,
.page-link,
.woocommerce-orders-table__cell-order-number a,
.woocommerce-orders-table__cell-order-date time {
    /*font-family: 'regular';*/
}



.page-link {
    /* margin: 0 5px; */
    border-radius: 2px;
    padding: 6px 14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #556987;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--main-color) !important;
    background-color: #e9e6ed;
    border-color: #e9e6ed !important;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item .page-link {
    border-radius: 2px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/*-------------------------------------------------------------  */
.topbar-call span {
    display: inline-block;
    direction: ltr;
}

.download img,
.topbar-call img {
    height: 17px;
    margin-inline-end: 8px;
}

.download a {
    color: var(--main-color);
}

.topbar-call img {
    height: 20px;
}

.top-nav-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 46px;
}

.header_soch a {
    color: #374957;
    padding-inline-end: 23px;
}

.menu-left button {
    background: transparent;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding:16px 0; */
    /* background: var(--main-color); */
    /* border-radius: 20px; */
    /* padding: 17px 27px; */
}

.mynavbar ul .sub-menu .sub-menu {
    display: block;
    padding: 0 !important;
    border: none;
    position: relative;
    /*border: 1px solid red;*/
    top: unset;
    min-width: 100%;
    width: 100%;
}

.mega-menu .sub-menu .sub-menu {
    /*display:flex;*/
}

.mega-menu .sub-menu .sub-menu li {
    /*border:2px solid blue;*/
}

.mynavbar ul .sub-menu .sub-menu .sub-menu {
    /*border:1px solid green;*/
}

.mynavbar ul .sub-menu .sub-menu .sub-menu .sub-menu {
    /*border:1px solid blue;*/
}

.mynavbar ul .sub-menu .sub-menu a {
    padding-top: 0;
}

.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 94px;
    left: 0px;
    min-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0px 53px 50px !important;
    background: #fff;
    z-index: 3;
    /* margin-top: 8px; */
    transition: all 0.1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: start !important;
    /*border: 1px solid #D6D6D6;*/
    box-shadow: 0px 0px 24px 0px #0000001A;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible;

}

ul.sub-menu>li {
    /*padding-top:12px;*/
}

.nav-menu ul.sub-menu li {
    margin-bottom: 6px;
    position: relative;
    padding-inline-start: 14px;
}

.nav-menu ul.sub-menu li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 11px;
    right: 0px;
    background: #fff;
    border-radius: 50%;
}

.sub-menu a {
    color: #222222;
    padding: 4px 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    /* font-family: 'semiBold'; */
    transition: all 0.2s;
}

.mynav li.menu-item-has-children a {
    position: relative;
}

.mynav li.menu-item-has-children .sub-menu a {
    color: var(--main-color);
    font-size: 18px;
    /*font-family: 'Montserrat';*/
    /* font-weight:700; */
    margin-bottom: 12px;
    padding: 0;
}

.mynavbar li.menu-item-has-children .sub-menu .sub-menu .sub-menu a {
    color: #222222;
    font-size: 16px;
    /*font-family: 'regular';*/
    margin-bottom: 12px;
    padding: 0;
}

.mynav li.menu-item-has-children .sub-menu a {
    /* color: #fff; */
}

li.menu-item-has-children>a::before {
    position: absolute;
    content: "\f107";
    font-family: "font awesome 5 pro";
    top: 10px;
    left: 7px;
    color: inherit;
    transition: all 0.3s;
}

li.menu-item-has-children:hover>a::before {
    transform: rotate(180deg);
    /* color: var(--main-color); */
}

li.menu-item-has-children a {
    position: relative;
    display: inline-block;
}

ul.sub-menu li {
    /*width: 25%;*/
    width: 100%;
    margin-inline: 0;
    padding-bottom: 0;
}

.mynavbar ul .sub-menu .sub-menu li {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.mynav li.menu-item-has-children.mega-menu .sub-menu .sub-menu a {
    color: #222222;
    /*font-family: 'Montserrat';*/
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 16px;
}

li.menu-item-has-children.mega-menu>.sub-menu {
    padding: 0px 53px 52px !important;
}

.mynavbar ul .sub-menu .sub-menu {
    display: block;
    padding: 0 !important;
    border: none;
    position: relative;
    /* border: 1px solid #fff; */
    top: 0;
    /* min-width: 200px; */
    /* width: auto; */
    right: 0;
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*height: auto;*/
}

.sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 99999;
}

.mynavbar ul .sub-menu .sub-menu li a {
    color: #222222;
    padding: 3px 12px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px;
}

.mynavbar ul .sub-menu .sub-menu li:last-of-type a {
    border-bottom: none;
}

/*--------------------------------------------------------  */

/* Start home slider */
.home-slider .item,
.home-slider {
    position: relative;
}

.home-slider .container,
.mynav .col-lg-12,
.container-fluid {
    padding: 0;
}

.hero-soch-icon {
    position: absolute;
    /*left: 63px;*/
    left: 2%;
    bottom: 0;
    padding-bottom: 80px;
}

.hero-soch-icon::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 75px;
    background-color: #535353;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-soch-icon a {
    color: #374957;
    display: block;
    margin-bottom: 24px;
}

.slider-home .slider-img {
    /* position: relative; */
    /* height: 100%; */
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 70%;
    border-radius: 5px;
}

.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 110px;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 0.8s;
    padding: 45px 20px;
    left: 50%;
    width: 70%;
}

.slider .owl-item.active .carousel-info {

    transform: translateY(-60px) translateX(-50%);

    opacity: 1;

    visibility: visible;
}

.carousel-info h2 {
    margin-bottom: 54px;
    font-size: 40px;
    line-height: 62px;
}

.maintenance-request .request-details h3,
.carousel-info h2,
.menu-left a {
    text-transform: capitalize;

}

.carousel-info p {
    line-height: 27px;
    margin: 20px 0 27px;
}

.home-slider .owl-carousel,
.sponser-slider {
    /* direction: ltr; */
}

.slider-home .owl-item .slider-img {
    /* height: 756px; */
    /* min-height:400px; */
}

.slider-home .owl-item .slider-img img {
    height: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    object-position: top center;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.partner-slider.owl-theme .owl-nav .owl-prev,
.partner-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 25%);
    color: #fff;
    width: 36px;
    height: 46px;
    margin: 0;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
    transform: translateY(-50%);
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 0;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-prev {}

.card-slider.owl-theme .owl-nav .owl-next,
.patner-slider.owl-theme .owl-nav .owl-next {
    background: var(--main-color);
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.partner-slider.owl-theme .owl-nav .owl-prev,
.partner-slider.owl-theme .owl-nav .owl-next {
    background: var(--main-color);
    color: #fff;
    position: absolute;
    top: -78px;
    left: 0;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 22px;
    transform: scaleX(-1);
}

.partner-slider.owl-theme .owl-nav .owl-prev,
.partner-slider.owl-theme .owl-nav .owl-next {
    top: 33%;
    width: 40px;
    height: 56px;
}

.partner-slider.owl-theme .owl-nav .owl-prev {
    left: -24px;
}

.partner-slider.owl-theme .owl-nav .owl-next {
    right: -22px;
    left: auto;
    transform: scaleX(1);
}

.home-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #045B99;
    width: 43px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 5px;
    margin: 3px 4px;
    background: #E3CCC8;
    transition: all 0.3s;
}

.patner-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(0 0 0 / 30%);
}

.patner-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #374957;
}

.download {
    margin-inline-end: 30px;
}

/* ----------------------------------------------------  */
.catog-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 3.72px;
    overflow: hidden;
}

.catog-box .img {
    height: 303.19px;
    overflow: hidden;
}

.catog-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 1.3s;
}

.catog-box .catog-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0000006B;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 40px 20px;
}

.catog-box .catog-info a,
.catog-box .catog-info h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    min-width: 179.67px;
    background: #1D1D1B;
    min-height: 48.65px;
    border-radius: 66.88px;
    font-size: 22px;
    font-weight: 600;
    line-height: 29.72px;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 13px 14px;
}

.section-title h4 {
    position: relative;
}

.section-title h4::after,
.section-title h4::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 1px;
    background-color: #535353;
    left: 50%;
    transform: translateX(-50%);
}

.section-title h4::after {
    top: 46px;
}

.section-title h4::before {
    bottom: 46px;
}

/* ----------------------------------  */
.product-box {
    border-radius: 5px;
    background-color: #fff;
    padding: 12px;
    margin: 2px;
    transition: all 0.3s;
}

.products {
    background-color: #FAFAFA;
}

.product-box .img {
    height: 254px;
    position: relative;
    overflow: hidden;
}

.product-box .add {
    /*position: absolute;*/
    /*bottom: -40px;*/
    /*transition: all 0.4s;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index:2;*/
    margin-top: 22px;
}

.img .add button {
    width: 179px;
    color: #374957;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    /**/
}

/*.product-box:hover .img .add {*/
/*      opacity:1;*/
/*      bottom:20px;*/
/*   }*/

.product-box .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-box .img a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 32, 108, 0) 0%, rgba(15, 32, 108, 0.62) 100%);
    border-radius: 5px;
    transition: all 0.3s;
    opacity: 0;
}

.product-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product-box .product-info {
    padding: 12px;
    direction: rtl;
}

.product-box .product-info h6 {
    color: #222222;
    margin-bottom: 14px;
    line-height: 26px;
    min-height: 88px;
    min-height: 103px;
}

.product-box .product-info h4 {
    color: var(--main-color);
    font-size: 16px;
    text-align: center;

    text-transform: uppercase;
}

/* ------------------------------------   */
.maintenance-request {
    background-color: #fff;
    padding: 90px 70px;
}

.maintenance-request .sec-img {
    width: 100%;
    height: 380px;
    position: relative;
}

.maintenance-request .sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transform: scaleX(-1);
}

.maintenance-request .request-details {
    position: absolute;
    top: 50%;
    right: 88px;
    transform: translateY(-50%);
    z-index: 2;
}

.maintenance-request .request-details h3 {
    color: #222222;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.maintenance-request .request-details h6 {
    color: #374957;
    font-size: 18px;
    margin-bottom: 30px;
}

/*--------------------------------------------------  */
.partners {
    padding-top: 116px;
    display: none;
}

.patner-img .img {
    height: 120px;
    position: relative;
}

.patner-img img {
    width: auto !important;
    max-width: 88% !important;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-height: 90%;
    mix-blend-mode: luminosity;
    opacity: 40%;

}

ul.footer-links {
    /* display: flex; */
    flex-wrap: wrap;
    /* width: 100%; */
    /* justify-content:center; */
    gap: 24px;
    list-style: disc;
    padding-inline-start: 16px;
}

.footer-links li {
    /* display: flex; */
    margin-bottom: 16px;
}

.footer-links li a {
    color: #1E1E1E;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .4s;
    display: inline-block;
    line-height: 24px;
}

.patner-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-next {
    top: 39%;
}


@media (max-width:991px) {
    .maintenance-request .request-details {
        right: 20px;
    }
}

/* -----------------   policy-page   ---------------------- */
.policy-page {
    /*width: 755.58px;*/
    margin: auto;
    /* max-width: 88%; */
}

.policy-page ul li {
    margin-bottom: 32px;
}

.policy-page ul li h5 {
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 16px;
}

.policy-page ul li p {
    color: #374957;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 27px;
}

.breadcrumb-section {
    background-image: url('../images/banner-1.png');
    background-size: cover;
    background-position: center;
    padding: 24px 0;
    position: relative;
    z-index: 2;
    /* height: 250px; */
}

.breadcrumb-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.about.about-page {
    padding-bottom: 100px;
    padding-top: 40px;
}

.topbar .col-9,
.topbar .col-lg-3 {
    padding: 0;
}

.mynavbar>ul>li>a {
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
}






@media (max-width: 991px) {
    .res-menu .logo {
        margin-inline-start: 0px;
    }

    li.menu-item-has-children>a::before {
        right: 68px;
    }
}


.products.product-page {
    background-color: #fff;
}

.products.product-page .product-box {
    background-color: #FAFAFA;
    margin-bottom: 30px;
}


.mynav li.menu-item-has-children>a {
    /**/

}



.mynav li.menu-item-has-children:hover>a {
    /* color: var(--main-color); */
}

.woocommerce-product-rating:last-of-type {
    display: none !important;
}

.col-md-3 {
    padding: 0 10px;
}

.contact-section .section-title {
    margin-bottom: 84px;
}

.contact-section,
.categories {
    padding: 85px 0;
}

.mynav i.la-user,
.mynav i.la-search {
    font-size: 25px;
}

.cer-img img {
    max-width: 100%;
}

li.menu-item-has-children li.menu-item-has-children>a::before {
    display: none;
}





li.menu-item-has-children:not(.mega-menu) {
    position: relative;
}

.mega-menu .sub-menu .sub-menu {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;

}

li.menu-item-has-children .sub-menu {
    position: absolute;
    /*top: 64px;*/
    top: 100%;
    right: 0px;
    min-width: 200px;
    width: 200px;
    padding: 16px 0px !important;
}

li.menu-item-has-children.mega-menu .sub-menu {
    min-width: 100%;
    width: 100%;
}

.mynav li.menu-item-has-children .sub-menu a {
    margin-bottom: 2px;
}

.mynav li.menu-item-has-children.mega-menu .sub-menu a {
    margin-bottom: 20px;
}

ul.sub-menu>li {
    /*padding-top: 0;*/
}

.mynavbar ul .sub-menu .sub-menu li {
    /*display: flex;*/
    /*width: 25%;*/
    flex-wrap: wrap;
}

.mynavbar ul .sub-menu .sub-menu .sub-menu {
    /*display: block !important;*/
}

.mynavbar ul .sub-menu .sub-menu .sub-menu li {
    width: 100% !important;
}

.mynav li.menu-item-has-children .sub-menu a {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #216fb41f;
    display: block;
}

.mynav li.menu-item-has-children .sub-menu li:last-of-type a {
    border-bottom: none;
    margin-bottom: 0;
}

.product-box .product-info h4 {
    min-height: 25px;
}

span.xoo-wsch-close {
    font-size: 16px;
    left: 10px !important;
    right: auto !important;
}

.xoo-wsc-sm-left {

    padding-inline-end: 46px;
}

.breadcrumb-item.active {
    text-transform: capitalize;
    font-size: 20px;
    color: #68737B;
}

.product-box .added_to_cart.wc-forward {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .hero-soch-icon {
    position: relative;
    display: flex;
    width: 100%;
    bottom: unset;
    right: unset;
    left: unset;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.sidebar .hero-soch-icon a {
    color: #fff;
    margin-inline-end: 20px;
    font-size: 23px;

}

.sidebar .hero-soch-icon::after {
    display: none;
}

.pagination {
    margin-top: 20px !important;
}

.product-box {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-content>p {
    margin-bottom: 26px;
    font-size: 18px;
}

/*.header-menu > li {*/
/*    position: relative;*/
/*}*/

/*.header-menu > li .sub-menu {*/
/*    position:absolute;*/
/*    top: 0;*/
/*    right: 100%;*/
/*    min-width: 200px;*/
/*    width: 200px;*/
/*    opacity: 0;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.header-menu > li:hover .sub-menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    height: auto;*/
/*}*/

@media (max-width:1300px) {
    .hero-soch-icon {
        left: 1%;

    }
}

@media (max-width:1100px) {
    .hero-soch-icon {
        left: 1%;

    }
}

.product-box .product-info h4 del span {
    text-decoration: line-through;
    margin-inline-end: 12px;
}

.flex-viewport {
    margin-bottom: 18px;
}

.woocommerce-product-gallery__wrapper img {
    object-fit: contain;
}

.container-fluid {
    max-width: 1200px;
}

.maintenance-request .container-fluid {
    padding-inline: unset;
}

.product-box {
    margin-bottom: 22px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.patner-slider.owl-theme .owl-nav .owl-prev,
.patner-slider.owl-theme .owl-nav .owl-next {
    font-size: 19px;
    margin: 0 2px;
    transition: all .4s;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid rgb(0 0 0 / 13%);
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-inline-end: 9px;
}

/*-------------------------------------------------------------------------------------------------*/
.carousel-info,
.slider-home .slider-img::after,
.section-title h4::after,
.section-title h4::before {
    display: none;
}

.comp_adv_item {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*border-inline-end: 1px solid #BBC3CF;*/
    gap: 16px;
    text-align: center;
}

.company_adv .row {
    border: 1px solid #D5DAE1;
    border-radius: 16px;
    padding: 24px 0px;
    margin: 0 auto;
    /* width: 92%; */
}

.company_adv .row {
    justify-content: center;
}

.col-md-3:last-of-type .comp_adv_item {
    border: none;
    /*margin-inline-start: 30px;*/
}

.comp_adv_item .img {
    height: 40px;
    width: 40px;
    margin: 0 auto 12px;
    line-height: 40px;
}

.comp_adv_item .img img {
    max-height: 100%;
}

.comp-adv-details h5 {
    color: #333F51;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 28px;
}

.comp-adv-details h6 {
    margin: 0;
    color: #556987;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.col-md-3:nth-child(3) .comp_adv_item {
    margin-inline-end: -20px;
}

section.latest-product {
    background: #F5F5F5;
    /* padding: 100px 0 55px; */
}

.product-item {
    background: #fff;
}

.product-item .item-img {
    overflow: hidden;
    position: relative;
}

.product-item .item-img .sale {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.product-item .item-img .sale span {
    color: #fff;
    background: var(--main-color);
    border-radius: 20px;
    padding: 7px 18px;

}

.product-item .item-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.product-item .item-body {
    /* direction: rtl; */
    padding: 16px;
}

.product-item .item-body .stars-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
}

.product-item .item-body .stars-item span.numb_1 {
    color: #4D5F7A;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.product-item .item-body .stars-item span.numb_2 {
    color: #797979;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.product-item .item-body .stars-item span {
    font-size: 12px;

}

.product-item .item-body .stars-item .stars i.fas {
    color: #FBBF25;
}

.product-item .item-body .stars-item .stars i.fal {
    color: #FBBF25;
    font-weight: bold;
}

.product-item .item-body h4 {
    margin: 0 0 20ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¡;
    color: #161D25;
    /* min-height: 93px; */
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    /* display: none; */
}

.product-item .item-body h4 a {
    color: #3C3C3C;
}

.item-foot {
    display: flex;
    /*align-items: center;*/
    /* justify-content: space-between; */
    /* margin-top: 16px; */
    gap: 12px;
}

.heart-icone {
    width: 40px;
    height: 40px;
    background: #CCD3D91F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.heart-icone i {
    font-size: 24px;
    color: #FF3B30;
}

.card-slider.owl-theme .owl-nav {}

.old-price span.prec {
    color: #000000;
    margin-inline-end: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}


.old-price del {
    color: #787878;
}

.mobils-offer-sec {
    padding: 0;
}

.mobils-offer {
    height: 389px;
    align-content: center;
}

.mobils-offer img {
    max-height: 100%;
    width: 100%;
    height: auto;
    object-position: center;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1262.5px;
    }
}

.footer {
    /* background: #E7F2FA; */
    /* padding: 57px 55px 0px; */
    /* border-radius: 16px; */
    padding-top: 40px;
}

.footer-logo {
    height: 46px;
    margin-bottom: 19px;
}

.footer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer-disc {
    margin-inline-end: 30px;
    margin-bottom: 40px;
}

.footer-disc p {
    color: rgba(107, 107, 107, 1);
    line-height: 28px;
}


.right-f .form-group input {
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 8px;
    color: rgba(194, 194, 194, 1);
    padding: 8px 14px;
    max-width: 242px;
    height: 46px;
}

.right-f .form-group button {
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    background: var(--main-color);
    border-radius: 6px;
    color: #fff;
    padding: 8px 10px;
    width: 93px;
    text-align: center;
    margin-inline-start: 8px;
    max-width: 85px;
    min-height: 46px;
    transition: all .4s;
}

.right-f .form-group {
    margin-bottom: 35px;
    /*display: flex;*/
    /*align-items: center;*/
}

.all-imgs {
    display: flex;
    align-items: center;
}

.all-imgs img {
    max-height: 50px;
    padding-inline-end: 8px;
    object-fit: contain;
}

button,
h2,
h3,
h4,
h5,
h6,
a {}

body.rtl .xoo-aff-group:not(.one) {
    margin-left: 0 !important;
}

body.rtl .xoo-el-section.xoo-el-active {
    padding-right: 0 !important;
}

.xoo-el-form-container ul.xoo-el-tabs {
    padding: 0 0px 16px !important;
}

.product-item {
    margin: 3px 0px 45px;
}

.breadcrumb-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #EEEEEE;
    /*text-align: center;*/
}

.xoo-el-notice {
    display: none;
    width: 100% !important;
}

/*.xoo-aff-input-group .xoo-aff-input-icon {*/
/*    background-color: var(--main-color) !important;*/
/*    display: none !IMPORTANT;*/
/*}*/

.right-f .form-group .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    top: 33px;
    position: absolute;
    font-size: 15px;
}

.maintenance-request {
    position: relative;
}

.maintenance-request::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 60%);

}


.product-item .item-img {
    text-align: center;
}

.product-item .item-img img {
    margin: auto;
    overflow: hidden;
}

section.maintenance-request {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

ul.products .col-md-4 .product-item {
    margin: 0 0 24px;
}

ul.products .col-md-4 {
    padding: 0 8px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    border-top-color: var(--main-color) !important;
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    background-color: var(--main-color) !important;
}

.irs--sharp .irs-handle {
    background-color: var(--main-color) !important;
}

.irs--sharp .irs-handle>i:first-child {
    border-top-color: var(--main-color) !important;
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
    background-color: var(--sec-color) !important;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 3px !important;
    background-color: #A8B1CE !important;
}






.woocommerce div.product div.images img {
    max-height: 694.74px !important;
    width: auto !important;
    height: auto !important;
    margin: auto;
}


.woocommerce div.product div.images .slick-list.draggable img {
    max-height: 300px !important;
    margin: auto;
}

.wpgs-for .slick-arrow {
    transform: scaleX(-1);
}

.flaticon-right-arrow {
    left: 0 !important;
    right: auto !important;
}

.side-archive {
    padding-inline-end: 22px;
}

.irs {}

.bapf_sfilter {
    margin-left: 5px;
    border: 1px solid #E3E3E3;
    padding: 24px 0px;
    border-radius: 8px;
}

.bapf_head h3 {
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E3E3E3;
    /*text-align:center;*/
    padding-inline-start: 14px;
    margin-bottom: 0;
}

.bapf_sfilter ul li {
    text-align: start !important;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px !important;
    padding: 10px !important;
}

.col-md-9.col-sm-12 ul.products {
    background-color: #fff;
}

.rtl .bapf_sfilter ul li {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.bapf_sfilter ul li:last-of-type {
    border-bottom: none;
}

.bapf_sfilter.bapf_slidr_ion .bapf_body {
    padding: 0px 12px 12px;
}

.bapf_sfilter ul li {
    padding: 8px !important;
}

.bapf_sfilter {
    margin-left: 5px;
    border: 1px solid #E3E3E3;
    padding: 24px 0px 0;
    border-radius: 8px;
}

.rtl .bapf_sfilter ul li {
    /* margin-bottom: 0px !important; */
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.menu-left button,
.menu-left a {
    /* width: 44px; */
    /* height: 44px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    padding: 0;
    font-family: var(--font-en);
    transition: all .4s;
}

.menu-left button,
.menu-left a.button {
    box-shadow: none !important;
}

.old-price span.prec,
.old-price del {}

.xoo-wsc-basket {
    box-shadow: 0 0.5px 3px #00000078 !important;
}

.sidebar a.lang {
    color: var(--main-color);
    display: block;

    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    width: 100%;
    padding: 12px 18px;
}


button,
a.button {
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05) !important;
    border-radius: 6px !important;
}

span.woocommerce-Price-amount.amount {}

span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {}

/* Start New Style */

.mynav {
    background: #FDFDFD;
}

.menu-left button i,
.menu-left a i {
    font-size: 20.43px;
    /* color: var(--main-color); */
}

.menu-left a i.la.la-user {
    /* color: var(--main-color); */
    font-size: 28px;
}

.menu-left ul li:first-child {
    margin: 0;
}

.owl-theme .owl-nav+.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    transition: all .4s;
    width: 15.22px;
    height: 15.22px;
    border-radius: 50%;
    background: #D9D9D9;
    margin: 0 2.5px;
}

.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: var(--main-color);
}

.comp_adv_item .comp-adv-details {
    /*width: calc(100% - 56px);*/
    padding-inline-end: 10px;
}

.product-item .item-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
}

.product-item .item-img .add_to_wishlist {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFE0E6;
    transition: all .3s;
}

.product-item .item-img .add_to_wishlist .heart-icone {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #CCD3D91F;
    font-size: 21.1px;
}

.product-item .item-body .stars-item .stars {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-end: 3px;
    gap: 2px;
    font-size: 14px;
    align-items: center;
    -webkit-align-items: center;
}

.product-item .item-body h4 .sale {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    min-width: 51px;
    border-radius: 50px;
    color: #fff;
    height: 20.25px;
    font-family: Poppins;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    display: none;
}

.item-foot .more {
    width: calc(100% - 56px);
}

.item-foot .more a::after {
    background: var(--main-color);
}

.quick-view button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    box-shadow: 0px 1px 2px 0px #6951FF0D !important;
    background: #EAEDFC;
    color: var(--main-color);
    transition: all .4s;
}

.item-foot .more a .icon {
    position: relative;
    z-index: 3;
}

.products.products-perfume-offers-h2 {
    background: #fff;
}

.partners .owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    width: 21px;
    height: 3px;
    border-radius: 5px;
    background: #0000004D;
}

.partners .owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: #374957;
}

.right_footer .desc_footer {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 37.5px;
}

.right_footer .desc_footer .footer-logo {
    /* height: 69px; */
    width: 302.84px;
    margin-bottom: 20px;
}

.right_footer .desc_footer .footer-disc {
    max-width: calc(100% - 146.19px);
    margin: 0;
    padding-inline-start: 10px;
}

.right_footer .desc_footer .footer-disc p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 354px;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.s-h a {
    /* width: 33px; */
    /* height: 32px; */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 16.96px;
    color: #4B4B4B;
    transition: all .4s;
    border-radius: 5px;
}

.right_footer .desc_footer .footer-disc .s-h {
    gap: 20px;
}

.icons-fixed {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    margin: 10px;
    z-index: 6;
}

.icons-fixed a {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    transition: all .4s;
}

.icons-fixed .toTop {
    background: var(--main-color);
    margin-bottom: 14px;
    font-size: 22.04px;
    transform: scale(0);
    opacity: 0;
    position: fixed;
    right: 0;
    margin: 10px;
    bottom: 0;
}

.icons-fixed .whatsappIcon {
    background: #4A9844;
}

.icons-fixed .toTop.active {
    transform: none;
    opacity: 1;
}

.mynav.header-page {
    position: relative;
}

.mynav.header-page a,
.mynav.header-page button {
    color: #1E1E1E;
    border-radius: 4px;
}

.filter-h {
    max-width: 243.22px;
    margin-bottom: 30px;
    margin-inline-start: auto;
}

.filter-h form {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
}

.filter-h form label {
    margin: 0;
    font-size: 16.03px;
    color: #000;
    line-height: 22.89px;
    margin-inline-end: 9px;
}

.filter-h form select {
    width: 201.52px;
    height: 40.29px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 12.09px;
    line-height: 17.26px;
    color: #000000;
}

section.products.product-page .products {
    background: transparent;
    border: none;
    padding: 0;
    overflow: visible;
}

div#comments {
    box-shadow: 0px 0px 87px 0px #00000012;
    background: #FFFFFF;
    padding: 26px;
    border-radius: 15.69px;
}

h2.woocommerce-Reviews-title {
    font-family: 'sukarBold';
    font-size: 32.43px;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #000000;
    margin-bottom: 20px;
}

div#comments .woocommerce-noreviews {
    margin: 0;
}

div#review_form_wrapper {
    /* box-shadow: 0px 0px 87px 0px #00000012; */
    background: #F2F2F2;
    margin-top: 30px;
    border-radius: 15.69px;
    padding: 30px 36px;
}

div#review_form_wrapper #commentform label {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.75px;
    color: #000;
    margin-bottom: 14px;
}

div#review_form_wrapper #commentform textarea,
div#review_form_wrapper #commentform input,
div#review_form_wrapper #commentform select {
    border: 0.95px solid #D8D6DE !important;
    border-radius: 4.74px !important;
    height: 51px;
}

.woocommerce #review_form #respond textarea {
    height: 107.09px !important;
    padding: 14px 18px !important;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 20px 0;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input {
    width: 18px;
    height: 18px;
    margin-inline-end: 10px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent label {
    margin: 0;
}

.woocommerce #review_form #respond p.form-submit #submit {
    background: var(--main-color) !important;
    border-radius: 50px !important;
    min-width: 117px;
    border: none !important;
    height: 47px;
    line-height: 37.96px;
    padding: 0 10px;
}

.woocommerce div.product p.price {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product p.price del bdi {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    color: #8896AB;
    text-decoration: line-through;
    display: block;
}

.woocommerce div.product p.price del bdi span.woocommerce-Price-currencySymbol {
    padding-inline-start: 8px;
    font-family: inherit;
    font-size: inherit;
    text-decoration: line-through;
    color: inherit;
}

.woocommerce div.product p.price ins bdi {
    font-size: 32.88px;
    color: #4D5F7A;
    line-height: 41.65px;
}

.woocommerce div.product form.cart {
    flex-direction: column;
    align-items: start;
    -webkit-align-items: self-start;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.button {
    background: var(--main-color) !important;
    font-size: 18px;
    line-height: 26px !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    float: right;
    border-top: 1px solid #D3D3D3;
    margin: 80px 0 0;
    padding: 86px 0 0;
}

.policy-page h3 {
    font-size: 27px;
    color: #333F51;
    line-height: 40px;
}

.policy-page p {
    font-size: 16px;
    color: #556987;
    line-height: 22.74px;
    margin: 30px 0;
}

.contact-page .form-contact {
    box-shadow: 0px 0px 87px 0px #00000017;
    padding: 32px;
    border-radius: 10px;
}

.contact-page .form-contact h5 {
    font-size: 33.62px;
    color: #282727;
    line-height: 47.06px;
    margin-bottom: 32px;
    font-weight: 600;
}

.contact-page .form-contact .form-group {
    margin-bottom: 11px;
}

.contact-page .form-contact .form-group label {
    margin-bottom: 14px;
    font-size: 16px;
    color: #000000;
    line-height: 22.75px;
}

.contact-page .form-contact .form-group input,
.contact-page .form-contact .form-group select,
.contact-page .form-contact .form-group textarea {
    border: 0.95px solid #D8D6DE;
    background: transparent;
    height: 51px;
    border-radius: 4.74px;
    padding: 0 18px;
    transition: all .4s;
    outline: none;
}

.contact-page .form-contact .form-group textarea {
    height: 107.09px;
    padding: 14px 18px;
}

.contact-page .form-contact .form-group input:focus,
.contact-page .form-contact .form-group select:focus,
.contact-page .form-contact .form-group textarea:focus {
    border-color: var(--main-color) !important;
}

.contact-page .form-contact .read-more button {
    background: var(--main-color);
    border-radius: 58px !important;
    margin-top: 25px;
    min-width: 173px;
    font-size: 14px;
    line-height: 18.7px;
    min-height: 51px;
    color: #fff;
    font-weight: bold;
}

.contact-map {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    box-shadow: 0px 1px 2px 0px #2A33420F;
    border: 1px solid #EEF0F3;
    border-radius: 6px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 1px solid #EEF0F3 !IMPORTANT;
    border-top: 0;
    border-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child {
    border-inline-start: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child {
    border-inline-end: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    width: 36px;
    height: 36px;
    background: transparent;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #556987;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    color: var(--main-color);
}

.woosq-product div.product {
    /* padding: 50px 0; */
    height: 100%;
    margin: 0;
}

.woosq-popup .woosq-product {
    height: 100%;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    height: 100%;
}

.woosq-product div.product .summary.entry-summary {
    padding-top: 40px;
}

a.wpgs-lightbox-icon {
    /*height: 694.74px;*/
    height: 420px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.single-product .wpgs-nav.slick-initialized.slick-slider {
    display: none;
}

.single-product .wpgs-for .slick-arrow {
    position: absolute;
    bottom: -65px;
    z-index: 6;
    margin: 0 20px;
    border: 1px solid #D5DAE1 !important;
    border-radius: 50%;
    cursor: pointer;
}

section.single-page .onsale {}

.single-product div.product .product_title {
    font-family: 'sukarBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 46.84px;
    margin: 22px 0;
}

.single-product div.product .product_title:first-child {
    display: none;
}

.single-page .product-post-content h3 {
    font-family: 'sukarBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 46.84px;
    margin: 59px 0 22px;
    color: #000;
}

.single-page .product-post-content h3:first-child {
    margin-top: 0;
}

.single-page .product-post-content {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    /* margin-bottom: 22px; */
}

.woocommerce .single-page div.product p.price {
    margin: 20px 0 24px;
}

.woocommerce .single-page div.product form.cart div.quantity .screen-reader-text {
    width: auto;
    height: auto;
    clip: inherit;
    clip-path: none;
    position: relative !important;
    display: block;
    font-family: 'sukarBold';
    font-size: 16px;
    color: #556987;
    line-height: 23px;
    margin-bottom: 7px;
}

.woocommerce .single-page div.product form.cart div.quantity .qty,
.woocommerce .quantity .qty {
    width: 85.84px !important;
    height: 52.11px;
    border-radius: 10px;
    border: 1px solid #D5DAE1;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.woocommerce .single-page div.product form.cart div.quantity .qty::-webkit-outer-spin-button,
.woocommerce .single-page div.product form.cart div.quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
}

.single-page .product_meta {
    display: none;
}

.single-page .woocommerce-tabs.wc-tabs-wrapper {
    float: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-family: 'sukarBold';
    font-size: 32.43px;
    color: #000 !important;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.flaticon-back {
    right: 0 !important;
    left: auto !important;
}

#woosq-popup .single-product div.product .product_title:first-child {
    display: block;
}

#woosq-popup .woosq-product .thumbnails {
    background: transparent;
}

div#woosq-popup {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000001A;
}

div#woosq-popup ul.slick-dots {
    display: none !important;
}

div#woosq-popup .slick-arrow::before {
    background: #fff;
    color: var(--main-color);
    position: unset;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
    border: 1px solid #D5DAE1 !important;
}

div#woosq-popup .slick-next.slick-arrow {
    right: 38%;
    left: auto;
}

div#woosq-popup .slick-prev.slick-arrow {
    left: 38%;
    right: auto;
}

div#woosq-popup .slick-arrow {
    bottom: 0;
    top: auto;
    width: 48px !important;
    height: 48px;
    background: transparent !important;
    /* border-radius: 50% !important; */
}




.single-product .wpgs-for .slick-arrow.flaticon-back {
    right: 36% !important;
}

.single-product .wpgs-for .slick-arrow.flaticon-right-arrow {
    left: 36% !important;
}

.single-product .wpgs-for .slick-arrow::before {
    content: '\e929';
    font-family: "feather";
    background: #fff;
    color: var(--main-color);
    position: unset;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
}

.single-product .wpgs-for .slick-arrow.flaticon-right-arrow::before {
    transform: scaleX(-1);
    /* content:
    '\e929'; */
}

.single-product .wpgs-for .slick-arrow.flaticon-back::before {}


.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input:focus {
    border-color: var(--main-color) !IMPORTANT;
    outline: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.select2-container .select2-dropdown,
.select2-container .select2-selection,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border: 0.95px solid #D8D6DE !important;
    background: transparent;
    height: 51px !important;
    border-radius: 4.74px;
    padding: 0 18px;
    transition: all .4s;
    outline: none;
    color: var(--main-color);
    font-size: 15px;
    display: block;
}

.woocommerce form .form-row label {
    color: #424242;
}

.select2-container--default .select2-selection--single {
    padding: 10px 18px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.woocommerce form .form-row textarea {
    height: 107.09px !IMPORTANT;
    padding: 14px 18px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title,
h2.woocommerce-order-details__title {
    font-family: 'sukarBold';
    font-size: 32.43px;
    font-weight: 700;
    line-height: 21.8px;
    letter-spacing: 0.5686793923377991px;
    color: #000;
    margin-bottom: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
}

.woocommerce-edit-address .woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
    border: 1px solid #B7B7B7;
    border-radius: 6px;
    min-height: 180px;
    padding: 20px;
    width: 100% !important;
    float: right !important;
    margin-bottom: 30px;
}

header.woocommerce-Address-title.title {
    justify-content: space-between;
    gap: 0;
}

header.woocommerce-Address-title.title::before,
header.woocommerce-Address-title.title::after {
    display: none !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--main-color);
}

/*.xoo-aff-group .xoo-aff-input-group input, .xoo-aff-group .xoo-aff-input-group textarea {*/
/*    border: 0.95px solid #D8D6DE !important;*/
/*    background: transparent !important;*/
/*    height: 51px !important;*/
/*    border-radius: 4.74px !important;*/
/*    padding: 0 18px !important;*/
/*    transition: all .4s !important;*/
/*    outline: none;*/
/*    color: #000 !IMPORTANT;*/
/*    font-size: 15px !important;*/
/*}*/

/*.xoo-aff-group .xoo-aff-input-group input:focus, .xoo-aff-group .xoo-aff-input-group textarea:focus {*/
/*    border-color: var(--main-color) !important;*/
/*}*/

.mfp-woosq .mfp-close {
    margin: 20px;
    border-radius: 50% !important;
    background: #fff;
    color: var(--main-color) !important;
    display: flex;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: none;
    font-size: 26px;
    transition: all .4s;
    border: 1px solid #D5DAE1 !important;
}

.mfp-woosq .mfp-close::before {
    color: #fff;
    font-size: 17px;
}

.woocommerce .products ul,
.woocommerce ul.products {
    /*display: inline-flex;*/
    box-shadow: 0px 1px 2px 0px #2A33420F;
    border: 1px solid #EEF0F3;
    overflow: hidden;
    border-radius: 6px;
}

nav[aria-label="..."] {
    text-align: center;
}

.woocommerce .products ul .page-link,
.woocommerce ul.products .page-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    border-inline-end: 1px solid #EEF0F3;
    color: #556987;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.btn-fav .total-cart {
    /*display: none;*/
}

.mfp-woosq .mfp-close:before {
    color: var(--main-color) !important;
    transition: all .4s;
    font-size: 15px !important;
}

.woocommerce div.product div.summary {
    /* margin-bottom: 130px !important; */
}

.about-page .about-img {
    height: 424.2px;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    gap: 6px;
}

.woocommerce div.product form.cart .addvalue,
.woocommerce div.product form.cart .minusvalue {
    width: 57.59px;
    height: 57.59px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #D9D9D9;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #333F51;
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity {
    padding: 0;
    margin: 0 5px !important;
}

.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .star-rating span {
    color: var(--main-color) !important;
}

.woocommerce .star-rating::before {
    color: var(--main-color) !important;
}

.woocommerce p.stars a {
    /*color: var(--main-color) !important;*/
    color: gold !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0 !important;
    margin: 50px 0 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
    display: block !important;
    padding: 30px 0 !important;
    border-bottom: 1px #eee solid !important;
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 46.61px !important;
    float: none !important;
    height: 45.42px !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    object-fit: cover !important;
    object-position: top center !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
    display: flex !important;
    width: 100% !important;
    gap: 17px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text {
    display: flex !important;
    margin: 0 !important;
    width: calc(100% - 70px) !important;
    border: none !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
    float: none !important;
    margin-inline-end: 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .description {
    width: 100% !important;
    margin: 8px 0 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text p.meta {
    color: #6E6B7B !important;
    font-size: 14.22px !important;
    font-weight: 400 !important;
    line-height: 19.9px !important;
    margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text .description p {
    color: #6E6B7B !important;
    font-size: 15.16px !important;
    font-weight: 400 !important;
    line-height: 19.9px !important;
    margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
    padding-top: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    padding-bottom: 0 !important;
    border: none !important;
}

.side-search {
    margin: 30px 0 20px;
    padding: 0 20px;
    position: relative;
}

.side-search form {
    display: flex;
    justify-content: space-between;
}

.side-search form input {
    width: 100%;
    height: 50px;
    /* border: none !important; */
    padding: 0 20px;
    border-radius: 7px;
    border: 1px solid #045b9929;
}

.side-search form button {
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--main-color);
    font-weight: 900;
    font-size: 20px;
    box-shadow: none !important;
    position: absolute;
    top: 3px;
    left: 20px;
}

.woocommerce div.product p.price bdi {
    font-size: 32.88px;
    color: #4D5F7A;
    line-height: 41.65px;
}

.woocommerce div.product div.images {
    margin-bottom: 150px !important;
}

/* End New Style */

.payment_ways {
    /*display: none;*/
}

.hero-soch-icon {
    display: none;
}

.left-f-image {
    height: 81px;
    margin-bottom: 29px;
}

.left-f-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-slider .owl-theme .owl-dots {
    display: none;
}

.slider.home-slider {
    /* height: 679px; */
}

.respons-menu .r-l-menu {
    display: flex;
    align-items: center;
    gap: 14px;
}

.woocommerce div.product div.images img {
    max-height: 320px !important;
}

.woocommerce div.product div.images {
    margin-bottom: 0px !important;
}

.qty-container {
    display: flex;
}

.partners {
    padding-top: 0;
}

.checkoutwc #info_payment button,
.checkoutwc .cfw-primary-btn,
#cfw-coupons .form-row .cfw-secondary-btn {
    background: var(--sec-color);
    border: 1px solid var(--sec-color);
}

.cfw-logo {
    padding: 36px 0;
}

/*ul#cfw-breadcrumb {*/
/*    padding: 90px 0;*/
/*    width: 100%;*/
/*    color: #fff;*/
/*    background-image: url(https://mgamal.azq1.com/tegara/wp-content/uploads/2024/12/pack-pack-bootstrapped-e-commerce-logistics.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*}*/

/*ul#cfw-breadcrumb a {*/
/*    color: #fff;*/
/*}*/

body.checkout-wc a,
main.checkoutwc a {
    font-size: 26px;
    font-weight: 500;
}

.checkoutwc .form-row input[type=email],
.checkoutwc .form-row input[type=number],
.checkoutwc .form-row input[type=password],
.checkoutwc .form-row input[type=tel],
.checkoutwc .form-row input[type=text].input-text,
.checkoutwc .form-row select,
.checkoutwc .form-row textarea,
#cfw-coupons .form-row input[type=text] {
    border: 0.95px solid #D8D6DE !important;
    background: transparent;
    height: 48px !important;
    border-radius: 4.74px;
    padding: 0 18px;
    transition: all .4s;
    outline: none;
}

.checkoutwc .form-row input[type=email]:focus,
.checkoutwc .form-row input[type=number]:focus,
.checkoutwc .form-row input[type=password]:focus,
.checkoutwc .form-row input[type=tel]:focus,
.checkoutwc .form-row input[type=text].input-text:focus,
.checkoutwc .form-row select,
.checkoutwc .form-row textarea:focus,
#cfw-coupons .form-row input[type=text]:focus {
    border-color: var(--main-color) !important;
    box-shadow: none !important;
}

.row.cfw-promo-row.cfw-input-wrap-row {
    align-items: center;
}

body.checkout-wc h3,
main.checkoutwc h3 {
    color: var(--sec-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}

.single-product .wpgs-for .slick-arrow {
    bottom: 11px;
}

.product-post-content h2 {
    font-size: 24px;
    margin: 21px 0;
    color: var(--sec-color);
    font-weight: 600;
    text-transform: capitalize;
}

.woocommerce div.product form.cart div.quantity {
    align-items: center;
    display: flex;
}

button.button[name="update_cart"],
button.button[name="apply_coupon"] {
    border: 2px solid var(--main-color);
    color: var(--main-color) !important;
    background-color: #fff !important;
}

input#coupon_code {
    /*width: 330px !important;*/
    text-align: start;
}

.mobils-offer-sec2 .mobils-offer {
    height: 517.94px;
}

.mobils-offer-sec.mobils-offer-sec2 {
    padding: 66px 0;
}

.right_footer .desc_footer .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

footer .left-f-image {
    display: none;
}

footer .right-f h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 31px;
    color: #222;
    text-transform: uppercase;
    font-family: 'sukarBold';
}

section.products.product-page .products .product-item {
    margin: 30px 0;
    height: calc(100% - 60px);
    padding: 10px;
}

.products.product-page .container .col-md-12 .row {
    margin: 0;
}

.logo {
    height: 85px;
}

.logo img {
    /* max-width: 94% !important; */
}

.side-logo a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.side-logo a img {
    max-width: 100%;
}

.quick-view button {
    justify-content: center;
}

.woosq-product div.product .summary.entry-summary {
    text-align: start;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* border: 1px solid #B5D6EE; */
    border-radius: 16px;
}

.home-block {
    position: relative;
    align-items: center;
    -webkit-align-items: center;
    z-index: 2;
    min-height: 435.48px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

img {
    max-width: 100%;
}

.home-block .row {
    min-height: 652.57px;
    align-items: center;
    -webkit-align-items: center;
}

.home-block .banner-text {
    padding: 85px 0 100px;
    direction: rtl;
    padding-inline-end: 72px;
    position: relative;
    z-index: 2;
    max-width: 50%;
    margin-inline-start: auto;
    text-align: center;
}

.banner-text h2 {
    color: #fff;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 50.78px;
    line-height: 76px;
}

.banner-text p {
    color: #000;
    font-weight: 400;
    font-size: 19.04px;
    line-height: 29px;
    max-width: 464.76px;
    margin: 0 auto;
}

.home-slider .owl-nav,
.sales-slider.owl-theme .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    /* bottom: 22%; */
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 6px;
    width: 100%;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.sales-slider.owl-theme .owl-nav .owl-next,
.sales-slider.owl-theme .owl-nav .owl-prev {
    position: relative;
    transform: none;
    width: 40px;
    height: 71px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    transition: all .4s;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider .owl-theme .owl-nav .owl-next,
.sales-slider.owl-theme .owl-nav .owl-next {
    transform: scaleX(-1);
}

.home-slider .overlay-img {}

.product-item {
    border-radius: 17.84px;
    padding: 0;
    position: relative;
    border: 1.12px solid #E2E2E2;
    box-shadow: none;
    background: transparent;
    height: calc(100% - 48px);
    margin-bottom: 48px;
}

.product-item .item-img {
    height: 300px;
    width: 100%;
    margin-bottom: 0;
}

.product-item .item-body {
    width: 100%;
    padding: 8px 17px 24px;
    background: #F7F7F7;
}

.product-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    /* mix-blend-mode: darken; */
}

.product-item .item-body .heart-icone {
    width: 42.78px;
    height: 42.78px;
    border-radius: 50%;
    background: #FCEAEA;
    color: var(--main-color);
    margin-inline-start: auto;
}

.product-item .item-body p {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 17.84px;
    line-height: 27px;
}

.old-price del {
    color: #A8B1CE;
    font-weight: 400;
    font-size: 17.84px;
    line-height: 27px;
    text-decoration: line-through;
}

.item-foot .more a {
    width: 100%;
    justify-content: center;
    min-width: 100%;
}

section.products.product-page .products .product-item .item-foot .more a {
    padding: 9px;
}


.woocommerce form .woocommerce-address-fields .form-row {
    width: 50%;
    padding: 8px;
    flex: 0 0 auto;
}

.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form .woocommerce-address-fields .form-row .select2-container .select2-dropdown,
.woocommerce form .woocommerce-address-fields .form-row .select2-container .select2-selection {
    border: 0.95px solid #D8D6DE;
    padding: 5px 10px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
    margin: 0 10px;
}

.product-post-content h2:nth-child(1) {
    margin-top: 0;
}

.woocommerce form .form-row .input-text {
    width: 100% !important;
    height: 100px !important;
    padding: 15px !important;
}

.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    padding: 0;
    margin-top: 10px;
}



/*-------------------------------------  task style ----------------------  */

.right-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.search-form form {
    position: relative;
    width: 180px;
}

.search-form form button {
    position: absolute;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: var(--main-color);
    top: 6px;
    left: 7px;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.search-form form input {
    border: 1px solid #CCD3D9;
    width: 100%;
    border-radius: 12px;
    height: 48px;
    padding: 14px;
    color: #A8B1CE;
}

.search-form {
    width: 180px;
}

.home-slider .overlay-img {
    /* height: 679px; */
}

.banner-text h6 {
    font-size: 24px;
    color: #062B46;
    display: none;
}


.home-slider .overlay-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 51.33%, rgba(16, 122, 201, 0.5) 100%); */
}


.lang {
    position: relative;
}

.lang .lang-h {
    position: relative;
    /* padding-inline-end: 18px; */
}

.lang .sub-mune {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    box-shadow: 0px 4px 24px 0px #6A6E8329;
    border-radius: 8px;
    padding: 0px;
    background: #fff;
    z-index: 999999;
    margin-top: 8px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
}

.lang ul li a {
    color: var(--main-color);
    display: inline-block;
    margin-inline-end: 0;
}

.lang .lang-h::after {
    position: absolute;
    /* content: '\f107'; */
    font-family: 'font awesome 5 pro';
    top: 7px;
    left: 10px;
    color: #161616;
    font-size: 18px;
}

.lang:hover .sub-mune,
.lang .sub-mune.open {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;

}

.menu-left .lang a.lang-h {
    width: 35px;
    height: 40px;
    color: var(--main-color);
    border: 1px solid #107AC9;
    text-transform: capitalize;
}

.menu-left .lang .sub-mune a {
    width: 100%;
    background: #fff;
    padding: 8px 12px;
    color: #1E1E1E;
    height: auto;
}



.menu-left .lang .sub-mune li {
    margin: 0;
    border-bottom: 1px solid #EBEAEA;
}

.search-form form input::placeholder {
    color: #A8B1CE;
}

.catog-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #EAEAEA;
    margin: 0 auto 24px;
}

.catog-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*object-fit: contain;*/
}

.catog-name h5 {
    font-size: 20px;
    color: #1E1E1E;
    text-align: center;
}

.catog_item {
    margin-bottom: 32px;
}

.latest-product .col-md-3 {
    /* padding: 0 8px; */
}


.product-item .heart-icone {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
}

.col-md-9.col-sm-12 .product-item .heart-icone {
    top: 10px;
    right: 10px;
}

.product-item .more a span {
    /* display: none; */
}

.product-item .more a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
    margin-bottom: 12px;
}


.product-item .quick-view {
    display: none;
}

.product-item .item-body p {
    margin: 0;
}

.product-item .item-body h6 {
    color: #959EAD;
    font-size: 14px;
    margin-bottom: 8px;
    min-height: 33px;
}

.product-item .item-body h6 a {
    color: #959EAD;
}

.product-item .item_type_disc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0px;
    border-radius: 50px;
    padding: 0 20px;
    margin: 13px;
}

.product-item .item_type_disc h6 {
    color: #6B6B6B;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 16px;
}

.item_type_disc.most_sall {
    background: #BF302D;
    margin: 17px;
    padding: 1px 20px;
    background: #DBDBDB;
}

.item_type_disc.discount {
    background: #DBDBDB;
    margin: 17px;
    right: 0;
    left: auto;
}

.item_type_disc.new {
    background: #045B99;
}

.item_type_disc.Free_shipping {
    background: #E27508;
}

/*-------------------------------------------------------------  */

.sales-slider .slider-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    width: 90%;
}

.slider-img {
    height: 533px;
    border-radius: 12px;
    position: relative;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.slider-img::after,
.offer-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -22.4%, #000000 100%);
    border-radius: 12px;
}

.sales-slider .slider-info h2 {
    font-size: 58px;
    line-height: 72px;
    font-weight: 600;
    text-align: center;
}

.offer-img {
    height: 533px;
    position: relative;
}

.offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.offers-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
}

.offers-image {
    position: relative;
}

.offers-details h5 {
    font-size: 58px;
    font-weight: 700;
}

.offers-details h6 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 600;
}

section.mobile_offer_sec .row {
    height: 100%;
    padding: 60px 60px;
    align-items: center;
    align-items: center;
    -webkit-align-items: center;
}

.mobile-offer-img {
    max-height: 293.96px;
    overflow: hidden;
    max-width: 293.96px;
    margin-inline-start: auto;
}

.mobile-offer-details h6 {
    font-size: 24px;
}

.mobile-offer-details h3 {
    margin: 12px 0;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
}

.mobile-offer-details h5 {
    color: #fff;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}


.client-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.client-item .client_name {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-item .cientImg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.client-item .cientImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 20px 60px 0px #34255E1F;
    border: 4px solid #FFFFFF;
    object-fit: cover;
}

.client-item {
    box-shadow: 0px 20px 60px 0px #34255E1F;
    border-radius: 12px;
    margin: 36px 5px 75px;
    padding: 24px;
    height: calc(100% - 36px - 75px);
    display: flex;
    flex-direction: column;
    background: #fff;
}

.client-item .client_name h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 33px;
}

.client-item .clientIcone {
    height: 68px;
}

.client-item .clientIcone img {
    max-height: 100%;
    max-width: 100%;
}

.client-item p {
    font-size: 18px;
    margin: 24px 0;
    color: #6A6E83;
    line-height: 32px;
}

.card-slider.owl-theme .owl-nav .owl-next {
    left: 0;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: 60px;
    transform: scaleX(1);
}



section.clent-opnion-sec {
    /* padding-bottom: 20px; */
}

.footer-links ul li a i {
    background: #045B9914;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 12px;
    color: var(--main-color);
}

.footer-links h4,
.footer_links h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 24px;
}

.taxes-number {
    margin-bottom: 8px;
    color: #1E1E1E;
}

.taxes-number span {
    font-size: 14px;
}

.taxes-number span.key {
    font-size: 16px;
    font-weight: 600;
}

.payImg {
    height: 30px;
}

.payImg img {
    max-height: 100%;
}

.policy-page p {
    color: #1E1E1E;
    font-size: 22px;
    line-height: 48px;
}

.breadcrumb-section h2 {
    display: none;
}

.mynavbar ul.sub-menu {
    gap: 0px;
}

.mynavbar>ul>li.menu-item-has-children>a {
    padding-inline-end: 26px;
}

section.clent-opnion-sec .section-title {
    margin-bottom: 24px;
}



.client-item .stars-item i {
    color: #6A6E83;
    font-weight: 300;
    font-size: 24px;
}

.client-item .stars-item .active_review {
    color: #FFBD00;
    font-weight: 900;
}

.sidebar .hero-soch-icon {
    display: none;
}

.xoo-wsc-items-count {
    background-color: var(--main-color) !important;
}

.xoo-wsc-basket {
    color: var(--sec-color) !important;
}

.product-item .item-body {
    /* min-height: 184px; */
}

.product-item .item-body h4 a {
    display: block;
}

.client-item p {
    /* min-height: 96px; */
}

.breadcrumb-section {
    background-image: none !important;
}

.mobile-offer-details {
    position: relative;
    padding-inline-start: 12px;
}



.mobile-offer-details .read-more,
.mobile-offer-details h5 {
    position: relative;
    z-index: 2;
}


.comp_adv_item {
    position: relative;
}

.comp_adv_item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 43.23px;
    background-color: #BBC3CF;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.col-md-3:last-of-type .comp_adv_item::after {
    display: none;
}

.nosale {
    min-height: 30px;
}

.old-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
}



.woocommerce .woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 .woocommerce-column__title {
    margin-top: 42px !important;
}

.woocommerce ul.order_details {
    margin: 24px 0 0 0 !important;
}

.products.product-page .item-foot .more {
    width: 100%;
}

.product-item .more a::after {
    display: none;
}

.product-item .more {
    position: absolute;
    top: 272px;
    left: 0;
    right: 0;
    width: 88%;
    margin: auto;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    padding-bottom: 20px !important;
}

section.woocommerce-customer-details {
    padding-bottom: 20px !important;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 6px !important;
    padding-bottom: 15px !important;
}

.old-price span.prec {
    /*height: 56px;*/
    /*overflow: hidden;*/
}

.sidebar .menu-left ul {
    justify-content: start;
    align-items: center;
    padding-inline-start: 20px;
    padding-top: 15px;
    gap: 14px;
}

.irs--sharp .irs-line {
    background-color: var(--main-color) !important;
}

.bapf_sfilter label {
    display: inline !important;
    direction: ltr;
}

span.xoo-wsc-bki.xoo-wsc-icon-basket1 {
    position: relative;
}

span.xoo-wsc-bki.xoo-wsc-icon-basket1::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 27px;
    background-image: url(../images/shopping-cart.svg);
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

span.xoo-wsc-bki.xoo-wsc-icon-basket1::before {
    display: none;
}

.xoo-wsc-basket {
    background-color: var(--main-color) !important;
}

/*----------------------------------  */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 648px;
        margin: 1.75rem auto;
    }
}

.contact-form label {
    width: 100%;
    color: #424242;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-content .form-group {
    position: relative;
    background: #fff;
}

.modal-content .form-group i {
    position: absolute;
    top: 48px;
    left: 12px;
}

.modal-content .form-group input {
    width: 100%;
    border: 1px solid #CCD3D9;
    background: #fff !important;
    border-radius: 8px;
    padding: 12px 10px;
    color: #B5B5B5 !important;
}

.modal-header {
    border: none;
}

.modal-body.pop_Up h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1E1E1E;
}

.modal-body.pop_Up h5 {
    color: #6A6E83;
    margin-bottom: 32px;
    font-weight: 400;
}

.modal-body.pop_Up {
    padding: 0 32px 32px;
}

.modal-body.pop_Up button {
    background: #045B99;
    color: #fff;
    padding: 10px;
    min-width: 100%;
}

.remember_pass h5 a {
    color: #03497A;
    font-size: 14px;
}

.remember_pass {
    text-align: end;
}

.form_links a {
    color: #424242;
}

.form_links a:last-of-type {
    color: #045B99;
    font-weight: 600;
}

.form_links {
    margin-top: 20px;
}

.modal-content {
    border-radius: 16px;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #292D32;
    text-shadow: none;
    opacity: 100%;
    box-shadow: none !important;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
    color: var(--main-color) !important;
    font-family: 'IBM Plex Sans Arabic';
}

input:-internal-autofill-selected {
    background-color: red !important;
}



.profile-image {
    height: 44px;
    width: 44px;
    /* margin-top: 14px; */
}

.profile-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
}



.woocommerce-MyAccount-navigation ul li {
    padding: 14px 10px;
    border-bottom: none;
}


.woocommerce-MyAccount-navigation ul li {
    position: relative;
    padding-inline-start: 42px;
    margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation ul li::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    top: 15px;
    right: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce-MyAccount-navigation ul li:hover::before {
    /*filter: brightness(0.5) invert(1);*/
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
    background-image: url('../images/location-03.svg');
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
    background-image: url('../images/profileicone.svg');
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--yith-wishlist::before {
    background-image: url('../images/heart.svg');
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
    background-image: url('../images/order.svg');
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--profile::before {
    background-image: url('../images/profileicone.svg');
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
    background-image: url('../images/logout.svg');
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    color: #6A6E83 !important;
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
    color: #DE1F1F !important;
}

.woocommerce-MyAccount-navigation ul {
    border: none;

}

.profile-image_disc_wrapper {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 0.5px solid #CCD3D9;
    align-items: center;
    -webkit-align-items: center;
}

nav.woocommerce-MyAccount-navigation {
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px #6A6E8329;
    background: #fff;
    padding: 16px;
}

input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    color: #000 !important;
}

label.cutomquntaty {
    display: none;
}

.woocommerce div.product p.price bdi {
    font-size: 20px;
    color: #045B99;
    direction: rtl;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.button {
    background: var(--main-color) !important;
    width: 190px;
    border-radius: 10px !important;
    font-size: 18px;
    max-width: 220px;
}

.woocommerce div.product form.cart .addvalue,
.woocommerce div.product form.cart .minusvalue {
    width: 51px;
    height: 56px;
    background: var(--main-color);
    color: #fff;
}

.woocommerce .single-page div.product form.cart div.quantity .qty,
.woocommerce .quantity .qty {
    width: 70px !important;
    height: 56px;
    border: 1px solid #045B99;
    box-shadow: none;
}

.woocommerce div.product form.cart .heart-icone {
    width: 190px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--main-color);
    border: 1px solid #045B99;
    padding: 11px 10px;
    min-height: 47px;
}

.woocommerce div.product form.cart .heart-icone i {
    color: var(--main-color);
}


span.xoo-el-nav-ft {
    text-align: start !important;
    margin: 20px 0 0 0 !important;
}


span.xoo-msg-part1 {
    color: #6A6E83;
}

span.xoo-msg-part2.xoo-el-switch {
    color: var(--main-color);
    font-weight: 600;
}

.woocommerce div.product form.cart .heart-icone {
    gap: 6px;
}

.product-post-content h2 {
    font-size: 20px;
    margin: 21px 0;
    color: #1E1E1E;
    font-weight: 600;
    text-transform: capitalize;
}

span.xoo-aff-pwtog-show i,
.xoo-aff-pwtog-hide i {
    color: #B5B5B5;
}

.xoo-aff-group.xoo-el-login-btm-fields label {
    width: auto !important;
}

/*.xoo-aff-input-group {*/
/*    display: block !important;*/
/*}*/
.profile_disc p {
    color: #6A6E83;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 24px;
}


/*span.xoo-aff-input-icon.far.fa-envelope {*/
/*    display: none;*/
/*}*/


.col-lg-3 .woocommerce-MyAccount-navigation {
    width: 100%;
}

.favorite_title {
    border-bottom: 0.5px solid #CCD3D9;
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.bapf_radio_chck ul li input[type=checkbox] {
    border: 2px solid #A8B1CE !important;
    width: 20px !important;
    height: 20px !important;
    outline: 0;
    border-radius: 6px !important;
}

.bapf_sfilter {
    border: none;
    padding: 0;
    border-radius: 0 !important;
}

.side-archive {
    border-inline-end: 1px solid #CCD3D9;
    margin-inline-end: 20px;
}

section.products.product-page .products .product-item {
    margin: 0 0 30px 0;
}

.bapf_sfilter ul li {
    border-bottom: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    box-shadow: none;
    border: none;
}

.bapf_head h3 {
    font-size: 20px;
    color: #1E1E1E;
    border-bottom: none;
    margin-bottom: 24px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    background-color: #fff !important;
    color: #6A6E83 !important;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    border-top-color: #fff !important;
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
}

.irs--sharp .irs-handle>i:first-child {
    display: none !important;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox]:checked {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.bapf_radio_chck ul li input[type=checkbox]:checked:after {
    top: 0px !important;
    left: 4px !important;
    border-color: #fff !important;
}

.irs-from,
.irs-single,
.irs-to {
    top: 46px !important;
}

.irs--sharp .irs-handle {
    top: 23px !important;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-inline-end: 10px !important;
}

section.products.product-page .products .product-item {
    height: auto;
}

i.far.fa-shopping-cart {
    position: absolute;
    color: var(--main-color);
}

i.far.fa-shopping-cart::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    /*background-image: url(../images/shopping-cart.svg);*/
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}

i.far.fa-shopping-cart::before {
    display: none;
}

.top-nav-menu i.far.fa-shopping-cart::after {
    background-image: url(../images/shopping-cart.svg);
    color: var(--main-color);
}

.icone_i {
    width: 28px;
    height: 28px;
    background: #045B9914;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.footer-links ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.s-h a {
    font-size: 21px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.MyAccount-content {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #CCD3D9;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    font-size: 14px;
    color: #6A6E83;
}

.woocommerce .products ul li {
    position: relative;
    margin-bottom: 10px !important;
}

.woocommerce .products ul li::after {
    position: absolute;
    top: 9px;
    left: 0;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    color: #6A6E83;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 14px 0;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    border-radius: 4px;
}

.prod_details p {
    /*height: 50px;*/
    /*overflow: hidden;*/
    color: #6A6E83;
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}

.review-box {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.star-rating i {
    color: #ffc107;
}

.progress {
    height: 8px;
    background-color: #eee;
}

.progress-bar {
    background-color: #ffc107;
}

.review-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-name {
    font-weight: bold;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-text {
    font-size: 14px;
}


.thumbs-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb-item {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.thumb-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.thumb-item.active {
    border-color: #007bff;
}

.main-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*--------------------------------------------  */

.slider.slider-for {
    direction: ltr;
}

.banner-slider {
    /* overflow: hidden; */
    background: transparent;

}

.slider-banner-image {}

.slider-banner-image img {
    /*width: 100%;*/
    max-height: 593px !important;
    object-fit: cover;
    /* border: 1px solid #EEEEEE; */
    max-width: 100%;
    width: auto;
    margin: auto;
    object-fit: contain;
}

.thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 102px;
    border: 1px solid #EEEEEE;
}

.thumbImg {
    margin-bottom: 8px;
    height: 142px;
    position: relative;
    cursor: pointer;
}

.thumbnail-image.slick-slide.slick-current.slick-active:focus {
    outline: none;
}

.slider.slider-for {
    direction: ltr;
}

[dir="rtl"] .slick-slide {
    float: left !important;
}

.banner-slider .col-sm-3,
.banner-slider .col-sm-9 {
    padding-right: 6px;
    padding-left: 6px;
}

.slick-dots {
    bottom: 32px;
}


.slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #4C7877;
    border-radius: 50%;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    width: 20px;
    height: 20px;
    background: #00785A;
    border-color: transparent;
    opacity: 1;
    top: -3px;
    left: -3px;
}

.slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 2px;
}

.slick-slider {
    direction: ltr;
}

.slider-banner-image a {
    position: relative;
    width: 100%;
    height: 593px !important;
    display: inline-block;
    border: 1px solid #EEEEEE;
    align-content: center;
}

.slider-banner-image a::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/zoom.svg");
    bottom: 10px;
    left: 10px;
}

h6.prod_name {
    background: #02365C;
    max-width: max-content;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
}

h5.prod_discribtion {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.single-prod-info .price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.single-prod-info .price .old-price span,
.single-prod-info .price .old-price span del {
    color: #999999;
}

.price .new-price span {
    /* color: #787878; */
    /* font-size: 17.84px; */
    /* font-weight: bold; */
}

.price .sale-v span {
    background: #EEEEEE1A;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #F55157;
}

.box-blue,
.pro-color li.blue {
    border: 1px solid #045B99;
}

.box-blue span,
.pro-color li.blue label {
    background-color: #045B99;
}

.box-gray,
.pro-color li.gray {
    border: 1px solid #7C8890;
}

.box-gray span,
.pro-color li.gray label {
    background-color: #7C8890;
}

div[class^="box-"],
.pro-color li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding: 1px;
}

.select_color {
    display: flex;
    gap: 4px;
}

div[class^="box-"] span,
.pro-color li label {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}


form.cart button.single_add_to_cart_button.button {
    background: var(--main-color) !important;
    width: 187px;
    border-radius: 10px !important;
    font-size: 18px;
    max-width: 220px;
}

form.cart button.single_add_to_cart_button.button {
    background: var(--main-color) !important;
    font-size: 18px;
    line-height: 26px !important;
}

form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px;
}

form.cart div.quantity {
    align-items: center;
    display: flex;

}

form.cart div.quantity {
    padding: 0;
    margin: 0 5px !important;
}



form.cart .addvalue,
form.cart .minusvalue {
    width: 57.59px;
    height: 57.59px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #D9D9D9;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #333F51;
    cursor: pointer;
}

form.cart .addvalue,
form.cart .minusvalue {
    width: 52px;
    height: 56px;
    background: var(--main-color);
    color: #fff;
}

form.cart .heart-icone {
    gap: 6px;
}

form.cart .heart-icone {
    width: 190px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--main-color);
    border: 1px solid #045B99;
    padding: 11px 10px;
    min-height: 47px;
}

form.cart div.quantity .qty,
.quantity .qty {
    width: 54px !important;
    height: 56px;
    border: 1px solid #045B99;
    box-shadow: none;
    text-align: center;
    border-radius: 10px;
    color: #045B99;
    font-weight: 500;
}

form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    gap: 4px;
}

form.cart span.add-to-cart-text {
    color: #fff;
}

.prod-color {
    margin-bottom: 16px;
}

.product-size ul li {
    width: 60px;
    height: 40px;
    border: 1px solid #045B99;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #045B99;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.product-size ul,
.pro-color ul {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.product-size ul li label {
    margin-bottom: 0;
}

.product-size ul li.active {
    color: #A8B1CE;
    border-color: #A8B1CE;
}

.product-size h5 {
    color: #1E1E1E;
    margin-bottom: 8px;
    font-weight: bold;
}

form.cart button.single_add_to_cart_button.button,
form.cart .heart-icone {
    height: 56px;
}


.average-rating {
    font-size: 18px;
    margin: 10px 0;
    display: flex;
    background: #F8F9FD;
    border-radius: 8px;
    padding: 10px;
    max-width: max-content;
}


.ratings .stars i {
    color: #FFC62A;
    font-size: 14px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rating-bar .bar {
    flex: 1;
    background: #F2F2F2;
    height: 6px;
    border-radius: 12px;
    overflow: hidden;
}

.rating-bar .bar div {
    background: #FFC62A;
    height: 100%;
}

.review {
    display: flex;
    gap: 10px;
}

.client_IMage {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.review-content h4 {
    margin: 0;
    font-size: 16px;
}

.review-content h4 span {
    color: #f6b400;
    font-size: 14px;
}

.review-content small {
    color: gray;
}

.review-content p {
    margin: 5px 0 0;
}

.review {
    position: relative;
    border-bottom: 1px solid #CCD3D9;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.review_date {
    position: absolute;
    top: 0;
    left: 0;
    background: #F8F9FD;
    border-radius: 4px;
    padding: 6px 12px;
    color: #6A6E83;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.remainaning_and_buy ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ratings {
    display: flex;
    margin-bottom: 24px;
}



.ratings .stars-item {
    display: flex;
    padding-inline-end: 12px;
    margin-inline-end: 12px;
    border-inline-end: 1px solid #EEEEEE;
    align-items: center;
    gap: 10px;
}

.remainaning_and_buy ul {
    display: flex;
    margin: 16px 0;
}

.client_IMage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.review_date h6 {
    margin-bottom: 0;
    color: #6A6E83;
    font-size: 12px;
}

.customers-reviews h3,
.ratings-summary h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1E1E1E;
}

.single-prod-info {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
}

.remainaning_and_buy ul li:first-of-type {
    border-inline-end: 1px solid #EEEEEE;
    margin-inline-end: 12px;
    padding-inline-end: 12px;
}

.remainaning_and_buy ul li h6 {
    margin-bottom: 0;
    color: #333333;
}

.remainaning_and_buy ul li h6 span {
    color: var(--main-color);
}

.ratings .stars-item h6 {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 14px;
}

/*.average-rating .stars i:last-of-type {*/
/*    color: #D6D6D6;*/
/*}*/

.share_prod a {
    color: #045B99;
    font-size: 14px;
}

.client_reveiwers .stars i {
    color: #FFC107;
    font-size: 14px;
}

.average-rating .stars-item {
    margin-inline-end: 14px;
}

.average-rating span.number {
    color: #1E1E1E;
    margin-bottom: 2px;
}

.ratings-summary p {
    font-size: 14px;
    color: #6A6E83;
    margin-bottom: 16px;
}

.rating-bar span {
    color: #1E1E1E;
    font-size: 14px;
}

.review-content {
    width: calc(100% - 50px);
}

.average-rating .stars i {
    font-size: 19px;
}

.review-content h4 {
    color: #1E1E1E;
}

.review-content p {
    font-size: 14px;
    color: #1E1E1E;
}



form.cart div.quantity div.quantity {
    margin: 0 !important;
}


.profile_display_custom p {
    color: #6A6E83;
    display: inline-block;
    max-width: 50%;
    width: 49%;
    font-size: 14px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile_display_custom p strong {
    display: block;
    color: #6A6E83;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.profile_display_custom form {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

button#edit-profile-button {
    position: absolute;
    top: 42%;
    left: 0;
    border-radius: 6px !important;
    border: 1px solid #CCD3D9;
    background: #fff !important;
    color: #1E1E1E;
    font-size: 14px;
    padding: 6px;
    min-width: 102px;
    height: 44px;
    box-shadow: none !important;
    text-align: center;
}

.profile_display_custom {
    position: relative;
}

.profile_display_custom h1 {
    font-size: 32px;
    font-weight: 600;
    border-bottom: 0.5px solid #CCD3D9;
    padding-bottom: 20px;
    color: #1E1E1E;
    margin-bottom: 24px;
}

.woocommerce-Address-title title h2 {
    font-size: 32px;
    font-weight: 600;
}

button[name="remove_avatar"] {
    color: red;
    border: none !important;
}

button[name="upload_avatar"] {
    color: #1E1E1E;
    border: 1px solid #CCD3D9;
    border-radius: 6px !important;
    padding: 10px 16px;
    margin-inline-end: 12px;
    color: #1E1E1E;
}

button[name="upload_avatar"],
button[name="remove_avatar"] {
    font-size: 14px;
    background: #fff !important;
    box-shadow: none !important;
}

.profile_display_custom .profile-image {
    width: 70px;
    height: 70px;
}

.profile_display_custom .profile-image img {
    border-radius: 50%;
}

.side-search button img {
    filter: brightness(0.7);
}

.sidebar .menu-left i.far.fa-shopping-cart {
    /*filter: brightness(0);*/
}

section.latest-product {
    /* padding-bottom: 10px; */
}

.latest-product.more_request {
    background: #F5F5F5;
}

body.rtl .xoo-aff-input-icon+input,
body.rtl .xoo-aff-input-icon+select {
    border-radius: 8px !important;
    border: 1px solid #CCD3D9;
}

.woocommerce .products .woocommerce-pagination ul li::after {
    display: none;
}

.xoo-el-form-register .xoo_el_reg_fname_cont,
.xoo-el-form-register .xoo_el_reg_lname_cont {
    flex: 0 0 49% !important;
}

.xoo-el-fields-cont {
    gap: 6px;
}

.xoo-aff-pw-toggle {
    top: 26px !important;
}

.customers-reviews {
    margin-top: 14px;
}

section#rate_section {
    padding-top: 44px;
}


body.single.single-product section {
    padding-bottom: 44px;
}

.item_type_disc.free-shipping {
    background: #E27508;
}

.home-block.row {
    align-items: center;
    height: 679px;
}

/* ---------------------  FAQ section----------------- */
.text-faq h3 {
    font-size: 40px;
    margin-bottom: 35px;
    color: #070707;
    font-weight: 700;
}

.contact_sec_content {
    background-color: #fff;
    padding: 61px 46px;
    border-radius: 48px;
}

.contact-form .title h5 {
    font-weight: 700;
    font-size: 34.24px;
    line-height: 44px;
    margin-bottom: 29px;
    color: #423d69;
}

.card-header {
    border: none;
    border-radius: 18px !important;
    text-align: start;
    padding: 0;
    background: #f6f6f6;
}

.card {
    border: none;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #f6f6f6;
}

.text-faq .card.active {
    box-shadow: 0px 8px 52px 0px #00000017;
}

.card-header .btn {
    display: flex;
    padding: 17px 17px 17px 21px;
    width: 100%;
    padding-inline-end: 40px;
    position: relative;
    /* background: #fff; */
    font-size: 20px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #002720;
    font-weight: 700;
    border: 2px solid var(--main-color);
    text-align: start;
    box-shadow: 0px 13.36px 26.72px 0px #0000000a;
    border: 1px solid #fff;
}

.card-header .btn::after {
    content: "\f067";
    position: absolute;
    left: 13px;
    font-family: "font awesome 5 pro";
    top: 15px;
    font-size: 15px;
    width: 35.6px;
    height: 35.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    border-radius: 9px;
    background: #edf8f5;
    border: 1.11px solid #B5D6EE;
    color: #107AC9;
}

.card-body {
    padding: 0px 17px 24px;
    border-radius: 0 0 18px 18px;
    background: #fff;
    border: 3px solid var(--main-color);
    border-top: none;
}

.card-header .btn:not(.collapsed)::after {
    top: 20px;
    content: "\f00d";
    border: none;
}

.card-header .btn:not(.collapsed) {
    border: 3px solid var(--main-color);
    background: #fff;
    color: #002720;
    font-size: 20px;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: none !important;
    border-bottom: none;
}

.card-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3e3e3e;
    margin-bottom: 0;
    border-top: 1.11px solid #d9f3ee;
    padding-top: 14px;
}

.faq_image {
    background: #dbe8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 548px;
    border-radius: 27px;
    border: 2.23px solid #B5D6EE;
    box-shadow: 0px 22.27px 57.89px 0px #0000001F;
}

.faq_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 27px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

span.qustion_number {
    display: inline-block;
    direction: ltr;
    padding-inline-start: 14px;
    font-size: 18px;
    color: #5e8fd8;
    font-weight: 800;
}

section.packages {
    padding-bottom: 0;
}

.mobile_offer_sec .container {
    position: relative;
    /* height: 445px; */
}

.mobile-offer-img {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: 0;
    right: 0;
}

.mobile-offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile_offer_sec .overlay-img::before {
    position: absolute;
    content: '';
    height: 390.01px;
    width: 118.11px;
    bottom: 7px;
    right: calc(80px + 48px);
    background: linear-gradient(
6deg, rgba(4, 97, 163, 0) 0%, rgba(244, 244, 244, 0.4) 100%);
    border-radius: 80px 80px 0 0;
    transform: rotate(35deg);
}

.mobile_offer_sec .overlay-img {
    border: none;
    border-radius: 10px;
    background: #275251;
}

.partner-item {
    border: 1.84px solid #DBEBF7;
    border-radius: 16px;
    height: 152px;
    box-shadow: 0px 12px 13px 0px #0000000A;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.partner-item img {
    max-height: 80px;
}

section.partner-sec .section-title {
    text-align: center;
    margin-bottom: 94px;
}

section.partner-sec {
    padding-top: 20px;
}

.send-your-emial {
    background: #107AC9;
    border-radius: 16px;
    padding: 38px 45px 10px;
    margin-bottom: 37px;
}

.send-title h3 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}

.footer-form .form-group {
    position: relative;
    width: 302px;
    margin: 0;
}

.form-btn {
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 8px;
    padding: 7px;
}

.footer-form .form-group input {
    background: #062B4633;
    border: 1px solid #E7F2FA;
    border-radius: 16px;
    color: #fff;
    height: 60px;
    width: 100%;
    padding: 10px;
}

.footer-form .form-group input::placeholder,
.footer-form .form-group input:focus {
    color: #fff;
}

.form-btn button {
    background: #fff;
    padding: 8px 12px;
    color: #107AC9;
}

.send-your-emial .row {
    /*align-items: center;*/

}

/* ----------------   counter   ------------*/
.counter-item {
    direction: ltr;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #333F51;
    text-align: center;
}

.count-block {
    padding: 22px 12px;
    transition: all 0.3s;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    width: 243px;
    margin: auto;
}

.count-block .details h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #556987;
    text-align: center;
    margin-bottom: 0;
}

.counter-info h3 {
    font-family: 'bold';
    font-size: 32px;
    margin-bottom: 60px;
}


.count-block::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 43px;
    top: 89px;
    left: -56px;
    background: var(--main-color);
}

.col-md-4:last-of-type .count-block::before,
.hero_sec .count-block::before {
    display: none;
}

.about-counter {
    padding: 98px 100px;
    background: #E7F2FA;
    border: 1px solid #D5DAE1;
    border-radius: 16px;
}

.count-img {
    height: 56px;
    margin-bottom: 12px;
}

.count-img svg {
    max-width: 100%;
    max-height: 100%;
}

.card-slider .owl-stage-outer,
.partner-slider .owl-stage-outer {
    overflow: visible;
}

.card-slider .owl-item,
.partner-slider .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.card-slider .owl-item.active,
.partner-slider .owl-item.active {
    opacity: 1;
}

.partner-slider .item {
    padding: 10px 2px 23px;
}

section.statistics {
    padding-top: 0;
}

section.FAQ_sec {
    padding-top: 44px;
}

.mynavbar>ul>li>a img {
    display: none;
}

.send-your-emial .wpcf7 form.invalid .wpcf7-response-output,
.send-your-emial .wpcf7 form.unaccepted .wpcf7-response-output,
.send-your-emial .wpcf7 form.payment-required .wpcf7-response-output,
.send-your-emial .wpcf7 form.failed .wpcf7-response-output,
.send-your-emial .wpcf7 form.aborted .wpcf7-response-output {
    color: #fff;
    margin-top: 0;
}

.xoo-wsc-basket {
    width: 43px !important;
    height: 43px !important;
    margin: 3px !important;
}

.xoo-wsc-basket {
    bottom: 102px !important;
}

.sidebar i.far.fa-shopping-cart::after {
    background-image: url(../images/shopping-cart.svg);
}

.wp-singular.product-template-default .row {
    justify-content: center;
}

h3.prod_single_title {
    margin-bottom: 48px;
    text-transform: uppercase;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
}

.xoo-wsc-cart-active .xoo-wsc-basket {
    right: 0 !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    gap: 6px;
}

input.input-text {
    direction: rtl;
}

.mynavbar li.current-menu-item a {
    color: var(--main-color) !important;
}

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

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 4px !important;
    font-size: 15px;
}

@media (min-width:991px) {
    .woocommerce div.product form.cart button.single_add_to_cart_button.button:hover {
        background: #DAEBF7 !important;
        color: #045B99 !important;
    }

    form.cart button.single_add_to_cart_button.button:hover {
        background: var(--main-color) !important;
        color: #fff !important;
    }

    form.cart button.single_add_to_cart_button.button:hover span.add-to-cart-text {
        /* color: #045B99 !important; */
    }

    form.cart button.single_add_to_cart_button.button:hover span.add-to-cart-icon svg path {
        /* fill: var(--main-color); */
    }

    .more a:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .read-more a:hover, .read-more button:hover, .mobile-offer-details .read-more a:hover {
        background: var(--main-color);
        color: #fff;
    }

    .add button:hover::after {
        transform: scale(1);
        opacity: 1;
    }

    .product-block:hover {
        border-color: var(--sec-color);
    }

    .product-block:hover .img .small {
        border-color: transparent;
    }

    .disting-item:hover .img {
        background: var(--sec-color);

    }

    .disting-item:hover .img::after {
        border-color: transparent;
    }

    .disting-item:hover .img img {
        filter: brightness(0) invert(1);
    }

    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .shop_table thead,
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        background-color: var(--main-color) !important;
        color: #fff !important;
    }

    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover {
        background-color: var(--after-color);
        color: #fff;
    }

    .woocommerce-MyAccount-navigation ul li:hover,
    .woocommerce-MyAccount-navigation ul li.is-active,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        background-color: var(--main-color) !important;
        color: #fff !important;
        transition: all 0.3s;
        border-radius: 8px;
    }

    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

    .woocommerce-MyAccount-navigation ul li:hover a {
        color: #fff !important;
    }

    .footer-links ul li a:hover,
    .footer-links ul li a:hover::after {
        color: var(--main-color);
    }
}

.respons-menu i.far.fa-shopping-cart::after {
    background-image: url(../images/shopping-cart.svg);
}

.footer-form p {
    display: flex;
    width: 100%;
    color: #000;
    flex-direction: column;
}

.footer-form p a {
    color: #fff;
    font-weight: 700;
}

a.add_comment {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 4;
    transition: all 0.3s ease;
    background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
}

.logo,
.logo img {
    transition: all 0.3s;
}

.sticky .logo {
    height: 73px;
}

.tnp.tnp-subscription input.tnp-submit {
    background: #fff !important;
    color: var(--main-color) !important;
    padding: 8px 10px !important;
    border-radius: 6px;
}

.tnp.tnp-subscription .tnp-field.tnp-field-button {
    position: absolute;
    top: 10px;
    left: 68px;
}

.tnp.tnp-subscription form {
    position: relative;
}


.tnp.tnp-subscription input.tnp-email {
    background: #062B4633 !important;
    border: 1px solid #E7F2FA !important;
    border-radius: 16px !important;
    height: 60px !important;
    color: #fff !important;
}

.footer-form p {
    background: #062B4633 !important;
    border-radius: 16px !important;
    color: #fff !important;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email label {
    color: #fff;
}

header {
    padding-block: 10px;
}

.head-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    -webkit-align-items: end;
}

.head-top-inner .menu-h,
.head-top-inner .menu-left {
    width: 44%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-top-inner .logo-h {
    width: 20%;
    /*text-align: center;*/
}

.head-top-inner .menu-h {
    gap: 37px;
}

.mynavbar>ul>li>a:hover {
    color: var(--main-color);
}

.head-top-inner .menu-left {
    justify-content: end;
    gap: 17px;
}

.menu-left ul li a,
.menu-left ul li button {
    width: 50.48px;
    height: 50.48px;
    line-height: 50.48px;
    text-align: center;
    border: 1px solid #D5D5D5;
    border-radius: 50px !important;
    color: #1E1E1E;
}

.header-bottom {
    padding-block: 22px 24px;
}

.head-bottom-inner .form-h {
    display: flex;
    gap: 11px;
    align-items: center;
    -webkit-align-items: center;
    /* justify-content: space-between; */
}

.head-bottom-inner .form-h .search-form {
    width: 880px;
}

.head-bottom-inner .form-h .search-form form input {
    width: calc(100% - 65px);
    height: 53px;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 6px 16px;
    border: 1px solid #CCD3D9;
}

.head-bottom-inner .form-h .search-form form button {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 53px;
    height: 51px;
    border-radius: 8px;
    background: #000;
    transition: all .4s;
}

.head-bottom-inner .form-h .search-form form {
    width: 876px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.others-words-search {
    display: flex;
    gap: 12px;
    width: calc(100% - 880px);
}

.others-words-search a {
    display: flex;
    background: #FFFFFF;
    padding: 14px  19px;
    border: 1px solid #CCD3D9;
    color: #A8B1CE;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    min-width: 86px;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: calc(50% - 6px);
    transition: all .4s;
}

.banner-text .read-more {
    display: none;
}

.home-slider .owl-nav {
    left: 0;
    right: auto;
    width: auto;
    bottom: 0;
    top: auto;
    transform: none;
    margin: 31px 43px;
    gap: 20px;
}

.home-slider .owl-theme .owl-nav .owl-prev, .home-slider .owl-theme .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    padding: 0;
}

.banner-h {
    padding: 0;
}

.head-bottom-inner .form-h .search-form form button:hover {
    background: var(--main-color);
}

.banners-h {
    padding: 26px 0;
}

.banner-item {
    border-radius: 36px;
    overflow: hidden;
    background: #EEEEEE;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 22px 22px 35px;
    height: 212.47px;
    align-items: end;
}

.banner-item .img-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 50%;
    margin: 22px;
    mix-blend-mode: darken;
    align-content: center;
}

.banner-item .details, .banner-item .btn-item {
    position: relative;
    z-index: 3;
}

.banner-item .details {
    max-width: 200px;
}

.banner-item .details h3 {
    color: #000;
    font-weight: 500;
    font-size: 29px;
    line-height: 37.34px;
    margin: 0;
}

.banners-h .row .col-md-6:nth-child(2) .banner-item {
    background: #262626;
}

.banners-h .row .col-md-6:nth-child(2) .banner-item .details h3 {
    color: #FFFFFF;
}

.btn {
    min-width: 152px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    padding: 6px;
    height: 48px;
    background: var(--sec-color);
    border-radius: 50px;
    padding-inline-start: 12px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all .4s;
}

.btn i {
    width: 37.21px;
    height: 37.21px;
    line-height: 37.21px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: var(--sec-color);
}

.banners-h .row .col-md-6:nth-child(2) .banner-item .img-item {
    mix-blend-mode: normal;
}

.btn:hover {
    color: #fff;
}

.company_adv {
    padding-block: 74px 100px;
}

.item_type_disc.discount h6 {
    color: #6B6B6B;
    font-size: 15px;
    line-height: 27px;
}

.hover-box {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    gap: 10px;
}

.hover-box .item a {
    position: relative !important;
    width: 55px;
    height: 52px !important;
    border-radius: 6.69px;
    background: var(--main-color);
    color: #fff;
    display: flex;
    transition: all .5s;
    transform: translateY(50px);
    opacity: 0;
}

.hover-box .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.product-item .item-img .add_to_wishlist svg path {
    stroke: var(--main-color);
}

.product-item:hover .item-img .add_to_wishlist, .product-item:hover .hover-box .item a {
    opacity: 1;
    transform: none;
}

.product-item .item-body h4 .nosale {
    display: none;
}

.old-price del svg#sa_curr {
    width: 17px !important;
    margin-inline-start: 4px;
}

.mobile-offer-details .read-more a {
    background: #fff;
    color: var(--sec-color);
    font-size: 16px;
    line-height: 26px;
    padding: 11px 20px;
}

.rated-slider .owl-stage {
    display: flex;
}

.rated-slider .owl-stage .owl-item {
    height: auto;
}

.rated-slider .owl-stage .owl-item .item {
    height: 100%;
}

.rated-slider .owl-stage .owl-item .item .product-item {
    margin: 0;
    height: 100%;
}

.rated-slider .owl-dots {
    position: relative !important;
    margin-top: 48px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex;
    justify-content: center;
    transform: none !important;
}

.card-slider .owl-stage {
    display: flex;
}

.card-slider .owl-stage .owl-item {
    height: auto;
}

.card-slider .owl-stage .owl-item .item {
    height: 100%;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin: 0 !Important;
}

#sa_curr {
    width: 24px !important;
}

.right-f .footer-links ul li a {
    color: #1E1E1E;
}

.xoo-wsc-items-count {
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px #fff solid;
    margin: 5px;
    z-index: 3;
}

.banner-item .img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.xoo-wsc-basket {
    margin: 10px !important;
}

.about-page .about-info {
    padding: 0;
}

.about-page .about-info h5 {
    border-bottom: 0.5px solid #0B65BA4D;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #1E1E1E;
    margin-bottom: 32px;
}

.about-page .about-info p {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 22px;
    line-height: 48px;
}

.privacy-page {
    padding-top: 40px;
}

.policy-page>h3:nth-child(1) {
    border-bottom: 0.5px solid #0B65BA4D;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #1E1E1E;
    margin-bottom: 32px;
}

.contact-section.contact-page {
    background: #FAFAFA;
    padding-block: 40px;
}

.title-h h3 {
    border-bottom: 0.5px solid #0B65BA4D;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #1E1E1E;
    margin-bottom: 32px;
}

section.products.product-page .products .product-item .item-body {
    background: transparent;
    /* padding: 0; */
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
    background: #275251 !important;
    width: 16px !important;
    height: 16px !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: none repeat scroll 0 0 #A8B1CE !important;
}

.bapf_slidr_jqrui .bapf_from {
    text-align: start !important;
}

.bapf_slidr_jqrui .bapf_to {
    text-align: end !important;
}

.bapf_slidr_jqrui .bapf_to, .bapf_slidr_jqrui .bapf_from {
    color: #6A6E83;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.single-prod-info .price .old-price {
    margin: 0;
    gap: 0;
}

.single-prod-info .price .old-price span {
    color: #000;
    font-weight: bold;
    font-size: 24.32px;
    line-height: 37.84px;
}

.single-prod-info .price .old-price span del {
    color: inherit !important;
    font-size: initial !important;
}

.single-prod-info .price .old-price span .woocommerce-Price-currencySymbol {padding: 0;}

.single-prod-info .price .old-price span .woocommerce-Price-currencySymbol svg#sa_curr {
    width: 25px !important;
    height: 28px !important;
}

.price .new-price span .woocommerce-Price-currencySymbol {
    /* display: none; */
}

.price .new-price span.woocommerce-Price-amount.amount {
    /* text-decoration: line-through; */
}

.prod_details h5 {
    color: #1E1E1E;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

form.variations_form.cart.wvs-loaded table.variations {
    width: 100%;
}

form.variations_form.cart.wvs-loaded table.variations label {
    margin-bottom: 16px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: 100px !important;
    min-height: 36px;
    border-radius: 5px;
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #e6e6e6) !important;
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #e6e6e6) !important;
}

form.cart button.single_add_to_cart_button.button {
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

form.cart .heart-icone {
    border-radius: 58px;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    font-size: 16px !important;
}

form.cart .heart-icone .yith-wcwl-add-to-wishlist {
    margin: 0;
}

form.cart .heart-icone .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist {
    color: var(--main-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    gap: 6px;
}

form.cart .heart-icone .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist svg#yith-wcwl-icon-heart-outline {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

form.cart .heart-icone .yith-wcwl-add-to-wishlist .add_to_wishlist.single_add_to_wishlist svg#yith-wcwl-icon-heart-outline path {
    stroke: var(--main-color);
}

.woocommerce-account .page-content {
    padding-block: 64px 100px;
}

.profile-image_disc_wrapper .profile_disc {
    width: calc(100% - 54px);
}

.profile_disc p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active::before {
    filter: brightness(0) invert(1);
}

.profile_display_custom button[name="remove_avatar"] {
    padding: 10px 16px;
}

div#profile-edit-form form p {
    margin-bottom: 20px;
}

div#profile-edit-form form p label {
    color: #424242;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}

div#profile-edit-form form p input, div#profile-edit-form form p select, div#profile-edit-form form p textarea {
    border: 1px solid #CCD3D9;
    height: 54px;
    border-radius: 8px;
    padding: 6px 16px;
    width: 100%;
}

div#profile-edit-form form p button {
    min-width: 322px;
    height: 54px;
    border-radius: 50px !important;
    background: var(--main-color);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all .4s;
}

header.woocommerce-Address-title.title {
    margin: 0;
    border-bottom: 1px solid #E6EAEE;
    padding: 0 0 16px;
    margin-bottom: 16px;
}

header.woocommerce-Address-title.title h2 {
    margin: 0;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce-account .addresses .title .edit {
    border-radius: 4px;
}

.select2-container--open .select2-dropdown {
    height: auto !important;
    background: #fff;
    padding: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--main-color);
}

.select2-results__option {
    padding: 12px;
}

.u-column1.col-1.woocommerce-Address address {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575F6F;
}

.hover-box .item {
    height: auto !important;
}

.after-login-user {
    position: relative;
}

.after-login-user .btn-user {
    display: flex;
    justify-content: space-between;
    min-width: 168.17px;
    padding: 12px 16px;
    border: 1px solid #D5D5D5;
    border-radius: 50px;
    cursor: pointer;
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    gap: 10px;
}

.after-login-user  .sub-menu-user {
    position: absolute;
    display: none;
    top: 111%;
    z-index: 4;
    background: #fff;
    box-shadow: 0 0 20px #0000000d;
    border-radius: 10px;
    width: 100%;
    right: 0;
    left: 0;
    padding: 20px 10px;
}

.after-login-user .sub-menu-user ul {
    display: block;
}

.after-login-user .sub-menu-user li a {
    line-height: normal;
    display: block;
    width: 100%;
    border: none;
    text-align: start;
    height: auto;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0 !important;
    padding: 10px 0;
}

.after-login-user .sub-menu-user li:first-child a {
    padding-top: 0;
}

.after-login-user .sub-menu-user li:last-child a {
    border: none;
    padding-bottom: 0;
}

.menu-left.after-login {
    gap: 22px;
}

.order-done-h.body-inner {
    padding-block: 200px;
}

.order-done-inner .icon {
    max-width: 180px;
    margin: 0 auto 32px;
}

.order-done-inner h3 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #1E1E1E;
    font-size: 32px;
    line-height: 48px;
}

.order-done-inner p {
    color: #6A6E83;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.order-done-inner .btn-flex {
    margin-top: 24px;
}

.btn-flex {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.btn-flex .btn {
    justify-content: center;
    background: var(--main-color);
    min-width: 206px;
    min-height: 54px;
}

.btn-flex .btn.btn-home {
    background: #F2F5FF;
    color: #6A6E83;
}

.order-done-inner {
    max-width: 636px;
    margin: 0 auto;
    text-align: center;
}

.woocommerce-cart .woocommerce-cart-form {
    width: calc(65% - 20px);
}

.woocommerce-cart .woocommerce {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    width: calc(35% - 20px);
    margin: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--02---Dark-Color---Gray---100, #EEEEEE);
    padding: 16px;
}

.woocommerce-cart table.cart thead {
    display: none;
}

.woocommerce-cart table.cart tr {
    display: flex;
    margin-bottom: 16px;
    border: 1px solid var(--02---Dark-Color---Gray---100, #EEEEEE);
    border-radius: 4px;
    overflow: hidden;
    padding: 21px;
    justify-content: start;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 0;
    position: relative;
}

.woocommerce-cart table.cart {
    border: none !important;
}

.woocommerce-cart table.cart .product-remove {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
    z-index: 4;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 185.91px;
    height: 118px;
}

.woocommerce-cart table.cart td {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.woocommerce-cart table.cart .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-cart table.cart .product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce-cart table.cart  .product-name {
    width: calc(100% - 380px);
    white-space: normal;
    padding: 0 16px !important;
    text-align: start !important;
}

.woocommerce-cart table.cart .product-name a {
    white-space: normal;
    display: block;
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.woocommerce-cart table.cart  .product-price {
    display: none;
}

.woocommerce-cart table.cart .product-quantity {
    width: 78px;
}

.woocommerce-cart table.cart .product-quantity .qty {
    display: block;
    width: 100% !important;
    border: 1px solid #cfcfcf;
    height: 36px;
    border-radius: 4px;
}

.woocommerce-cart table.cart .product-subtotal {
    margin-inline-start: auto;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart table.cart .product-subtotal .woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}

.woocommerce-cart table.cart .product-subtotal .woocommerce-Price-amount.amount #sa_curr {
    width: 25.81px !important;
}

.woocommerce-cart table.cart .product-subtotal .woocommerce-Price-amount.amount bdi {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-align-items: center;
    gap: 6px;
}

.woocommerce-cart table.cart .product-subtotal .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    padding: 0;
}

.woocommerce-cart table.cart tr:last-child {
    padding: 0;
    border: none;
    margin-top: 27px;
}

.woocommerce-cart table.cart tr:last-child button.button {
    margin-inline-start: auto;
    background: var(--main-color) !important;
    color: #fff !important;
}

.woocommerce-cart table.cart tr:last-child .actions {
    display: flex;
    width: 100%;
    align-items: center;
}

.woocommerce-cart table.cart tr:last-child .coupon {
    display: flex;
}

.woocommerce-cart table.cart tr:last-child .coupon button.button {
    height: 48px;
}

.woocommerce-cart table.cart tr:last-child .coupon #coupon_code {
    width: 200px !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    border-bottom: 1px solid #959EAD29;
    padding-bottom: 8px;
    font-weight: 500;
    color: #1E1E1E;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
    border: none !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
    border: none;
    padding: 0;
    text-align: start !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    margin: 0 !important;
    border-radius: 50px !important;
    height: 56px;
    align-content: center;
    font-size: 16px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    gap: 40px;
}

form.checkout.woocommerce-checkout #order_review_heading {
    display: none;
}

form.checkout.woocommerce-checkout #customer_details {
    width: calc(60% - 20px);
}

form.checkout.woocommerce-checkout  #order_review {
    width: calc(40% - 20px);
}

form.checkout.woocommerce-checkout #customer_details .col-1 {
    border: none;
    border-radius: 0;
    padding: 0;
}

form.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

form.checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding: 20px;
}

form.checkout.woocommerce-checkout #order_review thead {
    display: none;
}

.mobile-offer-details h4 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}

.woocommerce-error li a {
    color: var(--main-color);
}

.woocommerce-checkout #payment ul.payment_methods li input {
    accent-color: var(--main-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--main-color) !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
    color: var(--main-colot);
    font-size: 13px;
}

.single-prod-info .sec-name {
    margin-bottom: 16px;
}

.single-prod-info .sec-name span {padding: 8px 16px;display: inline-block;border-radius: 6px;background: #1D1D1D;color: #fff;font-weight: 500;font-size: 16px;line-height: 24px;}

.prod_details h3 {
    margin: 16px 0 8px;
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.single-prod-info .sec-name span a {
    color: #fff;
}

.head-top-inner .logo-h a {
    display: flex;
    align-items: center;
    -webkit-align-items: baseline;
    gap: 12px;
    color: #000;
    font-size: 14px;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
}

.head-top-inner .logo-h a span {
    display: inline-block;
    position: relative;
    top: -10px;
}


@media (min-width: 991px) {
    .menu-left button:hover,
    .menu-left a:hover {
        color: var(--main-color);
    }

    .topbar button:hover i {
        color: var(--main-color);
    }

    .searchForm .btnSearch i:hover {
        transform: rotate(360deg);
        color: var(--hover-color);
    }

    .footer-sochial a:hover {
        color: var(--sec-color);
    }

    .woocommerce #respond input#submit.alt.disabled,
    .woocommerce #respond input#submit.alt.disabled:hover,
    .woocommerce #respond input#submit.alt:disabled,
    .woocommerce #respond input#submit.alt:disabled:hover,
    .woocommerce #respond input#submit.alt:disabled[disabled],
    .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
    .woocommerce a.button.alt.disabled,
    .woocommerce a.button.alt.disabled:hover,
    .woocommerce a.button.alt:disabled,
    .woocommerce a.button.alt:disabled:hover,
    .woocommerce a.button.alt:disabled[disabled],
    .woocommerce a.button.alt:disabled[disabled]:hover,
    .woocommerce button.button.alt.disabled,
    .woocommerce button.button.alt.disabled:hover,
    .woocommerce button.button.alt:disabled,
    .woocommerce button.button.alt:disabled:hover,
    .woocommerce button.button.alt:disabled[disabled],
    .woocommerce button.button.alt:disabled[disabled]:hover,
    .woocommerce input.button.alt.disabled,
    .woocommerce input.button.alt.disabled:hover,
    .woocommerce input.button.alt:disabled,
    .woocommerce input.button.alt:disabled:hover,
    .woocommerce input.button.alt:disabled[disabled],
    .woocommerce input.button.alt:disabled[disabled]:hover {
        background-color: var(--sec-color);
        color: #fff;
    }

    .woocommerce-MyAccount-navigation ul li:hover {
        background-color: var(--sec-color);
        color: #fff !important;
    }

    .woocommerce-MyAccount-navigation ul li:hover a {
        color: #fff !important;
    }

    .irs--big .irs-handle.state_hover,
    .irs--big .irs-handle:hover {
        border-color: var(--after-color) !important;
        background-color: var(--after-color) !important;
        background: var(--after-color) !important;
    }

    .irs--sharp .irs-handle.state_hover>i:first-child,
    .irs--sharp .irs-handle:hover>i:first-child,
    .irs--sharp .irs-handle.state_hover>i:first-child,
    .irs--sharp .irs-handle:hover>i:first-child {
        border-top-color: var(--after-color) !important;
    }

    .irs--sharp .irs-handle.state_hover,
    .irs--sharp .irs-handle:hover,
    .irs--sharp .irs-handle.state_hover,
    .irs--sharp .irs-handle:hover,
    .irs--sharp .irs-handle {
        background-color: var(--bg-color);
    }

    .xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
        background: #DAEBF7 !important;
        color: var(--main-color) !important;
    }

    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover {
        color: #fff !important;
        background-color: var(--main-color) !important;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
        box-shadow: 0 0 0 2px rgb(0 0 0 / 90%);
        background: var(--main-color);
        color: #fff;
    }

    .woocommerce-tabs.wc-tabs-wrapper li a:hover {
        background: #DAEBF7 !important;
        color: #045B99 !important;
        border: 1px solid #DAEBF7;
    }

    .btn-fav:hover,
    .btn-cart:hover {
        color: var(--main-color);
    }

    .irs--sharp .irs-handle.state_hover>i:first-child,
    .irs--sharp .irs-handle:hover>i:first-child,
    .irs--sharp .irs-handle.state_hover>i:first-child,
    .irs--sharp .irs-handle:hover>i:first-child {
        border-top-color: var(--sec-color) !important;
    }

    .product-item:hover .item-img img {
        /*transform:scale(1.1);*/
    }

    .mynav li.menu-item-has-children .sub-menu a:hover {
        color: var(--main-color);
    }

    .patner-img img:hover {
        opacity: 100%;
        mix-blend-mode: unset;
    }

    .product-box:hover .img a::after {
        opacity: 1;

    }

    .product-box:hover {
        box-shadow: 4px 10px 13px 6px rgba(0, 0, 0, 0.08);
    }

    .patner-slider.owl-theme .owl-dot:hover span {
        background: #374957;
    }

    .catog-box:hover .catog-info {
        background: transparent;
        background: #BF302D9E;
    }

    .catog-box:hover .img img {
        /* transform: scale(1.2); */
    }

    .img .add button:hover {
        color: #fff;
    }

    .home-slider .owl-theme .owl-nav .owl-prev:hover,
    .home-slider .owl-theme .owl-nav .owl-next:hover {
        background: #FBFBFB;
        color: var(--main-color);
    }

    .right-f .form-group button:hover {
        background: var(--sec-color);
    }

    .offers-details .read-more a:hover {
        background: #DAEBF7;
        color: #045B99;
    }

    .sales-slider.owl-theme .owl-nav .owl-next:hover,
    .sales-slider.owl-theme .owl-nav .owl-prev:hover {
        background: #FFFFFF29;

    }

    .owl-theme .owl-dots .owl-dot:hover span {
        background: #045B99;
        width: 43px;
    }

    .card-slider.owl-theme .owl-nav .owl-prev:hover,
    .card-slider.owl-theme .owl-nav .owl-next:hover {
        background: #E5E6E7;
        color: var(--main-color);
    }

    .partner-slider.owl-theme .owl-nav .owl-prev:hover,
    .partner-slider.owl-theme .owl-nav .owl-next:hover {
        opacity: 30%;
    }

    form.cart .heart-icone:hover i {
        color: var(--main-color);
    }

    form.cart span.add-to-cart-text:hover {
        color: var(--main-color);
    }


    form.cart .heart-icone:hover {
        background: var(--main-color) !important;
        color: #fff !important;
        border-color: var(--main-color) !important;
    }

    .thumbImg:hover img {
        border-color: #045B99;
    }

    .slick-dots li button:hover:before {
        background: #00785A;
    }

    .woocommerce div.product form.cart .heart-icone:hover {
        background: #DAEBF7 !important;
        color: var(--main-color);
        border-color: #DAEBF7 !important;
    }

    .woocommerce div.product form.cart .heart-icone:hover i {
        color: #fff;
    }

    .woocommerce-MyAccount-navigation ul li:last-of-type:hover::before {
        filter: none;
    }


    .contact-page .form-contact .read-more button:hover {
        background: var(--sec-color);
    }

    .checkoutwc #info_payment button:hover,
    .checkoutwc .cfw-primary-btn:hover,
    #cfw-coupons .form-row .cfw-secondary-btn:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .checkoutwc #info_payment button:hover,
    .checkoutwc .cfw-primary-btn:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
    }

    #order_review .woocommerce-form-login .checkoutwc button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,
    .checkoutwc #order_review .woocommerce-form-login button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,
    .checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,
    .checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,
    .checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,
    .checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover {
        background: var(--main-color);
        border-color: var(--main-color);

    }

    .mfp-woosq .mfp-close:hover {
        color: #fff !important;
        background: var(--main-color) !important;
    }

    .mfp-woosq .mfp-close:hover::before {
        color: #fff !important;
        text-align: center;
    }

    .single-product .wpgs-for .slick-arrow:hover::before {
        background: var(--main-color) !important;
        color: #fff;
    }

    div#woosq-popup .slick-arrow:hover::before {
        background: var(--main-color);
        color: #fff;
    }

    .footer-links li a:hover {
        color: var(--main-color);
    }

    .s-h a:hover {
        color: var(--main-color);
    }

    .quick-view button:hover {
        color: var(--main-color);
    }

    .page-link:hover {
        color: #fff;
        background-color: #e9e6ed;
        border-color: var(--sec-color);
    }

    .woocommerce-MyAccount-navigation ul li:hover {
        background-color: var(--sec-color);
        color: #fff !important;
    }

    .woocommerce-MyAccount-navigation ul li:hover a {
        color: #fff !important;
    }

    .btn:hover {
        background: var(--main-color);
    }
    
    .btn:hover i {
        color: var(--main-color);
    }

    form.cart .heart-icone:hover .add_to_wishlist.single_add_to_wishlist {
        color: #fff !important;
    }
    
    form.cart .heart-icone:hover .add_to_wishlist.single_add_to_wishlist svg {
        filter: brightness(0) invert(1);
    }

    div#profile-edit-form form p button:hover {
        background: var(--sec-color);
    }
    
    .others-words-search a:hover {
        border-color: var(--main-color);
        color: var(--main-color);
    }
    
    .sidebar a.lang {
        display: none;
    }
}