.ctable {
    justify-content: center;
    text-align: center;
}

input[type="number"] {
    border-radius: 6px;
}

.s-price {
    color: black;
}

/* CART */

.remove-btn {
    margin-bottom: 20px;
    background: red;
    color: #fff;
    border-radius: 5px;
    transition: background 0.3s;
    padding: 5px 7px;
    border: none;
}

.remove-btn:hover {
    background-color: #2c2525;
}

.td7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.td7 a {
    display: inline-block;
    margin-bottom: 20px;
    background: #2a81e4;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.td7 a:hover {
    background-color: #3374c8;
}

/* DETAILS */

.details {
    margin: 10px;
    color: #252020;
    padding: 10px;
}

.size {
    font-weight: bold;
}

.details a {
    display: inline-block;
    margin-bottom: 20px;
    background: #2a81e4;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.details a:hover {
    background-color: rgb(54, 47, 47);

}

.details .size {
    color: #2a81e4;
}

.details .price {
    text-align: left;
}

/* sp container */

.sp-container .sp {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.spd {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding-bottom: 10px;
}

/*.spd:hover {
    transform: translateY(5px);
}

.spd a:hover {
    background-color: #373534;
}*/

.sp-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.spd a {
    display: inline-block;
    margin-bottom: 20px;
    background: #2a81e4;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.spd img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.spd h4,
h3 {
    margin: 10px 0px;
}

.spd h4 {
    font-size: 1.3em;
}


/* Checkout */

.BA-container {
    background-color: gray;
    height: 90vh;
    overflow: visible;
    border-radius: 5px;
    justify-content: center;
    text-align: justify;
    justify-items: center;
    padding-top: 20px;
}

.BA {
    text-align: center;
}

.BA-infos {
    justify-content: center;
    display: block;
}

.BA-container .BA,
.BA-infos {
    padding-bottom: 10px;
}

.BA-container .FL,
.ST,
.PT,
.EP,
button {
    margin-bottom: 20px;
}

.BA-infos .FL,
.ST,
.PT,
.EP,
label,
input {
    display: block;
    justify-content: baseline;
    justify-items: baseline;
    color: black;
}

.BA-infos input {
    width: 600px;
    height: 45px;
    border: none;
    border-radius: 6px;
    padding-left: 15px;
}

.chfn,
.chln {
    margin-bottom: 7px;
}

.pc,
.tc {
    margin-bottom: 7px;
}

.pc input,
.tc input {
    width: 100px;
}

.EA,
.PN {
    margin-bottom: 7px;
}

.EP {
    margin-bottom: 1px;
}

.cb {
    display: flex;
    margin-bottom: 7px;
    margin-top: 0px;
}

button {
    padding: 7px 50px;
    background-color: #2a81e4;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.button  :hover {
    background-color: #272422;
}

/* Checkout end */


/* Payment */

.PT-container {
    background-color: gray;
    height: 80vh;
    max-width: 500vh;
    display: flex;
    justify-content: space-around;
    padding-top: 25px;
}

.pt-grid .AC,
.NC,
.CN,
.EM,
.PD {
    margin-bottom: 20px;
}

.pt-grid label {
    display: block;
    margin-bottom: 5px;
    color: black;
}

.pt-grid .grid {
    width: 155%;
    height: 45px;
    padding-left: 15px;
    border-radius: 6px;
    border: none;
}

.EY {
    display: block;
    margin-bottom: 15px;
}

.EM .grid {
    width: 175px;
}

.ley .grid,
.lcvv .grid {
    width: 70px;
}

.EY .ley,
.lcvv {
    margin-bottom: 15px;
}

.pcb {
    display: flex;
    margin-bottom: 20px;
}

.pcb .sc {
    font-weight: normal;
    color: #3d3c3c;
}

.PD {
    margin-top: 50px;
}

.PD {
    background-color: #2a81e4;
    padding: 7px 20px;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.PD:hover {
    background-color: #2c2525;
    color: white;
    text-decoration: none;
}

/* Payment end*/

.wrs {
    color: white;
}



