.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.category-item-image img{
    max-height: 70px;
}

button[data-target="productlist"] {
	font-weight: bold;
}


.w-newsletter-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: 9999;
	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 #fff;
}
.w-newsletter-popup .toggle {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	font-size: 20px;
	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{
    height: 100%;
    object-position: top;
    max-height: 25vh;
    width: 100%;
    margin: auto;
    object-fit: cover;
    display: block;
}

.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: 24px;
	line-height: 24px;
	margin: 0;
}

.w-newsletter-popup .popup-subtitle {
	font-size: 12px;
	font-weight: 400;
	margin: 20px 0;
}

.popup-inner-wrapper .form-input {
    font-size: 1em;
    height: auto;
}

.w-newsletter-popup .form-submit{
  background: #728D85;
}

.tab {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 98;
	padding: 10px 25px;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	border: none;
    width: auto;
    background: #4F593D!important;
    color: #ffffff!important;
}

.w-newsletter-popup  .form-submit {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.m-productlist-stock .fa,
.m-productlist-brand{
	display: none;
}

.productItem .productContent .hover-image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
	background: #fff;
}

.productItem .type-col .product-transaction,
.productItem .type-col .product-action{
	margin-bottom: 0;
}
.productItem .title,
.productItem .type-col .product-description {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.productItem .product-various-price-info span {
	font-size: 12px;
}

.m-productlist>.row {
	display: flex;
	flex-wrap: wrap;
}
.type-col,
.productContent,
.productContent>form {
	height: 100%;
}
.productContent>form {
	display: flex;
	flex-direction: column;
}
.productContent .align-self-bottom {
    margin-top: auto;
}

.productContent .button-product {
	color: #000;
	border: 1px solid;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 1em !important;
	font-size: .9em;
	text-align: center;
}

@media (min-width: 600px) {
    .popup-inner-wrapper>div {
        width: 50%;
    }
    .popup-inner-wrapper img {
        max-height: 100%;
    }
	 	.productItem .productContent .hover-image {
        transition: all .2s ease-in;
    }
    .productItem .productContent .image:hover .hover-image {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
	.m-product-stock-text {
		font-size: 10px;
		font-weight: normal;
		padding: 0 !important;
	}
}

.hide-soldout .soldout,
.discount-only .productItem:not(.discounted) {
	display: none;
}
.footer-paymenticons {
	display: grid;
    grid-template-columns: 200px 1fr 200px;
    align-items: center;
    max-width: min(1200px, 100% - 30px);
    margin: 0 auto;
}
.footer-pricerunner {
	display: block;
    width: 100%;
    filter: grayscale(0) !important;
}
.footer-paymenticons .payment-icons {
	width: 100%;
}

.b-productcategories-level-1 .dropdown-menu {
	right: 0;
}
.site-navigation .main-menu>.container>ul .b-category-li-0 .b-productcategories-level-2 {
	margin: 0;
}
.site-navigation .main-menu>.container>ul .b-category-li-0 .b-productcategories-level-2 a:hover {
	font-weight: bold;
}
.site-navigation .main-menu>.container>ul .b-category-li-0 .dropdown-megamenu .b-productcategories-list.b-productcategories-level-1 .b-category-li-1 {
    padding-top: 15px !important;
}

@media (max-width: 768px) {
	.footer-paymenticons {
		display: block;
	}
	.footer-pricerunner {
		width: 200px;
		margin: 40px auto;
	}
}

@media (max-width: 767px) {
	.hr-overlay-search {
		margin-top: 130px !important;
	}
}