/* card button */

.button-87 {
    margin-top: 10px;
    padding: 7px 10px;
    text-align: center;

    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(
        45deg,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-87:hover {
    background-position: right center;

    color: #fff;
    text-decoration: none;
}

.button-87:active {
    transform: scale(0.95);
}

.button {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.button a {
    color: white;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background-color: #222630;
    display: block;
    position: relative;
    padding: 10px 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    filter: dropshadow(color=#000, offx=0px, offy=1px);
    -webkit-box-shadow: inset 0 1px 0 #ffe5c4, 0 5px 0 #494949;
    -moz-box-shadow: inset 0 1px 0 #ffe5c4, 0 5px 0 #494949;
    box-shadow: inset 0 1px 0 #ffe5c4, 0 5px 0 #494949;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button a:active {
    top: 10px;
    background-color: #222630;

    -webkit-box-shadow: inset 0 1px 0 #ffe5c4, inset 0 -3px 0 #494949;
    -moz-box-shadow: inset 0 1px 0 #ffe5c4, inset 0 -3pxpx 0 #494949;
    box-shadow: inset 0 1px 0 #ffe5c4, inset 0 -3px 0 #494949;
}

.button:after {
    content: "";
    height: 100%;
    width: 100%;
    padding: 4px;
    position: absolute;
    bottom: -15px;
    left: -4px;
    z-index: -1;
    background-color: #2b1800;
}

body {
    background-color: #f1f3f6;
}

.card {
    box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
}

.card-title {
    font-weight: bold;
}

a {
    color: white;
}

.color {
    background-color: #272d3c;
}

.textcolor {
    color: white;
}

a:hover {
    color: #dfdfdf;
}

.box {
    background-color: #ccc;
    width: 100%;
    height: auto;
}

.quantity {
    display: flex;

    border-radius: 4px;
    overflow: hidden;
}

.quantity button {
    background-color: #272d3c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    width: 25px;
    height: 30px;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #222630;
}

.input-box {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    appearance: textfield;
}

@media (max-width: 992px) {
    .imgphone {
        height: 100px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .imgphone {
        height: 160px;
        width: 160px;
    }
}

.accordion-header {
    background: #f8f9fa; /* Light gray background */
    padding: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.accordion-header label {
    cursor: pointer;
    font-size: 15px;
}
.accordion-body {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.center {
    width: 150px;
    margin: 40px auto;
}

.dropdoenbox {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
}

.zjrzY {
    height: 3.7142857142857144em;
}
