@charset "UTF-8";
/*
@File: Gravo Theme 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
*/
/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Jost", sans-serif;
  --mainColor: #CF0018;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --optionalColor: #666666;
  --transition: .5s;
  --fontSize: 16px;
  --groceryColor: #64A606;
}

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 {
  font-weight: 700;
  color: var(--blackColor);
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: var(--mainColor);
  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(--optionalColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}
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-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

/*section-title*/
.section-title {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 55px;
}
.section-title h2 {
  margin-bottom: 0;
  position: relative;
  font-size: 36px;
  z-index: 1;
}
.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E4E4;
  z-index: -1;
  margin-top: 1px;
}
.section-title h2 span {
  background-color: var(--whiteColor);
  padding-left: 50px;
  padding-right: 50px;
}
.section-title p {
  max-width: 680px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.style-two h2::before {
  display: none;
}

.title-style-two .section-title h2::before {
  display: none;
}
.title-style-two .section-title h2 span {
  background-color: transparent;
}

/*default-btn*/
.default-btn {
  background-color: var(--blackColor);
  padding: 11.5px 30px 11.5px 58px;
  transition: var(--transition);
  color: var(--whiteColor);
  display: inline-block;
  position: relative;
  box-shadow: unset;
  border: 0;
  font-size: var(--fontSize);
  font-weight: 500;
}
.default-btn i {
  transform: translateY(-50%);
  position: absolute;
  margin-top: -1px;
  left: 30px;
  top: 50%;
}
.default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*form-control*/
.form-control {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  box-shadow: unset !important;
  font-size: var(--fontSize);
  color: var(--blackColor);
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:focus {
  border-color: #d5cccc;
}

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

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-area .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.main-banner-area .content {
  position: relative;
  z-index: 1;
}
.main-banner-area .content .sub-title {
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
}
.main-banner-area .content h1 {
  font-size: 80px;
  margin-bottom: 15px;
}
.main-banner-area .content h1 span {
  display: block;
  font-style: italic;
  color: var(--mainColor);
}
.main-banner-area .content .default-btn {
  margin-top: 5px;
}

.products-image-list {
  padding-left: 30px;
  text-align: center;
  position: relative;
}
.products-image-list .image {
  position: relative;
}
.products-image-list .card-content {
  top: 18%;
  right: 35%;
  z-index: 2;
  position: absolute;
}
.products-image-list .card-content .item {
  background-color: var(--whiteColor);
  transition: var(--transition);
  transform: translateX(-50%);
  position: absolute;
  visibility: hidden;
  width: 300px;
  bottom: 45px;
  opacity: 0;
  left: 50%;
}
.products-image-list .card-content .img {
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products-image-list .card-content .img.bg1 {
  background-image: url(../img/products/products22.jpg);
}
.products-image-list .card-content .img img {
  display: none;
}
.products-image-list .card-content .img .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  position: absolute;
}
.products-image-list .card-content .text {
  text-align: start;
  padding: 15px;
}
.products-image-list .card-content .text h3 {
  font-size: var(--fontSize);
  margin-bottom: 10px;
}
.products-image-list .card-content .text .price {
  display: block;
  font-size: 15px;
  color: var(--optionalColor);
}
.products-image-list .card-content .text .add-to-cart-btn {
  margin-top: 8px;
  position: relative;
  padding-right: 32px;
  display: inline-block;
  color: var(--blackColor);
  margin-right: 8px;
  font-weight: 500;
  font-size: 15px;
}
.products-image-list .card-content .text .add-to-cart-btn i {
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f2f2f2;
  transition: var(--transition);
  color: var(--optionalColor);
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
}
.products-image-list .card-content .text .add-to-cart-btn:hover {
  color: var(--mainColor);
}
.products-image-list .card-content .text .add-to-cart-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.products-image-list .card-content .dot {
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
}
.products-image-list .card-content .dot::before {
  background-color: var(--whiteColor);
  position: absolute;
  border-radius: 50%;
  margin: 6px;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.products-image-list .card-content:hover .item {
  opacity: 1;
  visibility: visible;
}
.products-image-list .card-content.style-two {
  top: auto;
  right: auto;
  left: 18%;
  bottom: 40%;
}
.products-image-list .card-content.style-three {
  right: auto;
  left: 20%;
  top: 25%;
}
.products-image-list .card-content.style-four {
  top: 55%;
  right: 20%;
}
.products-image-list .card-content.style-five {
  top: auto;
  right: auto;
  bottom: 7%;
  left: 15%;
}
.products-image-list .card-content.style-six {
  right: auto;
  left: 28%;
}
.products-image-list .card-content.style-seven {
  right: auto;
  top: 47%;
  left: 36%;
}

.home-wrapper-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-wrapper-area .container-fluid {
  padding-left: 40px;
  padding-right: 150px;
}
.home-wrapper-area::before {
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-banner-item .row {
  margin-left: 0;
  margin-right: 0;
}
.single-banner-item .row .col-lg-4, .single-banner-item .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}
.single-banner-item .content {
  position: relative;
  z-index: 1;
}
.single-banner-item .content .sub-title {
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
}
.single-banner-item .content h1 {
  font-size: 85px;
  margin-bottom: 15px;
}
.single-banner-item .content h1 span {
  display: block;
  font-style: italic;
  color: var(--mainColor);
}
.single-banner-item .content .default-btn {
  margin-top: 5px;
}
.single-banner-item .image {
  text-align: center;
  margin-left: 30px;
}

.home-wrapper-slides.owl-theme .owl-nav {
  transform: translateY(-50%);
  position: absolute;
  margin-top: 0;
  right: -115px;
  top: 50%;
}
.home-wrapper-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 70px;
  height: 70px;
  margin: 7px 0;
  display: block;
  font-size: 27px;
  border-radius: 0;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.home-wrapper-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.home-wrapper-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.home-area {
  z-index: 1;
  padding-top: 15px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-area .container-fluid {
  padding-left: 80px;
  padding-right: 150px;
}
.home-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  opacity: 0.6;
  position: absolute;
  background-color: #ECE9E3;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
}

.banner-item .content {
  position: relative;
  z-index: 1;
}
.banner-item .content .sub-title {
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
}
.banner-item .content h1 {
  font-size: 85px;
  margin-bottom: 15px;
}
.banner-item .content h1 span {
  display: block;
  font-style: italic;
  color: var(--mainColor);
}
.banner-item .content p {
  font-size: 24px;
}
.banner-item .content .default-btn {
  margin-top: 10px;
}
.banner-item .image {
  text-align: center;
}
.banner-item .image img {
  width: auto !important;
  display: inline-block !important;
}

.home-slides.owl-theme .owl-nav {
  transform: translateY(-50%);
  position: absolute;
  margin-top: 0;
  right: -115px;
  top: 50%;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 70px;
  height: 70px;
  margin: 7px 0;
  display: block;
  font-size: 27px;
  border-radius: 0;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.home-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.home-slides.owl-theme .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: 75px;
  left: 0;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 19px;
  height: 19px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.home-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.shape1 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.shape3 {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
}

.shape4 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.owl-item.active .single-banner-item .content .sub-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-item.active .single-banner-item .content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}
.owl-item.active .single-banner-item .content .default-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.9s;
}
.owl-item.active .single-banner-item .image {
  overflow: hidden;
}
.owl-item.active .single-banner-item .image img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

/*================================================
About Area CSS
=================================================*/
.about-content {
  padding-left: 50px;
}
.about-content h2 {
  color: var(--optionalColor);
  letter-spacing: 2px;
  line-height: 1.1;
  font-size: 90px;
  margin-top: -5px;
  margin-bottom: 0;
}
.about-content h2 strong {
  color: var(--blackColor);
}

.about-text {
  padding-right: 50px;
}
.about-text p strong {
  color: var(--blackColor);
}

.about-image {
  margin-top: 40px;
}

.funfacts-area {
  margin-top: 10px;
}

.single-funfacts-box {
  margin-top: 30px;
}
.single-funfacts-box .icon {
  width: 70px;
  height: 70px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-bottom: 18px;
  color: var(--mainColor);
  background-color: #f9f9f9;
  transition: var(--transition);
}
.single-funfacts-box .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-funfacts-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
.single-funfacts-box .number {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
}
.single-funfacts-box:hover .icon {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Collection Area CSS
=================================================*/
.collection-area {
  z-index: 1;
  position: relative;
}

.single-collection-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.single-collection-box img {
  transition: var(--transition);
}
.single-collection-box .content {
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 25px;
  max-width: 330px;
  position: absolute;
  background-color: var(--whiteColor);
}
.single-collection-box .content h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.single-collection-box .content h3 span {
  margin-left: 25px;
  display: inline-block;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-collection-box .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.single-collection-box:hover img {
  transform: scale(1.08);
}

.single-collection-item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.single-collection-item img {
  transition: var(--transition);
}
.single-collection-item .content {
  transform: translate(-50%, -50%);
  color: var(--whiteColor);
  position: absolute;
  left: 50%;
  top: 50%;
}
.single-collection-item .content h3 {
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 28px;
  font-weight: 500;
}
.single-collection-item .content h3 span {
  display: block;
  line-height: 1;
  font-size: 85px;
  font-weight: 700;
}
.single-collection-item .content .default-btn {
  margin-top: 10px;
}
.single-collection-item:hover img {
  transform: scale(1.08);
}

.collection-image {
  height: 100%;
  background-image: url(../img/collection/collection6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collection-image img {
  display: none;
}

.collection-content {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  padding-left: 70px;
  padding-top: 160px;
  padding-right: 70px;
  padding-bottom: 160px;
}
.collection-content h2 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 36px;
}
.collection-content h2 span {
  font-size: 65px;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.collection-content p {
  color: var(--whiteColor);
}
.collection-content .default-btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  margin-top: 10px;
}
.collection-content .default-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.collection-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.collection-item .content {
  top: 45%;
  right: 25px;
  position: absolute;
  transform: translateY(-45%);
}
.collection-item .content span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--mainColor);
}
.collection-item .content h3 {
  font-size: 35px;
  margin-bottom: 15px;
}
.collection-item .content .link-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  font-size: var(--fontSize);
  font-weight: 500;
}
.collection-item .content .link-btn i {
  position: absolute;
  top: 2px;
  left: 0;
}
.collection-item .content .link-btn::before {
  right: 0;
  bottom: 0;
  width: 77%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--blackColor);
}
.collection-item img {
  transition: var(--transition);
}
.collection-item:hover img {
  transform: scale(1.08);
}

.collection-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.collection-box .content {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
}
.collection-box .content span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--mainColor);
}
.collection-box .content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.collection-box .content .link-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  font-size: var(--fontSize);
  font-weight: 500;
}
.collection-box .content .link-btn i {
  position: absolute;
  top: 2px;
  left: 0;
}
.collection-box .content .link-btn::before {
  right: 0;
  bottom: 0;
  width: 77%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--blackColor);
}
.collection-box .content.style-two {
  top: 45%;
  padding: 0;
  left: 50px;
  right: auto;
  bottom: auto;
  text-align: start;
  transform: translateY(-45%);
  background-color: transparent;
}
.collection-box .content.style-three {
  top: 45%;
  padding: 0;
  left: auto;
  right: 100px;
  bottom: auto;
  text-align: start;
  transform: translateY(-45%);
  background-color: transparent;
}
.collection-box img {
  transition: var(--transition);
}
.collection-box:hover img {
  transform: scale(1.08);
}

.collections-list .collection-box:nth-child(1) {
  margin-bottom: 20px;
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
  overflow: hidden;
}

.single-products-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.single-products-box .sale {
  background-color: #06bec7;
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
.single-products-box .out-of-stock {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.single-products-box .hot {
  background-color: green;
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
.single-products-box img {
  transition: var(--transition);
}
.single-products-box .products-button {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 20px;
  top: 40px;
}
.single-products-box .products-button li {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 8px;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.single-products-box .products-button li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.single-products-box .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-products-box .products-button li a .tooltip-label {
  top: 45%;
  opacity: 0;
  right: 110%;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  visibility: hidden;
  color: transparent;
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: var(--whiteColor);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: var(--blackColor);
  transform: translateX(0) translateY(-45%);
}
.single-products-box .products-button li a .tooltip-label::before {
  top: 50%;
  right: -7px;
  content: "\f0da";
  position: absolute;
  text-rendering: auto;
  color: var(--blackColor);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  font-weight: 900;
  font-size: 20px;
}
.single-products-box .products-button li a:hover .tooltip-label {
  visibility: visible;
  right: 130%;
  opacity: 1;
}
.single-products-box .products-button li:last-child {
  margin-bottom: 0;
}
.single-products-box .products-button li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-products-box .products-button li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-products-box .products-button li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-products-box .content {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 20px 100px 20px 20px;
  background-color: rgba(255, 255, 255, 0.97);
}
.single-products-box .content h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.single-products-box .content .add-to-cart-btn {
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-right: 32px;
  display: inline-block;
  color: var(--optionalColor);
  margin-right: 8px;
  background-color: transparent;
}
.single-products-box .content .add-to-cart-btn i {
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f2f2f2;
  transition: var(--transition);
  color: var(--optionalColor);
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
}
.single-products-box .content .add-to-cart-btn:hover {
  color: var(--mainColor);
  background-color: transparent;
}
.single-products-box .content .add-to-cart-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.single-products-box .content .price {
  top: 21px;
  right: 20px;
  position: absolute;
}
.single-products-box .content .price span {
  display: block;
  font-weight: 500;
  text-align: center;
  color: var(--optionalColor);
}
.single-products-box .content .price span.old-price {
  margin-bottom: 2px;
  color: var(--mainColor);
  text-decoration: line-through;
}
.single-products-box:hover img {
  transform: scale(1.08);
}
.single-products-box:hover .products-button li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.single-products-item {
  margin-bottom: 30px;
  position: relative;
}
.single-products-item .image {
  overflow: hidden;
}
.single-products-item .image .sale {
  background-color: #06bec7;
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
.single-products-item .image .out-of-stock {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-products-item .image .hot {
  background-color: green;
  color: var(--whiteColor);
  position: absolute;
  padding: 3px 15px;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}
.single-products-item .image img {
  transition: var(--transition);
}
.single-products-item .image .products-button {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 20px;
  top: 40px;
}
.single-products-item .image .products-button li {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 8px;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.single-products-item .image .products-button li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.single-products-item .image .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-products-item .image .products-button li a .tooltip-label {
  top: 45%;
  opacity: 0;
  right: 110%;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  visibility: hidden;
  color: transparent;
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: var(--whiteColor);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: var(--blackColor);
  transform: translateX(0) translateY(-45%);
}
.single-products-item .image .products-button li a .tooltip-label::before {
  top: 50%;
  right: -7px;
  content: "\f0da";
  position: absolute;
  text-rendering: auto;
  color: var(--blackColor);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  font-weight: 900;
  font-size: 20px;
}
.single-products-item .image .products-button li a:hover .tooltip-label {
  visibility: visible;
  right: 130%;
  opacity: 1;
}
.single-products-item .image .products-button li:last-child {
  margin-bottom: 0;
}
.single-products-item .image .products-button li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-products-item .image .products-button li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-products-item .image .products-button li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-products-item .content {
  padding-right: 80px;
  position: relative;
  margin-top: 25px;
}
.single-products-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.single-products-item .content .add-to-cart-btn {
  margin-top: 12px;
  font-weight: 500;
  position: relative;
  padding-right: 32px;
  display: inline-block;
  color: var(--optionalColor);
  margin-right: 8px;
}
.single-products-item .content .add-to-cart-btn i {
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f2f2f2;
  transition: var(--transition);
  color: var(--optionalColor);
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
}
.single-products-item .content .add-to-cart-btn:hover {
  color: var(--mainColor);
}
.single-products-item .content .add-to-cart-btn:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.single-products-item .content .price {
  top: 3px;
  right: 0;
  position: absolute;
}
.single-products-item .content .price span {
  display: block;
  font-weight: 500;
  text-align: center;
  color: var(--optionalColor);
}
.single-products-item .content .price span.old-price {
  margin-bottom: 2px;
  color: var(--mainColor);
  text-decoration: line-through;
}
.single-products-item:hover .image img {
  transform: scale(1.08);
}
.single-products-item:hover .products-button li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 5px;
  position: relative;
}
.products-slides.owl-theme .owl-nav::before {
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  margin-top: 1px;
  z-index: -1;
}
.products-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  color: var(--optionalColor);
  background-color: #F5F5F5;
  transition: var(--transition);
}
.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.products-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.products-slides .owl-stage-outer {
  overflow: unset;
}
.products-slides .col-lg-4 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.products-slides .col-md-6 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.products-slides-two.owl-theme .single-products-box {
  direction: ltr;
}
.products-slides-two.owl-theme .owl-nav {
  direction: ltr;
  margin-top: 5px;
  position: relative;
}
.products-slides-two.owl-theme .owl-nav::before {
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  margin-top: 1px;
  z-index: -1;
}
.products-slides-two.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  color: var(--optionalColor);
  background-color: #F5F5F5;
  transition: var(--transition);
}
.products-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.products-slides-two.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.products-slides-two .owl-stage-outer {
  overflow: unset;
}
.products-slides-two .col-lg-4 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.products-slides-two .col-md-6 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.products-tabs.nav-tabs {
  padding: 10px;
  max-width: 695px;
  text-align: center;
  border-radius: 30px;
  border-bottom: none;
  justify-content: center;
  background-color: #EEF3F9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.products-tabs.nav-tabs .nav-item {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.products-tabs.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: var(--optionalColor);
  border-radius: 30px;
  padding: 7px 30px;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.products-tabs.nav-tabs .nav-item .nav-link:hover, .products-tabs.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.products-tabs.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.products-tabs.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.products-tabs.nav-tabs.style-two {
  background-color: var(--whiteColor);
}
.products-tabs.nav-tabs.style-two .nav-item .nav-link {
  background-color: #f5f5f5;
  color: var(--optionalColor);
}
.products-tabs.nav-tabs.style-two .nav-item .nav-link:hover, .products-tabs.nav-tabs.style-two .nav-item .nav-link.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.products-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.products-slides-three.owl-theme .owl-dots .owl-dot span {
  width: 19px;
  height: 19px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.products-slides-three.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.products-slides-three.owl-theme .owl-dots .owl-dot:hover span::before, .products-slides-three.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.products-slides-three .col-lg-4 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.products-slides-three .col-md-6 {
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.view-all-btn {
  text-align: center;
  margin-top: 30px;
}

/* 
.products-image {
    height: 100%;
    background: {
        image: url(../img/girl.jpg);
        position: center center;
        repeat: no-repeat;
        size: cover;
    };
    img {
        display: none;
    }
}
*/
.products-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
}
.products-content p {
  max-width: 540px;
}
.products-content .link-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  font-size: var(--fontSize);
  font-weight: 500;
}
.products-content .link-btn i {
  position: absolute;
  top: 2px;
  left: 0;
}
.products-content .link-btn::before {
  right: 0;
  bottom: 0;
  width: 90%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--blackColor);
}

.products-list {
  background-color: var(--whiteColor);
  padding: 30px 30px 0;
  margin-top: 30px;
  margin-left: -250px;
  margin-bottom: 30px;
}

.dravo-grid-sorting {
  margin-bottom: 30px;
}
.dravo-grid-sorting .result-count p .count {
  font-weight: 600;
  color: var(--blackColor);
}
.dravo-grid-sorting .ordering {
  text-align: end;
}
.dravo-grid-sorting .ordering label {
  margin-bottom: 0;
  display: inline-block;
  color: var(--optionalColor);
  margin-right: 5px;
}
.dravo-grid-sorting .ordering select {
  width: 215px;
  cursor: pointer;
  background: #f8f8f8;
  display: inline-block;
  border-color: #eeeeee;
  color: var(--blackColor);
  transition: var(--transition);
  padding: 0 0 0 5px;
  line-height: 45px;
  height: 45px;
  font-size: var(--fontSize);
  font-weight: 500;
}
.dravo-grid-sorting .ordering select:hover {
  border-color: var(--mainColor);
  background-color: transparent;
}

.sidebar-filter {
  font-weight: 600;
  margin-right: 15px;
  position: relative;
  border-right: 1.5px solid #eeeeee;
  padding-left: 25px;
  padding-right: 15px;
}
.sidebar-filter i {
  left: 0;
  top: 3px;
  position: absolute;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image .popup-image {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.products-details-image .popup-image img {
  transition: var(--transition);
}
.products-details-image .popup-image:hover img {
  transform: scale(1.08);
}
.products-details-image .popup-image:last-child {
  margin-bottom: 0;
}

.products-details-desc {
  padding-left: 15px;
}
.products-details-desc h3 {
  margin-bottom: 17px;
  font-size: 24px;
}
.products-details-desc .price {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 400;
}
.products-details-desc .products-review {
  margin-bottom: 20px;
}
.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}
.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
}
.products-details-desc .products-review .rating-count {
  display: inline-block;
  line-height: initial;
  font-weight: 500;
}
.products-details-desc .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-details-desc .products-info li {
  margin-bottom: 8px;
}
.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-info li span {
  color: var(--blackColor);
}
.products-details-desc .products-info li a {
  display: inline-block;
  color: var(--optionalColor);
}
.products-details-desc .products-info li a:hover {
  color: var(--mainColor);
}
.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 15px;
  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(--optionalColor);
  background-color: transparent;
  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(--mainColor);
}
.products-details-desc .products-add-to-cart .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;
}
.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
  color: var(--blackColor);
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}
.products-details-desc .yith-wcwl-add-button {
  margin-top: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  border-bottom: 1px solid var(--blackColor);
}
.products-details-desc .yith-wcwl-add-button i {
  position: absolute;
  left: 0;
  top: 0;
}
.products-details-desc .yith-wcwl-add-button:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.products-details-desc .yith-wcwl-add-button span {
  font-weight: 500;
}
.products-details-desc .products-share {
  margin-top: 20px;
}
.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: 500;
}
.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(--mainColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  margin-left: 2px;
}
.products-details-desc .products-share .social li a:hover {
  color: var(--mainColor);
  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-desc .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.products-details-tabs {
  margin-top: 50px;
}
.products-details-tabs .nav {
  display: block;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  border-color: #eeeeee !important;
}
.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.products-details-tabs .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #cccccc;
  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;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.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 .nav .nav-item:first-child {
  margin-left: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ul li a {
  color: var(--mainColor);
}
.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(--optionalColor);
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ol li a {
  color: var(--mainColor);
}
.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: 10px;
  font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  font-size: 14px;
  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;
  font-size: 22px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: 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: 20px;
}
.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 {
  transition: var(--transition);
  content: "★";
  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(--paragraphColor);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:before {
  left: 0;
  top: 1px;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 3px;
  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 {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 6.5px;
  left: 6px;
  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);
}
.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);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: var(--mainColor);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: var(--mainColor);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  border: none;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  padding: 12px 40px;
  font-weight: 500;
  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) > * > * {
  box-shadow: unset;
}

.products-details-image-slides.owl-theme {
  margin-bottom: 40px;
}
.products-details-image-slides.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  transition: var(--transition);
}
.products-details-image-slides.owl-theme .owl-nav [class*=owl-] {
  top: 50%;
  margin: 0;
  padding: 0;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  color: var(--blackColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.products-details-image-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.products-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}
.products-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.products-details-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.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: flex;
  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 {
  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 {
  transition: var(--transition);
}
.products-details-thumbs-image .slick-dots li:hover img, .products-details-thumbs-image .slick-dots li.slick-active img {
  opacity: 0.4;
}
.products-details-thumbs-image .slick-thumbs {
  display: none;
}

/*================================================
Facility Area CSS
=================================================*/
.facility-inner {
  background-color: #f9f9f9;
  border: 1px solid #E4E4E4;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.facility-inner.border-radius {
  border-radius: 70px;
}

.single-facility-box {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}
.single-facility-box .icon {
  left: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  font-size: 25px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color: var(--optionalColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.single-facility-box .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-facility-box .icon.bg-f5f5f5 {
  background-color: #f5f5f5;
}
.single-facility-box h3 {
  margin-bottom: 8px;
  font-size: 22px;
}
.single-facility-box span {
  display: block;
  color: var(--optionalColor);
}
.single-facility-box:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

hr {
  margin: 0;
  opacity: 1 !important;
  background-color: #eeeeee !important;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  z-index: 1;
  position: relative;
}
.feedback-area .sliderCounter {
  color: var(--whiteColor);
  text-align: center;
  margin: auto;
  font-weight: 500;
  font-style: italic;
}
.feedback-area.bg-image {
  background-color: var(--blackColor);
  background-image: url(../img/feedback-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback-area.bg-image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  opacity: 0.4;
  position: absolute;
  background-color: var(--blackColor);
}
.feedback-area.bg-image .section-title h2::before {
  opacity: 0.3;
}

.feedback-slides {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
}
.feedback-slides.owl-theme .owl-nav {
  margin-top: 10px;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 25px;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  color: var(--optionalColor);
  background-color: #F5F5F5;
  transition: var(--transition);
}
.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.single-feedback-item {
  text-align: center;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.single-feedback-item p {
  color: var(--whiteColor);
  margin-bottom: 25px;
  font-size: 20px;
  font-style: italic;
}
.single-feedback-item h3 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-feedback-item h3 span {
  font-size: var(--fontSize);
  font-weight: normal;
}

.single-feedback-box {
  background-color: var(--whiteColor);
  transition: var(--transition);
  border: 1px solid #EBEBEB;
  margin-bottom: 30px;
  padding: 30px;
}
.single-feedback-box p {
  margin-bottom: 20px;
}
.single-feedback-box h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-feedback-box h3 span {
  color: var(--optionalColor);
  font-size: var(--fontSize);
  font-weight: normal;
}
.single-feedback-box .rating {
  margin-top: 15px;
  color: #EBA400;
  font-size: 14px;
}
.single-feedback-box:hover {
  border-color: var(--mainColor);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-title h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.partners-list .partner-item {
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 20%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.partner-item {
  text-align: center;
  overflow: hidden;
}
.partner-item img {
  transition: var(--transition);
}
.partner-item:hover img {
  transform: scale(0.9);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-inner {
  z-index: 1;
  padding: 100px;
  position: relative;
  background-color: var(--blackColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe-inner .content {
  max-width: 580px;
  margin-left: auto;
}
.subscribe-inner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.45;
  position: absolute;
  background-color: var(--blackColor);
}
.subscribe-inner h2 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 36px;
  text-transform: capitalize;
}
.subscribe-inner p {
  color: var(--whiteColor);
}
.subscribe-inner .newsletter-form {
  margin-top: 30px;
  position: relative;
}
.subscribe-inner .newsletter-form .input-newsletter {
  border: 0;
  width: 100%;
  height: 55px;
  display: block;
  background-color: var(--whiteColor);
  padding-left: 15px;
  padding-right: 15px;
}
.subscribe-inner .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-inner .newsletter-form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.subscribe-inner .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-inner .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-inner .newsletter-form button {
  background-color: var(--blackColor);
  transition: var(--transition);
  color: var(--whiteColor);
  position: absolute;
  height: 55px;
  border: 0;
  right: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}
.subscribe-inner .newsletter-form button i {
  top: 50%;
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}
.subscribe-inner .newsletter-form button:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.subscribe-inner .newsletter-form #validator-newsletter {
  color: var(--whiteColor);
}
.subscribe-inner .newsletter-form #validator-newsletter.validation-danger {
  color: red;
}

.subscribe-image {
  position: relative;
  height: 100%;
  z-index: 1;
  background-image: url(../img/subscribe-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe-image img {
  display: none;
}
.subscribe-image::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px;
  content: "";
  position: absolute;
  background-color: var(--blackColor);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
}

.subscribe-content {
  background-color: var(--blackColor);
  padding-left: 50px;
  padding-top: 120px;
  padding-right: 80px;
  padding-bottom: 120px;
}
.subscribe-content h2 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 36px;
}
.subscribe-content p {
  color: var(--whiteColor);
  max-width: 540px;
}
.subscribe-content .newsletter-form {
  margin-top: 30px;
  position: relative;
}
.subscribe-content .newsletter-form .input-newsletter {
  border: 0;
  width: 100%;
  height: 50px;
  display: block;
  background-color: var(--whiteColor);
  padding-left: 15px;
  padding-right: 15px;
}
.subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form button {
  background-color: var(--mainColor);
  transition: var(--transition);
  color: var(--whiteColor);
  position: absolute;
  height: 50px;
  border: 0;
  right: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}
.subscribe-content .newsletter-form button i {
  top: 50%;
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}
.subscribe-content .newsletter-form button:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.subscribe-content .newsletter-form #validator-newsletter {
  color: var(--whiteColor);
}
.subscribe-content .newsletter-form #validator-newsletter.validation-danger {
  color: red;
}

.subscribe-text {
  max-width: 670px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-text h2 {
  margin-bottom: 15px;
  font-size: 36px;
}
.subscribe-text p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-text .newsletter-form {
  margin-top: 30px;
  position: relative;
  padding-right: 210px;
}
.subscribe-text .newsletter-form .input-newsletter {
  border: 0;
  width: 100%;
  height: 50px;
  display: block;
  background-color: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
}
.subscribe-text .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-text .newsletter-form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.subscribe-text .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-text .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-text .newsletter-form button {
  background-color: var(--mainColor);
  transition: var(--transition);
  color: var(--whiteColor);
  position: absolute;
  height: 50px;
  border: 0;
  right: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}
.subscribe-text .newsletter-form button i {
  top: 50%;
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}
.subscribe-text .newsletter-form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.subscribe-text .newsletter-form #validator-newsletter {
  color: var(--blackColor);
}
.subscribe-text .newsletter-form #validator-newsletter.validation-danger {
  color: red;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-post {
  margin-bottom: 30px;
}
.single-blog-post .image {
  overflow: hidden;
}
.single-blog-post .image img {
  transition: var(--transition);
}
.single-blog-post .content {
  margin-top: 25px;
}
.single-blog-post .content .meta {
  padding-left: 0;
  margin-bottom: 12px;
  list-style-type: none;
}
.single-blog-post .content .meta li {
  color: var(--optionalColor);
  display: inline-block;
  position: relative;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post .content .meta li a {
  display: inline-block;
  color: var(--optionalColor);
  text-transform: uppercase;
}
.single-blog-post .content .meta li a:hover {
  color: var(--mainColor);
}
.single-blog-post .content .meta li::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #707070;
  width: 12px;
}
.single-blog-post .content .meta li:last-child {
  margin-right: 0;
}
.single-blog-post .content .meta li:last-child::before {
  display: none;
}
.single-blog-post .content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 22px;
  text-transform: capitalize;
}
.single-blog-post .content h3 a {
  display: inline-block;
}
.single-blog-post:hover .image img {
  transform: scale(1.08);
}

.circle-shape {
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.8;
  z-index: -1;
  left: 50%;
  top: 50%;
}

.shape2 {
  right: 0;
  z-index: -1;
  bottom: -100px;
  position: absolute;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  border-top: 1px solid #eeeeee;
}

.blog-details-desc .post-thumb {
  margin-bottom: 25px;
}
.blog-details-desc h6 {
  font-size: 20px;
  margin-bottom: 18px;
}
.blog-details-desc h6:not(:first-child) {
  margin-top: 25px;
}
.blog-details-desc h5 {
  font-size: 22px;
  margin-bottom: 18px;
}
.blog-details-desc h5:not(:first-child) {
  margin-top: 25px;
}
.blog-details-desc h4 {
  font-size: 24px;
  margin-bottom: 18px;
}
.blog-details-desc h4:not(:first-child) {
  margin-top: 25px;
}
.blog-details-desc h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.blog-details-desc h3:not(:first-child) {
  margin-top: 25px;
}
.blog-details-desc h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
.blog-details-desc h2:not(:first-child) {
  margin-top: 25px;
}
.blog-details-desc h1 {
  font-size: 30px;
  margin-bottom: 18px;
}
.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(--optionalColor);
  margin-right: 20px;
  margin-bottom: 0;
}
.blog-details-desc .post-meta ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}
.blog-details-desc .post-meta ul li a {
  color: var(--optionalColor);
}
.blog-details-desc .post-meta ul li a:hover {
  color: var(--mainColor);
}
.blog-details-desc .post-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc p a {
  color: var(--mainColor);
}
.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(--optionalColor);
  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: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  align-items: center;
  border-top: 1px solid #eeeeee;
}
.blog-details-desc .post-footer .post-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .post-footer .post-tags .sub {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}
.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(--optionalColor);
}
.blog-details-desc .post-footer .post-tags ul li a:hover {
  color: var(--mainColor);
}
.blog-details-desc .post-footer .post-tags ul li:not(:last-child)::after {
  content: ",";
}
.blog-details-desc .post-footer .article-share {
  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: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  margin-left: 2px;
}
.blog-details-desc .post-footer .article-share .social li a:hover {
  color: var(--mainColor);
  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;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
}
.page-title-area::before {
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #E4E4E4;
}
.page-title-area h2 {
  background-color: var(--whiteColor);
  display: inline-block;
  margin-bottom: 0;
  font-size: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-title-content {
  list-style-type: none;
  margin-bottom: 0;
  text-align: end;
  padding-left: 0;
}
.page-title-content li {
  z-index: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  padding-left: 20px;
  padding-right: 20px;
}
.page-title-content li::before {
  -webkit-font-smoothing: antialiased;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  text-rendering: auto;
  position: absolute;
  content: "\f054";
  line-height: 1;
  right: -5px;
  top: 7px;
  font-family: "Font Awesome 5 Free";
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}
.page-title-content li:last-child::before {
  display: none;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-member {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.single-team-member img {
  transition: var(--transition);
}
.single-team-member h3 {
  left: 10px;
  bottom: 10px;
  font-size: 22px;
  margin-bottom: 0;
  text-align: start;
  position: absolute;
  padding: 12px 25px 13px;
  background-color: var(--whiteColor);
}
.single-team-member h3 span {
  font-weight: 500;
  font-size: var(--fontSize);
}
.single-team-member:hover img {
  transform: scale(1.08);
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single-gallery-item img {
  transition: var(--transition);
}
.single-gallery-item h3 {
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  margin-bottom: 0;
  text-align: start;
  position: absolute;
  padding: 12px 25px 13px;
  background-color: var(--whiteColor);
}
.single-gallery-item h3 span {
  font-weight: 500;
  font-size: var(--fontSize);
}
.single-gallery-item .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.single-gallery-item:hover img {
  transform: scale(1.08);
}

.shorting .mix {
  display: none;
}

.shorting-menu {
  margin-bottom: 40px;
}
.shorting-menu .filter {
  background-color: transparent;
  transition: var(--transition);
  letter-spacing: 2px;
  color: #b0b0b0;
  border: none;
  padding: 0;
  font-size: var(--fontSize);
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
}
.shorting-menu .filter:last-child {
  margin-right: 0;
}
.shorting-menu .filter:first-child {
  margin-left: 0;
}
.shorting-menu .filter:hover, .shorting-menu .filter.active {
  color: var(--blackColor);
}

/*================================================
Terms & Condtions Area CSS
=================================================*/
.terms-conditions-content h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.terms-conditions-content h5:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.terms-conditions-content h4:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.terms-conditions-content h3:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.terms-conditions-content h2:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.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(--mainColor);
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.terms-conditions-content ul li a {
  color: var(--mainColor);
}
.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(--optionalColor);
  margin-bottom: 12px;
}
.terms-conditions-content ol li a {
  color: var(--mainColor);
}
.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 {
  font-size: 20px;
  margin-bottom: 15px;
}
.privacy-policy-content h6:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.privacy-policy-content h5:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.privacy-policy-content h4:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.privacy-policy-content h3:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.privacy-policy-content h2:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.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(--mainColor);
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.privacy-policy-content ul li a {
  color: var(--mainColor);
}
.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(--optionalColor);
  margin-bottom: 12px;
}
.privacy-policy-content ol li a {
  color: var(--mainColor);
}
.privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Delivery & Returns Area CSS
=================================================*/
.delivery-returns-content h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.delivery-returns-content h6:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.delivery-returns-content h5:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.delivery-returns-content h4:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.delivery-returns-content h3:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.delivery-returns-content h2:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.delivery-returns-content h1:not(:first-child) {
  margin-top: 25px;
}
.delivery-returns-content strong {
  color: var(--blackColor) !important;
}
.delivery-returns-content p a {
  color: var(--mainColor);
}
.delivery-returns-content p a:hover {
  text-decoration: underline;
}
.delivery-returns-content ul li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.delivery-returns-content ul li a {
  color: var(--mainColor);
}
.delivery-returns-content ul li a:hover {
  text-decoration: underline;
}
.delivery-returns-content ul li:last-child {
  margin-bottom: 0;
}
.delivery-returns-content ol li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.delivery-returns-content ol li a {
  color: var(--mainColor);
}
.delivery-returns-content ol li a:hover {
  text-decoration: underline;
}
.delivery-returns-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Shipping Area CSS
=================================================*/
.shipping-content h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.shipping-content h6:not(:first-child) {
  margin-top: 25px;
}
.shipping-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.shipping-content h5:not(:first-child) {
  margin-top: 25px;
}
.shipping-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.shipping-content h4:not(:first-child) {
  margin-top: 25px;
}
.shipping-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.shipping-content h3:not(:first-child) {
  margin-top: 25px;
}
.shipping-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.shipping-content h2:not(:first-child) {
  margin-top: 25px;
}
.shipping-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.shipping-content h1:not(:first-child) {
  margin-top: 25px;
}
.shipping-content strong {
  color: var(--blackColor) !important;
}
.shipping-content p a {
  color: var(--mainColor);
}
.shipping-content p a:hover {
  text-decoration: underline;
}
.shipping-content ul li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.shipping-content ul li a {
  color: var(--mainColor);
}
.shipping-content ul li a:hover {
  text-decoration: underline;
}
.shipping-content ul li:last-child {
  margin-bottom: 0;
}
.shipping-content ol li {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.shipping-content ol li a {
  color: var(--mainColor);
}
.shipping-content ol li a:hover {
  text-decoration: underline;
}
.shipping-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-sidebar {
  padding-right: 15px;
}
.faq-sidebar ul {
  padding: 30px;
  margin-bottom: 0;
  list-style-type: none;
  border: 1px solid #eeeeee;
}
.faq-sidebar ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.faq-sidebar ul li a {
  font-weight: 600;
  display: inline-block;
}
.faq-sidebar ul li a:hover, .faq-sidebar ul li a.active {
  color: var(--mainColor);
}
.faq-sidebar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq-accordion {
  padding-left: 15px;
}
.faq-accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
}
.faq-accordion .accordion-item .accordion-button {
  display: block;
  padding: 0 0 10px;
  text-align: start;
  box-shadow: unset;
  position: relative;
  color: var(--blackColor);
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 700;
}
.faq-accordion .accordion-item .accordion-button::before {
  -webkit-font-smoothing: antialiased;
  color: var(--optionalColor);
  text-rendering: auto;
  position: absolute;
  content: "\f077";
  line-height: 1;
  top: 7px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-style: normal;
  font-size: 17px;
}
.faq-accordion .accordion-item .accordion-button.collapsed::before {
  content: "\f078";
}
.faq-accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px 0 0;
}
.faq-accordion .accordion-item .accordion-body p strong {
  color: var(--blackColor);
}
.faq-accordion .accordion-item .accordion-body p a {
  color: var(--mainColor);
}
.faq-accordion .accordion-item .accordion-body p a:hover {
  text-decoration: underline;
}
.faq-accordion .accordion-item .accordion-body ul {
  margin-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-body ul li {
  margin-bottom: 12px;
  color: var(--optionalColor);
}
.faq-accordion .accordion-item .accordion-body ul li strong {
  color: var(--blackColor);
}
.faq-accordion .accordion-item .accordion-body ul li a {
  color: var(--mainColor);
}
.faq-accordion .accordion-item .accordion-body ul li a:hover {
  text-decoration: underline;
}
.faq-accordion .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-body ul:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.pagination-area .nav-links {
  display: flex;
  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);
  transition: var(--transition);
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  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(--mainColor);
}
.pagination-area .page-numbers.current {
  background: var(--whiteColor);
  color: var(--mainColor);
}
.pagination-area .page-numbers:first-child {
  margin-left: 0;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding-right: 15px;
}
.login-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.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: 0.15em;
  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(--mainColor);
  border-color: var(--mainColor);
}
.login-form form .remember-me-wrap .form-check .form-check-input:focus {
  border-color: var(--mainColor);
}
.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;
  transition: var(--transition);
  background-color: #eeeeee;
}
.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: var(--transition);
  bottom: 0;
  content: "";
  background-color: var(--mainColor);
}
.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}
.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}
.login-form form button {
  border: none;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  padding: 14px 30px;
  width: 100%;
  font-weight: 700;
  font-size: var(--fontSize);
}
.login-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.register-form {
  padding-left: 15px;
}
.register-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.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(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  padding: 14px 30px;
  width: 100%;
  font-weight: 700;
  font-size: var(--fontSize);
}
.register-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
  padding-right: 15px;
}
.widget-area .widget {
  margin-bottom: 35px;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
  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;
  transform: translateY(-50%);
  background-color: #ebeeee;
}
.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;
  transition: var(--transition);
  background-color: transparent;
}
.widget-area .widget_search form .search-field:focus {
  border-color: var(--mainColor);
}
.widget-area .widget_search form button {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 16px;
  position: absolute;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
}
.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: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.widget-area .widget_author span {
  display: block;
  margin-bottom: 12px;
  color: var(--optionalColor);
}
.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(--optionalColor);
}
.widget-area .widget_follow_us ul li a:hover {
  color: var(--mainColor);
}
.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;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.widget-area .widget_follow_us ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_dravo_posts_thumb .item {
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.widget-area .widget_dravo_posts_thumb .item .thumb {
  display: block;
  flex: 0 0 auto;
  width: 27%;
}
.widget-area .widget_dravo_posts_thumb .item .info {
  padding-left: 15px;
  flex: 0 0 auto;
  width: 73%;
}
.widget-area .widget_dravo_posts_thumb .item .info .title {
  line-height: 1.5;
  margin-bottom: 7px;
  font-size: var(--fontSize);
}
.widget-area .widget_dravo_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_dravo_posts_thumb .item .info .date {
  font-size: 15px;
  color: var(--optionalColor);
}
.widget-area .widget_dravo_posts_thumb .item .info .star-rating {
  margin-top: 10px;
  font-size: 14px;
}
.widget-area .widget_dravo_posts_thumb .item .info .star-rating i {
  color: #f49f0b;
}
.widget-area .widget_dravo_posts_thumb .item .info .price {
  display: block;
  margin-top: 12px;
  font-weight: 500;
  color: var(--optionalColor);
}
.widget-area .widget_dravo_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(--optionalColor);
}
.widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}
.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;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.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 {
  font-size: 14.5px;
  padding: 3px 20px;
  border-radius: 30px;
  display: inline-block;
  color: var(--optionalColor);
  border: 1px solid #ebeeee;
  margin-right: 8px;
  margin-bottom: 10px;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.widget-area .widget_colors ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_colors ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
}
.widget-area .widget_colors ul li a {
  display: flex;
  align-items: center;
}
.widget-area .widget_colors ul li a span {
  display: block;
  line-height: 1;
  color: var(--optionalColor);
}
.widget-area .widget_colors ul li a span:nth-child(1) {
  width: 17px;
  height: 17px;
  font-size: 0;
  margin-right: 8px;
  letter-spacing: 0;
  border-radius: 50%;
  transition: var(--transition);
}
.widget-area .widget_colors ul li a span:nth-child(1).gray {
  background-color: gray;
}
.widget-area .widget_colors ul li a span:nth-child(1).red {
  background-color: red;
}
.widget-area .widget_colors ul li a span:nth-child(1).green {
  background-color: green;
}
.widget-area .widget_colors ul li a span:nth-child(1).black {
  background-color: black;
}
.widget-area .widget_colors ul li a span:nth-child(1).brown {
  background-color: brown;
}
.widget-area .widget_colors ul li a:hover span:nth-child(1) {
  transform: scale(0.9);
}
.widget-area .widget_colors ul li:first-child {
  border-top: 1px dashed #eeeeee;
  padding-top: 15px;
}
.widget-area .widget_price_filter .collection_filter_by_price .irs-handle {
  cursor: pointer;
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single {
  background-color: var(--mainColor);
  padding: 1px 5px 1px 11.5px;
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::before {
  border-top-color: var(--mainColor);
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::after, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::after, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::after {
  content: "$";
  position: absolute;
  left: 5px;
  top: 0.5px;
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-bar {
  background-color: var(--mainColor);
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-handle > i:first-child {
  background-color: var(--mainColor);
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max {
  padding: 1px 3px 1px 9.5px;
}
.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max::before {
  position: absolute;
  content: "$";
  top: 0.5px;
  left: 3px;
}
.widget-area.right-sidebar {
  padding-left: 15px;
  padding-right: 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: 24px;
  margin-bottom: 20px;
}
.not-found-content p {
  font-size: 18px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.not-found-content .default-btn {
  margin-top: 10px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-image {
  height: 100%;
  background-image: url(../img/coming-soon.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-image img {
  display: none;
}

.coming-soon-content {
  height: 100vh;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-content h2 {
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 35px;
}
.coming-soon-content #timer div {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  color: var(--mainColor);
  background-color: #f9f9f9;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 500;
}
.coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-content form {
  position: relative;
  max-width: 530px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-content form .input-newsletter {
  width: 100%;
  height: 50px;
  border: none;
  display: block;
  padding: 0 15px 0 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #eeeeee;
  transition: var(--transition);
}
.coming-soon-content form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.coming-soon-content form .input-newsletter:focus {
  border-color: #eeeeee;
}
.coming-soon-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .default-btn {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  position: absolute;
  height: 50px;
  bottom: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.coming-soon-content form .default-btn:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.coming-soon-content form #validator-newsletter {
  position: absolute;
  bottom: -32px;
  left: 0;
}
.coming-soon-content form #validator-newsletter.validation-danger {
  color: red;
}

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table table {
  margin-bottom: 0;
}
.wishlist-table table thead tr {
  border: none;
}
.wishlist-table table thead tr th {
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0 15px;
  border: none;
  font-size: 15.5px;
  font-weight: 500;
}
.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: 500;
  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;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-content {
  padding-right: 15px;
}
.contact-content h2 {
  margin-bottom: 25px;
  font-size: 64px;
}
.contact-content p {
  line-height: 1.6;
  font-size: 22px;
}

.contact-image {
  padding-left: 15px;
  text-align: center;
}

.contact-form-area {
  margin-top: 100px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.contact-form-area .contact-form {
  padding: 40px;
}
.contact-form-area .contact-form h3 {
  margin-bottom: 30px;
  font-size: 22px;
}
.contact-form-area .contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form-area .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form-area .contact-form .form-check {
  color: var(--optionalColor);
}
.contact-form-area .contact-form .form-check .form-check-input {
  margin-top: 0.15em;
  box-shadow: unset !important;
}
.contact-form-area .contact-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.contact-form-area .contact-form .form-check .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.contact-form-area .contact-form .form-check .form-check-input:focus {
  border-color: var(--mainColor);
}
.contact-form-area .contact-form .default-btn {
  margin-top: 15px;
}
.contact-form-area .contact-form .help-block.with-errors {
  color: red;
  margin-bottom: 0;
  margin-top: 12px;
}
.contact-form-area .contact-form #msgSubmit {
  margin: 0;
}
.contact-form-area .contact-form #msgSubmit.text-danger {
  margin-top: 12px;
}
.contact-form-area .contact-form #msgSubmit.text-success {
  margin-top: 12px;
}
.contact-form-area .contact-info {
  height: 100%;
  padding: 40px;
  background-color: var(--mainColor);
}
.contact-form-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 35px;
  color: var(--whiteColor);
}
.contact-form-area .contact-info .info {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
}
.contact-form-area .contact-info .info li {
  color: var(--whiteColor);
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  opacity: 0.95;
}
.contact-form-area .contact-info .info li i {
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-form-area .contact-info .info li a {
  color: var(--whiteColor);
}
.contact-form-area .contact-info .info li:last-child {
  margin-bottom: 0;
}
.contact-form-area .contact-info .social-links {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -10px;
}
.contact-form-area .contact-info .social-links li {
  color: var(--whiteColor);
  margin-bottom: 18px;
  position: relative;
  font-weight: 500;
}
.contact-form-area .contact-info .social-links li a {
  color: var(--whiteColor);
  position: relative;
  opacity: 0.95;
}
.contact-form-area .contact-info .social-links li a::before {
  width: 0;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.contact-form-area .contact-info .social-links li a:hover {
  opacity: 1;
}
.contact-form-area .contact-info .social-links li a:hover::before {
  width: 100%;
}
.contact-form-area .contact-info .social-links li:last-child {
  margin-bottom: 0;
}

/*================================================
Order Tracking Area CSS
=================================================*/
.order-tracking-content {
  padding-right: 15px;
}
.order-tracking-content form .form-group {
  margin-bottom: 25px;
}
.order-tracking-content form .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.order-tracking-content form .default-btn {
  text-align: center;
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.order-tracking-image {
  padding-left: 15px;
  text-align: center;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  z-index: 4;
  opacity: 0;
  right: 20px;
  width: 43px;
  bottom: 20px;
  height: 45px;
  position: fixed;
  cursor: pointer;
  font-size: 20px;
  visibility: hidden;
  text-align: center;
  transform: scale(0.5);
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.go-top:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView {
  padding-right: 0 !important;
}
.productsQuickView .modal-dialog {
  max-width: 900px;
  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;
  box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  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 .image {
  text-align: center;
}
.productsQuickView .modal-content .content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.productsQuickView .modal-content .content .price {
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
}
.productsQuickView .modal-content .content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 400;
}
.productsQuickView .modal-content .content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.productsQuickView .modal-content .content .products-info li {
  color: var(--optionalColor);
  margin-bottom: 8px;
}
.productsQuickView .modal-content .content .products-info li:last-child {
  margin-bottom: 0;
}
.productsQuickView .modal-content .content .products-info li span {
  color: var(--optionalColor);
}
.productsQuickView .modal-content .content .products-info li a {
  display: inline-block;
  color: var(--optionalColor);
}
.productsQuickView .modal-content .content .products-info li a:hover {
  color: var(--mainColor);
}
.productsQuickView .modal-content .content .products-info .sku_wrapper {
  display: block;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .content .products-info .posted_in {
  display: block;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .content .products-info .tagged_as {
  display: block;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .content .products-info span {
  display: inline-block;
  color: var(--optionalColor);
  margin-right: 8px;
  font-size: 15px;
}
.productsQuickView .modal-content .content .products-info span a {
  display: inline-block;
  color: var(--optionalColor);
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
.productsQuickView .modal-content .content .products-info span a:hover {
  color: var(--mainColor);
}
.productsQuickView .modal-content .content .input-counter {
  max-width: 190px;
  min-width: 190px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.productsQuickView .modal-content .content .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: var(--optionalColor);
  background-color: transparent;
  transition: var(--transition);
}
.productsQuickView .modal-content .content .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #eeeeee;
}
.productsQuickView .modal-content .content .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eeeeee;
}
.productsQuickView .modal-content .content .input-counter span:hover {
  color: var(--mainColor);
}
.productsQuickView .modal-content .content .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;
}
.productsQuickView .modal-content .content .input-counter input::-moz-placeholder {
  color: var(--blackColor);
}
.productsQuickView .modal-content .content .input-counter input::placeholder {
  color: var(--blackColor);
}
.productsQuickView .modal-content .content .add-to-wishlist-btn {
  width: 47px;
  height: 47px;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  display: inline-block;
  color: var(--optionalColor);
  border: 1px solid #eeeeee;
  position: relative;
  margin-left: 10px;
  top: 3px;
}
.productsQuickView .modal-content .content .add-to-wishlist-btn:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.productsQuickView .modal-content .content .view-full-info {
  margin-top: 5px;
  line-height: initial;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
.productsQuickView .modal-content .content .view-full-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--blackColor);
  transition: var(--transition);
}
.productsQuickView .modal-content .content .view-full-info:hover::before {
  width: 0;
}
.productsQuickView .modal-content .content .input-counter {
  /* For Firefox */
}
.productsQuickView .modal-content .content .input-counter .qty {
  text-align: center;
}
.productsQuickView .modal-content .content .input-counter input[type=number] {
  -moz-appearance: textfield;
}
.productsQuickView .modal-content .content .input-counter input[type=number]::-webkit-inner-spin-button,
.productsQuickView .modal-content .content .input-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.productsCompare {
  padding-right: 0 !important;
}
.productsCompare .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.productsCompare .modal-content {
  padding: 0;
  border: none;
  background-color: var(--whiteColor);
}
.productsCompare .modal-content .modal-header {
  background-color: #f5f5f5;
  border-radius: 0 !important;
  align-items: center;
  padding: 15px 40px;
  border: none;
}
.productsCompare .modal-content .modal-header .modal-title {
  font-size: 22px;
}
.productsCompare .modal-content .modal-header button.btn-close {
  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;
}
.productsCompare .modal-content .modal-body {
  padding: 40px;
}
.productsCompare .modal-content .modal-body .table {
  margin-bottom: 0;
}
.productsCompare .modal-content .modal-body .table thead tr {
  border-color: #ebeeee;
}
.productsCompare .modal-content .modal-body .table thead tr th {
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.productsCompare .modal-content .modal-body .table thead tr th .compare-remove-btn {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--optionalColor);
}
.productsCompare .modal-content .modal-body .table thead tr th .compare-remove-btn:hover {
  color: var(--mainColor);
}
.productsCompare .modal-content .modal-body .table tbody tr {
  border-color: #ebeeee;
}
.productsCompare .modal-content .modal-body .table tbody tr td {
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.productsCompare .modal-content .modal-body .table tbody tr td .btn-add-to-cart {
  font-size: 14px;
  position: relative;
  padding-left: 23px;
}
.productsCompare .modal-content .modal-body .table tbody tr td .btn-add-to-cart i {
  position: absolute;
  top: 2px;
  left: 0;
}

.modal.right .modal-dialog {
  margin: auto;
  width: 420px;
  height: 100%;
  position: fixed;
  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;
  box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  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;
  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;
  box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  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-right: 0;
}

/*================================================
Dravo Popup Newsletter Area CSS
=================================================*/
.dravo-popup-newsletter {
  display: none !important;
  padding: 100px 50px;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left: 30px;
  background-image: url(../img/newsletter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dravo-popup-newsletter::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  opacity: 0.5;
  border-radius: 10px;
  position: absolute;
  background-color: var(--blackColor);
}
.dravo-popup-newsletter h3 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-size: 30px;
}
.dravo-popup-newsletter p {
  color: var(--whiteColor);
}
.dravo-popup-newsletter form {
  margin-top: 25px;
}
.dravo-popup-newsletter form .input-newsletter {
  border: 1px solid var(--whiteColor);
  background-color: transparent;
  color: var(--whiteColor);
  padding-left: 15px;
  border-radius: 3px;
  display: block;
  height: 50px;
  width: 100%;
}
.dravo-popup-newsletter form .input-newsletter::-moz-placeholder {
  color: var(--whiteColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.dravo-popup-newsletter form .input-newsletter::placeholder {
  color: var(--whiteColor);
  transition: var(--transition);
}
.dravo-popup-newsletter form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.dravo-popup-newsletter form .input-newsletter:focus::placeholder {
  color: transparent;
}
.dravo-popup-newsletter form button {
  width: 100%;
  border: none;
  display: block;
  margin-top: 15px;
  border-radius: 3px;
  padding: 13px 30px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
  font-size: var(--fontSize);
  font-weight: 500;
}
.dravo-popup-newsletter form button:hover {
  color: var(--blackColor);
  background-color: var(--whiteColor);
}
.dravo-popup-newsletter .close {
  background-color: var(--whiteColor);
  transition: var(--transition);
  color: var(--blackColor);
  border-radius: 10px;
  position: absolute;
  line-height: 32px;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  right: 3px;
  top: 3px;
}
.dravo-popup-newsletter .close:hover {
  background-color: red;
  color: var(--whiteColor);
}

.dialog-type-lightbox {
  display: none !important;
}

.wpcf7-list-item-label {
  position: relative;
  color: var(--optionalColor);
  top: -1px;
  font-size: 16px;
}
.wpcf7-list-item-label a {
  display: inline-block;
  color: var(--blackColor);
}
.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

span.wpcf7-list-item {
  margin-left: 0;
}
span.wpcf7-list-item label {
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 10px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

div.wpcf7-response-output {
  margin: 0 35px 30px !important;
  padding: 15px;
  text-align: center;
}

.mchimp-errmessage a {
  color: #fff;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}
.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  transform: translateX(8px);
}

.hint--right:hover:after {
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

[class*=hint--]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*

New Demo CSS
===================================*/
.section-title.style-with-image {
  margin-top: 0;
}
.section-title.style-with-image img {
  margin-bottom: 15px;
}
.section-title.style-with-image h2 span {
  background-color: transparent;
}
.section-title.style-with-image h2::before {
  display: none;
}

/* dravo-new-top-header-css */
.dravo-new-top-header {
  background-color: var(--blackColor);
}
.dravo-new-top-header p {
  color: var(--whiteColor);
}
.dravo-new-top-header .top-header-info .social-links li a {
  color: var(--whiteColor);
}
.dravo-new-top-header .top-header-info .social-links li a i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.dravo-new-top-header .top-header-info .language-switcher {
  margin-left: 15px;
}
.dravo-new-top-header .top-header-info .language-switcher::before {
  color: var(--whiteColor);
}
.dravo-new-top-header .top-header-info .language-switcher span {
  color: var(--whiteColor);
}
.dravo-new-top-header .top-header-info .currency-switcher {
  margin-left: 20px;
}
.dravo-new-top-header .top-header-info .currency-switcher::before {
  color: var(--whiteColor);
}
.dravo-new-top-header .top-header-info .currency-switcher span {
  color: var(--whiteColor);
}

/* dravo-new-navbar-area-css */
.dravo-new-navbar-area .dravo-nav .navbar .navbar-brand {
  padding: 0 40px 0 0;
}
.dravo-new-navbar-area .dravo-nav .navbar .navbar-nav {
  margin-right: auto;
  margin-left: 0;
}

.dravo-new-navbar-area-style-two {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.dravo-new-navbar-area-style-two.is-sticky .dravo-nav .navbar .others-option .search-box .input-search {
  background-color: #f3f3f3;
}
.dravo-new-navbar-area-style-two .dravo-nav .navbar .navbar-brand {
  padding: 0 40px 0 0;
}
.dravo-new-navbar-area-style-two .dravo-nav .navbar .navbar-nav {
  margin-right: auto;
  margin-left: 0;
}
.dravo-new-navbar-area-style-two .dravo-nav .navbar .others-option .search-box .input-search {
  background-color: var(--whiteColor);
}

/* Creative Home Area CSS */
.creative-home-area {
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 150px;
}
.creative-home-area .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.creative-home-item .creative-content {
  position: relative;
  z-index: 1;
}
.creative-home-item .creative-content .sub-title {
  color: var(--mainColor);
  margin-bottom: 12px;
  font-size: 22px;
  display: block;
}
.creative-home-item .creative-content h1 {
  font-size: 85px;
  margin-bottom: 15px;
}
.creative-home-item .creative-content p {
  font-size: 22px;
  font-weight: 400;
}
.creative-home-item .creative-content .default-btn {
  margin-top: 10px;
}
.creative-home-item .creative-home-image {
  text-align: center;
}
.creative-home-item .creative-home-image img {
  width: auto !important;
  display: inline-block !important;
}

.creative-home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.creative-home-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 70px;
  height: 70px;
  margin: 0 0;
  display: block;
  font-size: 27px;
  border-radius: 0;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.creative-home-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.creative-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -110px;
  left: auto;
}
.creative-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.creative-home-slides.owl-theme .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: -85px;
  left: 0;
  right: 0;
}
.creative-home-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.creative-home-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.creative-home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .creative-home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

/* Crafts Collection Area CSS */
.single-crafts-collection-box {
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}
.single-crafts-collection-box .crafts-image {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.single-crafts-collection-box .crafts-image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 20px;
  position: absolute;
  border: 1px solid #D7D7D7;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.single-crafts-collection-box .crafts-content {
  margin-top: 25px;
  text-align: center;
}
.single-crafts-collection-box .crafts-content span {
  color: var(--mainColor);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.single-crafts-collection-box .crafts-content h3 {
  font-size: 25px;
  margin-bottom: 22px;
}
.single-crafts-collection-box .crafts-content .collection-btn {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-crafts-collection-box .crafts-content .collection-btn::before {
  right: 0;
  bottom: 0;
  width: 77%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--blackColor);
}
.single-crafts-collection-box .crafts-content .collection-btn i {
  position: absolute;
  top: 2px;
  left: 0;
}
.single-crafts-collection-box .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.single-crafts-collection-box:hover {
  transform: translateY(-8px);
}
.single-crafts-collection-box:hover .crafts-image::before {
  opacity: 1;
  visibility: visible;
}

/* Crafts Arrival Products Area CSS */
.single-crafts-products-box {
  margin-bottom: 30px;
  text-align: center;
  transition: var(--transition);
}
.single-crafts-products-box .crafts-products-image {
  position: relative;
  overflow: hidden;
}
.single-crafts-products-box .crafts-products-image .products-button {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 20px;
  top: 40px;
}
.single-crafts-products-box .crafts-products-image .products-button li {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 8px;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.single-crafts-products-box .crafts-products-image .products-button li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.single-crafts-products-box .crafts-products-image .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-crafts-products-box .crafts-products-image .products-button li a .tooltip-label {
  top: 45%;
  opacity: 0;
  right: 110%;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  visibility: hidden;
  color: transparent;
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: var(--whiteColor);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: var(--blackColor);
  transform: translateX(0) translateY(-45%);
}
.single-crafts-products-box .crafts-products-image .products-button li a .tooltip-label::before {
  top: 50%;
  right: -7px;
  content: "\f0da";
  position: absolute;
  text-rendering: auto;
  color: var(--blackColor);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  font-weight: 900;
  font-size: 20px;
}
.single-crafts-products-box .crafts-products-image .products-button li a:hover .tooltip-label {
  visibility: visible;
  right: 130%;
  opacity: 1;
}
.single-crafts-products-box .crafts-products-image .products-button li:last-child {
  margin-bottom: 0;
}
.single-crafts-products-box .crafts-products-image .products-button li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-crafts-products-box .crafts-products-image .products-button li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-crafts-products-box .crafts-products-image .products-button li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-crafts-products-box .crafts-products-image .add-to-cart-btn {
  font-weight: 500;
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  padding: 10px;
  transition: var(--transition);
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
}
.single-crafts-products-box .crafts-products-image .add-to-cart-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  transform: translateY(-50%);
  background-color: #f2f2f2;
  color: var(--optionalColor);
  transition: var(--transition);
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 8.5px;
  margin-left: 8px;
}
.single-crafts-products-box .crafts-products-image .add-to-cart-btn:hover {
  background-color: var(--mainColor);
}
.single-crafts-products-box .crafts-products-image .add-to-cart-btn:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.single-crafts-products-box .crafts-products-image img {
  transition: var(--transition);
}
.single-crafts-products-box .content {
  margin-top: 25px;
}
.single-crafts-products-box .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.single-crafts-products-box .content h3 a {
  color: var(--blackColor);
}
.single-crafts-products-box .content .price {
  font-size: var(--fontSize);
  font-weight: 500;
  color: var(--optionalColor);
  margin-top: 15px;
}
.single-crafts-products-box:hover {
  transform: translateY(-5px);
}
.single-crafts-products-box:hover .crafts-products-image .products-button li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.single-crafts-products-box:hover .crafts-products-image .add-to-cart-btn {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.single-crafts-products-box:hover .crafts-products-image img {
  transform: scale(1.1);
}

/* Facility Area CSS */
.bg-ECF5E8 .facility-area-with-color {
  background-color: #ECF5E8;
}

.facility-area-with-color {
  background-color: #F4DDD6;
}
.facility-area-with-color.bg-ECF5E8 {
  background-color: #ECF5E8;
}
.facility-area-with-color.bg-ECF5E8 .single-facility-card .icon.bg-f5f5f5 {
  background-color: var(--whiteColor);
}
.facility-area-with-color.bg-ECF5E8 .single-facility-card:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-facility-card {
  position: relative;
  padding-left: 78px;
  margin-bottom: 30px;
}
.single-facility-card .icon {
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color: var(--optionalColor);
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.single-facility-card .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-facility-card .icon.bg-f5f5f5 {
  background-color: #f5f5f5;
}
.single-facility-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
}
.single-facility-card span {
  display: block;
  color: var(--optionalColor);
}
.single-facility-card:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/* Crafts Featured Products Area CSS */
.crafts-featured-products-card {
  margin-bottom: 30px;
  text-align: center;
  transition: var(--transition);
}
.crafts-featured-products-card .products-content {
  margin-top: 25px;
}
.crafts-featured-products-card .products-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.crafts-featured-products-card .products-content h3 a {
  color: var(--blackColor);
}
.crafts-featured-products-card .products-content .price {
  font-size: var(--fontSize);
  font-weight: 500;
  color: var(--optionalColor);
  margin-top: 15px;
}
.crafts-featured-products-card:hover {
  transform: translateY(-5px);
}
.crafts-featured-products-card:hover .products-content h3 a {
  color: var(--mainColor);
}

.crafts-featured-products-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.crafts-featured-products-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.crafts-featured-products-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.crafts-featured-products-slides.owl-theme .owl-dots .owl-dot:hover span::before, .crafts-featured-products-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

/* Crafts Subscribe Area CSS */
.crafts-subscribe-inner-box {
  z-index: 1;
  padding: 100px;
  position: relative;
  background-color: var(--blackColor);
  background-image: url(../img/more-home/subscribe/subscribe-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.crafts-subscribe-inner-box.with-bg-two {
  background-image: url(../img/more-home/subscribe/subscribe-bg-2.jpg);
}
.crafts-subscribe-inner-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 30px;
  position: absolute;
  border: 1px solid var(--whiteColor);
  transition: var(--transition);
}
.crafts-subscribe-inner-box .content {
  max-width: 580px;
}
.crafts-subscribe-inner-box h2 {
  color: var(--blackColor);
  margin-bottom: 20px;
  font-size: 36px;
}
.crafts-subscribe-inner-box p {
  color: var(--blackColor);
}
.crafts-subscribe-inner-box .newsletter-form {
  margin-top: 30px;
  position: relative;
}
.crafts-subscribe-inner-box .newsletter-form .input-newsletter {
  border: 0;
  width: 100%;
  height: 55px;
  display: block;
  background-color: var(--whiteColor);
  padding-left: 25px;
  padding-right: 15px;
}
.crafts-subscribe-inner-box .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.crafts-subscribe-inner-box .newsletter-form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.crafts-subscribe-inner-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.crafts-subscribe-inner-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.crafts-subscribe-inner-box .newsletter-form button {
  background-color: var(--mainColor);
  transition: var(--transition);
  color: var(--whiteColor);
  position: absolute;
  height: 55px;
  border: 0;
  right: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}
.crafts-subscribe-inner-box .newsletter-form button i {
  top: 50%;
  left: 25px;
  position: absolute;
  transform: translateY(-50%);
}
.crafts-subscribe-inner-box .newsletter-form button:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.crafts-subscribe-inner-box .newsletter-form #validator-newsletter {
  color: var(--whiteColor);
}
.crafts-subscribe-inner-box .newsletter-form #validator-newsletter.validation-danger {
  color: red;
}

/* Crafts Trending Products Area CSS */
.crafts-trending-products-card {
  margin-bottom: 30px;
  text-align: center;
  transition: var(--transition);
}
.crafts-trending-products-card .products-content {
  margin-top: 25px;
}
.crafts-trending-products-card .products-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.crafts-trending-products-card .products-content h3 a {
  color: var(--blackColor);
}
.crafts-trending-products-card .products-content .price {
  font-size: var(--fontSize);
  font-weight: 500;
  color: var(--optionalColor);
  margin-top: 15px;
}
.crafts-trending-products-card:hover {
  transform: translateY(-10px);
}
.crafts-trending-products-card:hover .products-content h3 a {
  color: var(--mainColor);
}

/* Crafts Feedback Area CSS */
.crafts-feedback-area {
  background-color: #F4DDD6;
}
.crafts-feedback-area.bg-FFEEE3 {
  background-color: #FFEEE3;
}

.single-feedback-card {
  background-color: var(--whiteColor);
  transition: var(--transition);
  border: 1px solid #EBEBEB;
  margin-bottom: 30px;
  padding: 30px;
}
.single-feedback-card p {
  margin-bottom: 20px;
}
.single-feedback-card h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-feedback-card h3 span {
  color: var(--optionalColor);
  font-size: var(--fontSize);
  font-weight: normal;
}
.single-feedback-card .rating {
  margin-top: 15px;
  color: #EBA400;
  font-size: 14px;
}
.single-feedback-card:hover {
  border-color: var(--mainColor);
}

.crafts-feedback-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.crafts-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.crafts-feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.crafts-feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .crafts-feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

/* Partner Area With Color Area CSS */
.partner-area-with-color {
  background-color: #E9E9E9;
  padding-top: 80px;
  padding-bottom: 80px;
}
.partner-area-with-color.bg-ECF5E8 {
  background-color: #ECF5E8;
}

/* Skin Care Home Area CSS */
.skin-care-home-area {
  overflow: hidden;
  background-color: #FFEEE3;
  padding-top: 120px;
  padding-bottom: 150px;
}
.skin-care-home-area .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.skin-care-home-item .skin-care-content {
  position: relative;
  z-index: 1;
  max-width: 630px;
}
.skin-care-home-item .skin-care-content .sub-title {
  color: var(--mainColor);
  margin-bottom: 12px;
  font-size: 22px;
  display: block;
}
.skin-care-home-item .skin-care-content h1 {
  font-size: 60px;
  margin-bottom: 15px;
}
.skin-care-home-item .skin-care-content p {
  font-size: 22px;
  font-weight: 400;
}
.skin-care-home-item .skin-care-content .default-btn {
  margin-top: 10px;
}
.skin-care-home-item .skin-care-home-image {
  text-align: end;
  position: relative;
}
.skin-care-home-item .skin-care-home-image img {
  width: auto !important;
  display: inline-block !important;
}
.skin-care-home-item .skin-care-home-image .skin-care-small-image {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}
.skin-care-home-item .skin-care-home-image .skin-care-original-shape {
  position: absolute;
  left: -30px;
  bottom: 5px;
}

.skin-care-home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.skin-care-home-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 70px;
  height: 70px;
  margin: 0 0;
  display: block;
  font-size: 27px;
  border-radius: 0;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.skin-care-home-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.skin-care-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -110px;
  left: auto;
}
.skin-care-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.skin-care-home-slides.owl-theme .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: -85px;
  left: 0;
  right: 0;
}
.skin-care-home-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: rgba(143, 143, 143, 0.45);
}
.skin-care-home-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: #707070;
  transition: var(--transition);
}
.skin-care-home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .skin-care-home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.owl-item.active .skin-care-home-item .skin-care-content .sub-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-item.active .skin-care-home-item .skin-care-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}
.owl-item.active .skin-care-home-item .skin-care-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}
.owl-item.active .skin-care-home-item .skin-care-content .default-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.9s;
}
.owl-item.active .skin-care-home-item .skin-care-home-image img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.owl-item.active .skin-care-home-item .skin-care-home-image .skin-care-small-image img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}

/*  Skin Care Collection Area CSS */
.skin-care-collection-area {
  padding-bottom: 30px;
}

.skin-care-collection-card {
  margin-bottom: 70px;
  position: relative;
  transition: var(--transition);
}
.skin-care-collection-card .content {
  margin-top: 30px;
  text-align: center;
}
.skin-care-collection-card .content span {
  color: var(--mainColor);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.skin-care-collection-card .content h3 {
  font-size: 25px;
  margin-bottom: 22px;
}
.skin-care-collection-card .content .collection-btn {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
  font-size: var(--fontSize);
  font-weight: 500;
}
.skin-care-collection-card .content .collection-btn::before {
  right: 0;
  bottom: 0;
  width: 77%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--blackColor);
}
.skin-care-collection-card .content .collection-btn i {
  position: absolute;
  top: 2px;
  left: 0;
}
.skin-care-collection-card .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.skin-care-collection-card.with-padding-right {
  padding-right: 80px;
}
.skin-care-collection-card.with-padding-left {
  padding-left: 80px;
}
.skin-care-collection-card:hover {
  transform: translateY(-8px);
}

/* Start "Retail Online Shop Demo", "Electronic Demo", & "Grocery Demo" "CSS" */
.default-btn-with-border-radius {
  display: inline-block;
  padding: 12px 35px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: var(--fontSize);
  font-weight: 500;
  transition: var(--transition);
  border-radius: 8px;
}
.default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.default-btn-with-border-radius.white-color {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.default-btn-with-border-radius.white-color:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.section-heading-title {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 45px;
}
.section-heading-title h2 {
  margin-bottom: 0;
  font-size: 36px;
}
.section-heading-title.white-color h2 {
  color: var(--whiteColor);
}
.section-heading-title .default-countdown {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.section-heading-title .default-countdown li {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  color: var(--blackColor);
  background-color: #F7F7F7;
  transition: var(--transition);
  font-size: 12px;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 2px;
}
.section-heading-title .default-countdown li span {
  font-size: 18px;
  font-weight: 600;
}
.section-heading-title .default-countdown li:first-child {
  margin-left: 0;
}
.section-heading-title .default-countdown li:last-child {
  margin-right: 0;
}
.section-heading-title .default-countdown li:hover {
  transform: translateY(-5px);
}
.section-heading-title p {
  max-width: 650px;
  margin: 12px auto 0;
}
.section-heading-title.grocery-main-color {
  margin-top: 0;
}
.section-heading-title.grocery-main-color .default-countdown li {
  background-color: var(--groceryColor);
  color: var(--whiteColor);
}
.section-heading-title.grocery-main-color .default-countdown li:hover {
  transform: unset;
}

.grocery-products-area .section-heading-title {
  margin-top: 0;
}
.grocery-products-area .section-heading-title .default-countdown li {
  background-color: var(--groceryColor);
  color: var(--whiteColor);
}
.grocery-products-area .section-heading-title .default-countdown li:hover {
  transform: unset;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area-with-white-color {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header-area-with-white-color p {
  color: var(--blackColor);
}
.top-header-area-with-white-color .top-header-info .call-btn {
  color: var(--blackColor);
}
.top-header-area-with-white-color .top-header-info .call-btn a {
  color: var(--mainColor);
  font-weight: 600;
}
.top-header-area-with-white-color.bg-D1E2FC {
  background-color: #D1E2FC;
  border-bottom: 1px solid var(--whiteColor);
}
.top-header-area-with-white-color.grocery-main-color {
  background-color: #FCFAF9;
  border-bottom: 1px solid #EFEBEA;
}
.top-header-area-with-white-color.grocery-main-color .top-header-info .call-btn a {
  color: var(--groceryColor);
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-white-color .dravo-nav {
  border-bottom: 1px solid #fff;
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item {
  margin-left: 15px;
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .search-popup i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .user-account i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .wishlist-btn {
  padding-top: 0;
  margin-left: 0;
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .wishlist-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .cart-btn {
  padding-top: 0;
  margin-left: 0;
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .cart-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.navbar-area-with-white-color .dravo-nav .navbar .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .search-popup i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .user-account i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn {
  padding-top: 0;
  margin-left: 0;
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn {
  padding-top: 0;
  margin-left: 0;
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.navbar-area-with-white-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC {
  background-color: #D1E2FC;
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav {
  border-bottom: 1px solid var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .search-popup i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .user-account i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .wishlist-btn i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .cart-btn i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .dravo-nav .navbar .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .search-popup i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .user-account i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i {
  background-color: var(--whiteColor);
  border: 1px solid #D1E2FC;
  color: var(--blackColor);
}
.navbar-area-with-white-color.bg-D1E2FC .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color {
  background-color: #FCFAF9;
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav {
  border-bottom: none;
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
  background-color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .search-popup i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .search-popup i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .user-account i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .user-account i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .wishlist-btn i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .wishlist-btn span {
  background-color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .cart-btn i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .cart-btn i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .dravo-nav .navbar .others-option .option-item .cart-btn span {
  background-color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .search-popup i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .search-popup i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .user-account i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .user-account i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn span {
  background-color: var(--groceryColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i {
  background-color: #EFEBEA;
  border: 1px solid #EFEBEA;
  color: var(--blackColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i:hover {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
  color: var(--whiteColor);
}
.navbar-area-with-white-color.grocery-main-color .others-option-for-responsive .option-inner .others-option .option-item .cart-btn span {
  background-color: var(--groceryColor);
}

/*================================================
Search Overlay Area CSS
=================================================*/
.search-overlay-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay-area .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay-area .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay-area .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay-area .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay-area .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay-area .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: var(--whiteColor);
  transition: all 500ms ease;
}
.search-overlay-area .search-overlay-close .search-overlay-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay-area .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay-area .search-overlay-close:hover .search-overlay-close-line {
  background: var(--mainColor);
  transform: rotate(180deg);
}
.search-overlay-area .search-overlay-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}
.search-overlay-area .search-overlay-form form {
  position: relative;
}
.search-overlay-area .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: var(--optionalColor);
  padding: 0 0 0 25px;
  font-weight: 400;
  outline: 0;
}
.search-overlay-area .search-overlay-form form .input-search::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: 0.5px;
  color: var(--optionalColor);
}
.search-overlay-area .search-overlay-form form .input-search::placeholder {
  transition: var(--transition);
  letter-spacing: 0.5px;
  color: var(--optionalColor);
}
.search-overlay-area .search-overlay-form form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.search-overlay-area .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}
.search-overlay-area .search-overlay-form form button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: var(--whiteColor);
  height: 50px;
  border-radius: 50%;
  background-color: var(--mainColor);
  transition: var(--transition);
  border: none;
  font-size: 20px;
  line-height: 50px;
}
.search-overlay-area .search-overlay-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.search-overlay-area.search-overlay-active.search-overlay-area {
  opacity: 1;
  visibility: visible;
}
.search-overlay-area.search-overlay-active.search-overlay-area .search-overlay-layer {
  transform: translateX(0);
}
.search-overlay-area.search-overlay-active.search-overlay-area .search-overlay-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay-area.search-overlay-active.search-overlay-area .search-overlay-form {
  opacity: 1;
  visibility: visible;
}
.search-overlay-area.grocery-main-color .search-overlay-close .search-overlay-close-line {
  background-color: var(--whiteColor);
}
.search-overlay-area.grocery-main-color .search-overlay-close:hover .search-overlay-close-line {
  background: var(--groceryColor);
}
.search-overlay-area.grocery-main-color .search-overlay-form form button {
  background-color: var(--groceryColor);
}
.search-overlay-area.grocery-main-color .search-overlay-form form button:hover {
  background-color: var(--blackColor);
}

/*================================================
Retail Shop Banner Area CSS
=================================================*/
.retail-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.retail-banner-area .container-fluid {
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}

.retail-banner-item {
  background-image: url(../../assets/img/home-six/banner/banner-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding-top: 130px;
  padding-bottom: 150px;
  padding-left: 120px;
  padding-right: 120px;
}
.retail-banner-item.bg-two {
  background-image: url(../../assets/img/home-six/banner/banner-bg2.jpg);
}
.retail-banner-item.bg-three {
  background-image: url(../../assets/img/home-six/banner/banner-bg3.jpg);
}
.retail-banner-item .content {
  max-width: 750px;
}
.retail-banner-item .content h1 {
  font-size: 80px;
  margin-bottom: 10px;
}
.retail-banner-item .content h1 b {
  color: var(--mainColor);
}
.retail-banner-item .content span {
  font-size: 20px;
  color: var(--optionalColor);
}
.retail-banner-item .content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.retail-banner-item .content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.retail-banner-item .content .banner-btn li:last-child {
  margin-right: 0;
}

.retail-home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.retail-home-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 45px;
  height: 45px;
  margin: 0 0;
  display: block;
  font-size: 22px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
  color: var(--blackColor);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.retail-home-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.retail-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 15px;
  left: auto;
}
.retail-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Categories Shop Area CSS
=================================================*/
.categories-shop-card {
  text-align: center;
}
.categories-shop-card .categories-image a img {
  width: auto;
  display: inline-block;
}
.categories-shop-card .categories-content {
  background-color: var(--whiteColor);
  border: 1px solid #EFEBEA;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  margin-top: -15px;
  transition: var(--transition);
}
.categories-shop-card .categories-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.categories-shop-card .categories-content h3 a {
  color: var(--blackColor);
}
.categories-shop-card .categories-content span {
  font-size: 15px;
  color: var(--blackColor);
  display: inline-block;
  margin-top: 5px;
  transition: var(--transition);
}
.categories-shop-card:hover .categories-content {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
}
.categories-shop-card:hover .categories-content h3 a {
  color: var(--whiteColor);
}
.categories-shop-card:hover .categories-content span {
  color: var(--whiteColor);
}

.categories-shop-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.categories-shop-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 0;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
  position: absolute;
  left: -55px;
  top: 30%;
  transform: translateY(-30%);
}
.categories-shop-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.categories-shop-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -55px;
  left: auto;
}
.categories-shop-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Featured Products Wrap Area CSS
=================================================*/
.featured-products-wrap-card {
  margin-bottom: 30px;
}
.featured-products-wrap-card .featured-products-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}
.featured-products-wrap-card .featured-products-image img {
  transition: var(--transition);
  border-radius: 15px;
}
.featured-products-wrap-card .featured-products-image .products-action-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.featured-products-wrap-card .featured-products-image .products-action-list li {
  list-style-type: none;
  display: inline-block;
}
.featured-products-wrap-card .featured-products-image .products-action-list li a {
  width: 58px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-right: 1px solid #c45d5d;
}
.featured-products-wrap-card .featured-products-image .products-action-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.featured-products-wrap-card .featured-products-image .products-action-list li:nth-child(1) a {
  border-radius: 8px 0 0 8px;
}
.featured-products-wrap-card .featured-products-image .products-action-list li:nth-child(3) a {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
.featured-products-wrap-card .featured-products-image .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.featured-products-wrap-card .featured-products-image .sale:hover {
  background-color: var(--blackColor);
}
.featured-products-wrap-card .featured-products-image .new {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.featured-products-wrap-card .featured-products-image .new:hover {
  background-color: var(--mainColor);
}
.featured-products-wrap-card .featured-products-content {
  text-align: center;
  margin-top: 25px;
}
.featured-products-wrap-card .featured-products-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.featured-products-wrap-card .featured-products-content h3 a {
  color: var(--blackColor);
}
.featured-products-wrap-card .featured-products-content h3 a:hover {
  color: var(--mainColor);
}
.featured-products-wrap-card .featured-products-content span {
  font-size: 15px;
  color: var(--mainColor);
  display: inline-block;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 10px;
}
.featured-products-wrap-card .featured-products-content .price {
  margin-top: 12px;
  margin-bottom: 10px;
}
.featured-products-wrap-card .featured-products-content .price .new-price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.featured-products-wrap-card .featured-products-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
  margin-top: 0;
  margin-bottom: 0;
}
.featured-products-wrap-card .featured-products-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.featured-products-wrap-card .featured-products-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.featured-products-wrap-card .featured-products-content .rating li:last-child {
  margin-right: 0;
}
.featured-products-wrap-card .featured-products-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.featured-products-wrap-card .featured-products-content .rating li:last-child i {
  color: var(--optionalColor);
}
.featured-products-wrap-card:hover .featured-products-image img {
  transform: scale(1.08);
}
.featured-products-wrap-card:hover .featured-products-image .products-action-list {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.featured-products-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.featured-products-wrap-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 0;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
}
.featured-products-wrap-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.featured-products-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -55px;
  left: auto;
}
.featured-products-wrap-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
ROS Overview Area CSS
=================================================*/
.ros-overview-card {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  transition: var(--transition);
  position: relative;
  margin-bottom: 30px;
}
.ros-overview-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--whiteColor);
  opacity: 0.4;
}
.ros-overview-card .content {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
}
.ros-overview-card .content span {
  font-size: 15px;
  color: var(--blackColor);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.ros-overview-card .content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.ros-overview-card:hover {
  transform: translateY(-5px);
}

/*================================================
Special Deals Area CSS
=================================================*/
.special-deals-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.special-deals-card .deals-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}
.special-deals-card .deals-image img {
  transition: var(--transition);
  border-radius: 15px;
}
.special-deals-card .deals-image .products-action-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.special-deals-card .deals-image .products-action-list li {
  list-style-type: none;
  display: inline-block;
}
.special-deals-card .deals-image .products-action-list li a {
  width: 58px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-right: 1px solid #c45d5d;
}
.special-deals-card .deals-image .products-action-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.special-deals-card .deals-image .products-action-list li:nth-child(1) a {
  border-radius: 8px 0 0 8px;
}
.special-deals-card .deals-image .products-action-list li:nth-child(3) a {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
.special-deals-card .deals-image .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.special-deals-card .deals-image .sale:hover {
  background-color: var(--blackColor);
}
.special-deals-card .deals-image .new {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.special-deals-card .deals-image .new:hover {
  background-color: var(--mainColor);
}
.special-deals-card .deals-content {
  text-align: center;
  margin-top: 25px;
}
.special-deals-card .deals-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.special-deals-card .deals-content h3 a {
  color: var(--blackColor);
}
.special-deals-card .deals-content h3 a:hover {
  color: var(--mainColor);
}
.special-deals-card .deals-content .price {
  margin-top: 14px;
  margin-bottom: 12px;
}
.special-deals-card .deals-content .price .new-price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: bold;
}
.special-deals-card .deals-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
}
.special-deals-card .deals-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.special-deals-card .deals-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.special-deals-card .deals-content .rating li:last-child {
  margin-right: 0;
}
.special-deals-card .deals-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.special-deals-card .deals-content .rating li:last-child i {
  color: var(--optionalColor);
}
.special-deals-card .deals-add-image {
  overflow: hidden;
  border-radius: 15px;
}
.special-deals-card .deals-add-image a img {
  transition: var(--transition);
  border-radius: 15px;
}
.special-deals-card .deals-add-image:hover a img {
  transform: scale(1.1);
}
.special-deals-card:hover {
  transform: translateY(-5px);
}
.special-deals-card:hover .deals-image img {
  transform: scale(1.08);
}
.special-deals-card:hover .deals-image .products-action-list {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

/*================================================
Summer Overview Area CSS
=================================================*/
.summer-overview-inner-card {
  background-image: url(../../assets/img/home-six/summer-overview.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.summer-overview-inner-card .content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 750px;
}
.summer-overview-inner-card .content span {
  font-size: 18px;
  color: var(--optionalColor);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
.summer-overview-inner-card .content span b {
  color: var(--mainColor);
}
.summer-overview-inner-card .content h3 {
  font-size: 80px;
  margin-bottom: 25px;
}

/*================================================
Special Offer Area CSS
=================================================*/
.special-offer-card {
  background: #F7F7F7;
  border-radius: 15px;
  padding: 45px 25px;
  text-align: center;
  transition: var(--transition);
  margin-bottom: 30px;
}
.special-offer-card .offer-image {
  position: relative;
}
.special-offer-card .offer-image .sale {
  position: absolute;
  left: -15px;
  top: -35px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.special-offer-card .offer-image .sale:hover {
  background-color: var(--blackColor);
}
.special-offer-card .offer-image .new {
  position: absolute;
  left: -15px;
  top: -35px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.special-offer-card .offer-image .new:hover {
  background-color: var(--mainColor);
}
.special-offer-card .offer-content {
  margin-top: 30px;
}
.special-offer-card .offer-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.special-offer-card .offer-content h3 a {
  color: var(--blackColor);
}
.special-offer-card .offer-content h3 a:hover {
  color: var(--mainColor);
}
.special-offer-card .offer-content .price {
  display: block;
  margin-top: 7px;
  margin-bottom: 5px;
}
.special-offer-card .offer-content .price .new-price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: bold;
}
.special-offer-card .offer-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
}
.special-offer-card .offer-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.special-offer-card .offer-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.special-offer-card .offer-content .rating li:last-child {
  margin-right: 0;
}
.special-offer-card .offer-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.special-offer-card .offer-content .rating li:last-child i {
  color: var(--optionalColor);
}
.special-offer-card:hover {
  transform: translateY(-5px);
}

/*================================================
Partner Wrap Area CSS
=================================================*/
.partner-wrap-inner-box {
  background: #FAF7F4;
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
}
.partner-wrap-inner-box.with-linear-gradient-color {
  background: linear-gradient(90deg, #FD746C 0%, #FF9068 100%);
}

.partner-card {
  text-align: center;
  margin-bottom: 15px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.with-linear-gradient-color .partner-wrap-inner-box {
  background: linear-gradient(90deg, #FD746C 0%, #FF9068 100%);
}
.with-linear-gradient-color .partner-wrap-inner-box .section-heading-title h2 {
  color: var(--whiteColor);
  font-size: 24px;
}

/*================================================
Popular Item Area CSS
=================================================*/
.popular-item-add-card {
  position: relative;
}
.popular-item-add-card img {
  border-radius: 15px;
}
.popular-item-add-card .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 35px;
}
.popular-item-add-card .content span {
  font-size: 15px;
  color: var(--blackColor);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.popular-item-add-card .content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.popular-item-card {
  transition: var(--transition);
}
.popular-item-card .popular-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}
.popular-item-card .popular-image img {
  transition: var(--transition);
  border-radius: 15px;
}
.popular-item-card .popular-image .products-action-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.popular-item-card .popular-image .products-action-list li {
  list-style-type: none;
  display: inline-block;
}
.popular-item-card .popular-image .products-action-list li a {
  width: 58px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-right: 1px solid #c45d5d;
}
.popular-item-card .popular-image .products-action-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.popular-item-card .popular-image .products-action-list li:nth-child(1) a {
  border-radius: 8px 0 0 8px;
}
.popular-item-card .popular-image .products-action-list li:nth-child(3) a {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
.popular-item-card .popular-image .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.popular-item-card .popular-image .sale:hover {
  background-color: var(--blackColor);
}
.popular-item-card .popular-image .new {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 15px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.popular-item-card .popular-image .new:hover {
  background-color: var(--mainColor);
}
.popular-item-card .popular-content {
  text-align: center;
  margin-top: 25px;
}
.popular-item-card .popular-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.popular-item-card .popular-content h3 a {
  color: var(--blackColor);
}
.popular-item-card .popular-content h3 a:hover {
  color: var(--mainColor);
}
.popular-item-card .popular-content .price {
  margin-top: 14px;
  margin-bottom: 12px;
}
.popular-item-card .popular-content .price .new-price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: bold;
}
.popular-item-card .popular-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
}
.popular-item-card .popular-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.popular-item-card .popular-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.popular-item-card .popular-content .rating li:last-child {
  margin-right: 0;
}
.popular-item-card .popular-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.popular-item-card .popular-content .rating li:last-child i {
  color: var(--optionalColor);
}
.popular-item-card:hover .popular-image img {
  transform: scale(1.08);
}
.popular-item-card:hover .popular-image .products-action-list {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.popular-item-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -80px;
}
.popular-item-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
}
.popular-item-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.popular-item-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Facility Wrap Area CSS
=================================================*/
.facility-wrap-inner-box {
  background-color: var(--mainColor);
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 15px;
}

.facility-wrap-card {
  margin-bottom: 30px;
}
.facility-wrap-card .facility-content {
  position: relative;
  padding: 10px 0 10px 100px;
}
.facility-wrap-card .facility-content .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.facility-wrap-card .facility-content .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  font-size: 38px;
  transition: var(--transition);
}
.facility-wrap-card .facility-content h3 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 12px;
}
.facility-wrap-card .facility-content span {
  color: var(--whiteColor);
  font-weight: 400;
  font-size: 15px;
}
.facility-wrap-card .facility-content:hover .icon i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.facility-wrap-card.with-box-style {
  border: 1px solid var(--mainColor);
  border-radius: 120px;
  padding: 20px;
  transition: var(--transition);
}
.facility-wrap-card.with-box-style .facility-content {
  padding: 2px 0 2px 75px;
}
.facility-wrap-card.with-box-style .facility-content .icon i {
  background: #F7F7F7;
  border: 1.5px solid #CF0018;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
}
.facility-wrap-card.with-box-style .facility-content h3 {
  color: var(--blackColor);
  transition: var(--transition);
  font-size: 20px;
  margin-bottom: 10px;
}
.facility-wrap-card.with-box-style .facility-content span {
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
  transition: var(--transition);
}
.facility-wrap-card.with-box-style .facility-content:hover .icon i {
  background: #F7F7F7;
  color: var(--blackColor);
}
.facility-wrap-card.with-box-style:hover {
  background-color: var(--mainColor);
}
.facility-wrap-card.with-box-style:hover .facility-content h3 {
  color: var(--whiteColor);
}
.facility-wrap-card.with-box-style:hover .facility-content span {
  color: var(--whiteColor);
}

/*================================================
ROS Page Banner Area CSS
=================================================*/
.ros-page-banner-area {
  background: #FAF7F4;
  padding-top: 55px;
  padding-bottom: 55px;
}

.ros-page-banner-content h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.ros-page-banner-list {
  padding: 0;
  margin-bottom: 0;
}
.ros-page-banner-list li {
  z-index: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  padding-left: 20px;
  padding-right: 20px;
}
.ros-page-banner-list li::before {
  color: var(--blackColor);
  text-rendering: auto;
  position: absolute;
  content: "\f054";
  line-height: 1;
  right: -6px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
}
.ros-page-banner-list li a {
  color: var(--mainColor);
}
.ros-page-banner-list li:first-child {
  padding-left: 0;
}
.ros-page-banner-list li:last-child {
  padding-right: 0;
}
.ros-page-banner-list li:last-child::before {
  display: none;
}

/*================================================
ROS About Area CSS
=================================================*/
.ros-about-content span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}
.ros-about-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.ros-about-content p {
  margin-bottom: 0;
}
.ros-about-content .about-btn {
  margin-top: 25px;
}

.ros-about-image {
  padding-left: 65px;
  position: relative;
}
.ros-about-image img {
  border-radius: 15px;
}
.ros-about-image .small-image {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.ros-about-image .video-view {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.ros-about-image .video-view .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--mainColor);
  border-radius: 50%;
  color: var(--whiteColor);
  text-align: center;
  font-size: 30px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.ros-about-image .video-view .video-btn i {
  transition: var(--transition);
  position: relative;
  left: 3.5px;
}
.ros-about-image .video-view .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  animation: ripple 5s linear infinite;
}
.ros-about-image .video-view .video-btn:hover {
  background-color: var(--blackColor);
}
.ros-about-image .video-view .video-btn:hover i {
  color: var(--whiteColor);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*================================================
What We Do Area CSS
=================================================*/
.what-we-do-image img {
  border-radius: 15px;
}

.what-we-do-content {
  padding-left: 55px;
  padding-right: 35px;
}
.what-we-do-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.what-we-do-content h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.what-we-do-funfacts {
  margin-bottom: 30px;
}
.what-we-do-funfacts:last-child {
  margin-bottom: 0;
}
.what-we-do-funfacts .number {
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.what-we-do-funfacts p {
  margin-bottom: 0;
}

/*================================================
Feedback Wrap Area CSS
=================================================*/
.feedback-wrap-area {
  background-color: #F7F7F7;
}

.feedback-wrap-card {
  max-width: 1130px;
  margin: auto;
}
.feedback-wrap-card .feedback-wrap-image {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.feedback-wrap-card .feedback-wrap-image img {
  border-radius: 20px;
  width: auto;
  display: inline-block;
}
.feedback-wrap-card .feedback-wrap-image .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.feedback-wrap-card .feedback-wrap-image .icon i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 30px;
}
.feedback-wrap-card .feedback-wrap-content {
  padding-left: 35px;
}
.feedback-wrap-card .feedback-wrap-content p {
  font-size: 24px;
  color: var(--blackColor);
  margin-bottom: 0;
}
.feedback-wrap-card .feedback-wrap-content .info {
  margin-top: 30px;
}
.feedback-wrap-card .feedback-wrap-content .info h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.feedback-wrap-card .feedback-wrap-content .info span {
  color: var(--optionalColor);
}

.feedback-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 0;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
  color: var(--blackColor);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.feedback-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -15px;
  left: auto;
}
.feedback-wrap-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Team Wrap Area CSS
=================================================*/
.team-wrap-card {
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: var(--transition);
  padding: 15px;
}
.team-wrap-card .team-image {
  border-radius: 10px;
  overflow: hidden;
}
.team-wrap-card .team-image img {
  transition: var(--transition);
  border-radius: 10px;
}
.team-wrap-card .team-content {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.team-wrap-card .team-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.team-wrap-card .team-content span {
  display: block;
  margin-top: 8px;
  color: var(--optionalColor);
  font-size: 14px;
}
.team-wrap-card .team-content .social-links {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.team-wrap-card .team-content .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.team-wrap-card .team-content .social-links li:last-child {
  margin-right: 0;
}
.team-wrap-card .team-content .social-links li a i {
  color: #C4C4C4;
  transition: var(--transition);
}
.team-wrap-card .team-content .social-links li a i:hover {
  color: var(--mainColor);
}
.team-wrap-card:hover {
  transform: translateY(-5px);
  border: 1px solid var(--mainColor);
}
.team-wrap-card:hover .team-image img {
  transform: scale(1.1);
}
.team-wrap-card.grocery-main-color .social-links li a i:hover {
  color: var(--groceryColor);
}
.team-wrap-card.grocery-main-color:hover {
  border: 1px solid var(--groceryColor);
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area-with-wrap .widget .widget-title::before {
  display: none;
}
.widget-area-with-wrap .widget_search form .search-field {
  border-radius: 5px;
}
.widget-area-with-wrap .widget_search form button {
  color: var(--blackColor);
  background-color: transparent;
  border-radius: 5px;
}
.widget-area-with-wrap .widget_search form button:hover {
  background-color: var(--mainColor);
}
.widget-area-with-wrap .widget_categories ul li a {
  padding-left: 18px;
}
.widget-area-with-wrap .widget_categories ul li a::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--mainColor);
  left: 0;
  top: 5.5px;
  border-radius: 50px;
}
.widget-area-with-wrap .widget_dravo_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item {
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item:last-child {
  margin-bottom: 0;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .thumb {
  float: left;
  height: 90px;
  width: 90px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .thumb .fullimage {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/home-six/featured-products/featured-products8.jpg);
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/home-six/featured-products/featured-products5.jpg);
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/home-six/featured-products/featured-products3.jpg);
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .info {
  overflow: hidden;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .info .title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 16.5px;
  font-weight: bold;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .info .title a {
  display: inline-block;
}
.widget-area-with-wrap .widget_dravo_posts_thumb .box-item .info span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.widget-area-with-wrap.grocery-main-color {
  padding-right: 0;
  padding-left: 8px;
}
.widget-area-with-wrap.grocery-main-color .widget_search form .search-field {
  border-radius: 5px;
}
.widget-area-with-wrap.grocery-main-color .widget_search form .search-field:focus {
  border: 1px solid var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_search form button:hover {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_categories ul li a::after {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_categories ul li a::before {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_categories ul li a:hover {
  color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-from, .widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-to, .widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-single {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::before, .widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::before, .widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::before {
  border-top-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-bar {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_price_filter .collection_filter_by_price .irs--flat .irs-handle > i:first-child {
  background-color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/home-eight/products/products1.png);
}
.widget-area-with-wrap.grocery-main-color .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/home-eight/products/products2.png);
}
.widget-area-with-wrap.grocery-main-color .widget_dravo_posts_thumb .box-item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/home-eight/products/products3.png);
}
.widget-area-with-wrap.grocery-main-color .widget_dravo_posts_thumb .box-item .info span {
  color: var(--groceryColor);
}
.widget-area-with-wrap.grocery-main-color .widget_dravo_posts_thumb .box-item .info .title a:hover {
  color: var(--groceryColor);
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-area-with-wrap .products-details-tabs .nav {
  border: none !important;
}
.products-details-area-with-wrap .products-details-image {
  border-radius: 15px;
  overflow: hidden;
}
.products-details-area-with-wrap .products-details-image img {
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}
.products-details-area-with-wrap .products-details-desc {
  padding-top: 15px;
  padding-left: 35px;
}
.products-details-area-with-wrap .products-details-desc h3 {
  font-size: 30px;
}
.products-details-area-with-wrap .products-details-desc .price {
  font-weight: 600;
}
.products-details-area-with-wrap .products-details-desc .price .new-price {
  font-size: 18px;
  color: var(--mainColor);
}
.products-details-area-with-wrap .products-details-desc .price .old-price {
  color: var(--optionalColor);
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.products-details-area-with-wrap .products-details-desc .products-add-to-cart .input-counter input {
  border-radius: 5px;
}
.products-details-area-with-wrap .products-details-desc .products-add-to-cart .default-btn {
  border-radius: 5px;
  background-color: var(--mainColor);
}
.products-details-area-with-wrap .products-details-desc .products-add-to-cart .default-btn:hover {
  background-color: var(--blackColor);
}
.products-details-area-with-wrap .products-details-desc .products-details-tabs .nav {
  border: none !important;
}
.products-details-area-with-wrap.grocery-main-color .products-details-desc .price .new-price {
  color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-desc .products-info li a:hover {
  color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-desc .products-add-to-cart .input-counter span:hover {
  color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-desc .products-add-to-cart .default-btn {
  background-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-desc .products-add-to-cart .default-btn:hover {
  background-color: var(--blackColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .nav .nav-item .nav-link::before {
  background-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .nav .nav-item .nav-link.active::before {
  background-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after, .products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  background: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  background-color: var(--groceryColor);
}
.products-details-area-with-wrap.grocery-main-color .products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
ROS Contact Information Area CSS
=================================================*/
.ros-contact-information-inner-box {
  background: #F7F7F7;
  border-radius: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.ros-contact-information-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.ros-contact-information-content .info-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.ros-contact-information-content .info-list li {
  list-style-type: none;
  margin-bottom: 20px;
  color: var(--optionalColor);
  position: relative;
  padding: 5px 0 5px 50px;
}
.ros-contact-information-content .info-list li:last-child {
  margin-bottom: 0;
}
.ros-contact-information-content .info-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  transition: var(--transition);
}
.ros-contact-information-content .info-list li a {
  color: var(--optionalColor);
}
.ros-contact-information-content .info-list li a:hover {
  color: var(--mainColor);
}
.ros-contact-information-content .info-list li:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.ros-contact-information-content .social-links {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}
.ros-contact-information-content .social-links span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--blackColor);
  margin-bottom: 12px;
}
.ros-contact-information-content .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.ros-contact-information-content .social-links li:last-child {
  margin-right: 0;
}
.ros-contact-information-content .social-links li a i {
  color: #C4C4C4;
  transition: var(--transition);
}
.ros-contact-information-content .social-links li a i:hover {
  color: var(--mainColor);
}

.ros-contact-information-map .map {
  width: 100%;
  height: 380px;
  margin-bottom: -8px;
  border-radius: 15px;
}

/*================================================
ROS Contact Area CSS
=================================================*/
.ros-contact-area form {
  max-width: 850px;
  margin: auto;
}
.ros-contact-area form .contact-form h3 {
  display: none;
}
.ros-contact-area form .contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.ros-contact-area form .contact-form .form-group {
  margin-bottom: 25px;
}
.ros-contact-area form .contact-form .form-control {
  height: 58px;
  border-radius: 5px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: var(--fontSize);
  color: var(--optionalColor);
  padding-left: 15px;
  padding-right: 15px;
}
.ros-contact-area form .contact-form .form-control:focus {
  border-color: var(--mainColor);
}
.ros-contact-area form .contact-form textarea.form-control {
  padding-top: 15px;
  min-height: auto;
  height: auto;
}
.ros-contact-area form .contact-form .default-btn-with-border-radius {
  margin-top: 15px;
  border: none;
}
.ros-contact-area form .contact-form .default-btn {
  margin-top: 15px;
  background-color: var(--mainColor);
  border: none;
}
.ros-contact-area form .contact-form .default-btn:hover {
  background-color: var(--blackColor);
}
.ros-contact-area form .contact-form .help-block.with-errors {
  color: red;
  margin-bottom: 0;
  margin-top: 12px;
}
.ros-contact-area form .contact-form #msgSubmit {
  margin: 0;
}
.ros-contact-area form .contact-form #msgSubmit.text-danger {
  margin-top: 12px;
}
.ros-contact-area form .contact-form #msgSubmit.text-success {
  margin-top: 12px;
}

/*================================================
Electronic Banner Area CSS
=================================================*/
.electronic-banner-area {
  background-color: #D1E2FC;
  padding-top: 70px;
  padding-bottom: 70px;
}
.electronic-banner-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.electronic-banner-content span {
  font-size: 15px;
  font-weight: 500;
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
}
.electronic-banner-content h1 {
  font-size: 88px;
  margin-bottom: 10px;
}
.electronic-banner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.electronic-banner-content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.electronic-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.electronic-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.electronic-banner-image {
  position: relative;
  text-align: center;
}
.electronic-banner-image .price {
  font-size: 35px;
  font-weight: bold;
  color: var(--mainColor);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
.electronic-banner-image .price span {
  font-size: 15px;
  color: var(--blackColor);
  font-weight: 600;
}

.electronic-banner-thumbs ul {
  padding: 0;
  margin-bottom: 0;
}
.electronic-banner-thumbs ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.electronic-banner-thumbs ul li:last-child {
  margin-bottom: 0;
}
.electronic-banner-thumbs ul li img {
  border: 1px solid var(--whiteColor);
  transition: var(--transition);
}
.electronic-banner-thumbs ul li.active img {
  border: 1px solid var(--mainColor);
}

/*================================================
Electronic Products Area CSS
=================================================*/
.electronic-products-area .section-heading-title .default-countdown li {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.electronic-products-card {
  margin-bottom: 30px;
  transition: var(--transition);
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}
.electronic-products-card .electronic-image {
  position: relative;
  border-radius: 15px;
  text-align: center;
}
.electronic-products-card .electronic-image img {
  border-radius: 15px;
}
.electronic-products-card .electronic-image .products-action-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.electronic-products-card .electronic-image .products-action-list li {
  list-style-type: none;
  display: inline-block;
}
.electronic-products-card .electronic-image .products-action-list li a {
  width: 58px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-right: 1px solid #c45d5d;
}
.electronic-products-card .electronic-image .products-action-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.electronic-products-card .electronic-image .products-action-list li:nth-child(1) a {
  border-radius: 8px 0 0 8px;
}
.electronic-products-card .electronic-image .products-action-list li:nth-child(3) a {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
.electronic-products-card .electronic-image .sale {
  position: absolute;
  left: -10px;
  top: -10px;
  display: inline-block;
  font-size: 14px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.electronic-products-card .electronic-image .sale:hover {
  background-color: var(--blackColor);
}
.electronic-products-card .electronic-image .new {
  position: absolute;
  left: -10px;
  top: -10px;
  display: inline-block;
  font-size: 14px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.electronic-products-card .electronic-image .new:hover {
  background-color: var(--mainColor);
}
.electronic-products-card .electronic-content {
  margin-top: 25px;
}
.electronic-products-card .electronic-content b {
  font-size: 14px;
  color: var(--optionalColor);
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
}
.electronic-products-card .electronic-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.electronic-products-card .electronic-content h3 a {
  color: var(--blackColor);
}
.electronic-products-card .electronic-content h3 a:hover {
  color: var(--mainColor);
}
.electronic-products-card .electronic-content .price {
  margin-top: 12px;
  margin-bottom: 12px;
}
.electronic-products-card .electronic-content .price .new-price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: bold;
}
.electronic-products-card .electronic-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
}
.electronic-products-card .electronic-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.electronic-products-card .electronic-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.electronic-products-card .electronic-content .rating li:last-child {
  margin-right: 0;
}
.electronic-products-card .electronic-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.electronic-products-card:hover .electronic-image .products-action-list {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.electronic-products-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.electronic-products-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 0;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
}
.electronic-products-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.electronic-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -55px;
  left: auto;
}
.electronic-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.electronic-products-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -80px;
}
.electronic-products-wrap-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
}
.electronic-products-wrap-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.electronic-products-wrap-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.electronic-products-list-tabs .nav {
  padding: 0;
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 0;
}
.electronic-products-list-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.electronic-products-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.electronic-products-list-tabs .nav .nav-item .nav-link {
  color: var(--blackColor);
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}
.electronic-products-list-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--mainColor);
  transition: var(--transition);
  bottom: -2px;
}
.electronic-products-list-tabs .nav .nav-item .nav-link:hover, .electronic-products-list-tabs .nav .nav-item .nav-link.active {
  color: var(--mainColor);
}
.electronic-products-list-tabs .nav .nav-item .nav-link:hover::before, .electronic-products-list-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

/*================================================
Electronic Overview Area CSS
=================================================*/
.electronic-overview-inner-box {
  background-image: url(../../assets/img/home-seven/overview-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 15px;
}
.electronic-overview-inner-box .overview-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: var(--whiteColor);
}

/*================================================
Electronic Boxes Area CSS
=================================================*/
.electronic-boxes-card {
  border-radius: 15px;
  position: relative;
  transition: var(--transition);
  margin-bottom: 30px;
}
.electronic-boxes-card img {
  border-radius: 15px;
}
.electronic-boxes-card .boxes-content {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.electronic-boxes-card .boxes-content span {
  font-size: 14px;
  color: var(--blackColor);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.electronic-boxes-card .boxes-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.electronic-boxes-card:hover {
  transform: translateY(-5px);
}

/*================================================
Customer Feedback Area CSS
=================================================*/
.customer-feedback-card {
  max-width: 1130px;
  margin: auto;
}
.customer-feedback-card .feedback-image {
  position: relative;
  display: inline-block;
}
.customer-feedback-card .feedback-image img {
  border-radius: 20px;
}
.customer-feedback-card .feedback-image .icon {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.customer-feedback-card .feedback-image .icon i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 30px;
}
.customer-feedback-card .feedback-content {
  padding-left: 35px;
}
.customer-feedback-card .feedback-content p {
  font-size: 24px;
  color: var(--blackColor);
  margin-bottom: 0;
}
.customer-feedback-card .feedback-content .info {
  margin-top: 30px;
}
.customer-feedback-card .feedback-content .info h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.customer-feedback-card .feedback-content .info span {
  color: var(--optionalColor);
}

.customer-feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.customer-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
}
.customer-feedback-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.customer-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.customer-feedback-area.grocery-main-color {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.customer-feedback-area.grocery-main-color .customer-feedback-card .feedback-image .icon i {
  background-color: var(--groceryColor);
}
.customer-feedback-area.grocery-main-color .customer-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--groceryColor);
}

.customer-feedback-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.blog-wrap-card .blog-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.blog-wrap-card .blog-image a img {
  border-radius: 10px;
  transition: var(--transition);
}
.blog-wrap-card .blog-image .date {
  background-color: var(--mainColor);
  border-radius: 0px 0px 10px 10px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
.blog-wrap-card .blog-image .date b {
  font-size: 18px;
  color: var(--whiteColor);
  display: block;
  font-weight: 600;
}
.blog-wrap-card .blog-image .date span {
  color: var(--whiteColor);
  font-size: 14px;
}
.blog-wrap-card .blog-content {
  margin-top: 25px;
}
.blog-wrap-card .blog-content span {
  color: var(--optionalColor);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
}
.blog-wrap-card .blog-content span a {
  color: var(--optionalColor);
  font-weight: 500;
}
.blog-wrap-card .blog-content span a:hover {
  color: var(--mainColor);
}
.blog-wrap-card .blog-content h3 {
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.blog-wrap-card .blog-content h3 a {
  color: var(--blackColor);
}
.blog-wrap-card .blog-content h3 a:hover {
  color: var(--mainColor);
}
.blog-wrap-card .blog-content .default-btn-with-border-radius {
  background-color: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.blog-wrap-card:hover {
  transform: translateY(-5px);
}
.blog-wrap-card:hover .blog-image a img {
  transform: scale(1.1);
}
.blog-wrap-card:hover .blog-content .default-btn-with-border-radius {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.blog-wrap-card.grocery-main-color .blog-image .date {
  background-color: var(--groceryColor);
}
.blog-wrap-card.grocery-main-color .blog-content span a:hover {
  color: var(--groceryColor);
}
.blog-wrap-card.grocery-main-color .blog-content h3 a:hover {
  color: var(--groceryColor);
}
.blog-wrap-card.grocery-main-color .blog-content .default-btn-with-border-radius {
  border: 1px solid var(--groceryColor);
  color: var(--groceryColor);
}
.blog-wrap-card.grocery-main-color:hover .blog-content .default-btn-with-border-radius {
  background-color: var(--groceryColor);
  color: var(--whiteColor);
}

.grocery-main-color .blog-wrap-card .blog-image .date {
  background-color: var(--groceryColor);
}
.grocery-main-color .blog-wrap-card .blog-content span a:hover {
  color: var(--groceryColor);
}
.grocery-main-color .blog-wrap-card .blog-content h3 a:hover {
  color: var(--groceryColor);
}
.grocery-main-color .blog-wrap-card .blog-content .default-btn-with-border-radius {
  border: 1px solid var(--groceryColor);
  color: var(--groceryColor);
}
.grocery-main-color .blog-wrap-card:hover .blog-content .default-btn-with-border-radius {
  background-color: var(--groceryColor);
  color: var(--whiteColor);
}
.grocery-main-color .subscribe-wrap-area {
  background-color: var(--groceryColor);
  position: relative;
  z-index: 1;
}
.grocery-main-color .subscribe-wrap-area .subscribe-wrap-form .newsletter-form button:hover {
  color: var(--groceryColor);
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  background-color: var(--mainColor);
}
.subscribe-wrap-area.grocery-main-color {
  background-color: var(--groceryColor);
  position: relative;
  z-index: 1;
}
.subscribe-wrap-area.grocery-main-color .subscribe-wrap-form .newsletter-form button:hover {
  color: var(--groceryColor);
}

.subscribe-wrap-content h2 {
  font-size: 32px;
  color: var(--whiteColor);
  margin-bottom: 12px;
}
.subscribe-wrap-content p {
  color: var(--whiteColor);
}

.subscribe-wrap-form .newsletter-form {
  position: relative;
  padding-right: 170px;
}
.subscribe-wrap-form .newsletter-form .input-newsletter {
  border: 0;
  width: 100%;
  height: 65px;
  display: block;
  background-color: var(--whiteColor);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.subscribe-wrap-form .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-wrap-form .newsletter-form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.subscribe-wrap-form .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-wrap-form .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-wrap-form .newsletter-form button {
  background-color: var(--blackColor);
  transition: var(--transition);
  color: var(--whiteColor);
  position: absolute;
  height: 65px;
  border: 0;
  right: 0;
  top: 0;
  padding: 0 25px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.subscribe-wrap-form .newsletter-form button:hover {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}
.subscribe-wrap-form .newsletter-form #validator-newsletter {
  color: var(--whiteColor);
}
.subscribe-wrap-form .newsletter-form #validator-newsletter.validation-danger {
  color: var(--whiteColor);
  margin-top: 10px;
}

.subscribe-wrap-shape {
  position: absolute;
  top: -15%;
  right: 2%;
  transform: translateY(15%) translateX(-2%);
  z-index: -1;
}

/*================================================
Electronic Page Banner Area CSS
=================================================*/
.electronic-page-banner-area {
  background-color: #D1E2FC;
  padding-top: 80px;
  padding-bottom: 80px;
}

.electronic-page-banner-content {
  text-align: center;
}
.electronic-page-banner-content h2 {
  font-size: 45px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.electronic-page-banner-content .page-list {
  padding: 0;
  margin-bottom: 0;
}
.electronic-page-banner-content .page-list li {
  z-index: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  padding-left: 20px;
  padding-right: 20px;
}
.electronic-page-banner-content .page-list li::before {
  color: var(--blackColor);
  text-rendering: auto;
  position: absolute;
  content: "\f054";
  line-height: 1;
  right: -5.8px;
  top: 7.5px;
  font-family: "Font Awesome 5 Free";
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}
.electronic-page-banner-content .page-list li a {
  color: var(--mainColor);
}
.electronic-page-banner-content .page-list li:first-child {
  padding-left: 0;
}
.electronic-page-banner-content .page-list li:last-child {
  padding-right: 0;
}
.electronic-page-banner-content .page-list li:last-child::before {
  display: none;
}

/*================================================
Electronic About Area CSS
=================================================*/
.electronic-about-content {
  max-width: 745px;
}
.electronic-about-content span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}
.electronic-about-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.electronic-about-content p {
  margin-bottom: 0;
}

.electronic-about-card {
  margin-top: 30px;
  padding-right: 20px;
}
.electronic-about-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.electronic-about-video {
  position: relative;
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
}
.electronic-about-video img {
  border-radius: 15px;
  transition: var(--transition);
}
.electronic-about-video .video-view {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.electronic-about-video .video-view .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--mainColor);
  border-radius: 50%;
  color: var(--whiteColor);
  text-align: center;
  font-size: 50px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.electronic-about-video .video-view .video-btn i {
  transition: var(--transition);
  position: relative;
  left: 3.5px;
}
.electronic-about-video .video-view .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  animation: ripple 5s linear infinite;
}
.electronic-about-video .video-view .video-btn:hover {
  background-color: var(--blackColor);
}
.electronic-about-video .video-view .video-btn:hover i {
  color: var(--whiteColor);
}
.electronic-about-video:hover img {
  transform: scale(1.1);
}

/*================================================
Electronic Contact Area CSS
=================================================*/
.electronic-contact-form-area {
  background-color: #FCFAF9;
}
.electronic-contact-form-area .contact-form {
  padding: 40px;
}
.electronic-contact-form-area .contact-form h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.electronic-contact-form-area .contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.electronic-contact-form-area .contact-form .form-group {
  margin-bottom: 25px;
}
.electronic-contact-form-area .contact-form .form-control {
  height: 58px;
  border-radius: 5px;
  background: var(--whiteColor);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: var(--fontSize);
  color: var(--optionalColor);
  padding-left: 15px;
  padding-right: 15px;
}
.electronic-contact-form-area .contact-form .form-control:focus {
  border-color: var(--mainColor);
}
.electronic-contact-form-area .contact-form textarea.form-control {
  padding-top: 15px;
  min-height: auto;
  height: auto;
}
.electronic-contact-form-area .contact-form .form-check {
  color: var(--optionalColor);
}
.electronic-contact-form-area .contact-form .form-check .form-check-input {
  margin-top: 0.15em;
  box-shadow: unset !important;
}
.electronic-contact-form-area .contact-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.electronic-contact-form-area .contact-form .form-check .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.electronic-contact-form-area .contact-form .form-check .form-check-input:focus {
  border-color: var(--mainColor);
}
.electronic-contact-form-area .contact-form .default-btn-with-border-radius {
  margin-top: 15px;
  border: none;
}
.electronic-contact-form-area .contact-form .help-block.with-errors {
  color: red;
  margin-bottom: 0;
  margin-top: 12px;
}
.electronic-contact-form-area .contact-form #msgSubmit {
  margin: 0;
}
.electronic-contact-form-area .contact-form #msgSubmit.text-danger {
  margin-top: 12px;
}
.electronic-contact-form-area .contact-form #msgSubmit.text-success {
  margin-top: 12px;
}
.electronic-contact-form-area .contact-info {
  height: 100%;
  padding: 40px;
  background-color: var(--mainColor);
}
.electronic-contact-form-area .contact-info .info-map {
  margin-bottom: 30px;
}
.electronic-contact-form-area .contact-info .info-map .map {
  height: 250px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: -8px;
}
.electronic-contact-form-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.electronic-contact-form-area .contact-info .info-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.electronic-contact-form-area .contact-info .info-list li {
  list-style-type: none;
  margin-bottom: 20px;
  color: var(--whiteColor);
  position: relative;
  padding: 5px 0 5px 50px;
}
.electronic-contact-form-area .contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.electronic-contact-form-area .contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  transition: var(--transition);
}
.electronic-contact-form-area .contact-info .info-list li a {
  color: var(--whiteColor);
}
.electronic-contact-form-area .contact-info .info-list li:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.electronic-contact-form-area .contact-info .social-links {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.electronic-contact-form-area .contact-info .social-links span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.electronic-contact-form-area .contact-info .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.electronic-contact-form-area .contact-info .social-links li:last-child {
  margin-right: 0;
}
.electronic-contact-form-area .contact-info .social-links li a i {
  color: var(--whiteColor);
  transition: var(--transition);
}

.electronic-cf.contact-info {
  height: 100%;
  padding: 40px;
  background-color: var(--mainColor);
}
.electronic-cf.contact-info .info-map {
  margin-bottom: 30px;
}
.electronic-cf.contact-info .info-map .map {
  height: 250px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: -8px;
}
.electronic-cf.contact-info h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.electronic-cf.contact-info .info-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.electronic-cf.contact-info .info-list li {
  list-style-type: none;
  margin-bottom: 20px;
  color: var(--whiteColor);
  position: relative;
  padding: 5px 0 5px 50px;
}
.electronic-cf.contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.electronic-cf.contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  transition: var(--transition);
}
.electronic-cf.contact-info .info-list li a {
  color: var(--whiteColor);
}
.electronic-cf.contact-info .info-list li:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.electronic-cf.contact-info .social-links {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.electronic-cf.contact-info .social-links span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.electronic-cf.contact-info .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.electronic-cf.contact-info .social-links li:last-child {
  margin-right: 0;
}
.electronic-cf.contact-info .social-links li a i {
  color: var(--whiteColor);
  transition: var(--transition);
}

/*================================================
Grocery Banner Area CSS
=================================================*/
.grocery-banner-area {
  background-color: #FCFAF9;
  padding-top: 150px;
  padding-bottom: 330px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.grocery-banner-content {
  text-align: center;
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.grocery-banner-content span {
  font-size: 15px;
  font-weight: 500;
  color: var(--groceryColor);
  display: inline-block;
  margin-bottom: 10px;
}
.grocery-banner-content h1 {
  font-size: 100px;
  margin-bottom: 25px;
}
.grocery-banner-content h1 b {
  color: var(--groceryColor);
}
.grocery-banner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.grocery-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.grocery-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.grocery-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.grocery-banner-content .banner-btn li .default-btn-with-border-radius {
  background-color: var(--groceryColor);
}
.grocery-banner-content .banner-btn li .default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
}
.grocery-banner-content .banner-btn li .default-btn-with-border-radius.white-color {
  background-color: var(--whiteColor);
}
.grocery-banner-content .banner-btn li .default-btn-with-border-radius.white-color:hover {
  background-color: var(--groceryColor);
}
.grocery-banner-content .dravo-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  transform: translateY(-30%);
  z-index: -1;
}

.grocery-banner-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.grocery-banner-image img {
  width: 100%;
}

/*================================================
Grocery Categories Area CSS
=================================================*/
.grocery-categories-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.grocery-categories-card {
  background: #FCFAF9;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  border: 1px solid #f5f5f5;
  transition: var(--transition);
}
.grocery-categories-card .categories-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.grocery-categories-card .categories-content {
  background-color: var(--whiteColor);
  border: 1px solid #EFEBEA;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin-top: -5px;
  transition: var(--transition);
}
.grocery-categories-card .categories-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.grocery-categories-card .categories-content h3 a {
  color: var(--blackColor);
}
.grocery-categories-card .categories-content span {
  font-size: 15px;
  color: var(--blackColor);
  display: inline-block;
  margin-top: 5px;
  transition: var(--transition);
}
.grocery-categories-card:hover {
  border: 1px solid var(--groceryColor);
}
.grocery-categories-card:hover .categories-content {
  background-color: var(--groceryColor);
  border: 1px solid var(--groceryColor);
}
.grocery-categories-card:hover .categories-content h3 a {
  color: var(--whiteColor);
}
.grocery-categories-card:hover .categories-content span {
  color: var(--whiteColor);
}

.grocery-categories-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -80px;
}
.grocery-categories-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
}
.grocery-categories-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.grocery-categories-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--groceryColor);
}

.grocery-categories-shape1 {
  position: absolute;
  top: 5%;
  left: 2%;
  transform: translateY(-5%) translateX(-2%);
  z-index: -1;
}

.grocery-categories-shape2 {
  position: absolute;
  bottom: 2%;
  right: 5%;
  transform: translateY(-2%) translateX(-5%);
  z-index: -1;
}

/*================================================
Grocery Products Area CSS
=================================================*/
.grocery-products-area {
  position: relative;
}
.grocery-products-area .electronic-products-card .electronic-image .products-action-list li a {
  background-color: var(--groceryColor);
  border-right: 1px solid #90ba54;
}
.grocery-products-area .electronic-products-card .electronic-content h3 a:hover {
  color: var(--groceryColor);
}
.grocery-products-area .electronic-products-card .electronic-content .price {
  color: var(--groceryColor);
}
.grocery-products-area .electronic-products-card:hover {
  border: 1px solid var(--groceryColor);
}
.grocery-products-area .electronic-products-card .sale {
  background-color: var(--groceryColor);
}
.grocery-products-area .electronic-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--groceryColor);
}
.grocery-products-area .electronic-products-list-tabs .nav .nav-item .nav-link.active, .grocery-products-area .electronic-products-list-tabs .nav .nav-item .nav-link:hover {
  color: var(--groceryColor);
}
.grocery-products-area .electronic-products-list-tabs .nav .nav-item .nav-link::before {
  background-color: var(--groceryColor);
}

.grocery-products-card {
  margin-bottom: 30px;
  transition: var(--transition);
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  position: relative;
  background-color: var(--whiteColor);
}
.grocery-products-card .grocery-image {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.grocery-products-card .grocery-image img {
  border-radius: 15px;
}
.grocery-products-card .grocery-image .products-action-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.grocery-products-card .grocery-image .products-action-list li {
  list-style-type: none;
  display: inline-block;
}
.grocery-products-card .grocery-image .products-action-list li a {
  width: 58px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--groceryColor);
  border-right: 1px solid #90ba54;
}
.grocery-products-card .grocery-image .products-action-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.grocery-products-card .grocery-image .products-action-list li:nth-child(1) a {
  border-radius: 8px 0 0 8px;
}
.grocery-products-card .grocery-image .products-action-list li:nth-child(3) a {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
.grocery-products-card .grocery-content {
  margin-top: 25px;
}
.grocery-products-card .grocery-content b {
  font-size: 14px;
  color: var(--optionalColor);
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
}
.grocery-products-card .grocery-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.grocery-products-card .grocery-content h3 a {
  color: var(--blackColor);
}
.grocery-products-card .grocery-content h3 a:hover {
  color: var(--groceryColor);
}
.grocery-products-card .grocery-content .price {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grocery-products-card .grocery-content .price .new-price {
  font-size: 15px;
  color: var(--groceryColor);
  font-weight: bold;
}
.grocery-products-card .grocery-content .price .old-price {
  font-size: 14px;
  color: var(--optionalColor);
  font-weight: 400;
  text-decoration-line: line-through;
}
.grocery-products-card .grocery-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.grocery-products-card .grocery-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.grocery-products-card .grocery-content .rating li:last-child {
  margin-right: 0;
}
.grocery-products-card .grocery-content .rating li i {
  color: #FFB800;
  font-size: 14px;
}
.grocery-products-card .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 14px;
  color: var(--whiteColor);
  background-color: var(--groceryColor);
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.grocery-products-card .sale:hover {
  background-color: var(--blackColor);
}
.grocery-products-card .new {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 14px;
  color: var(--whiteColor);
  background-color: #FFB800;
  padding: 5px 15px;
  transition: var(--transition);
  border-radius: 50px;
  font-weight: 500;
}
.grocery-products-card .new:hover {
  background-color: var(--groceryColor);
}
.grocery-products-card:hover {
  border: 1px solid var(--groceryColor);
}
.grocery-products-card:hover .grocery-image .products-action-list {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.grocery-products-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.grocery-products-slides.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 0;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
  background-color: #F7F7F7;
  color: var(--blackColor);
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
}
.grocery-products-slides.owl-theme .owl-nav [class*=owl-] i {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.grocery-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -55px;
  left: auto;
}
.grocery-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--groceryColor);
}

.grocery-products-shape-1 {
  position: absolute;
  bottom: 2%;
  left: 2%;
  transform: translateY(-2%) translateX(-2%);
  z-index: -1;
}

.grocery-products-shape-2 {
  position: absolute;
  top: 18%;
  right: 0;
  transform: translateY(-18%);
  z-index: -1;
}

.grocery-products-list-tabs .nav {
  padding: 0;
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 0;
}
.grocery-products-list-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.grocery-products-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.grocery-products-list-tabs .nav .nav-item .nav-link {
  color: var(--blackColor);
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}
.grocery-products-list-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--groceryColor);
  transition: var(--transition);
  bottom: -2px;
}
.grocery-products-list-tabs .nav .nav-item .nav-link:hover, .grocery-products-list-tabs .nav .nav-item .nav-link.active {
  color: var(--groceryColor);
}
.grocery-products-list-tabs .nav .nav-item .nav-link:hover::before, .grocery-products-list-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.dravo-grid-sorting.grocery-main-color .ordering select:hover {
  border-color: var(--groceryColor);
}

/*================================================
Grocery Products Area CSS
=================================================*/
.grocery-facility-area {
  background-image: url(../../assets/img/home-eight/facility/facility-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.grocery-facility-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border: 1px solid var(--groceryColor);
  padding: 25px;
  border-radius: 100px;
  transition: var(--transition);
}
.grocery-facility-card:last-child {
  margin-bottom: 0;
}
.grocery-facility-card .facility-content {
  position: relative;
  padding: 10px 0 10px 110px;
}
.grocery-facility-card .facility-content .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.grocery-facility-card .facility-content .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--whiteColor);
  border: 1px solid var(--groceryColor);
  color: var(--blackColor);
  font-size: 45px;
  transition: var(--transition);
}
.grocery-facility-card .facility-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: var(--transition);
}
.grocery-facility-card .facility-content span {
  color: var(--optionalColor);
  transition: var(--transition);
}
.grocery-facility-card .facility-content:hover .icon i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.grocery-facility-card.left {
  position: relative;
  left: 35px;
}
.grocery-facility-card:hover {
  transform: translateY(-5px);
  background-color: var(--groceryColor);
}
.grocery-facility-card:hover .facility-content h3 {
  color: var(--whiteColor);
}
.grocery-facility-card:hover .facility-content span {
  color: var(--whiteColor);
}

.grocery-facility-image {
  padding-left: 50px;
  text-align: center;
}

/*================================================
Grocery Overview Area CSS
=================================================*/
.grocery-overview-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.grocery-overview-card {
  border-radius: 15px;
  position: relative;
  transition: var(--transition);
  margin-bottom: 30px;
}
.grocery-overview-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--whiteColor);
  opacity: 0.5;
}
.grocery-overview-card img {
  border-radius: 15px;
}
.grocery-overview-card .overview-content {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.grocery-overview-card .overview-content span {
  font-size: 15px;
  color: var(--blackColor);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.grocery-overview-card .overview-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.grocery-overview-card .overview-content .default-btn-with-border-radius {
  background-color: var(--groceryColor);
}
.grocery-overview-card .overview-content .default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
}
.grocery-overview-card .overview-content.right-style {
  right: 45px;
  left: auto;
}

.grocery-overview-shape {
  position: absolute;
  bottom: 2%;
  right: 2%;
  transform: translateY(-2%) translateX(-2%);
  z-index: -1;
}

/*================================================
Black Friday Offer Area CSS
=================================================*/
.black-friday-offer-area {
  background-color: #FCF2F2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.black-friday-offer-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 355px;
  background-color: var(--groceryColor);
  z-index: -1;
}

.black-friday-offer-content {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 600px;
  width: 600px;
  margin: auto;
}
.black-friday-offer-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid var(--groceryColor);
}
.black-friday-offer-content .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 55px;
}
.black-friday-offer-content .content .logo {
  margin-bottom: 35px;
}
.black-friday-offer-content .content span {
  display: block;
  margin-bottom: 15px;
  color: var(--groceryColor);
}
.black-friday-offer-content .content h3 {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.black-friday-offer-content .content p {
  margin-bottom: 20px;
}
.black-friday-offer-content .content .default-btn-with-border-radius {
  background-color: var(--groceryColor);
}
.black-friday-offer-content .content .default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
}
.black-friday-offer-content .icon1 {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.black-friday-offer-content .icon1 img {
  background-color: #FCF2F2;
}
.black-friday-offer-content .icon2 {
  position: absolute;
  left: -25px;
  top: 35%;
  transform: translateY(-35%);
  margin: auto;
}
.black-friday-offer-content .icon2 img {
  background-color: #FCF2F2;
}
.black-friday-offer-content .icon3 {
  position: absolute;
  right: -25px;
  top: 35%;
  transform: translateY(-35%);
  margin: auto;
}
.black-friday-offer-content .icon3 img {
  background-color: #FCF2F2;
}
.black-friday-offer-content .shape-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: auto;
}

.black-friday-offer-image {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%) translateX(-2%);
  z-index: -1;
}

.black-friday-offer-shape-1 {
  position: absolute;
  left: -12px;
  top: 0;
  z-index: -1;
}

.black-friday-offer-shape-2 {
  position: absolute;
  right: -35px;
  top: 10px;
  z-index: -1;
}

.black-friday-offer-logo-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  z-index: -1;
}

/*================================================
Grocery Page Banner Area CSS
=================================================*/
.grocery-page-banner-area {
  background-color: #FCFAF9;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.grocery-page-banner-content {
  text-align: center;
}
.grocery-page-banner-content h2 {
  font-size: 50px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.grocery-page-banner-content .page-list {
  padding: 0;
  margin-bottom: 0;
}
.grocery-page-banner-content .page-list li {
  z-index: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  padding-left: 20px;
  padding-right: 20px;
}
.grocery-page-banner-content .page-list li::before {
  color: var(--blackColor);
  text-rendering: auto;
  position: absolute;
  content: "\f054";
  line-height: 1;
  right: -5.8px;
  top: 7.5px;
  font-family: "Font Awesome 5 Free";
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}
.grocery-page-banner-content .page-list li a {
  color: var(--groceryColor);
}
.grocery-page-banner-content .page-list li:first-child {
  padding-left: 0;
}
.grocery-page-banner-content .page-list li:last-child {
  padding-right: 0;
}
.grocery-page-banner-content .page-list li:last-child::before {
  display: none;
}

.grocery-page-banner-shape1 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) translateX(-5%);
  z-index: -1;
}

.grocery-page-banner-shape2 {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-5%);
  z-index: -1;
}

/*================================================
Grocery About Area CSS
=================================================*/
.grocery-about-image {
  position: relative;
  z-index: 1;
  padding-right: 45px;
  padding-bottom: 45px;
}
.grocery-about-image img {
  border-radius: 15px;
}
.grocery-about-image .small-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.grocery-about-image .content {
  position: absolute;
  left: 0;
  bottom: 0;
}
.grocery-about-image .content span {
  font-size: 20px;
  font-weight: 600;
  color: var(--blackColor);
}

.grocery-about-content {
  padding-left: 10px;
}
.grocery-about-content h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
.grocery-about-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.grocery-about-content .about-btn {
  margin-top: 20px;
}
.grocery-about-content .about-btn .default-btn-with-border-radius {
  background-color: var(--groceryColor);
}
.grocery-about-content .about-btn .default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
}

/*================================================
Grocery Contact Area CSS
=================================================*/
.grocery-contact-form-area .contact-info {
  height: 100%;
  padding: 40px;
  background-color: var(--groceryColor);
  border-radius: 15px;
}
.grocery-contact-form-area .contact-info h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.grocery-contact-form-area .contact-info .info-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.grocery-contact-form-area .contact-info .info-list li {
  list-style-type: none;
  margin-bottom: 20px;
  color: var(--whiteColor);
  position: relative;
  padding: 5px 0 5px 50px;
}
.grocery-contact-form-area .contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.grocery-contact-form-area .contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--whiteColor);
  color: var(--groceryColor);
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  transition: var(--transition);
}
.grocery-contact-form-area .contact-info .info-list li a {
  color: var(--whiteColor);
}
.grocery-contact-form-area .contact-info .info-list li:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.grocery-contact-form-area .contact-info .social-links {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.grocery-contact-form-area .contact-info .social-links span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.grocery-contact-form-area .contact-info .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.grocery-contact-form-area .contact-info .social-links li:last-child {
  margin-right: 0;
}
.grocery-contact-form-area .contact-info .social-links li a i {
  color: var(--whiteColor);
  transition: var(--transition);
}
.grocery-contact-form-area .contact-info .info-shape {
  margin-top: 35px;
}
.grocery-contact-form-area .contact-form {
  padding-left: 35px;
}
.grocery-contact-form-area .contact-form h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.grocery-contact-form-area .contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.grocery-contact-form-area .contact-form .form-group {
  margin-bottom: 25px;
}
.grocery-contact-form-area .contact-form .form-control {
  height: 58px;
  border-radius: 5px;
  background: var(--whiteColor);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: var(--fontSize);
  color: var(--optionalColor);
  padding-left: 15px;
  padding-right: 15px;
}
.grocery-contact-form-area .contact-form .form-control:focus {
  border-color: var(--groceryColor);
}
.grocery-contact-form-area .contact-form textarea.form-control {
  padding-top: 15px;
  min-height: auto;
  height: auto;
}
.grocery-contact-form-area .contact-form .form-check {
  color: var(--optionalColor);
}
.grocery-contact-form-area .contact-form .form-check .form-check-input {
  margin-top: 0.15em;
  box-shadow: unset !important;
}
.grocery-contact-form-area .contact-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.grocery-contact-form-area .contact-form .form-check .form-check-input:checked {
  background-color: var(--groceryColor);
  border-color: var(--groceryColor);
}
.grocery-contact-form-area .contact-form .form-check .form-check-input:focus {
  border-color: var(--groceryColor);
}
.grocery-contact-form-area .contact-form .default-btn-with-border-radius {
  margin-top: 15px;
  border: none;
  background-color: var(--groceryColor);
}
.grocery-contact-form-area .contact-form .default-btn-with-border-radius:hover {
  background-color: var(--blackColor);
}
.grocery-contact-form-area .contact-form .help-block.with-errors {
  color: red;
  margin-bottom: 0;
  margin-top: 12px;
}
.grocery-contact-form-area .contact-form #msgSubmit {
  margin: 0;
}
.grocery-contact-form-area .contact-form #msgSubmit.text-danger {
  margin-top: 12px;
}
.grocery-contact-form-area .contact-form #msgSubmit.text-success {
  margin-top: 12px;
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area .single-footer-widget .social-links li {
  margin-right: 12px;
}
.footer-wrap-area .single-footer-widget .social-links li:last-child {
  margin-right: 0;
}
.footer-wrap-area .single-footer-widget .custom-links li {
  margin-bottom: 15px;
}
.footer-wrap-area .single-footer-widget .info {
  color: var(--optionalColor);
  margin-bottom: 12px;
}
.footer-wrap-area .single-footer-widget .info:last-child {
  margin-bottom: 0;
}
.footer-wrap-area .single-footer-widget .info span {
  display: block;
  margin-bottom: 5px;
  color: var(--blackColor);
  font-weight: 500;
}
.footer-wrap-area .single-footer-widget .info a {
  display: inline-block;
  color: var(--optionalColor);
}
.footer-wrap-area .single-footer-widget .info a:hover {
  color: var(--mainColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .social-links li a i {
  transition: var(--transition);
  color: var(--optionalColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .social-links li a i:hover {
  color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .custom-links li a {
  color: var(--optionalColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .custom-links li a::before {
  background-color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .custom-links li a:hover {
  color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .custom-links li a:hover::before {
  background-color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .info {
  color: var(--optionalColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .info a {
  color: var(--optionalColor);
}
.footer-wrap-area.grocery-main-color .single-footer-widget .info a:hover {
  color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .copyright-area p a {
  color: var(--groceryColor);
}
.footer-wrap-area.grocery-main-color .copyright-area p a:hover {
  color: var(--blackColor);
}

.elementor-editor-active .navbar-area.hide-wp-nav.is-sticky {
  margin-top: 0;
}

/* Start "Jewelry Online Shop - 1" & "Jewelry Online Shop - 2" Style CSS
===========================================================================*/
.jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}

.playfair-display-font {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

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

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

.jewelry-online-shop-top-header.top-header-area {
  background-color: transparent;
  border-bottom: 1px solid #E5E5E5;
}
.jewelry-online-shop-top-header p {
  color: var(--blackColor);
}
.jewelry-online-shop-top-header .top-header-info .call-btn {
  color: var(--blackColor);
}
.jewelry-online-shop-top-header .top-header-info .call-btn a {
  color: var(--mainColor);
  font-weight: 600;
}
.jewelry-online-shop-top-header .top-header-info .language-switcher span {
  color: var(--blackColor);
}
.jewelry-online-shop-top-header .top-header-info .language-switcher::before {
  color: var(--blackColor);
}
.jewelry-online-shop-top-header .top-header-info .currency-switcher span {
  color: var(--blackColor);
}
.jewelry-online-shop-top-header .top-header-info .currency-switcher::before {
  color: var(--blackColor);
}

.jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav {
  margin: auto;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item a:hover, .jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item a.active {
  text-decoration: underline;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item:hover a, .jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item.active a {
  text-decoration: underline;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-decoration: unset;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item {
  margin-left: 15px;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .search-popup i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 3.5px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .user-account i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 3.5px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .wishlist-btn {
  padding-top: 0;
  margin-left: 0;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .wishlist-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 3.5px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .cart-btn {
  padding-top: 0;
  margin-left: 0;
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .cart-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 3.5px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .dravo-nav .navbar .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .others-option-for-responsive .container .container {
  max-width: 275px;
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .search-popup i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .search-popup i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .user-account i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .user-account i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn {
  padding-top: 0;
  margin-left: 0;
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .wishlist-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .cart-btn {
  padding-top: 0;
  margin-left: 0;
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--blackColor);
  transition: var(--transition);
}
.jewelry-online-shop-navbar .others-option-for-responsive .option-inner .others-option .option-item .cart-btn i:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Jewelry Online Shop Slider Area CSS
=================================================*/
.jewelry-online-shop-slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 310px;
  padding-bottom: 310px;
}
.jewelry-online-shop-slider-item .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.jewelry-online-shop-slider-content {
  max-width: 530px;
}
.jewelry-online-shop-slider-content .sub {
  font-size: 18px;
  color: var(--whiteColor);
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.jewelry-online-shop-slider-content h1 {
  font-size: 55px;
  color: var(--whiteColor);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
.jewelry-online-shop-slider-content .slider-btn {
  margin-top: 40px;
}
.jewelry-online-shop-slider-content .slider-btn .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  font-weight: 400;
}
.jewelry-online-shop-slider-content .slider-btn .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.jewelry-online-shop-slides {
  position: relative;
}
.jewelry-online-shop-slides.owl-theme .owl-dots {
  display: grid;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: transparent;
  border: 1px solid var(--whiteColor);
  opacity: 0.5;
}
.jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transition: var(--transition);
  opacity: 0.5;
}
.jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot:hover span, .jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  border: 1px solid var(--mainColor);
}
.jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot:hover span::before, .jewelry-online-shop-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
  opacity: 1;
}
.jewelry-online-shop-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.jewelry-online-shop-slider-wrap-item {
  overflow: hidden;
  background-color: #FEF9F6;
}
.jewelry-online-shop-slider-wrap-item .container-fluid {
  padding-left: 40px;
  padding-right: 0;
}

.jewelry-online-shop-slider-wrap-content {
  padding-top: 300px;
  padding-bottom: 330px;
  max-width: 530px;
}
.jewelry-online-shop-slider-wrap-content .sub {
  font-size: 18px;
  color: var(--blackColor);
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.jewelry-online-shop-slider-wrap-content h1 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
.jewelry-online-shop-slider-wrap-content .slider-btn {
  margin-top: 40px;
}
.jewelry-online-shop-slider-wrap-content .slider-btn .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
  font-weight: 400;
}
.jewelry-online-shop-slider-wrap-content .slider-btn .default-btn:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.jewelry-online-shop-slider-wrap-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.jewelry-online-shop-wrap-slides {
  position: relative;
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots {
  position: absolute;
  left: 40px;
  bottom: 80px;
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 7px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: transparent;
  border: 1px solid #E5E5E5;
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  border-radius: 50%;
  background-color: #E5E5E5;
  transition: var(--transition);
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot span:first-child {
  margin-left: 0;
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot:hover span, .jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid var(--mainColor);
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot:hover span::before, .jewelry-online-shop-wrap-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.jewelry-online-shop-wrap-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*================================================
JOS Facility Area CSS
=================================================*/
.jos-facility-area {
  overflow: hidden;
}

.jos-facility-inner {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px;
}

.jos-facility-card {
  position: relative;
  padding-left: 70px;
}
.jos-facility-card .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jos-facility-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.jos-facility-card span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  color: var(--optionalColor);
}

/*================================================
JOS Products Area CSS
=================================================*/
.jos-products-area.wrap-bg-color {
  background-color: #FFF7F0;
  overflow: hidden;
}
.jos-products-area.with-full-width .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.jos-products-tabs .nav {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.jos-products-tabs .nav .nav-item {
  margin-right: 50px;
}
.jos-products-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.jos-products-tabs .nav .nav-item .nav-link {
  color: var(--optionalColor);
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 1.5px;
}
.jos-products-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--blackColor);
  transition: var(--transition);
  bottom: 0;
}
.jos-products-tabs .nav .nav-item .nav-link:hover, .jos-products-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.jos-products-tabs .nav .nav-item .nav-link:hover::before, .jos-products-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.jos-products-item {
  margin-bottom: 25px;
}
.jos-products-item .image {
  overflow: hidden;
  position: relative;
}
.jos-products-item .image a img {
  transition: var(--transition);
}
.jos-products-item .image .products-button {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.jos-products-item .image .products-button li {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 8px;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.jos-products-item .image .products-button li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.jos-products-item .image .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.jos-products-item .image .products-button li a .tooltip-label {
  top: 45%;
  opacity: 0;
  right: 110%;
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  visibility: hidden;
  color: transparent;
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: var(--whiteColor);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: var(--blackColor);
  transform: translateX(0) translateY(-45%);
}
.jos-products-item .image .products-button li a .tooltip-label::before {
  top: 50%;
  right: -7px;
  content: "\f0da";
  position: absolute;
  text-rendering: auto;
  color: var(--blackColor);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  font-weight: 900;
  font-size: 20px;
}
.jos-products-item .image .products-button li a:hover .tooltip-label {
  visibility: visible;
  right: 130%;
  opacity: 1;
}
.jos-products-item .image .products-button li:last-child {
  margin-bottom: 0;
}
.jos-products-item .image .products-button li:nth-child(1) {
  transition-delay: 0.1s;
}
.jos-products-item .image .products-button li:nth-child(2) {
  transition-delay: 0.2s;
}
.jos-products-item .image .products-button li:nth-child(3) {
  transition-delay: 0.3s;
}
.jos-products-item .content {
  margin-top: 28px;
  position: unset;
  background-color: transparent;
  padding: 0;
}
.jos-products-item .content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.jos-products-item .content .price {
  position: unset;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.jos-products-item .content .price li {
  list-style-type: none;
  color: var(--optionalColor);
  margin-right: 12px;
}
.jos-products-item .content .price li:last-child {
  margin-right: 0;
}
.jos-products-item .content .price li.old {
  text-decoration-line: line-through;
}
.jos-products-item:hover .image a img {
  transform: scale(1.1);
}
.jos-products-item:hover .image .products-button li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.jos-products-large-item {
  position: relative;
}
.jos-products-large-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 70px 70px;
}
.jos-products-large-item .content h2 {
  font-size: 55px;
  color: var(--whiteColor);
  margin-bottom: 40px;
}
.jos-products-large-item .content .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  font-weight: 400;
}
.jos-products-large-item .content .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.jos-products-top-items {
  padding-left: 100px;
  margin-right: -385px;
}
.jos-products-top-items .jos-products-item {
  margin-bottom: 0;
}

.jos-products-slides {
  position: relative;
}
.jos-products-slides.owl-theme .owl-dots {
  display: flex;
  position: absolute;
  right: 385px;
  top: -85px;
}
.jos-products-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: transparent;
  border: 1px solid #E5E5E5;
}
.jos-products-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  border-radius: 50%;
  background-color: #E5E5E5;
  transition: var(--transition);
}
.jos-products-slides.owl-theme .owl-dots .owl-dot:hover span, .jos-products-slides.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid var(--mainColor);
}
.jos-products-slides.owl-theme .owl-dots .owl-dot:hover span::before, .jos-products-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.jos-products-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.jos-best-sellers-inner {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
}

/*================================================
JOS Featured Collections Area CSS
=================================================*/
.jos-featured-collections-large-item {
  position: relative;
  overflow: hidden;
}
.jos-featured-collections-large-item img {
  transition: var(--transition);
}
.jos-featured-collections-large-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 70px 70px;
}
.jos-featured-collections-large-item .content h2 {
  font-size: 55px;
  color: var(--whiteColor);
  margin-bottom: 40px;
}
.jos-featured-collections-large-item .content .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  font-weight: 400;
}
.jos-featured-collections-large-item .content .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.jos-featured-collections-large-item:hover img {
  transform: scale(1.1);
}

.jos-featured-collections-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.jos-featured-collections-item img {
  transition: var(--transition);
}
.jos-featured-collections-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px 50px;
}
.jos-featured-collections-item .content h2 {
  font-size: 55px;
  color: var(--whiteColor);
  margin-bottom: 35px;
}
.jos-featured-collections-item .content .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  font-weight: 400;
}
.jos-featured-collections-item .content .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.jos-featured-collections-item:hover img {
  transform: scale(1.1);
}
.jos-featured-collections-item:last-child {
  margin-bottom: 0;
}

.jos-featured-collections-area.with-full-width .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.jos-featured-collections-area.with-full-width .jos-featured-collections-item {
  margin-bottom: 25px;
}

/*================================================
JOS Video Area CSS
=================================================*/
.jos-video-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 250px;
}

.jos-video-content {
  text-align: center;
}
.jos-video-content .video-btn {
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  transition: var(--transition);
  position: relative;
}
.jos-video-content .video-btn img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.jos-video-content .video-btn:hover {
  background-color: var(--mainColor);
}
.jos-video-content .content {
  margin-top: 30px;
}
.jos-video-content .content h2 {
  font-size: 55px;
  color: var(--whiteColor);
  margin-bottom: 35px;
}
.jos-video-content .content .default-btn {
  padding: 13.5px 35px;
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  font-weight: 400;
}
.jos-video-content .content .default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

/*================================================
JOS Partner Area CSS
=================================================*/
.jos-partner-inner {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
}

.jos-partner-card {
  text-align: center;
  margin-bottom: 25px;
}

.jos-partner-area.with-wrap-bg {
  background-color: #FEF9F6;
}

/*================================================
JOS Feedback Area CSS
=================================================*/
.jos-feedback-area {
  overflow: hidden;
}
.jos-feedback-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.jos-feedback-inner {
  background-color: #FEF9F6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.jos-feedback-item {
  max-width: 875px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.jos-feedback-item .quote {
  margin-bottom: 30px;
}
.jos-feedback-item .quote img {
  width: auto;
  margin: auto;
}
.jos-feedback-item p {
  font-size: 23.5px;
  margin-bottom: 0;
}
.jos-feedback-item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.jos-feedback-item .info .image img {
  width: auto;
  margin: auto;
  max-width: 50px;
  border-radius: 50%;
}
.jos-feedback-item .info .title {
  text-align: start;
  margin-left: 20px;
}
.jos-feedback-item .info .title h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 0;
}
.jos-feedback-item .info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 10px;
}

.jos-feedback-slides {
  position: relative;
}
.jos-feedback-slides.owl-theme .owl-dots {
  display: grid;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.jos-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
  background: transparent;
  border: 1px solid #E5E5E5;
}
.jos-feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  border-radius: 50%;
  background-color: #E5E5E5;
  transition: var(--transition);
}
.jos-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .jos-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid var(--mainColor);
}
.jos-feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .jos-feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.jos-feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.jos-feedback-shape1 {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}

.jos-feedback-shape2 {
  position: absolute;
  left: 200px;
  bottom: 80px;
  z-index: -1;
}

.jos-feedback-shape3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.jos-feedback-shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
JOS Footer Area CSS
=================================================*/
.footer-area.jos-footer {
  background-color: transparent;
}
.footer-area.jos-footer .single-footer-widget p {
  margin-bottom: 12px;
}
.footer-area.jos-footer .single-footer-widget .time-info {
  display: block;
  margin-bottom: 20px;
}
.footer-area.jos-footer .single-footer-widget h5 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
}
.footer-area.jos-footer .single-footer-widget .social-links li {
  margin-right: 20px;
}
.footer-area.jos-footer .single-footer-widget .social-links li a {
  color: #C4C4C4;
  font-size: 20.5px;
}
.footer-area.jos-footer .single-footer-widget .social-links li a:hover {
  color: var(--mainColor);
}
.footer-area.jos-footer .single-footer-widget .contacts-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer-area.jos-footer .single-footer-widget .contacts-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background-color: #F7F7F7;
  position: relative;
  transition: var(--transition);
}
.footer-area.jos-footer .single-footer-widget .contacts-info .icon img {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.footer-area.jos-footer .single-footer-widget .contacts-info .text {
  margin-left: 20px;
}
.footer-area.jos-footer .single-footer-widget .contacts-info .text span {
  color: var(--optionalColor);
}
.footer-area.jos-footer .single-footer-widget .contacts-info .text span a {
  color: var(--optionalColor);
}
.footer-area.jos-footer .single-footer-widget .contacts-info .text span a:hover {
  color: var(--mainColor);
}
.footer-area.jos-footer .single-footer-widget .contacts-info:hover .icon {
  background-color: #e7e7e7;
}
.footer-area.jos-footer .single-footer-widget .contacts-info:last-child {
  margin-bottom: 0;
}

/* End "Jewelry Online Shop - 1" & "Jewelry Online Shop - 2" Style CSS
========================================================================*/
.nav-hide {
  display: none;
}

.language-switcher {
  margin-left: 25px;
}
.language-switcher ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.currency-switcher {
  padding-right: 15px;
  margin-left: 25px;
}
.currency-switcher ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.currency-switcher .currency {
  padding-right: 30px;
  padding-right: 20px !important;
  background-position: right 0 center;
  background-size: 11px 11px;
  cursor: pointer;
  margin-bottom: 0;
  outline: 0;
  box-shadow: unset;
  background-color: transparent;
}

.gravo-gtranslate .gt_float_switcher {
  font-family: unset;
  font-size: 14px;
  border-radius: unset;
  color: unset;
  display: inline-block;
  line-height: unset;
  box-shadow: none;
  background: transparent;
}
.gravo-gtranslate .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.gravo-gtranslate .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
  margin-bottom: -6px;
}
.gravo-gtranslate .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0deg);
}
.gravo-gtranslate .gt_float_switcher img {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: auto;
  margin: 0 5px 0 0;
  border-radius: inherit;
}
.gravo-gtranslate .gt_float_switcher .gt_options {
  position: absolute;
  margin-top: 10px;
  z-index: 999999;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */