html, body, form
{
	margin: 0;
	padding: 0;
}
body
{
	height:auto !important;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: 400;
	background:url('img/body_bg.jpg') 0 0 repeat;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;	
	color: #2F2D2D;
	top: 0 !important;
}
table
{
	font-size:100%;
	text-align:left;
}
h1
{
	margin:0;
	padding:0;
}
h1.general_title{
	font-size:23px;
	margin-left:16px;
	margin-top:10px;
	margin-bottom:20px;
	font-weight:normal;
	width:65%;
}
h1.general_title_1{
	float:left;
	font-size:23px;
	margin-left:16px;
	margin-top:10px;
	margin-bottom:4px;
	font-weight:400;
	width:33%;
}

:focus{
	outline:-webkit-focus-ring-color auto 0px;
}

/* global styles */
a{
	color:#2F2D2D;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.color1{
	color:#3E72DA;
}
th {
    font-weight: 400;
    font-size: 16px
}
h1,h2,h3,h4{
    font-weight: 500;	
}
input.batton_blue66{
	background:url("img/batton/blue66.png") no-repeat;
	height:26px;
	width:66px;
	display:block;
	color:white;
	border:0px;
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
input.batton_blue85{
	background:url("img/batton/blue85.png") no-repeat;
	height:26px;
	width:85px;
	display:block;
	color:white;
	border:0px;
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
input.batton_blue110{
	background:url("img/batton/blue110.png") no-repeat;
	height:26px;
	width:110px;
	display:block;
	color:white;
	border:0px;
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
input.batton_blue130{
	background:url("img/batton/blue130.png") no-repeat;
	height:26px;
	width:130px;
	display:block;
	color:white;
	border:0px;
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}

.clear{
	clear:both;
}
.none1{
	width:1px;
	height:1px;
	position:absolute;
	left:-10000px;
}
.none2{
	display:none;
}
.flleft{
	float:left;
}
.flright{
	float:right;
}
table.tblstyle1{
	width:800px;
	margin:0;
	padding:0;
	border:0;
}
table.tblstyle1 td{
	padding:5px 10px 5px 10px;
}
table.tblstyle1 th{
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}
table.tblstyle1 .dashed{
	border-right:1px dashed #C0C0BF;
}
.tblstyle1_top_bg{
	background-color:#fff;
}
.tblstyle1_bot_bg{
	background-color:#fff;
}
table.tblstyle1 .head td, table.tblstyle1 .head th,
table.tblstyle1 .foot td, table.tblstyle1 .foot th{
	height:44px;
	background-color:#cccccc;
}
table.tblstyle1 tr.vtoraya{
	background-color:#F8F8F8;
}

.like_first_tr{
	font-size:18px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#9B9B9B;
}

/* note for table.th in catalog */
.th-option{
	position:relative;
}

/* QUANTITY and ADD2BASKET_AJAX */
.quantity_plus_minus{
	/*margin:0 auto;*/
	width:77px;
}
.quantity_plus_minus .quantity_plus_minus-minus{
	display:none;
	float:left;
	width:18px;
	height:18px;
	border:1px solid #DEDEDE;
	background-color:#F0F0F0;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px; 
	-khtml-border-radius: 5px 0 0 5px;
}
.quantity_plus_minus .quantity_plus_minus-minus:hover{
	color:#FFFFFF;
	background-color:#0059AD;
	border:1px solid #03325F;
}
.quantity_plus_minus .quantity_plus_minus-input{
	display:block;
	float:left;
	width:37px;
	height:18px;
	margin:0;
	padding:0;
	border:1px solid #DEDEDE;
	margin:0 17px 0 17px;
}
.quantity_plus_minus .quantity_plus_minus-plus{
	display:none;
	float:left;
	width:17px;
	height:17px;
	padding-top:1px;
	padding-right:1px;
	border:1px solid #DEDEDE;
	background-color:#F0F0F0;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0; 
	-khtml-border-radius: 0 5px 5px 0;
}
.quantity_plus_minus .quantity_plus_minus-plus:hover{
	color:#FFFFFF;
	background-color:#0059AD;
	border:1px solid #03325F;
}
.basket_manipulator{
	position:relative;
	width:115px;
	height:20px;
	margin:8px 0;
	padding-left:5px;
}
.catalog-section .basket_manipulator{
	width:115px !important;
}
.basket_manipulator2{
	margin:8px 0;
}
.basket_manipulator .quantity_plus_minus{
	float:left;
}
.basket_manipulator .batton_basket{
	margin-left:10px;
	float:left;
}
.basket_manipulator .basket_good{
	margin-top:4px;
	margin-left:5px;
	float:left;
}
.basket_manipulator .basket_good_hint{
	width:155px;
	position:absolute;
	z-index: 100;
	top:24px;
	right:10px;
	padding:2px 4px;
	color:#000000;
	background-color:#FEC900;
	border:1px solid #FEB200;
	border-radius:3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}
.basket_manipulator .basket_error_multiplicity{
	width:215px;
	position:absolute;
	top:-16px;
	right:10px;
	padding:2px 4px;
	color:#FFFFFF;
	background-color:#CC0000;
	border:1px solid #990000;
	border-radius:3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}
.basket_manipulator .basket_error_minquantity{
	width:215px;
	position:absolute;
	top:24px;
	right:10px;
	padding:2px 4px;
	color:#FFFFFF;
	background-color:#CC0000;
	border:1px solid #990000;
	border-radius:3px;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}
.basket_manipulator .batton_basket{
	width:18px;
	height:17px;
	display:block;
	border:0px;
	margin-left:5px;
	padding:0;
	cursor:pointer;
}
.basket_manipulator .batton_basket-notadd{
	background:url("img/basket.png") 0 2px no-repeat;
}
.basket_good{
	width:10px;
	height:9px;
	float:right;
}
.basket_good-bg{
	background:url('img/basket_added.png') 0 0 no-repeat;
}

/* general styles */
#wrap{
	margin:0 auto;
	padding:0;
	width:99%
	background:url('img/wrap_bg.png') 0 0 repeat-y;
	text-align:left;
}
.wrap-bottom-line{
	margin:0 auto;
	padding:0;
	width:1012px;
	height:6px;
	margin-bottom:9px;
	background:url('img/wrap_bg_bot.png') 0 0 no-repeat;
}
#page{
	width:98%;
	margin-left:16px;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
}

/* #header */
#header{
	padding-top:25px;
	background-color:#223D62;
	color:#FFFFFF;
	vertical-align:top;
}
#header .logo{
	float:left;
	padding-left:22px;
}
#header .site_name{
	font-size:17px;
	font-weight:bold;
	float:left;
	padding-left:30px;
	min-height: 55px;
}
#header .contacts{
	margin-left:25px;
	float:left;
}
#header .search_personal{
	float:right;
	padding-right:10px;
	width: 250px;
}
#header .pers_menu_in_head{
	float:right;
	margin-top:12px;
}

/* sidebar - left */
#sidebar_left{
	float:left;
}

#content{
	overflow: hidden;
}
/* #content */
#content .main_page{
	float:left;
	width:800px;
    margin-left:16px;	
}

/* sidebar - right */
#content .sidebar-right{	
	float:right;
	width:200px;
}
.sr_line{
	height:1px;
	width:180px;
	margin-left:10px;
	background:url('img/sidebar-right-line.png') 10px 0 repeat-x;
}

/* #footer */
#footer{
	height:152px;
}
#footer .cont_ttl{
	float:right;
	margin:8px 40px 10px 10px;
}
#footer .cont_bot{
	float:right;
	margin:0 40px 20px 0;
}
#footer .copyright{
	margin-left:15px;
	margin-top:58px;
	float:left;
}

div#brand-logo {
    height: 75px;
    white-space: nowrap;
    
    text-align: left; margin: 1em 0;
}

div#brand-logo img
{
    margin: 10px;
	vertical-align: middle;
    max-height: 75px;
    max-width: 160px;
}

.brand_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.last_goods{
	text-align:center;
	color:red;
	font-weight: 600;
	margin: 30px;
}


/*** NEW HEAD ***/
.site_name p{
	margin-bottom: 0px;
	margin-top: 0px;
}
.site_name a{
	color: white;
	text-decoration: none;
}
@-moz-document url-prefix() {
 #header .site_name p.logo-text{
	 top: 1px;
 }
}
.site_name p:first-child{
	font-size: 22px;
	font-family: 'PT Sans';
	letter-spacing: 1px;
}
.site_name p.logo-text{
	font-size: 11px;
	font-family: 'PT Sans';
	color: #96b7e5;
	text-transform: uppercase;
	position: relative;
	left: 3px;
	top: 2px;
}
.site_name img{
	float: left;
	position: relative;
	top: 3px;
}
#header .site_name{
	padding-left: 20px;
}
#header .contacts{
	height: 50px;
}
#header .contacts.phone{
	width: 300px;
}
#header .contacts ul{
	position: relative;
	bottom: 30px;
	font-size: 14px;
	font-family: 'PT Sans';
	list-style-type: none;
	right: 12px;
}
#header .contacts img{
	position: relative;
	top: 14px;
}
#header .contacts ul li{
	float: left;
}
#header .contacts ul li:nth-child(2n){
	margin-left: 15px;
}
#header .time-head{
    width: 220px;
}
#header .time-head img{
	float: left;
}
#header .time-head p{
	position: relative;
	left: 10px;
	top: 1px;
	font-size: 12px;
	font-family: 'PT Sans';
}
#header .cart-head{
	width: 220px;
	margin-top: 1px;
}
#header .cart-head span{
	font-size: 14px;
	font-family: 'PT Sans';
}
#header .cart-head a{
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed;
	font-size: 14px;
	font-family: 'PT Sans';
	letter-spacing: 0.5px;
	font-weight: normal;
}
#header .cart-head a:hover{
	border-bottom: none;
}
#header .cart-head a > span{
	color: #FDCB00;
}
#header .cart-head span.icon_cart{
	height: 31px;
	width: 31px;
	position: relative;
	margin-left: 5px;
	background: url(/bitrix/templates/opt_copy_new/img/header/maz_icon_cart.png) no-repeat top center;
	bottom: -7px;
}
#header .sched-head li{
	float: none !important;
}
#header .search_personal img{
	margin-top: 14px;
	margin-right: 10px;
}
#header .search_personal .pers_menu_in_head{
	font-size: 14px;
	font-family: 'PT Sans';
}
#header .search_personal .pers_menu_in_head .show_tgl_menu{
	background: url('/bitrix/templates/opt_copy_new/img/header/arrow-down.png') 110px 7px no-repeat;
	padding-right: 30px;
}
#header .search_personal .pers_menu_in_head .show_tgl_menu .tgl_menu span{
	background: url('/bitrix/templates/opt_copy_new/img/header/arrow-down.png') 110px 7px no-repeat;
}
#header .search_personal .pers_menu_in_head > a{
	text-decoration: none;
	border-bottom: 1px dashed white;
}
#header .search_personal .pers_menu_in_head > a:hover{
	border-bottom: none;
}
#header .search_personal .pers_menu_in_head .show_tgl_menu > span{
	border-bottom: 1px dashed white;
}
#header .search_personal .pers_menu_in_head .show_tgl_menu span:hover{
	border-bottom: none;
}
#header .search_personal{
	margin-right: 10px;
}

/** NEW CODE VSPLIV **/
.add2basket_ajax div.error-div{
	display: none;
	width: 150px;
	background-color: #f7f7f7;
	border: 1px solid #016ed5;
	position: absolute;
	bottom: 29px;
	right: 15px;
}
.add2basket_ajax div.error-div img.arrow-down-vspliv{
	position: relative;
	bottom: 3px;
}
.add2basket_ajax div.error-div img.info-vspliv{
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}
.add2basket_ajax div.error-div p.info-quan{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: 'PT Sans';
	width: 70%;
	margin-left: 18px;
	padding: 0px;
	text-align: left;
}
.add2basket_ajax div.error-div img.line-vspliv{
	position: relative;
	right: 37px;
	bottom: 10px;
}
.add2basket_ajax div.error-div p.quan-ostatok-text{
	position: relative;
	margin: 0px;
	bottom: 10px;
}


/** MAIN PAGE NEW BLOCKS **/

.main-page-slider {
    position: relative;
}

.main-page-slider .owl-pagination {
    position: absolute;
    right: 25px;
    top: 44px;
}

.main-page-slider .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
    border-radius: 0;
}
.main-wrapper .item img{
    max-height: 585px;
    width: 100%;
}
.main-page-slider .owl-theme .owl-controls .owl-page.active span,
.main-page-slider .owl-theme .owl-controls .owl-controls.clickable .owl-page:hover span {
    background: #fecb00;
    border: 2px solid #fecb00;
}

.slide-box-description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    width: 395px;
    background: url(/bitrix/templates/opt_copy_new/img/desc-box-bg.png);
    background-size: cover;
}

.slide-box-text-wrapper {
    position: absolute !important;
    bottom: 40px;
    right: 40px;
    max-width: 260px;
}

.slide-box-text strong {
    font-weight: 700;
}

.slide-box-text {
    position: relative;
    display: block;
    font: 18px/24px 'PTSans', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.slide-icon-box{
    position: absolute;
    /*left: 40px;
    top: 40px;*/
	right: 40px;
	top: 80px;
    display: block;
    
}

/** Блок О компании **/
.about-company{
    overflow: hidden;
    background: url(/bitrix/templates/opt_copy_new/img/podlogka-maz.png) center center no-repeat; 
	background-size: cover;
}
.about-company-wrap{
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
}
.about-title, .sub-title{
	font:18px/40px 'PTSans', sans-serif;
	color:#000;
	display:block;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	background: url(/bitrix/templates/opt_copy_new/img/about-block.png) center center no-repeat; 

}
.about-more{
	position: absolute;
	top: 13px;
    right: 27%;
    border-bottom:1px dashed #000;
    text-decoration:none;
}
.about-more:hover{
	border: none;
}
.about-left-list, .about-right-list{
	list-style:none;
	float: left;
	width: 48%;
	padding:0;
	margin:0;
}
.about-right-list{
	float: right;
}


.about-left-list li, .about-right-list li {
	padding-left: 25px;
	background: url(/bitrix/templates/opt_copy_new/img/quad.png) top left no-repeat;
	background-size: 10px 10px;
	margin-bottom: 20px; 
	font: 14px/20px 'PTSans', sans-serif;
	color:#000;
}

.authorization-button{
	width: 250px;
	height: 45px;
	margin: 35px auto;
	background: #213d62 url(/bitrix/templates/opt_copy_new/img/user.png) 90% 13px no-repeat;
	display: block;
	font-size: 18px;
	line-height: 45px;
	color:#fff;
	text-decoration: dashed;
	padding-left: 25px;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

.authorization-button:hover{
    color:#000;
    background: #fecb00 url(/bitrix/templates/opt_copy_new/img/user-black.png) 90% 13px no-repeat;

}

.options-list{
	overflow: hidden;
	list-style:none;
	padding: 50px 0;
	margin: 0 auto;
	width: 100%;
}
.options-list li{
	width: 25%;
	float: left;
	text-align: center;
}
.options-list li img{
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;

}

.options-list li span{
	display: block;
	max-width: 185px;
	padding-top: 10px;
	margin: 0 auto;
	font:15px/17px 'PTSans-Regular',sans-serif;
	color:#000;
	position: relative;
}
.options-list li span:before{
	content: '';
	position: absolute;
	top: 0px;
    left: 43%;
	width: 30px;
	height: 2px;
	background: #000;

}
.options{
	background: url(/bitrix/templates/opt_copy_new/img/options-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
}
.options-wrap{
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.subscribe{
	padding:30px 0 50px;
	background: url(/bitrix/templates/opt_copy_new/img/sub-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
}
.sub-title{
	color:#fff;
}
.sub-desc{
	font:16px/20px 'PTSans-Regular',sans-serif;
	color:#fff;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.sub-wrap .form-wrap{
	width: 610px;
	margin: 20px auto;
	overflow: hidden;
}
.sub-wrap .form-wrap input{
	width: 380px;
	height: 50px;
	float: left;
	border: 2px solid #fff;
	padding: 0 20px;
	text-align: left;
    color:#fff;
	outline: none; 
	background: rgba(255,255,255, 0.15);
}
.sub-submit{
	float: right;
	width: 180px;
	height: 54px;
	color:#000;
	background: #fecb0e url(/bitrix/templates/opt_copy_new/img/submit-icon.png) 95% 50% no-repeat;
	padding-left: 20px;
	text-align: left;
	cursor: pointer;
	outline: none;
	border: 2px solid transparent;
	font-size: 16px;
	font-weight: 700;
}

/** NEW CODE TITLE H3 MAIN **/
div.about-box h3.opt-sales{
	text-align: center;
	font-size: 16px;
}
table.cs-list td.dashed nobr span.old,
table.inner_name tr td span.old{
	text-decoration: line-through;
}
table.cs-list td.dashed nobr span.real{
	display: block;
	color: red;
}
table.inner_name tr td span.real{
	color: red;
}

.clb{
	clear: both;
}
.data-table{
	margin-left: 16px;
}
.data-table tbody{
	background: white;
	border-collapse: inherit;
}
td .middle{
	text-transform: capitalize;
}

#subLeftMenu .new:before,
#subLeftMenu .sale:before,
#subLeftMenu .hit:before,
#subLeftMenu .exclusive:before,
#subLeftMenu .price-down:before,
#subLeftMenu .promo:before{
	content: "\00a0";	
    margin-right: 26px;	
}


#subLeftMenu .new:before, .stick.new{
	background: #248F40;
}
#subLeftMenu .sale:before, .stick.sale{
	background: #BF4030;
}
#subLeftMenu .hit:before, .stick.hit{
	background: #3E94D1;
}
#subLeftMenu .exclusive:before, .stick.exclusive{
	background: #03406A;
}
#subLeftMenu .price-down:before, .stick.price-down{
	background: #FF9000;
}
#subLeftMenu .superprice:before, .stick.superprice{
	background: #000000;
}
#subLeftMenu .stick.promo:before, .stick.promo{
	background: #A61300;
}
.stick a{
	color: #fff;
}

.btn{
	width: 250px;
	height: 45px;
	margin: 35px auto;
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	color:#fff;
	text-decoration: dashed;
	padding-left: 25px;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.btn.xlsx{
	background: #213d62 url(/bitrix/templates/opt_copy_new/img/xlsx-white.png) 90% 15px no-repeat;
}

.btn.xlsx:hover{
    color:#000;
    background: #fecb00 url(/bitrix/templates/opt_copy_new/img/xlsx-black.png) 90% 13px no-repeat;
}


@media all and (max-width: 1800px) {

	.product{
	    height: 346px !important;
		width: 25% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+4){
		height: 347px !important;
	}
	
	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+4){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(4n+1){
		border-left: 1px solid #e7e8ea !important;
	}	
}
@media all and (max-width: 1560px) {

	#header .ultra-wide{
		display: none;
	}
}
@media all and (max-width: 1366px){
	.product{
	    height: 346px !important;
		width: 33.33333% !important;
		border: 0 !important;
	}

	.product:nth-child(-n+4){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(4n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+3){
		height: 347px !important;
	}
	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+3){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(3n+1){
		border-left: 1px solid #e7e8ea !important;
	}
	#header .cart-head{
		width: 160px;
	}
	#header .search_personal{
		max-width: 180px;
	}
	#header .search_personal img{
		margin-top: 0;
	}
	#header .pers_menu_in_head{
		line-height: 25px;
	}

	#header .cart-head{
		width: auto;		
	}

	
}

@media all and (max-width: 1200px){

	table.top_menu a{
		padding: 7px 5px;
	}
	
	table.top_menu td{
		background: #fff;
	}

	#header .cart-price{
		display: none;
	}
	#header .wide, #header .ultra-wide{
		display: none;
	}
	#header .search_personal{
		width: auto;
	}
	#header .contacts.phone{
		width: auto;
	}
	#header .contacts ul li{
		float: none;
	}
	
}
@media all and (max-width: 1000px){
	#header .time-head {
		display: none;
	}

	.product{
	    height: 346px !important;
		width: 50% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+2){
		height: 347px !important;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(2n+1){
		border-left: 1px solid #e7e8ea !important;
	}
	.product:hover .fastShow{
		display: none;
	}
	

}

@media all and (max-width: 820px){
	#header .search_personal{
		display: none;
	}
	#header .cart-head{
		float: right;		
		padding-right: 15px;
	}
	
	input[name="arrFilter_pf[SEARCHSTRING]"]{
		width: 350px;
	}
	table.top_menu a{
		height: 28px;
	}
	.product{
	    height: 346px !important;
		width: 50% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+2){
		height: 347px !important;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(2n+1){
		border-left: 1px solid #e7e8ea !important;
	}
}

@media all and (max-width: 680px){
	table.top_menu a{
		height: 36px;
	}
	input[name="arrFilter_pf[SEARCHSTRING]"]{
		width: 250px;
	}	
	.site_name p:first-child{
		font-size: 18px; 
	}
}
@media all and (max-width: 560px){
	.site_name p:first-child{
		font-size: 16px; 
	}
}
@media all and (max-width: 480px) {

	.product{
	    height: 346px !important;
		width: 100% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+1){
		height: 347px !important;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+1){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(1n+1){
		border-left: 1px solid #e7e8ea !important;
	}

}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

li.border{
	border: 0 !important;
}
table.top_menu td.border{
	border: 0 !important;
}

#header .time-head{
	position: relative;
    top: -13px;
}
.countdown-wrap{
	background-color: #223D62;
	border: 1px solid white;
	border-radius: 1rem;
	width: 225px;
    padding: 0;
    position: relative;
}
.countdown-container, .item-countdown-container {
  color: #333;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  display: inline-block;
}
.item-countdown-container {
  width: 110px;
  float: right;
  line-height: 10px;
}
#countdown-np{
	width: 100%;
	border-right: none !important;
}
#countdown-sat{
	display: none;
}
#countdown-guns{
	display: none;
}
#countdown-np:hover figcaption{
	display: block;
	opacity: 1;
	
}
#countdown-sat:hover figcaption{
	display: block;
	opacity: 1;
	
}
#countdown-guns:hover figcaption{
	display: block;
	opacity: 1;
}
.countdown-container figcaption, .item-countdown-container figcaption{
	opacity: 0;
    transition: opacity 2s ease-out;
    background-color: white;
    position: absolute;
    top: -1;
    left: 0;
	border: 1px solid #223D62;
	border-radius: 1rem;
	width: 225px;
	height: 90px;
    padding: 0;
    display: none;
    z-index: 100;
}

.countdown-container figcaption h3, .item-countdown-container figcaption h3{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: black;
}
.countdown-container figcaption p, .item-countdown-container figcaption p{
	padding: 0;
	margin: 0 10px;
	position: absolute;
	top: 15px !important;
	left: 0 !important;
	transform: translate(0, -50%);
	padding-top: 15px;
	color: black;
}

.countdown-title{
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	padding-bottom: 5px;
}

.countdown-container ul, .item-countdown-container ul{
	padding: 0;
	margin: 0;
	position: initial !important;
}

.countdown-container img, .item-countdown-container img{
	float: none !important;
	position: initial !important;
    top: 0 !important;
    background: white;
    border: 1px solid white;
    border-radius: 50%;
    max-width: 25px;
    max-height: 25px;
}

.countdown-container li, .item-countdown-container li{
  display: inline-block;
  font-size: 0.5em;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  float: none !important;
  color: white;
}

.item-countdown-container li{
	color: inherit; 
}

.item-countdown-container li.day{
	padding-right: 7px !important; 
}

.countdown-container li span, .item-countdown-container li span{
  display: block;
  font-size: 1rem;
}

.item-countdown-container li span{
	font-weight: 600;	
}
.item-countdown-info{
	font-size: 0.95em;
	color: red;
}

.countdown-container .message, .item-countdown-container .message{
  font-size: 4rem;
}

.countdown-container #content, .item-countdown-container #content{
  display: none;
  padding: 1rem;
}


.countdown-container .emoji , .item-countdown-container .emoji{
  padding: 0 .25rem;
}

@media all and (max-width: 768px) {
  .countdown-container h1, .item-countdown-container h1{
    font-size: 1.5rem;
  }
  
  .countdown-container li, .item-countdown-container li{
    font-size: 1.125rem;
    padding: 0;
  }
  
  .countdown-container li span, .item-countdown-container li span{
    font-size: 3.375rem;
  }
}

.fin_block{
	width: 44%;
    display: inline-block;
    padding-left: 5%;
    position: relative;
    float: right;
    height: 150px;
}

@media all and (max-width: 1200px) {
	.fin_block{
		width: 100%;
	}
	.filter-wrap{
	    margin-bottom: 0;
		height: 100px;
	}
	.data-table{
		position: relative;
		top: 30px;
	}
	.discount-info{
		position: inherit !important;
	}
}

.progress-bar.bg-secondary{
	flex-direction: inherit !important;
	border-right: 1px solid #cddc39 !important;
	justify-content: flex-start;
}

.discount-info {
	position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.progress{
	font-size: 0.9rem;
	height: 1.25rem;
}

.bg-fill{
	background: antiquewhite;
}

form[name="arrFilter_form"]{
	height: 0;
}

.fix-search {
    position: fixed;
    top: 70px;
    z-index: 1;
}

.fix-search .data-table{
    border-collapse: inherit;
    border: 1px solid;
    background: white;
    margin: 5px;
    padding: 10px;
}

.language{
	text-align: right;
    font-size: 1.2em;
}

.language__img{
    padding: 0 2px;	
}


.language__img:hover {
    cursor: pointer;
}

.language__img_active{
	color:#FDCB00;	
}

.skiptranslate{
	display: none;
}

.modal-header .close {
    font-size: 2.5rem;
}

.discount-info{
	display: block !important;
}

.bx_ordercart .bx_ordercart_order_pay_my_center{
	display: none;
}

.bx_ordercart .bx_ordercart_order_pay_right{
	float: right;
}

.progress {
	background-color: #c0c0c0;
}
