header.siteHeader {
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 0;
    z-index: 9;
}

header.siteHeader a {
    color: #fff;
}

.headerLeftMenu ul li:first-child a {
    color: #fff;
    font-weight: 800;
}

/* Home Banne Css Start */
section.heroBanner {
    width: 100%;
    height: 667px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

section.heroBanner h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    animation: zoom-in-zoom-out 1s ease-out;
    -webkit-animation: zoom-in-zoom-out 1s ease-out;
}

section.categorySection {
    padding: 115px 0 17px;
    background-image: linear-gradient(180deg, #fff 50%, #542C0C 50%);
}

.categoryRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
}

.categoryCol {
    width: 20%;
}

.categoryCard {
    text-align: center;
}

.categoryImage {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position:relative;
}

.categoryImage img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition:0.5s;
}

.categoryCard:hover .categoryImage img{
    top: -30px;
    transition:0.5s;
}

.categoryCard h4 {
    text-align: center;
    color: #EAA636;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    margin: 24px 0 0;
}

.categoryCard h4 a {
    color: #EAA636;
}

.categoryTabContant{
    display: none;
}

#allCategory{
    display: block;
}

section.productSection {
    padding: 30px 0;
}

.productRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -11px;
}

.productCol {
    width: 33.33%;
    padding: 16px 11px;
}

.productCard {
    padding: 20px 16px 10px;
    text-align: center;
    background-color: #F2CA86;
}

.productCard.bgBrown {
    background-color: #542C0C;
}

.productImage {
    width: 100%;
    height: 332px;
    overflow:hidden;
}

.productImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition:0.5s;
}

.productCard:hover .productImage img {
    transform: scale(1.1);
    transition: 0.5s;
}

.productContent h2 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 8px 0;
    text-transform: capitalize;
}

.productContent h2 a {
    color: #FFF;
}

.productContent a.knowMoreBtn {
    border-radius: 30px;
    background-color: #FFF;
    padding: 12px 32px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 158px;
    height: 44px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.productContent a.knowMoreBtn:hover::after {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #F9AF51;
    background-image: url(../images/mdi_eye.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}


/* Product Detail */
.productDescriptionPopup {
    position: relative;
    background: #FFF;
    padding: 50px 70px;
    width: auto;
    max-width: 892px;
    margin: 20px auto;
    border-radius: 12px;
}

.popupRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popupImage {
    width: 300px;
}

.popupImage img {
    width: 100%;
}

.popupDesc {
    width: calc(100% - 300px);
    padding-left: 80px;
}

body button.mfp-close {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 100%;
    background-image: url(../images/basil_cross-solid.svg);
    background-size: cover;
}

.popupDesc h3 {
    color: #4B2C17;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.popupDesc p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0 24px;
}

.popupDesc a {
    padding: 12px 27px;
    border-radius: 62px;
    background-color: #4B2C17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.popupDesc a svg {
    margin-right: 10px;
}