@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #673e6d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {max-width: 100%;}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: left;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    left: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    left: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    left: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    left: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    left: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    left: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    left: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    left: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    left: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    left: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    left: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    left: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    left: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    left: 1300px;
  }
}
/* cart */
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* content */
#content {
  min-height: 600px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #b7b7b7 #b3b3b3 #dddddd;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 100%;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 100%;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-buttons {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-buttons .button-group {
  display: flex;
  background-color: #eee;
}
.product-buttons .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-buttons .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-buttons .button-group button + button {
  border-right: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-buttons .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-right: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating.rating-def {
  color: #999;
  font-size: 15px;
}
.rating .rating-gol {
  color: #FC0;
  font-size: 15px;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  display: block;
  font-size: 16px;
  color: #1b1919;
  letter-spacing: 0.7px;
}
.price-old {
  color: #4e4c4c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.carousel {border: 0px none; border-radius: 0px; padding: 0px; margin: 0px; box-shadow: inherit;}
.carousel .carousel-control-next,
.carousel .carousel-control-prev,
.carousel-indicators {display: none;}
/* Section Title CSS */
.section-title {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: -5px;
  z-index: 5;
}
.section-title h2 {
  display: inline-block;
  font-size: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.section-title h2 span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40%;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 30px;
  background: #673e6d;
  z-index: 1;
}
.section-title h2 span::after {
  position: inherit;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #673e6d;
}
.section-title p {
  margin-bottom: 0;
}

.sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  color: #673e6d;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sub-title span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 30px;
  background: #673e6d;
  z-index: 1;
}
.sub-title span::after {
  position: inherit;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #673e6d;
}

/* Primary Button */
.primary-btn {
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #673e6d;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #673e6d;
  transition: 0.3s;
}
.primary-btn:hover {
  color: #673e6d;
  background-color: transparent;
  border-color: #673e6d;
}

.secondary-btn {
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #1b1919;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #1b1919;
  transition: 0.3s;
}
.secondary-btn:hover {
  color: #1b1919;
  background-color: transparent;
  border-color: #1b1919;
}

.outline-btn {
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  color: #1b1919;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  border: 1px solid #1b1919;
  transition: 0.3s;
}
.outline-btn:hover {
  color: #ffffff;
  background-color: #1b1919;
  border-color: #1b1919;
}

/* Text Button*/
.btn-text {
  border: none;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  text-transform: capitalize;
  transition: 0.3s;
}
/*Form-Control CSS*/
.form-control {
  height: 56px;
  color: #1b1919;
  background-color: #ffffff;
  transition: 0.3s;
  box-shadow: unset !important;
  padding: 0 15px;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #4e4c4c;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.form-control::placeholder {
  color: #4e4c4c;
  transition: 0.3s;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.form-group {
  margin-bottom: 15px;
}


/* -----------------------------------------
Page Title CSS
----------------------------------------- */
.page-title-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(27, 25, 25, 0.99) 0%, rgba(27, 25, 25, 0.6) 90%);
  z-index: -2;
}
.page-title-area .content {
  text-align: center;
  text-transform: capitalize;
}
.page-title-area .content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: -10px;
  line-height: 1.2;
  font-size: 50px;
}
.page-title-area .content ul {
  padding: 0;
  margin: 0;
}
.page-title-area .content ul li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 0 13px 0 16px;
  border-left: 2px solid #ffffff;
}
.page-title-area .content ul li:last-child {
  border: none;
}
.page-title-area .content ul li a {
  color: #ffffff;
}
.page-title-area .content ul li a:hover {
  color: #6053ab;
}
.page-title-area .content ul li:last-child a {
  color: #6053ab;
}

/* -----------------------------------------
Navbar CSS
----------------------------------------- */
.header-area .header-top {
  background-color: #1b1919;
}

.header-area .header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-area .header-top .header-left .contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .header-top .header-left .contact-info-list li {
  margin-left: 20px;
}

.header-area .header-top .header-left .contact-info-list li:last-child {
  margin-left: 0;
}

.header-area .header-top .header-left .contact-info-list li a {
  font-weight: 400;
  color: #ffffff;
}

.header-area .header-top .header-left .contact-info-list li i {
  font-size: 20px;
  color: #673e6d;
  margin-left: 8px;
  vertical-align: middle;
}

.header-area .header-top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-area .header-top .header-right .language {
  padding: 10px 15px;
  background-color: #673e6d;
  position: relative;
}

.header-area .header-top .header-right .language a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}

.header-area .header-top .header-right .language a i {
  vertical-align: -2px;
  color: #ffffff;
}

.header-area .header-top .header-right .language a i:first-child {
  margin-right: 0;
  margin-left: 5px;
}

.header-area .header-top .header-right .language .menu {
  border: none;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  border-radius: 0;
  width: 200px;
  padding: 15px;
  position: absolute;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
  -webkit-animation: slideUp .3s linear 1;
          animation: slideUp .3s linear 1;
  list-style-type: none;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1b1919;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link img {
  border-radius: 50%;
  max-width: 20px;
  margin-left: 10px;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link:hover {
  color: #673e6d;
}

.header-area .header-top .header-right .language .menu .menu-item:last-child .menu-link {
  margin-bottom: 0;
}

.main-navbar-area {
  padding: 14px 0;
  background-color: #ffffff;
}

.main-navbar-area .mobile-navbar {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-navbar-area .mobile-navbar .mobile-navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-navbar-area .mobile-navbar .mobile-navbar-inner .logo {
  width: 40%;
  text-align: center;
}

.main-navbar-area .mobile-navbar .mobile-navbar-inner .side-option .item {
  margin-right: 0;
}

.main-navbar-area .mobile-navbar .mobile-menu-toggler {
  border: 0;
  background: transparent;
  color: #1b1919;
  padding: 10px 0;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.main-navbar-area .mobile-navbar .mobile-menu-toggler span {
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 20px;
  background-color: #1b1919;
  margin-bottom: 4px;
}

.main-navbar-area .mobile-navbar .mobile-menu-toggler span:last-child {
  margin-bottom: 0;
}

.main-navbar-area .side-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-navbar-area .side-option .item {
  position: relative;
  margin-right: 15px;
  padding: 10px 0;
}

.main-navbar-area .side-option .item a {
  font-size: 22px;
  color: #673e6d;
}
.main-navbar-area .side-option .item #header-cart button {
  font-size: 22px;
  color: #673e6d;
  background: transparent;
  border: 0px none;
  padding: 0;
  box-shadow: inherit;
}

.main-navbar-area .side-option .item .btn-search {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-navbar-area .side-option .item .btn-search i {
  vertical-align: middle;
}

.main-navbar-area .main-nav .navbar {
  position: inherit;
  padding: 0;
}

.main-navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
  max-width: 200px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  position: relative;
  color: #1b1919;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #673e6d;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: #673e6d;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  vertical-align: -2px;
  margin-right: 3px;
  font-size: 18px;
  font-weight: normal;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 50px;
  right: 0;
  z-index: 99;
  opacity: 0;
  width: 230px;
  display: block;
  border-radius: 0;
  padding: 8px 0;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-right: 8px solid transparent;
  top: -8px;
  right: 25px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  margin-right: 5px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu::before {
  border-right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  top: 10px;
  right: -8px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a:hover::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a.active::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-right: 0;
  margin-left: 0;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  font-size: 15px;
  padding: 8px 15px;
  color: #1b1919;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  padding-right: 20px;
  color: #673e6d;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #673e6d;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: 15px;
  margin-top: -8px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 40px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #673e6d;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area.navbar-two .side-option .item {
  padding: 0;
}


.sticky-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: slideInDown .5s ease-out 1;
          animation: slideInDown .5s ease-out 1;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
}

.search-box {
  position: relative;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #673e6d;
  background: #ffffff;
}

.search-box .mfp-close {
  width: unset;
  height: unset;
  top: -50px;
  opacity: 1;
  padding: 0 10px 18px 0;
  color: #ffffff;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.mfp-zoom-in.mfp-bg::before, .mfp-zoom-in.mfp-bg::after {
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.mfp-zoom-in.mfp-bg::before {
  top: 0;
}

.mfp-zoom-in.mfp-bg::after {
  bottom: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-ready.mfp-bg::before, .mfp-zoom-in.mfp-ready.mfp-bg::after {
  opacity: 1;
  visibility: visible;
}

.mfp-zoom-in.mfp-ready.mfp-bg::before {
  top: -200%;
}

.mfp-zoom-in.mfp-ready.mfp-bg::after {
  bottom: -200%;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  display: none;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .35s;
  transition: all .35s;
  background-color: #ffffff;
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto;
}

.mobile-menu .nav-item {
  border-bottom: 1px dashed #dbeefd;
}

.mobile-menu .nav-item:first-child {
  border-top: 1px dashed #dbeefd;
}

.mobile-menu .nav-item .nav-item:last-child {
  border-bottom: none;
}

.mobile-menu .nav-item .nav-link {
  position: relative;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 14px;
}

.mobile-menu .nav-item .nav-link.active {
  color: #673e6d;
}

.mobile-menu .nav-item .toggle-btn {
  font-family: boxicons !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu .nav-item .toggle-btn::after {
  content: "\eb21";
}

.mobile-menu .nav-item .dropdown-menu {
  padding: 0;
  border: 0;
}

.mobile-menu .nav-item.open > .nav-link .toggle-btn::after {
  content: "\eaed";
}

.mobile-menu .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  background-color: #673e6d;
}

.mobile-menu .top-content .title {
  color: #ffffff;
  margin-bottom: 0;
}

.mobile-menu .top-content .mobile-menu-close {
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
}

.menu-active .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-active .mobile-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .main-navbar-area {
    padding: 0;
    border: none;
  }
  .main-navbar-area .main-nav {
    display: none;
  }
  .main-navbar-area .mobile-navbar {
    display: block;
  }
  .main-navbar-area .side-option .item .btn-search {
    color: #1b1919;
  }
  .main-navbar-area.navbar-two .side-option .item {
    padding: 10px 0;
  }
  .main-navbar-area.navbar-two .side-option .item a {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

/* -----------------------------------------
  Search Form CSS
----------------------------------------- */
.search-form {
  position: relative;
  display: flex;
}
.search-form .search-input {
  display: block;
  width: 100%;
  line-height: initial;
  border: none;
  color: #1b1919;
  outline: 0;
  padding: 6px 12px;
  transition: 0.3s;
  background: transparent;
}
.search-form .search-input:focus {
  border-color: #673e6d;
}
.search-form .btn-search {
  text-align: center;
  transition: 0.3s;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #673e6d;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1px solid #673e6d;
}
.search-form .btn-search i {
  vertical-align: middle;
}
/* -----------------------------------------
  Products CSS
----------------------------------------- */
.latest-section {background: #FFFFFF; padding: 100px 0;}
.featured-section {background: url(/image/catalog/bg-fav.png) repeat 0 0 #F9F9F9; padding: 100px 0;}
.products-thumb .item-single {
  transition: 0.3s;
  margin-bottom: 20px;
}
.products-thumb .item-single .image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.products-thumb .item-single .image .special-text {
  position: absolute;
  z-index: 9;
  background: #673e6d;
  top: 5px;
  right: 5px;
  padding: 1px 5px;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid transparent;
}
.products-thumb .item-single .image img {
  transition: 0.3s;
}
.products-thumb .item-single .content {
  position: relative;
  padding: 25px 20px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  top: -10px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(78, 76, 76, 0.05);
  transition: 0.3s;
}
.products-thumb .item-single .content .content-des {min-height: 133px;}
.products-thumb .item-single .content .title {
  margin-bottom: 12px;
}
.products-thumb .item-single .content .price {
  margin-bottom: 12px;
}
.products-thumb .item-single .content .primary-btn {
  display: block;
  width: 100%;
}
.products-thumb .item-single:hover .content {
  box-shadow: 0px 15px 15px 0px rgba(78, 76, 76, 0.15);
}
.products-thumb .item-single:hover .content .title a {
  color: #673e6d;
}
.products-thumb .item-single:hover .image img {
  transform: scale(1.1) translate(-50%, -50%);
}
/* -----------------------------------------
  Product Page CSS
----------------------------------------- */
.product-top {background: #FFF; padding: 80px 0;}
.product-top  ul.list-unstyled.short-desc {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    margin: 0 0 20px;
}
.product-top ul.list-unstyled li {
    line-height: 22px;
    padding: 3px 0;
}
.product-top .desc {
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
    color: #000;
}
.product-top #button-cart {display: block; width: 100%;}
.product-desc {background: url(/image/catalog/bg-fav.png) repeat 0 0 #F9F9F9; padding: 80px 0;}
.product-desc .content {
  background: #FFF;
  padding: 30px;
  border-radius: 15px;
}
.product-desc .content .nav-tabs {justify-content: center; border: 0px none;}
.product-desc .content .nav-tabs .nav-link {
  padding: 5px 15px;
  margin: 0 10px 5px;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 30px;
  background-color: #f9e3fc;
  transition: 0.3s;
  border: 0px none;
  font-size: 16px;
  color: #673e6d;
}
.product-desc .content .nav-tabs .nav-link.active {
  color: #FFF;
  background: #673e6d;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
#form-review .section-title {margin: 50px auto 0px auto;}
#form-review .form-control {
  border: none;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.related-section {background: #FFFFFF; padding: 80px 0;}

/* -----------------------------------------
  Catalog Page CSS
----------------------------------------- */
.category-area {background: #FFFFFF; padding: 100px 0;}
.category-area .content-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
.category-area .content-list li a {
  display: flex;
  margin-bottom: 10px;
}
.category-area .content-list li i {
  font-size: 24px;
  margin-right: 5px;
  color: #673e6d;
}
.category-area .content-list li:last-child {
  margin: 0;
}
.category-area .content-list li p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #1b1919;
}
.category-area .content-list li .active p,
.category-area .content-list li a:hover p {
  color: #673e6d;
}
/* -----------------------------------------
  Search Page CSS
----------------------------------------- */
#product-search {padding-top: 100px; padding-bottom: 100px;}
.search-section .form-control {
  border: none;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.search-section .form-select {
  border: none;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  height: 56px;
}
.search-section .form-check {
  padding: 0;
  margin-bottom: 15px;
}
.search-section .checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #4e4c4c;
}
.search-section .form-check label a {
  color: #673e6d;
}
.search-section .form-check input[type=checkbox] {
  display: none;
  pointer-events: none;
}
.search-section .form-check input[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-section .form-check input[type=checkbox] + label svg {
  width: 25px;
  stroke: #673e6d;
  stroke-width: 5;
}
.search-section .form-check input[type=checkbox] + label svg .box {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  fill: #eef5ff !important;
}
.search-section .form-check input[type=checkbox] + label svg .check {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  fill: none;
}
.search-section .form-check input[type=checkbox] + label span {
  margin-right: 5px;
}
.search-section .form-check input[type=checkbox]:checked + label .box {
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 0.3s linear;
}
.search-section .form-check input[type=checkbox]:checked + label .check {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s linear;
}
.search-section .form-check .reverse .box {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s linear;
}
.search-section .form-check .reverse .check {
  stroke-dashoffset: 70;
  transition: stroke-dashoffset 0.3s linear;
}
.search-section .form-check input[type="checkbox"]:disabled + label svg {stroke: #DDD;}
.search-section #button-search {  width: 100%;}


/* -----------------------------------------
Footer CSS
----------------------------------------- */
.footer-area {
  position: relative;
  overflow: hidden;
  background-color: #101014;
}
.footer-area .footer-top {
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-area .footer-widget {
  margin-bottom: 30px;
}
.footer-area .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-area .footer-widget .navbar-brand {
  margin-bottom: 20px;
  padding: 0;
  max-width: 200px;
}
.footer-area .footer-widget h3 {
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-area .footer-widget p {
  color: #cccccc;
  margin-bottom: 25px;
}
.footer-area .footer-widget .social-link {
  display: inline-flex;
  align-items: center;
}
.footer-area .footer-widget .social-link h3 {
  margin: 0;
  display: inline-block;
  margin-left: 10px;
}
.footer-area .footer-widget .social-link a {
  color: #ffffff;
  border: none;
  margin: 0;
  padding: 0 3px;
  font-size: 18px;
  background-color: transparent;
}
.footer-area .footer-widget .social-link a:hover {
  color: #673e6d;
  transform: none;
}
.footer-area .footer-widget .social-link a i {
  vertical-align: middle;
}
.footer-area .footer-widget .footer-links li {
  position: relative;
  margin-bottom: 15px;
  transition: 0.3s;
}
.footer-area .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget .footer-links li a {
  color: #cccccc;
}
.footer-area .footer-widget .footer-links li a:hover {
  color: #673e6d;
  padding-right: 5px;
}
.footer-area .footer-widget .info-list li {
  color: #cccccc;
  padding-right: 45px;
  position: relative;
  margin-bottom: 15px;
}
.footer-area .footer-widget .info-list li i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
  padding: 8px;
  border-radius: 5px;
  background-color: #673e6d;
}
.footer-area .footer-widget .info-list li a {
  color: #cccccc;
}
.footer-area .footer-widget .info-list li a:hover {
  color: #673e6d;
}
.footer-area .copy-right-area .copy-right-content {
  padding: 30px 0;
  text-align: center;
  border-top: 1px dashed rgba(80, 156, 255, 0.2);
}
.footer-area .copy-right-area .copy-right-content span {
  color: #ffffff;
}
.footer-area .copy-right-area .copy-right-content a {
  color: #673e6d;
}

.footer-banners {background: #FFFFFF; padding: 40px 0px;}
.footer-banners .boxs {}
.footer-banners .boxs .box {
    background: #FF0;
    display: block;
    min-height: 130px;
    padding: 15px;
    border-radius: 15px;
	margin-bottom: 15px;
}
.footer-banners .boxs .box .image {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 25px;
}
.footer-banners .boxs .box .content {text-align: right; vertical-align: middle;}
.footer-banners .boxs .box .content h4 {color: #FFF; font-size: 22px; margin-top: 20px; margin-bottom: 5px;}
.footer-banners .boxs .box .content p {color: #FFF;}
.footer-banners .boxs .box.box_shipping {background: #ffd740;}
.footer-banners .boxs .box.box_shipping .content h4 {color: #212121}
.footer-banners .boxs .box.box_shipping .content p {color: #808080}
.footer-banners .boxs .box.box_products {background: #544d7e;}
.footer-banners .boxs .box.box_safe {background: #f02a43;}



@media only screen and (max-width: 767px) {
	.header-area .header-top .header-left .contact-info-list li:last-child {display:none;}
}
/* -----------------------------------------
Lazyload CSS
----------------------------------------- */
.lazy-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 50px;
  background-color: #f4f6f8;
}
.lazy-container:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.lazy-container.aspect-ratio-2-3::before {
  padding-bottom: 107.142857143%;
}
.lazy-container.aspect-ratio-4-3::before {
  padding-bottom: 66.6666666667%;
}
.lazy-container img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
}

.owl-carousel .owl-item .lazy-container img {
  width: auto;
}

.lazyload,
.lazyloading {
  opacity: 0.6;
  transform: scale(0.8);
}

.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 300ms;
}

/* -----------------------------------------
Animation CSS
----------------------------------------- */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  from {
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes flipZ {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: none;
  }
}





