.elementor-14025 .elementor-element.elementor-element-5ebe66b:not(.elementor-motion-effects-element-type-background), .elementor-14025 .elementor-element.elementor-element-5ebe66b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-14025 .elementor-element.elementor-element-5ebe66b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14025 .elementor-element.elementor-element-5ebe66b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for section, class: .elementor-element-5ebe66b */@media (max-width: 768px){
    .cart_table .img img{
        width: 120px !important;
    }
}/* End custom CSS */
/* Start custom CSS for page-settings */.cart_wrp_box {
    background: #fff;
    border: 1px #ccc solid;
    border-radius: .25em;
    margin: 1em 0 1em;
    overflow: hidden;
}

.cart_table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    background: #fff;
    margin: -1px 0;
}
.cart_table tr {
    border-top: 1px rgba(0,0,0,.1) solid;
    border-bottom: 1px rgba(0,0,0,.1) solid;
}
.cart_table td, .cart_table th {
    border: none;
    color: #262626;
}

.cart_table th {
    padding: 1.25em 1em;
    background: #fff;
    white-space: nowrap;
}
.cart_table tr.selected{
    background: #ffeaea
}

.cart_table .check input{
    transform: scale(1.2);
    display:none;
}
.cart_table .check_wrp input[type=checkbox]:checked+.checkbox {
    background: #e84141;
    box-shadow: none;
}
.cart_table .check_wrp .checkbox {
    display: block;
    width: 1.3em;
    height: 1.3em;
    overflow: hidden;
    line-height: 99;
    cursor: pointer;
    border-radius: .25em;
    box-shadow: inset rgba(0,0,0,.5) 0 0 2px;
    transition: .2s;
}
.cart_table .check_wrp .checkbox:after {
    content: "";
    display: block;
    position: relative;
    left: 36%;
    top: 20%;
    width: 6px;
    height: 10px;
    border: solid #d1d1d1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart_table .check_wrp input[type=checkbox]:checked+.checkbox:after {
    border: solid white;
    border-width: 0 3px 3px 0;
}
.cart_table .check {
    width: 5%;
    padding-left: 1em;
}
.cart_table .item {
    text-align: left;
    width: 59%;
    padding: 10px 0;
}
.cart_table .unit {
    width: 13%;
    text-align: center;
    white-space: nowrap;
}
.cart_table .qtt {
    width: 13%;
    text-align: center;
    position: relative;
}
.cart_table .tot {
    width: 13%;
    text-align: center;
    white-space: nowrap;
}
.cart_table .func {
    width: 1%;
    padding-right: 1.5em;
    padding-left: 0;
}
.cart_table .func i{
    color: #666;
    font-size: 18px;
    cursor: pointer;
}
.cart_table .func i:hover{
    color: #444;
    font-size: 18px;
}
.cart_table .item_link {
    display: flex;
}
.cart_table .item_link:hover {
    color: #ff2121;
}
.cart_table .img img{
    border: 1px #ddd solid;
    background: #fff;
    width: 50px;
}
.cart_table .info {
    margin-left: 1em;
    display:flex;
    align-items: center;
}

.vc-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5em 2em;
    background: #fff;
    border: 1px #ccc solid;
    border-radius: .25em;
    position: relative;
    line-height: 2;
}
.vc-wrp .vc_title {
    margin-right: 2em;
    white-space: nowrap;
}
.vc-wrp .vc_input {
    display: flex;
}
.voucher-hints{
    margin-left: 1em;
    color: red;
}
.vc-wrp .code_wrp {
    display: block;
    width: 18em;
    border: 1px rgba(0,0,0,.15) solid;
    border-radius: .25em 0 0 .25em;
    background: #fff;
    box-shadow: inset rgba(0,0,0,.05) 0 0.125em 0.25em;
    position: relative;
}

.vc-wrp .code_wrp input {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 2em;
    font-size: 1.5em;
    margin: -1px 0;
    padding: 0 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vc-wrp .vc_input .check {
    display: block;
    margin: 0 0 0 -1px;
    background: #fff;
    border-radius: 0 .25em .25em 0;
    white-space: nowrap;
    color: #555;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border: 1px rgba(0,0,0,.15) solid;
}
.vc-wrp .vc_input .check span {
    display: block;
    margin: 0;
    line-height: 1.5;
    padding: .75em 1.2em;
}

.cart_info {
    display: flex;
    justify-content: flex-end;
    margin: .5em 0;
}
.cart_total_count {
    flex: auto;
    padding: 0 1.5em;
}
.cart_info .count {
    font-size: 14px;
    list-style: none;
    display: table;
}
.cart_info .count .C {
    text-align: right;
    padding-left: 2em;
    font-weight: 700;
}
.cart_info .count li{
    display: table-row;
}
.cart_info .count li>div {
    display: table-cell;
}
.cart_info .title .C{
    font-size: 20px;
}
.cart_info #totalAmount{
    color: #ca1515;
}
.cart_info .cart_total_count2{
    margin-right: 1.5em;
}
.cart_info .checkout_btc{
    margin-top:-0.3em;
}
.cart_info .checkout_btc input{
    padding: 1em 1.5em 2em;
    font-weight: 600;
}
.cart_info .checkout_btc input:hover{
    background: #de1515;
}
label.number_wrp{
    display: flex;
    height: 2em;
    align-items: center;
    justify-content: center;
}

input.quantity::-webkit-outer-spin-button,
input.quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.quantity {
    text-align: center;
    padding: 0;
  -moz-appearance: textfield;
}
input.quantity:disabled{
    background: white;   
}
}
.cart_table .none td{
	padding: 2em;
}
.saveQty{
    display: none;
    width: 100%;
}
.saveQty span{
    width: 50%;
    display: inline-block;
    cursor: pointer;
    padding: 3px;
}
.saveQty span.confirm{
    background: #1e90ff;
}
.saveQty span.cancel{
    background: #ddd;
}

@media only screen and (max-width: 650px){
    .voucher-hints{
        width: 100%;
        text-align: center;
        line-height: 1.5;
        margin-top:5px;
    }
    .cart_table .check{
        position:absolute;
        left: -.1em;
        top: 1em;
    }
    .cart_table .func{
        position: absolute;
        top: 1em;
        right: .3em;
        display: block;
    }
    .cart_table tr.title{
        display:none;
    }
    .cart_table tr {
        flex-direction: column;
        margin: 0 0 1em;
        background: #fff;
        border-top: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .cart_table tr:last-child{
        margin: 0;
    }
    .cart_table td.item, .cart_table td.unit, .cart_table td.qtt,.cart_table td.tot{
        width: 100%;
    }
    .cart_table td.unit>div, .cart_table td.qtt>div,.cart_table td.tot>div{
        float: right;
        margin-right: 1em;
        font-size: 13px;
    }
    td.qtt>div{
        margin-right: 0 !important;
    }
    .cart_table td.unit:before, .cart_table td.qtt:before,.cart_table td.tot:before{
        content: attr(data-title);
        font-weight: 600;
        margin-bottom: .5em;
        float: left;
        margin-left: 1em;
        font-size: 13px;
    }
    .cart_table td.qtt:before{
        padding-top:2em;
    }
    .cart_table .item{
        padding: 1em 2.5em 1em 3.5em;
        font-size: 14px;
    }
    .cart_info{
        display: block;
    }
    .cart_info .cart_total_count, .cart_info .cart_total_count2, .cart_info .checkout {
        margin: 1em 0 0;
        display: flex;
        justify-content: center;
    }
    .cart_info .title .C{
        padding: 0;
        margin: 0;
    }
    .vc-wrp#voucherCodeDiv{
        padding: .5em 1em 1em;
    }
    .vc-wrp .code_wrp{
        width: 80%;
    }
}/* End custom CSS */