* {
    font-family: 'Barlow Semi Condensed', sans-serif;
    box-sizing: border-box;
    /* font-family: 'Inter', sans-serif;
    font-family: 'Roboto', sans-serif; */
    padding: 0;
    margin: 0;
}

:root {
    --border-color: rgb(163, 158, 158);
    --color-product: #828282;
    --black-color: #1c1c1c;
    --footer-color: #3d3d3d;
    --White-color: #fff;
}

.container {
    height: 2750px;
    width: 100%;
}

header {
    background-color: var(--White-color);
    position: relative;
    width: 100%;
    height: 100px;

}

.header.move {
    box-shadow: 0px 1px 3px rgb(189, 187, 187);
    border-bottom: 1px solid rgb(196, 194, 194);
}

.header {
    z-index: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    height: 120px;
    background-color: var(--White-color);
}

.menu {
    position: relative;
    margin-top: 20px;
}

#flex-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 45px;
    margin-top: 40px;
}

#flex-menu li {
    list-style: none;
}

#flex-menu li a {
    padding: 8px 0px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: var(--black-color);
}

.sub-menu {
    background-color: var(--White-color);
    box-shadow: 0px 2px 4px rgb(189, 187, 187);
    position: absolute;
    width: 200px;
    opacity: 0;
    top: 30px;
    left: 430px;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    display: none;
}

#flex-menu > li:hover .sub-menu  {
    opacity: 1;
    display: block;
}

.sub-menu > li > a {    
    border-bottom: 1px solid rgba(243, 238, 238, 0.94);
    margin-left: 2px;
}

.sub-menu > li {
    padding: 10px 0px 0px 0px ;
}
 
#title-gioithieu {
    font-weight: 600;
    font-size: 22px;
}

.gioithieu-sp {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo-web-clownz {
    position: absolute;
    left: 46%;
    margin-top: 0px;
    width: 140px;
    filter: invert(0);
}

#flex-menu li a:hover {
    color: rgb(210, 75, 12);
}

.big-menu {
    box-shadow: 0px 2px 4px rgb(189, 187, 187);
    flex-direction: row;
    position: absolute;
    width: 1300px;
    background-color: var(--White-color);
    left: 90px;
    opacity: 0;
    height: 220px;
    overflow: hidden;
    top: 30px;
    transition: opacity 0.3 ease-in-out;
    display: none;
}   

#flex-menu > #hover-sanpham:hover .big-menu  {
    opacity: 1;
    z-index: 2;
    display: block;
    display: flex;
}

#menu-hover-big li a:hover {
    color: rgb(210, 75, 12) !important;
}

#title-big-menu {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 120px;
}

#title-main-menu {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px !important;
    color: rgba(34, 33, 33, 0.932);
}

#menu-hover-big {
    margin-top: 5px;
}

#menu-hover-big a {
    font-size: 14px !important;
    color: rgba(57, 54, 54, 0.84) !important;
}


.top {
    margin: 20px 60px 0px 120px;
}

.header-top {
    padding: 10px 10px 10px 10px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-top a {
    text-decoration: none;
    color: var(--black-color);
}

.location-telephone {
    display: flex;
    color: var(--color-product);
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0px 0px 28px;
}

.fa-location-dot {
    color: var(--black-color);
    font-size: 16px;
    margin-right: 5px;
}

.fa-phone {
    margin-left: 30px;
    margin-right: 5px;
    font-size: 16px;
    color: var(--black-color);
}

.user-gift {
    display: flex;
    color: var(--black-color);
    font-weight: 600;
    font-size: 12px;
    margin: 15px 26px 0px 0px;
}

.fa-magnifying-glass {
    font-size: 19px;
    margin-right: 40px;
    color: var(--black-color);
}

.fa-user {
    color: var(--black-color);
    font-size: 18px;
}

.fa-cart-shopping {
    color: var(--black-colorr);
    font-size: 18px;
    margin-left: 4px;
}

#taikhoan {
    margin-left: 4px;
    margin-right: 15px;
}



.product-sp>a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0px 0px 40px;
    grid-gap: 2px;
}

.product-sp {
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid rgb(203, 199, 199);
    width: 325px;
    height: 513px;
    transition: 0.3s linear;
}

#image-product-hover {
    position: absolute;
    top: 0px;
    opacity: 0;
    max-width: 100%;
    transition: 0.2s linear;
}

.product-sp:hover #image-product-hover {
    opacity: 1;
}

.product-sp-1:hover #image-product-hover {
    opacity: 1;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: height 0.3s ease;
}

.image-details {
    border: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:16px;
    color: var(--black-color);
    transform: translateY(100%);
    transition: transform 0.3s linear;
} 

.product-sp:hover .image-overlay {
    height: 11%;
}

.product-sp:hover .image-details {
    transform: translateY(0%);
}

.product-sp:hover #title-product {
    opacity: 0;
}

.product-sp:hover #type-product{
    opacity: 0;
}

.product-sp:hover #price-product {
    opacity: 0;
}

.image-details:hover {
    color: var(--White-color);
    background-color: rgba(0, 0, 0, 0.89);
    font-weight: 600;
    font-size: 16px;
}

.image-details>span {
    font-weight: 500;
    margin-left: 120px;
}

.product-sp-1 {
    transition: 0.3s linear;
    position: relative;
    margin-top: 50px;
    width: 325px;
    height: 513px;
}

.product-sp-1:hover .image-overlay {
    height: 11%;
}

.product-sp-1:hover .image-details {
    transform: translateY(0%);
}

.product-sp-1:hover #title-product {
    opacity: 0;
}

.product-sp-1:hover #type-product{
    opacity: 0;
}

.product-sp-1:hover #price-product {
    opacity: 0;
}

.product-sp-1>a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#title-product {
    font-size: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 17px;
    color: var(--color-product);
    font-weight: 500;
    word-spacing: 2px;
    letter-spacing: 1px;
}

#type-product {
    color: var(--color-product);
    letter-spacing: 0.5px;
}

#price-deal {
    margin-left: 8px;
    font-weight: 500;
    color: rgba(169, 162, 162, 0.721);
    margin-top: 7px;
}

#price-product {
    font-weight: 500;
    color: var(--color-product);
    margin-top: 7px;
}

#new-arrival {
    padding: 4px 12px;
    background-color: rgb(71, 8, 138);
    font-size: 11px;
    color: var(--White-color);
    font-weight: 400px;
    letter-spacing: 1px;
}

.box-color {
    right: 15px;
    bottom: 120px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    position: absolute;
}

.box-color-black {
    border: 1px solid var(--border-color);
    height: 15px;
    width: 15px;
    background-color: black;
}

.box-color-white {
    border: 1px solid var(--border-color);
    height: 15px;
    width: 15px;
    background-color: white;
}

.box-color-bee {
    border: 1px solid var(--border-color);
    height: 15px;
    width: 15px;
    background-color: bisque;
}


.new-product {
    margin-top: 30px;
    position: absolute;
    text-align: center;
}



#danhmuc {
    color: var(--color-product);
    font-weight: 600;
    position: absolute;
    font-size: 20px;
    top: -10px;
}

.danhmucicon {
    font-size: 14px;
    color: black;
    margin-left: 3px;
}

footer {
    margin-bottom: 70px;
    display: flex;
}

#logo-footer {
    width: 300px;
    height: 37px;
}

.footer-1 {
    margin: 50px 20px 0px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-1 a {
    margin-bottom: 10px;
}

.footer-2 {
    margin: 50px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 300px;
}

.footer-2 li {
    font-weight: 600;
    color: var(--footer-color);
    list-style: none;
    margin: 10px 0px 0px 0px;
}

.footer-3 {
    margin: 50px 20px 0px 150px;
    display: flex;
    color: var(--footer-color);
    flex-direction: column;
    gap: 20px;
    width: 260px;
    font-size: 16px;
    font-weight: 500;
}

.footer-3 ul {
    margin-left: 17px;
}

.footer-3 ul li {
    padding-bottom: 10px;
}


.footer-4 {
    position: relative;
    margin: 50px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    width: 380px;
    color: var(--footer-color);
}

.footer-4>span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.location-footer {
    margin-left: 3px;
    color: var(--footer-color);
}

.phone-footer {
    color: var(--footer-color);
    margin-left: 3px;
}

.gifl {
    margin-left: 2px;
    margin-right: 3px;
}

.fa-truck-fast {
    margin-right: 3px;
}

.fa-gift {
    margin-left: 1px;
    margin-right: 5px;
}

.footer-1 span {
    color: var(--footer-color);
    font-weight: 600;
    font-size: 16px;
}

#title-footer {
    color: var(--footer-color);
    font-size: 20px;
    font-weight: bold;
}

#yourEmail {
    margin-left: 5px;
    padding: 15px 10px;
    border: none;
    background-color: rgb(222, 221, 221);
}

#sign {
    right: 40px;
    position: absolute;
    padding: 13.5px 30px;
    border: 1px solid;
    background-color: #699C5D;
    border: 1px solid #699C5D;
    margin-right: 20px;
    font-size: 14px;
    color: var(--White-color);
    font-weight: 600;
}

.icon-pay {
    margin-left: 5px;
}

#flex-pay {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#flex-pay li {
    list-style: none;
}

.banquyen {
    border-top: 1px solid rgb(231, 222, 222);
    text-align: center;
}

p {
    margin-top: 10px;
    color: var(--footer-color);
}