.ninetheme-header .ninetheme-header-mobile.sticky-start .has-sticky-logo .main-mobile-logo,
.ninetheme-header .ninetheme-header-part:not(.ninetheme-header-mobile) .main-mobile-logo,
.ninetheme-header .ninetheme-header-mobile .has-mobile-logo .main-logo {
    display: none;
}

/* footer newsletter forms */
.newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.newsletter-form .wpcf7-form-control-wrap {
    flex: 1 0 auto;
    max-width: 100%;
}
.newsletter-form input.ninetheme-btn[type=submit] {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 100px;
	border: 0;
	min-height: calc(100% - 2px);
	outline: none;
}
#newsletterPopup .newsletter-form input.ninetheme-btn[type=submit] {
    right: 3px;
    top: 3px;
    min-height: calc(100% - 6px);
}
.ninetheme-cf7-form-wrapper .newsletter-form input:not(.ninetheme-btn):focus {
	border-color: var(--ninetheme-secondary);
}

.newsletter-form .wpcf7-response-output {
    position: absolute;
    margin-top: 50px!important;
}

.newsletter-form .wpcf7-spinner {
	position: absolute;
	top: 11px;
	right: 20px;
}

.nt-cf7-form-wrapper .wpcf7-response-output {
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: var(--ninetheme-success);
}

/* header products locations */
.ninetheme-header-location {
	position: relative;
	color: var(--ninetheme-text);
	display: flex;
	align-items: center;
}
.ninetheme-select-location {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 320px;
	z-index: 106;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.ninetheme-header-top-right .ninetheme-select-location {
	left: auto;
	right: 0;
}
.ninetheme-header-location.active .ninetheme-select-location {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
	transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
}
.ninetheme-select-location .ninetheme-select-location-wrapper {
	position: relative;
	padding: 30px;
	background-color: #fff;
	will-change: transform;
	-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	border-radius: 0 0 5px 5px;
}
.ninetheme-select-location.active .ninetheme-select-location-wrapper {
	z-index: 99;
}
.ninetheme-select-location .ninetheme-location-title {
	font-size: 1rem;
	font-weight: 600;
}
.ninetheme-select-location .ninetheme-location-description {
	font-size: .75rem;
	opacity: .7;
}
.ninetheme-select-location .ninetheme-search-location {
	position: relative;
	margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container {
	position: relative !important;
	width: 100% !important;
	top: auto !important;
	left: auto !important;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select {
	position: relative !important;
	font-family: var(--font-primary);
	width: 100% !important;
	border: 0;
	z-index: 10001;
}
.ninetheme-select-location .ninetheme-search-location .select2-container.select2-container--below {
	display: none;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown {
	position: relative;
	padding: 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
	height: 3rem;
	border: 0;
	padding: 0 .9375rem 0 2.875rem;
	background-color: var(--ninetheme-gray-soft);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown svg {
	position: absolute;
	width: 1.25rem;
	top: .875rem;
	left: .9375rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results {
	margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    padding-left: 0;
    padding: 6px 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
	max-height: 20.625rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option:not(.select2-results__message):hover {
	color: var(--ninetheme-primary);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option.select2-results__option--highlighted {
	color: currentColor;
	background-color: transparent;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
	height: 3rem;
	border: 0;
	padding: 0 .9375rem 0 2.875rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option .min-price {
    font-size: 11px;
    font-weight: 500;
    min-width: 78px;
    margin-right: .625rem;
    border: 1px solid var(--ninetheme-green-soft);
    color: var(--ninetheme-green-soft);
    padding: .1875rem .625rem;
    border-radius: 5px;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option--highlighted .min-price {
    border: 1px solid var(--ninetheme-red);
    color: var(--ninetheme-red);
}
.ninetheme-header-location .ninetheme-header-location-trigger {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: var(--ninetheme-dark);
	flex-direction: column;
	padding-right: 20px;
	cursor: pointer;
}
.ninetheme-header-location .ninetheme-header-location-trigger:after,
.ninetheme-discount-products-wrapper .ninetheme-header-discount-trigger-text:after {
    position: absolute;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 9px;
    font-weight: 600;
    content: 'next';
    color: currentColor;
    right: 5px;
    bottom: 7px;
    -webkit-transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transform: rotate(90deg);
}
.ninetheme-header-location.active .ninetheme-header-location-trigger:after {
	transform: rotate(-90deg);
}
.ninetheme-header-location .ninetheme-header-location-description {
	font-size: 10px;
	color: var(--ninetheme-green);
}
.ninetheme-header-location .ninetheme-header-current-location {
	font-size: 13px;
	font-weight: 600;
	color: currentColor;
}
.ninetheme-header-location .ninetheme-header-current-location.active {
	text-transform: capitalize;
}
.ninetheme-select-location .ninetheme-close-popup {
	position: absolute;
	font-size: 1.25rem;
	top: .9375rem;
	right: .9375rem;
	cursor: pointer;
}
.ninetheme-header-mobile-content .location-area .ninetheme-header-location-trigger {
    display: none;
}
.ninetheme-header-mobile-content .ninetheme-header-location {
    width: 100%;
    display: block;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-select-location-wrapper {
    position: relative;
    padding: 0;
    background-color: transparent;
    will-change: transform;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
}
.ninetheme-header-mobile-content .ninetheme-select-location {
    position: relative;
    top: auto;
    padding: 0px;
    width: 100%;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
    max-height: 24.625rem;
    height: 100%;
}
.ninetheme-header-mobile-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
/* header products locations */

/* popup newsletter panel */
.ninetheme-exitsite-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s opacity 0.25s;;
}
.ninetheme-exitsite-wrapper.active {
    visibility: visible;
    opacity: 1;
}
.ninetheme-exitsite-wrapper.closed {
	opacity: 0;
	display: none;
	visibility: hidden;
}
span#exitsiteClose {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ninetheme-exitsite-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	max-width: 720px;
	position: relative;
	z-index: 9999;
    opacity: 0;
    transform: scale(0);
    transition: transform .25s, opacity .25s;
}
.ninetheme-exitsite-inner.active {
	opacity: 1;
    transform: scale(1);
    transition: transform .5s, opacity .5s;
}
.ninetheme-exitsite-inner {
    justify-content: flex-start;
}
.ninetheme-exitsite-bottom label {
    background-color: var(--ninetheme-light);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 25px;
}
.ninetheme-newsletter-image {
    max-width: 200px;
}
.type-default div#exitsiteInner {
    flex-direction: row;
    gap: 20px;
    padding: 35px;
    background-color: var(--ninetheme-light);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 31%);
    border-radius: 5px;
}
.ninetheme-exitsite-image {
    max-width: 40%;
}
.image-right div#exitsiteInner {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.image-top div#exitsiteInner {
    flex-direction: column;
}
.image-top div#exitsiteInner,
.image-bottom div#exitsiteInner {
    max-width: 420px;
    align-items: flex-start;
}
.image-bottom div#exitsiteInner {
    flex-direction: column-reverse;
}
.image-top div#exitsiteInner .ninetheme-exitsite-image,
.image-bottom div#exitsiteInner .ninetheme-exitsite-image {
    max-width: 100%;
}
.type-default .wpcf7 {
    margin-bottom: 15px;
}
.type-default .subtitle {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}
.type-default .ninetheme-newsletter-content,
.type-default .ninetheme-exitsite-content {
    display: block;
    max-width: 100%;
    flex: 1 0 auto;
}
.ninetheme-exitsite-content .ninetheme-products {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-height: 178px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
}
.ninetheme-exitsite-content .ninetheme-loop-product {
    min-height: auto!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product .product-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 3px!important;
    height: auto!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product .thumb-wrapper {
    min-height: auto!important;
    max-width: 75px;
    margin: 0!important;
}
.ninetheme-exitsite-content .ninetheme-loop-product.type-7 .thumb-wrapper,
.ninetheme-exitsite-content .ninetheme-loop-product.type-8 .thumb-wrapper {
    border: 0!important;
}

.ninetheme-exitsite-content .ninetheme-loop-product .details-wrapper {
    width: 100%;
    border: 0;
    padding: 0;
}
.ninetheme-exitsite-content .ninetheme-loop-product .nt-wish-icon,
.ninetheme-exitsite-content .ninetheme-loop-product .ribbon,
.ninetheme-exitsite-content .ninetheme-loop-product .product-labels,
.ninetheme-exitsite-content .ninetheme-loop-product .ninetheme-discount,
.ninetheme-exitsite-content .ninetheme-loop-product .thumbs,
.ninetheme-exitsite-content .ninetheme-loop-product .content-hidden,
.ninetheme-exitsite-content .ninetheme-loop-product .product-footer,
.ninetheme-exitsite-content .ninetheme-loop-product .product-cart-wrapper,
.ninetheme-exitsite-content .ninetheme-loop-product .ninetheme-add-to-cart-btn,
.ninetheme-exitsite-content .ninetheme-loop-product .ft-btn,
.ninetheme-exitsite-content .ninetheme-loop-product .star-rating,
.ninetheme-exitsite-content .ninetheme-loop-product .rating-review,
.ninetheme-exitsite-content .ninetheme-loop-product .product-sku,
.ninetheme-exitsite-content .ninetheme-loop-product .product-stock,
.ninetheme-exitsite-content .ninetheme-loop-product .product-labels-bottom,
.ninetheme-exitsite-content .ninetheme-loop-product .product-custom-html,
.ninetheme-exitsite-content .ninetheme-loop-product .product-features,
.ninetheme-exitsite-content .ninetheme-loop-product .product-actions {
    display: none!important;
}
.type-default .ninetheme-footer-newsletter-form-2,
.type-default .ninetheme-footer-exitsite-form-2 {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}
.type-default .ninetheme-footer-newsletter-form-2-input,
.type-default .ninetheme-footer-exitsite-form-2-input {
    max-width: 60%;
}
.type-default .ninetheme-footer-newsletter-form-2-button,
.type-default .ninetheme-footer-exitsite-form-2-button {
    flex: 1;
}
.type-default input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    border-radius: 3px;
    position: relative;
}
.panel-close.hint-left:hover .ninetheme-hint{
    opacity: 1;
    visibility: visible;
}
.ninetheme-exitsite-content .deals-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.ninetheme-exitsite-content .style-6 .deals-item .thumb-wrapper {
    max-width: 76px;
}
.ninetheme-exitsite-content .style-6 .deals-item{
    overflow: visible;
}
@media(min-width: 768px) {
    .ninetheme-exitsite-content .style-6 .deals-buttons {
        bottom: -15px;
    }

}
@media(max-width: 768px) {
    .ninetheme-exitsite-wrapper {
        max-width: calc(100% - 30px);
        left: 15px;
    }
    .type-default div#exitsiteInner {
        flex-direction: column;
    }
}
@media(max-width: 480px) {
    .type-default div#exitsiteInner {
        max-width: 320px;
    }
    .type-default .subtitle {
        font-size: 14px;
    }
    .ninetheme-newsletter-image {
        max-width: 100%;
    }
}
#sales-popup {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 380px;
    padding: 20px;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-border);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 100px;
    opacity: 0;
    z-index: 9999;
    will-change: transform;
    transition: all 0.5s ease; /* Smooth transition */
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0 / 17%);
    -moz-transform: translateY(calc(100% + 20px));
    -ms-transform: translateY(calc(100% + 20px));
    -webkit-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px));
}
#sales-popup.active {
	transform: translateY(0%);
	opacity: 1;
}
.right-bottom > #sales-popup {
    left: auto;
    right: 15px;
}

.has-overlay #sales-popup {
    visibility: hidden!important;
    opacity: 0!important;
}

#sales-popup .thumb-wrapper {
    max-width: 60px;
    flex: 1 0 auto;
    margin-right: 10px;
}
#sales-popup .details {
    flex: 1 0 auto;
}
#sales-popup .product-name {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#sales-popup .sale-details {
    display: flex;
    align-items: center;
    gap: 15px;
}
#sales-popup .panel-close {
    right: 0;
    top: 0;
    border-radius: 100%;
}

#sales-popup img {
    background: var(--ninetheme-primary-bg);
    padding: 10px;
    border-radius: 100%;
}

.text-verify, .text-verify svg {
    color: var(--ninetheme-primary);
    fill: var(--ninetheme-secondary);
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

@media(max-width:480px) {
    #sales-popup {
        max-width: calc(100% - 30px);
        padding: 10px;
    }
    .product-popup-list .product-item {
        max-width: calc(100% - 30px);
        padding: 15px;
        border-radius: 30px;
    }
    .product-popup-list .details {
        max-width: calc(100% - 80px);
    }
    .product-popup-list .thumb-wrapper {
        max-width: 60px;
    }
    .product-popup-list .product-name {
        font-size: 12px;
    }
    body.sales-popup-active .scroll-to-top {
        bottom: 150px;
    }
    body.bottom-popup-cart-active .scroll-to-top {
        bottom: 75px;
    }
    body.has-bottom-mobile-nav.sales-popup-active .scroll-to-top {
        bottom: 200px;
    }
    body.has-bottom-mobile-nav.sales-popup-active #sales-popup {
        bottom: 75px;
    }
    body.bottom-popup-cart-active.sales-popup-active .scroll-to-top {
        bottom: 190px;
    }
    body.bottom-popup-cart-active.has-bottom-mobile-nav.sales-popup-active .scroll-to-top {
        bottom: 270px;
    }
    body.bottom-popup-cart-active.has-bottom-mobile-nav.sales-popup-active #sales-popup {
        bottom: 150px;
    }
}
@media(max-width:360px) {
    .product-popup-list .product-item {
        padding-left: 25px;
    }
    .product-popup-list .thumb-wrapper{
        display:none;
    }
    .product-popup-list .details {
        max-width: 100%;
    }
    #sales-popup {
        padding: 10px 50px;
    }
}

.ninetheme-loop-product .cart-big .loop-cart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ninetheme-loop-product .cart-small .loop-cart {
    display: flex;
    gap: 5px;
}

.ninetheme-loop-product .cart-small .loop-cart.type-variable {
    display: flex;
    gap: 10px;
}

.ninetheme-loop-product .cart-small .loop-cart.type-variable {
    flex-direction: column;
}

.notify-me-form {
    padding: 15px;
    border: 1px solid var(--ninetheme-yellow);
    border-radius: 5px;
    background-color: var(--ninetheme-yellow-bg);
}
.notify-me-form #notifyMeForm {
    display: flex;
    gap: 5px;
}
.notify-me-form input[type="email"] {
    background-color: var(--ninetheme-light);
    flex: 1 0 auto;
}

.notify-me-form #notify_response p {
    margin-top: 10px;
}

.notify-me-form #notify_response .error {
    color: var(--ninetheme-red);
}

.notify-me-form #notify_response .success {
    color: var(--ninetheme-green);
}

.ninetheme-product-recently {
    margin-bottom: 80px;
}
