#content{
    margin-right:450px;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
input:valid {
    border-color: #5fd87e;
    /* border-width: 1px; */
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.white_block{
    height: auto;
    margin: 30px auto;
    /*border-radius: 10px;*/
    background-color: #fff;
    position: relative;
    padding: 40px 20px 0;

    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
.white_block.items_block {
    margin-bottom: 0;
    padding-bottom: 0;
    /*border-radius: 10px 10px 0 0;*/
}
.white_block .icon,
.fixed_basket_icon .icon
{
    width: 45px;
    height: 45px;
    background: blue;
    position: absolute;
    top: -12px;
    left: 30px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    font-size: 2em;
}
.white_block .icon img,
.fixed_basket_icon .icon img{
    display: block;
    margin: 10px auto;
    width: 25px;
    height: 25px;
    font-size: 2em;
}
.white_block .fa{
    box-shadow: 0px 2px 4px rgba(107, 107, 107, 0.3);
    background: #fff;
    padding: 4px 8px;
    border-radius: 50%;
    color: #cecece;
    cursor: pointer;
}

.white_block .fa.fa-remove{
    padding: 6px 7px;
}
.white_block .fa.fa-remove:hover{
    color: #ff0000;
}
.white_block .tovar_table .fa:hover{
    color: #151414;
}

.plus-minus-toggle{
    text-align: center;
    border: 1px solid #cecece;
    width: 90px;
    padding: 3px;
    border-radius: 20px;
}

.white_block.contact_block {
    background: url(/images/repair/svg/mservice-logo.svg) no-repeat;
    background-size: auto;
    background-position: right -22% bottom -10px;
    background-color: #fff;
    padding: 40px 20px;
}

.white_block.contact_block label.under {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    padding-top: 60px;
    width: 100%;
}

.white_block.contact_block #cart_reg label.under {
    padding-top: 0;
}

.tab {
    visibility: hidden;
    height: 0;
    /*overflow: hidden;*/
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.tab.active {
    visibility: visible;
    display: block;
    opacity: 1;
    height: auto;
}

.col-2 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.white_block label{
    display: inline-block;
}
.white_block .label {
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
    margin-bottom: 15px;
}

.white_block .label small{
    font-size: 12px;
    border-bottom: 1px dashed #2178d0;
    color: #2178d0;
    margin-left: 15px;
    cursor: pointer;
}

.white_block fieldset {
    padding: 0px 5px 0px 5px;
    border: none;
    min-width: 0;
    width: 100%;
}

.contact_block input,
.destination input,
.destination textarea{
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    margin: 5px 0 10px 0;
    padding: 10px 10px;
    font-size: .8em;
    width: 100%;
    -webkit-appearance: none;
}
input#user_exist_phone.saved_phone,input#user_exist_last_name.saved_phone,input#user_exist_first_name.saved_phone,input#user_exist_middle_name.saved_phone,input#user_exist_email.saved_phone{
    background-color: unset;
    border: unset;
    display: inline-block;
    font-size: inherit;
    color: inherit;
    width: auto;
    opacity: 1;
}
input#user_exist_phone.saved_phone{
    width: 160px;
}

.contact_block .enter {
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 5px 0 10px 0;
    padding: 9px 9px;
    font-size: .8em;
    width: 100%;
    background-color: #4ee274;
    font-size: 1em;
    cursor: pointer;
}
.contact_block .enter:hover {
    background-color: #43bd62;
}
.contact_block .enter.cancel {
    background-color: #7f7f7f;
}
.contact_block .enter.cancel:hover {
    opacity: 0.7;
}

.foget {
    display: block;
    text-align: center;
    padding: 10px;
    color: grey;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}
.enter-social {
    display: block;
    /*margin-top: 20px;*/
    text-align: center;
    margin-left: 10px;
}
.enter-social .text {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;
    text-align: center;
}
.enter-social div {
    float: left;
    width: 100%;
}
.enter-social button {
    display: inline-block;
    width: 100%;
    border: none;
    float: left;
    background: transparent;
    pointer-events: none;
}
.google a {
    pointer-events: all;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 10px 8px 10px;
    padding: 10px;
    box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
    background: #fff;
    color: #696969;
    display: block;
    text-decoration: none;
}
.fb a {
    pointer-events: all;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 10px 55px 10px;
    padding: 10px;
    box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
    background: #3b5997;
    color: #fff;
    display: block;
    text-decoration: none;
}
.google a img {
    width: 20px;
    height: 20px;
    float: left;
}
.fb a img {
    float: left;
    width: 10px;
    height: 20px;
}
.reg-link {
    padding: 10px;
    color: #1c92ec;
    text-decoration: underline;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}
.user_info {
    border-radius: 5px;
    display: block;
    margin: 5px 0 10px 0;
    padding: 10px 10px;
}
.descript {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    width: 70%;
    font-size: 1em;
}
.provider {
    display: block;
    padding: 10px;
    height: auto;
    line-height: 80px;
    font-size: .8em;
    min-width: 250px;
    margin: 10px 0px;
    border-bottom: 1.3px solid #999999;
}
fieldset .provider:last-child
{
    border-bottom: none;
}
input[type=radio].custom {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    vertical-align: middle;
}
label.css-label {
    background-image: url(/images/repair/svg/radio-button.svg);
    background-size: 20px 40px;
}
input[type=radio].custom + label.css-label {
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
input[type=radio].custom:checked + label.css-label {
    background-position: 0 -20px;
}
.provider object,
.provider svg{
    vertical-align: middle;
}
.provider p {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.delivery-sel {
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    padding: 10px 10px 10px 10%;
    height: auto;
    display: table;
    width: 100%;
}

.delivery-sel.hidden-elem{
    display: none;
}

.provider-mini{
    display: table-cell;
}
.provider-mini span {
    vertical-align: middle;
    display: table-cell;
    padding: 0px 20px;
}
.delivery-sel .add-button {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100%;
    background-color: #5d6e76;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transform: rotate(45deg);
}
.destination {
    background: url(/images/repair/svg/newmailbg.svg) no-repeat;
    background-size: auto 100%;
    background-position: right 0% bottom 10%;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin: 0 auto 20px auto;
    padding: 40px 20px 20px 20px;
}
.destination.mservice {
    background: url(/images/repair/svg/mservice-logo.svg) no-repeat;
    background-size: auto 120%;
    background-position: right -1% top -8px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin: 0 auto 20px auto;
    padding: 40px 20px 20px 20px;
}
.destination.self_delivery {
    background: url(/images/repair/svg/selfbg.svg) no-repeat;
    background-size: auto 120%;
    background-position: right -1% top -8px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin: 0 auto 20px auto;
    padding: 40px 20px 20px 20px;
}
.self_delivery .info {
    font-size: .8em;
    padding: 20px 0px 20px 0px;
    display: block;
}
.destination textarea {
    min-height: 70px;
}
.wrapper-dropdown {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
    height: 100%;
    line-height: 3.5em;
    color: gray;
    outline: none;
    font-weight: bold;
}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: grey transparent;
    cursor: pointer;
}
.wrapper-dropdown.active:after {
    border-color: #9bc7de transparent;
    border-width: 12px 12px 0 12px;
    margin-top: -10px;
}
.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    line-height: 2em;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    border: 1px solid #c5c8cb;
    border-radius: 2px;
    border-top: none;
}
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    max-height: 185px !important;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    padding: 0px 20px;
    white-space: normal;
    font-size: 12px;
}
.destination .wrapper-dropdown {
    padding: 0;
}
.wrapper-dropdown .dropdown li:hover a {
    background: #f3f8f8;
}
.wrapper-dropdown span {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #ebebeb;
    padding-left: 10px;
}
.destination .wrapper-dropdown span {
    border: none;
    padding: 0;
}
.destination .wrapper-dropdown input {
    line-height: normal;
    background: white;
    font-weight: normal;
    margin: 5px 0;
}
.destination .col2 {
    width: 49%;
    display: block;
    float: left;
    margin: 0;
}
.destination .col3 {
    width: 32%;
    display: block;
    float: left;
    margin: 0;
}
.destination .margin {
    margin: 0px 0px 0px 2%;
}

@media screen and (min-width: 1501px) {
    #payment .provider.cash {
        margin-left: -475px;
        display: contents;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
    #payment .provider.cash {
        margin-left: -327px;
        display: contents;
    }
}
@media screen and (min-width: 1193px) and (max-width: 1200px) {
    #payment .provider.cash {
        margin-left: -512px;
        display: contents;
    }
}
@media screen and (min-width: 1180px) and (max-width: 1192px) {
    #payment .provider.cash {
        margin-left: -509px;
        display: contents;
    }
}
@media screen and (min-width: 1148px) and (max-width: 1179px) {
    #payment .provider.cash {
        margin-left: -491px;
        display: contents;
    }
}
@media screen and (min-width: 1132px) and (max-width: 1147px) {
    #payment .provider.cash {
        margin-left: -491px;
        display: contents;
    }
}
@media screen and (min-width: 1105px) and (max-width: 1131px) {
    #payment .provider.cash {
        margin-left: -477px;
        display: contents;
    }
}
@media screen and (min-width: 1084px) and (max-width: 1104px) {
    #payment .provider.cash {
        margin-left: -470px;
        display: contents;
    }
}
@media screen and (min-width: 1059px) and (max-width: 1083px) {
    #payment .provider.cash {
        margin-left: -462px;
        display: contents;
    }
}
@media screen and (min-width: 1037px) and (max-width: 1058px) {
    #payment .provider.cash {
        margin-left: -446px;
        display: contents;
    }
}
@media screen and (min-width: 1012px) and (max-width: 1036px) {
    #payment .provider.cash {
        margin-left: -437px;
        display: contents;
    }
}
@media screen and (min-width: 983px) and (max-width: 1011px) {
    #payment .provider.cash {
        margin-left: -426px;
        display: contents;
    }
}
@media screen and (min-width: 966px) and (max-width: 982px) {
    #payment .provider.cash {
        margin-left: -417px;
        display: contents;
    }
}
@media screen and (min-width: 945px) and (max-width: 965px) {
    #payment .provider.cash {
        margin-left: -408px;
        display: contents;
    }
}
@media screen and (min-width: 918px) and (max-width: 944px) {
    #payment .provider.cash {
        margin-left: -398px;
        display: contents;
    }
}
@media screen and (min-width: 903px) and (max-width: 917px) {
    #payment .provider.cash {
        margin-left: -387px;
        display: contents;
    }
}
@media screen and (min-width: 890px) and (max-width: 902px) {
    #payment .provider.cash {
        margin-left: -380px;
        display: contents;
    }
}
@media screen and (min-width: 870px) and (max-width: 889px) {
    #payment .provider.cash {
        margin-left: -372px;
        display: contents;
    }
}
@media screen and (min-width: 848px) and (max-width: 869px) {
    #payment .provider.cash {
        margin-left: -363px;
        display: contents;
    }
}
@media screen and (min-width: 835px) and (max-width: 847px) {
    #payment .provider.cash {
        margin-left: -358px;
        display: contents;
    }
}
@media screen and (min-width: 814px) and (max-width: 834px) {
    #payment .provider.cash {
        margin-left: -350px;
        display: contents;
    }
}
@media screen and (min-width: 791px) and (max-width: 813px) {
    #payment .provider.cash {
        margin-left: -340px;
        display: contents;
    }
}
@media screen and (min-width: 765px) and (max-width: 790px) {
    #payment .provider.cash {
        margin-left: -328px;
        display: contents;
    }
}
@media screen and (min-width: 751px) and (max-width: 764px) {
    #payment .provider.cash {
        margin-left: -321px;
        display: contents;
    }
}
@media screen and (max-width: 750px) {
    #payment .provider.cash {
        margin-left: 0px;
        display: contents;
    }
}
.hidden-elem{
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0 !important;
    margin: 0 auto !important;
    z-index: -1;
}
.selected {
    background-color: #f3f8f8;
}

.fixed_basket{
    width: 380px;
    position: fixed;
    right: 20px;
    top: 30%;
    box-shadow: 0px 7px 20px rgba(33, 120, 208, 0.3);
    padding-bottom: 40px;
    z-index: 1;
}
.fixed_basket tbody.scrollable-menu{
    display: block;
    max-height: 400px;
}
@media screen and (max-width: 800px) {
    .fixed_basket tbody.scrollable-menu{
        display: block;
        max-height: 200px !important;
    }
}
.fixed_basket .title,
.final_basket .title{
    font-size: 1.5em;
    font-weight: 100;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
}
.close-basket {
    display: none;
}
.fixed_basket table td{
    font-size: 0.9em;
    text-align: center;
}
.fixed_basket table td:first-child{
    width: 65%;
    text-align: left;
}
.fixed_basket table th{
    font-size: 0.8em;
}
tr.spacer{
    height:30px;
}
.fixed_basket .total{
    font-weight: bold;
    font-size: 1.2em;
}
/*.forms-device {
    margin: 10px 0;
}
.forms-device span {
    margin-left: 10px;
}*/

input:required,
textarea:required{
    background: #ffcccc !important;
    border-color: #f18181;
}

#Phonecart_COD:required
{
    background: unset !important;
   border: 1px solid #c6c9cc !important;
}

.fixed_basket_icon {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 115px;
    top: 25%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(33, 120, 208, 0.3);
}

.accept{
    position: relative;
    height: 80px;
}

.accept button {
    position:absolute;
    /*float: right;*/
    right: 0;
    display: inline-block;
    width: 130px;
    border: none;
    margin: 0px 0px 10px 10px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 1.5em;
    background-image: -moz-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
    cursor: pointer;
    border: 2px solid transparent;
    outline-color: transparent;


    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.accept .previous{
    /*float:left;*/
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.accept span {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-right: 10px;
    right:0;
}

.accept .previous span{
    background: url(/images/repair/svg/accept-icon_revert.svg) no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: contain;
}

.accept button.disabled
{
    background:none;
    border: 2px solid #cccccc;
    color: #cccccc;
    pointer-events: none;
}
.accept button span svg{
    height: 20px;
}

.disabled svg > path{
    fill:currentColor;
}

.accept .disabled button:hover path {
    fill: #cccccc;
}

#total-cart-info,
.order-info,
.final_basket .messages{
    margin: 20px 0;
    width: 100%;
    border-spacing: 0 5px;
}
#total-cart-info tr th,
#total-cart-info tr td{
    text-align: center;
}

#total-cart-info tr td{
    padding: 2px;
    border-bottom: 1px solid #ccc;
}

#total-cart-info tr th:first-child,
#total-cart-info tr td:first-child{
    text-align: left;
}
#total-cart-info tr th:last-child,
#total-cart-info tr td:last-child{
    text-align: right;
}

.order-info .col-3{
    width: 33%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 20px 0 40px 0;
}
.order-info .col-3:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.order-info .col-3 .title{
    margin-bottom: 20px;
}

.final_basket .messages span {
    display: block;
    text-align: center;
    vertical-align: top;
    padding: 10px;
    font-size: .9em;
    white-space: normal;
    line-height: 1.5em;
}
.final_basket .messages .courier-warning {
    display: none;
}
.final_basket .messages .notice {
    color: #086ab9;
}
.final_basket .messages  .liqpay-notice {
    display: none;
    color: #ef5151;
}
.order-finish {
    width: 100%;
    display: block;
}
.bill-wrap {
    display: block;
    white-space: normal;
    text-align: center;
}
.bill {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
}
.bill span {
    display: inline-block;
}
.bill-info > span {
    width: 65%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.final_basket .send_submit {
    background-color: #4ee274;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 40px auto;
    color: #fff;
    height: auto;
    width: 300px;
    font-weight: bold;
    cursor: pointer;
}
.final_basket .send_submit:hover {
    background-color: #43bd62;
}
.final-price{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 100;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
}
.order-finish .send_submit{
    margin-top: 40px;
    -webkit-appearance: none;
}
.final_basket.hidden-elem div,
.final_basket.hidden-elem span,
.final_basket.hidden-elem  table
{
    display: none;
}
.order-ship{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.err-msg{
    width: auto !important;
    color: red;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: inherit;
    text-align: center;
    font-size: 12px;
    float: none !important;
    background: transparent !important;
}
.accept span.err-msg{
    margin-top: -50px;
    margin-bottom: 50px;
}

.liqpay-notice,
.del-notice{
    color: #fb3f4c;
    text-align: center;
    margin: 20px auto;
}

#delivery .provider:nth-child(2) .del-type-name span{
    display: none;
}

.color-str{
    font-size: 12px;
    color: #2b98f1;
}
.checked-color{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 3px 5px;
}
.cart_back_link{
    float: right;
    color: #0588d1;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none;
    background: transparent;
    /* box-shadow: none; */
    border: none;
    outline-color: transparent;
}
#payment .provider{
    margin: 0;
}
.provider.unclickable{
    pointer-events: none;
    background: #e4e4e4;
}

.unavailable {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ff6652;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.fixed_basket .unavailable,
#total-cart-info .unavailable
{
    display: inline-block;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.unavailable img {
    position: absolute;
    top: 0;
    left: 0;
}
.tooltip .tooltiptext {
    left: -70px;
    top: -52px;
    width: 100px;
}
.fixed_basket .tooltip .tooltiptext,
#total-cart-info .tooltip .tooltiptext{
    left: -13px;
    top: -27px;
}
.tooltip .tooltiptext:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bfbfbf;
    margin: 4px 0px 0px 0px;
    left: 77%;
}
.fixed_basket .tooltip .tooltiptext:after,
#total-cart-info .tooltip .tooltiptext:after{
    left: 19%;
}
.unavailable:hover .tooltiptext {
    visibility: visible;
}


/* remeber-me checkbox start*/
#wrap-remeber-cart {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#wrap-remeber-cart input[type=checkbox] {
    visibility: hidden;
    display: inline-block;
    width: 1px;
    /*margin-right: 10px;*/
    float: left;
}

#wrap-remeber-cart label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

#wrap-remeber-cart label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #2196F3;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

#wrap-remeber-cart span {
    margin-left: 30px;
    color: grey;
}

#wrap-remeber-cart label:hover::after {
    opacity: 0.5;
}

#wrap-remeber-cart input[type=checkbox]:checked+label:after {
    opacity: 1;
}
/* remeber-me checkbox end*/



@media screen and (max-width: 1500px){
    #content{
        width: 700px;
    }
    #payment .provider object,
    #payment .provider svg{
        width: 100px;
    }
}

@media screen and (max-width: 1200px){
    #content{
        width: 90%;
        margin: 0 auto;
    }
    .tovar_table tr td a.table_item_link{
        width: 60%;
    }
    .fixed_basket{
        opacity: 0;
        z-index: -1;
        overflow: hidden;
    }
    .fixed_basket_icon{
        display: none!important;
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }

    .fixed-service-count {
        position: fixed;
        top: 21%;
        z-index: 100;
        right: 70px;
        font-size: 14px;
        padding: 4px;
        background: #ef5251;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: #ff6652;
        /* border: 2px solid #fff; */
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        color: white;
    }

    .fixed_basket.clicked-basket {
        display: block;
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0 !important;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 12;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
    }
    .fixed_basket.clicked-basket table{
        width: 350px;
        height: auto;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 20px;
    }
    .fixed_basket.clicked-basket .icon{
        position: relative;
        left: -135px;
        top: 15px;
        margin: 0 auto;
        padding: 1px;
    }
    .fixed_basket.clicked-basket .close-basket {
        display: block;
        position: relative;
        top: 30px;
        left: 64%;
        background: grey;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -20px;
    }
    .fixed_basket.clicked-basket .close-basket a{
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .bill > .alert, .bill > .alert6 {
        justify-content: unset!important;
        margin-bottom: 10px!important;
    }
}
@media screen  and (min-height: 1140px){
    .fixed_basket_icon{
        position: absolute;
        top:14%;
    }

    .fixed-service-count{
        top:12%;
    }
}

@media screen and (max-width: 1100px){
    .fixed_basket.clicked-basket .close-basket{
        left: 65%;
    }
}

@media screen and (max-width: 1000px){
    .fixed_basket.clicked-basket .close-basket{
        left: 66%;
    }
}

@media screen and (max-width: 900px){
    .fixed_basket.clicked-basket .close-basket{
        left: 68%;
    }
}

@media screen and (max-width: 800px){
    .fixed_basket.clicked-basket .close-basket{
        left: 70%;
    }
}

@media screen and (max-width: 700px){
    .fixed_basket.clicked-basket .close-basket{
        left: 73%;
    }
}

@media screen and (max-width: 600px){
    .fixed_basket.clicked-basket .close-basket{
        left: 76%;
    }
}

@media screen and (max-width: 500px){
    .fixed_basket.clicked-basket .close-basket{
        left: 84%;
    }
}

@media screen and (max-width: 400px){
    .fixed_basket.clicked-basket .close-basket{
        left: 85%;
    }

    .fixed_basket.clicked-basket table{
        width: 285px;
    }
}

@media screen and (max-width: 350px){
    .fixed_basket.clicked-basket .close-basket{
        left: 92%;
    }


}

@media screen and (max-width: 950px){
    .fixed_basket_icon{
        top: 10%;
    }
    .fixed-service-count{
        top: 7%;
    }
}

@media screen and (max-width: 900px){
    .order-info{
        min-height: 250px;
    }
    .order-info .col-3{
        display: block;
        width: 90%;
        margin: 10px 0;
        text-align: left;

    }
    .order-info .col-3 .title {
        margin-bottom: 7px;
    }
    .order-info .col-3:nth-child(2) {
        border: none;
    }
    .order-ship{
        margin: 0;
    }
    .bill-info > span{
        margin-left: 0;
    }
}

@media screen and (min-width:1200px) {
    body.catalog-cart-empty,.catalog-cart-empty #mainarea{
        height: 100%;
    }

    .catalog-cart-empty .footer {
        padding: 66px 0 55px 0;
        background-color: #4a545c;
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
    }
}

@media screen and (max-width:769px) and (min-width:767px) {
    #content{
        height: 100%;
        height: -moz-available;
        height: -webkit-fill-available;
        height: fill-available;

    }
    #footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 750px){
    .col-2{
        display: block;
        width: 100%;
    }
    .enter-social{
        margin-left: 0;
    }
    #delivery .col-2 .provider:nth-child(5){
        border-bottom: 1.45px solid #b3b0b0;
    }
    fieldset:first-child .provider:nth-child(3) {
        border-bottom: 1.3px solid #999999;
    }
}

@media screen and (max-width: 550px){
    .block_for_image_cart{
        width: 60px;
    }
    .block_for_image_cart img{
        width: 50px;

    }

    .tovar_table td{
        font-size: 12px;
    }
    .tovar_table tr td:first-child a{
        font-size: 12px;
        margin-right: 0;
    }
    .plus-minus-toggle{
        width: 65px;
        padding: 0;
        margin:  0 auto;
    }
    .tovar_num{
        margin: 0 auto;
    }
    .basket_form .tovar_num{
        margin: 0 auto!important;
    }
    .white_block .fa{
        padding: 0 5px;
    }
}
@media screen and (max-width: 450px){
    #payment .provider object,
    #payment .provider svg,
    #payment .provider svg image
    {
        width: 60px;
    }
}
@media screen and (max-width: 400px){
    #content{
        width: 100%;
    }
}

/*.ukr-basket {*/
/*    border: 1px solid #c6c9cc;*/
/*    border-radius: 5px;*/
/*    color: #5d5d5d;*/
/*    display: block;*/
/*    padding: 0px 10px;*/
/*    font-size: .8em;*/
/*    width: 100%;*/
/*    -webkit-appearance: none;*/
/*    margin: 5px 0;*/
/*}*/

/*.ukr-basket {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    margin: 0px auto;*/
/*    height: 100%;*/
/*    line-height: 3.5em;*/
/*    color: gray;*/
/*    outline: none;*/
/*    font-weight: bold;*/
/*}*/
/*.ukr-basket:after {*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    position: absolute;*/
/*    display: block;*/
/*    top: 50%;*/
/*    right: 10px;*/
/*    margin-top: -10px;*/
/*    border-width: 12px 12px 0 12px;*/
/*    border-style: solid;*/
/*    border-color: grey transparent;*/
/*    cursor: pointer;*/
/*}*/

.ukr-basket {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
    height: 100%;
    line-height: 3.5em;
    color: gray;
    outline: none;

}
.select2 {
    width: 100% !important;
}
.select2-container {
    margin: 5px 0 1px 0 !important;
    font-size: .8em;
    -webkit-appearance: none;
    max-width: 460px;
}
.select2-container .select2-selection--single {
    line-height: 37px !important;
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
    color: #5d5d5d !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    right: 10px !important;
    border-width: 12px 12px 0 12px !important;
    border-style: solid !important;
    cursor: pointer !important;
    left: -50% !important;
    margin-top: -7px !important;
}
.select2-results__option {
    display: block;
    text-decoration: none;
    color: #5d5d5d !important;
    padding: 5px 20px !important;
    white-space: normal !important;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #cfc9c9 !important;
}
.ukr-basket::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    border-style: solid;
    border-color: grey transparent;
    cursor: pointer;
    background: #000;
}
.ukr-basket option{
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.destination.ukr_post {
    background: url(/images/repair/svg/ukr-pochta-bas.svg);
    background-size: auto 100%;
    background-position: right 220px top 0px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin: 0 auto 20px auto;
    padding: 40px 20px 20px 20px;
}
.destination.ukr_post_outside {
    background: url(/images/repair/svg/ukr-pochta-bas.svg);
    background-size: auto 100%;
    background-position: right 220px top 0px;
    background-color: #fff;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    margin: 0 auto 20px auto;
    padding: 40px 20px 20px 20px;
}
.destination .ukr-basket::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.destination .ukr-basket::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}
.destination .ukr-basket::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e8e9ea;
}

.ukr-basket.active:after {
    border-color: #9bc7de transparent;
    border-width: 12px 12px 0 12px;
    margin-top: -10px;
}
.ukr-basket .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    line-height: 2em;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    border: 1px solid #c5c8cb;
    border-radius: 2px;
    border-top: none;
}
.ukr-basket.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.ukr-basket .dropdown select option {
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    padding: 0px 20px;
    white-space: normal;
}
.destination .ukr-basket {
    padding: 0;
}

.destination .ukr-basket {
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    margin: 5px 0 1px 0;
    padding: 0px 10px;
    font-size: .8em;
    width: 100%;
    -webkit-appearance: none;
    background: none !important;
}

@media screen and (max-width: 850px){
    .menu_mobile_basket {
        border: 1px solid #333; /* Параметры рамки */
        position: fixed;
        height: 45px;
        width: 100%;
        background-image: -webkit-linear-gradient(
                90deg, rgb(25,144,234) 0%, rgb(46,161,248) 100%);
        z-index: 3;
        justify-content: center;
        align-items: flex-end;
        bottom: 0;
        text-align: center;
        right: 0;
    }

    .menu_mobile_basket_text {
        font-size: initial;
        color: #FFFFFF;
    }

    .menu_mobile_basket_img {
        width: 35px;
        height: 35px;
        position: inherit;
        left: 25px;
        margin-top: 4px;
    }

    .white_block_fixed_basket {
        opacity: 1 !important;
        z-index: 1 !important;
        overflow: revert !important;
        right: 0 !important;
        top: 5% !important;
        width: 320px;

    }
}

@media screen and (min-width: 850px){
    .menu_mobile_basket {
        display: none;
    }
}
@media screen and (max-width: 318px){
    .menu_mobile_basket {
        display: none;
    }
}

