@font-face {
    font-family: 'Tajawal-Light';
    src: url('../fonts/Tajawal-Light.ttf');
}

/******************************/
/******************************/
:root {

    --primary: #5175b9;
    --secondary: #f09635;
    --gray: #949494;
    --third: #d3c9b6;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Tajawal-Light';
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul, ol {
    margin-bottom: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .form-control {

    direction: ltr;
    text-align: left;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    color: var(--primary);
    box-shadow: none;
}

.main-title {

    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: table;
    margin: 50px auto ;

}
.main-title:before{
    content: " ";
    position: absolute;
    top: 50%;
    right: -120px;
    width: 100px;
    height: 2px;
    transform: translate(0 , -50%);
    background: var(--secondary);

}
.main-title:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: -120px;
    width: 100px;
    height: 2px;
    transform: translate(0 , -50%);
    background: var(--secondary);

}

.main-title h2 {
    color: var(--black);
    font-size: 46px;

}

.main-btn {
    position: relative;
    color: var(--white) !important;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 35px;
    padding: 5px 36px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: all .35s ease-in-out;
}


.main-btn:hover {
    color: var(--black) !important;
    background-color: var(--white);
    border: 1px solid var(--white);
    transform: translateY(-5px);
}


@media (max-width: 500px) {
    .main-btn {
        padding: 2px 22px;
        font-size: 12px;
    }
    .main-title h2 {
        font-size: 28px;
    }
}

/******************************/
/* && header &&*/
/******************************/
header {
      background:
    linear-gradient(90deg, #F0F4F8 0%, #CFE6E6 60%, #E4E0F0 100%);
  position:relative; 
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;

}
header::after{
  content:""; position:absolute; inset:0 0 0 55%; opacity:.9; pointer-events:none;
  background-repeat:no-repeat; background-position:right center; background-size:cover;
  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 600' preserveAspectRatio='xMidYMid slice'>\
    <defs>\
      <linearGradient id='g' x1='0' x2='1'>\
        <stop offset='0%' stop-color='white' stop-opacity='.28'/>\
        <stop offset='100%' stop-color='white' stop-opacity='.05'/>\
      </linearGradient>\
    </defs>\
    <rect width='800' height='600' fill='none'/>\
    <path d='M460,120 C560,160 620,210 800,220 L800,600 L300,600 Z' fill='url(#g)'/>\
    <path d='M480,220 C600,260 680,300 800,320 L800,600 L350,600 Z' fill='url(#g)'/>\
    <path d='M520,320 C640,360 720,390 800,410 L800,600 L380,600 Z' fill='url(#g)'/>\
  </svg>");
}
.head-top-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social {
    display: flex;
    align-items: center;
}

.mid-head-desc .social {
    margin-top: 20px;
}

.social a {
    margin-inline-end: 10px;
}

.social a i {
    width: 30px;
    height: 30px;
    background: var(--white);
    border-radius: 50%;
    line-height: 30px;
    color: var(--black);
    text-align: center;
    transition: all .35s ease-in-out;
}
.social a i:hover{
    background: var(--primary);
    color: var(--white);

}
.top-icon a {

    margin-inline-start: 10px;
 }

.top-icon a i {
    color: var(--primary);
}

.mid-head {
    padding: 20px 0;
}


.head-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-logo img {
    max-width: 250px;
}
.top-icon{
    display: flex;
    align-items: center;
}

.lang {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary);
}

@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item.home i {
        font-size: 26px;
        color: var(--white);

    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #000;
        font-weight:bold;
        font-size: 18px;
        position: relative;
        padding: 15px 20px;
        transition: all 0.5s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--secondary);

    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--white);

        transition: all .35s ease-in-out;
    }


    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--white);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--primary);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f060";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f061";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--secondary);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--secondary);

    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--secondary);

    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f104";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f105";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: var(--primary);
        color: var(--white);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        background: var(--secondary);
        color: var(--white);
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);

    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}
@media (max-width: 992px) {
    .menu-item-has-children {

        width: 100%;
        align-items: center;

    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: var(--white) !important;
        background-color: var(--primary);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }
    .nav-btn i{
        color: var(--white) !important;
    }
    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--secondary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--secondary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--secondary);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--secondary);
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/* && slider &&*/
/******************************/

.slider {
    padding:20px 0;
}

.main-slider .mainItem img.slid-thumb {
    position: relative;
    width: 100%;
}



@media (max-width: 768px) {

}

@media (max-width: 500px) {

}
/******************************/
/* && clients &&*/
/******************************/
.news{
    padding: 10px 0;
    background: var(--primary);

}
.news .swiper-slide {
    color: var(--white);
}
.clientSwiperB{
    direction: ltr;
}
.clients .swiper-slide .img{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 5px;
    background: #f8f8f8;
}
.clients .swiper-slide .img img{
    max-height: 150px;
    height: 150px;
    border-radius: 5px;
    width: 100%;
    object-fit: contain;
}
.clients .clientSwiperT{
    margin-bottom: 30px;
}
    /******************************/
/* && latest &&*/
/******************************/
.latest {
    padding: 50px 0;
}

.latest-content {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 10px;
    transition: all .35s ease-in-out;

}
.latest-content .image{
    position: relative;
}

.latest-content .image img {
    border-radius: 5px;
    width: 100%;
    transition: all .35s ease-in-out;
    transform: scale(1);
}
.latest-content:hover .image img{
    transition: all .35s ease-in-out;
    transform: scale(1.05);
}
.latest-content .image a{
    display: block;
}
.latest-content .tit a {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 ;
    color: var(--primary);
}

.latest-content .price {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
     color: var(--gray);
}



.latest-content .icons .wish-cart .wish {
    margin-inline-end: 10px;
}

.latest-content .icons  .rate{
    padding: 8px 10px;
}

.latest-content .icons .wish-cart .cart a{
    transition: all .35s ease-in-out;
}

.latest-content .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.top-eco-items .rate i {
    color: #fec106;
}
.wo-cart .cart{
    display: inline-block;
    width: 100%;

}
.wo-cart .cart a.loading{
    padding-left: 0em !important;

}
.wo-cart .cart a ,.added_to_cart{
    width: 100% !important;

    position: relative;
    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    background-color: var(--primary) !important;
    border-radius: 5px !important;
     text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: all .35s ease-in-out;
}
@media (max-width: 768px) {
    .col-latest {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .clients .swiper-slide .img img{
        max-height: 120px;
        height: 120px;
    }
}

@media (max-width: 500px) {
    .col-latest {
        flex: 0 0 50%;
        max-width: 50%;
    }
       .clients .swiper-slide .img img{
        max-height: 80px;
        height: 80px;
    }

}


/******************************/
/* && footer &&*/
/******************************/
footer {
    background:linear-gradient(90deg, #F0F4F8 0%, #CFE6E6 60%, #E4E0F0 100%);
    padding: 50px 0;
    position: relative;

}
footer .footer-img{
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap:10px;
}
footer:before , footer:after{
    /*content: " ";*/
    position: absolute;
    background-image: url("../images/logo_footer.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}
footer:before{
    left: 0;
    top: 0;
}
footer:after{
    right: 0;
    bottom: 0;
}


 .banner {
    background: var(--white);
    padding: 30px 0;
    border-radius: 10px;
     margin-bottom: 75px;
}

.col-md-2 .clientItem {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.clientItem img {
    max-height: 100%;
    object-fit: contain;
}

.post-type-archive-clients .col-md-2 .clientItem {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.maarof{
    display: block;
}
.maarof img{
    max-width: 150px;

}

.footer-main-content {
    margin: 50px 0;
}


.footer-list .nav-list {
    display: block;
}

.footer-list-end li {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;

}

.footer-list li a {
    color: #000 !important;
    font-size: 16px;
}

.footer-list li:hover a {
    color: var(--primary) !important;
     
    transition: all .3s ease-in-out;

}

.footer-list li:before {
    content: "-";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 32px;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    color: #000;
    border-radius: 50%;
    transition: all .35s ease-in-out;
}

.footer-list li:hover:before {
    color: var(--primary);
}

html[dir="rtl"] .footer-content {
    margin-right: 15px;
}

html[dir="ltr"] .footer-content {
    margin-left: 15px;
}

.footer-content {
    color: #000
}

.footer-main {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-inp form input {
    margin-bottom: 20px;
}

.footer-tittle {
    margin-bottom: 30px;
    text-align: start;
}

.footer-tittle h3 {
    color: var(--primary);
    font-size: 24px;
}

.col-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-inline-start: 1px solid var(--gray);
}

.footer-tittle span {
    color: #000;
    text-align: start;
    display: block;
}
.footer-list-end{
    display: block;

}
.footer-list-end li {
    width: 100%;
    float: none;
}
.footer-inp .form-control {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--gray);
    border-radius: 35px;
}

.footer-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    transition: all .35s ease-in-out;
}

.footer-btn:hover {
    background: var(--secondary);
    color: var(--white);
}

.fooer-link:after {
    content: " " !important;
}

.footer-content div {
    color: #b2ae81;
    font-weight: bold;
    font-size: 18px;
}

.footer-content a {
    color: #000 !important;
}

.footer-content a:hover {
    color: #000 !important;
}

.info-footer .icon i {
    color: var(--primary);
}

.info-footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-footer .desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-inline-start: 10px;
}

.info-footer .desc div {
    color: #000;
    font-weight: bold;
}

.info-footer .desc a {
    color: #000;
    font-weight: bold;
}

.powerd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    border-top: 1px solid #000;
}

.powerd-banner {
       display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
}

.powerd-banner .img {
    margin: 0 2px;
}
.powerd-banner .img img{
        max-height: 50px;
    object-fit: contain;
}
.powerd .text {
    color: #000;
    font-weight: bold;
}
.powerd a{
    color : var(--primary)
}

.powerd .social a {
    margin-inline-start: 10px;
}


@media (max-width: 768px) {
    .powerd-social{
        margin-top: 20px;
    }
    .powerd {
        flex-direction: column;
    }

    .footer-inp-items {
        margin-bottom: 50px;
    }

    .col-footer {
        border: none;
    }

    .powerd .img {
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .col-footer {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-tittle {
        margin: 10px 0;
    }
}

/*****************/
.content {
    padding: 70px 0;
}

.breadcrumb-area {
    color: var(--primary);
    background-color: var(--secondary);
    padding: 15px 0;
}

.breadcrumb-area a {
    color: #fff;
}

/*****************/
.top-eco-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-eco-content{
    display: flex;
    flex-direction: column;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    content: "اضف للسلة";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.wo-cart a.loading:after{
animation: none !important;
    top: unset !important;
    left: unset !important;
    position: unset !important;
    margin-right: 0 !important;

}
/******************************/
.xoo-wsc-sc-cont {
    display: inline-block;
}

.xoo-wsc-ft-buttons-cont {
    grid-template-columns: 1fr;
}

span.xoo-wsc-sc-subt {
    display: none;
}
.content .summary .single_add_to_cart_button{
    

    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    background-color: var(--primary) !important;
    border-radius: 0px;
    height: 50px;

    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: all .35s ease-in-out;
}
.content .summary .single_add_to_cart_button:hover:after{
    background-color: var(--secondary) !important;
}
    /******************************/
.woocommerce-page .col2-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-page .col-1,
.woocommerce-page .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none !important;
}

@media (min-width: 768px) {
    .woocommerce-page .col-1,
    .woocommerce-page .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .woocommerce-page .col-1,
    .woocommerce-page .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }
}

@media (min-width: 992px) {
    .cart-btn {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .mini-cart-wrap {
        display: none;
    }
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce #review_form #respond .form-submit input {
        font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 8px 10px;
    color: #FFF;
    background: #4f74b8;
    transition: all .5s ease-in-out;
}

.woocommerce #respond input#submit.alt:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce button.button:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    transform: scaleX(0);
    transition: all .5s ease-in-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover {
    color: var(--black);
    background-color: var(--white);
    box-shadow: 0 0 8px 4px rgba(0,0,0,.10);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover {
    color: var(--black);
    background-color: var(--white);

}

.woocommerce #respond input#submit.alt:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce button.button:hover:after {
    transform: scaleX(1);
}

.woocommerce a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
    color: #FFF;
    background-color: #f59e0b;
}
.latest-content:hover .woocommerce a.button,
.latest-content:hover .woocommerce #review_form #respond .form-submit input{
    color: var(--black) !important;
    background-color: var(--white) !important;
}
.woocommerce-page form .woocommerce-input-wrapper,
.woocommerce-page form .form-row .input-text {
    display: block;
    width: 100%;
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce #review_form #respond input[type='text'],
.woocommerce #review_form #respond input[type='email'],
.woocommerce #review_form #respond textarea {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce #review_form #respond input[type='text']:focus,
.woocommerce #review_form #respond input[type='email']:focus,
.woocommerce #review_form #respond textarea:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(191, 140, 76, .25);
}

.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    display: flex;
    align-items: center;
}

.woocommerce-page input[type=number]::-webkit-inner-spin-button,
.woocommerce-page input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce .quantity .qty {
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    height:50px;
    margin-inline-end:10px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.woocommerce div.product form.cart{
    margin-top:20px;
}
.woocommerce-MyAccount-navigation {
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-content a {
    color: var(--primary);
}

.woocommerce .star-rating span::before {
    color: #fec106;
}

.orderby {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 5px;
}

.woocommerce-product-gallery__image.flex-active-slide a {
    display: block;
    width: 100%;
}

.woocommerce-product-gallery__image.flex-active-slide img {
    width: 100%;
    height: 310px !important;
    object-fit: contain;
}

.flex-control-nav.flex-control-thumbs img {
    height: 100px !important;
}

.xoo-wsc-img-col {
    margin-inline-end: 5px;
}

/******************************/
.offer-video video {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}

/******************************/
.fly-icons {
    position: fixed;
    bottom: 6rem;
    right: 10px;
    z-index: 2;
}
@media (max-width: 768px) {
    .fly-icons img{
        max-width: 35px;

    }
    .xoo-wsc-basket{
        margin:5px ;
        padding: 5px;
    }
}
.top-icon a.user i{
    font-size: 28px !important;
}
.xoo-wsc-sc-bki{
    font-size: 28px !important;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    color: var(--primary);
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger .xoo-wsc-sc-count{
    color:#FFF;
}
.xoo-wsc-items-count, .xoo-wsc-sc-count{
    background: var(--secondary);
}
.xoo-wsc-sc-bki {
    font-size: 16px;
}

.woocommerce div.product div.summary .price {
    color: var(--primary);
    margin: 20px 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-inline-end: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.news-items {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: all .35s ease-in-out;
}

.news-items .news-content .tit a {
    color: var(--primary);
    margin: 20px 0;
}

.news-items:hover .news-content .tit a {
    color: var(--secondary);
}

.news-items .news-content .desc {
    margin-bottom: 20px;
}

.news-items .news-content .url a {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.news-items:hover .news-content .url a {
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
}
.sidebar-img img{
    margin-bottom: 30px;
}

/* =================================================================
   Categories Section Styling (CSS Version)
   ================================================================= */

.categories-section {
    background-color: #f8f9fa; /* A light background to make cards pop */
    direction: rtl;
}

.categories-section .category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-radius: 1.25rem; /* More pronounced rounded corners */
    text-decoration: none;
    color: white;
    aspect-ratio: 1 / 1; /* Makes the card a perfect square */
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* --- Background Pattern --- */
.categories-section .category-card::before {
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/argyle.png' );
    opacity: 0.2;
    z-index: 1;
}

.categories-section .category-card .category-card-icon,
.categories-section .category-card .category-card-title {
    position: relative;
    z-index: 2; /* Ensure content is above the pattern */
}

.categories-section .category-card .category-card-icon {
    margin-bottom: 1rem;
}

.categories-section .category-card .category-card-icon img {
    width: 100px; /* Adjust size as needed */
    height: 100px;
    filter: brightness(0) invert(1); /* Makes the icon white */
}

.categories-section .category-card .category-card-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

/* --- Hover Effect --- */
.categories-section .category-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

/* --- Color Variations using nth-child --- */
/* This will cycle through the colors for each card automatically. */
/* Colors are derived from your logo. */
.categories-section .col-lg-3:nth-child(5n + 1) .category-card {
    background: linear-gradient(135deg, #ec4899, #d946ef); /* Pink/Purple */
}

.categories-section .col-lg-3:nth-child(5n + 2) .category-card {
    background: linear-gradient(135deg, #f59e0b, #fbbf24); /* Yellow/Orange */
}

.categories-section .col-lg-3:nth-child(5n + 3) .category-card {
    background: linear-gradient(135deg, #3b82f6, #2563eb); /* Blue */
}

.categories-section .col-lg-3:nth-child(5n + 4) .category-card {
    background: linear-gradient(135deg, #4b5563, #1f2937); /* Dark Gray */
}

.categories-section .col-lg-3:nth-child(5n + 5) .category-card {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa); /* Another Purple variant */
}
/* =================================================================
   New Product Card v3 Styling (CSS Version)
   ================================================================= */

.product-card-v3 {
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 4; /* A slightly taller card */
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: flex-end; /* Align the main overlay to the bottom */
}

/* Add a fallback background color if no image is present */
.product-card-v3:not([style]) {
    background-color: #f0f2f5;
}

/* The main glass-like overlay */
.product-card-v3__overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* For Safari */
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Space between content and footer */
    transition: background 0.3s ease;
}

/* Content Area (Title and Price) */
.product-card-v3__content {
    text-align: right;
}

.product-card-v3__title {
    font-size: 1.15rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.product-card-v3__title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card-v3__price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3b82f6; /* Blue from your logo */
}

.product-card-v3__price ins {
    color: #3b82f6;
    text-decoration: none;
}

.product-card-v3__price del {
    font-size: 0.9rem;
    color: #6b7280;
    margin-left: 0.5rem;
}

/* Footer Area (Rating and Add to Cart) */
.product-card-v3__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.product-card-v3__rating-wrapper i {
    color: #f59e0b; /* Yellow from your logo */
    font-size: 1rem;
    margin: 0;
}

.product-card-v3__actions .button,
.product-card-v3__actions .add_to_cart_button {
    width: 100%;
    background: linear-gradient(45deg, #3b82f6, #ec4899); /* Blue to Pink gradient */
    color: white;
    border: none;
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap; /* Prevent text wrapping */
}

.product-card-v3__actions .button:hover,
.product-card-v3__actions .add_to_cart_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
}

/* --- Hover State for the whole card --- */
.product-card-v3:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card-v3:hover .product-card-v3__title a {
    color: #3b82f6;
}

.product-card-v3:hover .product-card-v3__overlay {
    background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
    .sidebar-img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .sidebar-img img {

        max-width: 350px;
        margin: 20px 15px;
    }
}
@media (max-width: 500px) {
    .sidebar-img img{
        max-width: 182px;
        margin: 15px 5px;
    }
}
.banners{
     padding:30px 0;
 }
.banners img{
       height: 700px;
    width: 100%;
    object-fit: contain;
    border-radius: 50px;
 }
@media (max-width: 768px) {
.banners img{
     height:350px;
}
}
@media (max-width: 500px) {

}
.latest.product .latest-content .image:before{
    content: none;
}
.latest.product .latest-content:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: rgba(128,167,60,.5);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .35s ease-in-out;
}
.latest.product .latest-content:hover:before{
    opacity: 1;
}
@media (max-width: 768px) {
    .latest-content .icons .rate,.latest-content .icons .wish-cart .cart a{
        padding: 5px 6px;
    }
    .woocommerce-Price-currencySymbol{
        font-size: 14px;
    }
    .top-eco-items{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

/******************************/
.partner {
      background-color: #FFF;
    padding: 50px 0;
    position: relative;
    
}
.partner .sec-head{
        margin-bottom: 50px;
}
.partner-item {
    margin-bottom: 30px;
    padding: 20px;
    background: #f09635;
    border-radius: 30px;
}


.partner-item img {
    max-height: 500px;
    border-radius: 30px;
}
.partner .owl-dots{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}
.partner .owl-dots .owl-dot{
       height: 4px;
    background-color: #f49333;
    width: 20px;
    transition:all .3s ease-in-out;
}
.partner .owl-dots .owl-dot.active{
    width: 40px;
}
tamara-widget{
       margin-bottom: 15px;
    display: block;
}
.custom-price{
    border: 1px solid #5175b9;
    padding: 5px;
    margin-bottom: 15px;
}