/*!
Theme Name: Dinya Design
Theme URI: http://underscores.me/
Author: Big Picture Group
Author URI: http://underscores.me/
Description: This theme based on WooCommerce eCommerce website selling products word wild
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dinya-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dinya Design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* Start CSS  */
.woocommerce-lost-password .alert-msg-forgot .woocommerce-message {
    display: none;
}

.woocommerce-lost-password .alert-msg-forgot p {
    border-top: 1px solid #009CD6 !important;
    margin-top: 20px !important;
}

.woocommerce-ResetPassword button.show-password-input,
.woocommerce-form button.show-password-input {
    display: none;
}

.single-product .mejs-container {
    z-index: 0;
}

.wdp_pricing_table_caption::after {
    padding: 12px;
    background-color: #e7e5e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "" !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23212529"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0;
}

.wdp_pricing_table_caption.open::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    transform: rotate(-180deg);
}


.cart-icon-count[data-count="0"] {
    display: none !important;
}

.topHeader__quickMenu .quantityCard {
    background: unset !important;
}

.topHeader__quickMenu .quantityCard span {
    position: absolute;
    top: 0;
    right: 0;
    height: 17px;
    width: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #009cd6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

a.added_to_cart.wc-forward {
    display: none;
}

.productDiscription__top .productDiscription__top__sku.product_meta:nth-child(even) {
    display: none !important;
}

.xt_woovs-swatches-wrap table.variations td.value {
    display: none;
}

.xt_woovs-swatches-wrap table.variations tbody tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #e7e5e4;
    padding-top: 25px;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .xt_woovs-attribute-value {
    opacity: 1;
    visibility: visible;
}

table.variations td.label {
    position: relative;
    cursor: pointer;
}

table.variations td.label::after {
    content: "\25BC";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
}

table.variations td.label.open::after {
    content: "\25B2";
}

.woocommerce-page div.product div.summary {
    float: unset !important;
}

/* END CSS by ANI */

.mailchimp-newsletter {
    position: absolute;
    bottom: 60px;
}

.login__formWrp .woocommerce-form.woocommerce-form-register.register {
    position: relative !important;
}

.woocommerce-checkout .mailchimp-newsletter {
    position: unset !important;
}

.mailchimp-newsletter .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    /* Hide default checkbox */
    display: none;
}

/* Style for custom checkbox */
.mailchimp-newsletter .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.mailchimp-newsletter .woocommerce-form__label-for-checkbox span .has-gap-top::before {
    top: 1px !important;
}

/* Create the checkmark */
.mailchimp-newsletter .woocommerce-form__label-for-checkbox span::before {
    content: "";
    position: absolute;
    top: -1px !important;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d7d3d0;
    /* Border style */
    border-radius: 6px;
    /* Border radius */
}

/* Create the checkmark icon */
.mailchimp-newsletter .woocommerce-form__label-for-checkbox span::after {
    content: "";
    /* Checkmark symbol */
    position: absolute;
    top: 2px;
    left: 6px;
    font-size: 16px;
    color: #ffffff;
    /* Checkmark color */
    display: none;
}

.mailchimp-newsletter .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked+span::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' fill='%23008EC3'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%23008EC3'/%3E%3Cpath d='M12 5L6.5 10.5L4 8' stroke='white' stroke-width='1.71429' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Show the checkmark icon when checked */
.mailchimp-newsletter .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked+span::after {
    display: block;
}

.formstyling_Cus .customCheckboxLabel.has-gap-top::before {
    top: 2px !important;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase !important;
    margin-bottom: 10px;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}

.woocommerce-form-register .mailchimp-newsletter .woocommerce-form__label span {
    font-weight: 400 !important;
}

.plp-banner .blogInternal {
    overflow: unset !important;
}

#accordionFlushExample.accordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    color: #292524;
}

#accordionFlushExample.accordion .accordion-item {
    border-top: 1px solid #e7e5e4;
    padding-top: 25px;
    padding-bottom: 9px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
    }

    #reviews .slick-dots {
        position: static;
        text-align: center;
        margin: 0 auto;
        text-indent: 0;
        margin-top: 15px;
        padding: 0;
        transform: none;
        -webkit-transform: none;
    }
}

.ctaBanner__desc h1 {
    color: #fdfdfc;
    font-size: 36px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.centermodeSlider .slick-center,
.centermodeSlider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    z-index: 2 !important;
}

.woocommerce-variation-price {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.woocommerce-variation-price del,
.woocommerce-variation-price ins {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.woocommerce-variation-price del {
    padding-right: 15px;
}

.price.vtypeProduct {
    display: inline-block !important;
}

.price.vtypeProduct h5.sale_price {
    font-size: 30px;
    font-weight: 700;
}

.woocommerce-variation-price .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
}

/*.woocommerce-variation-price del::after {
  display: inline-block;
  position: absolute;
  content: "-";
  right: -2px;
  top: 0px;
}*/

.single_add_to_cart_button.disabled {
    cursor: pointer !important;
}

#review_form .reviewPopup__rating .rating-star {
    display: block !important;
}

#review_form .reviewPopup__review-form .checkbox-item {
    display: block !important;
}

.productDiscription__categories__bulkPricing .priceBtn__row .bluk-order {
    flex-wrap: wrap;
}

.productDiscription__categories__bulkPricing .priceBtn__row__item {
    margin-bottom: 20px;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: none !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    padding: 0px !important;
}

.instagram-feed-block {
    margin-top: 40px !important;
}

/* New Added in September */
.term-description {
    display: none;
}

.wpcf7-form-control-wrap.phone-selectWrp {
    position: relative;
}

.woocommerce-lost-password .alert-msg-forgot .woocommerce-message {
    position: relative;
    top: 3px;
    outline: none !important;
    border-radius: 0 !important;
    border: 1px solid #009cd6 !important;
    border-bottom: none !important;
}

.MdDescription li a {
    color: #009cd6;
}

.MdDescription li a:hover {
    color: #009cd6 !important;
    opacity: 0.7 !important;
}

/* New CSS added on 16-09-24 */
.woocommerce-customer-details .woocommerce-column__title {
    font-size: 16px !important;
}

.checkout-form__right {
    margin-top: 24px;
}

/* Style the loader when product add from dot popup */
.modal-add-to-cart.disabled {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.modal-add-to-cart.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  @media screen and (max-width: 575px){
	.megamenuWrp .has-hover-level-2 .sub-menu{left:-120vw !important;}
	.megamenuWrp .has-level-2>.sub-menu{left:-120vw !important;}
} */

@media (max-width: 767px) {
    .plpItems__elementsWrp {
        overflow: hidden;
    }
}

/* New CSS - 12-11-24 */
.cart_notification {
    z-index: 1000 !important;
}

.loader-indicator {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.loader-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.productDiscription__categories__bulkPricing .priceBtn__row__item .bulk-setting {
    cursor: pointer;
}

.productDiscription__categories__bulkPricing .priceBtn__row__item .bulk-setting.selected {
    border: 1px solid #292524;
    color: #292524;
}

.productDiscription__top__price {
    color: #1c1917;
    /*    display: flex;*/
    gap: 10px;
    align-items: center;
}

.woocommerce-Price-amount sup {
    font-size: 16px;
    font-weight: 700;
    top: 0;
    line-height: 0.5;
}

.regular_price {
    color: #4b5762;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-decoration: line-through;
}

.regular_price.regular_price_found_only {
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    color: #1c1917;
}

.regular_price.text-decoration-line-through {
    color: #4b5762;
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
}

.regular_price.set_bulk_price {
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    color: #1c1917;
}

.gst-text-box span {
    color: #6a7380;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.gst-text-box {
    margin-top: -17px;
    display: inline-block;
    padding: 0;
    height: 2px;
}

@media (max-width: 767px) {
    .plp-banner {
        overflow-x: hidden;
    }

    .megamenuWrp li.has-hover-level-2::after,
    .megamenuWrp li.has-level-2::after {
        background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-right'%3E%3Cpath id='Icon' d='M10 18L16 12L10 6' stroke='%23292524' stroke-width='1.2' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    }
}

.woocommerce-shipping-calculator #calc_shipping_country_field,
.woocommerce-shipping-calculator #calc_shipping_state_field,
.woocommerce-shipping-calculator #calc_shipping_city_field,
.woocommerce-shipping-calculator #calc_shipping_postcode_field,
.woocommerce-shipping-calculator #calc_shipping_search {
    position: relative;
    z-index: 31;
}

.checkout-form .form-row,
.checkout-form .payway__form-row,
.checkout-form .payway__form-col {
    position: relative;
    z-index: 2;
}

.woocommerce-shipping-calculator #calc_shipping_country_field,
.woocommerce-shipping-calculator #calc_shipping_state_field,
.woocommerce-shipping-calculator #calc_shipping_city_field,
.woocommerce-shipping-calculator #calc_shipping_postcode_field,
.woocommerce-shipping-calculator #calc_shipping_search {
    position: relative;
    z-index: 31;
}

.checkout-form .form-row,
.checkout-form .payway__form-row,
.checkout-form .payway__form-col {
    position: relative;
    z-index: 2;
}

.cartSidebarActive .cartSidebar {
    z-index: 50 !important;
}

.shipping-calculator-form {
    position: relative;
    z-index: 1;
}

.woocommerce-table--order-details td {
    padding-left: 7px;
}

body section.sticky-tab {
    top: 125px;
    z-index: 1;
}

body.sticky-up .woocommerce-tabs section.sticky-tab {
    top: 197px;
}

.sticky-down .bottomHeader {
    left: 0;
}

header .col-lg-12 {
    position: relative;
}

.bottomHeader {
    transition: none !important;
    -webkit-transition: none !important;
}

.plpListing-wrapper .price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce-checkout tr.woocommerce-shipping-totals td ul li {
    justify-content: end !important;
}

.woocommerce-checkout tr.woocommerce-shipping-totals td ul li label {
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/*.woocommerce-shipping-methods li label:after {
    position: absolute;
    content: "";
    top: 0;
    left: -32px;
    border: 1px solid #D7D3D0;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}*/
/*  writen by harshit start */
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
    height: 634px;
    overflow: hidden;
    background-color: rgb(246, 246, 246);
    width: 100%;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productSSlider {
    position: relative;
}

.onsale {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 9;
    background: white;
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 15px;
    color: #009cd6;
}

.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next:not(.swiper-button-lock),
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev:not(.swiper-button-lock) {
    height: 30px;
}

.wcgs-swiper-button-prev.wcgs-swiper-arrow {
    left: 20px !important;
}

.wcgs-swiper-button-next.wcgs-swiper-arrow {
    right: 20px !important;
}

.wcgs-swiper-button-prev.wcgs-swiper-arrow:before {
    content: "" !important;
    background-image: url(assets/images/testimoialarow.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block !important;
}

.wcgs-swiper-button-next.wcgs-swiper-arrow:before {
    content: "" !important;
    background-image: url(assets/images/testimoialarow.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block !important;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow,
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
    background: unset !important;
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
    border-radius: 4px !important;
}

.wcgs-carousel .swiper-pagination {
    background-color: #fafaf9;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#wpgs-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    top: 0;
    background-color: #d7d3d0;
    opacity: 1;
    margin: 0;
}

#wpgs-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #292524;
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDiscription__top__heading h1,
.productDiscription__top__heading h2,
.productDiscription__top__heading h3 {
    margin: 0;
}

.variations .label label {
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    color: #292524;
}

table.variations td.label.open::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    transform: rotate(-180deg);
}

table.variations td.label::after {
    padding: 12px;
    background-color: #e7e5e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "" !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23212529"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .xt_woovs-attribute-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    color: #57534e;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-image {
    width: 64px !important;
    height: 64px !important;
    margin-right: 6px !important;
    margin-bottom: 0px !important;
}

.xt_woovs-single-product .swatch.swatch-image .swatch-inner {
    max-width: 64px;
    height: 64px;
    overflow: hidden;
    background-color: rgb(246, 246, 246);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}

.xt_woovs-swatches-wrap table.variations tbody {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.xt_woovs-single-product .swatch.swatch-image .swatch-inner img {
    height: 100%;
}

.woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 32px 0;
}

.single_add_to_cart_button {
    max-width: calc(100% - 112px) !important;
    width: 100% !important;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-bottom: 0px !important;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
    padding: 10px 15px;
    border: 0px solid #d7d3d0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #57534e;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 115% !important;
    font-weight: 400;
    margin-right: 6px !important;
    margin-bottom: 0px !important;
    min-width: unset !important;
    height: unset !important;
}

.xt_woovs-single-product .swatch.swatch-label.xt_woovs-selected {
    border: 0px solid #009cd6;
    color: #292524;
    background: transparent !important;
}

.xt_woovs-single-product .swatch.swatch-image.xt_woovs-selected .swatch-inner,
.xt_woovs-single-product .swatch.swatch-label.xt_woovs-selected {
    box-shadow: inset 0 0 0 1px #292524 !important;
}

.productDiscription .woocommerce-variation-price {
    position: unset !important;
}

.woocommerce-variation-availability {
    display: none !important;
}

.reset_variations.xt_woovs-reset-visible {
    background: #1d2327;
    color: white;
    padding: 5px 9px;
    border-radius: 6px;
}

.reset_variations.xt_woovs-reset-visible {
    float: right;
    width: 55px !important;
    text-align: center !important;
}

.clear-btn {
    position: relative;
}

.clear-btn .reset_variations {
    color: rgb(255, 255, 255) !important;
    visibility: visible;
    position: absolute;
    top: -55px;
    right: 0;
    background: #1d2327;
    color: #fff;
    padding: 8px 9px;
    border-radius: 6px !important;
    margin: 0 !important;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.posted_in {
    width: 82%;
}

.gallery-navigation-carousel .wcgs-thumb {
    height: 150px;
}

#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow {
    display: none;
    background-color: unset !important;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
}

#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-button-next.wcgs-swiper-arrow {
    right: 0 !important;
}

.checkout .woocommerce-shipping-methods ul li.current__active label:after {
    border-color: transparent;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Crect x='1' y='1' width='24' height='24' rx='12' fill='%23E6F5FB'/%3E%3Crect x='1' y='1' width='24' height='24' rx='12' stroke='%23008EC3' stroke-width='2'/%3E%3Ccircle cx='12.9992' cy='13.0002' r='4.8' fill='%23008EC3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

body .inspiration-slider .inspiration-slider__item__row .image-view img {
    object-fit: fill !important;
}

body .inspiration-slider .inspiration-slider__item__row .image-view {
    z-index: 2;
}

/* .tolltip.top .dots-popup {
    bottom: 45px;
    top: unset;
    position: absolute;
}

.tolltip.left .dots-popup {
	top: 0;
	right: 45px;
	left: unset;
	 position: absolute;
}


.tolltip.right .dots-popup {
	top: 0;
	left: 45px;
	right: unset;
	 position: absolute;
}


.tolltip.bottom .dots-popup {
	top: 45px;
	bottom: unset;
	left: 0;
	 position: absolute;
}
 */

.inspiration-slider .inspiration-slider__item__row .image-xl:has(.dots .dot:hover) {
    z-index: 2;
}

.inspiration-slider .inspiration-slider__item__row .image-xl {
    z-index: 2 !important;
}

body .featureprojectslider .inspiration-slider__item__row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
}

body .featureprojectslider .inspiration-slider__item__row .image-xl {
    width: 100% !important;
    max-width: 100% !important;
    height: 400px !important;
}

body .featureprojectslider .inspiration-slider__item__row .image-xl img {
    position: unset !important;
    height: 100%;
}

@media (max-width: 1250px) {
    #wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow {
        display: block;
    }

    .gallery-navigation-carousel .wcgs-thumb {
        height: 100px;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: 550px;
    }
}

@media (max-width: 992px) {
    .cartSidebar__IncDec.quantity {
        height: 40px !important;
        width: 99px !important;
    }
}

@media (max-width: 767px) {
    .gallery-navigation-carousel .wcgs-thumb {
        height: 75px;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: 334px !important;
    }

    body section.sticky-tab {
        top: 73px;
        z-index: 1;
    }

    body.sticky-up .woocommerce-tabs section.sticky-tab {
        top: 73px;
    }

    body .gridinspirationslider__item__row .image-view .dot.dot-unset .tolltip {
        transform: translate(-50%, -50%) !important;
    }

    /* body .inspiration-slider__item__row .image-view .dot:hover {
    position: unset;
  } */

    /* body .inspiration-slider__item__row .image-view .dot:hover .tolltip {
    opacity: 1 !important;
    visibility: visible;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) !important;
  } */
}


/* New CSS  - 12-02-25 */
/* a.custom-add-to-cart.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    position: absolute;
    right: 70px;
    top: 10px;
} */

/*  writen by harshit end */

/*03-06-2025-Naveen start*/
.archive span.price del,
span.price ins {
    text-decoration: none !important;
}

.archive del .woocommerce-Price-amount {
    position: relative;
}

.archive del .woocommerce-Price-amount:after {
    content: '';
    height: 2px;
    display: block;
    width: calc(100% - 25px);
    background-color: #4B5762;
    top: 18px;
    position: absolute
}

.archive del .woocommerce-Price-amount:before {
    content: '';
    height: 2px;
    display: block;
    width: 23px;
    background-color: #4B5762;
    ;
    top: 5px;
    position: absolute;
    right: 0;
}

@media (max-width:768px) {
    .archive del .woocommerce-Price-amount:after {
        top: 11px;
    }

    .archive del .woocommerce-Price-amount:before {
        top: 6px;
        width: 17px;
        height: 1px;
    }
}

.single-product span.price del,
span.price ins {
    text-decoration: none !important;
}

.single-product del .woocommerce-Price-amount {
    position: relative;
}

.single-product del .woocommerce-Price-amount:after {
    content: '';
    height: 2px;
    display: block;
    width: calc(100% - 25px);
    background-color: #4B5762;
    ;
    top: 22px;
    position: absolute;
    left: 0;
}

.single-product del .woocommerce-Price-amount:before {
    content: '';
    height: 2px;
    display: block;
    width: 23px;
    background-color: #4B5762;
    ;
    top: 13px;
    position: absolute;
    right: 0;
}


.single-product .woocommerce-variation-price del .woocommerce-Price-amount {
    position: relative;
}

.single-product .woocommerce-variation-price del .woocommerce-Price-amount:after {
    content: '';
    height: 2px;
    display: block;
    width: calc(100% - 25px);
    background-color: #4B5762;
    ;
    top: 17px;
    position: absolute
}

.single-product .woocommerce-variation-price del .woocommerce-Price-amount:before {
    content: '';
    height: 2px;
    display: block;
    width: 23px;
    background-color: #4B5762;
    ;
    top: 3px;
    position: absolute;
    right: 0;
}

/*woocommerce-mini-cart mini cart*/
.widget_shopping_cart_content del,
.widget_shopping_cart_content ins {
    text-decoration: none !important;
}

.widget_shopping_cart_content del .woocommerce-Price-amount {
    position: relative;
}

.widget_shopping_cart_content del .woocommerce-Price-amount:after {
    content: '';
    height: 2px;
    display: block;
    width: calc(100% - 25px);
    background-color: #4B5762;
    ;
    top: 8px;
    position: absolute
}

.widget_shopping_cart_content del .woocommerce-Price-amount:before {
    content: '';
    height: 2px;
    display: block;
    width: 23px;
    background-color: #4B5762;
    ;
    top: 8px;
    position: absolute;
    right: 0;
}


.wrap_minicart_foot del .woocommerce-Price-amount:after {
    content: '';
    height: 2px;
    display: block;
    width: calc(100% - 25px);
    background-color: #4B5762;
    ;
    top: 12px;
    position: absolute
}

.wrap_minicart_foot del .woocommerce-Price-amount:before {
    content: '';
    height: 2px;
    display: block;
    width: 23px;
    background-color: #4B5762;
    ;
    top: 12px;
    position: absolute;
    right: 0;
}

/*woocommerce-mini-cart mini cart*/


.single-product .productDiscription__top__price {}

.single-product .productDiscription__top__price del {
    text-decoration: none;
}

.single-product .productDiscription__top__price ins {
    text-decoration: none;
}

.single-product .productDiscription__top__price del span,
.single-product .productDiscription__top__price .price span {
    font-size: 36px;
    font-weight: 700;
}

.single-product .productDiscription__top__price ins span {
    font-size: 36px;
    font-weight: 700;
}

.single-product .productDiscription__top__price del span sup,
.productDiscription__top__price ins span sup,
.single-product .productDiscription__top__price .price span sup {
    top: -1em;
}


.product-type-simple button.single_add_to_cart_button.button.btn.btn-blue {
    max-width: 100% !important;
}

/*03-06-2025-Naveen end*/

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
    margin-top: 5px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width: 20px;
    margin: 0;
    margin-top: 2px;
}

/***********Start Moazzam Feedbacks**********/
@media (max-width:992px) {

    .testimonials__Txt .customFitting__Topelements p,
    .testimonials__Txt .customFitting__Desc p {
        display: block !important;
    }
}

@media (max-width:767px) {
    .tax-product_cat .plpMenu {
        bottom: unset;
    }

    .customFitting__Item {
        min-height: 220px;
        height: 100% !important;
        padding-top: 32px !important;
        padding-bottom: 0 !important;
    }

    .customFitting__Desc {
        position: unset;
    }

    .customers-card {
        margin-bottom: 15px;
    }

    .container .blogInternal.order-item {
        padding: 35px 15px;
    }

    .container .blogInternal.p-right {
        padding-top: 35px;
    }
}

/***********End Moazzam Feedbacks**********/