@media (max-width: 768px) {
    .main-header__video-web {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-header__video-mobile {
        display: block;
    }
}
.add-success {
    padding: 10px 20px;
    color: #222;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.add-success>div:first-child {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 80%;
    padding-right: 10%;
    line-height: 1.5;
}
.add-success>div:last-child {
    width: 20%;
    text-align: right;
}
.add-success>div:last-child a {
    margin-right: -20px;
    display: inline-block;
    color: #203077;
    font-size: 12px;
}
.add-success img {
    height: 70px;
    background-color: #ccc;
    margin-right: 25px;
}

.toastify {
    box-shadow: 8px 12px 8px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(57, 67, 76, 0.1);
    border-radius: 6px;
}
.toast-close {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #222;
}

.add-cart {
    max-width: 700px !important;
}

.text-xs {
    font-size: 10px;
}

@media (max-width:992px) {
    .add-cart {
    max-width: calc(100% - 20px) !important;
    }
    .add-success>div:last-child a {
        font-size: 8px;
        margin-right: 0;
    }
    .add-success>div:first-child {
        padding-right: 10px;
    }
    .add-success {
        font-size: 12px;
        padding: 0;
    }
    .add-success img {
        height: 50px;
        margin-right: 15px;
    }
}
.checkout-progress-bar li a.active, .checkout-progress-bar li a:hover {
    color: #08C;
    opacity: 1;
}
.checkout-progress-bar {
    margin: 4.7rem 0 2.1rem;
    font-size: 0;
    line-height: 1.4;
}
.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    vertical-align: top;
}
.checkout-progress-bar li.prev {
    color: #222529;
}
.checkout-progress-bar li a {
    color: #222524;
}
.checkout-progress-bar li.active a {
    color: #08C;
}
.checkout-progress-bar li.active a:hover {
    color: #08C;
}
.checkout-progress-bar li.active+li a {
    color: #919292;
}
.checkout-progress-bar li.active+li a:hover {
    color: #08C;
}
.checkout-progress-bar li.disabled a {
    color: #919292;
}
.checkout-progress-bar li:not(:first-child) {
    margin-left: 5.8rem;
}
.checkout-progress-bar li:not(:first-child):before {
    position: absolute;
    left: -3.3rem;
    top: -0.8rem;
    content: "";
    color: #999;
    font-family: "porto";
    font-size: 3rem;
}
.checkout-progress-bar li:last-child {
    pointer-events: none;
}   
.checkout-steps li {
    margin-bottom: 3rem;
}
.checkout-steps li form {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
.checkout-steps li form:last-of-type {
    padding-bottom: 0.1rem;
    border-bottom: 0;
}
.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem;
}
.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.cart-table-container {
    margin-bottom: 2.5rem;
}
.cart-table-container .input-group .form-control {
    height: 43px;
    border-color: rgba(0, 0, 0, 0.09);
}
.cart-table-container .btn-shop, .cart-table-container .btn-sm {
    border: none;
    background-color: #f4f4f4;
    color: #222529;
}
.cart-table-container .btn-shop:hover, .cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #08C;
}

@media (max-width:575px) {
    .cart-table-container {
    border-top: 4px solid #08C;
}
.table.table-cart {
    border: 1px solid #e7e7e7;
    border-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
    display: block;
}
.table.table-cart thead {
    display: none;
}
.table.table-cart tr td {
    padding: 0.5rem 1rem;
    border-top: 0;
}
.table.table-cart tr td.product-col {
    padding-bottom: 0.5rem;
}
.table.table-cart .product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    border-top: 2px solid #ddd;
}
.table.table-cart .product-row:first-child {
    border-top: 0;
}
.table.table-cart .product-col {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.table.table-cart .product-col .product-image-container {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 1rem;
}
.table.table-cart tfoot {
    border-top: 2px solid #ddd;
}
.table.table-cart tfoot tr {
    display: block;
    width: 100%}
.table.table-cart tfoot tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: center;
    padding: 3rem 0;
}
.table.table-cart .cart-discount {
    margin-bottom: 2rem;
}
.table.table-cart .cart-discount form {
    margin-bottom: 0;
}
}@media (min-width:1200px) {
    .cart-table-container .input-group .form-control {
    width: 183px;
}
}@media (max-width:767px) {
    .cart-table-container .cart-discount .form-control {
    max-width: 132px;
    margin-right: 0.4rem;
}
.table.table-cart .cart-discount {
    margin-bottom: 1.5rem;
}
}@media (max-width:479px) {
    .cart-summary {
    padding-left: 2rem;
    padding-right: 2rem;
}
.table.table-cart .cart-discount {
    margin-bottom: 1.5rem;
}
.cart-discount .input-group {
    flex-direction: column;
    align-items: center;
}
.cart-table-container .cart-discount .form-control {
    margin: auto;
    margin-bottom: 1.5rem;
    max-width: none;
    width: 100%}
}

.box-content .table-cart, .box-content .table-wishlist {
    margin-bottom: 15px;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
.box-content .table-cart .wishlist-empty, .box-content .table-wishlist .wishlist-empty {
    margin-bottom: 1rem;
    text-align: center;
}
.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th {
    vertical-align: middle;
}
.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th {
    vertical-align: middle;
}
.table.table-cart tr th, .table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}
.table.table-cart tr td, .table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}
.table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col {
    padding: 2rem 0.8rem 1.8rem 0;
}
.table.table-cart tr.product-action-row td, .table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0;
}
.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}
.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
}
.table.table-cart .product-title a, .table.table-wishlist .product-title a {
    color: inherit;
}
.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px;
}
.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700;
}
.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
}
.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem;
}
.table.table-cart tfoot td, .table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}
.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
}
.table.table-cart tfoot .btn+.btn, .table.table-wishlist tfoot .btn+.btn {
    margin-left: 1rem;
}
.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}
.table.table-cart .product-title a, .table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}
.table-cart tr th {
    padding: 1rem;
}
.table-cart tr th.thumbnail-col {
    width: 16%}
.table-cart tr th.product-col {
    width: 33%}
.table-cart tr th.price-col {
    width: 14%}
.table-cart td {
    padding: 2rem 1rem;
}
i.cart-empty {
    font-size: 100px;
    color: #d3d3d4;
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
}
.cart-discount form {
    max-width: 420px;
}
.cart-discount .input-group-append {
    margin-left: 3px;
}
.cart-summary {
    margin-bottom: 3.6rem;
    padding: 2.4rem 3rem 3.4rem;
    border: 2px solid #e7e7e7;
    background: #fff;
}
.cart-summary h3 {
    margin-bottom: 2.3rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
.checkout-progress-bar li a.active, .checkout-progress-bar li a:hover {
    color: #08C;
    opacity: 1;
}
.table.table-totals {
    margin-bottom: 2.6rem;
}
.table.table-totals .custom-radio .custom-control-input {
    width: 100px;
}
.table.table-totals h4 {
    display: inline;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.table.table-totals .form-control {
    line-height: 1.5;
}
.table.table-totals .form-group {
    margin-bottom: 1.5rem;
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single {
    min-height: 37px;
}
.table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.6;
}
.table.table-totals tr td, .table.table-totals tr th {
    border: 0;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 600;
    color: #222529;
    font-family: "poppins"}
.table.table-totals tr td:last-child, .table.table-totals tr th:last-child {
    color: #777;
    text-align: right;
    font-weight: 400;
}
.table.table-totals tbody tr {
    border-bottom: 1px solid #dcdcdc;
}
.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}
.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    vertical-align: middle;
    font-size: 1.6rem;
    padding-left: 1.2rem;
}
.table.table-totals tfoot tr td:last-child {
    font-weight: 700;
    font-size: 22px;
    color: #222529;
}
.table.table-totals tfoot b {
    font-size: 2.2rem;
}
.checkout-methods .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    padding: 1em 0;
}
.checkout-methods .btn i {
    margin-left: 1.2rem;
}
.return-to-shop .btn {
    padding: 1.6rem 3.6rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}
.cart-summary form {
    margin-bottom: 1.6rem;
}
.cart-summary .form-group-sm {
    max-width: none;
}
.cart-summary .form-group-sm label {
    margin-top: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
}
.cart-summary .form-group-sm .form-control {
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -0.012em;
}
.cart-summary .btn-update-total {
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    padding: 8px 12px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}
.cart-summary .btn-update-total:hover {
    color: #fff;
    background-color: #08C;
}