@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: var(--body);
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
}

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


/*comman-area*/

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

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

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

h1,
h2 {
    font-size: 64px;
    font-weight: 300;
    line-height: 70.21px;
    letter-spacing: -0.02em;
}
h1 strong,
h2 strong{
    font-weight: 300;
    color: var(--primary);
}
h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 39.34px;
    letter-spacing: -0.02em;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
}
h6{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.55px;
}
p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.container-fluid {
    padding: 0 15px;
}
.offcanvas{
    z-index: 1111;
    overflow-y: auto;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}

.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



/* Comman Css */
.btn.btn-primary {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    padding: 11.1px 16px 9.1px 16px;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
}

.btn.btn-primary img {
    display: inline-block;
    margin: -3px 10px 0 0;
    transition: all 0.23s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: var(--white);
    background-color: var(--body);
    border: 1px solid var(--body);
}

.btn.border-btn {
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--gray-border);
}

.btn.border-btn:hover,
.btn.border-btn:focus {
    color: var(--primary);
    background-color: transparent;
    border: 1px solid var(--primary);
}

.btn.border-btn:hover img,
.btn.border-btn:focus img,
.btn.hover-white:hover img,
.btn.hover-white:focus img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(83%) saturate(4396%) hue-rotate(158deg) brightness(92%) contrast(104%);
}

.btn.white-btn {
    border-color: var(--white);
    color: var(--primary);
    background-color: var(--white);
}

.btn.white-btn:hover,
.btn.white-btn:focus {
    border-color: var(--white);
    color: var(--white);
    background-color: var(--primary);
}

.btn.white-btn:hover img,
.btn.white-btn:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(4deg) brightness(108%) contrast(105%);
}

.btn.hover-white:hover {
    border-color: var(--primary);
    color: var(--primary);
    background-color: var(--white);
}

.line-top{
    position: relative;
}
.line-top::before,.line-bottom::after{
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #00ACE9 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.line-bottom::after{
    top: auto;
    bottom: 0;
}



/* Comman Variables */
:root {
    --primary: #00ACE9;
    --white: #fff;
    --black: #232323;
    --body: #1C2A5D;
    --text: #1C2A5D;
    --gray-border: #CBCBCB;
    --dark-gray: #8E8E8E;
    --text-gray: #797979;
    --background-color: #E9F1F4;
    --text-gray: #696969;
    --text-black: #161C2D;
    --main-black: #000;
    --light-bg: #F5F5F5;
    --light-bg1: #E5E5E5;
    --text-gray-light: #797979;
}

.gx-30{
    --bs-gutter-x: 30px;
}
.gy-30{
    --bs-gutter-y: 30px;
}








/* Header */
.top-closebar,.mobile-menu,.mobile-btn,body .mobile{
    display: none;
}
.header {
    z-index: 11111111111;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.header.fixed{
    position: fixed;
    background-color: #fff;
    animation: slideDown 0.5s ease-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 0 0 auto;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background: var(--body);
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px);
    transform: rotate(-45deg) translate(-3px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px);
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
    max-width: 150px;
    width: 100%;
    position: relative;
}
.navbar {
    min-height: 80px;
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.navbar::before{
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #00ACE9 50%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.border-remove .navbar::before{
    display: none;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 auto;
    padding: 0 0 0 138px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 32px 0 0;
    position: static;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0;
    background-color: transparent;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: var(--black);
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.show{
    color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover::after,
.navbar-expand-lg .navbar-nav .nav-link.show::after{
    background-image: url('../images/small-arrow.svg');
}


.header-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.search-icon{
    margin-right: 12px;
    cursor: pointer;
}
.shopping-icon{
    margin-right: 20px;
}
.search-icon img,
.shopping-icon img{
    width: 24px;
}
.header-right .btn.border-btn{
    margin-right: 13px;
}
.header-right .btn.btn-primary{
    padding: 8px 15.5px 10px 15.5px;
}





/* Hero Banner */
.hero-banner-parent,.hero-banner-section{
    position: relative;
}
.hero-banner-blocks{
    padding: 0 0 156px 0;
    position: relative;
}
.hero-banner-parent::before,.hero-banner-parent::after,.hero-banner-blocks::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #00ACE9 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
}
.hero-banner-parent::after{
    right: auto;
    left: 0;
}
.hero-banner-blocks::before{
    right: 31.8%;
}
.hero-banner-section::before{
    content: "";
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #00ACE9 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 537px;
    left: 0;
}
.hero-banner-wrape{
    padding: 59px 32px 32px 32px;
}
.hero-banner-text h1{
    margin: 0 0 57px 0;
}
.hero-banner-text h1 strong{
    display: block;
}
.sub_heading{
    display: table;
    padding: 10px 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    background-image: linear-gradient(90deg, #F0F0F0 0%, #FFFFFF 100%);
}
.hero-banner-text .btn-primary{
    margin: 0 8px 0 0;
}


.banner-slider-block{
    padding: 10px;
    width: 100%;
    min-height: 381px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(178.77deg, #F4F4F4 1.01%, #EFEFEF 98.95%);
}
.banner-slider-block img{
    mix-blend-mode: darken;
}
.custom-row{
    display: flex;
    flex-wrap: wrap;
}
.custom-col-lg{
    width: 68.2%;
}
.custom-col-sm{
    width: 31.8%;
}

.hero-video video{
    width: 100%;
    height: 381px;
    object-fit: cover;
    margin: 0 0 -5px 0;
}
.hero-video-text{
    min-height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 31px;
}
.hero-video-text h3 strong{
    font-weight: normal;
    color: var(--primary);
}





/* Who We Are Section */
.whoweare-section{
    padding: 0 0 96px 0;
    background: linear-gradient(180deg, rgba(238, 251, 255, 0) 0%, #EEFBFF 100%);
}
.whoweare-wrape{
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 32px;
    position: relative;
}
.whoweare-wrape::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #00ACE9 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.whoweare-text{
    max-width: 633px;
    width: 100%;
}
.whoweare-text h3{
    margin-bottom: 32px;
}
.whoweare-image img{
    width: 100%;
    height: 349px;
    object-fit: cover;
}





/* Clients Section */
.clients-section{
    padding: 96px 0 60px 0;
}
.clients-title,.clients-wrapper{
    min-height: 100%;
    display: flex;
    align-items: center;
}
.clients-image{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.clients-image::before,.clients-image::after{
    content: "";
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, #FDFFFF 0%, rgba(253, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.clients-image::after{
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.clients-logo img{
    object-fit: contain;
    opacity: 0.5;
    height: 29px;
}




/* Counter Section */
.counter-section{
    padding: 0;
}
.counter-block{
    padding: 20px 0 0 32px;
    position: relative;
}
.counter-block::before,.counter-block::after{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #00ACE9 0%, rgba(0, 172, 233, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.counter-block::after{
    display: none;
    left: auto;
    right: 0;
}
.counter-col:last-child .counter-block::after{
    display: block;
}
.counter-block h2{
    color: var(--primary);
}
.counter-block h2 .count{
    color: var(--text);
}
.counter-block p{
    margin-top: 16px;
    width: 100%;
    max-width: 250px;
}



/* Image Block Section */
.image-block-section{
    padding: 160px 0 80px 0;
}
.image-block-title-data{
    margin: 0 0 52px 0;
}
.image-block-title{
    padding: 0 30px 0 0;
}
.image-block-description{
    position: relative;
    padding: 0 22px 0 34px;
}
.image-block-description::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #00ACE9 0%, rgba(0, 172, 233, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.image-block-description p{
    margin: 0 0 20px 0;
}
.image-block{
    position: relative;
    transition: all 0.5s ease;
}
.image-block-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    transition: all 0.5s ease;
    background-color: var(--background-color);
}
.block-img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.image-block-text h5{
    color: var(--text);
    position: relative;
    transition: all 0.5s ease;
}
.image-block-text h5::before{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('../images/arrow-wh.svg');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    position: absolute;
    top: 6px;
    left: 3px;
    opacity: 0;
}
.image-block:hover .image-block-text{
    background-color: var(--primary);
}
.image-block:hover .image-block-text h5{
    color: var(--white);
    padding-left: 35px;
}
.image-block:hover .image-block-text h5::before{
    opacity: 1;
}





/* Featured Section */
.featured-section{
    background-color: var(--background-color);
    position: relative;
}
.featured-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.featured-image video{
    margin-bottom: -7px;
}
.featured-image video,
.featured-image img{
    width: 100%;
    height: 765px;
    object-fit: cover;
}
.featured-wrape{
    display: flex;
    align-items: center;
    min-height: 765px;
    padding: 50px 0;
}
.featured-text{
    max-width: 543px;
    width: 100%;
    padding: 0 0 0 32px;
    position: relative;
}
.featured-text::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #00ACE9 0%, rgba(0, 172, 233, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.featured-text .sub_heading{
    background: linear-gradient(90deg, #FFFFFF 0%, #E9F1F4 100%);
}
.featured-text h3{
    max-width: 320px;
    width: 100%;
    margin-bottom: 12px;
}
.featured-text p{
    margin-bottom: 31px;
}


.left-image-section .featured-image{
    right: auto;
    left: 0;
}
.left-image-section .featured-wrape{
    justify-content: flex-end;
}






/* Advantages Section */
.advantages-section{
    padding: 80px 0 40px 0;
}
.advantages-text{
    position: relative;
    padding: 32px;
    padding-right: 20px;
    display: table;
}
.advantages-text::before,.advantages-text::after{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #00ACE9 0%, rgba(0, 172, 233, 0) 90%);
    position: absolute;
    top: 0;
    left: 0;
}
.advantages-text::after{
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #00ACE9 0%, rgba(0, 172, 233, 0) 90%);
}
.advantages-text h2{
    margin-bottom: 12px;
}
.advantages-block{
    padding: 32px;
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    width: 100%;
    transition: all 0.5s ease;
}
.advantages-block img{
    width: 60px;
    transition: all 0.5s ease;
}
.advantages-block-text h3{
    margin: 0 0 0 0;
    transition: all 0.5s ease;
}
.advantages-block-description{
    transition: all 0.5s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.advantages-block-description p{
    margin-top: 12px;
    transition: all 0.5s ease;
}
.advantages-block:hover,.advantages-block:focus-within{
    background-color: var(--body);
}
.advantages-block:hover h4,
.advantages-block:hover p,
.advantages-block:focus-within h4,
.advantages-block:focus-within p{
    color: var(--white);
}
.advantages-block:hover img,
.advantages-block:focus-within img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(77deg) brightness(108%) contrast(101%);
}
.advantages-block:hover .advantages-block-description,
.advantages-block:focus-within .advantages-block-description{
    overflow: visible;
    height: auto;
    opacity: 1;
}
.advantages-block:hover h4,
.advantages-block:focus-within h4{
    position: absolute;
    top: 80%;
    transform: translateY(-65px);
    transition: 0.6s;
}
.advantages-block h4{
    transform: translateY(0);
    transition: 0.4s;
}




/* Awards Section */
.awards-section.line-top::before{
    top: 120px;
}
.awards-section.line-bottom::after{
    bottom: 128px;
}
.awards-block-wrape{
    padding: 120px 0 128px 0;
    position: relative;
}
.awards-block-wrape::before,.awards-block-wrape::after{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #00ACE9 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.awards-block-wrape::after{
    left: auto;
    right: 0;
}
.awards-block{
    background: linear-gradient(81.46deg, #1C2A5D 77.05%, #00ACE9 106.29%);
    padding: 32px 0 12px 0;
}
.awards-block-text{
    padding: 0 32px;
}
.awards-block-text .sub_heading{
    color: var(--white);
    margin-bottom: 16px;
    background: linear-gradient(90deg, #00ACE9 0%, #1C2A5D 100%);
}




/* Get in Touch */
.getintouch-parent{
    padding: 0 0 60px 0;
}
.getintouch-title-data{
    margin: 0 0 32px 0;
}
.getintouch-title-desc-wrap{
    min-height: 100%;
    display: flex;
    align-items: flex-end;
}
.getintouch-title-desc{
    position: relative;
    padding: 5px 0 9px 34px;
}
.getintouch-title-desc::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #00ACE9 0%, rgba(0, 172, 233, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.getintouch-title-desc p{
    max-width: 236px;
    width: 100%;
}
.form-group{
    margin: 0 0 24px 0;
}
.form-control{
    width: 100%;
    height: 41px;
    border: 1px solid var(--dark-gray);
    background-color: transparent!important;
    box-shadow: none!important;
    outline: none!important;
    border-radius: 0;
    padding-left: 16px;
    color: var(--text-gray);
    opacity: 1;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.form-control:focus{
    border: 1px solid var(--primary);
    box-shadow: 0px 0px 0px 1px var(--primary) !important;
}
.form-control::placeholder{
    opacity: 1;
    color: var(--text-gray);
}
.textarea{
    padding-top: 10px;
    height: 160px;
}

.form-button{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
    position: relative;
}
.form-button .wpcf7-spinner {
    position: absolute;
    right: 150px;
    bottom: 7px;
}
.map-block iframe{
    width: 100%;
    height: 455px;
    margin: 0 0 0 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}





/* Footer */
.footer-links ul li a:hover, .footer-links ul li a:focus,.footer-address h5 a:hover,.footer-address h5 a:focus {
    color: #00ACE9;
}
.copysocial a:hover, .copysocial a:focus {
    opacity: 0.7;
}
.newslatter-group .mc4wp-error,.newslatter-group .mc4wp-notice {
    color: red;
    margin-top: 10px;
}
.newslatter-group .mc4wp-success{
    margin-top: 10px;
    color: green;
}
.footer{
    background-image: linear-gradient(180deg, rgba(233, 241, 244, 0) 0%, #BFE0F2 100%);
}
.footer-data{
    position: relative;
    padding: 60px 0 0 0;
}
.footlogo{
    margin-bottom: 32px;
    display: table;
    max-width: 150px;
    width: 100%;
}
.newslatter-wrapper{
    display: table;
    max-width: 316px;
    width: 100%;
}
.newslatter-group{
    position: relative;
}
body .footer .newslatter-wrapper form .news-form{
    width: 100%!important;
    border: 1px solid #1C2A5D!important;
    padding-left: 16px!important;
    border-radius: 0!important;
    background-color: transparent!important;
    width: 100%!important;
    height: 42px!important;
    color: var(--text-gray-light)!important;
    opacity: 1!important;
    box-shadow: none!important;
    outline: none!important;
}
body .footer .newslatter-wrapper form .news-form::placeholder{
    color: var(--text-gray-light)!important;
    opacity: 1!important;
}
body .footer .newslatter-wrapper form .news-btn{
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    width: 42px!important;
    height: 42px!important;
    background-color: var(--primary)!important;
    background-image: url('../images/arrow-wh.svg')!important;
    background-size: 15px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border: 1px solid #1C2A5D!important;
    border-left: none!important;
}

.footer-links ul{
    list-style: none;
    margin: 0;
}
.footer-links ul li{
    display: block;
    margin: 0 0 16px 0;
}
.footer-links ul li a{
    display: table;
    padding: 0;
    color: var(--text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.footer-address{
    max-width: 433px;
    width: 100%;
    margin: 0 0 0 auto;
}
.footer-address h5{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px 0;
}
.footer-links ul li:last-child,
.footer-address h5:last-child{
    margin-bottom: 0;
}
.footer-address h5 a{
    color: var(--text);
}
.footer-address h5 img{
    width: 24px;
    margin: 0 12px 0 0;
}

.copyright{
    margin-top: 59px;
}
.copyright-wrapper {
    padding: 24.5px 0;
}
.copyright-wrapper .row{
    align-items: center;
}
.copysocial ul{
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
}
.copysocial ul li{
    margin-right: 12px;
}
.copysocial ul li a{
    display: table;
}
.copytext p{
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    font-family: "Inter", sans-serif;
}
/*** 28-5-24 added css start ***/
.page-template-default .wrapper {
    padding: 80px 0;
}
.page-template-default h2.wp-block-heading {
    font-size: 28px;
    font-weight: 400;
    line-height: 39.34px;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}
.page-template-default .wrapper p{
    margin-bottom: 20px;
    font-size: 15px;
}
.wrapper .inner-content h1 {
    margin-bottom: 30px;
}
.page-template-default .woocommerce h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 39.34px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 1em 0;
}
.inner-content {
    min-height: 360px;
}
input#submit_button {
    background-image: url('../images/arrow-wh.svg');
    background-size: 15px;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 48px;
}
.header-right .search_input {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 19px;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
    color: #00ACE9;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,.woocommerce .woocommerce-order p.pay-cash {
    color: green;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    font-size: 18px;
}




/* fadeInRight */
.swiper-slide-active .fadeinright img {
  animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(-20px, 20px);
  }
  to {
    opacity: 1;
  }
}


/* fadeInLeft */
.swiper-slide-active .fadeinleft img {
  animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(20px, -20px);
  }
  to {
    opacity: 1;
  }
}

.swiper-slide-active .fadezoomout img {
  animation: fadeInZoom 1s ease-in-out;
}

@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
  }
}




/*============= Categories Page =============*/


/* Categories Section */

.categories-section {
    padding: 0 0 0 0;
    overflow: hidden;
    background-color: var(--body);
    position: relative;
}

.categories-section::after {
    content: "";
    width: 128px;
    height: 79px;
    background-image: url('../images/dot.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 17%;
    pointer-events: none;
}

.categories-section::before {
    content: "";
    width: 478px;
    height: 552px;
    background-image: url('../images/banner-round.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -75px;
    left: 0;
    pointer-events: none;
}

.categories-parent {
    min-height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
}

.categories-parent .row {
    width: 100%;
}

.categories-wrape {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.categories-text {
    max-width: 534px;
    width: 100%;
}

.categories-text h1 {
    margin: 0 0 26px 0;
    color: var(--white);
    font-weight: 500;
}

.categories-text h1 strong {
    display: block;
    font-weight: 500;
}

.categories-text p {
    margin: 0 0 44px 0;
    color: var(--white);
    line-height: 30px;
}

.categories-image img {
    max-width: 606px;
    margin: 0 0 0 auto;
    width: 100%;
}

.btn.white-btn.height-44 {
    padding: 12px 16px 11px 16px;
}


/* Products Section */

.products-section {
    padding: 100px 0;
}

.title {
    max-width: 589px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52.8px;
    margin: 0 0 16px 0;
    letter-spacing: 0;
}

.title p {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.20000000298023224px;
    color: var(--text-gray);
    opacity: 0.7;
}

.products-block {
    background-color: var(--white);
    box-shadow: 0px 12px 44px 0px #161C2D1A;
}

.products-block .products-block-img {
    width: 100%;
    height: 236px;
    object-fit: cover;
}

.products-block-text {
    background-color: var(--white);
    padding: 10px 18px 11px 18px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-block-text h5 {
    font-weight: 400;
    line-height: 30px;
    color: var(--text-black);
}

.products-block:hover .products-block-text img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(66%) saturate(6309%) hue-rotate(162deg) brightness(97%) contrast(101%);
}


/* Festive Offers Section */

.festive-offers-section {
    padding: 77px 0 90px 0;
    background-color: var(--background-color);
    position: relative;
}

.festive-clippath-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.festive-clippath-right {
    position: absolute;
    top: 0;
    right: 0;
}

.festive-offers-parent .title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.20000000298023224px;
}

.festive-offers-wrap {
    position: relative;
}

.festive-offers-wrap::before {
    content: "";
    background-color: var(--main-black);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.festive-offers-wrap-img {
    width: 100%;
    height: 654px;
    object-fit: cover;
}

.festive-offers-wrap-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    text-align: center;
}

.festive-offers-wrap-text h3 {
    margin-bottom: 27px;
    color: var(--white);
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 42.24px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.offers-block {
    background-color: var(--white);
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
}

.offers-image {
    width: 100%;
    height: 246px;
    background-color: var(--light-bg);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.offers-image img {
    max-width: 237px;
    width: 100%;
    height: 230px;
    object-fit: contain;
    mix-blend-mode: darken;
    transition: all 0.5s ease;
}

.offers-block:hover .offers-image img {
    transform: scale(1.2);
}

.offers-block:hover .offers-block-text img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(66%) saturate(6309%) hue-rotate(162deg) brightness(97%) contrast(101%);
}

.offer {
    display: table;
    padding: 5px 10px;
    background-color: var(--body);
    color: var(--white);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.offers-block-text {
    min-height: 67px;
    padding: 11px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offers-block-text h5 {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    margin: 0;
}


/* Collection Section */

.collection-section {
    padding: 100px 0 108px 0;
}

.collection-parent .title {
    max-width: 100%;
}

.collection-wrap {
    position: relative;
}

.collection-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1.13%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.collection-wrap-img {
    width: 100%;
    height: 426px;
    object-fit: cover;
}

.sustainable-collection-section .collection-wrap-img {
    height: 444px;
}

.collection-wrap-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-bottom: 30px;
    text-align: center;
}

.collection-wrap-text h3 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    line-height: 42.24px;
    margin: 0 0 10px 0;
}

.collection-wrap-text p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.20000000298023224px;
    margin: 0 0 20px 0;
}

.collection-block {
    margin: 0 1px 1px 0;
}

.collection-block-image {
    border: 0.88px solid #E5E5E5;
    background-color: var(--light-bg);
    height: 336px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.collection-block-image img {
    width: 100%;
    max-width: 271px;
    height: 324px;
    object-fit: contain;
    mix-blend-mode: darken;
    transition: all 0.5s ease;
}

.collection-block-text h5 {
    margin: 14px 0 17px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.48px;
    color: var(--text);
}

.sustainable-collection-section .collection-block-text h5 {
    min-height: 37px;
}

body .collection-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.48px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.88px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
    padding: 9px 11px 10px 10px;
    text-transform: uppercase;
}
.products .collection-btn img{
    width: 13px!important;
    height: 13px!important;
}
body .collection-block:hover .collection-btn,
body .collection-block:focus-within .collection-btn,
body li.product:hover .collection-btn,
body li.product:focus-within .collection-btn {
    border-color: var(--primary);
    color: var(--white);
    background-color: var(--primary);
}
body .collection-block:hover .collection-btn img,
body .collection-block:focus-within .collection-btn img,
body li.product:hover .collection-btn img,
body li.product:focus-within .collection-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(4deg) brightness(108%) contrast(105%);
}

.collection-block:hover .collection-block-image img {
    transform: scale(1.1);
}

.slide-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0 0;
}

.slide-button-prev,
.slide-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #CBCBCB;
    background-color: var(--white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.5s ease;
}

.slide-button-next {
    transform: rotate(180deg);
}

.slide-button-prev:hover,
.slide-button-next:hover,
.slide-button-prev:focus,
.slide-button-next:focus {
    border-color: var(--primary);
    background-color: var(--primary);
}

.slide-button-prev:hover img,
.slide-button-next:hover img,
.slide-button-prev:focus img,
.slide-button-next:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(4deg) brightness(108%) contrast(105%);
}

.sustainable-collection-section,
.employee-gifts-collection-section {
    padding: 0 0 100px 0;
}

.innovative-technology-collection-section {
    padding: 101px 0 100px 0;
}

.employee-gifts-collection-section,
.promotional-collection-section {
    padding: 0 0 100px 0;
}


/* Join Us Section */

.joinus-section {
    background-color: var(--body);
    padding: 86px 0 85px 0;
    position: relative;
}

.joinus-clippath-1 {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.joinus-clippath-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.joinus-section::before {
    content: "";
    width: 72px;
    height: 74px;
    background-image: url('../images/ellipse1.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.joinus-section::after {
    content: "";
    width: 76px;
    height: 78px;
    background-image: url('../images/ellipse2.png');
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.joinus-text {
    text-align: center;
}

.joinus-text h2 {
    margin: 0 0 10px 0;
    color: var(--white);
    font-size: 46px;
    font-weight: 600;
    line-height: 64.63px;
}

.joinus-text p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    margin: 0 auto 48px auto;
    max-width: 592px;
    width: 100%;
}

.joinus-text .btn.btn-primary:hover,
.joinus-text .btn.btn-primary:focus {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--white);
}

.mg-bottom-48 {
    margin-bottom: 48px;
}


/* InfoBar Section */

.infobar-section {
    padding: 25px 0;
    background-color: var(--background-color);
}

.infobar-block {
    padding: 18px 0;
    padding-right: 20px;
    position: relative;
}

.infobar-block::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--light-bg1);
    position: absolute;
    top: 0;
    right: 0;
}

.infobar-col:last-child .infobar-block::before {
    display: none;
}

.infobar-icon {
    width: 51px;
    height: 49px;
    background-color: var(--body);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.infobar-block h4 {
    margin: 18px 0 15px 0;
    font-family: "Inter", sans-serif;
}

.infobar-block p {
    color: var(--text-gray);
    line-height: 30px;
}

.help-section {
    padding: 64px 50px;
    margin: 90px 0 187px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(82.25deg, #1C2A5D 0%, #00ACE9 52.5%, #1C2A5D 100%);
}

.help-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/mask-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.help-text {
    text-align: center;
}

.help-text h2 {
    color: var(--white);
    margin: 0 0 12px 0;
}

.help-text p {
    max-width: 801px;
    color: var(--white);
    width: 100%;
    margin: 0 auto 32px auto;
}

.help-text .btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--text);
}

.help-text .btn-primary img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(16%) saturate(3757%) hue-rotate(197deg) brightness(87%) contrast(98%);
}

.help-text .btn-primary:hover,
.help-text .btn-primary:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--primary);
}

.help-text .btn-primary:hover img,
.help-text .btn-primary:focus img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(96%) saturate(4836%) hue-rotate(162deg) brightness(98%) contrast(101%);
}


/* Mega Menu */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    box-shadow: 0px 4px 30px 0px #8C8C8C70;
    background-color: var(--white);
    border-radius: 0px 0px 12px 12px;
    border: none;
    margin-top: 20px;
}

.dropdown-toggle::after {
    border: none;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    width: 16px;
    height: 16px;
    background-image: url('../images/arrow.svg');
    background-size: cover;
}

.mega-content-wrapper {
    padding: 32px 20px;
    min-height: 100%;
    border-right: 1px solid var(--light-bg1);
}

.mega-col:last-child .mega-content-wrapper {
    border: none;
}

.mega-content-block h5 {
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    margin: 0 0 12px 0;
}
.mega-content-block h5 a{
    color: var(--text);
}
.mega-content-block ul {
    list-style: none;
    margin: 0 0 0 0;
}

.mega-content-block ul li {
    display: block;
    margin: 0 0 8px 0;
}

.mega-content-block ul li:last-child {
    margin-bottom: 0;
}

.mega-content-block ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    display: block;
    color: #444444;
}
.mega-content-block ul li a:hover,
.mega-content-block ul li a:focus,
.mega-content-block ul li a:focus-within{
    color: var(--primary);
}

.mega-content-block {
    margin: 0 0 39px 0;
}

.mega-content-block:last-child {
    margin-bottom: 0;
}

.text-btn,.mega-content-block ul li.view_more_btn a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: var(--primary);
    margin-top: 16px;
    display: table;
}

/*================ About PAge ================*/
.gx-26{
    --bs-gutter-x: 26px;
}
.btn.block-btn{
    min-width: 215px;
    padding: 13px 20px 14px 16px;
    background-color: var(--white);
    color: var(--black);
    border-color: var(--white);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
}
.btn.block-btn:hover,
.btn.block-btn:focus{
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.inside-banner .categories-parent{
    min-height: 508px;
}
.categories-banner-text{
    text-align: center;
    max-width: 759px;
    width: 100%;
    margin: 0 auto;
}
.categories-banner-text h1{
    font-size: 66px;
    font-weight: 500;
    line-height: 72.4px;
    letter-spacing: -0.02em;
    color: var(--white);
    margin: 0 0 26px 0;
}
.categories-banner-text h1 strong{
    font-weight: 500;
}
.categories-banner-text p{
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}



/* About Section */
.about-section{
    padding: 100px 0 ;
}
.about-item{
    margin: 0 0 150px 0;
}
.about-item:last-child{
    margin-bottom: 0;
}
.about-wrape{
    display: flex;
    align-items: center;
    min-height: 100%;
}
.about-data{
    display: flex;
    align-items: center;
    min-height: 349px;
    position: relative;
    padding: 0 0 0 32px;
}
.about-data::before{
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #00ACE9 50%, #FFFFFF 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.about-text h2{
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 52.8px;
}
.about-text p{
    margin: 0 0 18px 0;
}
.about-image{
    display: table;
    position: relative;
    width: 100%;
}
.about-image::before,.about-image::after{
    content: "";
    width: 102px;
    height: 90px;
    background-image: url('../images/gr-arrow.png');
    background-size: cover;
    position: absolute;
    left: -101px;
    top: -89px;
}
.about-image::after{
    transform: rotate(-90deg);
    top: auto;
    bottom: -95px;
    left: -95px;
}
.about-image img{
    height: 429px;
    object-fit: cover;
    width: 100%;
}

.image-right .about-image::before{
    left: auto;
    right: -95px;
    top: -95px;
    transform: rotate(90deg);
}
.image-right .about-image::after{
    transform: rotate(-180deg);
    top: auto;
    bottom: -89px;
    left: auto;
    right: -101px;
}


.counter--section{
    min-height: 248px;
    background-image: linear-gradient(180deg, rgba(238, 251, 255, 0) 0%, #EEFBFF 100%);
}
.counter--section .counter-block h2{
    color: var(--text);
}



/* Discover Block */
.discover-block{
    background-color: var(--body);
    padding: 22px;
    padding-left: 91px;
    margin: 100px 0 156px 0;
    position: relative;
    z-index: 1;
}
.gp-img-1{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.gp-img-2{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.discover-block-wrape{
    display: flex;
    align-items: center;
    min-height: 100%;
}
.discover-block-text h3{
    margin: 0 0 13px 0;
    font-size: 46px;
    font-weight: 600;
    line-height: 64.63px;
    color: var(--white);
}
.discover-block-text p{
    color: var(--white);
    margin: 0 0 27px 0;
    max-width: 592px;
    width: 100%;
}
.discover-block-image{
    display: table;
    margin: 0 0 0 auto;
    background-color: var(--white);
    border-radius: 10px;
}
.discover-block-image img{
    max-width: 315px;
    width: 100%;
    height: 315px;
    object-fit: contain;
    border-radius: 10px;
}





/*======================== Our Services Page ========================*/


/* Services Block Section */
.services-block-section{
    background-color: var(--background-color);
    padding: 90px 0;
}
.services-block{
    background-color: var(--white);
    padding: 30px 18px;
    text-align: center;
    min-height: 100%;
    border: 1px solid #E5E5E5;
    transition: all 0.5s ease;
}
.services-block img{
    margin: 0 auto;
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: table;
}
.services-block h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.12px;
    color: var(--body);
    margin: 6px 0 10px 0;
    transition: all 0.5s ease;
}
.services-block h4 img{
    display: inline-block;
    margin: -2px 0 0 0;
    width: 24px;
    height: 24px;
}
.services-block p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--text-gray);
    transition: all 0.5s ease;
}
.services-block:hover{
    background-color: var(--body);
}
.services-block:hover h4,
.services-block:hover p{
    color: var(--white);
}
.services-block:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(4deg) brightness(108%) contrast(105%);
}




/* Services Section */
.services-section{
    padding: 75px 0 25px 0;
}
.services-item{
    padding: 75px 0;
}
.services-item:last-child{
    margin-bottom: 0;
}
.services-accordion{
    max-width: 623px;
    width: 100%;
}
.services-text h2{
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 52.8px;
}
.services-text p{
    margin: 0 0 20px 0;
}
.services-image{
    display: table;
    position: relative;
    width: 100%;
}
.services-image::before,.services-image::after{
    content: "";
    width: 102px;
    height: 90px;
    background-image: url('../images/gr-arrow.png');
    background-size: cover;
    position: absolute;
    left: -101px;
    top: -89px;
}
.services-image::after{
    transform: rotate(-90deg);
    top: auto;
    bottom: -95px;
    left: -95px;
}
.services-image img{
    height: 473px;
    object-fit: cover;
    width: 100%;
}
.services-image-right .services-image::before{
    left: auto;
    right: -95px;
    top: -95px;
    transform: rotate(90deg);
}
.services-image-right .services-image::after{
    transform: rotate(-180deg);
    top: auto;
    bottom: -89px;
    left: auto;
    right: -101px;
}



.accordion-btn{
    width: 100%;
    text-align: left;
    border: 1px solid var(--light-bg1);
    padding: 7px 58px 7px 24px;
    min-height: 50px;
    color: var(--black);
    font-size: 15px;
    background-color: var(--white);
    font-weight: 500;
    line-height: 19.8px;
    position: relative;
}
.accordion-btn::before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/ac-arrow.svg');
    background-size: cover;
    position: absolute;
    top: 11px;
    right: 24px;
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.accordion-btn.collapsed::before{
    transform: rotate(0deg);
}
.services-accordion-body{
    border: 1px solid var(--light-bg1);
    padding: 18px 24px;
    padding-bottom: 8px;
}
.services-accordion-body p{
    margin-bottom: 10px;
    line-height: 30px;
    color: var(--text-gray);
}



.service-client{
    padding: 0 0 109px 0;
}
.service-getintouch.getintouch-parent{
    padding-bottom: 163px;
}
.service-getintouch .getintouch-title-data{
    margin-bottom: 70px;
}
.service-getintouch .getintouch-title-desc p{
    max-width: 557px;
}



.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .site-main .woocommerce-breadcrumb{
    display: none;
}


.post-type-archive .content-area .product-sidebar h3,
.post-type-archive .content-area h3,
.tax-product_cat .content-area .product-sidebar h3,
.tax-product_cat .content-area h3{    
    padding: 0 0 30px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Inter", sans-serif;
}

.post-type-archive .content-area .category-list h5,
.tax-product_cat .content-area .category-list h5{    
    padding: 0 0 20px 0;
}
.post-type-archive .products .woocommerce-loop-product__title,
.related-products h2,
.tax-product_cat .site-main .product h2{
    padding: 0 !important;
    line-height:normal !important;
    font-size: 18px!important;
    font-weight: 500!important;
    font-family: "Poppins", sans-serif !important;
    line-height: 23.76px !important;
    color: #1C2A5D !important;
    min-height: 48px;
    margin: 10px 0 15px 0!important;
}

.post-type-archive .collection-btn .product,
.tax-product_cat .collection-btn .product{
    padding: 11px 0 10px 10px !important;
}
.post-type-archive .product .view-product-info,
.related.products .product .view-product-info,
.tax-product_cat .site-main .product .view-product-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-type-archive .product  .collection-btn img ,.related-products .collection-btn img,
.tax-product_cat .site-main .product .collection-btn img{
    margin: 0 !important;
}
.post-type-archive .products-sort .facetwp-type-sort,
.tax-product_cat .site-main .products-sort .facetwp-type-sort{    
    text-align: end !important;
}
.post-type-archive .product .view-product-info .view-stock a,
.post-type-archive .product .view-product-info  .view-price a,
.tax-product_cat .site-main .product .view-product-info .view-stock a, 
.tax-product_cat .site-main .product .view-product-info .view-price a,
.single-product .product .view-product-info .view-stock a,
.single-product .product .view-product-info .view-price a{
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 21.12px !important;
    color: #1C2A5D !important;
}


.post-type-archive .products .wvs_archive_reset_variations,
.tax-product_cat .site-main .products .wvs_archive_reset_variations{
    display: none !important;
}

.post-type-archive .products .view-product-info ,.related-products .view-product-info,
.tax-product_cat .site-main .product .view-product-info{
    padding: 0 0 22px 0 !important;
}

.color-variable-item{
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
}
.tax-product_cat .site-main .product .color-variable-item  .variable-item-contents::before{
    display: none !important;
}
.post-type-archive .products .product .post-type-archive .products-sort{
    text-align: end !important;
}

.post-type-archive .products .product .archive-variable-items,
.tax-product_cat .products .product .archive-variable-items{
    margin: 0 !important;
    padding-bottom: 16px !important;
}
.post-type-archive .product-sidebar .facetwp-counter,
.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox .facetwp-counter{       
    font-size:  15px !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 19.8px !important;
    color: #1C2A5D !important;
}
.post-type-archive .products-sort .facetwp-type-sort select,
.tax-product_cat .site-main .products-sort .facetwp-type-sort select{   
    width: auto;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #CBCBCB;
    padding: 2px 55px 1px 19px !important;
    color: #1C2A5D !important;
    background-color: transparent !important;
    background-image: url('../images/down.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 90% center;
    font-size:  14px !important;
    font-weight: 400 !important;
    font-family: "Inter", sans-serif !important;
    line-height: 16.94px !important;
    appearance: none;
}
.post-type-archive .product-sidebar .facetwp-checkbox .facetwp-display-value,
.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox .facetwp-display-value{          
    font-size: 15px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    line-height: 19.8px !important;
    color: #1C2A5D !important;
    padding: 0 !important;

}
.post-type-archive .product-sidebar .facetwp-checkbox.checked,
.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox.checked{    
    background-image: url('../images/checkbox-checked.png') !important;
    background-repeat: no-repeat !important;
    background-size:16px 16px;
    background-position-y: top 12px !important;
}
.post-type-archive .product-sidebar .facetwp-checkbox,
.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox{ 
    background: url('../images/checkbox-unchecked.png') 0 50% no-repeat !important;
    background-repeat: no-repeat !important;
    background-size:16px 16px;
    background-position-y: top 12px !important;
    position: relative;
}

.post-type-archive .sidebar-box,
.tax-product_cat .site-main .product-sidebar .sidebar-box{
    padding: 30px 20px 30px 24px;
    border: 1px solid #F4F4F4 !important;
    border-radius: 10px !important;
    margin: 0 0 30px 0;
}
.post-type-archive .facetwp-checkbox,
.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox{     
    border-bottom: 1px solid #E5E5E5 !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    padding: 5px 20px 9px 26px;
}
.facetwp-type-checkboxes .facetwp-depth{
    margin: 0px 0 0 30px;
}
.post-type-archive .products-count .facetwp-reset,
.tax-product_cat .products-count .facetwp-reset{
    display: none;
}

.tax-product_cat .site-main{
        padding:40px 0 187px 0 !important;
}

.post-type-archive .facetwp-facet-stock .noUi-handle,
.tax-product_cat .site-main .product-sidebar .stock-slider .noUi-handle{    
    border-radius: 40px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 6px solid #00ACE9;
    
}
.post-type-archive .facetwp-facet-stock .facetwp-slider,
.tax-product_cat .facetwp-facet-stock .facetwp-slider{
    border: 1px solid #232323 !important;
    height: auto !important ;
}
.post-type-archive .product-sidebar .noUi-origin,
.tax-product_cat .site-main .product-sidebar .stock-slider .noUi-origin{        
    top: -5px !important;
}
.post-type-archive .product-sidebar .stock-slider h5,
.tax-product_cat .site-main .product-sidebar .stock-slider h5{    
    margin: 0 0 52px 0;
}
.post-type-archive .product-sidebar .color-boxes .facetwp-color,
.tax-product_cat .product-sidebar .color-boxes .facetwp-color{
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
    position: relative;
    vertical-align: top;
    transition: all 0.5s ease;
}
body.woocommerce .color-boxes .facetwp-color.checked::after{
    display: none;
}
.post-type-archive .product-sidebar .color-boxes .facetwp-color::before,
.tax-product_cat .product-sidebar .color-boxes .facetwp-color::before{
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #00ACE9;
    position: absolute;
    top: -4px;
    left: -4px;
    display: none;
    transition: all 0.5s ease;
}
.post-type-archive .product-sidebar .color-boxes .facetwp-color.checked,
.tax-product_cat .product-sidebar .color-boxes .facetwp-color.checked {
    width: 28px !important;
    height: 28px !important;
    margin: 2px 14px 10px 4px !important;
}
.post-type-archive .product-sidebar .color-boxes .facetwp-color.checked::before,
.tax-product_cat .product-sidebar .color-boxes .facetwp-color.checked::before{
    display: block;
}
.post-type-archive .product-sidebar .color-boxes h5,
.tax-product_cat .product-sidebar .color-boxes h5{        
    padding: 0 0 20px 0 !important;
}   
.post-type-archive .site-main, .tax-product_cat .site-main{
    padding:40px 0 0 0 !important;
}
.post-type-archive .products .color-variable-item,.tax-product_cat .products .color-variable-item,.related-products .color-variable-item{
    margin: 15px 9.08px 0 0 !important;

}
.post-type-archive .product-sidebar .facetwp-slider-reset,
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-slider-reset{ 
    display: none !important;
}
.post-type-archive .product-sidebar .facetwp-color.checked::after,
.tax-product_cat  .product-sidebar .facetwp-color.checked::after{    
    margin: 4px 0 0 0px !important;
}
.post-type-archive .product .variable-price bdi, .related-products bdi, .tax-product_cat .product .variable-price bdi {
    font-size:16px;
    font-weight: 500;
    line-height: 21.12px;
    font-family: "Poppins", sans-serif !important;
    color: #1C2A5D !important;
}
.post-type-archive .products .color-variable-item,
.tax-product_cat  .products .color-variable-item{
    border-radius: 0 !important;
}
.post-type-archive .facetwp-facet-pagination,
.tax-product_cat .facetwp-facet-pagination {
    text-align: center !important;
    padding:30px 0 0 0 !important; 
}
.tax-product_cat .facetwp-facet-pagination {
    margin-bottom: 50px;
}

.post-type-archive .products .color-variable-item ,.related-products .color-variable-item,
.tax-product_cat .site-main .products .variations .color-variable-item{
    box-shadow: 0 0 0 2px transparent !important;
    border-radius:0 !important;
}

.post-type-archive .products .color-variable-item  .variable-item-span-color,
.related-products .color-variable-item .variable-item-span-color,
.tax-product_cat .site-main .products .variations .color-variable-item .variable-item-span-color{
    border: 0.89px solid #E5E5E5 !important;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page,
.tax-product_cat .facetwp-facet-pagination .facetwp-page {
    margin: 0 5px!important;
    color: #1C2A5D;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 1px 7.5px !important;
    border-radius: 2px !important;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page.active,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.active{
    background-color: #00ACE9;
    color: #FFFFFF !important;
}
.post-type-archive .product-sidebar .facetwp-slider-label,
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-slider-label{        
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21.12px !important;
    color: #1C2A5D !important;
    font-family: "Poppins", sans-serif !important;
   
}
.post-type-archive .product-sidebar .facetwp-slider-wrap,  
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-slider-wrap{ 
    padding-bottom: 20px !important;
}
.post-type-archive .product-sidebar .stock-slider h5,
.tax-product_cat .product-sidebar .stock-slider h5{
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23.76px !important;
    color: #1C2A5D !important;
    font-family: "Poppins", sans-serif !important;
}
.post-type-archive .product-sidebar .sidebar-box,
.tax-product_cat .site-main .product-sidebar .sidebar-box .stock-slider{         
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23.76px !important;
    color: #1C2A5D !important;
    font-family: "Poppins", sans-serif !important;
}
.post-type-archive .view-product-info .in-stock,
.tax-product_cat .view-product-info .in-stock {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.48px !important;
    color: #1C2A5D !important;
    font-family: "Poppins", sans-serif !important;
    position: relative;
    padding: 0 0 0 14px;
}   
.post-type-archive .view-product-info .in-stock::before,
.tax-product_cat .view-product-info .in-stock::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #24A148;
    border-radius: 100px;
    position: absolute;
    top: 5px;
    left: 0;
}

.post-type-archive .facetwp-checkbox .facetwp-expand,
.tax-product_cat .facetwp-checkbox .facetwp-expand{
  width: 24px;
  height: 24px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  right: 0;
  float: none!important;
}

.post-type-archive.woocommerce ul.products li.product a .custom-product-image-wrapper,
.tax-product_cat .site-main  ul.products li.product a .custom-product-image-wrapper{    
    margin: 0;
    width: 100%;
    height: 302px;
    object-fit: contain;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 16px 23px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.post-type-archive.woocommerce ul.products li.product a .custom-product-image-wrapper img,
.tax-product_cat .site-main  ul.products li.product a .custom-product-image-wrapper img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    object-fit: contain;
}
.post-type-archive.woocommerce ul.products li.product:hover a .custom-product-image-wrapper img,
.tax-product_cat .site-main  ul.products li.product:hover a .custom-product-image-wrapper img{
    transform: scale(1.1);
}
.post-type-archive.woocommerce .products,
.tax-product_cat .site-main .products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    margin-top: 30px;
}
.post-type-archive.woocommerce .product,
.tax-product_cat .site-main .product{
    width: 33.33%!important ;
    padding: 0 15px!important;
    float: none!important;
    margin: 0!important;
}
.post-type-archive .products .color-variable-item,
.tax-product_cat .site-main .products .variations .color-variable-item{
    width: 25px!important;
    height: 25px!important;
    margin: 0 6px 6px 0!important;
}
.post-type-archive .woo-variation-swatches ul.variations > li,
.tax-product_cat .woo-variation-swatches ul.variations > li {
    margin: 0;
}
.post-type-archive .products .color-variable-item.selected, 
.related.products .color-variable-item.selected,
.tax-product_cat .site-main .products .variations .color-variable-item.selected{
    box-shadow: 0 0 0 2px #00ACE9 !important;
}
.post-type-archive.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents::before,
.tax-product_cat.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents::before {
    display: none!important;
}

body .facetwp-facet{
    margin: 0;
}

.post-type-archive .products-count,
.tax-product_cat .site-main .products-count{
    display: flex;
    align-items: center;
    min-height: 100%;
}
.post-type-archive.woocommerce ul.products li.product .price,
.tax-product_cat.woocommerce ul.products li.product .price {
    color: #1C2A5D;
    margin-bottom: 0;
}

.post-type-archive .product-sidebar .sidebar-box h5,
.tax-product_cat .site-main .sidebar-box h5{    
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    line-height: 23.76px;
    text-align: left;
    color: #1C2A5D;
}
.post-type-archive .facetwp-facet-pagination .facetwp-pager,
.tax-product_cat .facetwp-facet-pagination .facetwp-pager {
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page.prev,
.post-type-archive .facetwp-facet-pagination .facetwp-page.next,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.prev,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 100px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page.prev svg,
.post-type-archive .facetwp-facet-pagination .facetwp-page.prev svg,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.prev svg,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.prev svg {
    width: 34px;
    height: 34px;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page.prev,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.prev {
    margin-right: 20px!important;
}
.post-type-archive .facetwp-facet-pagination .facetwp-page.next,
.tax-product_cat .facetwp-facet-pagination .facetwp-page.next {
    margin-left: 20px!important;
}






.single-product.woocommerce .woocommerce-breadcrumb{
    padding: 40px 0;
    color: var(--black);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    margin: 0 0 0 0;
}
.single-product.woocommerce .woocommerce-breadcrumb a{
    color: var(--primary);
}
.single-product.woocommerce .woocommerce-breadcrumb a:hover,
.single-product.woocommerce .woocommerce-breadcrumb a:focus{
    color: var(--black);
}
.single-product.woocommerce div.product .product_title{
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    color: var(--text);
    margin: -10px 0 14px 0;
}
.single-product.woocommerce .product-main-top .price{
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: var(--main-black);
    margin: 0 0 12px 0;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
.single-product.woocommerce div.product div.summary{
    width: 100%!important;
    float: none!important;
}
.single-product.woocommerce div.product div.summary{
    padding-left: 20px;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery .wpgs-for .slick-slide img{
    padding: 23px 24px;
    border: 1px solid #DBDBDB;
    height: 515px;
    object-fit: contain;
}
.single-product.woocommerce div.product form.cart div.quantity{
    float: none!important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
}
.single-product.woocommerce .qty_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #E5E5E5;
    margin-right: 29px;
}
.single-product.woocommerce .qty-minus,
.single-product.woocommerce .qty-plus{
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 24px;
}
.single-product.woocommerce .quantity .qty{
    width: 56px!important;
    height: 48px!important;
    border: none!important;
    border-radius: 0!important;
    background-color: #fff!important;
    font-family: Poppins!important;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 23.76px!important;
    text-align: center!important;
    color: var(--black)!important;
    padding: 0!important;
    box-shadow: none!important;
}
.single-product.woocommerce .quantity .qty::placeholder{
    color: var(--black)!important;
    opacity: 1!important;
}
.single-product.woocommerce div.product form.cart .button{
    float: none!important;
    height: 50px!important;
    width: calc(100% - 188px)!important;
    border: 1px solid  var(--black)!important;
    background-color: transparent!important;
    border-radius: 0!important;
    color: var(--black)!important;
    font-family: "Inter", sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 19.36px!important;
    text-align: center!important;

}
/*.single-product.woocommerce div.product form.cart .single_variation_wrap{
    margin: 0 0 30px 0;
}*/


.single-product.woocommerce .accordion.products-tabs{
    padding: 0;
    margin-top: 30px;
}
.single-product.woocommerce .accordion.products-tabs .accordion-item{
    border: 1px solid #E5E5E5;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
/* .single-product.woocommerce .accordion.products-tabs .accordion-item:last-child{
    margin-bottom: 0;
    border: none;
} */
.single-product.woocommerce .accordion.products-tabs .accordion-button {
    padding: 10px 58px 10px 24px;
    min-height: 69px;
    font-family: "Poppins", sans-serif;
    font-size: 18px!important;
    background-color: #fff!important;
    box-shadow: none!important;
    border-radius: 0!important;
    font-weight: 500!important;
    line-height: 23.76px!important;
    text-align: left;
    color: var(--text)!important;
    position: relative;
}
.single-product.woocommerce .accordion.products-tabs .accordion-button::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-ac.svg');
    background-size: cover;
    position: absolute;
    top: 21px;
    right: 23px;
    transform: rotate(180deg);
}
.single-product.woocommerce .accordion.products-tabs .accordion-button.collapsed::before{
    transform: rotate(0);
}
.single-product.woocommerce .accordion.products-tabs .accordion-body{
    padding: 10px 24px;
}
.related.products h2{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    color: var(--text);
    text-transform: uppercase;
    margin: 0 0 42px 0;
}

.woocommerce .related.products ul.products li.product a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail, .woocommerce .related.products ul.products li.product a.woocommerce-LoopProduct-link img.woocommerce-placeholder {
  margin: 0;
  width: 100%;
  height: 302px;
  object-fit: contain;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  padding: 16px 23px;
}
.woocommerce .related.products h2.woocommerce-loop-product__title {
  padding: 0 !important;
  line-height: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 23.76px !important;
  color: #1C2A5D !important;
  min-height: 48px;
  text-transform: none!important;
  margin: 10px 0 15px 0 !important;
}
.woocommerce .related.products .color-variable-item {
  width: 25px !important;
  height: 25px !important;
  margin: 0 6px 6px 0 !important;
}
.woocommerce .related.products .stock.in-stock{
    color: #1C2A5D;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.48px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 14px;
    position: relative;
}   
.woocommerce .related.products .stock.in-stock::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #24A148;
    border-radius: 100px;
    position: absolute;
    top: 5px;
    left: 0;
}

.custom-product-tags{
    position: absolute;
    top: 15px;
    right: 32px;
    z-index: 111;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body .product-tag {
    border-radius: 100px;
    padding: 4px 12px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.48px;
    text-align: left;
    color: #fff;
    background-color: #24A148;
}
body .new{
    background-color: #FF9C09;
}
body .best-seller{
    background-color: #24A148;
}

.products-sort{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.products-sort p{
    color: #1C2A5D;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    margin: 0 8px 0 0;
}


.facetwp-facet-stock .tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
    font-size: 12px;
}
.facetwp-facet-stock .tooltip{ opacity:1; }

.post-type-archive .facetwp-facet-stock .noUi-connect,
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-facet-stock .noUi-connect{     
    background: #00ace9;
}
.post-type-archive .facetwp-facet-stock .facetwp-slider,
.tax-product_cat .facetwp-facet-stock .facetwp-slider {  height: auto !important; }
.noUi-base, .noUi-connects{ border:none !important; height:auto !important;  }
.post-type-archive .facetwp-facet-stock .noUi-connect,
.tax-product_cat .facetwp-facet-stock .noUi-connect {
    border: 1px solid #00ace9;
}


/* 404 */
.error-section{
    padding: 100px 0;
    text-align: center;
}
.error-data img{
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    margin-bottom: 30px;
}
.error-data h1{
    margin: 0 0 20px 0;
    display: block;
}


.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-image,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-total,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    color: var(--text);
    text-transform: capitalize;
    margin: 0;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-total{
    text-align: right;
}
.woocommerce-cart .wc-block-cart-item__image a img{
    width: 100%;
    height: auto!important;
    object-fit: contain;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 5px;
}
.woocommerce-cart .wc-block-components-product-name{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text);
    margin: 0 0 0 0;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
    font-size: 20px;
    color: var(--text);
    opacity: 1;
}
.woocommerce-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.woocommerce-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus{
    border-radius: 0;   
}
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel, 
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
    padding: 0;
}

.woocommerce-cart .wc-block-components-shipping-calculator{
    padding: 30px 0 0 0!important;
}
.woocommerce-cart .wc-block-components-totals-item__value{
    font-weight: 500;
}
.woocommerce-page .wp-element-button,
.woocommerce-page .woocommerce-Button,
.woocommerce-page .button  {
    font-family: Inter!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 19.36px!important;
    text-align: center!important;
    padding: 11.1px 16px 9.1px 16px!important;
    color: var(--white)!important;
    background-color: var(--primary)!important;
    border: 1px solid var(--primary)!important;
    border-radius: 0!important;
}
.woocommerce-page .wp-element-button:hover,
.woocommerce-page .woocommerce-Button:hover,
.woocommerce-page .button:hover{
    color: var(--white)!important;
    background-color: var(--body)!important;
    border: 1px solid var(--body)!important;
}
.woocommerce-page form input,.woocommerce-page form textarea{
    width: 100%!important;
    height: 50px!important;
    border: 1px solid var(--dark-gray)!important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0!important;
    color: var(--text-gray)!important;
    opacity: 1!important;
    padding: 0 0 0 16px!important;
    margin: 0!important;
    font-weight: 400!important;
    font-size: 16px!important;
}
.woocommerce-page form input::placeholder,.woocommerce-page form textarea::placeholder{
    color: var(--text-gray)!important;
    opacity: 1!important;
}
.woocommerce-page form textarea{
    height: 120px!important;
    padding-top: 15px!important;
}
.select2-container .select2-selection--single{
    width: 100%!important;
    height: 50px!important;
    margin: 0!important;
    border: 1px solid var(--dark-gray)!important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    color: var(--text-gray)!important;
    padding: 10px 0 0 16px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 47px;
}
.woocommerce-cart form.wc-block-components-shipping-calculator-address label{
    font-family: Poppins!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 21.12px!important;
    text-align: left!important;
    color: var(--text)!important;
    background-color: #fff!important;
    margin: 0 0 0!important;
    top: -17px!important;
    padding: 0 6px!important;
}
.woocommerce-cart .components-form-token-field__suggestions-list{
    box-shadow: none!important;
    border-radius: 0!important;
    border: 1px solid var(--dark-gray)!important;
}
.woocommerce-cart .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.woocommerce-cart .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{
    background-color: var(--primary)!important;
    color: var(--white)!important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid var(--dark-gray) !important;
    border-radius: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: block!important;
    margin-bottom: 10px!important;
}
.woocommerce-page form input.woocommerce-form__input-checkbox{
    width: auto!important;
    height: auto!important;
}
.woocommerce-page .woocommerce-LostPassword.lost_password,
.woocommerce-page .woocommerce-LostPassword.lost_password a,
.woocommerce-privacy-policy-text a{
    color: var(--body);
}
.woocommerce form .form-row{
    margin-bottom: 10px!important;
}
.woocommerce-EditAccountForm.edit-account fieldset{
    padding-top: 20px;
}

.woocommerce-form__label-for-checkbox  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox  span {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 25px;
}
.woocommerce-form__label-for-checkbox  span:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #6B6B6B;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-form__label-for-checkbox  input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid var(--primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}





.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 25%;
    margin-bottom: 30px;
    padding-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 20px;
    background-color: var(--body);
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: var(--white);
}
.woocommerce-account .woocommerce-MyAccount-content a{
    color: var(--body);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--primary);
}
/* .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--primary);
    text-decoration: underline;
} */
.woocommerce-account .woocommerce-MyAccount-content{
    width: 75%;
}
.woocommerce table.shop_table{
    border-radius: 0;
}
.woocommerce table.my_account_orders .button{
    padding: 5px 15px!important;
}
.woocommerce table.shop_table th{
    font-weight: 600;
}
.woocommerce-info{
    border-top-color: var(--primary)!important;
}
.woocommerce-info::before {
    color: var(--primary)!important;
}




.small-banner .categories-parent{
    min-height: 280px;
}
.small-banner .categories-banner-text h1{
    margin-bottom: 0;
}

.faq-section{
    padding: 100px 0;
}
.faq-accordion-item{
    margin: 0 0 15px 0;
}
.faq-accordion-item .accordion-btn{
    font-size: 18px;
    min-height: 60px;
}
.faq-accordion-item .accordion-btn::before {
    top: 17px;
}
.faq-accordion-body{
    border: 1px solid var(--light-bg1);
    padding: 18px 24px;
    padding-bottom: 8px;
}
.faq-accordion-body p {
  margin-bottom: 10px;
  color: var(--text-gray);
}




.contact-main-section{
    padding: 100px 0 40px 0;
}

.basic-text h3{
    font-size: 28px;
    font-weight: 500;
    line-height: 29.05px;
    color: var(--text);
    margin: 0 0 10px 0;
}
.basic-text p{
    line-height: 26px;
    color: #232323;
}


.blog_main .blog_img{
    position: relative;
}
.blog_main .blog_list_content .blog_date{
    position: absolute;
    top: 0;
    right: 0;
}
.blog_main .blog_img a img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog_main .blog_list_content .blog_text_link{
    padding: 0;
}
.blog_main .blog_list_content .blog_content h4{
    margin: 0 0 5px 0;
}
.blog_main .blog_list_content .blog_content p{
    font-weight: normal;
    margin: 0 0 20px 0;
    font-size: 14px;
    color:var(--text);
}
.blog_main .blog_list_content .blog_content p a{
    color:var(--text);
}
.blog_main .blog_list_content .cat_comment{
    padding: 10px 0;
}
.blog_content_wrape{
    padding: 20px 0;
    padding-bottom: 0;
}
.blog_main .blog_text_link p{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog_content_wrape .btn_sub{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    min-width: auto;
    height: auto;
    margin: 0 0 15px 0;
    padding: 8px 15.5px 10px 15.5px;
}
.blog_main .widget ul li{
    line-height: normal;
}
.blog_main .widget ul li a{
    font-weight: 500;
}

.blog_main_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog_main .blog_list{
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px 0;
    background-color: transparent;
    float: none;
}
.blog_main .blog_brd_pad,
.blog_main .widget.widget_categories, .blog_main .widget.widget_recent_entries{
    border-color: var(--primary);
}
.blog_main .widget h2{
    line-height: normal;
}

.heading_pages{
    text-align: center;
}
.heading_pages h1{
    font-weight: 600;
    line-height: normal;
}

.news_detail .img_tag img{
    width: 100%;
    object-fit: cover;
}
.news_detail h2{
    font-size: 28px;
  font-weight: 500;
  line-height: 29.05px;
  margin: 0 0 10px 0;
  color: var(--text);
  text-transform: none!important;
}
.news_detail .byline a{
    color: var(--text);
    font-weight: 500;
}
.news_detail .byline{
    font-weight: normal;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: var(--text);
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image img{
    margin: 0;
    width: 100%;
    height: 302px;
    object-fit: contain;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 0;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title{
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title a{
    color: var(--text);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
    border-radius: 0;
    font-size: 16px!important;
    padding: 8px 15.5px 10px 15.5px;
    background-color: var(--primary);
    color: var(--white);
}



.related.products .custom-product-tags{
    right: 17px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product .sku{
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #00ACE9;
    margin: 0 0 30px 0;
    display: table;
}
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
.woocommerce-product-details__short-description p{
    color: #1C2A5D;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.48px;
    margin: 0 0 0 0;
}

.wpgs-for .slick-arrow{
    display: none!important;
}
.product-single-image{
    position: relative;
}
body .product-single-image .custome-product-tag{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-product.woocommerce div.product p.stock{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: left;
    color: #24A148;
    margin: 0 0 40px 0;
}
.single-product.woocommerce div.product p.stock.out-of-stock {
    color: red;
}
.single-product.woocommerce div.product p.stock span{
    font-weight: 500;
}
.products-tabs .accordion-button::after {
    display: none;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title{
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    color: var(--text);
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, 
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-form label{
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21.12px !important;
    text-align: left !important;
    color: var(--text) !important;
    background-color: #fff !important;
    margin: 0 0 0 !important;
    top: -10px !important;
    transform: translateY(0) scale(1)!important;
    padding: 0 6px !important;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]{
    width: auto!important;
    height: auto!important;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    margin-left: 5px!important;
    margin-top: 2px!important;
}
.wc-block-components-address-card__edit{
    color: var(--text) !important;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span{
    margin: 0 0 0 10px;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input{
    width: auto!important;
    height: auto!important;
    border-radius: 100px!important;
    left: 0!important;
}
.woocommerce-checkout .wc-block-components-radio-control__option-layout{
    padding-left: 30px;
}
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label{
    transform: translate(0, 0)!important;
    top: -10px !important;
}
.woocommerce-checkout .wc-block-checkout__terms a{
    color: var(--body) ;
    text-decoration: underline;
}
.woocommerce-checkout .wc-block-checkout__terms a:hover{
    color: var(--primary) ;
}

.facetwp-facet-stock .tooltip{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.48px;
    text-align: center;
    padding: 3.5px 9.5px;
    color: #fff;
    background-color: #232323;
    border-radius: 3px;
    top: -38px;
}

.post-type-archive .stock-slider .facetwp-facet-stock .facetwp-slider,
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-facet-stock .facetwp-slider{           
    border: none!important;
    background: #232323;
    height: 2px!important;
}
.post-type-archive .stock-slider .facetwp-facet-stock .noUi-connect,
.tax-product_cat .site-main .product-sidebar .stock-slider .facetwp-facet-stock .noUi-connect{ 
    border: none;
    position: static;
    height: 3px;
    margin: -0.5px 0 0 0;
}

.single-product.woocommerce div.product form.cart .variations tr th,
.single-product.woocommerce div.product form.cart .variations tr td{
    display: block;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item{
    margin: 0 5px 5px 0!important;
    border-radius: 0!important;
    border: 1px solid transparent!important;
    box-shadow: none;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.selected{
    border: 1px solid var(--text)!important;
}
.woocommerce div.product form.cart .reset_variations{
    color: var(--text);
    text-decoration: underline;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents::before{
    display: none!important;
}

.woo-variation-gallery-wrapper .slick-current .wvg-gallery-image img{
    width: 100%;
    height: 515px;
    object-fit: contain;
    border: 1px solid #DBDBDB;
    padding: 22px 23px 23px 24px;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{
    display: none!important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
    margin-bottom: 11px!important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{
    width: 100%;
    height: 86px;
    padding: 4px;
    object-fit: cover;
    border: 1px solid #E5E5E5;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img{
    border-color: #1C2A5D;
}
body .woo-variation-product-gallery{
    margin-bottom: 0px!important;
}
body .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper{
    width: 86px!important;
}
body .woo-variation-product-gallery .woo-variation-gallery-slider-wrapper{
    width: calc(100% - 86px)!important;
    padding: 0 2px 0 10px!important;
}
/* .product-single-image .product-variations-list{
    display: flex;
    flex-wrap: wrap;
}
.product-single-image .product-variations-list label{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: right;
    color: #232323;
    margin: 0 0 0 0;
}
.product-single-image .product-variations-list .single-product-variable-items{
    width: calc(100% - 63px);
    padding: 0 0 0 32px;
} */
.single-product .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, 
.single-product .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
    display: none!important;
}
.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products li.product{
    width: 100%!important;
    float: none!important;
    margin: 1px 15px!important;
}
.related.products{
    padding-bottom: 100px;
    padding-top: 80px;
}
.related-products {
    margin: 0 -15px!important;
}
.related-products .slick-track .slick-slide{
    margin: 0 30px 0 0;
}
.related-products .slick-prev,.related-products .slick-next{
    width: 40px;
    height: 40px;
    border: 1px solid #CBCBCB;
    background-color: var(--white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 ;
    background-image: url('../images/arrow-sm.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    z-index: 11;
    top: 45%;
}
.related-products .slick-prev::before,
.related-products .slick-next::before{
    display: none;
}
.related-products .slick-prev{
    left: -54px;
}
.related-products .slick-next{
    right: -54px;
    transform: translateY(-50%) rotate(180deg);
    background-image: url('../images/arrow-sm.svg');
}
.single-product .product-main-top .variations_form .variations{
    display: none !important;
}
.single-product .product .product-variations-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 30px;

}
.single-product .product .product-variations-list .color-variable-item{
    width: 28.5px !important;
    height: 28.5px !important;
    margin: 0 7.12px 0 0 !important;
    box-shadow: none !important;
  
}   
.single-product .product .product-variations-list .color-variable-item .variable-item-span-color{
    border:0.89px solid #E5E5E5 !important;
}
.single-product .product .product-variations-list .color-variable-item.selected ,.related .variations .color-variable-items-wrapper .variable-item.selected{
    border:1px solid #00ACE9 !important;
}
.single-product .product .product-variations-list label{
    max-width: 63px;
    width: 100%;
    text-align: right;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 0 0;
    color: #232323 !important;
}
.single-product .product .product-variations-list  .color-variable-items-wrapper{
    margin: 0 0 0 31px;
}
body .basic-section .basic-text .register .form-row input[type=file],
body .basic-section .basic-text .woocommerce-EditAccountForm .form-row input[type=file]{
    padding: 0 !important;
}   
body .basic-section .basic-text .register .form-row input[type=file]::file-selector-button,
body .basic-section .basic-text .woocommerce-EditAccountForm .form-row input[type=file]::file-selector-button {
    background-color: #00ACE9;
    color: #FFFFFF;
    border:0px;
    padding:10px 20px;
    height:50px;
    margin-right: 20px;
    transition:.5s;
    cursor: pointer;
}
.header .search-icon .search_input .aws-search-form .aws-search-field{
    background-color: #FFFFFF !important;
    border:1px solid #CBCBCB !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.48px !important;
    padding: 0 0 0 16px !important;
    width: 100% !important;
    height: 50px !important;
}
.header .search-icon .search_input .aws-search-form{
    height: auto !important;
}
.woocommerce-page .site-main .products-count .facetwp-facet,
.tax-product_cat .site-main .products-count .facetwp-facet{
    font-family: "Inter", sans-serif;
    line-height: 19.36px !important;
}

body.woocommerce-order-received  ul.order_details li strong{
    font-weight: 500;
}
body.woocommerce-order-received table.shop_table tbody th, 
body.woocommerce-order-received table.shop_table tfoot td, 
body.woocommerce-order-received table.shop_table tfoot th{
    font-weight: 600;
}
body.woocommerce-order-received h2{
    margin-bottom: 20px!important;
}
body.woocommerce-order-received table.shop_table td a{
    color: var(--body);
}
body.woocommerce-order-received table.shop_table td a:hover{
    color: var(--primary);
}
body.woocommerce-order-received address{
    padding: 10px!important;
    border-radius: 0!important;
}
body.woocommerce-order-received address .woocommerce-customer-details--phone,
body.woocommerce-order-received address .woocommerce-customer-details--email{
    margin: 10px 0!important;
}
body.woocommerce-order-received address .woocommerce-customer-details--phone::before,
body.woocommerce-order-received address .woocommerce-customer-details--email::before{
    line-height: normal!important;
}

.blog_main .blog_brd_pad .pager{
    text-align: center !important;
}
  .type-product .entry-summary .variations_form .accordion-body{
    color: #696969 !important;
}
.type-product .entry-summary .variations_form .products-tabs .accordion-collapse ul{
    padding-left: 20px;
}
.type-product .entry-summary .variations_form .products-tabs .accordion-collapse ul li{
    color: #696969 !important;
    line-height: 30px;
}



.wc-block-components-totals-coupon__content #wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label{
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21.12px !important;
    text-align: left !important;
    color: var(--text) !important;
    background-color: #fff !important;
    margin: 0 0 0 !important;
    top: -10px !important;
    padding: 0 6px !important;
    transform: translateY(0) scale(1)!important;
}

.woocommerce-account .addresses .title .edit{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
    padding: 8px 15.5px 10px 15.5px;
}
.woocommerce div.product form.cart div.quantity{
    margin: 0!important;
}

.woocommerce-page .wvs_archive_reset_variations{
    display: none!important;
}
.related.products .variable-item .variable-item-contents {
    padding: .5px;
}
.woocommerce span.onsale{
    width: 48px;
    height: 48px;
    min-height: auto;
    min-width: auto;
    font-size: 13px;
    background-color: var(--primary);
}
 .woocommerce .product-single-image span.onsale{
    top: 10px;
    left: 10px;
}
.woocommerce .has-post-thumbnail .product-single-image span.onsale{
    left: 110px;
}
.woocommerce ul.products li.product .onsale{
    margin: 5px;
}
.woocommerce ul.related-products.products li.product .onsale{
    right: auto;
    left: 0;
}
.woocommerce-message{
    border-top-color: var(--primary)!important;
}
.woocommerce-message::before {
    color: var(--primary)!important;
}
 

.woocommerce-page form .password-input input[type=text],
.woocommerce-page form .password-input input[type=text]::placeholder{
    color: var(--body)!important;
}

/* body.post-type-archive .product-sidebar .color-boxes .facetwp-facet-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.post-type-archive .product-sidebar .color-boxes .facetwp-color{
    position: relative;
    padding: 0;
    margin: 0!important;
}
body.post-type-archive .product-sidebar .color-boxes .facetwp-color::after{
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1.5px solid #00ACE9;
    position: absolute;
    top: 0;
    left: 0;
} */


body.woocommerce-order-received table.shop_table td a{
    text-decoration: underline;
}

body.single-product a.added_to_cart{
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19.36px;
text-align: center;
margin-top: 20px;
padding: 11.1px 16px 9.1px 16px;
color: var(--white);
background-color: var(--primary);
padding: 8px 15.5px 10px 15.5px;
}

.woocommerce-checkout .wc-block-components-checkout-step__container .wc-block-components-radio-control__input{
    display: block!important;
}
.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input{
    padding-left: 0!important;   
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-checkout-step__content{
    padding: 0;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked::after {
    display: none;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{
    padding-left: 0;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{
    margin-bottom: 20px;
}
.woocommerce-checkout .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked{
    padding: 0!important;
    margin-bottom: 10px!important;
}
.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox{
    margin-bottom: 10px;
}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content{
    padding: 0 0 10px 0;
}

.woocommerce-page .wc-block-components-validation-error p{
    color: #cc1818;
}
body.woocommerce-page .wc-block-components-loading-mask .wc-block-components-loading-mask__children{
    opacity: 1!important;
}

.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after {
    font-size: 22px;
}
.woocommerce-page form .show-password-input::before{
    content: "";
    width: 22px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    right: 0px;
    transform: rotate(40deg);
}
.woocommerce-page form .show-password-input.display-password::before{
    display: none;
}
.aws-search-result .aws_result_title{
    color: var(--text);
    font-weight: 600;
}
.aws-search-result .aws_search_more a{
    color: var(--primary);
    font-weight: 600;
}
.aws-search-result .aws_onsale{
    background:var(--primary);
}

.single-product.woocommerce div.product form.cart .button{
    opacity: 0.3;
    pointer-events: none;
}
.single-product.logged-in div.product form.cart .button{
    opacity: 1;
    pointer-events: all;
}
.xoo-wsc-dr-body .xoo-wsc-sp-prod-cont .xoo-wsc-sp-price{
    display: none;
}
.logged-in .xoo-wsc-dr-body .xoo-wsc-sp-prod-cont .xoo-wsc-sp-price{
    display: block;
}

.summary.entry-summary .price a{
    color: var(--primary);
    font-size: 18px;
}
.woocommerce-variation-availability .stock.in-stock a{
    color: var(--primary);
}

.stock-count-slider{
    margin-top: 20px;
}
.stock-count-slider .facetwp-facet{
    font-size: 16px;
    font-weight: 400 ;
    line-height: 21px;
    color: #1C2A5D;
}

.woocommerce-error a{
    color: #515151;
    text-decoration: underline;
}
#wc-block-components-totals-coupon__form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .wc-block-components-button__text{
    margin-bottom: 3px;
}
body .wc-block-components-chip .wc-block-components-chip__remove{
    line-height: 14px;
}

body .blog_main .wp-block-archives-list .current_archive a{
    color: var(--primary);
}
.woocommerce-EditAccountForm .form-row.form-row-wide a{
    text-decoration: underline;
}
.woocommerce-EditAccountForm .form-row.form-row-wide a:hover{
    color: var(--primary);
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:disabled {
  background-color: #dfdfdf !important;
  color: #000!important;
  border-color: #dfdfdf!important ;
}
body.woocommerce-page .wc-block-components-notice-snackbar-list{
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
}

.xoo-wsc-markup .xoo-wsc-sp-slider .xoo-wsc-sp-title a{
    color: #00ace9 !important;
}

.xoo-wsc-markup .xoo-wsc-sl-coupon .xoo-wsc-sl-apply-coupon input{
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 20px !important;
}
.xoo-wsc-markup .xoo-wsc-clist-section-valid{
    text-align: center;
}
.xoo-wsc-markup .xoo-wsc-clist-section-valid .xoo-wsc-clist-label{
   text-transform: uppercase;
  color: #777;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.xoo-wsc-markup .xoo-wsc-clist-section-valid .xoo-wsc-cr-code{
    padding: 10px 30px;
}
.xoo-wsc-markup .xoo-wsc-clist-section-valid  .xoo-wsc-coupon-apply-btn{
    margin: 0 auto;
}
.xoo-wsc-markup .xoo-wsc-sp-container .lSAction > .lSPrev,.xoo-wsc-markup .xoo-wsc-sp-container .lSAction > .lSNext{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    opacity: 1;
    max-width: 40px;
    width: 30px;
    height: 30px;
}
.xoo-wsc-markup .xoo-wsc-sp-container .lSAction > .lSPrev{
    left: 5px;
}
.xoo-wsc-markup .xoo-wsc-sp-container .lSAction > .lSNext{
   right: 5px;
}


.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{
    border-top-color: #24A148!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before{
    color: #24A148!important;
}
.related-products .slick-track{
    margin-left: 0;
    margin-right: 0;
}
body.post-type-archive ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale{
    left: 17px;
    right: auto;
    top: 3px;
}
.woocommerce .related-products .view-product-info .price{
    margin-bottom: 0!important;
    line-height: normal!important;
}
.products-tabs .accordion-body p{
    line-height: 30px;
	padding-bottom: 15px;
}
.products-tabs .accordion-body h1,.products-tabs .accordion-body h2,.products-tabs .accordion-body h3,.products-tabs .accordion-body h4,.products-tabs .accordion-body h5 {
	padding-bottom: 15px;
}

.products-tabs .accordion-body ul {
	padding-bottom: 15px;
}

.products-tabs .accordion-body ul li {
	list-style: disc !important;
}

body.post-type-archive .woocommerce-product-details__short-description,
body.tax-product_cat .woocommerce-product-details__short-description{
    margin-bottom: 15px;
}

.woo-variation-swatches ul.variations > li{
    margin: 0;
}
.post-type-archive .row,
.tax-product_cat .row{
    --bs-gutter-x: 30px;
}

body.post-type-archive .short-description-no-content, 
body.tax-product_cat .short-description-no-content{
    min-height: 52px;
}   
body.post-type-archive .product-type-simple .short-description-no-content, 
body.tax-product_cat .product-type-simple .short-description-no-content{
    min-height: 99px;
}
/*body.post-type-archive .product-type-simple .woocommerce-product-details__short-description, 
body.tax-product_cat .product-type-simple .woocommerce-product-details__short-description{
    min-height: 82px;
}*/

body .related.products .woocommerce-product-details__short-description,
body .related.products .short-description-no-content{
    min-height: 37px;
    margin-bottom: 15px;
}
/*body .related.products .product-type-simple .short-description-no-content{
    min-height: 82px;
}
body .related.products .product-type-simple .woocommerce-product-details__short-description{
    min-height: 83px;
}*/

body.post-type-archive .woocommerce-product-details__short-description, 
body.tax-product_cat .woocommerce-product-details__short-description{
    min-height: 37px;
}
.post-type-archive .products .woocommerce-loop-product__title, .related-products h2, .tax-product_cat .site-main .product h2{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}
.post-type-archive .woocommerce-product-details__short-description,
.tax-product_cat  .woocommerce-product-details__short-description ,
.related-products  .woocommerce-product-details__short-description {
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.woocommerce div.product div.summary,
.woocommerce div.product .summary.entry-summary form.cart{
    margin-bottom: 0;
}
.woocommerce .woo-variation-gallery-wrapper{
    min-height: auto!important;
}

/* ===== updated-css start ===== */
.post-type-archive .facetwp-facet-pagination .facetwp-pager, .tax-product_cat .facetwp-facet-pagination .facetwp-pager {
    flex-wrap: wrap;
}

.post-type-archive .product-sidebar .facetwp-checkbox.checked, .tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox.checked, .post-type-archive .product-sidebar .facetwp-checkbox, .tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox {
    background-position-y: 10.5px !important;
    padding: 5px 20px 5px 26px;
}
.archive.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox {
    background-position-y: 8px !important;
}
 
@media(max-width: 991px){ 
    .post-type-archive .product-sidebar .facetwp-checkbox.checked, .tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox.checked, .post-type-archive .product-sidebar .facetwp-checkbox, .tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox {
      background-position-y: 7px !important;
    }
    .archive.tax-product_cat .site-main .product-sidebar .sidebar-box .facetwp-checkbox {
      background-position-y: 7px !important; 
   }
}
/* ===== updated-css end ===== */