

.order {
    padding-top: 16px;
    display: inherit;
}

.order__header {
    font-size: 20px;
    font-weight: 700;
    color: #050636;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.order__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    color: #f25c20;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.order__subtitle {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 8px solid #83f1f1;
    background-color: #1268b3;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.order__subtitle::before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f15a29), to(#83f1c4));
    background: linear-gradient(to bottom, #83f1c4, #83dcf1);
    position: absolute;
    top: 0;
    left: -8px;
}

.order__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    max-height: 210px;
    overflow: auto;
    padding-bottom: 10px
}

.order__list>li:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dee2e6
}

.order__list>li {
    padding-right: 8px
}

.order__total {
    padding: 14px 22px;
    text-align: right;
    font-weight: 700;
    border-top: 1px solid #ccc
}

.order .form-group {
    margin-bottom: 20px
}

.order .form-control {
    border-radius: 0
}

@media (max-width:767px) {
    .order {
        padding: 20px 16px 0
    }
}

.cart-product {
    position: relative
}

.cart-product__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-product__remove:hover {
    color: #f25c20;
    text-decoration: none;
    background-color: #dee2e6
}

.cart-product__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 60px;
    margin-right: 10px
}

.cart-product__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.cart-product__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.cart-product__frame::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-product__frame:hover::after {
    background-color: rgba(255, 255, 255, .4)
}

.cart-product__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 24px;
    margin-bottom: 8px
}

.cart-product__info {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px
}

.cart-product__color {
    display: inline-block;
    width: 40px;
    height: 12px;
    border: 1px solid #444;
    position: relative;
    overflow: hidden
}

.cart-product__color img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.cart-product__price {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    padding-left: 4px;
    text-align: right
}

.cart__backdrop {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-transition: left 0s .3s, opacity .3s;
    transition: left 0s .3s, opacity .3s
}

.cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1030;
    top: 0;
    right: -100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.cart__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: 30px 15px;
    border-bottom: 1px solid #dee2e6
}

.cart__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1
}

.cart__close {
    padding: 0 2px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700
}

.cart__close:before {
    content: "\f105\f105\f105";
    font-family: fontawesome
}

.cart__body {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.cart__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.cart__list>li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6
}

.cart__list>li {
    padding: 0 10px
}

.cart__footer {
    border-top: 1px solid #dee2e6;
    padding: 20px 15px
}

.cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cart.is-show .cart__backdrop {
    left: 0;
    opacity: .5;
    -webkit-transition: left 0s, opacity .3s;
    transition: left 0s, opacity .3s
}

.cart.is-show .cart__wrapper {
    right: 0
}


.cart__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100px;
    margin-right: 20px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
    border-radius: 10px
}

.cart__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%
}

.cart__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.cart__name {
    font-size: 16px;
    font-weight: 700
}

.cart__footer {
    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: 12px;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 16px
}

.cart__total span {
    color: #dd0a40;
    font-weight: 700
}

.cart__btn {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    padding: 0 30px;
    border-radius: 18px;
    border: 1px solid #dee2e6;
    background: 0;
    color: #333;
    text-transform: uppercase
}

.cart__btn:hover {
    color: #333;
    text-decoration: none
}

.cart__btn:not(:last-child) {
    margin-right: 15px
}

.cart__btn--danger {
    background-color: red;
    border-color: red;
    color: #fff
}

.cart__btn--danger:hover {
    color: #fff
}

.cart thead th {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1268b3
}

.cart thead th:not(:first-child) {
    text-align: center
}

.cart tbody td:not(:first-child) {
    text-align: center
}

@media (max-width:991px) {
    .cart tbody td:first-child {
        padding-left: 8px
    }

    .cart tbody td:first-child::before {
        display: none
    }
}

@media (max-width:767px) {
    .cart__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart__total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
        text-align: right
    }
}

@media (max-width:575px) {
    .cart__btns {
        width: 100%
    }

    .cart__btn {
        display: block;
        width: 100%;
        text-align: center
    }

    .cart__btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px
    }
}


.pd-button {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 4px;
}

.btn-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    position: fixed;
    z-index: 50;
    bottom: 450px;
    right: 15px;
    padding: 6px;
    background-color: #d3241c;
}