﻿@charset "utf-8";

@media (max-width: 991.98px) {
    .cart-layout {
        grid-template-columns: 1fr !important;
    }

    .summary-card {
        position: static;
    }
}
@media(max-width:767px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .cart-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cart-card__title {
        justify-content: center;
    }

    .cart-card__pricing {
        flex-direction: column;
        align-items: center;
    }

    .cart-card__remove {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 992px) {
    .checkout-layout {
        grid-template-columns: 1fr;
        grid-template-columns: none !important;
    }

    .checkout-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .checkout-section {
        padding: 16px;
        text-align: justify;
    }

    .card-surface {
        padding: 18px;
    }
}

/*.cart-body {
    background: #ddd;
    min-height: 70vh;
    vertical-align: middle;
    display: flex;
    font-weight: bold;
}

.title {
    margin-bottom: 5vh;
}

.card {
    margin: auto;*/
    /*max-width: 950px;*/
    /*width: 325px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
    margin-top: 86px;
    background-color: #dbdad6;
}

@media(max-width:767px) {
    .card {
        margin: 3vh auto;
    }
}

.cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media(max-width:767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

.summary {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

@media(max-width:767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

.summary .col-2 {
    padding: 0;
}

.summary .col-10 {
    padding: 0;
}

.row {
    margin: 0;
}

.title b {
    font-size: 1.5rem;
}

.main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.col-2, .col {
    padding: 0 1vh;
}*/

/*a {
    padding: 0 1vh;
}
*/
/*.close {
    margin-left: auto;
    font-size: 0.7rem;
}

.cart-img {
    width: 3.5rem;
}

.back-to-shop {
    margin-top: 4.5rem;
}*/
/*
h5 {
    margin-top: 4vh;
}

hr {
    margin-top: 1.25rem;
}

form {
    padding: 2vh 0;
}
*/
/*.cart-select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
    text-align: center;
}

.cart-input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

    .cart-input:focus::-webkit-input-placeholder {
        color: transparent;
    }
.page-btn {
    display: -webkit-box;
    background: #1a105a;
    border-radius: 8px;
    padding: 6px;
    margin-top: 9px;
    width: 26%;
    color: white;
}
.cart-btn {
    background-color: #ef3850;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

    .cart-btn:focus {
        box-shadow: none;
        outline: none;
        box-shadow: none;
        color: white;
        -webkit-box-shadow: none;
        -webkit-user-select: none;
        transition: none;
    }

    .cart-btn:hover {
        color: white;
    }

a {
    color: black;
}

    a:hover {
        color: black;
        text-decoration: none;
    }

#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.summary-price {
    font-size: small;
    color: #834005;
    font-weight: 500;
}
.summary-tax {
    font-size: small;
    color: #834005;
    font-weight: 500;
}*/