span.color-bg-image {
    background-size: 600% 600%;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-gallery_wrap {
    position: relative;
}

.out_of_stock {
    position: absolute;
    z-index: 10;
    top: 1rem;
    left: 1rem;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #aeaeae;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
}

.product-layout .product-block .product-top .product-block-image .out_of_stock {
    width: 45px;
    height: 45px;
    font-size: 8px;
    top: auto;
    bottom: 1rem;
    left: 1rem;
}

.summer-sales.banner-container:hover img.bannerlogo {
	filter: invert(1);
}

.product-layout .product-colors ul span div {
    border: solid 1px rgba(0, 0, 0, 0.5);
}

#product-product .color_related-item {
    border: solid 1px rgba(0, 0, 0, 0.3);
}

@media(min-width:992px) {
	.banner-caption > img.bannerlogo {
		max-height: 80px;
		height:auto;
	}
}

@media(max-width:991px) {
	.banner-caption > img.bannerlogo {
		max-width: 150px;
	}	
}

nav[aria-label="breadcrumb"] {
    background: none;
}

.breadcrumb li, .breadcrumb li a {
    color: #111;
}

main.checkout-wrap .fa-spinner {
	display:none !important;
}


@media(min-width:991px) {
.product-gallery_wrap {
    max-width: 550px;
}
}

#account-register:not(.b2b) #custom-field1,
#account-register:not(.b2b) #custom-field2,
#account-register:not(.b2b) #custom-field3 {
    display: none !important;
}

div#information-information.info5 p * {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: normal !important;
}


#desktop-menu .navbar-nav > .nav-item .nav-link {
    padding: 0.5rem;
}

#desktop-menu .navbar-nav > .nav-item.sales-item .nav-link,
#desktop-menu .navbar-nav > .nav-item.sales-item .nav-link:hover
{
    background: #dd0000;
    color: #fff;
}

nav#mmenu .nav-item.sales-item .nav-link {
    background: #dd0000;
    color: #fff;
}

#desktop-menu .navbar-nav .nav-item a {
    padding: 0.5rem;
}

.filter-group-container.hide-group.goption .filter-group-block-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filter-group-container.hide-group.goption .filter-group-block-wrap > div {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.filter-group-container.hide-group.gfilter.gf9 .filter-group-block-wrap {
    display: flex;
    flex-wrap: wrap;
}

.filter-group-container.hide-group.gfilter.gf9 .filter-group-block-wrap .form-check.filter-no-image {
    flex: 0 0 50%;
    max-width: 50%;
}

@media(min-width:991px) {
	.ho-filter-title.ho-filter-trigger-container {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
}

@media(max-width:991px) {
    div#top-header-msg {
        min-height: 40px;
        height: auto;
    }
	
	.checkout-wrap .checkout-sidebar {
		width: auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body #header.checkout_header {
		margin-bottom: 0;
	}	
	
}

div#payment-method,
div#shipping-method
{
    position: relative;
}

div#payment-method-overlay,
div#shipping-method-overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#payment-method-overlay,
#shipping-method-overlay

{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    text-align: center;
    padding-top: 20%;
}

#payment-method-overlay:before,
#shipping-method-overlay:before

{
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #000; /* Blue */
    border-left: 6px solid #000;
    border-right: 6px solid #000;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 1.5s linear infinite;
    display: flex;
    content:"";
    top:50%;
    left:50%;
    position:absolute;
    margin-top: -11px;
    margin-left: -11px;
	opacity:0.3;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#desktop-menu .navbar-nav > .nav-item.sales-item-blue,
#mmenu nav ul > li.sales-item-blue

{
    background: #00c2a0;
}

#desktop-menu .navbar-nav > .nav-item.sales-item-orange,
#mmenu nav ul > li.sales-item-orange

{
    background: #a9001c;
}

#desktop-menu .navbar-nav > .nav-item.sales-item-orange a,
#mmenu nav ul > li.sales-item-orange a
{
	color:#fff !important;
}

#desktop-menu .navbar-nav > .nav-item.sales-item-blue a,
#mmenu nav ul > li.sales-item-blue a
{
	color:#fff !important;
}

#desktop-menu .navbar-nav > .nav-item.sales-item-red,
#mmenu nav ul > li.sales-item-red

{
    background: #dd0000;
}


#desktop-menu .navbar-nav > .nav-item.sales-item-red a,
#mmenu nav ul > li.sales-item-red a
{
	color:#fff !important;
}

@media(min-width:991px) {
	main > .section-left #desktop-menu {
		padding-right: 1.5rem;
	}
}


.product-block-code {
    padding-top: 0.25rem;
    text-align: -webkit-auto;
    color: #777;
	font-size:11px;
}

select#input-reward {
    font-size: 13px;
    outline: none !important;
}

div#loyalty-desktop, div#loyalty-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media(max-width:767px) {
	#loyalty-desktop {
		display:none !important;
	}
}

@media(min-width:768px) {
	#loyalty-mobile {
		display:none !important;
	}
}

#voucher #collapse-coupon .card-body, 
#voucher #collapse-voucher .card-body,
#voucher #collapse-reward .card-body,
#collapse-reward .card-body
 {
    margin-top: 0;
    padding-top: 0;
}

/*
#header a[href*="mpoyfan"],
#header a[href*="mpoyfan"],
div#desktop-menu a[href*="mpoyfan"],
div#desktop-menu a[href*="mpoyfan"],
#header a[href*="panoforia33333333"],
#header a[href*="panoforia33333333"],
div#desktop-menu a[href*="panoforia33333333"],
div#desktop-menu a[href*="panoforia33333333"]
{
    color: #a9001c!important;
}
*/

.product-label-flags.new-in {
	background:#fff !important;
	z-index:10;
}

.product-label-flags.new-in .product-flag {
	color:#000;
	font-weight:600;
	font-size:10px !important;
}

/*
.product-label-flags.black-friday {
	background:#000 !important;
	z-index:10;
	left:auto !important;
	right:0.5rem;
}

.product-label-flags.black-friday .product-flag {
	color:#ff0000;
	font-weight:600;
	font-size:12px !important;
}

.product-label-flags.sold-out {
	background:#000 !important;
	z-index:10;
}

.product-label-flags.sold-out  .product-flag {
	color:#ff0000;
	font-weight:600;
	font-size:12px !important;
}

@media(max-width:991px) {
	.product-label-flags.black-friday .product-flag {
		color:#ff0000;
		font-weight:600;
		font-size:10px !important;
	}
	
	.product-label-flags.sold-out  .product-flag {
		color:#ff0000;
		font-weight:600;
		font-size:10px !important;
	}

}	

.product-layout .product-block .product-block-price .amount_before {
    font-size: 0.9rem;
    color: #777;
}

.product-layout .product-block .product-block-price .amount.amount_final {
    background: #dd0000;
    color: #fff;
}

.product-layout .product-block .product-block-price .percentage {
    display: none;
}
*/

.product-layout .product-block .product-block-price .percentage {
    display: none;
}

.product-label-flags.coming-soon {
	background:#000 !important;
	z-index:10;
	left:0.5rem;
	top:auto !important;
	bottom:0.5rem;
}

.product-gallery_wrap .product-label-flags.coming-soon {
	top:0.5rem !important;
	bottom:auto !important;
}

.product-label-flags.coming-soon .product-flag {
	color:#fff;
	font-weight:600;
	font-size:10px !important;
}

@media(max-width:991px) {
	.summer-sales.banner-container .banner-caption {
		display: flex;
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	.banner-caption > img.bannerlogo {
		width: 100%;
		max-width: none;
		height: auto;
	}
	
	.summer-sales.banner-container .banner-readmore {
		display: none !important;
	}	
	
}

div#account-register select {
    background: transparent;
    border: none;
    border-bottom: solid 1px #000;
    font-size: 14px;
}

div#account-register div#custom-field10 label {
    font-size: 0.8rem;
}

/* HAPPYONLINE */

/*
#product-product .product-price .price-old {
    display: none !important;
}

.product-block-price .amount_before {
    display: none !important;
}
*/

.product-block.show-sale .product-block-price .amount_before {
	display: inline-flex !important;
}

div#product-product.show-sale .product-price .price-old  {
	display: inline-flex !important;
}

.klarna-container {
    justify-content: space-between;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    border: solid 1px rgba(0,0,0,0.15);
}

.klarna-container .text-wrapper {
    flex: 1;
    display: flex;
}

.klarna-container .text-wrapper p {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
	gap:0.5rem;
}

#product-product .klarna-container .badge {
    padding: 0;
    margin: 0;
}

.klarna-container {
    gap: 0.75rem;
    padding: 0.5rem;
	font-size: 12px;
}

.klarna-container .badge-container {
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.klarna-container .badge-container svg {
    width: 100%;
    height: auto;
    max-width: 70px;
}

#product-product .klarna-container .badge {
    display: flex;
    width: auto;
    max-width: 70px;
    overflow: hidden;
    min-width: auto;
    min-width: 60px;
}

a.klarna-link {
    text-decoration: underline;
}

@media(max-width:1750px) {
	#product-product .product-btn .btn#button-cart, #product-product .product-btn .btn#button-notify {
		letter-spacing: 1.5px;
	}
}

@media (min-width:992px) and (max-width:1600px) {
	.product-gallery_wrap {
		max-width: 500px;
	}
}

@media (min-width:992px) and (max-width:1350px) {
	.product-gallery_wrap {
		max-width: 400px;
	}
}

#account-register .bottom {
    margin: 2rem auto 2rem auto;
}

#account-register .btn-container {
    margin-top: 2rem;
}

fieldset.captcha-container input#input-captcha {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

fieldset.captcha-container {
    margin-bottom: 1.5rem;
}

fieldset.captcha-container label {
    margin-bottom: 0;
}

/* B2B */
.product-layout .product-block .product-block-price + .product-block-price {
    margin-top:0.25rem;
    padding-top:0.25rem;
    border-top:solid 1px rgba(0,0,0,0.1)
}

span.product__priceref {
    font-weight: normal;
    font-size: 11px;
    display: block;
    margin-bottom: 0.25rem;
	color:#666;
}

h3.amount.amount-wholesale {
    color: #a54a40;
}

.product-block-caption > div {
    width: 100%;
}


.product-block-actions-b2b {
    width: 100%;
    display: flex;
    margin-top: 1.5rem;
}

.product-block .product-block-actions-b2b .product-cart-b2b  {
    background-color: #000;
    border: none;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    letter-spacing: 4.4px;
    font-size: 0.7rem;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0.6rem;
	height:44px;
	line-height:44px;
}

div#b2bModalContent table th {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 0.75rem;
}

div#b2bModalContent table td {
    padding: 0.75rem;
    height: 100%;
    vertical-align: middle;
}

div#b2bModal table input {
    border: solid 1px #111;
}

div#b2bModalContent table th.color-th {
    text-align: left;
}

div#b2bModal .btn {
    letter-spacing: 3px;
    border: none;
    padding: 0 1.5rem;
    height: 44px;
    line-height: 44px;
    font-size: 0.8rem;
    border-radius: 0;
    margin: 0 0.5rem;
    min-width: 150px;
}

div#b2bModal .btn.btn-primary {
    background: #000;
}

div#b2bModal .btn.btn-primary:hover, div#b2bModal .btn.btn-primary:active, div#b2bModal .btn.btn-primary:focus {
    background: #000;
    border: none;
    color: #fff;
}

div#b2bModal .btn.btn-secondary {
    background: rgba(0,0,0,0.25);
}

div#b2bModal .btn.btn-secondary:hover, div#b2bModal .btn.btn-secondary:active, div#b2bModal .btn.btn-secondary:focus {
    background: rgba(0,0,0,0.25);
    color: #fff;
}

div#b2bModal table {
    margin: 0;
}

div#b2bModalContent td.color-th-icon div {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 0.35rem;
}

div#b2bModalContent td.color-th-icon div i {
    width: 17px;
    height: 17px;
    display: inline-flex;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 1);
}

h5#b2bModalLabel {
    font-size: 1.1rem;
    font-weight: 600;
}

div#product-product .product-cart-b2b {
    color: #fff;
    background-color: #000;
    border-color: #000;
    flex: 1;
    letter-spacing: 4.4px;
    position: relative;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    display: flex;
}
/* B2B */