.sell-head {
    background-color: #F6F6F6;
}

.logo-sell {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.icon-sell {
    height: 24px;
}

.cart-quantity {
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    background-color: #D80D0D;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    transform: translateX(60%);
}

.input-sell-search {
    background-color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding: 0.5rem 0.5rem;
}

.sell-search-btn {
    background-color: black;
    width: 40px;
    aspect-ratio: 1/1;
    color: #FFFFFF;
}

.sell-list-category {
    font-family: Mulish, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color: gray;

}

.sel-nav-content {
    background-color: #EEEEEE;
}

.sel-nav-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sel-nav-content .item-nav-sell:nth-child(1) {
    border-right: 1px solid black;
}

.sel-nav-content .item-nav-sell:nth-child(2) {
    border-right: 1px solid black;
}

.sell_banner_img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.item-menu-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.item-menu-sell {
    background-color: rgba(128, 128, 128, 0.2);
    margin-top: 20px;
    font-family: Mulish, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
}

.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

.sell-menu-title {
    color: #0E69B4;
    font-weight: 700;
    font-family: Mulish, serif;
    font-size: 32px;
    line-height: 38px;
}

.flash-sale {
    background-color: #5AB0FF;
}

.flash-title {
    font-family: Mulish, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.flex {
    display: flex;
}

.icon-flash {
    height: 30px;
}

.sale {
    top: 0.5rem;
    left: 0.5rem;
    background-color: #B10707;
    font-family: SVN-Futura, serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 2px 10px;

}

.item-pro-quantity-evaluate {
    font-family: Mulish, serif;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #757575;
}

.pro-sold {
    width: 100%;
    height: 16px;
    background-color: #FFBDA6;
    border-radius: 32px;
}

.pro-sold-content {
    top: 0;
    left: 0;
    background-color: #B10707;
    height: 100%;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.quantity-sold {
    line-height: 16px;
    font-family: Mulish, serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.sale_banner_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sell-title {
    font-family: Mulish, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;

}

.sell-sugg-head {
    background-color: #D9D9D9;
    font-family: Mulish, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
}

.sell-btn {
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 0.5em 1.25rem;
}

.sell-banner-img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.sell-swiper-button-next,
.sell-swiper-button-prev,
.style-swiper-button-next,
.slick-prev1,.slick-next1,.style-swiper-button-prev{
    top: 50%;
    z-index: 99;
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50%;
    transform: translateY(-50%);
}
.sell-swiper-button-next{
    right: 2rem;
}
.sell-swiper-button-prev{
    left: 2rem;
}
.style-swiper-button-next{
    right: 0;

}
.slick-prev1{
    right:0
}
.slick-next1{

    left:0
}
.style-swiper-button-prev{
    left: 0;
}
.sell-style-head{
    font-family: Mulish, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    color: #0E69B4;
}
.sell-style-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap:30px;
}
.item-style-content .pt{
    padding-top: 119%;
}
.item-style{
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    background-color: #C0582F;
}


