body {background: #fcfaf0;}
.box-banner-container, #top, #top .container, #cart .products b, #menu-vertical.open-mob .btn-menu, #menu-vertical.open .btn-menu, .btn-menu:hover, .btn-menu:active, .btn-menu.active, .btn-menu.disabled, .btn-primary:hover, .btn-primary:active, .btn-checkout:hover, .btn-checkout:active, footer .btn-newsletter:hover, footer .btn-newsletter:active, .btn-search:hover, .btn-search:focus, .btn-search:active, .btn-menu-top.vh3:hover, .btn-menu-top.vh3:focus, .btn-general:focus, .btn-general:hover, .btn-general:active
{background-color: #ffd91c;}
.btn-search, .ms-price .ms-price-cont, .container-module .slick-dots li.slick-active button, .footer-ribbon, footer .btn-newsletter, .btn-primary:focus, .btn-primary:focus, .btn-primary, .btn-checkout:focus, .btn-checkout:focus, .btn-checkout, .btn-general, #login-form-popup .btn-login:focus, #login-form-popup .btn-login, #popup-found-cheaper .btn-found-cheaper:focus, #popup-found-cheaper .btn-found-cheaper
{background: linear-gradient(129.1deg, #ffd91c -17.84%, #ffd91c 83.84%);}
#menu-vertical.open-mob .btn-menu, #menu-vertical.open .btn-menu, .btn-menu:hover, .btn-menu:active, .btn-menu.active, .btn-menu.disabled, .btn-primary:hover, .btn-primary:active, .btn-checkout:hover, .btn-checkout:active, footer .btn-newsletter:hover, footer .btn-newsletter:active, .btn-search:hover, .btn-search:focus, .btn-search:active, .btn-menu-top.vh3:hover, .btn-menu-top.vh3:focus, .btn-general:focus, .btn-general:hover, .btn-general:active
{background: #1a1a1a !important;color:#fff!important;}
footer.ls-dark-theme .footer-top, footer.ls-dark-theme .footer-center, footer.ls-dark-theme .footer-bottom {background-color: #28282c;}
.footer-ribbon span {text-shadow: 1px 1px 1px #000;}
footer .btn-newsletter span {color:#000}
footer .btn-newsletter:hover span {color:#fff}
@media (min-width: 992px) {
.fixed-goods-bar {background: #28282c;}
}

.top-info-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info-sku span {
	color: #000;
  	font-weight: 600;
}

/*
#popup-quickorder .image-radio input,
#popup-quickview .image-radio input,
*/

#popup-quickview .image-radio input,
#product .image-radio input {
	display: block;
	margin-right: 10px;
	align-self: center;
}

#popup-quickview .image-radio label,
#product .image-radio label {
	display: flex;
	align-items: center;
}
#popup-quickview .image-radio .image-option,
#product .image-radio .image-option {
	margin-right: 15px;
}
#popup-quickview .image-radio .dflex.flex-wrap,
#product .image-radio .dflex.flex-wrap {
	flex-direction: column;
	background: #f8f9fa;
	border-radius: 6px;
	padding: 9px;
}
#popup-quickview  .image-radio .option-name,
#product .image-radio .option-name {
	width: 100%;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 8px;
}
#popup-quickview  .image-radio .option-price,
#product .image-radio .option-price {
	line-height: 16px;
}
#popup-quickview .image-radio, #product .image-radio {
	margin-bottom: 5px;
}