/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.row .col:first-child .col-inner {
    margin-left: 0;
    margin-right: 0;
}

div.woocommerce a{
	color: #000;
}

/********************** GFORM FORMULIER ***********************/

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 10px 15px !important;
	margin: 0;
}

#gform input,
#gform select,
textarea{
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}
input:not([type=submit]):not([type=checkbox]) {
	width:100%!important;
}
					/*kleine velden*/
input[type=text],input[type=tel] {
    border: none !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: #f2f2f2 !important;
    line-height: 24px !important;
}

input[type=text]::placeholder ,input[type=tel]::placeholder, textarea::placeholder{
	color: #000!important;
}
					/*selectie kleine velden*/
input[type=text]:focus,input[type=tel]:focus {
    border: 1px solid #ff9213 !important;
	box-shadow: none !important;
}
					/*bericht*/
textarea {
    border: none;
    border-radius: 0px!important;
    border: none !important;
    background-color: #f2f2f2 !important;
    margin-top: 7px !important;
}

input#gform_submit_button_1{
	background-color: #ffffff;
	border: 3px solid #000;
	color: #000;
}

.gform_legacy_markup_wrapper .gform_footer{
	padding: 0;
	margin: 0!important;
}
					/*selectie bericht*/
 textarea:focus {
    border: 1px solid #ff9213 !important;
	box-shadow: none !important;
}

body .gform_legacy_markup_wrapper ul li.gfield{
	margin-bottom:0;
}

#gf_1.gform_footer.top_label{
	text-align: right;
}
.col-contactopties a, input#gform_submit_button_2{
	background-color:transparent;
	padding:0!important;
	color: #ff9213!important;
	border: none;
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: 600;
}

.col-contactopties a:hover, input#gform_submit_button_2:hover{
	background-color:transparent;
	box-shadow: none;
	padding:0!important;
	color: #000!important;
	border: none;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
	box-shadow: none;
}
/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 15px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 12px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/************ Algemeen ***********/

.button{
	padding: 0px 30px;
}
.woocommerce-breadcrumb.breadcrumbs{
	font-family: 'Teko';
}

/* Fonts */
body h1, body .h1,
body h2, body .h2,
.woocommerce-breadcrumb.breadcrumbs,
.searchandfilter h4{
	text-transform: uppercase;
}

body h1, body .h1{
	font-size: 6.3em;
    line-height: 0.9em;
}

body h2, body .h2,
.woocommerce-breadcrumb.breadcrumbs{
	font-size: 3.8em;
    line-height: 0.9em;
}

body h3, body .h3,
.searchandfilter h4{
	font-size: 1.7em;
    line-height: 1em;
}


/* Buttons */
.btn-og-outline{
	border: 4px solid #000;
	background-color: transparent!important;
	color: #000;
	font-weight: 800;
	transition: background-color 0.2s, color 0.2s;
}
.btn-og-outline:hover{
	box-shadow: none!important;
	background-color: #000!important;
	color: #fff;
}

.btn-og-outline-white{
	border: 4px solid #fff;
	background-color: transparent!important;
	color: #fff;
	font-weight: 800;
	transition: background-color 0.2s, color 0.2s;
}
.btn-og-outline-white:hover{
	box-shadow: none!important;
	background-color: #fff!important;
	color: #000!important;
}

@media only screen and (max-width: 1260px){
	/* Fonts */
	body h1, body .h1{
		font-size: 5.3em;
	}
}
@media only screen and (max-width: 1050px){
	/* Fonts */
	body h1, body .h1{
		font-size: 4.3em;
	}
}
@media only screen and (max-width: 850px){
/* tablet */
	body h1, body .h1{
		font-size: 3.3em;
	}
	body h2, body.h2, .woocommerce-breadcrumb.breadcrumbs {
		font-size: 2.9em;
	}
}
@media only screen and (max-width: 550px){
/* mobiel */	
	body h1, body .h1{
	 font-size: 2.8em;
	}
	
	body h2, body .h2{
		font-size: 2.5em
	}
}



/*************** menu ******************/

/* desktop menu */
#header #logo img{
	max-height: 160px;
}

body.woocommerce-page .content-area{
	margin-top: 100px!important;
}

span.image-icon.header-cart-icon img{
	max-height: 26px;
}

/* cart-icon-after */
span.header-cart-icon[data-icon-label]:after{
	background-color: #FF9213!important;
}

.mfp-content.off-canvas-cart{
	background-color: #fff;
}

.cart-popup-title.text-center h4{
	font-size: 30px;
}

ul.product_list_widget li .quantity{
	opacity: 1;
}

div#cart-popup ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a{
	color: #000;
	font-family: 'teko';
	font-size: 1.5em;
	line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

div#cart-popup ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a.remove{
	color: #FF9213;
	border: none;
	padding:0;
	width: 13px;
    height: 0px;
    font-size: 25px !important;
}

div#cart-popup ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item dl.variation{
	font-family: 'roboto';
	font-size: 14px;
	text-transform: capitalize;
	opacity: 1;
}

.off-canvas .off-canvas-cart{
	width: 385px!important;
}

.widget_shopping_cart p.total{
	border:none;
	text-align: left;
}
.widget_shopping_cart a.button.wc-forward{
	color: #000;
}

.button.wc-forward:not(.checkout):not(.checkout-button){
	background-color: #f2f2f2!important;
	border:none;
}

a.button.checkout.wc-forward{
	background-color: #FF9213!important;
}

/* positionering menu columns */
#header .flex-col.hide-for-medium.flex-left.flex-grow{
	display:none;
}

#header .flex-col.hide-for-medium.flex-right{
	width: 100%;
}

/* search form */
#header .button.secondary:not(.is-outline){
	background-color: #3B3B3B!important;
	padding: 4px 10px 4px 0px;
}

.searchform .button.icon i{
	font-size: 24px!important;
	margin-top:3px;
}

#header .search-form {
    width: 240px!important;
}

#header input[type='search']{
	border: none;
	color: #fff;
	background-color: #3B3B3B;
	padding: 21px 18px;
}

.section-menu-usp .row .col .col-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-menu-usp .row .col .col-inner .icon-box{
	width: fit-content;
}

.section-menu-usp .icon-box-text{
	padding-left: 8px!important;
	font-size: 15px;
	margin-top:3px;
}

@media only screen and (max-width: 1200px){
	.section-menu-usp, div#top-bar{ display: none!important;}
}

#header #top-bar .flex-row{
	display: block!important;
}

/* max mega menu */
ul#mega-menu-primary li.mega-menu-item ul.mega-sub-menu{
	min-width: 900px!important;
}

ul#mega-menu-primary li.mega-menu-row{
	padding: 25px!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item{
	Color: #000!important;
	text-transform: unset;
}

@media only screen and (max-width: 850px){
	#header #logo img{
		max-height: 100px;
}
}
/* footer */

.absolute-footer.dark.medium-text-center.small-text-center{
	display:none;
}


/************** HOME ****************/

/* Banner */

.section-hp-banner{
 	min-height: 68vh	
}
.section-hp-banner h1{
	margin-bottom: 0!important;
}

/* Topmerken */

.section-hp-topmerken{
	min-height: 15vh;
}

.section-hp-topmerken .col-merk-img{
	padding-bottom:0;
}

.section-hp-topmerken .col-merk-img img{
	height: 50px;
	object-fit:contain;
}

@media only screen and (max-width: 800px){
	.section-hp-topmerken .col-merk-img img{
		height: 30px;
	}
}

/************* Best sellers **************/


/* Dots */

.slider-nav-outside .flickity-page-dots, .row-slider .flickity-page-dots{
	bottom: -30px;
}

.flickity-page-dots .dot.is-selected{
	background-color: #FF9213;
}
.flickity-page-dots .dot{
	background-color: #000;
	opacity: 1!important;
}

.flickity-page-dots{
	left:0!important;
}

/* Arrows */
.flickity-prev-next-button{
	opacity:1;
}

.flickity-prev-next-button{
	margin-top:-2%;
}

.flickity-prev-next-button svg{
	background-color: #FF9213;
	fill: #fff;
	color: #fff;
}

.slider:hover .flickity-prev-next-button{
	opacity: 1;
}

.slider .flickity-prev-next-button:hover .arrow{
	fill: #fff!important;
}

/* Slider */

.row-slider.slider-nav-simple.slider-nav-outside{
	max-width: 100%;
}

.col-product-slider-150{
 	left: 170px!important;
}

.flickity-prev-next-button svg{
	top: 67%;
}

.slider-nav-outside .flickity-prev-next-button.next{
	left: 79.7%;
}

@media only screen and (max-width:1800px){
	.flickity-slider .product-small.col{
		max-width: 350px;
		flex-basis: 350px;
	}
}

@media only screen and (max-width:850px){
	.col-product-slider-150{
		left: 70px!important;
	}
	
	.col-product-slider-150 .is-divider{
		display:none;
	}
}

@media only screen and (max-width:650px){
	.col-product-slider-150{
		left: 30px!important;
	}
	
	.row-slider .flickity-prev-next-button{
		width: 35px!important;
		opacity: 1;
	}
	
	.row-slider .flickity-prev-next-button svg{
		padding: 5px;
	}
	
	.flickity-page-dots{
		left: 20%!important;
	}
	
	.flickity-prev-next-button svg{
		top: 0;
	}
}

/* Producten */

.row-slider .product-small.col{
	padding: 0px 20px 35px 20px;
}
.product-small .box-text{
	padding:0!important;
}

.product-small .product-content{
	background-color: #000;
	color: #fff;
	padding: 28px 30px 25px 30px;
}

/* prijs */
.product-content-price{
	position: absolute;
    right: -14px;
    top: -27px;
    background-color: #FF9213;
    padding: 1px 14px;
    font-size: 25px;
    font-weight: 800;
	display:flex;
	align-items: baseline;
}

/* onsale */
.product-content-regular-price.strike-onsale{
	margin-right: 7px;
	text-decoration: line-through;
	opacity: 0.4;
	font-size:20px;
}

.single-product-content-regular-price.strike-onsale{
	margin-right: 7px;
	text-decoration: line-through;
	opacity: 0.6;
	font-size:24px;
}

.single-product-content-price{
    font-size: 38px;
    font-weight: 800;
	display:flex;
	align-items: baseline;
	color:#FF9213;
	margin-bottom:20px;
}

.badge-container.absolute.left.top{
	display: none;
}

/* titel */
.product-content-title h3{
	color: #fff;
	line-height: 1em!important;
}

.product-content-title h3 a{
	line-height: 1em!important;
	margin-bottom: 0!important;
	font-size: 0.9em;
}

/* merk */

.product-content-review-wrapper{
	display: inline-flex;
	flex-direction: row;
}

.brand-info-link-container {
	margin-bottom:10px;
}
.brand-info-link-container a{
	color:#000!important
}

/* stars */

span.custom-star-rating{
	height: 16px;
	margin-top:2px;
	background-repeat: no-repeat;
	background-size: contain;
}
span.custom-star-rating.value-5{
	background-image: url('/wp-content/uploads/2021/12/5-stars.svg');
	width: 105px;
}
span.custom-star-rating.value-4{
	background-image: url('/wp-content/uploads/2021/12/4-stars.svg');
	width: 85px;
}

span.custom-star-rating.value-3{
	background-image: url('/wp-content/uploads/2021/12/3-stars.svg');
	width: 65px;
}

@media only screen and (max-width: 1150px){
	.product-content-review-wrapper{
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 850px){
	.archive .col.large-9{
		max-width: 100%!important;
    	flex-basis: 100%!important;
	}
}

@media only screen and (max-width: 550px){
	.archive .product-content-price{
		font-size: 19px;
		top: -20px;
		padding: 1px 10px;
		right: -5px;
	}
	
	.archive .product-small .product-content{
		padding: 28px 14px 20px 14px;
	}
	
	.archive .product-small{
		padding: 5px!important;
	}
}

/* Alles wat je nodig hebt banner */

 .section-bg-loop-outgear{
/* 	padding-top:100px!important; */
	padding-bottom:150px!important;
} 

/* .col-text-max-width-left{
	min-width: 1300px;
	margin: auto;
} */

.col-text-max-width-left .col-inner{
	margin-left:0;
	margin-right: 0!important;
	margin: auto!important;
}

.col-outgear-loop-img{
	position: absolute;
	right: 0;
}

.col-outgear-loop-img img{
	max-width: 900px;
    object-fit: cover;
    min-height: 427px;
}

.section-bg-loop-outgear .bg.section-bg.fill.bg-fill.bg-loaded{
	background-image: url('/wp-content/uploads/2022/01/outgear-patroon.svg');
    max-width: 50%;
    left: 50%;
}

/* korting banner */
 .section-bg-loop-outgear-left{
/* 	padding-top:100px!important; */
	padding-bottom:150px!important;
} 

 .section-bg-loop-outgear-left.contact{
/* 	padding-top:100px!important; */
	padding-bottom:50px!important;
} 

.col-text-max-width-right{
	max-width: 100%;
    flex-basis: 100%;
}

.col-text-max-width-right .col-inner{
	margin-right: 0!important;
	margin-left: auto!important;
}


.col-outgear-loop-img-left{
	position: absolute;
	left: 0;
}

.col-outgear-loop-img-left img{
	max-width: 900px;
}

.section-bg-loop-outgear-left .bg.section-bg.fill.bg-fill.bg-loaded{
	background-image: url('/wp-content/uploads/2022/01/outgear-patroon.svg');
    max-width: 50%;
    position: absolute;
    overflow: hidden;
}

@media only screen and (max-width: 1050px){
	.page-id-287 .col-outgear-loop-img-left{
		display: none;
	}
	.page-id-287 .section-bg-loop-outgear-left .bg.section-bg.fill.bg-fill.bg-loaded{
		background-image: none;
	}
	
	.page-id-287 .col-text-max-width-right .col-inner{
		margin-right: unset;
		margin:auto!important;
	}
}

@media only screen and (max-width:850px){
	.col-outgear-loop-img{
		position: unset;
		right: unset;
		margin-top:40px;
	}
	
	.col-outgear-loop-img-left{
		position: unset;
		left: unset;
		margin-bottom: 50px;
		margin-top:30px;
/* 		max-width: 90%;
		margin: 0 auto 50px auto; */
	}
	
	.section-bg-loop-outgear-left .bg.section-bg.fill.bg-fill.bg-loaded{
		max-height: 50%;
		max-width: unset;
    	left: unset;
	}
	.section-bg-loop-outgear-left{
		padding-bottom: 50px!important;
	}
	.col-text-max-width-right .col-inner{
		max-width: fit-contact;
		margin: auto!important;
		
	}
	
	.section-bg-loop-outgear .bg.section-bg.fill.bg-fill.bg-loaded{
		max-width: unset;
    	left: unset;
		max-height: 50%;
		top: 50%;
	}
	
	.page-id-287 .col-text-max-width-right{
		padding: 0px 25px!important;
	}
	
}


@media only screen and (max-width:550px){
	.col-text-max-width-left .col-inner{
		padding: 0px 25px 0px 25px!important;
	}
	
	body:not(.page-id-287) .col-text-max-width-right .col-inner{
		padding: 50px 25px 0px 25px!important;
	}
}

/* Product categorieen */
.product-category .box.box-category{
		display: flex;
		flex-direction: row-reverse;
}

.product-category .col-inner{
		background-color: #f2f2f2;
}

.product-category .box.box-category:hover .box-image{
	transform: scale(1.1);
}

.product-category .box.box-category .btn-cat-box{
	color: #FF9213;
	text-decoration: underline;
	font-weight: 600;
}

.product-category .box.box-category .btn-cat-box span:after{
	content:'';
	background-image: url('/wp-content/uploads/2021/12/icon-arrow.svg');
	background-repeat: no-repeat;
	width: 18px;
	height:18px;
	position: absolute;
	margin-left: 7px;
	transition: margin-left 300ms;
	margin-top: 2px;
}
.product-category .box.box-category:hover .btn-cat-box span:after{
	margin-left: 14px;
}

/* .product-category .box.box-category .box-image img{
	height: 200px;
	width: 200px;
} */

.product-category .box.box-category .box-text.text-center{
	text-align: left;
	padding: 40px 15px 40px 40px;
}

.product-category .box.box-category .box-text h5.uppercase.header-title{
	font-size: 27px;
	line-height: 0.9em;
}


.product-category.col{
	height: 230px;
}

.product-category .box.box-category{
	margin-bottom: 80px;
}

.product-category .box.box-category .box-image{
	min-height: 180px;
	min-width: 180px;
	margin: -45px 20px 0px 0px;
}
	

@media only screen and (max-width: 1320px){
	.product-category.col{
		max-width: 50%;
    	flex-basis: 50%;
	}
	
	.product-category .box.box-category .box-text.text-center{
		padding: 0!important;
		align-self: center;
	}
	
	.product-category .box.box-category{
		margin-bottom: 0;
	}
	
	.product-category .col-inner{
		padding: 25px 30px;
	}
}


@media only screen and (max-width: 1000px){
	
	.product-category .box.box-category .box-image{
		min-height: 160px;
		min-width: 160px;
		margin: -45px 00px 0px 0px;
	}
}

@media only screen and (max-width: 800px){
	
	.product-category .box.box-category .box-image{
		min-height: 100px;
		min-width: 100px;
		margin: -45px 00px 0px 0px;
	}
}


@media only screen and (max-width: 690px){
	.product-category.col{
		max-width: 80%;
    	flex-basis: 80%;
		margin: auto;
	}
	
	.product-category .box.box-category .box-image{
		min-height: 180px;
		min-width: 180px;
		margin: -45px 0px 0px 0px;
	}
}

@media only screen and (max-width: 570px){
	.product-category.col{
		max-width: 100%;
    	flex-basis: 100%;
	}

}

@media only screen and (max-width: 400px){
	.product-category .box.box-category{
		display: flex;
    	flex-direction: column;
	}
	
	.product-category.col{
		height: unset;
	}
	
	.product-category .box.box-category .box-image{
		margin: -70px 0px 15px 0px;
	}
	
	.product-category.col .col-inner{
		margin-top:30px;
	}

}


/* GLOBALS */

/* Nieuwsbrief en contact */
.section-global-contactopties .col-contactopties .col-inner{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.section-global-contactopties .col-contactopties .col-inner .icon-box{
	width:50%;
}

@media only screen and (min-width: 650px){
	.section-global-contactopties .col-contactopties .col-inner .icon-box:nth-child(1){
		margin-bottom: 50px;
	}
}


.section-global-contactopties .col-contactopties .col-inner .icon-box .icon svg{
	padding-top:0!important;
	margin-top:-5px;
}

.section-global-contactopties .col-contactopties .col-inner .icon-box .icon-box-text h3{
	margin-bottom: 0;
}

.section-global-contactopties .col-contactopties .col-inner .icon-box .icon-box-text p{
	margin-bottom: 15px;
}

@media only screen and (max-width: 650px){
	
	.col-text-mob .col-inner{
		padding: 0 25px 0 25px;
	}
	
	.section-global-contactopties .col-contactopties .col-inner{
		display:unset;
	}

	.section-global-contactopties .col-contactopties .col-inner .icon-box{
		width:280px;
		margin: auto;
	} 
}

/* Extra Informatie Pagina */

.col-text-auto .col-inner, .col-text-auto{
	margin: 0 auto!important;
}

.img-max-600 img{
	max-height:600px;
	object-fit: cover;
}

@media only screen and (max-width: 850px){
	.section-ei-keurmerk{
		padding-top: 0!important;
	}
	.section-ei-keurmerk .img-inner.dark{
		margin-right: 0!important;
		margin-bottom: 100px!important;
	}
	
	.section-ei-bezorgen{
		padding-bottom: 0!important;
	}
	.section-ei-bezorgen .col:first-child{
		padding-bottom: 80px!important;
	}
}



@media only screen and (max-width: 1150px){
	.section-ei-dark .row{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* WOOCOMMERCE PAGES */

.archive .shop-page-title.category-page-title.page-title{
	padding-top: 100px;
}

.archive .shop-page-title.category-page-title.page-title, .archive main#main{
	background-color: #f2f2f2;
}

.archive .products.has-equal-box-heights .box-image{
	padding-top:100%!important;
}

/* tot 1200px */
.archive .col.large-3.hide-for-medium {
	max-width: 19%;
    flex-basis: 19%;
}

.archive .col.large-9{
	max-width: 81%;
    flex-basis: 81%;
}

.archive .product-title, .archive .price-wrapper{
	display:none;
}

.archive .product-small{
	padding: 0px 9.8px 29.6px;
}

.archive nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, .archive nav.woocommerce-breadcrumb.breadcrumbs.uppercase .divider, .shop-page-title.category-page-title.page-title .flex-col.medium-text-center p, .shop-page-title.category-page-title.page-title .flex-col.medium-text-center form{
	display:none;
	
}

/* Search Form */

form.searchandfilter input[type='checkbox']{
	margin-right: 0;
    font-size: 0;
}

.searchandfilter ul li li{
	margin-left:0!important;
}

.searchandfilter ul li{
	margin-left: 0!important;
}

/* price slider */

.searchandfilter .meta-slider{
	height: 5px;
}

.searchandfilter .noUi-handle{
	background: #000;
	border-radius: 0!important;
	box-shadow: 0!important;
	border: none;
}

.searchandfilter .noUi-horizontal .noUi-handle{
	top: -10px!important;
}

.searchandfilter .noUi-handle:before, .searchandfilter .noUi-handle:after{
	display:none;
}

/*********** single products **************/
/* breadcrumbs */
.single-product .woocommerce-breadcrumb.breadcrumbs{
	font-size: 0.9em;
	color: #000;
	opacity: 1;
	font-family: 'Roboto';
	text-transform: capitalize;
}

.single-product .woocommerce-breadcrumb.breadcrumbs a, .single-product .woocommerce-breadcrumb.breadcrumbs .divider {
	color: #000;
	opacity: 1;
}

.col-sp-gallery .col-inner .row.row-small{
	display: flex;
	flex-direction: row-reverse;
}

.col-sp-gallery{
	border-right: 5px solid #f2f2f2;
}

.product-thumbnails .is-nav-selected a img{
	border: none!important;
	box-shadow: none!important;
	transform: translateY(0);
}
/* summary */
.brand-info-link-container a{
	text-decoration: underline;
	text-transform: uppercase;
	color: #000;
	transition: color 200ms;
	will-change: color;
}

.brand-info-link-container a:hover{
	text-decoration: underline;
	text-transform: uppercase;
	color: #FF9213!important;
}

.product-content-brand .brand-info-link-container a{
	color: #fff!important;
	text-transform: unset!important;
	transition: color 200ms;
	will-change: color;
	
}
.product-content-brand .brand-info-link-container a:hover{
	color: #fff!important;
	text-transform: unset!important;
	color: #FF9213!important;
}

.product-title-container{
	width:75%
}
.product-title-container h1{
	font-size: 3em;
	line-height: 0.9em;
	color: #000;
	margin-bottom:0;
}

p.price.product-page-price span.woocommerce-Price-currencySymbol, .woocommerce-message.message-wrapper{
	display:none;
}

p.price.product-page-price span.woocommerce-Price-amount.amount{
	color: #FF9213;
	font-size: 3.1em;
}

button.single_add_to_cart_button.button.alt:before {
    content: '+';
    margin-right: 7px;
}

/* swatches */
table.variations td.label{
	font-size: 19px!important;
}

span.woo-selected-variation-item-name{
	display:none!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius: 0!important;
	border: 4px solid #000;
	box-shadow: none;
	color: #000;
	padding:0!important;
	font-weight: 600;
}

.variable-item:not(.radio-variable-item){
	height: 36px!important;
	width: 36px!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
	box-shadow:none;
	background-color: #000;
	color: #fff;
}

.woocommerce-variation-price{
	border:none;
	padding:0;
}

.variations .reset_variations{
	display:none!important;
}

/* quantity based discount */
.quantity-button-wrapper{
	display:flex;
}
.add_quantity_to_cart{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 20px;
    background-color: #f2f2f2!important;
	margin-bottom: 0!important;
}

.add_quantity_to_cart: hover{
	box-shadow: 0px 0px
}

.add_quantity_to_cart span{
	line-height: 1.2em;
}

span.dicount-text{
	font-size:14px;
	margin: auto!important;
}

.single_add_to_cart_button{
	background-color: #FF9213!important;
	opacity: 1!important;;
}

.single-product form{
	margin-bottom: 0!important;
}
/* payment logos */
.single-product .icon-box-text{
	font-size: 14px;
	margin-top:3px;
}
.img-icon-payment .col-inner{
	Display:flex;
	flex-direction: row;
}

.img-icon-payment .col-inner .img.has-hover{
	width: fit-content!important;
	margin-right: 20px;
}

.img-icon-payment .col-inner img{
	max-height: 35px;
	max-width:50px;
}

.img-icon-payment.pay-footer .col-inner{
	justify-content: center;
	align-items: center;
}

.img-icon-payment.pay-footer .col-inner .img.has-hover{
	margin-left: 30px;
	margin-right: 0!important;
}


/* product accordion */

.product-page-accordian .accordion .accordion-item{
	width: 100%;
}

.accordion-inner.start-display{
	display: none!important;
}
.single-product .accordion .accordion-item .accordion-title.plain button.toggle,
h2.yikes-custom-woo-tab-title{
	display:none;
}

.single-product .accordion .accordion-item{
	margin-top:10px
}

.single-product .accordion .accordion-item .accordion-title.plain{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items:center;
	border:none;
	background-color: #f2f2f2;
	color: #000;
	font-weight: 600;
	padding: 10px 30px;
}
.single-product .accordion .accordion-item .accordion-title.plain:after{
	content: '+';
	font-size: 30px;
	line-height: normal;
	font-weight: unset;
}

.single-product.accordion .accordion-item .accordion-inner{
	padding: 10px 30px;
}

/* active */
.single-product .accordion .accordion-item .accordion-title.active{
	border-top:none;
	color: #000;
	background-color: transparent;
}

.single-product .accordion .accordion-item .accordion-title.plain.active:after{
	content: '_'!important;
}

/* accordion reviews */

.accordion-inner #reviews{
	display: flex;
	flex-direction: column-reverse;
}

.accordion-inner #reviews #comments, .accordion-inner #reviews #review_form_wrapper{
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


/* mobile */

@media only screen and (max-width: 1000px){
	.product-page-accordian .accordion .accordion-item{
		width: 100%;
	}
	
	.product-page-accordian .accordion{
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	
	}
	
	.product-page-accordian .accordion .accordion-item .accordion-title.plain{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 850px){
	.col-sp-gallery, .single-product-infometa{
		border:none;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.single-product img.wp-post-image.skip-lazy{
		height:370px;
		object-fit:contain;
	}
	
}

/* reviews */

.glsr-wrapper{
	display: flex;
    gap: 50px!important;
    padding: 0 0 25px 25px;
	overflow-x: scroll;
    overflow-y: hidden;
}

.glsr-wrapper::-webkit-scrollbar-thumb{
	background: #FF9219!important;
}

.glsr-wrapper::-webkit-scrollbar {
  	height: 7px;
}

.glsr-wrapper::-webkit-scrollbar-track {
  background: transparent!important; 
}

.glsr-review{
	display: flex!important;
    justify-content: top!important;
    flex-direction: column!important;
    min-width: 20%!important;
    background-color: #f2f2f2;
    padding: 35px;
}

.glsr-review .author{
	font-family: 'teko';
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 0.9em;
	display:flex;
	flex-direction: column;
}

.glsr-review .product-title-link a{
	color: #000;
	transition: color 200ms;
}

.glsr-review .product-title-link a:hover, .star-container .star-rating:before, .star-rating span:before{
	color: #FF9226!important;;
}

.glsr-review .comment{
	margin-top:15px;
	margin-bottom:15px;
	height: 120px;
}

.glsr-review .star-container{
	display:flex;
	flex-direction: row;
}

.glsr-review .star-container .star-rating{
	margin-top:0;
	margin-bottom:0;
	font-size: 20px;
	margin-right: 10px;
	
}

.section.review-bg-loop{
	padding-top:0;
}

.review-bg-loop .bg.section-bg.fill.bg-fill.bg-loaded{
	max-height:60%;
	top: 40%;
}

@media only screen and (max-width: 1200px){
	.glsr-review{
		width: 33%!important;
	}
}

@media only screen and (max-width: 930px){
	.glsr-wrapper{
		gap: 25px!important;
	}
	.glsr-review{
		width: 47%!important;
	}
}

@media only screen and (max-width: 650px){
	.glsr-review{
		min-width: 80%!important;
	}
}

@media only screen and (max-width: 1800px){
	.divider-overlap-fix{
		display:none;
	}
}