.loading-icon{
    display:none;
}

.accept-icon{
    display:none;
    font-size: 20px;
    vertical-align: middle;
    color: green;
}

.wc-content-product-name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
}

.csp-article-option-value-wrapper{
    display:inline-block;
    padding: 10px 20px 0 0;
}

.csp-article-option-value-wrapper-colors{
    display:inline-block;
    padding: 10px 0 0 0;
}

.csp-article-option-name{
    font-weight:bold;
}

.csp-article-option-wrapper{
    padding:5px 0;
}

.csp-article-option-values-wrapper{
    padding: 3px 0 0 0;
}

.csp-article-value-name{
    margin-left:0;
}

.wc-content-details-button{
    padding:0;
}

.wc-content-details-button-wrapper{
    margin-top:5px;
    margin-bottom:10px;
}

button.wc-content-details-button{
    padding: 4px 20px;
}

.wc-show-content
{
    color: black;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.card
{
    background-color: #FFD633;
	border-radius: 50%;
    padding: 12px;
    width: 46px;
    height: 46px;
}

.card i
{
    font-size: 22px;
}

.wc-show-count
{
    position: absolute;
    top: -250%;
    bottom: 0;
    left: 0;
    right: -150%;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #D32732;
   
    color: #f0f3f9;
    font-size: 0.8125rem;
    line-height: 25px;
    font-weight: 500;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
}

.wc-show-count i
{
    font-size: 14px;
    line-height: 20px;
     
}

.wc-content
{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width:100%;
    text-align: right;
    z-index: 10;
    overflow: auto;
    transform: translateX(110%);
    transition: transform .4s ease-in-out;
}

.wc-content.show
{
    transform: translateX(0);
}

.wc-content-inner
{
    display: flex;
    flex-direction: column;
    width: 450px;
    background: #ffffff;
    opacity: 0.99;
    box-shadow: 5px 0 10px 0 #aaa;
}

.wc-content-close
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    color: #494949;
}

.wc-content-top
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f6f6;
    padding: 24px 16px;
}

.wc-content-title
{
    color: #494949;
    font-size: 20px;
    padding: 0;
}

.wc-content-seller-name
{
    font-size: 19px;
    color: #48556e;
    padding: 15px 25px 15px 25px;
    text-align: left;
}

.wc-content-seller-product
{
    display: flex;
    border-bottom: 1px solid #f2f6f6;
}

.wc-content-product-image
{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    position: relative;
}

.wc-content-product-image img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}

.wc-content-product-image a
{
    display: flex;
    margin: 6px;
    background-size: cover;
}

.wc-content-product-right
{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    padding: 8px 32px 8px 16px;
    text-align: left;
    position: relative;
}

.wc-content-product-right > *
{
    width: 100%;
}


.wc-content-product-image i
{
    position: absolute;
    font-size: 40px;
    height: 49px;
    width: 54px;
    margin: auto;
    vertical-align: middle;
    padding: 5px;
    border: 2px dashed #a6a6a6;
    border-radius: 5px;
    line-height: 35px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.wc-content-product-name a
{
    color: #494949;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.wc-content-product-name a:hover
{
    color: #48556e;
}

.wc-content-product-bottom
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wc-content input[type="text"]
{
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 2px 0;
    text-align: center;
    width: 50px;
    vertical-align: middle;
    display: inline-block;
}

.wc-content input[type="text"]:focus, .wc-content input[type="text"]:active
{
    border: 0;
}

.wc-content-product-price
{
    font-size: 18px;
    font-weight: bold;
    color: #48556e;
    display: inline-block;
    vertical-align: middle;
}

.wc-content-product-delete
{
    font-size: 22px;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.wc-content-middle
{
    overflow: auto;
    height: 100%;
}

.wc-content-middle-inner
{
    height: 100%;
    overflow: auto;
    position: relative;
    padding: 0 8px;
}

.wc-content-bottom
{
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    border-top: 1px solid #eaeaea;
}

.wc-content-bottom > *{
    flex-grow: 1;
}

.wc-content-prices
{
    font-size: 18px;
    color: #494949;
    font-weight: 600;
}

.wc-content-total-price
{
    font-size: 22px;
    color: #48556e;
    margin-left: 5px;
}

.wc-content-bottom__buttons {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

button.continue-shopping {
    width: 100%;
    margin-right: 16px;
    padding: 13px 10px;
}

.wc-content-pay
{
    width: 100%;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}

.wc-content-middle-block
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wc-content-product-variant {
    font-size: 12px;
    margin: 4px 0;
}

.wc-content-product-variant-value {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.wc-content-product-variant-value img{
    margin-left: 4px;
    height: 20px;
    width: 20px;
}

.wc-content-product-variant-value-color {
    height: 19px;
    width: 19px;
    border: 1px solid #bec6d6;
    margin-left: 4px;
}

.wc-content-product-variant-value-name {
    font-weight: 600;
    margin-left: 4px;
}

@media all and (max-width: 1400px){
    .wc-content-seller-name
    {
        font-size: 18px;
    }

    .wc-content-prices
    {
        font-size: 16px;
    }

    .wc-content-total-price
    {
        font-size: 20px;
    }

    .wc-show-count
    {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }
}

@media all and (max-width: 767px){
   
    .wc-show-count
    {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }
}

@media all and (max-width: 479px){
    .wc-content-details-button-wrapper {
        display: inline-block;
        float: right;
        margin:0;
    }

    .wc-content-product-name
    {
        display:inline-block;
    }

    .wc-content-middle
    {
        padding-bottom: 100px;
    }

    .wc-content-bottom
    {
        padding: 12px 16px;
    }

    .wc-content-product-price
    {
        font-size: 17px;
    }

    .wc-content-total-price
    {
        font-size: 16px;
    }

    .wc-content-product-delete
    {
        top: 10px;
        bottom: auto;
    }
}