/*st_cart*/
.wrap_st_cart {
    position: fixed;
    z-index: 100;
}
.st_cart_cont_ins .order_fields input{
height:40px !important;
}
.success_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
    top: 0;
    left: 0;
    z-index: 111;
}
.st_cart_cont a.robolink {
    display: block;
    width: 160px;
    text-align: center;
    margin: 15px auto 0;
    padding: 10px 0;
    background-color: #5286BD;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.st_cart_cont a.robolink:hover {
    opacity: 0.7;
}
.success_msg {
    background-color: #fff;
    position: fixed;
    width: 360px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 20px;
    z-index: 112;
}
span.close_suc_btn {
    display: block;
    background-color: #45649C;
    color: #fff;
    font-weight: bold;
    margin: 20px auto;
    width: 100px;
    cursor: pointer;
	padding: 7px;
}
.sc_list_ap_info, .sc_list_amount, .sc_list_price {
    font-size: 16px;
    padding-left: 15px;
    color: #969696;
}
.sc_list_price {
    font-weight:bold;
}
.wrap_st_cart ul.label {
	margin:0;
    padding:0;
    list-style: none;
    cursor: pointer;
    position: relative;
    width: 45px;
    -webkit-box-shadow: -5px 5px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: -5px 5px 15px rgba(0,0,0,0.3);
    box-shadow: -5px 5px 15px rgba(0,0,0,0.3);
}
#st_cart {
    width: 45px;
    height: 45px;
    background-color: #333333;
margin:0;
padding:0;
}
.sc_mask {
    background-color: rgba(177, 177, 177, 0.4);
    display:none;
    position:absolute;
    width:100%;
    height:100%;
margin:0;
margin-bottom:12px !important;
}
#st_cart:hover .sc_mask {
    display:block;
}
#st_cart a {
    display: block;
    height: 45px;
}
#st_cart i {
    display:block;
    position:absolute;
    width:25px;
    height:25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: #FFF;
}
#st_cart span {
    top: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background-color:#d70018;
    border-radius: 20px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}
.empty {background-color:#019ee3 !important;}

.st_cart_cont {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: left;
    width: 450px;
    max-width:100%;
    overflow: hidden;
    border:1px solid #c6c6c6;
    background: #FFF;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.st_cart_cont_ins {
    margin: 5px 10px 25px 10px;
}
.link_tocart {
    display: block;
    margin: 0 auto;
    background: #000;
    width: 140px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
.link_tocart:hover {

}
.st_cart_cont h2 {
    font-size: 23px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}
.st_cart_cont .zakaz_list {
    margin:0;
    padding:0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.st_cart_cont .zakaz_list li {
    width: 100%;
    overflow: hidden;
    padding: 13px 0px 18px 0px;
}
.st_cart_cont .zakaz_list li:nth-child(even) {
    background: #f6f6f6;
}
.st_cart_cont .zakaz_list li .pic {
    float: left;
    margin-right: 5px;
    width: 55px;
    height: 70px;
}
.st_cart_cont .zakaz_list li .pic img {
    position: absolute;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    behavior: url(PIE.htc);
}
.st_cart_cont .zakaz_list li .name {
    width: 199px;
    height: 70px;
    margin-right: 5px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
}
.st_cart_cont .zakaz_list li .name span {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.st_cart_cont .zakaz_list li .colich_tov {
    float: left;
}
.svg_ico svg {
    display:block;
    width: 100%;
    height: 100%;
}
.l_plus_b {
    float: left;
    text-align: center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    fill: #BFBFBF;
}
.l_minus_b {
    float: left;
    text-align: center;
    height: 20px;
    width: 20px;
    cursor: pointer;
    fill: #BFBFBF;
}
.l_plus_b:hover, .l_minus_b:hover {
    fill:#6CC7EF;
}
.l_count {
    display: block;
    float: left;
    text-align: right;
    width: 25px;
    height: 22px !important;
    margin: 0 3px 0 5px;
    border: none;
    color: #BFBFBF;
    font-weight: bold;
    font-size: 16px;
    background: none;
    text-align: center;
    line-height: 22px;
}
.l_count:active {
    border: none;
}
.l_unit {
    float: left;
    margin-right: 5px;
    color: #BFBFBF;
    line-height: 22px;
}
.st_cart_cont .sc_price {
    text-align:center;
    font-size: 16px;
}
.st_cart_cont .delete {
    float: left;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 24px 12px 0 6px;
    fill:#BFBFBF;
}
.st_cart_cont .delete:hover {
    fill:#d70018;
}
.st_cart_cont .delete polygon, .st_cart_cont .delete path {
    fill: #c6c6c6;
}
.st_cart_cont .delete:hover polygon, .st_cart_cont .delete:hover path {
    fill: #CA0606;
}
.order_fields {
    margin-top: 15px;
    padding-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.order_fields .ln {
    margin-bottom:10px;
}

.order_fields .ln input, .order_fields .ln select, .order_fields .ln textarea {
    border: 3px solid #dbdbdb;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    border-radius: 5px;
}
.order_fields .ln textarea {
    height: 80px;
}
.st_cart_cont .price_sum {
    margin-top: 15px;
    margin-right: 25px;
    text-align:right;
    font-size: 25px;
    color: #969696;
}
.delivery_price_sum {
    margin-top: 15px;
    text-align: right;
    font-size: 15px;
    color: #969696;
}
.st_cart_cont .price_sum span, .delivery_price_sum span {
    color:#000;
}
.st_cart_cont .send_order_btn {
    text-align:right;
    margin-top: 15px;
}
.st_cart_cont .send_order_btn input {
    cursor: pointer;
    width: 159px;
    height: 40px;
    background: #db1717;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border: 0;
}
.st_cart_cont .sc_next_step {
    cursor: pointer;
    width: 159px;
    height: 40px;
    background: #db1717;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border: 0;
    float: right;
}
.st_cart_cont .sc_back_to_cart {
    float: left;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
}
.st_cart_cont .send_order_btn input:hover, .st_cart_cont .sc_next_step:hover, .st_cart_cont .sc_back_to_cart:hover {
    opacity: 0.7;
}
.st_cart_cont .send_order_btn input, .svg_ico svg, #st_cart {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
span.err_msg {
    color: rgb(231, 0, 0);
    display: block;
    padding-bottom: 8px;
}
.err_field {
    background: rgb(255, 240, 240);
}
#popup-form-success{
    padding: 25px;
}
span#success_mess {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: rgb(25, 157, 11);
    text-align: justify;
}
#nocookies {
    color:red;
}
#img_fly {
    width:35px;
    height:35px;
    background: #CA0606;
    border-radius: 35px;
    position: absolute;
    z-index:10000;
}
.spreload {
    display:none;
}
.preload_back {
    background-image: url(images/back_opacity.png);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index:12;
}
.preload_img {
    position: absolute;
    bottom: 27px;
    left: 50%;
    top: 60%;
    margin-left: -40px;
    z-index: 15;
}
.sc_info {
    background-color: #f7fafe;
    margin: 15px 0;
    padding: 10px 10px 10px 26px;
    position: relative;
}
.sc_info:before {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMy4zMiA1MTMuMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMy4zMiA1MTMuMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHJlY3QgeD0iMjM1LjI3MiIgeT0iMjM1LjI3MiIgd2lkdGg9IjQyLjc3NyIgaGVpZ2h0PSIxNDkuNzE4IiBmaWxsPSIjODI4MjgyIi8+CgkJCTxyZWN0IHg9IjIzNS4yNzIiIHk9IjEyOC4zMyIgd2lkdGg9IjQyLjc3NyIgaGVpZ2h0PSI2NC4xNjUiIGZpbGw9IiM4MjgyODIiLz4KCQkJPHBhdGggZD0iTTI1Ni42NiwwQzExNS40OTcsMCwwLDExNS40OTcsMCwyNTYuNjZzMTE1LjQ5NywyNTYuNjYsMjU2LjY2LDI1Ni42NnMyNTYuNjYtMTE1LjQ5NywyNTYuNjYtMjU2LjY2UzM5Ny44MjMsMCwyNTYuNjYsMHogICAgICBNMjU2LjY2LDQ3MC41NDNjLTExNy42MzYsMC0yMTMuODgzLTk2LjI0Ny0yMTMuODgzLTIxMy44ODNTMTM5LjAyNCw0Mi43NzcsMjU2LjY2LDQyLjc3N3MyMTMuODgzLDk2LjI0NywyMTMuODgzLDIxMy44ODMgICAgIFMzNzQuMjk2LDQ3MC41NDMsMjU2LjY2LDQ3MC41NDN6IiBmaWxsPSIjODI4MjgyIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
    content: '';
    height: 16px;
    width: 16px;
    top: 11px;
    left: 5px;
    position: absolute;
}
.pay_later_msg {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    height: 140px;
    color: #000;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}
.pay_later_msg p {
    margin: 12px 0;
}
.pay_later_msg a.robolink {
    background: #db1717;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 130px;
    padding: 7px;
    margin-left: 15px;
    font-weight: bold;
    float: left;
}
span.cancel_payment {
    background: #db1717;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 130px;
    padding: 7px;
    margin-left: 15px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}
.st_cart_pay_submit{
    background: #f33;
    padding: 7px;
    margin-left: 25px;
    width: 130px;
    color: #fff;
    font-size: 13px;
    border: 0;
    display: block;
    font-weight: bold;
    float: left;
    line-height: 1.4;
    cursor: pointer;
    font-family: Open Sans, Arial, Helvetica,sans-serif;
}
@media (max-width:480px) {
    .st_cart_cont .zakaz_list li .pic {
        width: 15%;
    }
    .st_cart_cont .zakaz_list li .name {
        width: 38%;
        font-size: 12px;
    }
    .st_cart_cont .zakaz_list li .colich_tov {
        width: 30%;
    }
    .st_cart_cont .delete {
        max-width: 15%;
        width: 20px;
        height: 20px;
    }
    .st_cart_cont .l_count {
        font-size: 12px;
        width: 15px;
    }
    .st_cart_cont .l_unit {
        font-size: 12px;
    }
}
.wrap_st_cart ul li{
background:none;
}
input#sc_coupon_field {
    width: 43%;
}
span.sc_coupon_info {
    display: block;
    float: right;
    width: 53%;
}
.sc_discounted_price{
color: #c6c6c6;
    text-decoration: line-through;
    font-size: 1em;
}
.sc_discount_value{
margin-top: 15px;
text-align: right;
font-size: 18px;
color: #cb1b1b;
}
.sc_green{
color:#1e831c;
}
.sc_red{
color: #cb1b1b;
}
.sc_cancel_coupon{
	color: #cd3138 !important;
 	cursor: pointer;
}
.sc_bottom_left{
float: left;
    width: 40%;
    padding-left: 25px;
    font-size: 10px;
    padding-bottom: 25px;
    text-align: justify;
}
.sc_bottom_left a{
color:#939393;
}
.sc_bottom_right{
    padding-left: 25px;
    text-align: right;
}
.price_sum{
margin-right:0 !important;
}
.sc_userconsent{
 display:none;
margin-top: 15px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.sc_userconsent_header{
	font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.sc_userconsent_content{
	padding-bottom: 20px;
}
.sc_userconsent_textarea{
width: 95%;
    padding: 10px;
    padding-top: 5px;
    line-height: 14px;
    height: 259px;
}
.sc_userconsent_accept{
cursor: pointer;
    width: 159px;
    height: 40px;
    background: #db1717;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border: 0;
    padding: 6px 10px;
    margin-left: 20px;
}
.sc_userconsent_accept:hover{
opacity: 0.7;
}
.sc_userconsent_decline{
cursor: pointer;
    width: 159px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
    color: #2d2d2d;
    text-align: center;
    line-height: 38px;
    border: 1px solid #7f7f7f;
    padding: 5px 10px;
    margin-left: 20px;
}
.sc_userconsent_decline:hover{
background: #c6c6c6;
}
.sc_userconsent_buttons{
    margin: 20px auto;
    display: table;
}