/*
@File: Patoi Template Styles

* 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 table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Header Area CSS
** - Main Banner Area CSS
** - Offer Area CSS
** - About Area CSS
** - Team Area CSS
** - Categories Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Brands Area CSS
** - Partners Area CSS
** - Facility Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Feedback Area CSS
** - Page Title Area CSS
** - FAQ Area CSS
** - Profile Authentication Area CSS
** - Order Tracking Area CSS
** - Contact Area CSS
** - Pagination Area CSS
** - Widget Area CSS
** - Terms & Condtions Area CSS
** - Privacy Policy Area CSS
** - Not Found Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Wishlist Area CSS
** - Footer Area CSS CSS
** - Go Top CSS
** - Modal CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url(./header.css);
@import url(./footer.css);
:root {
  --fontFamily: 'Titillium Web', sans-serif;
  --headingFontFamily: 'Cairo', cursive;
  --extraFontFamily: 'Luckiest Guy', cursive;
  --primaryColor: #eb6317;
  --secondaryColor: #0c3f80; 
  --whiteColor: #ffffff;
  --blackColor: #0c3f80;
  --transition: .5s;
  --fontSize: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-weight: 700;
  font-family: var(--headingFontFamily);
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--primaryColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--secondaryColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

/*section-title*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -6px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 35px;
}

/*default-btn*/
.default-btn {
  border: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 11px 30px;
  border-radius: 5px;
  letter-spacing: .5px;
  display: inline-block;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 13px;
  font-family: var(--headingFontFamily);
}

.default-btn::before {
  top: 0;
  left: 0;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--blackColor);
}

.default-btn::after {
  top: 0;
  left: 50%;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--blackColor);
}

.default-btn span {
  display: block;
}

.default-btn span::before {
  bottom: 0;
  height: 0;
  left: 25%;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--blackColor);
}

.default-btn span::after {
  bottom: 0;
  left: 75%;
  height: 0;
  content: "";
  z-index: -1;
  width: 25.25%;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--blackColor);
}

.default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

.default-btn:hover::before, .default-btn:hover::after {
  height: 100%;
}

.default-btn:hover span::before, .default-btn:hover span::after {
  height: 100%;
}

/*form-control*/
.form-control {
  height: 48px;
  border-radius: 5px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #eeeeee;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding-left: 15px;
  padding-right: 15px;
}

.form-control:focus {
  border-color: #d5cccc;
}

textarea.form-control {
  padding-top: 15px;
  min-height: auto;
  height: auto;
}

/*================================================
Header Area CSS
=================================================*/
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  padding-top: 10px;
  background-color: #cdebfc;
  background-image: url(../img/banner/banner-sept2023.jpg) !important;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 700px; */
  height: 544px !important;
}

@media ( max-width : 768px) {
  .main-banner-area {
    background-image: url(../img/banner/firupets-sept-2023-cel.jpg) !important;
    height: 587px !IMPORTANT;
  }
}

.main-banner-area .container-fluid {
  max-width: 1360px;
}

.main-banner-content .sub-title {
  display: block;
  margin-bottom: 10px;
  font-family: var(--headingFontFamily);
}

.main-banner-content h1 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: var(--extraFontFamily);
  font-size: 75px;
}

.main-banner-content p {
  font-family: var(--headingFontFamily);
  color: var(--blackColor);
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.main-banner-image {
  text-align: center;
  position: relative;
}

.main-banner-image img:nth-child(2) {
  left: -225px;
  bottom: 10px;
  position: absolute;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.main-banner-image img:nth-child(3) {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  position: absolute;
  top: 190px;
  right: 0;
}

.banner-content {
  position: relative;
}

.banner-content .content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-top: -20px;
  max-width: 540px;
  left: 50px;
  top: 50%;
}

.banner-content .content h1 {
  color: var(--whiteColor);
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 75px;
  font-family: var(--extraFontFamily);
}

.banner-content .content h1 span {
  display: block;
  font-size: 30px;
}

.banner-content .content p {
  color: var(--whiteColor);
  letter-spacing: 1px;
  font-size: 18px;
  font-family: var(--headingFontFamily);
}

.banner-content .content .default-btn {
  margin-top: 10px;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.banner-content .content .default-btn::before {
  background-color: var(--whiteColor);
}

.banner-content .content .default-btn::after {
  background-color: var(--whiteColor);
}

.banner-content .content .default-btn span::before {
  background-color: var(--whiteColor);
}

.banner-content .content .default-btn span::after {
  background-color: var(--whiteColor);
}

.banner-content .content .default-btn:hover {
  color: var(--blackColor);
  background-color: var(--blackColor);
}

.banner-image a {
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}

.banner-image a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-image a:last-child {
  margin-bottom: 0;
}

.banner-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.banner-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.banner-slides.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.banner-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.banner-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--whiteColor);
}

.banner-slides.owl-theme .owl-dots .owl-dot.active span, .banner-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: var(--whiteColor);
}

.banner-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.banner-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.banner-item {
  background-color: var(--primaryColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-item.bg1 {
  background-image: url(../img/banner/banner9.jpg);
}

.banner-item.bg2 {
  background-image: url(../img/banner/banner10.jpg);
}

.banner-item.bg3 {
  background-image: url(../img/banner/banner11.jpg);
}

.banner-item-content {
  max-width: 610px;
}

.banner-item-content .sub-title {
  display: block;
  margin-bottom: 10px;
  color: var(--whiteColor);
  font-family: var(--headingFontFamily);
}

.banner-item-content h1 {
  font-size: 72px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}

.banner-item-content .price {
  color: var(--whiteColor);
}

.banner-item-content .price span {
  display: block;
  font-size: 48px;
  font-family: var(--headingFontFamily);
}

.banner-item-content .default-btn {
  margin-top: 15px;
}

.home-slides .owl-nav {
  margin-top: 0;
}

.home-slides .owl-nav [class*=owl-] {
  background: var(--whiteColor) !important;
  color: var(--blackColor) !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px !important;
  border-radius: 50%;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 25px;
  margin: 0;
  top: 50%;
}

.home-slides .owl-nav [class*=owl-] i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-top: .5px;
  top: 50%;
  right: 0;
  left: 0;
}

.home-slides .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

.home-slides .owl-nav [class*=owl-]:hover {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: var(--whiteColor) !important;
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*================================================
Offer Area CSS
=================================================*/
.single-offer-box {
  margin-bottom: 25px;
  overflow: hidden;
}

.single-offer-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-offer-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.offer-box {
  padding: 30px;
  background-color: #f6f7fb;
}

.offer-box .content h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.offer-box .content .price {
  font-family: var(--headingFontFamily);
  color: var(--blackColor);
  font-size: 13px;
}

.offer-box .content .rating {
  margin-top: 5px;
  margin-bottom: 7px;
}

.offer-box .content .rating i {
  color: #facb11;
}

.offer-box .content .discount {
  color: var(--primaryColor);
}

.offer-box .content .counter-class {
  margin-top: 21px;
  margin-bottom: 21px;
}

.offer-box .content .counter-class div {
  width: 60px;
  height: 60px;
  padding-top: 9px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--blackColor);
  background-color: #facb11;
  font-weight: 600;
  font-size: 13px;
}

.offer-box .content .counter-class div span {
  display: block;
  font-size: 17px;
  font-family: var(--headingFontFamily);
}

.offer-box .content .counter-class div:last-child {
  margin-right: 0;
}

.offer-item {
  padding: 55px;
  text-align: center;
  margin-bottom: 25px;
  background-color: #f6f7fb;
}

.offer-item img {
  margin-bottom: 30px;
}

.offer-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.offer-item .price {
  font-family: var(--headingFontFamily);
  color: var(--blackColor);
  font-size: 13px;
}

.offer-item p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.offer-item .discount {
  color: var(--primaryColor);
}

.offer-item .rating {
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.offer-item .rating i {
  color: #facb11;
}

.offer-item .counter-class {
  margin-top: 25px;
  margin-bottom: 30px;
}

.offer-item .counter-class div {
  width: 60px;
  height: 60px;
  padding-top: 9px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--blackColor);
  background-color: #facb11;
  font-weight: 600;
  font-size: 13px;
}

.offer-item .counter-class div span {
  display: block;
  font-size: 17px;
  font-family: var(--headingFontFamily);
}

.offer-item .counter-class div:last-child {
  margin-right: 0;
}

/*================================================
About Area CSS
=================================================*/
.about-image {
  text-align: center;
}

.about-content {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.about-content h2 {
  margin-bottom: 20px;
  font-size: 35px;
}

.about-content p {
  color: var(--blackColor);
  font-size: 18px;
  font-family: var(--headingFontFamily);
}

.about-content .default-btn {
  margin-top: 10px;
}

.about-text {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.about-text h2 {
  margin-bottom: 20px;
  font-size: 35px;
}

.about-text span {
  color: var(--blackColor);
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  font-family: var(--headingFontFamily);
}

/*================================================
Team Area CSS
=================================================*/
.single-team-member {
  margin-bottom: 25px;
}

.single-team-member img {
  margin-bottom: 20px;
}

.single-team-member h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.single-team-member span {
  display: block;
  color: var(--primaryColor);
  font-size: 15px;
  font-weight: 600;
}

/*================================================
Categories Area CSS
=================================================*/
.categories-area .section-title {
  margin-bottom: 40px;
}

.categories-area .single-categories-box {
  margin-top: 10px;
}

.categories-area .categories-box {
  margin-top: 10px;
}

.single-categories-box {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 10px #eeeeee;
          box-shadow: 0 0 10px #eeeeee;
  padding: 10px 10px 15px;
  margin-bottom: 25px;
  text-align: center;
}

.single-categories-box img {
  margin-bottom: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-box h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.single-categories-box span {
  display: block;
  margin-top: 8px;
  color: var(--secondaryColor);
}

.single-categories-box:hover img {
  opacity: .80;
}

.categories-box {
  margin-bottom: 25px;
  text-align: center;
}

.categories-box img {
  margin-bottom: 15px;
    border-radius: 50%;
}

.categories-box h3 {
  font-size: 18px;
  margin-bottom: 0;
      text-transform: capitalize;
}

.categories-box span {
  display: block;
  margin-top: 8px;
  color: var(--secondaryColor);
}

.categories-slides .owl-stage-outer {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.categories-slides .owl-nav {
  margin-top: 0;
}

.categories-slides .owl-nav [class*=owl-] {
  border: 1px solid #eeeeee !important;
  color: var(--blackColor) !important;
  background: transparent !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px !important;
  border-radius: 50%;
  position: absolute;
  height: 30px;
  width: 30px;
  left: -50px;
  margin: 0;
  top: 50%;
}

.categories-slides .owl-nav [class*=owl-] i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-top: 1px;
  top: 50%;
  right: 0;
  left: 0;
}

.categories-slides .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.categories-slides .owl-nav [class*=owl-]:hover {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: var(--whiteColor) !important;
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
  margin-bottom: 25px;
}

.single-products-box .image {
  position: relative;
  overflow: hidden;
      text-align: center;
}

.single-products-box .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media ( min-width : 769px) {
  .single-products-box .image img {
      max-height: 241px;
  }
}

.single-products-box .image .new {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  position: absolute;
  padding: 2px 12px;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.single-products-box .image .sold {
  background-color: #df2c23;
  color: var(--whiteColor);
  position: absolute;
  padding: 2px 12px;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.single-products-box .image .on-sale {
  background-color: green;
  color: var(--whiteColor);
  position: absolute;
  padding: 2px 12px;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.single-products-box .image .hot {
  background-color: #FBBF69;
  color: var(--whiteColor);
  position: absolute;
  padding: 2px 12px;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.single-products-box .image .products-button {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-box .image .products-button li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.single-products-box .image .products-button li a {
  width: 42px;
  height: 42px;
  display: block;
  font-size: 20px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
}

.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 a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.single-products-box .content {
  margin-top: 20px;
}

.single-products-box .content h3 {
  margin-bottom: 12px;
  font-size: 15px;
}

.single-products-box .content .price {
  color: var(--blackColor);
  font-size: 13px;
}

.single-products-box .content .price .new-price {
  font-family: var(--headingFontFamily);
}

.single-products-box .content .price .old-price {
  color: var(--secondaryColor);
  text-decoration: line-through;
}

.single-products-box .content .rating {
  margin-top: 9px;
}

.single-products-box .content .rating i {
  color: #facb11;
}

.single-products-box:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-products-box:hover .image .products-button {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

.products-slides .owl-nav {
  margin-top: 0;
}

.products-slides .owl-nav [class*=owl-] {
  border: 1px solid #eeeeee !important;
  color: var(--blackColor) !important;
  background: transparent !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px !important;
  border-radius: 50%;
  position: absolute;
  height: 30px;
  width: 30px;
  left: -50px;
  margin: 0;
  top: 50%;
}

.products-slides .owl-nav [class*=owl-] i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-top: 1px;
  top: 50%;
  right: 0;
  left: 0;
}

.products-slides .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.products-slides .owl-nav [class*=owl-]:hover {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: var(--whiteColor) !important;
}

.products-ads-box {
  margin-bottom: 25px;
  overflow: hidden;
}

.products-ads-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-ads-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.patoi-grid-sorting {
  margin-bottom: 30px;
}

.patoi-grid-sorting .result-count p .count {
  font-weight: 600;
  color: var(--blackColor);
}

.patoi-grid-sorting .ordering {
  text-align: end;
}

.patoi-grid-sorting .ordering label {
  display: inline-block;
  color: var(--secondaryColor);
  margin-right: 5px;
  margin-bottom: 0;
}

.patoi-grid-sorting .ordering select {
  width: 215px;
  cursor: pointer;
  background: #f8f8f8;
  display: inline-block;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 5px;
  line-height: 45px;
  height: 45px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.patoi-grid-sorting .ordering select:hover {
  border-color: var(--primaryColor);
  background-color: transparent;
}

.patoi-grid-sorting .sidebar-filter {
  font-weight: 600;
  margin-right: 15px;
  position: relative;
  border-right: 1.5px solid #eeeeee;
  padding-left: 20px;
  padding-right: 15px;
}

.patoi-grid-sorting .sidebar-filter i {
  left: 0;
  top: 4px;
  position: absolute;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-thumbs-image .slick-slider {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.products-details-thumbs-image .slick-dots {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.products-details-thumbs-image .slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: block;
  max-width: 20%;
  position: relative;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.products-details-thumbs-image .slick-dots li button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  display: block;
  cursor: pointer;
}

.products-details-thumbs-image .slick-dots li img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-details-thumbs-image .slick-dots li:hover img, .products-details-thumbs-image .slick-dots li.slick-active img {
  opacity: .4;
}

.products-details-thumbs-image .slick-thumbs {
  display: none;
}

.products-details-desc {
  padding-left: 15px;
}

.products-details-desc h3 {
  letter-spacing: .5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.products-details-desc .price {
  color: var(--blackColor);
  font-size: 20px;
}

.products-details-desc .price .new-price {
  font-family: var(--headingFontFamily);
}

.products-details-desc .price .old-price {
  color: var(--secondaryColor);
  text-decoration: line-through;
}

.products-details-desc .rating {
  margin-top: 12px;
  margin-bottom: 12px;
}

.products-details-desc .rating i {
  color: #facb11;
}

.products-details-desc .products-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.products-details-desc .products-add-to-cart .input-counter {
  max-width: 150px;
  min-width: 150px;
  text-align: center;
  position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: var(--secondaryColor);
  background-color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #eeeeee;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eeeeee;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: var(--primaryColor);
}

.products-details-desc .products-add-to-cart .input-counter input {
  outline: 0;
  width: 100%;
  height: 45px;
  display: block;
  text-align: center;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  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 {
  height: 45px;
  margin-left: 20px;
}

.products-details-desc .add-to-wishlist {
  display: inline-block;
  color: var(--secondaryColor);
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-details-desc .add-to-wishlist i {
  width: 42px;
  height: 42px;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-details-desc .add-to-wishlist:hover {
  color: var(--primaryColor);
}

.products-details-desc .add-to-wishlist:hover i {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.products-details-desc .products-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.products-details-desc .products-info li {
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--secondaryColor);
}

.products-details-desc .products-info li span {
  color: var(--blackColor);
  font-weight: 600;
}

.products-details-desc .products-info li a {
  color: var(--secondaryColor);
}

.products-details-desc .products-info li a:hover {
  color: var(--primaryColor);
}

.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-share {
  margin-top: 10px;
}

.products-details-desc .products-share .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.products-details-desc .products-share .social li {
  display: inline-block;
}

.products-details-desc .products-share .social li span {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-weight: 600;
  top: -2px;
}

.products-details-desc .products-share .social li a {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  text-align: center;
  margin-left: 2px;
  font-size: 18px;
}

.products-details-desc .products-share .social li a:hover {
  color: var(--primaryColor);
  background-color: transparent;
}

.products-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  color: var(--whiteColor);
  border-color: #3b5998;
}

.products-details-desc .products-share .social li a.facebook:hover {
  color: #3b5998;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  color: var(--whiteColor);
  border-color: #1da1f2;
}

.products-details-desc .products-share .social li a.twitter:hover {
  color: #1da1f2;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  color: var(--whiteColor);
  border-color: #007bb5;
}

.products-details-desc .products-share .social li a.linkedin:hover {
  color: #007bb5;
  background-color: transparent;
}

.products-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  color: var(--whiteColor);
  border-color: #c13584;
}

.products-details-desc .products-share .social li a.instagram:hover {
  color: #c13584;
  background-color: transparent;
}

.products-details-tabs {
  margin-top: 50px;
}

.products-details-tabs .nav {
  display: block;
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
  border-color: #eeeeee !important;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}

.products-details-tabs .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #cccccc;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  padding-bottom: 8px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.products-details-tabs .nav .nav-item .nav-link::before {
  left: 0;
  width: 0;
  content: '';
  height: 3px;
  bottom: -2px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.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 .nav .nav-item:last-child {
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.products-details-tabs .tab-content .tab-pane ul li a {
  color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane ul li a:hover {
  text-decoration: underline;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ol li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.products-details-tabs .tab-content .tab-pane ol li a {
  color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane ol li a:hover {
  text-decoration: underline;
}

.products-details-tabs .tab-content .tab-pane ol li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 110px;
  border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  position: absolute;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-name {
  margin-bottom: 8px;
  font-weight: 600;
}

.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 i {
  color: #cecfd2;
  display: inline-block;
}

.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 .review-form-wrapper {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 18px;
}

.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: start;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: start;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  width: 23px;
  height: 23px;
  float: right;
  cursor: pointer;
  position: relative;
}

.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 {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  content: "\2605";
  color: #cccccc;
  font-size: 27px;
  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: start;
  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 {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  color: var(--secondaryColor);
}

.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 {
  top: 0;
  left: 0;
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #dddddd;
  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 {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  transition: all 0.2s ease;
  background: var(--primaryColor);
  -webkit-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;
  transform: scale(0);
  -webkit-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;
  transform: scale(1);
  -webkit-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(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  border: none;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 12px 40px;
  font-weight: 600;
  font-size: var(--fontSize);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.products-details-tabs .tab-content .tab-pane .table-striped {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr {
  border: none;
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr td {
  border: none;
  padding: 12px 20px;
  color: var(--blackColor);
  font-size: var(--fontSize);
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.products-details-tabs .tab-content .tab-pane .table > :not(caption) > * > * {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Brands Area CSS
=================================================*/
.single-brands-box {
  margin-bottom: 25px;
  text-align: center;
}

.single-brands-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-brands-box:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*================================================
Partners Area CSS
=================================================*/
.partners-inner {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.partners-inner .col-lg-2 {
  border-right: 1px solid #eeeeee;
}

.partners-inner .col-lg-2:last-child {
  border-right: none;
}

.single-partners-box {
  text-align: center;
}

.single-partners-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-partners-box:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*================================================
Facility Area CSS
=================================================*/
.facility-inner {
  padding: 100px 40px;
  background-image: url(../img/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.facility-inner .col-lg-3 {
  border-right: 1px solid var(--whiteColor);
}

.facility-inner .col-lg-3:last-child {
  border-right: none;
}

.facility-inner.bg2 {
  background-image: url(../img/bg3.jpg);
}

.single-facility-box {
  text-align: center;
}

.single-facility-box img {
  margin-bottom: 18px;
}

.single-facility-box h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.facility-box {
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 25px;
  background-color: #bfebff;
}

.facility-box img {
  margin-bottom: 18px;
}

.facility-box h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.facility-box.bg-fed3d1 {
  background-color: #fed3d1;
}

.facility-box.bg-a9d4d9 {
  background-color: #a9d4d9;
}

.facility-box.bg-fef2d1 {
  background-color: #fef2d1;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  margin-bottom: 25px;
}

.single-blog-post .image {
  overflow: hidden;
}

.single-blog-post .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-post .content {
  padding-top: 20px;
  position: relative;
}

.single-blog-post .content .date {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  text-align: center;
  position: absolute;
  padding: 5px 11px;
  font-size: 15px;
  right: 25px;
  top: -30px;
}

.single-blog-post .content .date span {
  display: block;
  font-weight: 600;
}

.single-blog-post .content .category {
  margin-bottom: 8px;
  display: inline-block;
  color: var(--primaryColor);
}

.single-blog-post .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-blog-post .content p {
  margin-top: 12px;
}

.single-blog-post:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  border-top: 1px solid #eeeeee;
}

.blog-details-desc .post-thumb {
  margin-bottom: 25px;
}

.blog-details-desc h6 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h6:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc h5 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h5:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc h4 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h4:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc h3 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h3:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc h2 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h2:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc h1 {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.blog-details-desc h1:not(:first-child) {
  margin-top: 25px;
}

.blog-details-desc .post-meta {
  margin-bottom: 18px;
}

.blog-details-desc .post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .post-meta ul li {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  color: var(--secondaryColor);
  margin-right: 20px;
  margin-bottom: 0;
}

.blog-details-desc .post-meta ul li i {
  color: var(--primaryColor);
  position: absolute;
  top: 4px;
  left: 0;
}

.blog-details-desc .post-meta ul li a {
  color: var(--secondaryColor);
}

.blog-details-desc .post-meta ul li a:hover {
  color: var(--primaryColor);
}

.blog-details-desc .post-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc p a {
  color: var(--primaryColor);
}

.blog-details-desc p a:hover {
  text-decoration: underline;
}

.blog-details-desc p strong {
  color: var(--blackColor);
}

.blog-details-desc ul, .blog-details-desc ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-desc ul li, .blog-details-desc ol li {
  color: var(--secondaryColor);
  margin-bottom: 15px;
}

.blog-details-desc ul li:last-child, .blog-details-desc ol li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .wp-block-gallery.columns-3 {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-desc .wp-block-gallery.columns-3 li {
  margin-bottom: 20px;
}

.blog-details-desc .wp-block-gallery.columns-3 li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eeeeee;
}

.blog-details-desc .post-footer .post-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .post-footer .post-tags .sub {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}

.blog-details-desc .post-footer .post-tags ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-details-desc .post-footer .post-tags ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1px;
}

.blog-details-desc .post-footer .post-tags ul li a {
  color: var(--secondaryColor);
}

.blog-details-desc .post-footer .post-tags ul li a:hover {
  color: var(--primaryColor);
}

.blog-details-desc .post-footer .post-tags ul li:not(:last-child)::after {
  content: ',';
}

.blog-details-desc .post-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
}

.blog-details-desc .post-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
}

.blog-details-desc .post-footer .article-share .social li {
  margin-bottom: 0;
  display: inline-block;
  color: var(--blackColor);
}

.blog-details-desc .post-footer .article-share .social li span {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-weight: 500;
}

.blog-details-desc .post-footer .article-share .social li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  text-align: center;
  margin-left: 2px;
}

.blog-details-desc .post-footer .article-share .social li a:hover {
  color: var(--primaryColor);
  background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  color: var(--whiteColor);
  border-color: #3b5998;
}

.blog-details-desc .post-footer .article-share .social li a.facebook:hover {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  color: var(--whiteColor);
  border-color: #1da1f2;
}

.blog-details-desc .post-footer .article-share .social li a.twitter:hover {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  color: var(--whiteColor);
  border-color: #007bb5;
}

.blog-details-desc .post-footer .article-share .social li a.linkedin:hover {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.instagram {
  background-color: #c13584;
  color: var(--whiteColor);
  border-color: #c13584;
}

.blog-details-desc .post-footer .article-share .social li a.instagram:hover {
  color: #c13584;
  background-color: transparent;
}

blockquote, .blockquote {
  background-color: #f9f9f9;
  padding: 40px 50px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  line-height: 1.7;
  margin-bottom: 0;
  color: var(--blackColor);
  font-weight: 600;
  font-style: italic;
  font-size: 20px !important;
}

blockquote cite, .blockquote cite {
  display: block;
  margin-top: 18px;
  font-weight: 600;
  color: var(--primaryColor);
}

.comments-area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.comments-area .comments-title {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: initial;
}

.comments-area ol, .comments-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  color: var(--blackColor);
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 98px;
  position: relative;
}

.comments-area .comment-body .reply {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--secondaryColor);
  display: inline-block;
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

.comments-area .comment-author {
  z-index: 2;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-family: var(--headingFontFamily);
}

.comments-area .comment-author .avatar {
  top: 4px;
  width: 80px;
  left: -98px;
  position: absolute;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-metadata {
  font-size: 14.5px;
  margin-bottom: .7em;
  color: var(--secondaryColor);
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: 50px;
  display: block;
  border-radius: 3px;
  padding: 0 15px 0 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f9f9f9;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: var(--secondaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: var(--secondaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: var(--secondaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: var(--secondaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  top: 6.5px;
  left: 0;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  margin: 0;
  display: inline-block;
  color: var(--secondaryColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  border: none;
  cursor: pointer;
  padding: 11px 30px;
  border-radius: 5px;
  letter-spacing: .5px;
  display: inline-block;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--primaryColor);
  font-size: 13.5px;
  font-family: var(--headingFontFamily);
}

.comments-area .comment-respond .form-submit input:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

/*================================================
Feedback Area CSS
=================================================*/
.single-feedback-box {
  text-align: center;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}

.single-feedback-box::before {
  left: 0;
  right: 0;
  top: -40px;
  z-index: -1;
  opacity: .10;
  line-height: 1;
  content: "\eb76";
  position: absolute;
  color: var(--primaryColor);
  font-family: boxicons;
  font-size: 200px;
}

.single-feedback-box p {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-box .client-info {
  margin-top: 20px;
}

.single-feedback-box .client-info img {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 70px !important;
  display: inline-block !important;
}

.single-feedback-box .client-info h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.single-feedback-box .client-info span {
  display: block;
  color: var(--secondaryColor);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--primaryColor);
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: var(--primaryColor);
}

.feedback-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.video-box {
  position: relative;
  text-align: center;
  z-index: 1;
}

.video-box .popup-video {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  font-size: 75px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.video-box .popup-video i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-box .popup-video::after, .video-box .popup-video::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid var(--whiteColor);
}

.video-box .popup-video::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box .popup-video::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  z-index: 1;
  position: relative;
  background-color: #f9f9f9;
  background-image: url(../img/page-title.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 180px;
}

.page-title-area::before {
  left: 0;
  z-index: -1;
  width: 100%;
  content: '';
  bottom: -1px;
  height: 81px;
  position: absolute;
  background-image: url(../img/shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-content h1 {
  margin-bottom: 12px;
  font-size: 45px;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.page-title-content ul li {
  color: var(--primaryColor);
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: 500;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li a {
  display: block;
}

.page-title-content ul li::before {
  top: 2px;
  right: -20px;
  content: "\ecb3";
  position: absolute;
  font-weight: normal;
  font-family: boxicons;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 30px;
  border-radius: 0;
  border: 0;
}

.faq-accordion .accordion-item .accordion-button {
  display: block;
  border-radius: 0;
  text-align: start;
  position: relative;
  padding: 0 0 0 50px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-color: transparent;
  font-size: 17px;
  font-family: var(--headingFontFamily);
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: var(--blackColor);
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button span {
  color: var(--primaryColor);
  position: absolute;
  top: -.5px;
  left: 0;
}

.faq-accordion .accordion-item .accordion-button::before {
  top: 50%;
  right: 0;
  font-size: 25px;
  content: "\edee";
  position: absolute;
  font-family: boxicons;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion-item .accordion-button.collapsed::before {
  content: "\ee23";
}

.faq-accordion .accordion-item .accordion-body {
  padding: 15px 0 0 50px;
  position: relative;
}

.faq-accordion .accordion-item .accordion-body .title {
  font-family: var(--headingFontFamily);
  color: var(--blackColor);
  position: absolute;
  top: 15px;
  left: 0;
}

.faq-accordion .accordion-item .accordion-body p a {
  color: var(--primaryColor);
}

.faq-accordion .accordion-item .accordion-body p a:hover {
  text-decoration: underline;
}

.faq-accordion .accordion-item .accordion-body p strong {
  color: var(--blackColor);
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding-right: 10px;
}

.login-form h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap .form-check {
  margin-bottom: 0;
  color: var(--blackColor);
}

.login-form form .remember-me-wrap .form-check .form-check-input {
  margin-top: .20em;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.login-form form .remember-me-wrap .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}

.login-form form .remember-me-wrap .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.login-form form .remember-me-wrap .form-check .form-check-input:focus {
  border-color: var(--primaryColor);
}

.login-form form .lost-your-password-wrap {
  text-align: end;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.login-form form .lost-your-password-wrap a::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: '';
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.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 {
  border: none;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 14px 30px;
  width: 100%;
  font-size: var(--fontSize);
  font-weight: 700;
}

.login-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.register-form {
  padding-left: 40px;
  border-left: 1px solid #eeeeee;
}

.register-form h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.register-form form .description {
  font-style: italic;
  font-size: 14.5px;
  margin-top: -10px;
  margin-bottom: 0;
}

.register-form form button {
  border: none;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 14px 30px;
  width: 100%;
  font-size: var(--fontSize);
  font-weight: 700;
}

.register-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Order Tracking Area CSS
=================================================*/
.order-tracking-area {
  position: relative;
  z-index: 1;
}

.order-tracking-area::before {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  height: 35px;
  position: absolute;
  background-color: var(--blackColor);
}

.order-tracking-image {
  text-align: center;
}

.order-tracking-content {
  padding-left: 30px;
}

.order-tracking-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.order-tracking-content form {
  margin-top: 20px;
}

.order-tracking-content form label {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.order-tracking-content form button {
  border: none;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 13px 30px;
  width: 100%;
  font-size: var(--fontSize);
  font-weight: 700;
}

.order-tracking-content form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  padding-right: 20px;
}

.contact-form h3 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.contact-form form label {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.contact-form form .form-check {
  color: var(--secondaryColor);
  margin-top: 5px;
}

.contact-form form .form-check .form-check-input {
  margin-top: 0.18em;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.contact-form form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}

.contact-form form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.contact-form form .form-check .form-check-input:focus {
  border-color: var(--primaryColor);
}

.contact-form form .default-btn {
  margin-top: 5px;
}

.contact-form form .help-block.with-errors {
  color: red;
  margin-bottom: 0;
  margin-top: 12px;
}

.contact-form form #msgSubmit {
  margin: 0;
}

.contact-form form #msgSubmit.text-danger {
  margin-top: 12px;
}

.contact-form form #msgSubmit.text-success {
  margin-top: 12px;
}

.contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info h3 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info ul li {
  color: var(--secondaryColor);
  margin-bottom: 13px;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li span {
  font-weight: 600;
  color: var(--blackColor);
}

.contact-info ul li a {
  color: var(--secondaryColor);
}

.contact-info ul li a:hover {
  color: var(--primaryColor);
}

#maps {
  padding-top: 100px;
}

#maps iframe {
  margin-bottom: -6px;
  height: 500px;
  border: none;
  width: 100%;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.pagination-area .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  line-height: 45px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeef3));
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  -webkit-box-shadow: 0 5px 15px 0 rgba(107, 124, 147, 0.15), 0 2px 4px 0 rgba(107, 124, 147, 0.2), inset 0 -2px 0 0 #c2cfde;
          box-shadow: 0 5px 15px 0 rgba(107, 124, 147, 0.15), 0 2px 4px 0 rgba(107, 124, 147, 0.2), inset 0 -2px 0 0 #c2cfde;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination-area .page-numbers.next {
  margin-left: auto;
}

.pagination-area .page-numbers.previous {
  margin-right: auto;
}

.pagination-area .page-numbers:hover {
  color: var(--primaryColor);
}

.pagination-area .page-numbers.current {
  background: var(--whiteColor);
  color: var(--primaryColor);
}

.pagination-area .page-numbers:first-child {
  margin-left: 0;
}

.pagination-area .page-numbers:last-child {
  margin-right: 0;
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
  padding-right: 15px;
}

.widget-area .widget {
  margin-bottom: 35px;
}

.widget-area .widget .widget-title {
  letter-spacing: .5px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  z-index: 1;
}

.widget-area .widget .widget-title::before {
  left: 0;
  right: 0;
  top: 50%;
  content: '';
  height: 1px;
  z-index: -1;
  margin-top: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eeeeee;
}

.widget-area .widget .widget-title span {
  background-color: var(--whiteColor);
  padding-right: 15px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .search-field {
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 0;
  padding: 0 15px 0 15px;
  font-size: var(--fontSize);
  border: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: transparent;
}

.widget-area .widget_search form .search-field:focus {
  border-color: var(--primaryColor);
}

.widget-area .widget_search form button {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 18px;
  line-height: 52px;
  position: absolute;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.widget-area .widget_search form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.widget-area .widget_author {
  padding: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.widget-area .widget_author h3 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.widget-area .widget_author span {
  display: block;
  margin-bottom: 12px;
  color: var(--primaryColor);
}

.widget-area .widget_follow_us ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_follow_us ul li {
  margin-bottom: 14px;
}

.widget-area .widget_follow_us ul li a {
  position: relative;
  display: inline-block;
  color: var(--secondaryColor);
}

.widget-area .widget_follow_us ul li a:hover {
  color: var(--primaryColor);
}

.widget-area .widget_follow_us ul li a:hover::before {
  width: 100%;
}

.widget-area .widget_follow_us ul li a::before {
  left: 0;
  width: 0;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.widget-area .widget_follow_us ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_patoi_posts_thumb .item {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area .widget_patoi_posts_thumb .item .thumb {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27%;
}

.widget-area .widget_patoi_posts_thumb .item .info {
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 73%;
}

.widget-area .widget_patoi_posts_thumb .item .info .title {
  line-height: 1.5;
  font-size: 13.5px;
  margin-bottom: 6px;
  letter-spacing: .5px;
}

.widget-area .widget_patoi_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_patoi_posts_thumb .item .info .date {
  font-size: 14px;
  color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  margin-bottom: 14px;
}

.widget-area .widget_categories ul li a {
  position: relative;
  display: inline-block;
  color: var(--secondaryColor);
  text-transform: capitalize;
}

.widget-area .widget_categories ul li a:hover {
  color: var(--primaryColor);
}

.widget-area .widget_categories ul li a:hover::before {
  width: 100%;
}

.widget-area .widget_categories ul li a::before {
  left: 0;
  width: 0;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_tag_cloud .tagcloud {
  margin-bottom: -10px;
}

.widget-area .widget_tag_cloud .tagcloud a {
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-block;
  color: var(--secondaryColor);
  border: 1px solid #ebeeee;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.widget-area .widget_tag_cloud .tagcloud a:hover {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.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(--primaryColor);
  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(--primaryColor);
}

.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(--primaryColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-handle > i:first-child {
  background-color: var(--primaryColor);
}

.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 {
  position: absolute;
  content: '$';
  top: 0.5px;
  left: 3px;
}

.widget-area .widget_patoi_posts_thumb .item {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area .widget_patoi_posts_thumb .item .thumb {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27%;
}

.widget-area .widget_patoi_posts_thumb .item .info {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 73%;
}

.widget-area .widget_patoi_posts_thumb .item .info .title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.widget-area .widget_patoi_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_patoi_posts_thumb .item .info .date {
  font-size: 15px;
  color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item .info .star-rating {
  margin-top: 10px;
}

.widget-area .widget_patoi_posts_thumb .item .info .star-rating i {
  color: #facb11;
}

.widget-area .widget_patoi_posts_thumb .item .info .price {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area.right-sidebar {
  padding-left: 15px;
  padding-right: 0;
}

/*================================================
Terms & Condtions Area CSS
=================================================*/
.terms-conditions-content h6 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content h5 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h5:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content h4 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h4:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content h3 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h3:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content h2 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h2:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content h1 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.terms-conditions-content h1:not(:first-child) {
  margin-top: 25px;
}

.terms-conditions-content strong {
  color: var(--blackColor) !important;
}

.terms-conditions-content p a {
  color: var(--primaryColor);
}

.terms-conditions-content p a:hover {
  text-decoration: underline;
}

.terms-conditions-content ul li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.terms-conditions-content ul li a {
  color: var(--primaryColor);
}

.terms-conditions-content ul li a:hover {
  text-decoration: underline;
}

.terms-conditions-content ul li:last-child {
  margin-bottom: 0;
}

.terms-conditions-content ol li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.terms-conditions-content ol li a {
  color: var(--primaryColor);
}

.terms-conditions-content ol li a:hover {
  text-decoration: underline;
}

.terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content h6 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h6:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content h5 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h5:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content h4 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h4:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content h3 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h3:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content h2 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h2:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content h1 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.privacy-policy-content h1:not(:first-child) {
  margin-top: 25px;
}

.privacy-policy-content strong {
  color: var(--blackColor) !important;
}

.privacy-policy-content p a {
  color: var(--primaryColor);
}

.privacy-policy-content p a:hover {
  text-decoration: underline;
}

.privacy-policy-content ul li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.privacy-policy-content ul li a {
  color: var(--primaryColor);
}

.privacy-policy-content ul li a:hover {
  text-decoration: underline;
}

.privacy-policy-content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy-content ol li {
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.privacy-policy-content ol li a {
  color: var(--primaryColor);
}

.privacy-policy-content ol li a:hover {
  text-decoration: underline;
}

.privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-area {
  border-top: 1px solid #eeeeee;
}

.not-found-content {
  text-align: center;
}

.not-found-content h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.not-found-content p {
  max-width: 500px;
  font-size: 17px;
  margin-right: auto;
  margin-left: auto;
}

.not-found-content .default-btn {
  margin-top: 10px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr {
  border-color: transparent;
  border-bottom-color: #eeeeee;
}

.cart-table table thead tr th {
  border-color: transparent;
  border-bottom-width: 0;
  vertical-align: middle;
  letter-spacing: .5px;
  white-space: nowrap;
  text-align: center;
  padding: 0 0 15px;
  font-size: 15px;
  font-family: var(--headingFontFamily);
}

.cart-table table tbody tr {
  border-color: #eeeeee;
}

.cart-table table tbody tr td {
  color: var(--blackColor);
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  font-size: var(--fontSize);
}

.cart-table table tbody tr td.product-thumbnail {
  text-align: start;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
  display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a h3 {
  font-size: 13.5px;
  letter-spacing: .5px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}

.cart-table table tbody tr td .remove {
  color: red;
  font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 120px;
  min-width: 120px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: var(--secondaryColor);
  background-color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--primaryColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  outline: 0;
  width: 100%;
  height: 47px;
  display: block;
  text-align: center;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--blackColor);
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
  height: 45px;
  font-size: 15px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
}

.cart-buttons .shopping-coupon-code button {
  top: 0;
  right: 0;
  outline: 0;
  height: 45px;
  border: none;
  padding: 0 25px;
  line-height: 40px;
  position: absolute;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--primaryColor);
  font-size: 15px;
  font-weight: 600;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: var(--blackColor);
}

.cart-buttons .default-btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cart-totals {
  padding: 30px;
  max-width: 500px;
  border: 1px solid #eeeeee;
  margin-top: 60px;
  margin-left: auto;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.cart-totals ul li {
  border-bottom: 1px solid #eeeeee;
  color: var(--blackColor);
  overflow: hidden;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-totals ul li:first-child {
  padding-top: 0;
}

.cart-totals ul li:last-child {
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.cart-totals ul li:last-child span {
  color: var(--blackColor);
  font-weight: 700;
}

.cart-totals ul li span {
  float: right;
  font-weight: normal;
  color: var(--secondaryColor);
}

.cart-totals .default-btn {
  letter-spacing: 0;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-left: 3px solid var(--primaryColor);
  background: var(--whiteColor);
  margin-bottom: 50px;
  padding: 15px 20px;
}

.user-actions span {
  font-weight: 600;
}

.user-actions span a {
  color: var(--secondaryColor);
}

.user-actions span a:hover {
  color: var(--primaryColor);
}

.billing-details h3 {
  letter-spacing: .5px;
  margin-bottom: 25px;
  position: relative;
  font-size: 18px;
}

.billing-details h3::before {
  left: 0;
  right: 0;
  top: 50%;
  content: '';
  height: 1px;
  z-index: -1;
  margin-top: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ebeeee;
}

.billing-details h3 span {
  background-color: var(--whiteColor);
  padding-right: 15px;
}

.billing-details .form-group {
  margin-bottom: 20px;
}

.billing-details label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.billing-details label .required {
  color: red;
}

.billing-details .country-select {
  display: block;
  width: 100%;
}

.billing-details .country-select input {
  width: 100%;
  height: 48px;
  display: block;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: var(--fontSize);
  color: var(--blackColor);
  padding-left: 15px;
  padding-right: 15px;
}

.billing-details .country-select input:focus {
  border-color: #d5cccc;
}

.billing-details .form-check {
  color: var(--secondaryColor);
}

.billing-details .form-check .form-check-label {
  font-weight: normal;
}

.billing-details .form-check .form-check-input {
  margin-top: .15em;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.billing-details .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}

.billing-details .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.billing-details .form-check .form-check-input:focus {
  border-color: var(--primaryColor);
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.order-details h3 {
  letter-spacing: .5px;
  margin-bottom: 25px;
  font-size: 18px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table tbody tr {
  border-color: #eeeeee;
}

.order-details .order-table table tbody tr td {
  color: var(--secondaryColor);
  border-color: #eeeeee;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name {
  color: var(--secondaryColor);
}

.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
  color: var(--secondaryColor);
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: var(--primaryColor);
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: var(--blackColor);
  font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  color: var(--blackColor);
  font-weight: 600;
}

.order-details .payment-box {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: var(--whiteColor);
  margin-top: 30px;
  padding: 40px;
}

.order-details .payment-box .payment-method p {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p a {
  font-weight: 500;
}

.order-details .payment-box .payment-method p img {
  display: block;
  margin-bottom: 5px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  color: var(--blackColor);
  padding-left: 27px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 600;
  cursor: pointer;
  display: block;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  left: 0;
  top: 4px;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #dddddd;
  background: var(--whiteColor);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  top: 7px;
  left: 3px;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--primaryColor);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .payment-method p:first-child {
  padding-top: 0;
}

.order-details .payment-box .payment-method p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.order-details .payment-box .default-btn {
  margin-top: 25px;
}

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table table {
  margin-bottom: 0;
}

.wishlist-table table thead tr {
  border: none;
}

.wishlist-table table thead tr th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0 15px;
  border: none;
  font-size: 14.5px;
  font-family: var(--headingFontFamily);
}

.wishlist-table table tbody tr {
  border-color: #eeeeee;
}

.wishlist-table table tbody tr td {
  color: var(--optionalColor);
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 600;
  font-size: var(--fontSize);
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.wishlist-table table tbody tr td img {
  width: 80px;
}

.wishlist-table table tbody tr td a {
  display: inline-block;
}

.wishlist-table table tbody tr td .remove {
  color: red;
  font-size: 18px;
}

.wishlist-table table tbody tr td.product-stock-status span {
  display: inline-block;
  position: relative;
  padding-left: 21px;
}

.wishlist-table table tbody tr td.product-stock-status span i {
  position: absolute;
  top: 4px;
  left: 0;
}

.wishlist-table table tbody tr td.product-stock-status span.in-stock {
  color: #297e29;
}

.wishlist-table table tbody tr td.product-stock-status span.out-stock {
  color: #ffb453;
}

/*================================================
Footer Area CSS
=================================================*/
/*================================================
Go Top CSS
=================================================*/
.go-top {
  z-index: 4;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  position: fixed;
  cursor: pointer;
  font-size: 40px;
  -webkit-transition: .2s;
  transition: .2s;
  visibility: hidden;
  color: var(--primaryColor);
}

.go-top:hover {
  bottom: 25px;
}

.go-top.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView {
  padding-right: 0 !important;
}

.productsQuickView .modal-dialog {
  max-width: 1000px;
  margin: 0 auto;
}

.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  background-color: var(--whiteColor);
}

.productsQuickView .modal-content button.btn-close {
  top: 10px;
  z-index: 1;
  opacity: 1;
  right: 10px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.productsQuickView .modal-content .modal-body {
  padding: 0;
}

.productsQuickView .modal-content .modal-body .image {
  text-align: center;
}

.productsQuickView .modal-content .modal-body .content h3 {
  letter-spacing: .5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.productsQuickView .modal-content .modal-body .content .price {
  color: var(--blackColor);
  font-size: 13px;
}

.productsQuickView .modal-content .modal-body .content .price .new-price {
  font-family: var(--headingFontFamily);
}

.productsQuickView .modal-content .modal-body .content .price .old-price {
  color: var(--secondaryColor);
  text-decoration: line-through;
}

.productsQuickView .modal-content .modal-body .content .rating {
  margin-top: 10px;
  margin-bottom: 12px;
}

.productsQuickView .modal-content .modal-body .content .rating i {
  color: #facb11;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter {
  max-width: 150px;
  min-width: 150px;
  text-align: center;
  position: relative;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: var(--secondaryColor);
  background-color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #eeeeee;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eeeeee;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span:hover {
  color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input {
  outline: 0;
  width: 100%;
  height: 45px;
  display: block;
  text-align: center;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  font-size: 17px;
  font-weight: 600;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .default-btn {
  height: 45px;
  margin-left: 20px;
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist {
  display: inline-block;
  color: var(--secondaryColor);
  margin-top: 25px;
  margin-bottom: 25px;
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist i {
  width: 42px;
  height: 42px;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist:hover {
  color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist:hover i {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.productsQuickView .modal-content .modal-body .content .products-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.productsQuickView .modal-content .modal-body .content .products-info li {
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--secondaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li span {
  color: var(--blackColor);
  font-weight: 600;
}

.productsQuickView .modal-content .modal-body .content .products-info li a {
  color: var(--secondaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li a:hover {
  color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li:last-child {
  margin-bottom: 0;
}

.modal.right .modal-dialog {
  margin: auto;
  width: 420px;
  height: 100%;
  position: fixed;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: var(--whiteColor);
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.btn-close {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.productsFilterModal.modal {
  z-index: 99991;
}

.productsFilterModal.modal .modal-body {
  padding: 0;
}

.productsFilterModal.modal .modal-content {
  padding: 90px 30px 30px;
}

.productsFilterModal.modal .modal-content button.btn-close {
  top: 30px;
  left: 30px;
  z-index: 1;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.productsFilterModal.modal .modal-content .widget-area {
  padding-left: 0;
}
/*# sourceMappingURL=style.css.map */