.site-header .logo.w-logo img{
    max-height: 130px!important;
}

.w-newsletter-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: 9999;
	color: #000;
	translate: 0 125%;
    transition: translate .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
}
.w-newsletter-popup .popup-inner-wrapper {
    max-width: 90%;
    width: 800px;
	-webkit-box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	position: relative;
	border: 5px solid #000;
	background: white;
}
.w-newsletter-popup .toggle {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	font-size: 20px;
	color: #000;
	background: white;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}
.popup-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.popup-inner-wrapper>div {
    width: 100%;
}
.popup-inner-wrapper img {
    margin: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 30vh;
}

.popup-inner-wrapper>div:last-child{
    padding:20px;
    background: #ffffff;
    text-align:center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.w-newsletter-popup.visible {
	translate: 0;
}

.w-newsletter-popup .popup-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 1em;
}

.w-newsletter-popup .popup-subtitle {
	font-size: 12px;
	font-weight: 400;
    color: #000;
	margin: 20px 0;
}
.popup-inner-wrapper .form-input {
    font-size: 1em;
    height: auto;
}
.w-newsletter-popup-image {
    line-height: 0;
}
.tab {
	position: fixed;
	bottom: 0;
	right: 20px;
	color: #fff;
	background: #6C6C6C;
	z-index: 98;
	padding: 10px 25px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	border: none;
    width: auto
}

.w-newsletter-popup  .form-submit {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.button.large.decline-gift{
    color: #fff;
}

/* .main-menu #clonedMenu li.b-category-li-0 .dropdown-megamenu .b-productcategories-level-1 .b-productcategories-level-2{
    display: none;
} */

.subpage-banner-USP {
    padding: .5em 0;
    overflow: visible;
    height: auto;
    top: auto;
}

.subpage-banner-USP .usp-text {
    position: relative;
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 4px;
    overflow: visible;
    max-width: none;
    font-size: 12px!important;
}
.usp-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-owl .owl-item {
    display: flex;
    justify-content: center;
}

 .subpage-banner-USP {
    background: rgb(118 118 118) !important;
    background: linear-gradient(90deg, rgba(118, 118, 118, 1) 0%, rgba(180, 180, 180,1) 42%, rgba(199, 199, 199,1) 100%, rgba(201, 201, 201,1) 100%) !important;
}
.usp-mobile {
    display: none;
}

.usericon:hover > .dropdown > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

.usericon .fa{
    font-size: 24px !important;
    margin-right: 15px;
    color: #000;
}
.productItem .productContent,
.category-item-content{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.m-newsletter-newsletter .input-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-newsletter-newsletter .input-group-addon{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.m-newsletter-newsletter .form-label.input-group-main{
    text-align: left;
}
.swiper-products {
    position: relative;
    overflow: hidden;
}

.swiper-slide{
    padding-top: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: #000;
}
@media (max-width: 959px) {
    .usp-desktop {
        display: none;
    }

    .usp-mobile {
        display: block;
        height: 36.4px;
    }
}

@media (min-width: 960px) {
    .usp-desktop {
        display: block;
    }

    .usp-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .popup-inner-wrapper>div {
        width: 50%;
    }
    .popup-inner-wrapper img {
        max-height: 450px;
        object-position: top center;
    }
}

@media (min-width: 850px) {
    .m-productlist-list .swiper-button-next { left: 101%; }
    .m-productlist-list .swiper-button-prev { right: 101%; left: auto; }
    .frontpage-content { overflow: visible; }
}