:root{
    --primary-color-wy: #91AF8C;
}
@font-face {
    font-family: NoyhR-Regular;
    src: url(NoyhR-Regular.woff);
}

/*=============== Header Css ==============*/
.header-icon-wy a.elementor-icon {
    padding: 8px 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.header-icon-wy a.elementor-icon:hover {
    background: #f1f1f1;
}
a#elementor-menu-cart__toggle_button {
    width: 40px;
    height: 40px;
    justify-content: center;
    line-height: 1;
}
a#elementor-menu-cart__toggle_button .elementor-button-icon {
    margin-top: 4px;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default {
    box-shadow: unset;
    border-radius: 50px !important;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    height: 38px !important;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 36px !important;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single span.select2-selection__arrow b {
    left: 20% !important;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single span#select2-mryu-container {
    line-height: 38px;
}
.card-extra-rental-data span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single #select2-t01z-container span {
    font-size: 14px !important;
}
.name-img-inner-row-wy a {
    display: block;
    line-height: 18px;
}
/*span#select2-mm4y-container span:nth-of-type(1) {*/
/*    12px !important;*/
/*}*/
span#select2-mm4y-container span:nth-of-type(1) span {
    height: 12px !important;
    width: 12px !important;
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px !important;
    line-height: 38px !important;
}
.humberger-list {
    display: none !important;
}
.desktop-humberger-icon:hover .humberger-list {
    display: block !important;
}
.ad-span-tags .elementor-icon-list-text span {
    font-weight: 500;
    color: #91af8c;
}
/* ============= Home Page ========== */
.home-banner-wy .swiper-pagination {
    padding: 8px 10px;
    border-radius: 24px;
	top: 97% !important;
    background-color: rgba(51, 51, 51, 0.25);
}
.home-banner-wy .swiper-pagination-bullet {
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
    background-color: transparent !important;
}
.home-banner-wy .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background-color: #ffffff !important;
     transform: scale(1.2);
}
/* .banner-first-col {
   padding-left: 2.5vw !important;
} */
.categories-slider-wy {
    display: flex;
    overflow-y: auto !important
}
.categories-slider-wy>.elementor-element {
    min-width: 240px !important;
}
.categories-slider-wy::-webkit-scrollbar {
  height: 2px;
}
.categories-slider-wy::-webkit-scrollbar-track {
  background-color: darkgrey;
}
.categories-slider-wy::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.category-left-btn .elementor-icon,
.category-right-btn .elementor-icon {
    background-color: #33333312;
    border-radius: 50% 50% 50% 50%;
    padding: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.category-left-btn.disabled,
.category-right-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/*============ Archive Page ==============*/
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    flex-wrap: wrap !important;
}
.rental-options {
    width: 100% !important;
}
.custom-card-btn a.view-more {
    color: white;
}
.product-card-price {
    margin: 10px 0;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    font-family: "Open Sans";
}
sup.small-text-price {
    position: relative;
    top: -3px;
}
.pm-text {
    font-weight: 400;
    position: relative;
    top: 0px;
    left: 4px;
	color: #5d5d5d;
    font-size: 14px;
}
.product-card-footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

p#billing_wooccm23_field .optional {
    display: none;
}
.custom-container {
    max-width: 1600px;
    margin: 0 auto;
}
.custom-filter-wrapper {
    display: flex;
    gap: 50px;
}
.woocommerce-filters {
    width: 24%;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
.filter-products-wy {
    width: 75%;
}
.custom-product-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 150px;
    position: relative;
}
.ajax-loader-wy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #91af8c;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.custom-product-card .product-title{
    font-size: 17px;
	font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    height: 50px;
	letter-spacing: 0.8px;
}
.custom-product-card .product-title a{
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: "Roboto", Sans-serif !important;
	font-weight: 700;
}
.custom-product-card .product-bullet-info {
    font-size: 13px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 80px;
}
.product-bullet-info ul {
    padding-left: 16px;
}
.product-bullet-info p {
    margin-bottom: 0;
}
.custom-filters-wy ul {
    list-style: none;
    padding-left: 16px;
}
.main-parent-category-wy {
    font-weight: 700;
}
li.category-item.active-category-wy>label>span {
    color: #91AF8C;
    font-weight: 500;
}
.counter-wy {
    color: #808080 !important;
    font-weight: 400;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    padding: 20px 0 0 0;
}
.price-range-slider .range-value input:focus-visible  {
    outline: 0 !important;
}
.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: var(--primary-color-wy);
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--primary-color-wy);
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: var(--primary-color-wy);
}
.view-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    min-width: 80px;
    border: none transparent;
    background-color: #91AF8C;
    color: #fff;
    border-radius: .5em;
    font-size: 14px;
    padding: 10px 20px;
    padding-left: 35px;
}
.view-more:hover {
    color: #fff;
}
.view-more:before {
    content: "";
    background-image: url("/wp-content/uploads/2024/10/white-arrow.png");
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 10;
    background-size: contain;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
/* .product-card-price {
    margin: 10px 0;
	 display:flex;
    align-items: flex-end;
    gap: 7px;
} */
.woocommerce-custom-archive {
    padding: 25px 50px;
}
.filter-category {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom:15px;
}
.filter-brand {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding-top:15px;
    padding-bottom:15px;
}
.woocommerce-filters h4 {
    font-size: 18px;
}
.price-range-slider {
    padding-top:15px;
}
.hidden-child {
    display: none;
}
ul.first-child-wy {
    padding-left: 20px;
}
ul.child-categories {
    padding-left: 20px;
    display: none;
}
.shop-grandchild-categories{
    padding-left: 20px !important;
}
.shop-category-filter li {
    cursor: pointer;
}
.shop-category-filter .toggle-link-wy {
    color: #333;
    text-decoration: underline;
}
.total-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 40px;
}
.total-products p {
    margin-bottom: 0px;
}
.total-products .sort-order-wy {
    display: flex;
    align-items: center;
    gap: 10px;
}
.total-products .woocommerce-ordering select {
    padding: 0px;
    border: 0px;
}
.total-products .woocommerce-ordering select:focus-visible {
    outline: none;
}
form.woocommerce-ordering {
    margin-bottom: 0px !IMPORTANT;
}
.rental-category-filter-wrapper {
    padding: 20px 0;
}
.rental-category-filter {
    display: flex;
    gap: 16px 8px;
    flex-wrap: wrap;
}
.rental-category-filter  input[type="radio"] {
    display: none;
}
.rental-category-filter  label {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s, color 0.3s;
    border: 2px solid transparent;
    border-radius: 88px;
}
.rental-category-filter  input[type="radio"]:checked + label {
    background-color: #91AF8C;
    color: white;
    border-color: #91AF8C;
}
.rental-category-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
.rental-category-heading-icon {
    line-height: 1;
}
.rental-category-heading h4 {
    margin: 0;
}
.filter-brand ul {
    padding-left: 0;
}
/*=============== Single Product=================*/
.product-right-arrow, .product-left-arrow {
    display: none;
}
.product-right-arrow.show-arrow, .product-left-arrow.show-arrow {
    display: block;
}
.breadcrumbs-separators-wy {
    transform: rotate(-90deg) translateX(-7px);
}
.custom-sale-badge {
    background: #91af8c;
    padding: 4px 13px;
    font-size: 14px;
    border-radius: 15px;
    color: #fff;
    display: none;
}
.custom-sale-badge.active {
    display: inline-block;
}

.rental-price-item {
    display: none;
}
.rental-price-item.active {
    display: block;
}
.product-faq .faq-heading {
    margin: 0;
    padding: 12px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.product-faq .faq-heading.active .icon {
    font-size: 14px;
}
ul.product-benefits {
    padding-left: 0px;
    list-style: none;
}

ul.product-benefits  li{
    position: relative;
    padding-left: 20px;
}
ul.product-benefits  li:before{
    content: "";
    background-image: url("/wp-content/uploads/2024/10/check-mark-1.png");
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.woocommerce.single-product figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding-bottom: 50px !important;
}
.gallery-counter-wy {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index:999;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
	padding-top:20px;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
    max-width: 96px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(241, 241, 241);
    border-radius: 8px;
    line-height: 0;
    padding: 10px;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li:has(.flex-active) {
    border-color: rgb(51, 51, 51);
}
.product-right-arrow .elementor-icon,
.product-left-arrow .elementor-icon {
    background: #f5f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.single-product-variation-wy table.variations td {
    padding: 0px;
}
.single-product-variation-wy  table.variations {
    background-color: transparent !important;
    margin-bottom: 10px !important;
}
.single-product-variation-wy table.variations tbody>tr:nth-child(odd)>td,
.single-product-variation-wy table.variations tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}
.single-product-variation-wy th.label {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.rental-sub-heading  a {
    color: #333333;
    font-weight: 400;
    text-decoration: underline;
}

.rental-options-wy {
    width: 100% !important;
    position: relative;
}
.rental-radio-group {
    display: flex;
    overflow: hidden;
    height: 48px;
    padding: 0px 32px;
    box-sizing: border-box;
    flex: 1 0 auto;
    border-radius: 48px;
    cursor: pointer;
    letter-spacing: 0.05em;
    border: 2px solid rgba(51, 51, 51, 0.07);
}
.rental-option {
    flex: 1 1 auto;
    min-width: 50px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    mix-blend-mode: normal;
}
.rental-option-label {
    box-sizing: content-box;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
}
.rental-slider {
    position: absolute;
    top: -10px;
    left: 0;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 10px;
    align-items: center;
    transform: translateX(88px);
}
.slider-description {
    display: block;
    font-size: 9px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    color: rgba(51, 51, 51, 0.7);
    transition: color 100ms linear;
}
.slider-label {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: normal;
    display: flex;
    margin: 0px auto;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
    transition: color 100ms linear;
}
.rental-option[aria-checked="true"] .rental-option-label {
    color: #333; /* Checked color */
}
.rental-slider {
    transition: transform 0.3s ease;
}


.rental-price-wy {
    padding-top: 20px;
}
.original-price-amount {
    text-decoration: line-through;
}
.sale-rental-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    color: rgb(145 175 140);
    font-family: "Open Sans";
}
.month-lable-wy {
    font-size: 14px;
    font-weight: 500;
}
.original-price {
    font-size: 14px;
    font-weight: 500;
}

.insurance-checkbox-container .tooltip-icon {
    margin-left: 8px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    position: relative;
}
.insurance-checkbox-container  .tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 26px; /* Position above the icon */
    right: 0%;
    background-color: #91af8c;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 400px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.insurance-checkbox-container {
    padding: 4px 10px;
    border: 1px solid rgba(51, 51, 51, 0.07);
    background-color: #f5f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.insurance-checkbox-container label {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.product-faq-wrapper {
    border: 1px solid #F1F1F1;
    border-radius: 20px;
    padding: 30px;
}
/*  table*/
.specification-wy h3 {
    font-size: 22px;
}
.characteristics-heading {
    font-size: 16px;
}
table.specification-table td {
    border: none;
}
.info-on-hover {
    display: none;
    position: absolute;
    left: 0;
    background-color: #91af8c;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    margin-top: 4px;
}
.info-icon-wrapper .info-icon:hover~.info-on-hover {
    display: block;
}
.info-icon-wrapper {
    position: relative;
    display: inline-block;
}
.info-icon {
    display: inline-flex;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    background-color: #91af8c;
    padding: 0 5px;
    border-radius: 50%;
    width: 17px;
    height: 18px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translateY(-1px);
    margin-right: 2px;
}

.product-description-wy .elementor-widget-container {
    height: auto !important;
}

.product-description-wy .elementor-widget-container.collapsed {
    max-height: 148px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.product-description-wy.expanded .elementor-widget-container {
    max-height: none;
}
.product-description-wy .read-more-btn {
    display: inline-flex;
    margin-top: 20px;
    padding: 0px !important;
    background-color: transparent !important;
    color: #1f2124 !important;
    line-height: 1;
    border: 0;
    font-weight: 700;
    align-items: center;
    gap: 8px;
}
.arrow-wy {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
  transition: 0.5s all ease;
}
.arrow-wy.up-wy {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 0px;
}
.product-description-wy .read-more-btn {
    color: #91af8c !important;
}
.product-description-wy .read-more-btn i.arrow-wy.down-wy {
    border-color: #91af8c !important;
}
.product-description-wy .read-more-btn i.arrow-wy.up-wy {
    border-color: #91af8c !important;
}

.slide-counter-custom-wy {
    display: none;
    position: absolute;
    bottom: 150px;
    padding: 4px 15px;
    background-color: #fff;
    width: 100%;
    text-align: center;
}
/*============= Cart Page ===================*/
.woocommerce-Price-amount bdi {
    font-family: "Open Sans";
}
.cart-head-wy {
    display: none;
}
.cart-div-table-wy .attachment-woocommerce_thumbnail {
    max-width: 70px !important;
}
.cart-div-table-wy .product-name-img-wy {
    /* display: flex; */
    /* gap: 19px; */
}
.cart-div-table-wy .product-name.variations {
    width: 100%;
}
.cart-div-table-wy .card-extra-rental-data {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}
.cart-div-table-wy dl.tc-epo-metadata.variation {
    display: none;
}
.cart-div-table-wy .cart-quantity-time-wy {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #F1F1F1;
    margin-top: 15px;
}
.cart-div-table-wy .name-img-inner-row-wy {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cart-description-wy, .cart-delivery-wy {
    display: block;
    font-size: 13px;
    color: #666;
}
.cart-description-wy p {
    margin-bottom: 0;
}
.cart-delivery-wy {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}
span.cart-description-wy {
    margin-top: 4px;
}
.custom-cart-row-wy {
    padding: 20px 30px 15px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 30px;
}
.woocommerce-cart .cart_totals {
    padding: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 20px;
}
.price-cart-per-month {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
}
.woocommerce-cart ul.product-benefits {
    padding: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 20px;
    margin-top: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 30px !important;
}
select.rental-option-dropdown, select.cart-item-variation-switch {
    border-radius: 30px !important;
    border: 1px solid #ccc!important;
    padding: 5px 10px !important;
    background-color: transparent !important;
}
select.rental-option-dropdown:focus-visible, select.cart-item-variation-switch:focus-visible {
    outline: 0px !important;
}
.cart-payment-info-wy {
    padding: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 20px;
    margin-top: 30px;
}
.cart-payment-info-wy>div {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1;
    padding-bottom: 16px;
}
.cart-payment-info-wy .payment-methods img {
    max-width: 200px;
    padding-left: 20px;
}
.cart-form-wy .quantity-wrapper {
    display: flex;
    align-items: center;
}
.cart-form-wy .quantity-wrapper .minus,
.cart-form-wy .quantity-wrapper .plus {
    background-color: transparent;
    border: 0;
    padding: 0px;
    cursor: pointer;
    font-size: 20px !important;
    color: #000;
}
.cart-form-wy .quantity-wrapper input[type="number"] {
    margin: 0 5px;
    text-align: center !important;
    width: 40px !important;
}
/* Chrome, Safari, Edge, Opera */
.cart-form-wy .quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.cart-form-wy .quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.cart-form-wy .quantity-wrapper input[type="number"][type=number] {
    -moz-appearance: textfield;
}

input#delivery_date {
    width: 200px;
    border-radius: 30px !important;
    border: 1px solid #ccc !important;
    padding: 3px 15px !important;
    font-size: 14px;
    background-color: transparent !important;
}
.delivery-date-wrapper>div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.delivery-end-date-wy {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;
}
.deliver-date-start-wy {
    font-size: 14px;
}
.woocommerce .cart_totals table.shop_table_responsive.total-details-wy tr td:first-child {
    text-align: left !important;
}
.total-details-wy tr td {
    padding:0px !important;
    font-size: 15px !important;
}
.total-details-wy tr td:first-child  {
    padding-left: 16px !important;
}
.total-details-wy tr td.total-cart-heading-wy {
    padding-left: 0px !important;
    font-size: 18px;
    font-weight: 700;
}
.total-details-wy td strong .woocommerce-Price-amount{
    font-weight: 700 !important;
    font-size: 18px !important;
}
.total-details-wy td .woocommerce-Price-amount {
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #333 !important;
}
.total-details-wy tr.eanmlig-tr-wy  td.total-cart-heading-wy {
    padding-top: 20px !important;;
}
td.green-text-wy {
    color: #91af8c;
}
.order-total-wy {
    margin-top: 18px !important;
    padding-top: 20px !important;
    border-top: 3px solid #d3d2d2 !important;
    border-radius: 0 !important;
}
.order-total-wy tr td.order-total-text-wy {
    padding-left: 0px !important;
}
td.order-total-text-wy strong {
    font-size: 18px !important;
}
table.order-total-wy td .woocommerce-Price-amount {
    color: #333!important;
    font-size: 18px !important;
}
/* ======================================================== */
/* customizer haider css */
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    flex-wrap: wrap !important;
}
.single-product .rental-options {
    width: 100% !important;
}
.selected-rental-price #display-price{
	font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal;
}
span.sub_month {
    font-size: 14px;
}
.total_p{
	font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgb(51, 51, 51);
    text-decoration: line-through;
}
#selected-rental-price .original-price{
	display:flex;
	gap:12px;
}
.rent_duration{

    display: flex;
    gap: 12px;
    display: flex;
    overflow: hidden;
    height: 48px;
    padding: 0px 32px;
    box-sizing: border-box;
    flex: 1 0 auto;
    border-radius: 48px;
    cursor: pointer;
    letter-spacing: 0.05em;
    border: 2px solid rgba(51, 51, 51, 0.07);
    align-items: center;
    justify-content: space-around;

}
html :has(body.mm-wrapper--opened) {
Overflow-x: hidden !important;
}
.wpmm-menu {
    max-width: 325px;
}
.first-child-li-wy span {
    cursor: pointer;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #262626;
}
.breadcrumbs-separators-wy {
    transform: rotate(-90deg) translateX(-3px);
    font-size: 12px !important;
    width: 18px !important;
}
img.home-breadcrumb-icon-wy {
    margin-bottom: -3px;
}
.woocommerce-filters h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.filter-brand input[type="checkbox"] {
    appearance: none;
    display: inline-block;
    position: relative;
    width: 22px;
    min-width: 24px;
    max-width: 24px;
    height: 21px;
    min-height: 24px;
    max-height: 24px;
    border: 2px solid rgba(51, 51, 51, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0px 12px 0px 0px;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s, border-color 0.3s;
}

.filter-brand input[type="checkbox"]:checked {
    background-color: #91AF8C; /* Change background to green when checked */
    border-color: #91AF8C; /* Optional: Match border color to green */
}

.filter-brand input[type="checkbox"]:checked::before {
    content: '\2713'; /* Unicode for checkmark */
    color: white; /* Keep the tick white */
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter-brand li {
    display: flex;
	align-items: center;
    gap: 0px;
    gap-x: 20px;
    padding-bottom: 10px;
}
.filter-brand {
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tml-lostpassword-link {
    display: none !important;
}
/* Tooltip Container Styling */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer; /* Change cursor to pointer */
}
.tooltip-content {
    display: none; /* Initially hidden */
    position: absolute;
    bottom: 150%; /* Place above the icon */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333; /* Tooltip background color */
    color: white;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 280px; /* Adjust tooltip width */
}
.tooltip-container:hover .tooltip-content {
    display: block; /* Show tooltip on hover */
}
.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%; /* Pointing downwards */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent; /* Arrow color matches tooltip */
}
/* Styling the SVG icon */
.rental-category-heading-icon svg {
    display: inline-block;
    vertical-align: middle;
}
h4.category_filter_a {
    font-weight: 500 !important;
}
.filter-category {
    border-bottom: 2px solid #f1f1f1 !important;
    padding-bottom: 15px;
}
.rental-category-filter label {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s, color 0.3s;
    border: 2px solid transparent;
    border-radius: 88px;
    font-size: 14px;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--primary-color-wy);
    height: 17px;
    width: 17px;
    top: -0.47em;
    cursor: pointer;
}
.ui-widget.ui-widget-content {
    border: 2px solid #91af8c;
}
.range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #91af8c;
    border: 2px solid var(--primary-color-wy);
    height: 17px;
    width: 17px;
    top: -0.47em;
    cursor: pointer;
}
.filter-products-wy h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 28px;
}
.filter-products-wy p {
    font-size: 14px;
}
.total-products p {
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 400;
    color: #808080;
    letter-spacing: 0.8px;
}

.total-products .sort-order-wy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #808080;
}
.total-products .woocommerce-ordering select {
    padding: 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif !important;
}
.total-products .sort-order-wy {
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 14px;
    color: gray;
}

.product-bullet-info strong {
    font-size: 13px;
}
span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 700;
    color: #616161;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 24px !important;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}
.woocommerce-info {
    border-top-color: #000000;
}
.cart-empty.woocommerce-info {
    background: #91af8c;
	color: white;
}
.woocommerce-info::before {
    color: #ffffff;
}
a.button.wc-backward {
    background: #8CAF8C;
    color: white;
}
button.button {
    background: #91af8c !important;
    border: none !important;
    color: white !important;
	opacity: 1 !important;
}
.elementor-element-f7dd069 h2.elementor-heading-title {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}
/* ==== checkout ===== */
#billing_wooccm13_field .woocommerce-radio-wrapper label,#billing_wooccm14_field .woocommerce-radio-wrapper label {
    border: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: -2px !important;
}
/* ==== woocommerce ===== */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding-left: calc((100vw - 1560px) / 2);
    padding-right: calc((100vw - 1625px) / 2);
    position: relative;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: calc((100vw - 1620px) / 2);
}
/*======================== footer ===========================*/
.ftr-soical-links-wy span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #91af8c;
    border-radius: 50%;
    margin-right: 8px;
}
.ftr-soical-links-wy span.elementor-icon-list-icon svg {
    margin-right: 0 !important;
}
/*=====================*/
@media (min-width:1025px) {
	.product-sticky-col-wy {
		position: sticky;
        top: 20px;
		z-index:99;
	}
}
/* media query */
@media (max-width:1700px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding-left: 80px;
        padding-right: 50px;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        left: 50px;
    }
}
@media (max-width:1400px) {
	.custom-product-wrapper {
        gap: 70px;
	}
}
@media (max-width:1200px) {
	.custom-container {
		max-width: 100%;
	}
	.woocommerce-custom-archive {
		padding: 25px 20px;
	}
	.filter-category span {
		font-size: 14px;
	}
	.rental-category-filter label {
		padding: 8px 14px;
		font-size: 12px;
	}
	.price-range-slider .range-value input {
		font-size: 14px;
		padding: 15px 0 0 0;
	}
	.filter-brand input[type="checkbox"] {
		width: 15px;
		min-width: 15px;
		max-width: 15px;
		height: 15px;
		min-height: 15px;
    	max-height: 15px;
		margin-right: 6px;
	}
	.filter-brand li {
    	font-size: 14px;
	}
	.custom-product-wrapper {
		grid-template-columns: 1fr 1fr;
        gap: 60px;
	}
	.custom-product-card .product-title {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.product-card-price {
		font-size: 12px;
	}
	sup.small-text-price {
		font-size: 10px;
	}
	.pm-text {
		left: 2px;
		font-size: 10px;
	}
	span.woocommerce-Price-amount.amount {
		font-size: 12px;
	}
	.view-more {
		padding: 8px 12px;
		padding-left: 24px;
		font-size: 12px;
		min-width: 72px;
	}
	.view-more:before {
		width: 10px;
		height: 10px;
	}
	.specification-wy h3 {
		font-size: 20px;
	}
}
@media (max-width:1024px) {
    .woocommerce-notices-wrapper > div {
        padding-left: 40px;
        padding-right: 20px;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        left: 20px;
    }
}
@media (max-width:820px) {
	.woocommerce-filters {
		width: 40%;
	}
	.filter-products-wy {
		width: 60%;
	}
	.custom-product-wrapper {
        gap: 50px 50px;
    }
}
@media (max-width:767px) {
    .mobile-header-search-wy .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding-block: 10px;
    }
    .mobile-header-search-wy  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 9px;
        left: 12px;
    }
    .mobile-header-search-wy .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 0;
    }
	.woocommerce.single-product div.product div.images .flex-control-thumbs li {
		max-width: 50px;
	}
    .custom-product-wrapper {
        gap: 50px 15px;
    }
    .product-card-footer {
        gap: 10px;
    }
	.categories-slider-wy>.elementor-element {
		min-width: 150px !important;
	}
    .categories-slider-wy {
        scrollbar-width: none;
        padding-bottom: 0;
    }
	.custom-filter-wrapper {
		gap: 30px;
		flex-direction: column;
	}
	.woocommerce-filters {
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}
	.filter-products-wy {
        width: 100%;
    }
	.woocommerce div.product .product_title {
		font-size: 18px !important;
	}
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
		height: 20px;
		width: 20px;
	}
	.rental-option {
		min-width: 30px;
	}
	.rental-radio-group {
		height: 35px;
		padding: 0 20px;
	}
	.rental-option-label {
		font-size: 12px;
	}
	.rental-slider {
		width: 50px;
		height: 50px;
	}
	.slider-label {
		font-size: 16px;
		line-height: 20px;
	}
	.slider-description {
		font-size: 6px;
	}
	.insurance-checkbox-container label {
		font-size: 10px;
	}
	.insurance-checkbox-container {
		padding: 4px;
		margin-bottom: 4px;
		font-size: 10px;
		display: flex;
        align-items: center;
        gap: 2px;
	}
	.insurance-checkbox-container  .tooltip-icon:hover::after {
		font-size: 8px;
		width: 200px;
	}
	.sale-rental-price {
		font-size: 18px;
	}
	span.month-label-wy {
		font-size: 14px;
	}
	input#schadedekking-checkbox {
		height: 10px;
	}
	.original-price {
		font-size: 12px;
	}
	ul.product-benefits li {
		font-size: 14px;
	}
	.characteristics-heading {
		font-size: 14px;
	}
	.specification-wy h3 {
		font-size: 20px;
	}
	table.specification-table td, table.specification-table th {
		font-size: 12px;
		padding: 10px;
	}
	.product-description-wy .elementor-widget-container.collapsed {
		max-height: 150px;
	}
	.product-description-wy .read-more-btn {
		font-size: 12px;
	}
	.arrow-wy {
		border-width: 0 2px 2px 0;
	}
	.specification-wy h3 {
		font-size: 16px;
	}
    .cart-div-table-wy .cart-quantity-time-wy {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .cart-div-table-wy .product-subtotal {
        order: 2;
    }
    .cart-div-table-wy .product-remove {
        order: 1;
    }
    .cart-div-table-wy .product-quantity {
        order: 2;
    }
    .cart-div-table-wy .product-deliver-date-wy {
        order: 4;
    }
    .custom-cart-row-wy {
        padding: 15px;
    }
    .name-img-inner-row-wy a {
        font-size: 13px;
    }
    .cart-div-table-wy .card-extra-rental-data {
        gap: 8px;
    }
    .cart-div-table-wy .attachment-woocommerce_thumbnail {
        max-width: 50px !important;
    }
    .cart-div-table-wy .name-img-inner-row-wy {
        gap: 15px;
    }
    .cart-delivery-wy {
        padding-top: 5px;
        font-size: 12px;
    }
    .cart-delivery-wy img {
        width: 14px;
    }
    .shop_table_responsive.total-details-wy  tr {
        display: flex !important;
        justify-content: space-between;
        gap: 10px;
    }
    .woocommerce-cart ul.product-benefits {
        padding: 15px;
    }
    .cart-payment-info-wy>div {
        font-size: 14px;
    }
    .cart-payment-info-wy>div img {
        width: 15px;
        padding-right: 2px;
    }
    .pm-text {
        left: 0px;
    }
    .slide-counter-custom-wy {
        bottom: 103px;
        font-size: 12px;
    }
}
