h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Urbanist', sans-serif;
}

button,
input,
textarea,
p,
a,
span {
    font-family: 'Urbanist', sans-serif;
}

.post,
.page {
    margin: 0px !important;
}

a {
    text-decoration: none;
}


/* Header start */

.header-top {
    background-color: #000000;
    text-align: center;
}

.header-top span {
    color: #fff;
    font-size: 16px;
}

.header-desktop {
    padding: 20px 0px;
}

.headermenu li {
    list-style: none;
    margin: 0px 15px;
}

.headermenu li a {
    color: #202020b3;
    font-weight: 600;

}

.header-desktop .headermenu ul {
    display: flex;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    justify-content: center;
}

.header-desktop .headdesklogo {
    margin: auto;
}

.header-desktop .woocommerce-product-search {
    position: relative;
}

.header-desktop .woocommerce-product-search input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
}

.header-desktop .woocommerce-product-search button {

    position: absolute;
    right: 5px;
    border: none;
    background-color: transparent;
    padding: 3px 5px;

}

.header-desktop .woocommerce-product-search button svg {
    width: 30px;
    height: 30px;
}

.headercarticon {
    text-align: center;
    padding-top: 10px;
}

.header-mobile {
    display: none;
}

.headercarticonmob {
    text-align: center;
    margin: auto;
}

.headmoblogo {
    text-align: center;
    margin: auto;
}

.desktopmobilesidebar svg {
    width: 30px;
    height: 30px;
}

.sidebarmenu ul {
    margin: 0px;
    padding: 0px;
}

.sidebarmenu ul li {
    list-style: none;
    margin: 10px 0px;
}

.sidebarmenu ul li a {
    color: #202020b3;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block !important;
    }
}

/*
.xoo-wsc-cart-active .xoo-wsc-container,
.xoo-wsc-slider-active .xoo-wsc-slider {
    top: 20px;
    right: 20px;
    bottom: 20px;
}
*/
.xoo-wsc-header,
.xoo-wsc-footer {
    border-radius: 20px !important;
}

.xoo-wsc-container {
    border-radius: 20px !important;
}

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

/* Shop Page Start */

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

ul.products li.product {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

ul.products li.product img {
    width: 100%;
    border: 1px solid #d1d1d1 !important;
    border-radius: 20px !important;
}

ul.products li.product .onsale {
    display: none;

}

ul.products li.product .ajax_add_to_cart {
    width: 100%;
    border: 2px solid #4cc19a;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}

ul.products li.product .ajax_add_to_cart:hover {
    background-color: #4cc19a;
    color: white;

}


ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    padding: 0px
}

ul.products li.product .price {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .shopbanner {
        display: none;
    }

    /* ul.products{
    display: grid;
    grid-template-columns: 50% 50%;
   } */
}

/* Shop Page End */

/* Footer Start */
.mainfooter {
    margin-top: 50px;
    background-color: #000000;
}

.mainfooter img {
    max-width: 200px;
    margin-bottom: 10px;
}

.mainfooter svg {
    width: 26px;
    fill: #fff !important;
    font-weight: 400 !important;
    height: 26px;
}

.mainfootertop {
    padding: 60px 0px;
}

.mainfooter ul {
    padding: 0px;
    margin: 0px;
}

.mainfooter ul li {
    list-style: none;
    margin: 6px 0px;
}

.mainfooter a {
    color: #acacac;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

.mainfooter a:hover {
    color: white;
}

.mainfooter h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sitefooterinfo {
    padding-bottom: 20px;
    text-align: center;
}

.sitefooterinfo span {
    color: #fff;

}

@media screen and (max-width: 620px) {
    .mainfootertop {
        padding: 60px 20px !important;
    }
}


/* Footer End */

/* Woocommerce Page title */

.entry-header .entry-title {
    font-size: 50px;
    font-weight: 700;
    color: #202020;
    padding: 0px;
    margin: 0px;
    text-align: center !important;
    margin: 20px 0px !important;
}

@media (max-width: 1000px) {
    .entry-header .entry-title {
        font-size: 30px;
        font-weight: 600;

    }
}



/* Cart Page Start */
.wp-block-woocommerce-cart {
    border: 2px solid #000000;
    padding: 10px;
    border-radius: 10px;
}

.wp-block-woocommerce-cart span {
    font-family: 'Urbanist', sans-serif;
}


.wp-block-woocommerce-cart a,
p,
button {
    font-family: 'Urbanist', sans-serif;
}

.wp-block-woocommerce-cart a {
    text-decoration: none;
}

.wc-block-cart-items__header span {
    font-size: 20px;
}

.wp-block-woocommerce-cart-order-summary-block span {
    font-size: 20px !important;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
    color: #202020 !important;
    font-size: 16px;
    font-weight: 600;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #4cc19a;
    border: none;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 5px !important;
}

/* Cart Page End */


/* Checkout Page Start */

.wp-block-woocommerce-checkout span {
    font-family: 'Urbanist', sans-serif;
}

.wp-block-woocommerce-checkout a,
p,
button,
h2 {
    font-family: 'Urbanist', sans-serif;
}

.wc-block-components-checkout-place-order-button {
    background-color: #4cc19a;
    border: none;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
}

.wp-block-woocommerce-checkout .wc-block-components-form {
    border: 2px solid #000000;
    padding: 15px !important;
    border-radius: 10px;
}

/*
.wp-block-woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block{
    border: 2px solid #44b865 !important;
    border-radius: 10px !important;
}*/
.wp-block-woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
    padding: 0px !important;
    margin: 0px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    border: 2px solid #000000 !important;
    border-radius: 10px !important;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    display: none !important;
}






/* 404 Page Start */


.error-404.not-found {
    border: 2px solid #000000;
    border-radius: 20px;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .error-404.not-found {
        padding: 0px 10px 10px 10px !important;
    }
}

.error-404.not-found .page-header {
    text-align: center;
}

.error-404.not-found .page-header h1 {
    font-weight: 700 !important;
    color: #000000 !important;
    text-transform: uppercase;
}


.error-404.not-found .searchform div {
    display: flex;
    margin-top: 10px;
}


.error-404.not-found .search-input {
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 5px 0 0 5px;
    flex: 1;
}

.error-404.not-found .search-submit {
    padding: 15px !important;
    border: none !important;
    border-left: none;
    border-radius: 0 5px 5px 0 !important;
    background-color: #000000 !important;
    color: white !important;
    cursor: pointer;
    font-weight: 600 !important;
}


.error-404.not-found .search-submit:hover {
    background-color: #000000;
}

/* Change input border on focus */
.error-404.not-found .search-input:focus {
    border-color: #000000;
    outline: none;

}

/* 404 Page End */



/* Card Sidebar */
.xoo-wsc-ft-buttons-cont a {
    border-radius: 50px !important;
}



/* Home Page Start */
.homepageslider {
    background-color: #edf3ff;
    border-radius: 30px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 100px;
}

.homepageslider h1 {
    font-family: Urbanist;
    max-width: 770px;
    margin: 0 auto 20px;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1c1819;
    margin-bottom: 20px
}

.anchorbutton {
    border-radius: 50px;
    border: 1px solid #1c1819;
    padding: 15px 40px;
    color: #1c1819;
    font-weight: bold;

}

.homepageslider p {
    margin: 0px;
    padding-top: 2px;
    color: #1c1819;
    font-weight: 500;
    margin-left: 8px;
}

.homepageslider .review {
    justify-content: center;
    display: flex;
}

.homepageslider img {
    position: relative;
    bottom: -80px;
}

@media screen and (max-width: 800px) {
    .homepageslider h1 {
        font-size: 30px !important;
    }
    .homepageslider{
        margin: 5px;
    }

    .homepageslider img {
        position: relative;
        bottom: -30px;
    }
}

.reviewblocks {
    padding: 50px 0px;
}


.reviewblocks .icon-title-block {
    color: #202020;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    font-family: Urbanist, sans-serif;
}

.reviewblocks .icon-content-block p {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.mainbannerimg {
    margin: 40px 0px;
}

.reviewslider h1 {
    color: #202020;
    text-align: center;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
}
@media (max-width: 800px) {
    .reviewslider h1 {
        font-size: 30px;
        margin-top: 80px;

    }
}

.reviewslider .review-box {
    background-color: #edf3ff;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0px;
}

.reviewslider .review-box .name-info {
    display: flex;
}

.reviewslider .review-box .name-info span {
    margin-right: 5px;
}

.reviewslider .review-box .name-info svg {
    position: relative;
    top: -2px;
}

.reviewslider .review-box .revi-ratting {
    margin-bottom: 20px;
}

.reviewslider .review {
    justify-content: center;
    display: flex;
}

.reviewslider .review p {
    margin: 0px;
    padding-top: 2px;
    color: #1c1819;
    font-weight: 500;
    margin-left: 8px;
}

@media (max-width: 800px) {
    .reviewslider h1 {
        font-size: 30px;
        margin-top: 80px;
    }
    .reviewslider .review-box {
        padding: 20px 10px;
    }
}


/* Faq Section Start */
.faqsection {
    margin: 40px 0px;
    background-color: #edf3ff;
    border-radius: 30px;
    padding: 50px 0px;

}

.faqsection h1 {
    color: #202020;
    text-align: center;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.accordion {
    width: 80%;

    margin: 20px auto;

    border-radius: 20px;
}

.accordion-item {
    border: none;
    background-color: transparent;

}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.44px;
    margin: 0 0 28px;
    padding-bottom: 25px;
    border-bottom: 1px solid #b0b0b0;
    color: #202020;
    cursor: pointer;
}


.accordion-arrow {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.accordion-content {
    display: none;
    background-color: transparent;


}

.accordion-arrow svg {
    width: 30px;
    height: 30px;
}

.accordion-content p {
    font-size: 16px;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(90deg);
}

.accordion-item.active .accordion-content {
    display: block;
}

@media (max-width: 800px) {
    .faqsection h1 {
        font-size: 30px !important;
    }
    .accordion{
        width: 100% !important;
    }
}

.shopbestsellers {
    background-color: #edf3ff;
    border-radius: 30px;
    padding: 50px;
    margin: 50px 0px;
}

@media (max-width: 800px) {
    .shopbestsellers {
       padding: 40px 10px;
    }
    
}

.shopbestsellers h2 {
    color: #1c1819;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    .shopbestsellers {
       padding: 40px 10px;
    }
    .shopbestsellers h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
}
.shopbestsellers .shopbestsellersbox {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0px;
}

.shopbestsellersbox a {
    text-align: center;

}

.shopbestsellersbox a div {
    background-color: #4cc19a;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    color: white;

    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px;
}

.shopbestsellersbox h3{
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #1c1819;
    text-decoration: none;
}
.custom-text-fields div svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.custom-text-fields div p{
   
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

.customerreview img{
   border-radius: 80px 30px 30px 30px;
}


.customerreviewboxnew{
    padding: 80px 50px;
    margin: 20px 0px;
    background-color: #edf3ff;
    border-radius: 30px;
}

@media (max-width: 800px) {
  
    .customerreviewboxnew{
        padding: 50px 20px;
    }
    .customerreviewbox h1{
        font-size: 30px;
    }
}
.customerreviewbox .review{
 
    display: flex;
}
.customerreviewbox .review p {
    margin: 0px;
    padding-top: 2px;
    color: #1c1819;
    font-weight: 500;
    margin-left: 8px;
}
.customerreviewbox h1{
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    color: #1c1819;
}
@media (max-width: 800px) {
  
    .customerreviewboxnew{
        padding: 50px 20px;
    }
    .customerreviewbox h1{
        font-size: 30px;
    }
}
.customerreviewboxp{
    font-size: 18px;
    font-weight: 400;
}
.reviewblocks .text-center{
    margin: 10px;
}
/* Contact Us */
.contactuspage h1{
    color: #202020;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
}
.contactuspage img{
   border-radius: 30px;
}
.contactuspage P{
    font-size: 20px;
    font-weight: 400;
    font-family: Urbanist;
    font-style: normal;
    margin-bottom: 10px;
}
.contactuspage .Contact_info a{
    color: #202020;
}

#contactForm button{
    background: #000000;
    width: 100%;
    border-radius: 100px;
    color: #f7f7f7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 18px;
    border: none;
    margin: 20px 0px;
}
#contactForm label{
    font-size: 20px;
    font-weight: 500;
    font-family: Urbanist;
    color: #202020;
}
#contactForm input{
    width: 100%;
    padding: 12px;
    border-radius: 50px;
    border: 1px solid #aaaaaa;
}
#contactForm textarea{
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #aaaaaa;
}

@media (max-width: 800px) {
    .contactuspage h1{
        font-size: 30px;
    }
}


/* About Us Page */
.aboutustop{
    margin: 50px 0px;
}
.aboutustop .aboutustop1 img{
   border-radius: 100%;
}
.aboutustop2{
    margin: auto;
}
.aboutustop2 p{
    font-size: 20px;
    font-weight: 600;
    font-family: Urbanist;
    font-style: normal;
    margin-bottom: 10px;
}



/* Product Page */
.related.products ul.products li.product {
    margin-right: 5px !important;
    margin-left: 5px !important;
}








/* Customize scrollbar track */
::-webkit-scrollbar {
    width: 15px; 
    height: 12px; 
}

/* Customize scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #000000; 
    border-radius: 6px; 
    border: 2px solid #ffffff; 
}

/* Customize scrollbar track */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 6px; /* Optional: Rounds the track edges */
}













/* Product Page */
.singleproductpage {
    display: grid;
    grid-template-columns: 50% 50%;
}

.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}

.singleproductpage .product_meta {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.woo-variation-swatches .variable-items-wrapper li {
    width: 100%;
    border-radius: 10px !important;
    padding: 25px 0px !important;
    margin: 0px;
    border-color: #CCCCCC !important;
}

.singleproductpage .variations {
    padding: 0px;
    margin: 0px;
}



.singleproductpage a {
    text-decoration: none;
}
.singleproductpage .quantity{
    display: none;
}
.summary.entry-summary .product_title {
    margin: 0px;
    padding: 0px;

}

.single_add_to_cart_button {
    padding: 21px 45px;
    border-radius: 50px;
    background: #00a66f;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    font-family: Urbanist;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    transition: .5s ease all;
    display: block;
    cursor: pointer;
    width: 100%;
}
.pdp-payment-icon {
    text-align: center;
    position: relative;
    top: -80px;
}
.pdp-payment-icon svg{
    width: 200px;
    height: 200px;
}

.singleproductpage  .woocommerce-Price-amount {
    font-size: 30px;
}

@media (max-width: 1200px) {
    .singleproductpage {
        grid-template-columns: 50% 50% !important;
    }
}

@media (max-width: 1000px) {
    .singleproductpage {
        grid-template-columns: 100% !important;
    }

    .summary.entry-summary .product_title {
        font-size: 24px !important;
        margin-top: 10px !important;
    }
}

.flex-viewport {
    height: 600px !important;
}

.woocommerce-product-gallery__image a img {
    width: 100% !important;
}

.woocommerce-product-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;

    height: 600px;
    /* Ensure main image has a fixed height */
}

.summary.entry-summary {
    padding: 0px;
    margin: 0px 0px 0px 20px;

}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 120px !important;
    height: 120px !important;
    margin: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 5px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    overflow: hidden !important;
    text-align: center;
}

.flex-control-nav {
    display: flex;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
 
}

.flex-control-nav li {
    margin: 0 5px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.flex-control-nav li img{
    border-radius: 10px;
}

.flex-control-nav img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 150px;
    max-height: 200px;
}


@media (max-width: 1000px) {
    .woo-variation-swatches .variable-items-wrapper li {
        font-size: 13px !important;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        width: 100px !important;
        height: 100px !important;
        padding: 0px;
        margin: 5px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 100px !important;
        height: 100px !important;

    }

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

.woocommerce-product-gallery__trigger{
    display: none !important;
}

.onsale {
    display: none;
}
.customerreviewp{
    background-color: #edf3ff ;
    padding: 50px;
    border-radius: 30px;
}

@media (max-width: 1000px) {
    .customerreviewp{
        padding: 20px;
    } 
    .woocommerce-product-gallery__image{
        width: 448px !important;
        height: 448px !important;
    }
    .flex-viewport {
        height: 500px !important;
    }
}
.reviews_tab{
    display: none;
}
#tab-title-reviews{
    display: none;
}
.woocommerce-Reviews{
    display: none;
}
.woocommerce-product-details__short-description{
    display: none;
}

.shortdiscriptiontab .woocommerce-product-details__short-description{
    display: block !important;
}

.woocommerce-tabs.wc-tabs-wrapper{
    display: none !important;
}