/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: white!important;
  
}

section.home-block.home-block--fixed-banner {
  padding: 20px 0;
}

#site-header-outer {
    background-color: #fff;
}

.top-header {
    background-color: #fff;
}
/* End of Global */


/* Banners */
section.home-block.home-block--fixed-banner .container .row .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed {
    border-radius: 0;
    background-color: transparent;
}

section.home-block.home-block--fixed-banner .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/* End of Banners */



/* Main Slider */
section.home-block.home-block--main-slider {
    padding: 0;
}

section.home-block.home-block--main-slider .hero.no-p .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

section.home-block.home-block--main-slider .hero.no-p .container .row .col-sm-12 .hero__content .splide {
  border-radius: 0;
}

@media only screen and (min-width: 767px) {
    .splide--main-slider .splide__track {
        border-radius: 0;
    }
}
/* End of Main Slider */





/* Categories */
section.home-block.home-block--square-images > div > div:nth-child(1) > div > div:before {
  display: none;
}

section.home-block.home-block--square-images > div > div:nth-child(1) > div > div:after {
  content: ' ';
  display: block;
  border: 1px solid #412F1B;
  margin-top: .1rem;
}

section.home-block.home-block--square-images > div > div:nth-child(1) > div > div {
  padding-right: 0;
  color: #412F1B !important;
}

section.home-block.home-block--square-images > div > div:nth-child(1) > div {
  justify-items: center;
}

section.home-block.home-block--square-images > div > div:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

@media(max-width: 992px) {
  section.home-block.home-block--square-images > div > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

section.home-block.home-block--square-images > div > div:nth-child(2) > div {
  max-width: 100%;
}

section.home-block.home-block--square-images > div > div:nth-child(2) > div > a > figure {
  height: 220px !important;
  background-color: #F6F7F9 !important;
}

@media(max-width: 992px) {
  section.home-block.home-block--square-images > div > div:nth-child(2) > div > a > figure {
    height: 128px !important;
  }
}

@media only screen and (max-width: 767px) {
    .home-block--bg {
        padding: 0;
    }
}
/**/


/* Footer */
.footer {
  background-color: #fff;
}


@media only screen and (min-width: 1024px) {

section.home-block.home-block--square-images > div > div:nth-child(2) {
    display: grid
;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}}


@media only screen and (max-width: 765px) {

section.home-block.home-block--square-images > div > div:nth-child(2) {
    display: grid
;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}}



.no-m .row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}


.home-block--square-images  {
    padding: 0px;
}

section.home-block.home-block--square-images > div > div:nth-child(2) > div > a > figure {
    height: 274px !important;
    background-color: transparent;
}



.moh img{width:80%;
margin:auto;
}

 
.title--primary {
    color: black !important;
}

title--primary :hover {
    color: #EFA08F !important;
}


body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-main);
}

h1, h2, h3 {
  color: var(--color-title);
}

a {
  color: var(--color-text);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-primary);
}
.title {
    font-size: var(--font-lg);
    font-family: var(--font-medium);
    font-weight: 100;
    color: black !important;
} .breadcrumb a {
    transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
    color: black;
}
.s-add-product-button-with-quick-buy .s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #EFA08F;
    color: white !important;
}
.breadcrumb a:hover {
    color: #EFA08F;
}

.nav-desktop ul .menu-item:hover>a, .nav-desktop ul .menu-item>a:hover, .nav-desktop ul .menu-item:not(.mega-menu) .sub-menu ul li:hover>a {
    color: #EFA08F;
    background-color: #ecf0f5;
    background-color: var(--color-grey-darker);
}.title--primary:before {
    background-color: #EFA08F !important;
}

.footer {
    background-color: #F7F7F7;
}


footer .title {
    font-size: var(--font-lg);
    font-family: var(--font-medium);
    font-weight: 100;
    color: #f09f8f !important;
}


.btn--primary.outlined {
    color: #f09f8f;
    border: 1px solid #f09f8f;
    background: rgba(0, 0, 0, 0);
}.footer .footer-list li a:hover {
    color: #ea9d8c;
}


section.home-block.home-block--square-images > div > div:nth-child(1) > div {
    justify-items: center;
    display: none;
}

.footer__bottom {
    padding: 15px 0;
    background-color: #f0f2f5;
    background-color: #f7f7f7;
    font-size: var(--font-sm);
}


a:hover {
    color: #f09f8f;
} 

.footer__bottom a {
    color: #f09f8f;
}
  
    
    .footer .footer-list li {
    border-bottom: 2px dashed #C9C9C9;
}

.home-block--bg {
    background: #F5F7F9;
    background: transparent;
}

 
.footer .footer-list {
    text-align: center;
}
 ..product-block {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 92%;
    position: relative;
    border-radius: 8px;
    border: 1px solid #f0f2f5;
    border: 1px solid var(--color-grey-dark);
    box-shadow: 0 1px 2px 0 rgba(238, 238, 238, .5);
    overflow: hidden;
    transition: border .2s linear, box-shadow .2s linear;
    background: #fff;
    height: 81% !important;
}

@media(max-width:765px) {
.footer .footer-list--row {
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .footer-list {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer__block>*:first-child {
    flex: auto;
    text-align: center;
}


.footer__block>*:first-child {
    flex: auto;
    text-align: center;
    align-self: center;
}
}

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&display=swap');