@charset "UTF-8";

/*
Theme Name: Icon Starter
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: This is a starter theme for running basic website with supported theme options.
Tested up to: 6.0.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iconStarter
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

:root {
  --c-block: #fafafa;
}
.icon-heading span {
  background: var(--c-block);
}

.product-block {
  position: relative;
  transition: all ease-out 0.3s;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.product-transition {
  position: relative;
  overflow: hidden;
}
li.product .product-image {
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.products li img,
ul.products li.product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.group-label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  overflow: hidden;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-footer a[class*="product_type_"] {
  color: transparent;
  font-size: 0.5px;
  align-items: center;
  display: flex !important;
  position: relative;
  margin-top: 0 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  background: transparent;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background: transparent;
  color: transparent;
}

.single_add_to_cart_button {
  border-radius: 30px !important;
  padding: 15px 20px !important;
}

li.product .price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del bdi {
  font-weight: 500;
  position: relative;
  margin-right: 0.327em;
  color: #7d879c !important;
  font-size: 1.2rem;
  display: flex;
}
.woocommerce ul.products li.product .price del {
  margin-left: 15px;
  order: 2;
}
ul.products li .price ins,
ul.products li .price bdi {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #3d3d3d;
  text-decoration: none !important;
}

.woocommerce-ordering select {
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 5px;
}
p.product-description {
  height: 75px;
  overflow: hidden;
  color: #757575;
}

.wp-block-woocommerce-cart,
.woocommerce-checkout .type-page {
  border-bottom: 0;
  padding: 30px;
  margin-bottom: 25px;
}

.single-product div.type-product form.cart .woocommerce-variation-add-to-cart,
.single-product div.type-product form.cart:not(.variations_form) {
  margin: 50px 0;
}
.single-product div.type-product form.cart .quantity {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 20px !important;
  border: 1px solid #1e1e1e;
  width: 120px;
  flex-basis: 120px;
  font-size: 0.9375rem;
  border-radius: 30px;
}
.woocommerce .quantity .qty {
  background: transparent;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: right !important;
  background-color: #212121 !important;
  border-color: #212121;
  padding: 15px 35px !important;
  width: fit-content;
  border-radius: 8px !important;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}

nav.woocommerce-breadcrumb {
  color: #bbbbbb !important;
  font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #ffffff;
}
.woocommerce div.product .product_title {
  font-size: 1.75rem;
  color: #1d2a38;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 12px;
}
div.type-product .summary .price {
  color: #414141 !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description p {
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  font-family:
    Medilazar,
    Helvetica Neue,
    helvetica,
    arial,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.single-product div.type-product form.cart .quantity .quantity-action {
  cursor: pointer;
  padding: 1rem 0;
  color: #222;
  width: 33.33%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
div.type-product form.cart .quantity input:focus {
  outline: none;
}
div.type-product form.cart .quantity input::-webkit-outer-spin-button,
div.type-product form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product div.type-product .product_meta {
  margin-top: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
}
span.posted_in a {
  font-size: 14px;
  color: #7d879c;
}
.single-product .product-inner .saleon {
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #84be52;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin-right: 40px;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 26px;
  position: relative;
  color: #1d2a38;
}
.woocommerce-tabs ul.tabs li.active a:after {
  border-color: #24aeb1;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #e63a27;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}
.c-primary {
  color: #24aeb1;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description {
  line-height: 1.9;
}

input,
button,
select,
textarea {
  color: #7d879c;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header .page-title,
.site-title,
.tags-links .tags-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  font-style: normal;
  font-weight: 600;
}
.h1,
.site-title,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
.page-header .page-title,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
.tags-links .tags-title,
h6 {
  font-size: 1rem;
}
section.related.products h2 {
  margin-bottom: 30px;
}
.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
  border: 1px solid #ddd;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background: #24aeb1 !important;
}
.wc-block-components-product-name {
  font-size: 14px !important;
}

/* mini cart */
.min-cart .shopping_cart {
  width: auto;
  font-size: 0.875rem;
  background-color: #fff;
  min-width: 300px;
  flex-direction: column;
  padding-bottom: 0;
  text-align: left;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-top: 3px solid;
  border-radius: 6px;
  border-color: #24aeb1;
  position: absolute;
  top: 85%;
  right: 0;
  z-index: 999999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.min-cart:hover .shopping_cart {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.min-cart .shopping_cart:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: 5%;
  border-left-width: 6px;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-top-width: 0;
  border-style: solid;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.35s;
  border-bottom-color: #24aeb1;
}
.shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 30px;
  margin: 0;
  min-height: 180px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  line-height: 1.5;
  color: #1d2a38;
}
.shopping_cart .woocommerce-mini-cart__empty-message:before {
  content: "+";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 200;
  display: block;
  color: #e43636;
  transform: rotate(45deg);
  line-height: 60px;
  padding: 10px;
}
.shopping_cart .product_list_widget li {
  width: 100%;
  border-width: 0 0 1px;
  padding: 15px !important;
  border-bottom: 1px solid #e6e6e6;
}
.shopping_cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 1em;
  float: left;
}
.shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: right;
  z-index: 999;
  text-indent: 0;
  text-align: center;
  top: 0.4em;
  width: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.shopping_cart .product_list_widget li a {
  font-size: 13px;
  font-size: 0.8125rem;
  height: auto;
  line-height: 1.2;
  padding: 0 !important;
  border: none;
  text-align: left;
  display: block;
  font-weight: 600;
  color: #000;
}
.shopping_cart p.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.shopping_cart p.woocommerce-mini-cart__buttons a {
  padding: 0.532rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #24aeb1;
  border-color: #24aeb1;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.shopping_cart .woocommerce-mini-cart__buttons .checkout {
  background-color: #be1c2a;
  border-color: #be1c2a;
  color: #fff;
}
.shopping_cart p.total {
  order: -1;
  text-align: right;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.shopping_cart p.total bdi {
  font-size: 20px;
  font-weight: bold;
}
.ajax_add_to_cart.added::after {
  content: inherit !important;
}
li.product .added_to_cart.wc-forward {
  display: none;
}
ul.products li.product a[class*="product_type_"].loading,
ul.products li a[class*="product_type_"].loading {
  color: transparent;
}
.add_to_cart_button.loading:after {
  content: "" !important;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  border-left-color: #000;
  border-radius: 50%;
  animation: q 0.45s infinite linear;
  -webkit-animation: q 0.45s infinite linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  overflow: hidden;
}
.add_to_cart_button.loading::before {
  opacity: 0;
}
@keyframes q {
  to {
    transform: rotate(1turn);
  }
}
.title-wrap {
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  background-image: linear-gradient(90deg, #faf7ee, #faf7ee, #faf7ee, #eefaf5);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 5px;
  transition: all 0.75s ease-in;
}
:root {
  --Dust-White: #faf1e8;
}
.newslater,
.site-main,
.single-product-page {
  background: url("images/news-bg.jpg");
  background:
    linear-gradient(45deg, #fbf3ecb5),
    url("images/news-bg.jpg") no-repeat center;
  background-size: cover;
}
/* .newslater,
.site-main,
.shop-page-wrapper,
.single-product-page {
  background: url("images/news-bg.jpg");
  background: linear-gradient(45deg, #fbf3ecb5), url("images/news-bg.jpg") no-repeat center;
  background-size: cover;
} */
.product-img-wrap {
  height: 256px;
  overflow: hidden;
}

.woocommerce-tabs {
  padding-bottom: 50px;
}
.woocommerce-product-gallery__image {
  max-height: 550px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
}

li.product .product-image {
  max-height: 312px;
  overflow: hidden;
}

.simple-layout .product-content {
  background: #212121;
  padding: 10px;
  border-radius: 5px;
}
h3.product-title {
  color: #faf1e8;
  margin-bottom: 15px;
}
ul.products .simple-layout .price ins,
ul.products .simple-layout .price bdi {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #e44938;
  text-decoration: none !important;
}
.simple-layout .add_to_cart_button {
  background-color: #e44938;
  color: #fff;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  text-transform: capitalize;
  display: flex;
  padding: 8px 16px;
  border-radius: 8px;
  position: relative;
  margin-top: 0 !important;
}
.icon-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.simple-layout .onsale-badge {
  border-radius: 4px;
  font-size: 0.6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #3d3d3d;
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-thumbnail {
  max-height: 300px;
  overflow: hidden;
}

.custom-vertical-gallery .thumbnails img {
  border: 1px solid #ddd; /* optional style */
  transition: border 0.3s;
}
.custom-vertical-gallery .thumbnails img:hover {
  border-color: #000;
}
@media (max-width: 768px) {
  /* mobile responsive */
  .custom-vertical-gallery {
    flex-direction: column;
  }
  .thumbnails {
    flex-direction: row; /* mobile e horizontal thumbs */
    width: 100%;
    overflow-x: auto;
  }
}

.content {
  flex-basis: 40%;
  max-width: 550px;
}
.custom-vertical-gallery {
  flex-basis: 40%;
  margin-right: 20px;
}
.product.type-product {
  margin-bottom: 20px !important;
}

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 84%;
}
.banner-slider .slider.slider-nav {
  max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}

/* Make WooCommerce product gallery thumbnails vertical */
.woocommerce-product-gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-gallery .flex-viewport {
  width: 80%; /* Main image area */
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-right: 20px;
  margin-bottom: 0;
  order: -1;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 10px;
  margin-right: 0;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  padding-right: 10px;
}
.custom-gallery-wrapper {
  align-items: flex-start;
}
.vertical-thumbs {
  width: 80px;
}
.vertical-thumbs img {
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #eee;
  transition: border 0.2s;
}
.vertical-thumbs .slick-current img {
  border: 2px solid #0071a1;
}
.big-image-slider {
  width: 400px;
}
.big-image-slider img {
  width: 100%;
  border-radius: 6px;
}
.showPopup {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  pointer-events: auto !important;
}
a#cancel-comment-reply-link {
  background: #e44938;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
}
ul.tabs.wc-tabs {
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li a {
  font-weight: bold;
}
/* =======review=========== */
section.related.products h2 {
  margin-bottom: 30px;
  font-size: 25px;
  color: #e63a27;
  text-transform: capitalize;
  font-weight: 700;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  margin: 30px 0;
}

.my-pagination {
  bottom: 0 !important;
  top: auto !important;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px !important;
  background: #bf979759 !important;
}
.array {
  top: 50%;
  right: -50px;
}
.array-btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.11);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}
.array-btn.swiper-button-prev {
  left: -40px !important;
  top: 40px !important;
  right: inherit !important;
}
.searching-product.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hide submenus by default */
/* //////////////////////////////////////// */
.main-mega-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-mega-menu > li {
  position: relative;
}
.main-mega-menu > li > a {
  color: #fff;
  padding: 10px 0;
}

/* Level-1 Hover */
.main-mega-menu > li:hover > .level-2 {
  display: block !important;
  transform: translateY(10px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.level-2 {
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #faf1e8;
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  padding: 20px 15px;
  z-index: 9999;
  transition:
    transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.48s ease;
  list-style: none;
}
.level-2:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #faf1e8;
}
.level-2 > li > a {
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #58585820;
  padding: 8px;
  display: block;
}
.level-2 > li:first-child > a {
  border-top: none;
}
.level-3 > li > a {
  border-top: 1px solid #58585820;
  font-weight: 600;
  padding: 8px;
  display: flex;
  align-items: center;
  /*   justify-content: space-between; */
}
.level-3 > li:first-child > a {
  border-top: none;
}
/* Level-3 & Level-4 */
.level-3,
.level-4 {
  display: none;
  border-top: 1px solid #58585820;
  list-style: none;
}

.level-4 a:hover {
  color: #e63a27;
}
.opened > .level-3,
.opened > .level-4 {
  display: block !important;
}
.click-toggle {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 20px;
  cursor: pointer;
  user-select: none;
}
.opened > a > .click-toggle {
  content: "−";
}
.red-bar {
  display: inline-block;
  width: 6px;
  height: 36px;
  background: #e74c3c;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 3px;
}
.bike-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.down-arrow {
  margin-left: 8px;
  font-size: 12px;
  color: #ccc;
}
.level-4 a {
  padding: 8px 12px;
  display: flex;
  border-top: 1px solid #58585820;
  align-items: center;
}
.level-4 li:first-child a {
  border-top: none;
}
.main-mega-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: capitalize;
}
.main-mega-menu > li a:hover {
  color: #e63a27;
}
.main-mega-menu a > *:not(.click-toggle) {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-attributes li label.active span {
  color: red;
}
.navigation .main-mega-menu ul li.current-menu-item > a::before {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url("images/active-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 15px;
}
.navigation .main-mega-menu ul li.current-menu-item > a {
  color: #e63a27;
  border-left: 4px solid #e63a27;
  display: flex;
  align-items: center;
}
.navigation .main-mega-menu li.current-menu-item > a {
  color: #e63a27;
}
/* Size buttons selected state */
.size-btn {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Hover effect */
.size-btn:hover {
  border-color: #dc2626 !important;
  color: #dc2626;
}

/* Selected state override */
input[type="checkbox"]:checked + .size-btn,
.size-btn.bg-red-600 {
  background-color: #dc2626 !important;
  color: white !important;
  border-color: #dc2626 !important;
}
.woocommerce div.product p.price del {
  margin-right: 10px;
}
.play-overlay {
  transition: opacity 0.4s;
}
.video-container {
  transition: opacity 0.4s;
}
.video-slide-wrapper:hover .play-overlay > div {
  transform: scale(1.1);
}
.product-inner .swiper-slide {
  margin: 0 !important;
  border: 1px solid transparent;
}
.product-inner .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #000;
}
.woocommerce-product-details__short-description {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.woocommerce p.stars a::before {
  color: #f00;
}
.related ins {
  text-decoration: none;
}
.woocommerce form .form-row {
  width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
section.up-sells.upsells.products h2 {
  color: #dc2626;
  margin: 30px 0;
  font-size: 25px;
}
/* flag */
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  display: none;
  visibility: hidden;
  width: 0;
}
.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}
.iti {
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

/* preloader */
.woocommerce-cart-form {
  position: relative;
  transition: opacity 0.3s ease;
}

.woocommerce-cart-form.processing {
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce-cart-form.processing::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ef4444;
  border-radius: 50%;
  animation: cart-spin 0.8s linear infinite;
  z-index: 10;
}

@keyframes cart-spin {
  to {
    transform: rotate(360deg);
  }
}
ul.sub-menu.expend {
    padding-left: 20px;
}