/*
Template Name: Glaciajo - Ice Cream Shop Website Template
Author: MhrTheme
Version: 1.0.0

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
Template.

This files contents are outlined below >>>>

Search Each Section As It Comments, You Will Get The Right Section.

******************************************* 
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PRELOADER CSS
04 - BUTTON CSS
05 - SECTION AREA CSS
06 - TOP BAR AREA CSS
07 - NAV AREA CSS
08 - PAGE TITLE AREA CSS
09 - PAGE 404 AREA CSS
10 - MY ACCOUNT AREA CSS
11 - FAQ AREA CSS
12 - TEAM AREA CSS
13 - TESTIMONIAL AREA CSS
14 - CONTACT AREA CSS
15 - ABOUT US AREA CSS
16 - MENU AREA CSS
17 - SUBSCRIBE AREA CSS
18 - FOOTER TOP AREA CSS
19 - FOOTER BOTTOM AREA CSS
20 - GO TOP AREA CSS
21 - BOOKING AREA CSS
22 - BLOG AREA CSS
23 - BLOG DETAILS AREA CSS
24 - PAGINATION AREA CSS
25 - CART AREA CSS
26 - CHECKOUT AREA CSS
27 - PRODUCT AREA CSS
28 - PRODUCT DETAILS AREA CSS
29 - PRODUCT SIDEBAR WIDGET CSS
30 - PRODUCT QUICK VIEW CSS
31 - PRODUCT FLAVOR AREA CSS
32 - SLIDER AREA CSS
33 - BANNER AREA CSS
34 - OFFER AREA CSS
35 - CATEGORIES AREA CSS
36 - LIMITED OFFER AREA CSS

/*

/*==========================
01 - IMPORTED CSS
============================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800&display=swap");

/*==========================
02 - DEFAULT CSS
============================*/
:root {
  --mainColor: #C62C34;
  --secondaryColor: #EDB454;
  --optionalColor: #4ad5f6;
  --headingColor: #A1373D;
  --whiteColor: #ffffff;
  --blackColor: #222222;
  --fontSize: 16px;
  --transition: .5s;
  --border-radius: 4px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--mainColor);
}

a:hover {
  text-decoration: none;
  color: var(--secondaryColor);
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.bxl-twitter::before {
  position: relative;
  bottom: 2px;
  font-size: 15px;
  content: "𝕏" !important;
}

.single-widget .bxl-twitter::before {
  bottom: 1px;
}

.article-share .bxl-twitter::before {
  font-size: 13px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--headingColor);
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

p {
  font-size: 16px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control, input[type="search"] {
  height: 50px;
  color: #271273;
  border: 1px solid #eaedff;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder, input[type="search"]::placeholder {
  color: #495057;
}

.form-control:focus, input[type="search"]:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}

.form-control:hover:focus, .form-control:focus, 
input[type="search"]:hover:focus, input[type="search"]:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-group .nice-select {
  margin-bottom: 30px;
}

.book-a-table-bg .form-group .nice-select span {
  position: relative;
  bottom: 5px;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-color {
  background-color: var(--optionalColor);
}

.page .entry-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page.elementor-page .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1520px;
  }
}

/*
03 - PRELOADER AREA CSS
<<<<======================================================>>>>*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(var(--secondaryColor)));
  background-image: linear-gradient(var(--mainColor), var(--secondaryColor));
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid var(--whiteColor);
  opacity: 1;
  border-radius: 0;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
04 - BUTTON CSS
<<<<======================================================>>>>*/
.default-btn {
  font-size: 16px;
  color: var(--whiteColor);
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
}

.default-btn.icon {
  padding: 15px 30px 15px 60px;
}

.default-btn.icon i {
  position: absolute;
  left: 30px;
  top: 50%;
  right: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  margin-top: -1px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 30px;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.default-btn.active::before {
  background-color: var(--blackColor);
}

.default-btn.active::after {
  background-color: var(--blackColor);
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover::before {
  width: 50.2%;
}

.default-btn:hover::after {
  width: 50.2%;
}

/*
05 - SECTION AREA CSS
<<<<======================================================>>>>*/
.section-title {
  max-width: 660px;
  margin: -5px auto 60px;
  text-align: center;
  position: relative;
}

.section-title span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid var(--mainColor);
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: var(--whiteColor);
}

.section-title.white-title h2 {
  color: var(--whiteColor);
}

.section-title.white-title p {
  color: var(--whiteColor);
}

/*
06 - TOP BAR AREA CSS
<<<<======================================================>>>>*/
.header-area .top-header-area {
  background-color: var(--optionalColor);
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-area .heading-left-part {
  line-height: 1;
}

.header-area .heading-left-part li {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  border-right: 1px solid #545454;
  color: #121521;
  position: relative;
  top: -2px;
}

.header-area .heading-left-part li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.header-area .heading-left-part li:first-child {
  padding-left: 0;
}

.header-area .heading-left-part li:last-child {
  border-right: none;
  padding-right: 0;
}

.header-area .heading-left-part li a {
  color: #121521;
  font-size: 15px;
}

.header-area .heading-left-part li a:hover {
  color: var(--mainColor);
}

.header-area .heading-left-part li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f1dcdf;
  color: var(--mainColor);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 5px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}

.header-area .heading-left-part li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.header-area .heading-right-part {
  float: right;
}

.header-area .heading-right-part li {
  display: inline-block;
  color: #545454;
}

.header-area .heading-right-part li a {
  padding: 0 5px;
}

.header-area .heading-right-part li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f1dcdf;
  color: var(--mainColor);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .heading-right-part li a:hover i {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.header-area .heading-right-part li:first-child a {
  padding-left: 0;
}

.header-area .heading-right-part li:last-child a {
  padding-right: 0;
}

/*
07 - NAV AREA CSS
<<<<======================================================>>>>*/
.nav-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.nav-area .navbar-area .main-nav {
  background-color: var(--whiteColor);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.main-nav nav ul.m-auto {
  position: relative;
}

.nav-area .navbar-area .main-nav .navbar-brand {
  padding: 0;
}

.nav-area .navbar-area .main-nav.bg-color {
  background-color: #271273;
}

.nav-area .navbar-area .main-nav .navbar {
  padding: 5px 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 20px 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #121521;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: var(--whiteColor);
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid var(--mainColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--whiteColor);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu.megamenu {
  width: 400px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .dropdown-menu {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .max-megamenu-header {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding: 0 15px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu a {
  border: 0 !important;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu .max-megamenu-header:hover {
  color: initial;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu.megamenu li {
  float: left;
  margin: 0 10px;
  width: 110px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item.max-megamenu  {
  position: static;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  color: #121521;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--mainColor);
  background-color: transparent;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
  background-color: transparent;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 90%;
}

.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #271273;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.nav-area.nav-area-three .navbar-area .main-nav {
  background-color: rgba(0, 2, 11, 0.88);
  border: none;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 45px;
  line-height: 1;
  top: -4px;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a i {
  font-size: 35px;
  color: var(--mainColor);
  position: absolute;
  top: -10px;
  left: 0;
}

.nav-area .others-option {
  position: relative;
  top: 4px;
}

.nav-area .others-option .get-quote {
  display: inline-block;
  position: relative;
  margin-top: -8px;
}

.nav-area .others-option .burger-menu {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.nav-area .others-option .burger-menu i {
  font-size: 40px;
  color: var(--whiteColor);
  position: relative;
  top: -2px;
}

.nav-area .nav-others-option .option-item .cart-btn {
  color: var(--blackColor);
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 2px;
  margin-right: 30px;
}

.nav-area .nav-others-option .option-item .cart-btn:hover span {
  background-color: var(--secondaryColor);
}

.nav-area .nav-others-option .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

/*
08 - PAGE TITLE AREA CSS
<<<<======================================================>>>>*/
.page-title-area {
  background: var(--optionalColor);
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  position: relative;
}

.page-title-content {
  text-align: center;
}

.page-title-content .breadcrumb {
  background-color: transparent;
  margin: 0;
}

.page-title-content .breadcrumb-item.active {
  color: var(--blackColor);
}

.page-title-content h1 {
  margin-bottom: 12px;
  font-size: 50px;
  color: var(--blackColor);
  font-weight: 700;
}

.page-title-content ol li a {
  color: var(--mainColor);
}

.page-title-content ol li a:hover {
  color: var(--secondaryColor);
}

/*
09 - PAGE 404 AREA CSS
<<<<======================================================>>>>*/
.page-error-content {
  text-align: center;
}

.page-error-content h3 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.page-error-content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.page-error-content .default-btn {
  margin-top: 30px;
}

/*
10 - MY ACCOUNT AREA CSS
<<<<======================================================>>>>*/
.login-form, .signup-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.login-form h2 {
  margin-bottom: 25px;
  font-size: 30px;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  color: var(--blackColor);
  font-weight: 500;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
  display: none;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
  font-weight: 500;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after, 
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-form form .remember-me-wrap [type="checkbox"]:hover + label:before {
  border-color: var(--mainColor);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before {
  border-color: var(--mainColor);
}

.login-form form .lost-your-password-wrap {
  text-align: right;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0;
  content: '';
  background-color: var(--mainColor);
}

.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.login-form form button {
  margin-top: 22px;
}

.signup-form h2 {
  margin-bottom: 25px;
  font-size: 30px;
}

.signup-form form .form-group {
  margin-bottom: 25px;
}

.signup-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  color: var(--blackColor);
  font-weight: 500;
}

.signup-form form .description {
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 0;
}

.signup-form form button {
  margin-top: 22px;
}

/*
11 - FAQ AREA CSS
<<<<======================================================>>>>*/
.faq-accordion {
  margin-bottom: 15px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 40px 17px 25px;
  color: var(--blackColor);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--optionalColor);
  border-bottom: 1px solid var(--whiteColor);
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 13px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  background-color: #fefaf3;
  font-size: 16px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
12 - TEAM AREA CSS
<<<<======================================================>>>>*/
.single-team-box {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.single-team-box .content {
  background-color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  border-radius: 5px;
  padding: 20px;
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 15px;
}

.single-team-box .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .content span {
  display: block;
  font-size: 15px;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .image {
  position: relative;
  overflow: hidden;
}

.single-team-box .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-box .image .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  top: 0;
}

.single-team-box .image .social-links li {
  margin-bottom: 10px;
}

.single-team-box .image .social-links li:last-child {
  margin-bottom: 0;
}

.single-team-box .image .social-links li a {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.single-team-box .image .social-links li a i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-team-box .image .social-links li a.linkedin {
  background-color: #2867B2;
}

.single-team-box .image .social-links li a.facebook {
  background-color: #4267B2;
}

.single-team-box .image .social-links li a.twitter {
  background-color: #1DA1F2;
}

.single-team-box .image .social-links li a.instagram {
  background: -webkit-gradient(linear, left top, right top, from(#ff3019), to(#c90477));
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
}

.single-team-box:hover .image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.single-team-box:hover .image .social-links {
  top: 15px;
  opacity: 1;
  visibility: visible;
}

.single-team-box:hover .content {
  background-color: var(--mainColor);
}

.single-team-box:hover .content h3, .single-team-box:hover .content span {
  color: var(--whiteColor);
}

.team-area .owl-theme .owl-dots {
  line-height: 1;
}

.team-area .owl-theme .owl-dots .owl-dot span {
  background-color: var(--secondaryColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.team-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

/*
13 - TESTIMONIAL AREA CSS
<<<<======================================================>>>>*/
.client-area .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.client-area .owl-item.active.center .single-client {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--secondaryColor)), to(var(--mainColor)));
  background-image: linear-gradient(var(--secondaryColor), var(--mainColor));
}

.client-area .owl-item.active.center .single-client h3 {
  color: var(--whiteColor);
}

.client-area .owl-item.active.center .single-client span {
  color: var(--whiteColor);
}

.client-area .owl-item.active.center .single-client p {
  color: var(--whiteColor);
}

.single-client {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client img {
  border: 3px solid #e8e8e8 !important;
  border-radius: 50px !important;
  margin: 0 auto 18px;
}

.single-client p {
  margin-bottom: 20px;
}

.single-client ul {
  line-height: 1;
  margin-bottom: 5px;
}

.single-client ul li {
  display: inline-block;
}

.single-client ul li i {
  color: #ffba00;
  font-size: 18px;
}

.single-client h3 {
  margin-bottom: 5px;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client span {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-client:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.client-area .owl-theme .owl-nav {
  margin-top: 0;
}

.client-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-next i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 20px;
}

.client-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-prev i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 20px;
}

.client-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.client-area .owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 5px;
}

.client-area .owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 5px;
}

/*
14. CONTACT AREA CSS
<<<<======================================================>>>>*/
.contact-info-area .single-contact-info {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  background-color: var(--whiteColor);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.contact-info-area .single-contact-info i {
  display: block;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  line-height: 60px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
}

.contact-info-area .single-contact-info a {
  color: #545454;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 15px;
}

.contact-info-area .single-contact-info:hover {
  background-color: var(--mainColor);
}

.contact-info-area .single-contact-info:hover i {
  color: var(--mainColor);
  border-color: var(--whiteColor);
  background-color: var(--whiteColor);
}

.contact-info-area .single-contact-info:hover h3 {
  color: var(--whiteColor);
}

.contact-info-area .single-contact-info:hover a {
  color: var(--whiteColor);
}

/* CONTACT FORM STYLE */
.contact-area .contact-wrap {
  padding: 50px;
  text-align: center;
}

.contact-area .contact-wrap .section-title {
  margin-bottom: 40px;
}

.contact-area .contact-wrap .default-btn {
  margin-top: 10px;
}

.list-unstyled {
  color: #dc3545;
  text-align: left;
  margin-top: 10px;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.hidden {
  display: none;
}

.contact-wrap {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact-wrap .contact-title {
  margin-bottom: 30px;
}

.contact-wrap .contact-title h2 {
  font-size: 20px;
}

.contact-wrap .form-group {
  margin-bottom: 30px;
}

/* GOOGLE MAP STYLE */
.map-area iframe {
  height: 500px;
  width: 100%;
}

/*
15. ABOUT US AREA CSS
<<<<======================================================>>>>*/
.about-us-area {
  position: relative;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-content h2 span {
  color: var(--secondaryColor);
}

.about-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-content .default-btn {
  margin-top: 15px;
}

/* About Offer Style */
.about-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.about-section-title span {
  color: var(--secondaryColor);
}

.single-services-box {
  text-align: center;
  background-color: #202020;
  position: relative;
  padding: 30px;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-services-box h3 {
  font-size: 25px;
  color: var(--optionalColor);
  margin-bottom: 15px;
}

.single-services-box p {
  margin-bottom: 0;
  color: var(--optionalColor);
}

.single-services-box span {
  color: var(--whiteColor);
  font-size: 80px;
  color: #363636;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-services-box:hover {
  background-color: var(--mainColor);
}

.single-services-box:hover span {
  color: var(--secondaryColor);
}

/* About Video Style */
.about-video-area {
  background-image: url(../../assets/img/video-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.about-video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  opacity: 0.5;
  z-index: -1;
}

.video-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.video-section-title h2 {
  color: var(--whiteColor);
}

.video-section-title span {
  color: var(--secondaryColor);
}

.about-video-button {
  text-align: center;
  margin: auto;
}

.about-video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 0;
  color: var(--whiteColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-video-btn i {
  font-size: 55px;
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.about-video-btn::after, .about-video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: var(--secondaryColor);
}

.about-video-btn:hover {
  background-color: var(--secondaryColor);
}

.about-video-btn:hover::before, .about-video-btn:hover::after {
  background-color: var(--secondaryColor);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
16. MENU AREA CSS
<<<<======================================================>>>>*/
.menu-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.menu-section-title span {
  color: var(--secondaryColor);
}

.menu-items-list ul li {
  position: relative;
  padding-left: 140px;
  padding-right: 100px;
  margin-bottom: 30px;
}

.menu-items-list ul li:last-child {
  margin-bottom: 0;
}

.menu-items-list ul li a {
  display: block;
}

.menu-items-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}

.menu-items-list ul li h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.menu-items-list ul li h3 a {
  color: var(--mainColor);
}

.menu-items-list ul li p {
  margin-bottom: 0;
}

.menu-items-list ul li span {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 25px;
  font-weight: 500;
  z-index: 1;
}

.menu-items-list ul li span::before, .menu-items-list ul li span::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  z-index: -1;
}

.menu-items-list ul li span::after {
  top: auto;
  bottom: -40px;
}

.menu-items-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 572px;
}

.menu-items-bg.bg-1 {
  background-image: url(../../assets/img/menu/menu-img-1.jpg);
}

.menu-items-bg.bg-2 {
  background-image: url(../../assets/img/menu/menu-img-2.jpg);
}

.menu-items-bg.bg-3 {
  background-image: url(../../assets/img/menu/menu-img-3.jpg);
}

.menu-items-bg.bg-4 {
  background-image: url(../../assets/img/menu/menu-img-4.jpg);
}

.menu-items-bg.bg-5 {
  background-image: url(../../assets/img/menu/menu-img-5.jpg);
}

.menu-items-bg.bg-6 {
  background-image: url(../../assets/img/menu/menu-img-6.jpg);
}

/*
17 - SUBSCRIBE AREA CSS
<<<<======================================================>>>>*/
.subscribe-area {
  background-color: var(--optionalColor);
  padding-top: 50px;
  padding-bottom: 50px;
}

.subscribe-area h2 {
  font-size: 40px;
}

.subscribe-area .newsletter-form {
  position: relative;
}

.subscribe-area .newsletter-form .form-control {
  height: 60px;
  background-color: var(--whiteColor);
}

.subscribe-area .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

/*
18 - FOOTER TOP AREA CSS
<<<<======================================================>>>>*/
.footer-top-area {
  background-color: var(--blackColor);
}

.single-widget {
  margin-bottom: 30px;
}

.footer-top-area .row .col-lg-3:last-child .single-widget {
  margin-bottom: 0;
}

.single-widget img {
  margin-bottom: 15px;
}

.single-widget p {
  color: var(--whiteColor);
  font-size: 15px;
}

.single-widget h3 {
  color: var(--whiteColor);
  margin-bottom: 25px;
  font-size: 25px;
  position: relative;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 10px;
}

.single-widget h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--whiteColor);
}

.single-widget ul li {
  margin-bottom: 15px;
}

.single-widget ul li:last-child {
  margin-bottom: 0;
}

.single-widget ul li a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 20px;
}

.single-widget ul li span {
  color: var(--whiteColor);
}

.single-widget ul li a .right-icon {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-widget ul li a:hover {
  color: var(--mainColor);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-widget .information li {
  margin-bottom: 8px;
}

.single-widget .information li a {
  padding-left: 0;
  position: relative;
}

.single-widget .information li a:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-widget .information li.address {
  position: relative;
  padding-left: 30px;
  color: var(--whiteColor);
}

.single-widget .information li.address i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
}

.single-widget .information li.address span {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.single-widget .social-icon {
  line-height: 1;
}

.single-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.single-widget .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}

.single-widget .social-icon li a:hover {
  color: #fff;
  background-color: var(--secondaryColor);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-widget.open-time ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--whiteColor);
}

.single-widget.open-time ul li .right {
  float: right;
}

.single-widget.open-time ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*
19 - FOOTER BOTTOM AREA CSS
<<<<======================================================>>>>*/
.footer-bottom-area {
  background-color: var(--optionalColor);
  padding: 15px 0;
  text-align: center;
}

.footer-bottom-area .copy-right i {
  position: relative;
  top: 1px;
}

.footer-bottom-area .copy-right a {
  color: #1f54f3;
}

.footer-bottom-area .copy-right a:hover {
  color: #9457e8;
}

/*
20 - GO TOP AREA CSS
<<<<======================================================>>>>*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 120%;
  right: 5%;
  background-color: var(--mainColor);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--whiteColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
}

.go-top:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.go-top:hover i {
  color: var(--whiteColor);
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 5%;
  top: 93%;
}

/*
21 - BOOKING AREA CSS
<<<<======================================================>>>>*/
.book-a-table-bg {
  background-image: url(../../assets/img/book-a-table-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.book-a-table-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.booking-section-title {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.booking-section-title h2 {
  color: var(--whiteColor);
}

.booking-section-title span {
  color: var(--secondaryColor);
}

.book-a-table-bg form {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.book-a-table-bg form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.book-a-table-bg form .form-group .form-control {
  background-color: rgba(20, 20, 20, 0.9);
  color: var(--whiteColor);
  font-size: 15px;
}

.book-a-table-bg form .form-group .form-control::-webkit-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:-ms-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control::-ms-input-placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control::placeholder {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:focus {
  border: 1px solid var(--mainColor);
}

.book-a-table-bg form .form-group i {
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 18px;
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .form-control:focus + i {
  color: var(--whiteColor);
}

.book-a-table-bg form .form-group .nice-select ul li {
  color: var(--blackColor);
}

.book-a-table-bg ::-webkit-calendar-picker-indicator {
  filter: invert(1);
  position: relative;
  left: 12px;
}

.book-a-table-bg form .book-table-btn {
  text-align: center;
}

.book-a-table-bg .nice-select:after {
  border: none;
}

.book-a-table-bg select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.book-a-table-bg select::-ms-expand {
  display: none;
}

.table-condensed {
  border-collapse: collapse;
  width: 256px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #f2f9fc;
  border-radius: var(--border-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: var(--mainColor);
}

.table-condensed .next {
  background-color: #f2f9fc;
  border-radius: var(--border-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: var(--mainColor);
}

.table-condensed .day {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  transition: var(--transition);
  border-radius: var(--border-radius);
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  border-radius: 0 !important;
}

.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
  background-color: var(--mainColor);
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

/*
22 - BLOG AREA CSS
<<<<======================================================>>>>*/
.single-blog {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content {
  padding: 30px;
  background-color: var(--whiteColor);
}

.single-blog .blog-content ul {
  margin-bottom: 15px;
}

.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 20px;
}

.single-blog .blog-content ul li a {
  color: #212121;
}

.single-blog .blog-content ul li a i {
  margin-right: 5px;
  color: var(--mainColor);
  position: relative;
  top: 1px;
}

.single-blog .blog-content ul li a:hover {
  color: var(--secondaryColor);
}

.single-blog .blog-content h3 {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--blackColor);
}

.single-blog .blog-content p {
  margin-bottom: 24px;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.single-blog:hover h3 {
  color: var(--mainColor);
}

.blog-area .blog-wrap {
  margin-bottom: 20px;
}

.blog-area .blog-slider .owl-item {
  padding-left: 20px;
  padding-right: 20px;
}

/*
23 - BLOG DETAILS AREA CSS
<<<<======================================================>>>>*/
.blog-details-area .blog-details-desc .article-image {
  position: relative;
  background-color: #271273;
  margin-top: 25px;
}

.blog-details-area .blog-details-desc .article-image .date-in {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 20px;
}

.blog-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--mainColor);
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags .share-text {
  display: inline-block;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  top: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: var(--mainColor);
}

.blog-details-area .blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: var(--whiteColor);
  width: 32px;
  height: 32px;
  line-height: 36px;
  border-radius: 50%;
  background-color: var(--mainColor);
  text-align: center;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--secondaryColor);
}

.blog-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}

.blog-details-area blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 4px;
}

.blog-details-area blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: center;
}

.blog-details-area blockquote cite {
  display: none;
}

.blog-details-area blockquote::before {
  color: var(--mainColor);
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  font-family: 'boxicons';
  font-size: 100px;
  font-weight: 900;
  opacity: 0.1;
}

.blog-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 10px 20px;
  border-radius: 4px;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.blog-details-area .comments-area {
  margin-top: 30px;
}

.blog-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}

.blog-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .comment-list .comment:last-child .comment-body {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-details-area .comments-area .children {
  margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-meta {
  margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 4px;
}

.blog-details-area .comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--blackColor);
  font-size: 16px;
  display: block;
}

.blog-details-area .comments-area .comment-author .says {
  display: none;
}

.blog-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
  color: var(--mainColor);
}

.blog-details-area .comments-area .comment-content p {
  font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
  margin-top: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
  position: relative;
  font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
  display: block;
  color: var(--blackColor);
  margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
  border-color: var(--mainColor);
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
  background: var(--mainColor);
  border: none;
  color: var(--whiteColor);
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/* Sidebar Widget Area Style */
.blog-details-area .widget-area .widget {
  margin-top: 35px;
}

.blog-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--blackColor);
  position: relative;
  padding-bottom: 10px;
}

.blog-details-area .widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--blackColor);
}

.blog-details-area .widget-area .widget_search form {
  position: relative;
}

.blog-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
  border-color: var(--mainColor);
}

.blog-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button i {
  position: relative;
  top: 2px;
  left: 2px;
}

.blog-details-area .widget-area .widget_search form button:hover {
  background-color: var(--secondaryColor);
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: var(--secondaryColor);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/blog-6.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/blog-5.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/blog-4.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/img/blog/blog-3.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
  font-weight: 700;
  font-size: 16px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 10px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 16px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
  margin-left: 5px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.blog-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_meta ul li a {
  color: #212121;
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
  color: var(--mainColor);
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.blog-details-area .widget-area .tagcloud a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-area .widget-area .tagcloud a:focus {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.blog-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: var(--whiteColor);
}

.blog-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: var(--whiteColor);
}

.blog-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/*
24 - PAGINATION AREA CSS
<<<<======================================================>>>>*/
.pagination-area {
  text-align: center;
  margin-top: 30px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 15px;
  font-weight: 500;
}

.pagination-area .page-numbers.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.pagination-area .page-numbers:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.pagination-area .page-numbers i {
  position: relative;
  top: 2.2px;
}

.pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*
25 - CART AREA CSS
<<<<======================================================>>>>*/
.cart-area .product-thumbnail {
  width: 100px;
}

.cart-area .cart-table {
  text-align: center;
}

.cart-area .cart-table table thead tr th {
  font-weight: 500;
  font-size: 18px;
  border-bottom: none;
  border: 1px solid #eaedff;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #eaedff;
}

.cart-area .cart-table table tbody tr td a {
  color: #212121;
}

.cart-area .cart-table table tbody tr td a:hover {
  color: var(--mainColor);
}

.cart-area .cart-table table tbody tr td.product-price {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  font-size: 15px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  margin-left: 50px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  display: inline-block;
  background-color: var(--whiteColor);
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #212121;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  background-color: #df1414;
  color: var(--whiteColor);
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #212121;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  color: #212121;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  color: #212121;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #eaedff;
}

.cart-area .coupon-wrap .nice-select {
  background-color: #f2f9fc;
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
  background-color: var(--whiteColor);
}

.cart-area .coupon-wrap .nice-select:focus {
  border: 1px solid var(--mainColor);
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-area .coupon-wrap .nice-select .option {
  color: #271273 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
  color: var(--whiteColor) !important;
  background-color: var(--mainColor) !important;
}

.cart-area .coupon-wrap .nice-select .option.focus, 
.cart-area .coupon-wrap .nice-select .option .nice-select .option.selected.focus {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor) !important;
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 22px;
}

.cart-area .coupon-wrap .form-group .form-control {
  background-color: var(--whiteColor);
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  padding: 30px;
  border-radius: 0;
  margin-top: 50px;
  border: 1px solid #eaedff;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  border-bottom: none;
  padding: 12px 15px;
  color: #212121;
  overflow: hidden;
  font-weight: 500;
}

.cart-area .cart-totals ul li:last-child {
  border-bottom: 1px solid #eaedff;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/*
26 - CHECKOUT AREA CSS
<<<<======================================================>>>>*/
.checkout-area .contact-form-action {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .contact-form-action .form-group {
  margin-bottom: 20px;
}

.checkout-area .faq-accordion {
  margin-bottom: 30px;
  border-top: 2px solid var(--mainColor);
}

.checkout-area .faq-accordion .accordion .accordion-content {
  padding: 30px;
  border: 1px solid #eaedff;
  border-top: none;
}

.checkout-area .faq-accordion .accordion .accordion-title {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
  color: var(--mainColor);
}

.checkout-area .faq-accordion .accordion .accordion-item {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  padding: 30px;
  border: 1px solid #eaedff;
}

.checkout-area .billing-details h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: var(--blackColor);
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, 
.checkout-area .billing-details .form-group .nice-select .option.focus, 
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor) !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: var(--blackColor);
}

.checkout-area .billing-details .form-check label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  padding: 30px;
  border: 1px solid #eaedff;
}

.checkout-area .order-details .order-table h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: var(--blackColor);
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: var(--blackColor);
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #271273;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.order-coupon span {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.coupon-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .faq-accordion {
  margin-top: 30px;
  border-top: none;
  border: 1px solid #eaedff;
  padding: 30px;
}

.checkout-area .order-details .faq-accordion .default-btn {
  display: block;
  margin-top: 30px;
}

/*================================================
27. PRODUCT AREA CSS
=================================================*/
.single-products-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-products-box .image {
  position: relative;
  overflow: hidden;
}

.single-products-box .image a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-box .image .add-to-cart-btn {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: -45px;
  opacity: 0;
  visibility: hidden;
  display: block;
  right: 0;
  background-color: var(--blackColor);
  text-align: center;
  color: var(--whiteColor);
  padding: 8px 15px 9px;
}

.single-products-box .image .add-to-cart-btn i {
  line-height: 1;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.single-products-box .image .add-to-cart-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-products-box .image .products-button {
  top: 38%;
  z-index: 1;
  right: 20px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}

.single-products-box .image .products-button li {
  opacity: 0;
  display: block;
  text-align: center;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 4px;
  margin-bottom: 4px;
}

.single-products-box .image .products-button li a {
  width: 38px;
  height: 38px;
  line-height: 1;
  font-size: 20px;
  color: #787878;
  position: relative;
  display: inline-block;
  background-color: #e7e7e7;
}

.single-products-box .image .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.single-products-box .image .products-button li a i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-products-box .image .products-button li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .image .products-button li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .image .products-button li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .image .products-button li:first-child {
  margin-top: 0;
}

.single-products-box .image .products-button li:last-child {
  margin-bottom: 0;
}

.single-products-box .content {
  margin-top: 25px;
  position: relative;
}

.single-products-box .content h3 {
  font-size: 18.5px;
  margin-bottom: 10px;
}

.single-products-box .content h3 a {
  display: inline-block;
}

.single-products-box .content .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-box .content .price span {
  color: #666666;
  font-weight: 600;
}

.single-products-box .content .price .old-price {
  text-decoration: line-through;
  color: #f12e2e;
}

.single-products-box .content .add-to-wishlist-btn {
  right: 0;
  top: 1.5px;
  line-height: 1;
  font-size: 20px;
  color: #6a6a6a;
  position: absolute;
  display: inline-block;
}

.single-products-box .content .add-to-wishlist-btn:hover {
  color: var(--mainColor);
}

.single-products-box:hover .image a img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.single-products-box:hover .image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.single-products-box:hover .image .products-button li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.single-products-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-products-item img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-item .content {
  left: 40px;
  bottom: 60px;
  position: absolute;
}

.single-products-item .content h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.single-products-item .content span {
  display: block;
  font-size: 16px;
  color: var(--paragraphColor);
}

.single-products-item .content .default-btn {
  margin-top: 18px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid var(--blackColor);
}

.single-products-item .content .default-btn:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-products-item:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.products-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.products-slides.owl-theme .owl-dots {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-slides.owl-theme .owl-dots .owl-dot {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.products-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  display: block;
  background-color: #dbdbdb;
  border-radius: 0;
  height: 6px;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-slides.owl-theme .owl-dots .owl-dot.active span, 
.products-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #8c8c8c;
}

.shop-grid-sorting {
  margin-bottom: 40px;
}

.shop-grid-sorting .result-count p .count {
  font-weight: 600;
  color: var(--blackColor);
}

.shop-grid-sorting .ordering {
  text-align: right;
}

.shop-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
  margin-right: 5px;
}

.shop-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  float: unset;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: var(--fontSize);
}

.shop-grid-sorting .ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shop-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
}

.shop-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select .list .option.focus, 
.shop-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.shop-grid-sorting .ordering .nice-select .list .option.selected {
  font-weight: normal;
}

.shop-grid-sorting .ordering .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.shop-grid-sorting .ordering .nice-select:hover {
  border-color: var(--mainColor);
  background-color: transparent;
}

.products-area .owl-theme .owl-dots {
  line-height: 1;
}

.products-area .owl-theme .owl-dots .owl-dot span {
  background-color: var(--secondaryColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.products-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.products-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

/*================================================
28. PRODUCT DETAILS CSS
=================================================*/
.products-details-image {
  border-radius: 5px;
}

.products-details-image a {
  display: block;
  border-radius: 5px;
}

.products-details-image a img {
  border-radius: 5px;
  width: 100%;
}

.products-details-desc {
  padding-left: 30px;
}

.products-details-desc h3 {
  margin-bottom: 15px;
  font-size: 23px;
}

.products-details-desc .price {
  margin-bottom: 15px;
  color: var(--mainColor);
  font-size: var(--fontSize);
  font-weight: 700;
}

.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}

.products-details-desc .products-review {
  margin-bottom: 18px;
}

.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
}

.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -3px;
  font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.products-details-desc p {
  color: var(--blackColor);
}

.products-details-desc .products-meta {
  margin-top: 20px;
}

.products-details-desc .products-meta span {
  display: block;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-weight: 500;
}

.products-details-desc .products-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}

.products-details-desc .products-meta span span.sku {
  color: var(--headingColor);
}

.products-details-desc .products-meta span span.in-stock {
  color: var(--headingColor);
}

.products-details-desc .products-meta span a {
  display: inline-block;
  color: var(--headingColor);
  font-weight: 600;
}

.products-details-desc .products-meta span a:hover, 
.products-details-desc .products-meta span a:focus {
  color: var(--mainColor);
}

.products-details-desc .products-meta span:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}

.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 56px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 25px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: var(--mainColor);
}

.products-details-desc .products-add-to-cart .input-counter input {
  height: 50px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #fafafa;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .default-btn {
  position: relative;
  top: -2px;
}

.products-details-desc .products-color-switch {
  margin-top: 10px;
}

.products-details-desc .products-color-switch h4 {
  font-size: var(--fontSize);
  color: var(--blackColor);
  margin-bottom: 6px;
}

.products-details-desc .products-color-switch ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
}

.products-details-desc .products-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}

.products-details-desc .products-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.products-details-desc .products-color-switch ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-details-desc .products-color-switch ul li a:hover, .products-details-desc .products-color-switch ul li a:focus {
  border-color: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-white::before {
  background: var(--whiteColor);
  border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
  background: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-red::before {
  background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
  background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
  background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
  background: yellow;
}

.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
  background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
  background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
  background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
  background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
  background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
  border-color: var(--blackColor);
}

.products-details-desc .products-size-wrapper {
  margin-top: 8px;
  margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper h4 {
  font-size: var(--fontSize);
  color: var(--blackColor);
  margin-bottom: 8px;
}

.products-details-desc .products-size-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
  width: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.products-details-desc .products-size-wrapper ul li a:hover, .products-details-desc .products-size-wrapper ul li a:focus {
  border-color: var(--blackColor);
  color: var(--blackColor);
}

.products-details-desc .products-size-wrapper ul li.active a {
  border-color: var(--blackColor);
  color: var(--blackColor);
}

.products-details-tabs {
  margin-top: 50px;
}

.products-details-tabs p {
  color: var(--blackColor);
}

.products-details-tabs .nav {
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.products-details-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
  font-size: 16px;
  color: #cecfd2;
  margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  color: #585d81;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
  font-size: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #edeaea;
  padding-bottom: 8px;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #edeaea;
  padding: 20px 0 20px 110px;
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "\2605";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: var(--whiteColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  padding: 15px 40px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.products-area.related-products .section-title {
  margin: -5px auto 30px;
}

/*================================================
29. PRODUCT SIDEBAR WIDGET CSS
=================================================*/
.products-area .widget-area {
  padding-left: 15px;
}

.products-area .widget-area .widget {
  margin-bottom: 40px;
}

.products-area .widget-area .widget:last-child {
  margin-bottom: 0;
}

.products-area .widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 22px;
  color: var(--blackColor);
}

.products-area .widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.products-area .widget-area .widget_search form {
  position: relative;
}

.products-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.products-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.products-area .widget-area .widget_search form .search-field {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 2px 0 15px;
  color: var(--blackColor);
  background-color: #f2f4f5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 400;
}

.products-area .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.products-area .widget-area .widget_search form .search-field:-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.products-area .widget-area .widget_search form .search-field::-ms-input-placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.products-area .widget-area .widget_search form .search-field::placeholder {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}

.products-area .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.products-area .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.products-area .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.products-area .widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.products-area .widget-area .widget_search form button {
  top: 5px;
  right: 5px;
  padding: 0;
  width: 40px;
  border: none;
  height: 40px;
  font-size: 20px;
  position: absolute;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.products-area .widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-area .widget-area .widget_search form button:hover {
  border-radius: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs-handle {
  cursor: pointer;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single {
  background-color: var(--mainColor);
  padding: 1px 5px 1px 11.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::before, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::before, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::before {
  border-top-color: var(--mainColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::after, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::after, 
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::after {
  content: '$';
  position: absolute;
  left: 5px;
  top: 0.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-bar {
  background-color: var(--mainColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-handle > i:first-child {
  background-color: var(--mainColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max {
  padding: 1px 3px 1px 9.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max::before {
  content: '$';
  position: absolute;
  left: 3px;
  top: 0.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price button {
  background-color: #f1f1f1;
  border: none;
  padding: 7px 25px 5px;
  margin-top: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_price_filter .collection_filter_by_price button:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  margin-bottom: 13px;
  overflow: hidden;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
  color: var(--blackColor);
}

.widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}

.widget-area .widget_categories ul li .post_count {
  float: right;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_top_rated_products .item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 95px;
}

.widget-area .widget_top_rated_products .item .thumb {
  top: 0;
  left: 0;
  width: 80px;
  float: unset;
  height: 100%;
  display: block;
  position: absolute;
}

.widget-area .widget_top_rated_products .item .thumb .fullimage {
  border: 1px solid #eeeeee;
  width: 80px;
  height: 100%;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_top_rated_products .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/product/1.jpeg);
}

.widget-area .widget_top_rated_products .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/product/2.jpeg);
}

.widget-area .widget_top_rated_products .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/product/3.jpg);
}

.widget-area .widget_top_rated_products .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/img/product/4.jpg);
}

.widget-area .widget_top_rated_products .item .info {
  padding-top: 5px;
  padding-bottom: 5px;
}

.widget-area .widget_top_rated_products .item .info .title {
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 16px;
}

.widget-area .widget_top_rated_products .item .info .title a {
  display: inline-block;
}

.widget-area .widget_top_rated_products .item .info .star-rating i {
  margin-right: -2px;
  color: #f49f0b;
}

.widget-area .widget_top_rated_products .item .info .price {
  margin-top: 5px;
  font-weight: 500;
  display: block;
}

.widget-area .widget_top_rated_products .item:last-child {
  margin-bottom: 0;
}

.widget-area.secondary {
  padding-left: 0;
  padding-right: 15px;
}

/*================================================
30. PRODUCT QUICK VIEW CSS
=================================================*/
.productsQuickView {
  padding-right: 0 !important;
}

.productsQuickView .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 0;
}

.productsQuickView .modal-content button.close {
  top: 5px;
  right: 5px;
  z-index: 1;
  outline: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 41px;
  position: absolute;
  text-shadow: unset;
  border-radius: 50%;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.productsQuickView .modal-content button.close:hover {
  background-color: #df1414;
  color: var(--whiteColor);
}

.productsQuickView .modal-content .products-content h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.productsQuickView .modal-content .products-content .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.productsQuickView .modal-content .products-content .products-review {
  margin-bottom: 15px;
}

.productsQuickView .modal-content .products-content .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.productsQuickView .modal-content .products-content .products-review .rating i {
  color: #f49f0b;
  display: inline-block;
  margin-right: -2px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -1px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.productsQuickView .modal-content .products-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li {
  font-size: 16px;
  color: var(--blackColor);
  margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-info li:last-child {
  margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li span {
  color: var(--paragraphColor);
}

.productsQuickView .modal-content .products-content .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-info li a:hover {
  color: var(--mainColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
  max-width: 110px;
  min-width: 110px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 18px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
  color: var(--mainColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
  height: 48px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: var(--whiteColor);
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .default-btn i {
  position: relative;
  top: 1.8px;
  right: 4px;
  font-size: 17px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .default-btn {
  position: relative;
  top: -1px;
}

/*================================================
31. PRODUCT FLAVOR AREA CSS
=================================================*/
.product-flavor-area .single-products-box {
  position: relative;
  transition: .3s;
  width: 100%;
}

.product-flavor-area .single-products-box .product-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: var(--whiteColor);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: center;
}

.product-flavor-area .single-products-box:hover .product-name {
  opacity: 1;
  visibility: visible;
}

.product-flavor-area .single-products-box .product-overlay {
  transition: .3s;
}

.product-flavor-area .single-products-box:hover .product-overlay {
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  outline: 1px solid rgba(255,255,255,.8);
  outline-offset: -15px;
  top: 0;
  left: 0;
}

.product-flavor-area .single-products-box .product-name h3,
.product-flavor-area .single-products-box .product-name h3 a, 
.product-flavor-area .single-products-box .product-name h3:hover,
.product-flavor-area .single-products-box .product-name h3 a:hover {
  color: var(--whiteColor);
}

/*==========================
32 - SLIDER AREA CSS
============================*/
.hero-slider-area {
  background-color: var(--optionalColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-slider-area .slider-item .slider-text {
  padding: 30px;
  max-width: 650px;
  border-top: 5px dashed #122738;
  border-left: 5px dashed #122738;
  position: relative;
  z-index: 1;
}

.hero-slider-area .slider-item .slider-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 10px;
  border-bottom: 5px dashed #122738;
}

.hero-slider-area .slider-item .slider-text .top-title {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}

.hero-slider-area .slider-item .slider-text h1 {
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.hero-slider-area .slider-item .slider-text p {
  margin-bottom: 25px;
  color: #121521;
}

.hero-slider-area .owl-item.active .slider-text {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one span {
  -webkit-animation: 2s .2s fadeInDownBig both;
          animation: 2s .2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
  -webkit-animation: 2s .2s fadeInRight both;
          animation: 2s .2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two span {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 60px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hero-slider-area .owl-next i {
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
  border: 1px solid var(--mainColor);
}

.hero-slider-area .owl-next i:hover {
  background-color: var(--mainColor) !important;
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 60px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hero-slider-area .owl-prev i {
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
  border: 1px solid var(--mainColor);
}

.hero-slider-area .owl-prev i:hover {
  background-color: var(--mainColor) !important;
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.hero-slider-area:hover .owl-prev {
  opacity: 1;
  left: 30px;
}

.hero-slider-area:hover .owl-next {
  opacity: 1;
  right: 30px;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*==========================
33 - BANNER AREA CSS
============================*/
.banner-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: var(--optionalColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-wrapper-content h1 {
  font-size: 60px;
  margin-bottom: 15px;
}

.banner-wrapper-content p {
  font-size: 17px;
  color: #222222;
}

.banner-wrapper-content .btn-box {
  margin-top: 35px;
}

.banner-wrapper-content .btn-box .default-btn:nth-child(2) {
  margin-left: 15px;
}

.banner-wrapper-image {
  padding-left: 30px;
  padding-right: 30px;
}

/*==========================
34 - OFFER AREA CSS
============================*/
.offer-area img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.offer-area .offer-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*================================================
35. CATEGORIES AREA CSS
=================================================*/
.single-categories-box {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fafafa;
}

.single-categories-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-box .content {
  top: 50%;
  left: 60px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-box .content h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.single-categories-box .content span {
  display: block;
  font-size: 16px;
}

.single-categories-box .content .default-btn {
  margin-top: 18px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid var(--blackColor);
}

.single-categories-box .content .default-btn i {
  position: relative;
  top: 1px;
  right: 4px;
}

.single-categories-box .content .default-btn:hover {
  color: var(--whiteColor);
  border: 1px solid var(--secondaryColor);
}

.single-categories-box:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.single-categories-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.single-categories-item img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-item .content {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-item .content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-categories-item .content .default-btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}

.single-categories-item .content .default-btn:hover {
  color: var(--whiteColor);
  border: 1px solid var(--secondaryColor);
}

.single-categories-item:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/*================================================
36. LIMITED OFFER AREA CSS
=================================================*/
.limited-offer-product {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.limited-offer-product span {
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: var(--headingFontFamily);
}

.limited-offer-product h3 {
  color: var(--blackColor);
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 5px;
}

.limited-offer-product #timer div {
  display: inline-block;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  width: 80px;
  height: 80px;
  padding-top: 13px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 30px;
}

.limited-offer-product #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: normal;
  color: var(--blackColor);
}

.limited-offer-product #timer div:last-child::before {
  display: none;
}

.limited-offer-product #timer div:last-child::after {
  display: none;
}

.limited-offer-product .default-btn {
  margin-bottom: 30px;
}

.best-seller-content h2 {
  text-align: center;
  font-size: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.best-seller-content h2::before, .best-seller-content h2::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 15%;
  height: 2px;
  background-color: #dde0e3;
  z-index: -1;
}

.best-seller-content h2::after {
  left: auto;
  right: 0;
}
.privacy-list {
  list-style: none;
}
.privacy-list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  padding-left: 1.5em;
  /* text-indent: 1.5em; */
}
.privacy-list li strong {
  color: #000;
  font-weight: 500;
}
.privacy-list li::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  margin-right: 5px;
  margin-bottom: 2.5px;
}
.content-text {
  padding-left: 6em;
  padding-right: 6em;
}

.content-text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 12px;
}