body.xoo-wsc-active,
html.xoo-wsc-activee {
    overflow: hidden;
}

#sidebar {
    z-index: 900;
    background-color: white;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    z-index: 999;
    background: var(--dark-color);
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    bottom: 0;
    background-color: white;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--dark-color);
    /* position: absolute;
    top: 10px;
    right: 10px; */
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

#dismiss:hover {
    background: #133c2e00;
    color: #fff;
}

#sidebar .sidebar-header {
    padding: 1px 5px;
    background: var(--dark-color);
    color: #fff;
}

.sidebar-header h3 {
    margin: 14px;
}

.sidebarCollapse {
    display: inline;
    font-size: 0;
    z-index: 999;
    text-align: center;
    background: #000;
    bottom: 70px;
    height: 32px;
    position: fixed;
    right: 30px;
    width: 32px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #fff;
}

body.xoo-wsc-active .xoo-wsc-opac {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 800;
    opacity: .5;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.minimum_message span {
    font-size: 12px!important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.xoo-wsc-basket,
.xoo-wsc-container {
    transition-property: right;
}

.xoo-wsc-content {
    height: -webkit-fill-available;
    overflow: auto;
    max-height: calc( 100vh - 450px);
}

.xoo-wsc-basket {
    left: -70px;
}

.xoo-wsc-basket {
    background-color: #fff;
    bottom: 50px;
    position: absolute;
}

.xoo-wsc-basket,
.xoo-wsc-container {
    transition-duration: .5s;
}

.xoo-wsc-basket {
    padding: 10px;
    border-radius: 14px;
    margin: 10px;
    box-shadow: 0 1px 4px 0;
    z-index: 999999;
    cursor: pointer;
}

.xoo-wsc-items-count {
    left: -15px;
}

.xoo-wsc-items-count {
    background-color: white;
    color: #000;
}

.xoo-wsc-items-count {
    border-radius: 50%;
    position: absolute;
    top: -15px;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    border: solid 1px #133C2E;
}

.xoo-wsc-footer {
    border-top: 2px solid #000;
    position: relative;
}

.xoo-wsc-footer-content {
    bottom: 25px;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    border-top: 2px solid #eee;
}

.xoo-wsc-footer,
.xoo-wsc-footer button.xoo-wsc-ft-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.xoo-wsc-footer-a {
    margin-bottom: 10px;
}

.xoo-wsc-tools {
    font-weight: 700;
    padding: 0 15px;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
    padding: 15px 0;
    font-weight: 500;
    border-radius: 5px;
    margin: 4px 0;
    background-color: var(--shopcolor);
    color: black;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
    display: block;
}

.xoo-wsc-product a.remove {
    background-color: red;
    border: medium none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 18px;
    height: 20px;
    line-height: 15px;
    margin: 3px;
    text-align: center;
    text-indent: 0;
    width: 20px;
    padding: 2px 2px 3px 3px;
}

.xoo-wsc-product {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 1px;
    float: left;
    padding: 5px;
    width: auto;
    display: block;
}

.xoo-wsc-img-col {
    width: 35%;
}

.xoo-wsc-img-col {
    float: left;
    text-align: center;
}

.xoo-wsc-sum-col {
    width: 60%;
}

.xoo-wsc-sum-col {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

a.xoo-wsc-pname {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
}

.xoo-wsc-price {
    margin: 3px 0;
    color: black;
}

.xoo-wsc-psrow {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 7px;
    display: block;
}

.xoo-wsc-qtybox {
    border-color: black;
}

.xoo-wsc-qtybox {
    border: none;
    /* border-width: 1px;
    border-style: solid; */
    position: relative;
    display: inline-block;
    font-weight: 700;
    max-width: 120px;
    float: left;
    height: inherit;
}

span.xoo-wsc-minus {
    border-right-width: 1px;
    border-right-style: solid;
}

span.xoo-wsc-minus,
span.xoo-wsc-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px;
}


/* input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    text-rendering: optimizeLegibility;
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
} */

input[type=number].xoo-wsc-qty {
    /* border-right: 1px solid black;
    border-left: 1px solid black; */
    border: none;
    text-align: center;
    display: inline-block;
    max-width: 40px;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0;
    width: auto;
    margin: 0;
    /* background-color: white; */
    font-size: 20px;
    color: black;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb !important;
    -moz-appearance: textfield;
    cursor: text;
}


/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    
} */

span.xoo-wsc-plus {
    border-left-width: 1px;
    border-left-style: solid;
}

span.xoo-wsc-minus,
span.xoo-wsc-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 35px;
}

.xoo-wsc-chng {
    /* border-color: #fff;
    color: black; */
    border: 1px solid black;
    background-color: black;
    color: white;
    border-radius: 28px;
    font-size: 22px;
    font-family: Arial;
}