.bag {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.bag.delay {
    display: block;
    visibility: visible;
    z-index: 10000;
}

.bag .container {
    background: #FFFFFF;
    bottom: 0;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 31.25%;
    will-change: transform;
    z-index: 1000;
}

@media screen and (max-width: 1250px) {
    .bag .container {
        width: 35.9375%;
    }
}

@media screen and (max-width: 1025px) {
    .bag .container {
        width: 37.5%;
    }
}

@media screen and (max-width: 900px) {
    .bag .container {
        border-radius: 24px 24px 0 0;
        bottom: 0;
        height: 100%;
        left: 0;
        max-width: 100%;
        right: 0;
        top: auto;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .bag.scroll .container {
        height: calc(100% - 70px);
    }
}

.bag.active .container {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
}

@media screen and (max-width: 900px) {
    .bag.active .container {
        border-radius: 0;
        bottom: 0 !important;
        right: auto;
    }
}

.bag .overlay {
    background: rgba(16, 24, 32, 0.1);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 1025px) {
    .bag .overlay {
        cursor: pointer;
    }
}

.bag.active .overlay {
    opacity: 1;
    z-index: 500;
}

.bag .close {
    cursor: pointer;
    position: absolute;
    left: 7.8125%;
    text-align: center;
    top: 28px;
    z-index: 10;
}

@media screen and (max-width: 900px) {
    .bag .close {
        left: 6.25%;
    }
}

.bag .close .button.circle {
    visibility: inherit;
}

.bag .title {
    float: left;
    margin: 39px 7.8125% 40px calc(7.8125% + 60px);
    width: calc(84.375% - 60px);
}

@media screen and (max-width: 750px) {
    .bag .title {
        margin: 38px 6.25% 40px calc(6.25% + 60px);
        width: calc(87.5% - 60px);
    }
}

.bag .content {
    height: calc(100% - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.bag .content .products {
    float: left;
    height: calc(100% - 187px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.bag.alt .content .products {
    height: calc(100% - 233px);
}

.bag .content .products .blocks {
    float: left;
    width: 100%;
}

.bag .content .products .blocks .block {
    float: left;
    padding: 0 7.8125%;
    width: 84.375%;
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block {
        padding: 0 6.25%;
        width: 87.5%;
    }
}

.bag .content .products .blocks .block.one {
    margin: 0 0 35px;
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block.one {
        margin: 0 0 25px;
    }
}

.bag .content .products .blocks .block.two {
    border-bottom: 1px solid #F5F5F6;
    border-top: 1px solid #F5F5F6;
    margin: 0 0 45px;
    padding: 35px 7.8125%;
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block.two {
        padding: 35px 6.25%;
    }
}

.bag .content .products .blocks .block.three {
    display: flex;
    justify-content: center;
    margin: 0 0 45px;
}

.bag .content .products .blocks .block .title {
    float: left;
    margin: 0 0 28px;
    width: 100%;
}

.bag .content .products .blocks .block .content {
    border: 0;
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    padding: 0;
    width: 100%;
}

.bag .content .products .blocks .block .content .product {
    background: none;
    border-bottom: 1px solid #F7F7F8;
    float: left;
    margin: 0 0 32px;
    min-height: auto;
    padding: 0 0 32px;
    position: relative;
    width: 100%;
}

.bag .content .products .blocks .block.one .content .product:last-child {
    border-bottom: 0;
    padding: 0;
}

.bag .content .products .blocks .block.two .content .product:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.bag .content .products .blocks .block .content .product .image {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    width: 95px;
}

.bag .content .products .blocks .block.one .content .product .image {
    width: 95px;
}

.bag .content .products .blocks .block.two .content .product .image {
    width: 80px;
}

.bag .content .products .blocks .block .content .product .image .background {
    background-color: #FBFBFC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 8px;
    padding: 0 0 125%;
    width: 100%;
}

.bag .content .products .blocks .block .content .product .content {
    border: 0;
    display: block;
    flex-wrap: nowrap;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    padding: 0;
    position: relative;
}

.bag .content .products .blocks .block.one .content .product .content {
    width: calc(100% - 115px);
}

.bag .content .products .blocks .block.two .content .product .content {
    width: calc(100% - 100px);
}

.bag .content .products .blocks .block .content .product .content .title {
    float: left;
    min-height: 38px;
    max-width: 275px;
}

.bag .content .products .blocks .block.one .content .product .content .title {
    margin: 0 0 10px;
    width: calc(100% - 80px);
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block.one .content .product .content .title {
        margin: 0 0 12px;
    }
}

.bag .content .products .blocks .block.two .content .product .content .title {
    margin: 0 0 8px;
    width: calc(100% - 95px);
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block.two .content .product .content .title {
        margin: 0 0 10px;
    }
}

.bag .content .products .blocks .block.one .content .product .content .labels {
    float: left;
    margin: 18px 0 0;
    width: calc(100% - 80px);
}

.bag .content .products .blocks .block.one .content .product .content .labels .label {
    background: #F1E87C;
    border-radius: 13px;
    color: #101820;
    float: left;
    font-size: 0.625em;
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 17px;
    padding: 3px 13px 4px;
    -moz-text-stroke-width: 0.125px;
    -webkit-text-stroke-width: 0.125px;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block.one .content .product .content .labels .label {
        font-size: 10px;
        padding: 4px 14px 5px;
    }
}

.bag .content .products .blocks .block .content .product .content .price {
    position: absolute;
    right: 0;
    top: 0;
}

.bag .content .products .blocks .block .content .product .content .button.small {
    float: right;
    margin: 5px 0 0;
}

.bag .content .products .blocks .block .content .product .content .attributes {
    float: left;
    width: 100%;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute {
    float: left;
    width: 100%;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .icon {
    float: left;
    font-size: 32px;
    line-height: 15px;
    margin: 0 9px 0 0;
    position: relative;
    -moz-text-stroke-width: 1.5px;
    -webkit-text-stroke-width: 1.5px;
    -moz-text-stroke-color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    width: 25px;
}

@media screen and (max-width: 600px) {
    .bag .content .products .blocks .block .content .product .content .attributes .attribute .icon {
        margin: 0 8px 0 0;
    }
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .icon span {
    float: left;
    letter-spacing: -11px;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .icon span:nth-child(1) {
    color: #94A8CC;
    margin: 0 0 0 -4px;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .icon span:nth-child(2) {
    color: #F1E87C;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .icon span:nth-child(3) {
    color: #F3A9DD;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .text {
    float: left;
    font-size: 0.775em;
    letter-spacing: -0.015em;
    line-height: 18px;
    -moz-text-stroke-width: 0.05px;
    -webkit-text-stroke-width: 0.05px;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .attributes .attribute .text {
        font-size: 12px;
        line-height: 19px;
        -moz-text-stroke-width: 0.1px;
        -webkit-text-stroke-width: 0.1px;
    }
}

.bag .content .products .blocks .block.one .content .product .content .attributes .attribute .text {
    width: 100%;
}

.bag .content .products .blocks .block.two .content .product .content .attributes .attribute .text {
    width: calc(100% - 34px);
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .text .one {
    float: left;
    width: 60px;
}

.bag .content .products .blocks .block .content .product .content .attributes .attribute .text .two {
    float: left;
    width: calc(100% - 60px);
}

.bag .content .products .blocks .block .content .product .content .rating {
    float: left;
    margin: 5px 0 0;
}

.bag .content .products .blocks .block .content .product .content .rating .icon {
    float: left;
    font-size: 0.9em;
    line-height: 19px;
    margin: 0 5px 0 0;
}

.bag .content .products .blocks .block .content .product .content .rating .text {
    float: left;
    font-size: 0.875em;
    letter-spacing: -0.015em;
    line-height: 19px;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .rating .text {
        -moz-text-stroke-width: 0.1px;
        -webkit-text-stroke-width: 0.1px;
    }
}

.bag .content .products .blocks .block .content .product .content .price .text {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: -0.01625em;
    line-height: 19px;
    -moz-text-stroke-width: 0.1px;
    -webkit-text-stroke-width: 0.1px;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .price .text {
        font-size: 14px;
        line-height: 20px;
        -moz-text-stroke-width: 0.175px;
        -webkit-text-stroke-width: 0.175px;
    }
}

.bag .content .products .blocks .block .content .product .content .price .text span {
    clear: both;
    float: right;
    position: relative;
}

.bag .content .products .blocks .block .content .product .content .price .text span.one {
    color: #757576;
}

.bag .content .products .blocks .block .content .product .content .price .text span.one:before {
    background: #757576;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.bag .content .products .blocks .block .content .product .content .quantity {
    float: right;
    margin: 22px 0 0;
    position: relative;
}

@media screen and (max-width: 900px) {
    .bag .content .products .blocks .block .content .product .content .quantity {
        margin: 23px 0 0;
    }
}

.bag .content .products .blocks .block .content .product .content .quantity .remove {
    cursor: pointer;
    float: left;
    margin: 6px 22px 6px 0;
}

.bag .content .products .blocks .block .content .product .content .quantity .remove .text {
    border-bottom: 1px solid #8A8A8B;
    float: left;
    font-size: 9px;
    letter-spacing: -0.015em;
    line-height: 14px;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .quantity .remove .text {
        font-size: 10px;
        line-height: 15px;
        -moz-text-stroke-width: 0.05px;
        -webkit-text-stroke-width: 0.05px;
    }
}

.bag .content .products .blocks .block .content .product .content .quantity .remove .text:hover {
    border-bottom: 1px solid #F1E87C;
    color: #F1E87C;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons {
    float: left;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .icon {
    cursor: pointer;
    float: left;
    height: 28px;
    position: relative;
    width: 28px;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .icon .symbol {
    font-size: 12px;
    line-height: 27px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: 10;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .quantity .icons .icon .symbol {
        -moz-text-stroke-width: 0.05px;
        -webkit-text-stroke-width: 0.05px;
    }
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .icon .border {
    border: 1px solid #F5F5F6;
    border-radius: 50%;
    box-sizing: border-box;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .icon:hover .border {
    border: 1px solid #101820;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .amount {
    float: left;
    width: 30px;
}

.bag .content .products .blocks .block .content .product .content .quantity .icons .amount .text {
    font-size: 0.825em;
    letter-spacing: -0.005em;
    line-height: 28px;
    text-align: center;
    text-indent: -2px;
    -moz-text-stroke-width: 0.01px;
    -webkit-text-stroke-width: 0.01px;
}

@media screen and (max-width: 1025px) {
    .bag .content .products .blocks .block .content .product .content .quantity .icons .amount .text {
        -moz-text-stroke-width: 0.05px;
        -webkit-text-stroke-width: 0.05px;
    }
}

.bag .content .products .blocks .block .trustpilot {
    float: left;
    position: relative;
}

.bag .content .products .blocks .block .trustpilot .trustpilot-widget {
    float: none;
    transform: scale(0.9125);
    -webkit-transform: scale(0.9125);
    transform-origin: center;
    -webkit-transform-origin: center;
}

.bag .content .products .blocks .block .trustpilot .trustpilot-widget iframe {
    left: auto;
    top: auto;
}

.bag .content .totals {
    border-top: 1px solid #F5F5F6;
    bottom: 25px;
    float: left;
    margin: 40px 7.8125% 0;
    padding: 20px 0 0;
    position: absolute;
    width: 84.375%;
}

@media screen and (max-width: 900px) {
    .bag .content .totals {
        margin: 40px 6.25% 0;
        width: 87.5%;
    }
}

.bag .content .totals table {
    float: left;
    margin: 0 0 25px;
    width: 100%;
}

.bag .content .totals table tr td {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 23px;
}

@media screen and (max-width: 1025px) {
    .bag .content .totals table tr td {
        font-size: 1.025em;
        -moz-text-stroke-width: 0.05px;
        -webkit-text-stroke-width: 0.05px;
    }
}

.bag .content .totals table tr td:last-child {
    text-align: right;
}

.bag .content .totals .button.large {
    float: right;
    margin: 0;
}

.bag .overlay {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 1025px) {
    .bag .overlay {
        cursor: pointer;
    }
}

.bag.active .overlay {
    opacity: 1;
    z-index: 500;
}

.bag .button.circle {
    height: 42px;
    margin: 0;
    opacity: 1;
    text-align: center;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    visibility: visible;
    width: 42px;
}

.bag .button.circle a {
    float: left;
    height: 100%;
    width: 100%;
}

.bag .button.circle .icon {
    color: #101820;
    font-size: 14px;
    left: 50%;
    line-height: 14px;
    position: absolute;
    text-indent: -0.01em;
    -moz-text-stroke-width: 0.05px;
    -webkit-text-stroke-width: 0.05px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: 10;
}

.bag .button.circle .border {
    border: 1px solid #F3F3F4;
    border-radius: 50%;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 1;
}

.bag .button.circle:hover .border {
    border: 1px solid #101820;
}

.bag .button.circle .background {
    background: #FBFBFC;
    border-radius: 50%;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 1;
}

.bag .button.circle:hover .background {
    background: #F1E87C;
}
