#gbwebone-cart-icon .gbwebone-cart{
    position: relative;
    display: block;
}
#gbwebone-cart-icon .counter{
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fac200;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 135%;
}
body #gbwebone-cart{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000000000;
    display: none;
}
body.gbwebone-cart-open #gbwebone-cart{
    display: block;
}
#gbwebone-cart .gbwebone-cart-wrap{
    box-shadow: 3px 1px 15px 0 rgba(0, 0, 0, .2);
    color: #00414F;
    min-width: 320px;
    width: 400px;
    height: 100%;
    background-color: #FFFFFF;

}

#gbwebone-cart .gbwebone-cart-wrap > .cart-header{
    width: 100%;
    height: 120px;
}
#gbwebone-cart .gbwebone-cart-wrap > .cart-footer{
    width: 100%;
    height: 100px;
}

#gbwebone-cart .gbwebone-cart-wrap > .cart-body{
    height: calc(100% - 220px);
    width: 100%;
    padding: 15px 0;
}
#gbwebone-cart .gbwebone-cart-wrap > .cart-body .empty-cart{
    text-align: center;
    margin: 40px auto;
}
#gbwebone-cart .gbwebone-cart-wrap > .cart-body .empty-cart.not-empty{
    display: none;
}
#gbwebone-cart .inner-scroll-wrap{
    height: 100%;
    overflow: hidden;
}
#gbwebone-cart .inner-scroll-wrap .inner-scroll{
    overflow-y: scroll;
    max-height: 100%;
    margin-left: -18px;
    padding-left: 0;
}
#gbwebone-cart .cart-title-wrap{
    text-align: center;
}
#gbwebone-cart .cart-title-wrap p{
    font-size: 78%;
    font-weight: 600;
}
#gbwebone-cart .cart-title-wrap .cart-title{
    margin: 0;
    font-size: 134%;
    padding-top: 15px;
}
#gbwebone-cart .gbwebone-cart-wrap > .cart-header{
    position: relative;
}
#gbwebone-cart .gbwebone-cart-wrap > .cart-header a.cart-close{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    background-image: url("../../images/gbwebone-close.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
#gbwebone-cart .shipping-message{
    background-color: var(--text-color);
    color: #FFF;
    text-align: center;
    font-size: 83%;
    padding: 7px 20px;
    margin-bottom: 10px;
}
#gbwebone-cart .shipping-message p{
    margin: 0;
    font-weight: 700;
}
#gbwebone-cart .cart-item .cart-item-img-wrap figure{
    width: 120px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
#gbwebone-cart .cart-item .cart-item-img-wrap img{
    width: 100% !important;
    min-height: 130px !important;
    max-width: unset !important;
}
.cart-items-wrap .inner-scroll{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.cart-items-wrap .cart-item{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-items-wrap .cart-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CAD9DC;
}
.cart-items-wrap .cart-item .cart-item-close-wrap{
    width: 12px;
    flex-basis: 12px;
}
.cart-items-wrap .cart-item .cart-item-img-wrap{
    width: 120px;
    flex-basis: 120px;
}
.cart-items-wrap .cart-item .cart-item-close-wrap a{
    height: 12px;
    width: 12px;
    display: block;
    font-size: 70%;
    text-decoration: none;
    color: var(--gb-set-2);
}
.cart-items-wrap .cart-item .cart-item-data-wrap{
    align-self: stretch;
    flex-basis: calc(100% - 112px);
}
.cart-items-wrap .cart-item .variations{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cart-items-wrap .cart-item .variations > li{
    margin: 0;
    line-height: 100%;
}
.cart-items-wrap .cart-item .variations > li label{
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: 400;
}
.cart-items-wrap .cart-item .price-wrap{
    font-weight: 400;
    font-size: 83%;
}
#gbwebone-cart .cart-item-quantity-price-wrap {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    align-items: center;
}
#gbwebone-cart .quantity .qty {
    width: 70px;
    height: 30px;
    border-radius: 25px;
    padding: 0 8px;
    text-align: center;
}
#gbwebone-cart .cart-total{
    background-color: var(--text-color);
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}
#gbwebone-cart .cart-total label{
    margin: 0;
}
.cart-buttons-wrap{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.cart-buttons-wrap a.btn:hover,
.cart-buttons-wrap a.btn{
    padding: 5px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    width: 48%;
    text-align: center;
    font-size: 100%;
}
.cart-buttons-wrap button.btn.btn-pay{
    color: #FFF;
    font-weight: bold;
}
.cart-buttons-wrap a.btn.btn-shopping-cart{
    background-color: #FFF;
    color: var(--text-color);
    font-weight: bold;
    border: 1px solid var(--text-color);
}
body.gb-cart-ajax .cart-items-wrap.cart-body{
    position: relative;
}
body.gb-cart-ajax .cart-items-wrap.cart-body::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 100000;
}
body.gb-cart-ajax .cart-items-wrap.cart-body::before{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-image: url("../../images/loading.gif");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1000000;
}
@media only screen and (max-width : 480px){
    .cart-items-wrap .cart-item{
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media only screen and (max-width : 415px){
    .cart-items-wrap .cart-item{
        margin-right: 5px;
        margin-left: 5px;
    }
    body #gbwebone-cart{
        text-align: left;
        width: 95%;
    }
    #gbwebone-cart .gbwebone-cart-wrap{
        text-align: right;
    }
}