@media (min-width: 320px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 370px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 410px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 560px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 620px) {
    .container,
    .page__wr {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .container,
    .page__wr {
        width: 880px;
    }
}

@media (min-width: 1280px) {
    .container,
    .page__wr {
        width: 1260px;
    }
}

@media (min-width: 1680px) {
    .container,
    .page__wr {
        width: 1302px;
    }
}

@media (min-width: 1920px) {
    .container,
    .page__wr {
        width: 1302px;
    }
}

.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-pagination-bullet:focus {
    outline: none !important;
}

.UniMiniCart__cart {
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
    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;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 99999;
}

.UniMiniCart__cart:hover {
    background: #ff9f00;
}

.UniMiniCart__cart:hover svg {
    fill: #fff;
}

.UniMiniCart__cart--no-click {
    pointer-events: none;
    display: none;
}

.UniMiniCart__cart-wr--inverse .UniMiniCart__cart {
    background: #ff9f00;
}

.UniMiniCart__cart-wr--inverse .UniMiniCart__cart:hover {
    background: #fff;
}

.UniMiniCart__cart-wr--inverse .UniMiniCart__cart:hover .UniMiniCart__cart-ico svg {
    fill: #ff9f00;
}

.UniMiniCart__cart-wr--inverse .UniMiniCart__cart-ico svg {
    fill: #fff;
}

.UniMiniCart__cart-wr--inverse .UniMiniCart__cart-num {
    background: #fff;
    color: #ff9f00;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.UniMiniCart__cart-ico svg {
    fill: #ff9f00;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    top: 2px;
}

.UniMiniCart__cart-num {
    height: 32px;
    width: 32px;
    color: #fff;
    background: #ff9f00;
    position: absolute;
    border-radius: 50%;
    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;
    font-size: 0.875rem;
    top: -18px;
    right: -14px;
}

.UniMiniCart__cart-main {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: opacity, visibility, transform;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    z-index: 999999;
}

.UniMiniCart__cart-main--show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__cart-main {
        width: 448px;
        box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, 0.12), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 7px 8px -4px rgba(0, 0, 0, 0.2);
    }
}

.UniMiniCart__cart-main-close-wr:hover svg {
    fill: #000;
}

.UniMiniCart__cart-main-close-wr svg {
    fill: #ff9f00;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.UniMiniCart__cart-main-title-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__cart-main-title-wr {

    }
}

.UniMiniCart__cart-main-title {
    font-size: 1.25rem;
}

.UniMiniCart__main-items {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding: 0px 15px;
    margin-top: 23px;
}

.UniMiniCart__main-items--show {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__main-items {
        padding: 0 30px;
        margin-top: 33px;
    }
}

.UniMiniCart__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

.UniMiniCart__main-item:last-child {
    margin-bottom: 0;
}

.UniMiniCart__main-item-right-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.UniMiniCart__main-item-right-title:hover {
    color: #ff9f00;
}

.UniMiniCart__main-item-left {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.UniMiniCart__main-item-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.UniMiniCart__main-item-right-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.UniMiniCart__main-item-right-code-title {
    color: #a9a9a9;
}

.UniMiniCart__main-item-right-price {
    font-size: 1.125rem;
}

.UniMiniCart__main-item-right-code-txt {
    margin-left: 8px;
    color: #303030;
    font-size: 1rem;
}

.UniMiniCart__main-item-right-price-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.UniMiniCart__main-item-right-delete-btn {
    text-transform: lowercase;
    color: #ff9f00;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 7px;
    font-size: 1rem;
}

.UniMiniCart__main-item-right-delete-btn:hover {
    color: #000;
}

.UniMiniCart__main-item-right-price-num-imput {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    color: #303030;
    font-size: 1rem;
    padding: 6px 0 6px 7px;
}

.UniMiniCart__main-item-right-price-num-block {
    border: 1px solid #e3e3e3;
    border-radius: 17px;
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 111px;
    box-sizing: border-box;
}

.UniMiniCart__main-item-right-price-num-minus {
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 22px;
}

.UniMiniCart__main-item-right-price-num-minus:hover {
    background-color: #ff9f00;
    color: #fff;
}

.UniMiniCart__main-item-right-price-num-plus {
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 22px;
}

.UniMiniCart__main-item-right-price-num-plus:hover {
    background-color: #ff9f00;
    color: #fff;
}

.UniMiniCart__bottom {
    margin-top: auto;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.UniMiniCart__bottom--show {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__bottom {
        margin-bottom: 25px;
    }
}

.UniMiniCart__bottom-btn-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.UniMiniCart__bottom-btn {
    font-size: 16px;
    color: #ff9f00;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.UniMiniCart__bottom-btn:hover {
    color: #000;
}

.UniMiniCart__total-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.UniMiniCart__btns-wr {
    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;
    width: 30%;
    float: right;
    padding: 0;
    padding-right: 15px;
    padding-top: 10px;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__btns-wr {
        padding: 0 30px;
        width: 100%;
        float: none;
        padding-right: 30px;
        box-sizing: border-box;
    }
}

.UniMiniCart__total-wr {
    width: 53%;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__total-wr {
        padding: 25px 30px;
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
}

.UniMiniCart__total-sum-left-title {
    font-size: 1.125rem;
}

.UniMiniCart__total-sum-amount {
    font-size: 1.25rem;
    color: #ff9f00;
}

.UniMiniCart__payment-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ff9f00;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.UniMiniCart__payment-btn:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__payment-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}

.UniMiniCart__payment-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__payment-btn span {
    position: relative;
    z-index: 10;
}

.UniMiniCart__toCart-btn {
    font-size: 0.875rem;
    display: none;
    width: 100%;
    box-sizing: border-box;
    color: #ff9f00;
    text-align: center;
    padding: 16px 0;
    border: 1px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.UniMiniCart__toCart-btn:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__toCart-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}

.UniMiniCart__toCart-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__toCart-btn span {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 1280px) {
    .UniMiniCart__toCart-btn {
        display: block;
    }
}

.UniMiniCart__no-items {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.UniMiniCart__no-items--hide {
    opacity: 0;
    visibility: hidden;
}

.UniMiniCart__no-items-txt {
    text-align: center;
    color: #303030;
    font-size: 1.25rem;
    margin-top: 30px;
}

.UniMiniCart__no-items-back-btn {
    font-size: 1rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ff9f00;
    text-align: center;
    padding: 15px 0;
    border: 2px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 30px;
}

.UniMiniCart__no-items-back-btn:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__no-items-back-btn:hover {
    color: #fff;
    border: 2px solid transparent;
}

.UniMiniCart__no-items-back-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__no-items-back-btn span {
    position: relative;
    z-index: 10;
}

.UniMiniCart__bottom-confirm {
    position: absolute;
    top: -160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 156px;
    width: 336px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.UniMiniCart__bottom-confirm--show {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__bottom-confirm-txt {
    color: #303030;
    font-size: 1.25rem;
}

.UniMiniCart__bottom-confirm-btns-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.UniMiniCart__bottom-confirm-btn {
    font-size: 0.875rem;
    display: block;
    box-sizing: border-box;
    color: #ff9f00;
    text-align: center;
    padding: 16px 0;
    border: 1px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 28px;
    width: 96px;
    margin-right: 45px;
}

.UniMiniCart__bottom-confirm-btn:last-child {
    margin-right: 0;
}

.UniMiniCart__bottom-confirm-btn:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__bottom-confirm-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}

.UniMiniCart__bottom-confirm-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__bottom-confirm-btn span {
    position: relative;
    z-index: 10;
}

.UniMiniCart__bottom-copy {
    position: absolute;
    top: -220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 220px;
    width: 407px;
    background: #fff;
    z-index: 100;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.UniMiniCart__bottom-copy--show {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__bottom-copy--flip .UniMiniCart__bottom-copy-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.UniMiniCart__bottom-copy-inner {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px;
}

.UniMiniCart__bottom-copy-front {
    position: absolute;
    width: auto;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.UniMiniCart__bottom-copy-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    z-index: 11;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.UniMiniCart__bottom-copy-back-title {
    color: #303030;
    font-size: 1.25rem;
}

.UniMiniCart__bottom-copy-back-close {
    display: block;
    box-sizing: border-box;
    color: #ff9f00;
    font-size: 1rem;
    text-align: center;
    padding: 15px 39px;
    border: 1px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 25px;
}

.UniMiniCart__bottom-copy-back-close:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__bottom-copy-back-close:hover {
    color: #fff;
    border: 1px solid transparent;
}

.UniMiniCart__bottom-copy-back-close:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__bottom-copy-back-close span {
    position: relative;
    z-index: 10;
}

.UniMiniCart__bottom-copy-input {
    border: 1px solid #ffdfab;
    border-radius: 25px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
}

.UniMiniCart__bottom-copy-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #303030;
    font-size: 1rem;
    font-style: normal;
}

.UniMiniCart__bottom-copy-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #303030;
    font-size: 1rem;
    font-style: normal;
}

.UniMiniCart__bottom-copy-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #303030;
    font-size: 1rem;
    font-style: normal;
}

.UniMiniCart__bottom-copy-input:-moz-placeholder {
    /* Firefox 18- */
    color: #303030;
    font-size: 1rem;
    font-style: normal;
}

.UniMiniCart__bottom-copy-title {
    color: #303030;
    font-size: 1.25rem;
}

.UniMiniCart__bottom-copy-btn {
    display: block;
    box-sizing: border-box;
    color: #ff9f00;
    font-size: 1rem;
    text-align: center;
    padding: 14px 21px;
    border: 1px solid #f5a623;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 25px;
}

.UniMiniCart__bottom-copy-btn:after {
    content: '';
    background-image: -webkit-linear-gradient(top, #fad961 0%, #f76b1c 100%);
    background-image: linear-gradient(-180deg, #fad961 0%, #f76b1c 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.UniMiniCart__bottom-copy-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}

.UniMiniCart__bottom-copy-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart__bottom-copy-btn span {
    position: relative;
    z-index: 10;
}

.UniMiniCart__cart-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 110;
}

.UniMiniCart__cart-preloader--show {
    opacity: 1;
    visibility: visible;
}

.UniMiniCart button {
    cursor: pointer;
}

.UniMiniCart__main-item-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.UniMiniCart__cart-main-close-wr {
    padding: 20px;
}

.UniMiniCart__cart-main-close-wr, .UniMiniCart__main-item-right-delete-btn, .UniMiniCart__main-item-right-price-num-minus, .UniMiniCart__main-item-right-price-num-plus {
    background: transparent !important;
    outline: none !important;
    border: none !important;
}

.UniMiniCart__main-item-right-price-num-minus, .UniMiniCart__main-item-right-price-num-plus {
    color: #555 !important;
}

.UniMiniCart__main-item-right-options {
    margin: 10px 0 10px 0;
}

.UniMiniCart__main-item-right-options-item {
    font-size: 11px;
    color: #555;
    margin-bottom: 5px;
}

.UniMiniCart__main-item-right-options-item-price {
    color: #b2b2b2;
}

.UniMiniCart__main-item-right-title {
    text-decoration: none !important;
}

/* mobile */

@media screen and (max-width: 768px) {

    .UniMiniCart__cart {
        top: 40%;
        bottom: 40%;
        right: 10px;
        height: 40px;
        width: 40px;
    }

    .UniMiniCart__cart-num {
        height: 20px;
        width: 20px;
        right: -6px;
        top: -9px;
    }

    .UniMiniCart__bottom.js-cart-bottom.UniMiniCart__bottom--show {
        display: block;
    }

    .UniMiniCart__btns-wr {
        float: none;
        width: 74%;
        margin: 0 auto;
        padding: 0;
        margin-top: 12px;
    }

    .UniMiniCart__total-wr {
        float: none;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }

    .UniMiniCart__total-sum-amount {
        padding-left: 10px;
    }

}