* {
    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: 2130px;
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    height: 100px;

}

.header {
    z-index: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    height: 130px;
    background-color: var(--White-color);
}

.menu {
    position: relative;
    margin-top: 50px;
}

#flex-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 45px;
}

#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: 340px;
    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 ;
}
 

#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;
}



#logo-web-clownz {
    position: absolute;
    left: 47%;
    margin-top: 5px;
    filter: invert(0);
    width: 140px;
}

.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;
}





#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);
}

.list-produce {
    color: var(--color-product);
    font-size: 18px;
    margin: 30px 30px 0px 37px;
    width: 250px;
}

.more-produce {
    display: flex;
    flex-direction: row;
}

.list-produce ul li {
    list-style: none;
}

.list-produce ul li a{
    text-decoration: none;
    color: var(--color-product);
    margin: 10px 0px 10px 0px;
}

#smallimg {
    width: 190px;
    width: 100px;
    margin-right: 30px;
}

.smallimage {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.bigimage {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

#bigimg {
    width: 600px;
    height: 700px;
}

.mota-sp {
    margin: 27px 0px 0px 30px;
    display: flex;
    flex-direction: column;
}

#title-product {
    font-size: 24px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-product);
    font-weight: 500;
    word-spacing: 2px;
    letter-spacing: 1px;
    border-bottom: 2px dotted;
    padding: 0px 0px 10px 0px;
}

#price-product {
    margin-top: 12px;
    font-size: 18px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--black-color);
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 2px dotted var(--color-product);
}

#mausac {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.box-color {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.box-color-black {
    border: 1px solid var(--border-color);
    height: 25px;
    width: 25px;
    background-color: black;
}

.box-color-white {
    border: 1px solid var(--border-color);
    height: 25px;
    width: 25px;
    background-color: white;
}

.box-color-bee {
    border: 1px solid var(--border-color);
    height: 25px;
    width: 25px;
    background-color: bisque;
}

#size-sp {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.box-size {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 10px;
}

.box-size-m {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgb(221, 220, 220);
    padding: 12px 20px 12px 20px;
}

.box-size-l {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgb(221, 220, 220);
    padding: 12px 20px 12px 20px;
}

.box-size-xl {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgb(221, 220, 220);
    padding: 12px 17px 12px 17px;
}

.mua-sp {
    width: 370px;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0px;
    background-color: rgb(7, 219, 35);
}

.mua-sp a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--black-color);
}

#chieucao-cannang {
    width: 370px;
    margin-top: 20px;
}

.more-sp {
    margin: 15px 0px;
}

#mota {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-product);
}

.chatlieuao {
    width: 370px;
    margin-top: 10px;
}

.chatlieuao ul li {
    font-size: 16px;
    font-weight: 700;
    color: rgb(83, 83, 83);
    margin: 13px 0px;
    list-style: none;
}