/* === ОБЁРТКА ДЛЯ СКРОЛЛА === */
.table-wrapper-scroll {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* === ТАБЛИЦА === */
.product-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    table-layout: auto;
}

/* === ЯЧЕЙКИ === */
.product-table th,
.product-table td {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #ddd;
}

/* === ВЫРАВНИВАНИЕ ШАПКИ === */
.product-table th {
    font-weight: bold;
}

/* === КНОПКИ И ИКОНКИ === */
.product-table .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-table .quantity-wrapper button {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1;
}

.product-table .cart-button {
    background-color: #0066cc;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-table .cart-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* === УБИРАЕМ ГОРИЗОНТАЛЬНЫЙ СКРОЛЛ У СТРАНИЦЫ === */
body {
    overflow-x: hidden;
}

/* === СОХРАНЯЕМ ОРИГИНАЛЬНЫЕ СТИЛИ === */
@media only screen and (max-width: 900px) {
	
	#offers_table .collapsable {display:none; }
}

#offers_table {
	max-width: 100% !important;
	/*overflow: hidden;*/
	width: auto;
	border: 0px;
	_display: block;
	table-layout: fixed;
	overflow: auto;

  }
  #offers_table th, #offers_table td {
	min-width: 100px;
	margin: 0px;
	/*width: calc((50% - 260px) / 6);*/
	/*width: 13.3333333% !important;*/
	/*width: 13% !important;*/
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf !important;
	flex: 1 1 auto;
	padding: 5px !important;
	/*font-size: 16px;*/
	font-size: 14px;
  }
  #offers_table td {
	overflow: hidden;
  }
  #offers_table th:last-child, #offers_table td:last-child{
	_width: 22% !important;
	min-width: 60px !important;
	max-width: 60px !important;
	/*min-width: 260px !important;*/
  }
  table.steelBlueCols thead b{
	/*height: unset;*/
	_margin-bottom: 5px;
  }
  table.steelBlueCols thead {
	_display: block;
  }
  table.steelBlueCols thead {
	padding-top: 10px;
  }
  .table__head {
	min-height: 31px;
	font-size: 12px;
  }
  .table__head b {
	font-size: 13px !important;
	vertical-align: top !important;
	display: inline-block !important;
  }
  .table__header-row td, .table__header-row td {
	/*border: 1px solid #ddd;*/
	margin: -1px -1px 0 0;
	box-sizing: border-box;
  }
  table.steelBlueCols {
	overflow: hidden;
	/*border: 1px solid #dfdfdf;*/
	box-sizing: border-box;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;*/
	display: block;
	width: 1300px;
	text-align: left;
	border-collapse: collapse;
	margin: 20px auto 0 auto;
  }
  
  table.steelBlueCols td,
  table.steelBlueCols th {
	border-bottom: 1px solid #dfdfdf;
	padding: 20px;
	font-weight: 400;
  }
  
  .steelBlueCols tbody tr {
	_display: flex;
align-items: center
  }
  
  .steelBlueCols tbody tr td:nth-child(6) {
   /* padding-left: 20px;*/
  }
  
  .table__line-last td {
	border-bottom: 0 !important;
  }
  
  table.steelBlueCols tbody td {
	font-size: 14px;
	color: #4f5c63;
	width: 100%;
border-left: 1px solid #dfdfdf
  }
table.steelBlueCols tbody td:first-child{
border: none
}
  
  table.steelBlueCols tbody td img {
	margin-right: 11px;
  }
  
  table.steelBlueCols tbody td span {
	font-size: 14px;
	font-weight: 400;
	
  }
  
  table.steelBlueCols thead {
	background: #f2f2f2;
	width: 100%;
  }
  table.steelBlueCols tbody{
	width: 100%;
_display: block
}
  table.steelBlueCols thead b {
	/*font-weight: 400;*/
	min-height: 19px;
	font-size: 13px;
	_line-height: 13px;
	color: #536168;
	text-align: left;
	/*text-transform: uppercase;*/
  }
  
  table.steelBlueCols thead th {
	border-left: 1px solid #dfdfdf;
	_display: flex;
	align-items: flex-start;
	_flex-direction: column;
	/*width: 14.6%;*/
  }
 
  /*table.steelBlueCols thead th:nth-child(1) {
	width: 162.5px;
  }
  table.steelBlueCols thead th:nth-child(2) {
	width: 22%;
  }
  table.steelBlueCols thead th:nth-child(3) {
	width: 22%;
  }
  table.steelBlueCols thead th:nth-child(4) {
	width: 22%;
  }
  table.steelBlueCols thead th:nth-child(5) {
	width: 22%;
  }
  
  table.steelBlueCols thead th:nth-child(6) {
	width: 20%;
  }
  table.steelBlueCols thead th:nth-child(7) {
	width: 20%;
  }
  table.steelBlueCols thead th:nth-child(8) {
	width: 20%;
  }*/
  
  table.steelBlueCols thead th span {
	font-size: 12px;
  }
  
  table.steelBlueCols thead th:first-child {
	border-left: none;
  }
  
  table.steelBlueCols tfoot td {
	font-size: 13px;
  }
  
  table.steelBlueCols tfoot .links {
	text-align: right;
  }
  
  table thead tr {
	_display: flex;
	
  }
  
  .table__head {
	display: flex;
	align-items: center;
  }
  
  .table__head img {
	margin-left: 5px;
  }

  .counter_blockf{box-sizing: border-box;border:1px solid #e5e5e5;font-size:0px;width:84px;margin:0px auto;display:inline-block;vertical-align:top;border-radius:2px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;height:30px;}
.counter_blockf.big_basket{width:117px;text-align:center;height:auto;}
.counter_blockf input[type="text"]{width:34px;border:0px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#f7f7f7;color:#666666;font-size:13px;height:28px;border-radius:0px;text-align:center;  line-height:13px;}
.bx-firefox .counter_blockf input[type="text"]{padding-top:7px;}
.counter_blockf.big_basket input[type="text"]{font-size:13px;height:34px;width:60px;}
.counter_blockf .plus, .counter_blockf .minus{font-size:0;line-height:28px;height:28px;width:24px;display:inline-block;cursor:pointer;vertical-align:top;position: relative;z-index: 1;}
.counter_blockf.big_basket > span{line-height:34px;height:34px;width:28px;}
.module_product_list .counter_blockf .plus, .module_product_list .counter_blockf .minus{height:24px;width:24px;}

.counter_blockf > span:before{opacity:0.7;display:inline-block;content:"";width:24px;height:28px;background:url('images/svg/ai.svg') -21px -191px no-repeat;vertical-align:middle;}

.counter_blockf.big_basket > span.minus:before{background-position:-82px -191px;}
.counter_blockf.big_basket > span.plus:before{background-position:-52px -191px;}
.counter_blockf > span.plus:before{background-position:5px -191px;}
.counter_blockf > span:hover:before{opacity:1;}
.counter_blockf input[type="text"]{padding:7px 3px 7px;}




.catalog_block .catalog_item .basket_button.to-cartoff span, .catalog_block .catalog_item .basket_button.read_more span, .catalog_block .catalog_item .basket_button.to-subscribe span, .catalog_block .catalog_item .basket_button.to-order span{color:#000;}
.catalog_block .catalog_item .basket_button.in-subscribe span, .specials_slider.product_slider .basket_button.in-subscribe span{color:#fff;}
.catalog_detail .w_icons.button.to-cartoff:before{position:absolute;top:10px;left:19px;background:url('images/svg/ai.svg') -460px -49px no-repeat;width:17px;height:16px;content:"";display:block;}
.catalog_detail .w_icons.button.to-cartoff{padding-left: 35px;white-space: nowrap;}

