body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
}

#header {
    height: 70px;
    position: sticky;
    background-color: #fff;
    z-index: 999;
    top: -10px;
    box-shadow: 0 -6px 10px 5px rgba(241, 179, 179, 0.753);
    border-bottom: 0.1px solid rgba(241, 179, 179, 0.753);
    margin-bottom: 8px;
    align-content: center;
}

.header-img {
    align-content: center;
}

/* Nav */
nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.div-nav {
    display: flex;
    gap: 20px;
}

.div-nav a{
    text-decoration: none;
    color: black;
}

.nav-icon {
    display: flex;
    gap: 20px;
    color: gray;
    align-items: center;
}

.nav-icon a{
    color: gray;
}

.tip {
    position: absolute;
    right: 52px;
    top: 12px;
    height: 18px;
    width: 18px;
    background: #111111;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.tip1 {
    position: absolute;
    right: 87px;
    top: 12px;
    height: 18px;
    width: 18px;
    background: #111111;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
  }

/* Category section */
.cat-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 70vh;
}

.main-container {
    width: 50%;
    position: relative;
    text-align: center;
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.cat-section img {
    width: 100%;
    height: 100%;
}

.categories-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  transform: translate(-50%, -50%)
}

.categories-text h1 {
    font-family: "Cookie", cursive;
    color: #111111;
    margin-bottom: 2px;
    font-size: 80px;
    font-weight: lighter;
    position: relative;
    right: 20%;
}

.categories-text p {
    width: 50vh;
}

.categories-text span {
    position: relative;
    right: 20%;
}

.cat-section a {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}

span {
    display:inline-block;
    border-bottom:2px solid red;
    padding-bottom:3px;
}

.cat-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.cat-text {
    position: absolute;
    color: black;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    text-align: center;
    font-size: 12px;
    word-break: break-all;
}

.cat-text p {
    color: gray;
}

/* banner area */
.banner-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner-container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.offset-r {
    margin-left: 33.333333%;
}

.banner-item {
    position: relative;
    overflow: hidden;
}

.banner-item-pic {
    float: right;
}

.banner-item-text {
    max-width: 300px;
    position: absolute;
    left: 150px;
    top: 110px;
}

.banner-item-text h2 {
    color: #111111;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.banner-item-text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.offset-l {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.banner-item-m {
    margin-top: -75px;
}

.banner-item-pic2 {
    float: none;
}

.banner-item-text2 {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 22px;
}

.banner-item-text2 h2 {
    color: #111111;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.banner-item-text2 a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.banner-item-rd {
    margin-top: -450px;
}

/* products section */
.products-container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.products-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex: 0 0 25%;
    max-width: 25%;
}

.filter-controls {
    text-align: center;
    margin-bottom: 45px;
  }

.filter-controls li {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 88px;
    cursor: pointer;
}

.filter-controls li.active {
    color: #111111;
}

.product-item {
    margin-bottom: 35px;
}

.product-item-pic {
    height: 360px;
    position: relative;
    overflow: hidden;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.label {
        background: #36a300;
        font-size: 12px;
        color: #ffffff;
        font-weight: 500;
        display: inline-block;
        padding: 2px 8px;
        text-transform: uppercase;
        position: absolute;
        left: 10px;
        top: 10px;
}

.product-hover {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.product-hover li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    left: 20px;
    top: 100px;
}

.product-hover li a {
    font-size: 18px;
    color: #111111;
    display: block;
    height: 45px;
    width: 45px;
    background: #ffffff;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    transition: all, 0.5s;
}

.product-hover li a i {
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    display: inline-block;
}

.product-item-text {
    text-align: center;
    padding-top: -22px;
}

.rating {
    line-height: 18px;
    margin-bottom: 5px;
}

.product-price {
    color: #111111;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

h6 a {
    color: #111111;
}

.rating i {
    font-size: 10px;
    color: #e3c01c;
    margin-right: -4px;
}