@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");

body {
    font-family: "Roboto", sans-serif !important;
}

/* Header  */
.search-box input {
    width: 550px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #f0f0f0;
    padding: 0.7rem 1.4rem;
    position: relative;
}

.search-box button{
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: 0.7rem;
    margin-left: -2.5rem;
}

.logo {
    width: 140px;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-icons a {
    color: #3d3d3d;
    font-size: 22px;
}



/* Hero section
======================  */
.hero-brand-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-brand-card {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    transition: all 0.5s ease;
    height: 82px;
}

.hero-brand-card:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.hero-brand-card img {
    width: 100%;
}



/* Hero intro
==================  */
.hero-intro-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hero-intro-wrap img {
    width: 100%;
}



/* New Arrivals
====================  */
.product-card {
    /* width: 260px; */
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 0.5rem;
}

.product-card img {
    width: 100%;
    transition: all 0.5s ease;
}

.product-card img:hover {
    transform: scale(1.05)
}

.product-card h6 {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    margin-top: 0.8rem;
}

.product-card del {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
}

.wish-btn {
    border: none;
    outline: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .5s ease;
}

.wish-btn:hover {
    background-color: #f0f0f0;
}

.add-card-btn {
    color: #b82937;
    padding: .3rem 1.5rem;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s linear;
    text-transform: uppercase;

}

.add-card-btn:hover {
    background-color: #f4dadc;
    border-radius: 4px;
}


.swiper-button-next {
    color: #b82937;
}

.swiper-button-prev {
    color: #b82937;
}



/* Product details
======================  */

.details-sidebar {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #fff;
}

.details-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.details-sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #131313;
    padding: 0.3rem 1rem;
    font-size: 15px;
    font-weight: 400;
}

.details-sidebar ul li a:hover {
    background-color: #f0f0f0;
}

.details-sidebar ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.fa-chevron-right {
    color: #bababa;
}

.details-p-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


/* Footer intro
===================  */
.f-intro-card {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.f-intro-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.f-intro-card h6 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 1rem;
    padding: 1rem;
}

.f-intro-card p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 2rem 2.5rem 2rem;
}


/* Footer section
====================  */
.footer-main-wrap {
    background-color: #D1D5DB;
    padding: 5rem 0 5rem 0;
    margin-top: 4.5rem;
}

.footer-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.footer-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.footer-content ul {
    padding: 0;
    list-style-type: none;
}

.footer-content ul li {
    margin: 0.5rem 0;
}

.footer-content ul li a {
    color: #131313;
    transition: all 0.5s ease;
}

.footer-content ul li a:hover {
    color: #013fc4;
}

.footer-content a {
    color: #131313;
}



/* Product Details page   */
.addtocard-btn {
    border: 1px solid #f37114;
    color: #f37114;
    padding: .4rem 1.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 500;
}

.addtocard-btn:hover {
    background-color: #ffeee1;
}

.buynow-btn {
    border: 1px solid transparent;
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 4px;
    background-color: #f37114;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
}

.buynow-btn:hover {
    background-color: #d75a02;
}



/* Checkout page  */
.address-area {
    border: 1px dashed #d6d6d6;
    padding: 2rem;
    border-radius: 4px;
}

.area-child {
    background-color: #f9f9f9;
    padding: 3rem;
    border-radius: 4px;
}

.order-summary {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
    border-radius: 4px;
}


.input-bx {
    position: relative;
    margin: 0.5rem 0;
}

.input-bx input {
    width: 100%;
    height: 52px;
    border: 1px solid #D2D4D3;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
    padding-left: 0.8rem;
    background-color: transparent;
}

.input-bx span {
    position: absolute;
    left: 0;
    margin-left: 0.5rem;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    pointer-events: none;
    transition: 0.3s;
    margin-top: 1.1rem;
    background-color: #f9f9f9;
    padding: 0 4px;
}

.input-bx input:focus~span {
    color: #0039d6;
    font-size: 12px;
    font-weight: 400;
    background: #f9f9f9;
    margin-top: -0.5rem;
}

.input-bx input:valid~span {
    color: rgba(0, 0, 0, 0.6);
    margin-top: -0.5rem;
}

.input-bx input:focus {
    color: #000;
    border: 1px solid #0039d6;
    padding-left: 0.8rem;
}

.input-bx input:valid {
    color: #020918;
    border: 1px solid #DDDDDD;
}

.input-bx .date {
    padding: 2px 6px 0 10px;
    color: #D6D9D8;
}


/* Profile
==================  */
.profile-wrap {
    border-radius: 10px;
    background-color: #F1F5F9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2rem;
}

.profile-sidebar {
    background-color: #FDF2F2;
    padding: 2rem;
    border-radius: 4px;
}

.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #eabbbb;
}

.profile-chaild {
    padding: 1.5rem;
    border: 5px solid #eabbbb;
    margin: 2rem 0 2rem 0;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profile-chaild a {
    color: #000;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.logo {
    width: 140px;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-icons a {
    color: #3d3d3d;
    font-size: 22px;
}

.fa-user {
    font-size: 22px;
    cursor: pointer;
}

.profile-setting {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #f0f0f0;
    padding: 1rem;
}

.profile-setting li a {
    font-size: 14px;
    font-weight: 500;
    padding: 1rem;
}

.profile-setting li {
    transition: all 0.5s ease;
}

.profile-setting li:hover {
    background-color: #f0f0f0;
    border-radius: 4px;
}

.wish-card {
    width: 24px;
    height: 24px;
    background-color: #013fc4;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    margin-top: -0.8rem;
    margin-left: -0.5rem;
    text-align: center;
    padding: 0.2rem 0;
}
