body {
    background-attachment: fixed;
}

.header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 8px;
    min-height: 28px;
    align-items: baseline;
}

.header-flex h1 {
    font-size: 34px;
    margin: 0;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.33px;
    color: #4f4f4f;
}

.header-flex span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.45px;
    color: var(--var-dark-gray-color);
    padding-left: 9px;
}

.h-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.02em;
    color: #363636;
}

.coupones {
    display: flex;
    position: relative;
    min-height: 94px;
}

.coupones .add-coupone {
    width: 94px;
    height: 74px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    white-space: normal;
    margin-top: 10px;
    position: absolute;
}

.coupones .add-coupone .button-coupone {
    width: 84px;
    height: 84px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: 1px dashed #f26f24;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coupones .add-coupone .button-coupone .button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.coupones .add-coupone .button-coupone .button-content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.coupones .add-coupone .button-coupone .button-content .text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.025em;
    color: #f26f24;
}

.coupones .my-coupones {
    width: calc(100% - 92px);
    margin-left: 92px;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.coupones .my-coupones .coupone-ticket {
    width: 200px;
    height: 84px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    white-space: normal;
    margin-top: 10px;
    flex: 0 0 200px;
}

.coupones .my-coupones .coupone-ticket .ticket-content {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f36f24;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside {
    height: 100%;
    padding: 8px 8px 6px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.coupones .add-coupone .button-coupone .button-content .icon path {
    fill: #f16e24;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-time {
    background-color: #fff;
    border: 1px solid #f16e24;
    border-radius: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    max-width: 100px;
    padding: 1px 6px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-time span {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -.02em;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #353535;
    margin-left: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top {
    width: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-price .info-price {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.025em;
    color: #494949;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-price .info-sub {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.025em;
    color: #727070;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-use-button {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    min-width: 64px !important;
    width: 64px !important;
    height: 32px !important;
    font-size: 14px !important;
    letter-spacing: -.28px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: -.02em !important;
    color: #f36f24;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    border: 2px solid #f36f24;
    background: rgba(0, 0, 0, 0) !important;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-use-button:hover {
    color: #f8823e;
    opacity: 0.9;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-left-circle,
.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-right-circle {
    height: 8px;
    width: 16px;
    border: 1px solid #f36f24;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px #fff;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-left-circle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -5px;
    bottom: 23px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-right-circle {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -5px;
    bottom: 23px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-line {
    width: 85%;
    margin: 0 auto 3px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-line .ticket-line-hr {
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f36f24), color-stop(55%, #f36f24), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #f36f24, #f36f24 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #f36f24, #f36f24 55%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-size: 6.86667% 1px;
    border: none;
    margin: 0;
    background-size: 18px 1px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-line .ticket-line-hr:before {
    content: "";
    position: absolute;
    left: 10px;
    border-top: 1px solid #f36f24;
    width: 6px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-line .ticket-line-hr:after {
    content: "";
    position: absolute;
    right: 10px;
    border-top: 1px solid #f36f24;
    width: 6px;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-bottom .ticket-bottom-text {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -.025em;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-bottom .ticket-bottom-button {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -.025em;
    color: #ff6000;
    margin-left: 4px;
    cursor: pointer;
    font-weight: 600;
}

.basket-items {
    margin-top: 20px;
    margin-bottom: 20px;
}


.basket-items .item-card {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 32px;
    position: relative;
    background: linear-gradient(143deg, #ffffff, #ececec);
}

.basket-items .item-card .item-card-header {
    border-bottom: 1px solid #e9e9e9;
    color: #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    padding: 8px 8px 8px 16px;
    min-height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-items .item-card .item-card-header .merchant-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.basket-items .item-card .item-card-header .merchant-info span {
    font-size: 15px;
}

.basket-items .item-card .item-card-header .merchant-info .merchant-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    margin-left: 6px;
    text-transform: capitalize;
    font-weight: 600;
}

.basket-items .item-card .item-card-header .merchant-info a {
    font-size: 12px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-width: 200px;
}

.basket-items .item-card .item-card-header .merchant-info a svg {
    margin-left: 8px;
    display: none !important;
}

.basket-items .item-card .item-card-header .shipping-info {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #439e4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    display: none !important;
}

.basket-items .item-card .item-card-header .shipping-info svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.basket-items .item-card .item-card-header .shipping-info svg path {
    fill: #439e4a;
}

.basket-items .item-card .item-card-body .basket-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 17px 0px 11px;
    -webkit-transition: -webkit-box-shadow 200ms linear 0s;
    transition: -webkit-box-shadow 200ms linear 0s;
    transition: box-shadow 200ms linear 0s;
    transition: box-shadow 200ms linear 0s, -webkit-box-shadow 200ms linear 0s;
}

.basket-items .item-card .item-card-body .basket-product .product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    margin-left: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.basket-items .item-card .item-card-body .basket-product .product-img figure {
    margin: 0;
    width: 120px;
    height: 160px;
    border-radius: 8px;
    border: solid 1px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
}

.basket-items .item-card .item-card-body .basket-product .product-img figure img {
    width: 119px;
    height: 159px;
    display: block;
    border-radius: 4px;
}

.basket-items .item-card .item-card-body .basket-product .gift-text {
    font-size: 18px;
    color: #ff6047;
}


.basket-items .item-card .item-card-body .basket-product .product-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    word-break: break-word;
    font-size: 14px;
    padding-right: 56px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-name {
    line-height: 20px;
    max-width: 564px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    font-stretch: normal;
    color: #3a3a3a;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-detail {
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-detail span {
    font-size: 12px;
    color: var(--var-dark-gray-color);
    font-weight: 600;
    max-height: 15px;
    overflow-y: hidden;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-detail span li {
    list-style: none;
    padding: 0 !important;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price {
    line-height: 31.5px;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside {
    display: flex;
    align-items: center;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside .co-Price {
    place-content: center;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-box-pack: center;
    min-height: 56px;
    margin-top: 10px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside .co-Price-a {
    color: #111111;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside .co-Price-b {
    color: rgb(243 111 36);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.36px;
    line-height: 20px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside .co-Price-c {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 16px;
    margin-top: 4px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 28px;
    padding: 2px 0;
    margin: 0;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 34px;
    -ms-flex-item-align: center;
    align-self: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-increase:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjRkY2MDAwIiByeD0iMTYiLz4KICAgICAgICA8ZyBmaWxsPSIjRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEuMzMzIDhjMCAuNDYuMzc0LjgzMy44MzQuODMzaDQuODZjLjA3NyAwIC4xNC4wNjMuMTQuMTR2NC44NmMwIC40Ni4zNzMuODM0LjgzMy44MzQuNDYgMCAuODMzLS4zNzQuODMzLS44MzR2LTQuODZjMC0uMDc3LjA2My0uMTQuMTQtLjE0aDQuODZjLjQ2IDAgLjgzNC0uMzczLjgzNC0uODMzIDAtLjQ2LS4zNzQtLjgzMy0uODM0LS44MzNoLTQuODZjLS4wNzcgMC0uMTQtLjA2My0uMTQtLjE0di00Ljg2YzAtLjQ2LS4zNzMtLjgzNC0uODMzLS44MzQtLjQ2IDAtLjgzMy4zNzQtLjgzMy44MzR2NC44NmMwIC4wNzctLjA2My4xNC0uMTQuMTRoLTQuODZjLS40NiAwLS44MzQuMzczLS44MzQuODMzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA4KSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-position: 1px 1px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-increase,
.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-increase.btn-disable:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTAgMGgxNnYxNkgweiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgICAgICA8cmVjdCB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHg9Ii0uNSIgeT0iLS41IiBmaWxsPSIjRkZGIiBzdHJva2U9IiNFNUU1RTUiIHJ4PSIxNiIvPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDggOCkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPGcgZmlsbD0iI0ZGNjAwMCIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMS4zMzMgOGMwIC40Ni4zNzQuODMzLjgzNC44MzNoNC44NmMuMDc3IDAgLjE0LjA2My4xNC4xNHY0Ljg2YS44MzQuODM0IDAgMCAwIDEuNjY2IDB2LTQuODZjMC0uMDc3LjA2My0uMTQuMTQtLjE0aDQuODZhLjgzNC44MzQgMCAwIDAgMC0xLjY2NmgtNC44NmEuMTM5LjEzOSAwIDAgMS0uMTQtLjE0di00Ljg2YS44MzQuODM0IDAgMCAwLTEuNjY2IDB2NC44NmEuMTM5LjEzOSAwIDAgMS0uMTQuMTRoLTQuODZBLjgzNC44MzQgMCAwIDAgMS4zMzMgOHoiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-position: 0px 0px;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-delete,
.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-delete.btn-disable:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPg0KICAgICAgICA8cmVjdCB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHg9Ii0uNSIgeT0iLS41IiBmaWxsPSIjRkZGIiBzdHJva2U9IiNFNUU1RTUiIHJ4PSIxNiIvPg0KICAgICAgICA8Zz4NCiAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNGQTNGM0YiIGQ9Ik0xNS4zMDMgMi4yNThjLjI3NiAwIC41LjIyMy41LjUgMCAuMjc2LS4yMjQuNS0uNS41bC0xLjEwOC0uMDAxLS45MjcgMTEuMTI5Yy0uMDY3LjgtLjczNiAxLjQxNy0xLjU0IDEuNDE3SDQuMjQzYy0uODA0IDAtMS40NzQtLjYxNi0xLjU0LTEuNDE3bC0uOTMtMTEuMTMtMS4xMDYuMDAyYy0uMjQ2IDAtLjQ1LS4xNzctLjQ5Mi0uNDFsLS4wMDgtLjA5YzAtLjI3Ny4yMjQtLjUuNS0uNWw0LjIwNC0uMDAxdi0uNTQ1YzAtLjgwNi42MTctMS40NjggMS40MDUtMS41MzlsLjE0LS4wMDZoMy4xMzdjLjg1NCAwIDEuNTQ1LjY5MiAxLjU0NSAxLjU0NXYuNTQ1em0tMi4xMTIgMUgyLjc3OEwzLjcgMTQuMzAzYy4wMjQuMjgyLjI2LjUuNTQ0LjVoNy40ODVjLjI4MyAwIC41Mi0uMjE4LjU0My0uNWwuOTItMTEuMDQ1ek02LjQxNyA1LjkxN2MuMjc2IDAgLjUuMjI0LjUuNXY1LjIyN2MwIC4yNzYtLjIyNC41LS41LjVzLS41LS4yMjQtLjUtLjVWNi40MTdjMC0uMjc2LjIyNC0uNS41LS41em0zLjEzNiAwYy4yNzYgMCAuNS4yMjQuNS41djUuMjI3YzAgLjI3Ni0uMjI0LjUtLjUuNXMtLjUtLjIyNC0uNS0uNVY2LjQxN2MwLS4yNzYuMjI0LS41LjUtLjV6bTAtNC43NUg2LjQxN2MtLjMwMiAwLS41NDYuMjQ0LS41NDYuNTQ1di41NDZoNC4yMjd2LS41NDZjMC0uMzAxLS4yNDQtLjU0NS0uNTQ1LS41NDV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDgpIi8+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==);
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-delete:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjRkEzRjNGIiByeD0iMTYiLz4KICAgICAgICA8ZyBmaWxsPSIjRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExLjMzOSAzLjVsMi4yOTYuMDI2Yy4yOS4wMDMuNTE3LjI1Mi40OTIuNTQxbC0uODYgMTAuMzE4Yy0uMDY2LjgwMi0uNzM1IDEuNDE4LTEuNTQgMS40MThINC4yNDRjLS44MDQgMC0xLjQ3NC0uNjE2LTEuNTQtMS40MTdsLS42OS04LjI3NWMtLjAyMy0uMjc1LjE4MS0uNTE3LjQ1Ni0uNTQuMjc2LS4wMjIuNTE3LjE4Mi41NC40NTdsLjY5IDguMjc1Yy4wMjQuMjgyLjI2LjUuNTQ0LjVoNy40ODVjLjI4MyAwIC41Mi0uMjE4LjU0My0uNWwuODE1LTkuNzgzLTEuNzU4LS4wMmMtLjI3Ni0uMDAzLS40OTgtLjIzLS40OTUtLjUwNi4wMDMtLjI3Ni4yMy0uNDk3LjUwNi0uNDk0ek02LjQxNyA1LjkxN2MuMjc2IDAgLjUuMjI0LjUuNXY1LjIyN2MwIC4yNzYtLjIyNC41LS41LjVzLS41LS4yMjQtLjUtLjVWNi40MTdjMC0uMjc2LjIyNC0uNS41LS41em0zLjEzNiAwYy4yNzYgMCAuNS4yMjQuNS41djUuMjI3YzAgLjI3Ni0uMjI0LjUtLjUuNXMtLjUtLjIyNC0uNS0uNVY2LjQxN2MwLS4yNzYuMjI0LS41LjUtLjV6TTguOTYzLjAzM2MuMzktLjA4My43OTYtLjAwNyAxLjEzLjIxLjMzMy4yMTguNTY2LjU1OC42NDguOTQ3bC4xMDMuNDg3IDMuOTEzLS44MzFjLjI0LS4wNTEuNDc3LjA4LjU2Ny4yOThsLjAyNi4wODdjLjA1OC4yNy0uMTE1LjUzNS0uMzg1LjU5M2wtNC4zODguOTMyLS4wMTMuMDA1LTQuODkgMS4wNC0uMDIuMDA0LTQuMzgzLjkzYy0uMjcuMDU3LS41MzUtLjExNi0uNTkzLS4zODYtLjA1Ny0uMjcuMTE1LS41MzUuMzg1LS41OTNsMy45MTItLjgzMi0uMTAzLS40ODZjLS4wNzMtLjM0MS0uMDI0LS42OTYuMTM1LTEuMDAzbC4wNzQtLjEyOGMuMjE4LS4zMzUuNTYtLjU2OS45NDgtLjY1ek05LjI2OCAxbC0uMDk3LjAxMS0yLjkzNS42MjRjLS4xMy4wMjctLjI0NC4xMDUtLjMxNi4yMTYtLjA3My4xMTItLjA5OC4yNDgtLjA3LjM3OGwuMTA0LjQ4NyAzLjkxMi0uODMyLS4xMDMtLjQ4N2MtLjAyMi0uMTA0LS4wNzYtLjE5Ny0uMTU0LS4yNjdsLS4wNjMtLjA0OWMtLjExLS4wNzItLjI0Ni0uMDk3LS4zNzUtLjA3eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA4KSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .product-decrease {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTAgMGgxNnYxNkgweiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgICAgICA8cmVjdCB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHg9Ii0uNSIgeT0iLS41IiBmaWxsPSIjRkZGIiBzdHJva2U9IiNFNUU1RTUiIHJ4PSIxNiIvPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDggOCkiPgogICAgICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPGcgZmlsbD0iI0ZGNjAwMCIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi4zMzMgOWgxMS4zMzRhMSAxIDAgMCAwIDAtMkgyLjMzM2ExIDEgMCAwIDAgMCAyeiIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container .btn-disable {
    opacity: .5;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container input {
    font-family: 'SFProText', Helvetica;
    width: 40px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    border: none;
    font-weight: 700;
    margin: 4px 0;
    line-height: 1.5;
    outline: none;
    background-color: transparent;
    color: #3a3a3a;
}

.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container input::-webkit-outer-spin-button,
.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.basket-items .item-card .item-card-body .basket-product .product-hover {
    opacity: 0;
    position: absolute;
    top: 18px;
    right: 72px;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket-items .item-card .item-card-body .basket-product:hover .product-hover {
    opacity: 1;
}

.basket-items .item-card .item-card-body .basket-product .product-hover .product-delete {
    width: 80px;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.28px;
    text-align: center;
    color: var(--var-dark-gray-color);
}

.basket-items .item-card .item-card-body .basket-product .product-hover .product-delete div {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.basket-items .item-card .item-card-body .basket-product .product-hover .product-delete div:hover {
    background: #fff;
    border-radius: 50%;
}

.basket-items .item-card .item-card-body .basket-product .product-hover .product-delete div svg {
    padding: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.basket-total {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    border: 1px solid #dcdcdc;
    background: linear-gradient(143deg, #ffffff, #ececec);
    border-radius: 4px;
}

.basket-total .side-content {
    padding: 24px 0;
    border-radius: 8px;
}

.basket-total .side-content .step-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.basket-total .side-content .step-container .payed-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--var-dark-gray-color);
    margin-bottom: 16px;
    padding: 0 0 0 23px;
    display: none;
}

.basket-total .side-content .step-container .payed-price .pay-title {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: var(--var-dark-gray-color);
    margin-bottom: 4px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.basket-total .side-content .step-container .payed-price .pay-title .total-items {
    color: #f36f24;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.basket-total .side-content .step-container .payed-price .total-price {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0.33px;
    color: #000;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 10px;
}

.basket-total .side-content .step-container .payed-price .total-price .basket-price {
    font-size: 30px;
    font-weight: 600;
}

.basket-total .side-content .step-container .payed-price .total-price .currency {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.04px;
    margin-left: 2px;
}

.basket-total .side-content .step-container .basket-complete {
    padding: 0 23px;
    position: relative;
}

.basket-total .side-content .step-container .basket-complete-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
    text-decoration: none;
    background-color: rgb(246, 109, 0);
    color: rgb(255, 255, 255);
    font-size: 13px;
    height: 40px;
    min-width: 143px;
    width: 100%;
    display: inline;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.basket-total .side-content .step-container .basket-complete-button:disabled {
    background-color: var(--var-button-success-background) !important;
    color: #fff !important;
    cursor: not-allowed !important;
    user-select: none !important;
}

.basket-total .side-content .step-container .login-to-complete {
    padding: 0 23px;
    position: relative;
}

.complete-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.basket-total .side-content .step-container .login-to-complete-button {
    background-color: var(--var-button-success-background);
}

.basket-total .side-content .step-container .basket-complete-button:hover {
    background-color: var(--var-button-success-background-hover);
    transition: all 150ms ease 0s;
}

.basket-total .side-content .step-container .login-to-complete-button:hover {
    background-color: rgb(30, 82, 180);
}

.basket-total .side-content .step-container .price-detail {
    padding: 16px 23px;
    margin-top: 8px;
}

.basket-total .side-content .step-container .price-detail .cargo,
.basket-total .side-content .step-container .price-detail .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #454545;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.basket-total .side-content .step-container .price-detail .cargo .detail-title,
.basket-total .side-content .step-container .price-detail .products .detail-title {
    line-height: 15px;
    letter-spacing: -0.24px;
    color: var(--var-dark-gray-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-total .side-content .step-container .price-detail .cargo .detail-value,
.basket-total .side-content .step-container .price-detail .products .detail-value {
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.last-p .detail-value {
    font-size: 22px !important;
}

.turn-back {
    z-index: 555;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' fill='%23484848'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F5F5F5' fill-rule='nonzero'/%3E%3Cg transform='translate(12 12)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.146.646a.5.5 0 01.708.708L1.707 7.5H15.5a.5.5 0 01.492.41L16 8a.5.5 0 01-.5.5H1.707l6.147 6.146a.5.5 0 01.057.638l-.057.07a.5.5 0 01-.708 0l-7-7a.51.51 0 01-.135-.249A.498.498 0 010 8l.005.074A.503.503 0 010 8.012V8a.51.51 0 01.077-.267c.02-.03.043-.06.07-.087l-.045.052a.503.503 0 01.033-.04l.011-.012z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 15px;
    display: none;
}

.basket-items {
    overflow: hidden;
}

.item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.check-agreement-mobile {
    /* padding: 0 0 0 45px;
    zoom: 1.2; */
    display: none;
    margin-bottom: 15px !important;
}

.basket-section {
    margin-top: 3rem !important;
}

.basket-total .side-content .step-container .form-group {
    padding: 0px 5px 0px 22px;
    margin-bottom: 10px;
}

.basket-total .side-content .step-container .form-group .control {
    line-height: 15px;
}

.basket-total .side-content .step-container .basket-info {
    background-color: #e4e4e4;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.024px;
    color: #ae5d2e;
    padding: 16px 24px;
    margin-top: 15px;
}

.bg-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: #f36f24;
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 46px;
    min-width: 184px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.bg-text-input {
    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(238, 238, 238) !important;
    border-radius: 8px;
    box-sizing: border-box;
    color: rgb(155, 155, 155);
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.32px;
    line-height: 1.5;
    outline: 0px;
    width: 100%;
    padding: 14px;
    box-shadow: unset !important;
    margin-right: 10px;
    transition: border-color 0.2s ease 0s;
}

.bg-text-input:focus {
    border-color: rgb(251, 111, 111) !important;
    color: rgb(250, 63, 63);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide.menu {
    min-width: 100px;
    width: 30%;
    max-width: 320px;
    background-color: rgb(255 255 255);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    right: -30%;
    box-shadow: inset #e9e9e9 25px 0px 16px -18px;
}

.swiper-slide.menu .product-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.swiper-slide.menu .product-delete span {
    margin-top: 8px;
    color: rgb(250, 63, 63);
}

.coupone-modal-body {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.p-warning {
    font-size: 14px;
    font-weight: 600;
    color: var(--var-dark-gray-color);
    padding: 0px 20px 15px 20px;
}

.p-warning a {
    color: rgb(255, 71, 0);
}

.gift-item {
    margin-top: -18px;
}

.item-group {
    position: relative;
}

.gift-stick {
    position: absolute;
    width: 4px;
    height: 65px;
    background: #21252947;
    left: 77px;
    top: 124px;
    z-index: -1;
}

.campaign-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 164.5px;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.campaign-message .c-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.24px;
    color: #439e4a;
}

.campaign-message .c-icon {
    padding-right: 12px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.campaign-message .c-text.b-color {
    color: #f36f24;
}

.payment-box {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    box-shadow: 0 3px 8px #00000026;
}

.payment-box .payment-header {
    padding: 14px 24px;
    min-height: 72px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-animation-name: headerDown_jz6fE;
    animation-name: headerDown_jz6fE;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding-top: 15px;
    padding-left: 33px;
}

.payment-box .payment-header .payment-text {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.32px;
    color: #565656;
    width: 100%;
    overflow: hidden;
}

.payment-box .payment-header .close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    right: 33px;
    top: 20px;
}

.payment-box .payment-body {
    -webkit-transition: max-height 2s ease-in;
    transition: max-height 2s ease-in;
    -webkit-animation-name: expand_2HY8J;
    animation-name: expand_2HY8J;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding-top: 0;
    padding-left: 32px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 32px;
}

.payment-box .payment-body .option-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.32px;
    color: var(--var-dark-gray-color);
    padding: 15px;
    border-top: 1px solid #686868;
}

.payment-box .payment-body .option-area:first-of-type {
    margin-top: 0;
    border: 0;
}

.payment-box .payment-body .option-area label {
    margin: 0 0 0 8px;
}

.payment-box .payment-body .pay-with-radio {
    appearance: none;
    background-color: #fff;
    border: 2px solid rgb(140 140 140);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    padding: 0;
}

.payment-box .payment-body .pay-with-radio:checked {
    background: #f36f24;
    border: none;
}

.payment-box .payment-body .pay-with-radio:checked::before {
    -webkit-box-align: center;
    align-items: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.927 2.2l-6.845 9.289a1.011 1.011 0 0 1-1.43.188L.764 7.769a1 1 0 0 1 1.25-1.562L6.09 9.468l6.227-8.451a1 1 0 1 1 1.61 1.183z'/%3E%3C/svg%3E%0A");
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 6px 5px;
    position: absolute;
    text-align: center;
}

.payment-box .payment-body .payment-wallet {
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 32px rgb(0 0 0 / 24%);
    box-shadow: 0px 8px 32px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.payment-box .payment-body .payment-wallet .wallet-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #dadada;
}

.payment-box .payment-body .payment-wallet .wallet-header .money-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-box .payment-body .payment-wallet .wallet-header .money-logo svg {
    fill: #000;
    margin: 0 12px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.payment-box .payment-body .payment-wallet .wallet-header .money-logo span {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.22px;
    color: var(--var-dark-gray-color);
    margin-left: 7px;
}

.payment-box .payment-body .payment-wallet .wallet-header .wallet-amount {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.35px;
    color: var(--var-dark-gray-color);
}

.payment-box .payment-body .payment-wallet .wallet-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    /* padding-left: 20px; */
}

.payment-box .payment-body #payment-card .wallet-body {
    padding-top: 0;
}

.payment-box .payment-body .payment-wallet .wallet-body .wallet-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-box .payment-body .payment-wallet .wallet-body .payment-process {
    margin-top: 8px;
}

.payment-box .payment-body .payment-wallet .wallet-body .payment-process.payment-open {
    width: 100%;
    height: 900px;
    overflow: auto;
}

.payment-box .payment-body .payment-wallet.payment-open {
    width: 100%;
}

#paytriframe {
    width: 100%;
    height: 100%;
    min-height: 700px;
}

.payment-box .payment-body .payment-wallet .wallet-body .wallet-mark svg {
    margin: 0 12px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.payment-box .payment-body .payment-wallet .wallet-body .wallet-mark .text-money {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #4d4d4d;
    margin-left: 7px;
}

.payment-box .payment-body .payment-wallet .wallet-body .wallet-mark .text-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #5d5d5d;
    margin-left: 7px;
}

.payment-box .input {
    display: flex;
    flex-direction: column;
    position: relative;
    /* max-width: 300px; */
}

.payment-box .label {
    width: 100%;
    margin: 0;
    padding: 0 8px 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-stretch: normal;
    color: var(--var-dark-gray-color);
}

.payment-box .text-input {
    font-size: 16px;
    width: 100% !important;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #eee !important;
    padding: 12px 16px;
    outline: none;
    box-shadow: none !important;
    resize: none;
}

.payment-box .process-btn {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px 17px;
    text-decoration: none;
    background-color: #f36f24;
    color: rgb(255, 255, 255);
    font-size: 16px;
    min-width: 160px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.payment-box .process-btn:hover {
    background-color: rgb(227, 86, 0);
    transition: all 150ms ease 0s;
}

.bundle-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    opacity: 0.25;
    background-size: cover;
    background-position: top;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: blur(10px)
}

.bundle-main-item {
    margin-bottom: 20px;
}

.bundle-sub-item {
    padding-left: 30px;
    zoom: 0.83;
}

.bundle-sub-item .basket-product {
    padding: 10px 13px 5px 2px !important;
}

.bundle-sub-item .basket-product .product-name {
    max-width: 240px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
}

.bundle-sub-item .co-Price-a {
    text-decoration: auto !important;
    margin-bottom: 10px;
}

.bundle-sub-item .co-Price {
    margin-top: 0 !important;
}

.bundle-sub-item .product-img figure {
    width: 80px !important;
    height: 80px !important;
}

.bundle-main-item .product-img figure {
    border: solid 2px #e5e5e5 !important;
}

.bundle-main-item .product-img figure img {
    object-fit: cover !important;
}

.bundle-sub-item .product-img figure img {
    width: 75px !important;
    height: 75px !important;
}

.bundle-main-item .bundle-img {
    top: -26px;
    -webkit-filter: blur(35px) brightness(1.5);
    filter: blur(35px) brightness(1.5);
    opacity: 0.5;
    left: 0;
    right: 0;
    height: 40%;
    padding-top: 32px;
    text-align: center;
    background-position: center;
    position: absolute;
    z-index: -1;
}

.product-carnival {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100px;
    padding: 5px;
    width: 102px;
    margin-top: 0;
    align-content: center;
}

.product-carnival img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 2px solid #d5d5d5;
    margin: 2px;
}

.bundle-main-item .quantity-container input {
    background-color: transparent;
}

.bundle-inside {
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;
    padding: 0 100px 0 25px;
}

.bundle-inside .swiper {
    float: left;
    width: 49.8%;
    margin: 0;
}

.bundle-inside .swiper:after {
    content: "";
    display: table;
    clear: both;
}

.claim-description {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 50px;
    margin-top: 24px;
    background: #f4f6fe;
}

.claim-description .left-border {
    background-color: #f36f24;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 8px;
}

.claim-description .claim-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 24px;
    gap: 8px;
}

.claim-description .claim-container i {
    margin-top: 4px;
    font-size: 16px;
}

.claim-description .claim-container svg {
    color: #f36f24;
    font-size: 18px;
    margin-right: 10px;
}

.claim-description .claim-container .claim-content {
    -ms-flex: 1;
    flex: 1;
}

.claim-description .claim-container .claim-content .claim-message {
    color: var(--var-dark-gray-color);
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cart-empty-text {
    display: flex;
    padding: 30px;
    text-align: center;
    padding-bottom: 38px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #393939;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}

.cart-empty-text img {
    clip-path: url(#__lottie_element_2);
}

.cart-empty-text p {
    margin: 8px 0 0;
    font-weight: normal;
    letter-spacing: -0.32px;
    text-align: center;
    font-size: 16px;
}

.cart-empty-text .basket-h {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.33px;
}

.cart-empty-text .discover-button {
    border: none;
    margin-top: 28px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    padding: 12px;
    text-decoration: none;
    background-color: #f36f24;
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 48px;
    width: 230px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.select2 {
    width: 100% !important;
}

.modal-body input,
.modal-body select,
.modal-body textarea,
.modal-body .select2 .select2-selection {
    margin: 0;
    outline: 0;
    margin-top: 5px;
    font-size: 13px;
    min-height: 41px;
    border-radius: 8px;
    border: 2px solid #e6e6e6 !important;
    padding: 10px 17px;
    outline: none;
    box-shadow: none !important;
    background-color: #fff;
    resize: no;
    transition: border-color .2s;
    font-weight: 600;
}

.modal-body input {
    font-size: 15px;
    margin: 0 !important;
}

.modal-body .select2 .select2-selection {
    padding: 5px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 9px;
}

.modal-body textarea {
    min-height: 100px;
}

.modal-body input[type=checkbox],
.modal-body input[type=radio] {
    width: auto !important;
    height: auto !important;
    margin: 5px;
    padding: 0;
    min-height: auto;
    margin-right: 5px;
    vertical-align: sub;
    transform: scale(1.2);
}

.swiper {
    border-bottom: 1px solid rgb(223 223 223);
}

.swiper:last-of-type {
    border-bottom: initial;
}

@media only screen and (max-width: 992px) {
    .bundle-inside {
        margin: 0;
        padding: 0 15px 0 0;
    }

    .bundle-inside .swiper {
        width: 100%;
    }

    .bundle-sub-item .basket-product .product-name {
        max-width: 180px !important;
    }

    .payment-box {
        border-radius: 0;
    }

    .payment-box .payment-body {
        padding: 0;
    }

    .payment-box .payment-body .payment-wallet {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .payment-box .payment-body .option-area {
        padding-left: 20px;
    }

    .coupone-modal-body {
        flex-direction: column;
    }

    .bg-button {
        margin-top: 10px;
    }

    .basket-items .item-card {
        border: 0;
        border-top: 1px solid #464646;
        border-bottom: 1px solid #464646;
        border-radius: 0;
    }



    header,
    .footer-cms,
    .main-footer,
    .footer-top {
        display: none;
    }

    .header-flex,
    .h-title,
    .coupones {
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }

    .claim-description {
        margin-top: 0;
    }

    .payed-price {
        display: flex !important;
        width: 100%;
    }

    #cartBlock {
        margin-top: 15px !important;
        /* padding-bottom: 5rem; */
    }

    .basket-total .side-content {
        border-radius: 0;
        position: fixed;
        bottom: 48px;
        right: 0;
        left: 0;
        z-index: 9999;
        padding: 15px 0;
        background-color: #ffffff;
        color: #222222;
    }

    body.dark-theme .basket-total .side-content {
        background-color: #171a21;
        color: #fff;
    }

    .basket-total .side-content .step-container .basket-complete {
        width: 100%;
    }

    .basket-total .side-content .step-container {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        /* margin: 0; */
    }

    .basket-total .side-content .step-container .price-detail {
        display: none;
    }

    .basket-total .side-content .step-container .payed-price .total-price .basket-price {
        font-size: 18px;
    }

    .basket-total .side-content .step-container .payed-price .total-price .currency {
        font-size: 14px;
    }

    .basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box {
        right: 0;
    }

    .basket-items .item-card .item-card-body .basket-product .product-hover {
        display: none;
    }



    .shipping_container,
    .agreements h3 {
        margin: 0 20px;
    }

    .agreements h3 {
        margin-bottom: 10px;
    }

    .check-agreement-side {
        display: none !important;
    }

    .check-agreement-mobile {
        display: flex;
        align-items: start;
    }

    .wrapper.active {
        width: calc(100% + 16px);
    }

    #payment-container.guest-fastbuy-payment-container .check-agreement-mobile {
        padding-left: 1.5em !important;
        margin-bottom: 2rem;
    }

    #add-note {
        margin-top: unset !important
    }


    .basket-total {
        z-index: 999;
        border: unset !important;
    }

    .basket-total.guest-basket-total .side-content .step-container {
        flex-direction: column;
    }

    .basket-total.guest-basket-total .side-content .step-container .complete-buttons {
        flex-direction: row;
        flex: 1 1;
        width: 100%;
        padding: 0 0.7rem;
        margin: 0;
    }

    .basket-total.guest-basket-total .side-content .step-container .complete-buttons .basket-complete {
        width: 100% !important;
        padding: 0;
    }

    .sticky .accordion_tab.active .accordion_header {
        top: 0;
    }

    .basket-section.customer-basket-section {
        margin-top: 15px !important;
        margin-bottom: 200px !important;
    }

    .basket-section.customer-basket-section .form-check .form-check-input {
        margin-top: 0 !important;
        margin-left: unset !important;
    }

    .basket-total .side-content .step-container .basket-info {
        display: none;
    }

    .turn-back {
        display: block;
    }

    .basket-items {
        margin-bottom: 10px;
    }

    .top-product {
        padding-left: 28px;
        padding-right: 28px;
        margin-bottom: 100px;
    }

    .wrap_deff {
        bottom: 135px !important;
    }

    .__jivoMobileButton {
        bottom: 135px !important;
    }

    .campaign-message {
        padding-left: 34px;
    }



    .agreement-check-box+label {
        width: auto !important;
    }

    .all-payment-methods .basket-complete .basket-complete-button {
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    .fastbuy-area {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    /* .basket-total .side-content .step-container {
        flex-direction: column;
    } */

    .complete-buttons {
        flex-direction: row;
        gap: 0.5rem;
        justify-content: space-evenly;
    }

    .basket-total {
        border: unset !important;
    }
}

#add-note {
    margin-top: 15px;
}

.control__indicator:focus {
    outline: 1px solid rgb(236, 164, 164);
}

.agreement-check-box {
    appearance: none;
    background-color: #fff;
    border: 2px solid rgb(155, 155, 155);
    border-radius: 6.7px !important;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}

.check-agreement-side {
    margin-left: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.agreement-check-box+label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: var(--var-dark-gray-color);
    display: table;
    max-width: 100%;
    padding-left: 8px;
    margin-bottom: unset !important;
}


.agreement-check-box:checked {
    background-color: #f36f24;
    border-color: #f36f24;
}

.agreement-check-box:focus {
    border-color: #f36f24;
    outline: 0 !important;
    box-shadow: unset !important;
}

.payment-box .payment-body .payment-wallet.direct {
    width: 100% !important;
    background: #fff;
}

.input-flex {
    display: flex;
    gap: 8px;
    /* max-width: 300px; */
}

.direct-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* margin-right: 20px; */
    gap: 20px;
}

.direct-payment-form {
    width: 100%;
    min-width: 326px;
}

.direct-payment-form .label {
    width: 100%;
}

.input-flex-col {
    flex: 1 1 48%;
    min-width: 150px;
}

@media only screen and (max-width: 768px) {
    .direct-payment {
        flex-wrap: wrap;
    }

    .direct-payment-form {
        min-width: unset !important;
    }

    .jp-card {
        min-width: unset !important;
    }

    .input-flex {
        flex-wrap: nowrap !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1240px) {
    .direct-payment .card-preview {
        width: 100%;
        display: none !important;
    }
}

.balance-refund .label,
#addbankaccount .label,
.payment-req .label,
.payment-req-bank .label,
.balance-transfer .label {
    width: 100%;
    margin: 0;
    padding: 0 8px 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-stretch: normal;
    color: var(--var-dark-gray-color);
}

.balance-refund .input,
#addbankaccount .input,
.payment-req .input,
.payment-req-bank .input,
.balance-transfer .input {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    max-width: 300px;
}

.bank-form-group .input {
    width: 100%;
    max-width: unset !important;
    margin-bottom: unset !important;
}

.balance-refund input,
select,
#addbankaccount input,
.payment-req input,
.payment-req-bank input,
.payment-req-crypto input,
.balance-transfer input,
.input input[type=checkbox] {
    font-size: 16px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #e9e9e9 !important;
    padding: 12px 16px;
    outline: none;
    box-shadow: none !important;
    background-color: #ffffff;
    resize: none;
    color: #b8b8b8;
}

.input input[type=checkbox] {
    appearance: none;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px;
    padding: 0 !important;
}

.input input[type=checkbox]:checked {
    background-color: #fff;
    border: 1px solid #fff;
}

.input input[type=checkbox]:after {
    content: "";
    position: absolute;
    display: none;
}

.input input[type=checkbox]:checked:after {
    display: block;
}

.input input[type=checkbox]:checked:after {
    left: 11px;
    top: 6px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input input[type=checkbox]:checked:focus {
    background-color: #fff !important;
    border-color: #fff !important;
}

.input label {
    display: inline;
}

.direct-payment .card-preview {
    border-radius: 7.4px;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

#payment-havale {
    width: auto;
}

.payment-methods {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.payment-method {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% - 3rem) / 4);
    text-align: center;
    border-radius: 8px;
    border: 2px solid #dbdbdb;
    transition: border-color 0.2s;
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px;
    flex-shrink: 0;
}

.payment-method i {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: -10px;
    font-size: 16px;
    background: #f36f24;
    border-radius: 50%;
    padding: 5px;
    color: white;
    opacity: 0;
    transition: opacity 0.2s;
}

.payment-method.selected i {
    opacity: 1;
}

.payment-method.selected {
    border-color: #f36f24;
}

.payment-method img {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 45px;
    object-fit: contain;
}

.payment-method span {
    font-weight: 500;
    margin-bottom: 5px;
}

.method-detail {
    box-shadow: 0 8px 32px rgb(0 0 0 / 8%);
    padding: 15px;
    border-radius: 8px;
    background: #fff;
}

.guid_alert {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #a6ff001a;
    border: 1px solid #a5a330;
    border-radius: 8px;
    padding: 8px;
}

.guid_alert h4 {
    font-size: 12px;
    display: block;
    margin: 0;
}

.guid_alert span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0;
}

.guid_alert_methods .w-content {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

.w-content {
    background: rgb(250 250 250);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.payment-informations {
    background: #f7f7f7;
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.payment-req-bank .label {
    width: 100%;
    margin: 0;
    padding: 0 8px 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-stretch: normal;
    color: var(--var-dark-gray-color);
}

.payment-informations .p-info .p-value {
    color: #353535;
    font-weight: 600;
}

.w-content .warning-bg {
    position: absolute;
    opacity: 0.2;
    top: 15px;
    left: 0;
    right: 0;
    width: 42px;
    height: 42px;
    margin: auto;
    font-size: 42px;
}

.method-manuel-detail {
    display: flex;
    flex-wrap: wrap;
}

.step-2-input:nth-of-type(odd) {
    justify-content: flex-start;
    align-self: flex-end;
}

.step-2-input {
    width: 50%;
    display: flex;
    margin-top: 0;
}

.step-2-input>.hb-input-wrapper {
    width: 100%;
}

.hb-input {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    user-select: none;
    -webkit-user-select: none;
}

.hb-input label {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.25px;
    color: #a4a4a4;
    margin: 8px 8px 4px 8px;
    display: flex;
    align-items: center;
}

.hb-input div.input-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    background-color: transparent;
    color: #353535;
    padding: 0.2rem;
}

.hb-input div.input-container:not(.hasTextarea) {
    max-height: 100% !important;
}

.hb-input div.input-container input,
.hb-input div.input-container textarea {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.32px;
    color: #5a5a5a;
    background-color: rgb(255 255 255);
    border: none;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.hb-input div.input-container select {
    padding: 12px 16px;
}

.step-2-input:nth-of-type(even) {
    justify-content: flex-start;
    align-self: flex-start;
}


.hb-input div.input-container:hover:not(:focus-within):not(.error):not(.disabled):not(.select-input) {
    cursor: text;
}

.hb-input div.input-container input:focus,
.hb-input div.input-container textarea:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.hb-input label img {
    margin-left: 8px;
}

.hb-input div.input-container select {
    opacity: 0;
}

.hb-input div.input-container:has(.select2-container--default) {
    padding: 0;
}

.hb-input div.input-container .select2-container--default {
    background: transparent;
    border: 0;
    outline: 0;
    width: 100% !important;
    height: 100%;
    color: #4f4f4f;
    padding: 12px 16px;
}


.select2-container--default .select2-results>.select2-results__options {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    outline: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
    border: 0;
    font-size: 14px;
}

.select2-search--dropdown:after {
    content: 'Filtreleyin veya seçim yapın';
    position: absolute;
    left: 10px;
    top: 7px;
    color: #898989;
    font-weight: 600;
    opacity: 0.7;
    pointer-events: none;
    font-size: 14px;
}

.select2-search--dropdown:focus-within:after {
    opacity: 0;
}

.select2-dropdown {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    border: solid 1px rgba(0, 0, 0, .08);
    background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px;
    right: 6px;
    width: 20px;
}

.step-2-button-group {
    width: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: revert;
    margin-top: 60px;
}

.hb-btn.default {
    font-size: 16px;
}

.hb-btn.default {
    padding: 12px 16px 12px 16px;
}

.hb-btn.secondary {
    background-color: rgb(208 0 255 / 8%);
    color: #c4a9dc;
    border: solid 2px rgb(208 0 255 / 8%);
}

.hb-btn {
    border-radius: 8px;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgb(246, 109, 0);
    color: #fff;
}

.hb-btn.secondary:not(.disabled):hover {
    background-color: rgb(208 0 255 / 12%);
    color: #c4a9dc;
    border: solid 2px rgb(208 0 255 / 12%);
}

.hb-btn.primary:not(.disabled):active {
    background-color: #dc6522;
    color: #fff;
}

.hb-btn.primary:not(.disabled):hover {
    background-color: #dc6522;
    color: #fff;
}

.hb-btn.secondary:not(.disabled):active {
    background-color: #dc6522;
    color: #fff;
}

.hb-btn.secondary:focus,
.hb-btn.secondary:active {
    outline: none;
}

.next-button-2 {
    min-width: 112px;
    margin-left: 16px;
    justify-content: center;
}

.payment-box .hb-input .input {
    margin: 0;
    flex-direction: row !important;
}

#payment-card {
    width: 100%;
    margin-bottom: 1rem
}

#payment-card .payment-methods,
#payment-wallet .payment-methods {
    margin: 10px 0 0 0;
    width: 100%;
}

.payment-process .fee-info {
    margin-top: 8px;
}

.qr-code {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #fff;
}

.qr-code img {
    width: 34px;
    height: 27px;
    object-fit: contain;
}

.btn-mini {
    margin-left: 5px;
    border-radius: 99px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: #fff;
    color: #000;
    transition: all 0.15s;
}

.btn-mini:hover {
    box-shadow: 0 2px 5px #00000038;
}

.bank-alerts p:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .promo-banner {
        display: none !important;
    }
}

.step-2-input #phoneNumber {
    padding-left: 84px !important;
}

.step-2-input:nth-of-type(even) {
    justify-content: flex-end;
    align-self: flex-start;
}

.basket-items .variant-list {
    display: flex;
    flex-direction: column;
}

.basket-items .variant-list .variant-data {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 12px;
}

.basket-angle-up {
    margin-left: 6px;
}

.basket-angle-up i {
    font-size: 12px;
}

slide-panel {
    visibility: hidden;
    pointer-events: none;
    --slide-panel-root-z-index: 120;
    --slide-panel-panel-z-index: 100;
    --slide-panel-backdrop-background-color: rgba(0, 0, 0, 0.5);
    --slide-panel-background-color: transparent;
    --slide-panel-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 20%), 0px 4px 6px 1px rgba(0, 0, 0, 14%), 0px 3px 8px 1px rgba(0, 0, 0, 12%);
    --slide-panel-transition-timing-function: ease-in-out;
    --slide-panel-panel-bottom: 140px;
}

@media only screen and (min-width: 992px) {
    slide-panel {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    slide-panel {
        visibility: visible;
    }

    slide-panel[open=true] {
        pointer-events: all;
    }
}

.cart-details {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 1rem;
    gap: 0.5rem;
}

.cart-details .cart-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.discounted-price {
    display: none;
}

.basket-share-button {
    margin-left: 0.5rem;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    align-self: center;
    transform: translateY(-6px);
}

.guid-box
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .payment-method {
        width: 41%;
        /* margin-right: 4%; */
        margin-bottom: 0;
    }

    .payment-methods {
        flex-wrap: nowrap;
        padding: 10px 0px 20px 5px;
        overflow-x: auto;
        width: 100%;
    }

    .step-2-input {
        width: 100%;
    }

    .payment-method img {
        width: 100%;
        padding: 5px;
    }

    #payment-card .payment-methods .payment-method,
    #payment-wallet .payment-methods .payment-method {
        width: 40%;
        flex-shrink: 0;
    }

    .discounted-price {
        display: flex;
        align-items: center;
        color: #008a09;
        gap: 2px;
    }

    .discounted-price i {
        margin-right: 4px;
    }

    .discounted-price .basket-profit,
    .discounted-price .currency {
        font-weight: 500;
    }
}

/** DARK THEME **/
body.dark-theme .header-flex h1,
body.dark-theme .header-flex span,
body.dark-theme .h-title,
body.dark-theme .claim-description .claim-container .claim-content .claim-message,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-time span,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-price .info-price,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-top .ticket-price .info-sub,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-bottom .ticket-bottom-text,
body.dark-theme .basket-items .item-card .item-card-body .basket-product .product-hover .product-delete,
body.dark-theme .basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-quantity-box .quantity-container input,
body.dark-theme .basket-total .side-content .step-container .payed-price,
body.dark-theme .basket-total .side-content .step-container .payed-price .pay-title,
body.dark-theme .basket-total .side-content .step-container .payed-price .total-price,
body.dark-theme .basket-total .side-content .step-container .price-detail .cargo,
body.dark-theme .basket-total .side-content .step-container .price-detail .cargo .detail-title,
body.dark-theme .payment-req .label,
body.dark-theme .payment-req input,
body.dark-theme .fee-info,
body.dark-theme .p-info,
body.dark-theme .payment-informations .p-info .p-value,
body.dark-theme .payment-method span,
body.dark-theme .shipping_container,
body.dark-theme .new_address_link,
body.dark-theme .w-content,
body.dark-theme .hb-input label,
body.dark-theme .hb-input div.input-container input,
body.dark-theme .iti__selected-dial-code,
body.dark-theme .basket-total .side-content .step-container .price-detail .products .detail-title,
body.dark-theme .basket-total .side-content .step-container .price-detail .products .detail-value,
body.dark-theme .payment-box .label {
    color: #fff !important;
}

body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-time {
    stroke: #fff;
}

body.dark-theme .payment-box,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content,
body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-time,
body.dark-theme .payment-method,
body.dark-theme .payment-req input,
body.dark-theme .method-detail,
body.dark-theme .w-content,
body.dark-theme .hb-input div.input-container input {
    background: #212630;
}

body.dark-theme .payment-box .payment-body .payment-wallet,
body.dark-theme .payment-informations {
    background: #171a21;
}

body.dark-theme .payment-box .payment-header .payment-text,
body.dark-theme .payment-box .payment-body .option-area,
body.dark-theme .payment-box .payment-body .payment-wallet .wallet-header .money-logo span,
body.dark-theme .payment-box .payment-body .payment-wallet .wallet-header .wallet-amount,
body.dark-theme .payment-box .payment-body .payment-wallet .wallet-body .wallet-mark .text-money {
    color: #e7e7e7;
}

body.dark-theme .payment-box .payment-body .payment-wallet .wallet-body .wallet-mark .text-desc {
    color: #bebebe;
}

body.dark-theme .payment-box .payment-body .pay-with-radio {
    background-color: #171a21;
}

body.dark-theme .coupones .my-coupones .coupone-ticket .ticket-content .ticket-inside .ticket-middle .ticket-right-circle {
    background-color: #212630;
    -webkit-box-shadow: 0 1px 0 0 #212630;
    box-shadow: 0 1px #212630;
}

body.dark-theme .basket-items .item-card,
body.dark-theme .basket-total,
body.dark-theme .address_item {
    background: linear-gradient(143deg, #212630, #171a21);
    border-color: #323948 !important;
}

body.dark-theme .basket-items .item-card .item-card-header {
    border-color: #323948;
    color: #ffffff;
}

body.dark-theme .swiper,
body.dark-theme .payment-method,
body.dark-theme .payment-req input,
body.dark-theme .hb-input div.input-container input {
    border-color: #323948 !important;
}

body.dark-theme .basket-items .item-card .item-card-body .basket-product .product-hover .product-delete div:hover {
    background: #171a21;
}

body.dark-theme .cart-empty-text p,
body.dark-theme .cart-empty-text .basket-h {
    color: #fff;
}

body.dark-theme .payment-method img {
    background: #e4e4e4;
}

body.dark-theme .basket-total .side-content .step-container .basket-info {
    background-color: #2b313e;
    color: #d8e8fd;
}

body.dark-theme .agreement-check-box+label {
    font-size: 13px;
    color: #e4e4e4;
}

body.dark-theme .basket-items .item-card .item-card-body .basket-product .product-details .product-price .product-price-box .ppb-inside .co-Price-a {
    color: #6e6e6e;
}

body.dark-theme .cart-details {
    background: #181a20;
    color: #fff;
}

