.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin: 0 -10px;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.global_usp {
    text-align: left;
    color: #000;
    background: #F2F2F2;
	min-height: 64px;
}
.global_usp .flex {
    gap: 20px;
}
@media (max-width: 768px) {
	.global_usp .flex {
		justify-content: center;
		text-align: center;
	}
}
.global_usp li {
    color: inherit;
}
.global_usp img {
    margin: 0;
}

.site-header {
	padding: 20px 0;
}
.site-header img,
.logo.w-logo img {
	margin: 0;
}
.menu-open-button img {
	margin-top: 2px;
}
.site-navigation .main-menu>.container>ul .b-category-li-0>a {
	font-weight: normal;
	padding: 6px 10px;
}
.site-navigation .main-menu>.container>ul .b-category-li-0>a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.site-navigation .main-menu .active > a {
	color: #fff;
	text-decoration: underline;
}
.search-module {
	padding: 5px 20px;
    background: #f2f2f2;
    border-radius: 25px;
}
.m-quick-cart__count.h6 {
    margin: 0;
    text-align: center;
    color: #fff !important;
    background: #1a611f;
}

.w-slider-container {
	margin: 0;
}
.w-slider-container .item-title .h2,
.w-slider-container .item-text .h4 {
	text-shadow: 0 0 10px #000;
}
.site-slider .item-link span {
	color: #fff;
}
.site-slider .item-link,
.column .panel-heading {
	background-color: #195B61;
}
.column .panel-heading .h5 {
	color: #fff;
}
.column .panel-body {
	background-color: #f2f2f2;
	padding: 0;
}
.column .nav-menu a {
	font-size: 1em;
}
.column .panel-border .b-category-li-0>a {
	display: block;
	padding: .5em 1em;
}
.column .panel-border  ul {
	padding: 0;
}
.column-box .b-productcategories-level-1>li>a {
	display: block;
	padding: .5em 2em;
}
.column-box .b-productcategories-level-1>li>a:before {
	content: "\f0da";
	font-family: "FontAwesome";
	position: absolute;
	left: 1em;
}
.column .active>a {
	background-color: #195B61;
	color: #fff !important;
}

.category-item-content .category-item-title {
	position: static;
	background: none;
	padding: 10px;
}
.category-item-content .category-item-title .h5 {
	color: initial;
	font-size: 1.3em;
	margin: 0;
}

.category-item-content .placeholder-wrapper {
	transition: box-shadow, transform .2s ease-in;
}
.category-item-content:hover .placeholder-wrapper {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    transform: scale(1.05);
}

.m-productlist-list>.row {
	display: flex;
	flex-wrap: wrap;
}
.productItem .productContent {
    padding: 10px;
    overflow: visible;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	transition: box-shadow .2s ease-in;
}
.productItem:hover .productContent {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.productItem .prices {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.productItem .prices * {
    width: auto !important;
    min-width: unset;
    white-space: nowrap;
    flex: none;
}
.productItem .m-productlist-price {
    color: #19611F;
}
.productItem .m-productlist-discount+.m-productlist-price {
    text-align: center;
    color: #19611F;
}
.productItem .title,
.productItem .type-col .product-description,
.productItem .type-col .product-transaction,
.productItem .type-col .product-delivery,
.productItem .description {
	margin: 0;
	padding: 2px 0 !important;
}
.productItem .product-various-price-info {
	padding: 0;
}
.productItem .type-col,
.productItem .type-col .productContent,
.productItem .type-col .productContent form {
	height: 100%;
}
.productItem .type-col .productContent form {
	display: flex;
	flex-direction: column;
}
.productItem .m-productlist-transactions {
	margin-top: auto !important;
}

.productItem .button-primary.normal,
.productItem .button-primary.normal:hover,
.productItem .button-primary.normal:focus {
    background: #19611F;
    border-color: #19611F !important;
}
.productItem .image .image-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.productItem .image:hover .image-hover {
	opacity: 1;
}
.cart-content .productItem,
.products-related-list .productItem {
	margin-bottom: 3em;;
}
.splash .badge {
	font-weight: bold;
}
.m-productlist-splash .badge.m-productlist-sale,
.m-product-splash .badge.m-productlist-sale,
.m-productlist-splash .badge.m-product-splash-sale,
.m-product-splash .badge.m-product-splash-sale,
.m-productlist-splash .badge.m-productlist-splash-sale,
.m-product-splash .badge.m-productlist-splash-sale {
    background: #E49748;
}
.m-productlist-splash .badge.m-productlist-new,
.m-product-splash .badge.m-productlist-new,
.m-productlist-splash .badge.m-product-splash-new,
.m-product-splash .badge.m-product-splash-new,
.m-productlist-splash .badge.m-productlist-splash-new,
.m-product-splash .badge.m-productlist-splash-new {
    background: #195B61;
}
.badge.badge-danger {
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}


.countdown  {
    height: 130px;
}
.countdown .text--size-large {
    font-size: 1.8em;
    display: block;
    font-weight: bold;
}
.span__title {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
}
.with-margin {
    margin: 1em 0;
    display: block;
    font-weight: bold;
}

.pageTypeproduct .m-product.m-product-additional-info .nav-tabs>li a.tab-link {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0;
}

.product_usp {
	margin: 20px 0;
}
.product_usp>.flex {
	gap: 20px 0;
}
.product_usp img {
	margin: 0;
}

.m-cart-content {
	margin-bottom: 20px;
}
.m-cart-content .panel-heading {
	border: none;
	background-color: #195B61;
}
.m-cart-content .panel-heading .h6 {
	color: #fff;
}
.m-cart-content .m-cart-row {
	border-bottom: 1px solid #f2f2f2;
}

.stepColumn .panel-border {
	background: #fff;
	border: 1px solid #f2f2f2;
}
.stepHeader {
	background: #195B61;
	padding: 1em;
}
.stepHeader .h5 {
	display: block;
	color: #fff;
	margin: 0;
}

.fp-banner {
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);;
}

.site-footer {
	background: url(../images/footer.webp) center no-repeat;
	background-size: cover;
	margin: 0;
}
.site-footer,
.site-footer a,
.site-footer .footer-brands a,
.site-footer .footer-information a,
.site-footer h4,
.site-footer .h6,
.site-footer .w-newsletter-signup .m-newsletter-newsletter .form-label {
	color: #fff;
}
.site-footer li {
	font-size: 1em;
}
.site-footer .form-label .tooltip .tooltiptext {
    color: initial !important;
    right: 0;
    left: auto;
}

.footer-paymenticons {
    border-top: none;
    background: #195B61;
    margin: 0;
    padding-bottom: 30px;
}

.desktop-icon-nav + .trustpilot-widget iframe {
    max-width: 305px;
    margin-left: auto;
}
.header-social-button svg {
    stroke: #fff;
    fill: #fff;
    stroke-width: 0;
    width: 30px;
    height: 30px;
    background: #0866FF;
    border-radius: 50%;
    padding: 5px;
}

.panel-warning {
	background-color: #195B61;
	color: #fff;
	border: none;
}

@media (max-width: 768px) {
	.site-header .row {
		flex-direction: column;
	}
	.site-header img, .logo.w-logo img {
		margin: auto;
		max-height: 100px;
	}
	.site-header .desktop-icon-nav {
		justify-content: center;
		gap: 20px
	}
	.site-header .desktop-icon-nav img,
	.header-social-button svg {
		height: 40px;
		width: 40px;
	}
	.desktop-icon-nav + .trustpilot-widget iframe {
		margin: auto;
	}
	.site-header .header-icon-button {
		padding: 20px 0;
	}
	.site-header .header-icon-button>span,
	.site-header .header-icon-button>a {
		padding: 10px;
	}
	.site-header .header-icon-button .m-quick-cart__count {
		top: -10px;
		right: 10px;
	}
}


.m-product-splash .badge,
.m-productlist-splash .badge {
    padding: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.2;
}

.m-product-transaction.product-transaction .m-product-transaction-amount input,
.m-product-transaction .button-primary {
	height: 45px;
}

.pageTypeproduct .price-after-discount,
.m-product-price {
	color: #19611F;
}

.site-footer .social-links a {
	background: #0866FF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.stepBox .form-label,
.stepBox .form-input,
.stepBox .table td {
	font-size: 1em;
}
.stepBox .form-input {
	height: auto;
}
.stepBox .table td {
	padding-top: 0;
	padding-bottom: 0;
}