*, html {

    scroll-behavior: smooth !important;
}
body {
    font-family: "El Messiri", sans-serif !important;
    font-optical-sizing: auto;
    height: 100%;
    background-color: #fff !important;
}
a {
    color: #8247ff;
    text-decoration: none;
}
p {
    color: var(--text-color);
}
h1 {
    font-size: 2em;
    color: var(--main-color) !important;
}
.bg-light {
    background-color: #ece7f9 !important;
}
:root {
    --main-color: #8247ff;
    --secondaryt-color: #f3807e;
    --text-color: #393b3a;
    --light-text-color: #6a6c6b;
    --third-color: #f2f9ff;
    --fourth-color: #eeeef0;
    --fifth-color: #ece7f9;
    --sixth-color: #d9dce5;
    --seventh-color: #efd1ab;
    --lighter-text-color: #afb6c9;
    --yellow-color: #ffd33b;
  }


  h1, h2, h3, h4, h5, h6 {
    font-family: "El Messiri", sans-serif !important;
    font-optical-sizing: auto;
    word-spacing :5px !important;
    letter-spacing: 1px !important;
  }
  .cartshow {
    font-size: 0.8rem !important;
  }
  .floatCart {
    width: 70px !important;
    height: 70px !important;
    position: fixed !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 50% !important;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color) !important;
    z-index: 999999;
  }
  .floatCart a{
    color: #fff !important;
  }
  .main-menu {
    margin-top: 10px !important;
  }
  .language-selector {
    background-color: var(--secondaryt-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999999;
    border-radius:0 0 5px 5px ;
  }
  .language-selector a{
    color: white !important;
  }
  .language-selector .nav-item:hover a{
    background-color: #fff;
    color: #fff !important;
  }
.colorbar {
    height: 10px !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background-color: var(--main-color) !important;
    background-image: linear-gradient(62deg, #f3807e 0%, #8247ff 100%);

}
.mainHeader {
    padding: 15px 0 0 15px !important;
}
.logoSection, .cartSection, .searchSection {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topnavleft {
    background-color: #f3807e;
    background-image: linear-gradient(62deg, #f3807e 0%, #8247ff 100%);
    border-radius: 5px !important;
}
.mainMenuToggle {
    text-decoration: none;
    margin-left: 20px !important;
    color: #31081F !important;
    font-size: 1.5em !important;
}
.logo {
    width: 144px !important;
}
.homeBtn {
    background-color: var(--third-color);
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px !important;
}
.has-search .form-control {
    padding-right: 2.375rem;

}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: var(--main-color);
}
.cartSection {
    justify-content: flex-end !important;
}
.logoSection {
    justify-content: flex-start !important;
    padding-right: 30px !important;
}
.bg-dark {
    background-color: #6B0F1A !important;
}
.cartSection a {
    background: none !important;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px !important;
    margin: 5px !important;
    color: #fff !important;
    font-size: 1.5em !important;
}
.onsale {
    display: inline-block;
    font-size: 1.2em !important;
    background-color: #f3807e;
    background-image: linear-gradient(62deg, #f3807e 0%, #8247ff 100%);
    color: #fff !important;
    padding: 5px 15px 5px !important;
    border-radius: 10px !important;
    z-index: 99999999;
}

.ctaOne, .ctaTwo {
    padding: 10px !important;
}
.hero1, .hero2 {
    height: 100% !important;
    padding-left: 100px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainHero a {
    color: #6B0F1A;
    text-decoration: none;
    font-size: 1.2em;
}
.hero3, .hero4, .hero5 {
    height: 100% !important;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero1, .hero2, .hero3, .hero4, .hero5 {
    transition: all .2s ease-in-out;
}
.hero1:hover, .hero2:hover, .hero3:hover, .hero4:hover, .hero5:hover {
    transform: scale(0.95) !important;
}
.custom-btn:hover {
    background-color: var(--main-color);
}
.mainActivity .row .card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100% !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}
.mainActivity .row .card:hover {
    transform: scale(1.1);
}
.secondaryHero {
    margin-top: 15px !important;
}
.secondaryHero .onsale {
    font-size: 0.9em !important;
}
.mainHero h1 {
    color: #31081F !important;
    font-size: 2em !important;
}
.mainActivity h2 {
    color: #6B0F1A;
}
.mainActivity h1 {
    color: var(--text-color);
}
.mainActivity .firstrow {
    margin-bottom: 25px !important;
}
.mainActivity .row .card h4 {
    text-align: center;
    font-size: 0.8em !important;
}
.bigActivity .card {
    position: relative;
    min-height: 300px !important;
}
.resum .col-3 {
    padding: 2px !important;
}
.resum h4 {
    font-family: "El Messiri", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 0.9rem !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.actitle {
    position: absolute;
    bottom: 60px !important;
    right: -10px !important;
    padding: 20px !important;
    background-color: #fff;
}
.mainActivity a{
    font-family: "El Messiri", sans-serif !important;
    font-optical-sizing: auto;
    word-spacing :5px !important;
    font-size: 1.2em !important;
    text-decoration: none;
    color: var(--text-color);
}
.someProducts Title a, .ctafullw .container a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem !important;
}

  .item img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .item h4{
    margin-top: 7px !important;
    font-size: 1em !important;
  }
  .item a, .produu a,  .block a {
    display: inline-block;
    font-size: 0.8rem !important;
    background-color: var(--secondaryt-color);
    color: #fff !important;
    border-radius: 3px !important;
    padding: 5px !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.item a:first-of-type {
    background-color: #fff;
  }
  .item a:first-of-type:hover {
    background-color: var(--main-color) !important;
  }
.produu img {
    width: 70% !important;
}
.item a:hover, .produu a:hover {
    background-color: var(--main-color) !important;
}
.owl-item {
    transition: all 0.2s ease-in-out;
}
.storitem {
    position: relative;
}
.storitem::after{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 9999999999;
    border-radius: 50%;
    opacity: 0.5;
    transform: scale(120%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f54f";
    font-size: larger;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

.storitem:hover::after{
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    transform: scale(80%);
}
.ctafullw .container {
    margin-top: 30px !important;
    padding: 50px !important;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px !important;
    transition: all 0.2s ease-in-out;
}
.ctafullw .container:hover {
    transform: scale(0.97) !important;
}
#owl-carouselOne h4 {
    text-align: center;
    margin-top: 20px !important;
    transition: all 0.2s ease-in-out;
}
#owl-carouselOne img {
    border-radius: 0 !important;
}
#owl-carouselOne h4 a{
    background-color: #fff !important;
    color: var(--text-color) !important;
}
.nav-link:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}
footer {
    background-color: var(--fourth-color);
}
.footerSep {
    width: 100% !important;
    background-color: var(--main-color);
    color: #fff !important;
    padding-top: 15px !important;
}
.footerSep p{
    color: #fff !important;
}
.footerLast {
    padding-top: 15px !important;
}
.footerLast img{
    margin-right: 15px !important;
}
.about img {
    border-radius: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.2s ease-in-out;
}
.about img:hover {
    transform: scale(0.97) !important;
}
.list-group-item {
    border: none !important;
}
.offcanvas-body .nav-link, .list-group-item .nav-link {
    color: var(--text-color) !important;
    transition: all 0.2s ease-in-out;
}
.offcanvas-body .nav-link:hover, .list-group-item .nav-link:hover {
    padding-right: 50px !important;
    color: #fff !important;
}
.nav-link {
    display: block;
    padding: 0.5rem 0.5rem !important;
    color: #8247ff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color:var(--main-color) !important;
    /*border-color: var(--secondaryt-color) !important;*/
}
.martbrand {
    position: relative;
}
.storeicon {
    top:20px !important;
    right: 20px !important;
    z-index: 999999;
    width: 200px !important; 
    height: 200px !important;
    overflow: hidden;
    display: block;
    position: absolute;
    
}
.storeicon img{
    width: 100% !important; 
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    border: #8247ff 1px solid;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.accountcover {
    position: relative;
    height:300px !important;
    overflow: hidden;
}
.accountcover .badge{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.accountcover:hover .badge{
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 1;
}
.storeicon .badge{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.storeicon:hover .badge{
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 1;
}
.storeinfo {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -155px !important;
    z-index: 999;
}
.storecat, .storename {
    display: inline-block !important;
    padding: 10px !important;
    background-color: var(--main-color);
    color: #fff !important;
    margin: 5px;
    border-radius: 5px !important;
}



.carousel-container {
    position: relative;
  }
  .carousel-item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  #carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    padding: 0 10px;
  }
  #carousel-thumbs img {
    border: 1px solid transparent;
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .block a, .block input {
    margin: 10px !important;
  }
  .mainActivity h1 {
    color: #31081F !important;
}
.item {
    position: relative !important;
}
.storeprod {
    
    font-size: 0.8em !important;
    color: #8247ff !important;
    padding: 5px 5px 5px !important;
    border-radius: 10px !important;
}
.storeimg {
    width: 100% !important;
}
.storeitem {
    padding: 10px !important;

}
.storeinner {
    padding: 5px !important;
    background-color: #f4f3ef;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; 
    transition: all 0.2s ease-in-out; 
}
.storeinner h5, .storeinner h4, .storeinner p{
    padding-top: 8px !important;
    text-align: center !important;
    background-color: none !important;
}
.storeinner p{
    color: var(--main-color) !important;
}
.carousel-item{
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link {
    color: #8247ff;
}
.page-link:hover {
    color: #f3807e;
}
.store-bg {
    width: 100%;
    height: 200px;
    background-image: url('https://www.hirafi-blida.com/public/assets/img/store.jpg');
    background-position: center;
    background-size: cover;
}
.remove-cart {
        display: inline-block;
    font-size: 0.8rem !important;
    background-color: var(--secondaryt-color) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.offcanvas-header {
    padding: 20px !important;
    padding-top: 30px !important;
}
@media (max-width: 576px) {  

    
    .logoSection {
        justify-content: center !important;
    }
    .searchtop, .cartSection {
        display: none !important;
    }
    .hero1, .hero2 {
        padding-top:10px !important;
        padding-bottom: 10px !important;
    }
    .ctaThree, .ctaFour, .ctaFive {
        margin-bottom: 20px !important;
    }
    .mainActivity .row .col-6 {
        margin-bottom: 25px !important;
    }
    .mainActivity .firstrow {
        margin-bottom: 0 !important;
    }
}
.storeinner h4 a {
    background-color: #f4f3ef !important;
    color: #333 !important;
    font-size: 1.1rem !important;
}
.storeinner:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;  

}
.storeinner a.addtocardbtn {
    background-color: var(--secondaryt-color) !important;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: var(--main-color);
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input.form-control{
    padding: 11px;
    border: none;
    border: 2px solid #405c7cb8;
    border-radius: 30px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
   
   
}
input.form-control:focus{
    box-shadow: none !important;
    outline: 0px !important;
    background-color: transparent;
}
button.login-btn{
    background: #b400ff;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 30px;
}
.addcartbtn {
    background-color: var(--secondaryt-color) !important;
}
.addcartbtn:hover {
    background-color: var(--main-color) !important;
}

