.xoo-wsc-close {
    cursor: pointer;
    position: absolute
}

@-webkit-keyframes xoo-wsc-spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}

@keyframes xoo-wsc-spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
.xoo-wsc-icon-atc {
    margin-left: 5px
}
.xoo-wsc-icon-atc.xoo-wsc-active {
    display: inline-block;
    -webkit-animation: xoo-wsc-spin 575ms infinite linear;
    animation: xoo-wsc-spin 575ms infinite linear
}
.xoo-wsc-updating {
    text-align: center;
    z-index: 1
}
.xoo-wsc-updating .xoo-wsc-icon-spinner2 {
    position: absolute;
    -webkit-animation: xoo-wsc-spin 575ms infinite linear;
    animation: xoo-wsc-spin 575ms infinite linear;
    display: inline-block;
    font-size: 30px;
    z-index: 1;
    color: #000;
    top: 45%;
}
.xoo-wsc-uopac,
.xoo-wsc-updating ,.xoo-wsc-block-cart{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}
.xoo-wsc-block-cart{
    z-index: 1;
    display: none;
}
.xoo-wsc-uopac {
    background-color: #f0f0f0;
    opacity: .7
}
body.xoo-wsc-active, html.xoo-wsc-activee {
    overflow: hidden
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    opacity: .5
}
.xoo-wsc-container {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    max-width: 95%;
}


.xoo-wsc-header {
    position: relative;
    font-weight: 600;
}
.xoo-wsc-basket {
    padding: 10px;
    border-radius: 14px;
    margin: 10px;
    -webkit-box-shadow: 0 1px 4px 0;
            box-shadow: 0 1px 4px 0;
    z-index: 999999;
    cursor: pointer;
}

.xoo-wsc-basket , .xoo-wsc-container{
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
}


.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
}
.xoo-wsc-close {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 20px
}
.xoo-wsc-body {
    overflow-y: auto;
    position: relative
}
.xoo-wsc-product {
    padding: 15px;
    width: auto;
    display: block;
}
.xoo-wsc-product:after{
    content: " ";
    clear: both;
    display: block;
}
.xoo-wsc-img-col {
    float: left;
    text-align: center
}
a.xoo-wsc-remove {
    padding: 10px 10px 0 0;
    float: right;
    font-size: 16px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.xoo-wsc-remove:hover {
	color: #D94E4B !important;
}
.xoo-wsc-sum-col {
    display: inline-block;
    margin-left: 10px;
    float: left
}
a.xoo-wsc-pname {
    word-wrap: break-word;
    display: block;
    width: 100%
}
.xoo-wsc-price {
    margin: 3px 0
}
.xoo-wsc-sum-col .variation {
    overflow: auto;
    font-size: 12px;
    margin: 5px 0;
}
.xoo-wsc-sum-col .variation dt {
    display: inline-block;
    margin: 0 3px 0 0;
    float: none
}
.xoo-wsc-sum-col .variation dd {
    display: inline-block;
    margin: 0 5px 0 0;
    float: none
}
span.xoo-wsc-minus,
span.xoo-wsc-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px
}
.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;
	color: #ffffff;
}


span.xoo-wsc-minus {
    border-right-width: 1px;
    border-right-style: solid
}
span.xoo-wsc-plus {
    border-left-width: 1px;
    border-left-style: solid
}
.xoo-wsc-psrow {
    margin-top: 7px;
    height: 37px;
    line-height: 35px;
    display: block
}
.xoo-wsc-qtybox {
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: inline-block;
    font-weight: 700;
    max-width: 90px;
    float: left;
    height: inherit
}
input[type=number].xoo-wsc-qty {
    border: 0!important;
    text-align: center;
    display: inline-block;
    max-width: 30px;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0;
    width: auto;
}


.xoo-wsc-ptotal{
    float: left;
}

.xoo-wsc-ptotal .amount{
    font-weight: 600;
    font-size: 17px;
}


.xoo-wsc-footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
    right: 0
}
.xoo-wsc-content{
    position: relative;
}
.xoo-wsc-mgn {
    margin: 10px 0;
    display: block
}
input.xoo-wsc-qty::-webkit-inner-spin-button,
input.xoo-wsc-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.xoo-wsc-ecnt {
    padding: 15px;
    font-size: 20px;
    display: block
}
.xoo-wsc-shiptxt {
    padding: 0 15px;
    display: block;
    font-size: 13px
}
.xoo-wsc-sc-cont{
    cursor: pointer;
}
.xoo-wsc-sc-icon{
    margin-right: 3px;
}


.xoo-wsc-notice-box{
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  z-index: 100000;
}
.xoo-wsc-notice-box > div{
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
}
.xoo-wsc-notice ul.woocommerce-error a.button{
    display: none;
}
.xoo-wsc-notice ul.woocommerce-error{
   margin: 0;
}

/** Related Products **/
.xoo-wsc-rp-cont{
    border-bottom: 2px solid #eee;
}
.xoo-wsc-rp-title{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    font-family: sans-serif;
}

.xoo-wsc-sp-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xoo-wsc-related-products span.price{
    display: table;
    margin-bottom: 3px;
    font-size: 14px;
}
li.xoo-wsc-rp-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding: 0 7px;
}
.xoo-wsc-rp-right-area{
    margin-left: 15px;
}
.xoo-wsc-rp-right-area > * {
    font-size: 14px;
    display: table;
}
.xoo-wsc-related-products .lSAction > a{
   background-size: 50%;
    background-repeat: no-repeat;
}

.xoo-wsc-related-products .lSAction > .lSNext{
    background-image: url(../../lib/lightslider/img/arrow-right.png);
    background-position: center center;
    right: -6px;
}

.xoo-wsc-related-products .lSAction > .lSPrev{
    background-image: url(../../lib/lightslider/img/arrow-left.png);
    background-position: center center;
    left: -6px;
}
.xoo-wsc-coupon-container{
    margin: 3px 0;
	padding: 20px 0;
}
a.xoo-wsc-coupon-trigger{
    cursor: pointer;
    display: none;
}

a.xoo-wsc-coupon-trigger.active{
    display: block;
}

.xoo-wsc-coupon{
    display: none;
}

.xoo-wsc-coupon.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.xoo-wsc-coupon-submit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    cursor: pointer;
    padding: 0 15px;
	background-color: #ECBC53 !important;
	color: #ffffff!important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xoo-wsc-coupon-submit:hover{
	background-color: #D94E4B !important;
}
.xoo-wsc-coupon-submit.active{

}
#xoo-wsc-coupon-code{
	padding: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

ul.xoo-wsc-applied-coupons{
    list-style-type: none;
    margin: 3px 0;
    display: table;
}

ul.xoo-wsc-applied-coupons li {
    display: table;
    float: left;
    padding: 2px 7px;
    background-color: #dff0d8;
    border-radius: 10%;
    margin-right: 10px;
    color: #3c763d;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}

ul.xoo-wsc-applied-coupons li:after {
    content: "\e909";
    margin-left: 6px;
    font-family: Woo-Side-Cart!important;
    font-size: 8px;
    vertical-align: middle;
    color: green;
}

.xoo-wsc-tool:after{
    content: "";
    clear: both;
    display: table;
}
.xoo-wsc-tools-value{
    float: right;
}
.xoo-wsc-tools-label{
    float: left;
}
.xoo-wsc-tools{
    font-weight: bold;
}
.xoo-wsc-tool{
    margin: 2px 0;
    width: 100%;
}
.xoo-wsc-tools-value .amount{
    font-size: 15px;
}
.xoo-wsc-coupon-submit.active:after{
    content: "\e97b";
    font-family: Woo-Side-Cart!important;
    -webkit-animation: xoo-wsc-spin 575ms infinite linear;
    animation: xoo-wsc-spin 575ms infinite linear;
    font-size: 18px;
}
.xoo-wsc-coupon-submit.active{
    font-size: 0;
}
.xoo-wsc-product.xoo-wsc-bundled-child{
    border: 0;
}
.xoo-wsc-footer a.xoo-wsc-ft-btn{
    display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn:hover{
	background-color: #D94E4B!important;
	color: #ffffff!important;
}

span.xoo-wsc-total-sales {
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    margin-bottom: 4px;
    border-radius: 10px;
    font-size: 11px;
}

.xoo-wsc-empty-cart img{
    display: table;
    margin: 50px auto 10px;
}

.xoo-wsc-notification-bar {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    font-weight: 400;
    font-size: 15px;
    display: none;
}

ul.xoo-wsc-notices, ul.xoo-wsc-notices li {
    margin: 0;
    list-style: none;
    list-style-type: none;
    padding: 0;
}

ul.xoo-wsc-notices li {
    margin: 0;
}

.xoo-wsc-notice-error, .xoo-wsc-notice-success {
    padding: 10px 15px;
}

.xoo-wsc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}

.xoo-wsc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

.xoo-wsc-notices a.button {
    display: none;
}

.xoo-wsc-undo-item{
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.xoo-wsc-modal .variation:last-of-type {
    display: none;
}

.xoo-wsc-modal .variation:first-of-type {
    display: block;
}

a.added_to_cart {
    display: none;
}
.xoo-wsc-container .woocommerce-mini-cart__buttons{
    margin-bottom: 0;
}
.xoo-wsc-rp-right-area a.button{
    font-size: 14px;
    float: left;
}
.xoo-wsc-rp-left-area img{
    max-width: 75px;
    height: auto;
}

img.xoo-wsc-sc-icon {
    width: 18px;
    height: 18px;
    display: inline;
    vertical-align: middle;
}


@media only screen and (max-width: 600px) {
  .xoo-wsc-active .xoo-wsc-basket{
    display: none;
  }
}

body .xoo-wsc-fly-animating{
    opacity: 1;
    position: absolute!important;
    height: 150px;
    width: 150px;
    z-index: 100;
}


.xoo-wsc-container span.amount {
    font-size: 15px;
}

.xoo-wsc-basket-hidden {
    display: none!important;
}

.xoo-wsc-is-child .xoo-wsc-img-col img {
    max-width: 50px;
    margin-left: 0;
    float: right;
}
.xoo-wsc-is-child .xoo-wsc-total-sales , .xoo-wsc-is-child .xoo-wsc-remove {
    display: none;
}

.xoo-wsc-product.xoo-wsc-is-child{
    padding-top: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
}


.xoo-wsc-is-parent{
    padding-bottom: 0;
}

.xoo-wsc-product.xoo-wsc-bundled-child{
    border: 0;
}

.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-footer-content.xoo-wsc-processing:after {
    content: " ";
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}


.xoo-wsc-shptgl-cont {
    display: block;
    clear: both;
    padding: 10px 0;
}

.xoo-wsc-footer ul#xoo_wsc_shipping_method {
    text-align: left;
    display: table;
    margin: 0 auto;
    list-style: none;
}

.xoo-wsc-shpactive > *:not(.xoo-wsc-tools), .xoo-wsc-shpactive .xoo-wsc-tool:not(.xoo-wsc-shipping), .xoo-wsc-shptgl-cont {
    display: none;
}
.xoo-wsc-shpactive .xoo-wsc-shptgl-cont{
    display: block;
}

.woocommerce-cart a.xoo-wsc-shp-tgle, .woocommerce-checkout a.xoo-wsc-shp-tgle {
    display: none!important;
}

.select2-container {
    z-index: 1080;
}