/* Add custom CSS styles below */ 
div#mainnav {
    background: #f2e6f3;
}
@font-face {
    font-family: 'GE_SS_Two_Medium';
    src: url('https://wpazzrk.github.io/Moaaz/GE_SS_Two_Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body * {
    font-family: 'GE_SS_Two_Medium', sans-serif;
}
.app-inner {
    background: #f3e6f3;
}
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
/*main-slider */
/*arrow of slider */
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 155px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem; 
}
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
section:nth-of-type(1){
margin-top:0px
}

/*------------margin-top of main container---------------*/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}
.store-footer__inner {
    background-color: #513D63!important;
}

/*************center heading ****************/
.s-block__title {
    justify-content: center;
}
.s-block__title * {
  padding: 0px !important
}
.s-block__title h2:after {
    content: "";
    width: 100%;
    height: 21px;
    display: block;
    background: #decfdc;
    margin-top: 0px;
    top: 14px;
    position: absolute;
    z-index: -1;
    left: 0px;
}
.s-block__title h2 {
    font-size: 30px;
    z-index: 111;
    padding: 0px 30px !important;
}
.s-block-trust-store-features {
    background: unset !important;
}
@media screen and (max-width:768px){
  .s-block__title h2 {
    font-size: 20px;
}
  .s-block__title h2:after {
    top: 6px;
   
}
}