/** Fonts **/

@font-face {
  font-family: 'woo-cart-popup-premium';
  src:  url('fonts/woo-cart-popup-premium.eot?vj5qsb');
  src:  url('fonts/woo-cart-popup-premium.eot?vj5qsb#iefix') format('embedded-opentype'),
    url('fonts/woo-cart-popup-premium.ttf?vj5qsb') format('truetype'),
    url('fonts/woo-cart-popup-premium.woff?vj5qsb') format('woff'),
    url('fonts/woo-cart-popup-premium.svg?vj5qsb#woo-cart-popup-premium') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-cp-icon-"], [class*=" xoo-cp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'woo-cart-popup-premium' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.xoo-cp-icon-close:before {
  content: "\e906";
}*/

.xoo-cp-icon-close svg{
    color: #989898;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}
.xoo-cp-icon-basket5:before {
  content: "\e900";
}
.xoo-cp-icon-basket4:before {
  content: "\e901";
}
.xoo-cp-icon-basket6:before {
  content: "\e902";
}
.xoo-cp-icon-basket1:before {
  content: "\e903";
}
.xoo-cp-icon-basket2:before {
  content: "\e904";
}
.xoo-cp-icon-basket3:before {
  content: "\e905";
}
.xoo-cp-icon-spinner:before {
  content: "\e97b";
}
/*.xoo-cp-icon-cross:before {
  content: "\ea0d";
}*/
.xoo-cp-icon-check:before {
  content: "\ea10";
}


.xoo-cp-icon-spinner{
    animation: xoo-cp-spin 575ms infinite linear;
    display: inline-block;
}

.xoo-cp-added, .xoo-cp-adding {
    margin-left: 5px;
}


.xoo-cp-preloader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation: xoo-cp-spin 575ms infinite linear;
    font-size: 45px;
}


@keyframes xoo-cp-spin {
     from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@-ms-keyframes xoo-cp-spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes xoo-cp-spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes xoo-cp-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


.xcp-rel-head,
.xoo-cp-hdtxt,
a.xcp-btn {
    text-transform: uppercase
}
.xoo-cp-opac {
    z-index: 99998;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    display: none;
}
.xoo-cp-opac,.xoo-cp-modal , .xoo-cp-cont-opac{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.xoo-cp-modal {
    position: fixed;
    text-align: center;
    z-index: 99998;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}

.xoo-cp-active{
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.xoo-cp-cont-opac{
    z-index: 1;
    background-color: white;
    opacity: 0.5;
    position: absolute;
}

.xoo-cp-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.xoo-cp-container {
    display: inline-block;
    max-width: 650px;
    border: #a0a0a0 solid 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 2px;
    padding-bottom: 15px;
}

.xoo-cp-container-scroll{
    max-height: 80vh;
}

table.xoo-cp-cart td.xoo-cp-ptitle{
    width: 35%!important;
}
.xoo-cp-ptitle a>span{
    color: #989898!important;
    text-decoration: none!important;
}

span.xoo-cp-close {
    position: absolute;
    right: 10px;
    top: 5px;
    background: 0 0;
    font: 30px Arial,sans-serif;
    color: #a5a5a5;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.xoo-cp-atcn{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    text-align: left;
    color: #3C763D;
    background-color: #DFF0D8
}
.xoo-cp-atcn .xoo-cp-icon-check{
    margin-right: 5px;
}
.xoo-cp-atcn.xoo-cp-atcn-active{
    padding: 11px 15px;
    display: none;
}

.xoo-cp-btns {
    margin: 20px auto 0;
    clear: both;
    text-align: center
}
a.xcp-btn {
    width: 30%;
    text-align: center;
    cursor: pointer;
    padding: 8px 12px;
    display: table;
    margin: 0 4px;
    max-width: 200px;
}
.xcp-icon-spinner2 {
    display: inline-block
}
.xoo-cp-atc-icon {
    margin-left: 5px
}
.xoo-cp-qtybox {
    vertical-align: middle;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px
}
td.xoo-cp-ptitle a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: block
}
td.xoo-cp-ptitle a:hover{
    text-decoration: underline;
    transition: all 0.1s linear;
}
.price_popup_basket{
    color: #989898;
    font-size: 14px;
}
.xoo-cp-variations dl.variation {
    margin-bottom: 5px
}
td.xoo-cp-pimg {
    width: 20%
}
.xcp-one-qty,
td.xoo-cp-pprice,
td.xoo-cp-ptotal {
    font-size: 17px
}
td.xoo-cp-pqty {
    min-width: 120px
}
.xoo-cp-pdetails td.xoo-cp-remove {
    text-align: center;
    font-size: 20px
}
table.xoo-cp-cart td,
table.xoo-cp-cart th {
    /*vertical-align: middle;
    text-align: center*/
}
table.xoo-cp-cart th {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400
}
table.xoo-cp-cart td.xoo-cp-ptitle {
    padding-left: 15px
}
table.xoo-cp-cart td {
    padding: 20px 0;
    

}
.xoo-cp-ptotal_iner>span{
    color: #333;
    font-size: 14px;
}
.xoo-cp-ptotal_iner>div{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.xoo-cp-pqty_head>span{
    color: #333;
    font-size: 14px;
}
.xoo-cp-ptotal_iner, .xoo-cp-pqty{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
td.xoo-cp-remove .xoo-cp-remove-pd {
    font-size: 20px;
    color: #ea0a0a;
    cursor: pointer;
}
.xcp-outspin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 45px
}

.xoo-cp-outer {
    display: none
}
.xoo-cp-variations {
    font-size: 13px;
    display: table
}
.xoo-cp-variations .variation {
    overflow: auto;
    margin-top: 5px
}
.xoo-cp-variations .variation dt {
    margin: 0 3px 0 0;
    float: left
}
.xoo-cp-variations .variation dd {
    margin: 0 7px 0 0;
    float: left
}
.xoo-cp-cart-total {
    display: table;
    margin-left: auto;
    margin-right: 5px;
}
.xcp-totxt{
    font-size: 16px;
    text-transform: uppercase;
}

.xcp-ctotal .amount {
    font-size: 22px
}
.xoo-cp-basket {
    display: table;
    padding: 10px;
    box-shadow: 2px 2px 2px;
    position: fixed;
    z-index: 999997;
    bottom: 20px;
    right: 20px;
    border-radius: 10px;
    cursor: pointer
}
.xcp-bk-count {
    border-radius: 50%;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    font-size: 13px
}
.xoo-cp-empty {
    display: table;
    margin: 20px auto
}
.xcp-empty-txt {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    margin-left: 5px
}
.xcp-rel-head,
.xoo-cp-hdtxt {
    font-size: 17px
}
.xoo-cp-hdtxt {
    padding: 30px;
    width: 100%;
    margin-bottom: 10px
        font-size: 24px;
    font-weight: 400;
}
.xoo-cp-rel-cont {
    overflow: auto
}
.xcp-rel-head {
    display: block;
    text-align: center;
    padding: 7px 0;
    margin: 15px auto
}
.xcp-rel-sing img {
    width: 100%;
    height: auto
}
ul.xoo-cp-rel-prods {
    list-style-type: none;
    display: table;
    padding: 0 15px;
    overflow: auto;
    min-width: 600px
}
li.xoo-cp-rel-sing {
    max-width: 150px;
    min-width: 50px
}
.mCSB_container {
    margin-right: 0!important
}
.mCSB_scrollTools {
    top: 40px!important;
    bottom: 40px!important;
    width: 14px!important
}
li.xoo-cp-rel-sing span.onsale {
    display: none
}
table.xoo-cp-cart tr:nth-child(1) {
    border-top: 0
}
table.xoo-cp-cart {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%
}
.xoo-cp-rel-sing h3 {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 16px
}
.xoo-cp-empct {
    margin: 0 10px;
    cursor: pointer;
    font-size: 16px;
}
.xoo-cp-empct .xoo-cp-icon-close{
    font-size: 15px;
    margin-right: 3px;
}
.xcp-undo {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer
}
.xoo-cp-rel-sing .attachment-shop_catalog {
    width: auto;
    height: auto
}
@media only screen and (max-width: 600px) {
    th.xcp-rhead,
    td.xoo-cp-remove {
        display: none;
    }
    a.xcp-btn {
        width: 80%;
        margin: 10px auto 0;
        max-width: 100%;
    }
    .xoo-cp-modal .xoo-cp-cart-btns{
        display: block;
    }

}
@media only screen and (max-width: 750px) {
    li.xoo-cp-rel-sing {
        min-width: auto
    }
    .xoo-cp-cart-total,
    table.xoo-cp-cart td,
    td.xoo-cp-ptitle a {
        font-size: 14px!important
    }
    table.xoo-cp-cart .xoo-cp-content {
        overflow: auto
    }
    .xoo-cp-pprice,
    th.xcp-phead {
        display: none
    }
}
span.xcp-minus {
   
}
span.xcp-plus {
   
}
span.xcp-minus,
span.xcp-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    background: rgb(246, 248, 253);
    width: 26px
}
input[type=number].xoo-cp-qty {
    border: 0!important;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    max-width: 40px;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0
    line-height: 18px;
    color: #333;
    font-weight: 400;
}
input.xoo-cp-qty::-webkit-inner-spin-button,
input.xoo-cp-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.xoo-cp-qtybox {
   
    position: relative;
    display: inline-block;
    font-weight: 700;
    height: 37px;
    line-height: 35px;
    border: 1px solid #dfe1f0;
}
.xoo-cp-table-bottom{
    display: flex;
    align-items: center;
    padding: 10px;
}
.xoo-cp-rel-price,.xoo-cp-rel-title{
    display: block;
}

.xoo-cp-sc-cont{
    cursor: pointer;
}
.xoo-cp-sc-icon{
    margin-right: 3px;
}
.xoo-cp-empty-cart-notice{
    display: block;
    text-align: center;
    font-size: 21px;
}
a.xoo-cp-sn-btn{
    margin: 5px auto;
    display: table;
}

.xoo-cp-notice-box{
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  z-index: 100000;
}
.xoo-cp-notice-box > div{
    display: table;
    margin: 0 auto;
    background-color: #333;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button{
    display: none;
}
.xoo-cp-notice ul.woocommerce-error{
   margin: 0;
}
.xoo-cp-undo{
    text-decoration: underline;
    float: right;
    font-weight: 600;
    cursor: pointer;
}
.xoo-cp-rel-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xoo-cp-content{
    padding: 0 15px;
}
body.xoo-cp-popup-active{
    overflow-y: hidden;
}
.xoo-cp-rel-slider{
    overflow: auto;
}

.xoo-cp-cart-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.xoo-cp-cart-table-cont {
    overflow-x: auto;
}

.xoo-cp-variations .variation:last-of-type {
    display: none;
}

.xoo-cp-variations .variation:first-of-type {
    display: block;
}
.xoo-cp-yith-bundled-items span {
    font-size: 13px;
    color: #777;
    margin-left: 10px;
}
tr.xoo-cp-is-child td {
    padding: 0;
}

tr.xoo-cp-is-child td {
    padding: 0;
}
.Poppup_under_header{
    font-size: 18px;
    color: #333;
    position: relative;
    margin: 0 15px;
    border-bottom: 2px solid #1e73be;
    padding: 10px 0;
    font-weight: bold;
}
.xcp-totxt{
    display: block;
    margin: 0 0 20px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.xcp-ctotal .woocommerce-Price-amount{
    color: #333;
    font-weight: 700;
    font-size: 36px;
}
.xcp-ctotal .woocommerce-Price-currencySymbol{
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.xoo-cp-cart-btns .xoo-cp-btn-ch{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(30, 115, 190);
    border: 1px solid rgb(30, 115, 190);
    height: 50px;
    color: #fff;    
    border-radius: 1px;    
    transition: all .1s linear;
}
.xoo-cp-cart-btns .xoo-cp-btn-ch:hover{
    background-color: #0A467C;
}
.xoo-cp-cart-btns .xoo-cp-close{
    display: none!important;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    width: 187px;
    height: 50px;
    border: 1px solid rgb(30, 115, 190);
    background-color: #fff;
    color: rgb(30, 115, 190);
    transition: all .1s linear;
}
.xoo-cp-cart-btns .xoo-cp-close:hover{    
    background-color: rgb(30, 115, 190);
    color: #fff;
}
#wcus_np_billing_fields{
    margin-bottom: 130px;
}
#wcus_np_billing_fields h3{
    display: none;
}
.woocommerce-billing-field-head{
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
#wcus_np_billing_area_field, #wcus_np_billing_city_field, #wcus_np_billing_warehouse_field{
    width: 100%;
    padding: 0;
}
.select2-container .select2-selection.select2-selection--single, .woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection.select2-selection--single{
    border-radius: 0!important;
}
.select2-container--open .select2-selection.select2-selection--single, .woocommerce-widget-layered-nav-dropdown .select2-container--open .select2-selection.select2-selection--single{
    border-radius: 0!important;
}
.woocommerce-billing-fields__field-wrapper>p>label{
    display: none!important;
}
.woocommerce-billing-fields__field-wrapper>p{
    width: 100%!important;
    padding: 0!important;
}
.woocommerce-billing-fields__field-wrapper>p>span input{
    border-radius: 0!important;
}
.woocommerce-additional-fields p>label{
    display: none!important;
}
.woocommerce-additional-fields textarea.input-text {
    min-height: 1em!important;    
    border-radius: 0!important;
}
.total_order_under{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_order_under>div{
    font-size: 18px;
    color: #333;
}
.total_order_under>div:nth-child(2){
    font-size: 26px;
    color: #333;
}
.btn_order{
    margin-top: 20px;
    width: 100%;
}
.btn_order_inder{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0787ea;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    border: 1px solid #0787ea;
    cursor: pointer;
}
.btn_order_inder:hover{
    background-color: #0A467C;
}
.checkout.woocommerce-checkout .order-review-wrapper{
    border-radius: 0;
    border: 6px solid #0787ea;
    background-color: #fff;
}
#payment{
    display: none;
}
tfoot .order-total>th{
    font-size: 18px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
tfoot .order-total>td span.amount{
    font-size: 24px;
}
.woocommerce-checkout-review-order-table .product-name span>a{
    display: none;
}
.woocommerce-checkout-review-order-table .product-thumb{
    width: 60px;
    border: 1px solid #dfe1f0;
    padding: 0;
    height: 60px;
}
.woocommerce-checkout-review-order-table .cart_item{
    justify-content: flex-start;
    padding-top: 10px;
    align-items: center;
}
.woocommerce-checkout-review-order-table .product-name{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout-review-order-table .product-name span{
    font-size: 13px;
    font-weight: 400;
    color: #acacbe;
}
.woocommerce-checkout-review-order-table .product-name .product-name_head{
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table  h3{
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table thead .product-name{
    margin-left: 0;
}
@media (max-width: 991px){
    .checkout.woocommerce-checkout .order-review-wrapper {
        display: none;
    }
    #customer_details .col-2:nth-child(3){
        position: fixed;
        bottom: 60px;
        z-index: 100;
        left: 0;
        padding: 10px 30px;
        background: #fff;
        padding-top: 10px;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    #customer_details .col-2:nth-child(4){
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0 30px;
        padding-bottom: 10px;
        background-color: #fff;
    }   
}
.xoo-cp-mobile{
    display: none;
}
@media (max-width: 601px){
    .xoo-cp-hdtxt{
        display: none;
    }
    td.xoo-cp-ptitle a.cart-edit-product{
        display: none;
    }
    td.xoo-cp-ptitle .price_popup_basket{
        display: none;
    }
    .xoo-cp-pqty{
        display: none;
    }
    .xoo-cp-ptotal{
        display: none;
    }
    .xoo-cp-mobile{
    display: block;
    }
    .xoo-cp-ptotal_iner{
        position: absolute;
        right: 15px;
        margin-top: -40px;
    }
    table.xoo-cp-cart tr{
        position: relative;
    }
    .xoo-cp-pdetails td.xoo-cp-remove{
        text-align: right;
    }
    .xoo-cp-pimg{
        width: 60px;
    }
}
.b-order-fast_city{
    margin-bottom: 10px;
}
.b-order-fast_city span{
    text-decoration: none;
    margin-right: 6px;
    border-bottom: 1px dashed #0670eb;
    color: #0670eb;
    font-size: 13px;
    cursor: pointer;
}
.wcus-state-loading:after{
    border-color: #000!important;
    border-left-color: #fff!important;
    top: 76px!important;
    animation-duration: .4s!important;
}
table.shop_table.woocommerce-checkout-review-order-table tbody{
    max-height: 198px;
    overflow: auto;
}

/* полоса прокрутки (скроллбар) */
table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
    width: 6px; /* ширина для вертикального скролла */
    background-color: rgba(0, 0, 0, 0);
}

/* ползунок скроллбара */
table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}

/* Стрелки */

table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-button:vertical:start:decrement {
     display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-button:horizontal:start:decrement {
     display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.woocommerce-checkout h3#order_review_heading_v2{
    display: none;
}
.woocommerce-checkout-review-order-table{
    padding: 0!important;
}
#order_review_all_count{
    font-size: 18px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#order_review_all_count span{
    color: #0670eb;
    margin-left: 6px;
}
#order_review_all_count svg{
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    transition: transform .2s linear;
    pointer-events: none;
}
#order_review_all_count svg{
    transform: rotate(180deg);
}
#order_review_all_count{
   border-bottom: 1px solid #ddd; 
   padding-bottom: 10px;
}
.xoo-cp-cart-btns .xoo-cp-close{
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.xoo-cp-cart-btns .xoo-cp-btn-ch{
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}