.sapo-buyxgety-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    min-width: 50px;
}
.sapo-buyxgety-badge .icon-buyxgety {
    max-width: 50px;
    max-height: 50px;
}
.sapo-buyxgety-badge .label-buyxgety {
    max-width: 80px;
    max-height: 40px;
}
.sapo-buyxgety-badge .label-text {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    word-wrap: break-word;
    position: relative;
}
.module-buyxgety {
    border: 1px solid #C4CDD5;
    overflow: hidden;
    max-width: 100%;
    border-radius: 4px;
    color: #212b35;
    margin-bottom: 20px;
}
.module-buyxgety h4 {
    margin: 0;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.4;
    border-bottom: 1px solid #C4CDD5;
    background: #E9B5B5;
    color: #1C1C1C;
}
.module-buyxgety .module-content-buyxgety{
    background: #FBF1F1;
}
.module-buyxgety .list-product {
    padding: 15px;
}
.module-buyxgety .list-product .item-product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.module-buyxgety .list-product .item-product:last-child {
    margin-bottom: 0;
}
.module-buyxgety .list-product .item-product .product-image {
    margin-right: 15px;
    width: 90px;
    flex-shrink: 0;
}
.module-buyxgety .list-product .item-product .product-image img {
    max-width: 100%;
}
.module-buyxgety .list-product .item-product .product-content .product-title {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    font-weight: 600;
}
.module-buyxgety .list-product .item-product .product-content .product-title a{
    text-decoration: none;
    color: inherit;
}
.module-buyxgety .list-product .item-product .product-content .product-title:hover, .module-buyxgety .list-product .item-product .product-content .product-title a:hover {
    color: #0089ff;
}
.module-buyxgety .list-product .item-product .product-content .product-variant {
    font-size: 12px;
}
.module-buyxgety .list-product .item-product .product-content .price {
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 5px;
}
.module-buyxgety .list-product .item-product .product-content .price .price-regular {
    font-weight: bold;
    margin-right: 20px;
    color: #E11B1E
}
.module-buyxgety .list-product .item-product .product-content .price del {
    font-weight: 600;
    color: #919191;
}
.module-buyxgety .list-product .item-product .product-content .selector-variant-buyxgety {
    margin-top: 5px;
    width: auto;
    min-width: 80px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0px 7px;
    padding-right: 30px;
}
.module-buyxgety .total-action {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.module-buyxgety .total-action .total-price-bg {
    padding-right: 40px;
}
.module-buyxgety .total-action .total-price-bg p {
    margin: 3px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.module-buyxgety .total-action .total-price-bg p span {
    margin-right: 5px;
    margin-left: 10px;
}
.module-buyxgety .total-action .total-price-bg p span.price-regular{
    font-size: 20px;
    line-height: 1;
    color: #E11B1E
}
.module-buyxgety .total-action .total-price-bg p del {
    color: #919191;
    line-height: 1;
}
.module-buyxgety .total-action .action .btn-addtocart-buyxgety {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #ED1B24;
    border-color: #ED1B24;
    color: #FFFFFF;
    outline: none;
    display: flex;
    align-items: center;
}
.module-buyxgety .total-action .action .btn-addtocart-buyxgety[disabled]{
    opacity: 0.8;
}
.module-buyxgety .total-action .action .btn-addtocart-buyxgety[disabled]:before{
    content: "";
    background: url("https://bizweb.dktcdn.net/100/319/535/files/icon-loading.svg?v=1598342178507") no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.module-buyxgety-cart {
    border: 1px solid #C4CDD5;
    overflow: hidden;
    max-width: 100%;
    border-radius: 4px;
    color: #212b35;
    margin-bottom: 30px;
}
.module-buyxgety-cart h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 15px;
    line-height: 1.4;
    border-bottom: 1px solid #C4CDD5;
    background: #E9B5B5;
    color: #1C1C1C
}
.module-buyxgety-cart .list-promotion{
    background: #FBF1F1;
}
.module-buyxgety-cart .item-promotion {
    display: flex;
    padding: 30px 15px 10px;
    border-bottom: 1px solid #C4CDD5;
}
.module-buyxgety-cart .item-promotion:last-child {
    border-bottom: 0;
}
.module-buyxgety-cart .item-promotion .list-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.module-buyxgety-cart .item-promotion .list-product .item-product {
    width: 50%;
    flex-shrink: 0;
    padding-right: 50px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-image {
    margin-right: 15px;
    width: 90px;
    flex-shrink: 0;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-image img {
    max-width: 100%;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .product-title {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    font-weight: 600;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .product-title a {
    text-decoration: none;
    color: inherit;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .product-title:hover, .module-buyxgety-cart .item-promotion .list-product .item-product .product-content .product-title a:hover {
    color: #0089ff;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .product-variant {
    font-size: 12px;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .price {
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 5px;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .price .price-regular {
    font-weight: bold;
    margin-right: 20px;
    color: #E11B1E
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .price del {
    font-weight: 600;
    color: #919191;
}
.module-buyxgety-cart .item-promotion .list-product .item-product .product-content .selector-variant-buyxgety {
    margin-top: 5px;
    width: auto;
    min-width: 80px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0px 7px;
    padding-right: 30px;
}
.module-buyxgety-cart .item-promotion .total-action {
    width: 290px;
    padding-bottom: 20px;
    flex-shrink: 0;
}
.module-buyxgety-cart .item-promotion .total-action .total-price-bg p {
    margin: 3px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.module-buyxgety-cart .item-promotion .total-action .total-price-bg p:first-child {
    margin-top: 0;
}
.module-buyxgety-cart .item-promotion .total-action .total-price-bg p span {
    margin-right: 5px;
    margin-left: 10px;
}
.module-buyxgety-cart .item-promotion .total-action .total-price-bg p span.price-regular {
    font-size: 20px;
    line-height: 1;
    color: #E11B1E
}
.module-buyxgety-cart .item-promotion .total-action .total-price-bg p del {
    color: #919191;
    line-height: 1;
}
.module-buyxgety-cart .item-promotion .total-action .action {
    margin-top: 10px;
}
.module-buyxgety-cart .item-promotion .total-action .action .btn-addtocart-buyxgety {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #ED1B24;
    border-color: #ED1B24;
    color: #FFFFFF;
    outline: none;
    display: flex;
    align-items: center;
}
.module-buyxgety-cart .total-action .action .btn-addtocart-buyxgety[disabled]{
    opacity: 0.8;
}
.module-buyxgety-cart .total-action .action .btn-addtocart-buyxgety[disabled]:before{
    content: "";
    background: url("https://bizweb.dktcdn.net/100/319/535/files/icon-loading.svg?v=1598342178507") no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
@media(max-width: 991px){
    .module-buyxgety-cart .item-promotion{
        flex-wrap: wrap;
    }
    .module-buyxgety-cart .item-promotion .list-product{
        width: auto;
        margin: 0 -15px;
    }
    .module-buyxgety-cart .item-promotion .list-product .item-product{
        padding: 0 15px;
    }
    .module-buyxgety-cart .item-promotion .total-action{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 0;
    }
    .module-buyxgety-cart .item-promotion .total-action .total-price-bg{
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .module-buyxgety-cart .item-promotion .total-action .total-price-bg p:last-child{
        margin-bottom: 0;
    }
    .module-buyxgety-cart .item-promotion .total-action .action{
        margin-top: 0;
        padding-bottom: 10px;
    }
}
@media(max-width: 767px){
    .module-buyxgety .total-action{
        padding-top: 0;
        padding-bottom: 5px;
    }
    .module-buyxgety .total-action .total-price-bg{
        padding-right: 20px;
    }
    .module-buyxgety .total-action .total-price-bg, .module-buyxgety .total-action .action{
        padding-bottom: 10px;
    }
    .module-buyxgety .total-action .total-price-bg p span.price-regular{
        font-size: 16px;
    }
    .module-buyxgety-cart .item-promotion{
        padding-top: 15px;
        padding-bottom: 5px;
    }
}
@media(max-width: 600px){
    .module-buyxgety-cart .item-promotion .list-product .item-product{
        width: 100%;
    }
}
@media(max-width: 450px){
    .module-buyxgety-cart .item-promotion .total-action .total-price-bg{
        width: 100%;
        padding-right: 0;
    }
    .module-buyxgety .item-product .product-image, .module-buyxgety-cart .item-promotion .list-product .item-product .product-image{
        width: 80px;
    }
    .module-buyxgety .item-product .price, .module-buyxgety-cart .item-promotion .list-product .item-product .price{
        flex-wrap: wrap;
    }
    .module-buyxgety .item-product .price .price-regular, .module-buyxgety-cart .item-promotion .list-product .item-product .price .price-regular{
        margin-right: 10px;
    }
}