/*
	text: #666;
	hover: #333;

	button: #f5821f;
	hover: #f06d00;
*/

@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

body
{
    font-size: 15px;
    line-height: 28px;
    font-weight: 200;
    letter-spacing: 0.1px;
	color: #666;
	font-family: 'Nunito', sans-serif;
}
a {
  -o-transition:color .1s ease-out, background 0.1s ease-in;
  -ms-transition:color .1s ease-out, background 0.1s ease-in;
  -moz-transition:color .1s ease-out, background 0.1s ease-in;
  -webkit-transition:color .1s ease-out, background 0.1s ease-in;
  transition:color .1s ease-out, background 0.1s ease-in;
}

.block-content a[href]
{
	text-decoration: none;
}
#maincontent img
{
	height: auto;
}



/* plaatje van title weg */
body .block .block-title,
body .productlist-widget:not(.products-v3).productlist-widget:not(.products-v7) ul.etabs li:first-child
{
	padding-left: 0;
}
body .block .block-title::before,
body .productlist-widget:not(.products-v3).productlist-widget:not(.products-v7) ul.etabs li:first-child::before
{
	content: none;
	display: none;
}

/* kleuren buttons */
body .btn-primary
{
    color: #fff;
    background: #f5821f;
    text-transform: none;
    line-height: 35px;
    padding: 2.5px 20px;
    border-radius: 3px!important;
    border: 1px solid #f5821f;
    font-size: 15px;
    letter-spacing: 0.25px;
    font-weight: 400!important;
    text-shadow: none;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus,
body .action.primary:hover,
body .action.primary:active,
body .action.primary:focus,
.actions-toolbar .primary a.action:hover
{
	background: #f06d00;
	color: #FFF;
	border: 1px solid #f5821f;
}
body .product-info-main .box-tocart .action.tocart:hover,
body .bundle-options-container .box-tocart .action.tocart:hover,
body .product-add-form .box-tocart .action.tocart:hover
{
	color: #fff !important;
	background: #4f9c04 !important;
	border-color: #f06d00 !important;
}

.page-header #ves-header .page-topbar {
	min-height: 40px;
	padding: 0px;
}
/* dubbele "container" fix */

#maincontent:not( .page-main-fluid ) .container
{
	padding-left: unset;
	padding-right: unset;
	margin: unset;
	width: unset;
	max-width: unset;
}
.block.related .block-title *, .page-main > .page-title-wrapper .page-title {
    font-size: 18px!important;
    letter-spacing: 0.25px!important;
    font-weight: 500!important;
    color: #000;
}

/* reset border radius diverse elementen */
body .btn,
body .page-wrapper input[type="text"],
body .page-wrapper input[type="password"],
body .page-wrapper input[type="url"],
body .page-wrapper input[type="tel"],
body .page-wrapper input[type="search"],
body .page-wrapper input[type="number"],
body .page-wrapper input[type="datetime"],
body .page-wrapper input[type="email"]
{
	border-radius: 3px;
}
body .action.primary,
body .product-block .actions-primary .add-to-cart,
body .product-block .product-image .product-item-actions .actions-secondary
{
	border-radius: 3px !important;
}

body .block.newsletter .field .control input
{
	border-radius: 3px;
}
body .block.newsletter .action.subscribe
{
	border-radius: 0 3px 3px 0;
}

/* header menu */
.page-header .header-content
{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* leaderboard */
.leaderboard .block
{
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 30px 0;
}
.leaderboard .row
{
	margin: 0 -5px;
}
.leaderboard [class*="col-"]
{
	padding: 0 5px;
}
.leaderboard__primary,
.leaderboard__secondary
{
	border-radius: 4px;
	background: none center center / cover no-repeat transparent;
	color: #fff !important;
	display: block;
}
.leaderboard__primary
{
	height: 200px;
}
.leaderboard__primary > div
{
	padding: 1px 30px;
	position: relative;
	top: 50%;
	transform: translateY( -50% );
}

/* filters bij categorie */
body .sidebar .block.filter .filter-options .filter-options-content li > a input[type="radio"]
{
	display: none;
}

/* categories widget */
body .widget-categories .block-content
{
	padding-bottom: 0;
}
body .widget-categories .categories-row.first
{
	margin-top: 0;
}
body .widget-categories .categories-row > *
{
	margin-top: 20px;
}
body .widget-categories li
{
	margin: 0 0 5px 0;
}
body .widget-categories ul + a
{
	font-weight: bold;
}

/* usp op home */
body .home-usp .block
{
	background: #f5821f;
	color: #fff;
	padding: 40px 30px 40px 70px;
}
body .home-usp .block h4
{
	margin: 20px 0 5px 0;
	position: relative;
    font-size: 18px;
    letter-spacing: 0.25px;
    font-weight: 500;
}
body .home-usp .block h4:first-child
{
	margin-top: 0;
}
body .home-usp .block h4::before
{
	content: '✓';
	display: block;
	position: absolute;
	top: 0;
	left: -35px;
}
body .home-usp .block p
{
	margin: 5px 0 20px 0;
    color:#FFF;
}
body .home-usp .block p:last-child
{
	margin-bottom: 0;
}

/* brands slider */
.brand-widget.block
{
	overflow: visible;
}
.brand-widget.block .brandowl-play
{
	padding-top: 60px;
	position: relative;
}
.brand-widget.block .owl-left,
.brand-widget.block .owl-right
{
	font-family: FontAwesome;
	font-size: 24px;
	color: #a8a8a8;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;

	text-align: center;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
}
.brand-widget.block .owl-left
{
	left: -40px;
}
.brand-widget.block .owl-right
{
	right: -40px;
}
.brand-widget.block .owl-left::before,
.brand-widget.block .owl-right::before
{
	display: block;
	width: 100%;
	height: 100%;
}
.brand-widget.block .owl-left::before
{
	content: "\f104";
}
.brand-widget.block .owl-right::before
{
	content: "\f105";
}
#maincontent .brand-widget.block .brand-image img
{
	max-height: 50px;
}

/* categorie */
body .products .category-usp
{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    margin-top: -1px;
    padding: 40px 0;
    position: relative;
    color: #f5821f;
    z-index: 10;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}
body .products .category-usp.desktop
{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}
body .products .category-usp p
{
	margin: 0 10px;
	display: inline-block;
}


/* producten */
.fotorama__caption {
	display: none;
}
body .product-block .product-image,
body .product-block .product-image .product-image-container
{
	display: block;
}
body .product-block .product-item-info .product-item-name a
{
	font-size: 16px;
	font-weight: 700;
	color: #f5821f;
	hyphens: none;
}

body .product-block .product-image .product-item-actions .actions-secondary > a > span
{
	display: none;
}
body .product-block .actions-primary .add-to-cart
{
	padding: 0 10px;
	height: 40px;
}
body .product-block .actions-primary .add-to-cart span + .fa,
body .product-block .actions-primary .add-to-cart .fa + span
{
	margin-left: 10px;
}
body .product-block .description
{
	display: block;
}

#maincontent .product-info-main .brand-image
{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
#maincontent .product-info-main .brand-image img
{
    height: auto;
    max-width: 75px;
}
#maincontent .product-info-main .price-box
{
	margin-bottom: 0px;
}

.product.info.detailed
{
	padding-top: 0;
	overflow: unset;
}
.product.info.detailed .product.items
{
	background: #fff;
	border-bottom: 1px solid #eaeaea;;
}
@media screen and (min-width: 768px) {
	.product.info.detailed .product.items
	{
		position: sticky;
		top: 0;
	}
}
.product.info.detailed .product.items > .title
{
	padding: 25px 30px 10px 0;
}
.product.info.detailed .product.items > .title > .switch
{
	line-height: 30px;
	padding: 0;
}

.product.info.detailed .item.content > input
{
	display: none;
}
.product.info.detailed .item.content > div
{
	max-height: 250px;
	overflow: hidden;
	position: relative;
}
.product.info.detailed .item.content > div::after
{
	background: linear-gradient(to top, #fff, rgba( 255,255,255, 0 ) );
	content: '';
	display: block;
	height: 100px;
	max-height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.product.info.detailed .item.content > input:checked ~ div
{
	max-height: unset;
}
.product.info.detailed .item.content > input:checked ~ div::after
{
	content: none;
	display: none;
}
.product.info.detailed .item.content > label
{
	cursor: pointer;
	padding-right: 15px;
	margin-top: 10px;
	position: relative;
}
.product.info.detailed .item.content > label .show-content::after,
.product.info.detailed .item.content > label .hide-content::after
{
	border: 4px solid transparent;
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
}
.product.info.detailed .item.content > label .show-content::after
{
	border-top-color: #999;
	margin-top: -1px;
}
.product.info.detailed .item.content > label .hide-content::after
{
	border-bottom-color: #999;
	margin-top: -6px;
}
.product.info.detailed .item.content > label .hide-content,
.product.info.detailed .item.content > input:checked ~ label .show-content
{
	display: none;
}
.product.info.detailed .item.content > input:checked ~ label .hide-content
{
	display: block;
}

.product.info.detailed .product.content h4
{
	font-size: 16px;
	margin: 30px 0 20px 0;
}
.product.info.detailed .product.content dl::after
{
	content: '';
	display: block;
	clear: both;
}

.product.info.detailed .product.content dt,
.product.info.detailed .product.content dd
{
	font-weight: normal;
	display: block;
	padding: 7px 10px;
	margin: 0;
	float: left;
}
.product.info.detailed .product.content dt
{
	width: 50%;
	clear: left;
}
.product.info.detailed .product.content dd
{
	width: 50%;
}
.product.info.detailed .product.content dt:nth-child( 4n - 3 ),
.product.info.detailed .product.content dd:nth-child( 4n - 2 )
{
	background: #f3f3f3;
}
.product.info.detailed .product.content dd .fa-check
{
	color: #00b500;
}
.product.info.detailed .product.content dd .fa-times
{
	color: #999;
}

.page-header .logo img {
    max-height: 30px;
}
.cms-index-index .page-header
{
	background: #f9f9f9;
}

.page-header .call-us, .header-links-wrapper {
    font-size: 15px;
    margin-top: 0px;
    line-height: 39px;
}
.header-links-wrapper{
	margin-top:-12px!important;
}
.page-header .header-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-header .header-links li
{
	margin:0px 5px;
}
.page-header .call-us ul > li:first-child {
	padding-right: 12px;
}
.page-wrapper .block-search input {
	text-transform: none!important;
	}
input#search::placeholder, input#newsletter::placeholder
{
	text-transform: none!important;
	font-weight: 200;
	font-size: 13px;
}
input#newsletter
{
	padding: 0 20px!important;
    position: static !important;
    text-transform: none;
    font-size: 15px;
}
#algolia-searchbox .algolia-search-input:focus, input#newsletter:focus {
	background-color: #FFF!important;
	text-transform: none!important;
	border: 1px solid #eaeaea!important;
}
.page-header #ves-header {
	box-shadow: none;
}
.page-header #ves-header .page-topbar {
	border-bottom: 1px solid #dedede;
	box-shadow: none;
}

.leaderboard__secondary
{
	display: flex;
    justify-content: left;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0px 1px 15px rgba(0,0,0,0.2);
    letter-spacing: 0.25px;
}
.leaderboard__primary .btn-primary
{
	box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}
.leaderboard__primary h2
{
	text-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}
.block .block-title *, .productlist-widget:not(.products-v3).productlist-widget:not(.products-v7) ul.etabs li a {
    font-size: 18px!important;
    letter-spacing: 0.25px!important;
    font-weight: 600!important;
	font-family: 'Nunito', sans-serif!important;
}
.categories-row h4 a
{
	letter-spacing: 0.25px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.categories-row ul li a
{
    line-height: 18px;
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #333;
    font-weight: 300;
}
.block {
	box-shadow: 0px 1px 15px rgba(0,0,0,0.04);
	border-radius: 3px;
}
.block-static-block.widget p, .block .block-content p, .tmls-testimonial p, .post-summary, body .label, .category-description p
{
    font-weight: 200!important;
    letter-spacing: 0.25px;
    font-size: 14px!important;
    color: #777;
    line-height: 24px;
}
.product-block .product-item-info:hover .product-img:before {
    background: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.blog-posts .owl-carousel .post-title a, .block.tmls-widget .tmls-item-info .tmls-title, body .product-block .product-item-info .product-item-name a, .product-block .product-item-info .product-item-name, .page-wrapper .fieldset > .legend {
	font-size: 14px!important;
    font-weight: 400!important;
    hyphens: none;
    color: #333!important;
    letter-spacing: 0.1px;
    line-height: 22px!important;
    text-transform: none!important;
}
.blog-posts .owl-carousel .post-title {
	margin-bottom:0px!important;
	border:none!important;
}
.blog-posts .owl-carousel .post-summary {
	margin-top:0px!important;
}
.tmls-name a
{
	color:#f5821f;
}
.block.newsletter .action.subscribe::before {
	color:#eaeaea!important;
}
.page-footer .nav-links {
    margin: 0;
    font-weight: 200;
    color: #777;
}
.page-footer .nav-links li a:hover {
    color: #f5821f;
    text-decoration: none;
    padding-left: 0px;
}
.page-footer .nav-links li a::before {
	content: none;
	position: relative;
}
.block.tmls-widget .tmls-item-info .tmls-name {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.sidebar .product-items .product-item-name {
    margin-right: 0;
    font-weight: 300;
    font-size: 15px;
}
.page-wrapper .toolbar .modes
{
	padding-top: 0px;
}
.page-wrapper .toolbar .modes .modes-label {
    margin-top: 5px;
}

.page-wrapper .toolbar .sorter-options, .page-wrapper .toolbar .limiter-options
{
    font-size: 12px;
    font-weight: 200;
    color: #666;
    border-radius: 0px!important;
    letter-spacing: 0.25px;
}
.page-wrapper .products.wrapper ~ .toolbar .toolbar-amount {
    font-size: 12px;
    font-weight: 300;
}

.product-info-main .page-title-wrapper .page-title {
    font-size: 18px!important;
    letter-spacing: 0.25px!important;
    font-weight: 500!important;
}
.product-info-main .price-box .price-wrapper .price {
    font-family: 'Nunito', sans-serif!important;
    color: #f5821f !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}

.product-info-main .product-info-stock-sku .stock.available:after
{
	content:none;
}
.product-info-main .product-info-stock-sku .stock.available:before
{
	font-family: "FontAwesome";
	content: "\f00c";
}
.delivery-promise:before
{
	font-family: "FontAwesome";
	content: "\f0d1";
}

.product-info-main .product-info-stock-sku .stock.available,
.product-info-main .product-info-stock-sku .stock.available:before,
.delivery-promise,
.delivery-promise:before
{
	color: #58b102;
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
	margin-top: 2px;
}
.delivery-promise {
	display: inline-block;
}

/*.amasty-label-image, .amasty-label-container
{
	max-width: 75px!important;
	max-height: 75px!important;
}*/
.product-info-main .product.overview {
	margin-bottom: 0px;
	position: relative;
    width:50%;
    float: left;
}
.product-info-main .product-options-wrapper {
	width: 50%;
    position: relative;
    float: left;

}
.product-info-main .view-specs {
	width:100% !important;
}
.product-info-main .box-tocart .action.tocart
{
	color: #fff;
    background: #58b102!important;
    text-transform: none;
    line-height: 35px;
    padding: 2.5px 20px;
    border-radius: 3px!important;
    border: none;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400!important;
    text-shadow: none;
}
.product-info-main .box-tocart .action.tocart:hover
{
	background: #f5821f!important;
}
.product-info-main .product-addto-links .add-to-wishlist
{
    text-transform: none;
    line-height: 40px;
    padding: 2.5px 20px;
    border-radius: 3px!important;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400!important;
    text-shadow: none;
    width: calc(50% - 10px);
}

.product-info-main .product-addto-links .add-to-wishlist:hover {
	background: #f2f2f2;
	color:#777!important;
	border: 1px solid #EEE;
}

@media only screen and (max-width: 650px) {
	.product-info-main .product-options-wrapper{
		width: 100%;
	}
	.product-info-main .product.overview{
		width: 100%;
		margin-bottom: 25px;
	}
}


.page-wrapper .breadcrumbs .item:not(:last-child)::after {
    line-height: 26px !important;
}

.block.upsell .block-title *
{
	font-size: 18px!important;
}
.product.info.detailed .product.data.items > .item.title > .switch
{
	font-size: 18px!important;
    letter-spacing: 0.25px!important;
    font-weight: 500!important;
    color: #000000;
    line-height: 35px;
    margin: 0;
}
.product .content h2
{
    font-size: 18px!important;
    letter-spacing: 0.25px!important;
    font-weight: 500!important;
}


.catalog-product-view .product-info-wrap.wrap-content .product-info-main .usps-block
{
	clear: both;
}

.page-wrapper .columns .checkbox
{
	margin-top: 9px;
}

.actions-toolbar .primary a.action, .actions-toolbar > .primary .action
{
	color: #fff;
    background: #f5821f;
    text-transform: none;
    line-height: 35px;
    padding: 2.5px 20px;
    border-radius: 3px!important;
    border: none;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400!important;
    text-shadow: none;
}

.actions-toolbar .primary a.action span, .actions-toolbar > .primary .action span
{
    line-height: 35px;
	font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400!important;
}
.page-header .header-links-options a {
	font-size: 15px;
}
.page-wrapper .block-search input {
	font-size: 13px!important;
}
#algolia-autocomplete-container .aa-dropdown-menu
{
	border-top: 3px solid #f5821f!important;
}
.algoliasearch-autocomplete-price
{
	color: #f5821f!important;
}
.leaderboard__primary h2
{
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
	background: #000;
    display: table;
    padding: 5px 10px;
	box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
}
.products-grid.grid .product-item, .products-grid.grid .product-items {
	display: flex;
    flex-wrap: wrap;
}
.am_shopby_link_selected::after
{
	content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 1px;
    font-size: 12px;
    top: -1px;
}
.sidebar .block.filter .filter-options .filter-options-content li > a:hover::after, .sidebar .block.filter .filter-options .filter-options-content li > a:active::after, .sidebar .block.filter .filter-options .filter-options-content li > a:focus::after
{
	content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 1px;
    font-size: 12px;
    top: -1px;
}

.algoliasearch-autocomplete-price
{
    color: #f5821f;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.algoliasearch-autocomplete-category
{
    color: #666;
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 20px;
}

.algoliasearch-autocomplete-hit .info
{
    font-size: 15px!important;
    font-weight: 400!important;
    hyphens: none;
    color: #333!important;
    letter-spacing: 0.1px;
    line-height: 22px!important;
    text-transform: none!important;
}

.other-sections .category
{
    letter-spacing: 0.5px!important;
    font-size: 15px!important;
    color: #000!important;
    font-weight: 600!important;
    text-transform: none!important;
}
#autocomplete-products-footer
{
	display: none!important;
}
.footer_algolia
{
	display: none;
}

#maincontent img.fotorama__img {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-wrapper .toolbar .sorter::after, .page-wrapper .toolbar .control::after
{
	display: none;
	content: '';
}

@media (max-width: 991px)
{
	.page-header .nav-toggle
	{
	    top: 7px;
		left: 15px;
		z-index:140;
	}
	.page-header .logo {
		z-index:139;
	}
	.page-header .logo img
	{
	    max-height: 30px;
	    position: relative;
		top: -2px;
	}
	 .page-header .header1 .search-wrapper {
		width:100%;
	}
	.page-wrapper .search-wrapper .dropdown-toggle {
		float:right;
	}
}
@media (max-width: 767px)
{
	.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions, .product-info-main .product-addto-links .add-to-wishlist
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#checkout-shipping-method-load
	{
		overflow-x:auto
	}
	.footer-links .col-xs-6
	{
		margin-top: 15px!important;
	}
	.block
	{
		width: 100%;
	}
	body .products .category-usp {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px!important;
    	padding-bottom: 30px!important;
	}
	#maincontent img
	{
		width: 100%;
	}

	#maincontent img.payment-icon,
	#maincontent .loader img
	{
		width: auto;
	}

	.products-grid.grid .product-item, .product-block .product-image
	{
		margin-top:0px;
		margin-bottom: 0px;
	}
}

@media (max-width: 768px)
{
	body .products .category-usp
	{
		border-top: none!important;
	}
}
/*@media (min-width: 768px)
{
	body .products .category-usp
	{
		border-top: 1px solid #eaeaea;
	}
}*/

.product-block .actions-primary .add-to-cart {
    background: #58b102;
    color: #FFF;
}
.product-block .actions-primary,.product-block .product-item-details .price-box
{
	float:none!important;
}
body .product-block .actions-primary .add-to-cart
{
    padding: 0 10px;
    height: 40px;
    width: 100%;
    margin: 15px 0px;
}
.newsletter label span
{
    font-weight: 200!important;
    letter-spacing: 0.25px;
    font-size: 14px!important;
    color: #777;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
}
.page-header
{
	margin-bottom: 20px!important;
}

.header_logo {
	width: 100%;
	float: left;
}
.header_logo .logo {
	float: none;
}

.amshopby-filter-tooltip {
	display: inline-block !important;
	opacity: 100 !important;
}

.usps-block
{
	background: #eeeeee;
    padding: 15px 30px;
    border-radius: 3px;
}
.usps-block ul li
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.usps-block ul li:before
{
	font-family: "FontAwesome";
    content: "\f00c";
    color: #58b102;
    font-size: 12px;
    margin-right: 20px;
}
.usps-block ul
{
	margin-bottom: 0px;
}

body .checkout-container a img
{
    max-width: 225px!important;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.compare .fa
{
	font-size: 16px;
	margin-top:2px;
	position: relative;
	top: 2px;
}

.products-related .product-item-link
{
	font-size: 13px;
}
body .action.primary
{
	text-transform: unset;
}

body .page-wrapper .block-search input
{
	padding: 0px 10px!important;
}


.compare_counter
{
    background: #f5821f;
    padding: 0 5px;
    min-width: 24px;
    font-size: 9px;
    position: absolute;
    right: 55px;
    bottom: 0;
    line-height: 14px;
    border-radius: 8px;
    text-align: center;
    width: 20px;
    height: 20px;
    min-width: unset;
    border-radius: 100%;
    line-height: 20px;
    bottom: -5px;
    color: #fff;
	color: #ffffff;
	font-family: "Nunito", sans-serif;
    font-weight: 600;
}


@media (max-width: 991px)
{

	body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
		margin-left: unset;
		white-space: unset;
		text-overflow: unset;
	    overflow: hidden;
	}

	body #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
	    margin-right: 15px;
	}

	body #algolia-autocomplete-container .col9, body #algolia-autocomplete-container .col3
	{
		float:unset;
	}

	body .autocomplete-wrapper {
	     width: 100%;
	     display: unset;
	     flex-direction: unset;
	     flex-wrap: unset;
	}

	body #algolia-searchbox .algolia-search-input {
	    vertical-align: top;
	    display: block;
	    position: relative!important;
	    left: 0px;
	    right: 0px;
		width: 100%;
		border-radius: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	body #algolia-searchbox .algolia-search-input:focus {
		border-left: 0px !important;
		border-right: 0px !important;
	}
	body .page-wrapper .search-wrapper .search-content {
	    display: none;
	    right: -50px;
	    position: relative;
	    width: unset;
	    z-index: 1112;
	    left: 0px;
	    right: 0px;
	}

	body #algolia-searchbox .magnifying-glass {
		display: none;
	}
	.page-wrapper .block-search {
	    width: 100%;
		margin-top: 5px;
		left:65px;
	}
	#algolia-autocomplete-container .aa-dropdown-menu {
		left: 0px!important;
	}
}

.product-info-main .box-tocart .action.tocart, .bundle-options-container .box-tocart .action.tocart, .product-add-form .box-tocart .action.tocart
{
	font-size: 13px!important;
}

.product-img a img.owl-lazy
{
    max-height: 200px;
    text-align: center;
    margin: auto;
}

.checkout_topbar .call-us ul li
{
	display: inline-block;
    margin: 0;
    padding: 0 8px;
}

.checkout_topbar .call-us ul>li:first-child
{
    border-right: 1px solid #dbdbdb;
    padding-right: 12px;
}
.checkout_topbar .call-us
{
    font-size: 15px;
    margin-top: 0px;
    line-height: 39px;
}
.checkout_topbar .call-us ul
{
    margin: 0 -8px;
}

#checkout .checkout_header .checkout_logo {
	width:70%;
	float:left;
}

#checkout .checkout_header .checkout_certifications {
	width:30%;
	float:right;
}

#checkout .checkout_header .checkout_certifications img {
	max-width: 225px!important;
	height: auto;
    line-height: 60px;
	margin-top: 20px;
	float:right;
    margin-bottom: 20px;
}

#checkout .opc-progress-bar .opc-progress-bar-item {
	float:left;
}

#checkout .table-totals .mark {
	background-color: #ffffff;
}

.fieldset .field._required > .label::after,
.fieldset .fields > .field._required > .label::after,
.fieldset .field.required > .label::after
{
	content: '*';
	color: #e02b27;
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}


.besite-own {
	color:white !important;
}

.besite-own:hover {
	color: #f5821f !important;
}

.account-nav .item.current strong {
	border-color: #f58120;
}

.opc-progress-bar {
	float:left;
}

.block.related .product-item, .block.upsell .product-item, .block.crosssell .product-item {
    border-bottom: solid #eaeaea 1px;
}

body #btn-cookie-disallow{
	background: #000;
	border-color: #000;
}

body #btn-cookie-allow span,
body #btn-cookie-disallow span
{
	font-family: "Open Sans", georgia, serif;
	font-size: 14px;
}

body .amgdprcookie-bar-template {
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
	z-index: 16000003;
}

body .amgdprcookie-bar-container
{
	background: #fff;
}

body .amgdprcookie-main-wrapper .amgdprcookie-btn
{
	font-size: 14px;
	background-color: #f5821f;
}

.page-footer .footer-block .logo-pay img
{
	height: auto;
}

@media only screen and (max-width: 1015px) and (min-width: 992px)
{
	body .ves-megamenu.nav-mobile .nav-item .dropdown-menu
	{
		position: absolute;
	}

	.ves-menutop .ves-megamenu.nav-mobile .opener
	{
		display: none;
	}
}

.page-wrapper .toolbar .sorter-options
{
	background-color: #FFF;
}

.wishlist-index-index .form-wishlist-items .wishlist .product-item-info .product-item-inner .box-tocart .field.qty
{
	width: 100%;
}

.filter-options-content input[type="radio"]
{
	margin-left: 4px;
}

.cart-summary #block-summary input[type="radio"]
{
	margin: 4px;
}

.catalog-product-view .breadcrumbs > ul
{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}


.product-item-inner {
	display: flex;
	flex: 1;
}
.product-item-info
{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product.details.product-item-details
{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.products-grid.grid.product-block.product-item-info
{
	display: flex;
	flex-direction: column;
}

.product-block .actions-primary
{
	min-height: 60px;
}

.catalog-product-view .zopim {
	display: none !important
}

.sidebar .block.filter .filter-options .filter-options-content a.ui-slider-handle.ui-state-default.ui-corner-all
{
    border: 2px;
    border-style: solid;
    height: 16px;
    margin-top: -3px!important;
    left: 0%;
    width: 16px;
    background: #666!important;
}