  h1, 
  h2,
  h3,
  h4,
  h5,
  h6,
  ul li,
  .mainmenu>li>a,
  .text,
  body
  .axil-product .product-content .product-price-variant span.price {
    font-family: 'tajawal' !important;
  }

  .axil-product .product-content .product-price-variant span.price {
    font-size: 16px !important;
  }

.menu-text{
  font-size: 16px;
}
.header-action .wishlist .wish-dropdown-btn .wish-count {
    text-align: center;
    background-color: #3577f0;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 19px;
    position: absolute;
    top: -12px;
    right: -12px;
  }

  .header-top-campaign {
    background-image: url("../images/others/campaign-bg3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8px 0;
    position: relative;
    min-height: 40px;
  }

  .product-quantity{
    text-align: center;
  }

  .header-search-modal .header-search-wrap{
    height: 165px !important;
  }


  .main-slider-style-2 .main-slider-content .title{
    font-size: 25px;
  }
  .testimonial-style-one .review-speech:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid var(--color-white);
    border-right: 50px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 200px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 51px !important;
  }

  .select2-container--default .select2-selection--single{
    border: none !important;
  }

/*-------------------------
    whatsapp-icon  
--------------------------*/
#to-whatsapp {
  width: 55px;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 99;
  font-size: 47px;
  border: none;
  outline: none;
  color: #1b291b93;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
}

#to-whatsapp:hover {
  color: #008000bd;
}


.newsletter-inner::before {
  content: "";
  position: absolute;
  left: 30px;
  background: url(../assets/images/bg/bg-image-12.jpg) !important;
  z-index: 2;
  top: 17px;
  width: 25px;
  height: 25px;
}

.axil-contact-page .form-group select{

  height: 60px;
}

span{
  font-size: 17px;
}

.category-select .single-select{
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2{
  font-size: 28px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  margin-left: 12px;
}

.header-action .axil-search input{
  max-width: 225px;
}

.slick-current.slick-active + .slick-active {
  margin-top: 0px !important;
}


.color-box{
  display:flex;
}

.container-lable {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

/* Hide the browser's default checkbox */
 .container-lable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (max-width: 767px){
  .axil-product-table tbody td:before {
      content: attr(data-title) " :";
      position: absolute;
      left: 75% !important;
      font-size: 15px;
      color: var(--color-black);
  }
}

@media only screen and (max-width: 767px){
  .axil-product-table tbody td {
      font-size: 16px;
      display: block;
      text-align: left;
      padding: 10px 10px 10px 0;
      position: relative;
  }
}

@media only screen and (max-width: 575px){
  .main-slider-style-2 .main-slider-content .title {
      font-size: 13px;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px){
  .main-slider-style-2 .slider-box-wrap .single-slide {
    display: block;
    align-items: center;
}
}

@media only screen and (max-width: 991px){
  .poster-countdown-thumbnail {
      margin-top: 10px;
      display: flex;
  }
}


@media only screen and (max-width: 767px){
  .section-title-wrapper {
    padding-right: 0;
    padding-left: 10px;
}
}

@media only screen and (max-width: 767px){
  .bg_image--12 {
    background-image: url(../images/bg/bg-image-4.jpg);
  }
  .axil-header-top {
    display: none;
  }

  .axil-mainmenu.aside-category-menu .header-department {
    display: none;
  }
}