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

:root {
  --bg-color: #01ADEB;
  --btn-bg: #00A0DD;
  --nav-bg: #0073BD;
  --white: #ffffff;
  --black: #000000;
  --black-3: #333333;
  --black-6:#666666;
  --box-shadow: rgba(107, 166, 204, 0.22) 0px 0px 14px;
  --mont-font: "Montserrat", sans-serif;
}



body {
  font-family: "Jost", sans-serif;
}


.container {
    max-width: 1380px;
    padding-inline: 15px;
    width: 100%;
    margin-inline: auto;
}

/* global css */
p{
    font-size: 17px;
    line-height: normal;
}
a:focus, button:focus, img:focus, input:focus, a {
    outline: none !important;
}
a {
    text-decoration: none;
    transition: color 0.15s ease;
    color: var(--black-3);
}
.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0;
}
.main-btn, body.single-product .slide-product .related-products-slider a.button  {
    background: var(--btn-bg);
    border: 0;
    height: 48px;
    border-radius: 60px;
    max-width: 212px;
    width: 100%;
    line-height: normal;
    color: var(--white) !important;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    cursor: pointer;
    font-family: 'Jost';
}
p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}
h2.h2 {
    font-size: 47px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    color: var(--black);
    text-align: center;
    line-height: normal;
}
::placeholder {
    color: var(--black);
    font-family: 'Jost';
    font-weight: 300;
    font-size: 17px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.main-btn:hover, body.single-product .slide-product .related-products-slider a.button:hover {
    background: var(--nav-bg);
   
}
.common-shadow, .featured-products-section .products-grid .shadow-common, body.single-product .slide-product .related-products-slider .shadow-common {
    box-shadow: var(--box-shadow);
    padding: 20px 10px 10px 17px;
    border-radius: 18px;
    background-color: var(--white);
}


/* top bar css */
.top-bar {
    background: var(--bg-color);
    padding: 8px 0;
    text-align: center;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
}

/* header css */
.header-wrap.sticky-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    left: 0;
    width: 100%;
}
.header-main-section>.container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.header-main-section .header-main-container {
    width: 20%;
}
.call-us {
    width: 15%;
    padding-left: 40px;
}
.mobile-call {
    display: none;
}
.header .center-search {
    width: 50%;
    padding-left: 20px;
}
.login-profile {
    position: relative;
}
.header .login-profile {
    width: 15%;
}
.call-us span:first-child {
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 500;
}
.tel-detail {
    font-size: 18px;
    line-height: normal;
}
.tel-detail a {
    color: var(--black-3);
    font-weight: 500;
}
.header-main-section .center-search {
    width: 50%;
    padding-left: 20px;
}

.header-main-section .center-search .container {
    padding: 0;
}
.header-main-section .center-search form {
    max-width: 786px;
    width: 100%;
    margin: 0;
}

.header-main-section .center-search form > div {
    margin: 0;
    position: relative;
}
.header-main-section .center-search form input#s {
    max-width: 768px;
    height: 48px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    width: 100%;
    padding: 10px 14px;
    outline: unset;
    box-shadow: unset;
    font-size: 16px;
    color: var(--black-6);
    background-color: var(--white);
}
.header-main-section .center-search form input[type="submit"] {
    background-color: var(--bg-color);
    border: 0;
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    border-radius: 0 10px 10px 0px;
    margin: 0;
    font-size: 0;
    max-width: 64px;
    width: 100%;
    background-image: url(https://h7q.469.mytemp.website/wp-content/uploads/2025/04/seach-icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center center;
    cursor: pointer;
}
.header-main-section .login-profile {
    width: 15%;
}
.header-main-section .login-profile ul.navUser-section {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
    padding-left: 15px;
}
.header-main-section .login-profile ul.navUser-section a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bg-color);
    border-radius: 50px;
    position: relative;
}

.header-main-section .login-profile ul.navUser-section a span.countPill.cart-quantity {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--bg-color);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50px;
    font-size: 12px;
}
/* nav bar css */
.header-main-section {
    padding: 9px 0;
}

.header-main-section .login-profile ul.navUser-section a span.navUser-item-cartLabel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-header {
    padding: 0 !important;
    display: flex;
    /* background: var(--nav-bg); */
}

.navbar-header div#masthead {
    width: 100%;
}

.navbar-header div#access {
    width: 100%;
    background-color: var(--nav-bg);
}

.navbar-header .menu-header {
    display: flex;
    margin-inline: auto;
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1192px;
    padding-inline: 15px;
    justify-content: center;
}

.navbar-header .menu-header ul#menu-header-menus {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-header .menu-header ul#menu-header-menus a {
    padding: 6px 50px 6px 50px;
    margin: 0;
    border-left: 1px solid var(--white);
    color: var(--white);
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    background-color: transparent !important;
    font-family: 'jost';
}

@media (max-width:1900px){
    .navbar-header .menu-header ul#menu-header-menus a {
        padding: 10px 40px 10px 40px;
    }
}
.navbar-header .menu-header ul#menu-header-menus li:last-child a {
    border-right: 1px solid var(--white);
}


/* slider sec */
section.main-banner .slide-content {
    position: relative;
}
section.main-banner .slide-content .wrap-decprtion {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    margin: 0;
    text-align: left;
}
section.main-banner .slide-content .wrap-decprtion h2 {
    color: var(--white);
    font-size: 57px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
}
section.main-banner .slide-content .wrap-decprtion p {
    margin: 0;
    font-size: 17px;
    line-height: 31px;
    color: var(--white);
    max-width: 534px;
    margin-top: 10px;
}
section.main-banner .slide-content .wrap-decprtion a.main-btn{
    margin-top: 30px;
}
.main-banner .slide-content img {
    border-radius: 10px;
    width: 100%;
}

.main-banner .slide.slick-slide {
    padding-inline: 15px;
}

.main-banner .slick-list {
    margin: 0 -15px;
}

.main-banner ul.slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 18px;
}
.main-banner ul.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}
.main-banner ul.slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--white);
    border-radius: 50px;
    background-color: transparent;
    transition: color 0.15s ease;
}
.main-banner ul.slick-dots li button::before {
    display: none !important;
}
.main-banner ul.slick-dots li.slick-active button {
    background-color: var(--white);
}
section.main-banner .slide-content {
    margin-top: 42px;
}




/* our categories sec */
.fourth-section-all-categories .home-category {
    /* display: flex; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    padding-top: 30px;
}
.fourth-section-all-categories .home-category>.cat-info {
    max-width: calc(100% / 3 - 20px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    min-height: 200px;
}
.fourth-section-all-categories .home-category>.cat-info>.cate-left-img {
    width: 38%;
}
.fourth-section-all-categories .home-category>.cat-info .cat-right-info {
    width: calc(62% - 15px);
}
.fourth-section-all-categories .home-category>.cat-info>.cate-left-img a {
    display: block;
}
.fourth-section-all-categories .home-category>.cat-info>.cate-left-img a img {
    width: 100%;
}
.fourth-section-all-categories .home-category>.cat-info .cat-right-info a.cat-name {
    font-weight: 400;
    font-size: 21px;
    text-transform: capitalize !important;
    color: #333333;
    display: block;
    margin-bottom: 7px;
}
.fourth-section-all-categories .home-category>.cat-info p.cat-description {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 25.5px;
}

.fourth-section-all-categories .home-category>.cat-info a.subcategories-name {
    color: #00A0DD;
    font-size: 17px;
    font-weight: 500;
}

body.home .hfeed {
    background-color: var(--white);
}




.slider-heading {
    position: relative;
}

.slider-heading h2.h2 {
    text-align: start !important;
    margin-bottom: 0 !important;
    line-height: normal;
    max-width: max-content;
    z-index: 2;
    background: var(--white);
    padding-right: 20px;
    position: relative;
}

.slider-heading:after {
    content: "";
    width: 100%;
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.slider-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-heading .slider-btn {
    display: flex;
    gap: 20px;
    background-color: var(--white);
    z-index: 2;
}
.slider-heading>.slider-btn {
    padding-left: 20px;
}
.slider-heading .slider-btn a.slider-btn {
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    color: var(--black);
    font-size: 24px;
}
.product-shop-all {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.product-shop-all a {
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
    font-size: 19px;
    color: #000;
    font-family: 'jost';
    font-weight: 500;
}

.product-shop-all a:hover{
    color: #757575;
}


/* best saller css */
section.slide-product {
    padding: 60px 0px;
}

section.slide-product .best-seller-slider {
    margin-top: 50px;
}

section.slide-product .best-seller-slider .single-product-slide {
    padding: 12px;
}

section.slide-product .best-seller-slider .single-product-slide .common-shadow a img {
    width: 100%;
}

section.slide-product .best-seller-slider 
 .slick-list {
    margin: 0 -12px;
}

section.slide-product .best-seller-slider .wrap-title-price, body.single-product .slide-product .single-product-slide li.product .wrap-set-tge {
    text-align: center;
    padding: 20px 0 0;
}

section.slide-product .best-seller-slider .wrap-title-price h3, body.single-product .slide-product .single-product-slide li.product .wrap-set-tge h2 {
    color: #000;
    margin: 0 0 0.28571rem;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

section.slide-product .best-seller-slider .wrap-title-price span.price, body.single-product .slide-product .single-product-slide li.product .wrap-set-tge span.price {
    color: #757575;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

section.slide-product .best-seller-slider .single-product-slide form.cart {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}


section.stock-section .stock-inner {
    position: relative;
}

section.stock-section .stock-inner .wrap-content {
    position: absolute;
    top: 50%;
    max-width: 555px;
    left: 0;
    transform: translate(0px, -50%);
    padding-left: 50px;
}
section.stock-section h2.h2 {
    color: var(--white);
    text-align: start;
}
section.stock-section .wrap-content p {
    color: var(--white);
    font-weight: 300;
    font-size: 17px;
    line-height: 25.5px;
}

section.stock-section .wrap-content a.main-btn {
    border: 2px solid var(--white);
    background-color: transparent;
    max-width: 150px;
    width: 100%;
    height: 45px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
section.stock-section .wrap-content a.main-btn:hover{
    background-color: var(--white);
    color: var(--bg-color) !important;
}
.featured-products-section .slider-heading a.view-all-button.main-btn {
    z-index: 2;
    border: 2px solid var(--bg-color);
    border-radius: 60px;
    max-width: 126px;
    width: 100%;
    height: 47px;
    font-size: 17px;
    color: var(--bg-color) !important;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.featured-products-section .slider-heading a.view-all-button.main-btn:hover{
    background-color: var(--bg-color);
    color: var(--white) !important;
}

section.featured-products-section .slider-heading .btn-wrapper {
    max-width: 143px;
    width: 100%;
    display: flex;
    justify-content: end;
    background-color: var(--white);
    z-index: 2;
}


/* featured css */
.featured-products-section {
    padding: 50px 0 117px;
}
.featured-products-section .products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-products-section .products-grid li.product {
    width: calc(100% / 4 - 15px);
    list-style-type: none;
    margin-bottom: 22px;
}

.featured-products-section .wrap-set-tge {
    text-align: center;
    padding: 15px 0 0;
}

.featured-products-section .wrap-set-tge h2, section.slide-product .best-seller-slider .wrap-title-price h3 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 10px;
}
body.single-product .slide-product .single-product-slide li.product .wrap-set-tge h2{
    white-space: nowrap;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-inline: auto;
}

.featured-products-section .wrap-set-tge span.price {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: 'jost';
}

.featured-products-section a.button.add_to_cart_button {
    background: #00A0DD;
    opacity: 1;
    max-width: 185px;
    border-radius: 60px;
    height: 47px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.featured-products-section a.button.add_to_cart_button:hover{
    background-color: var(--nav-bg);
}
.featured-products-section .products-grid .tinv-wraper.woocommerce.tinv-wishlist {
    display: none;
}
section.categories-section .fourth-section-all-categories>.container {
    padding: 0;
}

.featured-products-section .section-header {
    margin-bottom: 50px;
}


.custom-section .common-shadow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px 35px 35px 25px;
}

.custom-section .common-shadow>div {
    width: 50%;
}


.custom-section .common-shadow .left-image img {
    width: 100%;
    border-radius: 20px;
}

.custom-section .common-shadow .right-content {
    padding-left: 65px;
    max-width: 593px;
}

.custom-section .common-shadow .right-content h2.h2 {
    text-align: start;
}

.custom-section .common-shadow .right-content h5 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
}
.fourth-section-all-categories .home-category>.cat-info a.subcategories-name:hover {
    color: #757575;
}
.custom-section .common-shadow .right-content h5:nth-child(2) {
    margin-bottom: 10px;
}

.custom-section .common-shadow .right-content p {
    color: #000;
    font-family: 'jost';
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 5px;
}
section.categories-section {
    padding-top: 40px;
}
.custom-section .common-shadow .right-content a.custom-btn {
    color: #00A0DD;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.custom-section .common-shadow .right-content a.custom-btn::after {
    position: absolute;
    content: "\f061";
    font-weight: 700;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    color: var(--bg-color);
    top: 5px;
    left: auto;
    right: -27px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.custom-section .common-shadow .right-content a.custom-btn:hover, .custom-section .common-shadow .right-content a.custom-btn:hover:after{
    color: #757575;
}
section.stock-section .stock-up-section img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.featured-products-section .products-grid .shadow-common img {
    width: 100%;
    object-fit: contain;
}

section.slide-product .single-product-slide a>img, .featured-products-section .products-grid a>img, body.single-product .slide-product .single-product-slide li.product a img {
    height: 210px;
    object-fit: contain;
    max-width: 219px;
    margin-inline: auto;
    display: block;
}


/* footer css */
.site-footer {
    background: var(--bg-color);
    color: var(--white);
    padding: 10px 0;
}
.site-footer .top-div {
    text-align: center;
}
.site-footer .top-div p {
    margin: 20px 0 10px;
    font-weight: 500;
}
.site-footer .footer-below-section .inner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.site-footer .footer-below-section .inner-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-below-section .inner-wrapper .about-us-menu {
    width: auto;
}
.site-footer .footer-below-section .inner-wrapper .contact-services-menu {
    width: auto;
}
.site-footer .footer-below-section .inner-wrapper .footer-center-menu {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 570px;
    display: flex;
    flex-direction: column;
}
.site-footer .contact-services-menu ul.socialLinks {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.site-footer .contact-services-menu ul.socialLinks a {
    display: flex;
}

.site-footer .contact-services-menu ul.socialLinks a img {
    width: 100%;
    width: 20px;
    height: 20px;
}

.site-footer .footer-below-section .inner-wrapper ul li a {
    color: var(--white);
    font-size: 16px;
    font-family: 'jost';
    line-height: 24px;
    font-weight: 500;
}

.site-footer .footer-below-section .inner-wrapper h3 {
    color: var(--white);
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    font-weight: 500;
}

.site-footer .footer-below-section ul.footer-payment-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.site-footer .footer-below-section ul.footer-payment-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 7px;
    padding: 5px;
}

.site-footer .footer-below-section ul.footer-payment-icons li a {
    display: flex;
}

.site-footer .footer-below-section ul.footer-payment-icons li a img {
    width: 40px;
}

.site-footer .about-us-menu {
    padding-top: 100px;
}
.site-footer .contact-services-menu {
    padding-top: 100px;
}
.site-footer .footer-below-section .inner-wrapper .footer-center-menu .footer-copyright {
    margin-top: auto;
}
.site-footer .footer-below-section .inner-wrapper .footer-center-menu .footer-copyright span {
    color: var(--white) ;
    font-size: 16px;
    font-weight: 500;
}
.site-footer .payment-logos {
    margin-top: 30px;
}

section.custom-section {
    padding-bottom: 84px;
}

.footer-right {
    background-color: #454545;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.footer-right span {
    display: block;
    color: var(--white);
    margin-left: 16px;
    font-size: 14px;
}
.site-footer ul.socialLinks {
    margin-top: 30px !important;
}
.site-footer .contact-services-menu ul.socialLinks a {
    font-size: 23px !important;
    border-radius: 0;
}

.site-footer .contact-services-menu ul.socialLinks a i {
    border-radius: 0;
}

/* footer end */



/* category page css */
.product-archive {
    padding-top: 35px;
    background-color: #f2fbfe;
}

.product-archive nav.woocommerce-breadcrumb a {
    margin-bottom: 0;
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

.product-archive nav.woocommerce-breadcrumb {
    color: #000 !important;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 10px;
}

.product-archive .main-arhive-cat {
    display: flex;
    align-items: flex-start;
}

.product-archive .main-arhive-cat .page-sidebar-content-filter {
    width: 25%;
    padding-right: 15px;
    position: sticky;
    top: 0;
}

.product-archive .main-arhive-cat .product-cat-filter {
    width: 75%;
    padding-left: 15px;
}

.product-archive .main-arhive-cat .page-sidebar-content-filter h3.category-heading {
    font-size: 22px;
    color: #444;
    margin: 52px 0 11px;
    font-weight: 400;
    line-height: normal;
}

.product-archive .main-arhive-cat .page-sidebar-content-filter ul.navList {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-archive .main-arhive-cat .page-sidebar-content-filter ul.navList a {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 16px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-archive .main-arhive-cat .page-sidebar-content-filter ul.navList a:hover{
    color: #757575;
}

.product-archive .cat-filter-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-archive .cat-filter-main .woocommerce-notices-wrapper {
    display: none;
}


.product-archive .cat-filter-main .oder-by-form {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 352px;
    width: 100%;
}

.product-archive .cat-filter-main .oder-by-form label.form-label, .product-archive .cat-filter-main h3 {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
}
.product-archive .cat-filter-main .oder-by-form form.woocommerce-ordering {
    margin: 0;
    float: unset;
    max-width: 262px;
    width: 100%;
}

.product-archive .cat-filter-main .oder-by-form form.woocommerce-ordering select.orderby {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 23px 10px 10px;
    height: 43px;
    font-size: 16px !important;
    font-weight: 300;
    line-height: normal;
    color: #333333;
    outline: unset;
    font-family: 'jost';
    appearance: none;
    background-image: url(https://h7q.469.mytemp.website/wp-content/uploads/2025/04/arrownew.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
}
.product-archive .cat-filter-main .view-toggle-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-archive .cat-filter-main .view-toggle-buttons button {
    border: unset;
    background-color: transparent;
    display: flex;
    cursor: pointer;
}


.product-archive .main-product-list-ctm {
    padding-top: 25px;
    padding-bottom: 0;
}
.product-archive .main-product-list-ctm ul.products li.product {
    margin: 0;
    margin-bottom: 42px;
}
.product-archive .main-product-list-ctm ul.products li.product .shadow-common img {
    margin: 0;
    height: 210px;
    max-width: 194px;
    margin-inline: auto;
    display: block;
    object-fit: contain;
}
.featured-products-section .products-grid::before, .featured-products-section .products-grid::after {
    display: none !important;
}
.product-archive ul.products li.product {
    width: calc(100% / 4 - 15px);
}
.product-archive ul.products li.product a.button {
    line-height: normal;
    display: flex;
    font-weight: 400;
}
.product-archive ul.products li.product h2 {
    font-size: 15px !important;
}
.product-archive ul.products li.product span.price {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}
.product-archive {
    padding-bottom: 84px;
}
.product-archive .main-product-list-ctm ul.products.list-view li.product {
    width: 100%;
}
.product-archive .main-product-list-ctm ul.products.list-view li.product  h2 {
    text-align: center;
    display: block;
    max-width: 100%;
}

/* category page css end */


/* single product page css */
body.single-product .product-archive nav.woocommerce-breadcrumb {
    margin-bottom: 24px;
}
body.single-product .product-archive .product .woocommerce-product-gallery {
    width: 40%;
    padding: 0 14px 0 0;
}
body.single-product .product-archive .product .summary.entry-summary {
    width: 50%;
    padding: 0 0 0 14px;
    max-width: 624px;
    margin-bottom: 0;
}
body.single-product .product-archive .product .woocommerce-product-gallery .flex-viewport {
    box-shadow: 0 0 0px #000, 0 0 7px 0px #d0d0d059;
    border-radius: 30px;
}
body.single-product .product-archive {
    background-color: var(--white)
}
body.single-product .product-archive ol.flex-control-nav.flex-control-thumbs {
    margin-top: 11px;
    display: flex;
    gap: 0 20px;
    justify-content: flex-start;
    padding: 5px;
}
body.single-product .product-archive ol.flex-control-nav.flex-control-thumbs li {
    box-shadow: 0 0 0px #000, 0 0 7px 0px #d0d0d059;
    padding: 5px;
    width: 100px;
    height: 95px;
    max-width: 110px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.single-product .product-archive ol.flex-control-nav.flex-control-thumbs li img {
    width: 60px;
    object-fit: contain;
}
body.single-product .product-archive .product .summary.entry-summary h1.product_title {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Jost';
    line-height: normal;
    margin-bottom: 14px;
    color: black;
}
body.single-product .product-archive .product .summary.entry-summary p.price {
    font-size: 21px;
    font-weight: 500;
    color: var(--btn-bg);
}
body.single-product .product-archive .product .summary.entry-summary .woocommerce-product-details__short-description p {
    margin-top: 25px;
    font-size: 16px;
    color: #000;
    line-height: 24.57px;
    font-weight: 500;
}
body.single-product .product-archive .product .summary.entry-summary .custom-product-meta-before-cart .product_meta .sku_wrapper {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
body.single-product .product-archive .product .summary.entry-summary .custom-product-meta-before-cart span.posted_in {
    display: none;
}
body.single-product .product-archive .product .summary.entry-summary .custom-product-meta-before-cart .product_meta .sku_wrapper span.sku {
    font-weight: 300;
}


body.single-product .quantity {
    border: 1px solid #bfbdbd;
    border-radius: 50px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    float: unset !important;
    max-width: 232px;
}


body.single-product .quantity button {
    border: 0;
    width: 50px;
    height: 47px;
    background-color: transparent;
}
body.single-product .quantity label {
    display: none;
}
body.single-product .quantity input {
    height: 50px;
    width: 112px !important;
    border: unset;
    border-right: 1px solid #bfbdbd;
    border-radius: 0;
    border-left: 1px solid #bfbdbd;
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Jost';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
body.single-product button.single_add_to_cart_button {
    max-width: 370px;
    width: 100%;
    background: #00a0dd !important;
    border: 1px solid #00a0dd;
    border-radius: 30px;
    height: 47px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    float: unset !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
body.single-product .woo-commerce-add-tocart-quantitycstm-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}
body.single-product .product-archive .product .summary.entry-summary form tbody th label, body.single-product .product-archive .product .summary.entry-summary label {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Jost';
    color: black;
}
body.single-product .product-archive .product .summary.entry-summary label {
    margin-bottom: 15px !important;
    display: block;
}
body.single-product .custom-review-summary {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
body.single-product .quantity button.minus i {
    position: relative;
    left: 5px;
}

body.single-product .quantity button.plus i {
    position: relative;
    right: 3px;
}
body.single-product .custom-review-summary a {
    color: #757575 !important;
    display: inline-block;
    margin-left: 0.35714rem;
    vertical-align: middle;
}
body.single-product .product-archive .product .summary.entry-summary ul.variable-items-wrapper {
    margin-top: 11px;
}
body.single-product .product-archive .product .summary.entry-summary ul.variable-items-wrapper li.variable-item {
    margin: 0;
    padding: 0;
    box-shadow: unset;
    margin: 0 9px 0 0;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    font-size: 15px;
    font-weight: 300;
    color: black;
    padding: 5px 16px;
    min-height: 34px;
}
body.single-product .product-archive .product .summary.entry-summary ul.variable-items-wrapper li.variable-item::before {
    display: none;
}
body.single-product .custom-product-meta-before-cart {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px;
    margin-bottom: 28px !important;
}



body.single-product .tinv-wraper.tinvwl-woocommerce_after_add_to_cart_button {
    display: flex;
    align-items: center;
    max-width: 370px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 21px;
}

body.single-product .tinv-wraper.tinvwl-woocommerce_after_add_to_cart_button .tinvwl-tooltip {
    width: 100%;
    background: #00a0dd;
    border: 0;
    color: #fff;
    border: 1px solid #00a0dd;
    border-radius: 30px;
    height: 47px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-product .tinv-wraper.tinvwl-woocommerce_after_add_to_cart_button a.tinvwl-product-in-list {
    margin-top: 0;
}
body.single-product .after-wishlist-message p {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}

body.single-product .after-wishlist-message p strong {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
body.single-product .after-wishlist-message p i {
    font-size: 14px;
}
body.single-product .tinv-wraper.tinvwl-woocommerce_after_add_to_cart_button a.tinvwl_add_to_wishlist_button {
    display: none;
}


/* tabs css */

body.single-product  div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding: 10px 34px 0 34px;
}
body.single-product div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
body.single-product div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    padding: 0;
    border: unset;
    margin: 0 7px;
    box-shadow: 0 0 0px #000, 0 0 7px 0px #d0d0d059;
    border-radius: 20px 20px 0 0;
}
body.single-product div.product .woocommerce-tabs ul.tabs li::before, body.single-product div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Jost';
    padding: 10px 25px;
    color: #fff !important;
    background-color: #00a0dd;
    border-radius: 20px 20px 0 0;
    line-height: 1.5;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: #fff;
color: #000 !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) {
    transform: translateY(7px);
}
body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin-bottom: 0 !important;
    border-radius: 20px;
    box-shadow: 0 0 0px #000, 0 0 7px 0px #d0d0d059;
    padding: 44px !important;
    z-index: 2;
    position: relative;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    font-size: 23px;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
}
body.single-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Jost';
    color: #333333;
    font-size: 17px;
}
body.single-product .quantity button i {
    color: #757575;
    font-size: 12px;
}
body.single-product .slide-product .related-products-slider .single-product-slide li.product {
    width: 100%;
}
body.single-product .slide-product .related-products-slider .single-product-slide li.product .tinv-wraper {
    display: none;
}
body.single-product .slide-product .related-products-slider .single-product-slide li.product .add_to_cart_button {
    margin-inline: auto;
    margin-top: 30px;
}
body.single-product .product-archive .product .woocommerce-product-gallery .woocommerce-product-gallery__image a img:first-child {
	height: 393px;
	object-fit: contain;
	display: inline-block;
}
body.single-product section.related.products.slide-product {
    padding-bottom: 0;
}
/* single product css end */


/* contact us  */
.breadcrumbs {
    margin: 45px 0 10px;
}
.breadcrumbs a {
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}
.breadcrumbs strong {
    color: #000 !important;
    font-weight: 300;
    font-size: 17px;
}
body.page-template-template-contact .hfeed, body.page-template .hfeed {
    background-color: #fff;
}
.contact-page .aboutus-contact-text p {
    text-align: center;
    line-height: 1.5;
}

.contact-page form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.contact-page form p {
    width: calc(100% / 2 - 10px);
    margin-bottom: 18px;
}
.contact-page form p label {
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.contact-page form p span {
    display: block;
}

.contact-page form p span input, .contact-page form p:nth-last-child(3) textarea {
    width: 100%;
    border: 1px solid #8f8f8f;
    background-color: #fff;
    padding: 10px 14px;
    min-height: 42px;
    color: #666666;
    outline: none;
    box-shadow: unset;
    font-family: 'Jost';
}
.contact-page .wpcf7-response-output {
    display: none;
}

.contact-page form p:nth-last-child(3) textarea{
    height: 128px;
    resize: none;
}
.contact-page form p:nth-last-child(3) {
    width: 100%;
}
.contact-page form p br {
    display: none;
}
.contact-page form p:nth-last-child(2) {
    width: 100%;
    margin-bottom: 0;
    min-height: auto;
    display: flex;
    justify-content: center;
}
.contact-page form p:nth-last-child(2) span.wpcf7-spinner {
    display: none;
}
.contact-page form p input[type="submit"] {
    background: #01adeb;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Jost' !important;
    padding: 10px;
    max-width: 123px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact-page form p input[type="submit"]:hover{
    background-color: var(--nav-bg);
}
.contact-page {
    padding-bottom: 105px;
}

.contact-page .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 4px;
}
h3.h3, .aboutus-content h3 {
    font-family: "Montserrat";
    color: #444444;
    font-size: 22px;
    font-weight: 700;
    margin: 32px 0 11px;
    line-height: 33px;
}
.aboutus-content {
    padding-bottom: 84px;
}

.aboutus-content p:last-child {
    margin-bottom: 0;
}
.aboutus-content p {
    line-height: 1.6;
}

/* modal css start */
.review-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-modal-content {
    background: #fff;
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.review-modal-body {
    display: flex;
    gap: 20px;
    padding: 31px;
}

.review-modal-content .left {
    flex: 1;
    text-align: center;
}

.review-modal-content .left img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
}

.review-modal-content .right {
    flex: 2;
}

.close-review-popup {
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
    color: #757575;
    font-size: 32px;
    font-weight: 600;
}
.review-modal-content {
    max-width: 900px;
}

.review-modal-content >h2 {
    text-align: center;
    font-size: 20px !important;
    font-weight: 500;
    font-family: 'jost';
    text-transform: capitalize;
    color: #444444;
    padding: 14px 42px 14px 31px;
    line-height: 1.5;
    border-bottom: 1px solid #e5e5e5;
}

.review-modal-body .left p {
    margin-bottom: 0;
    font-size: 15px;
    color: #444444;
    text-align: start;
}

.review-modal-content .right h2.woocommerce-Reviews-title {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    margin-bottom: 11px;
}
.review-modal-content .right p.woocommerce-noreviews {
    margin-bottom: 10px;
}
.review-modal-content .right div#review_form_wrapper span#reply-title {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 500;
    display: block;
}
.review-modal-content .right label {
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Jost' !important;
}
.review-modal-content .right p input, .review-modal-content .right p textarea {
    background-color: #fff;
    border: 1px solid #8f8f8f;
    padding: 10px 14px;
    box-shadow: unset;
    outline: unset;
    box-shadow: unset;
}
.review-modal-content .right p textarea{
    resize: none;

}
.review-modal-content .right div#review_form_wrapper p.form-submit {
    margin-bottom: 0 !important;
}
.review-modal-content .right div#review_form_wrapper p.form-submit input#submit {
    background-color: #444444;
    border-color: #444444;
    color: white;
    max-width: 171px;
    width: 100%;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
p.comment-form-cookies-consent label {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    color: #333 !important;
}
.review-modal-body p.stars a:link {
    color: #838485;
}

/* modal css ends */



/* policy pages */
.hfeed:has(.cstm-all-editor-page) {
    background: #fff;
}
.cstm-all-editor-page h1.entry-title {
    font-size: 47px;
    font-weight: 500;
    font-family: 'jost';
    text-transform: capitalize;
    color: #000;
    line-height: normal;
    text-align: center;
}
.cstm-all-editor-page p {
    line-height: 1.5;
}
.cstm-all-editor-page h3, .cstm-all-editor-page h4, .cstm-all-editor-page h5 a {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: normal;
    margin: 32px 0 11px;
    display: block;
    font-family: var(--mont-font);
}
.cstm-all-editor-page a {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Jost';
}
.cstm-all-editor-page {
    padding-bottom: 84px;
}

.cstm-all-editor-page .hentry {
    margin-bottom: 0;
}



body.page-id-184 .single-page-ctm form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: 'Jost';
}

body.page-id-184 .single-page-ctm form .main-three-section, body.page-id-184 .single-page-ctm form .again-three-fourth-section {
    width: calc(100% / 2 - 10px);
}

body.page-id-184 .single-page-ctm form label {
    font-size: 15px;
    display: block;
    margin: 15px 0 8px;
    color: #000;
    font-family: 'Jost';
}

body.page-id-184 .single-page-ctm form input, body.page-id-184 .single-page-ctm form textarea, body.page-id-184 .single-page-ctm form select {
    width: 100%;
    resize: unset;
    margin: 0;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    min-height: 40px;
    box-shadow: unset;
    padding: 0 10px;
    outline: unset;
    display: block;
}

body.page-id-184 .single-page-ctm span.edit-link {
    display: none;
}
body.page-id-184 .single-page-ctm form br {
    display: none;
}

body.page-id-184 .single-page-ctm form h3 {
    font-family: 'Jost';
}

body.page-id-184 .single-page-ctm input::file-selector-button {
  font-weight: 500;
  color: #0073bd;
  padding: 4px 5px;
  border: thin solid #0073bd;;
  border-radius: 3px;
  margin-top:5px;
  font-family: "jost"
}

body.page-id-184 .single-page-ctm form label.error {
    color: red;
    margin: 10px 0 0;
}

input#tax_exemption_certificate {
    font-family: 'Jost';
}
.site-footer .footer-below-section .inner-wrapper .footer-center-menu .header-logo-image-container-left img {
	width: 100%;
	max-width: 260px;
}

@media (max-width:1365px){
    .container {
        max-width: 1180px;
        padding: 0 20px;
    }
    body.single-product .quantity input {
        width: 64px !important;
}
body.single-product .product-archive .product .summary.entry-summary h1.product_title {
    font-size: 30px;
}
.navbar-header .menu-header ul#menu-header-menus a {
    font-size: 16px;
}
}form.login-form-with-id, .logout-status-for-customer {
    max-width: 630px;
    margin-inline: auto;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    padding: 50px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

form.login-form-with-id p {
    margin: 0 0 15px 0;
}

form.login-form-with-id label, .logout-status-for-customer p {
    display: block;
    color: #000;
    font-size: 16px;
}

form.login-form-with-id input {
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: unset;
    min-height: 41px;
    margin-top: 8px;
    padding: 10px;
}

form.login-form-with-id p:last-child {
    margin-bottom: 0;
}

form.login-form-with-id p input[type="submit"] {
    background-color: var(--nav-bg);
    color: #ffff;
    font-size: 18px;
    min-height: 40px;
    max-width: max-content;
    padding: 10px 20px;
    border: unset;
    max-width: 160px;
    cursor: pointer;
}


.user-details .data-main-data-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.user-details .data-main-data-div .user-inner-div-details {
    width: calc(100% / 2 - 10px);
    border: 1px solid #ccc;
    padding: 20px;
}

.user-details .data-main-data-div .user-inner-div-details h3 {
    margin-top: 0;
}

.user-details .data-main-data-div .user-inner-div-details .data-div {
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-details .data-main-data-div .user-inner-div-details .data-div label {
    color: #000;
    font-weight: 600;
}

.user-details .data-main-data-div .user-inner-div-details .data-div:not(last-child) {
    margin-bottom: 10px;
}
.logout-status-for-customer p {
    margin-bottom: 0;
    text-align: center;
}
.logout-status-for-customer p a {
    text-decoration: underline;
    color: var(--nav-bg);
}
.data-div-first-data {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.data-div-first-data>.wrap {
    width: calc(100% /2 - 8px);
}