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: #193979;
    text-align: center;
    padding-top: 10px;
}

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

.header-top ul li {
    list-style: none;
    margin: 5px 40px;

}

.header-top a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header-desktop {
    padding: 15px 0px 10px 0px;
    background-color: #193979;

}

.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;
    border-color: white;

}

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

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

}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 0px 10px;
    border-radius: 5px;
}

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

.headercarticon {
    text-align: center;
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: end;
}

.headercarticon a {
    margin: 0px 10px;
}

.headercarticon a svg {
    color: white;
}

.headercarticon a span {
    display: block;
    font-size: 13px;
    color: white;
}

.headercarticonsidebar {
    text-align: center;
    display: flex;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    justify-content: center;
}

.headercarticonsidebar a {
    margin: 0px 10px;
}

.headercarticonsidebar a svg {
    color: #193979;
}

.headercarticonsidebar a span {
    display: block;
    font-size: 13px;
    color: #193979;
    line-height: normal;
}

.header-mobile {
    display: none;

}

.header-mobile .woocommerce-product-search {
    position: relative;
    padding-top: 10px;
}

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

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

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

}

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


.headercarticonmob {
    text-align: center;
    display: flex;
    justify-content: end;
}

.headercarticonmob a {
    margin: 0px 10px;
}

.headercarticonmob a svg {
    color: white;
}

.headercarticonmob a span {
    display: block;
    font-size: 14px;
    color: white;
}

.headmoblogo {
    margin: auto 0px;
}

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

.mobilemenusidebar {
    color: white !important;
    border: 2px solid;
}

.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;
}

/* General Menu Styles */
/* Sidebar Menu Styles */
.sidebarmenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

/* Main Menu Items */
.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-header .btn-close {
    display: block !important;
    opacity: 1 !important;
}

.nav-menu li {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

/* Submenu */
.nav-menu ul {
    position: absolute;
    top: 0;
    right: 101%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
}

.offcanvas-body {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer & Edge */
    overflow-y: auto;
    /* Ensures scrolling still works */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.offcanvas-body::-webkit-scrollbar {
    display: none;
}

/* Active Submenu */
.nav-menu ul.active {
    left: 0;
}

/* Back Button */
.submenu-back {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f1f1f1;
    font-weight: bold;
    cursor: pointer;
}

.xoo-wsc-btn {
    border-radius: 50px;
}

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

    .header-mobile {
        display: block !important;
        background-color: #193979;
        padding: 10px 0px;

    }
}

/*
.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-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: #193979;
}

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

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

.mainfootertop {
    padding: 30px 0px;
}

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

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

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



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

.sitefooterinfo {
    padding-bottom: 20px;

}

.sitefooterinfo span {
    color: #fff;
    font-weight: 600;

}

.sitefooterinfo-right {
    text-align: end;
}

.sitefooterinfo-right img {

    max-width: 300px !important;
}

.footercontactinfo ul {
    display: flex;
}

.footercontactinfo ul li {
    margin: 5px;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid white;
}

.footercontactinfo p {
    color: white;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
}

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

    .mainfootertop h3 {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }

    .sitefooterinfo-right {
        text-align: center !important;
        margin-top: 10px;
    }

    .sitefooterinfo-left {
        text-align: center !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 #193979;
    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 #193979;
    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 #193979 !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 #193979;
    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: #193979 !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 #193979;
    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: #193979 !important;
    color: white !important;
    cursor: pointer;
    font-weight: 600 !important;
}


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

/* Change input border on focus */
.error-404.not-found .search-input:focus {
    border-color: #193979;
    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;
    padding-top: 40px;
    margin-bottom: 50px;

}

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

.homepageslider p {
    margin-bottom: 20px !important;
}

.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: left;
    display: flex;
}



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

    .homepageslider {
        margin: 5px 5px 20px 5px !important;
        padding: 20px 10px;

    }

    .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 20px;

}

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


.accordion {
    width: 90%;

    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-content{
    padding-bottom: 20px !important;
}
.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 {
    margin: 10px 0px ;
}

.custom-text-fields div svg {
    width: 20px;
    height: 20px;
   margin: auto;
}
.custom-text-fields div {
    display: grid !important;
    grid-template-columns: 5% 95%;
}

.custom-text-fields div p {

    margin: 5px 0px !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: #193979;
    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: #193979;
    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%;
} */
.single-product div.product .woocommerce-product-gallery {
    border: 2px solid #193979;
    border-radius: 12px;
    overflow: hidden;
}


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

.custom-breadcrumb-wrapper {
    font-size: 16px;
    margin: 15px 0;
    color: #193979;
}

.custom-breadcrumb-wrapper a {

    color: #193979;
    text-decoration: none;
    font-weight: 600;
}

.custom-breadcrumb-wrapper a:hover {
    text-decoration: underline;
    color: #0073aa;
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .custom-breadcrumb-wrapper {
        font-size: 12px;
        margin: 10px 0;
    }
}

/*
.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;
    font-weight: bold !important;
}

.single_add_to_cart_button {
    padding: 21px 45px;
    border-radius: 50px;
    background: #193979;
    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%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.single_add_to_cart_button:hover{
    background: #476ce1 !important;
}

.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;
}

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

}


.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;
}
.woocommerce-product-gallery__wrapper{
    justify-items: center !important;
}


@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;
}
*/




/* Product Grid Layout */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

/* Individual Product Card */
.woocommerce ul.products li.product {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0px !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.woocommerce ul.products li.product img {
    border-radius: 8px;
    margin-bottom: 10px;

}

/* Title */
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 10px 0 5px;
}

/* Price */
.woocommerce ul.products li.product .price {
    font-weight: 600;
    color: #193979;
    margin-bottom: 10px;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button {
    background: #193979;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: #193979;
}

/* Pagination Styling */
.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    list-style: none;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 16px;
    background: #f3f4f6;
    color: #374151;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #193979;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li .current {
    background: #193979;
    color: #fff;
}


/* Product Image Wrapper */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    position: relative;
    width: 100%;
    /* 1:1 aspect ratio */
    /*overflow: hidden;*/
    border-radius: 10px;
    margin-bottom: 15px;
}



.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    height: 78%;
}


/* Force 2 products per row on small screens */
@media (max-width: 767.98px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__link {
        margin-bottom: 30px !important;
    }
}

.woocommerce-products-header .term-description {
    display: none !important;
}

.woocommerce-products-header h1 {
    padding: 0px 10px;
}

.summary.entry-summary .price{
    display: none !important;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    overflow: visible !important;
}

.woocommerce .quantity {
    display: none !important;
    width: 100% !important;
    margin: 5px 0px 10px 0px;
}
.woocommerce .quantity input.qty{
    width: 100% !important;
}
.variable-item.button-variable-item{
    width: 20% !important;
    background-color: #193979 !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
}
/*
.variations th{
    display: none !important;
}

.value.woo-variation-items-wrapper span{
    color:  black !important;
}*/

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

/* Review Section Styling */
.woocommerce-Reviews {
  
    margin: 40px 15px;
    background-color: #edf3ff;
    border-radius: 30px;
    padding: 50px 20px;
 
}

.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment_container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.comment_container .avatar {
    border-radius: 50%;
    border: 2px solid #ccc;
    width: 60px ;
    height: 60px ;
}

.comment-text {
    flex: 1;
}

.comment-text .star-rating {
    color: #f5a623;
    font-size: 16px;
    margin-bottom: 5px;
}

.comment-text .meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.comment-text .description p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Review Form */
#review_form_wrapper {
    margin-top: 40px;
}

#respond {

    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

#respond label {
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

#respond textarea,
#respond select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

#respond .submit {
    border-radius: 50px;
    border: 1px solid #1c1819;
    padding: 15px 40px;
    color: #1c1819;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

#respond .submit:hover {
    background-color: #193979;
    color: white;
    border:  none;
}

/* Star Rating (selectable) */
.comment-form-rating .stars a {
    color: #ccc;
    text-decoration: none;
    font-size: 22px;
    margin-right: 5px;
    transition: color 0.3s ease;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:focus,
.comment-form-rating .stars a.active {
    color: #f5a623;
}


/* WooCommerce Star Rating with Larger Stars */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.6em; /* Increased size */
    width: 6.5em; /* Adjusted to fit 5 stars at larger size */
    letter-spacing: 0.15em;
    display: inline-block;
    color: #f5a623;
}

.star-rating::before {
    content: "★★★★★";
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}

.star-rating span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.star-rating span::before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    color: #f5a623;
}

.woocommerce-noreviews{
    background-color: #193979 !important;
    color: white !important;
}

.woocommerce-product-rating{
    display: none !important;
}
.related.products h2{
    color: #202020;
    text-align: center;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    padding: 30px 0px;
}
/*
.woocommerce-tabs .panel h2:first-of-type{
    color: #202020;
    text-align: center;
    font-family: Urbanist;
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    padding: 30px 0px;
}*/

/*
.woocommerce-product-details__short-description{
    display: none !important;
}
    */