* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}



/* Modify Selection */
.color-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.color-area ul li {
    border: 2px solid #f2f2f2;
    border-radius: 6px;
    padding: 4px 8px;
}

.color-area ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.color-area ul li a .color-c {
    width: 16px;
    height: 16px;
    border-radius: 16px;
}

.phone-modifiy-section .accordion-body {
    padding: 0 8px;
}

.phone-modifiy-section button.accordion-button {
    font-size: 12px;
    padding: 12px;
    color: #6c6c6c;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border-color: unset;
    text-transform: capitalize;
    background: #f8f8f8;
    border-color: #f8f8f8;
    border-left-color: #ddd;
    border-right-color: #ddd;
}

.phone-modifiy-section .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    box-shadow: none;
}

.phone-modifiy-section .accordion.accordion-flush {
    padding: 0px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
}

.phone-modifiy-section {
    margin-top: 15px;
}

.phone-modifiy-section button.accordion-button:after {
    background-size: 70%;
    position: relative;
}

button,
button:focus {
    outline: none;
    box-shadow: none;
    border-color: unset;
}

.color-area ul li a span {
    font-weight: 500;
    font-size: 12px;
    color: #707070;
}

.color-area ul li.active {
    box-shadow: -1px 1px 0px 1.6px #00a9ce;
}

.color-area ul li.active span {
    color: black;
}

.storage-area {
    margin-top: 20px;
    margin-bottom: 20px;
}

.storage-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.storage-area ul li {
    border: 2px solid #f2f2f2;
    border-radius: 6px;
    padding: 4px 8px;
    transition: all .3s linear;
}

.storage-area ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #707070;
    display: block;
    text-align: center;
}

.color-area {
    margin: 3px;
}

.storage-area ul li.active {
    box-shadow: -1px 1px 0px 1.6px #00a9ce;
}

.storage-area ul li.active a {
    color: black;
}

.phone-specifications-list ul {
    padding: 0 15px;
    list-style: disc;
    margin-left: 7px;
}

.phone-specifications-list ul li p {
    margin: 0;
    font-size: 13px;
    color: #000000de;
}

.phone-specifications-list ul li {
    margin-bottom: 8px;
}

.page-wrapper {
    padding: 50px 0;
    background: #f8f8f8;
}

.phone-information-area {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: thin solid rgba(0, 0, 0, .12);
}

.phone-information-area h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 2px 0 13px 0;
}

.phone-status span {
    text-transform: capitalize;
    background: linear-gradient(45deg, #00205b, #753bbd 22%, #00a9ce 67%, #00a9ce) !important;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
}

.phone-status {
    margin-bottom: 10px;
}

.phone-text-info span {
    font-weight: 500;
    color: #111;
    margin-bottom: 4px;
    display: block;
}

.phone-text-info p {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    margin-bottom: 0;
}

.phone-text-info {
    border-top: 1px solid rgb(202 202 202 / 55%);
    padding-top: 10px;
    border-bottom: 1px solid rgb(202 202 202 / 55%);
    padding-bottom: 10px;
}

.phone-options {
    margin-top: 10px;
    border-bottom: 1px solid rgb(202 202 202 / 55%);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buy-box .btn {
    background: linear-gradient(45deg, #753bbd, #c700b1 67%, #c700b1) !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.buy-box {
    margin-top: 10px;
}

.phone-options .price-spec span {
    font-size: 16px;
    font-weight: 400;
}

.phone-price span {
    font-size: 18px;
    font-weight: 500;
    color: #3279c6;
}

.modal-view canvas {
    width: 100% !important;
    height: 300px !important;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .phone-modifiy-section {
        margin-bottom: 20px;
    }
}


/* Start Product Card */
.product-card-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.product-card-options .rate ul {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.product-card-info {
    padding: 10px;
    background: #f7f7f7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    border: 1px solid #ccc;
    bottom: -1px;
}

.product-card-item {
    position: relative;
    border: 1px solid #ccc;
    margin: 2px 0;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 20px;
}

span.product-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(45deg, #00205b, #753bbd 22%, #00a9ce 67%, #00a9ce) !important;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
}

.product-options {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.product-options span {
    background: linear-gradient(45deg, #753bbd, #c700b1 67%, #c700b1) !important;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
}

.product-card-options .rate ul li.active span {

    color: #fcbe0b;
}

span.old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #474747;
    opacity: 0.4;
}

span.current-price {
    font-size: 18px;
    font-weight: 500;
    color: #753bbd;
}

.product-price-b {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 5px;
}

.product-card-info h5 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
}

.product-img-box a {
    display: block;
    text-align: center;
}

.product-img-box a img {
    max-height: 300px;
    width: auto;
    padding: 30px 0;
}

.wishlist-cart-btns a {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 32px;
    transition: all .3s linear;
}

.wishlist-cart-btns {
    margin-top: -20px;
}

.wishlist-cart-btns a:hover {
    background: #c700b1;
    color: #fff;
}

/* End Product Card */