:root{
  --background-color:#13181b;
  --primary-color:#ce2124;
  --secondary-color-alt11:#fff;
}
body{
  background-color: var(--background-color);
  color: #fff;
}
/*========== main nav ===========*/
.image-logo{
  filter: brightness(0) invert(1);
}
.account-lang-currency{
  display: none !important;
}
.search-header{
  padding: 0px !important;
  border-radius: 0 0 1.5rem 1.5rem;
}
.header-logo{
  justify-content: space-around;
}
.rtl .icon-menu-top{display: none !important}
.icon-menu-top {
  visibility: hidden !important;
}
header .d-lg-block{
  display: none !important;
}

.account-area{
  height: 50%;
}
.account-area button{
  background-color: var(--primary-color);
  border-color: #fff;
}
.account-area .btn-dark:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #fff;
}
.account-area .btn-dark:hover .header-theme-icon-primary {
    color: var(--primary-color);
}
/*==========product============*/
.slick-track{
  display: flex;
  justify-content: center;
  width: unset !important;
}
.products-slider .prod-col{
  width: unset !important;
}
.add-to-wishlist {
 display:none ;
}
 .product-item {
        width: 35rem !important;
        max-width: none;

    }
.product-item img  {
  border-radius: 1.5rem;
}
.product-title,.product-crd-spec{
  text-align: center;
}
.product-item .product-title,.product-crd-spec{
  min-height: 0px;
}
.product-item .product-title > span{
  height: 20px;
}
.product-card-footer{
  margin-top: 1rem;
}
.product-price span{color: #fff;}
.product-prev-price{color: yellow;}
.product-prev-price + span{
  color: #fff !important;
}
.products-slider{
      margin-bottom: 2rem;
}
.product-card-add-to-cart{
  width: 80%;
  padding: 0.75rem 0.75rem;
  font-size: 1.25rem;
}

.section-padding-space{
  padding-bottom: 3px !important;
}
.footer-store-section-bars {
     min-height: 0;
}
.footer-copyrights-vat-certificate .container div{
  flex-direction: row !important;
  justify-content: center !important;
}
/*========product page=======*/
.description-paragrah img{
    object-fit: cover;
    height: auto;
}
.div-product-sku,.div-product-weight{
  display: none !important;
}
.select-quantity-div{
  display: flex;
  justify-content: space-between;
}
.product-social{
  justify-content: center;
    margin-top: 2rem;
}
.col-product-info{
  text-align: center;
}
.col-product-info .d-flex{
  justify-content: center;
}
.description-paragrah{
  margin-right: 0px !important;
}
.product-title,.select-quantity,
.select-quantity-div > div.form-group > div:after
,.border-product .product-title,.description-title{
  color: #fff;
}
.products-details{margin-top: 2rem !important;}
/*====== product title ======*/

.products-details h1,.product-title span{
  /*  background-image: linear-gradient(-225deg, #ffffff 0%, #ce2124 29%, #e3c7c7 67%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;*/
    color: #fff;
    display: inline-block;
}
.products-details h1{
    font-weight: 800;
    font-size: 2rem;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*=============sticky bar============*/
.btn-add-to-cart{
   border: 1px solid #fff;
   margin-right: 2rem;
}
.btn-buy-now{
  color: #fff;
  border: 1px solid #ffffff;
  margin-left: 2rem;
}
.buy-now-icon{background-color: #ffffff !important;}
.product-buttons {
  transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 1;
  overflow: hidden;
}
.product-buttons .d-flex{
  border-radius: 0 !important;
  flex-wrap: no-wrap;
  justify-content: space-evenly;
  align-items: stretch !important;
  gap: 0.5rem;
}
.product-buttons , .product-buttons .d-flex {
  background-color: var(--primary-color) !important;
}

.product-buttons {
  padding: 0px !important;
}
.product-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 1px, transparent 1px);
  background-size: 30px 30px, 40px 40px, 60px 60px, 80px 80px, 100px 100px;
  background-position: 5px 10px, 20px 40px, 50px 30px, 70px 80px, 100px 50px;
  opacity: 0.5;
  pointer-events: none;
}
/*=============footer==========*/
.footer-store-section{
  border-radius: 4rem 4rem 0 0;
}
body[data-template="product_details"] .footer{
  padding-bottom: 7rem !important;
}
.footer-companies,.footer-copyrights-vat-certificate{
  background-color: var(--primary-color);
}
.footer-copyrights-vat-certificate{color: #fff;}
.store-section p {
    font-size: 1.07rem;
}
.footer-logo{
  width: 150px;
  filter: brightness(0) invert(1);
}
.footer-about-us-links-div,.footer-logo{
  margin-bottom: 2.5rem;
}
.footer-logo-p{
  display: flex;
  justify-content: center;
}
/*============= cart page ==============*/
body[data-template="cart_page"] .breadcrumb{
  display: none !important;
}
/*======================================*/
@media(max-width:768px){
   
 .products-slider{
  display: flex !important;
  justify-content: center !important;
} 
  .footer-store-section{
    text-align: center; 
  }
  .social-icons{
    justify-content: center;
  }
 /* .upper-bar {
        display: block;
    }*/
}
@media (min-width: 768px) and (max-width: 1024px){
  .footer-store-section{
    text-align: center; 
  }
  .social-icons{
    justify-content: center;
  }
  .rtl .footer-about-us-div{
    padding-left: 0px;
  }
  .header-logo, .header-cart {
    width: 50%;
}
}
@media(min-width:768px){
  .header-wrapper{
    background-color: var(--primary-color) !important;
  }
}