.fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    color: var(--color-black);
}

.popup-country-switch {
    padding: 45px;
    width: 800px;
}

.fancybox-skin .logo {
    display: block;
    text-align: center;
}

.fancybox-skin .content-text {
    text-align: center;
    margin-top: 65px;
    padding: 0 90px;
}

.fancybox-skin .logo h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.7px;
    margin: 0;
}

.fancybox-skin .popup-logo {
    margin-bottom: 36px;
}

.fancybox-skin .content-text h1 {
    color: var(--color-black);
    font-family: var(--alt-font-family);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.45px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-black);
}

.fancybox-skin .close-popup {
    position: absolute;
    right: 34px;
    top: 33px;
    width: 25px;
    height: 25px;
}

.fancybox-skin .close-popup:after, .fancybox-skin .close-popup:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border: 1px solid #040506;
}

.fancybox-skin .close-popup:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-skin .close-popup:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
}

.country-switch {
    padding: 0;
    list-style: none;
    margin-top: 45px;
}

.country-switch>li {
    margin-bottom: 52px;
}

.country-switch .country-switch-button {
    color: var(--color-black);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.34px;
    text-transform: uppercase;
}

.country-switch .country-switch-button:hover, .country-switch .country-switch-button:focus, .country-switch .country-switch-button:active, .country-switch .country-switch-button.active {
    font-weight: 500;
    color: var(--color-highlights);
}

.popup-login {
    width: 804px;
    padding: 56px 138px 82px;
}

.popup-login h3.popup-login-title {
    font-family: var(--alt-font-family);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.popup-login p.popup-login-subtitle {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

.popup-login-form {
    margin-bottom: 93px;
    margin-top: 90px;
}

.popup-theme {
    width: 804px;
    padding: 56px 138px 82px;
}

.popup-theme h3.popup-theme-title {
    font-family: var(--alt-font-family);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.popup-theme p.popup-theme-subtitle {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

.popup-theme-form {
    margin-bottom: 93px;
    margin-top: 90px;
}

.popup-form {
    width: 70vw;
    padding: 77px 127px;
}

.popup-form h3.popup-form-title {
    font-family: var(--alt-font-family);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.popup-form p.popup-form-subtitle {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-divider);
}

.popup-form-form {
    margin-top: 50px;
    margin-bottom: 50px;
}

.popup-coupon {
    width: 526px;
    padding: 44px 48px;
}

.popup-coupon h3 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 55px;
    line-height: 19px;
}

.coupon-input-wrapper {
    position: relative;
    margin-top: 52px;
}

.coupon-input-wrapper .form-control {
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 10px;
}

.coupon-input-button {
    display: flex;
    flex: 0 0 auto;
    width: 156px;
    height: 50px;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent;
    padding-left: 26px;
    border-left: 1px solid var(--color-divider);
    align-items: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.coupon-input-button:hover, .coupon-input-button:focus, .coupon-input-button:active {
    color: var(--color-highlights);
}

.coupon-input-button>span {
    display: flex;
    flex: 1 0 0;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.coupon-input-button>.theme-icon {
    display: flex;
    flex: 0 0 auto;
    width: 50%;
    justify-content: center;
}

.popup-coupon-text {
    margin-top: 45px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 30px;
}

.popup-coupon-text p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

.popup-coupon-text a {
    text-decoration: underline;
}

.popup-coupon-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popup-coupon-buttons .btn {
    width: 250px;
}

#change-store-popup, #blog-login-popup, .notifica-stock-popup {
	width: 100vw;
	max-width: 600px;
	padding: 133px 90px;
}

#change-store-popup h1 , #blog-login-popup h1{
    font-size: 32px;
	text-transform: uppercase;
} 
.notifica-stock-popup h1{
	font-size: 32px;
    font-weight: 500;
}
#change-store-popup p, .notifica-stock-popup p {
	font-size: 17px;
	line-height: 1.5;
}

#blog-login-popup p {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
}

#change-store-popup .btn , #blog-login-popup .btn, .notifica-stock-popup .btn { 
	line-height: 25px;
}


@media (max-width: 1199px) {
    .fancybox-skin .close-popup {
        right: 10px;
        top: 16px;
    }
    .popup-country-switch {
        width: 100%;
    }
    .fancybox-skin .logo {
        margin-bottom: 40px;
    }
    .fancybox-skin .logo h3 {
        font-size: 17px;
    }
    .fancybox-skin .content-text {
        margin-top: 0;
        padding: 0;
    }
    .fancybox-skin .content-text h1 {
        font-size: 25px;
    }
    .country-switch>li {
        margin-bottom: 35px;
    }
    .popup-login {
        width: 100%;
        padding: 97px 15px 15px;
    }
    .popup-login h3.popup-login-title {
        margin-bottom: 23px;
    }
    .popup-login p.popup-login-subtitle {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
    .popup-login-form {
        margin-bottom: 115px;
        margin-top: 62px;
    }
    .popup-login-form .form-control {
        margin-bottom: 18px;
    }
    .popup-coupon {
        width: 100%;
        padding: 68px 30px 30px;
    }
    .popup-coupon h3 {
        padding: 0;
    }
    .coupon-input-wrapper {
        margin-top: 36px;
    }
    .coupon-input-button {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        transform: none;
        border-left: none;
        padding-left: 0;
        justify-content: center;
    }
    .coupon-input-button>span {
        flex: 0 0 auto;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .coupon-input-button>.theme-icon {
        width: 27px;
    }
    .popup-coupon-text {
        margin-top: 16px;
        margin-bottom: 35px;
        padding: 0;
    }
    .popup-form {
        width: 100%;
        padding: 30px 15px;
    }
    .popup-form h3.popup-form-title {
        font-size: 32px;
    }
    .fancybox-skin .close-popup.popup-theme-close {
        top: 10px;
        right: 10px;
    }

    
 
}

@media (max-width: 991px) {
    .fancybox-mobile-bottom {
        bottom: 0;
        top: auto !important;
        left: 0 !important;
        width: 100vw !important;
        position: fixed !important;
    }
.fancybox-mobile-bottom .fancybox-inner {
	width: 100% !important;
}
#change-store-popup ,  #blog-login-popup, .notifica-stock-popup{
	padding: 30px 20px;
}
}
