.row.row-noGutter {
    margin: 0
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index: 999
    }
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5
}

.block-cart .top-cart-content {
    right: 15px;
    top: 100%;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 10000;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.block-cart .top-cart-content svg {
    width: 14px;
    height: 14px;
    transform: translateY(2px)
}

@media (min-width: 1199px) {
    .block-cart:hover .top-cart-content {
        opacity: 1;
        visibility: visible
    }
}

.cartpcstyle {
    min-height: 300px
}

.CartSideContainer .cart--empty-message {
    text-align: center
}

.CartSideContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cart-sidebar {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}

.cart-sidebar.active {
    visibility: visible;
    transform: translateX(0)
}

.cart-sidebar .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative
}

.cart-sidebar .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600
}

.cart-sidebar .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.cart-sidebar .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}

.cart-sidebar .drawer__inner {
    width: 100%;
    height: 100%;
    background: #fff
}

.cart-sidebar .cart_body {
    padding: 15px;
    height: calc(100vh - 210px);
    overflow-y: auto
}

.cart-sidebar .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cart-sidebar .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cart-sidebar .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

.cart-sidebar .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}

.cart-sidebar .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cart-sidebar .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cart-sidebar .cart_body .cart_info .cart_name {
    margin-bottom: 5px;
    position: relative
}

.cart-sidebar .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block
}

.cart-sidebar .cart_body .cart_info .cart_name a:hover {
    color: var(--background-primary-color)
}

.cart-sidebar .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cart-sidebar .cart_body .grid {
    display: flex
}

.cart-sidebar .cart_body .grid .cart_item_name {
    width: 50%
}

.cart-sidebar .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cart-sidebar .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right
}

.cart-sidebar .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #ef1104
}

.cart-sidebar .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cart-sidebar .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

.cart-sidebar .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cart-sidebar .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-sidebar .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cart-sidebar .cart_body .cart_select button svg {
    width: 12px;
    height: 12px;
    transform: translateY(0px)
}

.cart-sidebar .cart_body .cart_select button svg path {
    fill: #000
}

.cart-sidebar .ajaxcart__footer {
    padding: 10px
}

.cart-sidebar .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--background-primary-color)
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 20px
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: var(--background-primary-color)
}

@media (max-width: 767px) {
    .cart-sidebar {
        width: 100%
    }
}

.cartPopupContainer {
    background-color: #fff
}

.cartPopupContainer .cart--empty-message {
    text-align: center
}

.cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.CartHeaderContainer {
    width: 374px;
    background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
    text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cartheader {
    margin-bottom: 0
}

.cartheader .cart_body {
    padding: 15px 15px 0 15px;
    max-height: 360px;
    overflow-y: auto
}

.cartheader .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

.cartheader .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb
}

.cartheader .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cartheader .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cartheader .cart_body .cart_info .cart_name {
    margin-bottom: 5px;
    position: relative
}

.cartheader .cart_body .cart_info .cart_name .remove-item-cart {
    position: absolute;
    right: 0px;
    top: -3px;
    font-size: 14px;
    color: var(--background-primary-color);
    text-align: center;
    padding: 0px
}

.cartheader .cart_body .cart_info .cart_name .remove-item-cart svg path {
    fill: #333
}

.cartheader .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    padding-right: 20px;
    margin-top: 0px
}

.cartheader .cart_body .cart_info .cart_name a:hover {
    color: var(--background-primary-color)
}

.cartheader .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cartheader .cart_body .grid {
    display: flex;
    flex-flow: column
}

.cartheader .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cartheader .cart_body .grid .cart_prices {
    text-align: left
}

.cartheader .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--background-primary-color);
    padding: 5px 0 12px 0
}

.cartheader .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cartheader .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

.cartheader .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

.cartheader .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cartheader .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cartheader .cart_body .cart_select button svg {
    width: 10px;
    height: 10px;
    transform: translateY(6px)
}

.cartheader .cart_body .cart_select button svg path {
    fill: #000
}

.cartheader .ajaxcart__footer {
    padding: 10px 15px 15px 15px
}

.cartheader .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
    font-weight: 400
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--background-primary-color);
    font-size: 16px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 10px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: auto;
    min-width: 128px;
    display: inline-block;
    background-color: var(--background-primary-color);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: none
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn_cart {
    margin: 0
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn_checkout {
    margin-right: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #000
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: #fff;
    border: 1px solid var(--background-primary-color);
    color: var(--background-primary-color)
}

.cartPopupContainer {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.cartPopupContainer .cart--empty-message {
    text-align: center
}

.cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

#popup-cart-desktop {
    width: 900px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1;
    border-radius: 3px
}

#popup-cart-desktop.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%)
}

#popup-cart-desktop .header-popcart {
    position: relative;
    background: #fff
}

#popup-cart-desktop .header-popcart svg {
    width: 14px;
    height: 14px;
    transform: translateY(3px)
}

#popup-cart-desktop .header-popcart .top-cart-header {
    font-size: 18px;
    padding-right: 15px;
    font-weight: 400;
    padding: 20px 30px 0 20px;
    background: #fff;
    color: #333;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
    color: #575454
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name:hover {
    color: var(--background-primary-color)
}

#popup-cart-desktop .header-popcart .top-cart-header svg {
    width: 18px;
    height: 18px;
    transform: translateY(3px)
}

#popup-cart-desktop .header-popcart .top-cart-header svg path {
    fill: var(--background-primary-color)
}

#popup-cart-desktop .header-popcart .noti-cart-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333;
    padding: 15px 30px 15px 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px
}

#popup-cart-desktop .header-popcart .noti-cart-count .i_cart {
    width: 23px;
    height: 23px;
    transform: translateY(5px)
}

#popup-cart-desktop .header-popcart .noti-cart-count .i_cart path {
    fill: var(--background-primary-color)
}

#popup-cart-desktop .header-popcart .noti-cart-count:hover {
    color: var(--background-primary-color)
}

#popup-cart-desktop .header-popcart .noti-cart-count:hover svg {
    fill: var(--background-primary-color)
}

#popup-cart-desktop .header-popcart .cart_btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10000;
    color: #fff
}

#popup-cart-desktop .header-popcart .cart_btn-close svg {
    width: 18px;
    height: 18px
}

#popup-cart-desktop .header-popcart .cart_btn-close svg path {
    fill: var(--background-primary-color)
}

#popup-cart-desktop .cartpopup {
    margin-bottom: 0;
    background: #fff;
    padding: 0 20px 20px
}

#popup-cart-desktop .cartpopup .cart-header-info {
    display: flex;
    background: #f7f7f7;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

#popup-cart-desktop .cartpopup .cart-header-info div {
    border-left: 1px solid #ebebeb;
    padding: 6px 10px;
    font-size: 13px;
    text-transform: uppercase
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
    width: 54%;
    text-align: left;
    padding-left: 10px
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
    width: 15%;
    text-align: center
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
    width: 15%;
    text-align: center
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
    width: 15%;
    text-align: center
}

#popup-cart-desktop .cartpopup .cart_body {
    max-height: 268px;
    overflow-y: auto;
    border: solid 1px #ebebeb
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #F5F5F5
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
    padding: 0;
    border-top: 1px dotted #ddd
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
    border-top: none
}

#popup-cart-desktop .cartpopup .cart_body .cart_image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid #ebebeb
}

#popup-cart-desktop .cartpopup .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%
}

#popup-cart-desktop .cartpopup .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    display: flex;
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -os-width: calc(100% - 80px)
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
    width: 55%;
    margin-bottom: 5px
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    margin-top: 0
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
    color: var(--background-primary-color)
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart svg {
    width: 13px;
    height: 13px;
    transform: translateY(2px)
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

#popup-cart-desktop .cartpopup .cart_body .cart_item_name {
    width: 60%
}

#popup-cart-desktop .cartpopup .cart_body .grid {
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--background-primary-color)
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #888
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

#popup-cart-desktop .cartpopup .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
    border-right: 0
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
    border-left: 0
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button svg {
    width: 10px;
    height: 10px;
    transform: translateY(5px)
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button svg path {
    fill: #000
}

#popup-cart-desktop .cartpopup .ajaxcart__footer {
    margin-top: 10px
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .btn-tiep a {
    color: var(--background-primary-color);
    font-size: 13px
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .btn-tiep a:hover {
    color: #333
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .btn-tiep a:hover svg {
    fill: #333
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .btn-tiep svg {
    transform: translateY(2px);
    width: 14px;
    height: 14px;
    fill: var(--background-primary-color)
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    display: flex
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: auto;
    float: left
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
    width: auto;
    float: left;
    text-align: right;
    padding-left: 5px
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: 700;
    font-size: 14px;
    color: var(--background-primary-color)
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 0;
    text-align: right
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: auto;
    background-color: var(--background-primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    margin-top: 0px
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: #fff;
    border: 1px solid var(--background-primary-color);
    color: var(--background-primary-color)
}

.popup-cart-mobile {
    padding-right: 0px !important;
    z-index: 10000;
    left: 50%;
    top: 10%;
    position: fixed;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1
}

.popup-cart-mobile.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%)
}

.popup-cart-mobile .header-popcart {
    transform: translate(0);
    border-radius: 0;
    width: 750px;
    max-width: 750px
}

@media (max-width: 991px) and (min-width: 768px) {
    .popup-cart-mobile .header-popcart {
        width: 700px;
        max-width: 700px
    }
}

@media (max-width: 767px) {
    .popup-cart-mobile .header-popcart {
        width: 300px
    }
}

.popup-cart-mobile .media-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

@media (max-width: 991px) {
    .popup-cart-mobile .media-content .row-noGutter {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media (max-width: 991px) {
    .popup-cart-mobile .media-content {
        width: auto
    }
}

.popup-cart-mobile .media-content .col-lg-6 {
    padding: 15px 25px 22px 44px
}

@media (max-width: 767px) {
    .popup-cart-mobile .media-content .col-lg-6 {
        padding: 10px 15px
    }
}

.popup-cart-mobile .media-content .modal-left {
    text-align: left
}

.popup-cart-mobile .media-content .modal-left .title {
    padding-left: 0px;
    position: relative
}

.popup-cart-mobile .media-content .modal-left .title svg {
    width: 14px;
    height: 14px;
    transform: translateY(2px)
}

.popup-cart-mobile .media-content .modal-right {
    text-align: left;
    background: #f9f9f9;
    padding-bottom: 30px;
    padding-right: 50px
}

@media (max-width: 767px) {
    .popup-cart-mobile .media-content .modal-right {
        padding: 15px
    }
}

.popup-cart-mobile .thumb-1x1 {
    width: 100px;
    text-align: center;
    border: solid 1px #ebebeb;
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.popup-cart-mobile .product-new-price {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: block
}

.popup-cart-mobile .product-new-price span {
    color: var(--background-primary-color);
    font-weight: 700
}

.popup-cart-mobile .close {
    position: absolute !important;
    right: 7px;
    top: 5px;
    opacity: 1;
    font-size: 12px
}

@media (max-width: 767px) {
    .popup-cart-mobile .close {
        right: 5px;
        top: 3px
    }
}

.popup-cart-mobile .close:hover {
    color: var(--background-primary-color)
}

.popup-cart-mobile .close span {
    color: #333;
    font-size: 30px
}

.popup-cart-mobile .modal-body {
    position: relative;
    padding: 15px 0
}

@media (max-width: 767px) {
    .popup-cart-mobile .modal-body {
        padding: 0
    }
}

.popup-cart-mobile .modal-body .thumb_img {
    display: block;
    float: left;
    height: 100px;
    width: 100px;
    position: relative
}

@media (max-width: 767px) {
    .popup-cart-mobile .modal-body .thumb_img {
        width: 100px;
        display: none
    }
}

.popup-cart-mobile .modal-body .product-title {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    border: 0;
    padding: 0;
    font-style: unset
}

.popup-cart-mobile .modal-body .quality {
    font-size: 14px;
    color: #333;
    font-family: "Roboto", sans-serif;
    line-height: 24px
}

.popup-cart-mobile .modal-body .quality span {
    color: var(--background-primary-color);
    font-weight: 700
}

.popup-cart-mobile .modal-body .body_content {
    display: block
}

@media (min-width: 768px) {
    .popup-cart-mobile .modal-body .body_content {
        width: calc(100% - 150px);
        -webkit-width: calc(100% - 150px);
        -moz-width: calc(100% - 150px);
        -o-width: calc(100% - 150px);
        -os-width: calc(100% - 150px);
        padding-left: 20px
    }
}

@media (max-width: 767px) {
    .popup-cart-mobile .modal-body .body_content {
        width: 100%
    }
}

.popup-cart-mobile .right_title {
    font-family: "Roboto", sans-serif;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #898989;
    font-weight: 400
}

.popup-cart-mobile .right_title a {
    color: #898989
}

.popup-cart-mobile .right_title a:hover {
    color: var(--background-primary-color)
}

.popup-cart-mobile .right_title svg {
    transform: translateY(1px);
    width: 14px;
    height: 14px
}

.popup-cart-mobile .right_title svg path {
    fill: var(--background-primary-color)
}

.popup-cart-mobile .shipping_price {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: "Roboto", sans-serif
}

.popup-cart-mobile .shipping_price .shipping_1 {
    display: inline-block
}

.popup-cart-mobile .shipping_price .shipping_2 {
    display: inline-block;
    font-weight: 700;
    color: var(--background-primary-color)
}

.popup-cart-mobile .total_price {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px
}

@media (max-width: 991px) {
    .popup-cart-mobile .total_price {
        padding: 5px 0 15px
    }
}

.popup-cart-mobile .total_price .total_price_h {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 600
}

.popup-cart-mobile .total_price .price {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #151618;
    font-family: "Roboto", sans-serif;
    line-height: 24px
}

.popup-cart-mobile .btn-cart-continue {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    width: auto;
    font-size: 16px;
    margin-top: 15px;
    border: solid 1px var(--background-primary-color);
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background: var(--background-primary-color);
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    min-width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media (max-width: 991px) {
    .popup-cart-mobile .btn-cart-continue {
        width: 100%
    }
}

.popup-cart-mobile .btn-cart-continue:hover {
    background: #fff;
    color: var(--background-primary-color)
}

.popup-cart-mobile .checkout_button {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    float: left;
    width: auto;
    font-size: 12px;
    margin-top: 15px;
    border: solid 1px var(--background-primary-color);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background: #fff;
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
    color: var(--background-primary-color);
    padding: 0 20px;
    min-width: 150px;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

@media (max-width: 991px) {
    .popup-cart-mobile .checkout_button {
        width: 100%
    }
}

.popup-cart-mobile .checkout_button .fa {
    padding-left: 10px
}

.popup-cart-mobile .checkout_button:hover {
    background: var(--background-primary-color);
    border-color: var(--background-primary-color);
    color: #fff
}

.popup-cart-mobile h3 {
    font-family: "Roboto", sans-serif;
    color: #333;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    display: block
}

.popup-cart-mobile h3.right_title {
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #898989;
    font-weight: 400
}

.popup-cart-mobile h3.right_title a, .popup-cart-mobile h3.right_title b {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #898989;
    font-weight: 400
}

.popup-cart-mobile h3.right_title a i, .popup-cart-mobile h3.right_title b i {
    font-style: normal
}

.popup-cart-mobile h3 svg path {
    fill: var(--background-primary-color)
}

.popup-cart-mobile h3 a:hover i {
    color: var(--background-primary-color)
}

.popup-cart-mobile .btn-red {
    line-height: 48px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    box-shadow: none
}

h1 {
    font-size: 22px;
    margin-bottom: 20px
}

.cart-page {
    margin-bottom: 40px
}

.cart-page .cart--empty-message {
    text-align: center
}

.cart-page .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cart-page .cart-header-info {
    display: flex;
    font-size: 13px;
    font-weight: bold
}

.cart-page .cart-header-info div {
    border: solid 1px #ebebeb;
    border-right: 0;
    text-transform: none;
    background: #fbfbfb;
    padding: 27px 0
}

.cart-page .cart-header-info div:nth-child(1) {
    width: 17%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(2) {
    width: 33%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(3) {
    width: 15%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(4) {
    width: 14%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(5) {
    width: 15%;
    text-align: center
}

.cart-page .cart-header-info div:nth-child(6) {
    width: 6%;
    text-align: center;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body {
    border: solid 1px #ebebeb;
    border-top: 0;
    border-bottom: 0
}

.cart-page .cart_body .ajaxcart__row {
    border-top: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center
}

.cart-page .cart_body .ajaxcart__row:first-child {
    border-top: none
}

.cart-page .cart_body .img_div_cart {
    width: 17%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body .img_div_cart .cart_image {
    height: 100px
}

.cart-page .cart_body .img_div_cart .cart_image img {
    max-width: 100%;
    max-height: 100%
}

.cart-page .cart_body .cart_info {
    display: flex;
    width: calc(100% - 17%);
    -webkit-width: calc(100% - 17%);
    -moz-width: calc(100% - 17%);
    -o-width: calc(100% - 17%);
    -os-width: calc(100% - 17%);
    height: 150px
}

.cart-page .cart_body .cart_info .cart_name {
    flex-flow: column;
    width: 39.83%;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    display: block;
    color: #333;
    margin: 0 15px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 35px
}

.cart-page .cart_body .cart_info .cart_name a:hover {
    color: var(--background-primary-color)
}

.cart-page .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: red;
    font-weight: 300
}

.cart-page .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e
}

.cart-page .cart_body .cart_info .variant-title {
    display: block;
    font-size: 14px;
    margin-top: 5px
}

.cart-page .cart_body .grid {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-page .cart_body .grid.grid_1 {
    width: 18.105%;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body .grid.grid_2 {
    width: 16.898%;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body .grid.grid_3 {
    width: 18.105%;
    border-right: 1px solid #ebebeb
}

.cart-page .cart_body .grid.grid_4 {
    width: 7%
}

.cart-page .cart_body .grid .cart_prices .cart-price {
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: var(--background-primary-color)
}

.cart-page .cart_body .grid .cart_prices .cart-price-total {
    font-weight: bold
}

.cart-page .cart_body .grid .cart__btn-remove {
    font-size: 14px;
    color: #333
}

.cart-page .cart_body .grid .cart__btn-remove svg {
    width: 22px;
    height: 22px;
    fill: #e1e1e1
}

.cart-page .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cart-page .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 30px;
    min-height: 30px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 30px;
    font-size: 14px;
    margin: 0;
    float: left
}

.cart-page .cart_body .cart_select button {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 30px;
    padding: 0;
    margin: 0;
    width: 25px;
    background-color: #fff;
    height: 30px;
    float: left;
    font-size: 18px
}

.cart-page .cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
    border-left: 0
}

.cart-page .cart_body .cart_select button svg {
    width: 10px;
    height: 10px;
    transform: translateY(-1px)
}

.cart-page .cart_body .cart_select button svg path {
    fill: #000
}

.cart-page .ajaxcart__footer {
    margin-top: 0px
}

.cart-page .ajaxcart__footer .cart__subtotal {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    background: #fff;
    border: 1px solid #ebebeb
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 79.1%;
    float: left;
    font-size: 14px;
    border-right: 1px solid #ebebeb;
    padding: 15px 15px;
    text-transform: none;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    line-height: 28px;
    font-weight: 400;
    text-align: right
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 20.8%;
    float: left;
    padding: 0px 15px;
    line-height: 58px;
    color: #bda87f;
    font-size: 16px;
    font-weight: bold;
    text-align: right
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    color: var(--background-primary-color);
    font-weight: 700;
    font-size: 16px
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: 0
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button.cart__btn-proceed-checkout {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0px 20px !important;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
    position: relative;
    border: none;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: var(--background-primary-color);
    text-transform: uppercase;
    float: right
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button.cart__btn-proceed-checkout:hover {
    background-color: #fff;
    border: 1px solid var(--background-primary-color);
    color: var(--background-primary-color)
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt .btn-white {
    border: 2px solid #333;
    color: #333;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 20px;
    width: auto
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt .btn-white:hover {
    background-color: var(--background-primary-color);
    border: 2px solid var(--background-primary-color);
    color: #fff
}

.CartHeaderContainer {
    width: 300px;
    background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
    text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

@media (max-width: 1199px) {
    .CartMobileContainer .cart--empty-message {
        text-align: center
    }

    .CartMobileContainer .cart--empty-message svg {
        width: 80px;
        margin: 15px
    }

    .cart-mobile .cart_body {
        padding: 0
    }

    .cart-mobile .cart_body .cart_product {
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: table;
        width: 100%;
        border-bottom: solid 1px #ebebeb
    }

    .cart-mobile .cart_body .cart_image {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        position: relative
    }

    .cart-mobile .cart_body .cart_info {
        padding-left: 15px;
        vertical-align: top
    }

    .cart-mobile .cart_body .cart_info .cart_name {
        margin-bottom: 5px
    }

    .cart-mobile .cart_body .cart_info .cart_name a {
        margin-bottom: 4px;
        margin-top: 0px;
        font-size: 13px;
        font-weight: 500;
        color: #333;
        line-height: 1.3;
        display: block
    }

    .cart-mobile .cart_body .cart_info .cart_name a:hover {
        color: var(--background-primary-color)
    }

    .cart-mobile .cart_body .cart_info .variant-title {
        display: block;
        font-size: 12px
    }

    .cart-mobile .cart_body .grid {
        display: flex
    }

    .cart-mobile .cart_body .grid .cart_item_name {
        width: 50%
    }

    .cart-mobile .cart_body .grid .cart_item_name .cart_quantity {
        font-size: 12px;
        margin-bottom: 5px;
        display: block;
        font-weight: normal;
        color: #333
    }

    .cart-mobile .cart_body .grid .cart_prices {
        width: 50%;
        text-align: right
    }

    .cart-mobile .cart_body .grid .cart_prices .cart-price {
        font-weight: bold;
        display: block;
        font-size: 14px;
        color: var(--background-primary-color)
    }

    .cart-mobile .cart_body .grid .cart__btn-remove {
        font-size: 13px;
        color: #333
    }

    .cart-mobile .cart_body .cart_select input {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0;
        float: left;
        border-left: none;
        border-right: none
    }

    .cart-mobile .cart_body .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px;
        float: left
    }

    .cart-mobile .cart_body .cart_select button.btn-minus {
        border-right: 0
    }

    .cart-mobile .cart_body .cart_select button.btn-plus {
        border-left: 0
    }

    .cart-mobile .cart_body .cart_select button svg {
        width: 10px;
        height: 10px;
        transform: translateY(5px)
    }

    .cart-mobile .cart_body .cart_select button svg path {
        fill: #000
    }

    .cart-mobile .ajaxcart__footer {
        padding: 10px 0
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        display: flex
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
        width: 50%;
        float: left
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle {
        width: 50%;
        float: left;
        text-align: right
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
        color: var(--background-primary-color);
        font-weight: bold
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative;
        padding-top: 20px
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background-color: var(--background-primary-color);
        color: #fff;
        text-align: center;
        line-height: 40px
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
        background-color: var(--background-primary-color)
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    .cart-mobile .cart_body .cart_image {
        width: 10%
    }
}
.cart-mobile-page {
    display: none;
}

@media screen and (max-width: 600px) {
    .cart-page {
        display: none !important;
    }
    .cart-mobile-page {
        display: block;
    }
    .cart-mobile-page .item-cart-mobile {
        display: flex;
    }
    .cart-mobile-page .item-cart-mobile .image {
        width: 70px;
    }
    .cart-mobile-page .item-cart-mobile .delete {
        width: 20px;
        display: grid;
        align-items: center;
    }
    .cart-mobile-page .item-cart-mobile .delete .remove-item-cart {
        display: block;
        width: 100%;
    }
    .cart-mobile-page .item-cart-mobile .info {
        width: calc(100% - 90px);
        padding: 0px 10px;
    }
    .cart-mobile-page .item-cart-mobile .info .ajaxcart__qty{
        display: flex;
        width: 100%;
    }
    .cart-mobile-page .item-cart-mobile .info .ajaxcart__qty button {
        width: 36px;
        height: 36px;
    }
    .cart-mobile-page .item-cart-mobile .info .ajaxcart__qty button svg{
        width: 20px;
    }
    .cart-mobile-page .item-cart-mobile .info a{
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
        margin-top: 0px;
    }
    .cart-mobile-page .item-cart-mobile .info .ajaxcart__qty input{
        height: 36px;
        min-height: 36px;
        margin-bottom: 0px;
        display: block;
        width: 100px;
        max-width: 100px;
        padding: 0px;
        color: #333;
        font-size: 14px;
        text-align: center;
    }
    .cart-mobile-page .item-cart-mobile .info .grid__item{
        text-align: left;
        margin-top: 5px;
    }
    .header-cart{
        display: none;
    }
    .item-cart-mobile{
        padding: 10px 0px;
        border-bottom: 1px solid #ebebeb;
    }
}

/*# sourceMappingURL=cart.css.map */

