.elementor-button {
    text-decoration: none !important;
}
.dialog-type-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.image_box {
    position: relative !important;
    z-index: 0;
    overflow: hidden !important;
}
.image_box .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.image_box:hover .hover-image {
    opacity: 1;
}
.image_box .hover-image * {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.image_box .hover-image img {
    background: #fff;
}
.custom-product-item .product-image .sw-wishlist-main {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.sw-wishlist-main.sw-wishlist-container-archive {
    margin: 0;
    width: auto;
    font-size: 0;
}
.sw-wishlist-main.sw-wishlist-container-archive a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50px;
    text-decoration: none !important;
}
.sw-wishlist-main.sw-wishlist-container-archive i {
    font-size: 20px;
    color: #212529;
    display: block;
    position: relative;
    top: 1px;
}
.sw-wishlist-main.sw-wishlist-container-archive img {
	width: 20px;
	position: relative;
    top: 1px;
}

.sw-wishlist-main.sw-wishlist-container-archive .fa-spinner {
    position: absolute;
    left:0;
    top: 0;
}

.product-filter {
    background: #E4E4E4;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 4;
}
.active-wish .product-filter {
    z-index: 0;
}
.filter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-filter .filter-left {
    display: flex;
    align-items: center;
}

.product-filter .filter-left .product-view {
    display: flex;
    align-items: center;
}

.product-filter .filter-left .product-view a {
    margin: 0 7px 0 0;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none !important;
    font-size: 14px;
}
.product-filter .filter-left .product-view a.active {
    opacity: 1;
}
.product-filter .product-view a img {
    width: 14px;
    height: 14px;
}
.product-filter .product-view .hide-desktop {
    display: none;
}
table.shop_table.shop_table_responsive.wishlists-product-table tr th.unit-cost {
    min-width: 100px;
    text-align: left !important;
}
/*.product-filter .product-view a img {
    width: 23px;
    height: 23px;
}*/

.product-filter .filter-left .varation-group {
    display: flex;
    align-items: center;
}

.product-filter .variation-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-filter .variation-group select {
    margin: 0 0 0 12px;
}

.filter-select, .filter-select-single, .filter-select-sort {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 0 0 9px;
}
.filter-select:first-child, .filter-select-single:first-child, .filter-select-sort:first-child {
    margin-left: 0;
}
.filter-toggle {
    background: white;
    background-color: #FFFFFF;
    background-image: url(../images/select-arrow.svg);
    border-radius: 25px;
    border: none;
    line-height: normal;
    appearance: none;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    font-size: 11px;
    padding: 8px 30px 6px 12px;
    background-position: calc(100% - 11px) center;
    background-size: 11px auto;
}

.filter-menu {
    position: absolute;
    width: 100%;
    border-top: none;
    display: none;
    z-index: 1000;
    max-height: 90vh;
    overflow-y: auto;
    list-style: none;
    padding: 13px 15px 10px;
    margin: 0;
    min-width: 180px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 10px 6px #00000029 !important;
    border-radius: 15px !important;
}
.filter-right .filter-menu {
    left: auto;
    right: 0;
}
.filter-menu li {
    padding: 3px 0;
    cursor: pointer;
    background: transparent;
    height: auto;
    color: #2B2E34;
    font-size: 11px;
    text-transform: capitalize !important;
    display: block;
    line-height: normal;
    position: relative;
    z-index: 0;
}
.filter-menu li span {
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.filter-menu li:hover span,
.filter-menu li.selected span {
    border-color: #222;
}

.filter-select.open .filter-menu, .filter-select-single.open .filter-menu, .filter-select-sort.open .filter-menu {
    display: block;
}

.range-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-filter {
    padding: 9px 0 !important;
}
.filter-right .filter-select {
    min-width: 96px;
}
.price-slider {
    position: relative;
    width: 96px;
    min-width: 106px;
    margin: 0 48px 0 48px;
    height: 26px;
    padding: 0  0 0;
}
.price-slider::before {
    content: "";
    position: absolute;
    left: -36px;
    right: -48px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 25px;
}
.price-slider input[type="range"] {
    position: absolute;
    width: 102%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.price-slider input[type="range"]::-webkit-slider-thumb {
	pointer-events: all;
	width: 16px;
	height: 16px;
	border: 1.5px solid #2B2E34;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

.price-slider .slider-track {
    position: absolute;
    height: 2px;
    background: #cfcfcf;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.price-slider .slider-range {
    position: absolute;
    height: 1px;
    background: #2B2E34;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.price-slider .pricetip {
    position: absolute;
    right: 101%;
    color: #2B2E34;
    padding: 1px;
    font-size: 11px;
    top: 5px;
    border-radius: 0;
    white-space: nowrap;
    z-index: 4;
}

.price-slider .pricetip#maxTooltip {
    left: 102%;
    right: auto;
}

select {
    background-color: #FFFFFF;
    background-image: url(../images/select-arrow.svg);
    border-radius: 25px;
    padding: 12px 34px 10px 20px;
    border: none;
    line-height: normal;
    font-size: 14px;
    appearance: none;
    min-width: 110px;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) center;
    background-size: 14px auto;
}
.checkbox {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #212529;
    border-radius: 3px;
    margin: 0 6px 0 0;
    cursor: pointer;
    min-width: 18px;
    position: relative;
    display: inline-block !important;
    z-index: 0;
}
input[type="checkbox"]:checked {
    background: #212529 !important;
}
input[type="checkbox"]:checked:before {
    content: "";
    width: 5px;
    height: 11px;
    position: absolute;
    left: 6px;
    bottom: 4px;
    transform: rotate(35deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.checkbox-btn span {
    display: none !important;
}
.product-filter .variation-group .clear {
    border: none;
    background: #212121 !important;
    border-radius: 40px;
    color: #fff !important;
    font-size: 12px;
    line-height: normal;
    padding: 6px 10px !important;
    margin: 0 0 0 12px;
    cursor: pointer;
    display: none;
}

.filter-right {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
}
.filter-right .filter-countproduct {
    font-size: 11px;
}

.filter-right .countproduct-after:after {
    content: "|";
    margin: 0 2px;
}
.filter-right label {
    margin: 0;
    line-height: normal;
    font-size: 11px;
}
.filter-right .filter-select {
    margin: 0;
    min-width: 120px;
}
.custom-product-container {
    background: #F6F6F7;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
}
.breadcrumbs {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs a, .breadcrumbs span {
    color: #2B2E34;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumbs a:not(:last-child):after {
    content: "/";
    padding: 0 10px;
    position: relative;
    top: -1px;
}
.product-grid {
    display: flex;
    margin: 0 -9px;
    flex-wrap: wrap;
}

.custom-product-item {
    padding: 0 9px;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 0 0 50px 0;
    width: 25%;
}

.view-grid .custom-product-item {
    width: 33.33%;
}
.search-results .view-grid .custom-product-item {
    width: 25% !important;
}
.custom-product-item .product-image {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    padding: 30px;
}

.custom-product-item .product-image > img  {
    width: 100%;
    height: 260px;
    display: block;
    object-fit: contain;
}
.product-variants {
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
}
.product-variants .simple-attribute-options {
    margin: 0;
}
.product-variants label {
    margin: 0;
}

.product-variants select {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    min-width: 10px;
}
.product-variants .simple-attribute-options .color-option {
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.product-variants .add-cart-icon {
    width: 22px;
    height: auto;
    cursor: pointer;
    min-width: 22px;
    margin-left: 10px;
}
/*.product-image:hover .product-variants .add-cart-icon {
    filter: brightness(0) invert(1);
}*/
.product-variants .added_to_cart.wc-forward {
    display: none;
}
.custom-product-item .product-image .remove-from-room {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    text-decoration: none !important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: normal;
}
.custom-product-item .product-image .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 0;
    transition: all 0.3s;
    opacity: 0;
    z-index: 1;
}

.custom-product-item .product-image:hover .image-hover {
    opacity: 1;
}
.product-grid .loading-spinner {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 99;
    height: auto;
    left: 0;
    margin: 0;
    padding: 30px;
    top: 0;
}

.product-grid .loading-spinner .spinner {
    margin: 0 auto;
}
.product-grid + h3 {
    border-top: 1px solid #707070;
    padding: 40px 0 0 0;
    margin: 30px 0 10px 0;
}
.view-list .product-grid {
    margin: 0;
}

.view-list .custom-product-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.view-list .custom-product-item .product-image {
    width: 40%;
}

.view-list .custom-product-item .prodcut-text {
    width: 60%;
    padding: 25px;
}

.view-list .custom-product-item .prodcut-text .product-price-btn {
    position: static;
    padding: 10px 0 0 0;
}

.add-to-cart-popup-trigger {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #000;
    border-radius: 25px;
    background: rgb(255 255 255 / 43%);
    line-height: normal;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 149px;
    width: 90%;
    display: inline-block;
    padding: 10px 0;
    bottom: -50px;
    color: #000;
    z-index: 9;
    transition: all 0.5s;
    visibility: hidden;
    cursor: pointer;
}

.add-to-cart-popup-trigger:hover {
    background: #212529;
    border-color: #212529;
    color: #fff;
}
.e-hotspot--position-right .e-hotspot__tooltip {
    right: -10px !important;
}
.e-hotspot--position-left .e-hotspot__tooltip {
    left: -10px !important;
}
.hotspot-main .e-hotspot__tooltip {
    width: 300px;
    display: flex;
    padding-top: 10px;
}
.hotspot-main .e-hotspot__tooltip .close-popup {
    display: block;
    line-height: 28px;
    font-size: 20px;
    top: 8px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: #F9F9F9;
    z-index: 9;
}
.hotspot-main .e-hotspot__tooltip .close-popup:hover {
    background: #212529;
    color: #fff;
}
.tooltip-product-img {
    width: 50%;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 50% 0 0;
    position: relative;
    z-index: 0;
	margin-top: -10px;
}

.tooltip-product-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 0;
}

.tooltip-product {
    display: block;
    text-align: left;
    width: 50% !important;
    padding: 10px;
    white-space: normal;
    margin: 0 !important;
}
.tooltip-product h6 {
    font-size: 16px !important;
    margin: 0 0 5px 0 !important;
}
.tooltip-product p {
    font-size: 14px;
/*     color: #9a9a9a; */
	color: #2b2e34;
}
.custom-product-item.tooltip-product button, .custom-product-item.tooltip-product .product-variants {
    position: static;
    background: transparent !important;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 6px 0 0;
    visibility: visible;
    font-size: 14px;
    justify-content: flex-start;
    line-height: normal;
    color: #212529 !important;
    cursor: pointer;
    transform: none !important;
    visibility: visible;
    opacity: 1;
}
.elementor-widget-hotspot .custom-product-item.tooltip-product button.add-to-cart-popup-trigger {
    margin-top: 13px;
}
.custom-product-item.tooltip-product .product-variants button:before {
    content: "";
    background-image: url(../images/plus-white-icon.svg);
    width: 34px;
    height: 34px;
    background-color: #212529;
    padding: 5px;
    margin-right: 6px;
    transition: all 0.3s;
    display: block;
    background-size: 30px auto;
    border-radius: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-product-item.tooltip-product button img, .custom-product-item.tooltip-product .product-variants img {
    width: 34px;
    height: 34px;
    background: #212529;
    padding: 6px;
    margin-right: 6px;
    transition: all 0.3s;
    border: none;
	border-radius: 50% !important;
}
.custom-product-item.tooltip-product button:hover img,
.custom-product-item.tooltip-product .product-variants button:hover:before {
    transform: scale(1.15) !important; 
}
.tootip-icons-group .product-variants:hover {
    transform: scale(1.15) !important; 
}

body .hotspot-main ul.slick-dots {
    z-index: 0;
    width: auto;
}
.custom-product-item .product-image:hover .add-to-cart-popup-trigger {
    visibility: visible;
    bottom: 50px;
}
.custom-product-item .product-image:hover .add-to-cart-popup-trigger.variants-popupicon {
    visibility: visible;
}

.custom-product-item h6 {
    padding: 0;
    font-size: 16px !important;
    margin: 0;
}
.custom-product-item h6 a {
    text-decoration: none;
    color: #212529;
}
.elementor-location-header + .woocommerce-notices-wrapper {
    display: none;
}
/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.product-popup {
    background-color: white;
    border-radius: 5px;
    padding: 2.5rem;
    max-width: 980px;
    width: 90%;
    max-height: 90vh;
	height: 600px;
    overflow-y: auto;
    position: relative;
}
.product-popup::-webkit-scrollbar {
	width: 0px;
	border-radius: 30px;
}

/* Track */
.product-popup::-webkit-scrollbar-track {
	background: none;
	border: none;
	border-radius: 30px;
}

/* Handle */
.product-popup::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.product-popup::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
.product-popup.card-popup {
    max-width: 560px;
    text-align: center;
}

.card-popup .button {
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: #2B2E34;
    line-height: normal;
    margin: 0;
    max-width: 200px;
    width: 90%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    height: auto;
}

.card-popup .button:hover {
    background: transparent;
    color: #000;
}
.close-popup, .close-popup-search, .closepopup, .closeicon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 23px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #ECECEC;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
}
a.closeicons.savecart-close{
    position: absolute !important;
    top: 8px;
    /* right: 2px; */
    font-size: 23px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #ECECEC;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    margin-left: 5px;
}
.close-popup:hover, .close-popup-search:hover, .closepopup:hover, .closeicon:hover {
    background: #272529 !important;
    color: #fff !important;
}
#wishCheckoutPopup p {
    text-align: center;
}

#wishCheckoutPopup .btn-group {
    justify-content: center;
}
#wishCheckoutPopup .closepopup {
    top: 6px;
    right: 6px;
}
.custom-product-item .prodcut-text {
    padding: 15px 10px;
    position: relative;
    z-index: 0;
    width: 100%;
	flex: 1;
    display: flex;
    flex-direction: column;
}

.custom-product-item .prodcut-text .product-price-btn {
    width: 100%;
    padding: 10px 0 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.custom-product-item .prodcut-text .product-price-btn .add-to-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.custom-product-item .prodcut-text .product-price-btn .wc-forward {
    display: none;
}
.custom-product-item .prodcut-text .product-price-btn .amount {
/*     display: block; */
    line-height: normal;
    margin: 0;
    font-weight: bold;
}
.wc-product-price, .price {
    display: flex;
    flex-wrap: wrap;
}
.product-price-btn del,
.wc-product-price del,
.price del {
    color: #9a9a9a;
    order: 2;
    margin-left: 5px;
}
ul.sublist-submenu.loggedout-wishlists .price {
    font-weight: 400;
    flex-wrap: wrap;
    justify-content: flex-end;
}
ul.sublist-submenu.loggedout-wishlists .price del {
    display: block;
    width: 100%;
    margin: 0;
    text-align: right;
}
ins {
    text-decoration: none !important;
}
button.add-to-cart,
.add-room-to-cart {
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: transparent;
    line-height: normal;
    margin: 0;
    max-width: 149px;
    width: 90%;
    display: inline-block;
    padding: 10px;
    color: #2B2E34;
    transition: all 0.5s;
    cursor: pointer;
}
button.add-to-cart:hover,
.add-room-to-cart:hover {
    background: #2B2E34;
    color: #fff;
}
.asign-room .custom-product-item .prodcut-text {
    padding: 15px 10px 0;
}

.asign-room .custom-product-item .prodcut-text .product-price-btn {
    position: static;
    padding: 10px 0 0 0;
}

.asign-room .add-room-to-cart {
    max-width: 200px;
    margin-top: 10px;
}

.product-bottom {
    width: 100%;
    margin: 21px 0 0 0;
}

.wish-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wish-share .share {
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 5px;
    z-index: 9;
    text-decoration: none !important;
}

.wish-share .share img {
    height: 19px;
    width: auto;
    display: block;
}
.wsc-saved-cart-table tbody .room-heading-row td {
    border-top: 1px solid #707070 !important;
    padding-top: 20px;
    cursor: pointer;
    padding-bottom: 20px;
}
.wish-share .share .st-inline-share-buttons {
    position: absolute;
    bottom: 0;
    background: #000;
    border-radius: 7px;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s;
    left: 30px;
    z-index: 2;
}

.wish-share .share .st-inline-share-buttons .st-btn {
    min-width: 50px !important;
    display: block !important;
    margin: 0 !important;
}

.wish-share .share .st-inline-share-buttons .st-btn .st-label {
    display: none !important;
}

.wish-share .share:hover .st-inline-share-buttons {
    visibility: visible;
}
.wishlists-table h5 {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.wishlists-table h5 a {
    font-size: 18px;
}

.wishlists-table p {
    margin: 0;
}

.wishlists-table .create-date {
    margin-top: 5px;
	font-size: 13px;
    color: #8c8c8c !important;
    font-weight: 400 !important;
}
.a_items{
    font-weight: 400 !important;
}
.a_post-title{
    font-weight: 400 !important;
    font-size: 22px !important;
}
.wishlists-table td br {
    display: none;
}

.wishlists-table .btn-group {
    max-width: 430px;
    margin-left: auto;
}

.wishlists-table .btn-group a {
    color: #fff !important;
    font-weight: normal;
}

.wishlists-table .btn-group .closeicon,
.sw-action-icons.btn-group .closeicon {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    line-height: 35px;
    color: #000000 !important;
}
.wishlists-table .btn-group .closeicon:hover, .sw-action-icons.btn-group .closeicon:hover, .wsc-saved-cart-table tbody td.action-buttons button.remove-item:hover {
    color: #ffffff !important;
    background: #000000 !important;
}
.wishlists-table td:last-child {
    text-align: right;
}
.wish-share-popup, .product-share-popup, .wish-checkout-popup {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0px, -50%);
    visibility: hidden;
    opacity: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9991;
    width: calc(100% - 20px);
    max-width: 340px;
    padding: 25px 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
	border: none !important;
}
.wish-share-popup {
	padding: 25px 35px 20px;
	max-width: 360px;
}
.wish-share-popup .btn-group a#copyLinkBtn {
    display: none;
}
.active-share-wish .wish-share-popup, .active-product-share-popup .product-share-popup, .active-product-checkout-popup .wish-checkout-popup {
    visibility: visible;
    opacity: 1;
}
.active-share-wish:after, .active-product-share-popup:after, .active-product-checkout-popup:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.product-share-popup .st-btn {
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	min-width: auto !important;
    width: 40px !important;
    height: 40px !important;
    margin: 5px auto !important;
    background: #2b2e34 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.product-share-popup .st-btn img {
    position: static !important;
}

.product-share-popup .st-btn:hover {
    transform: none !important;
    top: 0 !important;
    background: #2b2e34 !important;
    opacity: 1 !important;
}
.product-share-popup .st-btn .st-label {
	display: none !important;
}

.product-share-popup .st-inline-share-buttons {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.wish-share-popup a {
    text-align: center;
    font-weight: normal !important;
    cursor: pointer;
}
.wish-share-popup .btn-group {
    margin-top: 25px;
    margin-bottom: 10px;
    gap: 45px;
    justify-content: center;
}

.wish-share-popup a .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 5px auto;
    border-radius: 50px;
    background: #2b2e34;
    color: #fff;
    font-size: 25px;
}

.product-bottom .custom-wishlist-button {
    margin: 0;
    background: transparent !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
}
.product-bottom a {
    text-decoration: underline !important;
    color: #2B2E34;
    margin: 20px 0 0 0;
    display: inline-block;
}

.product-bottom a:hover {
    text-decoration: none !important;
}
/* Popup Content Styles */
.popup-product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	align-items: flex-start;
}

#popup-content .popup-product-info {
    position: sticky;
    top: 0;
    z-index: 1;
}

.popup-product-info {
    flex: 2;
    width: 50%;
    padding: 15px 0 0;
}
.popup-product-info h2, .popup-product-info h3, .popup-product-info h2 a, .popup-product-info h3 a {
    font-weight: normal;
    color: #2B2E34;
}
.product-price {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.product-sku {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.popup-product-info .variations {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}
.popup-product-info .variations label {
    display: none;
}
.popup-product-info .variations.color-variations label {
    display: block;
    margin: 0;
    min-width: 60px;
}
.popup-product-info .variations select.error-field {
    border-color: #f00 !important;
}
.popup-product-info .variations select {
    max-width: 200px !important;
    min-width: 100px !important;
    text-transform: capitalize;
}
.popup-product-info select {
    border: 1px solid #707070;
    background-color: transparent;
    border-radius: 25px;
    max-width: 200px;
    width: 100%;
    height: 48px;
}
.attribute-select.variation-selector {
    border: 1px solid #707070;
    background: transparent;
    border-radius: 25px;
    width: 100%;
    max-width: 200px;
    line-height: normal;
    text-align: left;
    margin: 0;
}
.attribute-select.variation-selector.error-field {
    border-color: #f00 !important;
}
.attribute-select.variation-selector .filter-toggle {background-color: transparent;text-align: left;height: 48px;padding: 16px 35px 16px 16px;}
.quantity-selector {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    border: 1px solid #707070;
    border-radius: 25px;
    width: 100%;
    max-width: 200px;
    padding: 6px 5px 6px 15px;
    line-height: normal;
    height: 48px;
}
.quantity-selector span {
    display: block;
    min-width: 70px;
}

.quantity-selector input {
    width: 60px;
    min-width: 60px;
    text-align: center;
    margin: 0;
    height: 30px;
    max-width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: normal;
    padding: 3px 0 0 0;
}

/* Chrome, Safari, Edge, Opera */
.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-selector input[type=number] {
  -moz-appearance: textfield;
}
.quantity-button {
    width: 22px;
    height: 30px;
    border: none;
    background: transparent;
    font-size: 26px;
    padding: 0;
    position: relative;
    z-index: 0;
    font-size: 0;
}
.quantity-button:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #2B2E34;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}
.quantity-increase:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #2B2E34;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}
.asign-room {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.asign-room input {
    border: 1px solid #707070;
    background: transparent;
    border-radius: 25px;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    line-height: normal;
    height: 48px;
    text-align: center;
    margin: 0 10px 0 0;
}
.asign-room ::-webkit-input-placeholder {
  color: #ccc;
}
.asign-room ::-moz-placeholder {
  color: #ccc;
}
.asign-room :-ms-input-placeholder {
  color: #ccc;
}
.asign-room :-moz-placeholder {
  color: #ccc;
}

.asign-room label {
    margin: 6px 0;
    color: #ccc;
}
.asign-room-box {
    border: 1px solid #707070;
    background: transparent;
    border-radius: 25px;
    width: 100%;
    max-width: 160px;
    padding: 10px;
    line-height: normal;
    height: 38px;
    text-align: center;
    margin: 0 auto;
}

.popup-add-to-cart {
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: #2B2E34;
    line-height: normal;
    margin: 0;
    max-width: 200px;
    width: 90%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    height: 48px;
}
.popup-add-to-cart:hover {
    background: #fff;
    color: #2B2E34;
}
.popup-add-to-cart[disabled="disabled"],
.addcart-blur {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}
.load-more-container {
    text-align: center;
    margin: 0 0 30px 0;
}

#load-more-products {
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: transparent;
}

#load-more-products:hover {
    background-color: #2B2E34;
    color: #fff;
}

.no-more-products {
    color: #888;
    font-style: italic;
}

/* Loading Spinner */
.loading-spinner {
    display: inline-block;
    margin: 20px auto;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 115, 170, 0.2);
    border-radius: 50%;
    border-top-color: #0073aa;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/* Add css for attribute on view cart */
.simple-attribute-options {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.simple-attribute-options label {
    margin: 0 10px 0 0;
    min-width: 60px;
    line-height: normal;
    padding: 2px 0 0 0;
}

.attribute-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 0;
}
.color-option {
    width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}
.color-option[data-value="white"] {
/*     border: 1px solid #e7e7e7; */
	box-shadow: #e7e7e7 0 0 0 0.5px;
/*     width: 19px;
    height: 19px;
    min-width: 19px; */
}
.color-option.selected {
    transform: scale(1.1);
}

.product-top-main .color-option {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
	transform: scale(0.9) !important;
}
.product-top-main .color-option.selected {
    transform: scale(1.01) !important;
}
/* .color-option[data-value="white"].selected {
    transform: scale(1.2);
} */
/*.color-option[data-value="multicoloured"] {
    background-image: linear-gradient(to bottom right, red, yellow);
}
.color-option[data-value="natural"] {
    background-color: #f3e7c6;
}*/
.color-option[data-value="beige"] {
    background-color: #EFEAE2 !important;
}
.color-option[data-value="black"] {
/*     background-color: #000000; */
    background-color: #4D4E4E;
}
.color-option[data-value="blue"] {
    background-color: #0000FF;
}
.color-option[data-value="brown"] {
    background-color: #A52A2A;
}
.color-option[data-value="charcoal"] {
/*     background-color: #36454F; */
    background-color: #595D5D;
}
.color-option[data-value="duck egg blue"] {
    background-color: #A5C8CC !important;
}
.color-option[data-value="clear"] {
    background-color: transparent;
}
.color-option[data-value="cream"] {
    background-color: #FFFDD0;
}
.color-option[data-value="earth"] {
    background-color: #A67B5B;
}
.color-option[data-value="green"] {
    background-color: #008000;
}
.color-option[data-value="grey"] {
    background-color: #91989A;
}
.color-option[data-value="dark-grey"] {
    background-color: #a9a9a9;
}
.color-option[data-value="latte"] {
/*     background-color: #C8AD7F; */
    background-color: #B79B8B;
}
.color-option[data-value="matt-black"] {
    background-color: #1C1C1C;
}
.color-option[data-value="multicoloured"] {
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
}
.color-option[data-value="natural"] {
/*     background-color: #F3E7C6; */
    background-color: #CCAC8D;
}
.color-option[data-value="olive"] {
/*     background-color: #808000; */
    background-color: #979A55;
}
.color-option[data-value="orange"] {
/*     background-color: #FFA500; */
    background-color: #E67E53;
}
.color-option[data-value="rust"] {
    background-color: #7c493c;
}
.color-option[data-value="khaki"] {
    background-color: #5B6540 !important;
}
.color-option[data-value="duck-egg-blue"] {
    background-color: #A5C8CC !important;
}
.color-option[data-value="burnt-orange"] {
    background-color: #965d33;
}
.color-option[data-value="pink"] {
    background-color: #FFC0CB;
}
.color-option[data-value="purple"] {
    background-color: #800080;
}
.color-option[data-value="rainbow"] {
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
}
.color-option[data-value="red"] {
    background-color: #FF0000;
}
.color-option[data-value="rose-gold"] {
    background-color: #B76E79;
}
.color-option[data-value="sage"] {
    background-color: #B2AC88;
    background-color: #B8CEBD;
}
.color-option[data-value="sand"] {
/*     background-color: #C2B280; */
    background-color: #D5CBAD;
}
.color-option[data-value="silver"] {
    background-color: #C0C0C0;
}
.color-option[data-value="terracotta"] {
    background-color: #E2725B;
}
.color-option[data-value="white"] {
    background-color: #FFFFFF;
}
.color-option[data-value="yellow"] {
    background-color: #FFFF00;
}
.color-option[data-value="navy"] {
    background-color: #305F88;
}
.color-option[data-value="moss"] {
    background-color: #D7C479 !important;
}
.color-option[data-value="cobalt"] {
    background-color: #2770AE !important;
}
.color-option[data-value="taupe"] {
    background-color: #94877B !important;
}
.color-option[data-value="tan"] {
    background-color: #C38453 !important;
}
.color-option[data-value="light-grey"] {
    background-color: #D3D3D3 !important;
}

.material-option {
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.material-option.selected {
    background-color: #f0f0f0;
    border-color: #333;
}

.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.load-more-container .loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    background: rgb(255 255 255 / 24%);
    backdrop-filter: blur(10px);
}
/* Add css for attribute on view cart */
.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Gallery in product view popup */

.popup-product-image-gallery {
    position: relative;
    width: 50%;
}
.popup-product-image {
    margin-bottom: 0;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    min-width: 200px;
    display: block;
    position: relative;
}
.popup-product-image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.popup-product-image img {
    width: 100%;
    height: 100% !important;
    display: block;
    transition: opacity 0.3s ease;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-product-gallery {
    margin-top: 10px;
    display: none;
}

.gallery-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    padding: 5px 0;
    scrollbar-width: thin;
}

.gallery-item {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.gallery-item.active {
    opacity: 1;
}

.gallery-item:hover {
    opacity: 0.9;
}

.gallery-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.gallery-nav.prev {
    left: 5px;
}

.gallery-nav.next {
    right: 5px;
}
.noproduct {
    padding-bottom: 50px;
    width: 100%;
    margin: 0;
}
.product-popup .loading-spinner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-menu-cart__main .elementor-menu-cart__product-name.product-name a {
    text-align: left !important;
    line-height: 1.4;
    color: #272727;
    font-weight: normal;
}

.elementor-menu-cart__main span.quantity {
    color: #272727;
    font-weight: bold !important;
}

.elementor-menu-cart__main .elementor-menu-cart__subtotal {
    font-weight: normal;
    color: #272727;
    justify-content: space-between;
    display: flex;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button {
    line-height: normal !important;
    display: inline-block !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(43, 46, 52);
    border-image: initial;
    border-radius: 25px;
    background: rgb(43, 46, 52);
    margin: 0px;
    padding: 10px;
    transition: 0.5s;
    text-align: center !important;
    font-size: 16px !important;
    text-transform: capitalize;
}
.product_shortcode {
    min-height: 100%;
}

.product_shortcode .elementor-shortcode {
    height: 100%;
}
.product_gallery {
    width: 100%;
    position: relative;
    z-index: 0;
/*     height: 100dvh;
    overflow: auto; */
}
/*.product_gallery .slick-list {
    overflow: visible;
}*/
/* 17 june 2025 */
.wsc-saved-cart-form input[type="checkbox"], table.shop_table.wishlists-product-table input[type="checkbox"] {
    border-radius: 0;
    border-color: #7c7c7c;
    background-color: #ffffff;
    margin: auto;
    display: block !important;
    position: relative;
    top: -1px;
}
.wishlists-product-table label.checkbox-btn {
    margin: 0;
}
.wsc-saved-cart-table tbody td .quantity-selector, table.shop_table.wishlists-product-table .quantity-controls {
    height: 38px;
    max-width: 110px;
    padding-right: 15px;
    margin: 0 auto;
}

.wsc-saved-cart-table tbody td .quantity-selector input, table.shop_table.wishlists-product-table .quantity-controls input {
    width: 45px;
    min-width: 45px;
    font-size: 16px;
    font-weight: 400;
}
.wsc-saved-cart-table tbody td.action-buttons button.remove-item, table.shop_table.wishlists-product-table td .closeicon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-top: 3px;
    background: #e7e7e7;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    border: none;
    font-size: 20px;
    color: #333;
}
.wsc-saved-cart-form .wishlist-summary-inr {
    max-width: 320px;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wsc-saved-cart-form .wishlist-summary table {
    width: 100%;
}
.wsc-saved-cart-form .wishlist-summary table td:last-child {
    text-align: right;
}

.wsc-saved-cart-form .wishlist-summary table td {
    padding: 8px 0;
}
.wsc-saved-cart-form .wishlist-summary table tr:last-child td {
    border-top: 1px solid #707070 !important;
}
.wsc-saved-cart-form .wishlist-summary h3 {font-size: 24px;margin-bottom: 12px;}
.sw-bulk-actions.saved-carts-bulk-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
    justify-content: space-between;
}
.woocommerce-MyAccount-content h2 {
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wish-checkout-popup h2 {
    display: inline-block !important;
}
.proceed-checkout{
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: #2B2E34;
    line-height: normal;
    margin: 0;
    max-width: 150px;
    width: 90%;
    display: inline-block;
    padding: 10px 10px 8px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}
/* .proceed-checkout:hover{
    background: transparent !important;
    color: #212529 !important;
    border: 1px solid #212529;
}
.cancelsavecheckout{
    width: 100%;
} */
.woocommerce-MyAccount-content h2 a.back {
    margin-right: 10px;
}
.saved-carts-bulk-actions.sw-bulk-actions select, .wishlist_header .sw-bulk-actions select {
    font-size: 16px;
    width: 175px;
    padding: 11px 16px 9px;
    padding-right: 40px;
    background-color: #ffffff;
    border: none !important;
}
body .woocommerce ul.products li.product .onsale {
    padding: 0 5px;
}
.wish-summary .btn.no-print.add-all-to-cart-wishlist {
    padding: 11px 20px 10px;
    line-height: 1.15;
}

body .popup-product-info {
    padding-top: 5px;
}

body .popup-product-info h3 {
    font-size: 28px;
}
/*@media(min-width: 681px) {
	body .popup-product-info {
		position: sticky;
		top: 0;
	}
}*/

button[name="apply_coupon"].loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

/* Optional: Add spinner */
button[name="apply_coupon"].loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    top: 0;
    bottom: 0;
    right: 10px;
}

@keyframes button-loading-spinner {
    from { transform: rotate(0turn); }
    to { transform: rotate(1turn); }
}

@media(min-width: 769px) and (max-width: 1199px) {
    .wsc-saved-cart-table-wrapper {
        overflow-x: auto;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table {
        min-width: 980px;
    }
}

.saved-cart-action-left {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
    align-items: center;
}

.saved-cart-action-right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.saved-cart-action-right.sw-wishlists-my-account-btns {
    margin: 0;
}
.main-sw-savedcart a.back {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}
.sw-wishlists-my-account-btns .btn#create-savecart-form {
    margin-left: 20px !important;
}
.sw-wishlists-my-account-btns.main-sw-savedcart h4 {
    padding-top: 3px;
}
.saved-cart-action-right a#savecart-checkout-btn {
    margin-left: 42px !important;
}
.assign-room-cell .asign-room {
    margin: 0;
}
.assign-room-cell .asign-room input {
    font-weight: 300;
    height: 38px;
    width: 140px;
}
.update-cart-summary-head {
    margin-bottom: 15px;
}
.wsc-saved-cart-form table.wsc-saved-cart-table th, table.shop_table.shop_table_responsive.wishlists-product-table tr th {
    border-bottom: none;
    font-weight: bold;
    font-size: 16px;
}

.wsc-saved-cart-form table.wsc-saved-cart-table td, table.shop_table.shop_table_responsive.wishlists-product-table tr td {
    font-weight: 400;
    font-size: 16px;
}
table.shop_table .price-flex {
    display: flex;
    gap: 2px;
    justify-content: flex-start;
}
table.shop_table .price-flex del {
    color: #9a9a9a;
    margin-left: 2px;
    order: 2;
}
table.shop_table.shop_table_responsive.wishlists-product-table .hide {
    display: none !important;
}
table.shop_table.shop_table_responsive.wishlists-product-table tr td a {
    font-weight: 400;
}
.wsc-saved-cart-table .amount,
.wishlists-product-table .amount {
    font-size: 18px;
    font-weight: bold;
}
.wsc-saved-cart-form .wishlist-summary {
    border-top: 1px solid #707070;
}
.order-total {
    padding-top: 2px;
}
.sw-wishlist-product-table .wishlist_header {
    margin-bottom: 15px;
    border-bottom: none !important;
    padding-bottom: 0;
    align-items: inherit;
}

.order-total .order-total-price {
    font-size: 24px;
    margin-left: 10px;
}

/* @media(min-width: 1401px) {
    .product-filter .container {
        width: 80%;
    }
} */
/* @media(min-width: 1100px) and (max-width: 1400px) {
    

} */

body.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}
.woocommerce-cart-form td.product-remove .remove {
    background: #e5e5e5;
    color: #272829 !important;
    padding-top: 3px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sublist-submenu-wrap {
  position: relative;
  width: 100%;
  overflow-y: auto;
  padding-top: 12px;
    padding-bottom: 12px;
}
/* width */
.sublist ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 30px;
}

/* Track */
.sublist ul::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 30px;
}

/* Handle */
.sublist ul::-webkit-scrollbar-thumb {
  /* background: url('/wp-content/uploads/2025/06/border-circle-white-bg2.png'); */
    background-color: #8b8b8b;
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: 50% 1px;
    border-radius: 30px;
}
.sublist-submenu::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
.scroll-arrow-up,
.scroll-arrow-down {
  position: absolute;
  width: 100%;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  z-index: 1;
  pointer-events: none; /* makes them non-interactive unless needed */
}

.scroll-arrow-up {
    top: 0;
    width: 9px;
    right: 0;
    background-image: url("data:image/svg+xml;utf8,\
        <svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'>\
        <path fill='%238b8b8b' d='M7 14l5-5 5 5z'/></svg>");
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
}

.scroll-arrow-down {
    bottom: 0;
    width: 9px;
    right: 0;
    background-image: url("data:image/svg+xml;utf8,\
        <svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'>\
        <path fill='%238b8b8b' d='M7 10l5 5 5-5z'/></svg>");
    z-index: 2;
    cursor: pointer;
    pointer-events: auto;
}


.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
    position: relative;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first label {
    width: 100%;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first select#cc-expire-month {
    flex: 1;
    padding: 12px 15px;
    padding-right: 30px;
    box-sizing: border-box;
    min-width: auto;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first select#cc-expire-year {
    flex: 1;
    padding: 12px 15px;
    padding-right: 30px;
    box-sizing: border-box;
    min-width: auto;
}
.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first::before, .woocommerce-checkout p.form-row.form-row-first::after {
    display: none;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first:nth-of-type(2) {
    width: 65%;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first:nth-of-type(2)+p.form-row.form-row-last {
    width: calc(35% - 20px);
    margin-left: 20px;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first:nth-of-type(2)+p.form-row.form-row-last input#merchant_warrior_card_ccv {
    width: 100% !important;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row span.help.merchant_warrior_card_ccv_description {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-top: 5px;
}

.woocommerce-checkout.woocommerce-order-pay form {
    max-width: 500px;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row label {
    font-size: 14px;
}
.woocommerce-checkout.woocommerce-order-pay p.form-row input#merchant_warrior_card_number {
    padding-right: 50px;
}

.woocommerce-checkout.woocommerce-order-pay p.form-row span#jsCardType {
    position: absolute;
    right: 12px;
    top: 30px;
}

.save-wishlist-input input.edit-title-input, .save-savecart-input input.saveedit-title-input {
    width: 100%;
    max-width: 230px;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 9px 10px;
    font-size: 16px;
}

.wishlists-table .save-wishlist-input, .wishlists-table.savedcarttable .save-savecart-input {
    margin-bottom: 5px;
    align-items: center;
}
.save-wishlist-input input.edit-title-input.error, .save-savecart-input input.saveedit-title-input.error {
    border-color: red;
}
.save-wishlist-input a.closeicon.wishlist-close, .save-savecart-input a.closeicon.savecart-close {
    position: static;
    background: #e5e5e5;
}
.main-sw-savedcart-desc {
    margin-bottom: 20px;
}

.sublist-submenu.loggedout-wishlists .cart-item img {
    width: 60px;
    flex: 0 0 auto;
    height: 50px;
    object-fit: contain;
}

.sublist-submenu.loggedout-wishlists .cart-item .details {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sublist-submenu.loggedout-wishlists .cart-item {
    border-bottom: 1px solid #d5d8dc;
    padding: 12px 0px;
    gap: 40px;
}

.sublist-submenu.loggedout-wishlists .cart-item:last-child {
    border-bottom: none;
}
.sublist-submenu.loggedout-wishlists .cart-item .details .price-qty {
    flex: 0 0 auto;
    font-weight: 700;
}
a.closeicon.removewishlist_logout {
    position: unset;
}

body .wsc_save_popup_layer, body .wsc_popup_layer, body .wsc_popup_replace_layer {
    background: #000;
    opacity: .7;
}
table.shop_table.wishlists-table tr .divider {
    border-bottom: 1px solid #707070;
    margin-top: 10px;
    margin-bottom: 10px;
	display: block !important;
}
table.shop_table.wishlists-table tr.divider-wrap:last-of-type {
    display: none;
}
tr.divider_line + tr.divider_line {
    display: none;
}
.popup-close-wrapper {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #ffffff;
    padding: 3px 0;
    z-index: 1;
    transform: translateY(-36px);
    margin-left: -25px;
    margin-right: -25px;
	margin-top: -36px;
}

.popup-close-wrapper .close-popup {
    position: relative;
    display: block;
    top: 0;
    right: 0;
}

.desktop-video video, .mobile-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    object-fit: cover;
}



@media(min-width: 1440px) {
    .product-popup {
        max-height: 90vh;
		height: 600px;
    }
}
.popup-close-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -10px;
    background: #ffffff;
}

.tootip-icons-group {
    display: flex;
    align-items: center;
    gap: 6px;
	margin-top: 10px;
}

.tooltip-product.custom-product-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tootip-icons-group button.add-to-cart-popup-trigger {
    margin: 0 !important;
	width: auto;
}

.tootip-icons-group .product-variants {
    margin: 0 !important;
    width: auto !important;
}

.tootip-icons-group .product-variants button.add-cart-icon {
    margin: 0;
    width: auto;
}

.tootip-icons-group .product-variants button.add-cart-icon::before {
    margin: 0;
}

.tootip-icons-group button.add-to-cart-popup-trigger img {
    margin: 0;
}

.tootip-icons-group  p.sw-wishlist-main.sw-wishlist-container-archive {
    width: auto;
}

.tootip-icons-group p.sw-wishlist-main.sw-wishlist-container-archive a {
    width: 34px;
    height: 34px;
    background: #212529;
    transition: all 0.5s;
}

.tootip-icons-group p.sw-wishlist-main.sw-wishlist-container-archive a img {
    filter: brightness(100);
    object-fit: contain;
    border-radius: 0;
    width: 20px;
}

.tootip-icons-group p.sw-wishlist-main.sw-wishlist-container-archive a:hover {
    transform: scale(1.15);
}
.desktop-video iframe, .mobile-video iframe {
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.2) !important;
}

.woocommerce table.shop_table td ul.wc-item-meta:not(:first-child) {
    margin-top: 15px;
}
body .product-name {
	line-height: 1.5em;
}
body .product-name p span {
    text-transform: capitalize;
}
.room-summary-label .room-name {
	font-weight: 400 !important;
}
.sublist.whishlist-menu .sublist-submenu a.btn.set-active-wishlist {
    min-width: 85px;
}

/* 18-aug-2025 */
/*@media(min-width: 768px) {
	.single-product .elementor-element.product_detail {
		height: 550px;
		overflow-y: auto;
	}
	body.admin-bar.single-product .elementor-element.product_detail {
		height: 550px;
	}
}

@media(min-width: 1024px) {
	.single-product .elementor-element.product_detail {
		height: calc(100vh - 135px);
		overflow-y: auto;
	}
	body.admin-bar.single-product .elementor-element.product_detail {
		height: calc(100vh - 165px);
	}
}*/

.single-product .elementor-element.product_detail::-webkit-scrollbar {
	width: 0px;
	border-radius: 30px;
}

/* Track */
.single-product .elementor-element.product_detail::-webkit-scrollbar-track {
	background: none;
	border: none;
	border-radius: 30px;
}

/* Handle */
.single-product .elementor-element.product_detail::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.single-product .elementor-element.product_detail::-webkit-scrollbar-button {
  display: none;
  height: 0;
}
/* 18-aug-2025 */

/* @media(min-width: 768px) {
	.single-product.woocommerce .woocommerce-breadcrumb {
		margin-bottom: 8px;
	}

	.woocommerce .product-tabs {
		padding-top: 30px;
	}
	.single-product .custom-product-description .full-description {
		max-height: 158px;
		overflow: hidden;
		display: block;
		overflow-y: auto;
	}

	.single-product .product-tabs .custom-product-description .full-description::-webkit-scrollbar {
		width: 10px;
		border-radius: 40px;
	}
	.single-product .product-tabs .custom-product-description .full-description::-webkit-scrollbar-track {
		background: #e0e0e0;
		border-radius: 40px;
	}
	.single-product .product-tabs .custom-product-description .full-description::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 40px;
	}
	.single-product .product-tabs .custom-product-description .full-description::-webkit-scrollbar-thumb:hover {
		background: #555;
		border-radius: 40px;
	} 
	
	.single-product .custom-product-description .full-description p:last-child {
		margin-bottom: 0;
	}
	.single-product .custom-product-description .full-description p {
		margin-bottom: 14px;
	}
} */
/* 17 june 2025 */
@media screen and (min-width: 767px) {
    body .custom-product-item .prodcut-text .product-price-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    .custom-product-item .prodcut-text {
        padding-bottom: 40px;
        min-height: 122px;
    }
}

@media screen and (min-width: 768px) {
    .product_gallery .featured-image {
        position: relative;
        z-index: 0;
        background: #fff;
        width: 100%;
        border-radius: 15px;
        padding: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
		min-height: 550px;
    }
    .product_gallery .featured-image img {
        height: auto;
        object-fit: contain;
        padding: 0;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .product_gallery .gallery-img {
        width: 100%;
        margin: 0;
        padding: 14px 0 0;
    }

    .product_gallery .gallery-img img {
        display: block;
        width: auto;
        border-radius: 15px;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .product_gallery_gallery {
        display: none !important;
    }
	.single-product .product_gallery_gallery {
		display: block !important;
	}
}

@media (min-width: 1025px) {
	.product_gallery .featured-image {
		min-height: 75vh;
	}
}

.product_gallery .simplebar-track {
    display: none !important;
}
.product_detail .popup-product-info h1 {
	font-size: 28px;
}
.product_detail p.price {
    color: #2B2E34 !important;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px 0;
	font-size: 20px !important;
}
.product_detail .price {
    color: #2B2E34 !important;
	font-size: 20px !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: normal;
}
.product_detail .product_meta span.detail-label {
    display: none;
}

.product_detail .product_meta span.posted_in.detail-container {
    display: none;
}
.custom-product-description {
    width: 100%;
    padding: 0;
    position: relative;
}
.full-description p em {
    font-style: normal;
}
.custom-product-description button {
    border: none;
    background: transparent;
    padding: 0;
    display: inline-block;
}
.product_detail .popup-product-info {
    width: 100%;
    padding: 0;
}
.woocommerce div.product form.cart {
    margin: 0;
}
.product-attributes-section {
    padding: 0 0;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 460px;
    border-top: 1px solid #707070;
}

.product-attributes-section .attribute-block {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #707070;
}

.product-attributes-section .attribute-block .attribute-title {
    cursor: pointer;
    line-height: normal;
    padding: 15px 15px 15px 0;
    position: relative;
    z-index: 0;
}

.product-attributes-section .attribute-block .attribute-title:after {
    content: "";
    width: 14px;
    height: 2px;
    background: #272829;
    position: absolute;
    top: 22px;
    right: 1px;
}

.product-attributes-section .attribute-block .attribute-title:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #272829;
    position: absolute;
    top: 16px;
    right: 7px;
}

.product-attributes-section .attribute-block .attribute-values {
    padding: 0 0 15px 0;
}

.product-attributes-section .attribute-block .attribute-values ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.product-attributes-section .attribute-block.active .attribute-title:before {
    opacity: 0;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0;
    border-collapse: collapse
}

.woocommerce table.shop_table td a:not(.btn) {
    color: #272829;
}
.woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 10px 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout .checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.return-to-shop .button,
.woocommerce-button.button,
.woocommerce-Button.button,
.woocommerce .button {
    border: 1px solid #2B2E34!important;
    border-radius: 25px!important;
    background: #2B2E34!important;
    line-height: normal !important;
    margin: 0 !important;
    display: block;
    padding: 10px 20px 8px !important;
    color: #fff!important;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: normal !important;
    text-transform: capitalize;
    font-size: 16px !important;
}

.actions button.button,
.checkout_coupon button.button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    border: 1px solid #2B2E34;
    border-radius: 25px;
    background: #2B2E34;
    line-height: normal;
    margin: 0;
    padding: 10px 20px !important;
    color: #fff !important;
    transition: all 0.5s;
    float: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.actions button.button:hover,
.checkout_coupon button.button:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover,
.return-to-shop .button:hover,
.woocommerce-button.button:hover,
.woocommerce-Button.button:hover,
.woocommerce .button:hover  {
    background: #000;
    color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
}
.woocommerce-account .woocommerce-MyAccount-content a br {
    display: none;
}
div#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#customer_login > div {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: calc(50% - 40px);
    flex: none;
    margin: 0 20px;
}

div#customer_login > div form input {
    background: #F6F6F7;
}
.elementor-widget-shortcode {
    width: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: none;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #000;
    top: 0;
    left: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
}
/*.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}*/
.woocommerce-error li, .woocommerce-error li a {
    color: #a00;
}
form.checkout_coupon.woocommerce-form-coupon p {
    margin: 0;
}
form br {
    display: none;
}
.woocommerce-form-coupon-toggle a {
    color: #272829;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 0 30px 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce form .form-row {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
}

.woocommerce form .validate-state,
.woocommerce form .validate-postcode,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 48%;
}
.woocommerce form .form-row.place-order {
    padding: 1em 0 0 0 !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: none;
    border-radius: 25px;
    width: 100%;
    padding: 10px 15px;
    line-height: normal;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: none;border-radius: 25px;width: 100%;line-height: normal;margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px;
}

.woocommerce form .form-row label {
    line-height: normal;
    color: #272829;
    font-weight: normal;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
.woocommerce form .form-row textarea.input-text {
    min-height: 150px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0px;
}

input#sw_search_wishlists {
    border-radius: 50px;
    border: 1px solid #272829;
}
/***************** cart page css******************/
.cart-head {
    width: 100%;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: 0;
    position: sticky;
    top: 40px;
    background: #F6F6F7;
    z-index: 1;
}

.cart-head h5 {
    color: #707070;
    margin: 0 0 20px 0;
    font-weight: normal;
}

.cart-head h3 {
    font-weight: normal;
}

.cart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-top .cart-btton-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart-top .cart-btton-group span.wsc_save_share_cart_btns {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cart-top .cart-btton-group .button {
    min-width: 131px;
    margin: 0 14px 14px 0 !important;
}
.cart-top .cart-btton-group .button:hover {
    background: #2B2E34;
    color: #fff;
}

.cart-top .top-total {
    display: flex;
    align-items: center;
    color: #2B2E34;
    line-height: normal;
    flex-wrap: wrap;
}

.cart-top .top-total strong {
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    line-height: normal;
    margin: 0 0 0 10px;
}

.cart-top .top-total > span {
    display: flex;
    align-items: center;
    margin: 0 20px 10px 0;
}

.cart-top .top-total .checkout-button {
    background: #2B2E34 !important;
    margin: 0 0 14px 0 !important;
    color: #F9F9F9 !important;
    height: auto;
    padding: 13px 40px 12px !important;
    font-size: 18px !important;
    text-transform: capitalize;
}

.cart-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #707070;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

.cart-footer .order_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
}
.cart-footer .order_detail span.wsc_save_share_cart_btns {
    display: none;
}
.cart-footer .order_detail > * {
    margin: 0 0 15px 15px !important;
    gap: 15px;
    display: flex;
}
.cart-footer .order_detail h4 {
    margin-left: 0 !important;
}
button#wishlist-cart-btn:disabled{
    cursor: not-allowed;
    opacity: .5;
}
button#wishlist-cart-btn{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    min-width: 131px;
}
.cart-footer .order_detail .button,
.woocommerce-cart-form .button,
.coupon button.button,
button#wishlist-cart-btn {
    border: 1px solid #707070 !important;
    border-radius: 25px !important;
    background: transparent !important;
    line-height: normal !important;
    font-weight: normal !important;
    color: #2B2E34!important;
    padding: 11px 10px 9px !important;
    text-align: center !important;
    text-transform: capitalize;
}
.cart-footer .order_detail .button,
.woocommerce-cart-form .button,
.coupon button.button,
.cart-top .cart-btton-group .button,
button#wishlist-cart-btn {
    font-size: 16px !important;
}
.cart-footer .order_detail .button {
    margin: 0 14px 14px 0; 
    min-width: 131px;
}

.cart-footer .order_detail .button:hover,
.woocommerce-cart-form .button:hover,
.coupon button.button:hover, button#wishlist-cart-btn:hover {
    background: #2B2E34 !important;
    color: #fff!important;
}
.cart-footer .order_detail .wsc_save_share_cart_btns button {
    margin: 0 !important;
}
form.checkout_coupon.woocommerce-form-coupon {
    max-width: 400px;
    width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    display: none;
}
.woocommerce-account .addresses .title .edit {
    float: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    max-width: 450px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.woocommerce .cart_totals table.shop_table td {
    text-align: right;
    border: none !important;
    padding: 5px 0;
    font-size: 18px;
}

.woocommerce .cart_totals table.shop_table th {font-weight: normal !important;padding: 5px 0;border: none !important;vertical-align: middle !important;}

.woocommerce table.shop_table tr.order-total td, .woocommerce table.shop_table tr.order-total th {
    border-top: 1px solid #707070 !important;
    padding: 15px 0;
}

.woocommerce table.shop_table tr.order-total td strong {
    font-weight: normal;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-top: none !important;
    padding: 12px 10px;
    vertical-align: middle;
    min-height: 40px;
    line-height: 1.5em;
    background: transparent;
}
.woocommerce table.shop_table tr.summary-section td {
    border-top: 1px solid #707070 !important;
    padding-top: 20px;
    cursor: pointer;
    padding-bottom: 20px;
}
.woocommerce table.shop_table tr.summary-section td > span {
    opacity: 0.5;
}
.woocommerce table.shop_table tr.summary-section td > span.subtotal {
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce table.shop_table tr.summary-section td > span.subtotal .amount {
    opacity: 0.5;
}

td.summary-header .subtotal {
    min-width: 100px;
    display: inline-block;
}

td.summary-header .toggle-icon {
    display: inline-block;
    opacity: 1 !important;
    width: auto;
    transition: all 0.3s;
}
td.summary-header .subtotal span.toggle-icon {
    margin-left: 15px;
}

td.summary-header .toggle-icon img {
    height: 10px;
    width: 10px;
    object-fit: contain;
    transform: rotate(90deg);
}
.woocommerce table.shop_table tr .product-remove {
    text-align: center;
}

.woocommerce table.shop_table tr .product-remove .remove {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-page .cart-collaterals .cart_totals .shipping {
    display: none;
}
.woocommerce table.shop_table .product-thumbnail {
    width: 120px;
}
.coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
	flex-wrap: wrap;
}
.coupon .error_coupon {
    width: 100%;
	display: block;
}
.coupon #coupon-error-notice {
    position: static;
    bottom: 0px;
    margin: 0;
    left: 0;
    width: calc(100% - 146px);
    font-size: 13px;
    color: #f00;
	text-align: center;
}
.coupon input#coupon_code, input#coupon_code {
    text-align: center;
    padding: 7px 20px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 25px;
    background: transparent;
    min-height: 40px;
}
.coupon input#coupon_code {
	flex: 1;
}
.woocommerce table.shop_table td.product-thumbnail a {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 7px;
    display: inline-block;
    text-align: center;
}

.woocommerce table.shop_table td.product-thumbnail a img {
    display: block;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    min-width: 50px;
}
.woocommerce table.cart .product-name {
    width: 40%;
}
.woocommerce table.cart .product-name p {
    margin: 0;
}
.woocommerce table.shop_table .product-code {
    text-align: center;
    width: 200px;
}
.woocommerce table.shop_table .product-quantity {
    width: 180px;
    text-align: center;
}
table.shop_table .product-quantity span {
    display: inline-block;
    border: 1px solid #707070;
    background: transparent;
    border-radius: 25px;
    padding: 10px 5px 8px;
    line-height: normal;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    min-width: 60px;
}
.woocommerce table.shop_table .product-room {
    text-align: center;
    width: 200px;
}
table.shop_table .product-room input[type="text"] {
    color: #707070 !important;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #707070 !important;
    text-align: center;
    min-width: 100px;
    max-width: 200px;
    line-height: normal;
}
table.shop_table .product-room ::-webkit-input-placeholder {
  color: #707070;
}
table.shop_table .product-room ::-moz-placeholder {
  color: #707070;
}
table.shop_table .product-room :-ms-input-placeholder {
  color: #707070;
}
table.shop_table .product-room :-moz-placeholder {
  color: #707070;
}
.woocommerce table.shop_table .product-price {
    width: 160px;
    text-align: right;
}
.woocommerce table.shop_table .product-room .button {
    width: 100%;
    text-transform: capitalize;
}
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
}

.coupon button.button {
    min-width: 131px;
    margin: 0 0 0 15px !important;
    background: #2B2E34 !important;
    color: #fff!important;
}
/*.hidefieldscheck {
    display: none !important;
}*/
form.checkout.woocommerce-checkout h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order h3,
h2.woocommerce-order-details__title,
.review-order h3 {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 24px !important;
}
form.checkout.woocommerce-checkout h3#ship-to-different-address {
    font-size: 16px !important;
}
#delivery_options_fields {
    padding-top: 20px;
}

#delivery_options_fields .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#delivery_options_fields label {
    cursor: pointer;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 20px;
    min-height: 15px;
    width: 100%;
}

#delivery_options_fields label input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 1;
}

#delivery_options_fields .order-method {
    padding: 20px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #707070;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

#delivery_options_fields .order-method:before, #delivery_options_fields .order-method:after {
    display: none;
}

#delivery_options_fields .order-method label {
    width: 47%;
    margin-bottom: 5px;
}
#delivery_options_fields label p {
    margin: 10px 0 0 0;
}
#delivery_options_fields label.delivery-orderDate {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
	color: #9a9a9a;
}

#delivery_options_fields label.delivery-orderDate input {
    position: static;
    width: auto;
    margin-right: 10px;
    border: 1px solid #707070;
    background: transparent;
	color: #9a9a9a;
}
.wsc_popup_head h4 b {
    font-weight: normal;
}

.wsc_share_cart_popup  .wsc_sharing_widgets img {
    width: 40px;
}
.wsc-form-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wsc-form-field .button {
    padding: 10px 10px;
    line-height: normal;
    background: #2B2E34;
    border: 1px solid #2B2E34;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.sw-action-icons {
    display: flex;
    align-items: center;
}
.sw-button {
    border-radius: 25px !important;
    font-weight: normal !important;
}
.sw-action-icons svg path {
    fill: #222;
}
.woocommerce table.shop_table .sw-button a path {
    fill: #222;
}

table.form-table {
    width: 100%;
}

table.form-table td {
    border-top: 1px solid #707070;
}

table.form-table th, table.form-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

table.form-table td br {
    display: none;
}

table.form-table td p {
    margin: 0;
}
.woocommerce-checkout .elementor[data-elementor-type="wp-page"] {
    overflow: visible;
}
form.checkout .checkout-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

form.checkout.woocommerce-checkout .left-checkout {
    width: 70%;
}

form.checkout.woocommerce-checkout .right-checkout {
    width: 30%;
    min-width: 30%;
    padding: 0 0 0 40px;
    position: sticky;
    top: 130px;
    z-index: 1;
    transition: all 0.3s;
}
.right-checkout table.review-order-table {
    display: block;
}
.right-checkout tbody {
    width: 100%;
    list-style: none;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 12px;
    max-height: 400px;
    overflow-y: auto;
    display: block;
}

.review-order .cart_item {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d5d8dc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-order .cart_item:last-child {
    border-bottom: 0;
    padding-bottom: 3px;
    margin-bottom: 0;
}
.review-order .cart_item td:first-child {
    width: 85px;
    min-width: 85px;
    padding: 0 15px 0 0 !important;
}
.review-order .cart_item td.product-name {
    width: 100%;
    padding: 0 !important;
}

.review-order .cart_item td img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    object-fit: contain;
}

.review-order .cart_item .details {
    width: 100%;
}

.review-order .cart_item .details .name {
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px 0;
}

.review-order .cart_item .details .room {
    display: block;
    line-height: normal;
    margin: 0 0 5px 0;
}

.review-order .cart_item .details .price-qty {
    font-weight: bold;
}

.right-checkout tfoot {
    display: block;
    width: 100%;
}

.right-checkout tfoot tr {
    display: flex;
    width: 100%;
    align-items: center;
}
table.review-order-table tfoot th {
    font-weight: normal;
    font-size: 14px;
    padding: 2px 0 !important;
    min-height: 10px !important;
    min-width: 130px;
    border: none !important;
}

.woocommerce table.review-order-table tfoot td {
    text-align: right;
    padding: 2px 0 !important;
    min-height: 10px !important;
    width: 100%;
    border: none !important;
}

table.review-order-table tr.order-total {
    border-top: 1px solid #d5d8dc;
    padding-top: 10px !important;
}
.woocommerce .right-checkout table.shop_table tr.order-total td, 
.woocommerce .right-checkout table.shop_table tr.order-total th {
    border: none !important;
    padding: 0 !important;
}
.right-checkout #custom-coupon-section {
    position: relative;
    z-index: 0;
}

.right-checkout #custom-coupon-section input {
    text-align: center;
    padding: 7px 20px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 25px;
    background: transparent;
    min-height: 40px;
	text-transform: capitalize;
}

.right-checkout #custom-coupon-section button {
    min-width: 131px;
    margin: 10px 0 0 !important;
    background: #2B2E34 !important;
    color: #fff!important;
    font-size: 14px !important;
    padding: 11px 0 !important;
    width: 100%;
}
.right-checkout #custom-coupon-section #custom_coupon_message {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    font-size: 14px;
	text-align: center;
}
form.checkout.woocommerce-checkout #payment {
    padding: 20px 0 0;
}
.product-top-main > .e-con-inner {
    margin-top: 40px !important;
    position: relative;
}
.wish-summary.btn-group.mobile-view {
    display: none;
}
@media screen and (min-width: 768px) {
    #product_detail {
        min-height: 82dvh;
    }
   .product_detail.elementor-sticky:not(.elementor-sticky--active) {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .single-product-image .product_detail.elementor-sticky:not(.elementor-sticky--active) {
        position: relative;
        bottom: 0;
        min-height: 30dvh !important;
    }
}

.product-tabs {
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
}

.product-tabs .tab-links {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
    /* justify-content: space-between;
    max-width: 258px; */
    gap: 40px;
}

.product-tabs .tab-links li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.product-tabs .tab-links li a {
    color: #2b2234;
    font-size: 17px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    text-decoration: none;
}
.product-tabs .tab-content {
    width: 100%;
    margin: 0;
/*     min-height: 140px; */
	min-height: 100px;
}

.product-tabs .tab-content .tab {
    display: none;
    width: 100%;
}

.product-tabs .tab-links li.active a {
    border-color: #2b2234;
}

.product-tabs .tab-content .tab.active {
    display: block;
}

.product-tabs table {
    width: 100%;
}

.product-tabs table th {
    width: 150px;
    padding: 5px 0;
    text-transform: capitalize;
}

.product-tabs table td {
    text-align: left;
    padding: 5px 0 5px 10px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

h3#order_review_heading {
    display: none !important;
}

/*#order_review table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}*/

/*#order_review ul.wc_payment_methods.payment_methods.methods {
    display: none !important;
}*/

#order_review .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}
#order_review .form-row.place-order {
    padding: 0 !important;
    margin: 15px 0 0 !important;
    text-align: right;
}

table.shop_table .quantity-selector {
    margin: 0;
    width: 100%;
    max-width: 120px;
    padding: 5px;
    height: 40px;
    justify-content: space-evenly;
}
table.shop_table .quantity-selector input {
    width: 50px;
    min-width: 50px;
    font-size: 18px;
}
table.shop_table .quantity-button {
    width: 22px;
    height: 22px;
}
table.shop_table .quantity-button:after {
    width: 11px;
    height: 1px;
}
table.shop_table .quantity-increase:before {
    width: 1px;
    height: 11px;
}

.product_gallery .gallery-img {
    position: relative;
}

.product_gallery .gallery-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 76.66%;
}

.product_gallery .gallery-img img {
    width: 100%;
    height: calc(100% - 14px);
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 0;
    object-fit: cover;
}

.popup-product-info .filter-toggle,
.popup-product-info .filter-menu li {
    font-size: 16px;
    background-size: 14px auto;
}

.view-multi-grid h2.custom-category-heading {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2B2E34;
    font-family: 'Neuzeit Grotesk';
}

/* .view-multi-grid .custom-category-description {
    margin-bottom: 30px;
    font-size: 16px;
} */
.custom-product-container .custom-category-heading {
    margin-bottom: 30px;
}
.custom-product-container .custom-category-description {
	margin-bottom: 30px;
    font-size: 16px;
    display: none;
}
.popup-product-image-gallery a.popup-product-image {
    margin-bottom: 12px;
}

.popup-product-image-gallery .gallery-img img {
    border-radius: 10px;
}
.popup-product-image-gallery .gallery-img {
    margin-top: 12px;
}
.popup-product-image-gallery .gallery-img:first-child {
    margin-top: 0;
}
.loading-variant {
    opacity: 0.7;
    pointer-events: none;
}

.loading-variant::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
a.hideselected{
    width: 18px;
    height: 18px;
    min-width: 18px;
}

style.slick-slide {
    display: none !important;
}
.grid-slider .custom-product-item.full-product-item {
    padding: 0 10px;
}
.grid-slider .slick-arrow::before {
    display: none !important;
}
.home-collection .e-n-tabs-content{
    position: relative;
}
.home-collection .e-n-tabs-content>.e-con:not(.e-active) {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0;
    visibility: hidden;
    z-index: -1;
    transition: none !important;
    opacity: 0;
}
.product-slider-container {
    padding: 0;
    margin: 0;
}

.product-slider-container .slider-wrapper {
    gap: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.products-slider > .slide-item:not(:first-child) {
    display: none !important;
}
.products-slider .custom-product-item.full-product-item {
    padding: 0 10px;
}

.product-slider-container .slick-arrow {
    width: 25px;
    height: auto;
    padding: 0;
    color: #000;
    opacity: 0.6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.product-slider-container .slick-arrow:hover {
    opacity: 1;
}
.product-slider-container .slick-arrow:before {
    display: none !important;
}
.woocommerce-account .addresses .title .edit{
    position: relative;
    font-size: 18px;
}
.woocommerce-account .addresses .title .edit:after{
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


body .wsc_modal_overlay {
    height: 100% !important;
}

@media(min-width:768px) {
	.woocommerce table.shop_table th.product-unit-cost {
		min-width: 100px;
		text-align: right;
	}
    .woocommerce-cart .woocommerce table.shop_table th.product-unit-cost,
    .woocommerce-cart .woocommerce table.shop_table .product-price,
    .wsc-saved-cart-form th.unit-cost,
    .wsc-saved-cart-form th.amount,
    .wsc-saved-cart-form td.amount {
        text-align: left !important;
    }
	.wsc-saved-cart-form table.wsc-saved-cart-table th.no-print ,
    .sw-single-list table.wishlists-product-table th.no-print {
        width: 42px !important;
        max-width: 42px !important;
        min-width: 42px !important;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th:nth-child(2),
    .sw-single-list table.wishlists-product-table th:nth-child(2) {
        width: 85px;
        max-width: 85px;
        min-width: 85px !important;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th:nth-child(3),
    .wsc-saved-cart-form table.wsc-saved-cart-table td.room-summary,
    .sw-single-list table.wishlists-product-table th:nth-child(3),
    .sw-single-list table.wishlists-product-table td.room-summary {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th.unit-cost {
        width: 100px;
        max-width: 100px;
    }
    .sw-single-list table.wishlists-product-table th.unit-cost,
    .sw-single-list table.wishlists-product-table td.unit-cost {
        width: 150px;
        max-width: 150px;
        min-width: 150px !important;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th.code ,
    .sw-single-list table.wishlists-product-table th.code {
        max-width: 118px;
        width: 1158px;
        min-width: 118px;
    }
    .woocommerce-cart td.product-code, .woocommerce-account td.code, .product-sku, #productSKU, .productSKU {
        white-space: nowrap;
        text-align: center;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th.qty,
    .sw-single-list table.wishlists-product-table th.qty {
        width: 130px;
        max-width: 130px;
        min-width: 130px;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th.assign-room-cell ,
    .wsc-saved-cart-form table.wsc-saved-cart-table td.assign-room-cell,
    .wsc-saved-cart-form table.wsc-saved-cart-table td.print-hide,
    .sw-single-list table.wishlists-product-table th.assign-room-cell ,
    .sw-single-list table.wishlists-product-table td.assign-room-cell,
    .sw-single-list table.wishlists-product-table td.print-hide {
        width: 140px;
        max-width: 140px;
        min-width:140px;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table td.assign-room-cell input[type="text"],
    .sw-single-list table.wishlists-product-table td.assign-room-cell input[type="text"]  {
        width: 100%;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th.amount,
    .sw-single-list table.wishlists-product-table th.amount {
        width: 102px;
        max-width: 102px;
    }
    .wsc-saved-cart-form table.wsc-saved-cart-table th:last-child{
        width: 60px !important;
        max-width: 60px !important;
    }
    .sw-single-list table.wishlists-product-table th:last-child,
    .sw-single-list table.wishlists-product-table td:last-child{
        width: 165px !important;
        max-width: 165px !important;
        min-width: 165px !important;
    }
}

/* media query */

@media(min-width: 1025px) {
    .product-slider .swiper-slide:only-of-type .custom-product-item.full-product-item {
        width: 25% !important;
    }
}

@media screen and (max-width: 1280px) {
/*     .price-slider {
        width: 120px;
        min-width: 120px;
    } */

    .hotspot-main .slick-list {
        overflow: visible;
        z-index: 99;
    }
    #lookbooks > div {
        overflow: hidden;
    }
}


@media screen and (max-width: 1024px) {
    .product-top-main > .e-con-inner {
        margin-top: 50px !important;
    }
    .custom-product-item {
        width: 33.33%;
    }
    .view-grid .custom-product-item {
        width: 50%;
    }
    .search-results .view-grid .custom-product-item {
        width: 50% !important;
    }
    .product-tabs .tab-links {
        gap: 25px;
    }
    .custom-product-item .product-image > img  {
        height: 230px;
    }
    .product-filter .variation-group select {
        margin: 0 0 0 10px;
    }
    .cart-head {
        top: 30px;
    }
    .saved-cart-action-right a#savecart-checkout-btn {
        margin-left: 10px !important;
        min-width: 120px;
    }
    .sw-wishlists-my-account-btns .btn#create-savecart-form {
        min-width: 140px;
    }
    .product-slider-container .slider-wrapper {
        margin: 0px;
    }
    .product-slider-container .slick-next {
        right: 0;
    }

    .product-slider-container .slick-prev {
        left: 0;
    }
    .product_detail .popup-product-info h1 {
		font-size: 24px;
	}
    body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link {
        margin-right: 45px !important;
    }
    body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        position: absolute !important;
        min-width: 30px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        right: -45px !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .product-slider .swiper-slide:only-of-type .custom-product-item.full-product-item {
        width: 33.33% !important;
    }
}

@media screen and (max-width: 991px) {
    .filterbtn {
        display: block !important;
        color: #272727 !important;
        font-size: 14px;
        opacity: 1 !important;
    }
    .filterbtn i {
        display: block;
    }
    .product-filter .variation-group {
        position: absolute;
        top: 150%;
        left: 0;
        width: 100%;
        background: #E4E4E4;
        padding: 10px 13px;
        visibility: hidden;
        transition: all 0.3s;
    }

    .product-filter .variation-group select {
        margin: 5px 10px 5px 0;
    }
    .product-filter .variation-group.active {
        top: 75%;
        visibility: visible;
    }
    .popup-product-details {
        gap: 30px;
    }
    div#customer_login > div {
        padding: 20px;
        width: calc(50% - 20px);
        margin: 0 10px;
    }
    /*.tooltip-product-img {
        display: none !important;
    }*/
    .hotspot-main .e-hotspot__tooltip {
        width: 180px;
        padding-top: 20px;
    }
    .tooltip-product {
        width: 100% !important;
        padding: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .hotspot-main .e-hotspot__tooltip .close-popup {
        top: 5px;
        right: 5px;
    }
    .custom-product-item.tooltip-product button, .custom-product-item.tooltip-product .product-variants {
        font-size: 0;
        width: auto;
        margin: 0;
    }
    .tooltip-product h6 {
        width: 100%;
        margin: 0 !important;
    }
    .tooltip-product p {
        width: 100%;
        margin: 0;
        font-size: 12px;
    }
    .saved-cart-action-left, .saved-cart-action-right {
        width: 100%;
        justify-content: flex-start;
    }
}


@media(max-width: 768px) {
    .wsc-saved-cart-table thead {
        display: none;
    }

    .wsc-saved-cart-table tr td {
        display: flex;
        text-align: right !important;
        width: 100% !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .wsc-saved-cart-table tbody td:empty, .woocommerce table.shop_table_responsive tr td:empty {
        display: none !important;
    }
    .wsc-saved-cart-table tr td::before,
    table.shop_table td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        margin-right: auto;
        text-align: left;
        display: none !important;
    }
    .room-heading-row td::before,
    .summary-section td::before {
        content: "" !important;
    }
    .wsc-saved-cart-table tr td input {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wsc-saved-cart-table .product-img img {
        height: 110px !important;
        object-fit: contain;
        width: 110px !important;
    }
    .shop_table td .product-image {
        height: 124px !important;
        object-fit: contain;
        width: 124px !important;
    }
    .wsc-saved-cart-table tbody td .quantity-selector button.quantity-button {
        font-size: 0;
    }
    .wsc-saved-cart-form .action-buttons {
        display: flex;
    }

    table.shop_table .quantity-selector {
        height: 38px;
    }
    .assign-room-cell .asign-room input {
        margin-right: 0;
    }
    .wsc-saved-cart-form .wishlist-summary table tr:last-child td {
        border: none !important;
    }
    .woocommerce table.shop_table tr.order-total td, .woocommerce table.shop_table tr.order-total th {
        border-top: none !important;
        padding: 0;
    }

    .woocommerce table.shop_table .product-code,
    .woocommerce table.shop_table .product-price {
        width: 100%;
        margin: 0;
    }

    .woocommerce table.shop_table td.product-code,
    .woocommerce table.shop_table td[data-title="Sku"] {
        color: #9a9a9a !important;
    }
    table.shop_table .product-quantity span {
    	width: 100%;
    }
    .woocommerce table.shop_table .product-room .asign-room-box {
	    min-width: 120px;
	}
    table.shop_table.shop_table_responsive.wishlists-product-table tr td a,
    .woocommerce table.shop_table .product-name,
    .woocommerce table.shop_table .product-name a {
        font-weight: bold;
        font-size: 16px;
    }
    .woocommerce table.shop_table .product-name p {
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 14px;
        margin: 0 !important;
    }
    .woocommerce table.shop_table .product-thumbnail {
        width: 100%;
        height: auto;
        display: block;
    }
    .woocommerce table.shop_table td.product-thumbnail a img {
        width: 110px !important;
        height: 110px !important;
    }
    table.shop_table td .remove-item {
        background: #e5e5e5;
        cursor: pointer;
        border-radius: 50px;
        line-height: 18px;
        padding-top: 4px;
    }
    .woocommerce .cart-collaterals table.shop_table th, .woocommerce .cart-collaterals table.shop_table td {
        border-bottom: 1px solid #777 !important;
        padding: 8px 0 !important;
    }
    .woocommerce .cart-collaterals table.shop_table tr:last-child th, .woocommerce .cart-collaterals table.shop_table tr:last-child td {
        border-bottom: none !important;
    }

    .woocommerce table.shop_table tr.summary-section td.summary-header {
	    border: none !important;
	    width: 100% !important;
	    justify-content: space-between;
	}

	.woocommerce ul.order_details {
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	.woocommerce ul.order_details li {
	    border: none !important;
	    float: none;
	    display: inline-block;
	    padding: 0;
	    margin: 0 0 5px 0;
	    font-size: 14px;
	    text-transform: none;
	    width: 100%;
	}
	.woocommerce ul.order_details li strong {
	    display: inline-block;
	    font-size: inherit;
	}
}

@media screen and (max-width: 767px) {
    .product-top-main > .e-con-inner {
        margin-top: 0px !important;
    }
    .custom-product-item, .view-grid .custom-product-item {
        width: 100%;
    }
    .product-tabs .tab-links {
        gap: 20px;
    }
    .view-multi-grid .custom-product-item {
        width: 50% !important;
    }
    .custom-product-item .product-image {
        padding: 20px;
    }
    .custom-product-item .product-image > img  {
        height: 200px;
    }
    .product-filter .variation-group select {
        width: calc(33% - 10px);
        margin: 3px 10px 3px 0;
    }
    .product-filter .variation-group .clear {
        width: 100%;
        margin: 0;
    }
    form.checkout.woocommerce-checkout h3,
    .woocommerce .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order h3,
    h2.woocommerce-order-details__title {
        font-size: 20px !important;
    }
    .product-tabs .tab-links li a {
        font-size: 15px;
    }
    .woocommerce table.shop_table .product-name {
        width: 100%;
    }
    .product_gallery > .gallery-img {
        display: none;
    }
    .product_gallery {
        overflow: hidden;
    }

    .product_gallery img {
        background: #fff;
        width: 100%;
        border-radius: 15px !important;
        padding: 15px;
        object-fit: contain;
        height: 480px !important;
    }
    .variations.color-variations label {
        display: none !important;
    }

    .product_gallery ul.slick-dots {
        text-align: center;
        padding: 0;
        bottom: 30px;
    }
    .product_gallery_gallery {
        margin-top: 5px;
    }
    /*.product_gallery_gallery .slick-list {
	    overflow: visible;
	}*/

    .product_gallery_gallery .slick-list,
    .product_gallery_gallery .slick-track,
    .popup-product-image-gallery .slick-list,
    .popup-product-image-gallery .slick-track {
        display: flex;
    }
    .product_gallery_gallery img {
        width: 100%;
        padding: 20px;
        background: #fff;
        border-radius: 10px !important;
        margin: 0;
        height: 280px !important;
        object-fit: contain;
    }
    .product_gallery_gallery .slick-slide:before {
        content: "";
        padding: 97.6% 0 0;
        display: inline-block;
        width: 100%;
    }

    .product_gallery_gallery .slick-slide img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100% !important;
    }
	.single-product .product_gallery_gallery .slick-slide img {
	    border-radius: 0 !important;
	}
    .product_gallery_gallery .slick-slide {
        position: relative;
        z-index: 0;
    }
    .popup-product-image-gallery .slick-slide {
        margin: 0 !important;
        padding: 0 !important;
        min-width: 10px;
        background: transparent !important;
        position: relative;
        z-index: 0;
    }
    .popup-product-image::before,
    .popup-product-image-gallery .gallery-img:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 70%;
        position: relative;
        z-index: 0;
        left: 0;
        top: 0;
    }
    .popup-product-image-gallery .slick-slide img {
        width: calc(100% - 10px);
        padding: 8px;
        background: #F9F9F9;
        border-radius: 10px !important;
        margin: 5px;
        height: calc(100% - 10px)!important;
        object-fit: contain;
    }
    .popup-product-image-gallery .gallery-img img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        transition: opacity 0.3s ease;
        object-fit: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .product-variants .attribute-options {
        gap: 5px;
    }
	.product_gallery:not(.slick-slider) {
		margin-top: 10px;
		margin-bottom: 6px;
	}
    .product-variants .simple-attribute-options .color-option {
        width: 15px;
        height: 15px;
        min-width: 15px;
    }
	.product_gallery_gallery ul.slick-dots {
	    position: static;
	    padding: 20px 0 10px;
	    justify-content: center;
	    display: flex;
	    flex-wrap: wrap;
	}
	body ul.slick-dots li {
	    margin: 0 5px 5px;
	}

    .product_gallery_gallery ul.slick-dots li button {
        border: none;
        background: #ccc;
    }

    .product_gallery_gallery ul.slick-dots li.slick-active button {
        background: #000;
    }

    div#customer_login > div {
        width: 100%;
        margin: 10px 0;
    }
    form.checkout .checkout-row {
        flex-wrap: wrap;
        padding: 0;
		flex-direction: column-reverse;
    }

    form.checkout.woocommerce-checkout .left-checkout {
        width: 100%;
    }

    form.checkout.woocommerce-checkout .right-checkout {
        position: relative;
        top: 0;
        width: 100%;
        min-width: 10%;
        padding: 0px 0 20px 0;
    }
    form.checkout.woocommerce-checkout #payment {
        width: 100%;
    }
    .product-filter .variation-group {
	    gap: 10px;
	}
    .filter-select {
	    width: calc(25% - 8px);
	    margin: 0;
	}
	.price-slider {
	    width: 100%;
	    margin: 0 50px;
	}
	.price-slider::before {
	    left: -50px;
	    right: -50px;
	}
	.price-slider .pricetip#maxTooltip {
	    left: 101%;
	    right: auto;
	}
    .product-filter .product-view .hide-mobile {
        display: none;
    }

    .product-filter .product-view .hide-desktop {
        display: block;
    }

    .product-filter .filter-left .product-view a span {
        width: 14px;
        height: 14px;
        background: #000;
        min-width: 14px;
    }
    .product-filter .filter-left .product-view a span.gridbox {
        display: flex;
        flex-wrap: wrap;
        background: transparent !important;
        gap: 1px;
    }
    .product-filter .filter-left .product-view a span.gridbox i {
        background: #000;
        display: block;
        width: calc(50% - 1px);
    }
    .woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first {
        column-gap: 10px;
    }

    .woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first:nth-of-type(2)+p.form-row.form-row-last {
        width: calc(40% - 10px);
        margin-left: 10px;
    }

    .woocommerce-checkout.woocommerce-order-pay p.form-row.form-row-first:nth-of-type(2) {
        width: 60%;
    }

    .woocommerce-checkout.woocommerce-order-pay p.form-row label {
        font-size: 13px;
    }

    .woocommerce-checkout.woocommerce-order-pay p.form-row span.help.merchant_warrior_card_ccv_description {
        font-size: 12px;
    }
    .woocommerce-checkout.woocommerce-order-pay ul.order_details li {
        width: calc(50% - 1em);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .woocommerce-checkout.woocommerce-order-pay ul.order_details li:nth-child(2n) {
        padding-right: 0;
        margin-right: 0;
        -webkit-opacity: 0;
        border: none;
    }
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		flex-wrap: wrap;
	}
	.product-popup {
		height: auto;	
	}
    body .custom-product-item .product-image .add-to-cart-popup-trigger {
        opacity: 1;
        transform: none;
    }

    .custom-product-item .product-variants {
        opacity: 1;
        transform: none;
    }
    .product-slider {
	    overflow: hidden;
	}
    .product-slider .swiper {
        padding-right: 30%;
        overflow: visible;
    }
    .grid-slider .slick-list {
        padding-left: 0 !important;
    }
    .popup-product-image-gallery .slick-list {
	    overflow: visible;
	}

	.product-popup {
	    overflow-x: hidden;
	}
    .product-tabs {
        padding: 20px 0 0;
    }
    .custom-product-description button.toggle-description-button {
        margin-top: 10px;
    }
    /*.popup-product-info .hide-mobile {
        display: none !important;
    }*/
    .product_detail .popup-product-info {
	    width: 100%;
	    position: relative;
	    padding: 0;
	    z-index: 0;
	}

    .product_detail .popup-product-info h1 {
		font-size: 20px;
        padding-right: 60px;
        min-height: 24px;
	}
	.product-bottom.hide-mobile {
	    margin: 0;
	    position: absolute;
	    top: -5px;
	    right: 0;
	    width: auto;
	    z-index: 1;
	}
    
    .price-sku {
        display: flex;
        align-items: center;
        gap: 25px;
        margin: 0 0 10px 0 !important;
    }
    .price-sku .price {
        color: #2B2E34 !important;
        font-weight: normal;
        line-height: normal;
    }
    .price-sku span {
        margin: 0;
    }

    .price-sku #productSKU {color: #9a9a9a;}
	
	.desktop-video iframe, .mobile-video iframe {
		height: 100vh !important;
		width: 120vh !important;
		max-width: none !important;
	}
	.wish-share-popup {
		padding-left: 30px;
		padding-right: 30px;
	}

	.wish-share-popup .btn-group {
		gap: 35px;
	}
    .product-slider-container .slider-wrapper .slider-btn {
        display: none;
    }
    .sublist-submenu.loggedout-wishlists .cart-item {
        gap: 20px;
    }
	.sw-bulk-actions .sw-wishlists-my-account-btns {
		display: none;
	}

	.sw-bulk-actions.saved-carts-bulk-actions {
		padding-bottom: 5px;
	}
	.shop_table_responsive.wsc-saved-cart-table td[data-title="Unit Cost"] {
		display: none;
	}
	.shop_table_responsive.wsc-saved-cart-table td.amount .amount::before {
		content: "Amount:";
		margin-right: 5px;
	}

	
    /* 	.woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell {padding: 0;min-height: auto;justify-content: flex-start;}

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
        padding: 0;
        min-height: auto;
        color: #c4c4c4;
        font-size: 13px;
    }


    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-cart-name-column {
        font-weight: 400;
    }

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-cart-name-column::before {
        font-weight: 400;
        content: "Order/" attr(data-title) ": ";
    }

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
        font-size: 13px;
    }

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {justify-content: space-between;}

    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        justify-content: space-between;
    }

    .woocommerce table.shop_table_responsive.woocommerce-orders-table tr {
        margin: 10px 0;
    } */
    

    .woocommerce-page table.shop_table_responsive thead th {
        display: none !important;
        width: 100% !important;
    }
    .woocommerce-page table.shop_table_responsive thead {
        display: block !important;
    }
    .woocommerce-page table.shop_table_responsive thead th:first-child {
        display: flex !important;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .woocommerce-page table.shop_table_responsive thead th:first-child input[type="checkbox"] {
        margin: 0;
    }
    .wish-summary.btn-group.desktop-view {
        display: none;
    }
    .wish-summary.btn-group.mobile-view {
        display: block !important;
    }
    .products-slider .custom-product-item.full-product-item {
        padding: 0 7.5px;
    }
    .wsc-saved-cart-table-wrapper .shop_table td:nth-child(5) {
        display: none;
    }
    .wsc-saved-cart-table-wrapper .order-total.mobile-view {
        display: block !important;
        padding: 0px;
        margin: 0px;
    }
    .wsc-saved-cart-table-wrapper .order-total.mobile-view span#order-totalprice-mbl {
        font-size: 18px;
        margin-left: 0px;
    }
    
}

@media screen and (min-width: 681px) {
	table.shop_table.wishlists-table {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 680px) {
    .product-popup {
        padding: 2.5rem 20px;
    }

    .popup-product-image-gallery {
        width: 100%;
    }

    .popup-product-info {
        width: 100%;
    }
    #delivery_options_fields {
        padding-top: 20px;
    }
    #delivery_options_fields .order-method label {
        width: 100%;
    }
/*     .filter-toggle, .filter-menu li {
        font-size: 14px;
    } */
    .shop_table.wishlists-table {
        display: block;
        width: 100%;
    }

    .shop_table.wishlists-table tr {
/*         border-bottom: 1px solid #999; */
		border-bottom: none;
        padding: 0 0 0px 0;
        margin-bottom: 0px;
    }
	body .shop_table .divider-wrap td {
        padding-top: 10px !important;
    }
    .shop_table.wishlists-table tr:last-child {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }
    .shop_table.wishlists-table tbody, .shop_table.wishlists-table tr, .shop_table.wishlists-table td {
        display: block;
        width: 100%;
    }

    .shop_table.wishlists-table td {
        padding: 4px 0 !important;
    }
    .wishlists-table td:last-child {
        text-align: left;
    }

    .wishlists-table .btn-group {
        max-width: 100%;
        margin: 0;
    }

    .btn {
        min-width: 70px;
        padding: 7px 15px;
    }

    .sw-wishlists-my-account-btns .btn {
        min-width: 150px;
    }
    .popup-close-wrapper {
        margin-right: -5px;
        margin-left: -5px;
    }
    .view-grid .custom-product-item .prodcut-text .product-price-btn {
        flex-wrap: nowrap;
        gap: 3px;
    }
    .custom-product-item .prodcut-text .product-price-btn {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    body .attribute-options {width: 100%;}
    body .custom-product-item .prodcut-text .product-price-btn .attribute-options {
        top: 0;
        padding: 0;
    }
    body .custom-product-item .prodcut-text .product-price-btn .add-to-cart {
        margin: 0;
    }
    .custom-product-item .prodcut-text .product-price-btn .other-variants-link {
        margin: 0;
    }
    body .custom-product-item .product-image .add-to-cart-popup-trigger,
    .custom-product-item .product-variants {
        display: none;
    }
    .product-slider-container {
        padding-right: 31%;
        overflow: hidden;
        margin: 0 -10px;
    }

    .product-slider-container .slick-list {
        overflow: visible;
    }
    .single-product.woocommerce div.product form.cart {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
        justify-content: space-between;
	    gap: 10px;
	}
	.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
		display: none !important;
	}
	.single-product.woocommerce div.product form.cart > div {
	    width: 100%;
	    margin: 0;
	}
	.single-product.woocommerce div.product form.cart > div:empty {
	    display: none;
	}
	.single-product .popup-product-info .variations {
	    margin: 0 !important;
	}
    .single-product  .variations.color-variations {
        margin-bottom: 1em !important;
    }
	.single-product .quantity-selector {
	    width: calc(50% - 10px ) !important;
	    justify-content: space-evenly;
	}

	.single-product .asign-room label {
	    display: none;
	}

	.single-product .asign-room input {
	    max-width: 100%;
	    margin: 0 !important;
	}

	.single-product .asign-room {
	    width: calc(50% - 10px ) !important;
	    margin: 0;
	    max-width: 200px;
	}

	.single-product .woocommerce div.product form.cart {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	}

	.single-product .quantity-selector span {
	    min-width: 60px;
	}

	.single-product .quantity-selector input {
	    width: 40px;
	    min-width: 40px;
	}

	.single-product .quantity-button {
	    width: 20px;
	    height: 25px;
	}
    .hide-desktop.productSKU {
        display: block !important;
        line-height: normal;
        margin-bottom: 10px !important;
    }
        .hide-mobile.productSKU {
        display: none !important;
    }
   .admin-bar .site-header .logo {
        left: -50px;
    }
    .single-product .popup-product-info .variations .attribute-select.variation-selector {
        max-width: 100%;
    }
    .popup-product-info .filter-toggle, .popup-product-info .filter-menu li {
        font-size: 15px;
    }
    .single-product .popup-add-to-cart {
        width: 100%;
        max-width: 100%;
    }
	
}
@media screen and (max-width: 580px) {
    .filter-select {
        min-width: 100px;
        width: calc(50% - 5px);
    }
    .price-slider {
        margin-bottom: 5px;
    }
    .product-filter .variation-group .clear {
        width: 98%;
        margin: 5px 0 10px 0;
    }
    .tootip-icons-group {
        margin-top: 0;
    }
    .tooltip-product.custom-product-item h6 {
        min-height: 2px !important;
    }
    .custom-product-item.tooltip-product button img, .custom-product-item.tooltip-product .product-variants img, .tootip-icons-group p.sw-wishlist-main.sw-wishlist-container-archive a {
        width: 24px;
        height: 24px;
        padding: 2px;
		border-radius: 50% !important;
    }
    .tootip-icons-group p.sw-wishlist-main.sw-wishlist-container-archive a img {
        width: 14px;
    }
    .woocommerce-shipping-message {
        padding: 0px 0px !important;
    }
    .woocommerce-checkout .woocommerce-table td.summary-header.product-room,
    .woocommerce-view-order .woocommerce-table td.summary-header.product-room {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .breadcrumbs {
        padding: 20px 0;
    }
    .product-tabs .tab-links {
        gap: 10px;
    }
    .noproduct {
        padding-bottom: 20px;
    }
    .product-grid {
        margin: 0 -7px;
    }
    .custom-product-item {
        padding: 0 7px;
        margin: 0 0 25px 0;
    }
    .custom-product-item .product-image {
        padding: 15px;
    }
    .custom-product-item .product-image > img  {
        height: 160px;
    }
    .custom-product-item h6 {
        font-size: 14px !important;
        min-height: 32px;
    }
    .custom-product-item .prodcut-text .product-price-btn .amount,
    button.add-to-cart,
    .add-to-cart-popup-trigger {
        font-size: 14px;
    }

    .view-list .custom-product-item .product-image {
        width: 100%;
    }

    .view-list .custom-product-item .prodcut-text {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .product-filter .filter-left .product-view a {
        width: 18px;
    }
    .filterbtn {
        font-size: 16px;
    }
    .popup-product-info select,
    .quantity-selector,
    .asign-room input,
    .popup-add-to-cart {
        max-width: 200px;
    }
    /*.quantity-selector span {
        display: block;
        min-width: 60px;
    }
    .quantity-button {
        font-size: 20px;
    }
    .quantity-selector input {
        width: 40px;
        min-width: 40px;
    }*/

    form.checkout.woocommerce-checkout h3, .woocommerce .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order h3,
    h2.woocommerce-order-details__title {
        font-size: 16px !important;
    }
    .cart-top .cart-btton-group .button {
        min-width: 108px;
        margin: 0 7px 10px 0 !important;
    }

    /*.product_gallery_gallery img {
        height: 80px !important;
    }*/
    .woocommerce form .validate-state,
    .woocommerce form .validate-postcode,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
    }

    .btn {
        font-size: 14px;
    }
    body .custom-product-item .product-image .add-to-cart-popup-trigger,
    .custom-product-item .product-variants {
        height: 26px;
        width: 26px;
    }
    .sw-products-table-footer .cart_totals,
    .wsc-saved-cart-form .wishlist-summary-inr {
        max-width: 100%;
    }
    .woocommerce-checkout table.shop_table tr.summary-section td > span.subtotal {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 425px) {
    body {
        font-size: 15px;
    }
    .cart-top .top-total > span {
        margin: 0 10px 10px 0;
    }
    .cart-top .top-total strong {
        font-size: 20px;
        margin: 0 0 0 5px;
    }
    .cart-top .top-total .checkout-button {
        padding: 13px 15px 12px !important;
        font-size: 14px !important;
    }
    .cart-footer .order_detail > * {
        gap: 10px;
    }
    .cart-footer .order_detail {
        width: 100%;
    }
    /*.cart-footer .order_detail > h4 {
        width: 100%;
        margin: 0 0 5px 0 !important;
    }*/
    .cart-footer .order_detail .button, .woocommerce-cart-form .button, .coupon button.button, .cart-top .cart-btton-group .button {
        font-size: 14px !important;
    }
    .cart-footer .order_detail .button {
        min-width: 100px;
    }
    .product-variants {
        padding: 12px;
    }
    .product-variants .add-cart-icon {
        width: 20px;
    }
    .product-variants .simple-attribute-options .color-option {
        width: 12px;
        height: 12px;
        min-width: 12px;
    }
    .home-collection.elementor-widget-n-tabs .e-n-tabs-heading {
        gap: 10px;
        justify-content: space-between;
    }
    .sw-wishlists-my-account-btns.main-sw-savedcart h4,
    .a_post-title {
        font-size: 18px;
    }
    .sublist-submenu.loggedout-wishlists .cart-item {
        gap: 10px;
    }
     .admin-bar .site-header .logo {
        left: -15px;
    }

}

@media screen and (max-width: 365px) {
    .filter-toggle {
        padding: 8px 23px 6px 6px;
        background-position: calc(100% - 8px) center;
    }
    
}
