/* Global styling */
.product-search {
  position: absolute;
  background-color: var(--white);
  width: 100%;
  padding: 20px;
  left: 0;
  z-index: 9;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.product-search .close-search {
  font-size: 13px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-weight: 600;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.product-search form#searchform {
  display: flex;
  justify-content: center;
}
.product-search form#searchform input[type="text"] {
  padding: 5px 42px 5px 5px;
  border-radius: 3px;
  border: 1px solid;
  width: 70%;
}
.product-search #searchsubmit {
  position: relative;
  right: 42px;
  border: none;
  width: 40px;
  background-color: transparent;
  border-left: 1px solid;
}
.woocommerce-cart .main-menu,
.woocommerce-checkout .main-menu {
  display: none;
}
.woocommerce-order-received .main-menu {
  display: flex;
}
.content-area {
  min-height: 500px;
}
.logo img {
  max-height: 60px;
  width: auto;
}
.header-cart a,
.header-cart span.icon-link {
  color: var(--dark-color);
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}
.header-cart a:hover,
.header-cart span.icon-link:hover {
  color: var(--theme-color);
}
.header-cart .dropdown-item {
  height: 30px;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.header-cart .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.header-cart .dropdown-menu.show {
  padding: 0;
  margin-top: 10px !important;
}
.scale-object {
  overflow: hidden;
  display: block;
}
.scale-object:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ff96af;
}
.btn-outline-secondary {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.btn-outline-secondary:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
/* Global styling end*/
/* Hero banner */
.hero-slider {
  position: relative;
  height: 600px;
}
.hero-slider {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid var(--white);
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: var(--white);
}
@media (max-width: 991px) {
  .hero-slider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .product-search form#searchform input[type="text"] {
    width: 90%;
  }
  .hero-slider {
    height: 450px;
  }
}
/* Hero banner end */
/* Product styles */
.basic-product.product-style-1 {
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  padding: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 1px;
}
.basic-product {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basic-product .img-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #f8f8f8;
  max-height: 354px;
}
.product-detail .product_meta {
  margin-top: 20px;
}
.product-detail .wpgs-for .slick-arrow {
  left: 20px;
}
.product-detail .wpgs-for .flaticon-right-arrow {
  right: 20px;
  left: auto !important;
}
.basic-product .ribbon,
.product-detail .ribbon,
.product .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basic-product .ribbon span,
.product-detail .ribbon span,
.product .ribbon span {
  font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  font-weight: bold;
  color: #eee;
  text-transform: capitalize;
  text-align: center;
  line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 105px;
  display: block;
  background: var(--theme-color);
  position: absolute;
  top: 19px;
  left: -21px;
}
.single-product .product-detail .ribbon{ height: 42px; left: 0; top: -40px;}
.single-product .product-detail .ribbon span{ transform: none; -webkit-transform: none;}
.product-detail .swiper-horizontal {
  margin-left: 0;
}
.product-social-share {
  padding-top: 25px;
  width: 100%;
  clear: both;
}
.product-social-share p {
  margin-bottom: 0;
}
.product-social-share a {
  margin-right: 10px;
  display: inline-block;
  color: #202020;
}
.product-social-share a:hover {
  color: var(--theme-color);
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.basic-product .img-wrapper a img {
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.basic-product:hover .img-wrapper a img {
  scale: 1.2;
  -webkit-scale: 1.2;
}
.basic-product .img-wrapper .rating-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  padding: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)))
    calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #595959;
  font-weight: 500;
  height: auto;
}
.basic-product .img-wrapper .rating-label i {
  color: #ffa200;
  margin-top: -2px;
}
.basic-product.product-style-1 .cart-info {
  top: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
  bottom: unset;
  opacity: 1;
  right: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.basic-product .cart-info {
  position: absolute;
  bottom: 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 8px;
}
.basic-product.product-style-1 .cart-info a,
.basic-product.product-style-1 .cart-info button {
  opacity: 0;
  text-decoration: none;
}
.basic-product.product-style-1 .cart-info .wishlist-icon a,
.basic-product.product-style-1 .cart-info .wishlist-icon button {
  opacity: 1;
  color: var(--theme-color);
}
.basic-product.product-style-1
  .cart-info
  .wishlist-icon
  .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.basic-product.product-style-1 .cart-info button i,
.basic-product.product-style-1 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.basic-product .cart-info i {
  color: #848484;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  display: block;
}
.basic-product .cart-info button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.basic-product:hover .cart-info {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basic-product.product-style-1:hover .cart-info a,
.basic-product.product-style-1:hover .cart-info button {
  opacity: 1;
}
/* .basic-product.product-style-1:hover .cart-info button_ {
  -webkit-animation: fadeInDown 500ms ease-in-out;
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
} */
.basic-product.product-style-1:hover .cart-info a.yith-wcqv-button {
  -webkit-animation: fadeInDown 700ms ease-in-out;
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product .cart-info button,
.basic-product .cart-info a {
  width: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  height: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(155, 155, 155, 0.05);
  box-shadow: 0px 5px 12px 0px rgba(155, 155, 155, 0.05);
}
.basic-product.product-style-1 .cart-info button,
.basic-product.product-style-1 .cart-info a {
  width: calc(26px + (32 - 26) * ((100vw - 320px) / (1920 - 320)));
  height: calc(26px + (32 - 26) * ((100vw - 320px) / (1920 - 320)));
  border: none;
}
.basic-product .product-detail {
  margin-top: 15px;
}
.basic-product.product-style-1 .product-detail {
  margin-top: 0;
  padding: 0;
}
.basic-product.product-style-1 .product-detail > div {
  padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
}
.basic-product .brand-w-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basic-product.product-style-1 .brand-w-color {
  margin-bottom: 8px;
}
.basic-product .product-title {
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px; /* calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))); */
  color: #222;
  font-weight: 500;
  display: block;
}
.color-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.color-panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.basic-product .color-panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(2px + (4 - 2) * ((100vw - 320px) / (1920 - 320)));
}
.color-panel ul li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.basic-product .color-panel span {
  font-size: 13px;
}
.basic-product .product-detail h6 {
  display: block;
  overflow: hidden;
  line-height: calc(19px + (24 - 19) * ((100vw - 320px) / (1920 - 320)));
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-top: 2px;
}
.basic-product .price {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
del {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}
.basic-product .price .discounted-price {
  font-weight: 500;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.saving-prcent {
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
  font-weight: 500;
}
.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.single-product .site-main {
  background-color: #fbfbfb;
}
.product_meta .posted_in a {
  color: #202020;
}
section.product-detail-section {
  padding: 30px 0;
}
ul.wc-tabs {
  display: flex;
  list-style: none;
  gap: 20px;
  font-size: 18px;
  padding-left: 0;
  justify-content: center;
  text-align: center;
}
ul.wc-tabs a {
  text-decoration: none;
  color: var(--dark-color);
}
ul.wc-tabs .active a {
  color: var(--theme-color);
  font-weight: 600;
}
.product-detailed-info .woocommerce-tabs {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}
.woocommerce-Tabs-panel {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-Tabs-panel table {
  border: 1px solid #ddd !important;
  width: 100%;
  margin-top: 30px;
}
.woocommerce-Tabs-panel table td,
.woocommerce-Tabs-panel table th,
.woocommerce table.shop_attributes td {
  border-width: 0px 1px 1px 0px;
  padding: 5px 10px;
}
section.related.products h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
/** Quick view modal */
.product-image {
  flex: 0 0 250px;
}
.quickview-modal-content .product-title {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.2;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: block;
}
.quickview-modal-content .product-disc p {
  color: #626262;
  text-align: unset;
  line-height: 1.5;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(6px + 3 * (100vw - 320px) / 1600);
}
.quickview-modal-content .product-disc .product-price {
  font-size: 24px;
  gap: 10px;
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quickview-modal-content .cart-response {
  color: var(--theme-color);
  margin: 0 10px;
  font-size: 14px;
  display: inline-block;
}

/* Product styles end */

.main-navigation a {
  font-size: 18px;
}
.hero-section.promo-header .btn-style-1,
.contact-btn {
  padding: 12px 28px;
  display: inline-block;
  margin-top: 20px;
  background-color: #c6ecff;
  border-color: #c6ecff;
  font-weight: 600;
  font-size: 20px;
}
.contact-btn {
  padding: 8px 28px;
  margin-top: 0;
}
.widget_nav_menu .menu li a,
.copyright {
  font-size: 14px;
}
footer .widget-title {
  font-size: calc(var(--paragraph-l-font) + 4px);
  letter-spacing: 1px;
}
.main-navigation .desc-dropdown .sub-menu li a {
  font-size: 20px;
  letter-spacing: 0.8px;
}
.main-navigation span.menu-item-description {
  font-size: var(--paragraph-l-font);
  letter-spacing: 0.8px;
}

.f-desc-menu li span.menu-item-description {
  font-size: var(--paragraph-m-font);
}
/** Woocommerce style */
.woocommerce-info {
  border-top-color: #1e85be;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-notices-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.8;
  color: var(--dark-color);
  font-size: 16px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price,
.woocommerce-message::before {
  color: #222;
  font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 1em 0;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  background-color: transparent;
  padding: 15px 20px;
  width: 240px;
  text-align: center;
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
}
#yith-quick-view-content
  .product
  form.cart
  .button.single_add_to_cart_button.buy_now_btn {
  display: none;
}
.woocommerce
  div.product
  form.cart
  .button.single_add_to_cart_button.buy_now_btn {
  background-color: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
.woocommerce
  div.product
  form.cart
  .button.single_add_to_cart_button.buy_now_btn:hover {
  background-color: var(--purple);
  border-color: var(--purple);
}
.woocommerce .quantity .qty {
  width: 50px;
  height: 36px;
  border: none;
}
.woocommerce-message {
  border-top-color: var(--theme-color);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--theme-color);
  font-size: 24px;
}
.woocommerce div.product .product_title {
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
}
#yith-quick-view-content .summary.entry-summary .product_title {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}
#yith-quick-view-content
  div.summary.entry-summary
  .woocommerce-product-details__short-description
  p {
  font-size: 14px;
}
.woocommerce ul.products li.product .onsale {
  display: none;
  top: 0;
  left: 0;
  left: auto;
  margin: 0;
  right: auto;
  background-color: var(--theme-color);
}
.woocommerce .woocommerce-ordering select {
  padding: 5px;
  border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products)
  .product-thumbnail,
.cart.wishlist_table:not(.elementor-menu-cart__products) .product-thumbnail {
  width: 70px;
  min-width: 70px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 30px 12px;
  font-size: 14px;
}
.cart_item .product-name a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  border: 2px solid #efefef;
  padding: 10px 20px 30px 20px;
}
.woocommerce-cart h2 {
  font-size: 20px;
  font-weight: normal;
}
.cart_totals .shop_table .cart-subtotal th,
.cart_totals .shop_table .cart-subtotal td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  padding: 10px 0px;
}
.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td {
  font-size: 18px;
  padding-top: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 45px;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  text-align: center;
}
.woocommerce-cart-form .actions button.button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 10px 20px;
}
.woocommerce-cart-form .actions input#coupon_code {
  width: 220px !important;
  padding: 10px;
  display: block;
}
.form-container {
  max-width: 650px;
  margin: 0 auto;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 2px dashed #e8e8e8;
}
.woocommerce-form.woocommerce-form-login .input-text,
.woocommerce-form.woocommerce-form-register .input-text {
  height: 40px;
  padding: 0 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin-right: 0;
}
.reg-form a,
.login-form a {
  color: var(--dark-color);
  text-decoration: none;
}
.reg-form h2,
.login-form h2 {
  font-size: 24px;
  line-height: 30px;
}
.login-form .form-link,
.reg-form .form-link {
  color: var(--theme-color);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  font-weight: 700;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-size: 15px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #2b2b2b;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a i {
  margin-right: 10px;
  width: 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 40px;
  padding: 10px;
}
.woocommerce form .woocommerce-Button,
.woocommerce-address-fields .button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 10px 20px;
}
h2.woocommerce-order-details__title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.order_details th.product-name {
  width: 80%;
}
.order_details th.product-total {
  width: 20%;
}
.order_details .product-name a {
  color: var(--dark-color);
}
.order_details .wc-item-meta {
  padding-left: 0;
}
.addresses .woocommerce-column,
.addresses .woocommerce-Address {
  border: 2px dashed #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
.addresses .woocommerce-column h2,
.addresses .woocommerce-Address h2 {
  font-size: 24px;
}
.woocommerce-MyAccount-content a {
  color: var(--dark-color);
}
form.cart .button {
  padding: 15px 20px;
  margin-right: 10px;
}
.woocommerce div.product form.cart .reset_variations {
  border: none;
  text-decoration: underline;
  color: var(--dark-color);
}
.woocommerce-variation-price {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart div.quantity {
  display: block;
  float: none;
  margin-bottom: 20px;
}
.quantity-wrapper {
  position: relative;
  display: flex;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 130px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--dark-color);
  padding: 2px 0;
}
.quantity-wrapper button {
  cursor: pointer;
  width: 40px;
  border: 0;
  font-size: 26px;
  background-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.yith-wcwl-add-to-wishlist-button {
  border: none;
}
/* width */
#yith-quick-view-content div.summary::-webkit-scrollbar {
  width: 6px;
}
/* Track */
#yith-quick-view-content div.summary::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
#yith-quick-view-content div.summary::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
#yith-quick-view-content div.summary::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.wishlist-items-wrapper a,
.wishlist_view a {
  color: var(--dark-color);
  text-decoration: none;
  display: block;
}
.wishlist_view h3 a {
  font-size: 16px;
  margin: 10px 0;
}
.wishlist_table.mobile li {
  margin-bottom: 10px;
  border-bottom: 2px solid var(--dark-color);
  padding-bottom: 10px;
}
.wishlist_table.mobile {
  padding-left: 0;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  color: var(--theme-color);
}
.coupon {
  display: flex;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
.single-product .content-area .container {
  max-width: 1200px;
}
.widget_block .category-filter li a {
  color: var(--dark-color);
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.5em 0.7em;
  color: var(--dark-color);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--theme-color);
}
@media (min-width: 992px) {
  .woocommerce table.shop_table td.product-name {
    width: 300px;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    border-right: 1px solid #eee;
  }
}
@media (max-width: 768px) {
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before {
    content: "";
  }
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    padding: 0;
    width: 140px;
    height: 140px;
    float: none;
    margin-right: 30px;
    margin-bottom: 18px;
    display: inline-block !important;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail img {
    width: 100%;
  }
}
.filter-bar {
  display: none;
}
.woocommerce .woocommerce-ordering {
  margin: -50px 0 0;
}
/** Woocommerce style end */
@media (max-width: 768px) {
  .hero-section.promo-header .btn-style-1 {
    padding: 8px 28px;
    font-size: 12px;
  }
  table.shop_table .quantity-wrapper {
    margin-left: auto;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product a.yith-wcqv-button,
  .woocommerce ul.products li.product button.add-to-cart-icon {
    display: none;
  }
  .filter-bar {
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 16px;
  }
  .filter-bar img {
    width: 20px;
  }
  .filter-options {
    display: none;
    padding: 10px;
    box-shadow: 0 3px 20px -10px rgb(0 0 0 / 35%);
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main-header button.menu-toggle,
#main-header #top-menu button.dropdown-toggle {
  background-color: transparent;
}
.hero-section {
  background-color: var(--black);
  color: var(--white);
  height: 500px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section.image-banner {
  display: flex;
  align-items: center;
}
.hero-section.video-header,
.hero-section.video-header .video-wrap video {
  height: 63vh;
}
.hero-section .hero-subhead p {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
}
.hero-section .hero-subhead span {
  font-weight: 700;
}
.hero-section h1,
h1 {
  font-size: var(--h1-font-size);
  line-height: calc(var(--h1-font-size) + 6px);
  margin: 0 0 18px 0;
  text-transform: uppercase;
}
.hero-section.home h1,
.hero-section.product-header h1 {
  text-transform: none;
}
.hero-section .hero-text p {
  font-size: var(--paragraph-l-font);
  line-height: calc(var(--paragraph-l-font) + 10px);
}
.hero-section .hero-text-container {
  position: relative;
  z-index: 9;
}
.hero-section .video-wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.hero-section .video-wrap video {
  position: absolute;
  bottom: 0;
}
.hero-section.video-banner video {
  right: 0;
  width: 66%;
}
.hero-section.video-header .video-wrap video {
  object-fit: cover;
  left: 0;
}
.hero-section.text-black h1,
.hero-section.text-black li,
.hero-section.text-black li a {
  color: var(--black);
}
.notification-section {
  padding: 20px 0;
  text-align: center;
  background-color: var(--blue);
  color: var(--white);
}
.notification-section p {
  margin-bottom: 0;
  font-size: var(--paragraph-l-font);
  font-weight: 300;
}
.notification-section a {
  font-weight: 700;
  color: var(--green);
}
.notification-section a.notify-link {
  margin-left: 20px;
}
.equal-height-col > [class*="col-"] {
  margin-top: 30px;
}
.map img {
  position: relative;
  z-index: -1;
  opacity: 0.6;
}
.after-header {
  font-size: calc(var(--h3-font-size) - 3px);
  line-height: 35px;
  font-weight: 600;
  color: var(--blue);
  padding: 0 40px;
}

.post-inner {
  height: 100%;
  box-shadow: 0px 8px 10px #a4a1a130;
}
.post-img {
  height: 200px;
}
.post-info .post-title {
  margin-top: 15px;
  line-height: 23px;
  font-size: calc(var(--h3-font-size) - 12px);
  font-weight: 600;
  min-height: 48px;
}
.post-info,
.post-footer {
  padding: 20px;
}
.post-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.post-footer {
  border-top: 1px solid var(--light-gray-1);
}
.post-footer .author-name {
  font-size: calc(var(--paragraph-xs-font) + 2px);
  font-weight: 600;
}
.post-footer p {
  margin-bottom: 0;
  font-size: var(--paragraph-xs-font);
}
.copyright {
  color: #8f8f8f;
}
.f-col-2,
.f-col-3,
.f-col-4 {
  padding-left: 100px;
}
.tnp-widget-minimal form {
  display: flex;
  gap: 10px;
}
.tnp-widget-minimal input.tnp-email {
  flex: 0 0 70%;
}
.tnp-widget-minimal input.tnp-submit {
  flex: 0 0 100px;
}
/* post type card style */
.border-radius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.border-radius-15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
form#search-form,
form#resource-search-form {
  display: flex;
}
input#search-field {
  max-width: 500px;
  width: 100%;
  height: 40px;
  border: 1px solid var(--black);
  padding: 4px 10px;
}
input#search-posts {
  height: 40px;
}

.footer-subs-wrap {
  padding: 50px 100px;
}
.subscriber-form form {
  display: flex;
}
.subscriber-form form .hs_email {
  width: 70%;
}
.subscriber-form form .hs_submit {
  width: 30%;
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}

@media (max-width: 1024px) {
  .hero-section.home .video-wrap video,
  .hero-section.video-banner .video-wrap video {
    height: auto;
    top: auto;
    bottom: 0;
  }
  .hero-section.image-banner {
    height: auto;
  }
  a.contact-btn {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .woocommerce-cart .navigation-top,
  .woocommerce-checkout .navigation-top {
    display: block;
  }
  h2 {
    font-size: calc(var(--h2-font-size) - 12px);
    line-height: calc(var(--h2-line-height) - 10px);
  }
  .hero-section h1 {
    font-size: calc(var(--h1-font-size) - 14px);
    line-height: 40px;
  }
  .hero-section .hero-subhead p {
    font-size: calc(var(--h2-font-size) - 12px);
    line-height: 35px;
  }
  .hero-section .hero-text p {
    font-size: calc(var(--paragraph-l-font) - 4px);
  }
  .hero-section.video-banner {
    height: 400px;
  }
  .hero-section.video-banner.header-height-auto {
    height: auto;
  }
  .text-container p {
    font-size: calc(var(--paragraph-l-font) - 2px);
  }
  .footer-subs-wrap {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .hero-section.video-header,
  .hero-section.video-header .video-wrap video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .clients-wall .clients-logo .logo {
    min-width: auto;
    margin: 0;
  }
  .f-col-2,
  .f-col-3,
  .f-col-4 {
    padding-left: 0;
  }
  .footer-subs-wrap {
    padding: 30px;
  }
  footer .footer-bottom,
  footer .copyright,
  footer .footer-social {
    text-align: center;
  }
  footer .footer-social {
    margin-top: 20px;
  }
}
