/*------- Custom Styles -------*/

/*General styles*/
.uppercase	{
	text-transform: uppercase;
}
button.btn-nostyle	{
	background-color: transparent;
	border: none;
	height: auto;
	line-height: inherit;
	padding: 0px;
}
button.btn-nostyle:hover,
button.btn-nostyle:focus,
button.btn-nostyle:active	{
	background-color: transparent;
}
.modal .modal-close	{
	font-size: 24px;
}
.modal-body iframe	{
	width: 100%;
}
.fullwidth-container	{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.justified-elements	{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*Header & footer*/
.svg	{
	background-repeat: no-repeat;
	background-size: auto 18px;
	display: inline-block;
	height: 18px;
	width: 25px;
	vertical-align: middle;
	margin: -2px 0px 2px;
}
.svg.svg-contact	{
	background-image: url(../images/icons/contact.svg);
}
.svg.svg-moneybag	{
	background-image: url(../images/icons/moneybag.svg);
}
.svg.svg-reduction	{
	background-image: url(../images/icons/reduction.svg);
}
.svg.svg-shipping	{
	background-image: url(../images/icons/shipping.svg);
}
.svg.svg-shop	{
	background-image: url(../images/icons/shop.svg);
}
.header-content .certificates,
.footer-links-company .certificates	{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-content .certificates img,
.footer-links-company .certificates img	{
	width: 50px;
	height: auto;
	margin: 0px 5px;
}
.header-content .certificates img.wide,
.footer-links-company .certificates img.wide	{
	width: 70px;
}
.header-content .reviews,
.footer-links-company .reviews	{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-content .reviews > a,
.footer-links-company .reviews > a	{
	margin-right: 10px;
}
.header-content .reviews img,
.footer-links-company .reviews img	{
	height: 50px;
	width: auto;
}

/*Header styles*/
.header-top	{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}
.header-top.dark	{
	background: black;
	color: white;
	padding: 9px 0px;
}
.header-top.light	a	{
	color: #666;
}
.header-top.light	a:hover,
.header-top.light	a:focus,
.header-top.light	a:active	{
	color: #fa5f0f;
}
.header-top.light .svg	{
	background-size: auto 15px;
	height: 15px;
	width: 20px;
}
.header .logo	{
	padding: 10px 0px 20px;
}
.header .logo.mobile	{
	display: none;
}
.header .space-area	{
	padding-bottom: 20px;
}
.header-content .certificates,
.header-content .reviews	{
	padding-top: 30px;
}
.header .form-search	{
	margin-top: 26px;
}
.header .tool-header	{
	margin-top: 20px;
}
.catalogsearch-box	{
	display: none !important;
}
.header .form-search .catalogsearch input.input-text	{
	width: 100%;
	border-width: 0px;
}

@media (min-width: 1200px) { /*screen-lg-min & above*/

}
@media (max-width: 1199px) { /*screen-md-max & below*/

}
@media (max-width: 991px) { /*screen-sm-max & below*/
	.header-top.dark img	{
		height: 25px;
		margin-left: 5px;
	}
	.header .logo	{
		display: none;
	}
	.header .logo.mobile	{
		display: block;
		padding: 15px 0px 15px 40px;
	}
	.header-logo .nav-toggle	{
		border: 1px solid #000;
		border-radius: 3px;
		width: 33px;
		line-height: 33px;
		top: 35px;
	}
	.header .space-area	{
		display: flex;
		justify-content: flex-end;
		padding-bottom: 10px;
	}
	.header .space-area > .row,
	.header .space-area > .row > [class*="col-"]	{
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.toggle-tab-mobile .toggle-tab.mobile i,
	.toggle-tab-mobile.toggle-visible .toggle-tab	{
		color: #fa5f0f;
		border: 2px solid #fa5f0f;
		border-radius: 50%;
		width: 46px;
		height: 46px;
		line-height: 40px;
		text-align: center;
	}
	.toggle-tab-mobile .toggle-content	{
		top: 60px;
		right: -55px;
	}
	.toggle-tab-mobile .toggle-content .form-search	{
		/*background: #fa5f0f;*/
		margin: 0px;
		padding: 15px;
		height: 78px;
		border-radius: 0px;
	/*	border: none;*/
	}
	.header .form-search .catalogsearch input.input-text	{
		margin: 0px;
		/*height: 46px;*/
	}
	.toggle-tab-mobile .toggle-content .form-search button.button	{
/*		background-color: #fff;
		color: #fa5f0f;
		border-left: 2px solid #fa5f0f;*/
		top: 15px;
		right: 15px
	}
	.tool-topsearch,
	.header .tool-header	{
		margin-top: 12px;
	}
	.minicart-text	{
		display: none;
	}
}
@media (max-width: 767px) { /*screen-xs-max & below*/
		.header-top	{
			font-size: 13px;
		}
		.header-content	{
			padding: 5px;
		}
		.content-logo	{
			width: 60%;
			max-width: 220px;
		}
		.header-logo .nav-toggle	{
			top: 30px;
		}
		.header .space-area	{
			width: 40%;
			float: right;
			padding-bottom: 0px;
		}
		.tool-topsearch,
		.header .tool-header	{
			margin-top: 7px;
		}
		.toggle-tab.mobile	{
			width: auto;
		}
		.content-cart .minicart-wrapper .showcart .crat-icon	{
			border: 2px solid #f03e3e;
		}
		.footer-item.col-lg-3.col-md-3.col-sm-3.col-xs-6 {
    min-height: 535px;
}

}
@media (max-width: 640px) { /*screen-xs medium*/

}
@media (max-width: 480px) { /*screen-xs small*/

}
/*Header styles END*/

/*Slider styles*/
.home-slider .slick-slide.slick-active .figcaption .caption1.red,
.home-slider .slick-slide.slick-active .figcaption .caption2.red,
.home-slider .slick-slide.slick-active .figcaption .caption3.red,
.home-slider .slick-slide.slick-active .figcaption .caption4.red		{
	color: #f03e3e;
}
.home-slider .slick-slide.slick-active .figcaption .caption1.black,
.home-slider .slick-slide.slick-active .figcaption .caption2.black,
.home-slider .slick-slide.slick-active .figcaption .caption3.black,
.home-slider .slick-slide.slick-active .figcaption .caption4.black	{
	color: #111;
}
/*Slider styles END*/

/*Footer styles*/
.footer-links-company .fullwidth-container	{
	background: #fff;
	margin-top: -20px;
}
.footer-links-company .certificates,
.footer-links-company .reviews	{
	margin: 20px 0px;
}
.footer-links-company .certificates	{
	justify-content: flex-start;
}
@media (max-width: 767px) { /*screen-xs-max & below*/
	.footer-links-company .certificates,
	.footer-links-company .reviews	{
		justify-content: space-around;
	}
}

/*Footer styles END*/
/*.checkout-index-index #checkout-shipping-method-load{
 visibility: hidden;
 position: absolute;
}*/
.checkout-index-index .checkout-shipping-method div.step-title{
 display: none;
}
.page-products .email-link, .page-products .email-link:hover{
	color:white !important;
}
.page-products .email-link, .page-products .email-link:hover{
	color:white !important;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
    pointer-events: none;
}
.payment-option-content {
    display: block !important;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
        float: left;
    width: 100%;
    background-color: #eeeeee;
    border-top: 1px solid #333;
    padding-bottom: 10px;
}

span#block-discount-heading {
    font-weight: 700;
    font-size: 19px;
    color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:after{
	content: none;
}
.discount-form .actions-toolbar .action.action-apply{
	color: #ffffff;
    background-color: #fa5f0f;
    border-color: #fa5f0f;
}
.discount-form .actions-toolbar{
	width: 170px;
	float: left;
}
.payment-option-inner{
	float: left;	
}
input#discount-code {
    height: 40px;
        min-width: 270px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
    pointer-events: none;
}

.cms-bigsale6  .email-link, .cms-bigsale6  .email-link:hover {
    color: white !important;
}
.catalog-category-view .old-price {
    line-height: 33px;
    margin-left: 7px;
        display: -webkit-inline-box;
    line-height: 31px;
}
.catalog-product-view .old-price {
	display: -webkit-inline-box;
    line-height: 31px;
}
.page-wrapper .ship-via .shipping-information-content .value {
	/*width: 87px;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.totals.shipping.incl .mark .value{
/*	width: 80px;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
#registration{
	padding-top: 30px;
}
.checkout-success h2, #registration h2{
	padding-bottom: 15px;
}
#registration ul{
	padding-left: 20px;
}
input.btn.btn-default.action.primary{
	color:white;
	background-color: #fa5f0f;
	border-color: #fa5f0f;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;margin-top: 15px;
	border-radius: 1px;
}
.actions-toolbar{
	padding-top: 15px;
}
#registration input[type="submit"]{
	    
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
        color: #ffffff;
    background-color: #fa5f0f;
    border-color: #fa5f0f;
    border-radius: 0px;
    font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 1px;
}

#registration div p:nth-of-type(2), #registration div p:nth-of-type(1) {
font-size: 0px !important;
}
.be-visible p{
	display: block !important;
}
ul.check-links{
	padding-left: 20px !important;
}
 ul.check-links li{
	list-style-type: initial !important;
}
.customer-account-createpassword .form.password.reset .fieldset {
	margin-top: -10px  !important;
    padding: 0px !important;
}
.make-bold{
	font-weight: bold;
	font-size: 15px;
	    margin-bottom: 0px;
}
.contact-block span{
	display: block;
}
.row.contact-blocks{
	    color: #333333;
}
.do-pad{
    margin-top: 17px;
}
.contact-index-index h1.page-title {
    margin-bottom: 0px;
}
hr.gic {
    margin-top: 5px;
    margin-bottom: 15px;
}
.field.telephone label{
	white-space: initial !important;
}
.product-social-links.clearfix{
	    margin-top: 20px !important;
}
@media (max-width: 1199px) {
	ul.store_info p.flex {
    width: initial !important;
        padding-left: 10px !important;
   }
}
.store_info li{
   	padding-bottom: 0px;
   }
   .google-map {
    margin-bottom: 15px;
}
@media (max-width: 992px) {
	.store-contact.pull-right.col-md-12 {
    float: none !important;
    }
    .col-md-6.contact-block {
    width: 50% !important;
    float: left;
    }
}
@media (max-width: 430px) {
    .col-md-6.contact-block {
    	width: 100% !important;
    }

}
.magicmenu .nav-desktop .level0 .level-top, .magicmenu .nav-desktop .level0 .level-top-mega .children a, .magicmenu .nav-desktop p{
	text-transform: initial;
}
.fa-heart:before {
    
}

.fa-heart:before {
	content: "" !important;
    padding: 7px 8px;
   /* background-image: url(../images/icons/fire.png);*/
    background-image: url(../images/icons/qar.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: -2px 2px;
}
.item .actions-no .add-to-links a:hover .fa-heart:before {
	background-position: -2px -39px;
}
.product-view .product-shop .product-social-links a:hover .fa-heart:before {
	background-position: -2px -39px;
}
.customer-menu .links.header li.wishlist a:before {
    content: "" !important;
    padding: 7px 8px;
    background-image: url(../images/icons/qar.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: -2px -66px;
}
.header.links .link.wishlist a:hover:before{
    background-image: url(../images/icons/qar.png);
    background-position: -2px -98px !important;
}
ul.header.custom-links, ul.header.custom-links li {
    float: left;
    padding:0px;
    margin: 0px;
}
ul.header.custom-links  a {
    display: inline-block;
        color: black;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    padding: 9px 15px;
    margin: 0;
}
@media(min-width: 1200px){
	ul.header.custom-links  a {
		display: none;
	}
	.svgik{
		display: none !important;
	}
}
@media(max-width: 1199px){
	ul.header.custom-links  a {
		display: inline-block;
	}
	ul.header.links{
		display: none;
	}
}
.rem.stock.available:before{
	display: none;
	content: none;
}
.header.custom-links a{
	    padding-right: 0px !important;
}
.header-top.light a{
	color:black;
}
a.for-versand {
    color: white !important;
}
span.svgik {
    display: block;
    float: left;
    width: 18px;
    margin-top: 11px;
    margin-right: -13px;
}
.block.crosssell > .block-content{
	    margin-top: 20px;
}
.products-crosssell.grid.products-grid .item {
    text-align: center;
    float: left;
    width: 23.2% !important;
    margin-right: 2.4%;
}
.products-crosssell.grid.products-grid .item:nth-of-type(4){
	margin-right:0px;
}
@media (max-width: 1000px){
	.products-crosssell.grid.products-grid .item {
    margin-right: 4.4% !important;
    width: 47.8% !important;
    margin-bottom: 30px;
}
	.products-crosssell.grid.products-grid .item:nth-of-type(2n){
	   margin-right:0px !important;
    }

}
@media (max-width: 489px){
	.products-crosssell.grid.products-grid .item{
		width: 100% !important;
		margin-right: 0px !important;
	}
}
    .vat-text {
    	margin-top: 10px;
    display: block;
}
.box-products-one .content-products{
	z-index: 0 !important;
}
@media (max-width: 991px){
	.col-sm-9.col-md-9.col-lg-9.space-area, .col-sm-9.col-md-9.col-lg-9.space-area .row{
		width: 100% !important;
	}
	.tool-topsearch.toggle-tab-mobile{
		display: block !important;
	}
	span.toggle-tab.mobile{
		display: none !important;
	}
	.tool-topsearch .toggle-content{
		/*display: block !important;*/
		width: 100% !important;
		    position: initial;
	}
	
	.toggle-tab-mobile .toggle-tab.mobile{
		/*display: none !important;*/
		 right: 65px;
   		 top: -54px;
    	 position: absolute;
	}
	.header .form-search {
    width: 100%;
    }
    .content-cart.menu-mobile.col-sm-6 {
    	position: relative;
        top: -118px;
        width: 100%;
    }
    
    .content-cart.menu-mobile.col-sm-6 {
    position: absolute;
    top: 91px;
    right: 15px;
    width: calc(100% - 30px);
} 
.tool-header{
	float: right;
}
    .toggle-tab-mobile .toggle-content .form-search button.button{
    	top: 5px;
        right: 5px;
    }
    .toggle-tab-mobile .toggle-content .form-search{
    	 padding: 5px;
         height: 47px;
    }
    .searchautocomplete__index-recent .index-title{
    	position: initial;
    }
    

}

@media (min-width: 480px) and (max-width: 991px){
	.content-cart.menu-mobile.col-sm-6 {
    position: absolute;
    top: -54px;
}
.header .form-search .catalogsearch input.input-text{
	width: 100% !important;
}
body.searchautocomplete__active .block-search{
	width: 100% !important;
}
/*.index-title > span{
	display: block;
	float: right;
}*/
.searchautocomplete__index-recent .index-title{
	position: initial;
}
}
.searchautocomplete__item-magento_catalog_product .sku {
	display: none;
}
.searchautocomplete__item-magento_catalog_product .description{
    /*float: left;
    width: calc(100% - 80px);
    text-align: left;*/
    display: none;
    }
.searchautocomplete__item-magento_catalog_product a.title{
	float: left;
}
/*.searchautocomplete__item-magento_catalog_product .price{
	    margin-top: -36px;
}*/
.searchautocomplete__autocomplete ul li{
	    border-bottom: 1px solid #ccc;
}
.searchautocomplete__item-magento_catalog_product a.title {
    float: left;
    width: calc(100% - 80px);
    text-align: left;
}
.searchautocomplete__item-magento_catalog_product .price{
	bottom: -25px;
}

@media (max-width: 767px) {
.col-sm-9.col-md-9.col-lg-9.space-area{
        width: calc(100% + 18px) !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    position: relative;
    left: 9px;
}
.toggle-tab-mobile .toggle-tab.mobile{
	    right: 75px;
}
    }
@media (max-width: 480px) {
	.content-cart.menu-mobile.col-sm-6{
		    top: -53px;
	}
}
.vat-text{
	display: block;
    margin-top: 12px
}
.search-result-highlight {
    background: transparent !important;
}
.fotorama__fullscreen-icon{
	cursor: pointer !important;
	z-index: 99999 !important;
}
.product-view .product-shop .product-social-links, .actions .actions-secondary.add-to-links {
    display: none !important;
}
.make-white{
	color: white !important;
}
.make-white:hover{
    color: #fa5f0f !important;
}
.make-white:hover .svg.svg-shipping {
    background-image: url(../images/icons/shipping-2.svg);
}
 .catalog-product-view .page-title  span{
 	font-family: oswald;
 	font-size: 18pt !important;
 }
    .product-info-main .price-box .price-wrapper .price{
    	font-weight: bold;
    	font-size: 25pt;
    }
    .stock.available{
    	width: 100%;
    }
    .stock.available.top{
    	margin-top: 10px;
    }    
 
   .product-info-stock-sku .stock.available:nth-of-type(1):before{
   	    content: none;
   }
     .product-info-stock-sku .stock.available:nth-of-type(1) span:before{
   	margin-right: 2px;
    content: "\f00c";
    font-size: 12px;
    font-family: FontAwesome;
   }
   .shipping-info button{
   	border: 1px solid #9a9a9a;
   	font-size: 12pt;
   	background-color:#e8e8e8;
/*   	font-weight: bold;*/
    padding: 0px 10px;
    font-family: oswald;
   	padding: 0px 10px;
   	width: 181px;
   }

         .swis-info button{
   	border: 1px solid #9a9a9a;
   	font-size: 12pt;
   	background-color:#e8e8e8;
    padding: 0px 10px;
    font-family: oswald;
   	padding: 0px 10px;

   }

  button  .fa-info-circle{
  	position: relative;
    top: -2px;
  }
span.left-tick {
    font-weight: bold;
    font-size: 12pt;
    color: #ec6708 !important;
}

.product-info-main .product.attribute.overview{
	font-size: 12pt;
	color: #5f5f5f;
	padding-top: 25px;
}
.product-info-main .stock.available:before, .product-info-main .stock.unavailable:before {
    color: #ec6708 !important;
}
.product-info-main .product.attribute.sku .type, .product-info-main .product.attribute.sku .value {
    display: inline-block;
    font-size: 12pt;
}
.product-view .product-shop .page-title-wrapper .page-title{
	margin: 0;
}
.product.attribute.sku {
    margin-bottom: 20px;
}
/*.shipping-info .fa-info-circle:before{
	    content: "\f05a";
	    font-size: 14px;
}*/
.left-tick:before{
	margin-right: 2px;
    content: "\f00c";
    font-size: 12px;
    font-family: FontAwesome;
}
.product-info-main .stock.available:before, .product-info-main .stock.unavailable:before{
	content: none !important;
}
.stock.available.shipping-cost {
    padding-bottom: 15px;
}
.product-info-stock-sku {
    border-bottom: 1px solid #ebebeb;
        padding: 15px 0 30px;
}
.product-qty .label span{
	 font-size: 12pt !important;
}
.catalog-product-view .actions.add-to-cart{
	    padding: 36px 0 !important;
	    margin: 36px auto 0 !important;
}

/*popuop*/
 .shipping-popup {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
/*    background: rgba(0,0,0,.7);*/
background-color: #dcd9cd99;
	background-color: #ffffffe6;
    z-index: 5555555555;
    top: 0;
    left: 0;
   /* padding-top: 5%;*/
}

/*.shipping-popup .popup-info, .shipping-popup-swiss {
    width: 500px;
    width: 75%;
    max-width: 85%;
    width: 1167px;
    margin: 50px auto;
    border: 1px solid #9a9a9a;
    background: #e8e8e8;
    padding: 30px 50px;
    position: relative;
    max-height: 550px;
    overflow: auto;
    color: #666666;
}*/

.shipping-popup, .shipping-popup-swiss {
    position: fixed;
    width: 100%;
   
    height: 100%;
    /* background: rgba(0,0,0,.7); */
    background-color: #dcd9cd99;
    background-color: #ffffffe6;
    z-index: 5555555555;
    top: 0;
    left: 0;
    /* padding-top: 5%; */
}
.shipping-popup .popup-info, .shipping-popup-swiss .popup-info   {
    width: 500px;
    width: 75%;
    max-width: 85%;
    width: 1167px;
    margin: 50px auto;
    border: 1px solid #9a9a9a;
    background: #e8e8e8;
    padding: 30px 50px;
    position: relative;
    max-height: 550px;
    overflow: auto;
    color: #666666;
}

.shipping-popup-swiss{
	display: none;
}
.shipping-popup .close, .shipping-popup-swiss .close {
    background: url(https://befit24.eu/skin/frontend/rwd/default/images/x.png) no-repeat 50% 50%;
    background-size: 20px;
    top: 10px;
    right: 20px;
    height: 16px;
    width: 16px;
    position: absolute;
    cursor: pointer;
    background-color: #dcd9cd99;
}
.popup-info table tr th {
    font-weight: 600;
    font-size: 17px;

}
.popup-info table >tbody>tr>td {
    padding: 0px 0px !important;
    font-size: 15px;
    width: 32%;
}
.product.info.detailed .product.data.items .description p{
	    font-size: 12pt;
}
/**/

.attribute.description ul {
	font-size: 12pt;
}
.cms-bigsale6 .product-shop-content .page-title span{
	font-family: oswald;
    font-size: 18pt !important;
}
.fancybox-overlay{
	   background-color: #ffffffe6;
}
.company-worker .info .working{
	text-transform: initial !important;
}
.company-worker .item .img img{
	border-radius: none !important;
}
.company-worker .item .img img {
    border-radius: initial !important;
}
.orange-container .fieldset {
    max-width: 600px;
    background-color: #fa5f0f;
    float: left;
    padding: 25px 40px 20px 50px;
    margin-top: 0px !important;
   }
   .orange-container .first-cont-block .field{
    		width: 28% !important;
    		float: left;
    }
    .orange-container .field.surname {
    padding-left: 3%;
    padding-right: 3%;
    width: 34% !important;
}

    .first-cont-block{
    clear: both;
    width: 100%;
    float: left;
    }
    .orange-container .fieldset label{
    	color: black;
    	padding-bottom: 10px !important;
        padding-top: 10px !important;   
    }
    .contact-form .fieldset input.input-text {
    height: auto;
	}
	.tel-block{
		float: left;
		width: 100%;
	}
	.tel-block  .field{
		width: 35%;
		float: left;
	}
	.tel-block .field.telephone {
    margin-right: 4%;
}
.orange-container .field textarea{
	height: auto;
	max-width: 535px !important;
}
.orange-container .fieldset > .field > .label{
	color: black !important;
}
.brand-block {
    width: 100%;
    float: left;
}
.field.brand{
	width: 35%;
    float: left;
}
.field.type {
    float: left;
    margin-left: 4%;
}
.field.sku {
    width: 50%;
}
.brand-block select{     height: 35px; }
.orange-container .primary button.action{
	background-color: #252525 !important;
}
@media(max-width: 500px){
	.orange-container .fieldset{
		padding: 22px 20px 12px 20px;
	}
}
@media(max-width: 420px){
	.orange-container .first-cont-block .field{
		width: 100% !important;		
	}
/*	.orange-container  .field{
		width: 100% !important;	
	}*/
	.orange-container .field.surname{
		width: 100%;
		padding: 0;
	}


	.field.brand {    width: 47%;  	}
	.field.type {	 
    margin-left: 5%;
    width: 47%;
    }
    .field.sku {
    width: 100%;
    }

    .tel-block .field {
    width: 47%;
    }
.tel-block .field.telephone {
    margin-right: 5%;
}

}
.cms-contacts  .messages {
    margin-top: 5px !important;
}
.orange-title{
    font-size: 16px;
    margin-bottom: 15px;
    color: #252525 !important;
    font-weight: bold;
    font-family: oswald;
    }
     .orange-text{
     	font-size: 15px;
     	color: #252525;
     	font-family: oswald;
     }
.orange-container{
	display: none;
}
.cms-reklamationsformular  .orange-container{
	display: block;
}
.orange-container div.mage-error[generated]{
	    color: navajowhite !important;
}
.company-worker .item .img{
	border-radius: 0px;
}
.white-text{
	color: white;
	font-size: 15px; 
	    margin-top: 15px;   	   
    font-family: oswald;
}
.orange-container  .actions-toolbar {
	padding-top: 0px;
}
.page-footer .block-content-statick li a{
	    text-transform: initial !important;
}
@media (max-width: 780px){
	.checkout-cart-index .cart-container {
	   display: flex; 
       flex-direction: column; 
   }	
   .checkout-cart-index #form-validate{
   		    order: 1;
   }
   .checkout-cart-index .cart-summary{
   			order: 2;
   }
}

.totals.sub .mark span:nth-of-type(2){
	display: inline-block;
}
.totals.sub .mark span:nth-of-type(2)::first-letter{
	text-transform: lowercase;
}

@media (max-width: 780px){
	.header.links{
		display: block;
		    display: inline-table !important;
    float: right !important;
	}
	 .header.links .customer-welcome span span{
	 		display: none;
	 }
	 .header.links .authorization-link a:before{
	 	content: none !important;
	 }
	 .top-right.top-mobile{
	 	    width: calc(100% - 110px);
	 }
	 .header.links li:nth-of-type(2) {
	 		display: none;
	 }
	 .header.links .authorization-link{
	 	display: inline-block !important;
	 }
	 
	 .header.links .authorization-link:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 13px;
    padding-right: 0;
    position: relative;
    right: -8px;
	}
	.header.links li:nth-of-type(2):before {
    content: none;
}

	 .header.links li.customer-welcome span.customer-name{
	 	    padding: 13px 15px !important;
	 }
	 .header.links ul.links.header{
	 	float: left !important;
	 }
	 .links.header .links.header li{
	 	display: inline-block !important;
	 	float: left;
	 }
}
@media (max-width: 379px){
		 .header.links li.customer-welcome span.customer-name{
	 	    padding: 13px 0px !important;
	 }
}
.checkout-cart-index .checkout-methods-items .action.multicheckout{
	display: none !important;
}

#comment-form .payment-option-inner{
	width: 10%;
}
   .payment-option.my-comment{
   	background-color:white !important;
   }
   span#block-comment-heading{
   	    border-bottom: 1px solid #cccccc !important;
    padding-bottom: 10px;
    color: #333333;
    font-weight: 300;
    font-size: 2.6rem;
    display: block;
    border-top: 0px !important;
   }

    .my-comment    { 
      position: absolute;
    bottom: 185px;
    margin-top: 0px;
        border-top: none !important;
    }
    .payment-option._collapsible.opc-payment-additional.discount-code{
        margin-top: 175px;
    }
    #block-comment-heading-2{
    	    border-bottom: 1px solid #cccccc !important;
    padding-bottom: 10px !important;
    color: #333333 !important;
    font-weight: 300 !important;
    font-size: 2.6rem !important;
    display: block;
    }
    #comment-form .payment-option-inner {
    width: 100% !important;
}
.checkout-payment-method .payment-option-title{
	border-top:none !important;
}
@media (min-width:768px){
	.my-comment >div{
		    padding-left: 0px !important;
	}
	.catalog-category-view .category-description {
		display: none;
	}
	.categorypath-seminare.category-seminare .category-description {
		display: block;
	}
}
@media(max-width: 767px){
	.block-search{
		padding: 0 20px;
	}
	.toggle-tab-mobile .toggle-content .form-search button.button {
    top: -1px;
    right: 0px;
}
.header .form-search button.button{
	    height: 47px;
    line-height: 47px;
    width: 47px
}
}

	.cms-blackfriday .grid-container li.product-item {
    float: left;
      margin-bottom: 30px;
      transition: all 0.5s ease 0s;
    }
    .cms-blackfriday .grid-container li.product-item:hover{
    	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }
   .cms-blackfriday .grid-container li.product-item  .product-item-actions{
   	display: none;
   }

.cms-blackfriday .grid-container li.product-item:hover .product-item-actions {
    display: block !important;
}

.cms-blackfriday .grid-container  .product-item-details  a{
	font-size: 15px;
    line-height: normal;
    outline: 0 none;
    text-decoration: none;
    font-weight: normal;
}
.cms-blackfriday .grid-container  .product-item-details  a:hover{
	text-decoration: underline;
}


    .cms-blackfriday .grid-container li.product-item .actions-secondary{
    	display: none;
    }
    .cms-blackfriday .grid-container .products-grid .price-box {
      text-align: left;
      margin-bottom: 7px;
    }
   .cms-blackfriday .grid-container   .product-item-details {
    text-align: left;
    max-width: 202px;
        margin: auto;
}

  @media(min-width: 992px){
   	.cms-blackfriday .grid-container li.product-item {
           width: 22% !important;
    margin-left: 4% !important;
      
    }
   .cms-blackfriday .grid-container li.product-item:nth-child(4n+1) {
    margin-left: 0 !important;
    clear: left;
   }







}

.cms-blackfriday .grid-container .product-item-info img {
    height: 220px;
}
   /*	.cms-blackfriday .grid-container li.product-item {

   	}*/
   @media (min-width: 781px) and (max-width: 991px){
   	.cms-blackfriday .grid-container li.product-item {   	
   	    width: 30% !important;   	
        margin-left: 5% !important

   }
         .cms-blackfriday .grid-container li.product-item:nth-child(3n+1) {
           margin-left: 0 !important;
               clear: left;
   }
/*      .cms-blackfriday .grid-container li.product-item:nth-child(3n+3) {
       clear:right;
   }*/
}

   @media(max-width: 780px){
   	.cms-blackfriday .grid-container li.product-item {   	
   	    width: 47.5% !important;   	
        margin-left: 5% !important

   }
         .cms-blackfriday .grid-container li.product-item:nth-child(2n+1) {
           margin-left: 0 !important;
               clear: left;
   }
   .cms-blackfriday .grid-container .product-item-info img {
    height: 180px;
}

}
   @media(max-width: 400px){
   	.cms-blackfriday .grid-container li.product-item {   	
   	    width: 100% !important;   	
        margin:auto !important;
        width: 80% !important;
        margin: auto !important;
        float: none;
        margin-bottom: 20px !important;  
   }
    	.cms-blackfriday .grid-container  .product-item-info {   
    margin: auto;
    width: 100% !important;
    float: none !important;    
}
.cms-blackfriday .grid-container li.product-item:nth-child(2n+1){
	margin-left: auto !important;
}

}
 	.cms-blackfriday .grid-container li.product-item .product-item-info{
    border: 1px solid #ebebeb;
    padding: 10px 5px 19px;
    text-align: center;
    float: left;
    width: 100%;
}
.sku-section{
    float: left;
    margin-bottom: 15px;
    width:100%;
}
.sku-label{
	color: #1f1f1f;
    font-weight: bold;
}
.sku-section.sku-pad{
	margin-top: 5px;
}
 	.cms-blackfriday{

 	}
 	.sticker .labelsale{
	background-color: #ec6708;
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 9px;
    height: auto;
    line-height: initial;
 	}

@media (min-width: 992px)
{
	 	.col-md-6.custom-right-grid {
    padding-left: 10%;
	}
}
.price-container.price-final_price.tax.weee{
	display: inline-block !important;
}

.opc-estimated-wrapper .estimated-block{
	width: 100%;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
    display: inline;
}
.my-minicart-wrapper .action.showcart {
    background-color: #fa5f0f;
    color: white;
    margin-top: 10px;
    padding: 0 8px;
    cursor: pointer;
}
.counter-qty{
	    text-transform: initial;
	    cursor: pointer;
}

.form-new  .col-md-6{
	padding: 0px;
}

.form.create.account > .fieldset {
    float: left;
    padding: 0 25px;
    width: 50%;
    margin: 0px 0 25px;
}


@media (min-width:990px){
	.form-new  .col-md-6{
 	width: 48%; 	
 	overflow: hidden;
	}
	.form-new  .col-md-6:nth-of-type(1){
	margin-right: 4%;
	}
}

.form.form-edit-account .field.vat_id{
	display: none;
}
.customer-account-create.page-layout-1column .field.company {
	display: none;
}
.fieldset.create.account > .legend{
	display: none;
}
.fieldset.create.account > br{
	display: none;
}

.form.create.account > .fieldset{
	margin: 0px 0 25px;
}

@media (max-width: 700px){
	.form.create.account > .fieldset{
		width: 100%;
	}
	.fieldset.create.account{
		margin-top: 0px;
	}
}
html.svg{
	width: 100% !important;
}
.images-container .quickview.simple{
display: none !important;
}
.orange-container label{
	font-size: 15px;
}
.form-new.form-new-2 .orange-text{
	color:white;
}
/* new mobile descr */
@media (max-width: 767px){
	.title-container-custom.product-info-main{
		margin-top: 0px;
		padding-top: 0px;
	}
	.page-title.mobile-version{
		margin-top: 0px;
		margin-bottom: 0px !important;
	}

	.catalog-product-view .breadcrumbs{
		display: none;
	}
	.catalog-product-view .page-title.mobile-version span{
		font-size: 17px !important;
    	font-weight: normal;
	}
	.title-container-custom .product-info-stock-sku {
	    padding: 5px 0px 0px;
	}
	.title-container-custom.product-info-main {
    border-bottom: 1px solid transparent;
    margin-bottom: 12px;
    border-top: 1px solid #cccccc7a;
    padding-top: 3px;
	}
	.product.attribute.sku {
    margin-bottom: 10px;
	}
	.gallery-placeholder{
		border:none !important;
	}
	.fotorama__dot{
		width: 11px;
		height: 11px;
	}
	.fotorama__dot:hover{
		cursor:pointer;
	}
	.fotorama__nav--dots .fotorama__nav__frame{
	height: 30px;
    width: 21px;
	}
	.fotorama__wrap--slide .fotorama__stage__frame{
		border:none !important;
	}
	.product-view .product-info-main {
    padding-top: 7px;
}
.fotorama__nav-wrap {
   /* margin-top: 10px;
    padding-bottom: 17px;*/
  /*  border-bottom: 1px solid #cccccc85;*/
      margin-top: 0px;
    padding-bottom: 0px;
}
.product-info-stock-sku{
       display: grid;
}
.product-info-stock-sku .stock.available.shipping-cost{
	order:1;
}
.product-info-stock-sku .stock.available.shipping-cost{
	order:3;
	margin-top: 15px;
}
.product-info-stock-sku .left-tick{
	order:2;
	color: #5f5f5f !important;
	display: -webkit-box;
}
.left-tick:before{
	content: "";
	background: url(../images/dc.png);
    background-repeat: no-repeat;	
    padding: 5px 10px;
    margin-right: 8px;
}

.items-tabs{
	    display: inline-flex;
	    width: 100%;
}
.product.data.items .items-tabs .item {
    padding-right: 25px;
    }
    .product.data.items .items-tabs{
    	border-top: 2px solid #ebebeb;
    padding-top: 5px;
    }
    .product-info-stock-sku .stock.available > span:first-child:before {
    background: url(../images/truck.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px 9px;
    margin-left: 4px;
    margin-right: 6px;
}
.shop-content-left .product.attribute.sku{
	display: none;
}

}


@media (min-width: 768px){
.title-container-custom.product-info-main{
	display: none;
}
}
@media (max-width: 768px){
.content-cart .minicart-wrapper .showcart .crat-icon{
	width: 37px;
    height: 37px;
    line-height: 34px;
    font-size: 15px;
}
.shop-content-left h1{
	    margin-top: 12px;
}
.header-content{
	    padding-bottom: 4px;
}
.minicart-wrapper .action.showcart .counter.qty {
	width: 18px;
    height: 18px;
    font-size: 11px;
    top: -10px;
    right: -5px;
}
.fa.fa-search.icons{
    width: 37px !important;
    height: 37px !important;
    line-height: 34px !important;
    font-size: 18px;
}
.toggle-tab-mobile .toggle-tab.mobile {
    right: 65px;
}
.product-shop-content {
    border-top: 1px solid #cccccc85;
    margin-top: 12px;
}
.product-info-stock-sku{
    padding: 7px 0 4px;
}
.product-info-main .product.attribute.overview{
	    padding-top: 14px;
}
.product.attribute .tabs-anchor-link{
	color:#ec6707;
	text-transform: uppercase;
}
.product-view .product-shop .addit{
	display: none;
}
.catalog-product-view  .product.info.detailed{
	       margin: 20px 0 0px;
 }
.catalog-product-view .page-footer{
	    margin: 0px 0 0px;
 }
 .catalog-product-view .actions.add-to-cart {
    margin: auto !important;
    float: right;
    border: none;
    padding: 0px !important;
    width: calc(100% - 175px);
}
.field.qty.clearfix {
    float: left;
    width: 175px;
}
.product-view .add-to-cart button.button{
	    margin: 15px 12px 0 0;
}
}
@media (max-width: 370px){
	.product-qty label.label {
    display: none;
}
.field.qty.clearfix {
    float: left;
    width: 130px;
}
 .catalog-product-view .actions.add-to-cart {
 	    width: calc(100% - 130px);
}

}
@media (max-width: 370px){
	.product-view .add-to-cart button.button{
		    height: 38px;
    line-height: 37px;
    padding: 0 19px;
    margin-top: 16px !important;
	}
}
.fotorama__stage__frame .fotorama__img{
	width: 100%;
}
.product-social-links{
	display: block !important;
}
/* end mobile product*/
 @media (max-width: 980px){
img.mobile-billiger {
    display: none;
}

 }
  @media (min-width: 980px){
  	.mobile-rev--billiger{
  		display: none;
  	}
  }

.napolen-logo{
    margin-top: 10px;
    margin-bottom: -10px;
  }

  /* category mobile start  */
  @media (max-width: 767px){
  .mob-cat-title{
	font-size: 15pt;
	color:black !important;
}
.category-description {
    margin: 10px 0 0;
    font-size: 11pt;
    color: #666666;
}
.mobile-filter-close-triger {
	background-color:black;
	width: 100%;
    padding: 9px 25px;
    color: white;
    text-align: center;
    font-size: 16px;
}
.mobile-filter-close-triger .close-me:before{
    color: white;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    float: left;
    margin: 1px 0px 0px 2px;

}
.mobile-filter-triger{
	background-color:#ec6607;
	width: 100%;
	background-color: #ec6607;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    color: white;
    margin-top: 18px; 
}	

.filter-mobile{
	display: none;
}

.filter-mobile.active{
	display: block;
}
   .filter-mobile{
    background-color: white;
    width: 100%;
    top: 0px;
    left: 0px;	
    z-index: 9999999;
    min-height: 100vh;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
   }
 .filter-mobile.active  .block.filter{
 	    padding: 0px 25px;
 } 


.category-view .breadcrumbs{
	display: none;
}
.toolbar.toolbar-products .modes, .toolbar.toolbar-products  .toolbar-sorter.sorter{
	display: none;
}
.field.limiter{
	    float: left;
	    padding-right: 5px;
}
.toolbar.toolbar-products .pages{
float: left;
}
.field.limiter .label {
    padding-left: 0 !important;
}

	.category-view{
	border-top: 1px solid #ebebeb;
    position: relative;
    top: -6px;
    padding-bottom: 4px;
    width: calc(100% - 30px);
    left: 15px;
}
.catalog-category-view  .category-description{
	margin: 0;
}

.my-carusell{
    width: calc(100vw - 16px);
    height: 61px;
    position: relative;
    left: -20px;
    overflow: hidden;
    letter-spacing: .5px;
    float: left;
    padding-bottom: 36px;
    margin-bottom: 0px;
    clear: both;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    }
   .sub-cat-ul{
    float: left;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 27px;
   } 


  .cat-li {
    color: white !important;
    list-style: none;
    border: 1px solid #989898;
    font-size: 11pt;
    background-color: #c1c1c1;
    margin-right: 9px;
    padding: 3px 3px 3px 6px;
    text-align: center;
   }
   a.cat-li:hover{
   	cursor: pointer;
   }
   .catalog-category-view .block-title.filter-title{
   		display: none;
   }
 .catalog-category-view   .products-textlink{
 	padding-right: 0px;
 }
 .category-products .product.product-item .product-name{
 		padding-right: 15px;
 }
	.catalog-category-view  .products.list.product-items .product-item .images-container{
	float: left;
	width: 50%;
		width: 42%;
	}
	.catalog-category-view  .products.list.product-items .product-item .product.details{
		float: left;
		width: 50%;
        width: 58%;
	}
  .catalog-category-view .category-products.grid .product-item-info.category-products-grid {
    margin: 0px 0 18px;
    float: left;
    width: 100%;
}
	.catalog-category-view  .category-products.grid  span.product-image-container{
/*    width: calc(100% - 70px) !important;
    margin-left: 60px;*/
    width: calc(100% - 60px) !important;
    margin-left: 58px;

        width: calc(100% - 50px) !important;
    margin-left: 56px;
    display: block;

}
.sticker .labelsale{
	    padding: 2px 8px;
	    font-size: 13px;
}
.item:hover .actions-no.hover-box{
	margin-bottom: 10px;
    margin-top: 5px;
}
}
.sticker .labelsale {
    background-color: #ec6708;
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 9px;
    height: auto;
    line-height: initial;
}
 @media (max-width: 350px){
.catalog-category-view .products.list.product-items .product-item .images-container{
	width: 39%
}
.catalog-category-view .products.list.product-items .product-item .product.details{
	width: 61%;
}
 }
 @media (max-width: 370px){
 	.block-title.filter-title{
 		display: none;
 		}
	.filter-current{
 	margin-top:25px;
 	}
 	.toolbar .modes, .toolbar .toolbar-sorter.sorter{
 		display: none;
 	}
 	.product-qty label.label {
       display: none;
 }
   .field.qty.clearfix {
    float: left;
    width: 130px;
   }
  .catalog-product-view .actions.add-to-cart {
 	    width: calc(100% - 130px);
  }
  .product-view .add-to-cart button.button{
	height: 38px;
    line-height: 37px;
    padding: 0 19px;
    margin-top: 16px !important;
 }

	#limiter {
		padding: 0px 8px 0px 8px;
	}

 }
  @media (max-width: 350px){
  	.field.limiter  .label{
  		display: none;
  	}
  	#limiter {
  	    padding: 0px 18px 0px 12px;
  	}
  }
    @media (max-width: 767px){
    	  .home-slider .slick-arrow, .slide-home .slick-arrow{
    	  	display: none !important;
    	  }


    }
      @media (max-width: 705px){
      	.shipping-popup .popup-info{
      		max-width: 100%;
    		margin: auto 15px;
    		width: calc(100% - 30px);
    		padding: 30px 10px;
      	}
      	.popup-info table >tbody>tr>td {
      		font-size: 10pt;
      	}
      	.popup-info table tr th{
      		    font-size: 15px;
      		        width: auto;
      	}

      }
         @media (min-width: 350px) and (max-width: 705px){
           	.popup-info table tr td:nth-of-type(2) {
    	padding-right: 10px !important;
    	padding-left: 0px !important;
    	width: 41%;
	    }
		.popup-info table tr th br {
			display: none;
		}   
	}

@media (max-width: 705px) and (min-width: 350px){
.popup-info table tr th:nth-of-type(2) {
    padding: 8px 20px;
}
}

         @media (max-width: 350px) {
         	.popup-info table tr td:nth-of-type(2) {
   		      width: 41%;
	  	 }       
	  }

 @media (max-width: 767px){
 	.catalog-category-view .per-product {
    border: 1px solid #ebebeb;
    padding: 6px 0 10px;
  }
   	.catalog-category-view  .sticker{
   		top:0px;
   	}
	div#narrow-by-list {
	    margin-top: 25px;
	}
 	.category-products  .product-item-details .product-name .product-item-link {
 		    font-family: Oswald;
 		    font-size: 11pt;
 	}
 	.category-products 	.product.product-item .product-name{
 		    padding-bottom: 0px;
 	}
 	.category-products  .product-item-details .sku-section  span{
 	    font-size: 9pt;
 	}
 	 	.category-products  .product-item-details .sku-section {
 	 	 	/*margin-bottom: 0px;	*/
 	 	 	margin-bottom: 1px;
    		margin-top: 1px;
 	 	}

 	.category-products  .product-item-details 	.price-final_price span{
 		    font-size: 14pt; 		
 	}
 	 	.category-products  .product-item-details 	.old-price.old *, .category-products  .product-item-details 	.old-price.old{
 		    font-size: 9pt; 		
 	}
 }
 .mob-cat-title{
 	 font-family: Oswald;
 }

  /* category mobile end  */
  .fotorama__caption{
  	display: none;
  }
  .catalog-product-view .product-social-links{
  	display: none !important
  }
  .catalog-product-view    a#amazon-addtoCart-amazon-pay-button-product {
    /*display: none !important;*/
    width: 100%;
    background-color: transparent;
    border: none;
}
.catalog-product-view .product-addto-links.add-to-links{
	display: none !important;
	}

.product-social-links{
	position: relative;
    top: -135px;
    right: -212px;
    }
    @media(max-width: 768px){
    		.product-social-links {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    text-align: right;
	}
	#PayWithAmazon-amazon-pay-button-product{
	margin-top: -10px;
    width: 170px;
    margin-left: 174px;
	}
    }
    @media(max-width: 370px){
    #PayWithAmazon-amazon-pay-button-product{	
    margin-top: -10px;
    width: 164px;
    margin-left: 129px;
		}
    }
    .level0.home{
    	display: none !important;
    }
       @media(min-width: 768px){
   		.mobile-section{
   			display: none;
   		}
   		.mob-cat-title{
   			display: none;
   		}
   }
   /*  new code    */

.checkout-street .control .field._required:nth-of-type(1){
	width: 80%;
	float: left;
}
.checkout-street .control .field._required:nth-of-type(2){
	width: 20%;
	float: left;
	padding-left: 17px;
}
.checkout-street label{
    padding-bottom: 8px;
        padding-bottom: 8px;
    margin-top: 10px;
}

.street.checkout-street > legend{
	    margin-bottom: 10px;
}

   div[name="shippingAddress.postcode"]{
	float: left;	
	width: 20%;
	padding-right: 17px;
}
div[name="shippingAddress.city"]{
	float: left;
	width: 80%;
}
div[name="shippingAddress.postcode"] .message.warning {
    width: 300px !important;
    position: relative;
}
/* checkout agreement start */
	.message.global.cookie .content {
    	margin:auto !important;
	}
@media (min-width: 768px){
	.message.global.cookie .content {
    	max-width: 750px !important;
	}
}
@media (min-width: 992px){
	.message.global.cookie .content {
    	max-width: 970px !important;
	}
}
@media (min-width: 1170px){
	.message.global.cookie .content {
    	max-width: 1170px !important;
	}
}
.message.global.noscript, .message.global.cookie{
	background-color: #fa5f0f;
}
.message.global.cookie p{
	 width: 536px;
	 float: left;
	 color:white;
	 padding: 10px;
	}    
.message.global.cookie	.actions{
	width: calc(100% - 536px);
	text-align: center;
	float: left;
}
.message.global.cookie	.actions #btn-cookie-allow:hover {
    background-color: #ececec;
    border-color: #ececec;
        color: #1f1f1f;
}
@media  (max-width:750px){
	.message.global.cookie p{
		width: 100%;
	}
	.message.global.cookie	.actions{
		width: 100%;
	}
}
.message.global.cookie a{
	color: #333;
	text-decoration: underline;
}
/* checkout agreement end */

.checkout-agreement{
    float: right;
    width: 250px;
    padding-right: 0px;
	} 
.checkout-agreements{
	float: left;
    width: 100%;
    padding-right: 0px !important;
    border: none !important;
}
.checkout-agreement label{
    margin-left: 8px;
    margin-bottom: 15px;
    float: left;
    width: calc(100% - 22px);
}
.checkout-agreements input{
	float: left;
}
#agreement[1]-error {
    position: relative;
    top: -10px;
    padding-left: 21px;
}
.agreement-checkbox-red{
	color:#e02b27;
}
@media (max-width: 768px){
	.opc .checkout-agreements{
		padding: 0px;
	}
	.checkout-agreement{
	float: left;
    background-color: #e6e6e6;
    border: 1px solid #9a9a9a;
    padding: 5px 5px 5px 9px;
    margin-bottom: 20px;
    margin-top: 5px;
	}
	.checkout-agreement label{
		margin-bottom: 0px;
	}

	#checkout-payment-method-load .step-title{
		padding-left: 15px;
	}
	.actions-toolbar .primary a.action, .actions-toolbar .primary button.action{
		    padding: 0 30px !important;
	}
}
@media (max-width: 992px){
	.level0.dropdown.ext.hasChild.parent.last{
		margin-bottom:70px;
	}
}

.sidebar.sidebar-main  .accordion-container.mean-container{
	display: none;
}
.gallery-cat-gallery .sidebar.sidebar-additional{
	display: none;
}
.lofgallery-category-bannercategory .sidebar.sidebar-additional{
	display: none;
}
.nav-sections .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 13px 16px;
}
#tooltip-label{
	display: none;
}
.form.form-shipping-address{
	display: initial !important;
}
.customer-address-index.page-layout-2columns-left .column.main .delete-if-repeat{
	display: none;
}

/*
.modes-mode.mode-list{
	display: none !important;
}


  .old-price.old .price-container.price-final_price.tax {
        text-decoration: line-through;
     }

   .catalog-category-view .old-price, .catalog-category-view .old-price .price{
    font-size: 14px;
  }
 .catalog-category-view .price-container .weee:after{
  content: "";
 }
 .black-friday-cat-price .price{
  display: inline-block;
 }
 .black-friday-cat-price .special-price .price{
  padding: 0 3px 0 0;
 }    
 .catalog-product-view .old-price .price-container.price-final_price .price{
 	color: #666;
 	    font-size: 15px;
    font-weight: 400;
 }
 */
 .cms-bigsale6 .product-item-info.per-product .slick-slide img {
    display: block;
    max-height: 185px;
}
/* very new */
.product-shop-content, .product-add-form{
 	width: 50%;
    float: left;
 }

 .product-view .product-shop .product-social-links {
    display: block !important;
    float: left;
}
.cart-butn span{
	display: block;
}

span.right-icon {
    display: block;
    background-color: aqua;
    width: 84px;
}
.middle-text{
	display: block;
    width: 150px;
    white-space: initial;
    padding: 16px 20px 28px 72px;
	width: 222px;
    white-space: initial;
    line-height: 23px;
    font-weight: 800;
    text-align: left;
	font: Bold 18px/26px Oswald;
	color: #1F1F1F;
	    border: 1px solid #9A9A9A;
    margin-right: 1px;
    box-sizing: border-box;	 
        padding: 11px 20px 12px 72px;
}
.cart-butn .del-time{
	   font-weight: 400;
}
.with-delivery.cart-butn .middle-text{
	background: url(../images/online-buy.png);
	background-color: #ececec;
    background-repeat: no-repeat;
	background-position: 12px center;
}
.in-shop.cart-butn .middle-text{
	background: url(../images/car.png);
	background-color: #ececec;
    background-repeat: no-repeat;
	background-position: 12px center;
}
 
.cart-butn {
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-end;
}
.cart-butn .right-icon{
	background: url(../images/deliveri-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fa5f0f;
    border: 1px solid #9D3905;
        box-sizing: border-box;
}

	.cart-butn button{
		height: initial !important;
		padding: 0 !important;
		display: contents;
	}
.catalog-product-view .actions.add-to-cart{
	    margin-top: 0px !important;
    padding-top: 0px !important;
}	
.catalog-product-view .price-box.price-final_price{
	    text-align: right;
}
.box-tocart {
    display: flex;
    justify-content: flex-end;
}
a.swis-info {
	margin-top: 33px;
    margin-bottom: 13px;
    display: block;
}
 .swiss-icon{
    background: url(../images/plusik.png);
    padding: 20px;
    margin-right: 1px;
    display: inline-flex;
}
 .shipping-icon{	
    background: url(../images/qwestion.png);
    background-repeat: no-repeat;
    background-color: #707070;
    background-position: center;
    padding: 20px;
	margin-right: -2px;
    display: inline-flex;
}
.amazon-button-container.centered-button .amazon-button-container__cell:last-child{
	display: none;
}
.catalog-product-view .centered-button{
	   /* max-width: 305px;*/
    display: flex;
    justify-content: flex-end;
}
.product-info-main .product.attribute.overview{
    border-top: 1px solid #D4D4D4 !important;
	margin-top: 25px;
}
.amazon-button-container {
    margin: 17px 0 10px;
    }


@media screen and (min-width: 998px) and (max-width: 1170px){
	.product-info-main .product.attribute.overview{
		border: none;
	}
}
@media screen and (max-width: 998px) {
	.product-shop-content, .product-add-form {
		width: 100%;
	}
	.catalog-product-view .price-box.price-final_price {
		text-align: left;
	}
	.box-tocart {
		justify-content: flex-start;
		width: 50%;
	}
	.catalog-product-view .centered-button {
		justify-content: flex-start;
	}
	.cart-butn {
		justify-content: flex-start;
	}
	.actions.add-to-cart {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product-info-price.utu3 {
		width: 50%;
	}
	.av-price {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
	}
	.product-info-price.utu3 {
		width: 100%;
		margin: 0;
		max-width: max-content;
	}
	.box-tocart {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {

	.actions.add-to-cart {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}



	.shop-content-left {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	a.swis-info {
		width: max-content;
		margin: 20px 0;
	}

	.stock.available.shipping-cost {
		width: max-content;
		padding: 0;
		margin-right: 0;
	}
	span.left-tick {
		font-size: 11pt;
	}
	span.shipping-icon {
		display: none;
	}
	.swis-info{
		position: relative;
    	top: 2px;
	}   

	.catalog-product-view .centered-button {
		justify-content: flex-end;
	}
	.av-price {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
	}
	.cart-butn {
		justify-content: flex-end;
		width: 100%;
	}
	.box-tocart .field.qty{
		width: 100%;
	}
	.middle-text{
		width: 262px;
	}
	.swis-info button{
		font-size: 11pt;
	}
	.shipping-info button{
		width: 168px;
	}
}
@media(max-width: 425px) {
span.shipping-icon {
    display: inline-block;
    margin-right: -3px;
}
.shipping-info button {
    width: 166px;
}
}


.checkout-index-index .amazon-button-container{
	display: none;
}



.table-checkout-shipping-method table{
color: black;
}
.table-checkout-shipping-method thead>tr>th:nth-child(4){
display: none;
}
.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(2){

/*background-image: url(../images/online-buy.png);*/
background-image: url(../images/car.png);
background-repeat: no-repeat;
background-position: 12px center;
font-size: 0;
width: 70px;
  width: 63px !important;
}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(2){
background-image: url(../images/online-buy.png);
/*background-image: url(../images/car.png);*/
background-repeat: no-repeat;
background-position: 12px center;
font-size: 0;
width: 70px;
}
.table-checkout-shipping-method .row>td:nth-child(3){
/*width: 186px;*/
width: auto;
}
.table-checkout-shipping-method .row>td:nth-child(3){

font-weight: bold;
height: 55px;

}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(3)::after{

content: "1-3 Tage Lieferzeit";
display: block;
}

.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(3):after{
font-weight: normal;
content: "Abholbereit ab 16 Uhr im Grillshop Dornbirn";
display: block;
}


.table-checkout-shipping-method .row>td:nth-child(4){
display: none;
}
.table-checkout-shipping-method tbody>tr{
background: #E8E8E8 0% 0% no-repeat padding-box;
border: 1px solid #9A9A9A;
}
.table-checkout-shipping-method .table-checkout-shipping-method tbody td{
padding: 0;
}
.table-checkout-shipping-method .col{
padding: 0;
}
.table-checkout-shipping-method thead{
display: none;
}
.table-checkout-shipping-method .table-checkout-shipping-method{
display: flex;
flex-direction: row;
width: 500px;
}
.table-checkout-shipping-method tbody{
	display: flex;
	    flex-direction: row-reverse;
}



.table-checkout-shipping-method caption, .table-checkout-shipping-method th, .table-checkout-shipping-method td{
vertical-align: middle;
}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(3){
font-weight: bold;
}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(3):after{
font-weight: normal;
}
.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(3){
font-weight: bold;
    color: #1F1F1F;
}

.table-checkout-shipping-method .row:nth-child(2){

vertical-align: middle;
}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(3){
font-weight: bold;
 color: #1F1F1F;
}
.table-checkout-shipping-method .row:nth-child(2)>td:nth-child(3):after{
font-weight: normal;
}
.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(3){
font-weight: bold;
}
.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(3):after{
font-weight: normal;
/*content: "1-3 Tage Lieferzeit";*/
display: block;
}
.table-checkout-shipping-method .row:nth-child(2){
margin-left: 80px;
}
.table-checkout-shipping-method .row>td:nth-child(2){
width: 63px !important;
    padding-right: 19%;
}
.table-checkout-shipping-method .row>td:nth-child(1) input{
margin: 0 15px;
    margin: 0px 50%;
}

.table-checkout-shipping-method input.radio{
	transform: scale(1.5);
	}
#checkoutSteps {
    display: flex;
    flex-flow: wrap;
}
#checkoutSteps li.checkout-shipping-address{
	order: 2;
	width: 100%;	
}
#checkoutSteps #opc-shipping_method {
	order: 1;
	width: 100%;
}
table.table-checkout-shipping-method {
    width: 100%;
}
#checkoutSteps .table-checkout-shipping-method tbody >.row{
	margin: 0 !important;
	width: 50%
}
#checkoutSteps .table-checkout-shipping-method tbody >.row:first-child{
	/*margin-right: 5% !important;*/
	    margin-left: 5% !important;
}
#checkoutSteps .table-checkout-shipping-method tbody td:first-child{
	width: 13%;
}
/*.table-checkout-shipping-method .row:nth-child(1)>td:nth-child(2) {
    width: 63px !important;
}*/
.checkout-index-index #payment{
	width: 100%;
}
@media (max-width: 1180px){
.table-checkout-shipping-method .row>td:nth-child(3){
	padding-right: 5px;
}
}
div#shipping-method-buttons-container {
    visibility: hidden;
}
.auto-next-step{
	    float: right;
    color: #ffffff;
    background-color: #fa5f0f;
    border-color: #fa5f0f;
    margin-top: 15px;
}
@media (min-width: 768px){
	.checkout-index-index .opc-sidebar{
		    margin: -30px 0 20px !important;
	}
}
   .auto-next-step{
    cursor: pointer;
    height: 40px;
    padding: 13px 22px;
    text-transform: uppercase;
    font-weight: bold !important;
    font: 12px/15px Arifal,Helvetica,sans-serif;
    }
    div#checkout-step-shipping_method {
    margin-bottom: 0;
}
/*div#shipping-method-buttons-container{
	visibility: hidden;
}*/
@media (max-width: 520px){
	.table-checkout-shipping-method .row>td:nth-child(2){
			    display: inline-block;
    height: 50px;
    width: 49% !important;
    box-sizing: border-box;
	}

	.table-checkout-shipping-method tbody td:first-child{
		width: 42% !important;
    	display: inline-block;
    	box-sizing: border-box;
	}
	.table-checkout-shipping-method tbody td{
		border: none;
	}
	.table-checkout-shipping-method .row>td:nth-child(1) input{
		margin: 0;
    	margin-right: 8%;
    	float: right;
	}

	.table-checkout-shipping-method .row>td:nth-child(3){
		    text-align: center;
    margin: auto;
    display: block;
    max-width: 163px;
    height: auto;
    margin-bottom: 13px;
	}
	#checkoutSteps .table-checkout-shipping-method tbody >.row{
		padding-top: 10px;
	}
}
.logged-in #shipping-method-buttons-container{
	visibility: visible;
	padding-top: 25px;
}
 .checkout-index-index .opc-block-shipping-information .ship-via{
 	display: none;
 }

.mage-magictabs img.product-image-photo{
	max-height: 200px;
}
.opc-block-summary .totals.shipping .mark .label{
	display: none;
}
 .opc-payment-additional.comment{
 	visibility: collapse;
 }
 #search_autocomplete{
	display: none !important;
}