/* SHOP */

/* GRID SHOP */
.shop_item_box {
  width: 200px;
  height: 333px;
  float: left;
  margin: 20px 20px 0px 0px;
  border: 1px solid #F0F0F0
}

.shop_item_box .shop_item_img {
  width: 200px;
  height: 170px;
  overflow: hidden;
  text-align: center
}

.shop_item_box .shop_item_img img {
  max-width: 200px;
  max-height: 170px;
}

.shop_item_box .shop_item_title {
  margin-top: 8px;
  height: 58px;
  overflow: hidden;
  font-size: 18px;
  padding: 5px;
}

.shop_item_box .shop_item_price {
  color: #ED6D05;
  font-size: 20px;
  font-weight: bold;
  text-align:left;
  margin-top: 5px;
  padding: 5px;
}
/* ============================== */

/* LIST SHOP */
.shop_item_list_box {
  min-width: 300px;
  display: block;
  margin: 10px 0px;
  padding: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.shop_item_list_box .shop_item_img {
  width: 200px;
  text-align: center;
  float: left;
}

.shop_item_list_box .shop_item_img img {
  max-width: 200px;
  max-height: 250px;
}

.shop_item_list_box .shop_item_tlist_content {
  float: left;
}

.shop_item_list_box .shop_item_title {
  margin-top: 8px;
  height: auto;
  font-size: 20px;
  padding: 5px;
}

.shop_item_list_box .shop_item_price {
  color: #ED6D05;
  font-size: 20px;
  font-weight: bold;
  text-align:left;
  margin-top: 5px;
  padding: 5px;
}

.shop_item_list_box .item_cart_action_box {
  text-align: left;
}

.shop_item_list_box .shop_cart_button {
  display: inline-block;
  width: auto;
}
/* ============================== */



.shop_full_item_box {
  margin-top: 20px;
}

.shop_full_item_box .shop_item_img {
  width: 300px;
  height: auto;
  text-align: center;
  margin-right: 20px;
}

.shop_full_item_box .shop_item_img img {
  max-width: 300px;
}

.shop_full_item_box .full_item_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.shop_full_item_box .full_item_descr {
  margin-bottom: 20px;
}

.shop_cart_button {
    margin: 0px auto;
    min-width: 50px;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    background: linear-gradient(#999FA7, #8090A5);
    color: #FFF;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
}

.shop_cart_button:hover {
  background: linear-gradient(#8F959C, #778496);
  text-decoration: none;
  color: #FFF !important;
}

.item_incart_text {
    padding-top: 10px;
}

.item_cart_action_box {
  text-align: center;
  height: 60px;
  margin-top: 20px;
}

.item_preloader {
  margin-top: 22px;
}

.item_incart_text {
  margin-top: 20px;
}

.shop_check {
	font-size: 11px;
    color: #AFAFAF;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: 19px;
    margin-bottom: -20px;
}

.shop_check img {
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}

.shop_order_table {
	width: 100%;
	border-spacing: 0px;
}

.shop_order_table tr:nth-child(odd) {
	background: rgba(100,100,100,0.07);
}

.shop_order_table td {
	padding: 7px 3px;
}

.shop_order_table td .shop_item_img img {
	max-width: 130px;
	max-height: 220px;
}

.shop_order_table tr td:nth-child(1) {
	width: 150px;
	text-align: center;
}

.shop_order_table tr td:nth-child(2) {
	width: 350px;
	text-align: left;
}

.shop_order_table tr td:nth-child(3) {
	width: 150px;
	text-align: left;
}

.shop_order_table tr td:nth-child(4) {
	text-align: left;
	width: 100px;
}

.shop_order_table tr td:nth-child(5) {
	text-align: right;
}

.shop_order_table tr:nth-child(1) {
	background: rgba(100,100,100,0.1);
}

.shop_order_table tr:nth-child(1) td {
	font-weight: bold;
	padding: 8px 3px;
	font-size: 12px;
}

.shop_order_table tr:nth-child(1) td:nth-child(3) {
	text-align: center;
}

.shop_props {
	border-spacing: 0px;
	margin-top: 15px;
}

.shop_props td {
	padding: 7px;
}

.shop_props td:nth-child(1) {
	font-weight: bold;
}

.shop_props tr:nth-child(odd) {
	background: rgba(90, 90, 90, 0.05);
}

.shop_price {
	font-size: 26px;
	margin: 20px 0px 10px 0px;
	color: #39AC70;
	font-weight: bold;
}

.shop_sub_image_container {
	margin-top: 20px;
}

.shop_sub_image {
	width: 130px;
	height: 90px;
	display: block;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #E5E5E5;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.shop_sub_image img {
	max-width: 130px;
	max-height: 90px;
	opacity: 0;
}

.count_item_left, .count_item_right, .count_item_box, .order_item_removed, .order_item_refresh {
	display: block;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    background-color: #e8d5dd;
    background-image: url(../../images/count_minus.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

.count_item_left, .count_item_right, .order_item_removed {
	opacity: 0.8
}

.count_item_left:hover, .count_item_right:hover, .order_item_removed:hover {
	opacity: 1
}

.count_item_right, .count_item_left {
	border-radius: 50%;
    width: 22px;
    line-height: 22px;
    height: 22px;
    background-size: 45%;
    background-color: #FFFFFF;
    border: 1px solid #CCB8B5;
    margin-top: 1px;
}

.count_item_right {
	background-image: url(../../images/count_plus.png);
}

.count_item_box {
	background-image: none;
	opacity: 1;
    background: none;
    color: #494949;
    font-size: 14px;
    width: 30px;
    cursor: default;
}

.order_item_removed {
    background-image: none;
    color: #730030;
    font-size: 12px;
    width: 60px;
    float: right;
    margin-top: 1px;
}

.order_item_refresh {
	background-image: none;
	background-color: #399B4D;
	color: #FFF;
	font-size: 14px;
    width: 120px;
    float: none;
    display: inline-block;
}

.order_item_refresh:hover {
	background-image: none;
	background-color: #2E8840;
	color: #FFF;
	text-decoration: none;
}

.order_item_refresh_noactive, .order_item_refresh_noactive:hover {
	background-color: #CECFCD;
	cursor: default;
}

.item_price_min {
	margin-top: 5px;
	font-size: 11px;
	display: none;
}

#result_order {
	display: inline-block;
    padding-top: 5px;
    margin-right: 15px;
}

.order_sub_line_sum {
 	margin-top: 30px;
 	border-top: 1px solid rgba(0,0,0,0.1);
 	padding: 15px;
 	text-align: center;
}

.order_button {
	display: inline-block;
	text-decoration: none;
	margin-top: 8px;
	padding: 7px 10px;
	background: #3ABA44;
	color: #FFF;
	font-size: 14px;
	transition: All 0.2s;
	border: 0px;
}

.order_button:hover {
	text-decoration: none;
	background: #33A43C;
	color: #FFF;
	font-size: 14px;
}

/****** Range Slider ******/
.irs {
  position: relative;
  display: block;
  height: 40px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8px;
  top: 25px;
  background: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 10%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  top: 25px;
  background: #727272;
}
.irs-slider {
  position: absolute;
  display: block;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 22px;
  background: #486d97;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  cursor: pointer;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  right: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1.333;
  top: 4px;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #595959;
  font-size: 13px;
  line-height: 1.333;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid {
  height: 60px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #b3b3b3;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #808080;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #000;
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.category-sidebar-white .irs-from,
.category-sidebar-white .irs-to,
.category-sidebar-white .irs-single {
  color: #595959;
}
.category-sidebar-white .irs-min,
.category-sidebar-white .irs-max {
  color: #8b8b8b;
}
/****** End of Range Slider ******/

.shop_filter_title {
	margin-bottom: 12px;
	font-size: 18px;
}

.filter_input {
	padding: 4px 5px;
}

.shop_filter_sect {
	min-width: 250px;
	max-width: 300px;
	display: block;
	float: left;
	padding-right: 40px;
	height: 60px;
}

.right_line .shop_filter_sect, .left_line .shop_filter_sect {
	padding-right: 0px;
	height: auto;
	float: none;
	margin-bottom: 18px;
}

.shop_filter_sect:nth-last-child(1) {
	min-width: auto;
    padding-right: 0px;
    padding-top: 26px;
    height: auto;
}

.right_line .shop_filter_sect:nth-last-child(1), .left_line .shop_filter_sect:nth-last-child(1) {
	padding-top: 0px;
}
