

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li { list-style: none;}

a,
button,
span,
img { display: block; }

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
}

input,
button {
    background: none;
    border: none;
    font: inherit;
}

input {
    width: 100%;
    outline: none;
}

button {
    cursor: pointer;
}

h1, h2, h3 {
    inset: none;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

:root {
    --fontFamily-volkhov: "Volkhov", serif;
    --fontFamily-poppins: "Poppins", sans-serif;
}

body {
    line-height: 1.65;
    background-color: #fff;
    font-family: var(--fontFamily-poppins);
    overflow-x: hidden;
}

@font-face {
  font-family: 'Digital Numbers';
  src: url('/assets/fonts/DigitalNumbers-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}




.container {
    width: 1281px;
    height: 911px;
    background-color: #fff;
    font-family: var(--fontFamily-poppins);
    margin-inline: auto;
    margin-block: 70px;
}

.section-header {
    width: 100%;
    height: 56px;
}

.navbar {
    width: 1281px;
    height: 56px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navitem-logo {
    font-family: var(--fontFamily-volkhov);
    font-size: 52px;
    line-height: 52px;
    cursor: pointer;
    color: #484848;
}


.navlist {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 58px;
}

.navitem {
    font-size: 16px;
    cursor: pointer;
    color: #484848;
    white-space: nowrap;
}

.navitem.sign-up.logout {
    width: 152px;
    height: 56px;
    color: #fff;
    background-color: black;
    border-radius: 10px;
}

.section-hero {
    display: grid;
    grid-template-areas: "l m r"
                         "l s r"
                         "l s r"
                         "l b r";
    /* grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr; */
    /* gap: 10px; */
    height: 756px;
    margin-top: 92px;
}

.hero-left-image-box {
    grid-area: l;
    background-color: #e0e0e0;
    width: 392px;
    height: 756px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}

.hero-left-image-box img {
    width: 100%;
    height: 570px;
    object-fit: contain;
}

.sale-image-top {
    grid-area: m;
    background-color: #e0e0e0;
    width: 426px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}

.sale-image-top img {
    width: 426px;
    height: 150px;
    object-fit: contain;
}

.sale-text {
    grid-area: s;
    color: black;
    width: 399px;
    height: 383px;
    margin-block: 36px;
    border-radius: 10px;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sale-text .ultimate div {
    font-size: 91px;
    line-height: 91px;
    font-weight: 500;
    color: #484848;
    letter-spacing: -3.2px;
    justify-self: center;
}

.sale-text .ultimate span {
    font-size: 187px;
    color: transparent;
    -webkit-text-stroke: 1px #484848;
    font-weight: medium;
    line-height: 187px;
    letter-spacing: -10.2px;
    /* padding: 0;
    margin: 0; */
    /* vertical-align: baseline; */
    margin-inline: auto;
    /* padding: 10px; */
}

.sale-text .collection {
    font-size: 20px;
    color: #484848;
    letter-spacing: 2px;
}

.sale-text .btn {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
    width: 207px;
    height: 56px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.3);
}


.sale-image-bottom {
    grid-area: b;
    /* background-color: blueviolet; */
    height: 150px;
    width: 426px;
    border-radius: 10px;
}

.sale-image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-right-image-box {
    grid-area: r;
    background-color: #e0e0e0;
    width: 392px;
    height: 756px;
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
}

.hero-right-image-box img {
    width: 249px;
    height: 568px;
    object-fit: contain;
}

.sale-image-bottom img {
    width: 100%;
    object-fit: contain;
}

.section-collabs {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-collabs .brands {
    width: 196px;
}

.deals-section {
    width: 1920px;
    height: 742px;
    font-family: var(--fontFamily-poppins);
    margin-block: 222px 150px;
    margin-inline: auto;
    background: linear-gradient(to right, #FFFFFF 0%, #FAFAFA 100%);
    background: #fafafa;
    /* background: red; */
    padding-top: 122px;
    padding-inline: 50px;
    /* overflow-x: hidden; */
}

/* .deals-info {
    margin-top: 460px;

} */

.deals-container {
    width: 444px;
    height: 588px;
    margin-left: 320px;
}

.deals-container .title {
    font-family: var(--fontFamily-volkhov);
    font-size: 46px;
    line-height: 59px;
    color: #484848;
}

.deals-container .description {
    font-family: var(--fontFamily-volkhov);
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 20px;
    
}

.deals-container .btn {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    width: 207px;
    height: 56px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.3);
}

.deals-container .timer {
    width: 400px;
    height: 180px;
    /* background-color: red; */
    margin-top: 50px;
    color: #484848;
    
}

.timer .text {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 42px;
}

.timer .clock {
    /* background-color: green; */
    color: #484848;
}

.clock-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.clock-item {
    width: 76px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clock-item .digit {
    width: 76px;
    height: 76px;
    font-size: 32px;
    font-family: 'Digital Numbers', sans-serif;
    font-weight: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: -3px 3px 10px -1px rgba(0, 0, 0, 0.3);
}

.clock-item .type {
    font-size: 24px;
    line-height: 29px;
}

.deals-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: hidden;
    height: 908px;
    padding-top: 178px;
    padding-bottom: 145px;
    row-gap: 24px;
}


.deals-section .arrows {
    display: flex;
    margin-top: 536px;
    margin-right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin-top: 942px; */
}

.arrows img {
    cursor: pointer;
}

.deals-section .img-box {
    width: 1596px;
    height: 588px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.deals-section .img-box .image-container {
    width: 372px;
    height: 486px;
    flex-shrink: 0;
    /* object-fit: contain; */
}

.deals-section .image-container.toggle-width {
    width: 408px;
    height: 585px;
}

/* .deals-section .image-container:first-child {
    width: 408px;
    height: 585px;
} */

.deals-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: start;
}



.deals-section {
    position: relative;
}

.deals-section .radio-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 146px;
    left: 1472px;
}

.deals-section .radio-buttons .btn {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #b6b6b6;
    cursor: pointer;
}

.radio-buttons .dot-wrapper.active {
    border: 3px solid black;
    padding: 3px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-wrapper.active .btn {
    background-color: black;
}


.new-arrivals-section {
    margin-block: 150px;
    margin-inline: auto;
    width: 1280px;
    height: 1329px;
    /* background-color: cyan; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.new-arrivals-section .header {
    width: 614px;
    height: 131px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.new-arrivals-section .header .title {
    font-size: 46px;
    line-height: 59px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
}

.new-arrivals-section .header .description {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    text-align: center;
}

.new-arrivals-section .catagories {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.catagories .btn {
    width: 207px;
    height: 56px;
    font-size: 16px;
    border-radius: 10px;
    color: #8a8a8a;
    background-color: #fafafa;
}

.catagories .btn.active {
    color: #fff;
    background-color: black;
}


.new-arrivals-section .product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.new-arrivals-section .product-cards .card {
    width: 386px;
    height: 438px;
    padding-block: 15px 0px;
    padding-inline: 25px;
    /* background-color: cyan; */
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 40px 90px 0px rgba(0, 0, 0, 0.06);
}

.product-cards .card img {
    width: 336px;
    height: 244px;
    border-radius: 10px;
}


.product-info {
    grid-area: a;
    width: 162px;
    height: 43px;
    margin-bottom: 0;
}

.product-info .title {
    font-weight: 500;
    font-size: 20px;
    color: #484848;
    line-height: 1;
}

.product-info .brand {
    font-weight: 500;
    font-size: 12px;
    color: #8a8a8a;
    padding-top: 1px;
}

.ratings ion-icon {
    font-size: 19px;
    color: #fca120;
}

.card .customer-num {
    font-size: 12px;
    font-weight: 500;
    color: #484848;
}

.card .price-stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card .price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #484848;
}


.customer-num {
    grid-area: b;
}

.price {
    grid-area: c;
    /* line-height: 20; */
    letter-spacing: -1px;
    justify-self: start;
}

.ratings {
    grid-area: d;
}

.card .stock {
    grid-area: e;
    color: #ff4646;
    font-size: 12px;
    justify-self: start;
}

.card-grid {
    display: grid;
    grid-template-areas: "a d"
                         "b d"
                         "c e";
    row-gap: 25px;
    padding-top: 12px;
    width: 336px;
    height: 131px;
}

.new-arrivals-section .view-btn {
    width: 207px;
    height: 56px;
    font-size: 16px;
    color: #fff;
    background-color: black;
    border-radius: 10px;
}

.peaky-blinder-section {
    width: 1920px;
    height: 570px;
    margin-inline: auto;
    background-color: #f8f8f8;
    display: flex;
    position: relative;
}

.peaky-blinder-section .blinder-container {
    width: 870px;
    height: 570px;
}
.peaky-blinder-section .img-wrapper {
    width: 722px;
    height: 570px;
    margin-left: 175px;
}

.peaky-blinder-section .img-wrapper .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.suspender {
    width: 250px;
    height: 73px;
    position: absolute;

    top: 133px;
    left: 202px;
}

.flat-cap {
    width: 230px;
    height: 75px;
    position: absolute;

    top: 19px;
    left: 514px;
}

.hugo-boss-1 {
    width: 230px;
    height: 75px;
    position: absolute;

    top: 200px;
    left: 467px;

}

.hugo-boss-2 {
    width: 249px;
    height: 73px;
    position: absolute;

    top: 299px;
    left: 158px;

}

.santoni {
    width: 230px;
    height: 75px;
    position: absolute;
    bottom: 23px;
    left: 471px;
}

.peaky-bar {
    width: 1920px;
    height: 200px;
    margin-inline: auto;
    padding: 72px 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.05);
}

.sticker-list {
    width: 277px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #484848;
}

.sticker-list img {
    width: 50px;
    height: 50px;
}

.sticker-list .warrenty {
    width: 38px;
}

.sticker-list .shipping {
    width: 46px;
}



.sticker-list .title {
    font-size: 20px;
    font-weight: 500;
}

.sticker-list .description {
    font-size: 16px;
    font-weight: 400;
}


.peaky-info {
    width: 1049px;
    height: 570px;
    padding-left: 213px;
    padding-block: 60px;
    display: flex;
    flex-direction: column;
    /* margin-left: 158px; */
    background-color: #DADADA;
    

    /* fix this */
    /* transform: skew(-15deg, 0deg); */
}

.peaky-info .marker {
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    /* transform: skew(15deg, 0deg); */
}

.peaky-info .title {
    margin-top: 20px;
    font-size: 46px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
    line-height: 59px;
    /* transform: skew(15deg, 0deg); */
}

.peaky-info .description-marker {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.peaky-info .description {
    margin-top: 20px;
    font-size: 16px;
    color: #767676;
    line-height: 24px;
}

.peaky-info .size {
    margin-top: 20px;
    width: 102px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #767676;
}

.peaky-info .letter {
    width: 53px;
    height: 28px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
}

.peaky-info .price {
    margin-top: 20px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
}

.peaky-info .button {
    margin-top: 20px;
    width: 207px;
    height: 56px;
    font-size: 16px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.3);
    
}


.instagram-section {
    width: 100%;
    height: 611px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    margin-block: 150px;
}

.instagram-section .title {
    font-family: var(--fontFamily-volkhov);
    font-size: 46px;
    line-height: 59px;
    color: #484848;
}

.instagram-section .description {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 20px;
    text-align: center;
}

.instagram-section .img-list {
    width: 1920px;
    height: 380px;
    display: flex;
    /* gap: 10px; */
    align-items: center;
    justify-content: center;
}

.instagram-section .image-container {
    width: 256px;
    height: 380px;
}

.instagram-section .image-container:nth-child(odd) {
    width: 256px;
    height: 308px;
}

.instagram-section .image-container:first-child,
.instagram-section .image-container:last-child {
    width: 320px;
    height: 308px;

}


.instagram-section .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-section {
    width: 1920px;
    height: 840px;
    margin-inline: auto;
    background-color: #fafafa;
    /* background-color: red; */
    padding-block: 100px 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-section .title {
    font-family: var(--fontFamily-volkhov);
    font-size: 46px;
    line-height: 59px;
    color: #484848;
    margin-bottom: 20px;
}

.review-section .description {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
}

.review-section .img-list {
    display: flex;
    gap: 83px;
    background-color: #fff;
    margin-top: 88px;
    padding-top: 69px;
    width: 864px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
                0px 0px 0px 0px rgba(0, 0, 0, 0),
                0px 2px 30px 0px rgba(0, 0, 0, 0.1),
                0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.review-section .img-list .img-container {
    margin-left: 70px;
    width: 242px;
    height: 242px;
    position: relative;
    z-index: 1;
}

.review-section .img-list .img-container::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -21px;
    width: 242px;
    height: 242px;
    background-color: #d9d9d9;
    z-index: -1;
}


.review-section .img-list .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.review-section .img-list .text {
    width: 419px;
    height: 242px;
    display: flex;
    flex-direction: column;
}

.review-section .text blockquote {
    font-size: 16px;
    color: #484848;
}

.review-section .ratings {
    display: flex;
    align-items: center;
    margin-block: 27px 30px;
}

.review-section .ratings ion-icon {
    font-size: 19px;

}

.review-section .text .sep {
    width: 230px;
    min-height: 1px;
    background-color: #484848;
}

.review-section .name {
    font-size: 32px;
    color: #484848;
    font-family: var(--fontFamily-volkhov);
    margin-block: 15px 13px;
}

.review-section .work {
    font-size: 16px;
    color: #484848;
}


.review-section .img-list-cards {
    display: flex;
    align-items: center;
    z-index: 2;
}

.review-section .img-list-cards .img-list:first-child,
.review-section .img-list-cards .img-list:last-child {
    width: 646px;
    height: 300px;
    z-index: -2;
    gap: 60px;
}

.review-section .img-list-cards .img-list:last-child {
    margin-left: -350px;
}

.review-section .img-list-cards .img-list:first-child {
    margin-right: -350px;
}

.review-section .img-list-cards .img-list:first-child .img-container,
.review-section .img-list-cards .img-list:last-child .img-container {
    width: 180.94px;
    height: 180.94px;
}


.review-section .img-list-cards .img-list:first-child .text,
.review-section .img-list-cards .img-list:last-child .text {
    width: 314px;
    height: 181px;
}

.review-section .img-list-cards .img-list:first-child blockquote,
.review-section .img-list-cards .img-list:last-child blockquote {
    font-size: 12px;
}

.review-section .img-list-cards .img-list:first-child .ratings,
.review-section .img-list-cards .img-list:last-child .ratings {
    width: 71px;
    height: 14px;
    margin-block: 20px;
}

.review-section .img-list-cards .img-list:first-child .name,
.review-section .img-list-cards .img-list:last-child .name {
    font-size: 24px;
}



.review-section .img-list-cards .img-list:first-child .img-container img,
.review-section .img-list-cards .img-list:last-child .img-container img {
    width: 180.94px;
    height: 180.94px;
}

.review-section .img-list-cards .img-list:first-child .img-container::before,
.review-section .img-list-cards .img-list:last-child .img-container::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -15px;
    width: 180.94px;
    height: 180.94px;
    background-color: #d9d9d9;
    z-index: -3;
}




.review-section .arrows {
    width: 112px;
    height: 48px;
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.review-section .arrows .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    
}


.review-section .arrows ion-icon {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    
    /* gonna use it later */
    /* color: #000; */ 
}


.ending-section {
    width: 1400px;
    height: 747px;
    margin-inline: auto;
    margin-block: 150px 50px;
    display: flex;
    /* gap: 39px; */
}

.ending-section .img-container {
    width: 355px;
    height: 747px;
}

.ending-section .image-container:last-child {
    width: 337px;
    height: 747px;
}

.ending-section .img-container img {
    width: 100%;
    height: 100%
}

.ending-section .news-letter {
    width: 631px;
    height: 333px;
    align-self: center;
    justify-self: center;
}

.ending-section .news-letter .title {
    font-size: 46px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
}

.ending-section .news-letter .description {
    font-size: 16px;
    line-height: 26px;
    color: #8a8a8a;
    margin-top: 20px;
    text-align: center;
}

.ending-section .news-letter input {
    font-size: 22px;
    color: #8a8a8a;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 631px;
    height: 86px;
    /* background-color: red; */
    padding-left: 30px;
    /* box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1); */
    box-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
}


.ending-section .news-letter .btn {
    font-size: 16px;
    font-weight: 500;
    width: 207px;
    height: 56px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.3);
    justify-self: center;
}

.ending-sepa {
    width: 1920px;
    height: 1px;
    border: 1px solid #dedfe1;
}

aside {
    display: flex;
    width: 1280px;
    height: 32px;
    margin-top: 30px;
    margin-inline: auto;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 32px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
}


.links {
    display: flex;
    gap: 38px;
}

.link-item {
    font-size: 16px;
    /* height: 24px; */
    color: #8a8a8a;
}


footer {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

footer p {
    font-size: 12px;
    line-height: 26px;
    color: #484848;
}



.login-section {
    width: 1920px;
    height: 1077px;
    margin-inline: auto;
    margin-top: 126px;
    margin-bottom: 122px;
    overflow-x: hidden;
}

.login-boxes {
    width: 1920px;
    height: 1077px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 0 30px 30px 0;
}

.login-section .img-container {
    width: 949px;
    height: 1077px;
}

.login-section .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-area {
    height: 100%;
    flex: 1;
    margin-left: 187px;
    /* background-color: cyan; */
}

.login-area .header {
    margin-top: 91px;
    font-size: 66.6px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
}

.login-section .input-container {
    margin-top: 82.3px;
}


.login-section .login-area .input-container p {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--fontFamily-volkhov);
    color: #000;
}

/* .login-section .login-area .btn  {
    display: flex;
    align-items: center;
    gap: 10px;
} */

.login-section .login-area .btn .text {
    font-size: 16px;
}


.login-section .login-area button .img-container {
    width: 36px;
    height: 36px;
}

.login-section .login-area button .img-container img {
    width: 36px;
    height: 36px;
}

.login-section .input-container .buttons {
    margin-top: 29px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 64px;
}

.login-section .input-container .buttons .btn {
    width: 294px;
    height: 55px;
    border: 1px solid #5b86e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section .buttons .btn .text {
    margin-left: 13px;
    font-size: 16px;
    line-height: 40px;
}

.login-section .or {
    width: 100%;
    height: 40px;
    margin-top: 90px;
    margin-bottom: 49px;
    display: flex;
    gap: 13px;
    align-items: center;
    margin-left: 262px;
}

.login-section .or .sep {
    height: 5px;
    width: 30px;
    background-color: #838383;
}

.login-section .or-text {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.8;
    font-weight: 500;
    color: #838383;
}

.login-section .input-box {
    width: 628px;
    height: 47px;
    border-bottom: 1px solid #9d9d9d;
    color: #9d9d9d;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.28px;
    margin-top: 29px;
    padding-bottom: 15px;
}

.login-section .input-box.password {
    margin-bottom: 44px;
}

.login-section .login-btn {
    font-size: 16px;
    line-height: 40px;
    width: 575px;
    height: 60px;
    font-weight: 450;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    margin-left: 39px;
}

.login-section .login-btn.register {
    background-color: #fff;
    color: #5b86eb;
    margin-top: 19px;
    border: 1px solid #5b86e5;
}


.login-section .forget {
    color: #5b86e5;
    bottom: -34px;
    right: 0px;
    font-size: 16px;
    margin-top: 24px;
    margin-left: 470px;
}


/* signup page */
.login-section .input-container.inside {
    margin-top: 67px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.login-section .input-group {
    width: 666px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.login-section .input-group .input-seg {
    width: 324px;
    height: 47px;
    font-size: 16px;
    line-height: 40px;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

.login-section .create.btn {
    margin-top: 44px;
    margin-left: 39px;
    width: 575px;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 450;
    letter-spacing: 1.28px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
}

.login-section .already {
    margin-top: 19px;
    margin-left: 195px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.28px;
}

.login-section .already {
    margin-top: 19px;
    margin-left: 195px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.28px;
}


.login-section .already a {
    display: inline;
    color: #5b86e5;
}

.login-boxes.signup-boxes {
    border-radius: 0 0 0 0;
}


/* forget page */
.forget-section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.forget-section .container {
    width: 1500px;
    height: 900px;
    /* background-color: red; */
    border-radius: 0 30px 30px 0;
    display: flex;
    gap: 50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    /* border: 3px solid black; */
    /* border-radius: 0px 30px 30px 0px; */
}

.forget-section .img-container {
    height: 100%;
}


.forget-section .img-container img {
    height: 100%;
    object-fit: contain;
}

.forget-section .text {
    height: 100%;
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}

.forget-section h1 {
    position: absolute;
    top: 100px;
    left: 118px;
    font-size: 52px;
    font-family: var(--fontFamily-volkhov);
    font-weight: 400;
    color: #484848;
}

.forget-section .text h3 {
    font-size: 26px;
    font-family: var(--fontFamily-volkhov);
    align-self: flex-start;
    margin-left: 122px;
    margin-bottom: 30px;
    color: #484848;
}

.forget-section .text .input-line {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.forget-section .text .input-line input {
    height: 60px;
    width: 250px;
    font-size: 22px;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

.forget-section .code-btn {
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 160px;
    border-radius: 10px;
    margin-top: 50px;
}

.forget-section p {
    margin-top: 30px;
    font-size: 16px;
    /* letter-spacing: 8%; */
    letter-spacing: 1.28px;
}

.forget-section a {
    display: inline;
}

.forget-section span {
    display: inline;
    color: #5b86eb;
}





.confirm-section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.confirm-section .container {
    width: 1500px;
    height: 900px;
    /* background-color: red; */
    border-radius: 0 30px 30px 0;
    display: flex;
    gap: 172px;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    /* border: 3px solid black; */
    /* border-radius: 0px 30px 30px 0px; */
}

.confirm-section .img-container {
    height: 100%;
}


.confirm-section .img-container img {
    height: 100%;
    object-fit: contain;
}

.confirm-section .text {
    height: 100%;
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 0px 30px 30px 0px;
}

.confirm-section .text h1 {
    margin-top: 100px;
    font-size: 52px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
    font-weight: 400;
}

.confirm-section .text h3 {
    font-size: 26px;
    font-family: var(--fontFamily-volkhov);
    margin-top: 70px;
    color: #484848;
}


.confirm-section .text .input-line {
    width: 530px;
    margin-top: 56px;
}

.confirm-section .text .input-line input {
    width: 100%;
    font-size: 24px;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px;
}

.confirm-section .code-btn {
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: 400px;
    padding-block: 15px;
    margin-left: 64px;
    margin-top: 50px;
}




.confirm-section p {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-left: 46px;
}

.confirm-section a {
    display: inline;
}

.confirm-section span {
    display: inline;
    color: #5b86eb;
} 


.new-password-section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.new-password-section .container {
    width: 1500px;
    height: 900px;
    /* background-color: red; */
    border-radius: 0 30px 30px 0;
    display: flex;
    gap: 172px;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    /* border: 3px solid black; */
    /* border-radius: 0px 30px 30px 0px; */
}

.new-password-section .img-container {
    height: 100%;
}


.new-password-section .img-container img {
    height: 100%;
    object-fit: contain;
}

.new-password-section .text {
    height: 100%;
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 0px 30px 30px 0px;
}

.new-password-section .text h1 {
    margin-top: 100px;
    font-size: 52px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
    font-weight: 400;
}

.new-password-section .text h3 {
    font-size: 26px;
    font-family: var(--fontFamily-volkhov);
    margin-top: 70px;
    color: #484848;
}


.new-password-section .text .input-line {
    width: 630px;
    margin-top: 56px;
}

.new-password-section .text .input-line.confirm {
    width: 630px;
    margin-top: 30px;
}

.new-password-section .text .input-line input {
    width: 80%;
    font-size: 24px;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px;
}

.new-password-section .code-btn {
    color: #fff;
    background-color: #5b86e5;
    font-size: 16px;
    font-weight: 550;
    border-radius: 10px;
    width: 400px;
    padding-block: 15px;
    margin-left: 54px;
    margin-top: 50px;
}


.shop-section {
    width: 1280px;
    margin: 70px auto;
    overflow-x: hidden;
}


.shop-section-header {
    width: 100%;
    height: 58px;
    /* background-color: red; */
}

.shop-section .navlist {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.shop-section .navlist .digit {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    place-content: center;
    text-align: center;
    font-style: var(--fontFamily-volkhov);
    font-size: 16px;
    background-color: #ff0606;
    color: #fff;
    right: 0;
    top: 0;
    transform: translateY(30%);
}

.shop-section .navlist .logo {
    font-size: 52px;
    font-family: var(--fontFamily-volkhov);
    color: #484848;
}

.shop-section .navlist .navlinks {
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #484848;
    font-size: 16px;
}

.shop-section .navlist .navicons {
    width: 182px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #484848;
    font-size: 16px;
    padding: 12px;
    cursor: pointer;
}

.shop-section .navlist .navlinks li {
    padding: 3px;
}

.shop-section .navlist .navlinks .active {
    border-bottom: 2px solid black;
}

.shop-section .title {
    width: 100%;
    text-align: center;
    margin-top: 78px;
    font-family: var(--fontFamily-volkhov);
    font-size: 42px;
    line-height: 32px;
}

.shop-section .location {
    margin-top: 20px;
    width: 130px;
    height: 25px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-section .location div {
    font-size: 15px;
    line-height: 22.5px;
}

.shop-section .location img {
    font-size: 9px;
}

.shop-section .main-section {
    margin-top: 103px;
    display: grid;
    grid-template-columns: 322px 958px;
}

.shop-section .filter-section {
    height: 1112px;
    /* background-color: blue; */
}

.shop-section .models-section {
    height: 1720px;
    /* background-color: red; */
}

.shop-section .models-section .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: orange; */
    margin-bottom: 30px;
}

.shop-section .models-section .header .catagory {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--fontFamily-volkhov);
}

.shop-section .models-section .header .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}
.shop-section .models-section .header .icons img {
    margin-left: 10px;
    border-radius: 3px;
    width: 34px;
    height: 34px;
}

.shop-section .models-section .img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 30px;
}

.shop-section .img-card {
    width: 302px;
    height: 531px;
}

.shop-section .img-card .img-container {
    width: 100%;
    height: 402px;
    cursor: pointer;
}

.shop-section .img-card .img-container img {
    width: 100%;
    height: 100%;
}

.shop-section .img-card .product-name {
    font-size: 16px;
    font-family: var(--fontFamily-volkhov);
    color: #000;
    margin-top: 20px;
    line-height: 1;
}

.shop-section .img-card .product-price {
    font-size: 16px;
    font-family: var(--fontFamily-poppins);
    color: #000;
    margin-top: 8px;
    line-height: 1;
}

.shop-section .img-card .color-list {
    display: flex;
    align-items: center;
}


.shop-section .img-card .color-item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-top: 18px;
    margin-right: 10px;
}


.shop-section .img-card .color-item.active{
    box-shadow: inset 0px 0px 0px 4px #ffffff,
                0px 0px 0px 1px #000;
}


.shop-section .filter-section .header {
    font-size: 30px;
    font-family: var(--fontFamily-volkhov);
}

.shop-section .filter-section .size-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
    margin-top: 33px;
}

.shop-section .filter-section .size-boxes {
    margin-top: 16px;
    display: flex;
    gap: 12px;
}

.shop-section .filter-section .size-box {
    width: 42px;
    height: 42px;
    padding-block: 8px;
    text-align: center;
    font-size: 16px;
    color: #8a8a8a;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8a8a8a;
}

.shop-section .filter-section .size-box.last {
    margin-top: 10px;
}

.shop-section .filter-section .colors-section {
    margin-top: 28px;
}

.shop-section .filter-section .colors-section .color-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
    margin-bottom: 16px;
}

.shop-section .filter-section .colors-section .color-list {
    display: flex;
    align-items: center;
    margin-left: -5px;
}

.shop-section .filter-section .colors-section .color-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
    background-color: red;
}

.shop-section .filter-section .prices-section {
    margin-top: 33px;
}

.shop-section .filter-section .prices-section .price-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
    margin-bottom: 20px;
}

.shop-section .filter-section .prices-section .price-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-section .filter-section .prices-section .price-value {
    font-size: 16px;
    color: #8a8a8a;
    cursor: pointer;
}

.shop-section .brands-section {
    margin-top: 33px;
}

.shop-section .brands-section .brand-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-right: 30px;
}

.shop-section .brands-section .brand-title-container .icon {
    width: 12.25px;
    height: 14px;
    cursor: pointer;
}

.shop-section .brands-section .brand-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
}


.shop-section .tag-section .tag-names .tag-list,
.shop-section .brands-section .brand-names .name-list {
    display: flex;
    align-items: center;
    gap: 13px;
}

.shop-section .tag-section .tag-names .tag-list .tag-item,
.shop-section .brands-section .brand-names .name-list .name-item {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 7px;
    cursor: pointer;
}

.shop-section .collection-section {
    margin-top: 33px;
}

.shop-section .collection-section .collection-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-right: 30px;
}

.shop-section .collection-section .collection-title-container .icon {
    width: 12.25px;
    height: 14px;
    cursor: pointer;
}

.shop-section .collection-section .collection-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
}


.shop-section .collection-section .collection-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-section .collection-section .collection-item {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 7px;
    cursor: pointer;
}

.shop-section .tag-section {
    margin-top: 33px;
}

.shop-section .tag-section .tag-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
}

.shop-section .tag-section .tag-names {
    margin-top: 16px;
}


.shop-section .single-product {
    width: 100%;
    height: 1040px;
    margin-top: 88px;
    /* background-color: blue; */
    display: flex;
}

.shop-section .single-product .sidebar {
    width: 90px;
}

.shop-section .single-product .sidebar-small {
    width: 90px;
}

.shop-section .single-product .sidebar .sidebar-grid {
    display: grid;
    gap: 10px;
}

.shop-section .single-product .sidebar .img-container {
    width: 70px;
    height: 93px
}

.shop-section .single-product .sidebar .img-container img {
    width: 100%;
    height: 100%;
}

.shop-section .single-product .product-img-container {
    width: 491px;
    height: 655px;
}


.shop-section .single-product .product-img-container img {
    width: 100%;
    height: 100%;
}

.shop-section .single-product .product-details {
    margin-left: 65px;
    flex: 1;
    background-color: #fff;
    /* background-color: red; */
}

.shop-section .single-product .product-details .prod-title {
    color: #666;
    font-family: var(--fontFamily-volkhov);
    font-size: 14px;
}

.shop-section .single-product .product-details .prod-description {
    color: #000;
    font-family: var(--fontFamily-volkhov);
    font-size: 30px;
    line-height: 42px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-section .single-product .product-details .prod-description .img-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.shop-section .single-product .product-details .prod-description .img-container img {
    width: 20px;
    height: 20px;
}

.shop-section .single-product .ratings-wrapper {
    display: flex;
    gap: 8px;
}

.shop-section .single-product .ratings {
    display: flex;
    padding-block: 3.75px;
}

.shop-section .single-product .ratings .img-container {
    width: 15px;
    height: 15px;
}

.shop-section .single-product .ratings .img-container img {
    width: 100%;
    height: 100%;
}


.shop-section .single-product .ratings-wrapper p {
    font-size: 15px;;
}

.shop-section .single-product .price-section {
    display: flex;
    gap: 8px;
    margin-top: 19px;
    align-items: center;
}

.shop-section .single-product .price-section .curr {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--fontFamily-volkhov);
}

.shop-section .single-product .price-section .prev {
    font-size: 16px;
    line-height: 19.2px;
    color: #666;
}

.shop-section .single-product .price-section .discount {
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    background-color: #da3f3f;
    border-radius: 11px;
    padding: 3px 10px;
}

.shop-section .single-product .views-section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.shop-section .single-product .views-section img {
    font-size: 20px;
}

.shop-section .single-product .views-section .text {
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
}

.shop-section .single-product .sale-banner {
    display: flex;
    align-items: center;
    gap: 121px;
    width: 595px;
    height: 54px;
    align-items: center;
    background-color: #fdefee;
    margin-top: 30px;
    border-radius: 4px;
    padding-inline-start: 15px;
}

.shop-section .single-product .sale-banner .sale-txt {
    font-family: var(--fontFamily-volkhov);
    font-size: 18px;
    line-height: 28px;
    color: #ff706b;
}

.shop-section .single-product .sale-banner .time {
    display: flex;
    align-items: center;
}

.shop-section .single-product .sale-banner .time .part {
    font-weight: 600;
    padding-inline: 10px;
    line-height: 32px;
    font-size: 20px;
    color: #ff706b;
}

.shop-section .single-product .stock-left {
    margin-top: 29px;
}

.shop-section .single-product .stock-left .stock-left-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.shop-section .single-product .stock-left .stock-left-txt span {
    display: inline;
    font-weight: 600;
}

.shop-section .single-product .progress-bar-container {
    width: 94%;
    height: 5px;
    background-color: #dedede;
    border-radius: 2px;
    margin-top: 12px;
}

.shop-section .single-product .progress-bar-container .progress-bar {
    width: 15%;
    height: 100%;
    background-color: #ef2d2d;
    transition: width 0.3s ease;
}

.shop-section .single-product .size-section {
    margin-top: 29px;
}

.shop-section .single-product .color-section .color-title,
.shop-section .single-product .size-section .size-title {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--fontFamily-volkhov);
    font-weight: 500;
}

.shop-section .single-product .size-section .size-box-container {
   margin-top: 12px; 
   display: flex;
   gap: 10px;
}

.shop-section .single-product .size-section .size-box {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 27px;
}

.shop-section .single-product .size-section .size-box:first-child {
    background-color: #000;
    color: #fff;
}

.shop-section .single-product .color-section {
    margin-top: 14px;
}

.shop-section .single-product .color-box-part {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.shop-section .single-product .color-box-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.shop-section .single-product .color-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.shop-section .single-product .color-box-container:first-child {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #000;
}

.shop-section .single-product .quantity-section {
    margin-top: 29px;
}

.shop-section .single-product .quantity-section .quantity-title {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--fontFamily-volkhov);
}

.shop-section .single-product .quantity-section .add-cart-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}

.shop-section .quantity-section .amount-container {
    width: 128px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #eee;
}

.shop-section .quantity-section .amount-container div {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}


.shop-section .quantity-section .add-cart-btn {
    width: 442px;
    height: 45px;
    font-family: var(--fontFamily-volkhov);
    font-size: 16px;
    line-height: 23px;
    padding: auto;
    border-radius: 5px;
    border: 1px solid #000;
}

.shop-section .single-product .good-links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
}

.shop-section .single-product .good-links .link-container {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.shop-section .single-product .good-links .link-container img {
    width: 20px;
    height: 20px;
}

.shop-section .single-product .good-links .link-container .txt {
    font-size: 16px;
    line-height: 24px;
}

.shop-section .single-product .delivery-info {
    display: grid;
    gap: 8px;
    margin-top: 24.5px;
}


.shop-section .single-product .delivery-info .delivery-container {
    display: flex;
    align-items: center;
    gap: 7px;
}

.shop-section .single-product .delivery-info .img-container {
    width: 20px;
    height: 20px;
    align-self: center;
}

.shop-section .single-product .delivery-info img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-section .single-product .delivery-info .marker {
    font-family: var(--fontFamily-volkhov);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.shop-section .single-product .delivery-info .date {
    font-size: 16px;
    line-height: 24px;
}

.shop-section .single-product .sponsors-section {
    width: 100%;
    height: 109px;
    border-radius: 5px;
    margin-top: 30px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    gap: 21px;
    justify-content: center;
    align-items: center;
}

.shop-section .single-product .sponsors-section .img-container {
    width: 320px;
    height: 25.23px;
}

.shop-section .single-product .sponsors-section .img-container img {
    width: 100%;
    height: 100%;
}


.shop-section .single-product .sponsors-section .txt {
    font-family: var(--fontFamily-volkhov);
    font-size: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.overlay.active {
    visibility: visible;
    opacity: 0.7;
}

.mini-cart-section {
    position: fixed;
    top: 0;
    right: 0;
    width: 741px;
    height: 100vh;
    padding: 44px;
    background-color: #fff;
    z-index: -4;
    visibility: hidden;
    transition: 0.3s ease-in forward;
}

.mini-cart-section.active {
    visibility: visible;
    z-index: 1;
}

.mini-cart-section .title-wrapper {
    font-family: var(--fontFamily-volkhov);
    font-size: 42px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cart-section .title-wrapper img {
    font-size: 16px;
    cursor: pointer;
    align-self: baseline;
}



.mini-cart-section .sub-txt {
    font-size: 26px;
    line-height: 32px;
    color: #8a8a8a;
    padding-top: 26px;
}

.mini-cart-section .sub-txt span {
    display: inline-block;
    font-weight: 500;
    color: #000;
}

.mini-cart-section .product-info {
    width: 360px;
    height: 225px;
    margin-top: 67px;
    display: flex;
    gap: 22px;
}

.mini-cart-section .product-details .prod-title,
.mini-cart-section .product-details .color-title,
.mini-cart-section .product-details .prod-price {
    font-size: 22px;
    line-height: 42px;
} 

.mini-cart-section .product-details .prod-title {
    font-family: var(--fontFamily-volkhov);
}

.mini-cart-section .product-details .color-title {
    color: #8a8a8a;
} 


.mini-cart-section .product-details .amount-section {
    margin-top: 9px;
    width: 170px;
    height: 60px;
    background-color: #f1f1f1;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.mini-cart-section .product-details .amount-section div {
    flex: 1;
    text-align: center;
    height: 100%;
    font-weight: 500;
    font-size: 35.75px;
    color: #171717;
}

.mini-cart-section .product-details .amount-section div:nth-child(2) {
    color: #8a8a8a;
}

.mini-cart-section .sepa {
    width: 613px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 20px;
}

.mini-cart-section .checkbox-container {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 180px;
}

.mini-cart-section .checkbox-container .checkbox {
    width: 32px;
    height: 32px;
}
.mini-cart-section .checkbox-container p {
    font-size: 22px;
    line-height: 42px;
    color: #8a8a8a;
}

.mini-cart-section .checkbox-container span {
    display: inline-block;
    color: #000;
}

.mini-cart-section .subtotal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--fontFamily-volkhov);
    font-size: 22px;
    line-height: 32px;
    margin-top: 45px;
    width: 613px;
}

.mini-cart-section .checkout-btn {
    width: 613px;
    height: 66px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    margin-top: 54px;
}

.mini-cart-section .view-btn {
    width: 613px;
    margin-top: 14px;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--fontFamily-volkhov);
    /* background-color: red; */
    text-align: center;
    cursor: pointer;
}

/* cart page */
.shop-section .table-headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 73.25px;
}

.shop-section .table-headers .header {
    font-size: 22px;
    line-height: 32px;
    font-family: var(--fontFamily-volkhov);
    color: #000;
}

.shop-section .sep-line {
    width: 100%;
    height: 1px;
    background-color: #8a8a8a;
    margin-top: 35px;
}

.shop-section .product-layers {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.shop-section .product-layer {
    display: flex;

}

.shop-section .product-layer .product {
    width: 366px;
    height: 225px;
    /* aspect-ratio: 16 / 10; */
    /* background-color: blue; */
    display: flex;
    gap: 22px;
}

.shop-section .product-layer .product .img-container {
    width: 168px;
    height: 225px;
    align-self: baseline;
}

.shop-section .product-layer .product .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.shop-section .product-layer .product .prod-title {
    font-family: var(--fontFamily-volkhov);
    font-size: 22px;
}

.shop-section .product-layer .product .color-title {
    line-height: 42px;
    font-size: 22px;
    color: #8a8a8a;
}

.shop-section .product-layer .product .remove {
    line-height: 42px;
    font-size: 22px;
    color: #8a8a8a;
    cursor: pointer;
}

.shop-section .product-layer .total-price,
.shop-section .product-layer .product-price {
    font-family: var(--fontFamily-volkhov);
    font-size: 22px;
    line-height: 32px;
    margin-left: 49px;
}

.shop-section .product-layer .quantity-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 120px;
    height: 42px;
    border: 1px solid #8a8a8a;
    border-radius: 3.5px;
    margin-left: 319px;
}

.shop-section .product-layer .quantity-container div {
    font-size: 25px;
    line-height: 35px;
    color: #171717;
}

.shop-section .product-layer .quantity-container div:nth-child(2) {
    color: #8a8a8a;
}

.shop-section .product-layer .total-price {
    margin-left: 295px;
}


.shop-section .cart-section {
    margin-left: 667px;
}

.cart-section .checkbox-container {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.cart-section .checkbox-container .checkbox {
    width: 32px;
    height: 32px;
}
.cart-section .checkbox-container p {
    font-size: 22px;
    line-height: 42px;
    color: #8a8a8a;
}

.cart-section .checkbox-container span {
    display: inline-block;
    color: #000;
}

.cart-section .subtotal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--fontFamily-volkhov);
    font-size: 22px;
    line-height: 32px;
    margin-top: 45px;
    width: 613px;
}

.cart-section .checkout-btn {
    width: 613px;
    height: 66px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    margin-top: 54px;
}

.cart-section .view-btn {
    width: 613px;
    margin-top: 14px;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--fontFamily-volkhov);
    /* background-color: red; */
    text-align: center;
    cursor: pointer;
}

.shop-section .checkout-section .checkout-main {
    margin-top: 44px;
    display: flex;
}


.checkout-section .user-dets {
    width: 607px;
    margin-top: 81px;
    display: grid;
    gap: 60px;
    /* background-color: #f1f1f1; */
}

.checkout-section .user-dets .contact-section .marker-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.checkout-section .user-dets .contact-section .marker {
    font-family: var(--fontFamily-volkhov);
    font-size: 46px;
    color: #484848;
}

.checkout-section .user-dets .contact-section .link {
    font-size: 16px;
    color: #484848;
}


.checkout-section .user-dets .contact-section .marker-container a {
    display: inline-block;
    color: #1456ff;
}

.checkout-section .user-dets .input-bar {
    width: 100%;
    height: 71px;
    padding-block: 23px;
    padding-left: 28px;
    font-size: 16px;
    color: #8a8a8a;
    background-color: #fff;
    border: 1px solid #8a8a8a;
    margin-top: 12px;
}

.checkout-section .user-dets .select-wrapper {
    position: relative;
}


.checkout-section .user-dets .select-wrapper select {
    width: 100%;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 71px;
    padding-block: 23px;
    padding-left: 28px;
    font-size: 16px;
    color: #8a8a8a;
    background-color: #fff;
    border: 1px solid #8a8a8a;
}
.checkout-section .user-dets .select-wrapper::after {
  content: "▾";
  position: absolute;
  right: 12px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkout-section .user-dets .input-line {
    display: flex;
    gap: 12px;
}

.checkout-section .user-dets .checkbox-container {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 16px;
}

.checkout-section .user-dets .checkbox-container .checkbox {
    width: 22px;
    height: 22px;
}

.checkout-section .user-dets .checkbox-container p {
    font-size: 16px;
    line-height: 42px;
    color: #8a8a8a;
}

.checkout-section .user-dets .pay-btn {
    width: 100%;
    height: 66px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
}

.checkout-section .product-dets {
    margin-top: 81px;
    padding-left: 82px;
    /* background-color: #f5f5f5; */
    padding-right: 30px;
}

.checkout-section .product-dets .checkout-layers {
    display: grid;
    gap: 20px;
}

.checkout-section .product-dets .product {
    display: flex;
    gap: 21px;
    align-items: center;
}

.checkout-section .product-dets .product .img-container {
    width: 137px;
    height: 137px;
}

.checkout-section .product-dets .product .img-container img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    /* background-color: #eee; */
}

.checkout-section .product-dets .product .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    margin-right: auto;
}

.checkout-section .product-dets .product .info .prod-title {
    font-size: 18px;
    font-family: var(--fontFamily-volkhov);
}

.checkout-section .product-dets .product .info .color-title {
    font-size: 16px;
    color: #484848;
}

.checkout-section .product-dets .product .prod-price {
    font-size: 16px;
    color: #484848;
}

.checkout-section .product-dets .discount-section {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    margin-top: 21px;
}

.checkout-section .product-dets .discount-section .discount-input {
    width: 350px;
    height: 71px;
    padding: 24px 28px;
    font-size: 16px;
    color: #484848;
    background-color: #f7f7f7;
}


.checkout-section .product-dets .discount-section .discount-btn {
    width: 161px;
    height: 66px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
}

.checkout-section .product-dets .pricing-section {
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    color: #484848;
}

.checkout-section .product-dets .pricing-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-section .product-dets .pricing-container .value.total{
    color: #000;
}