/*
Theme Name: Webtinus
Theme URI: http://webtinus.com
Author: webtinus
Author URI: http://webtinus.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Webtinus 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans/IRANSansWeb.eot');
    src: url('fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  
         url('fonts/iransans/IRANSansWeb.woff2') format('woff2'), 
         url('fonts/iransans/IRANSansWeb.woff') format('woff'), 
         url('fonts/iransans/IRANSansWeb.ttf') format('truetype');
}*/

/* 100 */
@font-face {
  font-display: swap;
  font-family: "yekan";
  font-weight: 100;
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-04-Regular.eot");
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-04-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-04-Regular.woff") format("woff"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-04-Regular.ttf")
      format("truetype");
  font-display: swap;
}

/* 200 */
@font-face {
  font-display: swap;
  font-family: "yekan";
  font-weight: 200;
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-05-Medium.eot");
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-05-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-05-Medium.woff") format("woff"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-05-Medium.ttf") format("truetype");
  font-display: swap;
}

/* 300 */
@font-face {
  font-display: swap;
  font-family: "yekan";
  font-weight: 300;
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-06-Bold.eot");
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-06-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-06-Bold.woff") format("woff"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-06-Bold.ttf") format("truetype");
  font-display: swap;
}

/* 400 */
@font-face {
  font-display: swap;
  font-family: "yekan";
  font-weight: 400;
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-07-Heavy.eot");
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-07-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-07-Heavy.ttf") format("truetype");
  font-display: swap;
}

/* 500 */
@font-face {
  font-display: swap;
  font-family: "yekan";
  font-weight: 500;
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-08-Fat.eot");
  src: url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-08-Fat.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-08-Fat.woff") format("woff"),
    url("fonts/iranyekanBakh/Yekan-Bakh-FaNum-08-Fat.ttf") format("truetype");
  font-display: swap;
}

/*---------------- Base Site --------------*/
.tooltip-container {
  position: relative;
  display: flex;
  cursor: pointer;
  margin: 0 !important;
  align-items: center;
}

.the-content ul {
  list-style: circle;
  font-weight: 100;
  line-height: 35px;
}

.the-content a {
  color: var(--red);
  font-weight: 400;
  padding: 0 3px;
}

.the-content a:hover {
  text-decoration: underline;
}

.tooltips {
  visibility: hidden;
  width: 150px;
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 13px;
  font-weight: 100;
}

.tooltip-container:hover .tooltips {
  visibility: visible;
  opacity: 1;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--red);
  background: #dfdfdf;
}

::selection {
  color: var(--red);
  background: #dfdfdf;
}

ul {
  list-style: none;
}

video {
  cursor: pointer;
}

body {
  font-family: "yekan";
  margin: 0 0 0;
  padding: 0;
  color: #022554;
  text-align: right;
  overflow-x: hidden;
}

a {
  color: #022554;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a,
a:link {
  text-decoration: none;
}

:root {
  --red-dark: #0066be;
  --red: #08f;
  --red-light: #fde8e9;
  --yellow: #ffc107;
  --yellow-light: #fff1bd;
  --background: #f7f7f7;
  --gray0: #e4e4e4;
  --gray1: #e3e3e3;
  --gray2: #9a9a9a;
  --gray3: #cfcfcf;
  --gray4: #424242;
  --dark: #022554;
}

.green-hover:hover {
  color: var(--red) !important;
}

.normal-text {
  color: var(--gray2);
}

.active-text {
  color: var(--red);
}

.h1,
h1 {
  font-weight: 400;
  color: var(--dark);
}

.h2,
h2 {
  font-weight: 300;
  color: var(--dark);
}

.h3,
h3 {
  font-weight: 300;
}

.h4,
h4 {
  font-weight: 200;
}

.h5,
h5 {
  font-weight: 100;
}

.h6,
h6 {
  font-weight: 100;
}

.title-site {
  font-size: 35px;
  font-weight: 500;
  color: var(--dark);
}

svg {
  width: 25px;
  height: 25px;
  transition: 0.3s;
}

path,
rect,
circle,
ellipse {
  transition: 0.3s;
}

.btn-line {
  border: 1px solid var(--gray3);
  padding: 10px 15px;
  font-weight: 100;
  color: var(--gray2);
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  transition: 0.3s;
  width: max-content;
}

.btn-empty {
  border: 2px solid #fff;
  padding: 10px 15px;
  font-weight: 100;
  color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  transition: 0.3s;
  width: max-content;
}

.btn-empty:hover {
  color: var(--red);
  background: #fff;
}

.btn-line:hover {
  border: 1px solid var(--red);
  color: var(--gray0);
  background: var(--red);
}

.btn-line.active {
  border: 1px solid var(--red);
  color: var(--gray0);
  background: var(--red);
}

.btn-line.active:hover {
  border: 1px solid var(--red-dark);
  color: var(--gray0);
  background: var(--red-dark);
}

.site-breadcrumb {
  display: inline-block;
  position: relative;
  margin: 10px 0;
}
.site-breadcrumb::before {
  content: "";
  width: 10000%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 19px;
  right: -280%;
  z-index: -1;
}
.site-breadcrumb ol span {
  margin: 3px 7px;
}
.site-breadcrumb ol {
  margin: 0;
  padding: 7px 9px 3px;
  background: none;
  gap: 10px;
  font-weight: 100;
  font-size: 14px;
  color: #707070;
  border-radius: 20px;
  border: 1px solid #aaa;
  background-color: #fff;
}

.box-site {
  background: #fafafa;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}

/*---------------- Header Site --------------*/

header {
  margin: 0 0 30px;
}

.megamenu {
  margin: 0;
  padding: 0;
  display: flex;
  font-weight: 300;
}

.main-menu {
  margin: 10px 5% 0;
  width: 100%;
}

.main-menu > div > ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.top-header {
  width: 80%;
  margin: 0 auto;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gray0);
  border-radius: 30px 30px 0 0;
}

.top-header-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  font-weight: 100;
  font-size: 14px;
}

.top-header-menu ul li a {
  transition: 0.3s;
  color: var(--dark);
}

.top-header-menu ul li a:hover {
  color: var(--red);
}

.top-header-call {
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-header-call-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.top-header-call-item p {
  margin: 0;
  color: var(--gray2);
  font-weight: 200;
  font-size: 18px;
}

.top-header-call-item p strong {
  color: var(--red);
  font-weight: 400;
}

.top-header-call-item svg {
  width: 18px;
  height: 18px;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo,
.header-items {
  padding: 10px;
}

.megamenu-item {
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--gray);
  transition: 0.3s;
}

.megamenu li a:hover svg path {
  fill: var(--red);
}

.megamenu li a:hover {
  color: var(--red);
}

.megamenu li a svg path {
  fill: var(--gray);
  transition: 0.3s;
}

.megamenu li a svg {
  width: 50px;
  margin-bottom: 5px;
  height: 30px;
}

.header-logo svg {
  width: 70px;
  height: auto;
}

.header-items {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-search .header-search-icon {
  background: #fff;
  border: 1px solid var(--gray3);
  border-radius: 30px;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.header-search:hover .header-search-icon {
  background: #f1f1f1;
}

svg {
  width: 20px;
  height: 20px;
}

.header-cart a {
  background: #ff00078c;
  border-radius: 30px;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.header-cart:hover a {
  background: #f6191f;
}

.header-cart span {
  top: -5px;
  right: -5px;
  position: absolute;
  background: #f6191f;
  padding: 0px;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: 200;
}

.header-login a {
  background: #f6191f;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 17px;
  color: #fff;
  gap: 10px;
  font-weight: 200;
  font-size: 14px;
  transition: 0.3s;
}

.header-login:hover a {
  background: #f6191f;
}

.header-search form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 52px;
  top: 0;
  transition: 0.3s;
  height: 100%;
}

.header-search {
  position: relative;
}

.header-search.active form {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.header-search form input {
  transition: 0.3s;
  width: 30px;
  border: 1px solid var(--gray3);
  padding: 10px;
  border-radius: 30px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 100;
  height: 100%;
}

.header-search.active form input {
  width: 350px;
}

/*---------------- Home Payment --------------*/
.home-payment-detail-steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #ffd5d6;
  padding: 10px;
  border-radius: 10px;
}

.home-payment-detail-steps-lists {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-payment-detail-steps-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-payment-detail-steps-list > span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd5d6;
  border-radius: 10px;
  font-size: 24px;
  color: var(--red);
}

.home-payment-detail-steps-list-des p {
  margin: 0;
  color: #707070;
  font-size: 13px;
  font-weight: 100;
}

.home-payment-detail-steps-list-des span {
  color: var(--red);
}

.home-payment-detail-steps .btn-line {
  border-radius: 10px;
}

.home-payment-detail-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: max-content;
  background: #f3f3f3;
}

.home-payment {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-size: contain !important;
  background-position: 0px 80% !important;
}

.between-part {
  position: relative;
  width: 40px;
  text-align: center;
}

.between-part:after {
  position: absolute;
  content: "";
  height: 0px;
  border-top: 2px dashed var(--gray3);
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.between-part:last-child {
  display: none;
}

.between-part svg {
  z-index: 2;
  position: relative;
}

.home-payment-detail {
  width: 55%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: inherit;
}

.home-payment-image {
  width: 45%;
}

.home-payment-detail-des {
  display: inline-block;
  padding-right: 50px;
}

.home-payment-detail-des h2 {
  color: #fff;
  font-weight: 100;
  margin-bottom: 30px;
}

.home-payment-detail-des p {
  font-weight: 200;
  color: #fff;
}

/*---------------- Home Slider --------------*/
/* .home-slider {
    display: flex;
    justify-content: space-between;
} */
.item-slide-side img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.slider {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.slider-side {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 100px;
}

.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.owl-controls .owl-nav {
  display: flex;
  gap: 10px;
}

.owl-prev {
  transform: rotate(-90deg);
}

.owl-next {
  transform: rotate(90deg);
}

.home-slider .owl-controls .owl-nav > div {
  border: 2px solid var(--gray2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}

.home-slider .owl-controls .owl-nav > div svg path {
  transition: 0.3s;
}

.home-slider .owl-controls .owl-nav > div:hover svg path {
  fill: var(--red);
}

.home-slider .owl-controls .owl-nav > div:hover {
  border: 2px solid var(--red);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}

.owl-controls .owl-nav svg {
  width: 12px;
  height: 12px;
}

/*---------------- Home Category --------------*/
.title-section-info svg {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.title-section-info {
  display: flex;
  position: relative;
  z-index: 12;
  padding: 0 15px;
}

.title-section-info p {
  color: var(--gray2);
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
  width: max-content;
  margin: 0;
}

.title-section-info p strong {
  color: #f6191f;
  font-size: 25px;
  font-weight: 400;
}
.title-section-info p::after {
  content: "";
  background: #08f;
  position: absolute;
  width: 4px;
  height: 17px;
  right: 0;
  bottom: 5px;
}

.title-section-info p::before {
  content: "";
  background: #08f;
  position: absolute;
  width: 4px;
  height: 30px;
  right: 0;
  bottom: 27px;
  opacity: 0.2;
}
.title-section {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

/*---------------- Home Product --------------*/
.title-section-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.product-item.unavailable {
  filter: grayscale(1);
  opacity: 0.6;
}

.owl-carousel .owl-stage-outer,
.owl-carousel-slider {
  width: 100%;
}

.home .home-product1 {
  background: linear-gradient(0deg, #fff, var(--background));
}

.product-item {
  border: 2px solid #f3f3f3;
  border-left: none;
  transition: 0.3s;
}

.product-item:hover {
  border: 2px solid #dcdde2;
  border-left: none;
  box-shadow: 5px 0 18px 0px #00000021;
  z-index: 11;
}

.product-item {
  margin: 0 0 30px;
}

.product-item:hover img {
  transition: 0.3s;
}

.product-item img {
  width: 100%;
  height: auto;
}
.item-slide-side {
  position: relative;
  z-index: 0;
}

.item-slide-side::after {
  content: "";
  background: #f6191f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: -1;
  transform: rotate(3deg);
  border-radius: 10px;
}
.product-item h2 {
  height: 50px;
  overflow: hidden;
  line-height: 20px;
  padding: 0 10px;
  margin: 30px 0 10px;
}

.product-item h2 a {
  font-size: 15px;
  font-weight: 300;
}
.product-item-thumbnail {
  width: 100%;
  margin: 10px 0 0;
  height: 100%;
}
.product-item-rating {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 12px;
}

.rating_pro_arch-comments_number {
  font-size: 12px;
  font-weight: 100;
  color: var(--dark);
}

.rating_pro_arch-count {
  margin-top: 3px;
}

.rating_pro_arch svg {
  width: 25px;
  height: 25px;
}

.product-item .product-item-detail {
  padding: 10px;
}

.product-item-detail {
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.product-item-price .main-price {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 9px;
  font-size: 22px;
  font-weight: 300;
  justify-content: end;
  color: #08f;
}

.product-item-price .main-price span {
  font-size: 10px;
  text-align: right;
}

.product-item-price {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
}

.discount-price {
  display: flex;
}

.product-item-price .discount-price {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 9px;
  font-size: 17px;
  font-weight: 200;
  justify-content: end;
  color: var(--dark);
  margin: -6px 0 0;
}

.product-item-price .discount-price:not(div) {
  text-decoration: line-through;
}

.product-item-price .discount-price span {
  font-size: 10px;
  text-align: right;
}

.discount-price-number {
  text-decoration: line-through;
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 9px;
  font-size: 16px;
  font-weight: 100;
  justify-content: end;
  color: var(--gray);
}

.discount-price-percentage {
  display: flex;
  line-height: 11px;
  text-align: center;
  background: #08f;
  padding: 4px 5px 2px;
  border-radius: 50px;
  color: #fff;
  height: fit-content;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 400;
}

/*---------------- Home Category --------------*/

.item_category_home img {
  padding: 10px 10px;
  transition: 0.3s;
}

.owl-carousel {
  display: none;
}

.owl-loaded {
  display: block;
}

.item-category-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-category-text h2 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 0;
  color: #000;
  transition: 0.3s;
}

.item-category-text span {
  width: 50px;
  height: 50px;
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 25px 0 0;
  border: none;
  transition: 0.3s;
  position: relative;
}

.item-category-text span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 25px;
  box-shadow: -10px 10px 0 0 var(--background);
  top: 0;
  transform: translateY(-100%);
  left: 0;
  background: #fafafa;
  transition: 0.3s;
}

.item-category-text span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 25px;
  box-shadow: -10px 10px 0 0 var(--background);
  bottom: 0;
  transform: translateX(100%);
  right: 0;
  background: #fafafa;
  transition: 0.3s;
}

.item_category_home:hover .item-category-text span::before,
.item_category_home:hover .item-category-text span::after {
  background: var(--red);
}

.item-category-text span svg {
  transform: rotate(90deg);
  width: 40px;
  height: 40px;
  padding: 14px;
  border-radius: 10px;
  transition: 0.3s;
  background: #fefefe;
}

.item_category_home:hover .item-category-text span svg {
  background: var(--red);
}

.owl-carousel-category {
  padding: 30px 0;
}

.item_category_home {
  text-align: center;
}
.item_category_home a {
  display: inline-block;
  color: #000;
}

.item_category_home:hover .item-category-text h2 {
  color: #08f;
}

.item-category-text span svg path {
  transition: 0.3s;
  fill: var(--red);
}

.item_category_home:hover .item-category-text span svg path {
  fill: #fefefe;
}

/*---------------- Home - Blog --------------*/
.home-blog {
  background: #fff;
}

.title-section-links .owl-controls {
  z-index: 1;
  position: relative;
  left: 0;
}

.home-blog .title-section {
  margin-top: 40px;
}

.home-category .title-section-links {
  background: var(--background);
}

.owl-controls .owl-nav > div {
  cursor: pointer;
}

.owl-controls .owl-nav > div {
  border: 1px solid #f6191f;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}

.owl-controls .owl-nav > div:hover {
  background: #ff00078c;
}

.owl-controls .owl-nav > div:hover svg path {
  fill: var(--red);
}

.post-item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.post-item-title h2 {
  line-height: 23px;
  margin: 0;
}

.post-item-title h2 a {
  font-size: 17px;
  font-weight: 300;
  color: var(--dark);
}

.post-item-title-date {
  display: flex;
  flex-flow: column-reverse;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(0deg, #dcdde2, #fff);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 200;
  width: 65px;
  height: 60px;
}

.post-item-title-date span:last-child {
  font-size: 20px;
  margin-bottom: -7px;
  font-weight: 300;
}

.post-item-content {
  font-weight: 100;
  font-size: 14px;
  padding: 20px;
  text-align: justify;
}

.post-item-thumbnail {
  border-radius: 10px;
}

.post-item {
  border: 2px solid var(--gray3);
  padding: 5px;
  border-radius: 25px;
  transition: 0.3s;
  background: #fff;
  margin: 10px 0;
}

.post-item-thumbnail img {
  border-radius: 10px;
}

.post-item:hover {
  box-shadow: 5px 0 18px 0px #00000021;
  transform: translateY(-10px);
}

.home-blog {
  background: url("images/bg-blog.png") no-repeat #fff;
  background-size: contain !important;
}

.home-blog .title-section-links {
  background: none;
}

.home-blog .title-section-info p strong {
  color: #fff;
}

.home-blog .title-section-info p {
  color: var(--gray1);
}

.line-dash-between {
  height: 0px;
  border-top: 2px dashed var(--gray3);
  width: -webkit-fill-available;
}

/*---------------- Footer --------------*/
/* .chaty-widget {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10000;
  display: flex;
} */

/* .chaty-widget::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 55px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid var(--red);
} */

.text_cat_foot {
  text-align: center;
  display: inline-block;
  margin: -10px 0 0 10px;
  width: min-content;
  height: fit-content;
  padding: 10px 30px;
  color: #fff;
  background: var(--red);
  border-radius: 10px;
}

.text_cat_foot span:first-child {
  font-size: 14px;
}

.text_cat_foot > span {
  display: inline-block;
  width: 100%;
}

.icon_cat_foot {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.icon_cat_foot svg {
  width: 100%;
  height: 100%;
}

.icon_cat_foot svg circle {
  fill: var(--red);
}

.chaty-sts1 {
  fill: #ffffff;
}

.footer-feature-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaeaea;
  border-radius: 60px;
  padding: 20px 0;
}

.footer-feature-item svg {
  background: #4e4e4e;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 13px;
}

.footer-feature-item svg path {
  stroke-width: 7px;
}

.footer-feature-item-detail h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 200;
  color: #545454;
}
footer {
  margin: 40px 0 0;
}
.footer-feature-item-detail p {
  font-size: 16px;
  margin: 0;
  font-weight: 100;
  color: #707070;
}

/* .footer-feature {
  background: linear-gradient(90deg, #fff, #f1f1f3, #fff);
  padding: 40px 0;
  display: none;
} */

.footer-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 0 30px;
}

.footer-feature-item:after {
  content: "";
  position: absolute;
}

.footer-info {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}

.footer-info-menus {
  display: flex;
  gap: 100px;
}

.footer-info-menu ul {
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-weight: 100;
}
.footer-info-menu ul li {
  margin: 0 0 5px;
}
.footer-info-menu ul li a {
  color: #252525;
  transition: 0.3s;
}

.footer-info-social p {
  font-size: 20px;
  font-weight: 300;
  color: var(--dark);
}

.footer-info-socials {
  display: flex;
  gap: 10px;
}

.footer-info-socials a {
  background: var(--red);
  border-radius: 30px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.footer-info-socials a:hover {
  background: #fff;
  border: 1px solid var(--red);
}

.footer-info-socials a:hover svg path {
  fill: var(--red);
}

.footer-info-call > div a {
  display: flex;
  flex-flow: row-reverse;
  text-align: left;
  align-items: center;
  line-height: 18px;
  gap: 10px;
}

.footer-info-call > div svg {
  width: 50px;
  height: 50px;
}

.footer-info-call > div p {
  margin: 0;
  font-size: 26px;
  font-weight: 100;
  color: var(--gray3);
}

.footer-info-call > div p strong {
  font-weight: 400;
  color: var(--red);
}

.footer-info-call {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.footer-about {
  display: flex;
  align-items: end;
  justify-content: stretch;
  margin: 30px 0 0;
}
.footer-about-content {
  flex: 2;
  padding: 40px 30px 20px;
  font-weight: 100;
  font-size: 15px;
  border-radius: 30px 30px 0px 0px;
  line-height: 32px;
  background:#f6191f;
  min-width: 60%;
  color: #fff;
}

.footer-about-icons p {
  margin: 0;
  background: #f3f3f3;
  padding: 20px 30px;
  border-radius: 30px 0 0 0;
  position: relative;
  text-align: left;
  color: var(--dark);
  font-weight: 300;
  font-size: 15px;
}

.footer-about-icons {
  flex: 3;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.footer-about-icons p:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  border-radius: 0 0 30px 0;
  box-shadow: 15px 15px 0 0 #f3f3f3;
}

.footer-about-icons img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.footer-info-menu ul li svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
}

.footer-info-menu ul li:hover a {
  color: #f6191f;
}

.footer-info-menu ul li:hover svg path {
  fill: #f6191f;
}

.line-features {
  height: 0px;
  border-top: 2px dashed var(--gray3);
  width: -webkit-fill-available;
}

.line-features:last-child {
  display: none;
}

.footer-feature-item-detail {
  width: max-content;
}

/*---------------- Contact --------------*/
.contact-top {
  display: flex;
  gap: 30px;
  margin: 70px 0;
}

.contact-info-map p {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  backdrop-filter: blur(11px);
  padding: 20px;
  width: 90%;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  font-weight: 200;
  color: #707070;
}

.contact-info-map {
  position: relative;
  flex: 3;
}

.tab-product-video {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.tab-product-video > div {
  width: 33.333333%;
  display: inline-block;
}

.contact-info-map img {
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #0000002b;
}
.single-content table {
  text-align: center !important;
  width: 100%;
  border-radius: 15px !important;
  box-shadow: 1px 1px 5px 3px #eee;
  overflow: hidden;
}

.single-content table th {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-collapse: collapse;
}
.single-content table th {
  padding: 10px 20px !important;
  text-align: center !important;
  background-color: #08f !important;
  border-top: none !important;
  color: #ffffff;
}

.single-content table td {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.contact-info-list {
  display: flex;
  margin-bottom: 15px;
}

.contact-info-list svg {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.contact-info-list-detail span {
  color: #707070;
  font-weight: 100;
  font-size: 15px;
}

.contact-info-list-detail p {
  margin: 0;
  font-weight: 400;
  font-size: 23px;
}

.contact-info-list {
  display: flex;
  align-items: center;
  line-height: 27px;
}

.contact-info-lists {
  flex: 2;
}

.contact-info-lists h2 {
  margin-bottom: 40px;
}

.contact-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-mid .footer-info-social p {
  font-size: 15px;
  font-weight: 100;
  color: var(--dark);
  margin: 0;
}

.contact-mid .footer-info-socials {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #dcdde2;
  border-radius: 10px;
  width: 300px;
}

.contact-mid .footer-info-socials a {
  background: #707070;
}

.contact-mid .footer-info-socials a {
  background: #707070;
}

.contact-mid .footer-info-socials a:hover {
  background: var(--red);
}

.contact-mid .footer-info-socials a:hover svg path {
  fill: #fff;
}

.contact-mid .footer-info-work-time {
  display: flex;
  gap: 20px;
  color: #828282;
  font-weight: 100;
}

.contact-mid .footer-info-work-time p {
  margin: 0;
}

.footer-info-locations {
  display: flex;
  gap: 20px;
}

.footer-info-locations a {
  display: flex;
  align-items: center;
  background: #dcdde2;
  padding: 10px;
  border-radius: 10px;
  gap: 15px;
}

.footer-info-locations a p {
  margin: 0;
  font-weight: 300;
  color: #707070;
}

.footer-info-locations a img {
  width: 40px;
  height: auto;
}

.acf-field .acf-label {
  vertical-align: top !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
  margin: 0 !important;
  position: absolute !important;
  top: 5px !important;
  z-index: 2 !important;
  background: #fff !important;
  right: 30px !important;
  padding: 0 10px !important;
}

.acf-form .acf-input input {
  padding: 12px 8px !important;
  border: 1px solid var(--dark);
  border-radius: 30px;
}

html[dir="rtl"] .acf-field[data-width] + .acf-field[data-width] {
  border-left: none !important;
  border-right: none !important;
  border-right: none !important;
}

.acf-fields > .acf-field {
  border: none !important;
}

.acf-form-submit input {
  background: #f6191f !important;
  color: #fff !important;
  font-weight: 300 !important;
  margin: 0 15px !important;
  border-radius: 5px !important;
  padding: 15px 20px !important;
}

.acf-form-submit {
  text-align: left !important;
}

.contact-down {
  margin: 70px 0 20px !important;
}

.acf-field textarea {
  padding: 17px 8px !important;
  resize: vertical !important;
  border-radius: 5px !important;
  border: 1px solid var(--dark) !important;
}

.acf-form-fields > div:first-child {
  width: 100%;
}

.acf-form-fields > div {
  width: 33.333%;
}

.acf-field .acf-notice {
  margin: 20px 0 15px !important;
}

/*---------------- Single Product --------------*/
.woo-breadcrumbs {
  display: none;
}

.container-for-ordering {
  display: flex;
  flex-flow: column;
}

.tit-error-404 {
  font-size: 300px;
  line-height: 300px;
}

.error-404 {
  text-align: center;
}

.product-relation {
  margin: 100px 0 40px;
}

.product-review {
  display: flex;
  justify-content: space-between;
}

.product-review > div {
  flex: 1;
}

.product-top-detail {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.product-top-detail:after {
  position: absolute;
  top: 50%;
  content: "";
  right: 0;
  transform: translateY(-50%);
  height: 0px;
  width: 100%;
  z-index: 1;
  border-top: 2px solid var(--gray3);
}

.product-top-detail > div {
  background: #fafafa;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 100;
  color: #707070;
  position: relative;
  z-index: 2;
}

.product-top-detail .product-top-detail-code {
  padding-right: 0;
}

.product-top-detail > div:last-child {
  padding-left: 0;
  margin-left: 0;
}

.product-top-detail > div span {
  color: #707070;
}

.product-top-detail > div a {
  color: var(--red);
}

.product-item-price-single .stock.in-stock {
  display: none;
}

.img_pro_single .slick-track {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.img_pro_single
  .iconic-woothumbs-thumbnails-wrap
  .slick-track
  .iconic-woothumbs-thumbnails__slide {
  width: 95px !important;
  border: 1px solid #707070 !important;
  border-radius: 10px;
  box-shadow: 0 0 12px -5px #0006;
  margin: 10px 0px;
}

.product-top-detail .product-top-cat {
  margin: 0 auto 0 20px;
}

.product-detail h1 {
  color: var(--dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
}

.icons-head-sigle-pro .compare svg {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.compare-button {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 60;
}

.compare-button a {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
}

.yith-woocompare-related {
  display: none;
}

.compare-button a.added {
  font-size: 15px;
  display: block;
  width: auto;
  height: auto;
  padding: 3px 30px 3px 0;
}

.tit_short_desc_pro_single {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.compare-list th {
  background-color: #eee !important;
}

.icons-head-sigle-pro .compare {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}

.short_desc_pro_single ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 100;
  color: #707070;
  list-style: inside;
  line-height: 30px;
}

.short_desc_pro_single {
  margin: 50px 0;
  text-align: justify;
  font-weight: 200;
  line-height: 30px;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce-product-gallery {
  width: 100% !important;
}

.product-item-price-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item-price-single .product-item-price .main-price {
  font-size: 30px;
}

.product-item-price-single .product-item-price .main-price span {
  font-size: 15px;
  line-height: 13px;
}

.product-item-price-single .discount-price-number {
  font-size: 23px;
}

.product-item-price-single .product-item-price .discount-price span {
  font-size: 15px;
}

.product-item-price-single .discount-price-percentage {
  line-height: 15px;
  font-size: 16px;
}

.product-item-price-single form.cart {
  margin: 0 !important;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.woocommerce div.product form.cart div.quantity {
  float: right;
  margin: 0 10px 0 0 !important;
}

.woocommerce .quantity .qty {
  width: 50px !important;
  text-align: center;
  height: 50px;
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  color: #9a9a9a;
  font-size: 20px;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: right;
  background: #08f;
  height: 50px;
  padding: 0 75px 0 30px;
  font-weight: 400;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 30px;
}

.woocommerce div.product form.cart .button:hover {
  background: #0066be;
}

.single_add_to_cart_button svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-top-situations {
  margin: 0 0 20px;
}
.single_add_to_cart_button:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 80px;
  background: #0066be;
  right: -31px;
  top: 50%;
  z-index: 1;
  border-radius: 50px;
  transform: translateY(-50%);
}

.box_select_opt_single_pro ul {
  margin: 20px 0 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background: #f3f3f3;
  padding: 20px 20px;
  font-weight: 200;
  font-size: 13px;
}

.box_select_opt_single_pro ul li svg {
  background: #dcdde2;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  margin-left: 5px;
  transition: 0.3s;
}

.box_select_opt_single_pro ul li a {
  transition: 0.3s;
  color: #707070;
}

.box_select_opt_single_pro ul li {
  width: max-content;
}

.box_select_opt_single_pro ul li:hover {
  color: #707070;
}

.box_select_opt_single_pro ul li:hover a {
  color: var(--red);
}

.box_select_opt_single_pro ul li:hover svg {
  background: var(--red);
}

.ask-by-calling {
  background: #08f;
  color: #fff;
  padding: 20px 10px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ask-by-calling svg {
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0%);
  z-index: 2;
}

.single_add_to_cart_button:after {
  display: none;
}

.ask-by-calling span {
  font-size: 25px;
}

.buy-whats_app span {
  font-size: 17px;
}

.buy-whats_app {
  margin-bottom: 20px;
}

.hove-no-stock {
  background: var(--red);
  color: #fff;
  padding: 20px 10px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.attributes-item {
  background: #fffdfd;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 7px;
}

.attributes-item .attributes-item-label {
  width: 200px;
  font-weight: 100;
  color: #707070;
}

.attributes-item .attributes-item-value a:link {
  color: var(--red);
  text-decoration: underline;
}

.attributes-item .attributes-item-value p {
  margin: 0;
}

.attributes-item .attributes-item-value {
  color: #424242;
  font-weight: 400;
}

.tab-items-product {
  display: flex;
  justify-content: center;
  gap: 0;
}

.tab-items-product a {
  padding: 20px 30px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
  color: #707070;
  font-weight: 300;
  font-size: 18px;
}

.tab-items-product a:hover {
  color: var(--red);
}

.tab-items-product a:hover:after {
  width: 40px;
}

.tab-items-product a:after {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--red);
  margin: 0 auto;
}

.woocommerce .star-rating {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: right;
  position: relative;
  padding: 0;
  width: 50px;
  height: auto;
  background: none;
  border: none;
  margin: 0;
  box-shadow: none;
  border-radius: 30px;
}

.woocommerce #reviews #comments ol.commentlist li {
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 30px;
}

.comment_container .description {
  font-weight: 100;
  line-height: 30px;
  color: var(--dark);
  background: #dcdde2;
  padding: 20px;
  border-radius: 30px;
  margin-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: none;
  border-radius: 4px;
  padding: 0;
}

.woocommerce-review__dash {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  display: flex;
  flex-flow: column;
  padding-right: 20px;
}

.woocommerce-review__author {
  font-size: 25px;
  font-weight: 300;
  color: #333333;
}

.woocommerce-review__published-date {
  font-size: 15px;
  font-weight: 100;
  color: #333333;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.commentlist .children .depth-2 {
  background: #fcfcfc;
}

.reviews .woocommerce-Reviews {
  display: flex;
  flex-flow: column-reverse;
}

.comment-reply-title {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 20px 0 0;
}

.comment-form .comment-notes {
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
}

.acf-comment-fields .acf-field,
.comment-form-rating {
  margin: 0;
  display: flex;
  border: 1px solid #333333 !important;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}

.woocommerce-Reviews .comment-form {
  margin: 0 auto;
  width: 1000px;
}

.container-form-field {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 35px;
  gap: 20px;
}

.container-form-field > div {
  flex: 1;
}

.acf-fields.-clear > .acf-field {
  padding: 20px !important;
  margin: 0 !important;
}

.woocommerce #review_form #respond p {
  margin: 0;
}

.panel-collapse ul {
  padding: 20px;
  margin: 0;
  list-style: inside;
}

.form-submit .submit {
  background: #08f !important;
  margin: 10px 0 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #fff !important;
  transition: 0.3s !important;
  float: left !important;
  border-radius: 30px !important;
}

.woocommerce-Reviews #comments {
  margin: 0 auto;
  width: 1000px;
}

.overflow-hidden {
  overflow: hidden;
}

.woocommerce #review_form #respond {
  margin-bottom: 100px;
}

.form-submit .submit:hover {
  background: #0066be !important;
}

.comment-form-rating label {
  font-weight: 100;
  font-size: 14px;
  margin: 0 !important;
  color: var(--dark) !important;
}

.woocommerce p.stars a {
  height: 25px;
  width: 25px;
}

.woocommerce p.stars a::before {
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: var(--red);
}

.comment-form-rating .stars p {
  display: flex;
}

ul.acf-radio-list,
ul.acf-checkbox-list {
  padding: 0;
  display: flex;
  gap: 10px;
  font-weight: 100 !important;
}

.acf-fields.-clear > .acf-field > .acf-label {
  padding: 0 !important;
}

ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 11px;
  width: max-content;
}

.acf-field .acf-label label {
  font-weight: 100 !important;
  font-size: 14px;
  margin: 0 !important;
  color: var(--dark) !important;
}

.comment-form-comment textarea {
  border-radius: 30px;
  height: 200px !important;
  border: 1px solid var(--dark);
}

.comment-form-comment {
  position: relative;
}

.comment-form > p label {
  vertical-align: top !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
  margin: 0 !important;
  position: absolute !important;
  top: -10px !important;
  z-index: 2 !important;
  background: #fff !important;
  right: 30px !important;
  padding: 0 10px !important;
}

.comment-form > p {
  position: relative;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-form-author {
  padding-left: 10px;
  width: 50%;
  float: right;
}

.comment-form-email {
  padding-right: 10px;
  width: 50%;
  float: left;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  border: 1px solid var(--dark);
  border-radius: 30px;
  padding: 15px;
}

.icons-head-sigle-pro {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  flex-flow: column;
  justify-content: space-between;
  z-index: 200;
  gap: 10px;
}

.box_socialshares {
  background: #fff;
  box-shadow: 0 0 10px -7px #000;
  border-radius: 50px;
  display: flex;
  padding: 10px;
  gap: 10px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}

.img_pro_single {
  width: 600px;
}

.socialshares:hover .box_socialshares {
  overflow: visible;
  opacity: 1;
}

.socialshares {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.socialshares > svg {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.box_socialshares svg path,
.box_socialshares svg rect {
  fill: var(--red);
}

.single .home-blog {
  background: url(images/bg-blog.png) no-repeat #f3f3f3;
}

.single-image {
  text-align: center;
}

.single-image img {
  width: 600px;
  height: auto;
  border-radius: 10px;
}

.single-detail {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: 100;
  font-size: 14px;
  padding: 15px 0;
  color: var(--gray2);
  width: 880px;
  margin: 0 auto;
}

.single-detail > div {
  width: -webkit-fill-available;
}

.single-title {
  text-align: center;
  font-size: 40px;
  color: var(--dark);
}

.kk-star-ratings {
  margin: 40px auto;
  display: flex;
  justify-content: center !important;
  color: var(--gray);
  font-weight: 200;
}

.single-content {
  font-weight: 100;
  padding: 0 50px;
  line-height: 32px;
  font-size: 17px;
}

.single-content > div {
  max-width: 100%;
}

.single-content img {
  margin: 30px 0;
}

.single-category {
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  color: var(--gray2);
}

.single-category a {
  margin-left: 7px;
  background: var(--red);
  padding: 2px 10px;
  border-radius: 50px;
  color: var(--background);
  transition: 0.3s;
}

.single-category a:hover {
  background: var(--red-dark);
}

.fandq-video .panel {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #f3f3f3;
  transition: 0.3s;
}

.fandq-video .panel:last-child {
  margin-bottom: 0px;
}

.fandq-video .panel .panel-title.collapsed {
  color: #707070;
  background: #fffdfd;
}

.fandq-video .panel .panel-title svg {
  transform: rotate(180deg);
}

.fandq-video .panel .panel-title.collapsed svg {
  transform: rotate(0deg);
}

.fandq-video .panel .panel-title.collapsed svg path {
  fill: #9a9a9a;
}

.fandq-video .panel .panel-title svg path {
  fill: #424242;
}

.fandq-video .panel .panel-title {
  color: #030303;
  background: #dcdde2;
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 17px;
  margin: 0;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fandq-video .panel .panel-title svg {
  width: 14px;
  transition: 0.3s;
  height: 14px;
}

.panel-collapse {
  font-size: 17px;
  border-radius: 10px;
  font-weight: 100;
  color: #707070;
}

.panel-collapse p {
  padding: 25px 20px;
  margin: 0;
}

/*---------------- Single Product --------------*/
.content-archive {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}

.content-archive .sidebar {
  flex: 1;
}

.content-archive .posts {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  height: fit-content;
  justify-content: space-between;
}

.content-archive .post-item {
  flex-grow: 0;
  margin: 0;
  width: calc(33.33333% - 10px);
}

.content-archive .post-item img {
  width: 100%;
  height: auto;
}

.wp-pagenavi {
  display: flex;
  justify-content: end;
  width: 100% !important;
  align-items: center;
  margin: 50px 0 !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #dcdde2;
  font-size: 20px;
  border: none;
  font-weight: 200;
  transition: 0.3s;
}

.wp-pagenavi a:hover {
  background: var(--red);
  color: #fff;
}

.sidebar .sticky-top > div {
  background: #fff;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #d4d4d4;
  max-height: 400px;
  overflow-y: auto;
}

.sidebar > div h2 {
  background: #f5f6f7;
  font-size: 20px;
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 20px 20px 0 0;
}

.sidebar > div ul {
  padding: 20px 20px;
  font-weight: 100;
  line-height: 35px;
}

.sidebar > div ul li {
  padding: 0 25px 0 0;
  position: relative;
}

.sidebar > div ul li:after {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  transition: 0.3s;
  width: 15px;
  height: 15px;
}

.sidebar > div ul li:hover:after {
  border: 1px solid var(--red);
  box-shadow: 0 3px 10px -1px var(--red);
  background: var(--red);
}

.sidebar > div ul li:hover {
  color: var(--red);
}

.tagcloud {
  display: flex;
  flex-flow: column;
  font-weight: 100;
  line-height: 35px;
  padding: 20px 20px;
}

.tagcloud a {
  padding: 0 25px 0 0;
  font-size: 16px !important;
  position: relative;
  transition: 0.3s;
}

.tagcloud a:hover {
  color: var(--red);
}

.tagcloud a:after {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  transition: 0.3s;
  width: 15px;
  height: 15px;
}

.tagcloud a:hover:after {
  border: 1px solid var(--red);
  box-shadow: 0 3px 10px -1px var(--red);
  background: var(--red);
}

.sidebar form label {
  background: #f5f6f7;
  font-size: 20px;
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 20px 20px 0 0;
}

.sidebar form .wp-block-search__inside-wrapper {
  padding: 0 20px;
  margin: 10px 0 20px;
}

.sidebar form .wp-block-search__inside-wrapper button {
  display: none;
}

.sidebar form .wp-block-search__inside-wrapper input {
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  padding: 12px 10px;
}

.title-pages h1 {
  text-align: center;
  margin: 20px 0 40px;
}

/*---------------- Shop --------------*/
.yit-wcan-container {
  flex: 3;
}

.yit-wcan-container .products {
  width: 100%;
}

.yit-wcan-container .products > div {
  flex-grow: 0;
  margin: 0;
  width: calc(33.33333% - 10px);
}

.yit-wcan-container {
  width: 100% !important;
}

.content-archive .products.posts {
  gap: 0;
}

.content-archive .products .product-item {
  width: 23%;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

/*---------------- Installment --------------*/
.page-template-installment .slid1 h1 {
  color: #fff;
  text-align: right;
  line-height: 50px;
  font-size: 32px;
  padding: 15px 110px 0 60px;
}

.page-template-installment .slid1 p {
  text-align: right;
  padding: 0 110px 0 60px;
  color: #fff;
  font-size: 18px;
}

.page-template-installment .slid1 {
  background-size: cover !important;
  background-position: bottom left !important;
  min-height: 500px;
  text-align: center;
  padding: 0 20px;
}

.page-template-installment .box-site {
  overflow: hidden;
}

.slid3 img {
  width: 100%;
  height: auto;
}

.page-template-installment .slid4 .inputs-form svg {
  position: absolute;
  right: 0;
  top: 0;
  top: -80px;
  width: 90%;
  height: 950px;
}

.page-template-installment .slid4 .inputs-formin {
  width: 520px;
  text-align: center;
  margin: 80px auto 0;
  position: relative;
}

.page-template-installment .slid4 .information-form {
  width: fit-content;
  content: "";
  border-radius: 40px;
  z-index: -1;
  height: auto;
  background: #ffe2df;
  margin: 80px auto;
}

.page-template-installment .slid4 ul {
  list-style: none;
  display: inline-block;
  padding: 30px;
  margin: 0;
  box-shadow: 0px 0px 13px -12px #000;
  border-radius: 40px;
  background: #fff;
  position: relative;
  transform: translate(40px, -30px);
}

.page-template-installment .slid4 ul li {
  margin: 10px 0;
  color: #939393;
}

div#formapii table td {
  padding: 3px 4px;
}

.page-template-installment .slid4 select {
  background: #fff;
  width: 48%;
  box-shadow: 0px 0px 13px -12px #000;
  height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 30px;
  margin: 15px auto 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div#sub_for {
  border-radius: 30px;
}

.iframee_zar {
  width: 100%;
  height: 600px;
}

.acf-field-radio .acf-label {
  vertical-align: top !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
  margin: 0 !important;
  position: relative !important;
  top: 0px !important;
  z-index: 2 !important;
  background: #fff !important;
  right: 0px !important;
  padding: 0 10px !important;
}

.page-template-form_installment .acf-field,
.page-template-form_installment .acf-form-submit {
  margin: 0 auto !important;
  width: 500px !important;
}

.head-box_banner {
  display: inline-block;
  width: 100%;
  background: var(--red);
  padding: 40px 0;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}

.head-box_banner span {
  color: #fff;
}

.head-box_banner h2 {
  color: #fff;
  margin: 0 20px;
}

.des_spacial_product {
  font-size: 14px;
  border-right: 1px solid #fff;
  padding: 5px 20px 5px 0px;
  color: #fff;
}

.head-box_banner span {
  color: #fff;
}

.head-box_banner svg {
  width: 55px;
  height: 55px;
}

.products-lists {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  height: fit-content;
  width: 100%;
}

.products-lists > div {
  flex-grow: 0;
  margin: 0;
  width: calc(25% - 10px);
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}

/*---------------- cart --------------*/
.cart_totals {
  width: 100%;
  margin: 40px 0 0;
}

div#shipping_method {
  display: inline-block;
  width: 100%;
}

.box_yhhyhufhda {
  width: 49%;
  margin: 0 0.5%;
}

.box_yhhyhufhda_lef {
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  border: 2px dotted #aaa;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

.yhhyhufhda_tit {
  background: #fff;
  padding: 20px 15px;
  margin: 0 0 5px;
  border-radius: 15px;
  border: 2px dotted #aaa;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  overflow: hidden;
  float: right;
}

.box_yhhyhufhda input {
  display: none;
}

.box_yhhyhufhda label[checked="checked"] {
  background: #c6f8d3 !important;
}

.wp-caption-text {
  display: none;
}

.box_yhhyhufhda label[checked="checked"] > span.fdgddspan {
  background: #a1ddb0 !important;
  transition: 0.3s;
}

.box_yhhyhufhda > label > span.fdgddspan {
  float: right;
  width: 18px;
  height: 18px;
  background: #e4e4e4;
  border-radius: 4px;
  margin: 0 0 0 5px;
  transition: 0.3s;
}

.fdsklkpoou svg path {
  fill: #fff;
}

.fdsklkpoou a:hover:before {
  right: -20px;
  transition: 0.5s;
  width: 500px;
  border-radius: 0;
}

.box_yhhyhufhda label[checked="checked"] > span.fdgddspan svg {
  opacity: 1 !important;
  transition: 0.5s;
  visibility: visible !important;
}

.box_yhhyhufhda > label > span.fdgddspan svg {
  width: 21px;
  height: 21px;
  transform: translate(5px, -4px);
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.box_yhhyhufhda label {
  background: #fff;
  padding: 25px 15px;
  margin: 0 0 5px;
  border-radius: 15px;
  border: 2px dotted #aaa;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.box_yhhyhufhda_lef {
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  border: 2px dotted #aaa;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.box_yhhyhufhda {
  width: 49%;
  margin: 0 0.5%;
}

.yhhyhufhda_tit_lef {
  margin: 0 0 15px;
}

.tikonef {
  margin: 0 0 7px;
}

.tikonefnotif {
  font-size: 11px;
  margin: 68px 0 0;
}

.yhhyhufhda_tit_lef > svg {
  width: 30px;
  height: 30px;
  margin: 0 0 0 3px;
}

.yhhyhufhda_tit_lef span {
  font-size: 11px;
  margin: 0 10px 0 0;
  display: inline-block;
  transform: translateY(2px);
}

.tikonef svg {
  width: 23px;
  height: 23px;
  margin: -2px 0 0 4px;
}

.tikonef span {
  font-size: 11px;
}

.tikonefnotif img {
  margin: 0px 0 0 3px;
}

.box_yhhyhufhda_lef::after {
  content: "";
  width: 170px;
  height: 100%;
  background: #fcff00;
  position: absolute;
  top: 0;
  left: -30px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  margin: 40px 0 0;
}

.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive {
  border-radius: 15px !important;
  border: 2px dotted #aaa !important;
  padding: 40px 50px !important;
  overflow: hidden;
}

.cart-collaterals table.shop_table.shop_table_responsive {
  background: #fff;
  padding: 30px;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px #eee;
}

.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive tr,
.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive th,
.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive td {
  border: none !important;
}

.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive th {
  border-left: 1px solid #ababab !important;
  border-bottom: 1px solid #ababab !important;
  text-align: right;
  font-size: 20px;
}

.cart_totals.sdvvmulzw table.shop_table.shop_table_responsive td {
  border-bottom: 1px solid #ababab !important;
  text-align: left;
  font-size: 19px;
}

.cart_totals.sdvvmulzw tr.woocommerce-shipping-totals.shipping {
  display: none;
}

table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.wc-proceed-to-checkout.fdsklkpoou a.checkout-button.button.alt.wc-forward {
  border-radius: 30px;
  border: 2px dotted #aaa;
  font-size: 22px;
  width: 340px;
  padding: 15px 0;
  margin: 25px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

a.checkout-button.button.alt.wc-forward {
  border-radius: 30px;
  border: none;
  font-size: 16px;
  padding: 20px 35px;
  color: #fff;
  background: var(--red);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  margin: 0 auto;
  width: 250px;
  transition: 0.3s;
  justify-content: center !important;
}

.fdsklkpoou a::before {
  content: "";
  width: 160px;
  height: 150px;
  background: #ff9e9a;
  position: absolute;
  right: -23px;
  top: -20px;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}

.fdsklkpoou svg {
  width: 75px;
  height: 75px;
  margin: 0 0 0 55px;
}

.fdsklkpoou span {
  margin: 30px 0 0;
}

/*---------------- Checkout --------------*/
.woocommerce-info {
  background: #fff;
  border: none;
  width: 98%;
  padding: 20px 0;
  font-size: 17px;
  margin: 0 1% 15px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #eee;
}

.woocommerce-info a {
  color: var(--red);
}

form.checkout.woocommerce-checkout h3 {
  text-align: center;
  margin: 50px 0 12px;
  font-size: 21px;
}

div#customer_details .woocommerce-billing-fields {
  box-shadow: 0px 0px 20px 0px #eee;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}

div#customer_details h3 {
  font-size: 22px;
  text-align: center;
  margin: 10px 0 30px;
  color: #666;
}

div#customer_details p {
  width: 100%;
  margin: 0 0 10px;
}

div#customer_details label {
  font-size: 14px;
  width: 30%;
  margin: 9px 0 0;
}

div#customer_details span {
  width: 70%;
}

div#customer_details input {
  background: #f9f9f9;
  width: 100% !important;
  border: none;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 200;
}

.woocommerce-shipping-fields {
  display: none;
}

.woocommerce-additional-fields {
  box-shadow: 0px 0px 20px 0px #eee;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}

.woocommerce-additional-fields p#order_comments_field {
  display: inline-block;
}

.woocommerce-additional-fields textarea#order_comments {
  background: #f9f9f9;
  margin: 5px 0 0;
  border: none;
  border-radius: 10px;
  padding: 20px 20px;
  height: 194px;
  text-align: justify;
}

.col2-set {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 40px;
}

.col2-set > div {
  flex: 1;
}

.woocommerce-info::before {
  display: none;
}

.order_details {
  display: flex;
  justify-content: center;
}

/*---------------- My Account --------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 30%;
}

nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul a {
  color: #000;
  padding: 13px 20px;
  display: inline-block;
  background: #fff;
  width: 100%;
  margin: 3px 0;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px #eee;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
  background: var(--red);
  color: #fff;
}

.woocommerce-MyAccount-content {
  background: #fff;
  padding: 40px 35px;
  box-shadow: 0px 0px 20px 0px #eee;
  border-radius: 10px;
}

.woocommerce-MyAccount-content > p {
  line-height: 29px;
  text-align: justify;
}

.woocommerce-MyAccount-content a {
  color: var(--red);
}

.woocommerce-MyAccount-content a {
  color: var(--red);
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

nav.woocommerce-MyAccount-navigation ul a:hover {
  background: #08f;
  color: #fff;
}

form.woocommerce-EditAccountForm.edit-account
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  margin: 0;
  float: right;
}

p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  label {
  text-align: right;
}

form.woocommerce-EditAccountForm.edit-account input {
  background: #f9f9f9;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 0 0 30px !important;
}

button.woocommerce-Button.button {
  border-radius: 30px;
  border: none;
  font-size: 16px;
  padding: 15px 35px !important;
  color: #fff !important;
  background: #08f !important;
  cursor: pointer;
  transition: 0.3s;
  height: auto;
}

.woocommerce-info a {
  color: #08f;
}

.woocommerce-MyAccount-content a {
  color: #08f;
}

.woocommerce-Button {
  background: #08f !important;
  border-radius: 20px !important;
  color: #fff !important;
}

/*---------------- Login --------------*/

.customer_login {
  display: flex;
  gap: 20px;
}

#customer_login form .form-row label {
  vertical-align: top !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
  margin: 0 !important;
  position: absolute !important;
  top: -15px !important;
  z-index: 2 !important;
  background: #fff !important;
  right: 30px !important;
  padding: 0 10px !important;
}

#customer_login form .form-row {
  position: relative;
  margin: 0 0 25px;
}

#customer_login form input {
  border: 1px solid var(--dark);
  border-radius: 30px;
  padding: 10px;
}

.woocommerce-form-login__rememberme {
  visibility: hidden !important;
}

.woocommerce-button {
  margin: 20px 0 0 !important;
  float: left !important;
  display: inline-block !important;
  background: var(--red) !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 15px 40px !important;
  transition: 0.3s;
}

.woocommerce-button:hover {
  background: #ba181a !important;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.zm-viewer.shapesquare {
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.zm-handler {
  direction: ltr;
}

/*---------------- Archive Product --------------*/

.filter-title {
  background: #f5f6f7;
  font-size: 20px;
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 20px 20px 0 0;
}

.woocommerce-page .widget form,
.woocommerce-page .widget .filter-content,
.woocommerce-page .widget ul {
  padding: 0 20px;
  margin: 10px 0 20px;
}

.filters-container form {
  padding: 0 !important;
  margin: 0 !important;
}

.yith-wcan-filters {
  border-radius: 10px;
}

.filter-item input {
  display: none;
}

.sidebar form .filter-item label {
  background: none;
  font-size: 15px;
  padding: 0;
  font-weight: 100;
  border-radius: 0;
}

.filter-item.active:after {
  border: 1px solid var(--red);
  box-shadow: 0 3px 10px -1px var(--red);
  background: var(--red);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ffe1e1;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--red);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--red);
  top: 50%;
  transform: translateY(-50%);
}

.price_slider_amount button {
  padding: 10px 15px !important;
  font-weight: 100 !important;
  position: relative !important;
  z-index: 2 !important;
  border-radius: 50px !important;
  transition: 0.3s !important;
  width: max-content !important;
  border: 1px solid var(--red) !important;
  color: var(--gray0) !important;
  background: var(--red) !important;
}

.price_slider_amount button:hover {
  border: 1px solid var(--red-dark) !important;
  color: var(--gray0) !important;
  background: var(--red-dark) !important;
}

.price_slider_amount {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}

.price_slider_amount .price_label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  color: #9a9a9a;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: rtl !important;
  width: max-content;
}

.rtl.woocommerce .price_label span {
  font-weight: 300;
  color: var(--red);
}

.price_slider_wrapper {
  padding: 20px 0 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  justify-content: end;
  width: 100% !important;
  align-items: center;
  margin: 50px 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 24px;
  border: 1px solid #d4d4d4;
  transition: 0.3s;
  font-weight: 200;
  padding: 3px 0 0;
  margin: 0 0 0 5px;
}
.product-item h2 a:hover {
  color: #f6191f;
}
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 200;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--red);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-left: none;
  margin: 2px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #dcdde2;
  color: var(--red-dark);
}

.woocommerce-top-filter {
  border: 1px solid #d4d4d4;
  display: flex;
  width: 100% !important;
  margin-bottom: 10px !important;
  border-radius: 30px;
  padding: 0;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-ordering {
  margin: 0 !important;
  display: flex !important;
}

.woocommerce-ordering > div {
  position: relative;
  font-weight: 300;
  font-size: 17px;
  display: inline-flex;
  transition: 0.3s;
}

.content-archive .products {
  flex: 4;
}

.woocommerce-ordering > div:hover {
  color: var(--red);
}

.woocommerce-ordering > div input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

.woocommerce-ordering > div span {
  padding: 20px;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  padding: 20px;
  color: #707070;
}

.videos_archive_boxes {
  display: inline-block;
  background: #fff;
  width: 100%;
}

.faq-archive,
.content-archive-des {
  background: #fff;
}

.archive-category {
  background: none;
}

.mobile_notiff {
  font-size: 12px;
  color: red;
  display: none;
}

.archive-category-list {
  display: flex;
  gap: 10px;
}

.item-video h2 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 200;
  color: #424242;
}

.item-video_thumbnail img {
  border-radius: 10px;
}

.item-video_thumbnail {
  position: relative;
  cursor: pointer;
}

.item-video_thumbnail svg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}

.item-video_thumbnail:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: var(--red);
  opacity: 0.5;
  border-radius: 10px;
}

.table__box {
  overflow-x: auto;
  padding: 10px 10px;
}

table.chipper_table,
table.tiller_table {
  border-radius: 30px !important;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #ccc;
  width: 100%;
}

.single-content table {
  text-align: center;
}

.single-content div {
  max-width: 100%;
}

/*---------------- simple Responsive --------------*/
.tit_menu_head_top {
  width: max-content;
}

.box-content-arch-post-tags {
  margin-bottom: 20px;
}

.place-order #place_order {
  background: var(--red);
  border-radius: 30px;
  padding: 15px 30px;
}

.megamenu-item {
  width: max-content;
}

.header-login a span {
  width: max-content;
}

.top-header-menu ul li a {
  width: max-content;
  display: inline-block;
}

.owl-carousel-blog,
.owl-carousel-product1,
.owl-carousel-category,
.owl-carousel-slider,
.owl-carousel-video {
  display: none;
}

.owl-loaded {
  display: block !important;
}

.footer-info-call > div p {
  width: max-content;
}

.box_select_opt_single_pro ul {
  flex-flow: wrap;
}

.woocommerce-Reviews .comment-form {
  max-width: 100%;
}

.woocommerce-Reviews #comments {
  max-width: 100%;
}

.single-detail {
  max-width: 100%;
}

.home-payment-detail-steps {
  max-width: 100%;
}

.home-payment-detail-steps-list-des {
  width: max-content;
}

.home-payment-detail-steps .btn-line {
  white-space: nowrap;
}

.post-type-archive-product .home-blog {
  background-color: #f3f3f3 !important;
}

.tab-items-product.active {
  position: fixed;
  top: 0;
  z-index: 55;
  width: 100%;
  right: 0;
  box-shadow: 0 0 8px 0px #0000001a;
  border-radius: 0;
}

/*---------------- Mobile Menu --------------*/
.mobile_main-menu {
  position: fixed;
  transition: 0.3s;
  right: 0;
  top: 0;
  z-index: 99999;
  transform: translateX(100%);
  background: #ffffffe0;
  backdrop-filter: blur(6px);
  width: 300px;
  max-width: 100%;
  display: flex;
  height: 100%;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
}
form.variations_form.cart select {
  padding: 0 10px;
  font-size: 16px;
  border-radius: 30px;
}
.single-content ul {
  list-style: disc;
}
.single-content a {
  color: #08f;
}
.single-content h2 {
  text-align: right;
  margin: 20px 0 10px;
  font-size: 23px;
  font-weight: 400;
}
.single-content h3 {
  text-align: right;
  margin: 20px 0 10px;
  font-size: 21px;
  font-weight: 300;
}
.ham-menu {
  padding: 13px;
  background: #eee;
  border-radius: 30px;
}

.mobile_main-menu.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.mobile_megamenu {
  padding: 0;
  margin: 0;
  width: 100%;
}

.mobile_megamenu > li {
  padding: 15px 5px;
  font-weight: 300;
  border-bottom: 1px solid #e6e6e6;
}

.mobile_megamenu > li:last-child {
  border-bottom: none;
}

.mobile_megamenu li ul {
  padding: 10px 20px;
  font-size: 13px;
}

.mobile_megamenu li ul li a {
  padding: 5px 0;
  display: block;
  color: #6e6e6e;
}

.mobile_megamenu li svg {
  width: 11px;
  height: 11px;
  float: left;
  transform: rotate(180deg);
}

.mobile_megamenu li.collapsed svg {
  transform: rotate(0deg);
}

.mobile_megamenu li svg path {
  fill: #000;
}

.mobile_megamenu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_ena a {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.box_ena a img {
  width: 100%;
  height: auto;
}
.product-catstags {
  margin: 15px 0;
  color: #333;
  font-weight: 300;
}

span.posted_in {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.product-catstags a {
  color: #666;
  font-weight: 200;
}
.copyright {
  text-align: center;
  padding: 19px 20px 11px;
  border-radius: 40px 0px 0px 0px;
  position: relative;
  font-weight: 300;
}
.copyright a {
  color: #f6191f;
}
.product_meta span.sku_wrapper {
  display: none;
}
.box_whatsapp_pro {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: #08f;
  padding: 12px 15px 35px;
  font-size: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.link_whatsapp_pro {
  margin: 0 20px 0;
}

.link_whatsapp_pro svg {
  width: 25px;
  height: 25px;
}
.header-logo {
  width: 100px;
}
.text_box_whatsapp_pro {
  margin: 4px 10px 0;
}
span.select2-selection.select2-selection--single {
  background: #f9f9f9;
  width: 100% !important;
  border: none;
  padding: 10px 20px;
  border-radius: 40px;
  height: 45px;
}

span#select2-billing_state-container {
  width: 100% !important;
}

span.select2-selection__arrow {
  width: auto !important;
  margin: 8px 0 0 30px;
}
.owl-item .product-item {
  margin: 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
}
.box_itemCart span {
  width: 100%;
  display: inline-block;
  font-weight: 100;
  font-size: 11px;
  margin: 7px 0 0;
}

.box_itemCart {
  background: #f6191f;
  border: 1px solid #f6191f;
  border-bottom: 0;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0 7px;
  margin: 0 0 -10px;
  text-align: center;
  height: 60px;
}

.box_itemCart svg {
  width: 16px;
  height: 16px;
}

.box_itemCart svg path {
  fill: #fff;
}
p#billing_address_2_field {
  display: none !important;
}
.home-product1 {
  background: url(images/bg_home-product1.webp) no-repeat 0 10px !important;
  padding-top: 100px !important;
  width: 100%;
}
.home-product1 .title-section-info p {
  color: #d6d6d6;
}
.home-product1 .title-section-info p::before {
  background: #ffffff;
  opacity: 0.4;
}
.home-product1 .title-section-info p strong {
  color: #ffffff;
}
.home-product1 .title-section-info p::after {
  background: #e7e7e7;
}
.home-product1 .owl-controls .owl-nav > div:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.home-product1 .owl-controls .owl-nav > div {
  border: 1px solid #ffffff;
  background: #ffffff9e;
}
.box_ena {
  padding: 0 30px;
  text-align: center;
}
#billing_city_field span.select2.select2-container {
  width: 70% !important;
}
.woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p {
  width: 100%;
}

.woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  p
  label {
  width: 20%;
}

.woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  p
  > span {
  width: 80%;
}

.woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  p
  > span
  input {
  background: #f9f9f9;
  width: 100% !important;
  border: none;
  padding: 10px 20px;
  border-radius: 40px;
}
.woocommerce-MyAccount-content
  #billing_city_field
  span.select2.select2-container {
  width: 100% !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px;
}
.woocommerce-order section.woocommerce-order-details {
  display: none;
}
.woocommerce-order section.woocommerce-customer-details {
  display: none;
}
.wp-block-woocommerce-price-filter {
  padding: 10px 20px 0;
}
.rtl .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(
      to left,
      transparent var(--low),
      #b8090b 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100% / 100% 100% !important;
  --range-color: #b8090b !important;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox__input {
  display: none !important;
}
.wp-block-woocommerce-attribute-filter ul li::after {
  top: 1px !important;
}
.wp-block-woocommerce-attribute-filter svg {
  display: none;
}

.wp-block-woocommerce-attribute-filter ul li:hover:after {
  border: 1px solid var(--red);
  box-shadow: 0 3px 10px -1px var(--red);
  background: var(--red);
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
  margin: 0;
  padding: 0;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 {
  margin: 0;
  padding: 0;
}
.owl-carousel {
  display: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.product-item-price-single_variable table.variations tr th,
.product-item-price-single_variable table.variations tr td {
  padding: 10px;
  font-size: 20px;
  font-weight: 200;
}

.product-item-price-single_variable tr label {
  margin: 0;
  font-weight: 300 !important;
  font-size: 22px !important;
  padding: 0 10px 0 0;
}

.product-item-price-single_variable select#pa_size {
  height: 40px;
  border-radius: 30px;
  border-color: #999;
}
.product-item-price-single_variable p.price {
  color: #999 !important;
  font-size: 20px !important;
}

.product-item-price-single_variable .woocommerce-variation.single_variation {
  font-size: 17px;
  margin: 0 0 40px;
  color: #777;
}

.product-item-price-single_variable p.price {
  color: #999 !important;
  font-size: 20px !important;
}

.product-item-price-single_variable .woocommerce-variation.single_variation {
  font-size: 17px;
  margin: 0 0 40px;
  color: #777;
}

.product-item-price-single_variable .woocommerce-variation-price span {
  color: #08f !important;
}

.product-item-price-single_variable .woocommerce-variation-price span del {
  display: inline-block;
  width: 100%;
  text-decoration-color: #aaa;
}

.product-item-price-single_variable .woocommerce-variation-price span ins {
  font-size: 30px;
  font-weight: 300 !important;
  text-decoration: none;
  margin: -5px 0 0;
}

.product-item-price-single_variable
  .woocommerce-variation-price
  span
  ins
  span.woocommerce-Price-currencySymbol {
  font-size: 17px;
}

.product-item-price-single_variable
  .woocommerce-variation-price
  span
  del
  span.woocommerce-Price-currencySymbol {
  font-size: 15px;
}

.product-item-price-single_variable
  .woocommerce-variation-price
  span
  del
  span.woocommerce-Price-amount.amount {
  font-size: 20px;
  color: #999 !important;
}

.product-item-price-single_variable
  .woocommerce-variation-price
  span
  del
  span.woocommerce-Price-amount.amount
  span.woocommerce-Price-currencySymbol {
  color: #999 !important;
}
.woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
  float: right !important;
}

.woocommerce-variation-add-to-cart {
  display: inline-block;
  width: 281px;
}

.woocommerce-variation-add-to-cart .quantity {
  float: left !important;
}
/* h3.wp-block-heading {
  background: #f5f6f7;
  font-size: 20px;
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 20px 20px 0 0;
} */
.wp-block-woocommerce-price-filter {
  border-color: #757575;
  border-radius: 4px;
  border-style: none !important;
}
.wp-block-woocommerce-price-filter {
  padding: 10px 20px 0;
}
.wc-block-components-price-slider {
  margin-bottom: 24px;
}
.wc-block-components-price-slider__range-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
.rtl .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(
      to left,
      transparent var(--low),
      #08f 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100% / 100% 100% !important;
  --range-color: #08f !important;
}
.wc-block-components-price-slider--is-input-inline
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  max-width: none !important;
  padding: 0;
  border: none;
}
.wc-block-components-price-slider__label {
  display: none;
}
input#maxPriceInput {
  text-align: left;
}
.wc-block-components-filter-reset-button {
  text-decoration: none;
}
.panel-body {
  padding: 20px 20px;
}
.home-desc {
  font-size: 17px;
  font-weight: 100;
  text-align: justify;
  line-height: 35px;
  margin: 0 0 40px;
  display: inline-block;
  width: 100%;
}
.home-desc h1 {
  font-weight: 300;
  margin: 0 0 10px;
  display: inline-block;
}
.home-desc h2 {
  font-size: 24px;
  font-weight: 300;
}
.owl-carousel .owl-item img {
  height: auto;
}
.home-desc h3 {
  font-size: 20px;
  font-weight: 200;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
  width: 60px;
  margin: 0;
}
.woocommerce a.remove {
  font-weight: 100;
  padding: 2px 0 0;
}
label.required_field .required:nth-child(2) {
  display: none;
}
p#billing_country_field {
  display: none;
}
.woocommerce-form-coupon-toggle,
form#woocommerce-checkout-form-coupon {
  display: none;
}
p.return-to-shop a.button.wc-backward {
  background: linear-gradient(45deg, var(--red-dark), var(--red));
  height: 50px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 17px;
  color: #fff;
  gap: 10px;
  font-weight: 200;
  font-size: 20px !important;
  transition: 0.3s;
  display: inline-block;
}
p.return-to-shop a.button.wc-backward:hover {
  background: linear-gradient(225deg, var(--red-dark), var(--red));
}
p.return-to-shop {
  text-align: center;
  margin: 40px 0 100px;
}

.icons-head-sigle-pro {
  display: none;
}
p#calc_shipping_country_field {
  display: none;
}

input#calc_shipping_city {
  border-color: #888;
}

input#calc_shipping_postcode {
  border-color: #888;
}

p#calc_shipping_state_field {
  display: inline-block;
  width: 100%;
  padding: 0 0;
  text-align: right;
}

select#calc_shipping_state {
  padding: 0 0 10px !important;
}

.shipping-calculator-form button.button {
  border-radius: 30px;
  border: none;
  font-size: 17px;
  padding: 15px 15px !important;
  color: #fff;
  background: #0088ff;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  margin: 20px auto 0px;
  width: 180px;
  transition: 0.3s;
  font-weight: 300 !important;
  justify-content: center !important;
}
.woocommerce div.product form.cart .variations td {
  margin: 0 25px;
}
.woocommerce div.product form.cart .variations th {
  height: 40px;
}
table.variations tr:nth-child(odd) {
  background: transparent;
}
a.reset_variations {
  display: none !important;
}
td.product-name dl.variation {
  display: flex;
  justify-content: center;
}

td.product-name dl.variation dt {
  font-weight: 200;
  margin: 0 10px 0 0;
}
div#mega-menu-wrap-header_page1 {
  background: none;
}

#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #000;
  font-weight: 300;
  font-size: 20px;
}

#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background: none;
  color: #1e88e5;
  font-weight: 300;
}

#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  background: none;
  color: #1e88e5;
}

#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background: none;
  color: #1e88e5;
}

#mega-menu-wrap-header_page1 #mega-menu-header_page1 > li.mega-menu-item {
  margin: 0 0 0 25px;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  width: 20%;
  float: right;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu {
  right: 20%;
  border-right: 1px solid #ccc !important;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item.mega-toggle-on
  > ul.mega-sub-menu {
  background: #fff;
  border: none;
  display: inline-block;
  overflow-y: auto;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item {
  float: right;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0px 10px 30px -15px #ccc;
}

#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  background: #fff;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 10px 15px 10px 7px;
  border-bottom: 1px solid #eee;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  color: #007dea;
  background: #fff;
  font-weight: 300;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  li.mega-menu-item-has-children
  > ul.mega-sub-menu
  span.mega-indicator {
  margin-right: auto !important;
  margin-left: inherit !important;
}
#mega-menu-wrap-header_page1,
#mega-menu-wrap-header_page1 #mega-menu-header_page1,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 ul.mega-sub-menu,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 li.mega-menu-item,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 li.mega-menu-row,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 li.mega-menu-column,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 a.mega-menu-link,
#mega-menu-wrap-header_page1 #mega-menu-header_page1 span.mega-menu-badge,
#mega-menu-wrap-header_page1 button.mega-close,
#mega-menu-wrap-header_page1 button.mega-toggle-standard {
  text-align: right;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu {
  z-index: 10000;
}
ul.mega-sub-menu {
  height: 400px !important;
}

.mega-menu-item > div > ul > li > a {
  color: #000;
  font-size: 17px;
  position: relative;
  font-weight: 300;
}

.mega-menu-item > div > ul {
  padding: 0 10px;
  margin: 0 0 5px;
}

.mega-menu-item > div > ul > li > a::before {
  float: right;
  width: 6px;
  height: 6px;
  background: #dbdbdb;
  content: "";
  border-radius: 50%;
  margin: 10px 0 0 7px;
  transition: 0.3s;
}

.mega-menu-item > div > ul > li > ul.sub-menu {
  padding: 0 14px 0 0;
  margin: 10px 0 0;
}

.mega-menu-item > div > ul > li > ul.sub-menu li a {
  font-size: 15px;
  font-weight: 200;
}

.mega-menu-item > div > ul > li > ul.sub-menu li {
  margin: 0 0 3px;
}

.mega-menu-item > div > ul > li > ul.sub-menu a:hover {
  color: #0078df;
}

.mega-menu-item > div > ul > li > a:hover:before {
  background: #3ba3fd;
  transition: 0.3s;
}

.mega-menu-item > div > ul > li > a:hover {
  color: #0070d1;
}

.mega-menu-item > div > ul > li {
  margin: 0 0 10px;
}
#mega-menu-wrap-header_page1
  #mega-menu-header_page1
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item:last-child
  > a.mega-menu-link {
  border: none;
}

/**************** menu ****************/
.mega_menu_head .close_menu {
  display: none;
}
.menu_link svg {
  width: 30px;
  height: 30px;
}
.menu-header-container {
  height: 47px;
}
ul#menu-header {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
ul#menu-header > li {
  float: right;
  position: relative;
  margin: 0 0 0 20px;
}
ul#menu-header > li > a {
  color: #1f1f1f;
  padding: 13px 12px 10px;
  display: inline-block;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
header .menu-header-container > ul > li.menu-item-has-children > a::before {
  content: "";
  float: left;
  margin: 9px 9px 0 0;
  border-top: 7px solid #999;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
ul#menu-header > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  top: 57px;
  right: 0;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 10px 20px -10px #000;
  border-radius: 0 0 15px 15px;
  border-top: 0;
  width: 240px;
  z-index: 10000;
}
ul.sub-menu li {
  position: relative;
  width: 100%;
  display: inline-block;
}
ul.sub-menu li a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  width: 100%;
  color: #1f1f1f;
}
.menu-header-container ul.sub-menu li ul.sub-menu {
  position: absolute;
  top: 0;
  left: -220px;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px 0 15px 15px;
  box-shadow: 10px 15px -20px #000;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
ul.sub-menu li.menu-item-has-children > a:hover:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 8px;
    border-left: 8px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
ul.sub-menu li {
  position: relative;
  width: 100%;
  display: inline-block;
}
ul.sub-menu li a {
  display: inline-block;
  padding: 7px 15px 5px;
    font-size: 15px;
    width: 100%;
    color: #1f1f1f;
    font-weight: 300;
}
ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
ul#menu-header > li > a {
  color: #1f1f1f;
  padding: 13px 12px 10px;
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  font-weight: 300;
}
ul#menu-header > li > a:hover {
    border-color: #f6191f;
    color: #f6191f;
}
ul#menu-header > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.menu_link.close_menu {
  display: none;
}
ul.sub-menu li a:hover {
  color: #f6191f;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-weight: 300;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:disabled[disabled] {
  font-weight: 300;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button {
  font-weight: 300;
}

.woocommerce table.shop_table th {
  font-weight: 400;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 300;
}
.woo-variation-swatches.wvs-show-label
  .variations
  td
  .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label
  .variations
  th
  .woo-selected-variation-item-name {
  font-weight: 400;
}
ul.sub-menu li.menu-item-has-children > a:hover:after {
  border-right-color: #8dcaff;
}
ul.sub-menu li.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  float: right;
  border-right: 6px solid #ccc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: 3px 0 0 5px;
}

.menu-header-container ul.sub-menu li > ul.sub-menu > li > ul.sub-menu {
  overflow: auto;
  height: 300px;
}
ul.sub-menu li.labelMenuu a:hover {
    color: #1e88e5;
}

ul.sub-menu li.labelMenuu a {
    color: #1e88e5;
    font-size: 19px;
    margin: 10px 0 5px;
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
    font-weight: 300;
}
/*---------------- Responsive --------------*/
/* xl 1200px  -  lg 992px  -  md 768px  -  sm 576px  -  xs <576px */
/*---------------- xl --------------*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1300px) {
  .home-payment-detail-steps {
    overflow-x: scroll;
  }

  .content-archive .sidebar {
    display: none;
  }
}

/*---------------- lg --------------*/
@media only screen and (max-width: 1200px) {
  .archive-category-list {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
  }

  .item_category_home {
    min-width: 190px;
  }

  .product-review {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }

  .img_pro_single {
    width: 100%;
  }

  .top-header {
    width: 100%;
  }

  .site-breadcrumb {
    width: 100%;
  }

  .main-header {
    border-radius: 0;
  }

  .top-header-menu {
    display: none;
  }

  .top-header {
    justify-content: center;
  }

  .header-logo,
  .header-items {
    padding: 10px 7px;
  }

  .megamenu-item {
    padding: 10px;
  }

  .header-cart a {
    width: 40px;
  }

  .header-search .header-search-icon {
    width: 40px;
  }

  .header-login a svg {
    display: none;
  }

  .header-items {
    gap: 7px;
  }

  .post-item-title-date {
    display: none;
  }

  .footer-feature-item {
    padding: 0;
    gap: 5px;
  }

  .line-features {
    display: none;
  }

  .footer-about-icons {
    width: 100%;
  }

  .footer-feature {
    padding: 10px 0;
  }

  .footer-info-menus {
    display: flex;
    gap: 20px;
  }

  .footer-about {
    flex-flow: column;
  }

  .footer-about-content {
    border-radius: 30px;
    padding: 40px;
  }

  .footer-about-content p {
    margin: 0;
  }

  .footer-about-icons p:after {
    display: none;
  }

  .footer-about-icons p {
    border-radius: 30px 30px 0 0;
    text-align: center;
  }

  .footer-feature-item svg {
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .post-item-content {
    padding: 10px;
  }

  .contact-mid .footer-info-socials {
    width: auto;
    justify-content: center;
  }

  .contact-mid .footer-info-work-time {
    gap: 10px;
  }

  .footer-info-social {
    display: none;
  }

  .single-detail .line-dash-between {
    width: 50px;
  }

  .home-payment-detail-steps {
    overflow-x: scroll;
  }

  .content-archive .products .product-item {
    width: 33.333333%;
  }
}

/*---------------- md --------------*/
@media only screen and (max-width: 992px) {
  .home-payment-detail-des {
    padding-right: 0;
  }

  .home-payment-image {
    display: none;
  }

  .home-payment {
    background-size: cover !important;
    background-color: var(--red) !important;
    padding: 70px 0;
  }

  .home-payment-detail {
    align-items: center;
    width: 100%;
    gap: 20px;
  }

  .woocommerce-account .woocommerce {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce .woocommerce-result-count {
    display: none;
  }

  .woocommerce-top-filter {
    justify-content: center;
  }

  .slider-side {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }

  .slider {
    width: 100%;
  }

  .home-slider {
    margin-bottom: 50px;
  }

  .footer-info-call > div svg {
    display: none;
  }

  .footer-feature-items {
    flex-flow: wrap;
  }

  .footer-feature-item {
    width: 50%;
    margin: 10px 0;
  }

  .content-archive .sidebar {
    flex: 1;
    display: none;
  }

  .contact-top {
    margin: 0px 0;
    flex-flow: column;
  }

  .contact-mid {
    align-items: start;
    flex-flow: column;
    gap: 30px;
    margin: 60px 0;
  }

  .page-template-installment .slid1 {
    background-color: var(--red);
  }

  .col2-set {
    flex-flow: column;
  }

  .tab-items-product a {
    padding: 20px 15px;
  }

  .content-archive .products .product-item {
    width: 49%;
  }
}

/*---------------- sm --------------*/
@media only screen and (max-width: 768px) {
  .main-header {
    flex-flow: column;
    padding: 0 0 10px;
    gap: 20px;
  }
  .header-logo,
  .header-items {
    padding: 0 7px;
  }
  .header-search form {
    left: inherit;
    right: -90px;
    top: 60px;
    height: 100%;
  }

  .tit-error-404 {
    font-size: 100px;
    line-height: 110px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  header {
    padding: 10px 0;
  }

  .footer-info {
    flex-flow: column;
    gap: 40px;
  }

  .footer-info-menus {
    gap: 0;
    justify-content: space-between;
  }

  .footer-info-call {
    gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .footer-info-call > div svg {
    display: block;
  }

  .footer-info-social {
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .home-payment-detail-steps {
    display: none;
  }

  .home-payment-detail {
    padding: 0 20px;
  }

  .content-archive .post-item {
    width: calc(50% - 10px);
  }

  .acf-fields > .acf-field {
    width: 100% !important;
  }

  .page-template-installment .slid1 h1 {
    padding: 0;
  }

  .page-template-installment .slid1 p {
    padding: 0;
  }

  .page-template-installment .slid4 .inputs-form svg {
    display: none;
  }

  .page-template-installment .slid4 .inputs-formin {
    width: 100%;
  }

  .woocommerce-ordering > div span {
    padding: 20px 10px;
  }

  .videos_archive_boxes {
    margin: 60px 0;
  }

  .product-item-price-single {
    flex-flow: column-reverse;
    gap: 40px;
  }

  .product-top-detail {
    flex-flow: column;
  }

  .product-top-detail > div {
    padding: 0;
  }

  .product-top-detail:after {
    display: none;
  }

  .product-top-detail .product-top-cat {
    margin: 0;
  }
  footer {
    margin-bottom: 35px;
  }
  .home-product1 {
    padding-top: 40px !important;
    background: #08f !important;
  }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: inline;
    padding: 0;
    margin: 0;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
    li {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
    border: none;
    padding: 0;
  }
  .mega_menu_head .close_menu {
    display: block;
    margin: 4px 0;
  }
  .under-filter {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color-50);
    backdrop-filter: blur(10px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 8888;
  }
  .under-filter.active {
    opacity: 1;
    visibility: visible;
  }
  header .menu-header-container {
    position: fixed;
    transition: 0.3s;
    right: 0;
    top: 0;
    z-index: 99999;
    transform: translateX(100%);
    background: #ffffffe0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 300px;
    max-width: 100%;
    display: flex;
    height: 100%;
    padding: 40px 20px 20px;
    opacity: 0;
    visibility: hidden;
  }
  header .menu-header-container.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  ul#menu-header {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    overflow-y: auto;
  }
  ul#menu-header > li {
    padding: 10px 0;
    position: relative;
    font-weight: 200;
    border-bottom: 1px solid #e6e6e6;
    float: none;
  }
  span.toggle-submenu {
    position: absolute;
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: #eee;
    text-align: center;
    left: 3px;
    top: 7px;
  }
  ul#menu-header > li > a {
    color: #252525;
    padding: 10px 5px;
    font-weight: 200;
  }
  ul#menu-header > li > ul.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none;
    padding: 5px 10px 0 0;
    margin: 0;
    width: 100%;
    list-style: none;
  }
  .close_menu {
    display: block !important;
  }
  ul#menu-header > li {
    padding: 10px 0;
    position: relative;
    font-weight: 200;
    border-bottom: 1px solid #e6e6e6;
  }
  span.toggle-submenu {
    position: absolute;
    font-size: 24px;
    width: 35px;
    height: 35px;
    background: #eee;
    text-align: center;
    left: 3px;
    top: 19px;
    z-index: 1000;
  }
  header .menu-header-container > ul > li.menu-item-has-children > a::before {
    display: none;
  }
  ul#menu-header > li > a {
    color: #252525;
    padding: 10px 5px;
    font-weight: 200;
  }
  ul.sub-menu li {
    border: none;
    padding: 0;
  }
  .menu-header-container ul.sub-menu ul.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none;
    padding: 0 10px 0 0;
    margin: 0;
    width: 100%;
    list-style: none;
  }
  ul#menu-header > li > ul.sub-menu li > ul.sub-menu {
    padding-right: 20px;
  }
  .menu-header-container ul.sub-menu ul.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none;
    padding: 0 10px 0 0;
    margin: 0;
    width: 100%;
    list-style: none;
  }
  .menu-header-container ul.sub-menu li ul.sub-menu,
  .menu-header-container ul.sub-menu li ul.sub-menu li ul.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none;
    padding: 5px 10px 0 0;
    margin: 0;
    width: 100%;
    list-style: none;
    border: none;
  }
  .menu-header-container ul.sub-menu li ul.sub-menu::before {
    display: none;
  }
  ul.sub-menu li a {
    font-size: 15px;
  }
  ul.sub-menu span.toggle-submenu {
    top: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 21px;
  }
  .header-items {
    margin: -30px 0 0;
  }
  .menu_link.close_menu {
    display: none;
    background: linear-gradient(45deg, var(--red-dark), var(--red));
    height: 50px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 17px;
    color: #fff;
    gap: 10px;
    font-weight: 200;
    font-size: 17px;
  }
}

/*---------------- xs --------------*/
@media only screen and (max-width: 576px) {
  .content-archive .post-item {
    width: calc(100%);
  }
  .single-content table th {
    padding: 0 !important;
  }
  .single-content table td {
    padding: 0 !important;
  }

  .tab-items-product a {
    padding: 20px 9px;
    font-size: 12px;
  }

  .woocommerce-top-filter {
    display: none;
  }

  .single-detail {
    display: none;
  }

  .footer-feature-items {
    flex-flow: column;
  }

  ul.acf-checkbox-list,
  ul.acf-radio-list {
    flex-flow: column;
  }

  .woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0px 0 0;
    padding: 0;
  }

  .woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: center;
    width: 100% !important;
    align-items: center;
    margin: 50px 0 !important;
  }

  .page-template-installment .slid4 select {
    padding: 0 0px;
  }

  .footer-info-locations a {
    padding: 10px;
    gap: 10px;
    flex-flow: column;
  }

  .wp-pagenavi {
    justify-content: center;
  }

  .title-section-info svg {
    display: none;
  }

  .footer-feature-item svg {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .footer-feature-item {
    flex-flow: column;
    text-align: center;
  }

  .footer-info-call > div svg {
    display: none;
  }

  .footer-info-menus {
    gap: 40px;
    justify-content: center;
    flex-flow: column;
    align-items: start;
  }

  .line-dash-between {
    display: none;
  }

  .single-content {
    padding: 0;
  }

  header {
    overflow: hidden;
  }

  .title-section-links .owl-controls {
    display: none;
  }
}
th h2 {
  color: #ffffff !important;
  margin: 13px !important;
  text-align: center !important;
}
