/* "Simpliste" template. Renat Rafikov. http://cssr.ru/simpliste/ */

@import url('../assets/components/minishop2/css/web/lib/jquery.jgrowl.min.css');
@import url('reset.css');
@import url('skin.css');


/* Columns 
-------
.col_33 | .col_33 | .col_33
.clearfix
-------
.col_75 | .col_25
.clearfix
-------
.col_66 | .col_33
.clearfix
-------
.col_50 | .col_50
.clearfix
-------
.col_100
-------
*/
.col_25 {
  width:23%;
  margin:0 2% 0 0;
  float:left;
}
.benefits .col_33{
    display: inline-block;
    vertical-align: top;
    float:none;
    /*height:100%;*/
}
.col_33 {
  width:31%;
  margin:0 2% 0 0;
  float:left;
}
.col_33.headerPic {
  display:block;
  /*padding:0 31%;*/
  float:none;
  width:auto;
  border-bottom: solid 8px rgb(148, 148, 148);
  margin:0;
}
.col_33.headerPic img {
    margin:-7px auto -16px;
    top:0;
    width:auto !important;
    display:block;
}
.col_50 {
  width:48%;
  margin:0 2% 0 0;
  float:left;
}
.col_66 {
  width:64%;
  margin:0 2% 0 0;
  float:left;
}
.col_75 {
  width:73%;
  margin:0 2% 0 0;
  float:left;
}
.col_100 {
  width:98%;
  margin:0 2% 0 0;
}

.col_25.wrap { width:25%; margin:0;}
.col_33.wrap { width:33%; margin:0;}
.col_50.wrap { width:50%; margin:0;}
.col_66.wrap { width:66%; margin:0;}
.col_75.wrap { width:75%; margin:0;}
.col_100.wrap { width:100%; margin:0;}
/* End columns */


/* Helper classes */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.img_floatleft {float:left; margin:0 10px 5px 0;}
.img_floatright {float:right; margin:0 0 5px 10px;}

.img {max-width:100%;}
/* End helper classes */

a.button { color:auto; }

/*
@media only screen and (max-width:480px) { /* Smartphone 
  .header {
    margin-bottom:0;
  }

  .logo{
    display:block;
    float:none;
    text-align:center;
	line-height:24px;
  }  

  .menu_main {
    width:100%;
    text-align:center;
    float:none;
    padding:0;
    margin:1em 0 0 0;
  }
  .phone, .header-img {
  	width: 100%;
	height: inherit;
	float: none;
	text-align: center;
 	margin:1em 0 0 0;
  }
  
  .menu_main a {
    display:inline-block;
    padding:7px;
  }
  
  .copyright {
    width:100%;
    float:none;
    text-align:center;
  }

  .footer  {
    padding-bottom:0;
  }
  
  .menu_bottom {
    width:100%;
    float:none;
    text-align:center;
    margin:1em 0 0 0;
    padding:0;
  }  
  .menu_bottom a {
    display:inline-block;
    padding:6px;
  }
  
  .form textarea {
    width:100%;
  }  
  .form label {
    padding:10px 0 8px 0;
  }

  .wideOnly{
  	display:none!important;
  }  
  #jivo_top_wrap{
  	display:none!important;  
  }
}
@media only screen and (max-width:1200px) {
  .header .phone{
  	font-size:27px!important;
  	font-weight:normal!important;
  }
  .header span.delivery{
  	display:none;
  }
}
@media only screen and (max-width:1024px) {
  .product .padding{
  	padding:2px!important;
  }

  .label,
  .hit {
  	display:none!important;
  }

  .oldPrice{
  	display:none!important;
  }
}

@media only screen and (max-width:768px) { /* Tablet 
  .col_25,
  .col_33,
  .col_66,
  .col_50 ,
  .col_75  {
    width:98%;
    float:none;
  } 

  .col_25 h2,
  .col_33 h2,
  .col_66 h2,
  .col_50 h2,
  .col_75 h2 {
    width:auto!important;
  }

  .form label {
    padding:10px 0 8px 0;
  }
  .wideOnly{
  	display:none!important;
  }  
}
*/

@media print { /* Printer */
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; }
  a, a:visited { color:#444 !important; text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3{ page-break-after:avoid; }
  
  .header, .footer, .form {display:none;}
  .col_33, .col_66, .col_50  { width:98%; float:none; } 
}
.ui-widget-header {
    background: #c00 !important;
}
.ui-slider-handle {
    border: 1px solid #d8dcdf !important;
    background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 0%, #b2b2b0 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#b2b2b0)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#b2b2b0 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 0%,#b2b2b0 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 0%,#b2b2b0 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 0%,#b2b2b0 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#b2b2b0',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ui-slider-handle:hover {
    background: #fff !important;
}
.ui-widget-content {
    border: 1px solid #eee !important;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.input-price input:first-child {
    text-align: right;
}
.input-price input:after {
    content: "cghmdgh";
}
.hasMicrowave {
    font-style: italic;
}
.all {
    color: #E03E42;
    border-bottom: 1px dashed #ff7d01;
    position: relative;
    bottom: 42px;
    left: 155px;
    font: normal normal 14px georgia, serif;
    cursor: pointer;
    text-decoration: none;
}
.all:hover {
    border-bottom: none;
}
.premium {
    position: relative;
    bottom: 21px;/* bottom: 43px; */
    right: 0px;
    border-bottom: 1px dashed #ff7d01;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 1.17em;
    color: #E03E42;
    cursor: pointer;
    text-decoration: none;
}
.premium:hover {
    border-bottom: none;
}


/* tpl.productsCell */
.ms2_product .price {
    padding: 0 !important;
}
.zakaz {
    font-style: italic;
    color: #E03E42;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
.zakaz:hover {
    text-decoration: none;
}

/*=========== CART ==============*/
.btnCartClear,
.btnCellClear {
    background: none;
    border: none;
}
.btnCellClear {
    opacity: 0.7;
}
.btnCellClear:hover {
    opacity: 1;
}
.btnCartClear {
    position: relative;
    left: 7px;
    bottom: 2px;
}
.shop-cart-head {
    text-align: center;
}
#msCart table {
    width: 100%;
}
#msCart th {
    font-weight: normal;
}
#msCart .title a {
    font-weight: bold;
}
#msCart .title {
    width: 47%;
}
#msCart .count {
    width: 11%;
}
#msCart .price {
    width: 39%;
    font-size: 14px;
}
#msCart .remove {
    width: 10%;
}
#msCart .all-total {
    text-align: right;
}
#msCart tbody>tr {
    border-bottom: 1px solid #ddd;
}
#msCart tbody>tr:last-child {
    border: none;
}
#msCart .footer {
    border-top: 1px solid #000;
    padding: 0;
}
#msCart .footer .ms2_total_cost {
    font-weight: bold;
    color: #000;
}

#msOrder td {
    padding-right: 10px;
}

#msOrder input {
    width: 280px;
}
#msOrder select {
    width: 280px;
	height: 32px;
    margin-bottom: 9px;
}
#msOrder .gift-cart-row-title{
    color:red;
}

#msOrder input[type="checkbox"],
#msOrder input[type="radio"] {
    height: 14px;
    margin: 0;
    padding: 0;
    width: 10px!important;
}

#msOrder .radio,
#msOrder .checkbox {
    padding-left: 20px;
    padding: 5px 0px;
}
#msOrder .controls{
margin-bottom:10px;
}
#msOrder label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
#msOrder #d_p_1{
    left: -10000000px;
    
    position: absolute;
   
}
#msOrder  p{
    margin:0px;
}

#msOrder #switch_req_email.required span{
    font-weight:bold;
}
#msOrder #payments .controls {
    margin: 7px 0;
}
#msOrder #payments label {
    font-weight: bold;
    font-size: 15px;
}
#msOrder #add_payment{
    padding-left:35px;
}
#msOrder #add_payment label{
    font-size: 13px;
    font-weight: normal;
}
#msOrder #add_payment small{
    font-style:italic;
}
#msOrder #add_payment .checkbox {
  padding: 3px 15px;
}

.form-control.error {
    background: #f0dddd;
}
.miniCartInner {
    font-size: 18px;
    text-align: center;
}
/*=============== product-page ================*/
.msGallery {
    float: left;
}
#msGallery #mainImage {
    border: none !important;
}

.productGallery {
	clear: both;
}
.productGallery a {
	display: block;
	float: left;
}
.productGallery a.active img {
	border: 2px solid #E03E42;
    margin: 0;
}
.productGallery a img {
	margin: 2px;
}
/*=============== pagination ================*/
.pagination {
    width: 314px;
    margin: 0 auto;
    clear: both;
}
.pagination li {
    float: left;
    margin-right: 5px;
    font-size: 17px;
}
.pagination li::before {
    content: none;
}
/*================= top-meny ==================*/
.menu_main>ul>li {
    margin: 0 6px 0 0;
}
.menu_main {
    left: -118px;
}
/*================= SEARCH =================*/
#mse2_mfilter.search h3 {
    margin: 17px;
}
#mse2_sort .sort span:after {
    content: "↑";
}
#mse2_sort>a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
/* #pdopage .pagination {
    display: none !important;
} */

#pdopage {
	overflow: hidden;
}

.loader {
    display: none;
    width: 73%;
    height: 50px;
    background: url('/img/loader.gif') no-repeat center;
}


button.quickorder{
margin-left:10px;
}

button:disabled,
button[disabled],
button[disabled]:hover,
button[disabled]:active
{
  border: 1px solid #999999;
  background-color: #cccccc!important;
  color: #666666;
   text-shadow:none!important;
  -webkit-box-shadow:none!important;
  -moz-box-shadow:none!important;
  box-shadow:none!important;
}

div.jGrowl > .ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}
.ms2-message-success { background-color: green !important; }
.ms2-message-error { background-color: brown !important; }
.ms2-message-info { background-color: black !important; }