@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  color: #444444;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #444444;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px !important;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

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

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

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

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

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

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

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

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

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

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.footer-wrap .footer-widget .social-link, .checkout-details .select-payment-method, .checkout-details .bill-item, .cart-total .cart-total-item, .comment-item-wrap .comment-item, .post-author, .wp-block-quote, #product-modal .single-product-gallery, .single-product-details .single-product-title .ratings, .testimonial-card .client-info-wrap, .process-item, .product-search-box, .checkbox-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .feature-item-wrap .feature-item, .hero-wrap.style2 .filter-box, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap .hero-content .hero-btn, .category-item-wrap, .pp-post-item, .cart-popup .cart-popup-footer .total-amt, .cart-popup .cart-popup-body .cart-item, .select-lang .navbar-language .dropdown-toggle, .search-area, .header-wrap.style1 .header-top .header-top-right, .page-navigation .page-nav, .owl-carousel .owl-nav, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .feature-item-wrap.style3, .feature-item-wrap.style5, .contact-box-wrap .contact-item, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, .featured-product-img, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .newsletter-wrap .newsletter-form button, .contact-box-wrap .contact-item .contact-icon, .content-feature-list.style1 li span, #product-modal .modal-content .modal-header button.close, .swiper-button-next,
.swiper-button-prev, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .promo-item.style2 .promo-icon, .promo-item.style1 .promo-icon, .product-features.feature-item-wrap .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-card .feature-icon, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, #modal-subscribe .modal-content .modal-header .btn-close, .cart-popup .close-cart-popup, .shopcart, .search-area, .social-profile.style1 li a, .social-profile.style2 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  display: flex;
  flex-wrap: wrap;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: inline-flex;
  flex-wrap: wrap;
}

.newsletter-wrap .newsletter-form button, .contact-box-wrap .contact-item .contact-icon, .content-feature-list.style1 li span, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .modal-content .modal-header button.close, .swiper-button-next,
.swiper-button-prev, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .promo-item.style2 .promo-icon, .promo-item.style1 .promo-icon, .product-features.feature-item-wrap .feature-item .feature-icon, .featured-product-img, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-card .feature-icon, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, #modal-subscribe .modal-content .modal-header .btn-close, .cart-popup .close-cart-popup, .shopcart, .search-area, .social-profile.style1 li a, .social-profile.style2 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  flex-direction: column;
  justify-content: center;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  flex-direction: column;
  justify-content: center;
}

.footer-wrap .footer-widget .social-link, .contact-box-wrap .contact-item, .checkout-details .bill-item, .cart-total .cart-total-item, .wp-block-quote, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, .single-product-details .single-product-title .ratings, .testimonial-card .client-info-wrap, .product-search-box, .checkbox-item, .featured-product-img, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .hero-wrap.style2 .filter-box, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap .hero-content .hero-btn, .cart-popup .cart-popup-footer .total-amt, .cart-popup .cart-popup-body .cart-item, .select-lang .navbar-language .dropdown-toggle, .header-wrap.style1 .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.checkout-details .bill-item, .cart-total .cart-total-item, .checkbox-item, .cart-popup .cart-popup-footer .total-amt {
  justify-content: space-between;
}

.feature-item-wrap.style3, .feature-item-wrap.style5 {
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-right {
  justify-content: flex-end;
}

.feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .page-navigation .page-nav {
  justify-content: flex-start;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.swiper-container {
  overflow: hidden;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #d8021b;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}
.back-to-top.open {
  bottom: 30px;
}
.back-to-top i {
  color: #fff;
  position: relative;
  top: 1px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background: rgba(205, 148, 83, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(205, 148, 83, 0.7);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(205, 148, 83, 0.5);
  animation-delay: 0.4s;
}

@keyframes bouncing {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  45% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    transform: translateY(80px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  55% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 13px 30px 12px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  /* transition: all 0.4s ease-in-out; */
}
.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  /* transition: all 0.4s ease-in-out; */
}
.btn:hover {
  color: #fff;
}
.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.style1, .btn.style3, .btn.style5 {
  background-color: #d8021b;
}
.btn.style1:after, .btn.style1:before, .btn.style3:after, .btn.style3:before, .btn.style5:after, .btn.style5:before {
  background: #333333;
}
.btn.style2, .btn.style4, .btn.style6 {
  background-color: #333333;
}
.btn.style2:after, .btn.style2:before, .btn.style4:after, .btn.style4:before, .btn.style6:after, .btn.style6:before {
  background: #d8021b;
}
.btn.style3, .btn.style4 {
  border-radius: 5px;
}
.btn.style5 {
  border-radius: 50px;
}
.btn.style6 {
  border-radius: 50px;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #d8021b;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #d8021b;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.link.style3 {
  display: block;
  color: #d8021b;
}
.link.style3:after {
  display: none;
}
.link.style3 span {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F6F3EC;
  text-align: center;
  position: relative;
  top: -4px;
  transition: all 0.4s ease-in-out;
}
.link.style3 span i {
  color: #d8021b;
  font-size: 16px;
  line-height: 33px;
  font-size: 12px;
  margin: 0;
}
.link:hover {
  color: #d8021b;
}
.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #d8021b;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  color: #d8021b;
  margin: 0 auto;
  display: inherit;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover:after, .owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.owl-carousel .owl-dots {
  line-height: 1;
}
.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -3px;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 22px;
  height: 5px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  background: #95959F;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #d8021b;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #d8021b;
  width: 32px;
  opacity: 1;
}
.owl-carousel .owl-dots button.owl-dot.active span:after {
  width: 100%;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}
/*
.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 13px;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 10px 5px 5px 9px;
}
.section-title span:after,
.content-title span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: rgba(205, 148, 83, 0.25);
  z-index: -1;
}
*/
.section-title.style1 span,
.content-title.style1 span {
  color: #d8021b;
}
.section-title.style1 span:after,
.content-title.style1 span:after {
  /* background-color: rgba(205, 148, 83, 0.25); */
  background-color: #efefef; 
}
.section-title.style1 p,
.content-title.style1 p {
 margin: 10px auto 0;
font-size: 20px;
font-weight: 500;
}
.section-title.style2 span,
.content-title.style2 span {
  color: #fff;
}
.section-title.style2 span:after,
.content-title.style2 span:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.section-title {
  line-height: 1;
}

.content-wrapper {
  margin-top: 140px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

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

.bg-selago {
  background-color: #F4F7FE;
}

.bg-cove {
  background-color: #d8021b;
}

.bg-catskill {
  background-color: #F9FAFC;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-mine-shaft {
  background-color: #333333;
}

.bg-clay {
  background-color: #2B2C3E;
}

.bg-tussock {
  background-color: #d8021b;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}
.social-profile li:first-child {
  margin-left: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.social-profile li a i {
  transition: all 0.3s ease-in-out;
}
.social-profile li a:hover {
  border-color: transparent;
  color: #d8021b;
}
.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a i, .social-profile.style2 li a i {
  font-size: 16px;
  line-height: 0.8;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a i {
  color: #d8021b;
}
.social-profile.style1 li a:hover {
  background-color: #d8021b;
  transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  background: #fff;
  border-radius: 50%;
}
.social-profile.style2 li a i {
  color: #d8021b;
}
.social-profile.style2 li a:hover {
  background-color: #d8021b;
  transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
  color: #fff;
}
.social-profile.style3 li a i {
  color: #444444;
}
.social-profile.style3 li a:hover i {
  color: #d8021b;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation .page-nav {
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-navigation .page-nav li {
  margin: 0 5px;
}
.page-navigation .page-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid #dfdfdf;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a i {
  font-size: 12px;
  line-height: 41px;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #dfdfdf;
  /* background-color: #d8021b; */
}
.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

.footer-wrap .footer-widget .social-link, .checkout-details .select-payment-method, .checkout-details .bill-item, .cart-total .cart-total-item, .comment-item-wrap .comment-item, .post-author, .wp-block-quote, #product-modal .single-product-gallery, .single-product-details .single-product-title .ratings, .testimonial-card .client-info-wrap, .process-item, .product-search-box, .checkbox-item, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .feature-item-wrap .feature-item, .hero-wrap.style2 .filter-box, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap .hero-content .hero-btn, .category-item-wrap, .pp-post-item, .cart-popup .cart-popup-footer .total-amt, .cart-popup .cart-popup-body .cart-item, .select-lang .navbar-language .dropdown-toggle, .search-area, .header-wrap.style1 .header-top .header-top-right, .newsletter-wrap .newsletter-form button, .contact-box-wrap .contact-item .contact-icon, .content-feature-list.style1 li span, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .modal-content .modal-header button.close, .swiper-button-next,
.swiper-button-prev, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .promo-item.style2 .promo-icon, .promo-item.style1 .promo-icon, .product-features.feature-item-wrap .feature-item .feature-icon, .featured-product-img, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-card .feature-icon, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, #modal-subscribe .modal-content .modal-header .btn-close, .cart-popup .close-cart-popup, .shopcart, .contact-box-wrap .contact-item, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .feature-item-wrap.style3, .feature-item-wrap.style5, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .page-navigation .page-nav {
  display: flex;
  flex-wrap: wrap;
}

.checkout-details .bill-item, .cart-total .cart-total-item, .checkbox-item, .cart-popup .cart-popup-footer .total-amt {
  justify-content: space-between;
}

.newsletter-wrap .newsletter-form button, .contact-box-wrap .contact-item .contact-icon, .content-feature-list.style1 li span, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .modal-content .modal-header button.close, .swiper-button-next,
.swiper-button-prev, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .promo-item.style2 .promo-icon, .promo-item.style1 .promo-icon, .product-features.feature-item-wrap .feature-item .feature-icon, .featured-product-img, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-card .feature-icon, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, #modal-subscribe .modal-content .modal-header .btn-close, .cart-popup .close-cart-popup, .shopcart, .search-area, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a {
  flex-direction: column;
  justify-content: center;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  display: inline-flex;
  flex-wrap: wrap;
}

.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  flex-direction: column;
  justify-content: center;
}

.footer-wrap .footer-widget .social-link, .contact-box-wrap .contact-item, .checkout-details .bill-item, .cart-total .cart-total-item, .wp-block-quote, #product-modal .single-product-thumbs .single-product-thumb, #product-modal .single-product-gallery .single-product-slider .single-product-item, .single-product-details .single-product-title .ratings, .testimonial-card .client-info-wrap, .product-search-box, .checkbox-item, .featured-product-img, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .hero-wrap.style2 .filter-box, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap .hero-content .hero-btn, .cart-popup .cart-popup-footer .total-amt, .cart-popup .cart-popup-body .cart-item, .select-lang .navbar-language .dropdown-toggle, .header-wrap.style1 .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap.style1 .header-top .header-top-right {
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header-wrap.sticky {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background: #fff;
}
.header-wrap .header-top {
  padding: 10px 0;
}
.header-wrap .header-bottom {
  transition: 0.4s;
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.header-wrap.style1 .header-top .header-top-left p, .header-wrap.style1 .header-top .header-top-right p {
  color: #dddddd;
  margin: 0;
}
.header-wrap.style1 .header-top .header-top-right .select-lang {
  margin-right: 20px;
}
.header-wrap.style1 .header-top .header-top-right .select-lang i {
  color: #d8021b;
}
.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
  color: #444444;
  font-size: 15px;
}
.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: #444444;
}
.header-wrap.style1 .header-top .header-top-right .social-profile {
  position: relative;
  top: 2px;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a {
  color: #444444;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
  color: #d8021b;
}
.header-wrap.style2 .header-bottom {
  background-color: #fff;
}
.header-wrap.style2 .header-bottom .shopcart,
.header-wrap.style2 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.header-wrap.style2 .header-bottom .btn.style2 {
  border-radius: 5px;
}
.header-wrap.style3 .header-bottom {
  background-color: #fff;
}
.header-wrap.style3 .header-bottom .shopcart,
.header-wrap.style3 .header-bottom .searchbtn {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.header-wrap.style3 .header-bottom .btn.style2 {
  border-radius: 50px;
}
.header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
  top: 87px;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.89);
  opacity: 0;
  z-index: 990;
  transform: translateX(-50%);
  transition: 0.4s;
}
.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}
.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}
.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}
.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}
.search-area .form-group input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}
.select-lang i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #d8021b;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  transition: 0.3s;
}
.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "\ea4e";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}
.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  border: 0;
  inset: 0px 0 auto auto !important;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  transition: all 0.3s linear;
  font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.shopcart {
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #F3F4F6;
  width: 52px;
  height: 52px;
  text-align: center;
}
.shopcart span {
  position: absolute;
    top: 8px;
    right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #d8021b;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
}
.shopcart i {
  font-size: 22px;
  line-height: 0.8;
  color: #000;
  margin: 0 auto;
  position: relative;
  top: 3px;
  left: 0;
}
.shopcart img {
  width:25px;
  line-height: 0.8;
  color: #000;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

.searchbtn {
  background-color: #ffffff;
  border: 2px solid #F3F4F6;
  padding: 5px;
  width: 52px;
  height: 52px;
  margin: 0 auto;
}
.searchbtn i {
  font-size: 19px;
  position: relative;
  top: 5px;
  color: #444444;
}

/*----------------------------------
    Cart Popup CSS
----------------------------------*/
.cart-popup {
  position: fixed;
  top: 135px;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.cart-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.cart-popup .close-cart-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: transparent;
  text-align: center;
  padding: 0;
  transition: 0.3s;
}
.cart-popup .close-cart-popup i {
  font-size: 22px;
  line-height: 0.8;
  margin: 0 auto;
}
.cart-popup .cart-popup-body {
  margin-top: 45px;
  height: calc(100vh - 325px);
  overflow-y: auto;
}
.cart-popup .cart-popup-body .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.cart-popup .cart-popup-body .cart-item:last-child {
  border-bottom: none;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action {
  width: 65px;
  text-align: center;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action button {
  border: none;
  background: transparent;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
  transition: 0.3s;
  text-align: center;
}
.cart-popup .cart-popup-body .cart-item .cart-item-action button i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-img {
  width: 100px;
  padding: 15px;
  background-color: #F3F4F6;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info {
  width: calc(100% - 185px);
  margin-left: 20px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
  font-size: 20px;
  margin: 0 0 5px;
}
.cart-popup .cart-popup-body .cart-item .cart-item-info p {
  margin: 0;
}
.cart-popup .cart-popup-footer {
  padding: 22px 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-popup .cart-popup-footer .total-amt {
  margin-bottom: 20px;
}
.cart-popup .cart-popup-footer .total-amt h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.cart-popup .cart-popup-footer .cart-popup-btn .btn:nth-child(1) {
  margin-right: 12px;
}



.header-wrap .navbar .navbar-nav li.menu-shop-item a.nav-link { 
  font-weight:700!important;  
}




@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }
  .search-area .close-searchbox i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .searchbox {
    display: none;
  }
  .select-lang i {
    top: 5px;
  }
  .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto -20px !important;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap .header-top .headers-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }
  .header-wrap .search-area form .form-group input {
    font-size: 14px;
    padding: 10px;
  }
  .header-wrap.style1 .header-top .header-top-left {
    text-align: center;
   /* margin-bottom: 10px; */
  }
  .header-wrap.style1 .header-top .header-top-right {
    justify-content: center;
  }
  .header-wrap.style1 .cart-popup {
    top: 160px;
  }
  .header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
    top: 73px !important;
  }
  .header-wrap .shopcart span {
    top: 5px;
  }
  .header-wrap .searchbtn,
  .header-wrap .shopcart {
    width: 42px;
    height: 42px;
  }
  .header-wrap .cart-popup {
    width: 100%;
  }
  .header-wrap .cart-popup .cart-popup-body {
    height: calc(100vh - 312px);
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-action {
    width: 50px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-img {
    width: 65px;
    padding: 10px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info {
    width: calc(100% - 135px);
    margin-left: 20px;
    padding-right: 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info h5 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .header-wrap .cart-popup .cart-popup-body .cart-item .cart-item-info p {
    margin: 0;
  }
  .header-wrap .cart-popup .cart-popup-footer {
    padding: 18px 20px 0;
  }
  .header-wrap .cart-popup .cart-popup-footer .total-amt h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
  .header-wrap .header-top .header-top-right .searchbox {
    width: 260px;
  }
  .header-wrap.style1 .cart-popup {
    top: 132px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 15px;
    font-weight: 400;
  }
  .shopcart {
    /*margin: 0 15px; */
    margin: 0;
  }
  .searchbtn {
    margin: 0;
  }
  .shopcart,
  .searchbtn {
    position: relative;
    top: -4px;
  }
  .select-lang .navbar-language .dropdown-toggle::before {
    top: 1px;
    right: -2px;
    font-size: 15px;
  }
  .header-wrap {
    background-color: #fff;
  }
  .header-wrap .header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #F3F4F6;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #d8021b;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d8021b;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
    color: #fff;
    padding: 10px 32px;
  }
  .header-wrap.sticky .search-area.open {
    top: 0;
  }
  .header-wrap.style1 .header-bottom .container, .header-wrap.style2 .header-bottom .container, .header-wrap.style3 .header-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap.style2 .cart-popup, .header-wrap.style3 .cart-popup {
    top: 80px;
  }
  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    background-color: #d8021b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 26px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #d8021b;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap.sticky .header-bottom {
    padding: 0;
  }
  .header-wrap.sticky.style1 {
    margin-top: 0;
  }
  .header-wrap.sticky.style1 .cart-popup {
    top: 88px;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang i {
    color: #d8021b;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle {
    color: #444444;
  }
  .header-wrap .header-bottom .header-bottom-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #444444;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 500;
    padding: 30px 0;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #d8021b;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transform: rotateX(-75deg);
    transition: 0.5s;
    transform-style: preserve-3d;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 400;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 0%;
    border-radius: 0;
    background-color: #d8021b;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d8021b;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .others-options {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-2 {
  background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-3 {
  background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-4 {
  background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 130px 0;
  overflow: hidden;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
}
.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -13px;
  content: ">";
  font-size: 16px;
  background-color: transparent;
  color: #444444;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #d8021b;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #444444;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #d8021b;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-right: auto;
  max-height: 420px;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}
.login-form-wrap.style2 {
  background-color: transparent;
  padding: 0;
}
.login-form-wrap.style2 .login-header {
  text-align: center;
}
.login-form-wrap.style2 .login-body .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form-wrap .login-header {
  margin-top: -2px;
}
.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.login-form-wrap .login-header span {
  color: #fff;
}
.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}
.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #444444;
  margin: 0 0 10px;
  display: block;
}
.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}
.login-form-wrap .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}
.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}
.login-form-wrap .link.style1 {
  color: #d8021b;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}
.or-text .btn.fb {
  background-color: #3B5999 !important;
}
.or-text .btn.google {
  background-color: #219684 !important;
}
.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #f9f9f9;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1;
}
.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #d8021b !important;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}
.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #d8021b;
  line-height: 0.8;
}
.faq-wrap.style1 .accordion-body p {
  margin: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #d8021b !important;
}


.accordion-button.collapsed {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.accordion-button.collapsed span {
  background-color: #d8021b !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}
.accordion-item:last-child {
  margin: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  align-items: center;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button span {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  position: relative;
  margin-right: 14px;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 20px;
}
.accordion-body p {
  margin: 0;
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

.terms-wrap .single-terms {
  margin-bottom: 25px;
}
.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms p a {
  color: #d8021b;
}
.terms-wrap .single-terms p a:hover {
  color: #d8021b;
  text-decoration: underline;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 15px;
background-color: #f9f9f9;
  /* background-color: #ffffff;*/ 
  position: relative;
  z-index: 1;
  padding: 25px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #dfdfdf;
  transition: 0.4s;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box .form-group {
  position: relative;
}
.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #F3F4F6;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}
.search-box .form-group input:focus {
  border-color: #888888;
}
.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #d8021b;
}
.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     New Product Widget CSS
-------------------------------*/
.new-product-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.new-product-item:last-child {
  margin: 0;
}
.new-product-item .new-product-img {
  width: 90px;
  text-align: center;
  border: 1px solid #F3F4F6;
  background: #fff;
  padding: 10px;
}
.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}
.new-product-item .new-product-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}
.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
  font-size: 18px;
}
.new-product-item .new-product-info h6 a {
  color: #000;
}
.new-product-item .new-product-info h6 a:hover {
  color: #d8021b;
}
.new-product-item .new-product-info span {
  color: #000;
  font-size: 14px;
  color: #d8021b;
}
.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #999;
}

.new-product-wrap.style2 {
  border: 1px solid #F3F4F6;
  border-radius: 5px;
  padding: 25px 25px 0;
  margin-bottom: 25px;
}
.new-product-wrap.style2 .product-card.style3 .product-img {
  margin: 0;
}
.new-product-wrap.style2 .product-card.style3 .ratings {
  margin-bottom: 6px;
}

.product-result p {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 12px 15px 10px 15px;
  color: #393939;
  background-color: #fff;
  border: 1px solid #F3F4F6;
  font-size: 16px;
  height: 54px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F3F4F6;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 92% 52%;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
}
.category-box ul li:first-child a {
  padding-top: 0;
}
.category-box ul li:first-child a i {
  top: 5px;
}
.category-box ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.category-box ul li a {
  color: #333333;
  font-weight: 500;
  padding: 8px 10px 8px 15px;
  display: block;
  font-size: 16px;
  transition: 0.4s;
}
.category-box ul li a i {
  position: absolute;
  top: 13px;
  left: -5px;
  font-size: 15px;
  line-height: 1;
  color: #dfdfdf;
  transition: 0.4s;
}
.category-box ul li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
  color: #444444;
}
.category-box ul li a:hover {
  color: #d8021b;
  padding-left: 25px;
}
.category-box ul li a:hover i {
  color: #d8021b;
  left: 5px;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  color: #444444;
  background-color: #fff;
  transition: 0.3s;
}
.tag-list ul li a:hover {
  background-color: #d8021b;
  color: #fff;
  border-color: transparent;
}
.tag-list.style2 li a {
  box-shadow: none;
  padding: 0;
}
.tag-list.style2 li a:hover {
  background: transparent;
}
.tag-list.style3 li a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
}
.pp-post-item .pp-post-img img {
  border-radius: 4px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}
.pp-post-item .pp-post-info h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
  color: #333333;
}
.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888888;
  margin-bottom: 12px;
}
.pp-post-item .pp-post-info span i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #d8021b;
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: #d8021b;
}

/*-------------------------------
   Category Section  CSS
-------------------------------*/
.category-item-wrap.style1 {
  margin: 0 -10px;
}
.category-item-wrap.style1 .category-item {
  width: calc(20% - 24px);
  margin: 0 12px 25px;
}
.category-item-wrap.style2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 25px;
}

.category-item {
  margin-bottom: 25px;
}
.category-item .cat-img {
  background-color: #fff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto 25px;
}
.category-item .cat-img img {
  display: block;
  margin: 0 auto;
  transform: scale(0.8);
  transition: 0.4s;
}
.category-item h3 {
  font-size: 22px;
  text-align: center;
  margin: 0;
}
.category-item:hover .cat-img img {
  transform: scale(1);
}
.category-item:hover h3 a {
  color: #d8021b;
}

/*-------------------------------
    Popup Newsletter  CSS
-------------------------------*/
.modal-backdrop {
  opacity: 0.8 !important;
}

.subscribe-bg {
  background-image: url(../img/subscribe-bg.jpg);
  height: 500px;
}

#modal-subscribe .modal-content {
  border-radius: 0;
}
#modal-subscribe .modal-content .modal-header {
  padding: 0;
}
#modal-subscribe .modal-content .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  z-index: 9;
}
#modal-subscribe .modal-content .modal-header .btn-close:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
#modal-subscribe .modal-content .modal-header .btn-close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  position: relative;
  left: -1px;
}
#modal-subscribe .modal-content .modal-body {
  padding: 0;
}

.subscribe-content {
  padding: 0 45px 0 0;
}
.subscribe-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.subscribe-content p {
  margin-bottom: 25px;
}
.subscribe-content .newsletter-form input {
  width: 100%;
  background: #F3F4F6;
  border: none;
  height: 54px;
  padding: 10px 15px;
}
.subscribe-content .newsletter-form button {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.subscribe-content .social-profile {
  margin: 20px 0 20px;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-slider-bg {
  background-image: url(../img/hero/hero-bg-3.jpg);
}

.hero-bg-one {
  background-image: url(../img/hero/hero-bg-2.jpg);
  height: 100%;
}

.hero-wrap .hero-content span {
  color: #d8021b;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
.hero-wrap .hero-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-wrap .hero-content p {
  margin-bottom: 30px;
}
.hero-wrap .hero-content .hero-btn .play-video {
  margin-left: 15px;
  position: relative;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  padding-left: 5px;
  display: block;
  border-radius: 50%;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
  margin-bottom: 0;
  margin-right: 8px;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn i {
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.8;
  color: #d8021b;
  position: relative;
  left: 2px;
  top: 1px;
  transition: 0.4s;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover {
  background-color: #d8021b;
}
.hero-wrap .hero-content .hero-btn .play-video .play-btn:hover i {
  color: #fff;
}
.hero-wrap .hero-content .hero-btn .play-video .play-text {
  margin: 0 0 0 10px;
  line-height: 1;
  color: #000;
  position: relative;
  top: 1px;
}
.hero-wrap.style1 {
  margin-top: 140px;
}
.hero-wrap.style1 .hero-slide-item {
  position: relative;
  z-index: 1;
}
/*.hero-wrap.style1 .hero-slide-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #d8021b;
  width: 35%;
  height: 100%;
  z-index: -1;
} */
.hero-wrap.style1 .hero-slide-item .hero-promotext {
  position: absolute;
  top: 45%;
  right: -170px;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg) translateY(-50%);
}
.hero-wrap.style1 .hero-slide-item .hero-img-wrap img {
  max-width: 80%;
  display: block;
  /* margin-right: auto; */
  margin: 0 auto;
}
.hero-wrap.style2 {
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
.hero-wrap.style2 .hero-content {
  padding: 60px 0 0;
}
.hero-wrap.style2 .hero-content h1 {
  font-size: 70px;
}
.hero-wrap.style2 .hero-content .hero-btn .btn {
  border-radius: 5px;
}
.hero-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f9f9f9;
  width: 100%;
  height: 92%;
  z-index: -1;
}
.hero-wrap.style2 .container {
  position: relative;
}
.hero-wrap.style2 .filter-box {
  position: relative;
  z-index: 1;
  width: 72%;
  margin-top: -160px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero-wrap.style2 .filter-box .filter-item {
  width: 17.5%;
  position: relative;
  padding-right: 25px;
}
.hero-wrap.style2 .filter-box .filter-item:last-child {
  padding-right: 0;
  width: 12%;
}
.hero-wrap.style2 .filter-box .filter-item:last-child:after {
  display: none;
}
.hero-wrap.style2 .filter-box .filter-item:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  background: #d8021b;
  width: 1px;
  height: calc(100% - 18px);
  transform: translateY(-50%);
}
.hero-wrap.style2 .filter-box .filter-item label {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  display: block;
  margin-bottom: 15px;
}
.hero-wrap.style2 .filter-box .filter-item select {
  width: 80%;
  height: auto;
  padding: 2px 15px 2px 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  color: #000;
  background-position: 100% 52%;
}
.hero-wrap.style2 .filter-box .filter-item select option {
  padding: 3px 0;
}
.hero-wrap.style2 .filter-box .filter-item button {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 13px 5px 12px;
  text-align: center;
}
.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  margin-top: 88px;
}
.hero-wrap.style3 .hero-slide-item {
  background-color: #f9f9f9;
  padding: 90px 0;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
  max-width: 550px;
  margin-right: auto;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: #d8021b;
  border-radius: 15px;
  z-index: -1;
}
.hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext span {
  display: block;
  font-size: 85px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg) translateY(-50%);
  position: relative;
  left: 60px;
  margin-left: auto;
}
.hero-wrap.style3 .hero-content span {
  display: block;
  color: #d8021b;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.hero-wrap.style3 .hero-content h1 {
  font-size: 58px;
  line-height: 1.2;
}
.hero-wrap.style3 .container {
  position: relative;
}

@-moz-document url-prefix() {
  .hero-wrap.style2 .filter-box .filter-item label {
    padding-left: 9px;
  }
}
.hero-slider-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F4F6;
  border-radius: 0;
  box-shadow: none;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:after, .hero-slider-one.owl-carousel .owl-nav button.owl-next:after {
  background: #d8021b;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #d8021b;
  font-size: 16px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-right: 20px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 60px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:after, .hero-slider-two.owl-carousel .owl-nav button.owl-next:after {
  background: #d8021b;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
  font-size: 16px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover:after, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  left: -2px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: -2px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.feature-card {
  margin-bottom: 25px;
  background-color: #F3F4F6;
  padding: 25px 25px 20px;
  transition: 0.4s;
}
.feature-card .feature-icon {
  position: relative;
  z-index: 1;
  transition: 0.4s;
  margin-bottom: 25px;
}
.feature-card .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  transition: 0.4s;
}
.feature-card .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.feature-card .feature-text p {
  margin: 0;
}
.feature-card:hover .feature-icon i {
  color: #fff;
}
.feature-card:hover .feature-text h3 {
  color: #d8021b;
}
.feature-card.style1 .feature-icon, .feature-card.style3 .feature-icon {
  width: 60px;
  height: 65px;
}
.feature-card.style1 .feature-icon img, .feature-card.style3 .feature-icon img {
  filter: brightness(0) invert(0);
  transition: 0.4s;
}
.feature-card.style1 .feature-icon i, .feature-card.style3 .feature-icon i {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.feature-card.style1:hover .feature-icon img, .feature-card.style3:hover .feature-icon img {
  filter: brightness(1) invert(0);
}
.feature-card.style2 .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333333;
  overflow: hidden;
}
.feature-card.style2 .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #d8021b;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.feature-card.style2 .feature-icon i {
  color: #fff;
  font-size: 32px;
  position: relative;
  top: 2px;
}
.feature-card.style2:hover {
  box-shadow: 0 8px 30px rgba(205, 148, 83, 0.1);
  transform: translateY(-6px);
}
.feature-card.style2:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-card.style3 {
  padding: 0;
  background-color: transparent;
}
.feature-card.style3 .feature-icon {
  margin: 0 auto 25px;
}
.feature-card.style3 .feature-text {
  text-align: center;
  padding: 0 10px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-bg-one {
  background-image: url(../img/about/about-img-6.jpg);
}

.about-bg-two {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-three {
  background-image: url(../img/about/about-img-7.jpg);
}

.about-wrap.style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #333333;
  width: 28%;
  height: 100%;
  z-index: -1;
}
.about-wrap.style1 .section-text {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  font-size: 85px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.09);
  transform: rotate(-90deg) translateY(-50%);
}
.about-wrap.style1 .about-img-wrap {
  position: absolute;
  bottom: 0;
}
.about-wrap.style1 .about-img-wrap img {
  width: 100%;
}
.about-wrap.style1 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}
.about-wrap.style2 .about-img-wrap .about-bg-one,
.about-wrap.style2 .about-img-wrap .about-bg-three {
  height: 630px;
  border-radius: 10px;
}
.about-wrap.style2 .about-content .feature-item-wrap {
  margin: 30px 0 30px;
}
.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.about-wrap.style3 .about-img-wrap .about-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.about-wrap.style3 .about-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #F3F4F6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}
.about-wrap.style3 .about-content .feature-item-wrap {
  margin: 35px 0 30px;
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}
.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  position: relative;
  z-index: 1;
}
.feature-item-wrap .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.8;
  color: #d8021b;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #d8021b;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: 20px;
}
.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}
.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}
.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #d8021b;
}
.feature-item-wrap.style1 .feature-item, .feature-item-wrap.style4 .feature-item {
  background-color: transparent;
  padding: 0;
}
.feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon {
  position: relative;
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  top: 0px;
  box-shadow: none;
  box-shadow: none;
}
.feature-item-wrap.style1 .feature-item .feature-icon i, .feature-item-wrap.style4 .feature-item .feature-icon i {
  font-size: 46px;
}
.feature-item-wrap.style1 .feature-item .feature-icon:after, .feature-item-wrap.style4 .feature-item .feature-icon:after {
  display: none;
}
.feature-item-wrap.style1 .feature-item:hover .feature-icon i, .feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #d8021b;
}
.feature-item-wrap.style2 .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}
.feature-item-wrap.style2 .feature-item .feature-icon i {
  font-size: 24px;
  line-height: 0.7;
  margin: 0 auto;
}
.feature-item-wrap.style2 .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item {
  margin-bottom: 25px;
  width: 33.33%;
  position: relative;
}
.feature-item-wrap.style3 .feature-item:after, .feature-item-wrap.style5 .feature-item:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "";
  background: rgba(205, 148, 83, 0.3);
  width: 1px;
  height: 100%;
}
.feature-item-wrap.style3 .feature-item:last-child:after, .feature-item-wrap.style5 .feature-item:last-child:after {
  display: none;
}
.feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(205, 148, 83, 0.15);
  overflow: hidden;
  text-align: center;
}
.feature-item-wrap.style3 .feature-item .feature-icon:after, .feature-item-wrap.style5 .feature-item .feature-icon:after {
  width: 0;
  height: 100%;
}
.feature-item-wrap.style3 .feature-item .feature-icon i, .feature-item-wrap.style5 .feature-item .feature-icon i {
  font-size: 28px;
  line-height: 0.7;
  margin: 0 auto;
  color: #d8021b;
  position: relative;
  top: 1px;
  transition: 0.4s;
}
.feature-item-wrap.style3 .feature-item .feature-text, .feature-item-wrap.style5 .feature-item .feature-text {
  width: calc(100% - 85px);
  margin-left: 20px;
  padding-right: 25px;
}
.feature-item-wrap.style3 .feature-item .feature-text h3, .feature-item-wrap.style5 .feature-item .feature-text h3 {
  transition: 0.4s;
}
.feature-item-wrap.style3 .feature-item .feature-text p, .feature-item-wrap.style5 .feature-item .feature-text p {
  margin: 0;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon i, .feature-item-wrap.style5 .feature-item:hover .feature-icon i {
  color: #fff;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-item-wrap.style3 .feature-item:hover .feature-text h3, .feature-item-wrap.style5 .feature-item:hover .feature-text h3 {
  color: #d8021b;
}
.feature-item-wrap.style4 .feature-item .feature-icon i {
  color: #333333;
}
.feature-item-wrap.style4 .feature-item:hover .feature-icon i {
  color: #d8021b;
}
.feature-item-wrap.style3 .feature-item:hover .feature-icon:after, .feature-item-wrap.style5 .feature-item:hover .feature-icon:after {
  background-color: #333333;
}

.featured-product-img {
  min-height: 400px;
  height: 100%;
}
.featured-product-img img {
  padding: 50px;
}

.product-feature-bg {
  background-image: url(../img/about/about-img-2.jpg);
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.product-features.feature-item-wrap .feature-item {
  margin-bottom: 0;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd) {
  background-color: #363749;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd) .feature-icon {
  background: #404251;
}
.product-features.feature-item-wrap .feature-item:nth-child(odd):hover {
  background-color: #404251;
}
.product-features.feature-item-wrap .feature-item:nth-child(even) {
  background-color: #2B2C3E;
}
.product-features.feature-item-wrap .feature-item:nth-child(even) .feature-icon {
  background: #323345;
}
.product-features.feature-item-wrap .feature-item:nth-child(even):hover {
  background-color: #323345;
}
.product-features.feature-item-wrap .feature-item:first-child {
  border-radius: 10px 0 0 0;
}
.product-features.feature-item-wrap .feature-item:first-child .feature-icon {
  border-radius: 10px 0 0 0;
}
.product-features.feature-item-wrap .feature-item:last-child {
  border-radius: 0 0 0 10px;
}
.product-features.feature-item-wrap .feature-item:last-child .feature-icon {
  border-radius: 0 0 0 10px;
}
.product-features.feature-item-wrap .feature-item .feature-icon {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 25px;
  height: auto;
  width: 110px;
  top: 0;
  text-align: center;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item .feature-icon i {
  color: #fff;
  font-size: 48px;
  margin: 0 auto;
  transition: 0.4s;
}
.product-features.feature-item-wrap .feature-item .feature-icon:after {
  display: none;
}
.product-features.feature-item-wrap .feature-item .feature-text {
  padding: 25px 25px 20px;
  width: calc(100% - 110px);
  margin-left: 0;
}
.product-features.feature-item-wrap .feature-item .feature-text h3, .product-features.feature-item-wrap .feature-item .feature-text p {
  color: #fff;
}

/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-img-1.jpg);
}

.wh-bg-two {
  background-image: url(../img/why-choose-us/wh-img-3.jpg);
}

.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
  height: 680px;
  border-radius: 10px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter {
  width: 50%;
  text-align: center;
  padding: 25px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(1) {
  background-color: #2B2C3E;
  border-radius: 0 0 0 10px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter:nth-child(2) {
  background-color: #d8021b;
  border-radius: 0 0 10px 0;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  color: #fff;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter p {
  font-size: 18px;
  margin: 0 0 15px;
}
.why-choose-wrap.style1 .wh-img-wrap .product-sell-counter .sell-counter span {
  font-size: 32px;
  display: block;
}
.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-bg-two {
  height: 650px;
  width: calc(100% - 30px);
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.why-choose-wrap.style2 .wh-img-wrap span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  background-color: #F3F4F6;
  border-radius: 50px;
  height: calc(100% - 30px);
  z-index: -1;
}

/*-------------------------------
    Promo  Section CSS
-------------------------------*/
.promo-item.style1 {
  margin-bottom: 25px;
  background-color: #f9f9f9;
  padding: 25px 25px 22px;
}
.promo-item.style1 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
}
.promo-item.style1 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  filter: brightness(0) invert(0.1);
  transition: 0.4s;
}
.promo-item.style1 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.promo-item.style1 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.promo-item.style1 .promo-text p {
  margin: 0;
}
.promo-item.style1:hover .promo-icon img {
  filter: brightness(1) invert(0);
}
.promo-item.style1:hover .promo-text h3 {
  color: #d8021b;
}
.promo-item.style2 {
  margin-bottom: 25px;
  text-align: center;
}
.promo-item.style2 .promo-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  z-index: -1;
  width: 68px;
  height: 68px;
  z-index: 1;
  text-align: center;
  margin: 0 auto 25px;
}
.promo-item.style2 .promo-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  filter: brightness(0) invert(0.1);
  transition: 0.4s;
}
.promo-item.style2 .promo-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.promo-item.style2 .promo-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.promo-item.style2 .promo-text p {
  margin: 0;
}
.promo-item.style2:hover .promo-icon img {
  filter: brightness(1) invert(0);
}
.promo-item.style2:hover .promo-text h3 {
  color: #d8021b;
}

/*-------------------------------
    Product   Section CSS
-------------------------------*/
.product-card {
  margin-bottom: 25px;
}
.product-card .product-img {
  position: relative;
}
.product-card .product-img img {
  display: block;
  margin: 0 auto;
  /* padding: 20px 30px; */
  padding:0 0 0 0;
  transform: scale(0.95);
  transition: 0.4s;
}
.product-card .product-img .promo-text {
 
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 10px 15px 7px;
  background-color: #d8021b;
  
  /* Aggiungi queste proprietà */
  width: 60px; /* imposta larghezza fissa */
  height: 60px; /* imposta altezza fissa */
  text-align: center; /* per centrare il testo */
  border-radius: 50%; /* rende il contenitore rotondo */
  padding: 22px 10px;
 
}


.product-card .product-img .newproduct-text {
 
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 10px 15px 7px;
  background-color: #000000;
  
  /* Aggiungi queste proprietà */
  width: 60px; /* imposta larghezza fissa */
  height: 60px; /* imposta altezza fissa */
  text-align: center; /* per centrare il testo */
  border-radius: 50%; /* rende il contenitore rotondo */
  padding: 22px 10px;
 
}
.product-card .product-img .promo-text i, .product-card .product-img .newproduct-text i  {
  position: relative;
  top: 1px;
  margin-left: 6px;
  font-size: 14px;
  line-height: 0.8;
}


.product-card .product-img .product-option {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
}
.product-card .product-img .product-option li {
  display: block;
  margin: 0 0 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(40px);
}
.product-card .product-img .product-option li:nth-child(1) {
  transition: 0.3s;
}
.product-card .product-img .product-option li:nth-child(2) {
  transition: 0.6s;
}
.product-card .product-img .product-option li:nth-child(3) {
  transition: 0.8s;
}
.product-card .product-img .product-option li:last-child {
  margin-bottom: 0;
}
.product-card .product-img .product-option li button, .product-card .product-img .product-option li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.product-card .product-img .product-option li button i, .product-card .product-img .product-option li a i {
  transition: 0.6s;
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: #d8021b;
}
.product-card .product-img .product-option li button:hover, .product-card .product-img .product-option li a:hover {
  background-color: #d8021b;
}
.product-card .product-img .product-option li button:hover i, .product-card .product-img .product-option li a:hover i {
  color: #fff;
}
.product-card .product-info {
  margin-top: 10px;
}

.product-card .product-info p
{
    line-height: 1;
    margin-bottom: 5px;
}

.product-card .product-info p.shorttextnews
{
    line-height: 1.25;
}

.product-card .product-info p span.categoriaelenco {
  
    font-size: 18px;
    line-height: 1;
    color: #777777;
    margin-bottom: 5px;
}
.product-card .product-info h3 {
  font-size: 24px; 
  margin-bottom: 5px;
}
.product-card .product-info .product-price {
  color: #d8021b;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
}
.product-card .product-info .product-price .discount {
    color: #888888;
    text-decoration: line-through;
    margin-right: 8px;
    display: inline-block;
    margin-left: 10px;
}
.product-card .product-info .ratings {
  margin-bottom: 12px;
}
.product-card .product-info .ratings li {
  display: inline-block;
}
.product-card .product-info .ratings li i {
  color: #FEC107;
}
.product-card:hover .product-img img {
  transform: scale(1);
}
.product-card:hover .product-info h3 a {
  color: #777777;
}
.product-card:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.product-card.style1 .product-img, .product-card.style4 .product-img {
  background: #fff;
}
.product-card.style1 .product-img .promo-text, .product-card.style4 .product-img .promo-text {
  left: 30px;
  top: 30px;
}
.product-card.style1 .product-img .newproduct-text, .product-card.style4 .product-img .newproduct-text {
  right: 30px;
  top: 30px;
}
.product-card.style1 .product-img .product-option li button, .product-card.style1 .product-img .product-option li a, .product-card.style4 .product-img .product-option li button, .product-card.style4 .product-img .product-option li a {
  border: 1px solid #d8021b;
  box-shadow: none;
}
.product-card.style1 .product-img .product-option li button i, .product-card.style1 .product-img .product-option li a i, .product-card.style4 .product-img .product-option li button i, .product-card.style4 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}
.product-card.style1 .product-info, .product-card.style4 .product-info {
  text-align: left;
    margin-left: 12px;
}
.product-card.style1 .product-info .ratings, .product-card.style4 .product-info .ratings {
  margin-bottom: 5px;
}
.product-card.style1 .product-info h3, .product-card.style4 .product-info h3 {
  margin-bottom: 5px;
}
.product-card.style2 .product-img, .product-card.style3 .product-img {
  border-radius: 10px;
}
.product-card.style2 .product-img .promo-text, .product-card.style3 .product-img .promo-text {
  left: 30px;
  top: 30px;
}


.product-card.style2 .product-img .newproduct-text, .product-card.style3 .product-img .newproduct-text {
  right: 30px;
  top: 30px;
}
.product-card.style2 .product-img .product-option li button, .product-card.style2 .product-img .product-option li a, .product-card.style3 .product-img .product-option li button, .product-card.style3 .product-img .product-option li a {
  border: 1px solid #d8021b;
  box-shadow: none;
}
.product-card.style2 .product-img .product-option li button i, .product-card.style2 .product-img .product-option li a i, .product-card.style3 .product-img .product-option li button i, .product-card.style3 .product-img .product-option li a i {
  position: relative;
  top: 1px;
}
.product-card.style2 .product-info, .product-card.style3 .product-info {
  text-align: center;
}
.product-card.style2 .product-info .ratings, .product-card.style3 .product-info .ratings {
  margin-bottom: 10px;
}
.product-card.style2 .product-info h3, .product-card.style3 .product-info h3 {
  margin-bottom: 10px;
}
.product-card.style2 .product-img {
  background: #fff;
}
.product-card.style2 .product-img .promo-text {
  border-radius: 5px;
}
.product-card.style3 .product-img {
  background: #F3F4F6;
}
.product-card.style3 .product-img .promo-text {
  border-radius: 50px;
}
.product-card.style4 .product-img {
  background: #ffffff;
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev, .product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35% !important;
}
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-two.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.checkbox-item {
  margin-bottom: 15px;
}
.checkbox-item:last-child {
  margin-bottom: 0;
}

.product-search-box .form-group {
  position: relative;
  width: 300px;
}
.product-search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #F3F4F6;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}
.product-search-box .form-group input:focus {
  border-color: #888888;
}
.product-search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #d8021b;
}
.product-search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}
.product-search-box .product-result {
  width: calc(100% - 320px);
  margin-left: 20px;
}

/*-------------------------------
   Process  Section  CSS
-------------------------------*/
.process-item {
  margin-bottom: 25px;
  width: 100%;
  background-color: #363749;
  padding: 25px 25px 22px;
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.process-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.process-item span {
  width: 25px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  top: 1px;
  transition: 0.4s;
}
.process-item .process-info {
  width: calc(100% - 45px);
  margin-left: 20px;
}
.process-item .process-info h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff;
  transition: 0.4s;
}
.process-item .process-info p {
  margin: 0;
  color: #fff;
  transition: 0.4s;
}
.process-item:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.process-item:hover span {
  color: #333333;
}
.process-item:hover .process-info h3, .process-item:hover .process-info p {
  color: #333333;
}

/*-------------------------------
   Partner Section  CSS
-------------------------------*/
.partner-wrap.style1 {
  position: relative;
  z-index: 1;
}
.partner-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F3F4F6;
  z-index: -1;
}
.partner-wrap.style1 .partner-slider-one {
  background-color: #d8021b;
  padding: 70px 50px;
}
.partner-wrap.style1 .partner-item img {
  opacity: 0.7;
  transition: 0.4s;
}
.partner-wrap.style1 .partner-item:hover img {
  opacity: 1;
}

.partner-item {
  padding: 0 20px;
}
.partner-item img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}

/*-------------------------------
   Offer Section  CSS
-------------------------------*/
.offer-wrap .offer-content {
  background-color: transparent;
  padding: 30px;
}
.offer-wrap.style1 {
  overflow: hidden;
  position: relative;
}
.offer-wrap.style1 .offer-promo-text {
  position: absolute;
  top: 38%;
  right: 0px;
  font-size: 95px;
  line-height: 1;
  z-index: 2;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.05);
  transform: rotate(-90deg) translateY(-50%);
}
.offer-wrap.style1 .container {
  position: relative;
}
.offer-wrap.style1 .offer-img-wrap {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.offer-wrap.style1 .offer-img-wrap img {
  position: relative;
  z-index: 1;
}
.offer-wrap.style1 .offer-img-wrap:after {
  position: absolute;
  bottom: -100px;
  right: 0;
  content: "";
  background-color: transparent;
  width: 85%;
  height: 100vh;
  z-index: 0;
}
.offer-wrap.style2 .offer-content {
  border-radius: 10px;
}
.offer-wrap.style2 .offer-content .content-title p {
  padding: 0;
}
.offer-wrap.style2 .offer-img-wrap img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------
    Testimonial  Section CSS
-------------------------------*/
.testimonial-card {
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  padding: 25px;
}
.testimonial-card .ratings {
  line-height: 1;
  margin-bottom: 16px;
}
.testimonial-card .ratings li {
  display: inline-block;
}
.testimonial-card .ratings li i {
  color: #FEC107;
  font-size: 16px;
  line-height: 0.8;
}
.testimonial-card .promo-text {
  font-size: 24px;
  margin-bottom: 12px;
}
.testimonial-card .client-quote {
  margin-bottom: 20px;
  transition: 0.4s;
}
.testimonial-card .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}
.testimonial-card .client-info-wrap .client-info h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: 0.4s;
}
.testimonial-card .client-info-wrap .client-info span {
  font-size: 16px;
  display: block;
  line-height: 1;
  transition: 0.4s;
}
.testimonial-card.style1 {
  background-color: #f9f9f9;
}
.testimonial-card.style2 {
  background-color: #fff;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.owl-carousel .owl-dots,
.product-slider-three .owl-dots,
.testimonial-slider-two .owl-dots {
  text-align: center;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  box-shadow: 0px 10px 25.5px 4.5px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  transition: 0.4s;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  transition: 0.7s;
}
.blog-card .blog-info {
  background: #fff;
  padding: 22px 25px 22px;
}
.blog-card .blog-info .blog-metainfo {
  margin-bottom: 14px;
}
.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: "/";
  font-size: 16px;
  color: #444444;
}
.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}
.blog-card .blog-info .blog-metainfo li a {
  font-size: 15px;
  color: #444444;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: #d8021b;
}
.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #d8021b;
}
.blog-card .blog-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-card .blog-info p {
  margin-bottom: 12px;
}
.blog-card .blog-info .link {
  color: #444444;
}
.blog-card .blog-info .link i {
  visibility: hidden;
  opacity: 0;
}
.blog-card.style1 {
  background: #f9f9f9;
}
.blog-card.style1 .blog-info {
  background: #F3F4F6;
}
.blog-card.style2, .blog-card.style3 {
  border-radius: 10px;
}
.blog-card.style2 .blog-img, .blog-card.style3 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style2 .blog-info, .blog-card.style3 .blog-info {
  border-radius: 10px;
  background: #F3F4F6;
}
.blog-card.style4 .blog-info {
  background: #fff;
}
.blog-card.style4 .blog-info h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-card:hover {
  box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-img img {
  transform: scale(1.08) rotate(3deg);
}
.blog-card:hover .blog-info h3 a {
  color: #d8021b;
}
.blog-card:hover .blog-info .link {
  letter-spacing: 0.3px;
}
.blog-card:hover .blog-info .link.style1 {
  color: #d8021b;
}
.blog-card:hover .blog-info .link.style1 i {
  visibility: visible;
  opacity: 1;
}
.blog-card:hover .blog-info .link.style1:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.single-product-gallery .single-product-slider,
.single-product-gallery .single-product_slider {
  margin-bottom: 10px;
}
.single-product-gallery .single-product-slider .single-product-item,
.single-product-gallery .single-product_slider .single-product-item {
  /* padding: 30px; */
  padding: 0px;
  background-color: #ffffff;
}
.single-product-gallery .single-product-slider .single-product-item img,
.single-product-gallery .single-product_slider .single-product-item img {
  display: block;
  margin: 0 auto;
  /* max-width: 360px; */
  width:100%;
}
.single-product-gallery .single-product-slider,
.single-product-gallery .single-product_slider {
  position: relative;
}
.single-product-gallery .single-product-slider .swiper-button-next,
.single-product-gallery .single-product-slider .swiper-button-prev,
.single-product-gallery .single-product_slider .swiper-button-next,
.single-product-gallery .single-product_slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.single-product-gallery .single-product-slider .swiper-button-next i,
.single-product-gallery .single-product-slider .swiper-button-prev i,
.single-product-gallery .single-product_slider .swiper-button-next i,
.single-product-gallery .single-product_slider .swiper-button-prev i {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 2px;
}
.single-product-gallery .single-product-slider .swiper-button-prev,
.single-product-gallery .single-product_slider .swiper-button-prev {
  left: 10px;
}
.single-product-gallery .single-product-slider .swiper-button-next,
.single-product-gallery .single-product_slider .swiper-button-next {
  right: 10px;
}
.single-product-gallery .single-product-thumbs .single-product-thumb,
.single-product-gallery .single-product_thumbs .single-product-thumb {
  padding: 0px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #F3F4F6;
}
.single-product-gallery .single-product-thumbs .single-product-thumb img,
.single-product-gallery .single-product_thumbs .single-product-thumb img {
  display: block;
  margin: 0 auto;
/* max-width: 120px; */
  width:100%;
}
.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active,
.single-product-gallery .single-product_thumbs .swiper-slide-thumb-active {
  background-color: #f9f9f9;
  border-color: transparent;
}
.single-product-gallery .single-product-thumbs .product-thumb,
.single-product-gallery .single-product_thumbs .product-thumb {
  border: 1px solid #F3F4F6;
  padding: 20px;
  cursor: pointer;
}

.single-product-details .single-product-title {
  position: relative;
}
.single-product-details .single-product-title h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 10px;
}
.single-product-details .single-product-title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 7px 0 10px;
  color: #d8021b;
}
.single-product-details .single-product-title h3 .discount {
  color: #888888;
  margin-left: 5px;
  text-decoration: line-through;
}
.single-product-details .single-product-title .ratings ul {
  position: relative;
  top: 1px;
}
.single-product-details .single-product-title .ratings ul li {
  display: inline-block;
}
.single-product-details .single-product-title .ratings ul li i {
  color: #FDCB05;
}
.single-product-details .single-product-title .ratings span {
  margin-left: 10px;
}
.single-product-details .single-product-desc {
  margin: 12px 0 15px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d8021b;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #d8021b;
  font-size: 18px;
  line-height: 0.8;
  display: inherit;
  transition: 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #d8021b;
}
.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}

.single-product-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 25px;
}
.single-product-option a:nth-child(1) {
  margin-right: 15px;
}

.product-more-option-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.product-more-option-item:last-child {
  margin: 0;
}
.product-more-option-item h5 {
  margin: 0 12px 0 0;
    line-height: 1;
    font-size: 17px;
    font-weight: 400;
}
.product-more-option-item span, .product-more-option-item a {
  font-size: 18px;
  position: relative;
  color: #444444;
}

.product-large-img {
  max-width: 350px;
  margin: 0 auto;
}

.product-thumb {
  max-height: 150px;
}

.add-cart button {
  margin-right: 10px;
  font-weight: 400 !important;
}
.add-cart button i {
  margin-right: 10px;
  top: 1px !important;
}
.add-cart button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}
.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}
.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}
.additional-info li:last-child {
  margin-bottom: 0;
}
.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-description-wrap .product-description {
  margin-bottom: 25px;
}
.product-description-wrap .product-description:last-child {
  margin-bottom: 0;
}
.product-description-wrap .product-description .desc-title {
  position: relative;
}
.product-description-wrap .product-description .desc-title h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}
.product-description-wrap .product-description .desc-title:after {
  position: absolute;
  top: 16px;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 1px;
}
.product-description-wrap .product-description h3 {
  font-size: 24px;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 35px;
  overflow: hidden;
  background: transparent;
}
.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}
.progressbar-wrap .progress-bar .progress-content-outter {
  height: 3px;
  background-color: #F3F4F6;
}
.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 3px;
  background-color: #d8021b;
  width: 0%;
}
.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-weight: 500;
  margin: 0;
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  transform: translateX(-100%);
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 500;
  position: relative;
}

#product-modal .modal-content .modal-header {
  padding: 0;
}
#product-modal .modal-content .modal-header button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  border: none;
  z-index: 9;
  padding: 7px;
}
#product-modal .modal-content .modal-header button.close:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
#product-modal .modal-content .modal-header button.close i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#product-modal .product-details-wrap {
  background-color: #fff;
  padding: 40px 30px;
}
#product-modal .product-details-wrap .single-product-gallery .carousel .carousel-item {
  border: 1px solid #F3F4F6;
  padding: 30px;
}
#product-modal .product-details-wrap .single-product-gallery .carousel-indicators {
  margin: 0;
  justify-content: space-between;
  margin: 15px -3px 0;
}
#product-modal .product-details-wrap .single-product-gallery .carousel-indicators li {
  width: calc(25% - 5px);
  min-height: 80px;
  padding: 15px;
  display: block;
  border: 1px solid #F3F4F6;
  opacity: 1;
}
#product-modal .product-details-wrap .single-product-option {
  margin-bottom: 0;
}
#product-modal .modal-body {
  padding: 0;
}
#product-modal .single-product-gallery .single-product-slider {
  width: 75%;
  margin-left: 25px;
  height: 570px;
}
#product-modal .single-product-thumbs {
  width: calc(25% - 25px);
  height: 570px;
}
#product-modal .single-product-thumbs .single-product-thumb img {
  max-width: 90px;
}

.client-review-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.client-review-form .comment-form-title {
  margin-bottom: 20px;
}
.client-review-form .form-group {
  margin-bottom: 15px;
}
.client-review-form .form-group input,
.client-review-form .form-group textarea {
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 10px 15px;
}
.client-review-form .form-group input {
  height: 56px;
}
.client-review-form .form-group textarea {
  height: 128px;
  resize: none;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.terms-wrap p {
  margin-bottom: 15px;
}
article p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
article p strong,
.terms-wrap p strong {
  color: #000;
}
article p a,
.terms-wrap p a {
  color: #d8021b;
}
article p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #d8021b;
}
article h1,
.terms-wrap h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
article h2,
.terms-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
article h3,
.terms-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
article h4,
.terms-wrap h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
article h5,
.terms-wrap h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
article h6,
.terms-wrap h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
article ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 25px;
}
article ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #444444;
  padding-left: 3px;
}
article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 22px;
}

.post-metainfo {
  margin-bottom: 14px;
}
.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.post-metainfo li:after {
  position: absolute;
  top: 0;
  right: -14px;
  content: "/";
  font-size: 16px;
  color: #444444;
}
.post-metainfo li:last-child {
  margin-right: 0;
}
.post-metainfo li:last-child:after {
  display: none;
}
.post-metainfo li a {
  font-size: 15px;
  color: #444444;
}
.post-metainfo li a:hover {
  color: #d8021b;
}
.post-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #d8021b;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}
.post-img .blog-date {
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #d8021b;
  color: #fff;
  transition: 0.3s;
}
.post-img .blog-date:hover {
  background: #d8021b;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 30px 0 30px;
}
.wp-block-quote .wp-quote-text {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.wp-block-quote .wp-quote-text p {
  font-weight: 500;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.wp-block-quote .wp-quote-icon {
  width: 100px;
  position: relative;
  top: 5px;
  z-index: 1;
}
.wp-block-quote .wp-quote-icon i {
  color: #d8021b;
  font-size: 78px;
  line-height: 0.8;
  margin: 0 auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}
.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #d8021b;
  font-size: 13px;
  line-height: 0.8;
}
.content-feature-list.style1 li {
  padding-left: 45px;
  margin-bottom: 18px;
}
.content-feature-list.style1 li:last-child {
  margin-bottom: 0;
}
.content-feature-list.style1 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  background: #d8021b;
}
.content-feature-list.style1 li span i {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
  color: #d8021b;
}

.post-meta-option {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 25px;
}

.post-tag span i {
  position: relative;
  top: 3px;
  color: #d8021b;
  margin-right: 4px;
}
.post-tag ul {
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: #d8021b;
}
.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}

.post-share {
  display: inline-block;
}
.post-share span {
  font-weight: 500;
  color: #000;
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.post-author .post-author-img img {
  border-radius: 50%;
}
.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}
.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-left: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 0 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: #d8021b;
  transition: 0.3s;
}
.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}
.comment-item-wrap .reply-btn:hover {
  color: #d8021b;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
#cmt-form label {
  color: #888888;
  padding-left: 20px;
}
#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}
#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888888;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: #F9FAFC;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #000;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
  height: 60px;
}
#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}
#cmt-form .comment-form .btn.style1 {
  margin-top: 25px;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #d8021b;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #d8021b;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table table {
  margin: 0;
}
.cart-table table thead tr {
  border-top: none;
  background: transparent;
  border: 1px solid #F3F4F6;
}
.cart-table table thead tr th {
  border: none;
  padding: 15px 30px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #F3F4F6;
  background-color: #efefef;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border: 1px solid #F3F4F6;
}
.cart-table table tbody tr td {
  padding: 15px 15px 15px;
  background: #fff;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid #F3F4F6;
}
.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}
.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  margin-left: 0;
  text-align: center;
}
.cart-table table tbody tr td .cart-item-price {
  font-size: 18px;
color: #010101;
  font-weight: 600;
  text-align: center;
}
.cart-table table tbody tr td .product-img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  background-color: #F3F4F6;
}
.cart-table table tbody tr td p {
  margin: 0;
}
.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}
.cart-table table tbody tr td button i {
  color: #d8021b;
}
.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}

.coupon-wrap {
  border: 1px solid #F3F4F6;
  border-top: none;
  padding: 15px;
}

.product-quantity {
  width: 174px;
}
.product-quantity .qtySelector {
  position: relative;
  height: 48px;
  border: 2px solid rgba(0, 0, 0, 0.95);
}
.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #000;
}
.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  left: 48px;
  position: relative;
  height: 48px;
  top: -1px;
  text-align: center;
  color: #d8021b;
    font-size: 30px;
}

.cart-qty .product-quantity {
  margin: 0 auto;
}
.cart-qty .product-quantity input {
  left: 0 !important;
}

.coupon-code {
  position: relative;
}
.coupon-code input {
  width: 100%;
  height: 54px;
  background: #f9f9f9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 0;
}
.coupon-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0;
  background-color: #d8021b;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

 

.cart-total {
  padding: 20px 25px 25px;
  border: 1px solid #F3F4F6;
}
.cart-total .cart-box-title {
  border-bottom: 1px solid #d8021b;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart-total .cart-total-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F4F6;
}
.cart-total .cart-total-item p,
.cart-total .cart-total-item span {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.cart-total .cart-total-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-total .btn.style2 {
  padding: 12px 10px 14px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
  background: #f9f9f9;
  padding: 15px;
  margin: 0 0 25px;
}
.checkout-promobox i {
  color: #d8021b;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 5px;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.checkbox label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #d8021b;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.checkbox label a {
  color: #d8021b;
}
.checkbox label.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10.8px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #d8021b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.checkout-box-subtitle {
  font-weight: 500;
  margin-bottom: 18px;
}

.checkout-form {
  margin: 0 0 25px;
  background-color: #f9f9f9;
  padding: 25px;
}
.checkout-form .checkout-box-title {
  font-weight: 500;
  margin-bottom: 25px;
}
.checkout-form .form-group {
  margin: 0 0 15px;
}
.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
}
.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 20px;
}
.checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 0.9;
}
.checkout-form .form-group input {
  height: 60px;
}
.checkout-form .form-group textarea {
  height: 212px;
  resize: none;
}
.checkout-form .form-group select {
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #000;
  width: 100%;
  height: 60px;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}

.checkout-details {
  background: #f9f9f9;
  padding: 20px 30px 30px;
  margin: 0 0 25px;
}
.checkout-details .checkout-box-title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8021b;
}
.checkout-details .bill-item {
  margin-bottom: 15px;
  padding: 5px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-details .bill-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.checkout-details .bill-item .bill-item-name {
  width: 65%;
  margin: 0;
  color: #444444;
}
.checkout-details .bill-item .bill-item-price {
  width: 32%;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.checkout-details .coupon-item {
  margin: 15px 0;
}
.checkout-details .coupon-item h4 {
  margin-bottom: 15px;
}
.checkout-details .coupon-item .form-group {
  position: relative;
}
.checkout-details .coupon-item .form-group input {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}
.checkout-details .coupon-item .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  background-color: #d8021b;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #F3F4F6;
}
.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}
.checkout-details .select-payment-method {
  margin: 15px 0 0;
}
.checkout-details .select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.checkout-details .select-payment-method div label {
  padding-left: 28px !important;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.checkout-details .select-payment-method div p {
  margin: 0 0 0 28px;
  color: #444444;
}

.select-payment-method [type=radio]:checked,
.select-payment-method [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type=radio]:not(:checked) + label::before,
.select-payment-method [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type=radio]:not(:checked) + label::before {
  border: 1px solid #999;
}

.select-payment-method [type=radio]:checked + label::before {
  border: 1px solid #d8021b;
}

.select-payment-method [type=radio]:checked + label::after,
.select-payment-method [type=radio]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8021b;
  top: 5px;
  left: 6px;
  transition: all 0.2s ease;
}

.select-payment-method [type=radio]:not(:checked) + label::after {
  background: transparent;
}

.select-payment-method [type=radio]:checked + label::after {
  background: #d8021b;
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-form.style2 #contactForm {
  margin-bottom: -10px;
  background: transparent;
  padding: 0;
}
.contact-form.style2 #contactForm .form-group input, .contact-form.style2 #contactForm .form-group textarea {
  background-color: #fff;
  border: none;
}

.contact-box-wrap .contact-item {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #333333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.contact-box-wrap .contact-item .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
  top: 2px;
  transition: 0.34s;
}
.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #444444;
  transition: 0.3s;
}
.contact-box-wrap .contact-item:hover .contact-info h3 {
  color: #d8021b;
}
.contact-box-wrap .contact-item:hover .contact-icon {
  background-color: #d8021b;
}
.contact-box-wrap .contact-item:hover .contact-icon i {
  color: #fff;
}

.comp-map {
  height: 462px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  background-color: #f9f9f9;
  padding: 30px 30px 22px;
}
#contactForm .form-group {
  margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#contactForm .form-group input {
  height: 60px;
}
#contactForm .form-group textarea {
  height: 163px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
  position: relative;
  z-index: 10;
  color: #fff;
  cursor: pointer;
}

.footer-wrap .footer-widget .social-link, .newsletter-wrap .newsletter-form button, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .page-navigation .page-nav, .header-wrap.style1 .header-top .header-top-right, .search-area, .select-lang .navbar-language .dropdown-toggle, .shopcart, .cart-popup .close-cart-popup, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .pp-post-item, .category-item-wrap, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap .feature-item, .feature-item-wrap.style1 .feature-item .feature-icon, .feature-item-wrap.style4 .feature-item .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3, .feature-item-wrap.style5, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .why-choose-wrap.style1 .wh-img-wrap .product-sell-counter, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .checkbox-item, .product-search-box, .process-item, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .wp-block-quote, .content-feature-list.style1 li span, .post-author, .comment-item-wrap .comment-item, .cart-total .cart-total-item, .checkout-details .bill-item, .checkout-details .select-payment-method, .contact-box-wrap .contact-item, .contact-box-wrap .contact-item .contact-icon {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-wrap .newsletter-form button, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .shopcart, .cart-popup .close-cart-popup, #modal-subscribe .modal-content .modal-header .btn-close, .hero-wrap.style3 .hero-slide-item .hero-img-wrap .hero-promotext, .feature-card .feature-icon, .feature-item-wrap.style2 .feature-item .feature-icon, .feature-item-wrap.style3 .feature-item .feature-icon, .feature-item-wrap.style5 .feature-item .feature-icon, .featured-product-img, .product-features.feature-item-wrap .feature-item .feature-icon, .promo-item.style1 .promo-icon, .promo-item.style2 .promo-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .swiper-button-next,
.swiper-button-prev, #product-modal .modal-content .modal-header button.close, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .content-feature-list.style1 li span, .contact-box-wrap .contact-item .contact-icon {
  flex-direction: column;
  justify-content: center;
}

.footer-wrap .footer-widget .social-link, .header-wrap.style1 .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .cart-popup .cart-popup-body .cart-item, .cart-popup .cart-popup-footer .total-amt, .hero-wrap .hero-content .hero-btn, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style2 .filter-box, .feature-item-wrap.style3 .feature-item, .feature-item-wrap.style5 .feature-item, .featured-product-img, .checkbox-item, .product-search-box, .testimonial-card .client-info-wrap, .single-product-details .single-product-title .ratings, #product-modal .single-product-gallery .single-product-slider .single-product-item, #product-modal .single-product-thumbs .single-product-thumb, .wp-block-quote, .cart-total .cart-total-item, .checkout-details .bill-item, .contact-box-wrap .contact-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.newsletter-wrap {
  background-color: #d8021b;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.newsletter-wrap .newsletter-title {
  position: relative;
  top: 5px;
}
.newsletter-wrap .newsletter-title h2 {
  font-size: 34px;
  color: #fff;
  margin: 0;
}
.newsletter-wrap .newsletter-form {
  position: relative;
}
.newsletter-wrap .newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #444444;
  text-align: left;
  padding: 15px 128px 12px 18px;
}
.newsletter-wrap .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #444444;
}
.newsletter-wrap .newsletter-form input::placeholder {
  opacity: 1;
  color: #444444;
}
.newsletter-wrap .newsletter-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 5px 28px;
  height: calc(100% - 8px);
  background-color: #333333;
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}
.newsletter-wrap .newsletter-form.style2 input {
  border-radius: 5px;
}
.newsletter-wrap .newsletter-form.style2 button {
  border-radius: 5px;
}
.newsletter-wrap.style2 {
  border-radius: 10px;
}
.newsletter-wrap.style2 .newsletter-form input {
  border-radius: 10px;
}
.newsletter-wrap.style2 .newsletter-form button {
  border-radius: 10px;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 1;
}
.footer-wrap .container {
  position: relative;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #d8021b;
}
.footer-wrap .footer-widget .comp-desc {
  color: #444444;
  margin: 20px 0 18px;
  padding-right: 10px;
}
.footer-wrap .footer-widget .social-link h6 {
  font-weight: 500;
  color: #000000;
  line-height: 1;
  margin: 0 10px 0 0;
}
.footer-wrap .footer-widget .social-link .social-profile {
  line-height: 1;
}
.footer-wrap .footer-widget .social-link .social-profile li a {
  color: #444444;
  font-size: 18px;
}
.footer-wrap .footer-widget .social-link .social-profile li a:hover {
  transform: translateY(-2px);
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: #444444;
  position: relative;
  padding-left: 17px;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -5px;
  left: 20px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #d8021b;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -6px;
  left: -5px;
  font-size: 16px;
  color: #444444;
  transition: 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #d8021b;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 22px);
}
.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #d8021b;
}
.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}
.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #d8021b;
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  transition: 0.3s;
}
.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
  color: #d8021b;
}

.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: #444444;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-text i {
  position: relative;
  top: 0px;
  margin-right: 2px;
}
.copyright-text span {
  color: #d8021b;
}
.copyright-text a {
  color: #d8021b;
  font-weight: 600;
  margin-left: 15px;
}
.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-form input {
    height: 54px;
    padding: 16px 12px 12px;
  }
  .newsletter-wrap .newsletter-form button {
    position: relative;
    margin-top: 15px;
    width: 100%;
    display: block;
    top: 0;
    right: 0;
    line-height: 1.1;
    padding: 19px 10px 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-wrap {
    padding: 18px 20px 20px;
    margin-bottom: -75px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 18px;
    font-size: 20px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 75px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 3px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -7px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 40px;
    height: 40px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  
  table.cart a.optionBox, table.cart a.optionBox:visited
  {
    padding: 0 0 0 0;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap {
    padding: 25px 30px 30px;
    margin-bottom: -90px;
  }
  .newsletter-wrap .newsletter-title h2 {
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
  .footer-wrap {
    padding-top: 90px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .comp-desc {
    margin: 18px 0 18px;
  }
   
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrap {
    margin-bottom: -80px;
  }
  .newsletter-wrap .newsletter-title h2 {
    font-size: 32px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    position: relative;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 52px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    width: 44px;
    height: 44px;
  }
  .footer-wrap .footer-widget .newsletter-form button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-wrap {
    margin-bottom: -80px;
  }
  .footer-wrap {
    padding-top: 80px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
} 


/** custom */
.owl-carousel.owl-loaded {
 
  background-color: #e9e9e9;
}

.hero-content
{
    max-width: 80%;
    margin-left: auto;
}

.btn.styleformarreda
{
    background-color: transparent;
    border:  3px solid #777777;
    color: #777777;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    white-space: nowrap;
}

.btn.styleformarreda.style1:hover
{
    color: #ffffff!important;
}


.btn.styleformarreda.scuro
{
 
    border:  3px solid #545454!important;
    color: #545454!important;
    
}



.btn.styleformarreda.scuro.style1:hover
{
    color: #ffffff!important;
}

.btn.styleformarreda.btnnovita.style1:hover
{
    color: #ffffff!important;
}


  

.btn.styleformarredarosso
{
    background-color: transparent;
    border:  3px solid #d8021b;
    color: #d8021b;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    white-space: nowrap;
}

.btn.styleformarredarosso.style2:hover, .btn.styleformarredarosso.style2:hover span
{
    color: #ffffff!important;
}

.btn.styleformarredarosso.style2:hover
{
    color: #ffffff!important;
}


.btn.styleformarredarosso.pillola { 
      border-radius: 30px;
    }
    
span.btn.styleformarredarosso.pillola
{
    cursor: auto;
}
span.btn.styleformarredarosso.pillola:hover
{
    background-color: transparent;
}

.scontopercentuale
{
        position: relative;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 7px 15px; /* Regola il padding per dare la forma a pillola */
    background-color: #d8021b;
    
    /* Aggiungi queste proprietà per la forma a pillola */
    border-radius: 30px; /* Rende il contenitore a pillola */
    text-align: center; /* Centra il testo */
}

.section-title.style1 span.scontopercentuale, .content-title.style1 span.scontopercentuale
{
    color: #fff!important;
}

.product-price
{
    display: flex;
    align-items: center
}

span.red, .content-title.style1 span.red   
{
    display: inline-block;
    line-height: 1;
    background: none;
       
}



a.whitecolor
{
    color: #ffffff;
}

a.redcolor
{
    color: #d8021b;
}
 a.redcolor.selected
{
    font-weight: 600;
}
 
.sfondobianco
{
    background-color: #ffffff!important;
}
  
.sfondogrigiochiaro
{
    background-color: #f4f4f4!important;
}
  
.sfondogrigiomedio
{
    background-color: #f3f3f3!important;
}



.sfondogrigioscuro 
{
    background-color: #dfdfdf !important;
}


  
.sfondogrigioscurotopper
{
    background-color: #696566!important;
}



.boxofferta
{
    border: 2px solid #dfdfdf;
}

.bordatogrigiomedio
{
    border-bottom: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
}
  
.boxofferta .content-title h2
{
    color: #d8021b!important;
}


.breadcrumb-wrap-formarreda
{
    padding: 15px 0; 
}

.breadcrumb-wrap-formarreda .container
{
    max-width: 1520px;
}
 
 
.page-navigation {
  display: flex;
  justify-content: center; /* Per centrare orizzontalmente */
  align-items: center;     /* Per centrare verticalmente, se necessario */
}

.page-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.page-nav li {
  margin-right: 10px; /* Se vuoi aggiungere spazi tra gli elementi */
}

.page-nav li:last-child {
  margin-right: 0; /* Rimuovi l'ultimo margine per l'ultimo elemento */
} 

 
.product-card .product-img .green-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px; 
  background-color: transparent;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  padding: 0 0 0 0;
}

.btn-open-lightbox
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent
}

.btn-open-lightbox .btn.style1 {
  background-color: transparent;
  color: #6e6e6e;
}


.btn-open-lightbox .btn.style1::before,.btn-open-lightbox .btn.style1::after 
{
  background-color: transparent;
 
}

.btn-open-lightbox .btn.style1 i:hover  {
  
  color: #2e2e2e;
}


.btn-open-lightbox .btn.style1 i {
  position: relative;
  top: 0;
  font-size: 50px;
  margin-left: 0;
  transition: all 0.4s ease-in-out;
}

.product-options h4
{
      margin: 0 12px 0 0;
      line-height: 1;
      font-size: 14px;
      font-weight:400; 
}


.color-options .color-box
{
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid black;
    background-size: cover; 
    background-position: center;
    margin-right: 10px;
}

.color-options .color-box.selected
{
     
    border: 2px solid #d8021b;
}

.color-options .color-box.disabled {
    opacity: 0.5;
    position: relative;
    cursor: not-allowed;
}

.color-options .color-box .overlay-not-available {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: bold;
    color: #d8021b;
    text-transform: uppercase;
    border-radius: 2px;
    content: "Esaurito";
    text-align:center;
}



.single-product-details .prezzosedia h5 {
  font-size: 17px; 
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 7px 0 10px;
  
}

.single-product-details .prezzosedia h5 span.prezzopieno {
    color: #d8021b;
    font-size: 24px;
      font-weight: 500;
}


.single-product-details .prezzosedia h5 span.prezzoscontato {
     color: #888888;
  margin-left: 5px;
  text-decoration: line-through;
    font-size: 26px;
}


.single-product-details  h5 span.prezzopienototale {
     color: #888888;
  margin-left: 5px;
  text-decoration: line-through;
    font-size: 26px; 
}


.single-product-details h5 span.prezzoscontatototale {
     color: #d8021b;
    font-size: 24px;
      font-weight: 500;
}

.single-product-details .prezzosedia h5 span.prezzoiva {
    
    font-size: 12px;
}
 

.single-product-details .prezzosediatotale h5 {
  font-size: 17px; 
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 7px 0 10px;
  
}

.single-product-details .prezzosediatotale h5 span.prezzopieno {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
}


.single-product-details .prezzosediatotale h5 span.prezzoscontato {
     color: #888888;
  margin-left: 0;
  text-decoration: line-through;
    font-size: 26px;
     font-weight: 500;
}

.single-product-details .prezzosediatotale h5 span.prezzoiva {
    
    font-size: 12px;
}

.carrellobutton
{
    padding: 18px 40px 17px 40px;
    font-weight: 600;
    font-size: 20px;
}

.accordionschedaprodotto button
{
    font-weight: 500;
    font-size: 20px;
}

.single-product-text h3
{
  font-size: 17px;
  margin-top: 20px;
  font-weight: 600;
    
}
.single-product-text p
{
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.correlati .product-card.style4 .product-img .newproduct-text {
  right: 30px;
  top: 30px;
}

.correlati .product-card .product-img .green-text { 
  /* right: 10px;
  top: 10px; */
  bottom: 20px;
  left: 20px;

}

.owl-carousel.correlati .owl-dots {
  
  text-align: center;
  margin-top: 20px;
}


 .mosaic-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonne di uguale larghezza */
    gap: 10px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mosaic-item.large {
    grid-column: span 3; /* Occupa 3 colonne */
    grid-row: span 2; /* Occupa 2 righe per l'altezza */
    max-height: 610px;
}

.mosaic-item.small:first-of-type {
    grid-column: 4 / span 1; /* Posiziona la prima foto small nella quarta colonna */
    grid-row: 1 / span 1;
}

.mosaic-item.small:last-of-type {
    grid-column: 3 / span 1; /* Posiziona la seconda foto small nella terza colonna, sotto la prima small */
    grid-row: 2 / span 1;
}

.mosaic-item.medium {
    grid-column: span 2; /* Occupa 2 colonne */
    grid-row: span 1;
    max-height: 300px;
}


span.pagamenti-sicuri-label {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    letter-spacing: 0.5px;
}


/**
.product-description-wrap .accordion .mosaic-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.mosaic-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.mosaic-item {
    position: relative;
    overflow: hidden; 
    max-height: 300px; 
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}

.mosaic-item.large {
    grid-row: span 2;
    grid-column: span 1;
    max-height: 610px; 
}

.mosaic-item.small {
    grid-column: span 1;
    grid-row: span 1;
    max-height: 300px; 
}

.mosaic-item.wide {
    grid-column: span 2;
    max-height: 300px; 
}
*/

/* Flexbox per fare in modo che entrambi i box abbiano la stessa altezza */
.row.gx-5.align-items-stretch {
    display: flex;
}

.login-form-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.login-body {
    flex-grow: 1;
}



/**carrello */

span.small
{
    font-size: 0.85em;
}

.boxcarrello{
    padding: 13px 15px 13px;
    background: #fff;
}


table.cart td a.optionBox {
    text-decoration: none;
}
table.cart a.optionBox, table.cart a.optionBox:visited {
    background-image: url("../img/radio_no.png");
    background-position: 5px center;
    background-repeat: no-repeat;
   color: #404040;
    cursor: pointer;
    display: block;
    font-weight: normal;
/*   height: 20px; */
    line-height: 20px;
  padding: 0.5em 0.2em 0.5em 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


 

table.cart a.optionBox.disabled h5 {
    color: #888888;
    cursor: default;
}

table.cart a.optionBox.checked, table.cart a.optionBox.checked:hover {
    background-image: url("../img/radio_yes.png");
}


.cart-table table tbody tr td div.coupon-code button 
{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0;
  background-color: #d8021b;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

.cart-table table tbody tr.totale td, .cart-table table tbody tr.totale td .cart-item-price, .cart-table table tbody tr.totale td div p
{
    font-size:20px;
    font-weight: 700;
}


.cart-table table tbody tr.totalefinale td, .cart-table table tbody tr.totalefinale td .cart-item-price, .cart-table table tbody tr.totalefinale td div p
{
    font-size:22px;
    font-weight: 700;
    color: #d8021b!important;
}


div.hidden
{
    display:none;
}

.fontred, .cart-table table tbody tr td.fontred, .cart-table table tbody tr td .cart-item-price.fontred
{
    color: #d8021b;
}

.offer-content p strong
{
    color: #d8021b;
}

.banneroffertediv p strong
{
    color: #d8021b;
}

.category-box ul li.bold a {
  color: #d8021b;
  font-weight: 600;
  
}


.offer-wrap .offer-content h4 strong, .offer-wrap .offer-content h3 strong
{
    color: #d8021b;
     font-weight: 600;  
}
 
.testonero
{
    color: #000;
}

.contattititle
{
    color: #444444;
}

span.contact-icon i {
color: #444444;
  line-height: 0.8;
  font-size: 58px;
  position: relative;
  top: 2px;
  transition: 0.34s;
  width: 70px;
}

.product-card .product-info.designer-info p
{
    line-height: 1.25; 
    font-size:18px;
    margin-bottom:10px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: inherit; /* Dimensione massima del video */
    padding-bottom: 56.25%; /* Proporzione 16:9 */
    margin: 0 auto; /* Centra orizzontalmente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.notVisible
{
    visibility:hidden!important;
}

.cart-qty .product-quantity-carrello
{
    margin:0 auto;
}

.cart-qty .product-quantity-carrello span
{
  color: #d8021b;
  font-size: 22px;
}

.cart-qty .product-quantity-carrello a.plus,.cart-qty .product-quantity-carrello a.minus  
{
  padding:10px;
  color: #000000;
  font-size: 22px;
}

.cart-table table tbody tr td.product-remove .action i {
  color: #d8021b;
    font-size: 20px;
}
.codicescontomostra
{
   font-size: 20px;
  font-weight: 700; 
}

span.red
{
    color: red;
}

.login-form-wrap .login-body .form-group select {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.special
{
    display: none!important;
}

div.menuaccount div.element {
    font-weight: normal;
    text-transform: uppercase; 
    display: block;
    float: left;
    height: 30px;
    line-height: 20px;
    margin-top: 10px;
    font-size:16px;
    text-align: center;
}

div.menuaccount button {

    margin-top: 10px;
}

div.menuaccount  div span.number {
    background-color: #d8021b;
    color: #fff;
    display: inline-block;
    
    font-weight: bold;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
}

div.menuaccount div.disabled {
    color: #696566!important;
    font-weight: normal!important;
}


div.menuaccount div.disabled span.number {
    background-color: #696566!important;
    color: #ffffff!important;
    font-weight: normal!important;
}



div.menuaccount div > i 
{
        color: #010101;
 
    display: inline-block;
     
    text-align: center; 
    margin-right: 5px;
}


div.menuaccount div > a  span 
{
        color: #d8021b;
 
    display: inline-block;
    
    font-weight: bold; 
    text-align: center; 
}


div.menuaccount div.disabled a span 
{
       
    color: #010101!important;
    font-weight: normal!important;
}

div.box-carrelloalto table tr td div.bold
{
    font-weight: 600;
}


.login-form-wrap .login-body .btn.max300
{
    max-width: 300px !important
}

div.myarea div.bold, div.myarea div span.bold
{
    font-weight: 600;
}

a.deleteindirizzo i {
   
  color: #d8021b;
  font-size: 20px;
 
}


a.modificaindirizzo i {
   
  color: #000000;
  font-size: 20px;
 
}
.boxofferta  .content-title.bannernovitadiv h2 {
 
 
    color: #0c0c0c !important;
    font-size:40px;
} 
.bannernovitadiv h4
{
    color: #6f6f6f;
    font-size:22px;
} 

.bannernovitadiv a.btnnovita
{
    color: #545454!important;
    
} 

h3.greenplustext strong, h4.greenplustext strong, h2.greenplustext strong
{
    color:#388d63!important;
}




/** AGGIUNTA PER PAGINA REALIZZAZIONI */

.mosaic-link {
    margin-top: 10px;
    text-align: center;
}
.mosaic-link a {
    color: #007bff;
    text-decoration: none;
}
.mosaic-link a:hover {
    text-decoration: underline;
}


.fslightbox-caption a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.fslightbox-caption a:hover {
    text-decoration: underline;
}


.custom-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
    font-size: 14px;
}

.custom-caption a {
    color: #EFEFEF;
    text-decoration: underline;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
}

.mosaic-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mosaic-item:hover .overlay {
    opacity: 1;
}

.mosaic-item .overlay .caption {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.mosaic-item .gallery-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 32px; /* Dimensione del cerchio */
    height: 32px; /* Dimensione del cerchio */
    display: flex; /* Flexbox per centrare */
    justify-content: center; /* Centrare orizzontalmente */
    align-items: center; /* Centrare verticalmente */
    padding: 0; /* Rimuovi padding per evitare spostamenti */
}

.mosaic-item .gallery-icon i {
    color: #fff;
    font-size: 16px;
    line-height: 1; /* Assicura che non ci siano spostamenti verticali */
}

.footer-small-text
{
    font-size: 0.9em;    
}



/** FINE AGGIUNTA PAGINA REALIZZAZIONI */


.box-consegna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #666;
  border-radius: 50px;
  padding: 20px 30px;
  background-color: #fff;
}

.box-testuale {
  flex: 1;
  font-size: 18px;
  color: #444;
  line-height: 1.4;
}

.box-testuale p {
  margin: 8px 0;
  font-size:15px;
  font-weight: 500;
}

.rosso {
  color: #c00;
  font-weight: bold;
}

.box-icona {
  font-size: 60px;
  color: #555;
  margin-left: 20px;
}


.feature-icon
{
    display:block;
    margin: 20px auto;
}

.iconapagamento
{
      box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 6px 16px rgba(0, 0, 0, 0.08);
}
 
 
 /** carrello sfondi */
 
.coloresfondocarrello
{
    background-color: #dfdfdf;    
}
 
 
.fs-small
{
    font-size: 0.85em;
} 
 
 
 /** fine custom */
/**
@media (min-width: 992px) {
    table.cart td:last-child,
    table.cart th:last-child {
        width: 180px;
        text-align: center;
        white-space: nowrap;
    }
}
*/

@media only screen and (max-width: 991px) {
 
  .correlati .product-card.style4 .product-img .newproduct-text {
      right: 15px;
      top: 15px;
    }
}

@media (max-width: 768px) {
    .cart {
        border-collapse: collapse;
    }
    
    .cart thead {
        display: none; /* Nasconde l'intestazione della tabella */
    }

    .cart tr {
        display: block;
        margin-bottom: 20px; /* Spazio tra righe */
        border: 1px solid #ddd; /* Bordo intorno alle righe */
    }

    .cart td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
        position: relative;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .cart td::before {
        content: attr(data-label); /* Mostra l'etichetta per ciascuna cella */
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }

    .cart td:last-child {
        border-bottom: 0;
    }
    
    .text-start, .text-end
    {
        text-align: center!important;
    }
    
    .cart-table table td .product-img img {
      max-width: 120px!important;
    }
    
    .cart-table table tbody tr td .product-img {
      max-width: 140px;
      display: block;
      margin: 0 auto;
      padding: 5px;
      background-color: #ffffff;
    }
    
     .coupon-code button {
      padding: 15px 12px!important;
      position: relative;
      width: 100%;
    }
    .coupon-code input {
      padding: 8px 50px 8px 20px!important;
      height: 48px;
      display: block;
      width: 100%;
    }
    
    .text-start .carrellobutton, .text-end .carrellobutton
    {
        width: 100%;
    }
    
    .product-card.style1 .product-img .promo-text, .product-card.style4 .product-img .promo-text {
      left: 10px;
      top: 10px;
    }
    .correlati .product-card.style4 .product-img .newproduct-text {
        right: 10px;
        top: 10px;
    }
    
    
  table.cart a.optionBox, table.cart a.optionBox:visited
  {
    padding: 0 0 0 0;
  }
}


  @media only screen and (max-width: 575px){
    
     .box-consegna {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 2px solid #666;
      border-radius: 50px;
      padding: 15px 20px;
      background-color: #fff;
    }

    .boxofferta
    {
        border: 0px solid #dfdfdf;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }    
    
    .breadcrumb-links
    {
        padding-left: 0;
    }
    
    .product-quantity .qtySelector span
    {
        font-size:20px;
    }
    
    
    .product-quantity .qtySelector input
    {
        font-size:25px;
        font-weight: 600;
    }
    
    
}
 