@import url("reset.css");
address,body,caption,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,label,legend,li,ol,p,table,tbody,td,tfoot,th,thead,tr,ul{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:normal;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;border:0;padding:0!important;margin:0}caption,td,th{text-align:left;font-weight:400;    vertical-align: top;}input,select,textarea{font-size:100%}ul{list-style:none}input::-webkit-calendar-picker-indicator{display:none}input[type=date]::-webkit-input-placeholder{visibility:hidden!important}input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none}input::-o-inner-spin-button,input::-o-outer-spin-button{-o-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

ol{margin-left: 18px} 
body {
    position: relative;
    background: #fff;
    font-family: Ubuntu,Arial,sans-serif;
    font-style: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

p {
    margin: 0 0 20px;
    font-size: .9375em;
    line-height: 24px;
    color: #2c3e50;
}
#navbar{display: none}
h1 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

.pagetemplate img{
  max-width: 100%;
  height: auto;
}
/*a { color: #0095eb; }

a:hover { color: #e84d07; }*/



/*a{text-decoration:underline}*/
/*a:hover{text-decoration:none}*/
p{margin:0 0 20px;font-size:.9375em;line-height:24px;color:#2c3e50}

h1,h2,h3,h4,h5,h6{font-weight:700;color:#2c3e50}
h1 a,h2 a,h3 a,h4 a{color:#2c3e50}h1{font-size:2.125em;color:#2e6bae;margin:0 0 20px}h2{font-size:20px;margin:0 0 15px}h3{font-size:1.375em;color:#2c3e50;margin:0 0 15px}h4{font-size:1.125em;color:#2c3e50;margin:0 0 15px}h4.underline{padding:0 0 5px;margin:20px 0 10px;border-bottom:1px solid #d8dde1}hr{border:none;border-bottom:1px solid #d8dde1;margin:50px 0}








/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}
/*.nav>li>a{
	padding: 12px 15px;
}*/
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}


/* Sidebar navigation */
/*.nav-sidebar {
  margin-right: -21px;  20px padding + 1px border 
  margin-bottom: 20px;
  margin-left: -20px;
}*/
.nav-sidebar{
	   background-color: #232428;
}
.nav-sidebar > li > a {
	color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #676a6e;
    display: block;
    padding: 17px 5px 16px 28px;
    font-size: 12px;

}



.nav-left-menu{
	background: #5f6266;
	margin-top: 20px;
	font-weight: 300;
}
.nav-left-menu > li > a{
	color: #fff;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 28px;
    font-size: 14px;
}

.nav>li>a:hover, .nav>li>a:focus {
   color: #fff;
  background-color: #393a3e;
}


/*
 * Main content
 */


.main {
  position: relative;
  margin: 0;
}
/*@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}*/
.main .page-header {
  margin-top: 0;
}
#path{margin-top: 10px;}
#path a{
	display: inline-block;
    vertical-align: top;
	font-size: 13px;
    font-weight: 300;
    color: #2262aa;
    position: relative;
}

.phonetop{
	float: right;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	margin-right: 30px;
}
.phonetop:hover{
	color: #fff;
}
#cart_informer{
	float: right;
}
.maintop{ 
	width: 100%;
	padding: 10px 0;
	float: left;
    background: #2e6bae;
	position: relative;
    right: 0;
    z-index: 110;
}

.maintop.fixed{
	margin-bottom: -55px;
    position: fixed;
    background: rgba(35,36,40,.7);
    padding-left: 250px;
}
.bx-wrapper{margin-bottom: 40px !important;} 

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* @end — Общий стиль */


/* @group Верхняя строка */
#top_background{
	min-height: 44px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#top{
	margin:0px auto;
	width: 940px;
}
#menu{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
}

#menu li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 5px;
	font-size: 12px;
	display: block;
	float: left;
	padding: 6px 11px 6px 11px;
	color: #606060;
}
#menu li.selected a, #menu li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 20px;
	text-decoration: none;
}

#blog{
	list-style: none;
}

#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

.navbar-form{
	padding: 2px 10px;
	/*display: none;*/
}
#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}
#path{font-size: 12px;margin-bottom: 20px;}
#cart_informer_mobi,
#cart_informer{
	border: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    background: #76be43;
    -moz-box-shadow: 0 2px 0 #5e9935;
    -webkit-box-shadow: 0 2px 0 #5e9935;
    box-shadow: 0 2px 0 #5e9935;
    cursor: pointer;
    margin-right: 15px;
}
.button_cart{
		border: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    background: #76be43;
    -moz-box-shadow: 0 2px 0 #5e9935;
    -webkit-box-shadow: 0 2px 0 #5e9935;
    box-shadow: 0 2px 0 #5e9935;
    cursor: pointer;
    outline: none;
    font-family: verdana
}
.price{
	font-size: 24px;
	color: #2c3e50;
}
.productsingle .price{
    font-size: 27px;  
}
.currency{font-size: 18px;}
.product .product_info form .variant{float: left;}
.product .product_info form .button_cart{float: right;}

#purchases .price{
	font-size: 22px;
	font-weight: 700;
}
hr{
  margin: 10px 0;
}
.green{color: #76be43;}
.red {color: red;}
.count{text-align: center;width: 40px;}
.deliverypr{
  border-left:1px solid #d8dde1;
  font-size: 14px;
}
.deliverypr p{
  line-height: 18px;
}
.blockf{
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.blockf p{margin-bottom: 0;}
td.remove a{
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/delete.png) no-repeat top;
}
.images{margin-top: 10px;}
.productsingle .images a{float: left;margin-right: 10px;margin-bottom: 10px;}
td.remove a:hover{  background: url(../images/delete.png) no-repeat bottom;}
.variant_name{font-family: monospace;}

.button_cart:hover{
		   color: #fff;
		   	    background: #5e9935;
}
.variant{position: relative;}
.product .compare_price {
  font-size: 14px;
  text-decoration: line-through;
  white-space: nowrap;
  color: #707070;
}
.product .compare_price.green{
  font-size: 24px;
  color: #76be43;
}
.compare_price_prs{
  position: absolute;
  top: -10px;
}
.ribbon_gift h2{
  float: left;
  margin-right: 10px;
}

.vigoda{
  color: #76be43;
  font-weight: 700;
  margin-left: 40px;
  float: left;
  padding: 6px 10px;
}

#ribbon_gift aside {
  float: left;
  line-height: 34px;
  position: relative;
  user-select: none;
  margin: 0 0 18px 20px;
  color: #fff;
  padding: 0 20px;
}
 
#ribbon_gift aside.arrow {
  background-color: #da002b;
}
#ribbon_gift aside.arrow:after, #ribbon_gift aside.arrow:before {
  border-width: 17px 0 17px 17px;
}
#ribbon_gift aside.arrow:before {
  border-color: #da002b transparent;
  left: -17px;
}
#ribbon_gift aside.arrow:after {
  border-color: transparent #da002b;
  right: -17px;
}


#ribbon_gift aside:before, #ribbon_gift aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}













.button_cart:focus, 
.button_cart:active,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus
{
	top: 1px;
	outline: none;
	   color: #fff;
	    background: #5e9935;
}
.product_info h3{font-size: 18px;margin-top: 15px;}

.product_info h3 a{

  font-weight: 300;
}
.product_info h3 a:hover{color: #2c3e50;}

.products .product{
  border-radius: 6px;
	margin-bottom: 10px;
 transition: box-shadow 1s;
 padding-bottom: 20px;
 box-shadow: 0 0 8px rgba(94,153,53,0.3);
} 
.products .product:hover{ 
 /* box-shadow: 0 0 8px #5e9935;  Параметры тени */
  
 box-shadow: 0 0 8px #76be43;
}





.feedback_top{
  display: block;
  float: left;
  line-height: 32px;
  color: #fff;
  padding: 10px 20px 10px 10px;
  margin: -10px 20px -10px 0;
  border: none;
  background: none;
  outline: none;
}
.feedback_top:hover,
.feedback_top:focus,
.feedback_top:active{
    background: linear-gradient(to right,#26588f,#295f9b);
    color: #fff;
    text-decoration: none;
    border: none;
}


.icon--mail{
  display: block;
  float: left;
    width: 22px;
    height: 24px;
    margin: 3px 5px 0 0;
    background: url(../images/ico-header-buttons.png) no-repeat 4px 1px;
}

#search_mobi,
#search{
  float: left;
    height: 32px;
    border-radius: 22px;
    background: #fff;
    -webkit-border-radius: 22px; 
    border-radius: 22px;
    padding: 0 12px 0 5px;
}
#search_mobi{
  width: 95%;
  margin-bottom: 10px; 
}
 .button_search{
  border: none;
  height: 32px;
  width:  32px;
  float: left;
  outline: none;
  background:  url(../images/magnifying-glass.png) no-repeat center;
}
 .input_search{
  width: calc(100% - 38px);
  margin-top: 1px;
  height: 30px;
  float: left;
    outline: none;
    border: none;
}
#search_mobi .input_search{
   float: right;
}
.maintop.fixed .feedback_top:hover,
.maintop.fixed .feedback_top:focus,
.maintop.fixed .feedback_top:active{
background: rgba(255,255,255,.1);
}
#cart_informer_mobi a,
#cart_informer a{color: #fff;font-weight: 700;}
.logo{
	position: relative;
     /* background: rgba(35,36,40,.7);*/
   background-color: #f0f0f0;
/*  background-color: #fff;*/
    width: 100%;
    padding-top: 10px;
    height: 88px;
    line-height: 72px;
    text-align: center;
    display: block;
}
.mlogo{
background-color: #f0f0f0;
display: block;
float: left;
padding: 12px 10px 10px 0;
}
.mlogo img{
  display:block;
  margin-left: 30px;
  height: 30px;
    
}

.logo h1{ 
    font-size: 13px;
    text-align: left;
    color: #2262aa;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    margin:0 0 5px 120px;
    float: left;
}
.logo h2{ 
    font-size: 11px;
    text-align: left;
      color: #2262aa;

    padding: 0;
    margin:5px 0 0 30px;
    float: left;
    font-family: verdana;
    text-transform: uppercase;
}
.logo img{
	display:block;
  margin-left: 30px;
  height: 30px;
    
}
.footer{
	margin-top: 20px;
	    background: #f0f0f0;
    padding: 25px;
    font-size: .8125em;
}
.footer ul li{display: inline;margin-right: 20px;}

 .countdown_text{
  text-align: center;
 }
 .countdown_title{
  text-align: center;
  color: #da002b;
 }
.prmain{
	padding: 30px 40px;
	margin: 0 0px 25px -15px;
	background: #f0f0f0;
  width: 100%;
}
.variant_sku{margin: 15px 0 10px 0; font-size: 12px;}
.kype{
  margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filter_link ul{
   display: flex;
    flex-wrap: wrap;
}
.filter_link li{
  list-style: none;
  float: left;
  padding: 2px 0;
}

.filter_link label {
padding: 1px 17px 3px 4px;
margin: 0px 15px 5px 0; 
box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 1), inset 0 -3px 0 0 #c1c1c1; 
    background: #f1f1f1;
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient('to bottom', #fff, #f1f1f1);
    border-radius: 2px;
}


.filter_link label.selected,.filter_link label:hover {
  cursor: pointer;
  border-radius: 2px;
padding: 0px 17px 3px 4px;
text-decoration: none;
color: #FFFFFF;
text-shadow: 0px 1px 0px #3B3B3B;
background: #808080 url('/design/default/images/delete2.png') no-repeat right;
-o-box-shadow:0 0 5px #B6B6B6;
-moz-box-shadow: 0 0 5px #B6B6B6;
-webkit-box-shadow: 0 0 5px #B6B6B6;
box-shadow:0 0 5px #B6B6B6; 
}

.filter_link label.selected:hover {
background: #808080 url('/design/default/images/delete3.png') no-repeat right;
-o-box-shadow:0 0 5px #828282;
-moz-box-shadow: 0 0 5px #828282;
-webkit-box-shadow: 0 0 5px #828282;
box-shadow:0 0 5px #828282;
}
#gift_products .products,
.products{
    display: flex;
    flex-wrap: wrap;
}
#gift_products .products .product,
#related_products .products .product{padding-top: 15px;}

 
.kype{display: none;}
.kype > div{margin-bottom: 20px;}
.kype > div a{
  overflow: hidden;
  display: block;
  text-align: center; 

}
.kype > div a h3 {
  margin-top: 10px; 
    font-size: 18px;
    text-transform: uppercase;
}
.kype > div img{
  min-height: 100px;
  max-height: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.77;
}
.kype > div:hover img{
  transition: all .2s ease-in;
  opacity: 1;
}
.lineproduct{border-bottom: 40px solid #f0f0f0;width: 100%;float: left;clear: both;}
.productsingle .product{margin: 0 15px;padding-bottom: 20px;}

.amount{float: left;margin: 3px 40px 0 0;}
.amount strong{font-size: 13px;margin-right: 10px;}
/*.prform .button_cart{}*/
.body_text{
  clear: both;
}
.body_text h2{
  margin-top: 30px;
  font-size: 20px;
}
.body_text ul{
  list-style: square outside;
  margin-left: 18px;
}
.freeg{
  padding-top: 13px;
  font-size: 14px;
  letter-spacing: -1px;
  padding-left: 100px;
  height: 80px;

  background: url(../images/freeg.png) no-repeat left center;
}
.freeg strong{line-height: 16px;display: block;}
.btn-related{
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.product .btn-related{
  margin-bottom: 20px;
}
.productleagal{
  margin: 14px 0 20px 16px;
    list-style: square outside;

}
.productleagal li{
    font-style: italic;
        font-size: 14px;
}
.freeg strong{text-transform: uppercase;white-space: nowrap;}
.features_block{
  margin-top: 20px;
  padding: 10px 20px;  
  background: #f0f0f0;
}
.features_block h2{ padding: 0 10px;font-size: 20px;margin-bottom:10px;text-align: center;}
.features {
  list-style: none;
  width: 100%;
  display: block;
  clear: both;


  border-bottom: 1px solid #e0e0e0;
}




 .features li {

  padding: 7px 0;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  font-size: 15px;
  
}
 .features li:first-child{  border-top: none;}

 .features label {
  font-style: normal;
  display: block;
  width: 60%;
  float: left;
}
 .features span {
  float: left;
  display: block;
  width: 40%;
}

.deliveulfree li{
  float: left;
  margin: 0;
  clear: both;
  width: 100%;

}
.deliveulfree li strong{float: right;}

#features{

}
#cart_popup { width: 580px;}
.cartpopbottom{   
float: left;
width: 100%;
clear: both;
  background: #f0f0f0;

    font-size: .8125em;}
.to_cart { float: left; padding: 6px 20px; font-weight: bold;}
.cart_continue { float: right; padding: 6px 20px;font-weight: bold; }

#add_tables{
display: none;
 position: absolute;
 width: 100%;
 height: 100%;
  z-index: 110; 
} 
#purchases .image {
    width: 50px;
    text-align: center;
}
#purchases .name {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
#purchases tr {
    border-top: 1px solid #d5d5d5;

}
#purchases .price {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    text-align: right;
}
#purchases .amount {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
} 
#cart_popup #purchases td.price {
    font-size: 14px;
}
.fancybox-skin{border-radius: 0 !important;}
#add_tables_content{
padding: 50px 75px 10px 75px;
 background: #fff;
 border: 2px solid #f27800;
 border-radius: 8px;
 width: 430px;
 position: fixed;
 left: 50%;
 margin-left: -290px;
 margin-top: -137px;
 top: 50%;

} 

#add_tables table#purchases{
    width: 430px;
}
#add_tables table#purchases td.name{
    color: #F27800 !important;
}

.feature_name{
  padding-right: 15px;
  font-weight: 700;
}

#cart_informer_mobi{
  display: none;
  font-size: 12px;
}
.mobi_header_bottom {
  display: flex;
  clear: both;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.mobi_header_bottom .feedback_top {
  margin: 0;
  padding: 2px 0;
}


@media (min-width: 768px) {
  .kype{display: block;}
  #mobi_header{display: none;}
  .sidebar {
    position: fixed;
	 top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
   /* padding: 20px;*/
   width: 250px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	
   background: #5f6266;
    border-right: 1px solid #eee;
  }
 .main {
 	 position: relative;
 	 margin: 0 0 0 250px;
	}

}
.input_captcha{float: right;max-width: 80px; }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{     max-height: none !important; }

@media (max-width: 767px) {
  .bx-wrapper{margin-top: 85px;}
  #navbar{display: block;}
  h1{
    font-size: 1.6em;
  }
  .prmain{padding: 90px 10px 5px 10px;}
  .nav-left-menu{
    margin: 0;
  }
  #mobi_header{
    display: block;
     background: #5f6266;
     background: rgba(35,36,40,.7);
}
#cart_informer_mobi{display: block; float: right; margin: 0px; }
.maintop{
  display: none;
}
  #mobi_header .navbar-header > .navbar-toggle{
    margin: 5px 0 0 0;
    float: left;
  }

}
@media (max-width: 480px) {
  .phonetop{font-size: 16px;margin-bottom: 4px; }
  .feature_name{ font-size: 12px; padding-right: 5px;}  
 .filter_link li label{font-size: 12px;margin-right: 5px; margin-bottom: 0px; }


#countdown {
  width: auto;
  font-size: 20px;
}

.prmain {
  margin-left: 0;
}

}
 





.pagetemplate ul{
     list-style: square outside;
     padding-left: 18px;
}

.va--middle.simple-table td{
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;

}



.feedback_form_pop label{
  padding-right: 5px;
    color: #2c3e50;
    font-weight: 300;

}
.message_error{color: red;}

.pagination .selected{
  background: #2262aa;
  color: #fff;
}


.lenta{
  position: absolute;
  top: 8px;
  right: 2px;
  background: url(../images/green_new.png) no-repeat;
  width: 98px;
  height: 40px;
  padding-right: 5px; 
  text-align: center;
}

.lenta span{
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.banner{
  padding: 0;
}

#purchases{
  width: 100%;
}



.feedback_chat img {
    width: 40px;
    margin-top: 10px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.feedback_chat img:hover {
    top: 0;
}
.feedback_chat_main {
    float: right;
    margin-right: 10px;
}
.feedback_chat_main img {
    width: 22px;
    margin-top: 5px;
    position: relative;
    top: 2px;
}

.mobi_header_bottom .feedback_chat_main {
  margin: 0;
}
.feedback_chat_main a {
  margin: 0 5px;
}