/* Add custom CSS styles below */ 
@font-face {
  font-family: 'DINNextLTArabic';
  src: url('https://arbfonts.com//wp-content/fonts/new-arabic-fonts//DINNextLTArabic-Regular-3.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body * {
  font-family: 'DINNextLTArabic', sans-serif;
}
/**************/
@media screen and (min-width:991px) {
.main_banner p{
    width: 70%;
    line-height: 30px;
}
}
 section:nth-child( 2 of section.main_banner) .slider_image{
    display: none;
}
section:nth-child( 2 of section.main_banner)  .slider_content{
    margin-right: 0px;
    grid-column: span 3;
    text-align: center;
    align-items: center;
}
section:nth-child( 2 of section.main_banner) h2{
    width: 64% !important;
}
@media screen and (max-width:768px) {
section:nth-child( 2 of section.main_banner) h2 {
    width: 84% !important;
}
.moved_banner [aria-label="1 / 1"] > div:nth-of-type(1) > div:nth-of-type(2) {
    width: 100%;
}
}
/*****moved_banner***********/
.moved_banner .image-content{
    display: none;
}
.moved_banner [aria-label="1 / 1"] > div:nth-of-type(1) > div:nth-of-type(2) {
    width: 50%;
    margin-inline: auto;
    text-align: center !important;
    align-items: center;
}
@media screen and (max-width:768px) {
.moved_banner [aria-label="1 / 1"] > div:nth-of-type(1) > div:nth-of-type(2) {
    width: 100%;
    margin-inline: auto;
    text-align: center !important;
    align-items: center;
    gap: 4px !important;
}
.moved_banner h3 {
    font-size: 14px !important;
    line-height: 18px;
}
.moved_banner [aria-label="1 / 1"] > div:nth-of-type(1){
    margin-top: 0px;
    }
}
.moved_banner h3 {
    text-align: center;
}
  @media screen and (max-width:768px){
        .store-footer__inner * {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        }

/* Cart Number */
#mainnav span.s-cart-summary-count {
    background-color: var(--color-primary) !important;
}