/*Корзина в шапке*/
.basket_icon_container {padding-right: 5px;}
.basket_icon_container .basket_icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20.3px' height='25.332px' viewBox='0 0 20.3 25.332' enable-background='new 0 0 20.3 25.332' xml:space='preserve'%3e%3cpath fill='%23FFFFFF' d='M3.855,25.281c-2.098,0-3.805-1.516-3.805-3.379l1.44-16.3c0.037-0.374,0.347-0.655,0.722-0.655H5.15 c0.057-2.709,2.279-4.897,5-4.897c2.719,0,4.942,2.188,5.001,4.898h2.937c0.381,0,0.691,0.282,0.723,0.656l1.439,16.232 c0,1.93-1.706,3.445-3.804,3.445H3.855z M1.494,21.931c0.015,1.045,1.074,1.903,2.361,1.903h12.591c1.287,0,2.346-0.856,2.362-1.908 L17.426,6.39H15.15v2.082c0,0.398-0.323,0.722-0.721,0.722s-0.721-0.324-0.721-0.722V6.39H6.592v2.082 c0,0.398-0.324,0.722-0.722,0.722S5.148,8.87,5.148,8.472V6.39H2.874L1.494,21.931z M13.707,4.947 c-0.058-1.913-1.633-3.452-3.557-3.452c-1.923,0-3.499,1.539-3.556,3.452H13.707z'/%3e%3c/svg%3e");
    padding: 3.5px 5px 0 5px;
    margin-top: 4px;
    display: inline-block;
    background-color: #757575;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 0 0 0 15px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}
.basket_icon_container .basket_icon .kol {
  background-color: #6699ff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  top: -5px;
  right: -4px;
  position: absolute;
  color: #FFF;
  font-size: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.1s ease-out 0s;
}

/*Таблица заказа*/
.order_table td.img {width: 100px;}
.order_table td.img img {max-width: 100%;}

/*Фома заказа*/
.order_form {position: relative;}
.order_form .inp {margin-bottom: 5px;}
.order_form .inp label .important {color: #ff5d29;}
.order_form .checkbox_style.alert label {color: #ff5d29!important}
.order_form input[type="text"].alert, .order_form textarea.alert, .order_form select.alert {border: 1px solid #ff5d29;}
.order_form .checkbox_style input[type=checkbox] {display: none;}
.order_form .checkbox_style label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 13px;
}
.order_form .checkbox_style label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: var(--color1);
}
.order_form .checkbox_style input[type=checkbox]:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 9px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 2px;
    top: 0;
}
.order_form .checkbox_style.alert label {color: #ff5d29!important}
.order_form .loader::after {
  content: '';
  width: 150px;
  height: 150px;
  background: url(/images/loader_form.gif);
    background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

/*Количество - корзина*/
.kol_buttons {padding-right: 15px; position: relative;}
.kol_buttons .kol_button {text-decoration: none; width: 31px; height: 31px; display: inline-block;}
.kol_buttons a {padding: 12px 5px; font-size: 12px;}
.kol_buttons .kol {width: 70px; text-align: center; height: 40px;}
.kol_buttons input {
    border: 1px solid var(--color1)!important; 
    height: 31px; margin: 0!important; width: 60px!important; 
    text-align: center;
    padding: 10px 0!important;
}
.kol_buttons .counter_loader {
  position: absolute;
  margin-left: -6px;
  top: 9px;
  font-size: 20px;
  background-color: #FFF;
  width: 20px;
  height: 20px;
}

.order_table .fa {font-size: 20px; color: #949494;}
.order_table a:hover .fa {color: #CC0000;}
.order_table .kol_buttons a.plus:hover .fa {color: #00cc00;}



/*Купить - детальная страница товара*/
.product_detail .action_block_content {position: relative;}
.product_detail .action_block_content .btn {height: 42px;}
.product_detail .buy_block .counter_block {
    box-sizing: border-box;
    font-size: 0;
    width: 126px;
    border: 1px solid #e5e5e5;
    height: 42px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
}
.product_detail .buy_block .counter_block .minus:hover, .product_detail .buy_block .counter_block .plus:hover {
    background-color: #ccffff;
}
.product_detail .buy_block .counter_block .minus, .product_detail .buy_block .counter_block .plus {
    font-size: 0;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
.product_detail .buy_block .counter_block input[type="text"] {
    width: 44px;
    background-color: #FFF;
    font-size: 13px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: 0 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: none!important;
    border-bottom: none!important;
    background: #f7f7f7;
}
.product_detail .buy_block .counter_block .minus::before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-size: 12px 12px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3e%3cpath fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M17,9H1'/%3e%3c/svg%3e");
    left: 14px;
    position: absolute;
    top: 14px;
}
.product_detail .buy_block .counter_block .plus::before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-size: 12px 12px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3e%3cpath fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M17,9H1 M9,1v16'/%3e%3c/svg%3e");
    left: 14px;
    position: absolute;
    top: 14px;
}
.product_detail .buy_block .action_block_content .counter_loader {
    position: absolute;
    left: 50px;
    top: 9px;
    font-size: 20px;
    background-color: #f7f7f7;
}



/*Купить - список товаров*/
.product-item-container .action_block_content {position: relative;}
.product-item-container .action_block_content .btn {height: 42px;}
.product-item-container .buy_block .counter_block {
    box-sizing: border-box;
    font-size: 0;
    width: 96px;
    border: 1px solid #e5e5e5;
    height: 32px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
}
.product-item-container .buy_block .counter_block .minus:hover, .product-item-container .buy_block .counter_block .plus:hover {
    background-color: #ccffff;
}
.product-item-container .buy_block .counter_block .minus, .product-item-container .buy_block .counter_block .plus {
    font-size: 0;
    line-height: 40px;
    height: 30px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
.product-item-container .buy_block .counter_block input[type="text"] {
    width: 34px;
    background-color: #FFF;
    font-size: 13px;
    height: 30px;
    border-radius: 0;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: 0 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: none!important;
    border-bottom: none!important;
    background: #f7f7f7;
}
.product-item-container .buy_block .counter_block .minus::before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-size: 12px 12px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3e%3cpath fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M17,9H1'/%3e%3c/svg%3e");
    left: 9px;
    position: absolute;
    top: 10px;
}
.product-item-container .buy_block .counter_block .plus::before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-size: 12px 12px;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3e%3cpath fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M17,9H1 M9,1v16'/%3e%3c/svg%3e");
    left: 10px;
    position: absolute;
    top: 9px;
}
.product-item-container .buy_block .action_block_content .counter_loader {
    position: absolute;
    left: 35px;
    top: 3px;
    font-size: 20px;
    background-color: #f7f7f7;
}
.product-item-container .buy_block .action_block_content .goto_basket:hover {
  background: linear-gradient(to top, #e30035 32%, #f9154b 100%);
}
.product-item-container .buy_block .action_block_content .goto_basket {
  width: 30px;
  display: inline-block;
  height: 30px;
  position: relative;
  text-decoration: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 2px;
  padding: 0;
  background-color: #0f1982;
  margin: 1px 0;
}
.product-item-container .buy_block .btn::before {

    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 50%;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(255,255,255,0.1));
    //background: none!important;

}
.product-item-container .buy_block .action_block_content .goto_basket::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20.3px' height='25.332px' viewBox='0 0 20.3 25.332' enable-background='new 0 0 20.3 25.332' xml:space='preserve'%3e%3cpath fill='%23FFFFFF' d='M3.855,25.281c-2.098,0-3.805-1.516-3.805-3.379l1.44-16.3c0.037-0.374,0.347-0.655,0.722-0.655H5.15 c0.057-2.709,2.279-4.897,5-4.897c2.719,0,4.942,2.188,5.001,4.898h2.937c0.381,0,0.691,0.282,0.723,0.656l1.439,16.232 c0,1.93-1.706,3.445-3.804,3.445H3.855z M1.494,21.931c0.015,1.045,1.074,1.903,2.361,1.903h12.591c1.287,0,2.346-0.856,2.362-1.908 L17.426,6.39H15.15v2.082c0,0.398-0.323,0.722-0.721,0.722s-0.721-0.324-0.721-0.722V6.39H6.592v2.082 c0,0.398-0.324,0.722-0.722,0.722S5.148,8.87,5.148,8.472V6.39H2.874L1.494,21.931z M13.707,4.947 c-0.058-1.913-1.633-3.452-3.557-3.452c-1.923,0-3.499,1.539-3.556,3.452H13.707z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 4px;
}
.product-item-container .btn.small {height: 30px; padding: 1px 20px 3px;}
