/*=================================================================================

    Theme Name: IT Geeks E-Commerce
    Theme URI: http://itgeeks.info/
    Description: E-Commerce HTML Template
    Author: Morad
    Author URI: http://itgeeks.info/
    Version: 1.0

    SCSS Stylesheet

===================================================================================*/

/**
 *  styles.css file is divided as the following:
 *  
 *  ( 01 ) - General Settings
 *  ( 02 ) - General Contents
 *  ( 03 ) - Header
 *  ( 04 ) - Content
 *  ( 05 ) - Footer
 *
 */

/* CSS Variables */

:root {
  /* Basic Colors */
  --color-yellow-1: #fec524;
  --color-yellow-1-1: #f8b701;
  /* Theme Colors 1 */
  --theme-color-1: #2487ed;
  --theme-color-1-1: #1273d7;
  --theme-color-1-2: #f3f9fe;
  --theme-color-1-3: #1069c4;
}

/**
 * First, including commons.css which contains
 * css-helpers codes
*/

/**
 * File Name: css-helpers.css
 */

/*  [ 01 ] - Colors
===================== */

/* Opacity Values */

/* Colors */

.color-theme {
  color: var(--theme-color-1);
}

.color-bg-theme {
  background-color: var(--theme-color-1);
}

.color-heading {
  color: #222;
}

.color-bg-heading {
  background-color: #222;
}

.color-dark {
  color: #222;
}

.color-bg-dark {
  background-color: #222;
}

.color-white {
  color: #fff;
}

.color-bg-white {
  background-color: #fff;
}

.color-grey {
  color: #666;
}

.color-bg-grey {
  background-color: #666;
}

.color-red {
  color: #eb0808;
}

.color-green {
  color: #1a9e0f;
}

/* Font Sizes */

.font-size-10px {
  font-size: 10px;
}

.font-size-11px {
  font-size: 11px;
}

.font-size-12px {
  font-size: 12px;
}

.font-size-13px {
  font-size: 13px;
}

.font-size-14px {
  font-size: 14px;
}

.font-size-15px {
  font-size: 15px;
}

.font-size-16px {
  font-size: 16px;
}

.font-size-17px {
  font-size: 17px;
}

.font-size-18px {
  font-size: 18px;
}

.font-size-19px {
  font-size: 19px;
}

.font-size-20px {
  font-size: 20px;
}

/* Text Alignment */

@media (max-width: 992px) {
  .md-text-center {
    text-align: center;
  }

  .md-text-right {
    text-align: left;
  }

  .md-text-left {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }

  .sm-text-right {
    text-align: left;
  }

  .sm-text-left {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: left;
  }

  .xs-text-left {
    text-align: right;
  }
}

@media (max-width: 320px) {
  .md-text-center {
    text-align: center;
  }

  .md-text-right {
    text-align: left;
  }

  .md-text-left {
    text-align: right;
  }
}

/*  [ 02 ] - Text Styles
========================== */

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/*  [ 02 ] - Padding
====================== */

/* Top Padding */

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

/* Bottom Padding */

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

/* Left Padding */

.pl-0 {
  padding-right: 0;
}

.pl-10 {
  padding-right: 10px;
}

.pl-20 {
  padding-right: 20px;
}

.pl-30 {
  padding-right: 30px;
}

.pl-40 {
  padding-right: 40px;
}

.pl-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-right: 60px;
}

.pl-70 {
  padding-right: 70px;
}

.pl-80 {
  padding-right: 80px;
}

.pl-90 {
  padding-right: 90px;
}

.pl-100 {
  padding-right: 100px;
}

.pl-110 {
  padding-right: 110px;
}

.pl-120 {
  padding-right: 120px;
}

.pl-130 {
  padding-right: 130px;
}

.pl-140 {
  padding-right: 140px;
}

/* Right Padding */

.pr-0 {
  padding-left: 0;
}

.pr-10 {
  padding-left: 10px;
}

.pr-20 {
  padding-left: 20px;
}

.pr-30 {
  padding-left: 30px;
}

.pr-40 {
  padding-left: 40px;
}

.pr-50 {
  padding-left: 50px;
}

.pr-60 {
  padding-left: 60px;
}

.pr-70 {
  padding-left: 70px;
}

.pr-80 {
  padding-left: 80px;
}

.pr-90 {
  padding-left: 90px;
}

.pr-100 {
  padding-left: 100px;
}

.pr-110 {
  padding-left: 110px;
}

.pr-120 {
  padding-left: 120px;
}

.pr-130 {
  padding-left: 130px;
}

.pr-140 {
  padding-left: 140px;
}

/* Top Bottom Padding */

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

/* Left Right Padding */

.plr-0 {
  padding: 0;
}

.plr-10 {
  padding: 0 10px;
}

.plr-20 {
  padding: 0 20px;
}

.plr-30 {
  padding: 0 30px;
}

.plr-40 {
  padding: 0 40px;
}

.plr-50 {
  padding: 0 50px;
}

.plr-60 {
  padding: 0 60px;
}

.plr-70 {
  padding: 0 70px;
}

.plr-80 {
  padding: 0 80px;
}

.plr-90 {
  padding: 0 90px;
}

.plr-100 {
  padding: 0 100px;
}

.plr-110 {
  padding: 0 110px;
}

.plr-120 {
  padding: 0 120px;
}

.plr-130 {
  padding: 0 130px;
}

.plr-140 {
  padding: 0 140px;
}

/* Responsive Padding [ col-md- ] */

@media (max-width: 992px) {
  /* Responsive Top Padding */

  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-110 {
    padding-top: 110px;
  }

  .pt-md-120 {
    padding-top: 120px;
  }

  .pt-md-130 {
    padding-top: 130px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  /* Responsive Bottom Padding */

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pb-md-110 {
    padding-bottom: 110px;
  }

  .pb-md-120 {
    padding-bottom: 120px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  /* Responsive Left Padding */

  .pl-md-0 {
    padding-right: 0;
  }

  .pl-md-10 {
    padding-right: 10px;
  }

  .pl-md-20 {
    padding-right: 20px;
  }

  .pl-md-30 {
    padding-right: 30px;
  }

  .pl-md-40 {
    padding-right: 40px;
  }

  .pl-md-50 {
    padding-right: 50px;
  }

  .pl-md-60 {
    padding-right: 60px;
  }

  .pl-md-70 {
    padding-right: 70px;
  }

  .pl-md-80 {
    padding-right: 80px;
  }

  .pl-md-90 {
    padding-right: 90px;
  }

  .pl-md-100 {
    padding-right: 100px;
  }

  .pl-md-110 {
    padding-right: 110px;
  }

  .pl-md-120 {
    padding-right: 120px;
  }

  .pl-md-130 {
    padding-right: 130px;
  }

  .pl-md-140 {
    padding-right: 140px;
  }

  /* Responsive Right Padding */

  .pr-md-0 {
    padding-left: 0;
  }

  .pr-md-10 {
    padding-left: 10px;
  }

  .pr-md-20 {
    padding-left: 20px;
  }

  .pr-md-30 {
    padding-left: 30px;
  }

  .pr-md-40 {
    padding-left: 40px;
  }

  .pr-md-50 {
    padding-left: 50px;
  }

  .pr-md-60 {
    padding-left: 60px;
  }

  .pr-md-70 {
    padding-left: 70px;
  }

  .pr-md-80 {
    padding-left: 80px;
  }

  .pr-md-90 {
    padding-left: 90px;
  }

  .pr-md-100 {
    padding-left: 100px;
  }

  .pr-md-110 {
    padding-left: 110px;
  }

  .pr-md-120 {
    padding-left: 120px;
  }

  .pr-md-130 {
    padding-left: 130px;
  }

  .pr-md-140 {
    padding-left: 140px;
  }

  /* Responsive Top Bottom Padding */

  .ptb-md-0 {
    padding: 0;
  }

  .ptb-md-10 {
    padding: 10px 0;
  }

  .ptb-md-20 {
    padding: 20px 0;
  }

  .ptb-md-30 {
    padding: 30px 0;
  }

  .ptb-md-40 {
    padding: 40px 0;
  }

  .ptb-md-50 {
    padding: 50px 0;
  }

  .ptb-md-60 {
    padding: 60px 0;
  }

  .ptb-md-70 {
    padding: 70px 0;
  }

  .ptb-md-80 {
    padding: 80px 0;
  }

  .ptb-md-90 {
    padding: 90px 0;
  }

  .ptb-md-100 {
    padding: 100px 0;
  }

  .ptb-md-110 {
    padding: 110px 0;
  }

  .ptb-md-120 {
    padding: 120px 0;
  }

  .ptb-md-130 {
    padding: 130px 0;
  }

  .ptb-md-140 {
    padding: 140px 0;
  }

  /* Responsive Left Right Padding */

  .plr-md-0 {
    padding: 0;
  }

  .plr-md-10 {
    padding: 0 10px;
  }

  .plr-md-20 {
    padding: 0 20px;
  }

  .plr-md-30 {
    padding: 0 30px;
  }

  .plr-md-40 {
    padding: 0 40px;
  }

  .plr-md-50 {
    padding: 0 50px;
  }

  .plr-md-60 {
    padding: 0 60px;
  }

  .plr-md-70 {
    padding: 0 70px;
  }

  .plr-md-80 {
    padding: 0 80px;
  }

  .plr-md-90 {
    padding: 0 90px;
  }

  .plr-md-100 {
    padding: 0 100px;
  }

  .plr-md-110 {
    padding: 0 110px;
  }

  .plr-md-120 {
    padding: 0 120px;
  }

  .plr-md-130 {
    padding: 0 130px;
  }

  .plr-md-140 {
    padding: 0 140px;
  }
}

/*  [ 03 ] - Margin
===================== */

/* Top Margin */

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

/* Bottom Margin */

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

/* Left Margin */

.ml-0 {
  margin-right: 0;
}

.ml-10 {
  margin-right: 10px;
}

.ml-20 {
  margin-right: 20px;
}

.ml-30 {
  margin-right: 30px;
}

.ml-40 {
  margin-right: 40px;
}

.ml-50 {
  margin-right: 50px;
}

.ml-60 {
  margin-right: 60px;
}

.ml-70 {
  margin-right: 70px;
}

.ml-80 {
  margin-right: 80px;
}

.ml-90 {
  margin-right: 90px;
}

.ml-100 {
  margin-right: 100px;
}

.ml-110 {
  margin-right: 110px;
}

.ml-120 {
  margin-right: 120px;
}

.ml-130 {
  margin-right: 130px;
}

.ml-140 {
  margin-right: 140px;
}

/* Right Margin */

.mr-0 {
  margin-left: 0;
}

.mr-10 {
  margin-left: 10px;
}

.mr-20 {
  margin-left: 20px;
}

.mr-30 {
  margin-left: 30px;
}

.mr-40 {
  margin-left: 40px;
}

.mr-50 {
  margin-left: 50px;
}

.mr-60 {
  margin-left: 60px;
}

.mr-70 {
  margin-left: 70px;
}

.mr-80 {
  margin-left: 80px;
}

.mr-90 {
  margin-left: 90px;
}

.mr-100 {
  margin-left: 100px;
}

.mr-110 {
  margin-left: 110px;
}

.mr-120 {
  margin-left: 120px;
}

.mr-130 {
  margin-left: 130px;
}

.mr-140 {
  margin-left: 140px;
}

/* Top Bottom Margin */

.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

/* Left Right Margin */

.mlr-0 {
  margin: 0;
}

.mlr-10 {
  margin: 0 10px;
}

.mlr-20 {
  margin: 0 20px;
}

.mlr-30 {
  margin: 0 30px;
}

.mlr-40 {
  margin: 0 40px;
}

.mlr-50 {
  margin: 0 50px;
}

.mlr-60 {
  margin: 0 60px;
}

.mlr-70 {
  margin: 0 70px;
}

.mlr-80 {
  margin: 0 80px;
}

.mlr-90 {
  margin: 0 90px;
}

.mlr-100 {
  margin: 0 100px;
}

.mlr-110 {
  margin: 0 110px;
}

.mlr-120 {
  margin: 0 120px;
}

.mlr-130 {
  margin: 0 130px;
}

.mlr-140 {
  margin: 0 140px;
}

/* Responsive Margin [ That added for small devices < 992px ] */

@media (max-width: 992px) {
  /* Responsive Top Margin */

  .mt-md-0 {
    margin-top: 0;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .mt-md-110 {
    margin-top: 110px;
  }

  .mt-md-120 {
    margin-top: 120px;
  }

  .mt-md-130 {
    margin-top: 130px;
  }

  .mt-md-140 {
    margin-top: 140px;
  }

  /* Responsive Bottom Margin */

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .mb-md-110 {
    margin-bottom: 110px;
  }

  .mb-md-120 {
    margin-bottom: 120px;
  }

  .mb-md-130 {
    margin-bottom: 130px;
  }

  .mb-md-140 {
    margin-bottom: 140px;
  }

  /* Responsive Left Margin */

  .ml-md-0 {
    margin-right: 0;
  }

  .ml-md-10 {
    margin-right: 10px;
  }

  .ml-md-20 {
    margin-right: 20px;
  }

  .ml-md-30 {
    margin-right: 30px;
  }

  .ml-md-40 {
    margin-right: 40px;
  }

  .ml-md-50 {
    margin-right: 50px;
  }

  .ml-md-60 {
    margin-right: 60px;
  }

  .ml-md-70 {
    margin-right: 70px;
  }

  .ml-md-80 {
    margin-right: 80px;
  }

  .ml-md-90 {
    margin-right: 90px;
  }

  .ml-md-100 {
    margin-right: 100px;
  }

  .ml-md-110 {
    margin-right: 110px;
  }

  .ml-md-120 {
    margin-right: 120px;
  }

  .ml-md-130 {
    margin-right: 130px;
  }

  .ml-md-140 {
    margin-right: 140px;
  }

  /* Responsive Right Margin */

  .mr-md-0 {
    margin-left: 0;
  }

  .mr-md-10 {
    margin-left: 10px;
  }

  .mr-md-20 {
    margin-left: 20px;
  }

  .mr-md-30 {
    margin-left: 30px;
  }

  .mr-md-40 {
    margin-left: 40px;
  }

  .mr-md-50 {
    margin-left: 50px;
  }

  .mr-md-60 {
    margin-left: 60px;
  }

  .mr-md-70 {
    margin-left: 70px;
  }

  .mr-md-80 {
    margin-left: 80px;
  }

  .mr-md-90 {
    margin-left: 90px;
  }

  .mr-md-100 {
    margin-left: 100px;
  }

  .mr-md-110 {
    margin-left: 110px;
  }

  .mr-md-120 {
    margin-left: 120px;
  }

  .mr-md-130 {
    margin-left: 130px;
  }

  .mr-md-140 {
    margin-left: 140px;
  }

  /* Responsive Top Bottom Margin */

  .mtb-md-0 {
    margin: 0;
  }

  .mtb-md-10 {
    margin: 10px 0;
  }

  .mtb-md-20 {
    margin: 20px 0;
  }

  .mtb-md-30 {
    margin: 30px 0;
  }

  .mtb-md-40 {
    margin: 40px 0;
  }

  .mtb-md-50 {
    margin: 50px 0;
  }

  .mtb-md-60 {
    margin: 60px 0;
  }

  .mtb-md-70 {
    margin: 70px 0;
  }

  .mtb-md-80 {
    margin: 80px 0;
  }

  .mtb-md-90 {
    margin: 90px 0;
  }

  .mtb-md-100 {
    margin: 100px 0;
  }

  .mtb-md-110 {
    margin: 110px 0;
  }

  .mtb-md-120 {
    margin: 120px 0;
  }

  .mtb-md-130 {
    margin: 130px 0;
  }

  .mtb-md-140 {
    margin: 140px 0;
  }

  /* Responsive Left Right Margin */

  .mlr-md-0 {
    margin: 0;
  }

  .mlr-md-10 {
    margin: 0 10px;
  }

  .mlr-md-20 {
    margin: 0 20px;
  }

  .mlr-md-30 {
    margin: 0 30px;
  }

  .mlr-md-40 {
    margin: 0 40px;
  }

  .mlr-md-50 {
    margin: 0 50px;
  }

  .mlr-md-60 {
    margin: 0 60px;
  }

  .mlr-md-70 {
    margin: 0 70px;
  }

  .mlr-md-80 {
    margin: 0 80px;
  }

  .mlr-md-90 {
    margin: 0 90px;
  }

  .mlr-md-100 {
    margin: 0 100px;
  }

  .mlr-md-110 {
    margin: 0 110px;
  }

  .mlr-md-120 {
    margin: 0 120px;
  }

  .mlr-md-130 {
    margin: 0 130px;
  }

  .mlr-md-140 {
    margin: 0 140px;
  }
}

/* Responsive Margin [ That added for small devices < 768px ] */

@media (max-width: 768px) {
  /* Responsive Bottom Margin */

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mb-sm-110 {
    margin-bottom: 110px;
  }

  .mb-sm-120 {
    margin-bottom: 120px;
  }

  .mb-sm-130 {
    margin-bottom: 130px;
  }

  .mb-sm-140 {
    margin-bottom: 140px;
  }

  /* Responsive Top Margin */

  .mt-sm-0 {
    margin-top: 0;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-110 {
    margin-top: 110px;
  }

  .mt-sm-120 {
    margin-top: 120px;
  }

  .mt-sm-130 {
    margin-top: 130px;
  }

  .mt-sm-140 {
    margin-top: 140px;
  }
}

/* Responsive Margin [ That added for small devices < 480px ] */

@media (max-width: 480px) {
  /* Responsive Bottom Margin */

  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .mb-xs-110 {
    margin-bottom: 110px;
  }

  .mb-xs-120 {
    margin-bottom: 120px;
  }

  .mb-xs-130 {
    margin-bottom: 130px;
  }

  .mb-xs-140 {
    margin-bottom: 140px;
  }

  /* Responsive Top Margin */

  .mt-xs-0 {
    margin-top: 0;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .mt-xs-110 {
    margin-top: 110px;
  }

  .mt-xs-120 {
    margin-top: 120px;
  }

  .mt-xs-130 {
    margin-top: 130px;
  }

  .mt-xs-140 {
    margin-top: 140px;
  }
}

/*  [ 03 ] - Heights
====================== */

.h-0 {
  height: 0px;
}

.h-10 {
  height: 10px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-120 {
  height: 120px;
}

.h-140 {
  height: 140px;
}

.h-160 {
  height: 160px;
}

.h-180 {
  height: 180px;
}

.h-200 {
  height: 200px;
}

.h-220 {
  height: 220px;
}

.h-240 {
  height: 240px;
}

.h-260 {
  height: 260px;
}

.h-280 {
  height: 280px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-340 {
  height: 340px;
}

.h-360 {
  height: 360px;
}

.h-380 {
  height: 380px;
}

.h-400 {
  height: 400px;
}

.h-420 {
  height: 420px;
}

.h-440 {
  height: 440px;
}

.h-460 {
  height: 460px;
}

.h-480 {
  height: 480px;
}

.h-500 {
  height: 500px;
}

.h-520 {
  height: 520px;
}

.h-540 {
  height: 540px;
}

.h-560 {
  height: 560px;
}

.h-580 {
  height: 580px;
}

.h-600 {
  height: 600px;
}

.h-620 {
  height: 620px;
}

.h-640 {
  height: 640px;
}

.h-660 {
  height: 660px;
}

.h-680 {
  height: 680px;
}

.h-700 {
  height: 700px;
}

.h-720 {
  height: 720px;
}

.h-740 {
  height: 740px;
}

.h-760 {
  height: 760px;
}

.h-780 {
  height: 780px;
}

.h-800 {
  height: 800px;
}

.h-820 {
  height: 820px;
}

.h-840 {
  height: 840px;
}

.h-860 {
  height: 860px;
}

.h-880 {
  height: 880px;
}

.h-900 {
  height: 900px;
}

@media (max-width: 992px) {
  .h-md-0 {
    height: 0px;
  }

  .h-md-10 {
    height: 10px;
  }

  .h-md-20 {
    height: 20px;
  }

  .h-md-30 {
    height: 30px;
  }

  .h-md-40 {
    height: 40px;
  }

  .h-md-50 {
    height: 50px;
  }

  .h-md-60 {
    height: 60px;
  }

  .h-md-70 {
    height: 70px;
  }

  .h-md-80 {
    height: 80px;
  }

  .h-md-90 {
    height: 90px;
  }

  .h-md-100 {
    height: 100px;
  }

  .h-md-120 {
    height: 120px;
  }

  .h-md-140 {
    height: 140px;
  }

  .h-md-160 {
    height: 160px;
  }

  .h-md-180 {
    height: 180px;
  }

  .h-md-200 {
    height: 200px;
  }

  .h-md-220 {
    height: 220px;
  }

  .h-md-240 {
    height: 240px;
  }

  .h-md-260 {
    height: 260px;
  }

  .h-md-280 {
    height: 280px;
  }

  .h-md-300 {
    height: 300px;
  }

  .h-md-320 {
    height: 320px;
  }

  .h-md-340 {
    height: 340px;
  }

  .h-md-360 {
    height: 360px;
  }

  .h-md-380 {
    height: 380px;
  }

  .h-md-400 {
    height: 400px;
  }

  .h-md-420 {
    height: 420px;
  }

  .h-md-440 {
    height: 440px;
  }

  .h-md-460 {
    height: 460px;
  }

  .h-md-480 {
    height: 480px;
  }

  .h-md-500 {
    height: 500px;
  }

  .h-md-520 {
    height: 520px;
  }

  .h-md-540 {
    height: 540px;
  }

  .h-md-560 {
    height: 560px;
  }

  .h-md-580 {
    height: 580px;
  }

  .h-md-600 {
    height: 600px;
  }

  .h-md-620 {
    height: 620px;
  }

  .h-md-640 {
    height: 640px;
  }

  .h-md-660 {
    height: 660px;
  }

  .h-md-680 {
    height: 680px;
  }

  .h-md-700 {
    height: 700px;
  }

  .h-md-720 {
    height: 720px;
  }

  .h-md-740 {
    height: 740px;
  }

  .h-md-760 {
    height: 760px;
  }

  .h-md-780 {
    height: 780px;
  }

  .h-md-800 {
    height: 800px;
  }

  .h-md-820 {
    height: 820px;
  }

  .h-md-840 {
    height: 840px;
  }

  .h-md-860 {
    height: 860px;
  }

  .h-md-880 {
    height: 880px;
  }

  .h-md-900 {
    height: 900px;
  }
}

/*  [ 04 ] - Width
==================== */

.w-100p {
  width: 100%;
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */

/* Opacity Values */

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
 * -------------------------------------------------------------------------------
 * ( 01 ) - General Settings
 * -------------------------------------------------------------------------------
 *
 *  This part contains the general settings that you can change like general
 *  font-family, color, headings settings, paragraphs, .. etc.
 *
 * ------
 *
 *  General Basics divided to the following sections:
 *
 *    |
 *    |-->  [ 01 ] - Small Reset
 *    |-->  [ 02 ] - Body
 *    |-->  [ 03 ] - General Links
 *    |-->  [ 04 ] - Headings
 *    |-->  [ 05 ] - Paragraphs
 *    |-->  [ 06 ] - Images
 *    |-->  [ 07 ] - Strong
 *    |-->  [ 08 ] - Texts Highlighting Selection
 *    |-->  [ 09 ] - Text Colored
 *    |-->  [ 10 ] - Form Settings
 *    |-->  [ 11 ] - Page Title
 *    |-->  [ 12 ] - Table
 *
 */

/*  [ 01 ] - Small Reset
=========================== */

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
li,
p,
input,
select,
legend,
textarea,
fieldset {
  margin: 0;
  padding: 0;
}

/*  [ 02 ] - Body
==================== */

body {
  width: 100%;
  position: relative;
  font: 15px/1.7 "Open Sans", "DinNextArabic", sans-serif;
  background: #fff;
  color: #666;
}

.font-heading-primary {
  font-family: "Montserrat", "DinNextArabic", sans-serif;
}

.font-heading-secondary {
  font-family: "Playfair Display", "DinNextArabic", sans-serif;
}

#full-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  background-color: #fff;
}

html.scroll-lock {
  overflow: hidden;
}

/* Custom Default Content Width */

/* Space between Bootstrap columns */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

/* Removing last element margin bottom in column */

[class*="col-"] p:last-child,
[class*="col-"] .img-preview:last-child,
[class*="col-"] .video-preview:last-child,
[class*="col-"] .entry:last-child,
[class*="col-"] .list:last-child,
[class*="col-"] .connect-box:last-child {
  margin-bottom: 0;
}

/* Including DinNextArabic Font */

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextUltraLight.otf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextLight.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextRegular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextSemiBold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextBold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DinNextArabic';
  src: url("../fonts/tajawal-font/DinNextBlack.otf");
  font-weight: 900;
  font-style: normal;
}

/*  [ 03 ] - General Links
============================= */

a,
a img {
  outline: none !important;
  border: none;
}

a {
  text-decoration: none;
  color: var(--theme-color-1);
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #222;
}

a:focus {
  color: var(--theme-color-1);
  text-decoration: none;
}

p a {
  border-bottom: 1px dotted transparent;
}

p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted var(--theme-color-1);
}

/*  [ 04 ] - Headings
======================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

h1.capitalized,
h2.capitalized,
h3.capitalized,
h4.capitalized,
h5.capitalized,
h6.capitalized {
  text-transform: capitalize !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #222;
  transition: all 0.15s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-color-1);
}

h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 500;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

/*  [ 05 ] - Paragraphs
========================== */

p {
  margin-bottom: 22px;
}

.dark p {
  color: #fff;
}

/*  [ 06 ] - Images
====================== */

img {
  max-width: 100%;
}

/*  [ 07 ] - Strong
====================== */

strong {
  color: #222;
  font-weight: 600;
}

/*  [ 08 ] - Texts Highlighting Selection
============================================ */

::-moz-selection {
  background: #c0eaf5;
  color: #222;
}

::selection {
  background: #c0eaf5;
  color: #222;
}

/*  [ 09 ] - Text Colored
============================ */

.colored {
  color: var(--theme-color-1);
}

/*  [ 10 ] - Form Settings
============================ */

form {
  position: relative;
  font-family: "Montserrat", "DinNextArabic", sans-serif !important;
}

form [class*="col-"]:last-child .form-group:last-child {
  overflow: hidden;
  margin-bottom: 0 !important;
}

form .form-group {
  position: relative;
  margin-bottom: 0;
}

form .form-group + .form-group {
  margin-top: 18px;
}

form.form-inline .form-group + .form-group {
  margin-top: 0;
}

input,
input.form-control,
button:not(.btn),
button:not(.btn).form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  padding: 0 25px;
  width: 100%;
  height: 45px;
  line-height: 46px;
  font-size: 16px;
  outline: none;
  border: none;
  box-shadow: inset 0 0 0 2px #ddd;
  border-radius: 9999px;
  transition: all 0.2s;
  color: #222;
}

button i {
  margin-right: 5px;
}

textarea,
textarea.form-control {
  height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 27px !important;
  resize: vertical;
}

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
  box-shadow: inset 0 0 0 2px var(--theme-color-1);
  background: #fff;
  color: var(--theme-color-1);
}

button:focus,
button.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.field-icon {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 0;
}

.field-icon + input[type="text"],
.field-icon + input[type="email"],
.field-icon + textarea {
  text-indent: 45px;
}

.form-inline .form-control {
  width: 100%;
}

abbr {
  cursor: help;
}

label {
  vertical-align: top;
  margin-bottom: 0;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

label.error {
  display: block;
  margin: 5px 0 0;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #f33;
}

input.error,
input.error:focus,
textarea.error,
textarea.error:focus,
select.error,
select.error:focus {
  box-shadow: inset 0 0 0 2px #f33;
  background: #fff;
}

input[type="submit"],
input[type="submit"].form-control,
button[type="submit"],
button[type="submit"].form-control {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  font-size: 18px;
  position: relative;
  border: none;
  border-radius: 999px;
  box-shadow: none;
  transition: all 0.2s;
  color: #fff;
  background: var(--theme-color-1);
}

.form-inline .form-control[type="submit"] {
  width: auto;
}

input[type="submit"]:hover,
input[type="submit"].form-control:hover,
button[type="submit"]:hover,
button[type="submit"].form-control:hover {
  background-color: var(--theme-color-1-1);
}

button[type="submit"],
button[type="submit"].form-control {
  display: flex;
  align-items: center;
}

button[type="submit"] i,
button[type="submit"].form-control i {
  font-size: 20px;
}

input[type="submit"]:focus,
input[type="submit"].form-control:focus {
  box-shadow: none;
}

/**
 * -------------------------------------------------------------------------------
 * ( 02 ) - General Contents
 * -------------------------------------------------------------------------------
 *
 *  This part contains the basic general contents like box preview, image  
 *  preview, flat section .. etc.
 *
 * ------
 *
 *  General Contents divided to the following sections:
 *
 *    |
 *    |-->  [ 01 ] - Section Flat
 *    |-->  [ 02 ] - Image BG
 *    |-->  [ 03 ] - Slider Image BG
 *    |-->  [ 04 ] - Image Preview
 *    |-->  [ 05 ] - Box Info
 *    |-->  [ 06 ] - Divider Space
 *    |-->  [ 07 ] - Magnific Popup
 *    |-->  [ 08 ] - Icons
 *    |-->  [ 09 ] - Buttons
 *    |-->  [ 10 ] - Social Icons
 *    |-->  [ 11 ] - Scroll Top Icon
 *
 */

/*  [ 01 ] - Section Flat
=========================== */

.section-flat {
  width: 100%;
  position: relative;
}

.section-flat .section-content {
  width: 100%;
  padding: 120px 0 120px;
  position: relative;
  clear: both;
  background: #fff;
}

.section-flat .section-content > .container-fluid {
  padding: 0;
}

/*  [ 02 ] - Image BG
======================= */

.img-bg {
  overflow: hidden;
  position: relative;
  display: block;
  height: 330px;
  border-radius: 4px;
  background: no-repeat center / cover;
  background-color: #ddd;
  transition: all 0.5s;
}

.img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  transition: all 0.4s ease;
}

.img-bg > a {
  position: relative;
  display: block;
  height: 100%;
}

.img-bg > a img {
  display: block;
}

.img-bg .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.img-bg .overlay,
.img-bg .overlay .overlay-inner {
  transition: all 0.3s ease;
}

.img-bg .overlay .overlay-inner {
  display: flex;
  flex-direction: column;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.2s 0.2s;
}

.img-bg .overlay .overlay-inner > * {
  position: relative;
  z-index: 10;
}

.img-bg .overlay .overlay-inner .sub-title {
  color: var(--theme-color-1);
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.img-bg .overlay .overlay-inner h1,
.img-bg .overlay .overlay-inner h2,
.img-bg .overlay .overlay-inner h3,
.img-bg .overlay .overlay-inner h4,
.img-bg .overlay .overlay-inner h5,
.img-bg .overlay .overlay-inner h6 {
  color: #fff;
}

.img-bg .overlay .overlay-inner h1:last-child,
.img-bg .overlay .overlay-inner h2:last-child,
.img-bg .overlay .overlay-inner h3:last-child,
.img-bg .overlay .overlay-inner h4:last-child,
.img-bg .overlay .overlay-inner h5:last-child,
.img-bg .overlay .overlay-inner h6:last-child {
  margin-bottom: 0;
}

/*  [ 03 ] - Slider Image BG
============================== */

.slider-img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  transition: all 0.4s ease;
}

.slider-img-bg .slide > img {
  display: none;
}

/*  [ 04 ] - Image Preview
============================ */

.img-preview {
  margin-bottom: 40px;
  background: #ddd;
}

.img-preview img {
  width: 100%;
}

/*  [ 05 ] - Box Info
======================= */

.box-info {
  position: relative;
}

.box-info.text-white {
  color: #fff;
}

.box-info.text-white p {
  color: rgba(255, 255, 255, 0.5);
}

.box-info .box-icon {
  float: right;
  margin: 0 0 0 20px;
}

.box-info .box-icon img {
  margin-top: 6px;
}

.box-info .box-icon i {
  margin-top: 1px;
}

.box-info .box-content {
  overflow: hidden;
}

.box-info .box-content h5 {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .reversed .box-icon {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }

  .reversed .box-content {
    text-align: left;
  }
}

/*  [ 06 ] - Divider Space
============================ */

[class*="divider-"] {
  display: block;
  overflow: hidden;
  clear: both;
}

.divider-140 {
  height: 140px;
}

.divider-130 {
  height: 130px;
}

.divider-120 {
  height: 120px;
}

.divider-110 {
  height: 110px;
}

.divider-100 {
  height: 100px;
}

.divider-90 {
  height: 90px;
}

.divider-80 {
  height: 80px;
}

.divider-70 {
  height: 70px;
}

.divider-60 {
  height: 60px;
}

.divider-50 {
  height: 50px;
}

.divider-40 {
  height: 40px;
}

.divider-30 {
  height: 30px;
}

.divider-20 {
  height: 20px;
}

.divider-10 {
  height: 10px;
}

@media (max-width: 992px) {
  [class*="divider-"].divider-md-0 {
    height: 0;
  }

  [class*="divider-"].divider-md-10 {
    height: 10px;
  }

  [class*="divider-"].divider-md-20 {
    height: 20px;
  }

  [class*="divider-"].divider-md-30 {
    height: 30px;
  }

  [class*="divider-"].divider-md-40 {
    height: 40px;
  }

  [class*="divider-"].divider-md-50 {
    height: 50px;
  }

  [class*="divider-"].divider-md-60 {
    height: 60px;
  }

  [class*="divider-"].divider-md-70 {
    height: 70px;
  }

  [class*="divider-"].divider-md-80 {
    height: 80px;
  }

  [class*="divider-"].divider-md-90 {
    height: 90px;
  }

  [class*="divider-"].divider-md-100 {
    height: 100px;
  }

  [class*="divider-"].divider-md-110 {
    height: 110px;
  }

  [class*="divider-"].divider-md-120 {
    height: 120px;
  }

  [class*="divider-"].divider-md-130 {
    height: 130px;
  }

  [class*="divider-"].divider-md-140 {
    height: 140px;
  }
}

@media (max-width: 768px) {
  [class*="divider-"].divider-sm-0 {
    height: 0;
  }

  [class*="divider-"].divider-sm-10 {
    height: 10px;
  }

  [class*="divider-"].divider-sm-20 {
    height: 20px;
  }

  [class*="divider-"].divider-sm-30 {
    height: 30px;
  }

  [class*="divider-"].divider-sm-40 {
    height: 40px;
  }

  [class*="divider-"].divider-sm-50 {
    height: 50px;
  }

  [class*="divider-"].divider-sm-60 {
    height: 60px;
  }

  [class*="divider-"].divider-sm-70 {
    height: 70px;
  }

  [class*="divider-"].divider-sm-80 {
    height: 80px;
  }

  [class*="divider-"].divider-sm-90 {
    height: 90px;
  }

  [class*="divider-"].divider-sm-100 {
    height: 100px;
  }

  [class*="divider-"].divider-sm-110 {
    height: 110px;
  }

  [class*="divider-"].divider-sm-120 {
    height: 120px;
  }

  [class*="divider-"].divider-sm-130 {
    height: 130px;
  }

  [class*="divider-"].divider-sm-140 {
    height: 140px;
  }
}

@media (max-width: 480px) {
  [class*="divider-"].divider-xs-0 {
    height: 0;
  }

  [class*="divider-"].divider-xs-10 {
    height: 10px;
  }

  [class*="divider-"].divider-xs-20 {
    height: 20px;
  }

  [class*="divider-"].divider-xs-30 {
    height: 30px;
  }

  [class*="divider-"].divider-xs-40 {
    height: 40px;
  }

  [class*="divider-"].divider-xs-50 {
    height: 50px;
  }

  [class*="divider-"].divider-xs-60 {
    height: 60px;
  }

  [class*="divider-"].divider-xs-70 {
    height: 70px;
  }

  [class*="divider-"].divider-xs-80 {
    height: 80px;
  }

  [class*="divider-"].divider-xs-90 {
    height: 90px;
  }

  [class*="divider-"].divider-xs-100 {
    height: 100px;
  }

  [class*="divider-"].divider-xs-110 {
    height: 110px;
  }

  [class*="divider-"].divider-xs-120 {
    height: 120px;
  }

  [class*="divider-"].divider-xs-130 {
    height: 130px;
  }

  [class*="divider-"].divider-xs-140 {
    height: 140px;
  }
}

/*  [ 07 ] - Magnific Popup
============================= */

/* Popup Fade Effect */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*  [ 08 ] - Icons
==================== */

.icon {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* Sizes */
  /* Colors */
  /* Spaced */
}

.icon i,
.icon img {
  display: block;
}

.icon img {
  max-width: 100%;
  max-height: 100%;
}

.icon.x5 {
  width: 70px;
  height: 70px;
  font-size: 70px;
}

.icon.white i {
  color: #fff;
}

.icon.spaced {
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  /* Sizes */
  /* Rounded */
  /* Colors */
}

.icon.spaced.x5 {
  width: 70px;
  height: 70px;
  font-size: 28px;
}

.icon.spaced.rounded {
  border-radius: 100%;
}

.icon.spaced.colorful-bg {
  background-color: var(--theme-color-1);
}

/*  [ 09 ] - Buttons
====================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 35px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  border: 2px solid;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  /* Sizes */
  /* Styles */
}

.btn button.btn {
  box-shadow: none;
}

.btn.rounded {
  border-radius: 999px;
}

.btn.with-icon.medium i {
  margin-right: 8px;
  font-size: 16px;
}

.btn.with-icon.small i {
  margin-right: 6px;
  font-size: 14px;
}

.btn.x-small {
  padding: 5px 16px;
  font-size: 12px;
}

.btn.small {
  padding: 7px 20px;
  font-size: 14px;
}

.btn.medium {
  padding: 10px 25px;
  font-size: 16px;
}

.btn.large {
  padding: 10px 35px;
  font-size: 20px;
  border-width: 3px;
}

.btn.x-large {
  padding: 12px 40px;
  font-size: 24px;
  border-width: 3px;
}

.btn.xx-large {
  padding: 18px 57px;
  font-size: 20px;
  border-width: 3px;
}

.btn.colorful,
.btn.hover-colorful:hover {
  background-color: var(--theme-color-1);
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1);
}

.btn.colorful-2,
.btn.hover-colorful-2:hover {
  background-color: var(--theme-color-1-1);
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1-1);
}

.btn.white,
.btn.hover-white:hover {
  background: #fff;
  color: #222;
  text-shadow: none;
  border-color: #fff;
}

.btn.grey,
.btn.hover-grey:hover {
  background: #eee;
  color: #222;
  text-shadow: none;
  border-color: #eee;
}

.btn.dark,
.btn.hover-dark:hover {
  background: #222;
  color: #fff;
  text-shadow: none;
  border-color: #222;
}

.btn.colorful-darken,
.btn.hover-colorful-darken:hover {
  background-color: var(--theme-color-1-1);
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: var(--theme-color-1-1);
}

@media (max-width: 480px) {
  .btn.xx-large {
    padding: 6px 45px;
    font-size: 20px;
  }
}

/*  [ 10 ] - Social Icons
=========================== */

/* Social Icons */

.social-icons {
  position: relative;
  margin-bottom: -5px;
  list-style: none;
  font-size: 0;
  /* Sizes */
  /* Colors */
}

.social-icons li {
  display: inline-block;
  margin-bottom: 5px;
}

.social-icons li + li {
  margin-left: 5px;
}

.social-icons li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.social-icons li a:hover {
  opacity: 0.7;
}

.social-icons li a i {
  position: relative;
  top: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.social-icons li a i:first-child,
.social-icons li a i:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-icons li a i:last-child {
  opacity: 0;
}

.social-icons.x4 li a {
  width: 40px;
  height: 40px;
  font-size: 17px;
}

.social-icons.x4 li i:first-child,
.social-icons.x4 li i:last-child {
  width: 26px;
  height: 26px;
}

.social-icons.icon-only li + li {
  margin-left: 2px;
}

.social-icons.icon-only.x4 li a {
  width: 30px;
  height: 30px;
}

.social-icons.white li a,
.social-icons.grey li a,
.social-icons.hover-colorful li a:hover {
  background: transparent;
}

.social-icons.grey li a i:first-child {
  color: #666;
}

.social-icons.white li a i:first-child {
  color: #fff;
}

.social-icons.hover-colorful li a i:last-child,
.social-icons.hover-colorful:not(.animated) li a:hover i:first-child {
  color: var(--theme-color-1);
}

.social-icons.hover-white li a i:last-child,
.social-icons.hover-white:not(.animated) li a:hover i:first-child {
  color: #fff;
}

/*  [ 11 ] - Scroll Top Icon
============================== */

.scroll-top-icon {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  background-color: #262626;
  position: fixed;
  bottom: -50px;
  left: 40px;
  z-index: 15;
}

.scroll-top-icon.show {
  bottom: 40px;
}

.scroll-top-icon:hover {
  color: #fff;
}

.scroll-top-icon:focus {
  color: #fff;
}

@media (max-width: 768px) {
  .scroll-top-icon {
    display: none !important;
  }
}

/*  [ 11 ] - Page Title
========================= */

#page-title {
  position: relative;
  background-color: #fafafa;
}

#page-title #page-title-wrap {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

#page-title .container,
#page-title .row,
#page-title [class*="col-"] {
  height: 100%;
}

#page-title > h2 {
  margin-bottom: 6px;
}

#page-title h4 {
  margin: 15px 0 0;
}

#page-title > h5 {
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0;
  font-family: "Open Sans", "DinNextArabic", sans-serif;
  font-size: 18px;
  display: none;
}

/* Breadcrumb */

.breadcrumb {
  list-style: none;
  display: flex;
  font-size: 20px;
  font-weight: 500;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li::before {
  content: "/";
  padding: 0 8px;
  font-size: inherit;
  position: relative;
  top: 1px;
  color: #aaa;
}

.breadcrumb li.active {
  color: var(--theme-color-1);
}

.breadcrumb a {
  color: #222;
}

.breadcrumb a:hover {
  color: var(--theme-color-1);
}

.breadcrumb i {
  margin-right: 5px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .breadcrumb {
    flex-direction: column;
  }
}

/*  [ 12 ] - Tables
===================== */

table {
  width: 100%;
}

table h5 {
  margin-bottom: 0;
}

table thead {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #222;
}

table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
}

table thead th + th {
  border-left: 1px solid #ddd;
}

table tbody {
  color: #222;
}

table tbody tr {
  background: #fff;
}

table tbody tr + tr {
  border-top: 1px solid #ddd;
}

table tbody td {
  padding: 25px 20px;
  font-size: 14px;
}

table tbody td + td {
  border-left: 1px solid #ddd;
}

table tbody td:first-child {
  padding-left: 0;
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */

/* Opacity Values */

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
  * -------------------------------------------------------------------------------
  * ( 03 ) - Header
  * -------------------------------------------------------------------------------
  *
  *  This part contains logo, main menu and header bars.
  *
  * ------
  *
  *  Header is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Logo
  *    |-->  [ 02 ] - Menu Main
  *    |-->  [ 03 ] - Header Bars
  *
  */

#header {
  position: relative;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}

/*  [ 01 ] - Logo
=================== */

.logo {
  display: inline-block;
}

.logo img {
  max-height: 100%;
}

.logo h3,
.logo h3 + span {
  display: none;
}

.logo.text-white h3,
.logo.text-white span {
  color: #fff;
}

.logo.logo-text img {
  display: none;
}

.logo.logo-text h3,
.logo.logo-text h3 + span {
  display: block;
}

.logo.logo-text h3 {
  position: relative;
  margin-bottom: -1px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.logo.logo-text h3 + span {
  font-size: 11px;
  color: #666;
}

.logo-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  transition: color 0.2996s, top 0.3s;
}

.header-layout-3 .logo-header {
  margin-right: 0;
}

.logo-header.logo-text {
  text-align: right;
}

/*  [ 02 ] - Menu Main
======================== */

.menu-main {
  list-style: none;
  display: flex;
  margin: auto;
  position: relative;
  height: 100%;
}

.menu-main li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
}

.menu-main li a {
  transition: all 0.15s;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
}

.menu-main > li {
  height: 100%;
}

.menu-main > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 13px;
  font-weight: 600;
  color: #222;
  transition: color 0.15s, height 0.3s, line-height 0.3s;
}

.header-dark .menu-main > li > a {
  color: #bbb;
}

.header-layout-3 .menu-main > li > a {
  color: #fff;
}

.menu-main > li > a span {
  overflow: hidden;
  height: 25px;
}

.menu-main > li > a span::before {
  content: attr(data-content);
  display: block;
  position: relative;
  top: 0px;
  margin-top: -25px;
  transition: all 0.25s;
}

.menu-main > li > a:hover span::before {
  margin-top: 0;
}

.menu-main > li > a.current,
.menu-main > li > a.current span,
.menu-main > li:hover > a,
.menu-main > li:hover > a span,
.menu-main > li > a:hover,
.menu-main > li > a:hover span,
.menu-main > li > a:focus,
.menu-main > li > a:focus span {
  color: var(--theme-color-1);
}

.header-layout-3 .menu-main > li > a.current,
.header-layout-3
      .menu-main > li > a.current span,
.header-layout-3
      .menu-main > li:hover > a,
.header-layout-3
      .menu-main > li:hover > a span,
.header-layout-3
      .menu-main > li > a:hover,
.header-layout-3
      .menu-main > li > a:hover span,
.header-layout-3
      .menu-main > li > a:focus,
.header-layout-3
      .menu-main > li > a:focus span {
  opacity: 0.9;
  color: #fff;
}

.menu-main ul {
  list-style: none;
  text-align: right;
}

.menu-main li:hover > ul.sub-menu,
.menu-main li.sfHover > ul.sub-menu {
  display: block;
}

.menu-main ul.sub-menu,
.menu-main ul.sub-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}

.menu-main li a + ul.sub-menu {
  min-width: 16em;
  display: none;
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 6px 6px 4px rgba(0, 0, 0, 0.02);
}

.menu-main ul.sub-menu li a {
  display: block;
  position: relative;
  color: #222;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
}

.menu-main ul.sub-menu li:last-child a {
  border: none;
}

.menu-main ul.sub-menu li a:hover,
.menu-main ul.sub-menu li a:focus,
.menu-main ul.sub-menu li:hover > a {
  color: var(--theme-color-1);
  background-color: #fbfbfb;
  padding-right: 25px;
}

.menu-main .megamenu ul.sub-menu li a:hover {
  padding-right: 5px;
  background: transparent;
}

.menu-main ul.sub-menu ul {
  top: 0px !important;
  right: 100% !important;
}

.menu-main > li > ul.sub-menu.reverse-pos {
  left: 0 !important;
  right: auto !important;
}

.menu-main ul.sub-menu ul.reverse-pos {
  left: 100% !important;
  right: auto !important;
}

.menu-main.sf-arrows a.sf-with-ul::after {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #999;
}

.menu-main.sf-arrows > li > a.sf-with-ul::after {
  position: relative;
  margin-right: 7px;
  content: '\f107';
  font-weight: lighter;
}

.menu-main.sf-arrows ul.sub-menu a.sf-with-ul::after {
  position: absolute;
  font-weight: 400;
  content: '\f105';
  left: 15px;
  top: 13px;
}

.menu-main.sf-arrows li:hover > a.sf-with-ul:after,
.menu-main.sf-arrows .sfHover > a.sf-with-ul:after {
  color: var(--theme-color-1);
}

@media (max-width: 1200px) {
  .menu-main {
    display: none;
  }
}

/*  [ 03 ] - Header Bars
========================== */

/* Header Bar */

.header-bar,
.header-bar-wrap {
  background: transparent;
  transition: height 0.3s, background 0.3s;
}

.header-bar-wrap {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

.header-bar .container,
.header-bar .row,
.header-bar [class*="col-"] {
  height: 100%;
}

.header-bar .col-md-12 {
  width: 100%;
}

.header-bar .hb-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-bar .hb-content [class*="position-"] {
  display: flex;
  height: 100%;
}

.header-bar .hb-content .position-right {
  margin-right: auto;
}

.header-bar .hb-content .position-left {
  margin-left: auto;
}

/* Header Bar Sticky */

.header-bar.is-sticky .header-bar-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}

.header-bar .logo-header.logo-text {
  text-align: right;
}

.header-bar .logo-header.logo-text h3 + span {
  opacity: 1;
  color: #666;
}

/* Header Bar 1 */

#header-bar-1,
#header-bar-1 .header-bar-wrap {
  height: 50px;
  background-color: #fff;
}

#header-bar-1 .header-bar-wrap {
  z-index: 2;
  box-shadow: 0 1px 3px rgba(166, 166, 166, 0.16);
}

.header-dark #header-bar-1 .header-bar-wrap {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

#header-bar-1 .position-left .list-meta,
#header-bar-1 .position-left .list-language {
  font-weight: 400;
}

#header-bar-1.text-white .header-bar-wrap {
  background-color: #222;
}

#header-bar-1.text-white .logo.logo-text h3 + span {
  color: #fff;
}

.header-dark #header-bar-1,
.header-dark #header-bar-1 .header-bar-wrap {
  background-color: #2e2e2e;
}

@media (max-width: 768px) {
  #header-bar-1 .list-contact-info {
    display: none;
  }

  .header-layout-3 #header-bar-1 .position-left {
    width: 100%;
  }

  #header-bar-1 .position-left .list-meta {
    display: none;
  }

  .header-layout-3 #header-bar-1 .position-left .list-meta {
    display: flex;
  }

  .header-layout-3 #header-bar-1 .position-left .list-language {
    margin-left: auto;
  }
}

/* List Info */

.list-info {
  list-style: none;
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 14px;
}

.list-info + .list-info {
  margin-left: 40px;
}

.list-info,
.list-info a {
  color: #222;
}

.list-info > li {
  display: flex;
  align-items: center;
}

.list-info > li + li {
  margin-left: 20px;
}

.list-info a {
  display: flex;
  align-items: center;
}

.header-dark .list-info a,
.header-dark .list-info a i {
  color: #fff;
}

.list-info a:hover,
.list-info a:hover i {
  color: var(--theme-color-1);
}

.header-layout-3 .list-info a:hover,
.header-layout-3
      .list-info a:hover i {
  color: var(--color-yellow-1);
}

.list-info i {
  margin-right: 7px;
  font-size: 13px;
  color: #222;
}

.list-info i::before {
  transition: all 0.2s;
}

.header-dark .list-info i {
  color: #fff;
}

.header-dark .list-info {
  color: rgba(255, 255, 255, 0.6);
}

/* List Meta */

/* List Contact Info */

.list-contact-info {
  font-weight: 400;
  color: #666;
}

.header-layout-3 #header-bar-1 .list-contact-info span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  padding: 0 15px;
  background-color: var(--color-yellow-1);
  color: #fff;
}

.list-contact-info i {
  color: #222;
}

.list-contact-info strong {
  margin-right: 3px;
}

.header-dark .list-contact-info strong {
  color: #fff;
}

/* List Language */

.list-language li {
  transition: all 0.2s;
}

.list-language .dropdown-languages {
  cursor: pointer;
}

.list-language .dropdown-languages.is-opened {
  cursor: default;
  color: var(--theme-color-1);
}

.list-language .dropdown-languages.is-opened .select-language {
  visibility: visible;
  opacity: 1;
  margin-top: -3px;
}

.list-language .dropdown-languages::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  position: relative;
  right: 0;
  top: 3px;
  margin-left: 10px;
  font-size: 12px;
}

.list-language .dropdown-languages .select-language {
  list-style: none;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  padding: 10px 15px;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  border-top: 3px solid var(--theme-color-1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  background: #fff;
  transition: all 0.2s;
}

.header-dark .list-language .dropdown-languages .select-language {
  background-color: #2e2e2e;
}

.header-layout-3 .list-language .dropdown-languages .select-language {
  border-color: var(--color-yellow-1);
}

.list-language .dropdown-languages .select-language li + li {
  margin-top: 3px;
}

@media (min-width: 768px) {
  .list-language .dropdown-languages:not(.is-opened):hover,
  .list-language .dropdown-languages:not(.is-opened):hover i {
    cursor: pointer;
    color: var(--theme-color-1);
  }

  .header-layout-3 .list-language .dropdown-languages:not(.is-opened):hover,
  .header-layout-3
    .list-language .dropdown-languages:not(.is-opened):hover i {
    color: var(--color-yellow-1);
  }

  .list-language .dropdown-languages:not(.is-opened):hover .select-language {
    visibility: visible;
    opacity: 1;
    margin-top: -3px;
  }

  .header-dark .list-language {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .list-language .dropdown-languages.is-opened {
    color: var(--theme-color-1);
  }

  .header-dark .list-language .dropdown-languages.is-opened i {
    color: var(--theme-color-1);
  }

  .list-language .dropdown-languages.is-opened .select-language {
    visibility: visible;
    opacity: 1;
    margin-top: -3px;
  }
}

/* Header Bar 2 */

#header-bar-2,
#header-bar-2 .header-bar-wrap {
  height: 100px;
  background-color: #fff;
}

.header-dark #header-bar-2,
.header-dark
  #header-bar-2 .header-bar-wrap {
  background-color: #1e1e1e;
}

#header-bar-2 .header-bar-wrap {
  z-index: 1;
}

#header-bar-2.text-white .header-bar-wrap {
  background-color: #222;
}

#header-bar-2.text-white .menu-main > li > a,
#header-bar-2.text-white .menu-main > li > a:focus {
  color: #fff;
}

#header-bar-2.text-white .menu-main > li > a.current,
#header-bar-2.text-white .menu-main > li:hover > a,
#header-bar-2.text-white .menu-main > li > a:hover {
  color: var(--theme-color-1);
}

#header-bar-2.text-white .hamburger-inner,
#header-bar-2.text-white .hamburger-inner::before,
#header-bar-2.text-white .hamburger-inner::after {
  background-color: #fff;
}

/* Cart Mini */

.cart-mini {
  position: relative;
  margin-left: auto;
}

.header-layout-3 .cart-mini {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .header-layout-3 .cart-mini {
    margin-left: auto;
  }
}

.cart-box-wrapper {
  position: absolute;
  right: 0;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.cart-box {
  position: relative;
  padding: 20px;
  width: 300px;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid var(--theme-color-1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.header-dark .cart-box {
  background-color: #2e2e2e;
}

.header-layout-3 .cart-box {
  border-color: var(--color-yellow-1);
}

.cart-box::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -16px;
  border-bottom: 14px solid var(--theme-color-1);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.header-layout-3 .cart-box::before {
  border-bottom-color: var(--color-yellow-1);
}

.cart-box .count-total {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-dark .cart-box .count-total {
  border-color: rgba(255, 255, 255, 0.2);
}

.cart-box .count-total span {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.header-dark .cart-box .count-total span {
  color: #fff;
}

.cart-box .count-total .btn {
  margin-left: auto;
  padding: 6px 12px;
}

.cart-box .sub-total {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}

.cart-box .sub-total .title {
  color: #222;
}

.header-dark .cart-box .sub-total .title {
  color: #fff;
}

.cart-box .sub-total .value {
  margin-left: auto;
  color: var(--theme-color-1);
}

.cart-box .view-cart {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .cart-mini:hover .btn-cart {
    box-shadow: inset 0 0 0 2px var(--theme-color-1);
  }

  .header-layout-3 .cart-mini:hover .btn-cart {
    box-shadow: inset 0 0 0 2px var(--color-yellow-1);
  }

  .cart-mini:hover .cart-box-wrapper {
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .cart-mini.is-opened .btn-cart {
    box-shadow: inset 0 0 0 2px var(--theme-color-1);
  }

  .cart-mini.is-opened .cart-box-wrapper {
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 480px) {
  .cart-box {
    width: 280px;
  }
}

/* Cart Dropdown List */

.cart-dd-list {
  list-style: none;
}

.cart-dd-list li {
  display: flex;
  padding: 20px 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: padding-right 0.15s, padding-left 0.15s;
}

.header-dark .cart-dd-list li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.cart-dd-list .item-img {
  position: relative;
  border: 1px solid #ddd;
}

.header-dark .cart-dd-list .item-img {
  border-color: rgba(0, 0, 0, 0.3);
}

.cart-dd-list .item-img a {
  width: 65px;
  height: 58px;
  transition: all 0.2s;
}

.cart-dd-list .item-img a:hover {
  opacity: 0.6;
}

.cart-dd-list .item-img .close {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  border-radius: 100px;
  background: #222;
  color: #fff;
  transition: all 0.2s;
}

.header-dark .cart-dd-list .item-img .close {
  background-color: #fff;
  color: #000;
}

.cart-dd-list .item-img .close:hover {
  cursor: pointer;
  background: var(--theme-color-1);
  border-color: var(--theme-color-1);
}

.header-dark .cart-dd-list .item-img .close:hover {
  color: #fff;
}

.cart-dd-list .item-content {
  margin-left: 10px;
  padding-top: 5px;
  width: 100%;
}

.cart-dd-list .item-content h6 {
  display: flex;
  margin-bottom: 2px;
}

.cart-dd-list .item-content h6 .quantity {
  margin-left: auto;
  font-size: 12px;
}

.header-dark .cart-dd-list .item-content h6 a,
.header-dark .cart-dd-list .item-content h6 .quantity {
  color: #fff;
}

.header-dark .cart-dd-list .item-content h6 a:hover {
  color: var(--theme-color-1);
}

.cart-dd-list .item-content .price {
  font-size: 14px;
}

.header-dark .cart-dd-list .item-content .price {
  color: rgba(255, 255, 255, 0.6);
}

.btn-cart {
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  line-height: 45px;
  padding: 10px 20px;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 5px;
  color: #222;
}

.header-dark .btn-cart {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.btn-cart i {
  margin-right: 5px;
  font-size: 20px;
  color: var(--theme-color-1);
}

.header-layout-3 .btn-cart i {
  color: var(--color-yellow-1);
}

.btn-cart strong {
  margin-right: 3px;
}

.header-dark .btn-cart strong {
  color: #fff;
}

.cart-count,
.icons-meta .cart-count {
  position: absolute;
  z-index: 10;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  background-color: #ff5b5b;
  color: #fff;
  transition: all 0.2s;
}

.mobile-btn-cart + .cart-box {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  border-top-width: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s;
}

.mobile-btn-cart + .cart-box::before {
  top: -11px;
  right: 18px;
  border-bottom-width: 8px;
  border-right-width: 5px;
  border-left-width: 5px;
}

@media (max-width: 768px) {
  .mobile-btn-cart + .cart-box.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .mobile-btn-cart + .cart-box::before {
    right: 13px;
  }
}

@media (max-width: 480px) {
  #header-bar-2,
  #header-bar-2 .header-bar-wrap {
    height: auto;
  }

  #header-bar-2 .hb-content {
    padding: 20px 0 0;
  }

  .header-layout-3 #header-bar-2 .hb-content {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  #header-bar-2 .logo-header {
    margin: 0;
  }

  #header-bar-2 .btn-cart {
    margin: 20px 0 0;
  }
}

/* Header Bar 3 */

#header-bar-3,
#header-bar-3 .header-bar-wrap {
  height: 85px;
  background-color: #fff;
}

.header-dark #header-bar-3,
.header-dark
  #header-bar-3 .header-bar-wrap {
  background-color: #1e1e1e !important;
}

.header-layout-3 #header-bar-3,
.header-layout-3
  #header-bar-3 .header-bar-wrap {
  height: 60px;
  background-color: var(--theme-color-1);
}

#header-bar-3 .header-bar-wrap {
  box-shadow: 0 1px 3px rgba(166, 166, 166, 0.16);
}

/* List Full Categories */

.list-full-categories {
  height: 100%;
  width: 265px;
}

.header-layout-3 .list-full-categories {
  width: initial;
}

.list-full-categories:hover .btn-dropdown-categories i {
  transform: rotate(-180deg);
}

.header-layout-2:not(.style-2) .header-bar:not(.is-sticky) .list-full-categories:hover .btn-dropdown-categories i {
  transform: rotate(0);
}

.list-full-categories:hover .menu-categories {
  top: -2px;
  opacity: 1;
  visibility: visible;
}

.header-layout-2:not(.style-2) .header-bar:not(.is-sticky) .list-full-categories:hover .menu-categories {
  top: 0;
}

.list-full-categories .btn-dropdown-categories {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
  background-color: var(--theme-color-1);
  color: #fff;
}

.header-layout-3 .list-full-categories .btn-dropdown-categories {
  font-size: 0;
  border-radius: 0;
  background-color: var(--color-yellow-1);
}

.header-layout-3 .list-full-categories .btn-dropdown-categories .hamburger {
  margin-right: 0;
}

.is-sticky .list-full-categories .btn-dropdown-categories {
  border-radius: 0;
}

.list-full-categories .btn-dropdown-categories .hamburger {
  display: inline-flex;
  margin-right: 15px;
  padding: 0;
}

.list-full-categories .btn-dropdown-categories .hamburger:hover {
  opacity: 1;
}

.list-full-categories .btn-dropdown-categories .hamburger .hamburger-inner,
.list-full-categories .btn-dropdown-categories .hamburger .hamburger-inner::before,
.list-full-categories .btn-dropdown-categories .hamburger .hamburger-inner::after {
  background-color: #fff;
}

.list-full-categories .btn-dropdown-categories i {
  margin-left: auto;
  font-size: 12px;
  transition: all 0.2s;
}

.header-layout-3 .list-full-categories .btn-dropdown-categories i {
  display: none;
}

@media (max-width: 992px) {
  .list-full-categories {
    width: 85px;
  }

  .list-full-categories .btn-dropdown-categories {
    font-size: 0;
  }

  .list-full-categories i {
    display: none;
  }
}

@media (max-width: 480px) {
  .list-full-categories {
    width: auto;
    height: auto;
  }

  .list-full-categories .btn-dropdown-categories {
    padding: 15px;
    border-radius: 5px;
    height: 45px;
  }

  .header-layout-3 .list-full-categories .btn-dropdown-categories {
    border-radius: 5px;
  }

  .is-sticky .list-full-categories .btn-dropdown-categories {
    border-radius: 5px;
  }

  .list-full-categories .btn-dropdown-categories .hamburger {
    margin-right: 0;
  }
}

/* Menu Categories */

.menu-categories {
  list-style: none;
  position: relative;
  top: 10px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  border: 3px solid var(--theme-color-1);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.2s;
}

.header-layout-3 .menu-categories {
  position: absolute;
  margin-top: 62px;
  width: 265px;
  border-color: var(--color-yellow-1);
}

.header-layout-2:not(.style-2) .header-bar:not(.is-sticky) .menu-categories {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.menu-categories li {
  position: relative;
  padding: 0 30px;
}

.menu-categories li:last-child a {
  border-bottom: none;
}

.menu-categories li:hover > a {
  color: var(--theme-color-1);
}

.header-layout-3 .menu-categories li:hover > a {
  color: var(--color-yellow-1);
}

.menu-categories li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #eaeaea;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
  color: #222;
}

.menu-categories > li {
  height: 100%;
}

.menu-categories > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 20px 10px 0;
  font-weight: 500;
  color: #222;
}

.menu-categories > li > a.current,
.menu-categories > li:hover > a,
.menu-categories > li > a:hover {
  color: var(--theme-color-1);
}

.header-layout-3 .menu-categories > li > a.current,
.header-layout-3
      .menu-categories > li:hover > a,
.header-layout-3
      .menu-categories > li > a:hover {
  color: var(--color-yellow-1);
}

.menu-categories ul {
  list-style: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.menu-categories li:hover > ul.sub-menu,
.menu-categories li.sfHover > ul.sub-menu {
  display: block;
}

.menu-categories ul.sub-menu,
.menu-categories ul.sub-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}

.menu-categories li a + ul.sub-menu {
  min-width: 16em;
  display: none;
  position: absolute;
  top: -3px;
  left: 100%;
  z-index: 99;
  border: 3px solid var(--theme-color-1);
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  box-shadow: 0px 6px 6px 4px rgba(0, 0, 0, 0.02);
}

.header-layout-3 .menu-categories li a + ul.sub-menu {
  border-color: var(--color-yellow-1);
}

.menu-categories li a + ul.sub-menu::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 16px;
  border-right: 10px solid var(--theme-color-1);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.header-layout-3 .menu-categories li a + ul.sub-menu::before {
  border-right-color: var(--color-yellow-1);
}

.menu-categories ul.sub-menu li {
  padding: 0 20px;
}

.menu-categories ul.sub-menu li a {
  display: block;
  position: relative;
  color: #222;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.menu-categories ul.sub-menu li:last-child a {
  border: none;
}

.menu-categories ul.sub-menu li a:hover,
.menu-categories ul.sub-menu li a:focus,
.menu-categories ul.sub-menu li:hover > a {
  color: var(--theme-color-1);
}

.header-layout-3 .menu-categories ul.sub-menu li a:hover,
.header-layout-3
      .menu-categories ul.sub-menu li a:focus,
.header-layout-3
      .menu-categories ul.sub-menu li:hover > a {
  color: var(--color-yellow-1);
}

.menu-categories .megamenu ul.sub-menu li a:hover {
  padding-right: 5px;
  background: transparent;
}

.menu-categories ul.sub-menu ul {
  left: 100% !important;
}

.menu-categories ul.sub-menu ul::before {
  top: 15px !important;
}

.menu-categories > li > ul.sub-menu.reverse-pos {
  left: 0 !important;
  right: auto !important;
}

.menu-categories ul.sub-menu ul.reverse-pos {
  left: 100% !important;
  right: auto !important;
}

.menu-categories.sf-arrows a.sf-with-ul::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #222;
}

.menu-categories.sf-arrows > li > a.sf-with-ul::after {
  position: absolute;
  right: 0;
  content: '\f106';
  transform: rotate(90deg);
}

.menu-categories.sf-arrows ul.sub-menu a.sf-with-ul::after {
  position: absolute;
  content: '\f106';
  right: 0;
  margin-top: 1px;
  transform: rotate(90deg);
}

.menu-categories.sf-arrows li:hover > a.sf-with-ul:after,
.menu-categories.sf-arrows .sfHover > a.sf-with-ul:after {
  color: var(--theme-color-1);
}

.header-layout-3 .menu-categories.sf-arrows li:hover > a.sf-with-ul:after,
.header-layout-3
    .menu-categories.sf-arrows .sfHover > a.sf-with-ul:after {
  color: var(--color-yellow-1);
}

@media (max-width: 992px) {
  .menu-categories {
    display: none;
  }
}

/* Side Full Categories */

.side-full-categories {
  position: fixed;
  z-index: 20;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(calc(-1*(100% + 10px)));
  transition: all 0.3s;
}

.side-full-categories.viewed {
  transform: translateX(0);
}

.side-full-categories .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.7);
  transition: all 0.4s;
}

.side-full-categories .mobile-full-categories {
  position: relative;
  z-index: 30;
  height: 100%;
  width: 350px;
  padding-bottom: 120px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.side-full-categories .mobile-full-categories h5 {
  padding: 30px;
  margin-bottom: 0;
  height: 85px;
  background-color: var(--theme-color-1);
  color: #fff;
}

@media (max-width: 480px) {
  .side-full-categories .mobile-full-categories {
    width: 280px;
  }
}

.popup-preview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #222;
  transition: all 0.3s;
}

.popup-preview-overlay.viewed {
  opacity: 0.8;
  visibility: visible;
}

@media (min-width: 992px) {
  .side-full-categories,
  .popup-preview-overlay {
    display: none;
  }
}

/* Mobile Menu Categories */

.mobile-menu-categories {
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  clear: both;
  padding: 0 30px;
  margin: 20px 0;
  height: 100%;
  background-color: #fff;
  /* 2nd Level Menus */
}

.mobile-menu-categories li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.mobile-menu-categories li:last-child {
  border-bottom: none;
}

.mobile-menu-categories li:hover > a {
  color: var(--theme-color-1);
}

.mobile-menu-categories li a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  padding: 14px 30px 14px 0;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
}

.mobile-menu-categories > li > a:hover,
.mobile-menu-categories > li > a.current,
.mobile-menu-categories > li > a.active {
  color: var(--theme-color-1);
}

.mobile-menu-categories ul {
  list-style: none;
  padding-left: 10px;
  display: none;
  border-top: 1px solid #eee;
}

.mobile-menu-categories ul a {
  padding: 10px 20px 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.mobile-menu-categories ul a:hover,
.mobile-menu-categories ul a.active {
  font-weight: 600;
  color: var(--theme-color-1);
}

.mobile-menu-categories ul li:hover > ul {
  /*display: block;*/
}

.mobile-menu-categories li.has-ul > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
  transition: all 0.2s;
}

.mobile-menu-categories > li.has-ul > a::after {
  /*display: none;*/
  content: '\f106';
  font-size: 17px;
  right: 0;
  transform: rotate(90deg);
}

.mobile-menu-categories > li.has-ul > a.active::after,
.mobile-menu-categories > li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}

.mobile-menu-categories > li.has-ul > a.active::after {
  transform: rotate(180deg);
}

.mobile-menu-categories ul.sub-menu li.has-ul > a::after {
  content: '\f106';
  font-size: 15px;
  right: 0;
  transform: rotate(90deg);
}

.mobile-menu-categories ul.sub-menu li.has-ul > a.active::after,
.mobile-menu-categories ul.sub-menu li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}

.mobile-menu-categories ul.sub-menu li.has-ul > a.active::after {
  transform: rotate(180deg);
}

/* Search Products */

.search-products {
  display: flex;
  margin-left: 30px;
}

.header-layout-3 #header-bar-2 .search-products {
  display: none;
  margin: 0 auto;
}

.header-layout-3 #header-bar-3 .search-products {
  display: none;
}

@media (min-width: 1200px) {
  .header-layout-3 #header-bar-2 .search-products {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .header-layout-3 #header-bar-3 .search-products {
    display: flex;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .search-products {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .search-products {
    margin-left: 20px;
    padding: 0 20px;
    width: 100%;
  }
}

/* List Select Category */

.list-select-category {
  position: relative;
  /* Menu Categories */
}

.list-select-category .btn-select-category {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 22.5px;
  background: var(--theme-color-1);
  color: #fff;
}

.header-layout-3 .list-select-category .btn-select-category {
  width: 180px;
  background-color: var(--color-yellow-1);
}

.header-dark .list-select-category .btn-select-category {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  background-color: #2e2e2e;
}

.header-layout-2 .list-select-category .btn-select-category {
  border-radius: 5px;
}

.list-select-category .menu-select-category {
  list-style: none;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 40px 0 10px;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  border: 2px solid var(--theme-color-1);
  border-radius: 23px 23px 5px 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.2s;
}

.header-layout-3 .list-select-category .menu-select-category {
  width: 180px;
  border-color: var(--color-yellow-1);
}

.header-dark .list-select-category .menu-select-category {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #2e2e2e;
}

.header-layout-2 .list-select-category .menu-select-category {
  border-width: 1px;
}

.list-select-category .menu-select-category li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  padding: 0 25px;
}

.list-select-category .menu-select-category li:last-child a {
  border-bottom: none;
}

.list-select-category .menu-select-category li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0 14px 30px;
  white-space: initial;
  border-bottom: 1px solid #eaeaea;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
  color: #222;
}

.header-dark .list-select-category .menu-select-category li a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.list-select-category .menu-select-category li a:hover {
  color: var(--theme-color-1);
}

.header-layout-3 .list-select-category .menu-select-category li a:hover {
  color: var(--color-yellow-1);
}

.list-select-category .menu-select-category > li {
  height: 100%;
}

.list-select-category .menu-select-category > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 20px 10px 0;
  font-weight: 500;
  color: #222;
}

@media (max-width: 992px) {
  .list-select-category {
    display: none;
  }
}

@media (min-width: 768px) {
  .list-select-category:hover .btn-select-category {
    border-radius: 22.5px 22.5px 0 0;
  }

  .header-dark .list-select-category:hover .btn-select-category {
    border-radius: 5px 5px 0 0;
  }

  .list-select-category:hover .menu-select-category {
    padding-top: 50px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .list-select-category.is-opened .btn-select-category {
    border-radius: 22.5px 22.5px 0 0;
  }

  .list-select-category.is-opened .menu-select-category {
    padding-top: 50px;
    opacity: 1;
    visibility: visible;
  }
}

/* Form Search Products */

.form-search-products {
  display: flex;
  align-items: center;
}

.form-search-products .form-group:first-child i {
  position: relative;
  z-index: 2;
  top: 14px;
  right: 35px;
  float: right;
  width: 0;
  font-size: 16px;
  color: #fff;
}

.form-search-products .form-group:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.form-search-products .form-group:nth-child(2) {
  width: 100%;
}

.form-search-products input[type="text"] {
  width: 400px;
}

.header-layout-3 #header-bar-2 .form-search-products input[type="text"] {
  width: 350px;
}

.header-layout-3 #header-bar-2 .form-search-products input[type="text"]:hover,
.header-layout-3 #header-bar-2 .form-search-products input[type="text"]:focus {
  box-shadow: inset 0 0 0 2px var(--color-yellow-1);
}

.header-layout-3 #header-bar-3 .form-search-products input[type="text"] {
  box-shadow: none;
}

.header-layout-2 .form-search-products input[type="text"] {
  border-radius: 5px;
}

.header-dark .form-search-products input[type="text"] {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  background-color: #2e2e2e;
  color: #fff;
}

.form-search-products input[type="text"]:hover {
  box-shadow: inset 0 0 0 2px var(--theme-color-1);
}

.header-dark .form-search-products input[type="text"]:hover,
.header-dark .form-search-products input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px var(--theme-color-1);
  background-color: transparent;
}

.form-search-products button[type="submit"] {
  padding: 0 25px;
  border-radius: 0 999px 999px 0;
}

.header-layout-2 .form-search-products button[type="submit"] {
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
}

.header-layout-3 .form-search-products button[type="submit"] {
  background-color: var(--color-yellow-1);
}

.header-layout-3 .form-search-products button[type="submit"]:hover {
  background-color: var(--color-yellow-1-1);
}

@media (max-width: 1200px) {
  .form-search-products input[type="text"] {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .form-search-products input[type="text"] {
    width: 400px;
  }

  .form-search-products .form-group:first-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .form-search-products input[type="text"] {
    width: 280px;
  }
}

@media (max-width: 600px) {
  .search-products.input-focused {
    padding-right: 0;
  }

  .search-products.input-focused,
  .search-products.input-focused .form-search-products {
    width: 100%;
  }

  .search-products.input-focused .form-search-products .form-group:nth-child(2),
  .search-products.input-focused .form-search-products .form-group:nth-child(2) input[type="text"] {
    width: 100%;
  }

  .form-search-products {
    transition: all 0.2s;
  }

  .form-search-products,
  .form-search-products input[type="text"] {
    width: 100%;
  }

  .form-search-products button[type="submit"] {
    right: 5px;
    padding: 0 10px;
    background-color: transparent !important;
    color: var(--theme-color-1);
  }

  .form-search-products button[type="submit"]:hover {
    background-color: transparent;
  }

  .form-search-products button[type="submit"] i {
    font-size: 16px;
  }
}

/* Button Login Register */

.btn-login-register {
  display: none;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: var(--color-yellow-1);
  color: #fff;
}

.btn-login-register:hover {
  background-color: var(--color-yellow-1-1);
}

.btn-login-register:focus {
  color: #222;
}

.btn-login-register i {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .btn-login-register {
    display: inline-flex;
  }
}

/* Icons Meta */

.icons-meta {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.header-layout-3 .icons-meta {
  display: flex;
}

.icons-meta > li {
  position: relative;
}

.icons-meta > li + li {
  margin-left: 5px;
}

.icons-meta > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-dark .icons-meta > li > a {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-layout-3 .icons-meta > li > a {
  border-color: transparent;
  background-color: var(--color-yellow-1);
  color: #fff;
}

.header-layout-3 .icons-meta > li > a:hover {
  border-color: transparent;
  background-color: var(--color-yellow-1-1);
  color: #222;
}

.icons-meta > li > a:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.icons-meta > li > a:hover .cart-count {
  background-color: #222;
}

.icons-meta .cart-count {
  right: auto;
  left: auto;
  top: -15px;
}

@media (min-width: 768px) {
  .header-layout-3 .icons-meta {
    display: none;
  }
}

@media (max-width: 480px) {
  .icons-meta > li > a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .icons-meta .cart-count {
    top: -13px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .icons-meta.input-focused {
    display: none;
  }
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */

/* Opacity Values */

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
  * -------------------------------------------------------------------------------
  * ( 04 ) - Content
  * -------------------------------------------------------------------------------
  *
  *  This part contains all content sections in main content
  *
  * ------
  *
  *  Content is divided to the following sections:
  *
  *    |
  *    |-->  [ 01 ] - Content
  *    |-->  [ 02 ] - Sidebar
  *    |-->  [ 03 ] - Content Main 1
  *    |-->  [ 04 ] - Login
  *    |-->  [ 05 ] - Products Page
  *    |-->  [ 06 ] - Product Page Single
  *    |-->  [ 07 ] - Shop Cart
  *    |-->  [ 08 ] - Product Comparison
  *    |-->  [ 09 ] - Newsletter Popup
  *    |-->  [ 10 ] - Wishlist
  *    |-->  [ 11 ] - Categories
  *    |-->  [ 12 ] - Checkout Pages
  *    |-->  [ 13 ] - Dashboard Pages
  *    |-->  [ 14 ] - Homepages [ not default ]
  *    |-->  [ 15 ] - Slider Banner
  *
  */

#content {
  position: relative;
  line-height: 1.7;
  background-color: #fff;
  z-index: 0;
  /* Important for icons animations */
}

#content-wrap {
  position: relative;
}

/*  [ 01 ] - Content
====================== */

.content.sidebar-left {
  padding: 0 10px 0 0;
}

.page-single .section-content {
  padding-top: 0 !important;
  background-color: #fafafa;
}

.page-single .page-single-content {
  padding: 0 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.page-single .page-single-content .content {
  padding: 50px 0;
}

.page-single .content {
  padding: 30px;
}

.page-single.with-sidebar .content {
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

@media (max-width: 992px) {
  .page-single.with-sidebar .content {
    padding-left: 0;
    border-left: none;
  }
}

/*  [ 02 ] - Sidebar
====================== */

.sidebar {
  padding: 50px 10px 50px 0;
}

.box-widget + .box-widget {
  margin-top: 40px;
}

.box-widget .box-title {
  margin-bottom: 20px;
}

.box-widget .box-title::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 20px;
  background-color: var(--theme-color-1);
}

@media (max-width: 992px) {
  .sidebar {
    padding-top: 20px;
  }
}

/* Sidebar List Links */

.sidebar-list-links {
  list-style: none;
}

.sidebar-list-links > li > a::before {
  content: "\f0d8";
  transform: rotate(90deg);
}

.sidebar-list-links li + li {
  margin-top: 4px;
}

.sidebar-list-links li:first-child a {
  padding-top: 0;
}

.sidebar-list-links a {
  display: inline-block;
  padding-top: 3px;
  font-size: 16px;
  color: #222;
}

.sidebar-list-links a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 12px;
  font-size: 14px;
  color: var(--theme-color-1);
  transition: all 0.15s;
}

.sidebar-list-links a:hover {
  opacity: 1;
  color: var(--theme-color-1) !important;
}

.sidebar-list-links a:hover::before {
  margin-right: 15px;
  color: var(--theme-color-1);
}

.text-white .sidebar-list-links li a {
  color: #fff;
}

/* List Brands */

.list-brands {
  /* 2nd Level Menus */
}

.list-brands li {
  position: relative;
}

.list-brands li.has-ul > a {
  font-size: 18px;
}

.list-brands li:last-child {
  border-bottom: none;
}

.list-brands li:hover > a {
  color: var(--theme-color-1);
}

.list-brands li a {
  position: relative;
  display: flex;
  align-items: center;
}

.list-brands li > a.active {
  font-weight: 500;
  color: var(--theme-color-1);
}

.list-brands li > a.active::before {
  margin-right: 15px;
  transform: rotate(180deg);
}

.list-brands ul {
  list-style: none;
  padding: 5px 0 5px 15px;
  display: none;
}

.list-brands ul li.has-ul > a:first-child::before {
  content: "\f0d8";
  transform: rotate(90deg);
}

.list-brands ul a {
  color: #222;
  font-size: 15px;
}

.list-brands ul a:hover,
.list-brands ul a.active {
  color: var(--theme-color-1);
}

.list-brands ul a.active::before {
  margin-right: 15px;
  transform: rotate(180deg) !important;
}

.list-brands ul li:hover > ul {
  /*display: block;*/
}

.list-brands li.has-ul > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
  transition: all 0.2s;
}

.list-brands > li.has-ul > a::after {
  content: '\f067';
  font-size: 11px;
  right: 0;
  color: #222;
}

.list-brands > li.has-ul > a.active::after,
.list-brands > li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}

.list-brands > li.has-ul > a.active::after {
  content: "\f068";
}

.list-brands ul.sub-menu li.has-ul > a::after {
  content: '\f067';
  font-size: 11px;
  right: 0;
}

.list-brands ul.sub-menu li.has-ul > a.active::after,
.list-brands ul.sub-menu li.has-ul:hover > a::after {
  color: var(--theme-color-1);
}

.list-brands ul.sub-menu li.has-ul > a.active::after {
  content: "\f068";
}

/* List Checkboxes */

/* Check Boxes Custom */

.list-checkboxes {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.list-checkboxes li {
  display: flex;
}

.list-checkboxes li + li {
  margin-top: 10px;
}

/* Custom Checkbox */

/* Customize the label (the container) */

.label-container.checkbox-default {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.label-container.checkbox-default input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label-container.checkbox-default:hover input ~ .checkmark {
  box-shadow: inset 0 0 0 2px var(--theme-color-1);
}

.label-container.checkbox-default input:checked ~ .checkmark {
  background-color: var(--theme-color-1);
  box-shadow: inset 0 0 0 1px var(--theme-color-1);
}

.label-container.checkbox-default .checkmark {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  box-shadow: inset 0 0 0 2px #ccc;
}

.label-container.checkbox-default .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-container.checkbox-default input:checked ~ .checkmark:after {
  display: block;
}

.label-container.checkbox-default .checkmark:after {
  right: 9px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label-container.small {
  width: auto;
}

.label-container.small .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.label-container.small .checkmark::after {
  right: 7px;
  top: 4px;
  width: 6px;
  height: 9px;
}

/* List Choose Color */

.list-choose-color {
  list-style: none;
  display: flex;
  flex-direction: row;
  /* Customize the label (the container) */
}

.list-choose-color li {
  display: flex;
}

.list-choose-color li + li {
  margin-left: 10px;
}

.list-choose-color .color-1 .checkmark {
  background-color: #202020 !important;
}

.list-choose-color .color-2 .checkmark {
  background-color: #ff4c5d !important;
}

.list-choose-color .color-3 .checkmark {
  background-color: #fa791b !important;
}

.list-choose-color .color-4 .checkmark {
  background-color: #6760e8 !important;
}

.list-choose-color .color-5 .checkmark {
  background-color: #e895b8 !important;
}

.list-choose-color .label-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.list-choose-color .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.list-choose-color .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.list-choose-color .label-container input:checked ~ .checkmark {
  background-color: var(--theme-color-1);
}

.list-choose-color .label-container .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
}

.list-choose-color .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.list-choose-color .label-container input:checked ~ .checkmark:after {
  display: block;
}

.list-choose-color .label-container .checkmark:after {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Slider Price Range */

.price-filter b {
  font-weight: 500;
  color: #222;
}

.price-filter b:nth-of-type(2) {
  float: right;
}

.price-filter .box-btns {
  display: flex;
  margin: 20px -5px 0;
}

.price-filter .box-btns .btn {
  margin: 0 5px;
  width: 50%;
}

.price-filter .box-btns button {
  box-shadow: none;
}

/* Bootstrap Tooltip */

.tooltip {
  position: absolute;
  z-index: 1030;
  top: -30px !important;
  display: flex;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -10px;
}

.tooltip.right {
  padding: 0 5px;
  margin-right: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-right: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  right: 50%;
  margin-right: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  right: 50%;
  margin-right: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/*  [ 03 ] - Content Main
=========================== */

#content-main {
  perspective: 1000px;
  backface-visibility: hidden;
}

#content-main .section-content {
  padding: 80px 0;
  background-color: #fafafa;
}

@media (max-width: 480px) {
  #content-main .section-content {
    padding: 50px 0;
  }
}

/* Slider Featured 1 */

.slider-featured-1 {
  position: relative;
  width: 100%;
  /* Slide Content */
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-featured-1 .owl-carousel {
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.slider-featured-1 .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-featured-1 .owl-carousel .owl-item.active:last-of-type .box-info-2 {
  margin-left: -1px;
}

.slider-featured-1 .owl-carousel .slide {
  position: relative;
  overflow: hidden;
}

.slider-featured-1 .owl-carousel > img {
  width: 100%;
}

.slider-featured-1 .slide-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  padding: 50px 80px;
  min-height: 450px;
  width: 65%;
}

.slider-featured-1 .slide-content.pr-150 {
  padding-left: 150px !important;
}

.header-layout-2:not(.style-2) .slider-featured-1 .slide-content {
  width: 90%;
  min-height: 400px;
}

.header-layout-3 .slider-featured-1 .slide-content {
  width: 90%;
  min-height: 395px;
}

.style-2 #slider-banner .slider-featured-1 .slide-content {
  padding-left: 0;
  width: 90%;
  min-height: 500px;
}

.style-2 #slider-banner .slider-featured-1 .slide-content {
  padding-right: 0;
  padding-left: 0;
}

.slider-featured-1 .slide-content.text-center {
  align-items: center;
  margin: auto;
}

.slider-featured-1 .slide-content.text-left {
  align-items: flex-end;
  margin-left: auto;
}

.slider-featured-1 .slide-content h4 {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .slider-featured-1 .container-fluid .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .slider-featured-1 .container-fluid .container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  .slider-featured-1 .container-fluid .container {
    width: 750px;
  }
}

.slider-featured-1 .owl-nav {
  margin: 0;
}

.slider-featured-1 .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 35px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: 50%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.6);
}

.slider-featured-1 .owl-nav [class*="owl-"]:hover {
  background-color: #222;
  color: #fff;
}

.slider-featured-1 .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-featured-1 .owl-nav .owl-prev {
  right: 0;
  margin-right: -10px;
  text-indent: 0;
  border-radius: 5px 0 0 5px;
}

.slider-featured-1 .owl-nav .owl-next {
  left: 0;
  margin-left: -10px;
  text-indent: 0;
  border-radius: 0 5px 5px 0;
}

.slider-featured-1 .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}

.slider-featured-1:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-featured-1:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-featured-1:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-featured-1:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-featured-1:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-featured-1:hover .owl-nav .disabled {
  opacity: 0.2;
  background-color: rgba(34, 34, 34, 0.6);
}

.slider-featured-1 .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-featured-1 .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-featured-1 .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-featured-1 .owl-dots .owl-dot.active span,
.slider-featured-1 .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-featured-1 .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .slider-featured-1 .slide-content {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .slider-featured-1 .slide-content {
    width: 100%;
    min-height: 300px;
  }

  .slider-featured-1 .slide-content h1 {
    font-size: 40px;
  }

  .slider-featured-1 .slide-content h4 {
    font-size: 20px;
  }

  .slider-featured-1 .slide-content .btn.x-large {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .slider-featured-1 .slide-content {
    padding: 50px;
    min-height: 250px;
  }

  .slider-featured-1 .slide-content h1 {
    font-size: 35px;
  }

  .slider-featured-1 .slide-content h4 {
    font-size: 20px;
  }

  .slider-featured-1 .slide-content .btn.x-large {
    font-size: 20px;
  }
}

/* Box Banner */

.box-banner a {
  display: block;
}

.box-banner img {
  width: 100%;
}

/* Boxes Features */

.boxes-features {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* Box Info 1 */

.box-info-1 {
  transition: all 0.2s;
}

.box-info-1 .box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 15px 0 0;
  width: 50px;
  height: 50px;
}

.box-info-1 .box-icon i {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.box-info-1 .box-content h5 {
  margin-bottom: 2px;
}

.box-info-1.text-white .box-content {
  color: #666;
}

/* Section Title */

.section-title {
  margin-bottom: 25px;
}

.section-title::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: var(--theme-color-1);
}

/* Box Preview */

.box-preview {
  width: 100%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.box-preview:hover .box-img .overlay,
.box-preview:hover .box-img .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}

.box-preview:hover .box-img .overlay .overlay-inner {
  transition-delay: 0.25s;
}

.box-preview .box-img {
  position: relative;
  border-radius: 0;
  transition: all 0.3s ease;
}

.box-preview .box-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
}

.box-preview .box-img .overlay,
.box-preview .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}

.box-preview .box-img .overlay .overlay-inner {
  transition: all 0.3s ease;
}

.box-preview .box-content {
  padding: 45px 25px;
  position: relative;
}

/* Box Product */

.box-product {
  position: relative;
  z-index: 0;
  top: 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px transparent;
  transition: all 0.2s;
  background-color: #fff;
}

.box-product::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin-right: 20px;
  width: calc(100% - 40px);
  height: 100px;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 transparent;
  background: transparent;
  transition: all 0.2s;
}

.box-product.box-preview .box-img {
  margin: auto;
  padding: 30px;
  height: 230px;
  border-radius: 4px;
  background-color: #fff;
}

.box-product.box-preview .box-img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

.box-product.box-preview .box-img > a img {
  max-height: 100%;
  width: auto;
}

.box-product.box-preview .box-img .overlay {
  color: #bbb;
  background-color: rgba(255, 255, 255, 0);
}

.box-product.box-preview .box-img .overlay .overlay-inner {
  align-items: center;
  justify-content: center;
}

.box-product.box-preview .box-img .overlay,
.box-product.box-preview .box-img .overlay .overlay-inner {
  opacity: 0;
  visibility: hidden;
}

.box-product.box-preview:hover {
  box-shadow: 0 1px 3px rgba(166, 166, 166, 0.16);
}

.box-product.box-preview:hover::before {
  box-shadow: 0 10px 30px 0 rgba(34, 34, 34, 0.25);
}

.box-product.box-preview:hover .box-img > a {
  opacity: 0.2;
}

.box-product.box-preview:hover .overlay,
.box-product.box-preview:hover .overlay .overlay-inner {
  opacity: 1;
  visibility: visible;
}

.box-product.box-preview:hover .overlay .overlay-inner {
  transition-delay: 0.2s;
}

.box-product.box-preview:hover .product-icons-meta li:first-child a {
  transition: color 0.2s, background 0.2s, opacity 0.3s, visibility 0.3s, transform 0.2s 0.2s;
}

.box-product.box-preview:hover .product-icons-meta li:last-child a {
  transition: color 0.2s, background 0.2s, opacity 0.3s, visibility 0.3s, transform 0.2s 0.3s;
}

.box-product.box-preview:hover .product-icons-meta a {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.box-product.box-preview .box-content {
  display: flex;
  flex-direction: column;
  padding: 0 30px 40px;
  background-color: #fff;
}

.box-product.box-preview .box-content h5 {
  margin-bottom: 10px;
}

.box-product.box-preview .box-content .product-price {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color-1);
}

.box-product.box-preview .box-content .product-price .old {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #aaa;
}

.box-product.box-preview .box-content h6 {
  margin: 5px 0;
}

.box-product.box-preview .box-content .rating {
  margin-top: 23px;
}

.box-product.box-preview .box-content .btn {
  margin-right: auto;
  margin-left: auto;
}

/* Product Icons Meta */

.product-icons-meta {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  transition: all 0.2s;
}

.product-icons-meta li + li {
  margin-left: 5px;
}

.product-icons-meta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  border-radius: 999px;
  background-color: var(--theme-color-1);
  color: #fff;
  transform: scale(0);
}

.product-icons-meta a:hover {
  background-color: #222;
}

/* Rating */

.rating {
  display: flex;
  position: relative;
  color: #ffbc08;
  font-size: 14px;
}

.rating i + i {
  margin-left: 2px;
}

/* Product Badges */

.badge-new,
.badge-sale {
  position: absolute;
  z-index: 1;
  top: 3px;
  display: inline-block;
  padding: 0 10px;
  width: 60px;
  height: 26px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  background-color: var(--theme-color-1);
  color: #fff;
  transform: rotate(90deg);
  transform-origin: bottom;
}

.badge-new::before,
.badge-new::after,
.badge-sale::before,
.badge-sale::after {
  content: "";
  position: absolute;
  right: -16px;
  border-left: 16px solid var(--theme-color-1);
}

.badge-new::before,
.badge-sale::before {
  bottom: 0;
  border-top: 13px solid transparent;
  border-bottom: 0;
}

.badge-new::after,
.badge-sale::after {
  top: 0;
  border-bottom: 13px solid transparent;
  border-top: 0;
}

.badge-new {
  left: -1px;
  background-color: var(--theme-color-1);
}

.badge-new::before,
.badge-new::after {
  border-left-color: var(--theme-color-1);
}

.badge-sale {
  right: 25px;
  background-color: #eb0808;
}

.badge-sale::before,
.badge-sale::after {
  border-left-color: #eb0808;
}

.badge-discount {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  background-color: #eb0808;
  color: #fff;
}

/* Slider Products 1 */

.slider-products-1 {
  position: relative;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-products-1 .box-product {
  display: flex;
  flex-direction: column;
}

.slider-products-1 .box-product .box-img {
  display: flex;
  align-items: center;
  width: 100%;
}

.slider-products-1 .box-product .box-content {
  flex: 1;
}

.slider-products-1 .owl-carousel {
  list-style: none;
}

.slider-products-1 .owl-carousel .owl-stage-outer {
  margin: -3px 0 -40px;
  padding: 3px 0 40px;
}

.slider-products-1 .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-products-1 .owl-carousel .slide {
  position: relative;
}

.slider-products-1 .owl-nav {
  margin: 0;
}

.slider-products-1 .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: -21px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #222;
  background-color: #fff;
  transition: all 0.2s;
}

.slider-products-1 .owl-nav [class*="owl-"]:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.slider-products-1 .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-products-1 .owl-nav .owl-prev {
  right: 0;
  text-indent: 0;
}

.slider-products-1 .owl-nav .owl-next {
  right: 50px;
  text-indent: 0;
}

.slider-products-1 .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-products-1:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-products-1:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-products-1:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-products-1:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-products-1:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-products-1:hover .owl-nav .disabled {
  opacity: 0.5;
  border-color: #ccc;
  color: #222;
  background-color: #fff;
}

.slider-products-1 .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-products-1 .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-products-1 .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-products-1 .owl-dots .owl-dot.active span,
.slider-products-1 .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-products-1 .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

/* List Links Categories */

.list-links-categories {
  overflow: hidden;
  list-style: none;
  border: 1px solid #ccc;
}

.block-content-2 .list-links-categories {
  border: none;
}

.block-content-2 .list-links-categories li::before,
.block-content-2 .list-links-categories li::after {
  border-color: #ddd;
}

.block-content-2 .list-links-categories li a {
  background-color: #fff;
}

.block-content-2 .list-links-categories li a:hover {
  background-color: #f7f7f7;
}

.list-links-categories li {
  position: relative;
  width: 25%;
  float: left;
}

.list-links-categories li::before,
.list-links-categories li::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.list-links-categories li::before {
  height: 100%;
  width: 0;
  border-right: 1px solid #ccc;
  right: -1px;
  top: 0;
}

.list-links-categories li::after {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  bottom: -1px;
  right: 0;
}

.list-links-categories li h5 {
  margin-bottom: 0;
}

.list-links-categories li a {
  display: flex;
  align-items: center;
  padding: 30px;
  height: 100px;
  background-color: #f5f5f5;
}

.list-links-categories li a:hover {
  padding-left: 35px;
  background-color: #fff;
}

.list-links-categories li a img {
  float: left;
  margin-right: 20px;
}

.list-links-categories li a.link-categories {
  background-color: var(--color-yellow-1);
  color: #fff;
}

.list-links-categories li a.link-categories:hover {
  background-color: var(--color-yellow-1-1);
}

.list-links-categories li a.link-categories i {
  position: relative;
  top: 2px;
  margin-left: 15px;
  transform: rotate(90deg);
}

@media (max-width: 992px) {
  .list-links-categories li {
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  .list-links-categories li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .list-links-categories li {
    width: 100%;
  }
}

/* List Products 2 */

.list-products-2 {
  list-style: none;
}

.list-products-2 > li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

/* Box Product 2 */

.box-product-2 {
  display: flex;
  transition: all 0.2s;
}

.box-product-2:hover img {
  opacity: 0.6;
}

.box-product-2:hover .rating {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.box-product-2:hover .product-2-icons-meta {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s 0.2s;
}

.box-product-2 .box-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  width: 120px;
  height: 120px;
}

.box-product-2 .box-img img {
  width: 100px;
  transition: all 0.2s;
}

.box-product-2 .box-content {
  overflow: hidden;
  padding-top: 10px;
}

.box-product-2 .box-content h5 {
  margin-bottom: 8px;
}

.box-product-2 .box-content .product-price {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-1);
}

.box-product-2 .box-content .product-price .old {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #aaa;
}

.box-product-2 .rating {
  margin-top: 20px;
  transition: all 0.2s 0.2s;
}

.box-product-2 .rating + .product-2-icons-meta {
  margin-top: -20px;
}

.box-product-2 .product-2-icons-meta {
  opacity: 0;
  visibility: hidden;
}

.box-product-2.text-white .box-content {
  color: #666;
}

/* Product 2 Icons Meta */

.product-2-icons-meta {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 15px auto 0;
  transition: all 0.2s;
}

.product-2-icons-meta li + li {
  margin-left: 5px;
}

.product-2-icons-meta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 999px;
  background-color: var(--theme-color-1);
  color: #fff;
}

.product-2-icons-meta a:hover {
  background-color: #222;
}

/* Slider Products 2 */

.slider-products-2 {
  position: relative;
  width: 100%;
  padding: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.block-content-2 .slider-products-2 {
  padding: 0;
  box-shadow: none;
}

.slider-products-2 .owl-carousel {
  list-style: none;
}

.slider-products-2 .owl-carousel .owl-stage-outer {
  margin: -3px 0 -40px;
  padding: 3px 0 40px;
}

.slider-products-2 .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-products-2 .owl-carousel .slide {
  position: relative;
}

.slider-products-2 .owl-nav {
  margin: 0;
}

.slider-products-2 .owl-nav [class*="owl-"] {
  font-size: 12px;
  font-weight: 100;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: -52px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #222;
  background-color: #fff;
  transition: all 0.2s;
}

.block-content-2 .slider-products-2 .owl-nav [class*="owl-"] {
  top: -30px;
}

.slider-products-2 .owl-nav [class*="owl-"]:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.slider-products-2 .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
  position: relative;
  right: 2px;
}

.slider-products-2 .owl-nav .owl-prev {
  right: -30px;
  text-indent: 0;
}

.block-content-2 .slider-products-2 .owl-nav .owl-prev {
  right: 0;
}

.slider-products-2 .owl-nav .owl-next {
  right: 10px;
  text-indent: 0;
}

.block-content-2 .slider-products-2 .owl-nav .owl-next {
  right: 40px;
}

.slider-products-2 .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-products-2:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-products-2:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-products-2:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-products-2:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-products-2:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-products-2:hover .owl-nav .disabled {
  opacity: 0.5;
  border-color: #ccc;
  color: #222;
  background-color: #fff;
}

.slider-products-2 .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-products-2 .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-products-2 .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-products-2 .owl-dots .owl-dot.active span,
.slider-products-2 .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-products-2 .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

/* Cart Notification */

.box-notification {
  position: fixed;
  z-index: 20;
  top: 115px;
  left: 30px;
  display: flex;
  align-items: flex-start;
  max-width: 400px;
  padding: 30px;
  border-left: 5px solid var(--theme-color-1);
  border-radius: 0 5px 5px 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.2s;
  transform: translateX(-30px);
}

.box-notification.is-opened {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s cubic-bezier(0.18, 0.89, 0.38, 1.68);
  transform: translateX(0);
}

.box-notification i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  font-size: 16px;
  border-radius: 100%;
  background-color: var(--theme-color-1);
  color: #fff;
}

.box-notification h5 {
  margin-bottom: 0;
}

.box-notification .btn {
  margin-top: 20px;
}

.box-notification .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100%;
  background-color: #222;
  color: #fff;
  transition: all 0.2s;
}

.box-notification .close:hover {
  background-color: var(--theme-color-1);
}

/*  [ 04 ] - Login
==================== */

.page-login .page-single-content {
  padding: 100px 50px;
}

.page-login .content {
  padding: 0;
}

/* Tabs */

.tabs {
  list-style: none;
}

.tabs-content {
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.tabs-content > li {
  width: 100%;
  top: 0;
  right: 0;
  list-style: none;
}

/* Box Login */

.box-login .tabs {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.box-login .tabs li:first-child a {
  border-right: none;
  border-radius: 999px 0 0 999px;
}

.box-login .tabs li:last-child a {
  border-left: none;
  border-radius: 0 999px 999px 0;
}

.box-login .tabs li.active a {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.box-login .tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 37px;
  min-width: 130px;
  padding: 0 30px;
  border: 1px solid #ccc;
}

.box-login .tabs-content {
  margin-top: 50px;
}

/* Form Login */

.box-login form {
  width: 580px;
  margin: auto;
}

.box-login form label {
  color: #fff;
}

.box-login form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-login form .form-group:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 25px;
  background-color: var(--theme-color-1);
}

.box-login form .form-group input,
.box-login form .form-group input.form-control {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.box-login form .form-group input:focus,
.box-login form .form-group input.form-control:focus {
  border-color: var(--theme-color-1);
}

.box-login form .form-group input:focus + i,
.box-login form .form-group input.form-control:focus + i {
  color: var(--theme-color-1);
}

.box-login form .form-group i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  color: #aaa;
  transition: all 0.2s;
}

.box-login form .form-group + .form-group {
  margin-top: 30px;
}

.box-login form .form-group:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}

.box-login form .form-group:last-child input[type="submit"] {
  margin-right: 40px;
  border-radius: 999px;
}

.box-login form .form-group:last-child a {
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 992px) {
  #form-login,
  #form-register {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-login .page-single-content {
    padding: 50px;
  }

  .page-login .content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .page-login .page-single-content {
    padding: 50px;
  }

  .page-login .content {
    padding-right: 0;
    padding-left: 0;
  }
}

/*  [ 05 ] - Products Page
============================ */

/* Products Top Bar */

.products-top-bar {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

.products-top-bar .layout-style {
  list-style: none;
  display: flex;
}

.products-top-bar .layout-style li + li {
  margin-left: 20px;
}

.products-top-bar .layout-style li.active a {
  color: var(--theme-color-1);
}

.products-top-bar .layout-style li a {
  display: block;
  font-size: 30px;
  color: #222;
}

.products-top-bar .layout-style li a i {
  display: block;
}

.products-top-bar .sort-by {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.products-top-bar .sort-by span {
  margin-right: 15px;
  font-weight: 600;
}

.products-top-bar .sort-by i {
  position: absolute;
  z-index: 10;
  right: 20px;
  color: #222;
}

.products-top-bar .sort-by .list-sort-by {
  list-style: none;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: auto;
  padding: 0 25px;
  width: 200px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 999px;
  box-shadow: none;
  background-color: #fff;
  color: #222;
  transition: none;
}

.products-top-bar .sort-by .list-sort-by::-ms-expand {
  display: none;
}

.products-top-bar .sort-by .list-sort-by:focus {
  border-color: var(--theme-color-1);
  border-radius: 22.5px 22.5px 0 0;
}

.products-top-bar .sort-by .list-sort-by:focus + i {
  color: var(--theme-color-1);
}

.products-top-bar .sort-by .list-sort-by li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  padding: 0 25px;
}

.products-top-bar .sort-by .list-sort-by li:last-child a {
  border-bottom: none;
}

.products-top-bar .sort-by .list-sort-by li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0 14px 30px;
  white-space: initial;
  border-bottom: 1px solid #eaeaea;
  font-family: "Montserrat", "DinNextArabic", sans-serif;
  color: #222;
}

.products-top-bar .sort-by .list-sort-by li a:hover {
  font-weight: 600;
  color: var(--theme-color-1);
}

.products-top-bar .sort-by .list-sort-by > li {
  height: 100%;
}

.products-top-bar .sort-by .list-sort-by > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 20px 10px 0;
  font-weight: 500;
  color: #222;
}

@media (min-width: 768px) {
  .sort-by i {
    color: var(--theme-color-1);
  }

  .sort-by .list-sort-by {
    padding-top: 50px;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .products-top-bar .sort-by .btn-list-sort-by,
  .products-top-bar .sort-by .list-sort-by {
    width: 150px;
  }

  .sort-by.is-opened .btn-list-sort-by {
    border-radius: 22.5px 22.5px 0 0;
    box-shadow: inset 0 0 0 1px var(--theme-color-1);
    color: var(--theme-color-1);
  }

  .sort-by.is-opened i {
    color: var(--theme-color-1);
  }

  .sort-by.is-opened .list-sort-by {
    padding-top: 50px;
    opacity: 1;
    visibility: visible;
  }
}

/* Block Content */

.block-content + .block-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.block-content .block-title {
  margin-bottom: 30px;
}

.block-content .block-title::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 20px;
  background-color: var(--theme-color-1);
}

/* Box Product 3 */

.box-product-3 {
  margin-bottom: 50px;
  border: none;
  text-align: center;
}

.box-product-3.box-preview:hover {
  box-shadow: none;
}

.box-product-3.box-preview .box-img {
  padding: 0 0 10px;
}

.box-product-3.box-preview .box-content {
  padding: 0;
}

.box-product-3::before {
  display: none;
}

.box-product-3 .rating {
  align-items: center;
  justify-content: center;
}

.box-product-3 .badge-new,
.box-product-3 .badge-sale {
  top: 4px;
}

.box-product-3 .countdown.countdown-1 {
  margin: 10px auto;
}

/* Box Product 3 Layout 2 */

.box-product-3.layout-2 + .layout-2 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

.box-product-3.layout-2 .product-price {
  margin-bottom: 15px !important;
}

.box-product-3.layout-2 .rating {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .box-product-3.layout-2 {
    display: flex;
    flex-direction: row;
  }

  .box-product-3.layout-2 .box-img {
    margin: 0 30px 0 0;
    flex: 0 0 350px;
  }

  .box-product-3.layout-2 .box-content {
    align-items: flex-start;
    text-align: initial;
  }

  .box-product-3.layout-2 .product-price {
    margin-bottom: 15px !important;
  }

  .box-product-3.layout-2 .rating {
    justify-content: flex-start;
    margin-top: 0 !important;
  }

  .box-product-3.layout-2 .btn {
    margin-right: initial !important;
    margin-left: initial !important;
    width: auto;
  }
}

/* List Products */

.list-products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -50px;
}

.list-products > li {
  padding: 0 15px;
}

.list-products.row-items-4 > li {
  flex: 0 0 25%;
}

.list-products.row-items-3 > li {
  flex: 0 0 33.333333%;
}

.list-products.row-items-1 {
  margin-bottom: 0;
}

.list-products.row-items-1 > li {
  flex: 0 0 100%;
  margin-bottom: 0;
}

.list-products.row-items-1 > li + li .box-product {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

.list-products.row-items-1 > li .product-price {
  margin-bottom: 15px !important;
}

.list-products > li {
  margin-bottom: 50px;
}

.list-products > li .box-product-3 {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .list-products.row-items-3 > li {
    flex: 0 0 50%;
  }

  .list-products.row-items-4 > li {
    flex: 0 0 33.3333333%;
  }
}

@media (max-width: 992px) {
  .list-products.row-items-4 > li {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .list-products.row-items-3 > li {
    flex: 0 0 100%;
  }

  .list-products.row-items-4 > li {
    flex: 0 0 100%;
  }
}

/* List Products Layout Tabs */

.lp-layout-tabs {
  list-style: none;
}

.lp-layout-tabs a {
  display: block;
}

.lp-layout-tabs-content {
  position: relative;
  width: 100%;
}

.lp-layout-tabs-content > li {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  list-style: none;
}

/* Pagination */

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: -5px;
  list-style: none;
  border-top: 1px solid #ccc;
}

.pagination li {
  display: inline-block;
}

.pagination li + li {
  margin-bottom: 5px;
}

.pagination li:first-child i {
  transform: rotate(-90deg);
}

.pagination li:last-child i {
  transform: rotate(90deg);
}

.pagination li.active a,
.pagination li.active a:hover {
  z-index: 10;
  border-color: var(--theme-color-1);
  background: var(--theme-color-1);
  color: #fff;
}

.pagination li a {
  position: relative;
  display: block;
  margin: 0 -1px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  color: var(--theme-color-1);
  background: #fff;
}

.pagination li a:hover {
  background: #ececec;
}

/*  [ 06 ] - Product Page Single
================================== */

.page-product-single .section-content {
  background-color: #fff !important;
}

#content-main.page-product-single {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.page-product-single .page-single-content {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.page-product-single .page-single-content .content {
  padding: 80px 0;
}

/* Slider Product Single */

.slider-product-single {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-product-single .img-bg {
  height: 500px;
  background-color: transparent;
}

.slider-product-single .bg-element {
  background-size: contain;
  background-position: center;
}

.slider-product-single .owl-carousel {
  list-style: none;
}

.slider-product-single .owl-carousel > li {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}

.slider-product-single .owl-carousel .slide {
  position: relative;
}

.slider-product-single .owl-carousel > img {
  width: 100%;
}

.slider-product-single .owl-nav {
  margin: 0;
}

.slider-product-single .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 35px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: 50%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.6);
}

.slider-product-single .owl-nav [class*="owl-"]:hover {
  background-color: #222;
  color: #fff;
}

.slider-product-single .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-product-single .owl-nav .owl-prev {
  right: 0;
  margin-right: -10px;
  text-indent: 0;
  border-radius: 5px 0 0 5px;
}

.slider-product-single .owl-nav .owl-next {
  left: 0;
  margin-left: -10px;
  text-indent: 0;
  border-radius: 0 5px 5px 0;
}

.slider-product-single .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}

.slider-product-single:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-product-single:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-product-single:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-product-single:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-product-single:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-product-single:hover .owl-nav .disabled {
  opacity: 0.2;
  background-color: rgba(34, 34, 34, 0.6);
}

.slider-product-single .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-product-single .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-product-single .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-product-single .owl-dots .owl-dot.active span,
.slider-product-single .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-product-single .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .slider-product-single .img-bg {
    height: 400px;
  }
}

/* Slider Product Single Thumbs Slider */

.slider-product-single-thumbs {
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-product-single-thumbs .img-bg {
  height: 90px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #ccc;
  transition: all 0.3s;
}

.slider-product-single-thumbs .bg-element {
  position: relative;
  background-size: contain;
  background-position: center;
}

.slider-product-single-thumbs .owl-item .slide {
  overflow: hidden;
  transition: all 0.2s;
}

.slider-product-single-thumbs .owl-item .slide::before,
.slider-product-single-thumbs .owl-item .slide::after {
  position: absolute;
  opacity: 0;
}

.slider-product-single-thumbs .owl-item .slide::before {
  content: "";
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  transition: all 0.2s;
}

.slider-product-single-thumbs .owl-item .slide::after {
  content: "+";
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0);
  width: 100%;
  height: 10px;
  line-height: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: all 0.15s;
}

.slider-product-single-thumbs .owl-item .slide .bg-element {
  box-shadow: inset 0 0 0 4px transparent;
  transition: all 0.2s;
}

.slider-product-single-thumbs .owl-item.current .slide .bg-element {
  opacity: 0.6;
}

.slider-product-single-thumbs .owl-item:not(.current) .slide:hover {
  opacity: 0.6;
}

.slider-product-single-thumbs .owl-carousel {
  list-style: none;
}

.slider-product-single-thumbs .owl-carousel > li {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}

.slider-product-single-thumbs .owl-carousel .slide {
  position: relative;
  cursor: pointer;
}

.slider-product-single-thumbs .owl-carousel > img {
  width: 100%;
}

.slider-product-single-thumbs .owl-nav {
  margin: 0;
}

.slider-product-single-thumbs .owl-nav [class*="owl-"] {
  font-size: 24px;
  font-weight: 100;
  width: 35px;
  height: 80px;
  line-height: 78px;
  margin: 0;
  padding: 0;
  margin-top: -40px !important;
  position: absolute;
  top: 50%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.slider-product-single-thumbs .owl-nav [class*="owl-"]:hover {
  background: #222;
  color: #fff;
}

.slider-product-single-thumbs .owl-nav .owl-prev {
  right: 0;
  margin-right: -10px;
  text-indent: -2px;
}

.slider-product-single-thumbs .owl-nav .owl-next {
  left: 0;
  margin-left: -10px;
  text-indent: 2px;
}

.slider-product-single-thumbs .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}

.slider-product-single-thumbs:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-product-single-thumbs:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-product-single-thumbs:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-product-single-thumbs:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-product-single-thumbs:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-product-single-thumbs:hover .owl-nav .disabled {
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.6);
}

.slider-product-single-thumbs .owl-dots {
  margin: 0;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 44px 0 52px !important;
}

.slider-product-single-thumbs .owl-dots .owl-dot {
  margin: 0 4px;
  border-radius: 100%;
}

.slider-product-single-thumbs .owl-dots .owl-dot:hover span {
  opacity: 0.6;
  background: #222;
}

.slider-product-single-thumbs .owl-dots .owl-dot.active span,
.slider-product-single-thumbs .owl-dots .owl-dot.active:hover span {
  opacity: 1;
  background: #222;
}

.slider-product-single-thumbs .owl-dots .owl-dot span {
  margin: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #222;
  opacity: 0.2;
  transition: all 0.15s;
}

@media (max-width: 768px) {
  .slider-product-single-thumbs {
    display: none;
  }
}

/* List Product Single Details */

.list-product-single-details {
  list-style: none;
  padding-left: 20px;
}

.list-product-single-details > li {
  display: flex;
  flex-direction: column;
}

.list-product-single-details > li:first-child {
  padding-bottom: 25px;
}

.list-product-single-details > li + li {
  padding: 25px 0;
  border-top: 1px solid #eee;
}

.list-product-single-details > li:last-child {
  border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {
  .list-product-single-details {
    padding-left: 0;
    margin-top: 60px;
  }
}

.ps-rating {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ps-rating .rating {
  font-size: 20px;
}

.ps-rating a {
  margin-left: auto;
}

@media (max-width: 768px) {
  .ps-rating {
    margin-top: 15px;
  }
}

.ps-price {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ps-price > span {
  display: flex;
  align-items: center;
}

.ps-price .price-current span {
  margin-left: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #eb0808;
}

.ps-price .price-original {
  margin-left: 20px;
}

.ps-price .price-original span {
  margin-left: 10px;
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .ps-price {
    margin-top: 15px;
  }
}

.ps-countdown {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .ps-countdown {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Countdown Timer */

.countdown {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px -10px;
  text-align: center;
  font-size: 0;
}

.countdown.countdown-1 {
  margin-left: 10px;
}

.countdown li {
  display: flex;
  flex-direction: column;
  margin: 0 10px 10px 0;
  padding: 4px 10px 10px;
  min-width: 60px;
  border-radius: 5px;
  background-color: #eee;
}

.countdown li:last-child {
  margin-right: 0;
}

.countdown .title {
  margin-top: -8px;
  font-size: 12px;
  text-transform: capitalize;
  color: #999;
}

.countdown .counter {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.countdown .title,
.countdown .counter {
  display: block;
}

@media (max-width: 480px) {
  .countdown.countdown-1 {
    margin: 15px 0 0;
  }
}

.ps-line-info {
  display: flex;
  align-items: center;
}

.ps-line-info i {
  margin-right: 10px;
  font-size: 16px;
  color: #222;
}

.ps-line-info span {
  margin-left: 5px;
  font-weight: 600;
}

.ps-options-select {
  list-style: none;
  display: flex;
  margin: 0 -20px;
}

.ps-options-select > div {
  width: 50%;
  margin: 0 20px;
}

.ps-options-select [class*="ps-options-select-"] {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}

.ps-options-select [class*="ps-options-select-"] li {
  margin: 0 10px 10px 0;
}

.ps-options-select [class*="ps-options-select-"] li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ccc;
}

.ps-options-select .ps-options-select-color li a::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}

.ps-options-select .ps-options-select-color li a.color-1 {
  background-color: #202022;
}

.ps-options-select .ps-options-select-color li a.color-2 {
  background-color: #ff4c5d;
}

.ps-options-select .ps-options-select-color li a.color-3 {
  background-color: #fa791b;
}

.ps-options-select .ps-options-select-color li a.color-4 {
  background-color: #6760e8;
}

.ps-options-select .ps-options-select-color li a.color-5 {
  background-color: #e895b8;
}

.ps-options-select .ps-options-select-color li.is-active a::after {
  display: block;
}

.ps-options-select .ps-options-select-size li a {
  font-weight: 500;
  color: #222;
  background-color: #eee;
}

.ps-options-select .ps-options-select-size li.is-active a {
  box-shadow: inset 0 0 0 2px var(--theme-color-1);
}

@media (max-width: 480px) {
  .ps-options-select {
    flex-direction: column;
  }

  .ps-options-select [class*="ps-select-"] + [class*="ps-select-"] {
    margin-top: 30px;
  }
}

.ps-list-features {
  list-style: none;
}

.ps-list-features li {
  display: flex;
  align-items: flex-start;
}

.ps-list-features li + li {
  margin-top: 5px;
}

.ps-list-features li::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
  font-size: 14px;
  color: #222;
  transform: rotate(90deg);
}

.ps-counter-quantity {
  display: flex;
  align-items: center;
}

.ps-counter-quantity h6 {
  margin-bottom: 0;
}

.ps-counter-quantity .counter-add-item {
  margin: 0 30px 0 15px;
}

.ps-counter-quantity .counter-add-item input[type="text"] {
  margin: 0 5px !important;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.ps-counter-quantity .btn + .btn {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .ps-counter-quantity {
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-counter-quantity h6 {
    margin-bottom: 15px;
  }

  .ps-counter-quantity .counter-add-item {
    margin: 0 0 15px;
  }

  .ps-counter-quantity .btn + .btn {
    margin: 15px 0 0;
  }
}

.ps-btns {
  display: flex;
}

.ps-btns .btn + .btn {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .ps-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-btns .btn + .btn {
    margin: 15px 0 0;
  }
}

.ps-payment-methods {
  display: flex;
  align-items: center;
}

.ps-payment-methods h6 {
  margin: 0 15px 0 0;
}

@media (max-width: 480px) {
  .ps-payment-methods {
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-payment-methods h6 {
    margin: 0 0 15px;
  }
}

/* PS Details Tabs */

.ps-details-tabs {
  margin-top: 50px;
}

.ps-tabs {
  list-style: none;
}

.ps-tabs a {
  display: block;
}

.ps-tabs-content {
  position: relative;
  width: 100%;
}

.ps-tabs-content > li {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  list-style: none;
}

.ps-tabs {
  display: flex;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.ps-tabs li + li {
  margin-left: 10px;
}

.ps-tabs li.active a {
  background-color: #fff;
  border-bottom-color: transparent;
}

.ps-tabs a {
  padding: 15px 30px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  color: #222;
}

@media (max-width: 768px) {
  .ps-tabs {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
  }

  .ps-tabs li {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
  }

  .ps-tabs li + li {
    margin-left: 0;
  }

  .ps-tabs li.active a {
    background-color: #fff;
    border-bottom-color: #ccc;
  }

  .ps-tabs li a {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #222;
  }
}

.ps-tabs-content {
  border: 1px solid #ccc;
}

.ps-tabs-content li {
  padding: 30px;
}

#related-products .section-content {
  background-color: #fafafa;
}

/*  [ 07 ] - Shop Cart
======================== */

.page-shop-cart .block-title span {
  color: #eb0808;
}

/* Table Shop Cart */

#table-shop-cart {
  overflow: hidden;
  overflow-x: auto;
}

#table-shop-cart table {
  min-width: 900px;
}

#table-shop-cart .counter-add-item {
  margin: 0;
}

#table-shop-cart thead th {
  padding: 0 0 15px;
}

#table-shop-cart thead th + th {
  border-left: none;
}

#table-shop-cart thead th:first-child {
  width: 50px;
  text-align: center;
}

#table-shop-cart tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

#table-shop-cart tbody td {
  padding-left: 0;
}

#table-shop-cart tbody td + td {
  border-left: none;
}

#table-shop-cart tbody td:first-child {
  padding: 0;
}

#table-shop-cart tbody td:first-child .close {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 23px;
  font-size: 22px;
  font-weight: 400;
  color: #222;
  transition: all 0.2s;
}

#table-shop-cart tbody td:first-child .close:hover {
  color: #666;
  cursor: pointer;
}

#table-shop-cart tbody td:nth-child(2) {
  padding: 20px 0;
}

#table-shop-cart tbody td:nth-child(2) a:hover {
  opacity: 0.7;
}

#table-shop-cart tbody td:nth-child(2) img {
  max-width: 90px;
  background: #ddd;
}

#table-shop-cart .cart-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

#table-shop-cart .cart-item li:first-child {
  font-weight: 400;
}

#table-shop-cart .cart-item li:nth-child(2) {
  margin-top: 5px;
}

#table-shop-cart .cart-item li:last-child {
  margin-top: 10px;
}

#table-shop-cart .cart-item li:last-child span {
  color: #999;
  font-weight: 400;
}

.item-delete {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 999px;
  background: #eb0808;
  color: #fff;
  transition: all 0.2s;
}

.item-delete:hover {
  cursor: pointer;
  background: #222;
  color: #fff;
}

.item-delete:focus {
  color: #fff;
}

/* Table Buttons */

.table-btns {
  display: flex;
  margin-top: 30px;
}

.table-btns .btn + .btn {
  margin-left: 10px;
}

/* Table Checkout */

#table-checkout {
  margin-top: 60px;
  overflow-x: auto;
}

#table-checkout table {
  min-width: 900px;
}

#table-checkout tbody {
  border: 1px solid #eee;
}

#table-checkout tbody td {
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 500;
  border-left: 1px solid #eee;
}

#table-checkout tbody td:first-child span,
#table-checkout tbody td:last-child span {
  color: var(--theme-color-1);
}

#table-checkout tbody td:last-child {
  width: 230px;
  text-align: center;
}

#table-checkout tbody td:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#table-checkout tbody td:last-child a i {
  margin-right: 5px;
}

#table-checkout tbody td:nth-child(2) span {
  color: var(--theme-color-1);
}

#table-checkout tbody tr:last-child td:last-child {
  padding: 0;
}

#table-checkout button i {
  margin-right: 0;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  #table-checkout tbody td {
    padding: 15px 20px;
    font-size: 16px;
  }
}

/* Form Coupon */

.form-coupon .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.form-coupon .form-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 25px;
  background-color: var(--theme-color-1);
}

.form-coupon .form-group input,
.form-coupon .form-group input.form-control {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.form-coupon .form-group input:focus,
.form-coupon .form-group input.form-control:focus {
  border-color: var(--theme-color-1);
}

.form-coupon .form-group input:focus + i,
.form-coupon .form-group input.form-control:focus + i {
  color: var(--theme-color-1);
}

.form-coupon .form-group button {
  position: absolute;
  right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  color: #fff;
}

.form-coupon .form-group i {
  font-size: 14px;
}

.form-coupon .form-group input[type="text"] {
  width: 200px;
  font-weight: 400;
}

/* Counter Add Item */

.counter-add-item {
  display: flex;
  align-items: center;
}

.counter-add-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.counter-add-item a {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--theme-color-1);
  border-radius: 999px;
  color: var(--theme-color-1);
  background: #fff;
}

.counter-add-item a:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.counter-add-item input[type="text"] {
  margin: 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .counter-add-item > * {
    height: 40px;
    width: 40px;
  }

  .counter-add-item input[type="text"] {
    margin: 0 5px;
  }
}

/*  [ 08 ] - Product Comparison
================================= */

.page-product-comparison .block-title span {
  color: #eb0808;
}

/* Table Products Comparison */

#table-products-comparison {
  overflow-x: auto;
}

#table-products-comparison table {
  min-width: 900px;
}

#table-products-comparison table thead tr th {
  width: 80px;
  text-align: center;
  font-size: 18px;
}

#table-products-comparison table thead tr th:first-child {
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
}

#table-products-comparison table tbody {
  font-weight: 600;
  font-size: 18px;
}

#table-products-comparison table tbody tr:first-child a {
  display: inline-block;
}

#table-products-comparison table tbody tr:first-child a:hover {
  opacity: 0.7;
}

#table-products-comparison table tbody tr:first-child img {
  width: 100px;
}

#table-products-comparison table tbody tr:nth-last-child(2) td {
  font-size: 14px;
  font-weight: 400;
}

#table-products-comparison table tbody tr:last-child td {
  vertical-align: middle;
}

#table-products-comparison table tbody tr td {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 16px;
}

#table-products-comparison table tbody tr td:first-child {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
}

#table-products-comparison table tbody .color-green {
  font-weight: 500;
}

#table-products-comparison table tbody .rating {
  justify-content: center;
}

#table-products-comparison table tbody .item-delete {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

/*  [ 09 ] - Newsletter Popup
=============================== */

.popup-newsletter-register {
  position: relative;
  padding: 100px 80px;
  width: 100%;
  border-radius: 10px;
  background: url("../images/files/newletter-popup-bg.png") no-repeat;
  background-color: #fff;
  background-position: top right;
}

.popup-newsletter-register.style-2 {
  background: #fff url("../images/files/newletter-popup-bg-2.png") no-repeat;
  background-position: -100px top;
}

.popup-preview .popup-newsletter-register .popup-close {
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: var(--theme-color-1);
  transition: all 0.15s;
}

.popup-preview .popup-newsletter-register .popup-close:hover {
  background-color: #222;
}

.popup-preview .popup-newsletter-register .popup-close:hover .hamburger-inner,
.popup-preview .popup-newsletter-register .popup-close:hover .hamburger-inner::before,
.popup-preview .popup-newsletter-register .popup-close:hover .hamburger-inner::after {
  background: #fff;
}

.popup-preview .popup-newsletter-register .popup-close .hamburger-box {
  width: 20px;
}

.popup-preview .popup-newsletter-register .popup-close .hamburger-inner,
.popup-preview .popup-newsletter-register .popup-close .hamburger-inner::before,
.popup-preview .popup-newsletter-register .popup-close .hamburger-inner::after {
  background: #fff;
}

@media (max-width: 1200px) {
  .popup-newsletter-register {
    background-position: -160px -160px;
  }

  .popup-newsletter-register.style-2 {
    background-position-x: -250px;
  }
}

@media (max-width: 992px) {
  .popup-newsletter-register.style-2 {
    background-position-x: -300px;
  }
}

@media (max-width: 768px) {
  .popup-newsletter-register {
    padding-right: 50px;
    padding-left: 50px;
  }

  .popup-newsletter-register.style-2 {
    background-position-x: -350px;
  }

  .popup-preview .popup-newsletter-register .popup-close {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .popup-preview .popup-newsletter-register .popup-close .hamburger-box {
    width: 15px;
  }

  .popup-preview .popup-newsletter-register .popup-close .hamburger-inner,
  .popup-preview .popup-newsletter-register .popup-close .hamburger-inner::before,
  .popup-preview .popup-newsletter-register .popup-close .hamburger-inner::after {
    width: 15px;
  }
}

@media (max-width: 600px) {
  .popup-newsletter-register {
    background-position: -150px -270px;
  }
}

@media (max-width: 480px) {
  .popup-newsletter-register {
    background-position: -170px -280px;
  }
}

/* Form Newsletter Register */

#form-newsletter-register {
  width: 400px;
}

#form-newsletter-register h4 {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

#form-newsletter-register .form-content {
  position: relative;
}

#form-newsletter-register .form-group:first-of-type {
  width: 100%;
}

#form-newsletter-register .form-group:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
}

#form-newsletter-register .form-group:last-child {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 600px) {
  #form-newsletter-register {
    width: 100%;
  }

  #form-newsletter-register button[type="submit"] {
    padding: 0 30px;
  }
}

/* Popup Preview */

.popup-preview {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.popup-preview .container,
.popup-preview .row {
  height: 100%;
}

.popup-preview [class*="col-"] {
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.popup-preview.viewed {
  opacity: 1;
  visibility: visible;
}

.popup-preview.viewed .popup-content {
  margin-top: 0;
  padding: 100px 0;
  opacity: 1;
  visibility: visible;
}

.popup-preview .popup-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.popup-preview .box-title {
  position: relative;
}

.popup-preview .popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0.3s ease;
}

.popup-preview .popup-content > * {
  z-index: 2;
}

.popup-preview .popup-close {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 20px;
  height: 20px;
}

.popup-preview .popup-close:hover {
  opacity: 1;
}

.popup-preview .popup-close:hover .hamburger-inner,
.popup-preview .popup-close:hover .hamburger-inner::before,
.popup-preview .popup-close:hover .hamburger-inner::after {
  background-color: var(--theme-color-1);
}

.popup-preview .popup-close .hamburger-box {
  display: block;
  width: 20px;
}

.popup-preview .popup-close .hamburger-inner,
.popup-preview .popup-close .hamburger-inner::before,
.popup-preview .popup-close .hamburger-inner::after {
  width: 20px;
  transition: all 0.2s;
}

.newsletter-popup-preview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #333;
}

.newsletter-popup-preview-overlay.viewed {
  opacity: 0.8;
  visibility: visible;
}

html.scroll-lock {
  overflow: hidden;
}

html.scroll-lock .popup-preview {
  overflow-y: auto;
}

/* Table Purchase Processes */

#table-purchase-processes {
  overflow: hidden;
  overflow-x: auto;
}

#table-purchase-processes table {
  min-width: 900px;
}

#table-purchase-processes thead th {
  padding: 0 0 15px;
}

#table-purchase-processes thead th + th {
  border-left: none;
}

#table-purchase-processes tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

#table-purchase-processes tbody td {
  padding-left: 0;
}

#table-purchase-processes tbody td + td {
  border-left: none;
}

#table-purchase-processes tbody td:nth-child(1) {
  padding: 20px 0;
  width: 150px;
}

#table-purchase-processes tbody td:nth-child(1) a:hover {
  opacity: 0.7;
}

#table-purchase-processes tbody td:nth-child(1) img {
  width: 100px;
  background: #ddd;
}

#table-purchase-processes tbody td:nth-child(3) h6,
#table-purchase-processes tbody td:nth-child(4) h6 {
  margin-bottom: 0;
}

#table-purchase-processes tbody td:nth-child(5) {
  width: 220px;
}

#table-purchase-processes tbody .item-delete {
  top: 1px;
  margin-left: 5px;
}

#table-purchase-processes .cart-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

#table-purchase-processes .cart-item li:first-child {
  font-weight: 400;
}

#table-purchase-processes .cart-item li:nth-child(2) {
  margin-top: 5px;
}

/*  [ 10 ] - Wishlist
======================= */

/* Table Wishlist */

#table-wishlist {
  overflow: hidden;
  overflow-x: auto;
}

#table-wishlist table {
  min-width: 900px;
}

#table-wishlist .counter-add-item {
  margin: 0;
}

#table-wishlist thead th {
  padding: 0 0 15px;
}

#table-wishlist thead th + th {
  border-left: none;
}

#table-wishlist tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

#table-wishlist tbody td {
  padding-left: 0;
}

#table-wishlist tbody td + td {
  border-left: none;
}

#table-wishlist tbody td:nth-child(1) {
  padding: 20px 0;
  width: 150px;
}

#table-wishlist tbody td:nth-child(1) a:hover {
  opacity: 0.7;
}

#table-wishlist tbody td:nth-child(1) img {
  width: 100px;
  background: #ddd;
}

#table-wishlist tbody td:nth-child(3) h6,
#table-wishlist tbody td:nth-child(4) h6 {
  margin-bottom: 0;
}

#table-wishlist tbody td:nth-child(5) {
  width: 250px;
}

#table-wishlist tbody .item-delete {
  top: 1px;
  margin-left: 5px;
}

#table-wishlist .cart-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

#table-wishlist .cart-item li:first-child {
  font-weight: 400;
}

#table-wishlist .cart-item li:nth-child(2) {
  margin-top: 5px;
}

/*  [ 11 ] - Categories
========================= */

.page-categories .section-content {
  padding-bottom: 0 !important;
}

#content-main.page-categories {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.page-categories .page-single-content {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.page-categories .page-single-content .content {
  padding: 80px 0;
}

/*  [ 12 ] - Checkout Pages
============================= */

/* Checkout Progress Bar */

.checkout-progress-bar {
  margin-top: 30px;
  height: 15px;
  border-radius: 999px;
  background-color: #ccc;
}

.checkout-progress-bar .progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: var(--theme-color-1);
}

.checkout-progress-bar .progress-bar span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

/* Custom Radio Button */

/* Customize the label (the container) */

.radio-container.radio-default {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
}

.radio-container.radio-default input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-container.radio-default .checkmark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  box-shadow: inset 0 0 0 2px rgba(34, 34, 34, 0.2);
  background-color: #fff;
  border-radius: 50%;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}

.radio-container.radio-default .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.radio-container.radio-default:hover input ~ .checkmark {
  box-shadow: inset 0 0 0 2px var(--theme-color-1);
}

.radio-container.radio-default input:checked ~ .checkmark {
  background-color: var(--theme-color-1);
  box-shadow: none;
}

.radio-container.radio-default input:checked ~ .checkmark:after {
  display: block;
}

/* Checkout-state-radios */

.checkout-state-radio button {
  width: 100%;
  margin-top: 20px;
}

.row-radios {
  list-style: none;
  display: flex;
  padding: 20px 30px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

.row-radios li + li {
  margin-left: 40px;
}

/* Box Message */

.box-message {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-size: 18px;
  background-color: #eee;
}

.box-message span {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #222;
}

.box-message span i {
  margin-right: 10px;
}

.box-message .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #222;
}

.box-message .close:hover {
  opacity: 0.7;
}

.box-message.alert {
  background-color: #feeaea;
}

.box-message.alert span i {
  color: #eb0808;
}

/* Box Checkout */

.box-checkout > .box-title {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

.box-checkout .checkbox-default {
  margin-top: 40px;
}

/* Form Invoice Details */

form.style-2 {
  margin-top: 30px;
}

form.style-2 label {
  color: #fff;
}

form.style-2 .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

form.style-2 .form-group::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 17px;
  width: 5px;
  height: 25px;
  background-color: var(--theme-color-1);
}

form.style-2 .form-group input,
form.style-2 .form-group input.form-control,
form.style-2 .form-group select,
form.style-2 .form-group select.form-control,
form.style-2 .form-group textarea,
form.style-2 .form-group textarea.form-control {
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

form.style-2 .form-group input:focus,
form.style-2 .form-group input.form-control:focus,
form.style-2 .form-group select:focus,
form.style-2 .form-group select.form-control:focus,
form.style-2 .form-group textarea:focus,
form.style-2 .form-group textarea.form-control:focus {
  border-color: var(--theme-color-1);
}

form.style-2 .form-group input:focus + i,
form.style-2 .form-group input.form-control:focus + i,
form.style-2 .form-group select:focus + i,
form.style-2 .form-group select.form-control:focus + i,
form.style-2 .form-group textarea:focus + i,
form.style-2 .form-group textarea.form-control:focus + i {
  color: var(--theme-color-1);
}

form.style-2 .form-group input,
form.style-2 .form-group input.form-control,
form.style-2 .form-group select,
form.style-2 .form-group select.form-control {
  height: 60px;
  line-height: 60px;
}

form.style-2 .form-group textarea,
form.style-2 .form-group textarea.form-group {
  height: 120px;
}

form.style-2 .form-group i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  color: #aaa;
  transition: all 0.2s;
}

form.style-2 .form-group + .form-group {
  margin-top: 30px;
}

form.style-2 select {
  color: #999;
}

.btn-checkout {
  margin-top: 60px;
  width: 100%;
}

/* Select 2 Override */

.select2 .select2-selection {
  padding: 15px;
  height: auto;
  font-weight: 600;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
}

.select2 .select2-selection__arrow {
  top: 18px !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 25px;
  box-shadow: none;
}

/* Form Order Notes */

#form-order-notes .form-group:first-child textarea {
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#form-order-notes button {
  width: 100%;
}

/* Table Checkout Details */

#table-checkout-details {
  margin-bottom: 60px;
  overflow-x: auto;
}

#table-checkout-details table {
  min-width: 900px;
  border: 1px solid #ddd;
}

#table-checkout-details thead th {
  text-align: center;
}

#table-checkout-details tbody {
  color: #666;
}

#table-checkout-details tbody td {
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#table-checkout-details tbody td:first-child span,
#table-checkout-details tbody td:last-child span {
  color: var(--theme-color-1);
}

#table-checkout-details.table-1 tbody td:nth-child(3) span {
  margin-right: 10px;
}

/* Checkout List Details */

.checkout-list-details {
  list-style: none;
  font-size: 18px;
}

.checkout-list-details span {
  margin-right: 5px;
  font-weight: 600;
  color: #222;
}

.checkout-list-details li + li {
  margin-top: 5px;
}

/*  [ 13 ] - Dashboard Pages
============================== */

.page-dashboard .page-single-content {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.page-dashboard .page-single-content .content {
  padding: 80px 0;
}

.page-dashboard .pagination {
  margin-top: 0;
  padding-top: 30px;
  border: none;
}

.page-dashboard .pagination li:first-child a,
.page-dashboard .pagination li:last-child a {
  padding: 0 20px;
  width: auto;
}

.page-dashboard .pagination li:first-child a:hover,
.page-dashboard .pagination li:last-child a:hover {
  border-color: var(--theme-color-1);
  background-color: transparent;
}

.page-dashboard #table-wishlist {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  #table-wishlist table {
    min-width: 100%;
  }
}

/* List Dashboard Pages */

.list-dashboard-pages {
  list-style: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.list-dashboard-pages li:nth-child(even) {
  background-color: var(--theme-color-1-2);
}

.list-dashboard-pages li.active a {
  background-color: var(--theme-color-1);
  color: #fff;
}

.list-dashboard-pages li.user-logout a {
  color: #eb0808;
}

.list-dashboard-pages a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.list-dashboard-pages a:hover {
  padding-left: 25px;
  color: var(--theme-color-1);
}

.list-dashboard-pages i {
  margin-right: 10px;
  font-size: 18px;
}

/* Box Dashboard User */

.box-dashboard-user {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.box-dashboard-user > .box-title {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.box-dashboard-user > .box-title img {
  margin-right: 10px;
  width: 60px;
  border-radius: 999px;
}

.box-dashboard-user > .box-title .name h6 {
  margin-bottom: 3px;
  font-weight: 600;
}

.box-dashboard-user > .box-title .name span {
  display: block;
  font-size: 12px;
}

.box-dashboard-user > .box-content {
  padding: 50px 30px;
}

.box-dashboard-user > .box-content > .title {
  margin-bottom: 8px;
}

/* List Dashboard User Featured Info */

.list-du-featured-info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px -20px;
}

.list-du-featured-info li {
  flex: 0 0 33.33333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.box-du-featured-info {
  overflow: hidden;
  background-color: var(--theme-color-1);
  color: #fff;
}

.box-du-featured-info .box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
}

.box-du-featured-info span {
  display: block;
}

.box-du-featured-info .count {
  margin-bottom: 5px;
}

.box-du-featured-info .title {
  font-size: 18px;
  font-weight: 500;
}

.box-du-featured-info .percent {
  position: absolute;
  right: 0;
  font-size: 65px;
  opacity: 0.2;
  color: #222;
}

.box-du-featured-info a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  background-color: var(--theme-color-1-1);
  color: #fff;
}

.box-du-featured-info a:hover {
  background-color: var(--theme-color-1-3);
}

@media (max-width: 992px) {
  .list-du-featured-info li {
    flex: 1 0 50%;
  }
}

@media (max-width: 768px) {
  .box-dashboard-user {
    margin-top: 50px;
  }

  .list-du-featured-info li {
    flex: 0 0 100%;
  }
}

/* Form Dashboard Orders */

#form-dashboard-orders {
  display: flex;
  margin: 30px 0;
}

#form-dashboard-orders .form-group + .form-group {
  margin-left: 10px;
}

#form-dashboard-orders .form-group:last-child {
  display: flex;
  align-items: center;
}

#form-dashboard-orders .form-group:last-child i {
  position: absolute;
  right: 20px;
}

#form-dashboard-orders select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 300px;
  transition: none;
}

#form-dashboard-orders select::-ms-expand {
  display: none;
}

#form-dashboard-orders select:focus {
  border-color: var(--theme-color-1);
  border-radius: 22.5px 22.5px 0 0;
}

#form-dashboard-orders select:focus + i {
  color: var(--theme-color-1);
}

@media (max-width: 992px) {
  #form-dashboard-orders {
    flex-direction: column;
  }

  #form-dashboard-orders .form-group + .form-group {
    margin: 10px 0 0;
  }

  #form-dashboard-orders select {
    width: 100%;
  }
}

/* Table Dashboard Orders */

#table-dashboard-orders {
  overflow-x: auto;
}

#table-dashboard-orders table {
  min-width: 900px;
  border: 1px solid #ddd;
}

#table-dashboard-orders thead th {
  text-align: center;
}

#table-dashboard-orders tbody {
  color: #666;
}

#table-dashboard-orders tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

#table-dashboard-orders tbody td {
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 992px) {
  #table-dashboard-orders table {
    min-width: 100%;
  }
}

/* Form Dashboard User Update */

#form-du-update {
  margin-top: 30px;
}

#form-du-update .form-group:last-child::before,
#form-du-update .form-group:nth-last-child(2)::before {
  display: none;
}

#form-du-update .form-group input[type="file"] {
  height: auto;
  line-height: 0;
  border-bottom: none;
}

/* Form With Label Style 1 */

form.with-label-style-1 label {
  position: absolute;
  left: 25px;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  color: #222;
  transition: all 0.1s linear;
}

form.with-label-style-1 label.show {
  margin-top: -8px;
  opacity: 1;
  transition-delay: 0.1s;
}

/* Dashboard User Upload Image */

.du-upload-img {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.du-upload-img input[type="file"] {
  display: none;
}

.du-upload-img .btn {
  margin-right: 20px;
}

.du-upload-img .user-img {
  overflow: hidden;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
}

.du-upload-img .user-img img {
  display: block;
}

.du-upload-img .file-name {
  font-weight: 600;
}

@media (max-width: 768px) {
  .du-upload-img .file-name {
    display: none;
  }
}

/*  [ 14 ] - Homepages [ not default ]
======================================== */

/* Block Content 2 */

.block-content-2 {
  padding: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

/* Slider Offers Today */

.slider-offers-today {
  position: relative;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-offers-today .box-product {
  margin-bottom: 0;
}

.slider-offers-today .box-product .box-img {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
}

.slider-offers-today .owl-carousel {
  list-style: none;
}

.slider-offers-today .owl-carousel .owl-stage-outer {
  margin: -3px 0 -40px;
  padding: 3px 0 40px;
}

.slider-offers-today .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-offers-today .owl-carousel .slide {
  position: relative;
}

.slider-offers-today .owl-nav {
  margin: 0;
}

.slider-offers-today .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: -32px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #222;
  background-color: #fff;
  transition: all 0.2s;
}

.slider-offers-today .owl-nav [class*="owl-"]:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.slider-offers-today .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-offers-today .owl-nav .owl-prev {
  right: 0;
  text-indent: 0;
}

.slider-offers-today .owl-nav .owl-next {
  right: 50px;
  text-indent: 0;
}

.slider-offers-today .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-offers-today:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-offers-today:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-offers-today:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-offers-today:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-offers-today:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-offers-today:hover .owl-nav .disabled {
  opacity: 0.5;
  border-color: #ccc;
  color: #222;
  background-color: #fff;
}

.slider-offers-today .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-offers-today .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-offers-today .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-offers-today .owl-dots .owl-dot.active span,
.slider-offers-today .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-offers-today .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .slider-offers-today .box-product-3.layout-2 {
    flex-direction: column;
  }

  .slider-offers-today .box-product-3.layout-2 .box-img {
    margin: 0;
  }

  .slider-offers-today .box-product-3.layout-2 .box-content {
    align-items: center;
  }

  .slider-offers-today .box-product-3.layout-2 .countdown.countdown-1 {
    margin: 10px auto;
  }

  .slider-offers-today .box-product-3.layout-2 .rating {
    margin-top: 0 !important;
  }

  .slider-offers-today .box-product-3.layout-2 .btn {
    width: auto;
  }
}

/* Slider Latest Products */

.slider-latest-products {
  position: relative;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-latest-products .box-product {
  margin-bottom: 0;
}

.slider-latest-products .box-product .box-img {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
}

.slider-latest-products .owl-carousel {
  list-style: none;
}

.slider-latest-products .owl-carousel .owl-stage-outer {
  margin: -3px 0 -40px;
  padding: 3px 0 40px;
}

.slider-latest-products .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-latest-products .owl-carousel .slide {
  position: relative;
}

.slider-latest-products .owl-nav {
  margin: 0;
}

.slider-latest-products .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: -32px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #222;
  background-color: #fff;
  transition: all 0.2s;
}

.slider-latest-products .owl-nav [class*="owl-"]:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.slider-latest-products .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-latest-products .owl-nav .owl-prev {
  right: 0;
  text-indent: 0;
}

.slider-latest-products .owl-nav .owl-next {
  right: 50px;
  text-indent: 0;
}

.slider-latest-products .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-latest-products:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-latest-products:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-latest-products:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-latest-products:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-latest-products:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-latest-products:hover .owl-nav .disabled {
  opacity: 0.5;
  border-color: #ccc;
  color: #222;
  background-color: #fff;
}

.slider-latest-products .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-latest-products .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-latest-products .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-latest-products .owl-dots .owl-dot.active span,
.slider-latest-products .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-latest-products .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

/* Slider Latest Products */

.slider-best-selling {
  position: relative;
  width: 100%;
  /* Next & Prev Buttons */
  /* Dots Buttons */
}

.slider-best-selling .box-product {
  margin-bottom: 0;
}

.slider-best-selling .box-product + .box-product {
  margin-top: 30px;
}

.slider-best-selling .box-product .box-img {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
}

.slider-best-selling .owl-carousel {
  list-style: none;
}

.slider-best-selling .owl-carousel .owl-stage-outer {
  margin: -3px 0 -40px;
  padding: 3px 0 40px;
}

.slider-best-selling .owl-carousel .owl-item {
  transition: all 0.5s;
}

.slider-best-selling .owl-carousel .slide {
  position: relative;
}

.slider-best-selling .owl-nav {
  margin: 0;
}

.slider-best-selling .owl-nav [class*="owl-"] {
  font-size: 16px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-top: -25px !important;
  position: absolute;
  top: -32px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #222;
  background-color: #fff;
  transition: all 0.2s;
}

.slider-best-selling .owl-nav [class*="owl-"]:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: #fff;
}

.slider-best-selling .owl-nav [class*="owl-"] i {
  transform: rotate(90deg);
}

.slider-best-selling .owl-nav .owl-prev {
  right: 0;
  text-indent: 0;
}

.slider-best-selling .owl-nav .owl-next {
  right: 50px;
  text-indent: 0;
}

.slider-best-selling .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-best-selling:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.slider-best-selling:hover .owl-nav .owl-prev {
  margin-right: 0;
}

.slider-best-selling:hover .owl-nav .owl-prev:hover {
  margin-right: 0;
}

.slider-best-selling:hover .owl-nav .owl-next {
  margin-left: 0;
}

.slider-best-selling:hover .owl-nav .owl-next:hover {
  margin-left: 0;
}

.slider-best-selling:hover .owl-nav .disabled {
  opacity: 0.5;
  border-color: #ccc;
  color: #222;
  background-color: #fff;
}

.slider-best-selling .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.slider-best-selling .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 100%;
}

.slider-best-selling .owl-dots .owl-dot:hover span {
  opacity: 0.6;
}

.slider-best-selling .owl-dots .owl-dot.active span,
.slider-best-selling .owl-dots .owl-dot.active:hover span {
  border-color: var(--theme-color-1);
  opacity: 1;
  background-color: var(--theme-color-1);
}

.slider-best-selling .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #999;
  opacity: 0.2;
  transition: all 0.2s;
}

/*  [ 15 ] - Slider Banner
================================= */

#slider-banner .section-content {
  padding: 0;
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */

/* Opacity Values */

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/**
 *  -------------------------------------------------------------------------------
 *  ( 05 ) - Footer
 *  -------------------------------------------------------------------------------
 *
 *  This part contains footer and mini footer
 *
 *  ------
 *
 *  It has the following code:
 *
 *    |
 *    |-->  [ 01 ] - Footer
 *    |-->  [ 02 ] - Footer Bars
 
 */

/*  [ 01 ] - Footer
===================== */

#footer {
  overflow: hidden;
  position: relative;
}

/*  [ 02 ] - Footer Bars
========================== */

/* Footer Bar */

.footer-bar {
  padding: 100px 0;
  background: transparent;
}

.footer-bar .fb-row + .fb-row {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(34, 34, 34, 0.05);
}

@media (max-width: 768px) {
  .footer-bar .fb-row {
    flex-direction: column;
  }
}

/* Footer Bar 1 */

#footer-bar-1 {
  background-color: var(--theme-color-1-1);
}

.footer-dark #footer-bar-1 {
  background-color: #1e1e1e;
}

#footer-bar-1.footer-bar {
  padding: 50px 0;
}

#footer-bar-1 h5 {
  margin-bottom: 10px;
  color: var(--color-yellow-1);
}

.footer-dark #footer-bar-1 h5 {
  color: var(--theme-color-1);
}

#footer-bar-1.text-white p {
  color: #fff;
}

@media (max-width: 768px) {
  #footer-bar-1 {
    background-color: var(--theme-color-1-1);
  }
}

/* Box Email Subscribe */

.box-email-subscribe {
  display: flex;
  align-items: center;
}

.box-email-subscribe .box-title {
  padding-right: 20px;
}

.box-email-subscribe .box-content {
  margin-left: auto;
}

/* Form Email Subscribe */

#form-email-subscribe input[type="text"] {
  width: 360px;
  box-shadow: none;
}

#form-email-subscribe input[type="text"]:focus,
#form-email-subscribe input[type="text"]:hover {
  box-shadow: none;
}

#form-email-subscribe button[type="submit"] {
  background-color: var(--color-yellow-1);
}

.footer-dark #form-email-subscribe button[type="submit"] {
  background-color: var(--theme-color-1);
}

#form-email-subscribe button[type="submit"]:hover {
  background-color: var(--color-yellow-1-1);
}

.footer-dark #form-email-subscribe button[type="submit"]:hover {
  background-color: var(--theme-color-1-1);
}

#form-email-subscribe .form-group:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 992px) {
  .box-email-subscribe {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-email-subscribe .box-title {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .box-email-subscribe .box-content {
    width: 100%;
  }

  #form-email-subscribe input[type="text"] {
    width: 100%;
  }

  #form-email-subscribe .form-group:first-child {
    width: 100%;
  }
}

/* Footer Bar 2 */

#footer-bar-2 {
  display: flex;
  align-items: center;
  padding: 80px 0;
  min-height: 80px;
  background-color: var(--theme-color-1);
}

.footer-dark #footer-bar-2 {
  background-color: #2e2e2e;
}

#footer-bar-2 .footer-bar-wrap {
  width: 100%;
}

#footer-bar-2.footer-bar .fb-row h5 {
  margin-bottom: 20px;
}

#footer-bar-2.text-white .list-contact-info,
#footer-bar-2.text-white .list-contact-info i,
#footer-bar-2.text-white .list-contact-info strong {
  color: #fff;
}

#footer-bar-2.text-white .list-contact-info span {
  opacity: 0.8;
}

#footer-bar-2.text-white .list-contact-info i {
  font-size: 18px;
}

#footer-bar-2 h6 {
  margin: 20px 0 8px;
}

/* List Links */

.list-links {
  list-style: none;
}

.list-links li + li {
  margin-top: 4px;
}

.list-links li:first-child a {
  padding-top: 0;
}

.list-links li a {
  display: inline-block;
  padding-top: 3px;
  opacity: 0.8;
  color: #222;
}

.list-links li a::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
  transition: all 0.15s;
  transform: rotate(90deg);
}

.list-links li a:hover {
  opacity: 1;
  color: var(--color-yellow-1) !important;
}

.footer-dark .list-links li a:hover {
  color: var(--theme-color-1) !important;
}

.list-links li a:hover::before {
  margin-right: 15px;
  color: var(--color-yellow-1);
}

.footer-dark .list-links li a:hover::before {
  color: var(--theme-color-1);
}

.text-white .list-links li a {
  color: #fff;
}

/* Footer Bar 3 */

#footer-bar-3 {
  display: flex;
  align-items: center;
  padding: 40px 0;
  min-height: 80px;
  background-color: var(--theme-color-1-1);
}

.footer-dark #footer-bar-3 {
  background-color: #1e1e1e;
}

#footer-bar-3 .footer-bar-wrap {
  width: 100%;
}

#footer-bar-3.footer-bar .fb-row {
  display: flex;
  flex-direction: row;
}

#footer-bar-3.footer-bar .fb-row .img-payments {
  margin: auto;
}

#footer-bar-3.text-white .list-contact-info,
#footer-bar-3.text-white .list-contact-info i,
#footer-bar-3.text-white .list-contact-info strong {
  color: #fff;
}

#footer-bar-3.text-white .list-contact-info span {
  opacity: 0.8;
}

#footer-bar-3.text-white .list-contact-info i {
  font-size: 18px;
}

#footer-bar-3 h6 {
  margin: 20px 0 8px;
}

@media (max-width: 992px) {
  #footer-bar-3.footer-bar .fb-row {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer-bar-3.footer-bar .fb-row .img-payments {
    margin: 0 0 20px;
  }
}

@media (max-width: 768px) {
  #footer-bar-3 {
    background-color: var(--theme-color-1);
  }

  .footer-dark #footer-bar-3 {
    background-color: #2e2e2e;
  }
}

/* Copyrights Message */

.copyrights-message a {
  font-weight: 600;
  color: var(--color-yellow-1);
}

.footer-dark .copyrights-message a {
  color: var(--theme-color-1);
}

.copyrights-message a:hover {
  opacity: 0.8;
}

.text-white .copyrights-message {
  color: #fff;
}

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */

/* Opacity Values */

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}
/* =====================================================================
 *   Custom CSS Optimization for EN Purpose
 * =================================================================== */

/* Popup Newsletter Register */

.popup-newsletter-register {
  background-position: 550px top;
}

.popup-newsletter-register.style-2 {
  background-position: 540px top;
}

@media (max-width: 1200px) {
  .popup-newsletter-register {
    background-position: 550px -100px;
  }

  .popup-newsletter-register.style-2 {
    background-position: 540px top;
  }
}

@media (max-width: 600px) {
  .popup-newsletter-register {
    background-position: 450px -100px;
  }
}

@media (max-width: 480px) {
  .popup-newsletter-register {
    background-position: -170px -280px;
  }
}

/* Buttons */

.btn {
  font-weight: 600;
}

.btn.small {
  font-size: 12px;
}

/* Headings */

h4,
h5,
h6 {
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

/* List Full Categories */

.list-full-categories .btn-dropdown-categories {
  font-weight: 600;
}

/* Menu Categories */

.menu-categories > li > a {
  font-size: 15px;
  font-weight: 600;
}

/* Form Settings */

input,
input.form-control,
button:not(.btn),
button:not(.btn).form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  font-size: 14px;
}

/* Slider Products 2 */

.slider-products-2 .owl-nav [class*="owl-"] i {
  right: 0;
}

/* Products Badges */

.badge-new,
.badge-sale {
  font-size: 14px;
  line-height: 26px;
}

/* Table Checkout */

#table-checkout tbody td {
  font-size: 18px;
}