/* General */
.top-header {
    background-color: #FFFFFF;
}
.home-block--bg, .header-block--nav-wrapper,
.nav-desktop ul .menu-item:not(.mega-menu) .sub-menu ul li>a,
.nav-desktop ul .menu-item>a{
    background-color: #f7f7f7;
}
.tabs-heads .tab-head .btn--grey, .tabs-heads .tab-head a--grey,
.nav-desktop ul .menu-item.active>a,
.nav-desktop ul .menu-item:hover>a,
.nav-desktop ul .menu-item:not(.mega-menu) .sub-menu ul li:hover>a,
.nav-desktop ul .menu-item>a:hover{
    background-color: #eee;
}
.title, .store-feature__icon {
    transition: color .3s ease-in-out;
}
body, .title--small, .footer__block a, .footer__block p, 
.nav-desktop ul .menu-item:not(.mega-menu) .sub-menu ul li a,
.nav-desktop ul .menu-item>a,
.tabs-heads .tab-head .btn,
.tabs-heads .tab-head a {
    font-size: 16px;
}
.title--large, .title--x-large {
    font-size: 1.7rem;
}
#main-cart-btn b {
    color: #a57d3c;
}
.nav-desktop--horizontal>ul {
    justify-content: center;
}
.home-block--store-features > .container > .row > div:hover .store-feature__icon,
.home-block--store-features > .container > .row > div:hover .title{
    color: #554d40 !important;
}
.footer__top {
    padding: 50px 15%;
}
.footer .footer-list li a {
    transition: all .5s cubic-bezier(.2,1,.3,1);
}
.footer .footer-list li a:hover {
    padding-inline-start: 10px;
}
.footer .footer-list--social-links li a:hover {
    padding-inline-start: 0;
}
@media only screen and (max-width: 767px) {
    .footer__top {
        padding: 40px 20px;
    }
}
.footer__bottom {
    background-color: #111;
    color: #ccc;
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px; /* Change right to left */
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}

@media screen and (max-width: 767px){
  .whatsapp-icon {
    margin-top: 16px;
  }
  .whatsapp_float {
    width: 60px;
    height: 60px;
    bottom: 100px;
    left: 10px; /* Change right to left */
    font-size: 33px;
  }
}

.product-block:hover {
    border-color: #ccc;
    box-shadow: 0 3px 20px 1px rgb(0 0 0 / 25%);
}

.product-block:hover .product-block__info .title {
    color: #a57d3c !important;
}
.product-block.contain .product-block__thumb .thumb-wrapper img:hover {
    filter: brightness(1.1);
    border-radius: 0 0 30px 30px;
}
.product-block.contain .product-block__thumb .thumb-wrapper img {
    transition: all 0.5s ease-in-out;
}

.store-feature {
    transition: all .5s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
}
.store-feature:hover {
    box-shadow: 0 3px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 50px;
}

/* Blocks Fixing */
@media (min-width: 576px) {
    /*.home-block--square-images > .container > .row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }*/
    
    .home-block--square-images:nth-child(2){
        padding-top: 40px;
    }
    .home-block--store-features > .container > .row > div:nth-of-type(1) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-block--store-features > .container > .row > div:nth-of-type(2) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .home-block--square-images > .container > .row > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .home-block--store-features > .container > .row > div:nth-of-type(1) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .home-block--store-features > .container > .row > div:nth-of-type(2) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.home-block--square-images:nth-child(2) {
    padding-top: 0;
}
/*.home-block--square-images > .container > .row {
    max-width: 80%;
    margin: auto;
}*/
.home-block--main-slider .hero > div {
    min-width: 80%;
}

/* Copyright */
.footer__bottom > .container > span:nth-of-type(2) {
    visibility: hidden;
    position: relative;
}
.footer__bottom > .container > span:nth-of-type(2):after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Developed By Fekra";
}