body {
    margin: 0;
}

nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.header-menu {
    position: relative;
    padding-bottom: 48px;
    padding-top: 48px;
}


.menu-font {
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.header-menu:hover ul {
    display: block;
}

.header-menu:hover {
    cursor: pointer;
}

#logo_container img {
    width: 205px;
    height: 25px;
    
}

#logo_container {
    display: flex;
    align-items: center;
}

#header {
    display: flex;
    margin: auto;
    width: 1300px;
    height: 115px;
}

header {
    background-color: #FFFFFF;
}

nav div {
    padding-left: 20px;
    padding-right: 20px;
}

nav ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav ul {
    display: none;
    position: absolute;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    padding: 20px;
    width: 150px;
    left: 0;
    top: 114px;
    box-shadow: 1px 1px 2px 0 aliceblue;
}

#menu-icons {
    display: flex;
    align-items: center;
}

#menu-icons div {
    padding-left: 10px;
    padding-right: 10px;
}

#cart-num {
    background-color: red;
    padding: 3px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 8px;
    font-family: Montserrat,sans-serif;
    position: relative;
    top: -4px;
    left: -4px;
}

#slide-banner {
    
    height: 614px;
    background-color: #f3f3f3;
}

#slide-banner-content {
    display: flex;
    width: 1300px;
    margin: auto;
}

#slide-banner-content-text {
    padding-top: 135px;
    padding-bottom: 135px;
}

#slide-banner-content-text-2 {
    line-height: 28px;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 40px;
}

#products {
    width: 1300px;
    margin: auto;
}

#product-menu {
    margin-top: 57px;
    margin-bottom: 27px;
    position: relative;
}

#product-menu-container ul {
    position: absolute;
    right: 0;
    list-style-type: none;
    background-color: white;
    padding: 20px;
    width: 150px;
    display: none;
}
#product-menu-container:hover ul {
    display: block;
}

#product-menu-container:hover {
    cursor: pointer;
}

#product-menu-container:hover .text-deco-none{
    top: -2px;
    color: #f34f3f;
}

#product-menu-container ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#product-menu-container {
    position: absolute;
    right: 0;
    top: 1px;
    padding-bottom: 30px;
}



.text-deco-none {
    position: relative;
    top: 0;
    left: 0;
    text-decoration: none;
    color: black;
    transition: top 0.1s;
}

.text-deco-none:hover {
    
    top: -2px;
    color: #f34f3f;
}

.items {
    display: flex;
    justify-content: space-between;
}

#sold-item3 {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px;background-color: black;
    color: white;
}

.item-name {
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.price {
    text-align: center;
}

.add-to-cart-container, .price-container {
    position: relative;
}

.add-to-cart-container span {
    position: absolute;
    left: -60px;
    right: 0;
    /*top: -15px;*/
    transition: left 0.5s , opacity 0.5s;
    opacity: 0;
}

.price-container span {
    position: absolute;
    left: 0;
    right: 0;
    transition: left 0.5s , opacity 0.5s;
    opacity: 1;
}

.price a{
    text-decoration: none;
}

.item:hover .add-to-cart-container span {
    left: 0px;
    opacity: 1;
}

.item:hover .price-container span {
    left: 60px;
    opacity: 0;
}

#video-container {
    width: 1300px;
    margin: auto;
    display: flex;
}

#video-container ul{
    list-style-image: url('../img/h1-custom-icon2.png');
    padding-left: 18px;
    font-size: 19px;
    color:#6d6a6a;

}

#sale-item1 {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px;background-color: white;
    color: black;
}

#video-text1 {
    font-size: 38px;
    line-height: 50px;
}

#valentine-text {
    color: red;
}

#video-text2 {
    font-size: 19px;
    color: #6d6a6a;
    line-height: 33px;
}

#video-text-container {
    padding-left: 70px;
    padding-top: 31px;
    padding-right: 91px;
}

footer {
    background-color: #fefaf3;
}

#footer-container {
    width: 1300px;
    margin: auto;
}
#uri {
    display: flex;
    justify-content: space-between;
}

#footer-container hr{
    border: 1px solid #eceae1;
}

.uri-header-text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
}

#uri ul {
    list-style-type: none;
    padding: 0;
}

#uri ul li{
    padding-top: 10px;


}

#uri ul li a {
    text-decoration: none;
    color: #8b8b8b;
    font-size: 14px;
}

#footer-container {
    padding-top: 73px;

}

#footer-bottom {
    display: flex;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #8b8b8b;
    font-size: 14px;
}

#footer-bottom-copyright {
    position: absolute;
    left: 0;

}

#footer-bottom-copyright a{
    text-decoration: none;
    color: #6d6a6a;
}

#footer-bottom-copyright a:hover{
    color: #f34f3f;
}

#footer-bottom-card {
    margin: auto;
}

#footer-bottom-social {
    position: absolute;
    right: 0;
    font-size: 12px;
}

#social-ins {
    margin-right: 30px;
    text-decoration: none;
    color: #6d6a6a;
}

#social-ins:hover {
    color: #f34f3f;
}

#social-fb {
    text-decoration: none;
    color: #6d6a6a;
}

#social-fb:hover {
    color: #f34f3f;
}



