/*
	text 				: #3e3e3c
	text soft 			: #888
	border 				: #d7d0ca
	primary 			: #8b9d93
	primary hover		: #6f7d75
	background 			: #fff
	background soft 	: #ebe7e4
	background primary	: #f4f3f1
*/

a
{
	color: #5e6e64;
}

/*
	Fonts
*/
@font-face {
	font-family: 'strike_oneregular';
	src: url('../fonts/strike_one.eot'); /* IE9 Compat Modes */
    src: url('../fonts/strike_one.woff2') format('woff2'),
		 url('../fonts/strike_one.woff') format('woff'),
		 url('../fonts/strike_one.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'proxima_novathin';
	src: url('../fonts/proxima_nova_thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/proxima_nova_thin.ttf') format('truetype'), url('../fonts/proxima_nova_thin.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'proxima_novaregular';
	src: url('../fonts/proxima_nova_regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/proxima_nova_regular.ttf') format('truetype'), url('../fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'proxima_novasemibold';
	src: url('../fonts/proxima_nova_semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/proxima_nova_semibold.ttf') format('truetype'), url('../fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'proxima_novabold';
	src: url('../fonts/proxima_nova_bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/proxima_nova_bold.ttf') format('truetype'), url('../fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'proxima_novalight';
	src: url('../fonts/proxima_nova_light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/proxima_nova_light.otf') format('truetype'), url('../fonts/proxima_nova_light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'proxima_novaregular', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.25px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'proxima_novabold', sans-serif;
	font-weight: normal;
}
h1, h2
{
	font-size: 20px;
}
h3, h4
{
	font-size: 18px;
}
h5, h6
{
	font-size: 16px;
}


.title,
.post__title,
.section_content-category h4
{
	font-family: 'proxima_novalight', sans-serif;
	font-weight: normal;
	letter-spacing: 0.5px;
}


.price-box .price
{
    font-family: 'proxima_novasemibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
}


/*
	Headings
*/
.page-title, .title
{
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 50px;
	position: relative;
	font-size:21px;
}
.page-title::after, .title::after
{
	content: '';
	border-bottom: 0px solid #8b9e92;
	display: inline-block;
	width: 30px;
	margin-left: -15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
}

.page-title-wrapper.product>h1 {
	text-align: left;
	text-transform: none;
}

.page-title-wrapper.product>h1.page-title:after {
	border-bottom: none;
}


.item .title {
	text-transform:unset;
	font-size:13px;
}

/*
	Buttons
*/
.btn,
button
{
	border-radius: 0;
}

.action-primary:hover,
.action-primary:active,
.action-primary:focus
{
	background:	#5e6e64;
	border: 1px solid #5e6e64;
	color:	#fff;
}

/*
	Header
	use "body" context to override template css
*/
body .page-header.type18
{
	z-index: 30;
}

/*
	Header top
	use "body" context to override template css
*/
body .page-header.type18 .main-panel-top
{
	background: #8b9d93;
	color: #fff;
	font-weight: normal;
	text-transform: none;
}
body .page-header.type18 .panel.wrapper
{
	color: inherit;
}
body .page-header.type18 .panel.header
{
	padding-top: 10px;
	padding-bottom: 10px;
}
body .page-header.type18 .panel.header::after
{
	content: '';
	display: block;
	clear: both;
}
body .page-header.type18 .panel.header p
{
	margin: 0;
}


/*
	Header logo
	use "body" context to override template css
*/
body .page-header.type18 .logo img
{
	height: 75px;
	width: auto;
}
body .page-header.type18 .logo
{
	height: auto;
	margin: 10px 0 5px 40px;
}
body .page-header.type18 .nav-toggle
{
	position: absolute;
	top: 5px;
	left: 20px;
}
body .page-header.type18 .minicart-wrapper .action.showcart::before
{
	content: '';
	background: url( ../images/shoppingbag.png ) top left / contain no-repeat transparent;
	width: 37px;
	height: 37px;
	margin: 3px -24px 0 0;
}
body .page-header.type18 .minicart-wrapper .action.showcart .counter.qty
{
	background: #8b9d93;
	color: #fff;
	border-radius: 12px;
	line-height: 20px;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
}
body .page-header.type18 .minicart-wrapper .action.showcart .counter-label
{
	display: none;
}



/*
	Header slider
*/
header ~ .lookbookslider-top
{
	width: 780px;
	transform: translateX( calc( 50vw - 50% ) );
}
header ~ .lookbookslider-top > div > div,
header ~ .lookbookslider-top .slide > img
{
	width: 780px !important;
	max-width: 780px !important;
	height: 220px !important;
	max-height: 220px !important;
	margin-top: 0;
	margin-bottom: 0;
}
header ~ .lookbookslider-top .cycle-overlay
{
	display: none;
}



/*
	Content
*/

body.cms-index-index #maincontent,
body.cms-index-index .column.main
{
	padding-top: 0;
	padding-bottom: 0;
}



/*
	Products
*/
.product-items.row
{
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.product-item[class*=col-]
{
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.product-item .product-item-info
{
	border-bottom: 1px solid #ebe7e4;
	padding-bottom: 30px;
}
.product-item .product-item-photo
{
	border: none;
	border-radius: 0;
	padding: 0;
}

.product-item .tocart
{
	border-radius: 0;
}

.product-item .tocart:before
{
	content: none !important;
}


/*
	Product
	use "body" context to override template css
*/
body .fotorama__nav--thumbs .fotorama__thumb,
body .fotorama__stage
{
	border: none !important;
}

body .fotorama__active {
	width: 500px;
	height: 500px;
}

body .box-tocart .action.tocart:not(:last-child)
{
	margin-bottom: 0;
}

/* Product tabs tabs */
body .product.data.items > .item.title > .switch
{
	padding: 0 10px 0 0;
}
body .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header)
{
	padding: 35px 0 0 0;
	top: 25px;
}
body .product-tabs-container .data.item.title
{
	padding: 0;
}
body .product-tabs-container .data.item.title > .switch
{
	line-height: 30px;
	display: block;
	height: 50px;
	padding: 10px;
}

/* Product tabs content */
body .product.info.detailed.sticky .product.data.items > #description
{
	border-top: 1px solid #d7d0ca!important;
	padding: 30px 0;
}


/*
	Blog
*/
.post-list > [class*="col-"] + [class*="col-"]
{
	margin-top: 20px;
}


/*
	Slider
*/
.cycle-slideshow1 .slide
{
	position: relative;
}


/*
	Footer
	use "body" context to override template css
*/
.footer-usps
{
	border-top: 1px solid #d7d0ca;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
.footer-usps .footer-usp
{
	text-align: left;
	padding: 10px 0 5px 60px;
	margin-left: 10%;
	position: relative;
}
.footer-usps .footer-usp img
{
	color: #8b9d93;
	width: 45px;
	position: absolute;
	top: 10px;
	left: 0;
}
.footer-usps .footer-usp h2,
.footer-usps .footer-usp h3,
.footer-usps .footer-usp h4,
.footer-usps .footer-usp h5
{
	text-transform: uppercase;
	margin: 5px 0;
}

.footer-newsletter
{
	border-top: 1px solid #d7d0ca;
	padding: 50px 0 60px 0;
}
.footer-newsletter form > div
{
	display: flex;
	flex-wrap: wrap;
}
.footer-newsletter label
{
	color: #8b9d93;
	text-align: center;
	font-family: 'strike_oneregular';
	font-weight: normal !important;
	font-size: 35px !important;
	line-height: 1;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.footer-newsletter input.email
{
	border-radius: 0px !important;
	border-color: #d7d0ca!important;
	width: auto;
	height: 40px!important;
	margin-right: 10px;
	flex-grow: 1;
	margin-right: 10px !important;
}
.footer-newsletter input.email::placeholder
{
	font-size: 13px;
	font-family: 'proxima_novaregular';
	color: #888;
}
.footer-newsletter input.button
{
	border: none;
	border-radius: 0px !important;
	background: #8b9d93!important;
	color: #fff;
	font-family: 'proxima_novabold';
	font-weight: normal;
	font-size: 13px;
	line-height: 40px;
	height: 40px!important;
	padding: 0 30px!important;
}
.footer-text
{
	border-top: 1px solid #d7d0ca;
	color: #888;
	padding: 50px 0 60px 0;
}

body .footer-middle
{
	padding: 50px 0 30px 0;
	background-color: #EDEDED;
}
body .footer-middle p
{
	line-height: inherit;
}
body .footer-middle h3 {
	margin-bottom: .6rem;
}
body .footer-middle button
{
	border: 2px solid #888;
	border-radius: 2px;
	background: none;
	color: inherit;
	line-height: 40px;
	display: block;
	height: 42px;
	padding: 0 30px;
	margin-top: 10px;
}
body .footer-middle button:hover
{
	background: #888;
	border-color: #888;
}
body .footer-middle button:hover a
{
	color: #fff!important;
}
body .footer-middle-2
{
	padding: 0;
}
body .footer-middle-2 .container
{
	border-top: 1px solid #d7d0ca;
	border-bottom: 1px solid #d7d0ca;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
body .footer-bottom
{
	padding: 30px 0 90px 0;
	background-color: #EDEDED;
}
body .footer-bottom .container
{
	text-align: center;
	letter-spacing: 0.25px;
}
body .footer-bottom .logo
{
	display: block;
	width: 250px;
	margin: 0 auto 20px auto;
	float: none;
}
body .footer-bottom .logo img
{
	width: auto;
	height: auto;
	max-width: 100%;
	margin:0 auto;
}

body .footer-social {
	float: left;
	padding-right: 15px;
}

body .footer-social a{
	color: black;
}

.page-wrapper > [style*="clear:both;"]:last-child
{
	height: 0 !important;
}

body #amasty_map
{
	width: 100vw;
	margin-left: calc( 0px - ( 50vw - 50% ) );
}
body .amlocator_input
{
	text-align: center;
}
body .amlocator_input input[type="text"]
{
	border-radius: 0px;
	max-width: 300px;
}
body .amlocator_input select
{
	border-radius: 0px;
	max-width: 110px;
	height: 38px;
	margin-left: 5px;
}
body #amasty_stores
{
	margin-top: 20px;
}

body .amlocator_left
{
	width: auto;
	height: auto;
	margin: 0;
}
body .amlocator_left span
{
	border: 1px solid #ededed;
	background: #ededed;
	font-size: inherit;
	padding: 30px;
	margin-top: 20px;
	display: block;
	font-family: proxima_novalight;
}
body .amlocator_left span.active
{
	border: 1px solid #ebe7e4;
	background: #f4f3f1;
}
body .amlocator_left span button
{
	border: 1px solid #3e3e3d;
	border-radius: 0;
	background: none;
	color: #3e3e3d;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 30px;
	font-family: proxima_novasemibold;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 21px;
}

body .amlocator_left span button:hover
{
	background-color: #3e3e3d;
	color: #fff;
}

body .amlocator_left a:hover
{
	text-decoration: none;
}

body .amlocator_left span button + a
{
	display: inline-block;
	margin-top: 5px;
}

body .amlocator_store_list
{
	float: none;
	width: auto;
}

body .amlocator_left span button::before
{
    font-family: "porto-icons";
    content: "\f858";
    margin-right: 10px;
    font-size: 16px;
}
body #amasty_stores h4
{
	font-size: 20px;
	letter-spacing: 0.25px;
	margin-top: 0px;
}
/*
	page: Homepage
	use "body" context to override inline CSS
*/

.section
{
	padding: 30px 0;
	position: relative;
}
.section .title
{
	margin-top: 0;
}

/* categorie */
.catalog-category-view .page-title-wrapper
{
	display: unset;
	text-align: center;
}
.section_content-category
{
	text-align: center;
}
.section_content-category img
{
	display: block;
	width: 100%;
}
.section_content-category h4
{
	border-bottom: 1px solid #d7d0ca;
	font-size: 16px;
	margin: 0;
	padding: 20px 0;
	color: #3e3e3d;
	font-size: 18px;
	font-family: proxima_novaregular;
}

/* hardlopers */
.section_content-hardlopers::after
{
	content: '';
	background: #ededed;
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: calc( 50% - 50vw);
	top: 0;
	z-index: -1;
}
.section_content-hardlopers .product-item-info
{
	background: #fff;
	border-bottom: none;
}

/* magazine */
.section_content-magazine,
.post-list-wrapper
{
	text-align: center;
}
.post-list-wrapper .post
{
	background: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d0ca;
}
.section_content-magazine .post
{
	background: #f6f6f6;
	padding-bottom: 20px;
}
.post__image
{
	display: block;
	width: 100%;
}
.post__date
{
	font-size: 13px;
	padding: 15px 0 15px 0;
	margin: 0 20px;
}
.post__category
{
	text-transform: uppercase;
	color: #8c9e93;
	font-size: 14px;
	font-weight: 200;
	padding: 15px 0 15px 0;
	margin: 0 20px;
}
.post__title
{
	font-size: 18px;
	padding: 0;
	margin: 0 20px;
	font-family: 'proxima_novasemibold';
}
.post__description
{
	margin: 0 20px;
}
.post__link
{
	text-decoration: underline;
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
}

/* cadeau */
.section_content-gifs
{
	padding-bottom: 0;
}


/*
	Lees meer tag styling en functionaliteit
*/

.read-more-into h2 {
	margin-bottom: 1.5rem !important;
}
.read-more-intro::after
{
	content: '';
	clear: both;
}
.read-more-anchor,
.read-less-anchor
{
	text-decoration: underline;
	cursor: pointer;
}
.read-more-anchor
{
	margin-left: 5px;
	float: right;
}
.read-more-content
{
	margin-top: .9rem;
}
#read-more-check,
.read-more-content,
.read-less-anchor
{
	display: none;
}
#read-more-check:checked ~ .read-more-content
{
	display: block;
}
#read-more-check:checked ~ .read-more-intro .read-more-anchor
{
	display: none;
}
#read-more-check:checked ~ .read-more-content .read-less-anchor
{
	display: inline-block;
}


/*
	Magezine blocks

	class   | shape     | mobile    | desktop
	-------------------------------------------
	        | square 	| 100 x 100 |  33 x 33
	m 		| rectangle	| 100 x 66  |  50 x 33
	l 		| rectangle | 100 x 50  |  66 x 33
	xl		| rectangle | 100 x 33  | 100 x 33
*/
.inspiration
{
	margin: 0 -15px;
}
.inspiration:after
{
	content: '';
	display: block;
	clear: both;
}

.inspiration > div
{
	display: block;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 100%;
	float: left;
	position: relative;
}

.inspiration > .m
{
	width: 100%;
	padding-top: 66.66%;
}
.inspiration > .l
{
	width: 100%;
	padding-top: 50%;
}
.inspiration > .xl
{
	width: 100%;
	padding-top: 33.33%;
}
.inspiration > .sq
{
	padding-top: 100%;
}

.inspiration > div > div
{
	background: none center center / cover no-repeat transparent;

	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
}

/* Image + text */
.inspiration > div > [style*="background-"] > div
{
	color: #fff;
	text-align: center;
	max-height: calc( 100% - 30px );
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY( -50% );
}
.inspiration > div > [style*="background-"] > div > *:first-child
{
	margin-top: 0;
}
.inspiration > div > [style*="background-"] > div > *:last-child
{
	margin-bottom: 0;
}

/* Lookbook Slider */
.inspiration > div > [class*="lookbookslider-"]
{
	width: auto;
	min-width: none;
	max-width: none;
	height: auto;
	min-height: none;
	max-height: none;
	margin: 0;
}
.inspiration .lookbookslider-container,
.inspiration .cycle-slideshow1,
.inspiration .cycle-slide
{
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.inspiration .cycle-slideshow1
{
	margin: 0;
}


/*
	LookBook bugfix
*/
.lookbookslider-top
{
	z-index: 0;
	position: relative;
}

.sidebar .block-category-list .block-title,
.sidebar .block-category-list .block-content,
.filter-options-title,
.filter-options-content,
.filter-options-item.active .filter-options-content
{
	background: none;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}

.sidebar .block-category-list .block-content,
.filter-options-content,
.filter-options-item.active .filter-options-content
{
    margin-top: 15px;
    padding-top: 0px;
}

.sidebar .block-category-list .block-title, .sidebar .filter-options-title
{
	font-weight: bold;
	text-transform: none;
	padding:0px;
}

.sidebar .block-category-list .block-content
{
	font-weight: normal!important;
}

.block-category-list .block-content ol li.item
{
	padding: 5px 0px;
}

.swatch-option {
	border-radius: 0px!important;
	border:none!important;
	box-shadow: none!important;

}

.filter-options-item .swatch-option,
.filter-options-item .product-options-wrapper.color {
	width: 21px;
	min-width: 21px;
}

.swatch-attribute-options .swatch-option,
.swatch-attribute-options .swatch-option.color {
	width: 14px;
	height: 14px;
}

.product-options-wrapper .swatch-attribute-options .swatch-option,
.product-options-wrapper .swatch-attribute-options .product-options-wrapper.image {
	height: 50px;
	width: 50px;
	min-width: 50px;
}


.filter-options #ln_slider_price .ui-slider-handle {
    margin-top: -3px;
    background: #d7d0ca;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.filter-options #ln_slider_price.ui-slider-horizontal {
	background: #d7d0ca;
	height:3px;
	box-shadow: none;
}

.active > .filter-options-title:after {
    content: '\f807';
}

.filter-options-title:after {
	border: none;
	color: #3e3e3d;
	font-size:25px;
	content: '\f804';
	width: auto;
	height: auto;
}

.filter-options-title:hover:after
{
	background-color: transparent!important;
	color: #000;
}

.filter-options-content {
	max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.filter-options-content::-webkit-scrollbar {
    width: 6px;
}

.filter-options-content::-webkit-scrollbar-track {
}

.filter-options-content::-webkit-scrollbar-thumb {
  background-color: #d7d0ca;
  border-radius: 3px;
}

/*.filter-options-item
{
	padding-top: 25px;
	padding-bottom:5px;
    border-top: 1px solid #ebe7e4;
}*/
.toolbar select {
    background-color: #ffffff;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    font-size: 13px;
    font-family: proxima_novaregular;
}

.block-category-list
{
	margin-bottom:14px;
}

.product-item-details button.action.primary
{
	width: 100%!important;
	font-family: proxima_novaregular;
	font-weight: 600;
	font-size: 14px;
}

.filter-options-item {
    padding: 15px 0px;
    margin:0px!important;
    border-top: 1px solid #ebe7e4;
}
.product-item .tocart {
	height:40px;
}
.filter-options-content .item input[type="checkbox"], .filter-options-content .item input[type="radio"]  {
    margin: -1px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #3e3e3d;
}
.filter-options-content .item input[type="checkbox"]:focus, .filter-options-content .item input[type="radio"]:focus {
	box-shadow: none;
}

.filter-options-content .item input[type="checkbox"]:checked:after, .filter-options-content .item input[type="radio"]:checked:after {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    display: block;
    margin-left: 2px;
    margin-top: 2px;
    color: black!important;
}
.infinite-loader .btn-load-more {
    display: none;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    padding: 11.5px 20px!important;
    line-height: 40px;
    border-radius: 0px!important;
    border: 1px solid #ccc!important;
}
.category-description.footer-text h2
{
	text-align: center!important;
	color: #3E3E3C;
}
.footer-middle h2
{
	font-size: 13px;
}
.footer-middle p
{
	line-height: 23px!important;
}
.product-item .rating-summary .rating-result:before {
	color: #8B9D93;
	content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.product-item .rating-summary .rating-result > span:before {
	color: #8B9D93;
}
.product-item .product-reviews-summary {
	background: none;
}
.product-reviews-summary, .item.product:hover .action.tocart.primary, .product-item-info:hover .action.tocart.primary
{
	display: block;
}
.product-item-info .product-reviews-summary.short{
	display:none;
}
.action.tocart.primary, .item.product:hover .product-reviews-summary
{
	display: none;
}
.product-item .product-reviews-summary {
	height: 40px;
	line-height: 40px;
}
.action.tocart.primary
{
	margin: 7px 0px;
}
body .page-header.type18 .block-search .input-text::placeholder
{
	color:#3e3e3d;
}
body .page-header.type18 .block-search .input-text {
    font-weight: 500;
 	color:#3e3e3d;
 	font-family: proxima_novaregular;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding:0px 30px;
}

.footer-social .fa-lg{
	font-size: 22px;
}

.special-price .price, .price-container .price
{
	font-size: 14px;
	color: #3e3e3d;
}

.old-price .price
{
	color: #666666;
	font-size: 13px;
	font-family: proxima_novaregular;
	text-decoration: line-through #b5121b;
}

.product-items .swatch-option {
	height: 15px!important;
	min-width:15px!important;
}

.footer-usps b
{
	font-size: 14px;
}

.post-list > [class*="col-"]
{
	padding:7.5px!important;
}
.post-list-wrapper .post-list
{
	margin-bottom: 0px;
}

.fotorama__stage__frame .fotorama__img {
    height: auto!important;
    left: 0%!important;
    max-height: 100%!important;
    max-width: 100%!important;
    position: absolute!important;
    top: 0%!important;
    -webkit-transform: translate3d(0%, 0%, 0)!important;
    -ms-transform: translate3d(0%, 0%, 0)!important;
    -o-transform: translate3d(0%, 0%, 0)!important;
    transform: translate3d(0%, 0%, 0)!important;
    transition-duration: 0.3s!important;
    transition-property: width, height, top, left!important;
    vertical-align: middle!important;
    width: auto!important;
}

.product-info-main .page-title-wrapper h1 {
	font-size: 24px;
	color: #3e3e3d;
	font-family: proxima_novaregular;
	font-weight: 300;
}

.product-info-price .price-box .price-container .price
{
	color: #3e3e3d!important;
	font-weight: 600!important;
	font-size: 24px!important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	color: #666666!important;
	font-family: proxima_novaregular!important;
	font-size: 18px!important;
	font-weight: 300!important;
	text-decoration-color: #b5121b;
	position: relative;
    top: -3px;
}

.input-text.qty, .qty.field .qty-changer > a
{
    border-radius: 0px;
}

.box-tocart .qty.field .qty-changer
{
	margin-top: -1px;
}

.fotorama__nav .fotorama__thumb-border {
    border-radius: 0px!important;
    background: none;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
.data.switch
{
	text-transform: none;
}
#totop {
	right: 0px!important;
	bottom: 10px!important;
	background: #8b9d93!important;
	border-radius: 0px!important;
}
.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item.orbitvu-active {
	filter: none!important;
    border-bottom: 2px solid #8b9d93!important;
}
.page-title::after, .title::after {
	bottom:0px;
}
h1.page-title::after, h2.title::after, h3.title::after {
	bottom:-15px!important;
	border-bottom: 2px solid #8b9e92;
	z-index: 2;
}
.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after, .page-header .switcher .options .action.toggle.active:after {
	margin-top:4px;
}
.read-more-intro h2
{
 	color: #3E3E3C;
	margin-bottom: 5px;
}
.read-more-intro p
{
	line-height: 23px;
}
.post-holder .post-header {
	text-align: center;
}
.post-holder .post-header .postCategory
{
	text-transform: uppercase;
    color: #8c9e93;
    font-size: 14px;
    font-weight: 200;
}
.post-holder .post-header h1
{
	margin-bottom: 20px;
}
.post-holder .post-header a
{
	color:#3E3E3C;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.post-holder
{
	border-bottom: 0px;
}
.page-header .switcher .options ul.dropdown
{
	border-radius: 0px;
}
.product-reviews-summary.empty .reviews-actions:before
{
	color:#8B9D93!important;
}
.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
	border-radius: 0px!important;
}
.action.primary {
	font-family: 'proxima_novabold';
	border-radius: 0px!important;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .03em;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]
{
	border-radius:0px;
	font-family: 'proxima_novaregular';
}
.minicart-wrapper .action.showcart .counter-number {
	font-family: 'proxima_novabold';
}
.footer_table tr td
{
	padding: 0px 1px;
}

.hotspot .product-info {
	background:#FFF;
	border-radius: 0px;
}

.hotspot .product-info a {
    color: #8B9D93;
    font-family: 'proxima_novaregular', sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.hotspot .product-info .price {
    color: #444;
    padding-top: 8px;
    font-family: 'proxima_novasemibold', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.catalog-product-view .box-tocart .fieldset .action.primary.tocart
{
	display: block;
	margin:0px;
}

.catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 0px!important;
    width: calc( 100% - 83px);
}

#amasty_search h2.title
{
	font-family: 'proxima_novabold';
	font-size: 22px;
	letter-spacing: 0.25px;
	text-transform: none;
}

.winkel-store-view button
{
    border: none;
    border-radius: 0px;
    background: #8b9d93;
    font-family: 'proxima_novabold';
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
}
.winkel-store-view button a
{
	color: #FFF;
}
.winkel-store-view button:hover a
{
	text-decoration: none;
}
.sticky-product {
    position: fixed;
}
.product-tabs-container {
	position: inherit!important;
}
body .action.tocart.primary {
	display: inherit;
	margin: auto;
}

.product-items .action.tocart.primary {
	visibility: hidden;
	margin: 7px 0px;
}

.product-items .product-item-info:hover .action.tocart.primary
{
	visibility: visible;
}

.rating-summary .rating-result > span:before, .review-control-vote label:before
{
	color: #8b9d93!important;
}
.rating-summary .rating-result:before
{
	content: '\f845' '\f845' '\f845' '\f845' '\f845';
	color:#8b9d93;
}

 body .product-reviews-summary.empty .reviews-actions:before
 {
	content: '\f845' '\f845' '\f845' '\f845' '\f845';
	color:#8b9d93;
	font-size: 16px;
}

.block .box .box-title, .block .box .box-actions {
	border-radius: 0px;
}

body .account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 30px;
    border: 0px;
    margin: 0px;
}

.message.info>*:first-child:before
{
	content:'';
	width: 0px;
	height: 0px;
}

.message.info {
    margin: 0 0 9px;
    padding: 0px;
    display: block;
    font-size: 1.3rem;
    background: none;
    color: #777;
    position: relative;
}

body .account-nav .nav > li > strong
{
	padding: 0px 15px;
}

.search_radius
{
	width: 415px;
	margin:auto;
	display: flex;
}
.search_radius #current-address
{
	width: 300px;
	float:left;
}
.search_radius .pulldownradius
{
	width: 115px;
	float: left;
}
.search_radius .amlocator_input, .search_radius .input-box {
	margin-top: 0px;
}
.amlocator_input button
{
	border: none;
    border-radius: 0px !important;
    background: #8b9d93!important;
    color: #fff;
    font-family: 'proxima_novabold';
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
    height: 40px!important;
    padding: 0 30px!important;
}

body .breadcrumbs strong
{
    padding: 1px 0;
}
#store_count_message
{
    text-align: center;
    margin-top: 40px;
}

body .products-grid .product-item .product-item-inner, body .products-grid .product-item-details .product-item-actions
{
	display: none;
}

.catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter
{
    float: right!important;
}

.product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before
{
	content: url(../images/heart.png);
	float:left;
}

body .product-addto-links .action.towishlist, body .action.towishlist
{
	border:none;
	display: block;
	width: 100%;
}
body .product-addto-links .action.towishlist span
{
    display: block;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.25px;
    color: #3E3E3C;
    text-transform: none;
    margin-left: 30px;
}
body .product-addto-links .action.towishlist:hover span, .purchase a
{
	text-decoration: underline;
}
.product_usps
{
	background-color: #f4f2f1;
	padding:20px 30px;
	margin-top: 30px;
}

.product_usps ul>li
{
	margin:7px 0;
	padding:auto;
	list-style-type:none;
}

.product_usps ul
{
	margin:auto;
	padding:0px;
}

.product_usps ul>li::before
{
	content:'\f82b';
    font-family: 'porto-icons';
    color: #8B9D93;
    margin-right: 10px;
}

.sticky-image .default_image
{
	max-width: 50px;
	max-height: 50px;
}

.footer-text .read-more-intro p:first-of-type
{
	color:#3E3E3C;
}

body .footer-middle a {
    color: #3E3E3C;
}

.amlocator-index-index .page-main {
    padding-top: 0px;
}

body .amlocator_store_list h6
{
	margin-bottom: 5px;
}

body .hotspot .product-info .desc, body .hotspot .price-as-configured, body .hotspot .price-box
{
	padding:0px;
	margin:0px;
}

.porto-icon-check:before {
	content: '\f82b';
    font-family: 'porto-icons';
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {

	.page-layout-2columns-left .sidebar-main {
		position: fixed;
		z-index: 9009;
	}
	.am-porto-cmtb .page-wrapper>.page-header {
		z-index: unset;
	}

	.subsite-nav .menu-container a {
		padding:5px;
		display:block;
		padding-left:15px;
	}

	.sw-megamenu.navigation .submenu.level0.opened img {
		display:none;
	}

	.sw-megamenu.navigation .submenu.level0.opened .menu-top-block {
		margin-left:-15px;
	}

	.sw-megamenu.navigation .submenu.level0.opened a:before {
		content: '\f801';
		display: inline;
		font-family: 'porto-icons';
		margin-right: 10px;
		font-size: 16px;
		vertical-align: top;
		color: #aaa;
	}

	.filter.active .filter-subtitle {
		text-transform:unset !important;
		font-weight:bold !important;
		font-family: unset !important;
		font-size:13.5px !important;
	}

	.sw-megamenu.navigation li.level0.fullwidth .menu-top-block, .sw-megamenu.navigation li.level0.staticwidth .menu-top-block, .sw-megamenu.navigation li.level0.fullwidth .menu-right-block, .sw-megamenu.navigation li.level0.staticwidth .menu-right-block, .sw-megamenu.navigation li.level0.fullwidth .menu-left-block, .sw-megamenu.navigation li.level0.staticwidth .menu-left-block, .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block, .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
		display: block;
	}

	.filter.active .filter-title {
		background-color: #8b9d93 !important;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-top {
		display:block;
	}

	.subsite-nav .menu-container {
		margin-top:10px;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-btn {
		text-transform:unset;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
		padding-top:5px;
		padding-bottom:5px;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
		margin:0px;
		margin-right: 10px;
	}

	.subsite-nav .menu-container span img {
		display:none;
	}

	.nav-sections .header.links li.link.wishlist {
		border:unset !important;
	}

	body .page-header.type18 .navigation .level0:nth-child(4) > .level-top span {
		color: #777777 !important;
	}

	.subsite-nav .menu-container a:before {
		content: '\f801';
		display: inline;
		font-family: 'porto-icons';
		margin-right: 10px;
		font-size: 16px;
		vertical-align: top;
		color: #aaaaaa;
	}

	.nav-sections .header.links li:nth-child(3)
	{
		display: none;
	}


	#checkout-step-shipping_method .table-checkout-shipping-method tbody td:first-child
	{
    	padding-left: 15px;
    }
    body .post-holder
    {
    	margin-left: 0px;
    }
	.header.content .minicart-wrapper span
	{
		display: none;
	}
	.header.content .minicart-wrapper .block-minicart span
	{
		display: unset;
	}
	body .page-header.type18 .logo
	{
	    height: auto;
	    margin: 5px 0px;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0%);
	}
	body .page-header.type18 .minicart-wrapper .action.showcart::before
	{
	    content: '';
	    background: url(../images/shoppingbag.png) top left / contain no-repeat transparent;
	    width: 22px;
	    height: 22px;
	    margin: 8px -15px 0 0;
	}
	.nav-toggle:before
	{
	    font-size: 21px;
	    position: relative;
	    top: -5px;
	}
	.header_top_usps li:not(:first-child)
	{
	   	display: none;
	}​
	.page-header .header.panel
	{
		padding: 0px;
	}
	.greet.welcome
	{
		display: none;
	}
	.navigation .level0>.level-top
	{
		text-transform: none;
	}

	.footer-usps .hidden-xs
	{
		width: 0px;
	}
	body .footer-usps .usp_block-footer
	{
		width: 33%;
	    text-align: center;
 	   	padding: 5px;
	}
	body .footer-usps .usp_block-footer img, body .footer-usps .usp_block-footer div
	{
		float:none!important;
	}
	body .footer-usps .usp_block-footer img
	{
		margin-bottom: 5px;
	}
	#mc_embed_signup input.email {
    	margin-right: 0px!important;
    }
    .footer_bottom-links{
    	display: block;
    }
   	.block-search .label {
	    margin-right: 5px;
	}
	.search_radius
	{
		display: block;
		width: 100%;
	}
	.search_radius #current-address
	{
	    width: 100%;
	    float:none;
	}
	body .search_radius .pulldownradius {
	    width: auto;
	    float: unset;
	    margin-top: 15px;
	}
	body .amlocator_store_list {
		height: auto;
	}
	.footer-middle .row div
	{
		margin-bottom: 15px;
	}
	.locator_details
	{
		margin-top:30px;
	}
	.winkel-store-view .locator_details button
	{
	    width: 100%;
	    margin: 20px 0px;
	}
	body .locator_map #storemap
	{
		min-height: 300px;
	}
	body .toolbar .limiter
	{
		display: none!important;
	}
	body .shipping .title
	{
		margin-top: 0px!important;
		border-top: 0px!important;
	}
	body .product-items .action.tocart.primary
	{
		display: block;
	}
	.section_content-magazine .row > div
	{
		margin-bottom: 20px;
	}

	.minicart-items-wrapper {
	    height: auto!important;
	}

	.cart.item .product-item-details
	{
		padding: 0px;
	}
	.cart.table-wrapper .product-item-name
	{
		margin-top: 0px;
	}
	.cart.table-wrapper .col
	{
		text-align: left!important;
		margin-top: 15px;
	}

	.amlocator-index-index #maincontent .page.messages
	{
		margin-top: 0px;
	}

	.cart.table-wrapper .actions-toolbar>.action-edit, .cart.table-wrapper .actions-toolbar>.action-delete
	{
		position: relative;
	}
	.cart.table-wrapper .actions-toolbar
	{
		text-align: center;
	}
	body header.page-header .nav-sections-item-title
	{
		padding: 10px 0px;
		height: auto
	}
	header.page-header .nav-sections-item-content
	{
		margin-top: 45px;
	}

	body .toolbar-products .pages .page, body .toolbar-products .pages .next, body .toolbar-products .pages .previous
	{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	body .products.wrapper ~ .toolbar .pages, body .toolbar-products {
		float: unset;
	}

	.products-grid.wishlist .product-item .fieldset .field.qty {
		display:block !important;
	}

	.product-item-actions {
		float:right;
	}

	.product-item .product-item-info {
		border-bottom:unset;
	}

	.products-grid.wishlist .product-item .box-tocart {
		margin-bottom:0px;
	}

	.opc-estimated-wrapper .estimated-block .estimated-price {
		color: #8b9d93;
	}

	.opc-wrapper .step-title {
		padding-left: 10px;
   		padding-bottom: 10px;
	}
	.actions-toolbar>.primary:last-child, .actions-toolbar>.secondary:last-child {
		width:80%;
	}

}

.footer-middle h4
{
	font-size:13px;
	margin: 0px;
    margin-bottom: 5px;
}

.footer-middle button a
{
	font-family: 'proxima_novasemibold';
    font-size: 14px;
    color: #3e3e3d;
    top: -2px;
    position: relative;
}

.footer-middle button img
{
    max-height: 25px;
    position: relative;
    top: 5px;
}

.header_top_usps
{
	list-style-type:none;
	padding: 0px;
	margin:0px;
}
.header_top_usps li
{
	margin:0px;
	list-style-type:none;
	float: left;
	margin-right: 15px;
}

.footer-usps .hidden-xs{
	float: left;
	width: 12.5%;
}
.footer-usps .usp_block-footer
{
	float: left;
	width: 25%;
	text-align:
	left; padding: 30px 0;
}

.toolbar .limiter, .toolbar .toolbar-sorter
{
	float: right;
}
.toolbar-products
{
    float: left;
    position: relative;
    z-index: 1;
}
.section_content-gifts h2.title
{
	margin-bottom: 50px;
}
body .toolbar-products .sorter
{
	margin-right: 0px;
}

.filter-options-item input[type="radio"]
{
    margin: 0px 10px 0px 0px;
    height: 20px;
    -webkit-appearance: none;
    width: 20px;
    border: 1px solid #3e3e3d;
    position: relative;
}
body .filter-options-item span.label, body .sidebar > .block.filter .item .count
{
    color: #3e3e3d;
    font-size: 14px;
    margin-left: 0px;
}

.filter-options-content form[data-amshopby-filter="attr_category_ids"] .item input[type="checkbox"],
.filter-options-content form[data-amshopby-filter="attr_category_ids"] .item input[type="radio"]
{
	display: none;
}

.filter-options .am-labels-folding .item a.amshopby-filter-parent
{
	padding-left: 0px;
}
.swatch-option-link-layered .swatch-option:first-of-type
{
	margin-left:0px;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
    padding: 0;
    /* margin-top: -5px; */
    margin-left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d7d0ca;
}
.ui-slider-horizontal {
    height: 3px;
    background: #f1efef;
}
.amshopby-slider-container .ui-slider-range {
    height: 3px;
    background: #dadada;
}
body .am-filter-go
{
    background-color: #8B9D93;
    color: #FFFFFF;
    border: #dadada;
    font-family: proxima_novaregular;
    font-weight: 600;
    font-size: 14px;
	line-height: 40px;
    height: 40px;
}

body  .sidebar > .block.filter ol li.item
{
	padding:0 30px 0 17px;
	margin:9px 0;
}


.toolbar-products .pages .page, .toolbar-products .pages .next, .toolbar-products .pages .previous
{
	width: 40px;
    height: 40px;
    line-height: 40px;
}

.filter-options .items .items-children.-folding {
	padding-left:0px;
}

.amfaq-search .am-input {
    padding-right: 30px;
    font-weight: 500;
    color: #3e3e3d;
    font-family: proxima_novaregular;
    font-size: 13px;
    letter-spacing: 0.5px;
    height:50px;
   	padding-left:20px;
}

.amfaq-search .am-input::placeholder
{
	color: #3e3e3d;
}

body .amfaq-search .am-button {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px;
}

body .am-widget-center
{
	width: 100%!important;
}

.cart-summary
{
	border-radius: 0px;
}

body .block-minicart .block-content>.actions>.primary .action.primary, body .block-minicart .block-content>.actions>.secondary .action.viewcart, body button:not(.primary), body button, body a.action.primary
{
    font-family: 'proxima_novabold';
    font-size: 13px!important;
    text-transform: none;
}

.section_content-hardlopers .product-item-info
{
	padding:15px !important;
}
.page.messages
{
	margin-top: 15px;
}

.field-tooltip.toggle .label {
	display:none;
}
/*.products-grid .product-item */
/*{*/
	/*width: 100%;*/
/*}*/

body .am-links a, a.view-all
{
	font-size: 13px;
	font-family: 'proxima_novaregular';
}
.amfaq_categories .item.title {
    background: #f0f0f0;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0px;
    text-transform: none;
    font-family: 'proxima_novabold';
    text-align: left;
}

.amfaq_categories .item:first-child
{
	border-radius: 0px;
}

.amfaq_categories
{
	border-radius: 0px;
}

.post-nextprev-hld .next-link
{
	float: right;
}
.fb_iframe_widget_lift
{
	width: 100%!important;
}
body .post-comments
{
	margin-top: 30px;
}

.cycle-slideshow1 .hotspot img
{
    max-width: 40px;
    max-height: 40px;
}
body .am-widget-category .amfaq_questions .am-title
{
	font-family: 'proxima_novabold', sans-serif;
	font-size: 13px;
    color: #3E3E3C;
}
.amfaq_questions .am-item .am-content p {
    margin-bottom: 5px;
}
h1.page-title
{
    font-size: 21px;
    font-family: 'proxima_novabold', sans-serif;
}
.faq-question-view .page-title-wrapper h1
{
	margin-bottom: 15px;
}
table.marginorpadding-0>tbody>tr>td
{
	margin:0px;
	padding: 0px;
}

.l-content a.banner-image:hover span.button {
    background-color: #73847a;
}

.l-content a.banner-image:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1080px) {
	.l-banner-col-4 .l-col
	{
		width: calc( 50% - 20px)!important;
	}
}

@media only screen and (max-width: 767px)
{

	.l-banner-col-4 .l-col,
	.l-banner-col-3-121 .l-col,
	.l-banner-col-3-121 .l-col:first-of-type,
	.l-banner-col-3-121 .l-col:last-of-type,
	.l-banner-col-2-31 .l-col:first-of-type,
	.l-banner-col-2-31 .l-col:last-of-type,
	.l-banner-col-2-13 .l-col:first-of-type,
	.l-banner-col-2-13 .l-col:last-of-type,
	.l-banner-col-2 .l-col:first-of-type,
	.l-banner-col-2 .l-col:last-of-type,
	.l-type-full
	{
		width: 100%!important;
	}

	.l-type-full
	{
	    width: 100%;
	    height: 300px;
	    margin:10px;
		background-position: center center;
	    background-size: cover;
	}

	.l-col
	{
		float: left;
		height: 300px;
		background-position: center center;
	    background-size: cover;
	    margin:10px;
	}

	.l-img
	{
		width: 100%;
		display: block;
		height: 300px;
		background-position: center center;
	    background-size: cover;
	}
	.l-container {
	    width: 100%;
		margin: 0px 15px;
	}
	.banner.row
	{
		width: 100%;
		margin:auto!important;
	}

	.l-content .banner-image
	{
		text-align: center;
		color:#FFF;
	}

	.l-content .banner-image h3
	{
		font-family: 'strike_oneregular';
		font-size: 32px;
		margin-top: 0px;
	}

	.l-content .banner-image p
	{
		font-size: 14px;
		margin-bottom: 0px;
	}

	.l-content .banner-image span
	{
		display: block;
		height: 100%;
	}

	.l-content .banner-image span.button {
	    background-color: #8c9e93;
	    font-size: 13px;
	    padding: 0px 15px;
	    line-height: 40px;
	    border-radius: 0px;
	    margin-top: 30px;
	    display: inline-block;
	}

	.l-content .banner-image span.button::before
	{
		content: '\f801';
		font-family: 'porto-icons';
		margin-right: 15px;
	}
	.content_banner
	{
	    top: 50%;
	    position: relative;
	    transform: translateY(-50%);
	}
	.l-container,
	.l-content,
	.banner-image
	{
		height: 100%;
		display: block;
	}
	.l-col .banner-image
	{
	    background-position: center center;
	    background-size: cover;
	    display: block;
	    height: 100%;
	    width: 100%;
	}
	.l-one-col
	{
	    width: 100%;
	    margin: 10px 25px;
	    height: 300px;
		background-position: center center;
		background-size: cover;
		margin-right: 5px;
	}
	.l-one-col .l-container,
	.l-one-col .l-content,
	.l-one-col .banner-image
	{
		height: 100%;
		display: block;
	}
}

.sidebar .product-items .product-item-name a {
	white-space: unset !important;
}
.sidebar .product-items .product-item-name {
	width:90%;
}

.block-reorder .product-item .field.item {
	float:left;
}

.actions-toolbar>.primary:last-child, .actions-toolbar>.secondary:last-child {
	width:50%;
}

.fieldset>.legend {
	margin: 20px 0px 20px !important;
	text-transform: none;
}
.opc-wrapper .shipping-address-item.selected-item {
	border-color: #8b9d93 !important;
	margin-top: 15px;
}

.opc-wrapper .shipping-address-item.selected-item:after {
	background: #8b9d93 !important;
}

body.page-print .page-header.type18 .minicart-wrapper {
	top: 100px;
    position: absolute;
    right: 15px;
}

body.page-print .page-header.type18.sticky-header .nav-sections .navigation .minicart-wrapper {
    margin-top: 4px;
    top: -20px;
}

/** Extra website storeview */
.action.primary {
	background: #8b9d93;
	border-color: #8b9d93;
}

body button.action.primary:hover {
    background-color: #6F7D75;
    border-color: #6F7D75;
}
a:hover {
    color: #6F7D75;
}

a, .page-header a, .page-header .panel.header .header.links > li > a, .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before, .owl-theme .owl-controls .owl-nav [class*=owl-], .recent-posts .post-date .day, .minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart:active:before, .minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart.active:hover:before, .sorter-action:before, .pages a.page, .pages a.page, .sorter-action:hover:before, .product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price, .product-info-main .product-info-price .price-wrapper .price, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover, .minicart-items .action.edit:before, .minicart-items .action.delete:before, .page-main > .page-title-wrapper .page-title, .cart.table-wrapper .product-item-name > a, .cart.table-wrapper .product-item-name > a:hover, .cart.table-wrapper .col.subtotal .price, .cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before, .cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before, .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong, .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before, .authentication-wrapper button.action-auth-toggle, .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before, .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .opc-progress-bar-item._complete > span, .checkout-payment-method .payment-option-title .action-toggle, .checkout-payment-method .payment-option-title .action-toggle:after, .opc-block-shipping-information .shipping-information-title .action-edit:before, .opc-block-shipping-information .shipping-information-title .action-edit:hover:before, .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong, .block-collapsible-nav .item a:hover, .block-collapsible-nav .item a:active, .block-collapsible-nav .item a:focus, .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^="sales-guest-"] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .fieldset > .legend, p .alternative-font, .entry-content h3, .history h4, .nav-toggle:before, .block-search .label:before, .nav-toggle:hover:before, .block-search .label:hover:before, .fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr, .page-header.type5 .search-area > a, .page-header.type5 .search-area > a:hover, .page-header.type5 .minicart-wrapper .action.showcart:before, .page-header.type5 .minicart-wrapper .action.showcart.active:before, .page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty, .page-header.type5 .block-search .action.search:before, .block-search .action.search:before, .filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch, .page-header.type7 .minicart-wrapper .action.showcart .counter.qty, .qty.field .qty-changer > a:hover, .post-holder .post-date .day, .widget.block-recent-posts ul li a, .post-list .post-content .post-read-more, .post-header .post-title a, a:visited, .alink:visited, a:active, .alink:active, .block-category-event > div.event-desc, .block-category-event .event-ticker .dates > div > span.desc, #ln_slider_price .ui-slider-handle, .table.grouped .price-box .price, .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .payment-method-billing-address .action-cancel, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .minicart-items .product-item-name a {
    color: #8B9D93;
}

.opc-block-summary .items-in-cart>.title:after, .abs-toggling-title:after, .abs-cart-block>.title:after, .abs-discount-block .block>.title:after, .cart-summary .block>.title:after, .paypal-review-discount .block>.title:after, .cart-discount .block>.title:after {
	top: 35px !important;
}

.footer-middle, .footer-middle p {
    color: #3E3E3C;
}

.footer-middle a:hover {
    color: #3E3E3C;
}

.account .page-main .page-title-wrapper .order-date {
	float:right !important;
}

.page-header.type18 .navigation li.level0.fullwidth .submenu li.level1 > a, .page-header.type18 .navigation li.level0.staticwidth .submenu li.level1 > a {
	color: #3e3e3d !important;
	}

	body .ui-menu-item.level1.parent > a {
		padding: 11px 0px!important;
		margin-top: 14px !important;
	}
	.product-item-name {
		font-size: 13px;
		color:#3e3e3d;
	}

	.products-grid.wishlist .product-item-info .product-item-inner {
		display: block;
	}

	.products-grid.wishlist .product-item-info .product-item-inner .actions-primary button {
		display:block;
	}

	.products-grid.wishlist .product-item .fieldset .field.qty {
		float: left;
		padding-top:8px;
	}

	body .page-header.type18 .navigation .level0:nth-child(4) > .level-top-click span {
		color:#8a2726;
	}

	#rma_comment .box .box-content {
		padding: 0px !important;
  	 	border: none;
		background-color: unset;
		margin-top: 15px;
	}

	#rma_comment .box .note-list li {
		list-style:none
	}

	#rma_comment .box .box-content {
		min-height: 65px;
	}

	#rma_comment .box .note-list {
		padding-top:15px;
	}

	.order-details-items .items-qty .title:after {
		display:none;
	}

	.order-details-items .actions-toolbar .secondary {
		text-align:left;
	}

	.order-details-items .table-order-items .product-item-name {
		padding-left:20px;
	}

	.footer-bottom .logo {
		max-width:100%;
	}

	.block-order-details-view .box-content .payment-method .title {
		text-align:left;
		text-transform:unset;
		margin:0px !important;
		font-size:13px;
	}

	.sidebar .product-items-names .product-item {
		margin-bottom: 0px;
	}

	.order-links .item a {
		color: #434344;
	}

	.product_item .left-side {
		font-weight:bold;
		text-align:left;
		margin:0px;
		font-size:13px;
	}

	.block-order-details-view .box .box-content {
		border-radius:0px;
	}

	@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
		#mc_embed_signup .clear {
			width:100%;
		}
		#mc_embed_signup .button {
			width: 98%;
			margin-top: 5px !important;
			float: left;
		}
	}

				@media only screen and (min-device-width : 768px) and (max-device-width : 1050px) and (orientation : portrait) {
					.page-layout-2columns-left .sidebar-main {
						width: 30% !important;
					}

					.page-layout-2columns-left .column.main {
						width: 70% !important;
					}

					#mc_embed_signup .button {
						width: 98% !important;
						float: left;
					}

					.cart-summary, .cart-container .form-cart {
						width:100% !important;
					}
					.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
						width:25% !important;
					}
					.page-layout-2columns-left .sidebar-additional {
						padding-right:0% !important;
					}

					.account .data.table .col.actions {
						white-space: unset !important;
					}

					#my-orders-table tr td:last-child a {
						right: 57.5%;
						border-top: 0px;
						margin-top: -45px;
						position: absolute;
					}
				}

				@media only screen and (min-device-width : 768px)  and (max-device-width : 1050px) and (orientation : landscape) {
					#mc_embed_signup .clear {
						width:98%;
						margin-top:5px;
					}
					#mc_embed_signup .button {
						width:100%;
					}

					.account .data.table .col.actions {
						white-space: unset !important;
					}
				}

				/* Custom media query for tablet */
				@media (min-width: 768px) and (max-width: 1024px)
				{
					.account.page-layout-2columns-left .column.main {
						width: 77.7% !important;
					}

					.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
						width: 22.3% !important;
					}

					.page-layout-2columns-left .sidebar-additional {
						padding-right: 0% !important;
					}

					#mc_embed_signup .clear {
						width:100%;
					}
					#mc_embed_signup .button {
						width: 97%;
						margin-top: 5px !important;
						float: left;
					}

					.block-reorder .product-item .field.item {
						width: 20px;
					}

					.sidebar .product-items .product-item-name {
						width: 85%;
					}

					.table-checkout-shipping-method tbody td:first-child {
						margin-left: 15px !important;
					}

					li.opc-progress-bar-item._active {
						float:left !important;
					}

					.authentication-wrapper {
						margin-left: 0px !important;
					}

					/* ipad search */

					#search_mini_form {
						width: 255px !important
					}
					body .page-header.type18:not( .sticky-header ) .nav-sections .navigation > ul {
						padding-right: 200px !important;
					}
				}

	.read-more-anchor:hover {
		color:black;
	}

	#mc_embed_signup .button:hover, .amlocator_input button:hover {
		cursor: pointer;
		background-color: #6F7D75 !important;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-btn {
		padding: 0px 46px !important;
	}

	.amgdprcookie-main-wrapper .amgdprcookie-btn, .amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label {
		background: #8b9d93 !important;
	}

	.page-layout-1column.page-with-filter .column.main {
		padding-top:10px;
	}

	.page-layout-1column.page-with-filter .column.main .ambanners {
		margin-bottom:25px;
	}

	.order-details-items .items-qty .item {
		text-align: center;
	}

	#layer-product-list #amasty-shopby-product-list .block {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	#layer-product-list #amasty-shopby-product-list .block .title {
		text-align:left !important;
	}

	#layer-product-list #amasty-shopby-product-list .products.wrapper {
		float:left;
	}

	.contact_info .vcard-adr, .contact_info .vcard-tel, .contact_info .vcard-email {
		font-weight:normal !important;
		margin-bottom: 0px !important;
	}

	.contact_info .vcard-email, .contact_info .vcard-tel {
		display:inline-block;
	}

	.contact_info .street-address, .contact_info .country-name {
		display:block;
	}

	.contact_info .company-name {
		display:none;
	}

	@media print {
		.product {
			min-height:100px;
		}
	}

.sw-megamenu.navigation li.ui-menu-item.level0 > .open-children-toggle
{
	width: 100%;
}

.block.upsell .title {
	background: none;
}

.block.upsell>.block-title.title:after {
	bottom: -15px !important;
	border-bottom: 2px solid #8b9e92;
	z-index: 2;
}

.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active
{
	background-color: #8b9e92;
}

.checkout-index-index .opc-wrapper .step-title .title-number,
.checkout-index-index #iosc-summary .step-title .title-number {
    display: none;
}

.checkout-index-index .opc-wrapper .step-title {
    padding-left: 0;
}

.checkout-index-index .checkout-payment-method .step-title {
    border-bottom: 0;
}

.checkout-index-index .field.street .input-text {
    margin-bottom: 5px;
}

.checkout-index-index .field.street .input-text:focus {
    box-shadow: unset;
}

.checkout-index-index .select {
    border-radius: 0;
    padding: 9px;
    height: unset;
}

.table-checkout-shipping-method .row {
    margin-left: 0;
    margin-right: 0;
}

.checkout-index-index #iosc-summary .opc-block-summary {
    border-radius: 0;
}

.checkout-index-index #iosc-summary .step-title {
    padding-bottom: 9px;
    color: #777777;
    font-weight: 300;
    font-size: 2.2rem;
    margin: 0;
    padding-left: 0;
    text-transform: none;
    font-family: 'proxima_novaregular', sans-serif;
}

.checkout-index-index #iosc-summary .product-image-container {
    display: none;
}

.checkout-index-index #iosc-summary .product-item-details {
    padding-left: 0;
}

.checkout-index-index #iosc-summary .product-item {
    padding: 0;
}

.checkout-index-index #iosc-summary .product-item-details .product-item-name-block {
    display: block;
}

.checkout-index-index #iosc-summary .product-item-details .qtybuttons {
    display: flex;
}
.checkout-index-index #iosc-summary .product-item-details .qtybuttons .delete {
    order: 3;
}

.checkout-index-index #iosc-summary .product-item-details .qtybuttons .add::before {
    color: #8b9d93;
    opacity: 0.5;
}

.checkout-index-index #iosc-summary .product-item-details .qtybuttons .add:hover::before {
    opacity: 1;
}

.checkout-index-index .checkout-agreement input,
.checkout-index-index .checkout-agreement .label {
    float:none;
    display: inline-block;
}

.checkout-index-index .checkout-agreement .label button {
    color: #8b9d93;
}

.checkout-index-index .iosc-place-order-container .iosc-place-order-button {
    width: 100%;
    height: unset;
    border: 0;
    box-shadow: unset;
    background: #8b9d93;
}

.checkout-index-index .iosc-place-order-container .action.primary.iosc-place-order-button:hover,
.checkout-index-index .iosc-place-order-container .action.primary.iosc-place-order-button:focus {
    background: #8b9d93;
    opacity: 0.9;
    width: 100%;
    height: unset;
    border: 0;
    box-shadow: unset;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .checkout-index-index .opc-wrapper,
    .checkout-index-index #iosc-summary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .checkout-index-index .opc-wrapper {
        margin-top: 50px;
    }
}

.checkout-index-index .page-header .action.nav-toggle {
    display: none;
}

.checkout-index-index .control .input-text.euvat-vatid {
    width: 100%;
}

.checkout-index-index .field.field-vatid.euvat-address-vatid {
    margin-right: 8px;
}

.modal-popup {
    z-index: 9999;
}

#opc-shipping_method #parcel_shop_list {
    width: 100%;
    float: none;
}

#opc-shipping_method #parcel_shop_list li {
    width: 100%;
}

#opc-shipping_method #map_container .search-shipping-address {
    left: 10px;
    height: auto;
    width: 91%;
}

#opc-shipping_method #map_container .search-shipping-address .container {
    display: flex;
    width: auto;
}

#opc-shipping_method #map_canvas {
    width: 100%;
    float: none;
    margin-top: 10px;
}

.orbitvu-lightbox-button.orbitvu-lightbox-button-close, .orbitvu-lightbox-button.orbitvu-lightbox-button-next, .orbitvu-lightbox-button.orbitvu-lightbox-button-prev {
	background-color: unset;
}

.orbitvu-lightbox-button.orbitvu-lightbox-button-close {
	width: 30px;
	padding: unset;
	margin-right: 2%;
	height: 30px;
}

.orbitvu-lightbox-button.orbitvu-lightbox-button-prev, .orbitvu-lightbox-button.orbitvu-lightbox-button-next{
	height: 60px;
	width: 48px;
}

.orbitvu-lightbox-button.orbitvu-lightbox-button-next{
	margin-right: 2%;
}

.am-porto-cmtb.orbitvu-overflow-hidden .page-wrapper > .page-header {
	z-index: 5;
}

@media (min-width: 1000px) {
    .checkout-index-index .opc-wrapper #shipping {
        min-height: 1200px;
    }
}
