﻿@import "stylesheet_default.css";

/* Cart */
#top #cart .table, #fixed-menu #cart .table, #cart .btn-group a {
	color: #fff;
}
#top #cart .table a, #fixed-menu #cart .table a {
	color: #fff;
}
#site-header #cart .table a {
	color: var(--primary);
}

footer .payment-methods img {
	height: 35px;
	width: auto;
}


.open-cart,
.open-cart body {
	overflow:hidden
}
#slide-cart {
	color: var(--text);
	bottom:0;
	right:0;
	position:fixed;
	top:0;
	width:min(480px,90vw);
	z-index:1000000;
	overflow-y:auto;
	transform:translate(min(480px,90vw));
	-webkit-transform:translate(min(480px,90vw));
	overflow-x:hidden;
	margin:0;
	padding:15px 15px 0;
	background:#fff;
	list-style:none;
	border-left:1px solid #c1c1c1;
	box-shadow:0 0 3px rgba(0,0,0,.2);
	transition:transform .8s;
	-webkit-transition:transform .8s
}
.open-cart #slide-cart {
	transform:translate(0);
	-webkit-transform:translate(0)
}
#blocker-cart {
	position:fixed;
	transform:translate(0);
	-webkit-transform:translate(0);
	transition:all .8s;
	-webkit-transition:all .8s;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,.2);
	z-index:999999999;
	display:none;
	opacity:0
}
.open-cart #blocker-cart {
	transform:translate(max(-480px,-90vw));
	-webkit-transform:translate(-max(-480px,-90vw));
	opacity:1
}
#slide-cart > li:first-child {overflow-y: auto;	overflow-x: hidden;}
#slide-cart > li:last-child {position: sticky;	bottom: 0;	background: #fff;padding-bottom: 15px}
#slide-cart > li > div > .btn-group {white-space: nowrap;}
#slide-cart > li p {margin:15px 0}

#slide-cart ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none
}
#slide-cart ul li::before {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	color: var(--primary);
	margin-right: 0.5em;
}


#cart .cart-total .totals:last-child {
    font-weight: bold;
    font-size: 1.2em;
}

#cart .btn-secondary {
	border-radius: 0;
}

#totals {
	margin-bottom:0;
}
#totals td, #totals th {
	border: none;
	padding: 5px;
}
#totals td:first-child, #totals th:first-child {
	color: var(--dark-light);
}
#totals td:last-child, #totals th:last-child {
	font-weight:700;
}
#cart tr.totals td.title {
	width: 60%;
}
#totals tr.total td {
    font-weight: bolder;
    font-size: 1.3em;
	color: var(--primary-dark);
}
#totals tr.tax_constitutes {
    border-top: 1px solid #ddd;
}

#cart .cart-total td, #cart .cart-total th {
	border: none;
	padding: 5px;
}
#cart .cart-total td:first-child, #cart .cart-total th:first-child {
	color: var(--dark-light);
}
#cart .cart-total td:last-child, #cart .cart-total th:last-child {
	font-weight:700;
}
#cart .cart-total tr.total td {
    font-weight: bolder;
    font-size: 1.3em;
	color: var(--primary-dark);
}
#cart .cart-total tr.tax_constitutes {
    padding: 0 5px;
}

/* Responsive */
@media (max-width:991px) {
	#cart > a svg, #cart > a i {
		font-size: 40px;
	}
}
@media (max-width:767px) {
	.scrolling-cart {
		position: fixed;
		right: 15px;
		top: 10px;
		z-index: 9999;
	}
	#cart.scrolling-cart > a svg, #cart.scrolling-cart > a i {
		font-size:25px;
	}
}

/* Indkøbskurv ny */
.checkout-cart-box > div > div.name a {font-size: 17px;}
.checkout-cart-box > div > div.image img {display:inline-block;}
.checkout-cart-box > div > div.total {font-weight: bold;}
.checkout-cart-box .top-row {font-weight: bold;}
.checkout-cart-box .top-row > div {font-weight: bold;}


	/* Show More Produkts */
	.show-more-button {
		background: var(--primary) none repeat scroll 0 0;
		padding: 15px 0;
		cursor: pointer;
        color: #fff;
	}
	.show-more-button a:hover {
		text-decoration: none;
	}
	.show-more-button a {
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}


	/* Product sort */
	.product-sort {
		font-size: 12px;
	}
	.product-sort .custom-select, .product-sort .input-group-text, .product-sort .btn {
		font-size: 1em;
	}

	/* Pagination */
	.pagination {
		margin: 0;
		padding: 0;
	}
	.pagination > li {
		display: inline;
	}
	.pagination > li > a, .pagination > li > span {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #333;
		float: left;
		line-height: 1.42857;
		margin-left: -1px;
		padding: 6px 12px;
		position: relative;
		text-decoration: none;
	}
	.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
		background-color: #eee;
		border-color: #ddd;
		color: var(--primary);
	}
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		background-color: var(--primary);
		border-color: var(--primary);
		color: #fff;
		cursor: default;
		z-index: 2;
	}
	.pagination > li > .jp-current, .pagination > li > .jp-current:focus, .pagination > li > .jp-current:hover {
		background-color: var(--primary);
		border-color: var(--primary);
		color: #fff;
		cursor: default;
		z-index: 2;
	}
	.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
		background-color: #fff;
		border-color: #ddd;
		color: #777;
		cursor: not-allowed;
	}
	.product-pagination-bottom {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.product-pagination-bottom .row > div {
		margin-bottom:0;
	}

	/* Product thumbs */
	
	.row .produkter {
		margin-bottom: 0;
	}
	.product-thumb {
		background: var(--info);
		position: relative;
        height: 100%;
		overflow:hidden;
		border-radius: 15px;
	}
	.product-thumb:hover {
		border-color: var(--primary);
	}
	.product-thumb .extras {
		position: absolute;
		left: 0;
		top: 0;
		margin: 5px;
		right: 0;
		display: flex;
		column-gap: 5px;
		justify-content: end;
	}
	.product-thumb .extras > span {
		cursor: pointer;
		padding: 5px;
		background: var(--primary-light);
		border-radius: 50%;
		width: 1.3em;
		height: 1.3em;
		box-sizing: content-box;
		line-height: 1.3;
		color: var(--primary-dark);
	}
	.product-thumb .extras > span:hover {
		color:var(--primary);
	}
	.product-thumb .extras > span.sneakpeak .video-pause {
		display:none;
	}
	.product-thumb .extras > span.sneakpeak .video-play {
		padding-left: 3px; /* Play-arrow not centered... */
	}
	.product-thumb .colors {
		text-align:center;
	}
	.product-thumb .colors > span {
		border-radius: 50%;
		display: inline-block;
		height: 10px;
		width: 10px;
		cursor: pointer;
	}
	.product-thumb .image:hover .colorlabel {
		display:none;
	}
	.product-thumb .image {
		text-align: center;
		position: relative;
		height: auto;
		background: var(--text-negative);
	}
	.product-thumb .image > a > img, .product-thumb .image > .thumb-image > img  {
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		width: auto;
		height: auto;
		display: inline-block;
	}
	.product-thumb .image > a > img.sneakpeak, .product-thumb .image > .thumb-image > img.sneakpeak {
		position: absolute;
		opacity: 0;
	}
	.product-thumb .image > a > video.sneakpeak, .product-thumb .image > .thumb-image > video.sneakpeak {
		width: 100%;
		object-fit: cover;
		position: absolute;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.product-thumb .image:hover > .thumb-image > img.sneakpeak + .first {opacity:0;}
	.product-thumb .image:hover > a > .sneakpeak, .product-thumb .image:hover > .thumb-image > .sneakpeak {
		opacity: 1;
	}

	.product-row.owl-carousel .owl-dots {
		position:static;
	}

	
	.product-thumb .image.resize {
		min-height: 262px; /* Højde på billederne, hvis der er valgt resize */
	}

	.product-thumb .image.resize > a > img, .product-thumb .resize .placeholder, .product-thumb .image.resize > .thumb-image > img, .product-thumb .resize .placeholder {
		margin-left:auto;
		margin-right:auto;
		left: 50%;
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.product-thumb .placeholder img {
		position: relative;
	}

	.product-thumb .rating {
        padding: 5px 15px;
        font-size: 0.8em;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

	.rating .fa-star-o{color:var(--primary);}
	.rating .fa-star{color:var(--primary);}

	/* Product caption */
	
	.product-thumb .name {
		font-size: var(--size-5);
		font-weight: 900;
		text-transform:uppercase; 
		position: relative;
	}
	.product-thumb .description {
        position: relative;
	}
		.product-list .product-thumb .placeholder span {
			display:none;
		}
		.product-list .product-thumb .placeholder span + svg, .product-list .product-thumb .placeholder span + i {
			font-size: 50px;
			top: 50%;
		}

		/* Product price */
		.product-thumb .price {
			color: var(--primary);
			font-size: 25px;
			font-weight: 700;
			line-height: 28px;
            text-align: center;
			width: 100%;
		}
		.product-thumb .price .price-tax {
			display: block;
			font-size: 14px;
			line-height: 20px;
			font-weight: 700;
			margin-top: -5px;
			color: #999;
		}
		.product-thumb .price .price-tax > span {
			font-weight: 300;
		}
		.product-thumb .price-new {

		}
		.product-thumb .price-old {
			font-size: 16px;
			text-decoration: line-through;
		}
		.product-thumb .price .sum-null {
			font-size: 16px;
            width:100%;
		}

		/* Product buttons */
		.product-thumb .button-group {
			border-top: 1px solid var(--light);
			width: 100%;
		}
		.product-thumb .button-group > div > button {
			background-color: transparent;
			border: none;
			color: var(--secondary);
			display: block;
            width:100%;
			padding: 0;
		}
		.product-thumb .button-group > div > button.btn-add-cart {
			color: var(--success);
		}
		.product-thumb .button-group > div > button.btn-add-cart[disabled] {
			color: var(--success-light);
		}
		.product-thumb .button-group > div > button.btn-view-info {
			color: var(--info);
		}

		.product-thumb .button-group button:hover{

		}


	.product-thumb .placeholder {
		background: #eee none repeat scroll 0 0;
		width: 100%;
		height: 100%;
		position:relative;
	}
	.product-thumb .placeholder span {
		color: #999;
		font-size: 20px;
		font-weight: 300;
		left: 0;
		padding: 0 20px;
		position: absolute;
		text-align: center;
		bottom: 25%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
	}
	.product-thumb .placeholder span + svg, .product-thumb .placeholder span + i {
		color: #ddd;
		font-size: 100px;
		left: 0;
		position: absolute;
		top: 25%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		width: 100%;
	}


    /* Product-thumb list-view */
    .product-list .product-thumb .button-group > div > button {
		height:100%;
	}
    .product-list .product-thumb .button-group > div.cart-wish-comp > button {
		height:50%;
	}
    .product-list .product-thumb .button-group {
        border-top: none;
        border-left: 1px solid var(--light);
		padding-top: 0;
    }
	.product-list .product-thumb .button-group > div {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .product-list .product-thumb .price .sum-null {
		padding: 0 15px;
        width: auto;
	}
    .product-list .product-thumb .colors {
        text-align:left
    }
    .product-list .product-thumb .name {
		text-align:left
	}
	.product-list .product-thumb .image {
		background: transparent;
	}
	.product-list .quickview svg, .product-list .quickview i {
		color: var(--dark);
	}


	/* Manufacturer List */
	.manufacturers a {
		background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        display: block;
        font-size: 17px;
        line-height: 35px;
        padding: 0;
        text-align: center;
        min-width: 150px;
	}
	.manufacturers span {
        padding: 0 10px;
        width: auto;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

	/* Product page + quickview */
	[id*=product] h1 {
		font-size: max(var(--min-size-h1), min(5vw, 32px));
		font-weight: 300;
		text-transform: none;
	}

	[id*=product] [id*=product-description] {
		position:relative;
	}
	[id*=product] [id*=product-description] > div[id] {
		margin-bottom: 35px;
	}
	[id*=product] [id*=product-price] {
		
	}
	[id*=product] [id*=product-price] .price {
		display: block;
		font-size: var(--size-7);
		line-height: 1;
	}
	[id*=product] [id*=product-price] .old > .price {
		font-size: var(--size-6);
		color: var(--danger-light);
		position:relative;
	}
	[id*=product] [id*=product-price] .old > .price::after {
		content: "";
		border-bottom: 1px solid var(--danger);
		position: absolute;
		left: -5px;
		right: -5px;
		transform: rotate(-10deg);
		transform-origin: top right;
		top: 0;
		border-top: 2px solid #fff;
	}
	[id*=product] [id*=product-price] .new > .price {

	}
	[id*=product] [id*=product-price] .tax {
		color: var(--light-dark);
		font-size: var(--size-2);
		display: block;
	}
	[id*=product] [id*=product-discount] {
		
	}
	[id*=product] [id*=product-discount] p {
		color: var(--primary);
	}
	[id*=product] [id*=product-discount] p svg, [id*=product] [id*=product-discount] p i {
		cursor: pointer;
	}
	[id*=product] .discount-amount {
		font-weight: 700;
	}
	[id*=product] .discount-price {
		font-weight: 700;
	}

	[id*=product] .heading, #info .heading, #attributes-special .heading, [id*=options] .heading {
		border-top: 1px solid #ddd;
		color: #777;
		display: block;
		font-size: 20px;
		padding-top: 10px;
	}
	#attributes-special .heading {
		border: medium none;
		padding: 0;
	}
	#info {
	}
	#info .row > div .row:first-child .heading  {
		border:none;
		padding:0;
	}
	[id*=options] [id*=product-option] label {
        color: var(--dark-light);
		margin: 0 0 5px 0;
	}
    [id*=product-option] .required > label::after {
        color: var(--danger);
		content: " *";
    }
	[id*=options] [id*=product-option] label span.color {
		display: inline-block;
		height: 15px;
		vertical-align: middle;
		width: 15px;
	}

    .imageoption .radio{float:left;margin-top:2px!important;margin-bottom:2px!important;}
    .imageoption{clear:both;float:left;margin-bottom:20px;}
    .imageoption .checkbox label, .imageoption .radio label{padding-left:5px;}

    .product-product label > input{display:none;}
    .product-product label > input + img.img-thumbnail{cursor:pointer;border:2px solid #ddd;}
    .product-product label > input:checked + img.img-thumbnail{border:2px solid #0297a7;}

	[id*=product-image] .swiper-container {
		background:#fff;
	}
	.product-images.thumbnails {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	.product-images.thumbnails li.image-additional :where(img,video) {
		border: 1px solid #ddd;
		padding: 5px;
		background: #fff;
	}
	.product-images.thumbnails li {
		text-align:center;
	}

	.product-images .video-additional :where(img,video), .product-images video {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.product-images .video-additional::after, .product-images .video-main::after {
		content: url("data:image/svg+xml,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z'/></svg>");
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 40%;
		aspect-ratio: 1;
		background: #000;
		border-radius: 50%;
		padding-top: 12%;
		padding-left: 15%;
		padding-right: 12%;
		overflow: hidden;
		opacity: 0.7;
	}

	.no-swipe .vertical-image-container {
		aspect-ratio: 1;
		overflow: auto;
		scroll-snap-type: y mandatory;
		margin-bottom: 15px;
	}
	.swipe .vertical-image-container {
		aspect-ratio: 1;
		overflow: hidden;
		margin-bottom: 15px;
	}
	

	/* Swiper */
	.swipe .vertical-image-container + .large-slider {
		min-width: 1%;
	}
	.swipe .vertical-image-container .owl-item {
		width: 100%;
	}
	.swipe .vertical-image-container .owl-item li {
		height: 100%;
		width: 100%;
	}
	.swipe .vertical-image-container .owl-item li img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}
	.swipe .vertical-image-container .owl-item li.video-additional img {
		object-fit: cover;
	}
	.product-images.owl-carousel.owl-grab {
		cursor: auto;
	}
	.product-images.large-slider, .product-images.small-slider {
		margin-bottom:15px;
	}
	.product-images + .owl-nav {
		text-align: center;
		margin-bottom: 15px;
	}
	.product-images + .owl-nav button {
		background: transparent;
		border: none;
	}
	.product-images.owl-carousel .owl-item img {
		width: auto;
		display: inline-block;
	}
	.product-images.owl-carousel .owl-stage {
		margin: 0 auto;
	}
	.product-images.owl-carousel li.image-additional {
		cursor: pointer;
	}
	.product-images.thumbnails li.image-additional.owl-selected :where(img,video) {
		border-color: var(--primary);
	}

	.product-images.thumbnails li a {
		border: medium none;
		border-radius: 0;
		padding: 0;
		margin:0;
	}
	.no-swipe .product-images.thumbnails li {
		margin-bottom: 7.5px;
		cursor:pointer;
		scroll-snap-align: start;
	}



	#product-accessories .show-more-button {
		background-color: #444;
		color: #ffffff;
		cursor: pointer;
		display: block;
		float: left;
		margin-bottom: 25px;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	#product-accessories .accessories {
		color: #333;
	}
	#product-related .related {
		color: #333;
	}
	[id*=product] .minimum-info svg, [id*=product] .minimum-info i {
		float:left;
		font-size:45px;
		padding-right:15px;
		color: var(--primary);
	}
	[id*=product] .minimum-info{
		padding:8px 14px 8px 14px;
		border-radius: 0;
		margin-bottom: 15px;
		border: 1px solid var(--primary);
	}
	[id*=options] [id*=product-option] .radio {
		display:inline-block;
		margin-bottom: 5px;
		margin-top: 0;
	}

	[id*=options] [id*=product-option] .form-group {margin-bottom: 15px;}
	[id*=options] [id*=product-option] .radio label {
		border: 1px solid #ddd;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		margin: 0 5px 0 0;
		padding: 10px;
		transition: all 0.5s;
	}
	[id*=options] [id*=product-option] .radio label:hover {
		border: 1px solid var(--primary);
	}
	[id*=options] [id*=product-option] .radio input[type="radio"] {
		display: none;
	}
	[id*=options] [id*=product-option] .radio input[type="radio"]:checked + label {
		background: var(--primary) none repeat scroll 0 0;
		border: 1px solid var(--primary);
		color: #fff;
	}

	[id*=options] [id*=product-option] .checkbox {
		display:inline-block;
		margin-bottom: 15px;
		margin-top: 0;
	}
	[id*=options] [id*=product-option] .checkbox label {
		border: 1px solid #d7e7e7;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		margin: 0 15px 0 0;
		padding: 10px;
		transition: all 0.5s;
	}
	[id*=options] [id*=product-option] .checkbox label:hover {
		border: 1px solid var(--primary);
	}
	[id*=options] [id*=product-option] .checkbox input[type="checkbox"] {
		display: none;
	}
	[id*=options] [id*=product-option] .checkbox input[type="checkbox"]:checked + label {
		background: var(--primary) none repeat scroll 0 0;
		border: 1px solid var(--primary);
		color: #fff;
	}
    [id*=options] [id*=product-option] .color .radio label {

    }
	[id*=product] .product-stars > div {
		margin-bottom:0;
	}
	[id*=product] .product-stars svg, [id*=product] .product-stars i {
		color: var(--primary);
	}

	#info .heading {
	}
	#info #review .review.stars {
		color: var(--primary);
		display: block;
		font-size: 20px;
		line-height: 30px;
	}
	#info #review .review.date-added {
		float: right;
		font-size: 12px;
	}
	#info #attributes p + p {
		padding: 0;
	}
	#info #attributes .heading {
		border:none;
		padding:0;
	}
	#info #attributes .attribute-group {
		padding-bottom:15px;
	}
	#info #review-write-tab input, #info #review-write-tab textarea {
		background: #fff;
	}
	#info #review-write-tab .alert + .buttons {
		margin-top: 15px;
	}
	#info #product-tabs ul li {
	    display: inline-block;
	    font-size: 14px;
	    margin-right: 1px;
	}

	#info #product-tabs ul {margin: 0;list-style: none;padding: 0;font-size: 0;border: none;}
	#info #product-tabs ul li {display: inline-block;font-size: 14px;margin-right: 1px;}
	#info #product-tabs ul li a {padding: 10px 15px;background: #ddd;text-decoration: none;display: block;color: #333;outline: none;}
    #info #product-tabs ul li a.active {background: #eee;color: #333;font-weight: bold;border-color: #eee;}
    #info #product-tabs ul li:hover a {background: #eee;color: #666;border-color: transparent;}

	#info .tab-content > div .heading-plus {font-size: 20px;line-height: 28px;text-transform: uppercase;font-weight: bold;display:block;margin-bottom:10px;color:#fff;}

	#info .fill {background: #eee;}

	#info .tab-content {margin: 0;padding: 30px 0;overflow: hidden;}

	/* Stars */
	#review_stars span {
		font-size: 25px;
		display: block;
	}	
	#review_stars input + label {
		font-size: 25px;
		font-weight: 400;
		cursor:pointer;
	}

	#review_stars input + label:hover .empty, #review_stars input + label .filled {
		display:none;
	}

	#review_stars input + label:hover .filled {
		display:block;
	}

	#review_stars input.star5 ~ label:hover ~ label, #review_stars input.star5 ~ label:hover,
	#review_stars input.star5:checked ~ label {
		color: var(--success-dark);
	}
	#review_stars input.star5 ~ label:hover ~ label .filled, #review_stars input.star5:checked ~ label .filled {
		display:block;
	}
	#review_stars input.star5 ~ label:hover ~ label .empty, #review_stars input.star5:checked ~ label .empty {
		display:none;
	}

	#review_stars input.star4 ~ label:hover ~ label, #review_stars input.star4 ~ label:hover,
	#review_stars input.star4:checked ~ label {
		color: var(--success);
	}
	#review_stars input.star4 ~ label:hover ~ label .filled, #review_stars input.star4:checked ~ label .filled {
		display:block;
	}
	#review_stars input.star4 ~ label:hover ~ label .empty, #review_stars input.star4:checked ~ label .empty {
		display:none;
	}

	#review_stars input.star3 ~ label:hover ~ label, #review_stars input.star3 ~ label:hover,
	#review_stars input.star3:checked ~ label {
		color: var(--success-light);
	}
	#review_stars input.star3 ~ label:hover ~ label .filled, #review_stars input.star3:checked ~ label .filled {
		display:block;
	}
	#review_stars input.star3 ~ label:hover ~ label .empty, #review_stars input.star3:checked ~ label .empty {
		display:none;
	}

	#review_stars input.star2 ~ label:hover ~ label, #review_stars input.star2 ~ label:hover,
	#review_stars input.star2:checked ~ label {
		color: var(--warning);
	}
	#review_stars input.star2 ~ label:hover ~ label .filled, #review_stars input.star2:checked ~ label .filled {
		display:block;
	}
	#review_stars input.star2 ~ label:hover ~ label .empty, #review_stars input.star2:checked ~ label .empty {
		display:none;
	}

	#review_stars input.star1 ~ label:hover ~ label, #review_stars input.star1 ~ label:hover,
	#review_stars input.star1:checked ~ label {
		color: var(--danger);
	}
	#review_stars input {
		display:none;
	}


	.addthis_sharing_toolbox {
		float:right;
	}
	.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn:last-child {
		margin-right:0;
	}


	#info #attributes p {
		font-size: 15px;
		padding-bottom: 0;
		padding-top: 5px;
	}
	.hidethisblock {
		display: none;
	}
	/* Product buttons */
	[id*=product-buttons] .button-group{
		overflow:hidden;
	}
	[id*=product-buttons] .button-group button {
		border: medium none;
		color: #fff;
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		border-left: 1px solid #fff;
	}
	[id*=product-buttons] .button-group button:hover{
		text-decoration:none;
		cursor:pointer;
	}

		/* Icons */
		[id*=product-buttons] .button-group button svg, [id*=product-buttons] .button-group button i {
			color: #fff;
		}
		[id*=product-buttons] .button-group button.btn-add-cart svg, [id*=product-buttons] .button-group button.btn-add-cart i {
			margin-right: 5px;
		}



		[id*=product-buttons] input[id*=input-quantity]{
			height: 100%;
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			border: 1px solid #c4c4c4;
		}

/* Carousel (manufacturer) */
.brand-slider-bg {
    background-color: #8a8a8a;
    position:relative;
}
#brandmenu .owl-stage > div {
    background-color: #fff;
}

/* Options Search */
#optionssearch img.active {
  opacity: 0.4;
  border: 1px solid #000;
}

#optionssearch #box-brend .filter_manufacturer_id {

}

#optionssearch #box-groups-op #image-optin input {

}

#optionssearch .cell-box-button {
   float: right;
   height: 44px;
   padding-top: 14px;
   text-align: right;
}

#optionssearch #filter_price {
  width: 300px;
}
#optionssearch #slider {
  margin-left: 7px;
}

.search-heading {
    cursor: pointer;
    font-size: 13px;
}
.search-heading-content {
    font-size: 18px;
    padding: 10px 15px;
}
.search-heading-text {
    display: inline-block;
    margin-left: -18px;
    width: 100%;
}
.search-heading-text > span {
    color: var(--primary);
    display: inline-block;
    padding-left: 18px;
}
.search-heading.search-collapsed svg, .search-heading.search-collapsed i {
    transform: rotate(-90deg);
}
#optionssearch .search-item {
    border: 1px solid #ddd;
    list-style-type: none;
    margin: 0 0 15px;
}
.search-container {
    padding: 10px;
}




/* Read More */
[id*=product] a[data-readmore-toggle]{bottom:0;position:absolute;padding-left:0;margin-bottom: -8px;}
[id*=product] a[data-readmore-toggle] svg, [id*=product] a[data-readmore-toggle] i {position: absolute;top: 100%;left: 50%;transform: translate(-50%,-50%);}
[id*=product] [aria-expanded="true"] + a[data-readmore-toggle]{bottom:0;}
[id*=product] [aria-expanded="true"][data-readmore]{margin-bottom:30px;}

[id*="product"] a[data-readmore-toggle]::before {
    content: "";
    border-bottom: 1px solid var(--primary);
    display: block;
    width: 45%;
    float: right;
}
[id*="product"] a[data-readmore-toggle]::after {
    content: "";
    border-bottom: 1px solid var(--primary);
    display: block;
    width: 45%;
}


/* Notification */
#notification > div .content .btn{float:left;margin-right:16px}
#notification .btn{background:none repeat scroll 0 0 #8ABD3A;border:medium none;color:#FFF;cursor:pointer;display:inline-block;font-size:16px;height:40px;line-height:40px;margin-bottom:0;padding:0 10px;position:relative;text-align:center;transition:background 0.15s ease-in-out 0s;vertical-align:text-top}
#notification > div .content .btn.shop{background:url("../image/shop.png") no-repeat scroll 8px center #8ABD3A;padding-left:40px}
#notification > div .content .btn.kurv{background:url("../image/kurv.png") no-repeat scroll 8px center #8ABD3A;margin:0;padding-left:42px}
#notification > div .content .btn.pay{background:url("../image/pay.png") no-repeat scroll 8px center #8ABD3A;padding-left:46px}
#notification .content a{color:#FFF;text-decoration:none}
#notification{left:50%;margin:-50px 0 0 -250px;position:fixed;top:30%;width:500px;z-index:1001}
#notification > div{background:url("../image/box_header_bg.png") repeat-x scroll 0 0 #FFF;box-shadow:0 1px 5px 0 rgba(0,0,0,0.3);left:auto;min-height:120px;padding:15px;position:relative;right:auto;top:auto;width:490px}
#notification > div.success{font-size:12px}
#notification > div .title{background:url("../image/check.png") no-repeat scroll 0 0 rgba(0,0,0,0);color:#333;font-size:14px;font-weight:900;margin-bottom:10px;padding-bottom:10px;padding-left:37px;text-transform:uppercase}
#notification > div .content img{border:1px solid #CCC;float:left;margin-right:16px;padding:2px}
#notification > div .content .name{color:#333;display:block;font-size:16px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;text-transform:none;white-space:nowrap}

[id*=addtocart_success] p {
	padding-bottom:0;
	text-align:center;
}

.alert-fluid {
	margin: 0;
	border-radius: 0;
	border: none;
}

