/** 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-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-close:before {
    content: url('../../img/component17.svg');
}

.xoo-cp-icon-cross:before {
    content: url('../../img/component13.svg');
}
.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); }
}

.xoo-cp-hdtxt {
    margin-top: -1px;
    font-family: var(--head-head-4-font-family);
    font-weight: var(--head-head-4-font-weight);
    color: #535353;
    font-size: 20px;
    letter-spacing: var(--head-head-4-letter-spacing);
    line-height: var(--head-head-4-line-height);
    white-space: nowrap;
    font-style: var(--head-head-4-font-style);
}
.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);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

xoo-cp-hdtxt {
    border-bottom: none;
    box-shadow: 0px 5px 10px #10b4524c;
}

.xoo-cp-cont-opac{
    z-index: 1;
    background-color: white;
    opacity: 0.5;
    position: absolute;
}

.xoo-cp-hdtxt, span.xcp-rel-head {
    color: #000000;
    font-size: 16px;
    border-radius: 20px 20px 0px 0px;
}

.xoo-cp-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.xoo-cp-container {
    display: inline-block;
    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: 15px;
    padding-bottom: 15px;
}

.xoo-cp-container-scroll{
    max-height: 80vh;
}


span.xoo-cp-close {
    font-size: 29px;
    position: absolute;
    right: 25px;
    top: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.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: 2% 10% 0% 2%;
    display: none;
    height: 52px;
    border-radius: 15px 15px 0px 0px;
    background: white;
    display: block;
    margin-top: -1px;
    font-family: "Open Sans", Helvetica;
    font-weight: 600;
    color: #10b452;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.xoo-cp-btns {
    margin: 20px auto 0;
    clear: both;
    text-align: center
}

a.xoo-cp-close.xcp-btn.continue {
    position: relative;
    background-color: var(--whitewhite-2);
    border-radius: 50px;
    border: 2px solid;
    border-color: var(--greengreen-2);
    align-items: center;
    justify-content: center;
    color: #10b452 !important;
}

a.xcp-btn {
    width: 60%;
    text-align: center;
    cursor: pointer;
    padding: 15px 20px;
    display: table;
    margin: 0 4px;
    max-width: 280px;
    background: #10b452;
    border-radius: 50px;
    position: relative;
    margin-top: -1px;
    font-family: "TT Lakes Medium";
    font-weight: 700;
    color: #ffffff !important;
    font-size: 13px;
    letter-spacing: 0;
}
.xcp-icon-spinner2 {
    display: inline-block
}
.xoo-cp-atc-icon {
    margin-left: 5px
}

.xoo-cp-qtybox {
    display: block;
    width: 100%;
    border: 0px solid !important;
    border-color: var(--greengreen-2) !important;
}

span.xcp-ctotal-title {
    width: fit-content;
    font-family: "TT Lakes Medium";
    font-weight: 600;
    color: var(--greygrey-1);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

#mCSB_1_container > div.xoo-cp-content > div.xoo-cp-table-bottom > div > span > span {
    width: fit-content;
    font-family: "Open Sans", Helvetica;
    font-weight: 600;
    color: var(--greygrey-1);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}

td.xoo-cp-ptitle a {
    display: block;
    margin-top: -1px;
    font-family: "TT Lakes Medium";
    font-weight: 600;
    color: #535353;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}
.xoo-cp-variations dl.variation {
    margin-bottom: 5px
}

td.xoo-cp-pimg {
    width: 20%
}

.xoo-cp-rp-container {
    display: none;
}
#mCSB_1_container > div.xoo-cp-content > div.xoo-cp-cart-table-cont > table > tbody > tr > td.xoo-cp-pprice > span > bdi{
    top: 23px;
    left: 0;
    font-family: var(--head-head-4-font-family);
    font-weight: var(--head-head-4-font-weight);
    color: var(--greygrey-2);
    font-size: var(--head-head-4-font-size);
    letter-spacing: var(--head-head-4-letter-spacing);
    line-height: var(--head-head-4-line-height);
    white-space: nowrap;
    font-style: var(--head-head-4-font-style);
}
.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;
    display: block;
}
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
}
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 {
    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: 20px 30px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none !important;
    box-shadow: 0px 5px 10px #10b4524c;
    height: 52px;
    border-radius: 10px 10px 0px 0px;
    font-family: "TT Lakes Medium";
}
.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
    }

    input[type=number].xoo-cp-qty {
        width: 60px;
    }

    .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 {
        
    }
    table.xoo-cp-cart td.xoo-cp-ptitle {
     width: 55% !important;
    text-align: right !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 2px solid;
    border-color: #10b452;
    border-radius: 10px;
    width: 120px !important;
    height: 70px !important;
}
}
span.xcp-minus {
    border-right-width: 0px;
    border-right-style: solid
}
span.xcp-plus {
    border-left-width: 0px;
    border-left-style: solid
}
span.xcp-minus{
display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px;
    font-size: 30px;
    position: relative;
    top: 0px;
}

span.xcp-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px;
    font-size: 30px;
    top: 0px;
    position: relative;
    left: 5px;
}
input[type=number].xoo-cp-qty {
    text-align: center;
    display: inline-block;
    width: 40px;
    float: left;
    height: 30px;
    line-height: 100%;
    padding: 0;
    background: white;
    border: 1px solid !important;
    border-color: #ebe9eb !important;
    border-radius: 10px;
    top: 10px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 2px solid;
    border-color: #10b452;
    border-radius: 10px;
    width: 65px;
    height: 65px;
}

input.xoo-cp-qty::-webkit-inner-spin-button,
input.xoo-cp-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.xoo-cp-qtybox {
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: contents;
    font-weight: 700;
    max-width: 90px;
    height: 50px;
    line-height: 35px;
    display: flex;
    align-items: center;
}
.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;
    padding: 60px;
    color: var(--greygrey-1);
    font-size: var(--body-body-1-font-size);
    line-height: var(--body-body-1-line-height);
    font-family: var(--body-body-1-font-family);
    font-weight: var(--body-body-1-font-weight);
    letter-spacing: var(--body-body-1-letter-spacing);
    font-style: var(--body-body-1-font-style);
}
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;
    display: none;
}
.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: center;
}
.xoo-cp-cart-table-cont {
    overflow-x: auto;
}

.xoo-cp-variations .variation:last-of-type {
    display: none;
}

dl.variation {
    padding: 5px 0px 5px 10px;
    border-radius: 50px;
    color: #10b452;
    margin-left: 5px;
    font-weight: 500;
	height: 20px;
}

.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;
}

.cart-item {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: var(--greengreen-2);
    border-radius: 8px;
    right: 15px;
    bottom: 3px;
}

span.item-c {
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    left: 4px;
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: var(--whitewhite-2);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

a.xoo-cp-sc-cont {
    display: flex;
}

 .xoo-cp-modal {
      font-family: "TT Lakes Medium";
  }