:root {
  --background-color: #ffffff;
  --body-text-color: #555555;
  --color-text: #444444;
  --primary-color: #ae5f44;
  --sec-primary-color: #787263;
  --secondary-color: #222222;
  --tertiary-color: #111111;
  --border-color-01: #e5e5e5;
  --dark-background: #f5f5f5;
  --rating-color: #ff9d10;
  --dark-secondary-background: #28282a;
  --white-color-text: #fff;
  --single-border-color: #ccc;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Inter", sans-serif;

  /* Playcon Design System — v1.0 */
  /* BRAND */
  --playcon-red: #ee3e42;
  --playcon-black: #231f20;
  --playcon-white: #ffffff;
  /* RED SCALE (UI states) */
  --red-600: #d9363a; /* hover */
  --red-700: #b52c30; /* pressed */
  --red-50: #fdecec; /* wash */
  --black-90: #3a3638;
  --black-70: #5a5658;
  --black-50: #8a8689;
  /* NEUTRALS */
  --gray-50: #f7f7f7;
  --gray-100: #efefef;
  --gray-200: #e3e3e3;
  --gray-300: #d1d1d1;
  --gray-400: #a8a8a8;
  --gray-500: #767676;
  --gray-600: #4f4d4e;
  --gray-900: #231f20;
  /* WOOD FINISHES (product only) */
  --wood-tzalam: #5a3a24;
  --wood-roble: #b98b5c;
  --wood-blanco: #f4efe8;
  --wood-cafe-oscuro: #3e2a1c;
  --wood-clara: #d2a977;
  --wood-oscura: #6b4529;
  /* SEMANTIC */
  --bg: var(--playcon-white);
  --bg-muted: var(--gray-50);
  --bg-surface: var(--gray-100);
  --bg-dark: var(--playcon-black);
  --fg: var(--playcon-black);
  --fg-muted: var(--black-70);
  --fg-subtle: var(--black-50);
  --fg-on-dark: var(--playcon-white);
  --accent: var(--playcon-red);
  --border: var(--gray-200);
  --border-strong: var(--gray-300);
  /* TYPE */
}

.elementor-page
  .site-main
  > .container:not(
    .single-post.elementor-page.rtl .site-main > .container,
    .single-post.elementor-page .site-main > .container
  ) {
  max-width: 100%;
  padding: 0;
}
main {
  display: block;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links --------------------------------------------- */
a:visited {
  color: var(--secondary-color);
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--single-border-color) var(--single-border-color) #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 10px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--single-border-color) #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--secondary-color);
}
select {
  border: 1px solid var(--single-border-color);
}
textarea {
  width: 100%;
}
/* Navigation --------------------------------------------- */
.main-navigation {
  display: block;
  justify-content: center;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 52px;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages --------------------------------------------- */
.post,
.page {
  margin: 0 0 25px;
}
.home .page {
  margin: 0 0 10px;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 25px 0 0;
}
.page-links {
  clear: both;
  margin: 10px 0;
}
/* Comments --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/
/* Jetpack infinite scroll --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
div.list_product_color,
div.list_product_size {
  height: 25px;
  margin-right: 6px;
  display: inline-block;
  width: 25px;
  text-align: center;
}
.list_size_attr.size_parent span {
  opacity: 0.5;
}
.list_product_color.select_variation,
.list_product_size.select_variation {
  border: none;
}
/* adds style to divs */
/* by default all divs are hidden */
div.custom_option {
  display: none;
  border: 2px solid var(--border-color-01);
  margin-right: 5px;
  padding: 2px 5px;
  cursor: pointer;
}
/* show only divs with class "is-visible" */
div.custom_option.is-visible {
  display: inline-block;
}
/* adds the style to the selected div */
div.custom_option.on {
  background-color: var(--body-text-color);
  color: var(--white-color-text);
}
body {
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--body-text-color);
  overflow-x: hidden;
  background-color: var(--background-color);
}
.dark-bg {
  background-color: var(--secondary-color);
}
body .viewport {
  transition: margin-right 0.5s;
}
a,
a:hover,
a::before,
a:active,
a:focus,
a:visited,
a:hover::before {
  outline: none;
  color: var(--body-text-color);
  text-decoration: none;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: var(--color-text);
}
em,
em:hover,
img,
img:hover,
svg,
svg:hover {
  text-decoration: none;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  margin: 0 0 20px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--secondary-color);
}
code,
a > code {
  background: var(--background-color);
  padding: 2px 4px;
  font-weight: 600;
  color: var(--primary-color);
}
cite {
  color: var(--primary-color);
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 16px;
}
table,
table td,
table th {
  border: 1px solid var(--border-color-01);
  text-align: left;
}
table td,
table th {
  padding: 10px 15px;
  text-align: left;
}
blockquote,
.wp-block-quote.is-style-large {
  background: var(--background-color);
  padding: 25px;
  border-left: 4px solid var(--border-color-01);
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 25px;
}
dl dd {
  margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--body-text-color);
  border: 1px solid var(--border-color-01);
  padding: 10px 15px;
  background-color: transparent;
  width: 100%;
}
input[type="submit"],
button[type="submit"] {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border: none;
}
input[type="submit"] {
  background: var(--primary-color);
  color: var(--white-color-text);
  padding: 15px 25px;
  font-weight: 500;
}
.blog button[type="submit"],
.search .search_box button[type="submit"],
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  padding: 10px 20px;
  background: none;
  color: var(--body-text-color);
}
input[type="submit"]:hover {
  background: var(--secondary-color);
  color: var(--white-color-text);
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
iframe {
  width: 100%;
}
ol,
ul {
  margin-left: 0;
  padding-left: 0;
}
.cursor-pointer {
  cursor: pointer !important;
}
.comment-details table tbody tr:nth-child(2n + 1) {
  background: var(--background-color);
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
ins {
  background: none;
  text-decoration: none;
}
.btn {
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  z-index: 1;
  border: none;
  padding: 14px 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.elementor-element.btn.btn-elementor {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.elementor-element.btn.btn-elementor a.elementor-button {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.elementor-element.btn.btn-elementor a.elementor-button::after {
  background: var(--secondary-color);
}
.btn.btn-primary {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.btn.btn-primary:hover {
  border-color: var(--white-color-text);
}
.btn-primary::after {
  background: var(--secondary-color);
}
.btn.btn-secondary {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.woocommerce-account button[type="submit"] {
  background-color: var(--primary-color);
}
.woocommerce-account .woocommerce button[type="submit"] {
  height: 45px;
  overflow: hidden;
}
.woocommerce-account button[type="submit"].btn-secondary::after {
  background-color: var(--secondary-color);
}
.btn-secondary::after {
  background: var(--primary-color);
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.wp-block-gallery:not(.has-nested-images) {
  margin: 0 20px 0 0;
}
/* ------------ start blog-list block --------------- */
body #page {
  position: relative;
}
body #page::after {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.dropdownlscs #page::after,
.dropdowncsls #page::after,
body.show-user #page::after,
.side-toggle #page::after,
.filter-toggle #page::after,
.toggle-filter #page::after,
.search-side-toggle #page::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.type-post,
.page,
.tt-portfolio {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.archive .site-main {
  margin: 0 0 30px 0;
}
.wp-block-table.is-style-stripes {
  border-color: var(--border-color-01);
}
.page.page-template-default {
  margin: 0;
}
.post
  .tt-post-wrapper
  .tt-post-details
  .tt-post-content
  > p:not(
    .single-post .post .tt-post-wrapper .tt-post-details .tt-post-content > p
  ) {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 22px;
}
.tt-post-meta-wrap .tt-post-comment {
  margin: 0 0 0 2px;
}
.single-post .tt-post-wrapper .tt-post-thumbnail {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.tt-post-wrapper .tt-post-meta .fa-calendar-alt {
  font-size: 25px;
  padding: 0 10px 0 0;
  height: auto;
}
.tt-post-wrapper .tt-post-details .tt-post-title > h2 {
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: var(--secondary-color);
}
.tt-post-meta-wrap a,
.tt-post-title a {
  color: var(--color-text);
}
.tt-post-meta-wrap a:hover,
.tt-post-title a:hover {
  color: var(--primary-color);
}
.post .tt-post-wrapper > .tt-post-thumbnail,
.search .tt-post-wrapper > .tt-post-thumbnail {
  margin: 0 0 25px;
}
.site-main .left {
  margin: 0 0 30px;
}
.page-header .title {
  color: var(--secondary-color);
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  width: auto;
  line-height: 20px;
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
}
.page-header .artistics-page-title .breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
}
.filter-toggle footer.site-footer {
  z-index: 0;
}
.side-toggle footer.site-footer,
.hamburger-side-toggle footer.site-footer,
.hamburger-side-toggle .page-header.inner-header-opacity {
  z-index: 0;
}
.single-post .type-post .tt-post-details,
.single-post .search .tt-post-wrapper .tt-post-details {
  padding: 0;
  background: none;
}
.search .site-main #post_content {
  margin: 0 0 50px;
}
.tt-post-meta-wrap {
  margin: 0 0 15px;
}
.tt-post-meta-wrap div,
.tt-post-meta-wrap div.tt-post-category a {
  position: relative;
  margin-right: 15px;
  font-weight: 400;
}
.tt-post-meta-wrap div.tt-post-category {
  padding-right: 0;
  margin-right: 0;
}
.tt-post-meta-wrap div a {
  font-size: 15px;
}
.tt-post-meta-wrap div.tt-post-author::after {
  content: none;
}
.tt-post-meta-wrap div.tt-post-category::after {
  display: none;
}
.tt-post-meta-wrap div:last-child::after {
  display: none;
}
.tt-post-meta-wrap div:last-child {
  margin-right: 0;
  padding-right: 0;
}
.single-post .tt-post-meta-wrap {
  margin: 0 0 25px;
}
.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a {
  color: var(--body-text-color);
  font-size: 14px;
  font-weight: 400;
}
.tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-category
  a:last-child::before {
  display: none;
}
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a::before {
  display: none;
}
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-category
  a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment {
  padding: 6px 15px;
  background: var(--background-color);
  margin-right: 10px;
  margin-bottom: 10px;
}
.tt-post-details .tt-post-title h2 a:hover em,
.tt-post-details .tt-post-title h2 a:active em,
.tt-post-details .tt-post-title h2 a:focus em {
  color: var(--body-text-color);
}
.tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-category
  a:hover,
.tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-category
  a:focus,
.tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-category
  a:active,
.tt-post-details .tt-post-meta-wrap .tt-post-author:active a,
.tt-post-details .tt-post-meta-wrap .tt-post-author:focus a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a {
  color: var(--body-text-color);
}
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus {
  background: var(--background-color);
  cursor: pointer;
  color: var(--secondary-color-hv-text);
}
.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-comment a span {
  transition: none;
}
.tt-post-meta-wrap .tt-post-comment a {
  position: relative;
  padding-left: 18px;
}
.tt-post-meta-wrap .tt-post-comment a:hover span {
  color: var(--primary-color);
}
.tt-post-meta-wrap .tt-post-comment a::after {
  position: absolute;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  height: 19px;
  margin: auto;
  color: var(--body-text-color);
  font-size: 14px;
}
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:hover
  a,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:focus
  a,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:active
  a,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:hover
  .fa-user,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:active
  .fa-user,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:focus
  .fa-user,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover svg,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active svg,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus svg {
  color: var(--secondary-color-hv-text);
}
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:hover
  a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:hover
  span,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:active
  span,
.single-post
  .tt-post-details
  .tt-post-meta-wrap
  .tt-post-meta-wrap
  .tt-post-author:focus
  span {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.home .tt-post-details .tt-post-content p {
  line-height: 30px;
}
.page-links {
  font-weight: 500;
}
.page-links a:hover {
  color: var(--color-text);
}
.tt-post-more a {
  font-size: 14px;
  font-weight: 400;
}
.blog .format-status,
.blog .format-link,
.blog .format-quote,
.blog .format-chat,
.blog .format-aside .tt-post-wrapper,
.blog .format-video .tt-post-wrapper,
.blog .format-audio .tt-post-wrapper,
.blog .format-image .tt-post-wrapper,
.blog .format-gallery .tt-post-wrapper,
.search .type-post .tt-post-wrapper,
.search .page .tt-post-wrapper,
.search .tt-portfolio .tt-post-wrapper {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--background-color);
}
.blog .format-standard.sticky .tt-post-wrapper {
  background: var(--background-color);
  border-left: 4px solid var(--secondary-bg-color);
}
.tt-post-details .tt-post-category,
.tt-post-details .tt-post-author {
  margin-bottom: 2px;
}
.depth-5 .comment-body .comment-wrap .comment-meta a {
  font-size: 12px;
}
.wp-block-tag-cloud {
  margin: 0;
}
.wp-block-tag-cloud a.tag-cloud-link {
  border: 1px solid var(--background-color);
  padding: 6px 10px;
  font-size: 14px !important;
  margin: 6px 4px;
}
/* ----------- End blog-list block ------------------- */
/* ------------ start widget block --------------- */
.widget {
  display: flex;
  width: 100%;
  padding: 0 0 30px 0;
  flex-direction: column;
}
.widget select {
  height: 45px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.widget select option::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.wp-calendar-table tbody #today {
  font-weight: 700;
  background-color: var(--background-color);
  color: var(--primary-color);
}
#wp-calendar td,
#wp-calendar th {
  padding: 10px 0;
  text-align: center;
}
.widget_calendar .calendar_wrap .wp-calendar-table {
  margin: 0;
}
.widget_calendar .calendar_wrap .wp-calendar-table caption {
  padding: 20px 0 15px;
}
.wp-block-search .wp-block-search__label {
  color: var(--secondary-color);
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.widget h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0 0 15px 0;
  text-transform: capitalize;
}
.wp-block-search .wp-block-search__inside-wrapper {
  margin: 0 0 5px;
  position: relative;
}
.list-view.products .product .product-button.loading::before,
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button.loading::before {
  color: var(--white-color-text);
}
.wishlist_table .wishlist-items-wrapper tr .cart-wrap a svg {
  display: none;
}
.search-form input[type="search"],
.widget.widget_search input[type="search"],
.wp-block-search input[type="search"] {
  width: 100%;
  border: none;
  border: 1px solid var(--border-color-01);
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: var(--body-text-color);
  padding: 0 50px 0 20px;
}
.search-form .search_box input[type="search"] {
  font-size: 16px;
}
.widget-area .widget {
  margin: 0 0 30px;
  border-bottom: 1px solid var(--border-color-01);
}
.widget-area .widget.woocommerce.widget_price_filter {
  margin: 0 0 45px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin: 0;
}
.wp-block-latest-comments {
  margin: 0;
}
.widget ul {
  list-style: none;
  margin-bottom: 0;
}
.widget ul li > ul {
  margin-left: 20px;
}
#post_sidebar .widget ul li,
#post_sidebar .widget ol li,
.single-post .tt-post-details ul.wp-block-archives-list li {
  padding: 0 0 15px;
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-active #post_sidebar .widget ol li {
  border: none;
  padding: 0;
}
#post_sidebar .widget ol li footer {
  color: var(--body-text-color);
}
#post_sidebar .widget ol li footer:hover a {
  color: var(--primary-color);
}
#post_sidebar .widget ol li footer.wp-block-latest-comments__comment-meta {
  line-height: 18px;
}
.widget.widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item {
  justify-content: start;
}
.widget.widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item
  .swatch-anchor {
  margin-right: 8px;
}
.widget.widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item
  img {
  margin-right: 4px;
}
.widget.widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item
  a {
  flex-grow: 1;
  display: flex;
}
.widget.widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.woocommerce-widget-layered-nav-list__item
  .count {
  background: var(--background-color);
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
}
#post_sidebar #monster-widget-placeholder-8 ul li {
  display: block;
}
#post_sidebar .widget ul li ul {
  width: 100%;
}
#post_sidebar .widget ul li:last-child,
#post_sidebar .widget ol li:last-child,
.single-post .tt-post-details ul.wp-block-archives-list li:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
#post_sidebar .widget ul li ul li {
  padding: 15px 0 0;
  border: none;
  margin: 0;
}
#post_sidebar .widget ul li ul li a {
  position: relative;
}
#post_sidebar .widget ul li ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 12px;
  background: var(--border-color-01);
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#post_sidebar .widget ul#recentcomments li a::before,
#post_sidebar .widget_rss ul li a.rsswidget::before {
  display: none;
}
.widget ul#recentcomments li a,
.widget_rss ul li a.rsswidget {
  padding: 0;
}
#post_sidebar .widget ul#recentcomments li .comment-author-link a.url {
  font-weight: 400;
}
.widget_rss ul li span.rss-date {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.widget_rss ul li .rssSummary {
  margin: 0 0 10px;
  width: 100%;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search .search-close-btn {
  display: none;
}
#post_content .comments-area {
  background: var(--dark-background);
  padding: 40px;
}
/* --------------- End widget block ---------------- */
/* --------------- Start post comment ---------------- */
.comment-list .comment-avtar {
  padding-right: 20px;
}
.comment-list li.comment {
  list-style: none;
  float: left;
  width: 100%;
}
.comment-list li.comment .comment-body {
  border: 1px solid var(--border-color-01);
  margin: 0 0 20px;
  background-color: var(--white-color-text);
  padding: 20px;
}
.comment-list li.comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list li.comment .comment-body {
  position: relative;
}
.comment-list .comment-wrap .comment-meta-wrap {
  margin: 0 0 8px;
}
.comment-list .comment-wrap .comment-meta-wrap cite a {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
}
.comment-list .comment-wrap .comment-meta-wrap cite a:hover {
  color: var(--primary-color);
}
.comment-list .comment-wrap .comment-meta-wrap cite a:hover {
  color: var(--body-text-color);
}
.comment-list .comment-wrap .comment-meta .comment-edit-link {
  margin: 0 10px;
  color: var(--body-text-color);
}
.comment-list .comment-wrap .comment-meta .comment-edit-link:hover {
  color: var(--color-text);
}
.comment-meta a {
  line-height: 15px;
  font-size: 14px;
}
.comment-meta a svg {
  margin-right: 5px;
  transition: none;
}
.comment-meta .reply a {
  font-weight: 500;
  font-size: 15px;
}
.thread-even.depth-1.parent > #respond,
.thread-even #respond,
.thread-even #comments #respond,
.thread-odd #comments #respond {
  padding: 30px 0;
}
.thread-odd.depth-1 > #respond,
.thread-even.depth-1 > #respond {
  padding: 0;
}
#comments #respond .comment-reply-title small a {
  position: relative;
  font-size: 0;
  float: right;
  width: auto;
}
#comments #respond .comment-reply-title small a::after {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 0;
  font-weight: 600;
}
#comments .contact-form .logged-in-as {
  margin: 0;
}
#comments .comment-respond .comment-notes {
  margin: 0 0 20px;
}
.comment-notes #email-notes {
  color: var(--color-text);
  font-weight: 500;
}
#comments .contact-form .textarea,
#comments .contact-form .comment-form-cookies-consent {
  float: left;
  width: 100%;
}
#comments .contact-form .section-field input,
#comments .contact-form .section-field input[type="text"],
#comments .contact-form .section-field input[type="email"],
#comments .contact-form .section-field input[type="password"],
#comments .contact-form .section-field textarea {
  padding: 15px;
  width: 100%;
}
.respond-form .comment-form-author input[type="text"]:focus-visible,
input:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border: 1px solid var(--secondary-color);
  outline: none;
}
#comments .contact-form .form-submit {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#comments #respond {
  float: left;
  width: 100%;
}
#comments
  .contact-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-right: 10px;
}
#comments .contact-form .comment-form-cookies-consent label,
#comments
  .contact-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  cursor: pointer;
}
#comments .no-comments {
  background: none;
}
ul.page-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-area ol.comment-list li.comment .comment-respond {
  margin-bottom: 30px;
}
.page-header .breadcrumbs #crumbs span.active {
  font: 400 14px/18px var(--secondary-font);
}
.page-header .breadcrumbs #crumbs,
.page-header .breadcrumbs #crumbs a {
  display: flex;
  align-items: center;
}
#crumbs .active {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
#crumbs .active::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  line-height: 14px;
  color: var(--secondary-color);
  left: 0;
  height: auto;
  display: flex;
  align-items: center;
}
#comments .comment-list {
  list-style: none;
}
#comments .comment-list,
.comments-area .respond-form {
  float: left;
  width: 100%;
}
/* --------------- End post comment ---------------- */
/* --------------- Start Breadcump --------------------*/
.page-header.inner-header-opacity {
  margin: 0 0 50px;
  background: var(--dark-background);
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.side-toggle .page-header.inner-header-opacity {
  z-index: 1;
}
.page-header .artistics-page-title {
  min-height: 60px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-header .artistics-page-title .breadcrumb-title {
  margin: 0 0 20px;
}
.page-header.inner-header-opacity::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.site .header-top ul li span {
  color: var(--white-color-text);
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.header-top
  .list-inline-item
  .wpml-ls-legacy-dropdown-click
  a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
}
.site .header-top .header-top-center ul li span a {
  margin: 0 0 0 5px;
  border-bottom: 1px solid var(--white-color-text);
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}
.site .header-top .header-top-center ul li span a:hover {
  border-color: #222;
  color: #222;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}
.site .header-top ul li.header-top-clear span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site .header-top ul li.header-top-clear span a,
.site .header-top ul li.header-top-clear span {
  color: var(--white-color-text);
}
.list-inline-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
/* --------------- End Breadcump --------------------*/
/* --------------- Start Pagination block ---------------*/
.pagination {
  float: left;
  width: 100%;
  margin: 10px 0 5px;
}
.pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.pagination .page-numbers li {
  border: none;
  margin: 3px;
  display: inline-block;
}
.pagination .page-numbers li .current,
.pagination .page-numbers li > a:hover,
.pagination .page-numbers li > a:active,
.pagination .page-numbers li > a:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color-text);
}
.pagination .page-numbers li > a span {
  transition: none;
  text-transform: capitalize;
  overflow: hidden;
}
.product-layout-default .list-view .product-content-wrap {
  background: transparent;
}
.product-layout-default .list-view .product-content-wrap,
.product-layout-default .short-view .product-content-wrap {
  background: transparent;
  overflow: visible;
}
.product-layout-default
  .short-view
  section.product
  .cart-wrap
  .product-button
  svg,
.product-layout-default
  .list-view
  section.product
  .cart-wrap
  .product-button
  svg {
  color: var(--white-color-text);
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
}
.pagination .page-numbers li > a,
.pagination .page-numbers li > span {
  border: 1px solid var(--border-color-01);
  padding: 0 10px;
  font-size: 14px;
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  color: var(--secondary-color);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers li > a.prev,
.pagination .page-numbers li > a.next {
  position: relative;
}
.pagination .page-numbers li > a.prev::after,
.pagination .page-numbers li > a.next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.pagination .page-numbers li > a.next::after {
  content: "\f101";
}
.pagination .page-numbers li > a.prev::after {
  content: "\f100";
}
/* --------------- End Pagination block ---------------*/
/* -------------- Start footer block --------------*/
.widget-wrap,
.site-info,
#footer-top,
.site-footer {
  float: left;
  width: 100%;
}
.shape-01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
footer .widget {
  padding: 0;
  margin: 0;
  text-align: start;
}
footer .widget figure {
  margin: 0 0 20px;
}
footer .widget.widget_block p {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
table.compare-list .add-to-cart td a:not(.unstyled_button) svg {
  display: none;
}
footer .main-footer,
footer .main-footer a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
footer .main-footer a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.email-popup-inner-con .news_letter p {
  margin: 0;
}
.email-popup-inner-con .news_letter {
  margin: auto;
  width: 80%;
}
input[type="email"],
footer .widget_block .input-form {
  position: relative;
}
ul.accepted-payment-methods {
  margin: 0;
}
table.compare-list .add-to-cart td .cart-wrap a svg {
  display: none !important;
}
ul.social-media {
  display: flex;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
}
.widget .wp-block-gallery.has-nested-images {
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
}
.widget .wp-block-gallery.has-nested-images a img {
  overflow: hidden;
}
ul.social-media li {
  margin: 0;
  padding: 0 12px;
}
ul.social-media li svg {
  font-size: 24px;
  transition: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
footer.footer-style-1 ul.social-media svg {
  color: var(--body-text-color);
}
ul.social-media li:last-child {
  padding-right: 0;
}
ul.social-media li:first-child {
  padding-left: 0;
}
footer.site-footer .widget .widget-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--tertiary-color);
  margin: 0 0 30px 0;
  text-align: start;
  text-transform: capitalize;
}
footer.footer-style-1 .widget .news-text p {
  margin: 0 0 35px;
}
footer.site-footer .main-footer {
  padding: 70px 0 0;
  z-index: 1;
}
footer ul.social-media {
  margin: 45px 0 5px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
footer ul.social-media::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  right: auto;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 100%;
  z-index: 0;
  height: 1px;
}
footer .widget ul.social-media li {
  margin: 0;
  padding: 0 15px;
  z-index: 1;
  background-color: var(--white-color-text);
}
footer .widget ul.social-media li:first-child {
  padding: 0 15px 0 35px;
}
footer .widget ul.social-media li:last-child {
  padding: 0 35px 0 15px;
}
footer.site-footer a:hover {
  color: var(--primary-color);
}
footer.site-footer {
  margin: 0;
  z-index: 0;
  position: relative;
  padding: 0;
  background-color: var(--white-color-text);
}
footer .widget .contact-info li .contact-text div a .number {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin: 10px 0 0;
  color: var(--secondary-color);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
footer .widget .contact-info li:hover .contact-text div a .number {
  color: var(--body-text-color);
}
.contact-info .contact-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info .contact-text .contact a {
  display: flex;
  flex-wrap: wrap;
}
footer .widget .description {
  line-height: 24px;
  color: var(--body-text-color);
  width: 100%;
}
footer .widget_artistics_widget_contact_info ul li svg {
  margin-right: 10px;
}
footer .widget .contact-info li:first-child:hover svg {
  color: inherit;
}
footer .widget_artistics_widget_contact_info ul li:first-child svg {
  margin-top: 2px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
footer .widget ul li {
  margin: 0 0 8px;
}
footer .widget_artistics_widget_contact_info ul li {
  display: flex;
  margin: 0 0 8px;
}
footer.footer-style-1 .widget_artistics_widget_contact_info ul li {
  justify-content: left;
  color: var(--body-text-color);
}
footer .widget .contact-info li:hover svg {
  color: var(--primary-color);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.footer-top-section
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button.btn.btn-primary {
  left: auto;
  top: 0;
  bottom: 5px;
  right: 0;
}
.mc4wp-form .mc4wp-form-fields .news_letter button.btn.btn-primary {
  overflow: hidden;
  background: var(--white-color-text);
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: auto;
  right: 0px;
  letter-spacing: 0.5px;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  padding: 5px 24px;
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.mc4wp-form .mc4wp-form-fields .news_letter button.btn.btn-primary:hover,
.mc4wp-form .mc4wp-form-fields .news_letter button:hover {
  color: var(--white-color-text);
}
footer div.news_letter {
  position: relative;
}
footer.footer-style-1 div.news_letter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer input[type="email"] {
  border: none;
  margin-top: 0;
  text-align: left;
  background-color: transparent;
  height: 45px;
  font-size: 14px;
  padding-right: 130px;
  margin: 0 0 5px;
  color: var(--white-color-text);
}
footer input[type="email"]::placeholder {
  color: var(--single-border-color);
}
.footer-top-section {
  background-color: #f2f1ef;
}
.footer-top-section .footer-top-inner:last-child .footer-top-content {
  position: relative;
}
.footer-top-section
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button.btn.btn-primary:hover
  svg {
  color: var(--primary-color);
}
.footer-top-section
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button.btn.btn-primary:hover
  svg {
  color: var(--primary-color);
}
.mc4wp-form .mc4wp-form-fields .news_letter button svg {
  position: absolute;
  color: var(--secondary-color);
  font-size: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform-origin: top;
  width: 21px;
  height: 21px;
}
footer .mc4wp-form .mc4wp-form-fields .news_letter button svg {
  display: none;
}
footer .site-info .copyright {
  padding: 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .site-info .copyright .copyright-left {
  justify-content: center;
  font-size: 13px;
  color: var(--body-text-color);
}
footer .copyright .copyright-center {
  justify-content: center;
}
footer .footer-top-columns:first-child {
  background-color: var(--primary-color);
  padding: 40px 0;
}
footer .footer-top-columns:nth-child(2) {
  background-color: #f1f1f1;
}
footer.footer-style-1 .footer-top-columns:last-child .footer-top-content,
footer.footer-style-2 .footer-top-columns:last-child .footer-top-content {
  padding: 30px 0;
  margin: 0 50px;
  position: relative;
}
/* footer style 01 */
footer.site-footer .footer-06 .menu {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
footer.site-footer .footer-06 .menu li {
  position: relative;
  padding: 0px 20px 0 0;
  margin: 0px 20px 0 0;
}
footer.site-footer .footer-06 .menu li:after {
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
footer.site-footer .footer-06 .widget-title,
footer.site-footer .footer-06 .menu li:last-child::after {
  display: none;
}
footer.site-footer .footer-06 .menu li:last-child {
  padding: 0;
  margin: 0;
}
footer.footer-style-1 .main-footer .footer-01 a,
footer.footer-style-1 .main-footer .footer-01 span {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
footer.footer-style-1 .main-footer .footer-01 {
  padding: 0;
  order: 3;
}
footer.footer-style-1 .main-footer .footer-02 {
  padding: 0;
  order: 2;
}
footer.footer-style-1 .main-footer .footer-03 {
  padding: 0;
  order: 1;
}
footer.footer-style-1 .main-footer .footer-04,
footer.footer-style-1 .main-footer .footer-05 {
  padding: 0;
}
footer.footer-style-1 .main-footer .footer-06 {
  padding: 0;
  order: 4;
}
footer.footer-style-1 .main-footer .footer-01 section,
footer.footer-style-1 .main-footer .footer-02 section,
footer.footer-style-1 .main-footer .footer-03 section {
  align-items: center;
}
footer.footer-style-1 .main-footer .footer-03 section ul.menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer.footer-style-1 .footer-01 section .contact-info {
  width: 50%;
}
footer.footer-style-1 .footer-02 .widget.widget_block p {
  text-align: center;
}
/* footer style 02 */
footer.footer-style-2 .footer-top-columns:first-child {
  display: none;
}
footer.footer-style-2 .news-title,
footer.footer-style-2 .news-form {
  width: 100%;
}
footer.footer-style-2 .main-footer .footer-01 {
  padding: 0 50px 0 0;
}
footer.footer-style-2 .main-footer .footer-05 {
  padding: 0;
}
footer.footer-style-2 .main-footer .footer-04 {
  padding: 0 0 0 60px;
}
footer.footer-style-2 .footer-top-columns:nth-child(2) {
  background-color: #171717;
}
footer.footer-style-2
  .testimonial-wrap
  .testimonial-info-wrapper
  .testimonial-info
  .testimonial-author,
footer.footer-style-2
  .testimonial-wrap
  .testimonial-info-wrapper
  .testimonial-info
  .testimonial-designation {
  color: var(--white-color-text);
}
footer.footer-style-2 .widget ul.social-media li,
footer.site-footer.footer-style-2 {
  background-color: #272727;
}
footer.footer-style-2 .widget .widget-title {
  color: var(--white-color-text);
}
footer.footer-style-2 .main-footer,
footer.footer-style-2 .main-footer a {
  color: #aaa;
}
footer.footer-style-2 a:hover {
  color: var(--white-color-text);
}
footer.footer-style-2 .widget .contact-info li:hover svg {
  color: var(--white-color-text);
}
footer.footer-style-2 .widget .contact-info li:first-child:hover svg {
  color: inherit;
}
footer.footer-style-2 ul.social-media::before {
  background-color: rgba(255, 255, 255, 0.2);
}
footer.footer-style-2 .social-media li a.btn.btn-primary {
  color: #aaa;
}
footer.footer-style-2 .social-media li:hover a.btn.btn-primary svg {
  color: var(--white-color-text);
}
footer.footer-style-2 .footer-06 .menu li::after {
  background-color: rgba(255, 255, 255, 0.2);
}
footer.footer-style-2 input[type="email"] {
  background-color: var(--white-color-text);
  color: var(--body-text-color);
  margin: 0;
}
footer.footer-style-2 input[type="email"]::placeholder {
  color: var(--body-text-color);
}
footer.footer-style-2
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button.btn.btn-primary {
  background: #555;
  color: var(--white-color-text);
}
footer.footer-style-2 .newsletter-form button.btn.btn-primary::after {
  background-color: var(--sec-primary-color);
}
footer.footer-style-2 .footer-newsletter .news-title .widget-title {
  padding: 0 0 0 30px;
  position: relative;
}
footer.footer-style-2 .footer-newsletter .news-title .widget-title::before {
  font-size: 20px;
}
footer.footer-style-2 .mc4wp-alert.mc4wp-error,
footer.footer-style-2 .mc4wp-form .mc4wp-alert.mc4wp-notice,
footer.footer-style-2 .mc4wp-form .mc4wp-alert.mc4wp-success {
  width: 100%;
}
footer.footer-style-2 .site-info .copyright .copyright-left {
  color: #aaa;
}
/* ---------------- End Footer block ---------------*/
/* --------------- Start Post Detail block -------------- */
.single-post
  .tt-post-details
  a:not(.single-post #comments a):not(
    .wp-block-button a.wp-block-button__link
  ):not(.wp-block-cover-text a):not(.wp-block-file .wp-block-file__button):not(
    .wp-block-archives-list a
  ):not(.wp-calendar-nav .wp-calendar-nav-prev a):not(
    .wp-block-latest-comments__comment-meta a
  ):not(.wp-block-latest-posts__list a):not(.wp-block-tag-cloud a):not(
    .wp-block-rss a
  ):not(.page-links a):not(table tbody tr th a):not(blockquote cite a) {
  color: var(--primary-color);
}
.page #comments a,
.page-links a.post-page-numbers {
  color: var(--primary-color);
}
.page #comments a:hover,
.page-links a.post-page-numbers:hover {
  color: var(--color-text);
}
.single-post
  .tt-post-details
  a:hover:not(.single-post #comments a:hover):not(
    .wp-block-button a.wp-block-button__link:hover
  ):not(.wp-block-cover-text a:hover):not(
    .wp-block-file .wp-block-file__button:hover
  ):not(.wp-block-archives-list a:hover):not(
    .wp-calendar-nav .wp-calendar-nav-prev a:hover
  ):not(.wp-block-latest-comments__comment-meta a:hover):not(
    .wp-block-latest-posts__list a:hover
  ):not(.wp-block-tag-cloud a:hover):not(.wp-block-rss a:hover):not(
    .page-links a:hover
  ):not(table tbody tr th a:hover):not(blockquote cite a:hover) {
  color: var(--color-text);
}
blockquote cite {
  position: relative;
  padding-left: 25px;
}
.wp-block-quote.is-style-large cite {
  display: flex;
}
blockquote cite::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  background: var(--body-text-color);
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wp-block-code code {
  background: none;
}
.single-post ul li,
dl dt {
  padding-bottom: 0px;
}
.single-post .tt-post-details .tt-post-content ul li.blocks-gallery-item {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.single-post ul li ul li {
  padding-top: 5px;
}
.tt-post-content ol li,
.comment-wrap .comment-details ol li,
.comment-wrap .comment-details ul li,
dl dt {
  padding: 0 0 5px;
}
.tt-post-content ol li:last-child,
.comment-wrap .comment-details ol li:last-child,
.comment-wrap .comment-details ul li:last-child,
dl dt:last-child {
  padding: 0;
}
.tt-post-content ol li ol li,
.comment-wrap .comment-details ul li ul li,
.comment-wrap .comment-details ol li ol li {
  margin: 5px 0 0;
}
.tt-post-content ol li ol li:last-child,
.comment-wrap .comment-details ul li ul li:last-child,
.comment-wrap .comment-details ol li ol li:last-child {
  padding: 0;
}
.tt-post-content ol li ul li ol li {
  padding: 0;
}
.comment-wrap .comment-details ul,
.comment-wrap .comment-details ol {
  margin-bottom: 20px;
}
.comment-wrap .comment-details ul ul,
.comment-wrap .comment-details ol ol {
  margin-bottom: 0;
}
.single-post .tag-sticky-2 .tt-post-details .tt-post-content ul li:last-child,
.single-post .tt-post-details .tt-post-content {
  margin: 0;
}
.single-post .tt-post-details .tt-post-content p {
  font-size: 14px;
  line-height: 22px;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image > figcaption {
  font-size: 15px;
  margin: 20px 0 0;
}
.wp-block-image .aligncenter > figcaption a,
.wp-block-image .alignleft > figcaption a,
.wp-block-image .alignright > figcaption a {
  font-weight: 500;
  color: var(--primary-color);
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignright {
  float: right;
  padding: 0 0 0 20px;
  clear: both;
}
.wp-caption .wp-caption-text {
  margin: 20px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-block-image .aligncenter > figcaption a:hover,
.wp-block-image .alignleft > figcaption a:active,
.wp-block-image .alignright > figcaption a:focus {
  color: var(--color-text);
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--secondary-bg-color);
  color: var(--white-color-text);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: none;
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.tt-post-content .wp-block-button {
  margin-bottom: 20px;
}
.tt-post-details .tt-post-content .wp-block-cover .wp-block-cover-text {
  color: var(--bs-white);
  font-size: 30px;
  margin: 0;
}
.tt-post-details .tt-post-content .wp-block-cover {
  margin-bottom: 20px;
}
.tt-post-details .tt-post-content .wp-block-cover:last-child {
  margin-bottom: 0;
}
.tag-embeds-2 .wp-block-gallery {
  margin-bottom: 20px;
}
.single-post .tt-post-details .tt-post-content ul.blocks-gallery-grid {
  margin: 0 0 10px;
}
.single-post
  .tt-post-details
  .tt-post-content
  .is-cropped
  ul.blocks-gallery-grid {
  margin: 0;
}
.single-post .tt-post-details .tt-post-content .wp-block-gallery.columns-3 {
  margin-bottom: 20px;
}
.single-post
  .tt-post-details
  .tt-post-content
  .wp-block-gallery
  .blocks-gallery-caption
  em {
  font-weight: 500;
}
.single-post
  .tt-post-details
  .tt-post-content
  .wp-block-gallery
  .blocks-gallery-caption {
  text-align: center;
}
.tt-post-content ol,
.single-post .tt-post-details .tt-post-content ul,
.comment-wrap .comment-details ul,
.comment-wrap .comment-details ol {
  margin-left: 25px;
}
.wp-block-video figcaption {
  margin-top: 20px;
}
.single-post .tt-post-details ul.wp-block-archives-list {
  list-style: none;
  margin-left: 0;
}
.tt-post-content .wp-block-columns .wp-block-column .wp-block-quote {
  background: var(--background-color);
  padding: 20px;
}
.single-post .tt-post-details .tt-post-content .wp-block-pullquote blockquote {
  background: none;
}
.wp-block-pullquote blockquote {
  background: var(--background-color) !important;
}
.wp-block-pullquote blockquote.has-very-dark-gray-color {
  border: none;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote p {
  margin: 0 0 20px;
}
.wp-block-embed figcaption {
  text-align: center;
}
.gallery .gallery-item {
  margin: 0;
  text-align: left;
  float: left;
  padding: 0 10px;
}
.gallery .gallery-item .gallery-caption {
  margin-top: 20px;
  text-align: left;
}
.gallery {
  display: inline-block;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1%;
}
.single-post
  .tt-post-details
  .tt-post-content
  ul.wp-block-archives-list
  li
  a:hover::before {
  background: var(--color-text);
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  background: var(--background-color);
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px 20px;
}
.single-post .tt-post-details .tt-post-content blockquote.twitter-tweet {
  border-left: 4px solid var(--secondary-bg-color);
}
.single-post .tt-post-details .tt-post-content ul.wp-block-latest-posts {
  margin-left: 0;
}
.wp-block-calendar table {
  caption-side: top;
}
.wp-block-calendar table#wp-calendar caption {
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid var(--border-color-01);
}
.tt-post-details .wp-block-calendar nav.wp-calendar-nav {
  margin-bottom: 20px;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 5px;
}
.tt-post-content ol.wp-block-latest-comments {
  margin-bottom: 20px;
}
.single-post
  .tt-post-details
  .tt-post-content
  ul.wp-block-latest-posts
  li
  .wp-block-latest-posts__post-date {
  font-size: 14px;
}
.single-post .tt-post-details .tt-post-content .wp-block-group.has-background {
  padding: 20px;
  margin-bottom: 20px;
}
.wp-block-media-text.has-media-on-the-right {
  margin-bottom: 20px;
}
.page-links .post-page-numbers.current,
.page-links a.post-page-numbers:hover,
.page-links a.post-page-numbers:focus,
.page-links a.post-page-numbers:active {
  background: var(--secondary-bg-color);
  color: var(--bs-white);
}
.page-links .post-page-numbers.current {
  padding: 6px 12px;
}
.page-links a.post-page-numbers {
  padding: 6px 12px;
  border: 1px solid var(--border-color-01);
}
.home .page-links a.post-page-numbers {
  border: none;
}
.home .tt-post-details .tt-post-content .page-links a.post-page-numbers {
  padding: 0;
}
.home .tt-post-details .tt-post-content .page-links a.post-page-numbers:hover {
  background: none;
  color: var(--color-text);
}
.page-links .post-page-numbers {
  margin: 0 3px;
}
.home .tt-post-details .tt-post-content .page-links a.post-page-numbers {
  margin: 0 5px;
}
.wp-block-image .alignleft {
  margin-right: 20px;
}
.wp-block-image .alignright {
  margin-left: 20px;
  float: right;
}
.wp-block-media-text.alignwide {
  margin-bottom: 20px;
}
.wp-block-preformatted {
  margin: 20px 0;
}
.wp-block-table td,
.wp-block-table th {
  text-align: left;
}
.tt-post-content label input[type="password"] {
  height: 45px;
  margin-top: 10px;
  width: 100%;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
ol.comment-list li.trackback,
ol.comment-list li.pingback {
  padding-left: 5px;
  margin-bottom: 20px;
}
.wp-block-archives-dropdown {
  float: left;
  width: 100%;
}
.wp-block-archives-dropdown label {
  margin: 0 0 10px;
}
.select-wrap {
  margin: 0 0 10px;
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.select-wrap::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.select-wrap .fa-angle-down {
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 50%;
  margin: auto;
}
/* --------------- End Post Detail block -------------- */
/* --------------- Start header style -------------- */
/* header-style-1 */
.header_style.transparent.header-sticky.header-style-1 {
  padding: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: auto;
}
.header-top-content svg {
  font-size: 14px;
}
.header-swiper .header-top-content {
  padding: 0;
  background: none;
}
.header-swiper .header-top-content > div {
  color: var(--white-color-text);
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 10px;
}
.header_style .right-header {
  justify-content: end;
  column-gap: 25px;
}
.header-logo a {
  display: block;
  overflow: hidden;
}
.header-logo a img {
  max-width: 250px;
  height: auto;
}
.head-top-call {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header #site-navigation ul.nav-menu > li.menu-item {
  padding: 29px 0;
  cursor: pointer;
}
.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu a::after {
  display: none;
}
.site-header .search-results ul li > a::after {
  display: none;
}
.site-header #site-navigation ul.nav-menu li.menu-item a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  font-weight: 400;
  color: var(--tertiary-color);
  padding: 13px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item.menu-item-has-children
  ul
  li
  > a::before {
  top: 5px;
}
.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item.menu-item-has-children:hover
  > a::before,
.site-header
  #site-navigation
  ul.sub-menu
  li.menu-item.menu-item-has-children:hover
  > a::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--white-color-text);
}
.site-header
  #site-navigation
  ul.sub-menu
  li.menu-item.menu-item-has-children:hover
  > a::before {
  top: 6px;
  color: var(--primary-color);
}
.site-header #site-navigation ul li ul li {
  padding: 6px 28px;
  text-align: left;
}
.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item
  ul.sub-menu
  li.menu-item
  a {
  padding: 0;
  font-weight: 400;
  width: 100%;
  font-size: 15px;
  line-height: normal;
  color: var(--body-text-color);
  font-family: var(--secondary-font);
  background-color: transparent;
  justify-content: left;
  border-radius: 0;
  text-transform: capitalize;
}
.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item
  ul.sub-menu
  li.menu-item
  > ul {
  left: 100%;
}
.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item
  ul.sub-menu
  li.menu-item:hover
  > a {
  color: var(--secondary-color);
}
.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav {
  flex-flow: row wrap;
  padding: 15px 0;
}
.site-header
  #site-navigation
  .menu-all-pages-flat-container
  ul.navbar-nav
  li.menu-item {
  padding: 10px 0;
}
#site-navigation .navbar-toggler {
  color: var(--color-text);
  border: none;
  font-size: 23px;
  padding: 0;
  box-shadow: none;
  align-items: center;
}
.mini-cart {
  padding: 0 0 0 0;
  position: relative;
}
.right-header .mini-cart .dropdown-menu-mini-cart .cart-close > svg {
  cursor: pointer;
  display: none;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .woocommerce-mini-cart__buttons
  .wc-forward
  svg {
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.site-wrap .mini-cart .dropdown-back .fa-shopping-cart {
  font-size: 16px;
}
.right-header .menu .navbar-woocommerce ul {
  list-style: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.shopping_cart_top .cart-close svg {
  font-size: 16px;
}
.site-header .site-wrap .site-branding .logo,
.site-header .site-wrap .site-branding p {
  margin: 0;
}
.site-header .site-wrap .site-branding {
  flex-direction: column;
  padding: 23px 0;
}
.header_style .site-branding a,
.header_style .track-order span,
.search-icon .search-wrap {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.left-header .head-top-call a.contact-no > svg,
.left-header .list-inline-item.header-top-tel a svg,
.left-header .list-inline-item a svg {
  transform: rotateY(180deg);
  margin: 0 8px 0 0;
  font-size: 16px;
  transition: none;
}
.header_style .site-branding .product_name a {
  font-size: 18px;
  font-family: var(--primary-font);
  margin: 5px 0 5px 0;
  line-height: 22px;
  color: var(--body-text-color);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.header_style .site-branding .product_name a:hover {
  color: var(--secondary-color);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.right-header .icon svg,
.site-wrap .mini-cart .dropdown-back svg,
.header_style .track-order svg,
.search-icon .search-wrap svg {
  width: 20px;
  height: 20px;
  color: var(--tertiary-color);
}
.header_style .track-order span {
  color: var(--secondary-color);
}
.header_style .track-order {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 5px 0 0;
}
.header_style .track-order::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: var(--border-color-01);
}
.site-wrap .wishlist-wrap .wishlist svg {
  width: 35px;
  height: 35px;
  color: var(--secondary-color);
}
.dropdowncsls .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  color: var(--primary-color);
}
.wpml-ls-legacy-dropdown a {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.wpml-ls-legacy-dropdown a span {
  font-size: 14px;
}
.header_style.site-branding .site-wrap .mini-cart a svg {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
}
.site-header.sticky #site-navigation ul.nav-menu li.menu-item > ul.sub-menu {
  top: 67px;
}
/* max mega menu css */
#site-navigation #mega-menu-wrap-header-menu {
  background: none;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-current-menu-item.mega-toggle-on
  > a.mega-menu-link {
  color: var(--white-color-text);
  background-color: var(--primary-color);
}
.home .header_style.transparent.header-sticky.header-style-1:hover,
.home.show-user .header_style.transparent.header-sticky.header-style-1 {
  background-color: var(--white-color-text);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-family: var(--primary-font);
  font-weight: 500 !important;
  text-transform: capitalize;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  font-family: var(--primary-font);
}
header
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu.max-mega-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link
  .mega-indicator::after {
  font-size: 12px;
}
body #site-navigation #mega-menu-wrap-header-menu ul li a {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a:hover
  img,
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a
  img {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
}
body #site-navigation #mega-menu-wrap-header-menu ul li a:hover {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
body #site-navigation #mega-menu-wrap-header-menu ul li a::after {
  display: none;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column.mega-menu-category-content
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding-bottom: 0;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column.mega-menu-shop-content
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-family: var(--primary-font);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column.mega-menu-shop-content
  > ul.mega-sub-menu
  > li.mega-menu-item
  > .mega-sub-menu
  li {
  padding: 0 0 5px;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column.mega-menu-shop-content
  > ul.mega-sub-menu
  > li.mega-menu-item
  > .mega-sub-menu
  li:last-child {
  margin: 0;
}
/* header top slider */
.header-swiper {
  background: transparent;
  float: left;
  width: 100%;
}
.header-swiper .head-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.header-swiper .head-slide .swiper-wrapper .header-top-swiper {
  color: var(--white-color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.header-swiper .swiper-navigation .swiper-button.swiper-button-next {
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header-swiper .swiper-navigation .swiper-button.swiper-button-prev {
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.header-swiper .nav-slide {
  position: relative;
  margin: auto;
}
.header_style.site-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  background: var(--background-color);
  position: relative;
  z-index: 8;
}
.header-swiper .swiper-navigation .swiper-button {
  display: block;
}
.header-swiper .swiper-navigation .swiper-button:hover svg,
.header-swiper .swiper-navigation .swiper-button svg {
  color: var(--white-color-text);
}
.header-swiper .swiper-navigation .swiper-button svg {
  width: 26px;
  height: 26px;
}
.header-swiper .swiper-navigation .swiper-button {
  display: flex;
  align-items: center;
}
.header_style.site-header .site-wrap {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_style.site-header.sticky .site-wrap {
  height: 100%;
}
header .site-branding {
  min-height: 100px;
}
header.header-style-1 .site-main-wrap {
  border-top: 1px solid var(--border-color-01);
}
header.header-style-1 .site-main-wrap,
header.header-style-1 .site-branding-wrap {
  padding: 0 75px;
}
.header_style.site-header,
.side-toggle .header_style.site-header,
.show-user .header_style.site-header {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.header_style.site-header #site-navigation ul.nav-menu > li.menu-item {
  padding: 0;
  margin: 0 4px;
}
.header_style.site-header
  #site-navigation
  ul.nav-menu
  > li.menu-item:first-child {
  margin: 0 3px 0 0;
}
.header_style.site-header
  #site-navigation
  ul.nav-menu
  > li.menu-item:last-child {
  margin: 0 0 0 3px;
}
.header_style.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item.menu-item-has-children
  > a {
  padding-right: 30px;
}
.header_style.site-header
  #site-navigation
  ul.nav-menu
  li.menu-item.menu-item-has-children
  > a::before {
  right: 12px;
}
.main-navigation #mega-menu-wrap-header-menu ul ul a {
  width: 100%;
}
.main-navigation
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-link
  + ul.mega-sub-menu {
  box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  ul.mega-sub-menu {
  left: 100%;
  border-top: none;
}
.main-navigation
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  ul
  li
  ul
  li
  .mega-menu-link
  + ul.mega-sub-menu {
  box-shadow: none;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  a.mega-menu-link
  .mega-description-group
  .mega-menu-description {
  position: absolute;
  top: 5px;
  right: 0;
  left: auto;
  bottom: auto;
  background: var(--secondary-color);
  color: var(--white-color-text);
  height: 20px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: inherit;
}
/* hamburger menu */
.header-style-1 .humburger-title > svg,
.humburger-title > svg,
.humburger-title .humberger-category {
  color: var(--secondary-color);
}
.site-header .navbar-hamburger ul#hamburger-menu ul.sub-menu li.show a,
.site-header ul#hamburger-menu li.show a {
  color: var(--primary-color);
}
.navbar-hamburger ul.hamburger-nav li.show > span::before,
.navbar-hamburger ul.hamburger-nav li:hover span::before {
  color: #fff;
}
.site-header .navbar-hamburger ul#hamburger-menu ul.sub-menu li a:hover {
  color: var(--secondary-color);
}
.site-header .navbar-hamburger ul#hamburger-menu li ul.sub-menu li a {
  color: var(--body-text-color);
}
.mini-cart .empty-cart:hover svg,
.head-hamburger-menu:hover svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  color: var(--primary-color);
}
.header-style-1 .navbar-hamburger .navbar-hamburger-main {
  right: auto;
  left: 0;
  z-index: 999;
}
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover {
  background-color: var(--dark-background);
}
.head-hamburger-menu svg {
  color: var(--secondary-color);
}
header.header-style-1 .head-hamburger-menu {
  position: relative;
}
.navbar-hamburger {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar-hamburger .navbar-hamburger-main {
  float: right;
  position: absolute;
  height: 100%;
  width: 400px;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  padding: 100px 30px 30px;
  overflow: auto;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--border-color-01);
  background-color: #fff;
}
.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar-track {
  background-color: #6666662b;
}
.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar-thumb {
  background-color: #666;
}
.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar {
  width: 6px;
}
.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-content,
.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-container {
  float: left;
  width: 100%;
}
.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-container {
  margin: 0 0 50px;
}
.navbar-hamburger span.hamburger-close {
  position: absolute;
  right: 20px;
  left: auto;
  top: 40px;
  bottom: auto;
  margin: auto;
}
.navbar-hamburger ul {
  list-style: none;
  float: left;
  width: 100%;
}
.navbar-hamburger ul li ul {
  margin: 15px 0 0;
  display: none;
  padding: 0 0 0 10px;
}
.navbar-hamburger ul.hamburger-nav li a {
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 22px;
  width: fit-content;
}
.navbar-hamburger ul.hamburger-nav li:hover a {
  color: var(--secondary-color);
}
.navbar-hamburger ul.hamburger-nav li ul li a {
  font-weight: 400;
  font-size: 15px;
  font-family: var(--secondary-font);
  color: var(--body-text-color);
}
.navbar-hamburger ul.hamburger-nav li span {
  position: absolute;
  right: 0;
  left: auto;
  top: 8px;
  bottom: auto;
  margin: auto;
}
.navbar-hamburger ul.hamburger-nav li span::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  color: var(--secondary-color);
  background: transparent;
  padding: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.navbar-hamburger ul.hamburger-nav li.show > span::before {
  content: "\f077";
}
.navbar-hamburger ul.hamburger-nav li {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  text-align: left;
}
.navbar-hamburger ul.hamburger-nav li ul li:last-child {
  padding-bottom: 0;
}
.navbar-hamburger ul.hamburger-nav li ul li {
  padding: 5px 0;
}
.navbar-hamburger #mega-menu-wrap-hamburger-menu {
  float: left;
  position: absolute;
  height: 100%;
  width: 400px;
  background: #fff;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 5% 30px 0;
  scrollbar-width: thin;
}
/* hamburger menu */
.header_style.site-header.header-style-1.transparent .site-branding {
  background: transparent;
}
header .right-header {
  display: flex;
  align-items: center;
  justify-content: end;
}
header.header-style-1 .humburger-icon-wrap {
  width: 25px;
  height: 25px;
}
header.header-style-1 .humburger-icon-wrap {
  color: var(--white-color-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
header.header-style-1 .humburger-icon-wrap .humburger-icon,
header.header-style-1 .humburger-icon-wrap .humburger-icon::after,
header.header-style-1 .humburger-icon-wrap .humburger-icon::before {
  background: var(--color-text);
}
.right-header .icon:hover svg,
.navbar-woocommerce .navbar-title:hover > svg,
.search-icon .search-wrap:hover svg,
.right-header .navbar-woocommerce a:hover svg,
.site-wrap .wishlist-wrap .wishlist:hover svg,
.header_style .track-order:hover svg,
.right-header .mini-cart .dropdown-back:hover svg,
.site-wrap .mini-cart .dropdown-back:hover svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  color: var(--primary-color);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.right-header .mini-cart .dropdown-back:hover svg,
.site-wrap .mini-cart .dropdown-back:hover svg {
  fill: var(--primary-color);
}
.right-header .mini-cart .dropdown-back #mini-cart-count-name {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.right-header .mini-cart .dropdown-back:hover #mini-cart-count-name {
  color: var(--primary-color);
}
.sticky {
  display: block;
}
@-webkit-keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fixedmenu {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.left-header .head-top-call a {
  position: relative;
  margin: 0 15px 0 0;
  font-size: 18px;
  font-family: var(--primary-font);
  padding: 0 0 15px;
  font-weight: 500;
  color: var(--secondary-color);
}
.left-header .head-top-call a:hover > svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.left-header .head-top-call a > svg {
  font-size: 14px;
}
.left-header .head-top-call a:last-child {
  margin: 0;
}
.left-header .head-top-call a::after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 1px;
}
/* header style 2 */
.header_style.header-style-2 .container-fluid {
  max-width: 1530px;
  padding: 0;
}
.header-style-2 .site-branding .left-header {
  flex: 1;
  display: flex;
}
.header-style-2 .site-branding .top-right-header {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 15px;
}
.header_style.site-header.header-style-2 .site-wrap {
  min-height: 100px;
}
.site-header.header-style-2 .site-main-wrap {
  border-top: 1px solid var(--border-color-01);
}
header.header-style-2 .site-branding {
  min-height: 50px;
}
.header_style.site-header.header-style-2 .site-main-wrap .header-logo {
  display: block;
}
.header_style.header-style-2 .main-navigation ul ul {
  top: 72px;
}
.header-style-2.site-header.sticky .site-branding-wrap {
  display: none;
}
.site-header.header-style-2.sticky .site-main-wrap {
  border: none;
}
.header_style.site-header.header-style-2.sticky .site-wrap {
  min-height: 89px;
}
/* ------------- End header style ------------------ */
/* -------- start back to top ------------- */
.section-back-to-top {
  background: var(--color-text);
  color: var(--white-color-text);
  padding: 0;
  position: fixed;
  top: auto;
  bottom: 25px;
  right: 25px;
  left: auto;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -20px;
  border: 2px solid var(--white-color-text);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-back-to-top:hover {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.section-back-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0;
  z-index: 1;
}
.section-back-to-top.back-to-top-img,
.section-back-to-top.back-to-top-img:hover {
  background: none;
  border: none;
}
.elementor a {
  border-radius: 0;
}
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: var(--white-color-text);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.back-to-top:hover::after {
  color: var(--white-color-text);
}
.back-to-top:hover {
  background-color: var(--primary-color);
}
.back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  color: var(--white-color-text);
}
.back-to-top svg {
  display: none;
}
.back-to-top svg path {
  fill: none;
}
.back-to-top svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* -------- end back to top ------------- */
/* ------------------- Start inner pages ------------------------ */
.elementor-widget.elementor-widget-progress .elementor-title {
  color: var(--body-text-color);
}
.elementor-button-link .elementor-button-content-wrapper::before {
  content: "";
  right: 0;
  left: auto;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
  background: var(--secondary-color);
}
.elementor-button-link:hover .elementor-button-content-wrapper::before {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#page #post_content .search-close-btn,
#page .site-main .search-close-btn {
  display: none;
}
.no-results .tt-page-content .search-form {
  position: relative;
  width: 100%;
  margin: auto;
}
.no-results .tt-page-content .search-form label {
  display: block;
}
.no-results .tt-page-content > p {
  background: var(--background-color);
  padding: 20px;
  margin: 0 0 30px;
  text-align: center;
  font-size: 16px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  padding: 10px 20px;
  right: 0;
  bottom: 0;
  margin: 0;
}
.wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  color: var(--primary-color);
}
.tagcloud a {
  padding: 8px 15px;
  background: var(--background-color);
  margin: 0 2px 6px 0;
  font-size: 15px !important;
  display: inline-block;
}
.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
  background: var(--color-text);
  color: var(--bs-white);
}
.post-excerpt ol,
.post-excerpt ul {
  padding-left: 20px;
}
.post-excerpt ol li {
  padding: 2px 0;
}
#review_form_wrapper {
  background: var(--dark-background);
  padding: 40px;
  margin: 0 0 40px;
  overflow: hidden;
}
#review_form_wrapper textarea {
  border-color: var(--border-color-01);
  background-color: var(--background-color);
}
#review_form_wrapper textarea:focus {
  color: var(--secondary-color);
}
#review_form_wrapper textarea:focus-visible {
  border-color: var(--body-text-color);
}
#review_form_wrapper .form-submit {
  margin: 0;
}
.btn.btn-primary {
  overflow: hidden;
}
/* ------------------- End inner pages ------------------------ */
/* ------------------- Start loader block ------------------------*/
.site-loader {
  right: 0px;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  background: var(--background-color);
  overflow: hidden !important;
  background-repeat: no-repeat;
  background-position: center;
}
#loader-center {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader-center img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  z-index: 99;
  margin: auto;
}
/* ------------------- End loader block ------------------------*/
/* ---------------- Start top header -------------------- */
.header-top {
  background: var(--secondary-color);
  align-items: center;
  z-index: 9;
  position: relative;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
.search-silde-toggle .header-top {
  z-index: 8;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.side-toggle .header-top {
  z-index: 4;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.dropdowncsls .header-top,
.dropdownlscs .header-top {
  z-index: 9;
}
.side-toggle #page::after {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
body.hamburger-silde-toggle #page::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
.show-user .header-style-1.header_style.site-header {
  z-index: 9;
}
body.show-user #page::after,
body.side-toggle #page::after {
  z-index: 3;
}
body.show-user .header-top {
  z-index: 5;
}
.side-toggle .night-light-label,
.side-toggle .back-to-top {
  z-index: 1;
}
.site-header .header-top ul li > a::after {
  display: none;
}
.header-top .header-top-center {
  text-align: center;
  width: 100%;
}
.header-top .header-top-right {
  text-align: right;
  padding: 0;
}
.header-top .header-top-left {
  padding: 0;
}
.header-top a {
  color: var(--white-color-text);
  font-size: 14px;
  line-height: 16px;
}
.header-top .list-inline-item a svg,
.header-top .list-inline-item span svg {
  margin-right: 5px;
}
.header-top a:hover {
  color: var(--white-color-text);
}
.header-top .list-inline-item a {
  display: flex;
  align-items: center;
}
.header-top .top-button a {
  color: var(--primary-color);
  position: relative;
  padding-left: 18px;
}
.header-top .top-button a::before {
  position: absolute;
  content: "\f541";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--primary-color);
  left: 0px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.header-top .top-button a:hover,
.header-top .top-button a:hover::before {
  color: var(--white-color-text);
}
.header-top ul {
  margin: 0;
  list-style: none;
  align-items: center;
  display: flex;
}
.header-top .header-top-center ul {
  justify-content: center;
}
.header-top .header-top-right ul {
  justify-content: end;
}
/* ---------------- End top header -------------------- */
/* --------------- Start woocommerce menu block -----------------*/
.navbar-woocommerce #woocommerce-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 59px;
  width: 200px;
  padding: 10px 20px;
  right: 5%;
  left: auto;
  z-index: 6;
  right: 0;
  left: auto;
  border-top: 1px solid var(--border-color-01);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}
.header_style.header-style-2 .navbar-woocommerce #woocommerce-menu {
  top: 34px;
}
.sticky.header_style.site-header .navbar-woocommerce #woocommerce-menu {
  top: 57px;
}
.navbar-woocommerce #woocommerce-menu li {
  padding: 5px 0;
  margin: 0;
  display: block;
}
.navbar-woocommerce {
  position: relative;
  justify-content: center;
  display: flex;
}
.navbar-woocommerce #woocommerce-menu a {
  color: var(--body-text-color);
  position: relative;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  justify-content: left;
  text-transform: capitalize;
}
.header_style .site-branding #woocommerce-menu a svg,
.search-icon .search-wrap #woocommerce-menu svg {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  color: var(--body-text-color);
}
.header_style .site-branding #woocommerce-menu a:hover svg,
.search-icon .search-wrap #woocommerce-menu:hover svg {
  color: var(--secondary-color);
}
.navbar-woocommerce #woocommerce-menu a:hover {
  color: var(--secondary-color);
}
/* --------------- End woocommerce menu block -----------------*/
/* --------------- Start cart block ---------------------- */
.site-wrap .mini-cart .dropdown-menu-mini-cart {
  top: 0;
  bottom: 0;
  position: fixed;
  padding: 30px;
  right: 0;
  left: 0;
  border-radius: 0;
  border: none;
  height: 100%;
  background: none;
  padding: 0;
  visibility: hidden;
  z-index: 999;
}
.site-wrap .mini-cart .minicart-content {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 30px;
  position: relative;
}
.site-wrap .mini-cart .minicart-content #mini-cart-total {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}
.side-toggle .site-wrap .mini-cart .dropdown-menu-mini-cart {
  visibility: visible;
}
.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
  display: flex;
  flex-direction: column;
  float: left;
  position: fixed;
  height: 100%;
  width: 550px;
  background: var(--background-color);
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  overflow: auto;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  border-left: 1px solid var(--border-color-01);
  z-index: 999;
}
.side-toggle .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  visibility: visible;
}
.right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  align-items: center;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .empty-cart {
  height: 80px;
  width: 80px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: var(--dark-background);
  overflow: hidden;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .empty-cart
  svg {
  position: absolute;
  bottom: 0;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .woocommerce-mini-cart__empty-message {
  text-align: center;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content_wrap {
  position: relative;
  flex: 1;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .shopping_cart_top
  .cart-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary-color);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul {
  list-style: none;
  flex: 1;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 0 30px;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar {
  width: 6px;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li {
  display: flex;
  margin: 0 0 25px;
  position: relative;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  > a {
  position: relative;
  padding: 0;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product_name
  a {
  justify-content: left;
  color: var(--color-text);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product_name
  a:hover {
  color: var(--secondary-color);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details {
  width: 80%;
  padding: 0 20px 0 15px;
  font-size: 20px;
  text-align: left;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--secondary-color);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .quantity
  .amount {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .quantity {
  font-size: 15px;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .product_name {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .product_attributes {
  margin: 0 0 6px;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .remove {
  position: absolute;
  right: 0;
  left: auto;
  top: 0px;
  bottom: auto;
  font-size: 20px;
  line-height: 25px;
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  width: 25px;
  height: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 13;
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .remove:hover,
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .remove:hover {
  color: #ff0000;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .remove {
  flex-grow: 1;
}
.widget_shopping_cart_content {
  float: left;
  width: 100%;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .total.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 0 0 15px;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .quantity
  .total {
  float: right;
  color: var(--secondary-color);
  padding: 2px 0;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .total
  strong {
  font-size: 20px;
  line-height: 22px;
  color: var(--secondary-color);
  font-weight: 500;
  font-family: var(--primary-font);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .total
  .amount {
  font-weight: 600;
  font-size: 20px;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons {
  float: left;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button {
  color: var(--secondary-color);
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  overflow: hidden;
  padding: 0 0 5px 0;
  font-family: var(--primary-font);
  text-transform: capitalize;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover {
  color: var(--primary-color);
}
.swiper-slide.service-box.row-01 .text-start {
  padding: 0;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .checkout.button:hover:after,
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout:hover {
  color: var(--white-color-text);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout:hover:after {
  background-color: transparent;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .checkout.button {
  padding: 13px 50px;
  margin: 0 0 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout::before {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 100px;
}
.cart-slider .widget_shopping_cart_content .cart-button-wrap {
  float: left;
  width: auto;
  flex: 0 1 0%;
  background-color: var(--dark-background);
  padding: 30px;
}
.return-to-shop .btn.btn-secondary {
  color: var(--white-color-text);
  padding: 10px 25px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  font-family: var(--primary-font);
}
.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
  background: var(--primary-color);
  color: var(--white-color-text);
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  min-width: 18px;
  text-align: center;
  float: none;
  display: flex;
  vertical-align: top;
  line-height: 18px;
  position: static;
  margin: 0 0 0 5px;
  padding: 0 4px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.right-header
  .mini-cart
  .dropdown-back
  .basket-item-count
  #mini-cart-count-name {
  justify-content: center;
  display: flex;
  align-items: center;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .checkout.button::after {
  position: absolute;
  content: "\f064";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: -125px;
  font-size: 16px;
  color: var(--white-color-text);
  background-color: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.right-header .mini-cart .dropdown-back {
  display: flex;
  color: var(--secondary-color);
  align-items: center;
  position: relative;
  transition: none;
}
/* --------------- End cart block ---------------------- */
/* --------------- Start blog block --------------- */
.blog-style .tt-post-details .tt-post-title h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog-style .tt-post-thumbnail .post-meta-wrap {
  top: auto;
  bottom: 5px;
  right: 5px;
  left: auto;
  width: fit-content;
  margin-bottom: 0;
  margin: auto;
  display: flex;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  position: absolute;
  -ms-transition: all 500ms ease-in-out 0s;
  border-radius: 0;
  background: var(--white-color-text);
}
.blog-style.blog-style-1 .tt-post-thumbnail .tt-post-meta {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--secondary-color);
}
.blog-style .tt-post-wrapper .post-meta-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.blog-style .tt-post-wrapper .post-meta-wrap > div {
  width: auto;
}
.blog-style .tt-post-details .tt-post-meta {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
}
#page .blog-style .tt-post-title a {
  color: var(--secondary-color);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#page .blog-style.blog-style-2 .tt-post-title a {
  -webkit-line-clamp: 2;
}
#page .blog-style .tt-post-title a:hover {
  color: var(--primary-color);
}
.more-comment-wrap .tt-post-more a,
.blog-style .tt-post-more a {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  z-index: 1;
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.more-comment-wrap .tt-post-more a::before,
.blog-style .tt-post-more a::after {
  content: "";
  width: 20px;
  height: 1px;
  top: auto;
  position: absolute;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.more-comment-wrap .tt-post-more a:hover,
.blog-style .tt-post-more a:hover {
  padding-left: 35px;
}
.more-comment-wrap .tt-post-more a:hover::before,
.blog-style .tt-post-more a:hover::after {
  width: 30px;
  background-color: var(--primary-color);
}
.moon-svg h6,
.sun-svg h6 {
  font-weight: 400;
}
.blog-style .tt-post-thumbnail a {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.blog-style .tt-post-wrapper div {
  float: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-style .tt-post-wrapper .tt-post-details {
  padding: 20px 0 2px;
}
.blog-style .tt-post-wrapper div.tt-post-more {
  float: left;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  color: var(--secondary-color);
  width: fit-content;
}
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon,
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a::before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.blog-style .tt-post-thumbnail .zoom-icon:hover {
  background: var(--secondary-bg-color);
  border-color: var(--secondary-bg-color);
}
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a img,
.blog-style .tt-post-wrapper .tt-post-thumbnail a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.blog-style .tt-post-wrapper.grid-item div.tt-post-details {
  padding: 0 0 30px 0;
}
/* blog style-2 */
.blog-style.blog-style-2 .tt-post-details .tt-post-content {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  letter-spacing: 1px;
}
.blog-style.blog-style-2 .tt-post-wrapper {
  display: flex;
}
.blog-style.blog-style-2 .tt-post-wrapper div.tt-post-details {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 15px;
}
.blog-style.blog-style-2 .tt-post-details .tt-post-title h6 {
  margin: 0 0 10px;
  -webkit-line-clamp: 2;
}
.blog-style.blog-style-2 .tt-post-details .tt-post-meta::after {
  display: none;
}
.blog-style.blog-style-2 .post-meta-wrap .tt-post-meta {
  font: 500 13px/15px var(--secondary-font);
  padding: 10px;
  color: var(--body-text-color);
}
.blog-style.blog-style-2 .tt-post-more a::after {
  display: none;
}
.blog-style.blog-style-2 .tt-post-wrapper .post-meta-wrap {
  margin-bottom: 0;
}
/* ---------------end blog block --------------- */
/* --------------- Start Product Categories ------------------- */
.cat_desc {
  display: block;
  position: relative;
}
.item .cat_desc:first-child {
  margin: 0 0 30px;
}
.elementor-widget.elementor-widget-Artistics.Product.Categories {
  width: 100%;
}
.cat_desc .wpcat-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  min-width: 150px;
  height: 60px;
  padding: 15px;
  background-color: var(--white-color-text);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.cat_desc .wpcat-content a {
  color: var(--primary-color);
  float: left;
  width: 30%;
}
.cat_desc .wpcat-content a:hover .cat_name {
  color: var(--color-text);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cat_desc .wpcat-content .cat_name {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 0;
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: start;
}
.cat_desc .wpcat-content .cat_name:hover {
  color: var(--primary-color);
}
.cat_desc .wpcat-content .cat_total_product {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  text-align: start;
  width: auto;
  font-weight: 400;
  margin: 5px 0 0;
  display: inline-block;
  padding: 0px 0 0 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.cat_desc .wpcat-content .cat_total_product::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background-color: var(--body-text-color);
  margin: auto;
  width: 4px;
  height: 1px;
}
.cat_desc .cat_image img,
.cat_desc:hover .cat_image img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cat_desc .cat_image img {
  width: 100%;
}
.category-list .owl-item.cloned.active {
  animation: 1800ms ease-in-out 0s normal none 1 running InUp;
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
  -moz-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
  -o-animation: 1800ms ease-in-out 0s normal none 1 running InUp;
}
.cat_desc .cat_image .cat_image_box {
  position: relative;
  width: auto;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat_desc .cat_image .cat_image_box .cat_img_inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.cat_desc:hover .cat_image .cat_image_box .cat_img_inner {
  outline-color: var(--secondary-color);
}
.cat_desc:hover .cat_image .cat_image_box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cat_desc .cat_image .cat_image_box svg {
  display: none;
}
/* category grid */
.product_catagories .product-content-wrap .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 20px;
  font-family: var(--primary-font);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0 15px;
  font-weight: 500;
  float: left;
  width: 100%;
  cursor: pointer;
  width: auto;
  overflow: visible;
}
.product_catagories .product .price del .woocommerce-Price-amount.amount bdi {
  font-size: 18px;
  line-height: 20px;
  text-decoration: line-through;
  color: var(--body-text-color);
}
.product_catagories .product .product-button-wrap .product-button-hv {
  flex-direction: row;
}
.product_catagories .product .cart-wrap a > svg.feather-plus {
  display: none;
}
.product_catagories .product .cart-wrap a > svg.feather-shopping-cart {
  display: block;
}
.product_catagories .product .wrap-rate .star-rating::before {
  text-align: left;
}
.product_catagories .product .wrap-rate .star-rating span {
  text-align: left;
}
.product_catagories .swiper-wrapper .items .category-morden {
  margin: 0;
}
.product_catagories
  .product
  .content-wrap
  a
  .woocommerce-loop-product__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 125%;
  width: 130px;
  height: 1px;
  border: 1px dashed #ccc;
}
.product .category-morden .product-button-wrap {
  position: static;
  transform: none;
  display: block;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -8;
  margin: 0;
}
.product_catagories .product .product-button-wrap .btn-hv a {
  margin: 0 8px 0 0;
}
.cat_banner_image {
  overflow: hidden;
  margin: 0 0 20px;
}
/*-------------- End Product Categories ---------------*/
/*---------------- start home product block -------------- */
.special-product .timer-date {
  display: flex;
  color: var(--secondary-color);
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
}
.special-product .timer-date div {
  width: 65px;
  height: 65px;
  margin: 0 20px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}
.special-product .timer-date div p {
  padding: 0 10px;
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;
}
.special-product .timer-date div:last-child::after {
  display: none;
  content: "none";
}
.special-product .title-wrap .product-title {
  text-align: right;
  width: auto;
  margin: 0;
}
.special-product .product-title p.title_description {
  justify-content: end;
  font-size: 16px;
  line-height: 18px;
  color: var(--secondary-color);
}
.special-product.special-sec .title-wrap {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 0 20px;
}
.title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.special-space .title-wrap {
  margin: 0 0 15px;
}
.special-title {
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
}
.title-wrap .ui-tabs-nav {
  padding: 0;
  margin: 0 0 30px;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  justify-content: center;
  float: left;
  width: 100%;
}
.title-wrap .ui-tabs-nav li {
  flex: 0 0 auto;
}
#selling-swiper .swiper-slide .product-content-wrap .best-content {
  display: flex;
  justify-content: start;
  align-items: center;
}
.main-product {
  float: left;
  width: 100%;
}
.ui-tabs-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.ui-tabs-nav .ui-tabs-tab {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 5px;
}
.ui-tabs-nav .ui-tabs-tab a {
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
}
.ui-tabs-nav .ui-tabs-tab:hover a,
.ui-tabs-nav .ui-tabs-tab.ui-state-active a {
  color: var(--white-color-text);
}
.ui-tabs-nav .ui-tabs-tab a::before {
  content: "";
  right: 0;
  left: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
  background: var(--primary-color);
}
.ui-tabs-nav .ui-tabs-tab::after {
  content: "";
  right: 0;
  left: auto;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
  background: var(--primary-color);
}
.ui-tabs-nav .ui-tabs-tab:hover::after,
.ui-tabs-nav .ui-tabs-tab.ui-state-active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.ui-tabs-nav .ui-tabs-tab:hover a::before,
.ui-tabs-nav .ui-tabs-tab.ui-state-active a::before {
  width: 100%;
  right: auto;
  left: 0;
}
h2.woocommerce-loop-product__title,
.product-attribute-wrap {
  float: left;
  width: 100%;
  cursor: pointer;
}
.product .woocommerce-loop-product__title {
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text);
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0 6px;
  font-weight: 400;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.productBy-category .stock-progress,
.products-trending .stock-progress {
  display: none;
}
.productBy-category.stock-progress .stock-progress,
.products-trending.stock-progress .stock-progress {
  display: block;
}
.product .content-wrap .stock-progress {
  text-align: center;
  padding: 15px 10px 0;
  color: var(--secondary-color);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.single-product .summary.entry-summary .stock-progress {
  padding: 0;
  text-align: left;
  margin: 0 0 20px;
}
.product .content-wrap .stock-progress .progress-bar span {
  height: 5px;
}
.stock-progress .progress-bar span {
  height: 10px;
}
.product .product-content-wrap {
  height: 100%;
  overflow: hidden;
}
.product .product-content-wrap .woocommerce-loop-product__title:hover {
  color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product .content-wrap .woocommerce-product-details__short-description > p {
  color: var(--body-text-color);
  font-size: 14px;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div.list_product_color {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
div.list_product_color:hover::after {
  content: "";
  position: absolute;
  height: 19px;
  width: 19px;
  border: 1px solid var(--body-text-color);
  left: -2px;
  right: 0;
  top: -2px;
  bottom: 0;
  border-radius: 50%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
div.list_product_color.select_variation::after {
  content: "";
  height: 19px;
  width: 19px;
  border: 1px solid var(--body-text-color);
  left: -2px;
  right: 0;
  top: -2px;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
}
.single-product .entry-summary div.list_product_color.select_variation::after,
.single-product .entry-summary div.list_product_color:hover::after {
  height: 36px;
  width: 36px;
  left: -3px;
  top: -3px;
}
div.list_product_size {
  border-bottom: 1px solid transparent;
  height: auto;
  width: auto;
  padding: 0 4px;
  margin: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
div.list_product_size:hover,
.list_product_size.select_variation {
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-bottom: 1px solid var(--color-text);
}
.item {
  float: left;
  width: 100%;
}
.product {
  list-style: none;
  float: left;
  width: 100%;
}
.btn-hv .compare-button.product {
  width: auto !important;
}
.products {
  float: left;
  width: 100%;
}
.product a {
  color: var(--primary-color);
}
.products .product a:hover {
  color: var(--white-color-text);
}
.product-attribute-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 10px;
}
.products.list-view .product-attribute-wrap,
.products.short-view .product-attribute-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  inset: auto;
  position: static;
  opacity: 1;
  justify-content: left;
}
.product-attribute-wrap .list_color_attr {
  display: flex;
  align-items: center;
  padding: 0 0 0 2px;
}
.product-attribute-wrap .list_size_attr {
  text-transform: capitalize;
  font-size: 12px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.product-attribute-wrap .list_color_attr + .list_size_attr {
  padding-left: 13px;
  margin-left: 8px;
  gap: 4px;
}
#yith-quick-view-modal .product-attribute-wrap .list_size_attr {
  padding-left: 22px;
  margin-left: 15px;
}
.product-attribute-wrap .list_color_attr + .list_size_attr::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background: var(--single-border-color);
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
#yith-quick-view-modal .product-attribute-wrap .list_size_attr::before {
  height: 20px;
}
.product .product-default-price {
  float: left;
  width: 100%;
}
.product .price {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 500;
  color: var(--tertiary-color);
  font-size: 16px;
  line-height: 18px;
  gap: 6px;
  padding: 0;
}
.product .product-type-variable .price {
  flex-direction: unset;
}
section.product.product-type-grouped .price,
.single-product .type-product.product-type-grouped .sticky-addcart-info .price,
.single-product .type-product.product-type-grouped .entry-summary .price {
  flex-direction: row;
}
.product .price .amount bdi,
.product .price ins {
  display: flex;
}
.product .price span:first-child {
  display: flex;
  flex-direction: row-reverse;
}
.product .price del .woocommerce-Price-amount.amount bdi {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: var(--body-text-color);
  font-family: var(--secondary-font);
}
.product .price ins {
  text-decoration: none;
}
.product .price del {
  color: var(--color-text);
  margin: 0 0 0 20px;
  position: relative;
  text-decoration: unset;
}
.product .price del .amount bdi {
  font-weight: 500;
}
.product .price del::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  right: auto;
  width: 12px;
  height: 1px;
  background: var(--body-text-color);
  margin: auto;
}
.product .price del bdi {
  font-weight: 400;
  font-size: 14px;
}
section.product .artistics-sale span {
  position: absolute;
  right: auto;
  left: 10px;
  top: 10px;
  bottom: auto;
  color: var(--white-color-text);
  background-color: var(--secondary-color);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  opacity: 0;
  z-index: 0;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  font-family: var(--secondary-font);
}
.button.yith-wcqv-button:not(
    .product-button-wrap .quickview.btn-hv .button.yith-wcqv-button,
    .cart-quick-wrap .product-button-quickview .button.yith-wcqv-button,
    .single-product .summary .product-button-hv .button.yith-wcqv-button
  ) {
  display: none;
}
.cart-wrap
  .button.yith-wcqv-button:not(
    .product-button-wrap .quickview.btn-hv .button.yith-wcqv-button
  ) {
  display: flex;
}
.product .thumbnail-wrap,
.product .content-wrap,
.product-content-wrap {
  position: relative;
  background-color: transparent;
  float: left;
  overflow: hidden;
}
.product .content-wrap {
  padding: 15px 0 0;
  width: 100%;
  text-align: left;
}
.body-grid-2 .product-content-wrap {
  float: revert;
}
.product_catagories .product .content-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 0 5px;
  margin: 0 12px;
}
.product:hover .thumbnail-wrap .thumbnail-img {
  background: var(--background-color);
}
.product .thumbnail-wrap a img.hover-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}
.list-view section.product .cart-wrap,
.short-view section.product .cart-wrap {
  padding: 0;
}
.product .product-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.product .quantity {
  align-items: center;
  background: transparent;
  padding: 0;
  justify-content: space-between;
  display: flex;
  width: 150px;
  height: 40px;
  margin: 0 0 10px 0;
  border: 1px dashed var(--primary-color);
  overflow: hidden;
}
.product .quantity input.qty {
  text-align: center;
  border: none;
  padding: 0;
  font-size: 14px;
  width: 29.5px;
  font-weight: 600;
  background: none;
}
.product .quantity .qty_button {
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  color: var(--secondary-color);
}
.product .quantity .qty_button:hover {
  background-color: var(--single-border-color);
}
.product .product-button-wrap .btn-hv {
  position: relative;
  float: left;
  width: fit-content;
  margin: 0;
  z-index: 1;
  background: transparent;
  height: 100%;
}
.product .product-button-wrap .btn-hv.cart-wrap {
  width: auto;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap
  .product-button:hover,
section.product .product-content-wrap .content-wrap .cart-wrap a:hover {
  color: var(--primary-color);
}
.product .product-button-wrap .btn-hv a.loading,
.product-by-category section.product .cart-wrap a.loading {
  background-color: var(--primary-color);
}
.product-by-category section.product .cart-wrap a.loading::after {
  width: 100%;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover,
.product-layout-default section.product .cart-wrap:hover {
  border-color: var(--primary-color);
}
.product-layout-default section.product .cart-wrap a.loading::after {
  opacity: 0;
  display: none;
  font-size: 0;
  background-color: transparent;
}
.product-layout-default section.product .cart-wrap a::after {
  content: "+";
  position: absolute;
  width: fit-content;
  height: 100%;
  font-size: 22px;
  line-height: 18px;
  font-weight: 600;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  background-color: transparent;
}
.product-layout-default section.product .cart-wrap a:hover::after {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  color: var(--primary-color);
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap,
.product-layout-default section.product .cart-wrap {
  overflow: hidden;
  background: transparent;
  width: max-content;
  height: auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-layout-default
  section.product
  .product-content-wrap
  .thumbnail-wrap
  .cart-wrap {
  display: none;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover,
.product-layout-default section.product .cart-wrap:hover {
  border-color: var(--primary-color);
}
.product .cart-wrap a > svg.feather-shopping-cart {
  display: none;
}
.product .product-button-wrap .btn-hv a {
  height: 45px;
  width: 45px;
  float: none;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  justify-content: center;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 0 10px;
  background-color: var(--background-color);
  box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
}
.product .product-button-wrap .btn-hv:last-child a {
  margin-bottom: 0;
}
.return-to-shop .btn.btn-secondary::after,
.product .product-button-wrap .btn-hv a::after {
  content: "";
  right: 0;
  left: auto;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
  background: var(--primary-color);
}
.return-to-shop .btn.btn-secondary:hover {
  color: var(--btn-hover-color);
}
.return-to-shop .btn.btn-secondary::after {
  background: var(--secondary-color);
  z-index: -1;
}
.return-to-shop .btn.btn-secondary:hover::after,
.product-layout-default section.product .cart-wrap .exists a::after,
.product .product-button-wrap .btn-hv .exists a::after,
.product .product-button-wrap .btn-hv a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.product-layout-default section.product .cart-wrap .exists a::after,
.product-layout-default section.product .cart-wrap a:hover::before {
  color: var(--primary-color);
}
.product .product-button-wrap .btn-hv.wishlist a {
  position: relative;
}
.product .product-content-wrap .btn-hv.wishlist .exists a {
  font-size: 0;
  position: relative;
}
.product .product-button-wrap .wishlist.btn-hv a svg,
.product .product-content-wrap .wishlist.btn-hv a svg {
  display: none;
}
.product-layout-default
  .thumbnail-wrap
  .product-button-wrap
  .btn-hv:hover::before {
  content: none;
  transition: all 700s ease-in-out 0s;
  -webkit-transition: all 700s ease-in-out 0s;
  -moz-transition: all 700s ease-in-out 0s;
  -o-transition: all 700s ease-in-out 0s;
  -ms-transition: all 700s ease-in-out 0s;
}
.short-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv:hover::after,
.list-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.product .entry-summary .product-button-wrap .btn-hv:hover::after {
  width: 0;
}
.short-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv
  a:hover:before,
.list-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv
  a:hover:before {
  color: var(--white-color-text);
}
.short-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv
  .exists
  a:before,
.list-view
  .product
  .cart-button-list
  .product-button-wrap
  .btn-hv
  .exists
  a:before {
  color: var(--white-color-text);
}
.product .product-button-wrap .btn-hv a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  top: 0;
  bottom: 0;
  font-size: 16px;
  left: 0;
  right: 0;
  color: var(--secondary-color);
  z-index: 1;
}
.product .product-button-wrap .btn-hv a:hover:before {
  color: var(--white-color-text);
}
.product-layout-default section.product .cart-wrap .product-button:hover svg,
.product-by-category section.product .cart-wrap .product-button:hover svg {
  color: var(--white-color-text);
}
.product-layout-default section.product .cart-wrap .product-button.loading {
  color: var(--primary-color);
}
.product .product-button-wrap .wishlist a::before,
.product .product-content-wrap .wishlist a::before {
  content: "\f004";
}
.product .product-button-wrap .btn-hv.wishlist .feedback,
.product .product-content-wrap .btn-hv.wishlist .feedback {
  display: none;
}
.product .product-button-wrap .btn-hv .exists a::before {
  font-weight: 400;
  color: var(--white-color-text);
}
.product .product-button-wrap .quickview a::before {
  content: "\f06e";
}
.product .product-button-wrap .compare a::before {
  content: "\f24d";
}
.product
  .product-content-wrap
  .wishlist
  .add_to_wishlist
  span:not(
    .single-product
      .product
      .entry-summary
      .product-content-wrap
      .wishlist
      .add_to_wishlist
      span
  ) {
  display: none;
}
.product .product-button-wrap .quickview a.button,
.product
  .product-button-wrap
  .compare
  a.compare:not(
    .single-product
      .product
      .entry-summary
      .product-button-wrap
      .compare
      a.compare
  ) {
  font-size: 0;
}
.product-by-category .product .thumbnail-wrap .product-button-hv .cart-wrap {
  display: none;
}
.product-layout-default
  .shop-sidebar
  .products.columns-4
  .product
  .product-button-wrap
  .btn-hv
  a {
  height: 40px;
  width: 40px;
}
.product-layout-default
  .shop-sidebar
  .products.columns-4
  .thumbnail-wrap
  .timer
  > div {
  padding: 0px 12px;
}
.product-layout-default .shop-sidebar .products.columns-4 .cart-wrap.btn-hv a {
  height: 40px;
}
.product-layout-default
  .shop-sidebar
  .products.columns-4
  .thumbnail-wrap
  .timer {
  height: 50px;
}
.product-layout-default
  .shop-sidebar
  .products.columns-4
  .product
  .product-button-wrap
  .btn-hv
  a::before {
  font-size: 15px;
}
.product-layout-default
  .products.columns-5
  .product
  .product-button-wrap
  .btn-hv
  a,
.product-layout-default
  .products.columns-6
  .product
  .product-button-wrap
  .btn-hv
  a {
  width: 33px;
  height: 33px;
  min-height: 20px;
  margin: 0 0 6px;
}
.product-layout-default
  .products.columns-6
  .product
  .product-button.loading::before,
.product-layout-default
  .products.columns-5
  .product
  .product-button.loading::before {
  font-size: 12px;
  line-height: 14px;
}
.product-layout-default .products.columns-5 .product .artistics-sale span,
.product-layout-default .products.columns-6 .product .artistics-sale span {
  left: 10px;
  top: 8px;
  font-size: 11px;
  line-height: 13px;
  padding: 4px 8px;
}
.product-layout-default .products.columns-5 .list-description p,
.product-layout-default .products.columns-6 .list-description p {
  font-size: 12px;
  line-height: 15px;
  margin: 6px 0;
}
.product-layout-default
  .products.columns-5
  .product
  .woocommerce-loop-product__title,
.product-layout-default
  .products.columns-6
  .product
  .woocommerce-loop-product__title {
  margin: 0 0 3px;
  font-size: 13px;
}
.product-layout-default
  .products.columns-6
  .product
  .content-wrap
  .price
  .amount
  bdi,
.product-layout-default .products.columns-5 .product .price .amount bdi {
  font-size: 15px;
  line-height: 18px;
}
.product-layout-default
  .products.columns-6
  .product
  .price
  del
  .woocommerce-Price-amount.amount
  bdi,
.product-layout-default
  .products.columns-5
  .product
  .price
  del
  .woocommerce-Price-amount.amount
  bdi {
  font-size: 13px;
  line-height: 16px;
}
.product-layout-default .products.columns-6 .list_color_attr + .list_size_attr,
.product-layout-default .products.columns-5 .list_color_attr + .list_size_attr {
  padding-left: 5px;
  margin-left: 0px;
}
.product-layout-default .products.columns-6 .list_size_attr,
.product-layout-default .products.columns-5 .list_size_attr {
  font-size: 11px;
}
.product-layout-default .products.columns-6 div.list_product_color,
.product-layout-default .products.columns-5 div.list_product_color {
  height: 12px;
  width: 12px;
  margin-right: 6px;
}
.product .product-button-wrap {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  opacity: 0;
  z-index: -3;
  transform: translateX(90px);
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -o-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transition: all 500ms ease-in-out;
  display: flex;
  flex-direction: row;
  height: fit-content;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
section.product .thumbnail-wrap:hover .product-button-wrap {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  z-index: 1;
}
.product .product-button-wrap .product-button-hv {
  display: flex;
  flex-direction: column;
}
section.product:hover .thumbnail-wrap .wish-btn,
section.product:hover .thumbnail-wrap .product-button-wrap {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  z-index: 1;
}
/* product mordern style */
.product-layout-morden .product .product-button-wrap .btn-hv.cart-wrap {
  font-size: 0;
}
.product-layout-morden .product .cart-wrap a > svg.feather-shopping-cart {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  color: var(--secondary-color);
  z-index: 1;
}
.product-layout-morden .product .product-button-wrap .cart-wrap a:hover svg {
  color: var(--white-color-text);
}
.product-layout-morden .product .product-button-wrap .cart-wrap a.loading svg {
  width: 0;
  height: 0;
}
.product-layout-morden .product .product-button-wrap .cart-wrap a::after {
  z-index: 0;
}
.product-layout-morden .product .product-button-wrap .cart-wrap a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.product-layout-morden a.added_to_cart.wc-forward {
  display: none;
}
.product-layout-morden .product .product-button-wrap .product-button-hv {
  flex-direction: row;
  gap: 5px;
}
.product-layout-morden .product .product-button-wrap .btn-hv a {
  margin: 0;
  box-shadow: none;
}
.product-layout-morden .product .product-button-wrap {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: var(--white-color-text);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.product-layout-morden
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-morden
  section.product
  .cart-wrap
  a.product_type_variable::before,
.product-layout-morden
  section.product.product-type-external
  .cart-wrap
  a::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  top: 0;
  bottom: 0;
  font-size: 15px;
  left: 0;
  right: 0;
  color: var(--secondary-color);
  z-index: 1;
  margin: auto;
  width: auto;
}
.product-layout-morden
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  content: "\f248";
  font-weight: 400;
  font-family: "FontAwesome";
}
.product-layout-morden
  section.product.product-type-external
  .cart-wrap
  a::before {
  content: "\f3e5";
  left: 0;
  right: 0;
}
.product-layout-morden
  section.product
  .cart-wrap
  a.product_type_variable::before {
  content: "\2b";
  font-size: 23px;
  width: auto;
  right: 0;
  left: 0;
}
.product-layout-morden
  section.product.product-type-grouped
  .cart-wrap
  a:hover:before {
  color: var(--white-color-text);
}
.product-layout-morden section.product.product-type-grouped .cart-wrap a svg {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product-layout-morden section.product .cart-wrap a.product_type_variable svg,
.product-layout-morden section.product.product-type-external .cart-wrap a svg {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product-layout-morden
  section.product
  .cart-wrap
  a.product_type_variable:hover:before,
.product-layout-morden
  section.product.product-type-external
  .cart-wrap
  a:hover:before {
  color: var(--white-color-text);
}
/*rating*/
.product .wrap-rate .star-rating {
  font-size: 14px;
  width: 100px;
  letter-spacing: 4px;
  margin: auto;
}
.product .wrap-rate {
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: var(--white-color-text);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 125px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  z-index: 0;
}
.product .wrap-rate .star-rating::before {
  position: absolute;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  opacity: 1;
  color: var(--rating-color);
  left: 0;
  right: 0;
  text-align: center;
}
.product .wrap-rate .star-rating span {
  text-align: center;
  right: 0;
}
.product .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--rating-color);
  right: 0;
}
/*coundown*/
.thumbnail-wrap .timer {
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: auto;
  opacity: 1;
  overflow: hidden;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 8%);
}
.single-product .product .entry-summary .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0 0 25px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.thumbnail-wrap .timer > div > p.second,
.list-content-wrap .timer > div > p.second,
.single-product .product .entry-summary .timer > div > p.second {
  color: #ff0000;
}
.thumbnail-wrap .timer p.saleend {
  margin: 0;
  font-size: 13px;
  color: var(--secondary-color);
  font-weight: 600;
  letter-spacing: 3px;
}
.thumbnail-wrap .timer svg,
.single-product .product .entry-summary .timer svg {
  color: var(--secondary-color);
  margin-right: 5px;
  font-size: 10px;
  height: 16px;
  width: 16px;
}
.thumbnail-wrap .timer > div,
.list-content .timer > div,
.single-product .product .entry-summary .timer > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 16px;
  font: italic 400 11px/14px var(--secondary-font);
  color: var(--body-text-color);
  position: relative;
}
.single-product .product .entry-summary .timer > div p {
  font-style: normal;
}
.thumbnail-wrap .timer > div p,
.list-content .timer > div p {
  margin: 0;
}
.body-list-view section.product .timer,
.body-short-view section.product .timer {
  display: flex;
  opacity: 1;
  visibility: visible;
  padding: 8px 20px;
  margin: 0 0 15px;
  width: fit-content;
  border: 1px solid #e5e5e5;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.body-list-view section.product .timer svg,
.body-short-view section.product .timer svg {
  width: 18px;
  height: 18px;
  color: var(--secondary-color);
}
.body-list-view section.product:hover .timer,
.body-short-view section.product:hover .timer {
  opacity: 1;
  visibility: visible;
}
.body-list-view section.product .timer div::after,
.body-short-view section.product .timer div.select_box::after {
  line-height: 11px;
  font-size: 16px;
}
.list-content .timer > div.text,
.thumbnail-wrap .timer > div.text {
  display: none;
}
.thumbnail-wrap .timer > div > p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  font-style: normal;
  align-items: center;
  color: var(--secondary-color);
  line-height: 18px;
  font-family: var(--secondary-font);
}
.list-content .timer > div > p {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  line-height: 14px;
  justify-content: center;
  font-style: normal;
  font-family: var(--secondary-font);
}
.list-content .timer > div:last-child:after,
.thumbnail-wrap .timer > div:last-child:after,
.single-product .product .entry-summary .timer > div:last-child:after {
  display: none;
}
section.product.product-type-variable .price,
.single-product .type-product.product-type-variable .sticky-addcart-info .price,
.single-product .type-product.product-type-variable .entry-summary .price {
  flex-direction: row;
}
/* out of stock */
.outofstock .thumbnail-wrap .out-of-stock {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  font-family: var(--secondary-font);
  background: var(--primary-color);
  color: var(--white-color-text);
  opacity: 0.7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border: none;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
}
.product.outofstock .thumbnail-wrap a.thumbnail-img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: grayscale(1);
  float: left;
  width: 100%;
}
.product.outofstock .up-sells.upsells .thumbnail-wrap a.thumbnail-img,
.product.outofstock .related.products .thumbnail-wrap a.thumbnail-img {
  opacity: 1;
  filter: none;
}
.product.outofstock .product-content-wrap .content-wrap {
  min-height: 50px;
}
.woocommerce-info {
  background: none;
  font-size: 15px;
  padding: 10px 15px;
  color: var(--white-color-text);
  border-radius: 0;
}
.woocommerce-cart .empty-cart-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: left;
  width: 100%;
}
.woocommerce-cart .empty-cart-page .empty-cart {
  height: 80px;
  width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: end;
  border-radius: 50%;
  margin: 20px auto 30px;
  background: var(--border-color-01);
  overflow: hidden;
}
.woocommerce-cart .empty-cart-page p {
  font-size: 18px;
  color: var(--secondary-bg-color);
  font-weight: 500;
  margin: 0 0 20px;
}
.return-to-shop {
  text-align: center;
  margin: 0;
  float: left;
  width: 100%;
}
.product .thumbnail-wrap a.thumbnail-img {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.product .thumbnail-wrap a.thumbnail-img img,
.product
  .thumbnail-wrap:not(
    .list-view .thumbnail-wrap,
    .short-view .thumbnail-wrap,
    .product .category-morden .thumbnail-wrap
  ) {
  width: 100%;
}
.added_to_cart.wc-forward {
  display: none;
}
.product-layout-default .products .quantity {
  right: 0;
  left: auto;
  border: 1px solid var(--border-color-01);
}
.outofstock .thumbnail-wrap .timer {
  top: auto;
  bottom: 50px;
}
.outofstock.product .product-button-wrap .btn-hv.wishlist::before {
  display: none;
}
.special-product-tab .title-wrap > .ui-tabs-nav {
  display: none;
}
.woocommerce-active.archive.product-layout-default
  .products.columns-6
  .product
  .content-wrap
  span.price,
.woocommerce-active.archive.product-layout-default
  .products.columns-5
  .product
  .content-wrap
  span.price {
  font-size: 14px;
  line-height: 16px;
}
.woocommerce-active.archive.product-layout-default
  .products.columns-5
  .product
  .content-wrap
  .cart-wrap
  a,
.woocommerce-active.archive.product-layout-default
  .products.columns-6
  .product
  .content-wrap
  .cart-wrap
  a {
  font-size: 13px;
  line-height: 16px;
}
.wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.btn-hv .compare-button.product,
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
}
.woocommerce .wishlist-title h2 {
  font-size: 24px;
}
.products .product .quantity .qty_button:hover {
  background: var(--border-color-01);
}
.products .product .quantity .qty_button,
.products .product .quantity .qty_button:hover {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
/*---------------- end home product block -------------- */
.product_loadmore {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.product_loadmore .shop-loadmore {
  float: none;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  padding: 8px 25px;
  font-family: var(--primary-font);
  font-size: 15px;
  color: var(--color-text);
  position: relative;
  background: none;
}
.product_loadmore .shop-loadmore:hover {
  color: var(--white-color-text);
  border-color: var(--primary-color);
}
/* ---------------- start owl-nav -------------------*/
.nickx-slider-for .btn-prev,
.nickx-slider-for .btn-next {
  z-index: 1 !important;
  color: var(--color-text);
  font-size: 20px;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: auto;
  right: 25px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-next > span,
.owl-carousel .owl-nav .owl-prev > span {
  font-size: 48px;
  font-weight: 300;
  height: auto;
  width: 100%;
}
/* ---------------- end owl-nav ------------------- */
/* ---------------- start recent product ---------------- */
.product-recent,
.recent-viewall {
  float: left;
  width: 100%;
}
#product-Recent {
  margin: 0 0 10px;
}
#product-Recent .products {
  display: flex;
  flex-wrap: wrap;
}
.recent-viewall {
  text-align: center;
}
.recent-viewall #artistics_loadmore {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--color-text);
  float: none;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--secondary-color);
  padding: 10px 20px;
  position: relative;
  background: none;
}
.recent-viewall #artistics_loadmore:hover {
  color: var(--white-color-text);
  border-color: var(--secondary-bg-color);
}
.recent-viewall #artistics_loadmore::after {
  position: absolute;
}
.recent-viewall #artistics_loadmore:focus {
  box-shadow: none;
}
.tax-product_cat .site-main .products section.product,
section .product-recent .products section.product,
.woocommerce-active.archive .site-main .products section.product {
  position: relative;
  padding: 0 12px 30px 12px;
}
section .product-recent .products section.product {
  margin: 0 0 40px;
}
.products .product a:hover {
  color: var(--primary-color);
}
section .product-recent .products.columns-3 .product {
  width: 33.33%;
}
section .product-recent .products.columns-2 .product {
  width: 50%;
}
/* ---------------- end recent product ---------------- */
/* -------------- start shop page ----------------- */
.shop-sidebar {
  float: left;
  width: 100%;
  padding: 0;
}
.shop-sidebar .thumbnail-wrap .timer > div > p {
  font-size: 13px;
  line-height: 18px;
}
.shop-sidebar .thumbnail-wrap .timer > div > div.text {
  font-size: 10px;
  color: #777;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
}
.right-content-product,
.right-content-filter {
  float: right;
  padding: 0 12px 0 12px;
}
.left-content-filter,
.left-content-product {
  float: left;
  padding: 0 12px;
}
.woocommerce-active #primary .widget_block ul li,
#primary .woocommerce ul li {
  border: none;
  color: var(--body-text-color);
  padding: 0 0 6px;
  float: left;
  width: 100%;
  margin: 0;
}
.woocommerce-active #primary .widget_block ul.wp-block-categories li {
  display: block;
}
.woocommerce-active #primary .widget_block ul.wp-block-categories li a {
  margin-right: 5px;
}
.widget .wc-block-attribute-filter,
.wc-block-attribute-filter .wc-block-attribute-filter-list {
  float: left;
  width: 100%;
}
.wc-block-attribute-filter.style-dropdown > svg {
  display: none;
}
.woocommerce-active #primary .widget_block ul li .wc-block-components-checkbox {
  margin: 0;
  float: left;
  width: 100%;
}
.woocommerce-active
  #primary
  .widget_block
  ul
  li
  .wc-block-components-checkbox
  label
  .wc-block-components-checkbox__input {
  height: 15px;
  min-width: 15px;
  width: 15px;
  min-height: 15px;
  border: 1px solid var(--body-text-color);
  background-color: transparent;
  margin: 0 10px 0 0;
  border-radius: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  margin-left: 1px !important;
  margin-top: -3px !important;
  width: 13px !important;
}
.shop-sidebar .widget .wc-block-attribute-filter__actions {
  margin: 0;
}
.widget .wc-block-attribute-filter__actions {
  float: left;
  width: 100%;
  justify-content: start;
  margin: 20px 0 0;
  font-weight: 600;
  text-transform: uppercase;
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  ul {
  float: left;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  max-width: 50%;
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  ul
  li {
  padding: 0 0 15px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border-radius: 0;
  border: 1px solid var(--border-color-01);
}
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li
  label {
  align-items: center;
  display: flex;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li:hover
  label
  .wc-filter-element-label-list-count {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li:hover
  label {
  color: var(--primary-color);
}
.woocommerce-active #primary .widget_block ul li:last-child {
  margin: 0;
  padding: 0;
}
.woocommerce-active #primary .wc-block-attribute-filter ul li > input {
  display: none;
}
.woocommerce-active #primary .wc-block-attribute-filter ul li > label {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  align-items: center;
  font-size: 14px;
}
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-filter-element-label-list-count::before,
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-filter-element-label-list-count::after {
  content: none;
}
#primary .offsidebar-left .woocommerce ul li {
  display: flex;
  align-items: center;
}
#primary .woocommerce ul li a:hover {
  color: var(--secondary-color-hv-text);
}
#primary .woocommerce.widget_layered_nav_filters ul li a {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
#primary .woocommerce.widget_layered_nav_filters ul li a::after {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 0;
  left: auto;
  font-size: 10px;
}
#primary .woocommerce.widget_layered_nav_filters ul li a:hover::after {
  color: #ec3006;
}
.widget_price_filter .price_slider_amount .button {
  position: static;
}
.shop-nosidebar .widget-area .widget.woocommerce {
  border: none;
  padding: 0;
}
.product-review-tab .review_tab .woocommerce-product-rating a {
  color: #ccc;
}
.widget-area .widget.woocommerce {
  padding: 15px;
}
.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul,
.archive.woocommerce-active .widget-area #woocommerce_layered_nav-1 ul {
  height: 190px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 10px;
}
.tax-product_cat
  .widget-area
  #woocommerce_layered_nav-1
  ul::-webkit-scrollbar-track,
.archive.woocommerce-active
  .widget-area
  #woocommerce_layered_nav-1
  ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.tax-product_cat
  .widget-area
  #woocommerce_layered_nav-1
  ul::-webkit-scrollbar-thumb,
.archive.woocommerce-active
  .widget-area
  #woocommerce_layered_nav-1
  ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.tax-product_cat .widget-area #woocommerce_layered_nav-1 ul::-webkit-scrollbar,
.archive.woocommerce-active
  .widget-area
  #woocommerce_layered_nav-1
  ul::-webkit-scrollbar {
  width: 5px;
}
.widget_layered_nav_filters ul li .woocommerce-Price-amount {
  padding: 0 0 0 10px;
  color: var(--secondary-color);
  font-weight: 500;
}
.widget_block .wc-block-price-filter__title,
.widget .wc-block-attribute-filter__title,
.woocommerce.widget .widget-title {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 8px;
  text-transform: capitalize;
  color: var(--secondary-bg-color);
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider__range-input-progress {
  --range-color: var(--secondary-color);
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider__range-input-wrapper {
  box-shadow: none;
  margin-bottom: 30px;
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button
  .wc-block-components-price-slider__controls {
  align-items: center;
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button
  .wc-block-components-price-slider__controls
  > button {
  background: var(--secondary-bg-color);
  color: var(--white-color-text);
  font-size: 15px;
  padding: 8px 20px;
  line-height: 18px;
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button
  .wc-block-components-price-slider__controls
  > button:hover {
  background: var(--secondary-bg-hv-color);
}
.widget .wc-block-attribute-filter {
  margin: 0;
}
.widget .wc-block-attribute-filter .components-form-token-field {
  border-style: none;
  height: 40px;
  float: left;
  width: 100%;
  border-radius: 0;
  border-color: var(--border-color-01);
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  padding: 0 15px;
  width: 100%;
  position: relative;
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  > ul {
  padding: 15px;
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  color: var(--body-text-color);
}
.widget
  .wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  > .wc-block-dropdown-selector__input {
  cursor: pointer;
}
.widget_block .wc-block-price-filter__title::after,
.widget .wc-block-attribute-filter__title::after,
.woocommerce.widget .widget-title::after {
  content: "";
  position: absolute;
  background: var(--border-color-01);
  width: 30px;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.wc-block-components-price-slider {
  margin: 0 !important;
}
.archive.woocommerce-active #primary .woocommerce.widget ul li {
  font-size: 14px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
}
.widget.woocommerce form {
  margin: 5px 0 0;
}
.woocommerce
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.widget_price_filter.woocommerce .price_slider_amount .button {
  background: var(--color-text);
  color: var(--white-color-text);
  font-size: 14px;
  padding: 8px 20px;
  line-height: 18px;
}
.widget_price_filter.woocommerce .price_slider_amount .button:hover {
  background: var(--primary-color);
}
.widget_price_filter.woocommerce .price_slider_amount {
  display: flex;
  align-items: center;
}
.widget_price_filter.woocommerce .price_slider_amount .price_label {
  font-size: 14px;
  flex-grow: 1;
  flex-basis: 0;
  font-style: italic;
}
.widget_price_filter.woocommerce .ui-slider .ui-slider-range {
  background: var(--color-text);
}
.widget_price_filter.woocommerce .ui-slider .ui-slider-handle {
  background: var(--color-text);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: 0;
  z-index: 1;
}
.widget_price_filter.woocommerce .ui-slider-horizontal {
  height: 5px;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.woocommerce-widget-layered-nav
  .woocommerce-widget-layered-nav-dropdown
  .select-wrap {
  float: left;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.woocommerce-widget-layered-nav
  .woocommerce-widget-layered-nav-dropdown
  .select-wrap::after {
  height: 13px;
  font-size: 14px;
}
.woocommerce .select2-container--default .select2-selection--single {
  height: 45px;
  background-color: transparent;
  float: left;
  width: 100%;
  border-color: var(--border-color-01);
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
#primary .woocommerce.widget_rating_filter ul li a {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#primary .woocommerce.widget_rating_filter ul li a .star-rating {
  width: 75px;
  letter-spacing: 2px;
}
.single-product .woocommerce-product-rating .star-rating {
  width: 88px;
  letter-spacing: 3px;
  height: 22px;
}
.single-product .woocommerce-product-rating #tab-title-reviews .star-rating {
  margin: 0 0 5px;
}
#primary
  .wc-blocks-filter-wrapper
  .wc-block-rating-filter
  ul
  li
  .wc-block-components-product-rating__stars::before,
#primary .woocommerce.widget_rating_filter ul li a .star-rating::before,
.single-product .woocommerce-product-rating .star-rating::before,
.single-product .commentlist .review .comment-text .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 13px;
  color: var(--rating-color);
  opacity: 1;
}
#primary .woocommerce.widget_rating_filter ul li a .star-rating span::before,
.single-product .woocommerce-product-rating .star-rating span::before,
.single-product .commentlist .review .comment-text .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--rating-color);
  font-size: 13px;
}
.single-product .woocommerce-product-rating .star-rating::before,
.single-product .woocommerce-product-rating .star-rating span::before {
  font-size: 13px;
}
.wc-block-components-price-slider--is-input-inline
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  border: none;
  padding: 0;
  background: transparent;
}
.widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 20px;
}
.wc-block-price-filter__button.wc-block-components-price-slider__button {
  padding: 10px 15px;
}
/* end filter toggle */
.product-top-sorting {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-top-sorting .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  margin-right: 10px;
}
.product-top-sorting .product-sort-view {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
.product-top-sorting .product-sort-view .view svg path {
  fill: #888;
  -webkit-stroke: var(--body-text-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-top-sorting .product-sort-view .view:hover svg path,
.product-top-sorting .product-sort-view .view.active svg path {
  fill: var(--secondary-color);
  -webkit-stroke: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-top-sorting .product-sort-view .view {
  margin-right: 10px;
  display: flex;
}
.product-top-sorting .woocommerce-ordering {
  margin-right: 20px;
  margin-bottom: 0;
}
.product-top-sorting .woocommerce-perpage .select-wrap {
  margin: 0;
}
.product-top-sorting .woocommerce-perpage .select-wrap::after {
  right: 15px;
}
.product-top-sorting .select-wrap select {
  background: transparent;
  border-color: var(--border-color-01);
  color: var(--body-text-color);
  font-size: 14px;
  font-weight: 400;
  padding: 9px 35px 9px 15px;
  cursor: pointer;
}
.product-top-sorting .select-wrap select option {
  color: var(--secondary-color);
}
.product-top-sorting .woocommerce-ordering .select-wrap {
  margin: 0;
}
.product-top-sorting .select-wrap::after {
  font-size: 11px;
}
/* start full width shop page */
#post_sidebar {
  float: left;
  padding: 0 15px;
}
.product-top-sorting .toggle-filter {
  display: flex;
  align-items: center;
  justify-content: end;
  order: 2;
  margin-left: 15px;
}
.product-top-sorting .filter {
  position: relative;
  font-size: 14px;
  color: var(--body-text-color);
  cursor: pointer;
  border: 1px solid var(--border-color-01);
  padding: 9px 15px;
  margin: 0;
}
.product-top-sorting .filter:hover {
  color: var(--secondary-color-hv-text);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-top-sorting .filter .fa-align-right {
  font-size: 14px;
  margin: 0 0 0 10px;
  -webkit-transition: none;
}
.full-sidebar #post_sidebar {
  display: none;
}
.full-sidebar #post_sidebar .widget-area {
  display: flex;
  flex-flow: row wrap;
  margin: 30px -20px;
}
/* end full width shop page */
/* start offslidebar shop page */
.offside {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.filter-toggle .offside {
  visibility: visible;
}
.offside .widget-area {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 320px;
  padding: 5% 25px 30px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #a0a0a0 var(--background-color);
  height: 100vh;
}
.offside .widget-area::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}
.offside .widget-area::-webkit-scrollbar-thumb {
  background-color: #666;
}
.offside .widget-area::-webkit-scrollbar {
  width: 6px;
}
.offside .widget-area .filter-close {
  position: absolute;
  right: 20px;
  left: auto;
  top: 40px;
  bottom: auto;
  cursor: pointer;
}
.offside .widget-area .filter-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--color-text);
}
.offside.offside-left .widget-area {
  right: auto;
  left: 0;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  border-right: 1px solid var(--border-color-01);
}
.offside.offside-right .widget-area {
  right: 0;
  left: auto;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  border-left: 1px solid var(--border-color-01);
}
.filter-toggle .offside.offside-left .widget-area,
.filter-toggle .offside.offside-right .widget-area {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.columns-6 .outofstock .thumbnail-wrap .out-of-stock,
.columns-5 .outofstock .thumbnail-wrap .out-of-stock {
  height: 70px;
  width: 70px;
  font-size: 14px;
  padding: 8px;
  line-height: 19px;
}
.columns-5 .list-content .timer > div > p,
.columns-5 .thumbnail-wrap .timer > div > p,
.columns-6 .list-content .timer > div > p,
.columns-6 .thumbnail-wrap .timer > div > p {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
}
.product-layout-default .columns-6 .product .price del::after {
  left: -12px;
  width: 10px;
}
.product-layout-default .columns-6 .product .price del {
  margin: 0 0 0 15px;
}
.product-layout-default .columns-6 .product .wrap-rate .star-rating,
.product-layout-default .columns-5 .product .wrap-rate .star-rating {
  font-size: 11px;
  width: 80px;
}
.product-layout-default .columns-5 .product .wrap-rate,
.product-layout-default .columns-6 .product .wrap-rate {
  height: 24px;
  width: 100px;
}
.single-product .single-product-detail .entry-summary .product_title {
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.woocommerce-active.archive.product-layout-default
  .products.columns-5
  .content-wrap
  .woocommerce-product-details__short-description
  p {
  font-size: 14px;
  margin: 0 0 10px;
}
.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget,
.woocommerce-active.archive .shop-nosidebar .widget {
  border: none;
  padding: 0;
  border-bottom: 1px solid var(--border-color-01);
  padding: 0 0 20px;
  margin: 0 0 25px;
  border-radius: 0;
}
.woocommerce-active.archive
  .shop-sidebar
  .sidebar-filter
  .widget.widget_price_filter,
.woocommerce-active.archive .shop-nosidebar .widget.widget_price_filter {
  padding: 0 0 50px;
}
.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget:last-child,
.woocommerce-active.archive .shop-nosidebar .widget:last-child {
  border: none;
  padding: 0;
}
.woocommerce-active.archive
  .shop-sidebar
  .sidebar-filter
  .widget_layered_nav_filters,
.woocommerce-active.archive .shop-nosidebar .widget_layered_nav_filters {
  border: none;
  background: var(--background-color);
  padding: 20px;
}
body.woocommerce-active.archive
  #primary
  .shop-sidebar
  .sidebar-filter
  .widget_layered_nav_filters
  ul
  li:last-child {
  margin: 0;
}
/* end shop product-layout-default */
.woocommerce-active.archive .site-main .products.columns-6 .product .timer {
  padding: 0 10px;
  height: 30px;
}
.woocommerce-active .widget .wc-block-components-product-rating__stars {
  width: 5.6em;
}
#primary
  .wc-blocks-filter-wrapper
  .wc-block-rating-filter
  ul
  li
  .wc-block-components-product-rating__stars {
  width: 75px;
  letter-spacing: 2px;
}
#primary
  .wc-blocks-filter-wrapper
  .wc-block-rating-filter
  ul
  li
  .wc-block-components-product-rating {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#primary
  .wc-blocks-filter-wrapper
  .wc-block-rating-filter
  .wc-block-components-checkbox__label {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.woocommerce-active.archive
  .products.columns-6
  .product
  .thumbnail-wrap
  .quantity
  input.qty {
  font-size: 12px;
}
.woocommerce-active.archive
  .products.columns-6
  .product
  .thumbnail-wrap
  .quantity
  .qty_button {
  height: 30px;
}
.woocommerce-active.archive
  .shop-nosidebar
  .products.columns-6
  .product
  .thumbnail-wrap
  .quantity
  .qty_button {
  height: 35px;
  width: 20px;
}
.select2-results .select2-results__options .select2-results__option {
  padding: 5px 10px;
  font-size: 14px;
}
.select2-container--default
  .select2-dropdown
  .select2-results
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-dropdown
  .select2-results
  .select2-results__option--highlighted[data-selected] {
  color: var(--secondary-color);
  background: var(--single-border-color);
}
/* -------------- end shop page ----------------- */
/* -------------- start list view ----------------- */
.list-view .artistics-sale span {
  top: 15px;
}
.product-layout-default .short-view .product-content-wrap .thumbnail-wrap,
.product-layout-default .list-view .product-content-wrap .thumbnail-wrap {
  border: none;
  margin: 0;
}
.woocommerce-active.archive .site-main .products.list-view .product {
  width: 100%;
}
.short-view .list-thumnail-wrap,
.list-view .list-thumnail-wrap {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.short-view .product .product-content-wrap:hover .wrap-rate .star-rating,
.list-view .product .product-content-wrap:hover .wrap-rate .star-rating {
  opacity: 1;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title {
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
}
.woocommerce-active.archive .products.list-view .product .wrap-rate,
.woocommerce-active.archive .products.short-view .product .wrap-rate {
  padding: 0;
  position: static;
  justify-content: start;
  text-align: start;
  align-items: start;
  width: fit-content;
  margin: 0;
  transform: none;
  height: auto;
  display: block;
  background-color: transparent;
}
.woocommerce-active.archive
  .products.short-view
  section.product:hover
  .wrap-rate,
.woocommerce-active.archive
  .products.list-view
  section.product:hover
  .wrap-rate {
  opacity: 1;
}
.product-layout-default .list-view .product-content-wrap > .row {
  margin: 0;
}
.list-view .list-content-wrap .wrap-rate,
.list-view .list-content-wrap p,
.list-view .list-content-wrap .product-button,
.list-view .list-cart-wrap .quantity-list {
  float: left;
  width: 100%;
}
.list-view .list-content-wrap .timer,
.list-view .list-content-wrap .product-button-wrap,
.list-view .list-cart-wrap .quantity {
  float: left;
  width: auto;
}
.woocommerce-active.archive .site-main .products.short-view .product .timer,
.woocommerce-active.archive .site-main .products.list-view .product .timer {
  padding: 10px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  margin: 8px 0 20px;
  border: 1px solid var(--border-color-01);
}
.shop-sidebar .short-view .list-content .timer > div > div.text,
.shop-sidebar .list-view .list-content .timer > div > div.text {
  font-size: 11px;
}
.short-view section.product .artistics-sale span {
  display: none;
}
.list-view .list-description p,
.short-view .list-description p {
  -webkit-line-clamp: 4;
}
.list-view .list-cart-wrap .quantity {
  width: auto;
  position: static;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap {
  position: static;
  transform: none;
  visibility: visible;
  opacity: 1;
  height: 40px;
  width: auto;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap {
  margin: 0;
  margin-right: 6px;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
}
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before {
  left: -105px;
  right: 0;
  font-size: 13px;
  color: var(--white-color-text);
}
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button::after,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button::after {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  z-index: -1;
  opacity: 1;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button:hover:after,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button:hover::before,
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button:hover {
  color: var(--white-color-text);
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button:hover,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button:hover::before {
  color: var(--white-color-text);
  z-index: 1;
}
.product-layout-default
  .short-view
  section.product
  .cart-wrap
  .product-button:hover
  svg,
.product-layout-default
  .list-view
  section.product
  .cart-wrap
  .product-button:hover
  svg {
  color: var(--white-color-text);
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .product-attribute-wrap
  .list_color_attr
  + .list_size_attr {
  font-size: 14px;
  padding-left: 10px;
  margin-left: 8px;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .product-attribute-wrap
  .list_size_attr
  .list_product_size {
  padding: 0 5px;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .product-attribute-wrap
  .list_size_attr::before {
  height: 16px;
}
.woocommerce-active.archive .list-view .product .list-content-wrap span.price,
.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity,
.woocommerce-active.archive .list-view .product .product-button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  opacity: 1;
  justify-content: left;
}
.short-view .product .wrap-rate .star-rating,
.list-view .product .wrap-rate .star-rating {
  font-size: 14px;
  width: 90px;
  letter-spacing: 2px;
  margin: 0;
}
.list-view .product-content-wrap .list-content-wrap .price,
.list-view .product-content-wrap .list-content-wrap .timer {
  margin: 0 0 18px;
  padding: 0;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .product-content-wrap
  .list-content-wrap
  .product-attribute-wrap,
.woocommerce-active.archive
  .products.short-view
  .product
  .product-content-wrap
  .list-content-wrap
  .product-attribute-wrap {
  margin: 0 0 15px;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .quantity
  .qty_button {
  height: 40px;
  width: 35px;
  font-size: 15px;
}
.woocommerce-active.archive
  .products.short-view
  section.product:hover
  .artistics-sale
  span,
.woocommerce-active.archive
  .products.list-view
  section.product:hover
  .artistics-sale
  span {
  transform: none;
  opacity: 1;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .quantity
  input.qty {
  width: 75px;
  font-size: 14px;
}
.list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
  float: left;
  width: auto;
  display: flex;
  justify-content: start;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: static;
  background: none;
  border: none;
  transform: none;
  margin: 0;
}
.list-view
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
}
.woocommerce-active.archive
  .short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a,
.woocommerce-active.archive
  .list-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a {
  height: 40px;
  width: 40px;
  transform: none;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.woocommerce-active.archive
  .short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a::before,
.woocommerce-active.archive
  .list-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a::before {
  font-size: 15px;
  justify-content: center;
  align-items: center;
}
.woocommerce-active.archive
  .short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a::after,
.woocommerce-active.archive
  .list-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a::after {
  display: block;
}
.woocommerce-active.archive
  .list-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv,
.woocommerce-shop
  .short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv {
  box-shadow: 0 0px 1px 0 rgb(0 0 0 / 10%);
  margin: 0 6px 0 0;
  float: left;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.woocommerce-shop
  .short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv:last-child {
  margin-right: 0;
}
.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.list-view .product .list-content-wrap {
  margin: 0;
  padding: 0 0 0 20px;
  width: 75%;
}
.list-view .product .list-content-wrap .list-cart-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  float: left;
}
.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
  flex-direction: row;
}
.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list,
.list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
  display: flex;
  align-items: center;
  width: 100%;
}
.list-view .product .list-content-wrap .list-content {
  width: 100%;
  float: left;
}
.list-description,
.list-timer {
  float: left;
  width: 100%;
}
.woocommerce-active.archive .list-view .product .list-cart-wrap .quantity {
  border: 1px solid var(--border-color-01);
}
/* -------------- end list view ----------------- */
/* -------------- start short view ----------------- */
.woocommerce-active.woocommerce-shop .site-main .products.short-view .product {
  width: 100%;
}
.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
  flex-direction: column;
}
.short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .cart-button-list
  .product-button-wrap
  .btn-hv {
  margin: 0 4px;
}
.short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .cart-button-list
  .product-button-wrap {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  border: none;
  background: none;
  width: auto;
}
.short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .cart-button-list
  .cart-wrap {
  margin: 0 0 6px;
}
.short-view .product .list-content-wrap .list-price {
  text-align: center;
}
.short-view .product .list-content-wrap .list-cart-wrap .quantity-list {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .quantity-list
  .quantity {
  float: none;
  display: inline-block;
  width: auto;
  position: static;
}
.short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .quantity-list
  .quantity
  .qty_button {
  height: 40px;
  width: 35px;
}
.woocommerce-shop
  .short-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .quantity-list
  .quantity
  input.qty {
  width: 70px;
}
.short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
  margin: 0;
  float: left;
  width: 100%;
}
.product-layout-default .short-view section.product:hover .cart-wrap {
  -webkit-transform: none;
}
.short-view .product .product-button::before {
  display: none;
}
.short-view .product .product-button-wrap .product-button-hv {
  width: 100%;
  flex-direction: row;
}
.short-view .product .product-button-wrap .btn-hv a {
  margin: 0;
}
.short-view .product .list-content-wrap .list-price .price {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6;
  visibility: visible;
  opacity: 1;
}
.short-view
  .product.product-type-variable
  .list-content-wrap
  .list-price
  .price,
.short-view
  .product.product-type-grouped
  .list-content-wrap
  .list-price
  .price {
  flex-direction: column;
}
.short-view .product .price del {
  color: var(--body-text-color);
  margin: 20px 0 0 0;
  position: relative;
  text-decoration: unset;
  justify-content: center;
  display: flex;
  width: 100%;
}
.product-layout-default .short-view section.product .cart-wrap {
  opacity: 1;
}
.short-view .product .list-content-wrap {
  display: flex;
  padding: 0 0 0 20px;
}
.blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-thumbnail:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: var(--background-color02);
  width: 90%;
  z-index: 0;
  height: auto;
  bottom: 0;
}
.blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-thumbnail {
  position: relative;
  margin: 0 0 15px;
}
/* -------------- end short view ----------------- */
/* -------------- start nosidebar list view ----------------- */
.shop-nosidebar {
  padding: 0 12px;
}
.woocommerce-active.archive
  .site-main
  .shop-nosidebar
  .products.list-view
  .product {
  width: 50%;
  float: left;
}
.shop-nosidebar .list-view .product .list-content-wrap .list-content,
.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
  float: left;
  width: 100%;
}
.shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
  align-items: start;
  padding: 0;
}
.woocommerce-active.archive
  .shop-nosidebar
  .list-view
  .product
  .list-cart-wrap
  .quantity-list {
  justify-content: start;
  margin: 0;
  width: auto;
}
.shop-nosidebar .list-view .product .list-content-wrap {
  display: block;
  width: 58.33333333%;
}
.shop-nosidebar .list-view .product .thumbnail-wrap {
  width: 41.66666667%;
}
.shop-nosidebar .list-view .product .list-content-wrap .list-content {
  padding: 0;
}
.shop-nosidebar
  .list-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .cart-button-list {
  float: none;
  width: auto;
  display: inline-block;
}
.shop-nosidebar
  .list-view
  .product
  .list-content-wrap
  .list-cart-wrap
  .cart-button-list
  .product-button-wrap {
  float: left;
  width: auto;
  display: block;
}
.woocommerce-active.archive
  .shop-nosidebar
  .products.list-view
  .product
  .list-cart-wrap
  .quantity
  .qty_button {
  width: 25px;
}
.woocommerce-active.archive
  .shop-nosidebar
  .products.list-view
  .product
  .list-cart-wrap
  .quantity
  input.qty {
  width: 25px;
}
.woocommerce-active.archive
  .shop-nosidebar
  .products.list-view
  .product
  .list-cart-wrap
  .product-button,
.shop-nosidebar
  .list-view
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv {
  margin: 0;
}
.list-description p {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: none;
}
/* -------------- end nosidebar list view ----------------- */
/* -------------- start single product page ----------------- */
.single-product .single-product-thumb-content .single-content-default {
  margin-left: 30px;
}
.single-product
  div.product
  .single-product-default
  .woocommerce-product-gallery
  .flex-control-thumbs {
  display: flex;
  justify-content: space-between;
}
.single-product
  div.product
  .single-product-default
  .single-product-thumbnail
  .woocommerce-product-gallery
  .flex-viewport {
  margin: 0 0 38px;
}
.single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
  padding-left: 30px;
  padding-top: 0;
}
.single-product .left-slider .summary.entry-summary,
.single-product.thumbnail-slider-style1 .bottom-slider .summary.entry-summary,
.single-product.thumbnail-slider-style1 .no-slider .summary.entry-summary,
.single-product.thumbnail-slider-style1 .right-slider .summary.entry-summary {
  padding-left: 30px;
}
.product-review-tab .review_tab .woocommerce-product-rating a {
  padding: 0;
}
.single-product
  .products.grid-view
  section.product
  .thumbnail-wrap
  .product-button-wrap
  .compare.btn-hv
  .product.compare-button {
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-product .entry-summary {
  margin: 0;
}
.single-product .woocommerce-product-details__short-description,
.single-product .summary .cart,
.single-product .summary .cart .single_add_to_cart_button,
.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs ul,
.single-product .woocommerce-tabs .woocommerce-Tabs-panelm,
.single-product .progress-bar,
.single-product .product-360-button,
.single-categories,
.single-product .entry-summary,
.single-product .recently-viewed,
.single-product .product-estimate,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  float: left;
  width: 100%;
}
.single-product .summary .cart {
  width: 100%;
  margin: 0 0 20px 0;
}
.single-product .woocommerce-tabs {
  padding: 0 0 50px;
  margin: 40px 0;
  position: relative;
}
.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  border: 1px solid var(--border-color-01);
  position: relative;
}
.single-product .woocommerce-tabs ul.tabs li a {
  padding: 17px 20px;
  font-size: 20px;
  position: relative;
  color: var(--body-text-color);
  font-family: var(--primary-font);
  font-weight: 500;
}
.woocommerce-tabs ul.tabs li {
  font-weight: 600 !important;
}
.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--secondary-color);
}
.single-product .woocommerce-tabs ul.tabs li a::after {
  content: "";
  left: 0px;
  right: 0;
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 2px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 0;
  background: var(--secondary-color);
  margin: auto;
}
.single-product .woocommerce-tabs ul.tabs li.active a::after,
.single-product .woocommerce-tabs ul.tabs li a:hover::after {
  width: 55%;
}
.single-product .summary .cart .single_add_to_cart_button {
  position: static;
  text-align: left;
}
.elementor-editor-active .elementor-element.elementor-widget-empty {
  background: none;
}
.single-product .product .entry-summary .product-button,
.single-product .product .entry-summary .quantity {
  position: relative;
  float: left;
  height: 50px;
}
.single-product
  .product
  .entry-summary
  .woocommerce-grouped-product-list-item__quantity
  .quantity {
  margin: 0;
  width: 90px;
}
.single-product .product .entry-summary .quantity {
  border: 1px solid var(--border-color-01);
  background: none;
  position: static;
  margin: 0;
  width: auto;
}
#yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .quantity
  .qty_button:hover {
  background: var(--background-color);
}
#yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .quantity
  .qty_button {
  color: var(--secondary-color);
}
#yith-quick-view-modal .single-product .product .entry-summary .quantity .qty {
  background: none;
  width: 30px;
}
#yith-quick-view-modal .single-product .product .entry-summary .quantity {
  border: 1px solid var(--border-color-01);
  background: none;
}
.single-product .product .entry-summary .quantity .qty_button {
  width: 35px;
  height: 49px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 22px;
}
.single-product .product .entry-summary .quantity .qty_button:hover {
  background: var(--dark-background);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.single-product .single-product-thumbnail {
  float: left;
  width: 100%;
  position: relative;
}
.single-product .single-product-thumbnail .images {
  float: left;
  width: 100%;
}
.single-product-thumbnail .flex-direction-nav li {
  list-style: none;
}
.single-product .entry-summary .list-timer .timer {
  background: var(--primary-color);
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.06);
  color: var(--white-color-text);
}
.single-product .entry-summary .list-timer {
  border-bottom: 1px solid var(--single-border-color);
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.single-product .buy-now-wrap .button:hover::before,
.single-product .buy-now-wrap .button:hover {
  color: var(--white-color-text);
}
.single-product .buy-now-wrap .button:hover::before {
  display: none;
}
.single-product .buy-now-wrap .button:hover {
  border-color: var(--primary-color);
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product_type_variable.disable,
.single-product .buy-now-wrap .button.product_type_variable {
  pointer-events: none;
  opacity: 0.4;
}
.single-product .woocommerce-product-details__short-description p {
  margin: 0;
  line-height: 22px;
  font-size: 15px;
}
.single-product .product-estimate {
  font-size: 14px;
  border-top: 1px solid var(--border-color-01);
  padding: 30px 0 0 0;
}
.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery,
.single-product .product-estimate .delivery-shipping-wrap .free-shipping {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 25px;
  flex-grow: 1;
  flex-basis: 0;
}
.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery {
  margin: 0 0 8px;
  padding: 0 0 0 15px;
}
.single-product .product-estimate .delivery-shipping-wrap .estimated-delivery p,
.single-product .product-estimate .delivery-shipping-wrap .free-shipping p {
  margin: 0;
}
.single-product
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping::after {
  position: absolute;
  content: "\f48b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  color: var(--secondary-color);
}
.single-product
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery::after {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  color: var(--secondary-color);
}
.single-product .summary .stock-progress span.stock-progress-wrap {
  font-size: 14px;
  margin: 0 0 6px;
  text-align: left;
}
.single-product .summary .product-button-hv {
  float: left;
  width: 265px;
  height: auto;
  flex-direction: row;
  justify-content: start;
}
.single-product .single-product-image .artistics-sale {
  position: absolute;
  left: 15px;
  right: auto;
  margin: auto;
  top: 15px;
  bottom: auto;
  padding: 5px 14px;
  z-index: 2;
  background: var(--tertiary-color);
  font-size: 14px;
  color: var(--white-color-text);
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
}
.select_option.selected:hover {
  border-color: var(--secondary-color) !important;
}
.single-product
  .woocommerce-product-attributes
  .woocommerce-product-attributes-item
  td
  p {
  margin: 0;
}
.single-product .entry-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  float: left;
  width: 100%;
}
.single-product .entry-summary .woocommerce-review-link {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 22px;
}
.single-product .entry-summary .star-rating + .woocommerce-review-link {
  margin: 0;
  color: var(--body-text-color);
}
.single-product .entry-summary .star-rating + .woocommerce-review-link::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  background: var(--single-border-color);
  margin: auto;
}
.single-product
  .entry-summary
  .woocommerce-tabs
  .star-rating
  + .woocommerce-review-link::before,
.single-product
  .entry-summary
  .woocommerce-tabs
  .star-rating
  + .woocommerce-review-link::after {
  content: none;
}
.single-product
  .single-product-content
  .entry-summary
  .reviews_tab
  .woocommerce-review-link {
  margin: 0;
  padding: 0;
  border: none;
}
.single-product .product_meta {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 1px solid var(--border-color-01);
  padding: 20px 0;
}
.single-product .product_meta .tagged_as,
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .single-categories {
  margin: 0 0 8px;
}
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-color);
  float: left;
  width: 100%;
}
.single-product .product_meta > span:last-child {
  margin: 0;
}
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
  padding-right: 10px;
}
.single-product .product_meta .single-categories {
  float: left;
  width: 100%;
  display: flex;
}
.yith-quick-view .single-product .product_meta .single-categories {
  margin: 0;
}
.single-product .product_meta .posted_in a,
.single-product .product_meta .sku_wrapper .sku,
.single-product .product_meta .tagged_as a {
  font-weight: 400;
  margin: 0 0 0 5px;
  font-size: 14px;
}
.single-product .product_meta .posted_in a:hover,
.single-product .product_meta .tagged_as a:hover {
  color: var(--primary-color);
}
.progress-bar span {
  background: #b5a16e;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  background-size: 1rem 1rem;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  animation: progress-bar-stripes 1s linear infinite;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
}
.single-product .progress-bar {
  width: 100%;
  background: var(--border-color-01);
}
.product .stock-progress .progress-bar {
  margin: 0 0 10px;
}
.stock-progress .progress-bar {
  background: #fef3f3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.single-product .product .entry-summary .price {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 1px solid var(--border-color-01);
  padding: 0 0 20px;
  justify-content: start;
}
.single-product
  .type-product.product-type-variable.product
  .entry-summary
  .price {
  flex-direction: row-reverse;
}
.single-product .product .entry-summary .price del bdi {
  font-size: 14px;
}
.thumbnail-slider-style1 .product-type-variable .product_meta {
  margin: 15px 0 0;
}
.thumbnail-slider-style1 .product-estimate {
  padding: 25px 0 0;
}
.short-view .product-estimate,
.list-view .product-estimate {
  padding: 0;
}
.single-product .prev_next_buttons {
  position: fixed;
  top: 50%;
  right: 4%;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.single-product .prev_next_buttons a {
  float: left;
  height: 38px;
  width: 38px;
  background: var(--white-color-text);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .prev_next_buttons .product-next-prev a {
  background-color: var(--white-color-text);
}
.single-product .prev_next_buttons .product-next-prev:hover a {
  background-color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
}
.single-product .prev_next_buttons .product-next-prev:hover a svg {
  color: var(--white-color-text);
}
.single-product .prev_next_buttons a svg {
  font-size: 14px;
  color: var(--secondary-color);
}
.single-product .prev_next_buttons a:hover {
  background-color: var(--primary-color);
}
.single-product .prev_next_buttons a:hover svg {
  color: var(--white-color-text);
}
.single-product .prev_next_buttons .product-nav-link svg {
  font-size: 16px;
}
.single-product .prev_next_buttons .product-nav-link {
  margin: 0 6px;
}
.single-product .recently-viewed {
  margin: 0 0 15px;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  margin: 0 0 15px;
}
.single-product .product .entry-summary .cart-wrap {
  margin: 0;
  float: left;
  justify-content: center;
  width: 100%;
  display: flex;
  text-align: center;
  padding: 0 0 15px 15px;
}
.single-product .product .entry-summary .cart-wrap .product-button {
  z-index: 1;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: var(--white-color-text);
  font-weight: 500;
  padding: 13px 0;
  font-size: 16px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  font-family: var(--primary-font);
}
.single-product
  .product
  .entry-summary
  .grouped_form
  .cart-wrap
  .product-button {
  padding: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 14px 0;
  margin: 0 0 15px 0;
  font-size: 16px;
}
.single-product
  .product
  .entry-summary
  .grouped_form
  .cart-wrap
  .product-button::before {
  display: none;
}
.single-product .product .entry-summary .quantity,
.single-product .product .entry-summary .cart-wrap .product-button,
.single-product .product .entry-summary .product-button-wrap {
  transform: none;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.single-product .product .entry-summary .cart-wrap .product-button:hover {
  color: var(--white-color-text);
}
.single-product .product .entry-summary .cart-wrap .product-button::after {
  content: "";
  background: var(--primary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.product_type_variable::before {
  content: "\f067";
}
.single-categories span,
.single-categories .artistics-brands {
  float: left;
  width: auto;
}
.single-categories .artistics-brands {
  margin: 0 0 0 5px;
}
.single-categories span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 5px 0 0;
}
.single-categories .artistics-brands a {
  padding: 0 5px 0 0;
  position: relative;
  margin: 0 8px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.single-categories .artistics-brands a:hover {
  color: var(--primary-color);
}
.single-categories .artistics-brands a::after {
  position: absolute;
  content: ",";
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
}
.single-categories .artistics-brands a:last-child:after {
  content: none;
}
.single-categories .artistics-brands a:last-child {
  padding: 0;
  margin: 0;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs table th {
  color: var(--color-text);
}
.single-product .woocommerce-tabs ul ul,
.single-product .woocommerce-tabs ul ol {
  padding: 0 0 0 15px;
}
.product-360-slider-wrap .product-popup-wrap {
  position: absolute;
  bottom: 10px;
  top: auto;
  right: 10px;
  left: auto;
  background: transparent;
  display: flex;
  align-items: center;
}
.thumbnail-slider-style3 .product-360-slider-wrap .product-popup-wrap {
  display: none;
}
.thumbnail-slider-style2
  .right-slider
  .product-360-slider-wrap
  .product-popup-wrap {
  bottom: 18px;
  right: 10px;
}
.thumbnail-slider-style2
  .left-slider
  .product-360-slider-wrap
  .product-popup-wrap {
  display: none;
}
.thumbnail-slider-style2.single-product.woocommerce .right-slider span.onsale {
  right: 30px;
}
.thumbnail-slider-style1
  .bottom-slider
  .product-360-slider-wrap
  .product-popup-wrap {
  bottom: 29px;
}
.product-360-slider-wrap .product-360-button-wrap .product-popup {
  display: flex;
  overflow: hidden;
}
.product-360-slider-wrap .product-360-button-wrap .product-popup svg path {
  fill: var(--secondary-color);
}
.product-360-slider-wrap .slider-popup-wrap svg,
.product-360-button .product-popup svg {
  font-size: 16px;
  color: var(--secondary-color);
}
#yith-wcwl-popup-message {
  color: var(--color-text);
}
.product-360-slider-wrap .slider-popup-wrap,
.product-360-slider-wrap .product-360-button-wrap {
  margin: 5px 0 0 5px;
}
.product-360-slider-wrap .slider-popup-wrap,
.product-360-button .product-popup {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  background-color: var(--background-color);
  position: relative;
  cursor: pointer;
  z-index: 0;
}
a.nickx-popup {
  float: left;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  z-index: 1 !important;
}
.nslick-slide img {
  width: 100%;
}
.nickx-slider-nav img {
  opacity: 0.6;
}
.single-product-thumbnail #nickx-gallery .nslick-slide {
  margin: 0 0 10px;
  overflow: hidden;
}
.single-product-thumbnail #nickx-gallery .nslick-slide:last-child {
  margin: 0;
}
.bottom-slider .single-product-thumbnail #nickx-gallery .nslick-slide {
  margin: 0 10px 0 0;
  background-color: transparent;
}
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: var(--white-color-text);
  color: var(--secondary-color);
}
.single-product .bottom-slider .single-product-image .artistics-sale {
  left: 15px;
}
.single-product-thumbnail #nickx-gallery i.thumb_arrow {
  background: var(--white-color-text);
  color: var(--secondary-color);
}
.single-product-thumbnail #nickx-gallery i.btn-prev:hover::before {
  -webkit-animation: toBottomFromTop 0.6s forwards;
  animation: toBottomFromTop 0.6s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
.single-product-thumbnail #nickx-gallery i.btn-next:hover::before {
  -webkit-animation: toTopFromBottom 0.6s forwards;
  animation: toTopFromBottom 0.6s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
#yith-quick-view-modal
  .single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover::after,
.product-360-slider-wrap .product-360-button-wrap .product-popup:hover svg,
.product-360-slider-wrap .slider-popup-wrap:hover svg {
  -webkit-animation: toTopFromBottom 0.6s forwards;
  animation: toTopFromBottom 0.6s forwards;
}
.thumbnail-slider-style1
  .single-product-thumbnail
  .images
  .product-360-slider-wrap
  .slider.nslick-slider
  i.nslick-arrow:hover::before {
  color: var(--white-color-text);
}
.single-product-thumbnail #nickx-gallery i.thumb_arrow {
  font-size: 15px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.thumbnail-slider-style2
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-next {
  right: 0;
  left: 0;
  margin: auto;
}
.single-product .stickycart-popup .cart-wrap .loading.product-button::before {
  content: "\f021";
  animation: spin 2s linear infinite;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  height: auto;
  position: absolute;
  left: 30px;
  right: auto;
  color: var(--white-color-text);
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-prev {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  top: 2px;
  right: 6%;
  left: 0;
}
.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  top: 2px;
}
.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next,
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-next {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: 11px;
}
.single-product .stickycart-popup .cart-wrap .product-button.loading svg,
.single-product .product .entry-summary .cart-wrap .product-button.loading svg {
  opacity: 0;
  height: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery:hover
  i.thumb_arrow.btn-prev,
.single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-prev {
  margin-top: 0;
  opacity: 1;
}
.bottom-slider
  .single-product-thumbnail
  #nickx-gallery:hover
  i.thumb_arrow.btn-prev {
  margin-top: auto;
}
.bottom-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom-slider
  .single-product-thumbnail
  #nickx-gallery:hover
  i.thumb_arrow.btn-next {
  margin-bottom: auto;
}
.thumbnail-slider-style1
  .single-product-thumbnail
  .images
  .product-360-slider-wrap
  .slider.nslick-slider
  i.nslick-arrow {
  background: var(--white-color-text);
  color: var(--secondary-color);
  box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}
.thumbnail-slider-style1
  .single-product-thumbnail
  .images
  .product-360-slider-wrap
  .slider.nslick-slider
  i.nslick-arrow:hover {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.single-product-thumbnail #nickx-gallery:hover i.thumb_arrow.btn-next,
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery:hover
  i.thumb_arrow.btn-next {
  margin-bottom: 0;
  opacity: 1;
}
.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
  bottom: 13px;
}
.bottom-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev {
  left: 1px;
}
.bottom-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
  right: 10px;
}
.left-slider .single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next {
  bottom: 11px;
}
.thumbnail-slider-style1
  .right-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-next {
  left: 0;
  right: 0;
  margin: auto;
}
.single-product .stickycart-popup .cart-wrap .product-button svg {
  margin: 0 5px 0 0;
  display: block;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.single-product .related.products,
.single-product .up-sells.upsells {
  margin: 0 0 80px;
  border: none;
}
.single-product .related.products .owl-nav svg,
.single-product .up-sells.upsells .owl-nav svg,
.single-product .recent-product .owl-nav svg {
  font-size: 20px;
}
.single-product .related.products.list-btn-none .compare.btn-hv,
.single-product .up-sells.upsells.list-btn-none .compare.btn-hv,
.single-product .recent-product.list-btn-none .compare.btn-hv {
  display: none;
}
.elementor-button-link
  .elementor-button-content-wrapper
  .elementor-button-text {
  z-index: 1;
  color: var(--white-color-text);
  font-weight: 400;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.elementor-button-link
  .elementor-button-content-wrapper:hover
  .elementor-button-text {
  color: var(--white-color-text);
}
.single-product .woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
  background: none;
  margin: 0;
}
.single-product .entry-summary div.list_product_color {
  height: 15px;
  width: 15px;
}
.single-product .entry-summary div.list_product_size {
  font-size: 14px;
  padding: 0 5px;
}
.single-product .entry-summary .product_title {
  font-size: 24px;
  float: left;
  width: auto;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--primary-font);
}
/* #CUSTOM */
.product_title {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--playcon-red) !important;
}
.single-product .product-estimate .delivery-shipping-wrap span {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 500;
  margin: 0 5px 0 0;
}
.single-product .entry-summary .product-attribute-wrap {
  margin: 0 0 20px;
}
.single-product .review_tab .avrage_rating {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0 0 5px;
}
#comments,
#review_form_wrapper,
.product-review-tab .rating-wrap,
#comments .commentlist,
#comments .review-wrap,
#review_form,
#review_form .comment-respond,
#review_form_wrapper .comment-form-comment,
#review_form_wrapper .comment-form-cookies-consent,
#review_form_wrapper .form-submit {
  float: left;
  width: 100%;
}
#review_form_wrapper .comment-form-cookies-consent {
  width: auto;
  display: flex;
  gap: 10px;
  color: var(--secondary-color);
  align-items: baseline;
  padding: 5px 0;
}
#review_form_wrapper .form-submit {
  margin: 10px 0 0;
}
#review_form_wrapper .comment-form-cookies-consent,
#review_form_wrapper .comment-form-cookies-consent input,
#review_form_wrapper .comment-form-cookies-consent label {
  cursor: pointer;
}
#review_form_wrapper .comment-form-rating {
  float: left;
  width: auto;
}
.product-review-tab .review_tab {
  float: left;
  text-align: center;
  margin: 0 0 20px;
}
.product-review-tab .review_tab .woocommerce-product-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-product .product-review-tab .review-wrap {
  display: flex;
  align-items: center;
  margin: 50px 0;
  flex-direction: column;
}
.product-review-tab .rating-wrap .rating-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
}
.product-review-tab .rating-wrap .rating-bar svg {
  font-size: 14px;
  margin: 0 5px 0 0;
  color: var(--rating-color);
}
.product-review-tab .rating-wrap .rating-bar .rating {
  margin: 0 9px 0 0;
}
.product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
  height: 6px;
  width: 60%;
  background: #cdcdcd;
  margin: 0 10px 0 0;
}
.thumbnail-slider-style1
  .product-review-tab
  .rating-wrap
  .rating-bar
  .rating-percentage-bar {
  width: 65%;
}
.product-review-tab .rating-wrap .rating-bar .rating-percentage-bar span {
  display: block;
  background: var(--rating-color);
  height: 6px;
}
.product-review-tab.rating-wrap .rating-bar .rating-count {
  border: 1px solid var(--border-color-01);
  height: 20px;
  width: 25px;
  float: left;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.single-product .summary .product .product-button-wrap .btn-hv::before {
  content: none;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv {
  margin: 0 15px 0 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv:last-child {
  margin: 0;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv a {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 15px;
  transform: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.single-product
  .product
  .entry-summary
  .product-button-wrap
  .wishlist.btn-hv
  .exists
  a {
  padding: 0 0 0 18px;
  position: relative;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv a:hover {
  color: var(--primary-color);
}
.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a:hover::before {
  color: var(--primary-color);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  .compare-button
  a {
  padding: 0;
  margin: 0;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv a span {
  margin: 0 0 0 18px;
  font-size: 15px;
}
.single-product .product .entry-summary .product-button-wrap {
  padding: 20px 0 0px 0;
  background: none;
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  justify-content: start;
  width: 100%;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border-color-01);
  left: 0;
  right: 0;
  top: 0;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv a::before {
  left: 0;
  right: auto;
  width: auto;
  font-size: 12px;
  color: var(--body-text-color);
}
.single-product .xs_social_share_widget {
  position: fixed;
  top: 50%;
  left: 4%;
  right: auto;
  z-index: 2;
  float: left;
  display: flex;
}
.single-product .xs_social_share_widget ul li a:hover .xs-social-icon svg {
  color: var(--white-color-text);
}
.side-toggle.single-product .xs_social_share_widget,
.side-toggle.single-product .prev_next_buttons {
  z-index: 1;
}
.search-side-toggle.single-product .xs_social_share_widget,
.search-side-toggle.single-product .prev_next_buttons,
.search-side-toggle .product-360-slider-wrap .slider-popup-wrap,
.search-side-toggle .product-360-button .product-popup {
  z-index: 0;
}
.single-product .site-main .xs_social_share_widget ul {
  flex-direction: column;
  display: flex;
  margin: 0;
}
.single-product .site-main .xs_social_share_widget ul li {
  list-style: none;
  text-align: center;
  margin: 3px;
}
.single-product .site-main .xs_social_share_widget ul li a {
  background: var(--white-color-text);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product .site-main .xs_social_share_widget ul li a:hover {
  background-color: var(--primary-color);
}
.single-product .xs_social_share_widget ul li a .xs-social-icon {
  height: 38px;
  width: 38px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color);
}
.single-product .site-main .xs_social_share_widget ul li a span {
  color: var(--secondary-color);
  font-size: 14px;
}
#comments .commentlist .review .comment_container {
  display: flex;
  align-items: start;
}
#review_form_wrapper .comment-respond .comment-reply-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: var(--secondary-color);
  margin: 0 0 15px;
}
#review_form_wrapper .comment-respond .comment-form,
#review_form_wrapper .comment-respond .comment-reply-title,
#review_form_wrapper5149 {
  float: left;
  width: 100%;
}
#review_form_wrapper .comment-respond .comment-form .comment-notes,
#review_form_wrapper
  .comment-respond
  .comment-form
  .comment-notes
  #email-notes {
  color: var(--body-text-color);
  padding: 0 0 10px;
}
#review_form_wrapper .comment-respond .comment-form .comment-form-author {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
  margin: 0 0 15px;
}
#review_form_wrapper .comment-respond .comment-form .comment-form-email {
  float: right;
  width: 50%;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
}
#review_form_wrapper
  .comment-respond
  .comment-form
  .comment-form-email
  input[type="email"] {
  padding: 13px 10px 11px;
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 10px;
  background-color: var(--background-color);
}
#review_form .comment-form-author input,
#review_form .comment-form-email input {
  background-color: var(--background-color);
}
.comment-form-comment textarea {
  padding: 10px;
  background-color: var(--background-color);
}
#review_form_wrapper .comment-respond .comment-form p label,
#review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
  font-size: 15px;
  margin: 0;
  color: var(--secondary-color);
}
#review_form_wrapper .comment-respond input,
#review_form_wrapper .comment-respond input[type="text"]e {
  border-color: var(--border-color-01);
  color: var(--border-color-01);
}
#review_form_wrapper .comment-respond input:focus-visible,
#review_form_wrapper .comment-respond input[type="text"]:focus-visible {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
#comments .commentlist .review {
  margin: 0 0 15px;
  list-style: none;
  padding: 15px 0;
}
.single-product
  #review_form_wrapper
  .comment-form
  .comment-form-rating
  .select-wrap::after {
  display: none;
}
body p.stars:hover a::before {
  color: #404040;
}
.comment-respond .comment-form-rating p.stars.selected a.active::before,
.comment-respond .comment-form-rating p.stars.selected a:not(.active)::before,
body p.stars:hover a::before {
  color: var(--rating-color);
}
#comments .commentlist li.review .comment_container img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin: 0 15px 0 0;
}
#comments .commentlist .review .comment_container .comment-text .star-rating {
  width: 86px;
  letter-spacing: 3px;
}
#comments .commentlist .comment_container .comment-text .meta {
  margin: 0 0 4px;
}
#comments .commentlist .comment_container .comment-text .meta time {
  font-size: 12px;
}
.thumbnail-slider-style1 .single-product-thumbnail .product-360-slider-wrap {
  position: relative;
}
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  .product-360-slider-wrap,
.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap {
  position: relative;
  float: right;
  width: 80%;
  padding: 0;
}
.entry-summary.summary .product-button-wrap .quickview.btn-hv {
  display: none;
}
.thumbnail-slider-style1-s
  .right-slider
  .single-product-thumbnail
  .product-360-slider-wrap {
  padding: 0 10px 0 0;
}
.thumbnail-slider-style1
  .right-slider
  .single-product-thumbnail
  .product-360-slider-wrap,
.thumbnail-slider-style2
  .right-slider
  .single-product-thumbnail
  .product-360-slider-wrap {
  float: left;
  width: 80%;
  margin: 0;
}
.single-product .right-slider #nickx-gallery.nslick-initialized {
  float: right;
  width: 20%;
  padding: 0 0 0 10px;
}
.single-product .left-slider #nickx-gallery.nslick-initialized {
  float: left;
  width: 20%;
  padding: 0 10px 0 0;
}
.thumbnail-slider-style3
  .thumb-vertical
  .product-360-slider-wrap
  .no-slider
  .zoom {
  padding: 10px;
}
.thumbnail-slider-style3 #review_form_wrapper .comment-form-rating {
  float: left;
  width: auto;
  margin: 0 0 5px;
}
.thumbnail-slider-style2
  .single-product-thumbnail
  .images
  .product-360-slider-wrap
  .slider.nslick-slider
  i.nslick-arrow {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.thumbnail-slider-style3.single-product .buy-now-wrap {
  width: 100%;
}
.single-product .buy-now-wrap {
  float: left;
  width: 100%;
  overflow: hidden;
}
.single-product .buy-now-wrap .button {
  font-family: var(--primary-font);
  padding: 15px 0;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  background-color: var(--primary-color);
  overflow: hidden;
}
.product .entry-summary .product-button-wrap .btn-hv a:hover::after {
  width: 0;
}
.product .entry-summary .product-button-wrap .btn-hv .exists a::before {
  background-color: transparent;
}
.yith-wcqv-main #yith-quick-view-content .buy-now-wrap .button {
  width: 100%;
}
.yith-wcqv-main .product .cart-wrap a > svg.feather-shopping-cart {
  display: block;
}
.single-product .product.product-type-simple .entry-summary .cart-wrap {
  width: calc(100% - 102px);
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button {
  padding: 0;
  width: 100%;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .variations_button
  .single_add_to_cart_button.button-buy-now:hover,
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .variations_button
  .cart-wrap
  .product-button {
  color: var(--white-color-text);
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .variations_button
  .single_add_to_cart_button.button-buy-now,
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .variations_button
  .cart-wrap
  .product-button:hover {
  color: var(--white-color-text);
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button.product_type_variable {
  padding: 14px 15px 14px 35px;
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button.product_type_variable::before {
  left: 20px;
  font-size: 12px;
}
.single-product .buy-now-wrap .button:focus {
  box-shadow: none;
}
.single-product .buy-now-wrap .button svg {
  font-size: 14px;
  margin-right: 8px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
#tab-reviews #reviews {
  float: left;
  width: 100%;
  display: flex;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs #tab-reviews #reviews,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  #tab-reviews
  #reviews {
  display: block;
  padding: 0;
}
.woocommerce-Reviews #comments {
  margin: 0 0 30px;
}
.single-product .woocommerce-tabs .woocommerce-Reviews #comments {
  margin: 0 0 20px;
}
.single-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
  margin: 0;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #comments
  .commentlist
  li {
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 20px;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #comments
  .commentlist
  li:last-child {
  border: none;
  margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Reviews #comments {
  margin: 20px 0;
  border-bottom: 1px solid var(--border-color-01);
}
.single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #comments
  .commentlist
  .comment-text
  p {
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
}
#tab-reviews .product-review-tab {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  width: 40%;
}
.thumbnail-slider-style2 #tab-reviews .product-review-tab,
.thumbnail-slider-style3 #tab-reviews .product-review-tab {
  width: 100%;
  margin: 0 0 10px;
  border: none;
  padding: 0;
}
.thumbnail-slider-style2
  .product-review-tab
  .rating-wrap
  .rating-bar
  .rating-percentage-bar,
.thumbnail-slider-style3
  .product-review-tab
  .rating-wrap
  .rating-bar
  .rating-percentage-bar {
  width: 50%;
}
#tab-reviews .product-review-tab,
.thumbnail-slider-style1 #tab-reviews .product-review-tab {
  border-right: 1px solid var(--border-color-01);
  padding: 0 30px 0 0;
}
.product-360-slider-wrap .slider.nickx-slider-for {
  width: 100%;
  background-color: #fff;
}
.bottom-slider .product-360-slider-wrap .slider.nickx-slider-for {
  margin: 0 0 20px;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs {
  margin: 25px 0 0;
}
.single-product .single-product-thumb-content {
  float: left;
  width: 100%;
}
.single-product.woocommerce-active
  .site-main
  .products
  .product.compare-button {
  margin: 0;
}
#yith-quick-view-modal .single-product.woocommerce span.onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
  background: var(--tertiary-color);
  color: var(--white-color-text);
  padding: 4px 11px;
  transform: none;
  overflow: hidden;
}
/* product style 02 */
.single-product.thumbnail-slider-style2
  .single-product-thumbnail
  .product-360-slider-wrap
  .slider
  .zoom {
  margin: 0 0 20px;
  overflow: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.single-product.thumbnail-slider-style2
  .single-product-thumbnail
  .product-360-slider-wrap
  .slider
  .zoom.nslick-active:last-child {
  margin: 0;
}
.single-product.thumbnail-slider-style2
  .product-review-tab
  .rating-wrap
  .rating-bar
  .rating-percentage-bar {
  width: 30%;
}
.single-product.thumbnail-slider-style2 #tab-reviews #reviews {
  display: block;
}
.single-product.thumbnail-slider-style2 #tab-reviews #reviews #comments {
  margin: 0 0 20px;
}
.single-product.thumbnail-slider-style2 #tab-title-reviews .product-review-tab {
  margin: 0;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li#tab-title-reviews
  .woocommerce-Reviews-title {
  font-size: 22px;
}
.thumbnail-slider-style2 #review_form_wrapper .comment-form-rating {
  margin: 0 0 10px;
}
.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  .woocommerce-Reviews
  #review_form_wrapper
  .comment-respond
  .comment-notes {
  margin: 0 0 10px;
}
.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .product-review-wrap,
.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-Reviews {
  float: left;
  width: 100%;
  padding: 0 20px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap,
.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .product-review-wrap {
  display: flex;
  padding: 0;
  float: left;
  width: 100%;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .product-review-wrap,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .product-review-wrap {
  display: block;
}
.single-product .woocommerce-tabs #tab-reviews #reviews,
.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  #tab-reviews
  #reviews {
  display: block;
  padding-left: 40px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-Reviews-title {
  color: var(--secondary-color);
  font-size: 20px;
  font-family: var(--primary-font);
  display: inline-flex;
}
.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  .woocommerce-Tabs-panel {
  border: 1px solid var(--border-color-01);
  border-top: 0;
  padding: 25px;
  margin: 0;
}
/* product style 03 */
.single-product.thumbnail-slider-style3 .single-product-image {
  width: 66.66666667%;
  padding: 0;
}
.single-product.thumbnail-slider-style3 .single-product-content {
  width: 33.33333333%;
  padding: 0 30px 0 0;
}
.single-product.thumbnail-slider-style3 .summary.entry-summary {
  padding: 0 30px 0 0;
}
.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap {
  float: left;
  position: relative;
}
.thumbnail-slider-style3
  .single-product-thumbnail
  .product-360-slider-wrap
  .no-slider
  .zoom {
  padding: 10px;
}
.thumbnail-slider-style3.single-product
  .product-estimate
  .delivery-shipping-wrap {
  display: block;
}
.thumbnail-slider-style3.single-product
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery {
  margin: 0 0 8px;
}
.thumbnail-slider-style3.single-product
  .single-product-thumbnail
  .artistics-sale
  span.onsale {
  left: 15px;
  right: auto;
  top: 25px;
}
.prev_next_buttons .product-next-prev {
  position: relative;
  margin: 10px 0;
}
.product-next-prev .product-popup {
  position: absolute;
  right: 50px;
  left: auto;
  width: 260px;
  display: flex;
  align-items: center;
  background: var(--white-color-text);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: translateX(-110px);
  -webkit-transform: translateX(-110px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-110px);
  -ms-transform: translateX(-110px);
}
.product-next-prev .product-popup.next-product-popup {
  bottom: 0;
  top: auto;
}
.product-next-prev:hover > .product-popup {
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.product-next-prev .popup-tooltips {
  background-color: var(--border-color-01);
  height: 10px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 10px;
  right: 45px;
  left: auto;
  z-index: -1;
  opacity: 0;
}
.product-next-prev:hover .popup-tooltips {
  opacity: 1;
}
.product-next-prev .product-popup .popup-content {
  padding: 10px;
}
.product-next-prev .product-popup .popup-content .popup-title {
  font-family: var(--primary-font);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 4px;
}
.product-next-prev .product-popup .popup-content .popup-price {
  font-size: 15px;
}
.single-product .entry-summary .stock.out-of-stock {
  float: left;
  width: 100%;
  margin: 0;
  font-weight: 500;
  border: 1px solid #e2401c;
  padding: 14px 25px;
  margin: 10px 0 25px;
  text-align: center;
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-size: 15px;
}
.single-product .entry-summary .stock.out-of-stock + .product-button-wrap {
  margin: 0;
}
/*group product*/
.single-product
  .product
  .entry-summary
  .woocommerce-grouped-product-list-item__quantity
  .cart-wrap {
  margin: 0;
}
.single-product
  .product
  .entry-summary
  .woocommerce-grouped-product-list-item__quantity
  .cart-wrap
  .product-button {
  padding: 14px 35px 14px 45px;
}
.single-product
  .woocommerce-grouped-product-list-item__price
  .stock.out-of-stock {
  float: none;
  border: none;
  margin: 5px 0 0;
}
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label {
  width: 50%;
}
.woocommerce-grouped-product-list-item__price del .amount {
  font-size: 14px;
  color: var(--body-text-color);
  font-weight: 400;
}
.woocommerce-grouped-product-list-item__price del {
  position: relative;
  padding: 0 0 0 25px;
}
.woocommerce-grouped-product-list-item__price del::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: auto;
  width: 12px;
  height: 1px;
  background: var(--body-text-color);
  margin: auto;
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__quantity {
  width: 21%;
}
.cart.grouped_form .group_table td,
.cart.grouped_form .group_table th,
.cart.grouped_form .group_table {
  border: none;
}
.cart.grouped_form .group_table td,
.cart.grouped_form .group_table th {
  padding: 5px;
}
.cart.grouped_form .group_table tr {
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 20px 0;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cart.grouped_form .group_table tr:last-child {
  padding: 0 0 25px;
  margin: 0;
}
.cart.grouped_form .group_table tr td {
  width: 29%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}
.single-product .product-type-grouped.product .entry-summary .cart-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a {
  float: none;
  display: inline-block;
  text-align: left;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--body-text-color);
  line-height: 21px;
  padding: 0 10px;
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a:hover {
  color: var(--secondary-color);
}
.single-product .cart.grouped_form .cart-wrap {
  padding: 0;
}
.yith-wcqv-main
  #yith-quick-view-content
  .cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__quantity
  .quantity {
  width: 85px;
}
.yith-wcqv-main #yith-quick-view-content .grouped_form .cart-wrap {
  width: 100%;
  padding: 0;
}
.yith-wcqv-main
  #yith-quick-view-content
  .single-product
  .product-type-grouped.product
  .entry-summary
  .cart-wrap {
  width: 410px;
}
.woocommerce-grouped-product-list-item__price .stock-progress .progress-bar {
  margin: 0;
}
.single-product .woocommerce-grouped-product-list-item__price .stock-progress {
  display: none;
}
.single-product .product-type-external .entry-summary .cart-wrap {
  margin: 0;
}
.single-product
  .product-type-external
  .entry-summary
  .cart-wrap
  .product_type_external::before {
  content: "\f064";
}
.product-360-view-wrapper .mfp-close {
  font-size: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
/* -------- sticky add to cart -------- */
.sticky-addToCart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 6;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  background: var(--background-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  padding: 10px 0;
}
.sticky-addToCart.sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.sticky-addToCart .stock-progress {
  display: none;
}
.sticky-addToCart .stickycart-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-wrap: nowrap;
}
.sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb img {
  width: 85px;
  overflow: hidden;
}
.sticky-addToCart .stickycart-popup .group_table {
  display: none;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap,
.sticky-addToCart .stickycart-popup .sticky-addcart-info {
  display: flex;
  align-items: center;
}
.sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content {
  margin: 0 0 0 12px;
}
.single-product
  .product
  .entry-summary
  .stickycart-popup
  .cart-wrap
  .product-button {
  padding: 10px 30px 10px 50px;
  font-size: 14px;
}
.sticky-addToCart
  .stickycart-popup
  .sticky-addcart-info
  .sticky-content
  .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
  color: var(--secondary-color);
  margin: 0 0 8px;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.single-product .product .entry-summary .sticky-addcart-info .price {
  font-size: 14px;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap {
  justify-content: end;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .buy-now-wrap {
  display: none;
}
.single-product .product .entry-summary .sticky-addToCart .price {
  margin: 0;
  padding: 0;
  border: none;
}
.single-product .product .entry-summary .sticky-addToCart .cart-wrap {
  margin: 0;
}
.single-product .product .entry-summary .sticky-addToCart .quantity {
  margin: 0 10px 0 0;
}
.single-product
  .product
  .entry-summary
  .sticky-addToCart
  .quantity
  .qty_button {
  width: 20px;
  height: 38px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_size_attr,
.single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
  width: auto;
  margin: 0;
}
.single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
  margin: 0 30px 0 0;
  flex-wrap: nowrap;
}
.single-product
  .entry-summary
  .sticky-addToCart
  .product-attribute-wrap
  .reset_custom_variations {
  margin: 0;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .attr-title {
  font-size: 12px;
  color: var(--body-text-color);
  margin: 0 0 5px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_size_attr
  .list_product_size {
  font-size: 12px;
  line-height: 22px;
  height: 25px;
  width: 25px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr
  .list_product_color {
  width: 20px;
  height: 20px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr
  .list_product_color.select_variation::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr
  .list_product_color::after {
  height: 26px;
  width: 26px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr
  .list_product_color.not-available::before,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .sticky-addToCart
  .list_color_attr
  .list_product_color.not-available::after {
  width: 20px;
}
.single-product .entry-summary .sticky-addToCart .single_variation_wrap {
  display: flex;
  align-items: center;
}
.sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
  display: flex;
  align-items: center;
}
.single-product .product .sticky-addToCart .cart-wrap {
  margin: 0;
  display: flex;
  overflow: hidden;
}
.single-product .stickycart-popup .cart-wrap .product-button {
  padding: 15px 30px 15px;
  font-size: 16px;
  background: var(--primary-color);
  position: relative;
  color: var(--white-color-text);
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: 500;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  font-family: var(--primary-font);
}
.single-product .stickycart-popup .cart-wrap .product-button:hover {
  color: var(--white-color-text);
}
.single-product .product .stickycart-popup .quantity {
  width: 100px;
  height: 50px;
  margin: 0;
}
.single-product .product .summary .product-button-wrap .btn-hv a::after {
  display: none;
}
.single-product .product .sticky-addToCart .quantity {
  overflow: hidden;
  margin: 0 10px 0 0;
  position: static;
  border: 1px solid var(--border-color-01);
}
.single-product .sticky-addcart-info .price {
  font-size: 16px;
  line-height: 20px;
  justify-content: start;
}
.product .entry-summary .product-button-wrap .btn-hv::before,
.product .entry-summary .product-button-wrap .btn-hv::after {
  display: none;
}
/* -------------- end single product page ----------------- */
/* --------- start 360 view -------------*/
.tt-360-veiw .spinner {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: var(--secondary-color);
  display: block;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.tt-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
}
.tt-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}
.tt-360-veiw:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
}
.tt-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}
.tt-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tt-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
}
.tt-360-veiw .threed-view-images img.current-image {
  visibility: visible;
}
.tt-360-veiw .spinner {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: black;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.tt-360-veiw .spinner span {
  line-height: 60px;
}
.tt-360-veiw .nav_bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.tt-360-veiw .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}
.tt-360-veiw .nav_bar a:hover {
  background-color: #f9f9f9;
}
.tt-360-veiw .nav_bar a:after {
  font-size: 18px;
  font-family: "fontAwesome";
}
.tt-360-veiw .nav_bar a.nav_bar_play:after {
  content: "\f04b";
}
.tt-360-veiw .nav_bar a.nav_bar_previous:after {
  content: "\f048";
}
.tt-360-veiw .nav_bar a.nav_bar_stop:after {
  content: "\f04c";
}
.tt-360-veiw .nav_bar a.nav_bar_next:after {
  content: "\f051";
}
.product-360-view-wrapper {
  margin: auto;
  max-width: 500px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.tt-360-veiw:-webkit-full-screen {
  background: var(--white-color-text);
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
/* --------- end 360 view -------------*/
/* -------------- start cart page block ---------------- */
.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
  border: 1px solid var(--border-color-01);
  float: left;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  float: none;
  width: fit-content;
  margin: auto;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button,
.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button:hover {
  background: var(--border-color-01);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .qty {
  text-align: center;
  font-size: 14px;
  width: 40px;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button {
  height: 45px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button.minus {
  font-size: 22px;
}
.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button.plus {
  font-size: 18px;
}
.woocommerce-cart .cart-content-left th,
.woocommerce-cart .cart-content-left td {
  border: none;
}
.woocommerce-cart .cart-content-left th,
.woocommerce-cart .cart-content-left td {
  border-bottom: 1px solid var(--border-color-01);
  text-align: center;
}
.woocommerce-cart .cart-content-left td {
  padding: 15px 10px;
}
.woocommerce-cart .cart-content-left td.actions .coupon {
  float: left;
  position: relative;
  display: flex;
}
.woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
  width: auto;
  padding: 10px 10px 10px 20px;
  overflow: hidden;
}
.woocommerce-cart .cart-content-left td.actions .button:disabled {
  opacity: 0.4;
  height: 45px;
}
.woocommerce-cart .cart-content-left td.actions .button {
  float: right;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 0 0 10px;
  font-size: 15px;
  color: var(--white-color-text);
  line-height: 17px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: var(--primary-color);
  background-color: var(--primary-color);
}
.woocommerce-cart .cart-content-left td.actions .button::before {
  display: none;
}
.woocommerce-cart .cart-content-left td.actions .button:focus {
  border: none;
  box-shadow: none;
}
.woocommerce-cart .cart-content-left td.actions .button:hover {
  color: var(--white-color-text);
}
.woocommerce-cart .cart-content-left td.actions .button[disabled]:hover {
  color: var(--white-color-text);
}
.woocommerce-cart .cart-content-left td.actions .button::after {
  background-color: var(--secondary-color);
  color: var(--white-color-text);
}
.woocommerce-cart .cart-content-left td.actions .button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.woocommerce-cart .cart-content-left th {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: var(--secondary-color);
  padding: 15px;
  font-family: var(--primary-font);
}
.woocommerce-cart .cart-content-left .product-thumbnail a {
  width: 100px;
  overflow: hidden;
}
.woocommerce-cart .cart-content-left tr td a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.woocommerce-cart .cart-content-left tr td a:hover {
  color: var(--primary-color);
}
.woocommerce-cart .cart-content-left tr td a:hover svg {
  color: #ff0000;
}
.woocommerce-cart .cart-content-left td .amount {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.cart-content-left,
.cart-content-right {
  padding: 0 15px;
}
.cart-content-right .cart-collaterals {
  background: var(--dark-background);
  padding: 40px 30px;
  float: left;
  width: 100%;
  position: relative;
}
.cart-content-right .cart-collaterals::before,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position:
    0 10px,
    40px 40px;
  background-image: radial-gradient(
    closest-side,
    transparent 9px,
    var(--dark-background) 100%
  );
  z-index: 2;
}
.cart-content-right .cart-collaterals::after,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg::after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position:
    0 10px,
    40px 40px;
  background-image: radial-gradient(
    closest-side,
    transparent 9px,
    var(--dark-background) 100%
  );
}
.cart_totals,
.wc-proceed-to-checkout,
.checkout-button {
  float: left;
  width: 100%;
}
.page .cart-content-right .checkout-button {
  color: var(--white-color-text);
  background: var(--color-text);
  width: 100%;
  float: left;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 400;
  font-family: var(--primary-font);
  text-transform: capitalize;
}
.page .cart-content-right .checkout-button:hover {
  color: var(--white-color-text);
}
.page .cart-content-right .checkout-button::after {
  content: "";
  background: var(--primary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.page .cart-content-right .checkout-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.order_details .woocommerce-table__line-item .product-name a {
  color: var(--body-text-color);
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
}
.order_details .woocommerce-table__line-item .product-name ul {
  margin: 0;
  padding: 20px;
}
.order_details .woocommerce-table__line-item .product-name ul li:first-child p {
  border-bottom: 1px solid var(--border-color-01);
  margin: 0;
  padding: 0 0 10px 0;
}
.woocommerce-order-details table thead tr th {
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--secondary-bg-color);
  font-size: 20px;
}
.woocommerce-order-details table tfoot tr th {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--body-text-color);
  font-size: 18px;
}
#primary .woocommerce ul li strong {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 600;
}
.woocommerce-order-details table tfoot tr td span {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 17px;
}
.order_details .woocommerce-table__line-item .product-total span bdi {
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--primary-font);
}
.order_details .woocommerce-table__line-item .product-name strong {
  color: var(--color-text);
  font-size: 16px;
  font-family: var(--primary-font);
}
.order_details .woocommerce-table__line-item .product-name a:hover {
  color: var(--secondary-color);
}
.cart-content-right .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 500;
}
.cart-content-right .cart-collaterals .shop_table tr {
  border-bottom: 1px solid var(--border-color-01);
  float: left;
  width: 100%;
  margin: 0 0 12px;
  padding: 0 0 12px;
  display: flex;
  justify-content: space-between;
}
.cart-content-right .cart-collaterals .shop_table tr.cart-discount th,
.cart-content-right .cart-collaterals .shop_table tr.cart-discount td {
  font-size: 14px;
  border: 0;
}
.cart-content-right .cart-collaterals .cart_totals tr th,
.cart-content-right .cart-collaterals .shop_table {
  border: none;
  font-size: 17px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--secondary-color);
}
.cart-content-right .cart-collaterals .cart_totals tr td,
.cart-content-right .cart-collaterals .cart_totals tr th {
  padding: 0;
}
.woocommerce-cart .cross-sells {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 15px 30px;
  list-style: none;
  color: var(--white-color-text);
}
.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible {
  outline: none;
}
body .site-main .woocommerce-message a {
  color: var(--white-color-text);
}
body .site-main .woocommerce-message a:hover {
  text-decoration: underline;
}
.woocommerce-info {
  border-left: 10px solid #2081b9;
}
.woocommerce-message {
  border-left: 10px solid #0d7444;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-error {
  border-left: 10px solid #c3391a;
}
#primary .woocommerce .woocommerce-error li {
  color: var(--white-color-text);
  margin: 0 0 8px;
  font-size: 14px;
}
#primary .woocommerce .woocommerce-error li:last-child {
  margin: 0;
  padding: 0;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li,
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
  color: var(--white-color-text);
  margin: 0;
  font-size: 15px;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
  font-weight: 600;
}
.page .woocommerce-error a {
  color: var(--background-color);
  margin-left: 5px;
  font-size: 14px;
}
#coupon_code {
  padding: 10px 15px;
}
.entry-summary .variations tr td select {
  background: var(--white-color-text);
  font-size: 14px;
  padding: 6px 10px;
}
/* -------------- end cart page block ---------------- */
/* -------------- start checkout block ---------------- */
.woocommerce-checkout .woocommerce .checkout {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.woocommerce-checkout .cart-discount.coupon-welcome .woocommerce-remove-coupon,
.woocommerce-cart .cart-discount.coupon-welcome .woocommerce-remove-coupon {
  color: #ff0000;
}
.woocommerce .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup {
  float: left;
  width: 100%;
  outline: none;
}
.woocommerce-NoticeGroup .woocommerce-error {
  padding: 20px 30px;
}
.woocommerce-checkout .woocommerce .checkout .order_review-wrap {
  padding: 0 0 0 40px;
}
.woocommerce-checkout .woocommerce .checkout #customer_details {
  padding: 0 40px 0 0;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  #customer_details
  .woocommerce-additional-fields__field-wrapper
  .notes
  label {
  margin-bottom: 10px;
  font-size: 15px;
}
.woocommerce .woocommerce-form-coupon-toggle {
  margin: 0 0 40px;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 15px 30px;
  background: var(--dark-background);
  border-left: 10px solid var(--body-text-color);
  color: var(--color-text);
}
.woocommerce .woocommerce-order ul li {
  list-style: none;
  color: #222;
  font-size: 15px;
}
.woocommerce .woocommerce-order ul {
  padding-left: 0;
  margin: 0;
  padding: 20px 0;
}
.woocommerce-order section {
  padding: 10px 0;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--secondary-color);
  font-weight: 600;
  margin: 0 0 0 5px;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: var(--body-text-color);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg {
  background: var(--dark-background);
  padding: 40px;
  position: relative;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  h3 {
  color: var(--secondary-color);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  ul
  li {
  margin: 0;
  color: var(--white-color-text);
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button {
  background: var(--primary-color);
  color: var(--secondary-color);
  height: 50px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--primary-font);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button:focus {
  box-shadow: none;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  .cart_item
  td,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  .order-total
  th,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  .order-total
  td,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table th,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
  border: none;
}
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table th,
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
  padding: 10px 0;
  color: var(--body-text-color);
  border-bottom: 1px solid var(--border-color-01);
  font-weight: 500;
  font-family: var(--primary-font);
}
.woocommerce-checkout .woocommerce .checkout .order_review-wrap .shop_table td {
  font-size: 16px;
}
.wcml-dropdown > ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.wcml-vertical-list li a {
  padding: 0;
}
.navbar-woocommerce #woocommerce-menu .wcml-vertical-list li a {
  font-size: 14px;
  line-height: 15px;
}
.wcml-vertical-list {
  border-bottom: 0 !important;
}
.navbar-woocommerce #woocommerce-menu li .list-title {
  padding: 0 0 6px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid var(--border-color-01);
  display: block;
  font-weight: 500;
  color: var(--secondary-color);
  font-size: 15px;
  font-family: var(--primary-font);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  thead
  th {
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  thead
  th:last-child {
  text-align: right;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  td.product-name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  th {
  font-family: var(--primary-font);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  td,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  th {
  font-size: 18px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  th {
  color: var(--secondary-color);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  td {
  color: var(--secondary-color);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .cart-subtotal
  td,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .cart-subtotal
  th {
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 500;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input {
  width: 100%;
  height: 45px;
  padding: 15px;
  border: 1px solid var(--border-color-01);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p.form-row {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p
  label {
  margin: 0 0 8px;
  font-size: 15px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p
  .woocommerce-input-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p.form-row.form-row-first,
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p.form-row.form-row-last {
  width: 48%;
  margin-bottom: 20px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  p.form-row.form-row-last {
  margin: 0 0 0 25px;
}
.woocommerce-checkout-payment ul li .payment_box p,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p {
  color: var(--color-text);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p
  a {
  color: var(--color-text);
  font-weight: 500;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p
  a:hover {
  color: var(--secondary-color);
}
.woocommerce-checkout-payment ul li .payment_box p {
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.woocommerce-checkout-payment ul li label {
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 20px;
}
.woocommerce-checkout-payment ul li .payment_box p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.woocommerce-billing-fields h3 {
  font-weight: 500;
}
/* -------------- end checkout block ---------------- */
/* -------------- end myaccount block ------------------- */
.woocommerce-account .woocommerce #customer_login .u-column {
  float: left;
}
.woocommerce-account .woocommerce #customer_login .u-column1 {
  padding: 0 40px 0 0;
  border-right: 1px solid var(--border-color-01);
}
.woocommerce-account .woocommerce #customer_login .u-column2 {
  padding: 0 0 0 40px;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .u-column
  .woocommerce-form
  .woocommerce-form-row
  input {
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  padding: 0 30px 0 0;
  width: 18%;
  border-right: 1px solid var(--border-color-01);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: left;
  padding: 10px 0 0 40px;
  width: 75%;
  margin: 0 0 40px;
}
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  float: left;
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  position: relative;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: auto;
  bottom: -3px;
  margin: auto;
  height: 2px;
  background: var(--primary-color);
  width: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover::after,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li {
  margin: 0 0 15px;
}
.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul {
  margin: 0;
}
.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 3px;
}
.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a,
.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 strong {
  color: var(--secondary-color);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-family: var(--primary-font);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span {
  font-size: 18px;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  h3
  span
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .account-content {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}
.woocommerce-account .woocommerce a {
  color: var(--secondary-color);
  font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-info a {
  color: #fff;
}
.woocommerce-account .woocommerce a:hover {
  color: var(--primary-color);
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message
  a {
  color: var(--white-color-text);
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message
  .woocommerce-Button {
  float: right;
  border: 1px solid var(--white-color-text);
  padding: 10px 25px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  margin: 30px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .title a {
  font-size: 14px;
}
.woocommerce-edit-address .woocommerce-Address {
  flex: 1 1 50%;
  margin: 0 40px 0 0;
}
.woocommerce-edit-address .woocommerce-Address .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.woocommerce-edit-address .woocommerce-Address .title h3 {
  color: var(--secondary-color);
  margin: 0;
  font-size: 17px;
}
.woocommerce-edit-address .woocommerce-Address .title a {
  color: var(--white-color-text);
  background-color: var(--secondary-color);
  padding: 5px 10px;
}
.woocommerce-edit-address .woocommerce-Address .title a:hover {
  color: var(--white-color-text);
}
.woocommerce-address-fields__field-wrapper,
.woocommerce-address-fields,
.woocommerce-address-button,
.woocommerce-account .form-row,
.woocommerce-account .form-row label,
.woocommerce-account .form-row .woocommerce-input-wrapper,
.woocommerce-account .form-row .woocommerce-input-wrapper input,
.woocommerce-account .edit-account .woocommerce-form-row input,
.woocommerce-account .lost_password {
  float: left;
  width: 100%;
}
.wc-block-components-notice-banner {
  color: var(--secondary-color) !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.wc-block-components-notice-banner > svg {
  height: fit-content !important;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .button.wc-forward {
  color: var(--secondary-color) !important;
}
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
  width: 100%;
  height: 45px;
  margin: 20px 0 0;
}
.woocommerce-account .form-row label {
  margin: 0 0 10px;
  font-size: 14px;
}
.woocommerce-account .form-row .woocommerce-input-wrapper input,
.woocommerce-account
  .form-row
  .woocommerce-input-wrapper
  .select-wrap
  .select2-container
  .select2-selection--single,
.woocommerce-account .edit-account .woocommerce-form-row input {
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
}
.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap {
  margin: 0;
}
.woocommerce-account
  .form-row
  .woocommerce-input-wrapper
  .select-wrap
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  padding: 0;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .edit-account
  .form-row-wide
  span.from-message {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
  border: 1px solid var(--border-color-01);
  padding: 25px 30px;
  margin: 0 0 15px;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .edit-account
  fieldset
  .password-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0 0 20px;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .edit-account
  fieldset
  p:last-child {
  margin: 0;
}
.sticky-addToCart .stickycart-popup .price .amount bdi {
  color: var(--primary-color);
}
.sticky-addToCart
  .stickycart-popup
  .variations
  td.value
  .select_box
  .select_option:hover,
.sticky-addToCart
  .stickycart-popup
  .variations
  td.value
  .select_box
  .select_option.selected {
  border-color: var(--color-text);
  color: var(--color-text);
}
/* -------------- end myaccount block ------------------- */
.thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap {
  width: 100%;
}
.single-product.thumbnail-slider-style3 .single-product-thumb-content {
  flex-direction: row-reverse;
  margin: 0 0 50px;
}
.site-main {
  float: left;
  width: 100%;
  min-height: 588px;
}
.home .wrap-detail-page .breadcrumb-wrap {
  margin: 0;
}
.single-product.thumbnail-slider-style3
  .images.nickx_product_images_with_video.loading {
  max-height: 100% !important;
}
/* -------- start dark mode ----------- */
.dark-mode .tt-feature-box .tt-feature-box-icon img {
  filter: invert(100%);
}
.dark-mode #review_form_wrapper {
  background-color: #333;
}
.dark-mode .cat_desc .wpcat-content {
  background-color: var(--dark-secondary-background);
}
.dark-mode .banner-sec .section-heading,
.dark-mode .cat_desc .wpcat-content .cat_name {
  color: var(--white-color-text);
}
.dark-mode .cat_desc .wpcat-content .cat_total_product {
  color: var(--single-border-color);
}
.dark-mode .cat_desc .wpcat-content .cat_total_product::before {
  background-color: var(--single-border-color);
}
.dark-mode .banner-sec .tt-section-title.text-center p,
.dark-mode .home-title .tt-section-title .subtitle-wrap p {
  color: var(--single-border-color);
}
.dark-mode .banner-sec .button-title-wrap a.title-button:hover {
  color: var(--secondary-color);
}
.dark-mode .banner-sec .button-title-wrap a.title-button::after {
  background-color: var(--white-color-text);
}
.dark-mode
  .product-layout-default
  .cart-cross-sell
  .products.columns-5
  section.product
  .cart-wrap
  .product-button,
.dark-mode section.product .product-content-wrap .content-wrap .cart-wrap a,
.dark-mode
  .product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap
  .product-button,
.dark-mode .product-layout-default section.product .cart-wrap a {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading,
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading {
  color: var(--secondary-color);
}
.dark-mode
  .product-layout-default
  section.product
  .cart-wrap
  .product-button.loading {
  color: var(--primary-color);
}
.dark-mode #review_form_wrapper .form-submit input[type="submit"] {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.dark-mode #review_form_wrapper .form-submit input[type="submit"]:hover {
  background-color: var(--white-color-text);
  color: var(--secondary-color);
}
.dark-mode p.stars a:hover ~ a::before,
.dark-mode p.stars a::before {
  color: var(--single-border-color);
}
.dark-mode .woocommerce-checkout-payment ul li label,
.dark-mode #review_form_wrapper .comment-respond .comment-reply-title {
  color: var(--white-color-text);
}
.dark-mode #review_form_wrapper .comment-respond .comment-form .comment-notes,
.dark-mode
  #review_form_wrapper
  .comment-respond
  .comment-form
  .comment-notes
  #email-notes {
  color: var(--single-border-color);
}
.dark-mode #review_form_wrapper .comment-respond .comment-form p label,
.dark-mode
  #review_form_wrapper
  .comment-respond
  .comment-form
  .comment-form-rating
  label {
  color: var(--single-border-color);
}
.dark-mode #review_form_wrapper textarea,
.dark-mode #review_form .comment-form-author input,
.dark-mode #review_form .comment-form-email input {
  background-color: transparent;
  border-color: #505050;
}
.dark-mode.single-product #review_form_wrapper textarea:focus-visible,
.dark-mode #review_form_wrapper .comment-respond input:focus-visible,
.dark-mode
  #review_form_wrapper
  .comment-respond
  input[type="text"]:focus-visible {
  border-color: var(--single-border-color);
  color: var(--single-border-color);
}
.dark-mode #comments .contact-form .section-field input,
.dark-mode #comments .contact-form .section-field input[type="text"],
.dark-mode #comments .contact-form .section-field input[type="email"],
.dark-mode #comments .contact-form .section-field input[type="password"],
.dark-mode #comments .contact-form .section-field textarea {
  color: var(--single-border-color);
}
.dark-mode .short-view .product .product-button-wrap .compare a.added,
.dark-mode .list-view .product .product-button-wrap .compare a.added,
.dark-mode .short-view .product .product-button-wrap .btn-hv a::after,
.dark-mode .list-view .product .product-button-wrap .btn-hv a::after {
  background-color: var(--primary-color);
}
.dark-mode.single-product .stickycart-popup .cart-wrap .loading.product-button {
  background-color: var(--white-color-text);
}
.dark-mode.single-product .stickycart-popup .cart-wrap .loading.product-button,
.dark-mode.single-product
  .stickycart-popup
  .cart-wrap
  .loading.product-button::before {
  color: var(--secondary-color);
}
.dark-mode
  .cms-sec
  .elementor-button-link
  .elementor-button-content-wrapper::before {
  background-color: var(--primary-color);
}
.dark-mode
  .cms-sec
  .elementor-button-link
  .elementor-button-content-wrapper
  .elementor-button-text:hover {
  color: var(--white-color-text);
}
.dark-mode .elementor-widget.elementor-widget-progress .elementor-title {
  color: var(--single-border-color);
}
.dark-mode .return-to-shop .btn.btn-secondary::after,
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button::after,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button::after,
.dark-mode .wishlist_table tbody td .cart-wrap::after,
.dark-mode.woocommerce-cart .cart-content-left td.actions .empty_cart.button,
.dark-mode.woocommerce-cart .cart-content-left td.actions .button::after,
.dark-mode .woocommerce-form-coupon .button.btn-primary::after,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout::before,
.dark-mode.single-product .stickycart-popup .cart-wrap .product-button::after,
.dark-mode.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now::after,
.dark-mode.single-product .product .entry-summary .cart-wrap .product-button,
.dark-mode
  .wc-block-components-price-slider__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button::after,
.dark-mode
  .single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now::after,
.dark-mode
  .yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button,
.dark-mode .buy-now-wrap .btn-primary::after {
  background-color: var(--white-color-text);
}
.dark-mode.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover,
.dark-mode
  .yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover,
.dark-mode
  #yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .buy-now-wrap
  .single_add_to_cart_button,
.dark-mode
  #yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .cart-wrap
  .single_add_to_cart_button:hover,
.dark-mode
  #yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .single_add_to_cart_button:hover,
.dark-mode
  .single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover {
  color: var(--white-color-text);
}
.dark-mode .return-to-shop .btn.btn-secondary:hover,
.dark-mode .wishlist_table .wishlist-items-wrapper tr .cart-wrap:hover a,
.dark-mode.woocommerce-cart .cart-content-left td.actions .button.empty_cart,
.dark-mode.woocommerce-cart .cart-content-left td.actions .empty_cart.button,
.dark-mode.woocommerce-cart .cart-content-left td.actions .button:hover,
.dark-mode .woocommerce-form-coupon .button:hover,
.dark-mode.single-product .stickycart-popup .cart-wrap .product-button:hover,
.dark-mode.single-product .buy-now-wrap .button:hover,
.dark-mode.single-product .product .entry-summary .cart-wrap .product-button,
.dark-mode
  .wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button:hover
  span,
.dark-mode
  .yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .variations_button
  .single_add_to_cart_button.button-buy-now:hover,
.dark-mode.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now:hover,
.dark-mode
  #yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .buy-now-wrap
  .single_add_to_cart_button:hover,
.dark-mode
  #yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .cart-wrap
  .single_add_to_cart_button,
.dark-mode
  .yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button,
.dark-mode #yith-quick-view-content .buy-now-wrap .btn.btn-primary:hover,
.dark-mode .single-product .buy-now-wrap,
.dark-mode .single-product .product .entry-summary .cart-wrap .product-button {
  color: var(--secondary-color);
}
.dark-mode .elementor-widget-heading h2.elementor-size-default,
.dark-mode .wishlist_table .product-price .amount,
.dark-mode.woocommerce-cart .cart-content-left td .amount,
.dark-mode.woocommerce-cart
  .cart-content-left
  td.actions
  .button.empty_cart:hover,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .quantity
  .total,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .total
  .amount,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .quantity
  .amount,
.dark-mode .sticky-addToCart .stickycart-popup .price .amount bdi,
.dark-mode .woocommerce-grouped-product-list-item__price .amount,
.dark-mode .product .price,
.dark-mode cite {
  color: var(--white-color-text);
}
.dark-mode #comments .contact-form .form-submit input[type="submit"]:hover {
  background-color: var(--white-color-text);
  color: var(--secondary-color);
}
.dark-mode
  .product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover
  a,
.dark-mode.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover
  a,
.dark-mode .product-layout-default section.product .cart-wrap:hover a,
.dark-mode.product-layout-default section.product .cart-wrap:hover a {
  color: var(--primary-color);
}
.dark-mode
  .product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap,
.dark-mode.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap,
.dark-mode .product-layout-default section.product .cart-wrap,
.dark-mode.product-layout-default section.product .cart-wrap,
.dark-mode
  .product_catagories
  .product
  .content-wrap
  a
  .woocommerce-loop-product__title::before {
  border-color: var(--btn-hover-color);
}
.dark-mode
  .product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover,
.dark-mode.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap:hover,
.dark-mode .product-layout-default section.product .cart-wrap:hover,
.dark-mode.product-layout-default section.product .cart-wrap:hover {
  border-color: var(--primary-color);
}
.dark-mode.product-layout-default section.product .cart-wrap,
.dark-mode .product-layout-default section.product .cart-wrap {
  outline-color: #505050;
}
.dark-mode .btn-primary::after {
  background-color: var(--white-color-text);
}
.dark-mode .elementor-widget-heading h3.elementor-size-default,
.dark-mode .product .price del .woocommerce-Price-amount.amount bdi {
  color: var(--single-border-color);
}
.dark-mode .list-content .timer > div,
.dark-mode.single-product .product .entry-summary .timer > div {
  color: var(--single-border-color);
}
.dark-mode .sticky-addToCart .sticky-close:hover::after,
.dark-mode .sticky-addToCart .sticky-close:hover::before,
.dark-mode .yith-wcqv-head #yith-quick-view-close:hover::after,
.dark-mode .yith-wcqv-head #yith-quick-view-close:hover::before,
.dark-mode .email-popup-con .nothanks:hover::before,
.dark-mode .email-popup-con .nothanks:hover::after,
.dark-mode .product-360-view-wrapper .mfp-close:hover::after,
.dark-mode .product-360-view-wrapper .mfp-close:hover::before,
.dark-mode .offside .widget-area .filter-close:hover::after,
.dark-mode .offside .widget-area .filter-close:hover::before,
.dark-mode .cart-slider .cart-close:hover::before,
.dark-mode .cart-slider .cart-close:hover::after,
.dark-mode
  .navbar-hamburger
  span.hamburger-close
  .hamburger-close-wrap:hover::after,
.dark-mode
  .navbar-hamburger
  span.hamburger-close
  .hamburger-close-wrap:hover::before,
.dark-mode
  .search-icon
  .top-search
  .search-fix
  .product-search-close:hover::after,
.dark-mode
  .search-icon
  .top-search
  .search-fix
  .product-search-close:hover::before {
  background-color: var(--secondary-color);
  color: var(--secondary-color);
}
.dark-mode.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover,
.dark-mode .thumbnail-wrap .timer,
.dark-mode .btn.btn-primary:hover {
  color: var(--secondary-color);
}
.dark-mode .cat_desc .cat_image .cat_image_box .cat_img_inner {
  outline-color: var(--body-text-color);
}
.dark-mode .navbar-hamburger ul.hamburger-nav li span::before,
.dark-mode .navbar-hamburger ul.hamburger-nav li a,
.dark-mode
  .site-header
  .navbar-hamburger
  ul#hamburger-menu
  li
  ul.sub-menu
  li
  a {
  color: var(--single-border-color);
}
.dark-mode
  .site-header
  .navbar-hamburger
  ul#hamburger-menu
  ul.sub-menu
  li
  a:hover,
.dark-mode
  .site-header
  .navbar-hamburger
  ul#hamburger-menu
  li
  ul.sub-menu
  li:hover
  a,
.dark-mode .navbar-hamburger ul.hamburger-nav li:hover a {
  color: var(--primary-color);
}
.dark-mode .more-comment-wrap .tt-post-more a,
.dark-mode .blog-style .tt-post-more a,
.dark-mode .ui-tabs-nav .ui-tabs-tab a,
.dark-mode .woocommerce-billing-fields h3 {
  color: var(--white-color-text);
}
.dark-mode .cat_desc:hover .cat_image .cat_image_box .cat_img_inner {
  outline-color: var(--white-color-text);
}
.dark-mode .more-comment-wrap .tt-post-more a.btn:hover::before,
.dark-mode .blog-style .tt-post-more a.btn:hover::after {
  background-color: var(--primary-color);
}
.dark-mode .navbar-hamburger .navbar-hamburger-main {
  border-color: #505050;
}
.dark-mode footer .widget.widget_block p {
  color: #222;
}
.dark-mode .cart-slider .widget_shopping_cart_content .cart-button-wrap {
  background-color: #222222;
}
.dark-mode .product .woocommerce-loop-product__title {
  color: var(--single-border-color);
}
.dark-mode .product .woocommerce-loop-product__title:hover {
  color: var(--white-color-text);
}
.dark-mode .tt-post-meta-wrap a,
.dark-mode .tt-post-title a {
  color: var(--single-border-color);
}
.dark-mode .tt-post-meta-wrap a:hover,
.dark-mode .tt-post-title a:hover {
  color: var(--primary-color);
}
.dark-mode .sticky-addToCart,
.dark-mode .email-popup-inner-con,
body.dark-mode,
.dark-mode .navbar-hamburger .navbar-hamburger-main,
.dark-mode #yith-quick-view-modal .yith-wcqv-main,
.dark-mode .offside .widget-area,
.dark-mode .site-wrap .mini-cart .dropdown-menu-mini-cart .cart-slider,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
  background-color: var(--dark-secondary-background);
}
.dark-mode .sticky-addToCart {
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.3);
}
.dark-mode .more-comment-wrap .tt-post-more a::before,
.dark-mode .blog-style .tt-post-more a::after {
  background-color: var(--white-color-text);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .checkout.button::after {
  background-color: transparent;
  color: var(--white-color-text);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout:hover,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.checkout:hover::after {
  color: var(--secondary-color);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button {
  color: var(--white-color-text);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover {
  color: var(--primary-color);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:after {
  background-color: var(--white-color-text);
}
.dark-mode .more-comment-wrap .tt-post-more a:hover,
.dark-mode .blog-style .tt-post-more a:hover,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover:after {
  color: var(--primary-color);
}
.dark-mode
  .sticky-addToCart
  .stickycart-popup
  .sticky-addcart-info
  .sticky-content
  .title {
  color: var(--white-color-text);
}
.dark-mode .search-results.active .product-data:hover h3 {
  color: var(--primary-color);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .remove,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .total
  strong,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details,
.dark-mode
  .site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details,
.dark-mode .search-icon .search-wrap #woocommerce-menu svg,
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .shopping_cart_top
  .cart-title,
.dark-mode.search-icon .top-search .search-form .search-title {
  color: var(--single-border-color);
}
.dark-mode .search-results.active .product-data .product-sku,
.dark-mode .search-results.active .product-data .product-categories {
  color: var(--single-border-color);
}
.dark-mode .cat_desc .wpcat-content .cat-description {
  color: var(--single-border-color);
}
.dark-mode
  .site-header
  #site-navigation
  ul.sub-menu
  li.menu-item.menu-item-has-children:hover
  > a::before {
  color: var(--primary-color);
}
.dark-mode .woocommerce-additional-fields h3,
.dark-mode footer .footer-newsletter .news-title .widget-title::before {
  color: var(--white-color-text);
}
.dark-mode.page .site-main .button-cms-block .btn {
  border-color: var(--white-color-text);
  color: var(--white-color-text);
}
.dark-mode.page .site-main .button-cms-block .btn:hover {
  border-color: var(--white-color-text);
}
.dark-mode.product-layout-default
  .short-view
  section.product
  .cart-wrap
  .product-button:hover
  svg,
.dark-mode.product-layout-default
  .list-view
  section.product
  .cart-wrap
  .product-button:hover
  svg {
  color: var(--secondary-color);
}
.dark-mode.single-product #review_form_wrapper textarea:focus {
  color: var(--single-border-color);
}
.dark-mode div.list_product_size:hover,
.dark-mode .list_product_size.select_variation {
  color: var(--white-color-text);
  border-color: var(--white-color-text);
}
.dark-mode .Portfolio-style-1 a span {
  color: var(--white-color-text);
}
.dark-mode .Portfolio-style-1 a span:hover {
  color: var(--primary-color);
}
.dark-mode.woocommerce-cart
  .cart-content-left
  td.actions
  .button[disabled]:hover {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #order_review_heading {
  color: var(--white-color-text);
}
.dark-mode .error-404.not-found .back-home-button a.btn-primary::after {
  background-color: var(--white-color-text);
}
.dark-mode .error-404.not-found .back-home-button a:hover {
  color: var(--secondary-color);
}
.dark-mode .error-404.not-found .search-form.search__form button {
  background-color: var(--white-color-text);
}
.dark-mode .error-404.not-found .search-form.search__form button svg {
  color: var(--secondary-color);
}
.dark-mode .error-404.not-found .search-form.search__form button:hover svg {
  color: var(--white-color-text);
}
.dark-mode .error-404.not-found input[type="search"]:focus {
  border-color: var(--single-border-color);
}
.dark-mode .error-404.not-found h2 {
  color: var(--white-color-text);
}
.dark-mode .product-top-sorting .filter {
  color: var(--single-border-color);
  border-color: #505050;
}
.dark-mode .product-top-sorting .filter-click .filter {
  color: var(--white-color-text);
  border-color: var(--white-color-text);
}
.dark-mode.woocommerce-active
  #primary
  .offside
  .widget_block
  ul
  li
  .wc-block-components-checkbox
  label
  .wc-block-components-checkbox__input {
  border-color: var(--single-border-color);
}
.dark-mode .offside .wc-block-components-price-slider__range-text {
  color: var(--single-border-color);
}
.dark-mode .offside .wc-block-product-categories-list-item-count {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-active #primary .offside .widget_block ul li a {
  color: var(--single-border-color);
}
.dark-mode .offside .widget h2 {
  color: var(--white-color-text);
}
.dark-mode .offside .wc-filter-element-label-list-count,
.dark-mode
  .offside
  .wc-block-product-categories-list-item
  .wc-block-product-categories-list-item-count,
.dark-mode.woocommerce-active
  #primary
  .offside
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-filter-element-label-list-count {
  color: var(--secondary-color);
}
.dark-mode
  .offside
  .wc-block-product-categories-list-item:hover
  .wc-block-product-categories-list-item-count {
  color: var(--white-color-text);
}
.dark-mode
  .offside
  .wc-block-components-checkbox
  .wc-block-components-checkbox__label,
.dark-mode.woocommerce-active
  #primary
  .offside
  .widget_block
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-block-components-checkbox__label {
  color: var(--single-border-color);
}
.dark-mode
  .wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label:hover
  .wc-filter-element-label-list-count,
.dark-mode.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li:hover
  label
  .wc-filter-element-label-list-count {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button:hover {
  color: var(--secondary-color);
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: var(--white-color-text);
}
.dark-mode .widget .description,
.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode input[type="password"],
.dark-mode input[type="search"],
.dark-mode input[type="number"],
.dark-mode input[type="tel"],
.dark-mode input[type="range"],
.dark-mode input[type="date"],
.dark-mode input[type="month"],
.dark-mode input[type="week"],
.dark-mode input[type="time"],
.dark-mode input[type="datetime"],
.dark-mode input[type="datetime-local"],
.dark-mode input[type="color"],
.dark-mode textarea,
.dark-mode .respond-form .comment-form-author input[type="text"],
.dark-mode .search-form input[type="search"] {
  border-color: #505050;
}
.dark-mode input[type="text"]:focus,
.dark-mode input[type="url"]:focus,
.dark-mode input[type="password"]:focus,
.dark-mode input[type="search"]:focus,
.dark-mode input[type="number"]:focus,
.dark-mode input[type="tel"]:focus,
.dark-mode input[type="range"]:focus,
.dark-mode input[type="date"]:focus,
.dark-mode input[type="month"]:focus,
.dark-mode input[type="week"]:focus,
.dark-mode input[type="time"]:focus,
.dark-mode input[type="datetime"]:focus,
.dark-mode input[type="datetime-local"]:focus,
.dark-mode input[type="color"]:focus,
.dark-mode textarea:focus,
.dark-mode .respond-form .comment-form-author input[type="text"]:focus {
  color: var(--single-border-color);
}
.dark-mode input:focus-visible,
.dark-mode input[type="text"]:focus-visible,
.dark-mode input[type="password"]:focus-visible,
.dark-mode textarea:focus-visible,
.dark-mode select:focus-visible,
.dark-mode .respond-form .comment-form-author input[type="text"]:focus-visible {
  border-color: var(--single-border-color);
}
.dark-mode
  .order_details
  .woocommerce-table__line-item
  .product-total
  span
  bdi {
  color: var(--single-border-color);
}
.dark-mode .cms-content .section-heading:before {
  background-color: var(--single-border-color);
}
.dark-mode.woocommerce-active #primary .widget_block ul li,
.dark-mode #primary .woocommerce ul li {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a::after {
  background-color: var(--primary-color);
}
.dark-mode.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a,
.dark-mode.woocommerce-account
  #primary
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--primary-color);
}
.dark-mode .wp-block-latest-comments__comment-link,
.dark-mode .wp-block-latest-comments__comment-author {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  h3
  strong {
  color: var(--white-color-text);
}
.dark-mode .wp-block-latest-comments__comment-link:hover {
  color: var(--white-color-text);
}
.wp-block-latest-comments__comment-link:hover {
  color: var(--primary-color);
}
.dark-mode .elementor-widget-text-editor {
  color: var(--single-border-color) !important;
}
.dark-mode #page .blog-style .tt-post-title a:hover {
  color: var(--primary-color);
}
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input {
  border: 1px solid #505050;
  background: transparent;
  color: var(--single-border-color);
}
.dark-mode
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #bbb;
}
.dark-mode
  .select2-container--default
  .select2-selection--single.select2-container--open
  .select2-selection__rendered {
  color: #fff;
}
.dark-mode .find_a_store .elementor-heading-title.elementor-size-default,
.dark-mode .find_a_store .tt-section-title .section-heading,
.dark-mode .find_a_store .tt-section-title .section-heading {
  color: var(--secondary-color) !important;
}
.dark-mode
  .woocommerce
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: var(--white-color-text);
}
.dark-mode .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product_name
  a {
  color: var(--single-border-color);
}
.dark-mode
  .right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product_name
  a:hover {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input:focus,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input[type="text"]:focus {
  border-color: var(--single-border-color);
  color: var(--single-border-color);
}
.dark-mode .elementor-accordion-icon,
.dark-mode .elementor-accordion-title {
  color: var(--white-color-text) !important;
}
.dark-mode
  .elementor-element.elementor-widget-Section
  .tt-section-title
  .section-heading {
  color: var(--white-color-text);
}
.dark-mode .list-description p {
  color: var(--single-border-color);
}
.dark-mode .cart-content-right .cart-collaterals .shop_table tr {
  border-color: #505050;
}
.dark-mode .cart-content-right .cart-collaterals .cart_totals tr td,
.dark-mode .cart-content-right .cart-collaterals .cart_totals tr th,
.dark-mode .cart-content-right .cart-collaterals .shop_table,
.dark-mode .cart-content-right .cart-collaterals .cart_totals h2 {
  color: var(--white-color-text);
}
.dark-mode.page .cart-content-right .checkout-button:hover {
  color: var(--secondary-color);
}
.dark-mode.page .cart-content-right .checkout-button::after {
  background-color: var(--white-color-text);
}
.dark-mode
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #ccc;
}
.dark-mode
  .variations_form
  .variations
  td.value
  .select_box
  .select_option.selected
  span {
  color: var(--white-color-text);
}
.dark-mode .variations_form .variations td.value .select_box .select_option,
.dark-mode
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option {
  border-color: var(--body-text-color);
}
.dark-mode
  .variations_form
  .variations
  td.value
  .select_box
  .select_option:hover,
.dark-mode
  .variations_form
  .variations
  td.value
  .select_box
  .select_option.selected {
  border-color: var(--white-color-text) !important;
  color: var(--white-color-text);
}
.dark-mode.woocommerce-account .woocommerce h2 {
  color: var(--white-color-text);
}
.dark-mode .widget.widget_search input[type="search"],
.dark-mode .wp-block-search input[type="search"] {
  color: var(--white-color-text);
}
.dark-mode .blog_color .elementor-heading-title {
  color: var(--white-color-text) !important;
}
.dark-mode .tt-feature-box-containt h4 {
  color: var(--white-color-text);
}
.dark-mode .service-block.swiper-slider .tt-feature-box-containt p {
  color: var(--single-border-color);
}
.dark-mode .product .quantity input.qty {
  color: var(--white-color-text);
}
.single-product .entry-summary .star-rating + .woocommerce-review-link:hover {
  color: var(--primary-color);
}
.dark-mode h3 {
  color: var(--background-color);
}
.dark-mode .sticky-addToCart.sticky .product .price .amount bdi {
  color: var(--secondary-color);
}
.dark-mode .wc-block-components-checkbox {
  color: var(--single-border-color);
}
.dark-mode .service_section .section-heading {
  color: var(--color-text);
}
.dark-mode .blog-style .tt-post-more:hover a::before {
  background-color: var(--white-color-text);
}
.dark-mode .single-product .product_meta .sku_wrapper,
.dark-mode .single-product .product_meta .posted_in,
.dark-mode .single-product .product_meta .tagged_as {
  color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .quantity
  .qty_button {
  color: var(--white-color-text);
  background-color: transparent;
}
.dark-mode .topbar-close::after,
.dark-mode .topbar-close::before,
.dark-mode .sticky-addToCart .sticky-close::after,
.dark-mode .sticky-addToCart .sticky-close::before,
.dark-mode .yith-wcqv-head #yith-quick-view-close::after,
.dark-mode .yith-wcqv-head #yith-quick-view-close::before,
.dark-mode .email-popup-con .nothanks::before,
.dark-mode .email-popup-con .nothanks::after,
.dark-mode .product-360-view-wrapper .mfp-close::after,
.dark-mode .product-360-view-wrapper .mfp-close::before,
.dark-mode .offside .widget-area .filter-close::after,
.dark-mode .offside .widget-area .filter-close::before,
.dark-mode .cart-slider .cart-close::before,
.dark-mode .cart-slider .cart-close::after,
.dark-mode .navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.dark-mode
  .navbar-hamburger
  span.hamburger-close
  .hamburger-close-wrap::before {
  background-color: var(--dark-background);
}
.dark-mode
  .video_section
  .elementor-button-link
  .elementor-button-content-wrapper:hover
  .elementor-button-text {
  color: #222;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.dark-mode
  .video_section
  .elementor-button-link
  .elementor-button-content-wrapper
  .elementor-button-text {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.dark-mode .yith-wcwl-share h4.yith-wcwl-share-title {
  color: var(--background-color);
}
.dark-mode .woocommerce .wishlist-title h2 {
  color: var(--background-color);
}
.dark-mode .wishlist_table .product-price del .amount,
table.wishlist_table tbody td del .woocommerce-Price-amount {
  color: var(--single-border-color);
}
.dark-mode.single-product #yith-quick-view-content .product_meta .posted_in a {
  color: var(--single-border-color);
}
.dark-mode.single-product #yith-quick-view-content .product_meta .posted_in,
.dark-mode.single-product
  #yith-quick-view-content
  .entry-summary
  .woocommerce-review-link {
  color: var(--white-color-text);
}
.dark-mode.single-product
  #yith-quick-view-content
  .entry-summary
  .star-rating
  + .woocommerce-review-link::before {
  background-color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .quantity,
.dark-mode.single-product
  #yith-quick-view-content
  .product
  .entry-summary
  .price,
.dark-mode.single-product
  #yith-quick-view-content
  .entry-summary
  .woocommerce-product-details__short-description,
.dark-mode.single-product #yith-quick-view-content .product_meta {
  border-color: #505050;
}
.dark-mode.single-product
  #yith-quick-view-content
  .woocommerce-product-details__short-description
  p {
  color: var(--single-border-color);
}
.dark-mode #yith-quick-view-content .product .price del::before {
  color: var(--body-text-color);
}
.dark-mode
  #yith-quick-view-content
  .woocommerce-product-details__short-description
  p {
  color: var(--single-border-color);
}
.dark-mode
  #yith-quick-view-content
  .single-product
  .product
  .entry-summary
  .price {
  border-color: var(--background-color);
}
.dark-mode #yith-quick-view-content .buy-now-wrap .btn.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-content
  .entry-summary
  .cart-wrap
  .product-button::after {
  background-color: var(--primary-color);
}
.dark-mode.single-product .single-product-detail .entry-summary .product_title,
.dark-mode #yith-quick-view-content .entry-summary .product_title {
  color: var(--white-color-text);
}
.dark-mode.single-product
  .entry-summary
  .star-rating
  + .woocommerce-review-link:hover {
  color: var(--single-border-color);
}
.dark-mode
  .video_section
  .elementor-button-link
  .elementor-button-content-wrapper::before {
  background-color: var(--white-color-text);
}
.dark-mode #yith-quick-view-content .variations_form .variations th > label,
.dark-mode #yith-quick-view-content .variations_form .variations td > label {
  color: var(--white-color-text);
}
.dark-mode #yith-quick-view-content .progress-bar span {
  height: 10px;
}
.dark-mode #yith-quick-view-content .stock-progress .progress-bar {
  background: #b5a16e;
}
.dark-mode #yith-quick-view-content .single-categories span,
.dark-mode #yith-quick-view-content .single-categories .artistics-brands span {
  color: var(--white-color-text);
}
.dark-mode.single-product
  #yith-quick-view-content
  .stock-progress
  span.stock-progress-wrap {
  color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-content
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option:hover {
  border-color: var(--secondary-color) !important;
}
.dark-mode
  #yith-quick-view-content
  .variations_form
  .variations
  td.value
  .select_box
  .select_option.selected
  span {
  color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-content
  .cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a {
  color: var(--single-border-color);
}
.dark-mode
  #yith-quick-view-content
  .cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a:hover {
  color: var(--white-color-text);
}
.dark-mode .service_section .tt-section-sab {
  color: var(--primary-color);
}
.dark-mode .single-categories span,
.dark-mode .wp-block-heading {
  color: var(--white-color-text);
}
.dark-mode .dark-section .section-heading {
  color: var(--secondary-bg-color);
}
.dark-mode .dark-section .tt-section-sab {
  color: var(--single-border-color);
}
.product_catagories .product .price {
  padding: 0 0 0 5px;
  margin: 0;
}
.buy-now-wrap .btn-primary {
  background-color: var(--primary-color);
}
body.dark-mode {
  color: var(--single-border-color);
}
.dark-mode.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a {
  color: var(--single-border-color);
}
.dark-mode
  .single-product
  .entry-summary
  .star-rating
  + .woocommerce-review-link {
  color: var(--single-border-color);
}
.dark-mode
  .single-product
  .entry-summary
  .star-rating
  + .woocommerce-review-link:hover {
  color: var(--white-color-text);
}
.dark-mode .product-review-tab .review_tab .woocommerce-product-rating a,
.dark-mode.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a::before,
.dark-mode .tt-post-meta-wrap .tt-post-comment a::after,
.dark-mode.single-product .summary .timer,
.dark-mode
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button::after,
.dark-mode #post_sidebar .widget ol li footer,
.dark-mode
  .post
  .tt-post-wrapper
  .tt-post-details
  .tt-post-content
  > p:not(
    .single-post .post .tt-post-wrapper .tt-post-details .tt-post-content > p
  ),
.dark-mode.woocommerce-cart .cart-content-left tr td a,
.dark-mode .wc-block-components-price-slider__range-text {
  color: var(--single-border-color);
}
.dark-mode #page .blog-style .tt-post-title a,
.dark-mode .related.products h3 {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty,
.dark-mode.woocommerce-cart
  .woocommerce-cart-form
  .product-quantity
  .quantity
  .qty_button,
.dark-mode .up-sells h3,
.dark-mode.single-product .recent-product .product-section-title {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-active
  #primary
  .widget_block
  .wp-block-latest-comments__comment-author,
.dark-mode.woocommerce-active
  #primary
  .widget_block
  .wp-block-latest-comments__comment-link,
.dark-mode.single-product .timer > div > div.text,
.dark-mode.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
.dark-mode.woocommerce-active #primary .widget_block ul li a {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-cart .cart-content-left tr td a:hover {
  color: var(--white-color-text);
}
.dark-mode .cart-content-right .cart-collaterals {
  background: radial-gradient(closest-side, #333333 9px, #333333 100%);
}
.dark-mode .cart-content-right .cart-collaterals::before,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg::before,
.dark-mode .cart-content-right .cart-collaterals::after,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg::after {
  background-image: radial-gradient(
    closest-side,
    transparent 9px,
    #333333 100%
  );
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg {
  background: radial-gradient(closest-side, #333333 9px, #333333 100%);
}
.dark-mode.single-post a {
  color: var(--primary-color);
}
.dark-mode.single-post a:hover {
  color: var(--white-color-text);
}
.dark-mode .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: var(--single-border-color);
}
.dark-mode
  .wc-block-attribute-filter__actions
  .wc-block-components-filter-reset-button {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-active
  #primary
  .widget_block
  ul
  li
  .wc-block-components-checkbox
  label
  .wc-block-components-checkbox__input {
  border: 1px solid var(--single-border-color);
}
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading,
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading {
  background-color: var(--white-color-text);
}
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button:hover,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .product-button:hover {
  color: var(--secondary-color);
}
.dark-mode .list-view.products .product .product-button.loading::before,
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button.loading::before {
  color: var(--secondary-color);
}
.dark-mode .product-trending .swiper-navigation .swiper-button,
.dark-mode .woocommerce-grouped-product-list-item__price del .amount,
.dark-mode
  .cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a,
.dark-mode .blog-style .tt-post-wrapper div.tt-post-comment,
.dark-mode .blog-style .tt-post-wrapper div.tt-post-views,
.dark-mode .comment-reply-title,
.dark-mode .comment-notes #email-notes,
.dark-mode .tt-post-meta-wrap div a,
.dark-mode .product .product-button::before,
.dark-mode section.product .product-button,
.dark-mode .variations_form .variations tr .reset_variations,
.dark-mode.woocommerce-account
  .woocommerce-MyAccount-content
  .edit-account
  fieldset
  .password-title,
.dark-mode.woocommerce-account .form-row label,
.dark-mode .variations_form .variations th > label,
.dark-mode.single-product .summary .timer > div > p {
  color: var(--single-border-color);
}
.dark-mode .testimonial-section .swiper-navigation .swiper-button svg {
  color: var(--secondary-color);
}
.dark-mode .wp-block-search .wp-block-search__label,
.dark-mode
  .cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__label
  a:hover,
.dark-mode .tt-post-details .tt-post-title h2 a,
.dark-mode .swiper-navigation svg,
.dark-mode .swiper-navigation .swiper-button svg,
.dark-mode .owl-carousel .owl-nav button span,
.dark-mode.woocommerce-cart .cart-content-left th,
.dark-mode .pagination .page-numbers li > a {
  color: var(--white-color-text);
}
.dark-mode .variations_form .variations tr .reset_variations,
.dark-mode .variations_form .variations td > label,
.dark-mode
  .list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping
  span,
.dark-mode
  .list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery
  span,
.dark-mode.woocommerce-account .woocommerce a,
.dark-mode.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  p.form-row
  a,
.dark-mode.single-product .product_meta .tagged_as,
.dark-mode.single-product .product_meta .posted_in {
  color: var(--white-color-text);
}
.dark-mode .single-categories .artistics-brands a,
.dark-mode.single-product .product_meta .sku_wrapper,
.dark-mode .single-product .product_meta .sku_wrapper,
.dark-mode.single-product .product_meta .sku_wrapper .sku,
.dark-mode .single-product .product_meta .sku_wrapper .sku,
.dark-mode.single-product .product_meta .posted_in a,
.dark-mode .single-product .product_meta .posted_in a,
.dark-mode.single-product .product_meta .tagged_as a,
.dark-mode .single-product .product_meta .tagged_as a {
  color: var(--single-border-color);
}
.dark-mode.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a:hover::before,
.dark-mode .single-product .product_meta .posted_in a:hover,
.dark-mode.single-product .product_meta .posted_in a:hover,
.dark-mode.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a:hover {
  color: var(--primary-color);
}
.dark-mode .single-categories .artistics-brands a:hover,
.dark-mode.single-product .product_meta .tagged_as a:hover {
  color: var(--primary-color);
}
.dark-mode .short-view .list-content .timer > div::after,
.dark-mode .list-view .list-content .timer > div::after,
.dark-mode .short-view .list-content .timer > div > p,
.dark-mode .list-view .list-content .timer > div > p {
  color: var(--white-color-text);
}
.dark-mode.body-list-view section.product .timer svg,
.dark-mode.body-short-view section.product .timer svg {
  color: var(--white-color-text);
}
.dark-mode .list-content .timer > div > p.second {
  color: #ff0000;
}
.dark-mode .product .quantity .qty_button {
  color: var(--single-border-color);
}
.woocommerce-account button[type="submit"].btn.btn-primary {
  background: var(--secondary-color);
  color: var(--white-color-text);
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-account button[type="submit"].btn.btn-primary:hover {
  color: var(--white-color-text);
}
.woocommerce-account
  .woocommerce-ResetPassword.lost_reset_password
  button[type="submit"].btn.btn-primary {
  background-color: var(--primary-color);
}
.woocommerce-account
  .woocommerce-ResetPassword.lost_reset_password
  button.btn.btn-primary::after {
  background-color: var(--secondary-color);
}
.dark-mode.woocommerce-account footer button[type="submit"].btn.btn-primary,
.woocommerce-account footer button[type="submit"].btn.btn-primary {
  background-color: transparent;
}
.woocommerce-account button.btn.btn-primary::after {
  background-color: var(--primary-color);
}
.dark-mode.woocommerce-account .woocommerce a.btn.btn-primary {
  color: var(--color-text);
  background: var(--white-color-text);
}
.dark-mode.woocommerce-account .woocommerce a.btn.btn-primary:hover {
  color: var(--white-color-text);
}
.woocommerce-account .woocommerce a.btn.btn-primary::after {
  background-color: var(--primary-color);
}
.dark-mode.woocommerce-account .woocommerce a.btn.btn-primary::after {
  background-color: var(--primary-color);
}
.dark-mode.single-product .product .sticky-content .price {
  color: var(--color-text);
}
.dark-mode .widget h2 {
  color: var(--white-color-text);
}
.dark-mode .product-top-sorting .select-wrap select,
.dark-mode .section-heading,
.dark-mode .tt-section-title p,
.dark-mode .tt-feature-box .tt-feature-box-containt .tt-feature-box-title,
.dark-mode .product-top-sorting .woocommerce-result-count,
.dark-mode .product-top-sorting .product-sort-view .view svg,
.dark-mode.single-product .entry-summary .product_title,
.dark-mode.single-product .entry-summary .woocommerce-review-link,
.dark-mode.single-product .woocommerce-tabs ul.tabs li a:hover,
.dark-mode.single-product .woocommerce-tabs ul.tabs li.active a,
.dark-mode .related.products h3,
.dark-mode.single-product .recent-product .product-section-title,
.dark-mode.single-product .review_tab .avrage_rating,
.dark-mode .woocommerce-product-rating a,
.dark-mode.single-product
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery::after,
.dark-mode.single-product
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping::after,
.dark-mode .woocommerce-tabs ul li a,
.dark-mode.single-product.thumbnail-slider-style2 .woocommerce-tabs table th,
.dark-mode.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li#tab-title-reviews
  .woocommerce-Reviews-title,
.dark-mode .product-360-button .product-popup svg,
.dark-mode.single-product .product-estimate .delivery-shipping-wrap span,
.dark-mode .product .category-morden .list-description p {
  color: var(--white-color-text);
}
.dark-mode .blog-style .tt-post-details .tt-post-content,
.dark-mode.single-product .product .entry-summary .price del bdi {
  color: var(--single-border-color);
}
.dark-mode.single-product .product_meta .sku_wrapper,
.dark-mode.single-product .summary.entry-summary .stock-progress {
  color: var(--white-color-text);
}
.dark-mode .elementor-button-link .elementor-button-content-wrapper::before {
  background-color: var(--white-color-text);
}
.dark-mode
  .elementor-button-link:hover
  .elementor-button-content-wrapper
  .elementor-button-text,
.dark-mode .cms-sec1 .cms1-content .button-title-wrap a.title-button:hover {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  th,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  td {
  border-color: #505050;
  color: var(--white-color-text);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  td,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .order-total
  th,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .cart-subtotal
  td,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  .cart-subtotal
  th,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  .cart_item
  td.product-total,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  td,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  td.product-name {
  color: var(--white-color-text);
}
.dark-mode.single-product .product-estimate,
.dark-mode.woocommerce-account .woocommerce #customer_login .u-column1,
.dark-mode.single-product .product .entry-summary .product-button-wrap,
.dark-mode.single-product
  .entry-summary
  .woocommerce-product-details__short-description,
.dark-mode.single-product .entry-summary .list-timer,
.dark-mode .tt-post-meta-wrap,
.dark-mode .widget.widget_search input[type="search"],
.dark-mode .wp-block-search input[type="search"],
.dark-mode
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_size
  .select_option
  span,
.dark-mode table.wishlist_table tbody td,
.dark-mode.woocommerce-account
  .woocommerce-MyAccount-content
  .edit-account
  fieldset,
.dark-mode.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.dark-mode.woocommerce-cart .cart-content-left th,
.dark-mode.woocommerce-cart .cart-content-left td,
.dark-mode.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity,
.dark-mode.single-product .product .sticky-addToCart .quantity,
.dark-mode.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
.dark-mode.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li,
.dark-mode.single-product .product .entry-summary .price,
.dark-mode.single-product .product_meta,
.dark-mode.single-product .woocommerce-tabs ul.tabs,
.dark-mode.single-product .woocommerce-tabs,
.dark-mode.woocommerce-active.archive .shop-sidebar .sidebar-filter .widget,
.dark-mode.woocommerce-active.archive .shop-nosidebar .widget,
.dark-mode .product-top-sorting .select-wrap select,
.dark-mode .widget_block .wc-block-price-filter__title::after,
.dark-mode .widget .wc-block-attribute-filter__title::after,
.dark-mode .woocommerce.widget .widget-title::after,
.dark-mode .widget .wc-block-attribute-filter .components-form-token-field,
.dark-mode .product .product-button-wrap,
.dark-mode .product .product-button-wrap .btn-hv::before,
.dark-mode .page-links a.post-page-numbers,
.dark-mode .comment-list li.comment .comment-body,
.dark-mode #post_sidebar .widget ul li,
.dark-mode #post_sidebar .widget ol li,
.dark-mode .single-post .tt-post-details ul.wp-block-archives-list li,
.dark-mode footer.site-footer,
.dark-mode .wp-block-table.is-style-stripes,
.dark-mode blockquote,
.dark-mode .wp-block-quote.is-style-large,
.dark-mode table,
.dark-mode table td,
.dark-mode table th,
.dark-mode.woocommerce-active.single-post .tt-post-wrapper,
.dark-mode .widget-area .widget,
.dark-mode.single-product.thumbnail-slider-style3 .product_meta,
.dark-mode .blog .format-standard .tt-post-wrapper,
.dark-mode.single-product .woocommerce-tabs .woocommerce-Reviews #comments,
.dark-mode table.wishlist_table tbody td,
.dark-mode .wishlist_table thead th,
.dark-mode .cart.grouped_form .group_table tr,
.dark-mode.woocommerce-active.archive
  .site-main
  .products.short-view
  .product
  .timer,
.dark-mode.woocommerce-active.archive
  .site-main
  .products.list-view
  .product
  .timer,
.dark-mode .site-wrap .mini-cart .dropdown-menu-mini-cart .cart-slider,
.dark-mode .single-product .product .entry-summary .price,
.dark-mode
  .single-product
  .entry-summary
  .woocommerce-product-details__short-description,
.dark-mode .single-product .product_meta,
.dark-mode.woocommerce-lost-password .woocommerce .lost_reset_password,
.dark-mode .woocommerce .select2-container--default .select2-selection--single,
.dark-mode .single-product .product .entry-summary .quantity,
.dark-mode .no-results.not-found,
.dark-mode .product-top-sorting,
.dark-mode .products,
.dark-mode.woocommerce-cart .cart-content-left tr,
.dark-mode.woocommerce-cart
  .cart-content-left
  .woocommerce-cart-form__cart-item.cart_item
  .product-price,
.dark-mode.single-product .summary .timer,
.dark-mode .tt-feature-box,
.dark-mode.single-product .product .entry-summary .quantity,
.dark-mode.single-product .product-type-variable .product_meta,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider,
.dark-mode.single-product.thumbnail-slider-style1
  .woocommerce-tabs
  .woocommerce-Tabs-panel,
.dark-mode .single-product .product-type-variable .product_meta,
.dark-mode.woocommerce-edit-address .woocommerce-Address .title,
.dark-mode .pagination .page-numbers li > a {
  border-color: #505050;
}
.dark-mode #tab-reviews .product-review-tab,
.dark-mode .thumbnail-slider-style1 #tab-reviews .product-review-tab {
  border-color: #505050 !important;
}
.dark-mode.single-product .product .entry-summary .timer > div::after,
.dark-mode.single-product .product .entry-summary .timer svg {
  color: var(--white-color-text);
}
.dark-mode .short-view .product .price del .woocommerce-Price-amount.amount bdi,
.dark-mode .list-view .product .price del .woocommerce-Price-amount.amount bdi {
  color: var(--single-border-color);
}
.dark-mode.single-product .woocommerce-tabs::before {
  background-color: #a9a9a9;
}
.dark-mode.single-product.thumbnail-slider-style1 .woocommerce-tabs::after {
  background-color: #a9a9a9;
  box-shadow: 0 47px 0 0 #a9a9a9;
}
.dark-mode.single-product .product-border::after {
  background-color: #505050;
}
.single-product.dark-mode .buy-now-wrap .button::before {
  color: var(--primary-color);
}
.dark-mode .up-sells h3 {
  color: var(--white-color-text);
}
.dark-mode #post_content .comments-area {
  background: #333;
}
.dark-mode.single-product .woocommerce-tabs ul.tabs li a {
  color: var(--single-border-color);
}
.dark-mode.single-product .woocommerce-tabs ul.tabs li a::after {
  background-color: var(--white-color-text);
}
.dark-mode .product .entry-summary .product-button-wrap .btn-hv a,
.dark-mode .blog-style .tt-post-wrapper .tt-post-details {
  background-color: transparent;
}
.dark-mode .product-top-sorting .product-sort-view .view:hover svg path,
.dark-mode .product-top-sorting .product-sort-view .view.active svg path {
  fill: var(--white-color-text);
}
.dark-mode
  .widget_block
  .wc-block-price-slider
  .wc-block-components-price-slider__range-input-progress {
  --range-color: var(--background-color);
}
.dark-mode footer.site-footer {
  border: none;
}
.dark-mode.single-product .product .entry-summary .quantity .qty_button {
  color: var(--body-text-color);
}
.dark-mode .blog-style .tt-post-wrapper div svg {
  fill: var(--color-text);
}
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-active.archive
  .products.short-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title:hover,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .list-content-wrap
  .woocommerce-loop-product__title:hover {
  color: var(--primary-color);
}
.dark-mode.woocommerce-account button[type="submit"].btn-secondary::after,
.dark-mode.woocommerce-account button[type="submit"].btn.btn-primary {
  background-color: var(--white-color-text);
}
.dark-mode.woocommerce-account
  .woocommerce-form-login
  button[type="submit"]:hover,
.dark-mode.woocommerce-account button[type="submit"].btn.btn-primary,
.dark-mode.woocommerce-account
  .woocommerce-MyAccount-content
  button[type="submit"].btn-secondary:hover {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-account.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  button[type="submit"].btn.btn-primary {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-account.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  button[type="submit"].btn.btn-primary:hover {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-account
  .woocommerce-ResetPassword.lost_reset_password
  button.btn.btn-primary::after {
  background-color: var(--white-color-text);
}
.dark-mode.woocommerce-account button[type="submit"].btn.btn-primary:hover {
  color: var(--white-color-text);
}
.dark-mode
  #yith-quick-view-content
  .variations_form
  .variations
  td.value
  .select_box
  .select_option:hover,
.dark-mode
  #yith-quick-view-content
  .variations_form
  .variations
  td.value
  .select_box
  .select_option.selected {
  border: 2px solid var(--white-color-text) !important;
  color: var(--white-color-text);
}
.dark-mode
  .elementor-94
  .elementor-element.elementor-element-3a5c21d1
  .elementor-heading-title {
  color: var(--single-border-color);
}
.dark-mode .email-popup-inner-con .message {
  color: var(--white-color-text);
}
.dark-mode .wishlist_table .wishlist-items-wrapper tr a:hover,
.dark-mode table.wishlist_table thead th .nobr,
.dark-mode.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3,
.dark-mode.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-Reviews-title {
  color: var(--white-color-text);
}
.dark-mode .wishlist_table .wishlist-items-wrapper tr a {
  color: var(--single-border-color);
}
.dark-mode
  .btn:not(
    .woocommerce-checkout
      .woocommerce
      .checkout
      .order_review-wrap
      .order_review-bg
      #payment
      .place-order
      .button
  )::before {
  background: var(--white-color-text);
}
.dark-mode .portfolio_02 .tt-section-title p {
  color: var(--single-border-color);
}
.dark-mode .cms_section .tt-section-sab {
  color: var(--primary-color);
}
.dark-mode .button-cms-block .btn::after {
  background: var(--white-color-text);
}
.dark-mode.page .site-main .button-cms-block .btn:hover {
  color: var(--color-text);
}
.dark-mode.product-layout-default
  .products.list-view
  section.product.product-type-grouped
  .cart-wrap
  a:hover::before,
.dark-mode.woocommerce-active.archive
  .products.list-view
  .product
  .cart-wrap
  .product-button:hover::before {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  p.form-row
  a:hover {
  color: var(--primary-color);
}
.dark-mode .comment-list .comment-wrap .comment-meta-wrap cite a {
  color: var(--white-color-text);
}
.dark-mode .comment-list .comment-wrap .comment-meta-wrap cite a:hover {
  color: var(--primary-color);
}
.dark-mode
  .site-header
  #site-navigation
  ul.nav-menu
  li.menu-item
  ul.sub-menu
  li.menu-item:hover
  > a {
  color: var(--secondary-color);
}
.dark-mode.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading {
  color: var(--white-color-text);
}
.dark-mode
  .swiper-slider
  .swiper-top
  .tt-slider-box-containt
  .slider-button
  .slider-button {
  color: #aaa;
  border-color: #aaa;
}
.dark-mode.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button:hover {
  color: var(--white-color-text);
}
.dark-mode .buy-now-wrap .btn.btn-primary {
  background: var(--primary-color);
  color: var(--white-color-text);
}
.dark-mode .owl-carousel .owl-nav .owl-next > span,
.dark-mode .owl-carousel .owl-nav .owl-prev > span {
  color: var(--white-color-text);
}
.dark-mode.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading:hover {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-account .woocommerce a:hover {
  color: var(--primary-color);
}
.dark-mode.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  h3
  span
  a:hover {
  color: var(--primary-color);
}
.dark-mode.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  h3
  span
  a {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p {
  color: var(--single-border-color);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p
  a {
  color: var(--white-color-text);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .woocommerce-privacy-policy-text
  p
  a:hover {
  color: var(--primary-color);
}
.dark-mode .woocommerce-order-details table tfoot tr th {
  color: var(--color-text);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button::before {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button:hover:before,
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button:hover {
  color: var(--secondary-color);
}
.dark-mode.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button::after {
  background-color: var(--white-color-text);
}
.dark-mode .product-top-sorting .filter .fa-align-right:hover,
.dark-mode .product-top-sorting .filter:hover,
.dark-mode .product-top-sorting .select-wrap:hover::after,
.dark-mode .product-top-sorting .select-wrap select:hover {
  border-color: #fff;
  color: #fff;
}
.dark-mode .product-top-sorting .filter:hover,
.dark-mode .product-top-sorting .filter:active,
.dark-mode .product-top-sorting .filter:focus,
.dark-mode .product-top-sorting .select-wrap select:hover,
.dark-mode .product-top-sorting .select-wrap select:active,
.dark-mode .product-top-sorting .select-wrap select:focus {
  border-color: var(--border-color-01);
  color: var(--background-color);
}
.dark-mode .cms-content .title-button.btn:hover::before {
  background-color: var(--secondary-color) !important;
}
.dark-mode .comment-list li.comment .comment-body,
.dark-mode .comment-form-comment textarea,
.dark-mode .comment-form-email input,
.dark-mode .comment-form-author input[type="text"] {
  background-color: transparent;
}
/* -------- end dark mode ----------- */
.thumbnail-slider-style1 .no-slider #nickx-gallery {
  display: none;
}
#yith-quick-view-content.single-product .buy-now-wrap {
  width: 100%;
}
.rs-parallax-wrap .rev-btn::after {
  content: "";
  background: var(--color-text);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.rs-parallax-wrap .rev-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.rs-parallax-wrap .slider-03-btn.rev-btn {
  overflow: hidden;
}
.rs-parallax-wrap .slider-btn.rev-btn::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 100%;
  height: 1px;
  top: auto;
  bottom: -4px;
  right: 0;
  left: 0;
  margin: auto;
}
.rs-parallax-wrap .slider-01-btn.rev-btn::before {
  background: var(--white-color-text);
}
.rs-parallax-wrap .slider-01-btn.rev-btn:hover::before,
.rs-parallax-wrap .rev-btn:hover::before {
  background: var(--color-text);
}
.page .site-main .social_icon a {
  color: #aaa;
}
.insta-block .tt-section-title {
  margin: 0;
}
.list-content-wrap .list-content .stock-progress {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.list-content-wrap .list-content .product-estimate,
.list-content-wrap .list-content .product-estimate .delivery-shipping-wrap,
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery,
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping {
  float: left;
  width: 100%;
}
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery,
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping {
  display: flex;
  align-items: center;
}
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery
  span,
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping
  span {
  width: auto;
  font-weight: 500;
  color: var(--secondary-color);
  font-size: 14px;
}
.list-content-wrap .list-content .product-estimate .free-shipping {
  margin: 0 0 20px;
}
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery
  p,
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .free-shipping
  p {
  margin: 0;
  font-size: 14px;
  width: auto;
  padding: 0 0 0 15px;
}
.list-content-wrap
  .list-content
  .product-estimate
  .delivery-shipping-wrap
  .estimated-delivery {
  margin: 0 0 5px;
}
.wishlist_table .wishlist-items-wrapper tr a,
table.wishlist_table thead th .nobr {
  color: var(--body-text-color);
  font-weight: 500;
  font-family: var(--primary-font);
}
.wishlist_table .wishlist-items-wrapper tr a:hover {
  color: var(--secondary-color);
}
.wishlist_table .wishlist-items-wrapper tr a.add_to_cart_button:hover {
  color: var(--white-color-text);
}
.wishlist_table .wishlist-items-wrapper tr .cart-wrap a {
  color: var(--white-color-text);
  font-family: var(--primary-font);
  padding: 0 20px;
  text-transform: capitalize;
}
.wishlist_table .wishlist-items-wrapper tr .cart-wrap:hover a {
  color: var(--white-color-text);
}
.wishlist_table .wishlist-items-wrapper tr .remove_from_wishlist:hover {
  color: var(--primary-color);
}
.wishlist_table .product-price .amount {
  font-weight: 500;
  color: var(--secondary-color);
}
table.wishlist_table tbody td,
table.wishlist_table thead th {
  text-align: center;
  border-color: var(--border-color-01);
}
.wishlist_table .product-price del .amount,
table.wishlist_table tbody td del .woocommerce-Price-amount {
  color: var(--body-text-color);
  font-size: 14px;
}
table.wishlist_table thead th .nobr,
.wishlist_table .product-price .amount {
  font-size: 16px;
}
.wishlist_table .wishlist-items-wrapper tr a {
  font-size: 14px;
  font-family: var(--secondary-font);
  text-transform: capitalize;
  font-weight: 400;
}
.wishlist_table .product-price ins {
  text-decoration: none;
}
.wishlist_table .wishlist-items-wrapper tr .product-remove a {
  font-size: 22px;
}
.wishlist_table .product-stock-status span.wishlist-out-of-stock,
.wishlist_table .product-stock-status span.wishlist-in-stock {
  font-size: 14px;
}
.yith_wcwl_wishlist_footer .share-button > a {
  position: relative;
}
.yith_wcwl_wishlist_footer .share-button > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .cart-slider::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .cart-slider::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .cart-slider::-webkit-scrollbar {
  width: 5px;
}
.attr-title {
  display: none;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .attr-title {
  display: block;
  float: left;
  width: 100%;
  color: var(--secondary-color);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 30px 0 0;
  margin: 0 0 10px;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr {
  margin: 0 0 20px;
  display: block;
}
.yith-wcqv-wrapper .entry-summary div.list_product_color,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color {
  height: 30px;
  width: 30px;
}
.yith-wcqv-wrapper .entry-summary div.list_product_size,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size {
  font-size: 14px;
  padding: 0;
  height: 30px;
  width: 30px;
  border: 2px solid var(--border-color-01);
  margin: 0 10px 0 0;
  line-height: 26px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.yith-wcqv-wrapper .entry-summary div.list_product_size.select_variation,
.yith-wcqv-wrapper .entry-summary div.list_product_size:hover,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size:hover,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.select_variation {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
div.list_product_size.not-available,
.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.not-available {
  position: relative;
}
div.list_product_size.not-available::before,
div.list_product_size.not-available::after,
.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::before,
.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::after,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::before,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.not-available::before,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.not-available::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #e31212;
}
div.list_product_size.not-available::after,
div.list_product_size.not-available::before {
  width: 12px;
}
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::before {
  width: 30px;
}
div.list_product_size.not-available::before,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::before,
.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::before,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::before,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.not-available::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.list_product_size.not-available::after,
.yith-wcqv-wrapper .entry-summary div.list_product_size.not-available::after,
.yith-wcqv-wrapper .entry-summary div.list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_color_attr
  .list_product_color.not-available::after,
.single-product
  .single-product-thumb-content
  .single-product-detail
  .entry-summary
  .list_size_attr
  .list_product_size.not-available::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#yith-quick-view-modal .entry-summary .reset_custom_variations {
  margin: 0 0 0 15px;
}
/* ------------- start quick view --------------- */
body.side-toggle #yith-quick-view-modal {
  z-index: 1 !important;
}
.yith-wcqv-wrapper .single-product .entry-summary .product_meta {
  padding: 15px 0;
  margin: 20px 0 0;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main::-webkit-scrollbar-track {
  background-color: #6666662b;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main::-webkit-scrollbar-thumb {
  background-color: #666;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main::-webkit-scrollbar {
  width: 6px;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper {
  float: left;
  width: 100%;
  margin: auto;
  overflow: hidden;
  cursor: crosshair;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper
  .owl-nav {
  opacity: 1;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper
  .owl-nav
  .owl-prev {
  left: 0;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper
  .owl-nav
  .owl-next {
  right: 0;
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper
  .owl-nav
  button
  span {
  font-size: 35px;
  color: var(--primary-color);
}
#yith-quick-view-modal
  .yith-wcqv-wrapper
  .yith-wcqv-main
  .woocommerce.single-product
  .woocommerce-product-gallery__wrapper
  .owl-dots {
  display: none;
}
.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
  width: 39%;
  margin: 10px;
}
.yith-wcqv-wrapper
  .yith-wcqv-main
  #yith-quick-view-content
  div.summary.entry-summary {
  width: 58%;
  padding: 15px 20px 0 15px;
}
.pswp__caption .pswp__caption__center {
  text-align: center;
}
.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .summary .cart {
  width: 100%;
  margin: 0;
}
.yith-wcqv-wrapper
  .yith-wcqv-main
  #yith-quick-view-content
  div.summary.entry-summary::-webkit-scrollbar-track {
  background-color: #6666662b;
}
.yith-wcqv-wrapper
  .yith-wcqv-main
  #yith-quick-view-content
  div.summary.entry-summary::-webkit-scrollbar-thumb {
  background-color: #666;
}
.yith-wcqv-wrapper
  .yith-wcqv-main
  #yith-quick-view-content
  div.summary.entry-summary::-webkit-scrollbar {
  height: 2px;
}
#yith-quick-view-content
  div.woocommerce-product-rating
  a.woocommerce-review-link {
  display: block;
  padding: 0 0 0 20px;
}
.yith-wcqv-wrapper
  .yith-wcqv-main
  .single-product
  .entry-summary
  .stock.out-of-stock {
  margin: 0;
}
.yith-wcqv-head #yith-quick-view-close:hover {
  background: var(--background-color);
}
#yith-quick-view-modal
  .single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  top: auto;
  bottom: 10px;
  height: 40px;
  width: 40px;
  right: 10px;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border: 1px solid var(--body-text-color);
  color: var(--secondary-color);
}
#yith-quick-view-modal
  .single-product
  div.product
  .woocommerce-product-gallery
  .flex-viewport {
  margin-bottom: 0 !important;
}
#yith-quick-view-modal
  .single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::after {
  content: "\f065";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
}
#yith-quick-view-modal
  .single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger
  img {
  display: none !important;
}
#yith-quick-view-modal
  .single-product
  .summary
  .cart
  .single_add_to_cart_button {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
  z-index: 1;
  background: var(--primary-color);
  color: var(--white-color-text);
  width: 100%;
  justify-content: center;
  display: flex;
}
#yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .single_add_to_cart_button {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 0 15px 0;
  color: var(--white-color-text);
}
#yith-quick-view-modal
  .single-product
  .summary
  .cart.grouped_form
  .single_add_to_cart_button:hover {
  color: var(--white-color-text);
}
#yith-quick-view-modal
  .single-product
  .woocommerce-product-details__short-description
  + .product_meta {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.woocommerce-form-coupon .button {
  padding: 10px 20px;
  background-color: var(--primary-color);
  font-size: 15px;
  line-height: 21px;
  font-family: var(--primary-font);
}
.woocommerce-form-coupon .button::before {
  display: none;
}
.woocommerce-form-coupon .button:hover {
  color: var(--white-color-text);
}
.woocommerce-form-coupon .button.btn-primary::after {
  background-color: var(--secondary-color);
}
/* ------------- end quick view --------------- */
.no-results.not-found {
  border: 1px solid var(--border-color-01);
  padding: 30px;
  overflow: hidden;
}
.blog-grid .tt-post-wrapper {
  margin: 0 0 40px;
}
.specer .tt-section-title .section-heading,
.specer .tt-section-title {
  margin: 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  padding: 10px 15px;
}
.error-404.not-found {
  text-align: center;
  margin: 0 0 30px;
}
.error-404.not-found h2 {
  font-size: 130px;
  font-weight: 400;
  color: var(--secondary-color);
}
.error-404.not-found h3 {
  font-size: 30px;
}
.error-404.not-found .page-content {
  font-size: 18px;
  width: 40%;
  margin: 0 auto 30px;
}
.error-404.not-found .page-content p {
  font-size: 16px;
}
.error-404.not-found .product-search .search-wrapper input {
  font-size: 16px;
  font-family: var(--primary-font);
}
.error-404.not-found .back-home-button a {
  font-size: 15px;
  padding: 12px 25px;
  margin: 30px 0 0 0;
  font-family: var(--primary-font);
}
.error-404.not-found .back-home-button a:hover {
  color: var(--white-color-text);
}
.error-404.not-found .back-home-button a:focus {
  box-shadow: none;
}
.single-product.woocommerce-active
  .site-main
  .recent-product
  .products.columns-5
  .product,
.single-product.woocommerce-active
  .site-main
  .related.products
  .products.columns-5
  .product,
.single-product.woocommerce-active
  .site-main
  .up-sells.upsells.products.columns-5
  .product {
  width: 100%;
}
.product-layout-default
  .columns-6
  section.product
  .cart-wrap
  .product-button
  svg {
  width: 14px;
  height: 14px;
}
.single-product-thumbnail .bottom-slider #nickx-galler i.thumb_arrow.btn-next {
  right: 10px;
}
.yith-wcqv-head #yith-quick-view-close,
.offside .widget-area .filter-close,
.cart-slider .cart-close,
.topbar-close,
.sticky-addToCart .sticky-close,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap,
.search-icon .top-search .search-fix .product-search-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 20px;
  left: auto;
  background: transparent;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  cursor: pointer;
  z-index: 15;
}
.topbar-close {
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 48px;
  height: 48px;
  background-color: var(--primary-color);
}
.navbar-hamburger span.hamburger-close .hamburger-close-wrap {
  right: 0;
}
.yith-wcqv-head #yith-quick-view-close {
  border: none;
  font-size: 0;
  top: 10px;
  right: 10px;
}

.search-icon .top-search .search-fix {
  bottom: auto;
  background: var(--background-color);
  z-index: 9;
  min-height: auto;
  padding: 70px 0 60px 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform-origin: center top 0;
  box-shadow: 0 15px 25px rgb(0 0 0 / 10%);
}
.search-icon .top-search.show .search-fix {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  visibility: visible;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 1;
}

.search-icon .top-search .search-fix .search .search-close-btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 25%;
  bottom: auto;
  right: 6%;
  left: auto;
}
.search-icon .top-search .search-fix .product-search-close {
  right: 40px;
  top: 50px;
  bottom: auto;
  cursor: pointer;
}
#yith-quick-view-modal
  #yith-quick-view-content
  .woocommerce-product-gallery
  .flex-control-thumbs {
  display: none;
}
.sticky-addToCart .sticky-close:hover,
.yith-wcqv-head #yith-quick-view-close:hover,
.email-popup-con .nothanks:hover,
.product-360-view-wrapper .mfp-close:hover,
.offside .widget-area .filter-close:hover,
.cart-slider .cart-close:hover,
.search-icon .top-search .search-fix .product-search-close:hover {
  background: var(--dark-background);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.topbar-close::after,
.topbar-close::before,
.sticky-addToCart .sticky-close::after,
.sticky-addToCart .sticky-close::before,
.yith-wcqv-head #yith-quick-view-close::after,
.yith-wcqv-head #yith-quick-view-close::before,
.email-popup-con .nothanks::before,
.email-popup-con .nothanks::after,
.product-360-view-wrapper .mfp-close::after,
.product-360-view-wrapper .mfp-close::before,
.offside .widget-area .filter-close::after,
.offside .widget-area .filter-close::before,
.cart-slider .cart-close::before,
.cart-slider .cart-close::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.search-icon .top-search .search-fix .product-search-close::after,
.search-icon .top-search .search-fix .product-search-close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform-origin: 50% 50%;
  background-color: var(--secondary-color);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}
.topbar-close:hover:after,
.topbar-close:hover:before,
.sticky-addToCart .sticky-close:hover:after,
.sticky-addToCart .sticky-close:hover:before,
.yith-wcqv-head #yith-quick-view-close:hover:after,
.yith-wcqv-head #yith-quick-view-close:hover:before,
.email-popup-con .nothanks:hover:before,
.email-popup-con .nothanks:hover:after,
.product-360-view-wrapper .mfp-close:hover:after,
.product-360-view-wrapper .mfp-close:hover:before,
.offside .widget-area .filter-close:hover:after,
.offside .widget-area .filter-close:hover:before,
.cart-slider .cart-close:hover:before,
.cart-slider .cart-close:hover:after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.search-icon .top-search .search-fix .product-search-close:hover:after,
.search-icon .top-search .search-fix .product-search-close:hover:before {
  background-color: var(--secondary-color);
}
.topbar-close::before,
.sticky-addToCart .sticky-close::before,
.yith-wcqv-head #yith-quick-view-close::before,
.email-popup-con .nothanks::before,
.product-360-view-wrapper .mfp-close::before,
.offside .widget-area .filter-close::before,
.cart-slider .cart-close::before,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.search-icon .top-search .search-fix .product-search-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topbar-close:hover:before,
.sticky-addToCart .sticky-close:hover::before,
.yith-wcqv-head #yith-quick-view-close:hover::before,
.email-popup-con .nothanks:hover:before,
.product-360-view-wrapper .mfp-close:hover::before,
.offside .widget-area .filter-close:hover::before,
.cart-slider .cart-close:hover::before,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::before,
.search-icon .top-search .search-fix .product-search-close:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.topbar-close::after,
.sticky-addToCart .sticky-close::after,
.yith-wcqv-head #yith-quick-view-close::after,
.email-popup-con .nothanks::after,
.product-360-view-wrapper .mfp-close::after,
.offside .widget-area .filter-close::after,
.cart-slider .cart-close::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.search-icon .top-search .search-fix .product-search-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.topbar-close:hover::after,
.sticky-addToCart .sticky-close:hover::after,
.yith-wcqv-head #yith-quick-view-close:hover::after,
.email-popup-con .nothanks:hover::after,
.product-360-view-wrapper .mfp-close:hover::after,
.offside .widget-area .filter-close:hover::after,
.cart-slider .cart-close:hover::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::after,
.search-icon .top-search .search-fix .product-search-close:hover::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recent-product .related.products .owl-carousel .owl-nav {
  display: none;
}
.error-404.not-found .search-form.search__form {
  width: 40%;
  margin: auto;
  position: relative;
}
.error-404.not-found .search-form.search__form button {
  position: absolute;
  left: auto;
  bottom: 0;
  margin: auto;
  top: 0px;
  right: 0px;
  background-color: var(--secondary-color);
  z-index: 0;
  overflow: hidden;
}
.error-404.not-found .search-form.search__form button svg {
  color: var(--white-color-text);
}
.error-404.not-found .search-form.search__form button:hover svg {
  color: var(--white-color-text);
}
.error-404.not-found .search-form.search__form button::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: var(--primary-color);
}
.error-404.not-found .search-form.search__form button:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.error-404.not-found .search-form.search__form .search-wrapper.loading svg {
  display: none;
}
.error-404.not-found .search-wrapper.loading + button {
  display: block;
}
.about-contant .tt-section-title .section-heading {
  font-size: 24px;
  font-weight: 500;
}
.about_blog .tt-section-title {
  width: 80%;
}
.about-team .tt-feature-box {
  margin: 20px 0;
  padding: 0;
}
.about-team .tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
  margin: 0 0 5px;
}
.about-team .tt-feature-box-containt {
  float: left;
  width: 100%;
  background: var(--background-color);
  padding: 20px;
  text-align: center;
}
.about-team .tt-feature-box-containt .tt-feature-box-title {
  margin: 0 0 15px;
}
.about-team .tt-feature-box-containt p {
  margin: 0;
}
body .about-selection {
  align-items: center;
}
.about-selection .tt-section-title .section-heading,
.about-selection .tt-section-title .tt-section-sab {
  margin: 0 0 20px;
}
.about_blog .tt-section-title p,
.about-contant .tt-section-title p,
.about-selection .tt-section-title p {
  width: 100%;
}
.about-us-content {
  align-items: center;
}
.about-team .tt-feature-box .tt-feature-box-icon img {
  transition: all 1.5s ease-in-out 0s;
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
}
.about-team .tt-feature-box:hover .tt-feature-box-icon img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 1.5s ease-in-out 0s;
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
}
.single-product .buy-now-wrap .ajax_add_to_cart {
  display: none;
}
.contact_templet .icon-svg svg {
  border: 2px solid var(--border-color-01);
  padding: 10px;
}
#sb_instagram,
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram .sbi_photo {
  position: relative;
  background: #999;
}
#sb_instagram .sbi_photo:hover::after {
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
/* slider */
body.search-side-toggle,
body.filter-toggle,
body.side-toggle {
  overflow: hidden;
}
body.search-silde-toggle .header-top,
body.search-silde-toggle .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body.search-silde-toggle .wcml-dropdown .wcml-cs-submenu {
  z-index: 7;
}
.elementor-widget-container {
  float: left;
  width: 100%;
}
.single-product .recent-product {
  float: left;
  width: 100%;
  margin: 0 0 80px;
}
.single-product .product-border {
  float: left;
  width: 100%;
  position: relative;
}
.single-product .product-border::after {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--border-color-01);
  content: "";
  z-index: 2;
  height: 1px;
  width: 100%;
}
.single-product.single-product.thumbnail-slider-style2
  .single-product-thumb-content,
.single-product.single-product.thumbnail-slider-style3
  .single-product-thumb-content {
  margin: 0 0 20px;
}
.single-product.thumbnail-slider-style3 .related.products,
.single-product.thumbnail-slider-style2 .related.products {
  margin-top: 90px;
}
.related .row {
  --bs-gutter-x: 0;
}
.single-product.thumbnail-slider-style2 .product-review-tab .review-wrap,
.single-product.thumbnail-slider-style3 .product-review-tab .review-wrap {
  margin: 10px 0;
}
.single-product.thumbnail-slider-style3 .woocommerce-tabs,
.single-product.thumbnail-slider-style2 .woocommerce-tabs {
  border: none;
  padding: 0;
}
.single-product.thumbnail-slider-style3 #review_form_wrapper,
.single-product.thumbnail-slider-style2 #review_form_wrapper {
  margin: 0;
}
.left-header .head-top-call a.contact-no > svg,
.header-top .list-inline-item.header-top-tel a svg,
.header-top .list-inline-item a svg {
  transform: rotateY(180deg);
  margin: 0 8px 0 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#cboxWrapper .cart-wrap .product-button {
  padding: 10px 20px;
}
.woocommerce-lost-password .site-main > .container {
  max-width: 620px;
}
.woocommerce-lost-password .woocommerce .lost_reset_password {
  border: 1px solid var(--border-color-01);
  padding: 40px;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  p.form-row.woocommerce-form-row--first {
  margin: 0 0 30px;
}
.woocommerce-account button[type="submit"]:focus {
  box-shadow: none;
}
.fancybox-toolbar .fancybox-button--play {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout
  .woocommerce-billing-fields
  .woocommerce-input-wrapper
  .select-wrap {
  margin: 0;
  z-index: 1;
}
.woocommerce-checkout
  .woocommerce-billing-fields
  .woocommerce-input-wrapper
  .select-wrap::after {
  top: 13px;
  display: block;
}
.site-main .comments-area {
  margin: 0 0 30px;
}
.site-main .left .comments-area {
  margin: 0;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters {
  width: 100%;
  flex-direction: row;
  border: none;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters
  .widget-title {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul {
  margin: 0;
  display: flex;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul
  li {
  margin: 0 10px;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul
  li
  a {
  background: var(--background-color);
  padding: 5px 30px 5px 15px;
}
.full-sidebar
  #post_sidebar
  .widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul
  li
  a::after {
  right: 15px;
}
.single_variation_wrap {
  float: left;
  width: 100%;
}
.reset_custom_variations {
  display: none;
}
.reset_custom_variations {
  margin: 30px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 5px;
}
.reset_custom_variations > svg {
  margin: 0 6px 0 0;
}
.reset_custom_variations:hover {
  color: var(--color-text);
}
.single-update-price {
  float: left;
  width: 100%;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 0;
}
.sticky-addToCart .single-update-price {
  display: none;
}
/* ----- contact-info --- */
.contact-info p {
  margin: 0;
}
.contact_social svg {
  color: var(--primary-color);
}
.contact_social svg:hover {
  color: var(--primary-color);
}
/* ------ coming soon ----- */
.coming-soon-page .news-form .newsletter-form input[type="email"] {
  color: var(--single-border-color);
  padding: 14px 40px 14px 15px;
  outline: 1px solid #fff;
  border: none;
}
.coming-soon-page .news_letter input:focus-visible {
  border-color: var(--white-color-text);
  color: var(--white-color-text);
}
.coming-soon-page .news-form .newsletter-form input[type="email"]::placeholder {
  color: var(--single-border-color);
}
.find_heading .tt-section-title .section-heading {
  font-size: 22px;
}
.find_description .tt-section-title p {
  font-family: var(--primary-font);
}
.coming_section .tt-section-title .tt-section-sab {
  border: none;
  color: var(--primary-color);
  letter-spacing: 2px;
  font-size: 15px;
}
.elementor-custom-embed-play svg {
  box-shadow: none;
  filter: none !important;
}
.coming_section .tt-section-title .section-heading {
  font-size: 36px;
}
body .site-main .about-shop {
  align-items: center;
}
.shop-title h2 {
  float: none;
  display: inline-block;
  border-bottom: 1px solid var(--color-text);
  padding: 0 0 10px;
}
.error-404.not-found .search-results.active {
  display: none;
}
/* ----------- start cms aboutus block ----------------- */
.type-wrap {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 90px;
  line-height: 100px;
  min-height: 200px;
  font-weight: 500;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tt-slider-box,
.zoom-banner {
  overflow: hidden;
  background-color: var(--border-color-01);
}
.tt-slider-box:hover > img,
.zoom-banner:hover img {
  transform: scale(1.1);
}
/* ----------- end cms aboutus block ----------------- */
/* ----------- start variation block ------------------ */
.variations_form .variations td.value .select_box .select_option span,
.variations_form .variations td.value .select_box .select_option,
.variations_form .variations td,
.variations_form .variations th,
.variations_form .variations {
  border: none;
}
.variations_form .variations th,
.variations_form .variations td {
  padding: 0;
  float: left;
  width: 100%;
}
.variations_form .variations tr {
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
.variations_form .variations tr:last-child {
  margin: 0;
}
.variations_form .variations th.label,
.variations_form .variations td.label {
  margin: 0 0 10px;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: 2px solid var(--border-color-01);
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option:hover {
  border-color: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.variations_form .variations .select_option_label .yith_wccl_value_wrapper {
  height: 32px;
  min-width: 32px;
  padding: 1px 6px;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span::after {
  content: "";
  bottom: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option.selected
  span:before,
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option:hover
  span:before {
  opacity: 0.8;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option.selected
  span::after,
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option:hover
  span::after {
  opacity: 1;
}
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_size
  .select_option.selected
  span,
.variations_form
  .variations
  td.value
  .select_box.attribute_pa_size
  .select_option:hover
  span {
  border-color: var(--secondary-color);
}
.variations_form .variations th > label,
.variations_form .variations td > label {
  color: var(--secondary-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.variations_form .variations td.value .select_box .select_option {
  width: auto;
  justify-content: center;
  display: flex;
  margin: 0 5px 0 5px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  border: 2px solid var(--border-color-01);
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.variations_form .variations td.value .select_box .select_option:hover {
  border: 2px solid var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.variations_form .variations td.value .select_box .select_option.selected {
  border: 2px solid var(--secondary-color);
}
.variations_form .variations td.value .select_box .select_option.selected span {
  color: var(--secondary-color);
}
.cart .select-wrap .select_box_label {
  display: flex;
  width: 100%;
}
.variations_form .variations td.value .select_box .select_option:first-child {
  margin-left: 0;
}
.cart .select-wrap {
  margin: 0;
}
.cart .select-wrap::after {
  content: none;
}
.entry-summary .variations_form .variations tr td.value select {
  font-size: 14px;
  padding: 10px 50px 10px 15px;
}
.variations_form .variations tr .reset_variations {
  margin: 10px 0 20px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 15px;
  color: var(--secondary-color);
}
.yith-wcqv-wrapper .single-product .summary .variations_form.cart {
  margin: 0;
}
.variations_form .variations tr .reset_variations::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.variations_form .variations tr .reset_variations:hover::after,
.variations_form .variations tr .reset_variations:hover {
  color: #e2401c;
}
.variations_form .variations tr .reset_variations::after,
.variations_form .variations tr .reset_variations:hover::after {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.single_variation_wrap .woocommerce-variation-add-to-cart,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation {
  float: left;
  width: 100%;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.single-product
  .product
  .entry-summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .cart-wrap {
  width: calc(100% - 102px);
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button {
  padding: 0;
  color: var(--white-color-text);
  height: 50px;
  width: 100%;
  position: relative;
  font-size: 16px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: var(--primary-color);
  overflow: hidden;
  font-family: var(--primary-font);
  font-weight: 500;
  text-transform: capitalize;
}
.stickycart-wrap
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span:before {
  font-size: 11px;
  line-height: 34px;
}
.variations_form.cart
  .single_variation_wrap
  .woocommerce-variation-price
  .price
  .amount
  bdi {
  color: #ff0000;
}
.single-product .summary .product .product-button-wrap .btn-hv a::after {
  display: none;
}
.single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .price
  del
  bdi {
  font-size: 18px;
}
.stickycart-wrap
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .price {
  font-size: 16px;
  display: flex;
  padding: 0 15px;
  margin: 0;
}
.stickycart-wrap
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .price
  del
  bdi {
  font-size: 14px;
}
.stickycart-wrap .single_variation_wrap .woocommerce-variation {
  display: flex;
  align-items: center;
}
.variations_form .variations {
  margin: 0;
}
.sticky-addToCart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .variation {
  display: flex;
  flex-wrap: wrap;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .variation
  dt {
  width: 40%;
  font-weight: 400;
  font-size: 14px;
  padding: 0 0 2px;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .variation
  dd {
  width: 60%;
  margin: 0;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul
  li
  .product-details
  .variation
  dd
  p {
  margin: 0;
}
.sticky-addToCart .variations_form .variations tbody tr td.value,
.sticky-addToCart .variations_form .variations tbody {
  display: flex;
  flex-wrap: wrap;
}
.sticky-addToCart
  .variations_form
  .variations
  tbody
  tr
  td.value
  .select-wrap
  > select {
  padding: 6px 12px;
}
.sticky-addToCart .variations_form .variations tbody {
  padding: 0 0 0 10px;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  justify-content: center;
}
.sticky-addToCart
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
.sticky-addToCart
  .variations_form
  .variations
  .select_option_label
  .yith_wccl_value_wrapper {
  height: 30px;
  min-width: 30px;
}
.sticky-addToCart .variations_form {
  display: flex;
  align-items: center;
}
.single-product
  .woocommerce-product-attributes
  .woocommerce-product-attributes-item
  td
  p
  a:hover {
  color: #222;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.single-product .product .sticky-addToCart .single_add_to_cart_button {
  width: 180px;
  padding: 16px 20px 15px;
  position: relative;
  justify-content: center;
  height: 50px;
}
.single-product
  .product
  .sticky-addToCart
  .woocommerce-variation-add-to-cart-disabled
  .single_add_to_cart_button {
  opacity: 0.5;
  cursor: not-allowed;
}
.sticky-addToCart
  .variations_form
  .variations
  td.value
  .select_box.attribute_pa_color
  .select_option
  span::after {
  height: 24px;
  width: 24px;
  left: -2px;
  top: -2px;
}
.single-product .product .sticky-addToCart .quantity .qty_button {
  height: 100%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.single-product .product .sticky-addToCart .quantity .qty_button:hover {
  background: var(--dark-background);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  color: var(--secondary-color);
}
.sticky-addToCart .variations_form .variations tr {
  margin: 0;
  width: auto;
  padding: 0 5px;
}
.sticky-addToCart .select_box::after {
  content: none;
}
.sticky-addToCart .single_variation_wrap {
  display: flex;
}
.sticky-addToCart .variations_form .variations tr .reset_variations {
  display: none !important;
}
/* ----------- end variation block ------------------ */
/* --------------- start top view [ layout 04 ] ---------------- */
.slider-buttom-04 .elementor-button {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-ackground::after {
  content: "";
  position: absolute;
  background: var(--primary-color);
  top: -100px;
  bottom: auto;
  left: -100px;
  right: 0;
  width: 1920px;
  height: 750px;
  margin: auto;
}
/* --------------- end top view [ layout 04 ] ---------------- */
.single-product
  div.product
  .single-product-thumbnail
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  display: none;
}
.theme-cursor .kursor,
.theme-cursor .kursorChild {
  display: none !important;
}
.catagories .section-heading {
  font-size: 26px;
  line-height: 35px;
  color: var(--color-text);
  font-weight: 400;
  margin: 0 0 20px 0;
}
.newsletter-form button.btn.btn-primary::after {
  background-color: var(--secondary-color);
}
.footer-newsletter .news-form .newsletter-form button[type="submit"]:hover {
  color: var(--white-color-text);
}
.coming-soon-page
  .footer-newsletter
  .news-form
  .newsletter-form
  button[type="submit"] {
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  color: var(--secondary-color);
  font-size: 0;
}
.coming-soon-page
  .footer-newsletter
  .news-form
  .newsletter-form
  button[type="submit"]:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.newsletter-form button.btn {
  padding: 0 34px;
  height: auto;
  font-size: 15px;
  line-height: 17px;
  position: absolute;
  top: 3px;
  margin: auto;
  bottom: 3px;
  left: auto;
  right: 3px;
  border: none;
  color: var(--secondary-color);
  z-index: 1;
  background-color: var(--primary-color);
}
.footer-newsletter .news-form .newsletter-form button.btn {
  color: var(--secondary-color);
}
.email-popup-con.newsletter
  .news-form
  .newsletter-form
  button[type="submit"]:hover {
  color: var(--white-color-text);
}
.blog_section .section-heading {
  margin: 0;
}
.news-form {
  padding: 0;
}
.footer-newsletter {
  margin: 0;
  justify-content: center;
  align-items: center;
}
.news-title {
  align-items: center;
  display: flex;
  padding: 0;
  justify-content: start;
}
footer .footer-top-section .footer-newsletter .news-title .widget-title {
  padding: 0 0 0 45px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  color: var(--white-color-text);
  position: relative;
}
footer .footer-newsletter .news-title .widget-title::before {
  position: absolute;
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: 400;
  color: var(--white-color-text);
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  height: auto;
  margin: auto;
  font-style: normal;
}
footer .main-footer .container > .row {
  margin: 0;
}
.special-product-tab .title-wrap {
  border: none;
}
.product-layout-default .list-view section.product:hover .cart-wrap {
  transform: none;
}
.product-layout-default .short-view section.product .cart-wrap,
.product-layout-default .list-view section.product .cart-wrap {
  opacity: 1;
  background: transparent;
}
.list-view .product .product-button-wrap .btn-hv a {
  margin: 0;
}
.list-view .product .product-button::before {
  display: none;
}
.woocommerce-active.archive
  .full-sidebar
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button,
.woocommerce-active.archive
  .full-sidebar
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button {
  padding: 0 46px;
}
.product-layout-default .short-view section.product:hover .price,
.product-layout-default .list-view section.product:hover .price {
  opacity: 1;
  visibility: visible;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button {
  padding: 0 20px;
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading {
  color: var(--white-color-text);
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading::after {
  z-index: -1;
  width: 100%;
}
.yith-wcqv-main
  #yith-quick-view-content
  .product
  .entry-summary
  .cart-wrap
  .product-button::before {
  left: -100px;
  right: 0;
}
.nosticky .sticky-addToCart.sticky {
  display: none;
}
.sidebar-filter .wc-block-product-categories-list-item-count {
  background: var(--background-color);
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.wc-block-components-price-slider__range-text
  .wc-block-components-formatted-money-amount {
  font-size: 15px !important;
}
.wp-block-button__link {
  background-color: var(--primary-color);
}
.sidebar-filter .wc-block-product-categories-list-item-count::after,
.sidebar-filter .wc-block-product-categories-list-item-count::before {
  display: none;
}
.wc-block-product-categories ul.wc-block-product-categories-list--depth-0 {
  height: 266px;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
  -o-scrollbar-width: thin;
  -ms-scrollbar-width: thin;
  padding: 0 10px 0 0;
}
.wc-block-product-categories-list-item-count::before,
.wc-block-product-categories-list-item-count::after {
  content: none;
  display: none;
}
.wc-block-product-categories-list-item-count {
  background: var(--background-color);
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 50%;
}
li.wc-block-product-categories-list-item:hover
  .wc-block-product-categories-list-item-count {
  background: var(--primary-color);
  color: var(--white-color-text);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wc-block-components-filter-reset-button {
  padding: 0;
  color: var(--color-text);
  font-size: 12px;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wc-block-attribute-filter__actions
  .wc-block-components-filter-reset-button:hover {
  color: var(--primary-color);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.woocommerce-active #primary .offsidebar-left .widget_block ul li,
.woocommerce-active #primary .offsidebar-right .widget_block ul li {
  display: flex;
  justify-content: space-between;
}
.woocommerce-active #primary .widget_block ul li a {
  width: calc(100% - 28px);
  font-size: 14px;
}
.wp-block-latest-comments {
  font-size: 15px;
}
.woocommerce-active #primary .widget_block ul li:hover a {
  color: var(--primary-color);
}
#post_sidebar .widget ul li {
  flex-wrap: nowrap;
}
.wp-block-heading {
  font-size: 18px;
}
.wp-block-woocommerce-product-categories {
  margin: 0;
}
body .is-layout-flex > * {
  margin: 0 0 10px 0;
}
.thumbnail-slider-style3 .woocommerce-tabs {
  margin: 0;
}
.thumbnail-slider-style3.single-product .product-estimate {
  font-size: 14px;
  border-top: 0;
  padding: 20px 0 20px 0;
  margin: 0;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-inner,
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-inner::after {
  width: 26px;
  height: 3px;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::after {
  top: 16px;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::before {
  top: 8px;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner {
  top: 3px;
}
body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a {
  overflow: hidden;
  position: relative;
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a::before,
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a:hover::after {
  top: 50%;
  bottom: 50%;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  ul
  li.widget_media_image
  a:hover
  img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
body
  #site-navigation
  #mega-menu-wrap-header-menu
  .mega-shop_img
  ul
  li.widget_media_image
  a:hover
  img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle.mega-menu-open
  .mega-toggle-block
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::after {
  top: 19px;
  transform: translate3d(0, -19px, 0) rotate(-90deg);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 1 !important;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 1 !important;
}
.about-team.about-service .tt-feature-box-icon {
  margin: 0;
}
.elementor-button-link:hover .elementor-button-content-wrapper::before {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.elementor-button-link {
  position: relative;
  overflow: hidden;
}
.about-team.about-service .tt-feature-box-containt::after {
  display: none;
  content: "";
}
.about-team.about-service .tt-feature-box-containt .tt-feature-box-title {
  margin: 0 0 5px;
}
.init label {
  width: 100%;
}
.elementor-element .swiper-navigation .swiper-button {
  opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.elementor-element:hover .swiper-navigation .swiper-button {
  opacity: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wp-container-1.wp-container-1 h2 {
  font-size: 22px;
}
.elementor-element .swiper-navigation .swiper-button.swiper-button-disabled {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  cursor: not-allowed;
}
.elementor-element:hover
  .swiper-navigation
  .swiper-button.swiper-button-disabled {
  background-color: transparent;
  opacity: 0.4;
}
.elementor-element:hover .swiper-navigation .swiper-button {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0::-webkit-scrollbar-thumb {
  background-color: #666;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0::-webkit-scrollbar {
  width: 5px;
  background-color: var(--body-text-color);
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0::-webkit-scrollbar-track {
  background-color: var(--border-color-01);
}
.Portfolio-style-2 a span {
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  top: auto;
  left: 15px;
  right: 15px;
  background: var(--white-color-text);
  margin: auto;
  padding: 20px 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  width: auto;
  justify-content: center;
  display: flex;
}
.Portfolio-style-2 a:hover span {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  margin: auto;
}
.footer-top-section .mc4wp-form-fields {
  position: relative;
}
.mc4wp-response {
  position: relative;
  width: 100%;
}
footer .footer-top-row {
  position: relative;
  /* padding: 0 160px;
     */
}
footer .mc4wp-alert.mc4wp-error p {
  margin: 0;
  color: #ff0000;
  width: 100%;
  font-size: 14px;
}
.newsletter .mc4wp-alert.mc4wp-error {
  margin: 5px auto 0;
  width: 100%;
  position: relative;
  right: 0;
  left: 0;
}
.social-media li a.btn.btn-primary {
  background: transparent;
}
.social-media li a.btn.btn-primary::before,
.social-media li a.btn.btn-primary::after {
  display: none;
}
.social-media li:hover a.btn.btn-primary {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.social-media li:hover a.btn.btn-primary svg {
  color: var(--primary-color);
}
.email-popup-con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: all 600ms ease-in-out 0s;
  margin: auto;
}
.email-popup-con.fixed {
  visibility: visible;
  transform: translateY(0px);
}
.email-popup-inner-con {
  float: left;
  width: 600px;
  background-color: var(--background-color);
  display: flex;
  padding: 15px 15px 30px;
  justify-content: center;
  flex-wrap: wrap;
  height: fit-content;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link:focus {
  color: #fff;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background-color: var(--secondary-color);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus::before {
  width: 100%;
  left: 0;
  right: 0;
}
.email-popup-img-con {
  float: left;
  position: relative;
}
.email-popup-inner-con .email-popup-img-con {
  align-items: center;
  margin: 0 0 20px;
}
.email-popup-inner-con .message-overlay-con {
  padding: 0;
  width: 82%;
  margin: 0;
}
.email-popup-inner-con .email-popup-img-con .newsletter {
  padding: 0;
  overflow: hidden;
}
.message-overlay-con {
  text-align: center;
  z-index: 1;
}
.email-popup-inner-con .message {
  display: block;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 22px;
  font-family: var(--primary-font);
  text-align: center;
  margin: 0 0 10px;
  line-height: 29px;
  text-transform: capitalize;
}
.message-desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin: 0 0 7px 0;
  font-weight: 400;
}
.email-popup-con .nothanks {
  display: inline-block;
  color: var(--color-text);
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 15px;
  left: auto;
  top: 15px;
  bottom: auto;
  font-size: 0;
  background: var(--background-color);
  height: 30px;
  width: 30px;
  z-index: 2;
}
.email-popup-con .nothanks:hover {
  color: var(--background-color);
  cursor: pointer;
  background: var(--background-color);
}
.email-popup-inner-con .gform_wrapper {
  padding: 25px;
}
.email-popup-inner-con div.gform_wrapper label.gfield_label {
  display: none;
}
.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button {
  width: 100%;
  background-color: var(--primary-color);
  padding: 10px;
  font-size: 24px;
}
.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
  background-color: var(--primary-color);
}
.email-popup-inner-con div.gform_wrapper input[type="email"],
.email-popup-inner-con div.gform_wrapper input[type="text"],
.email-popup-inner-con div.gform_wrapper select {
  background-color: transparent;
  border: 2px solid var(--single-border-color);
  color: var(--body-text-color);
  padding: 15px;
}
.email-popup-inner-con .gform_confirmation_message {
  color: var(--white-color-text);
  border: none;
  background-color: var(--primary-color);
}
.email-popup-con .footer-newsletter .news-form {
  float: left;
  width: 100%;
}
.email-popup-con .footer-newsletter .news-title {
  display: none !important;
}
.email-popup-con .email-popup-inner-con .mc4wp-form {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}
.product-layout-default .products.columns-5.related .product .content-wrap {
  height: 91px;
  max-height: 87px;
}
.product-layout-default .related .products.columns-5 .product .content-wrap {
  height: 86px;
  max-height: 86px;
}
.single-product .stickycart-popup .cart-wrap .product-button::after {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  display: block;
  z-index: -1;
}
.single-product .stickycart-popup .cart-wrap .product-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__price {
  justify-content: end;
  align-items: center;
  text-align: center;
  flex-direction: row-reverse;
}
.cart.grouped_form .group_table td {
  padding: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  text-transform: capitalize;
}
.yith-wcwl-share li.share-button a.facebook::before {
  content: "\f39e";
  position: absolute;
  color: var(--white-color-text);
  font-size: 14px;
}
.yith-wcwl-share li.share-button a {
  font-family: "FontAwesome";
}
.yith-wcwl-share li.share-button a svg {
  display: none;
}
.yith-wcwl-share li.share-button a.twitter::before {
  content: "\f099";
  position: absolute;
  color: var(--white-color-text);
  font-size: 14px;
}
.yith-wcwl-share li.share-button a.pinterest::before {
  position: absolute;
  content: "\f231";
  color: var(--white-color-text);
  font-size: 14px;
}
.yith-wcwl-share li.share-button a.email::before {
  position: absolute;
  content: "\f0e0";
  font-size: 14px;
  color: var(--white-color-text);
}
.yith-wcwl-share li.share-button a.whatsapp::before {
  position: absolute;
  content: "\f232";
  color: var(--white-color-text);
  font-size: 14px;
}
.yith-wcwl-share li.share-button a {
  position: relative;
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
}
.yith_wcwl_wishlist_footer ul {
  display: flex;
  padding: 0;
}
#primary .woocommerce .yith_wcwl_wishlist_footer ul li {
  margin: 0 2px;
}
.elementor-widget-wrap
  > .elementor-element.elementor-widget-video
  .elementor-wrapper.elementor-open-lightbox {
  aspect-ratio: auto;
}
.right-header
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:after {
  width: 83px;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  bottom: 0px;
  content: "";
  height: 2px;
  position: absolute;
  background: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.right-header
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover {
  color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.right-header
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover:after {
  background-color: var(--primary-color);
}
.right-header
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button:hover:after {
  background: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.right-header
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  .button.wp-element-button:after {
  content: none;
}
.single-product .summary .timer {
  font-size: 14px;
  display: flex;
  width: fit-content;
  border: 1px solid var(--border-color-01);
  padding: 15px 35px;
  margin: 0 0 20px;
}
.single-product .summary .timer > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 12px;
  position: relative;
}
.single-product .summary .timer > div > p {
  margin: 0;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--secondary-font);
  line-height: 18px;
}
.single-product .summary .timer > div:last-child > p {
  color: #f00;
}
.single-product .summary .timer > div::after,
.single-product .summary .timer > div::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
}
.single-product .summary .timer > div:last-child:after,
.single-product .summary .timer > div:last-child:after {
  content: "none";
  display: none;
}
.wc-blocks-filter-wrapper .wc-block-rating-filter__actions .screen-reader-text {
  position: relative !important;
}
.site-main .inner-title .left {
  border-right: 1px solid var(--border-color-01);
}
.topbar-close::after,
.topbar-close::before {
  background: var(--white-color-text) !important;
}
.elementor-inner-column .animation-01 img {
  transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  -moz-transition: all 5s ease-in-out 0s;
  -o-transition: all 5s ease-in-out 0s;
  -ms-transition: all 5s ease-in-out 0s;
}
.elementor-inner-column:hover .animation-01 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  -moz-transition: all 5s ease-in-out 0s;
  -o-transition: all 5s ease-in-out 0s;
  -ms-transition: all 5s ease-in-out 0s;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name {
  width: 80%;
  display: flex;
  align-items: center;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
  font-size: 20px;
}
#primary
  .wishlist_table.mobile
  li
  .item-wrapper
  .item-details
  .product-name
  h3
  a {
  color: var(--primary-color);
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
  width: 20%;
  margin: 0;
}
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.mobile li .item-details table.item-details-table td {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label {
  font-size: 18px;
  color: var(--primary-color);
}
.wishlist_table.mobile li .item-details table.item-details-table td.value {
  font-size: 16px;
  color: var(--secondary-color);
}
.wishlist_table.mobile li table.additional-info td.value {
  font-size: 12px;
  color: var(--secondary-bg-color);
}
.wishlist_table.mobile li .item-details table.item-details-table td.value del {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.wishlist_table.mobile
  li
  .item-details
  table.item-details-table
  td.value
  del::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--secondary-color);
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.wishlist_table.mobile li table.additional-info {
  height: 100%;
  margin: 0;
}
.wishlist_table.mobile li table.additional-info,
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table,
.wishlist_table.mobile li .item-wrapper .item-details .product-name,
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  border-right: 1px solid var(--bordercolor);
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
  width: 40px;
}
.wishlist_table.mobile li .additional-info-wrapper tr,
.wishlist_table.mobile li .item-wrapper tr {
  padding: 10px;
  float: left;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
}
.about-subtitle {
  max-height: 34px;
  overflow: auto;
}
.theiaStickySidebar .tt-post-thumbnail img {
  width: 100%;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading,
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.product_type_simple.loading {
  background-color: var(--secondary-color);
  color: var(--white-color-text);
}
.list-view.products .product .product-button.loading::before,
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button.loading::before {
  font-size: 14px;
}
.slider_group .rs-parallax-wrap .slider_button {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.slider_group .rs-parallax-wrap .slider_button::before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: var(--primary-color);
}
.slider_group .rs-parallax-wrap:hover .slider_button::before {
  width: 100%;
  right: auto;
  left: 0;
}
.about-services-img1 {
  transform: translateY(-102px);
}
.about-services-img2 {
  transform: translate(10px, -42px);
}
.contact-info .contact-text:hover svg {
  color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.contact-info .contact-text svg {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.mc4wp-form .mc4wp-form-fields .news_letter button:hover:before {
  color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.mc4wp-form .mc4wp-form-fields .news_letter button:hover svg {
  color: var(--primary-color);
}
.mc4wp-alert.mc4wp-error {
  color: #721c24;
  background: #f8d7da;
  padding: 0 15px;
  position: absolute;
  top: 100%;
  bottom: auto;
  margin: 5px 0 0;
  width: 50%;
  text-align: left;
  right: 0;
  padding: 6px 10px;
}
.coming-soon-page .mc4wp-alert.mc4wp-error {
  padding: 8px 15px;
  position: relative;
  margin: 5px 0 0;
  width: 100%;
  right: 0;
  top: 0;
}
.coming-soon-page .mc4wp-alert.mc4wp-error p {
  margin: 0;
}
.mc4wp-form .mc4wp-alert.mc4wp-notice,
.mc4wp-form .mc4wp-alert.mc4wp-success {
  color: #155724;
  width: 100%;
  background: #d4edda;
  padding: 6px 15px;
  position: absolute;
  align-items: start;
  top: 80%;
  margin: 5px 0 0;
  right: 0;
}
.mc4wp-form .mc4wp-alert.mc4wp-error p {
  margin: 0;
}
.mc4wp-form .mc4wp-alert.mc4wp-notice p,
.mc4wp-form .mc4wp-alert.mc4wp-success p {
  color: #155724;
  margin: 0;
  font-size: 14px;
  width: 100%;
}
.coming-soon-page .mc4wp-form .mc4wp-alert.mc4wp-success {
  position: relative;
  margin: 5px 0 0px;
  width: 100%;
  padding: 7px 10px;
  right: 0;
}
.product-layout-default .list-view .product-content-wrap .thumbnail-wrap {
  padding: 0;
  width: 25%;
}
.product-layout-default .short-view .product-content-wrap .thumbnail-wrap {
  padding: 0;
}
.short-view .product .price span:first-child {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after {
  background: var(--primary-color);
}
#rev_slider_1_1_wrapper .hermes .tp-bullet {
  box-shadow: inset 0 0 0 2px #000 !important;
}
.short-view .product .price del .woocommerce-Price-amount.amount bdi {
  justify-self: center;
}
.short-view .product .price del::after {
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-section .swiper-navigation .swiper-button,
.product-trending .swiper-navigation .swiper-button,
.product-by-category .swiper-navigation .swiper-button {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: 100% !important;
}
.swiper.service-block,
.swiper-slider.testimonial-section,
.swiper.productBy-category,
.products-trending.product-swiper,
.swiper-slider.blog-style,
.elementor-widget-Client .client.swiper-client,
.Categories .product-category.category-slider {
  position: static;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.swiper-navigation .swiper-button.swiper-button-next,
.swiper-navigation .swiper-button.swiper-button-prev {
  height: 35px;
  width: 30px;
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next,
.swiper-navigation .swiper-button.swiper-button-next {
  right: -40px;
  left: auto;
}
.recent-product .owl-carousel .owl-nav button.owl-next {
  right: -25px;
}
.owl-carousel .owl-nav button.owl-prev,
.swiper-navigation .swiper-button.swiper-button-prev {
  left: -40px;
  right: auto;
}
.recent-product .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}
.testimonial-section .swiper-navigation .swiper-button.swiper-button-prev {
  left: -40px;
  right: auto;
  top: 0;
  bottom: 0;
}
.testimonial-section .swiper-navigation .swiper-button.swiper-button-next {
  right: -40px;
  left: auto;
  top: 0;
  bottom: 0;
}
.product-by-category .swiper-navigation .swiper-button.swiper-button-next,
.product-by-category .swiper-navigation .swiper-button.swiper-button-prev {
  bottom: 30%;
  top: auto;
}
.title-wrap .product-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  width: 100%;
}
.elementor-widget.elementor-widget-image-box:hover .elementor-image-box-img img,
.swiper-backface-hidden .swiper-slide:hover .tt-feature-box-icon img {
  transform: rotateY(180deg);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-layout-default .columns-6 .product .quantity {
  width: 100px;
  height: 30px;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now,
.single-product .buy-now-wrap,
#yith-quick-view-content.single-product .buy-now-wrap,
.single-product .product .entry-summary .cart-wrap {
  animation: shake-animation 4.72s ease infinite;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
::-moz-selection {
  background: var(--primary-color);
  color: #fff;
}
::selection {
  background: var(--primary-color);
  color: var(--white-color-text);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  top: 52px;
  border-top: 1px solid var(--border-color-01);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  overflow: auto;
  height: auto;
  scrollbar-width: thin;
  top: 52px;
  border-top: 1px solid var(--border-color-01);
}
.header_style.header-style-2
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu,
.header_style.header-style-2
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 72px;
}
.single-product .woocommerce-tabs .extended-03 ul {
  padding-left: 30px;
}
.site-main .left.best_collection {
  padding: 0;
}
.woocommerce-active
  #primary
  .widget_block
  .wp-block-latest-comments__comment-author {
  color: #111;
  font-weight: 500;
}
.woocommerce-active
  #primary
  .widget_block
  .wp-block-latest-comments__comment-link:hover {
  color: var(--primary-color);
}
.comment-form-email input[type="email"] {
  width: 100%;
  border: 1px solid var(--border-color-01);
  font-size: 14px;
  line-height: 20px;
  padding: 13px 10px 13px;
}
.woocommerce-active.archive .site-main .products.columns-5 .product .timer,
.woocommerce-active.archive .site-main .products.columns-6 .product .timer {
  height: 42px;
  bottom: 50px;
}
.woocommerce-active.archive .site-main .products.columns-5 .product div::after,
.woocommerce-active.archive .site-main .products.columns-6 .product div::after {
  right: -2px;
  font-size: 13px;
  line-height: 15px;
}
.woocommerce-active.archive
  .site-main
  .products.columns-5
  .product
  .timer
  > div,
.woocommerce-active.archive
  .site-main
  .products.columns-6
  .product
  .timer
  > div {
  padding: 0 5px;
}
.woocommerce-active.archive .site-main .products.columns-5 .product .timer svg,
.woocommerce-active.archive .site-main .products.columns-6 .product .timer svg {
  color: var(--secondary-color);
  margin-right: 2px;
  height: 13px;
  width: 13px;
}
.product-layout-default .short-view .product-content-wrap > .row {
  margin: 0;
  padding: 0;
}
.coming-soon-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.coming-soon-page .coming-soon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.coming-soon-page .coming-soon-wrap .coming-title {
  color: var(--white-color-text);
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.coming-soon-page .coming-soon-wrap .coming-desc {
  color: var(--white-color-text);
  font-size: 18px;
}
.coming-soon-page .banner-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.coming-soon-page .coming-soon-wrap {
  text-align: center;
}
.coming-soon-mode .site-main > .container {
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.coming-soon-page .coming-soon-wrap .back-to-home a {
  padding: 15px 50px;
  overflow: hidden;
  background: var(--white-color-text);
  font-weight: 500;
  color: var(--color-text);
}
.elementor-184
  .elementor-element.elementor-element-62908b55
  .tt-section-title
  p {
  padding: 0 50px 0 0;
}
.coming-soon-page .coming-soon-wrap .back-to-home a:hover {
  color: var(--white-color-text);
}
.coming-soon-page .banner-timer .timer-datetime {
  font-size: 60px;
  line-height: 64px;
  margin: 30px 0 35px;
  color: var(--white-color-text);
  letter-spacing: 4px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.btn-primary:focus {
  box-shadow: none !important;
}
.right-header
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  a.button:first-child,
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  .buttons
  a.button:first-child {
  margin: auto;
  justify-content: center;
  width: auto;
}
.product-top-sorting .filter:hover svg {
  color: var(--secondary-color-hv-text);
}
.elementor-202 .tt-section-title .section-heading {
  margin: 0 0 15px 0;
}
.page-template-coming-soon {
  margin: 0;
}
.bottom-slider .product-360-slider-wrap .slider.nickx-slider-for:hover {
  border-color: var(--secondary-color);
}
.product-360-slider-wrap .slider.nickx-slider-for .nslick-slidem,
.bottom-slider .product-360-slider-wrap .slider.nickx-slider-for .nslick-slide {
  border: none;
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow:
      inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.blog-style .tt-post-wrapper div.tt-post-views svg {
  margin: 0 5px 0 0;
}
.blog-style .tt-post-wrapper div.tt-post-comment,
.blog-style .tt-post-wrapper div.tt-post-views {
  font-size: 14px;
  line-height: 16px;
}
.blog-style .tt-post-wrapper div.tt-post-views {
  width: 70%;
}
.blog-style .tt-post-wrapper div.tt-post-comment a {
  cursor: default;
}
.post.category-uncategorized .tt-post-wrapper {
  align-items: center;
}
.search-results.active .product-data .product-price {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
}
#sb_instagram .sbi_photo_wrap a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.woocommerce-cart .cart-content-left td.actions .empty_cart.button {
  color: var(--white-color-text);
  background-color: var(--secondary-color);
}
.woocommerce-cart .cart-content-left td.actions .button.empty_cart:after {
  background: #ff0000;
}
.about-services-img2 div img:hover,
.about-services-img1 div img:hover {
  transform: translate(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.about-services-img2 div img,
.about-services-img1 div img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
#sb_instagram .sbi_photo:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\f002";
  border: 2px solid var(--white-color-text);
  float: left;
  width: 40px;
  padding: 0;
  height: 40px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--white-color-text);
  font-size: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 15px;
  z-index: 10;
}
#sb_instagram .sbi_photo:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  font-family: "Font Awesome 5 Free";
  background: var(--color-text);
  z-index: 9;
}
#sb_instagram .sbi_photo:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
}
.buy-now-wrap .btn-primary::after {
  background: var(--secondary-color);
}
.single-product .product .entry-summary .cart-wrap .product-button.loading {
  transition: none;
  background: var(--primary-color);
  color: var(--white-color-text);
  padding: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  padding: 14px 0;
  height: 50px;
}
.single-product .stickycart-popup .cart-wrap .loading.product-button {
  background-color: var(--secondary-color);
  color: var(--white-color-text);
}
.About_us_04 .elementor-widget-image-box .elementor-image-box-content {
  width: 50%;
  margin: auto;
}
.About_us_04 .elementor-image-box-wrapper .elementor-image-box-img {
  width: 100% !important;
}
.About_us_04 {
  width: 100%;
  clip-path: ellipse(108% 100% at 50.58% 0%);
  overflow: hidden;
}
.woocommerce-cart .cart-content-left td.actions .button.empty_cart:hover {
  animation: no-animation 4.72s linear infinite;
}
@keyframes no-animation {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(5deg);
  }
  2% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(-5deg);
  }
  4% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(0);
  }
  9% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0);
  }
  11% {
    transform: rotate(-5deg);
  }
  12% {
    transform: rotate(0);
  }
  13% {
    transform: rotate(5deg);
  }
  14% {
    transform: rotate(0);
  }
  15% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
.header-stickybar-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white-color-text);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  z-index: 9;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
}
.header-stickybar-wrap.sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-stickybar {
  display: flex;
}
.header-stickybar a {
  flex: 1 1 0;
  padding: 5px;
  min-height: 55px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  border-right: 1px solid var(--border-color-01);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-stickybar a #mini-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: var(--white-color-text);
  background: var(--primary-bg-hv-color);
  content: attr(data-count);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  z-index: 3;
  transform: translate(13px, -7px);
}
.woocommerce-cart .cart-content-left td.actions .button[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.wishlist_table tr td.product-thumbnail a {
  width: 180px;
  overflow: hidden;
}
.About_section
  .service-block.swiper-slider
  .swiper-slide.service-box
  .tt-feature-box-containt {
  margin: 0;
}
.woocommerce-cart .cart-content-left td.actions .button[disabled]:after {
  display: none;
}
.social-media li a.btn.btn-primary:first-child {
  padding: 2px;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li
  ul.mega-sub-menu
  li.mega-menu-item.mega-menu-item-has-children:hover
  > a.mega-menu-link {
  color: var(--secondary-color);
}
.show-user
  .header_style.site-header.header-style-1
  .navbar-woocommerce
  .navbar-title:hover
  > svg {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.product .product-button-wrap .compare a.added {
  background-color: var(--primary-color);
}
.product .product-button-wrap .compare a.added::before {
  color: var(--white-color-text);
  font-weight: 400;
}
.product-review-tab .review_tab .woocommerce-product-rating a {
  color: var(--body-text-color);
}
.single-product
  .stickycart-wrap
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .button-buy-now {
  display: none;
}
.single-product.thumbnail-slider-style3 .single-product-image .artistics-sale {
  left: 11px;
  top: 20px;
  font-size: 13px;
}
.thumbnail-slider-style2 .product-360-slider-wrap .slider.nickx-slider-for {
  background-color: transparent;
  float: left;
}
.service_about
  .elementor-widget.elementor-widget-image-box:hover
  .elementor-image-box-img
  img,
.service_about
  .swiper-backface-hidden
  .swiper-slide:hover
  .tt-feature-box-icon
  img,
.swiper-slide-inner img:hover,
.inner_page_img_hover .elementor-widget-container img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.service_about
  .elementor-widget.elementor-widget-image-box
  .elementor-image-box-img
  img,
.service_about .swiper-backface-hidden .swiper-slide .tt-feature-box-icon img,
.swiper-slide-inner img,
.inner_page_img_hover .elementor-widget-container img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.service_about
  .elementor-widget.elementor-widget-image-box
  .elementor-image-box-img,
.service_about .swiper-backface-hidden .swiper-slide .tt-feature-box-icon,
.swiper-slide-inner,
.inner_page_img_hover .elementor-widget-container {
  overflow: hidden;
}
.inner_page_img_hover .elementor-widget-container img {
  background-color: var(--border-color-01);
}
.about-01 .tt-section-title p,
.about-02 .tt-section-title p {
  margin: 20px 0 0 0;
}
.about-02 .inner_page_img_hover {
  margin: 0 0 0 30px;
}
.inner_page_img_hover {
  overflow: hidden;
}
.about-team
  .service-block.swiper-slider
  .swiper-slide.service-box
  .tt-feature-box-icon {
  height: auto;
  width: 100%;
}
.about-team .tt-feature-box-icon img {
  position: relative;
}
.section-ser-title .inner_page_img_hover {
  overflow: hidden;
}
.section-ser-title-1 .inner_page_img_hover {
  overflow: hidden;
}
.elementor-progress-wrapper {
  overflow: hidden;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.woocommerce-account .woocommerce h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button,
.single-product .buy-now-wrap,
.single-product .product .entry-summary .cart-wrap .product-button {
  animation: shake-animation 4.72s ease infinite;
  text-transform: capitalize;
  color: var(--white-color-text);
}
.single-product.thumbnail-slider-style3 .product_meta {
  border-top: 1px solid var(--border-color-01);
  border-bottom: 1px solid var(--border-color-01);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
body #site-navigation #mega-menu-wrap-header-menu ul li a:hover {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.elementor-widget-image-box .elementor-image-box-description {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: var(--primary-font) !important;
  font-size: 14px;
}
.select_option span,
.select_option img {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now
  svg {
  margin: 0 5px 0 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.about-team
  .swiper-backface-hidden
  .swiper-slide:hover
  .tt-feature-box-icon
  img {
  transform: none;
}
.woocommerce-order .woocommerce-notice {
  padding: 20px 55px;
  background: #f9f3d0;
  border-left: 10px solid var(--primary-color);
  position: relative;
  color: var(--primary-font);
}
.woocommerce-order .woocommerce-notice::before {
  position: absolute;
  top: 0;
  left: 10px;
  right: auto;
  bottom: 0;
  content: "\f164";
  font-family: "Font Awesome\ 5 Free";
  margin: auto;
  width: auto;
  height: fit-content;
  font-size: 30px;
  color: var(--primary-font);
}
.single-product.thumbnail-slider-style3
  .product
  .entry-summary
  .grouped_form
  .cart-wrap
  .product-button {
  width: 536px;
}
.single-product.thumbnail-slider-style3
  .product
  .entry-summary
  .cart-wrap
  .product_type_variable {
  padding: 14px 57px;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul.tabss,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul.tabss {
  list-style: none;
  padding: 0;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  a:not(.single-product.thumbnail-slider-style2 ul li #review_form a),
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li
  a:not(.single-product.thumbnail-slider-style3 ul li #review_form a) {
  float: left;
  width: 100%;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a,
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  a:not(.single-product.thumbnail-slider-style2 ul li #review_form a),
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li
  a:not(.single-product.thumbnail-slider-style3 ul li #review_form a) {
  justify-content: space-between;
  display: flex;
  font-family: var(--primary-font);
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li {
  /* padding: 15px;
     */
  border: 1px solid var(--border-color-01);
  margin: 0 0 10px;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li > a,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li > a {
  padding: 15px;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a {
  position: relative;
  font-weight: 400;
  margin: 0 2px;
  font-size: 16px;
}
.single-product.thumbnail-slider-style2
  .product-review-tab
  .review_tab
  .woocommerce-product-rating
  a.woocommerce-review-link,
.single-product.thumbnail-slider-style3
  .product-review-tab
  .review_tab
  .woocommerce-product-rating
  a.woocommerce-review-link {
  gap: 4px;
  width: min-content !important;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li span,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li span {
  display: flex;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
  display: none;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  .woocommerce-Tabs-panel,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li
  .woocommerce-Tabs-panel {
  padding: 0 15px 15px;
  margin: 0;
}
.email-popup-con.newsletter input[type="email"] {
  margin-top: 10px;
  text-align: center;
  background-color: transparent;
  height: 45px;
  padding: 0 20px;
  border: 1px solid var(--border-color-01);
  color: var(--secondary-color);
}
.email-popup-con.newsletter input[type="email"]:focus-visible {
  border-color: var(--secondary-color);
}
.email-popup-con.newsletter .mc4wp-response {
  left: 0;
  top: 0;
  width: 80%;
  text-align: center;
  margin: auto;
}
table.wishlist_table tbody td .cart-wrap {
  background: var(--primary-color);
  color: var(--white-color-text);
  height: 40px;
  justify-content: center;
  display: flex;
  text-align: center;
  align-items: center;
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wishlist_table tr td.product-thumbnail a img {
  width: 100%;
}
table.wishlist_table tbody td .cart-wrap:after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
}
table.wishlist_table tbody td .cart-wrap:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wishlist_table .product-add-to-cart .cart-wrap a {
  margin: 0 !important;
  font-size: 15px;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex !important;
  text-align: center;
  align-items: center;
  font-weight: 500;
}
.wishlist_table tr td.product-price {
  display: flex;
  flex-direction: row-reverse;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 59px;
  height: fit-content;
  border-bottom: 1px solid var(--border-color-01);
  font-family: var(--secondary-font);
}
.wishlist_table .product-price del .woocommerce-Price-amount.amount {
  position: relative;
  padding: 0 0 0 20px;
  font-weight: 400;
}
.wishlist_table .product-price del .woocommerce-Price-amount.amount::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: auto;
  width: 8px;
  height: 2px;
  background: var(--body-text-color);
  margin: auto;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled
  .single_add_to_cart_button {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled
  .single_add_to_cart_button:after,
.single-product
  .product
  .sticky-addToCart
  .woocommerce-variation-add-to-cart-disabled
  .single_add_to_cart_button:after {
  display: none;
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.disabled:hover {
  color: var(--white-color-text);
}
.woocommerce-cart .cart-content-left td.product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label:hover {
  color: var(--secondary-color);
}
.woocommerce-active
  #primary
  .widget_block
  ul
  li:hover
  .wc-block-components-checkbox
  label
  .wc-block-components-checkbox__input {
  border-color: var(--primary-color);
}
.product-top-sorting .filter .fa-align-right:hover,
.product-top-sorting .filter:hover,
.product-top-sorting .select-wrap:hover:after,
.product-top-sorting .select-wrap select:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.product-top-sorting .filter:active,
.product-top-sorting .filter:focus,
.product-top-sorting .select-wrap select:active,
.product-top-sorting .select-wrap select:focus {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.product-top-sorting > .woocommerce-notices-wrapper {
  width: 100%;
}
.cart.grouped_form
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__price
  ins {
  text-decoration: none;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now:after {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: all 400ms ease-in-out;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now {
  overflow: hidden;
  z-index: 0;
  color: var(--white-color-text);
}
.single-product
  .summary
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button.button-buy-now:hover {
  color: var(--white-color-text);
}
.slider_group .rs-parallax-wrap .slider_button:hover {
  color: var(--white-color-text) !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.icon-border {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author {
  position: relative;
  padding: 0 0 0 20px;
}
.blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.sticky-addToCart
  .stickycart-popup
  .variations
  td.value
  .select_box.attribute_pa_size
  .select_option
  span {
  display: block;
}
header .right-header .wishlist-wrap {
  padding: 0 0 0 20px;
}
.product .category-morden .product-button-wrap {
  position: static;
  transform: none;
  display: block;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -8;
  margin: 0 0 5px 0;
}
.product_catagories .product .price span:first-child {
  flex-direction: column-reverse;
}
.product .category-morden:hover .product-button-wrap {
  transform: translateX(0px);
  opacity: 1;
  z-index: 1;
}
.product .category-morden .product-button-wrap .cart-wrap {
  position: relative;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
  z-index: 1;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 2px 6px rgba(0 0 0 / 15%);
  background: var(--white-color-text);
}
.product .category-morden .content-wrap .title_price {
  position: relative;
}
.product .category-morden .content-wrap .title_price a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 65px;
  width: 32%;
  height: 1px;
  border-top: 1px dashed var(--single-border-color);
  display: table-cell;
  align-self: end;
  margin: 0 10px;
}
.product_catagories .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product_catagories .swiper-wrapper .items {
  padding: 0 0 30px 0;
}
.product-layout-default section.product .cart-wrap .product-button svg,
.product-by-category section.product .cart-wrap .product-button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  display: none;
}
.product .product-button-wrap .cart-wrap a:hover:before {
  color: var(--white-color-text);
}
/* product-best-sellers */
.product-best-sellers .product .wrap-rate {
  position: static;
}
.product-best-sellers .product .woocommerce-loop-product__title {
  text-align: left;
  padding: 0;
}
.product-best-sellers .product .wrap-rate .star-rating {
  margin: 10px 0 10px;
}
.product-best-sellers .product .wrap-rate .star-rating::before {
  text-align: left;
}
.product-best-sellers
  section.product
  .product-content-wrap
  .content-wrap
  .content-wrap-btn
  .cart-wrap
  a {
  width: 40px;
  height: 40px;
  font-size: 0;
  position: relative;
  top: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  margin: 0;
}
.product-best-sellers .product .cart-wrap a:hover > svg.feather-shopping-cart {
  color: var(--white-color-text);
}
.product-best-sellers .product .cart-wrap a > svg.feather-shopping-cart {
  display: block;
  font-size: 0;
  width: 17px;
  height: 17px;
}
.product-best-sellers .product .product-button-wrap {
  position: static;
  opacity: 1;
  justify-content: start;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.product-best-sellers
  section.product
  .product-content-wrap
  .content-wrap::before {
  display: none;
}
.product-best-sellers .product .product-button-wrap .product-button-hv {
  flex-direction: row;
}
.product-best-sellers .product .product-button-wrap .btn-hv a {
  margin: 0 0 0 6px;
}
.product-best-sellers .added_to_cart.wc-forward {
  display: none !important;
}
/* product-best-sellers */
.product-layout-default section.product .cart-wrap .added_to_cart.wc-forward {
  display: none !important;
}
.product_catagories .product .content-wrap .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  align-items: center;
  gap: 0;
}
.service-block.swiper-slider
  .swiper-slide.service-box
  .tt-feature-box-containt
  a {
  padding: 10px 0 0 0;
  border-bottom: 1px solid var(--color-text);
  line-height: 24px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
}
.product_catagories section.product .artistics-sale span {
  display: none;
}
.cat_desc .wpcat-content .cat-description {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: var(--body-text-color);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: center;
}
.service-block.swiper-slider
  .swiper-slide.service-box
  .tt-feature-box-containt
  a:hover {
  color: var(--secondary-color);
  border-color: var(--primary-color);
}
.service-block.swiper-slider
  .swiper-slide.service-box:hover
  .tt-feature-box-icon {
  background-color: var(--border-color-01);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.service-block.swiper-slider .swiper-slide.service-box:hover .icon-border {
  border-color: var(--border-color-01);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product .product-button-wrap .cart-wrap a::after {
  content: "";
  right: 0;
  left: auto;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
  background: var(--primary-color);
}
.product .product-button-wrap .cart-wrap a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.product .category-morden .product-button-wrap .btn-hv a {
  height: 35px;
  width: 35px;
}
.product .category-morden .product-button-wrap .cart-wrap a {
  height: 35px;
  width: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  float: none;
  z-index: 1;
  background-color: var(--border-color-01);
}
.product .category-morden .product-button-wrap .cart-wrap a.loading {
  background-color: var(--primary-color);
  font-size: 0;
}
.product
  .category-morden
  .product-button-wrap
  .cart-wrap
  .added_to_cart.wc-forward {
  display: none;
}
.product .category-morden .product-button-wrap .cart-wrap a.loading svg {
  width: 0;
  height: 0;
}
.product .category-morden .product-button-wrap .cart-wrap a svg {
  width: 16px;
  height: 16px;
  stroke: var(--secondary-color);
}
.product .category-morden .product-button-wrap .cart-wrap a:hover svg {
  stroke: #fff;
}
.product .category-morden .product-button-wrap .cart-wrap a::before {
  font-size: 14px;
}
.product .category-morden .product-button-wrap .btn-hv a::before {
  font-size: 15px;
  line-height: 18px;
}
.product_catagories .thumbnail-wrap.col-2 {
  width: 20%;
}
.product_catagories .product.product-type-variable .content-wrap .price {
  flex-direction: column;
}
.product_catagories .product.product-type-grouped .content-wrap .price {
  flex-direction: column;
}
.product_catagories .title-wrap .product-title {
  width: 50%;
}
.product_catagories .product .wrap-rate {
  padding: 10px 0 0px 0;
}
.product_catagories .product .thumbnail-wrap {
  padding: 0;
  z-index: 2;
}
.product_catagories .swiper-wrapper .items:last-child {
  margin: 0;
}
.product .category-morden .content-wrap .title_price {
  display: flex;
  justify-content: space-between;
}
.product .category-morden .content-wrap .title_price .price {
  margin: 0;
  flex-direction: column-reverse;
}
.product .category-morden .price del {
  margin: 0;
  margin: 0;
  justify-content: center;
  display: flex;
  text-align: center;
}
.product .category-morden .price del::after {
  display: none;
}
.woocommerce-active.archive
  .products.list-view
  .product
  .cart-wrap
  .product-button-wrap
  .product-button-hv
  .cart-wrap,
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button-wrap
  .product-button-hv
  .cart-wrap {
  display: none;
}
.short-view .list-description p {
  margin: 10px 0 15px;
}
.short-view .list-description p,
.list-view .list-description p {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.single-product
  .product.product-type-simple
  .entry-summary
  .product-button-hv
  .cart-wrap {
  display: none;
}
.single-product .summary .product-button-hv .button.yith-wcqv-button {
  padding: 0 0 0 17px;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--body-text-color);
  transform: none;
  position: relative;
  display: none;
}
.single-product .summary .product-button-hv .button.yith-wcqv-button::before {
  content: "\f004";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  top: 3px;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: auto;
  width: auto;
  font-size: 13px;
  color: var(--body-text-color);
}
.sticky .header-top {
  display: none;
}
.email-popup-con.newsletter .mc4wp-form .mc4wp-form-fields .news_letter button {
  position: relative;
  width: 100%;
  height: 45px;
  background: var(--primary-color);
  color: var(--white-color-text);
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 0 0 !important;
}
.email-popup-con.newsletter
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button::before {
  display: none;
}
.email-popup-con.newsletter
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background: var(--secondary-color);
  transform: none;
}
.email-popup-con.newsletter
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-top .list-inline-item span a {
  border-bottom: 1px solid;
  margin: 0 0 0 10px;
  font-weight: 400;
  font-size: 14px;
}
.header-top .list-inline-item span a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.cms_img:hover {
  transform: translate(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cms_img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cms_img .elementor-widget-container::after {
  background: rgb(255 255 255 / 27%) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  width: 100%;
  transition-duration: 1.3s;
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
}
.Section_bg_img {
  -webkit-animation: mover 6s infinite ease-in-out;
  animation: mover 6s infinite ease-in-out;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.cms_img:hover .elementor-widget-container::after {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  transition-duration: 1.3s;
}
.service_img {
  animation: effect 10s ease-in-out 0s infinite;
  -webkit-animation: effect 10s ease-in-out 0s infinite;
  -moz-animation: effect 10s ease-in-out 0s infinite;
  -o-animation: effect 10s ease-in-out 0s infinite;
}
@keyframes effect {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  25% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  75% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.Service_section {
  background-color: var(--white-color-text);
}
.single-product .product .entry-summary .product-button-hv .cart-wrap {
  display: none;
}
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  height: 530px !important;
  overflow: hidden;
}
.product .category-morden .price del::before {
  width: 55px;
}
.product .category-morden .wrap-rate {
  padding: 0;
  margin: 0 0 15px;
  width: fit-content;
}
.button-cms-block {
  float: left;
  width: 100%;
  text-align: center;
}
.page .site-main .button-cms-block .btn {
  min-width: 150px;
  display: flex;
  height: 48px;
  border: 2px solid var(--secondary-color);
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  background-color: transparent;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  width: fit-content;
}
.page .site-main .button-cms-block .btn:hover {
  color: var(--white-color-text);
  border-color: var(--primary-color);
}
.button-cms-block .btn::after {
  background: var(--primary-color);
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li.description_tab:last-child {
  border-bottom: none;
}
.single-product.thumbnail-slider-style2 .related.products .grid-view .row {
  margin: 0;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-description-group
  .mega-menu-description {
  display: none;
}
.about-team
  .service-block.swiper-slider
  .swiper-slide.service-box
  .icon-border {
  border: none;
  padding: 0;
}
.portfolio_02 .inner-title .tt-section-title p {
  padding: 0 40px 0 0;
}
.portfolio_02 .tt-section-title p {
  margin: 10px 0;
}
.blog-style .tt-post-thumbnail .post-meta-wrap .tt-post-author {
  display: none;
}
.header-top .list-inline-item.header-top-tel a:hover svg,
.header-top .list-inline-item a:hover svg {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.header_style .site-branding a button[type="submit"]:hover svg,
.header_style .site-branding .right-header div button[type="submit"]:hover svg,
.header_style .right-header div button[type="submit"]:hover svg {
  stroke: var(--primary-color);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.product .category-morden .list-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 15px 0;
  font: italic 400 14px/20px var(--primary-font);
}
.btn:focus {
  box-shadow: none;
}
.single-product .product-type-external .buy-now-wrap .btn-primary::before {
  left: 37%;
}
.service-con .tt-section-title p,
.ourservice-title .tt-section-title p,
.service_inner_01 .tt-section-title p,
.about-02 .tt-section-title p,
.about-04 .tt-section-title p,
.about_01 .tt-section-title p {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
.product_catagories .product .content-wrap.price-wrap {
  padding: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
}
.Categories
  .product-category.category-slider
  .swiper-horizontal
  > .swiper-pagination-progressbar,
.Categories
  .product-category.category-slider
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
.Categories
  .product-category.category-slider
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.Categories
  .product-category.category-slider
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  color: var(--primary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  z-index: 0;
  background-color: #dfdfdf;
}
.Categories .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--secondary-color);
  width: 26%;
  transform: scaleX(1) !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
  color: #666;
  position: relative;
  padding: 0;
  padding-right: calc(3px + 1.2em);
  margin: 0;
  font-style: normal;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  background: transparent;
}
.site ul .wpml-ls-legacy-dropdown a:hover span.wpml-ls-display {
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
  content: "\f347";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: absolute;
  background: transparent;
  height: fit-content;
  width: fit-content;
  right: 0;
  line-height: inherit;
  border: none;
  color: var(--body-text-color);
  left: auto;
  top: 0;
  font-size: 14px;
  bottom: 0;
  margin: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span {
  color: var(--body-text-color);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover::before,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover span {
  color: var(--secondary-color);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: hidden;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  width: 100%;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0;
  width: 100%;
}
.site-header .site-branding a.wpml-ls-link::after {
  display: none;
}
.header-style-1 .site-branding a.wpml-ls-link {
  position: relative;
  padding: 0;
  color: #666;
  font-size: 15px;
}
.list-inline-item .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background: transparent;
  border: none;
  align-items: start;
  text-align: start;
  justify-content: start;
  font-size: 14px;
  padding: 7px 20px 7px 20px;
}
.site ul .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span {
  color: var(--body-text-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 14px;
  font-style: normal;
}
.product.wcml-dropdown .wcml-cs-active-currency > a {
  color: var(--body-text-color);
  background: transparent;
  padding: 0px;
  width: 70px;
  font-family: var(--secondary-font);
}
.product.wcml-dropdown .wcml-cs-active-currency > a::before {
  content: "\f347";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: absolute;
  background: transparent;
  height: fit-content;
  width: fit-content;
  line-height: inherit;
  border: none;
  color: var(--body-text-color);
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.product.wcml-dropdown .wcml-cs-active-currency:hover > a::before,
.product.wcml-dropdown .wcml-cs-active-currency:hover > a {
  background-color: transparent;
  color: var(--tertiary-color);
}
.product.wcml-dropdown .wcml-cs-active-currency:focus > a {
  background-color: transparent;
  color: var(--body-text-color);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wcml-dropdown .wcml-cs-submenu {
  visibility: hidden;
  position: absolute;
  top: 33px;
  right: 0;
  left: auto;
  border-top: none;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  z-index: 101;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 10px 0;
  background: var(--background-color);
  border: 1px solid var(--border-color-01);
  width: 150px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  top: 33px;
}
.header_style.site-header.sticky .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.header_style.site-header.sticky .wcml-dropdown .wcml-cs-submenu {
  top: 55px;
}
.site-header .wcml-dropdown .wcml-cs-submenu li a::after {
  display: none;
}
.left-header .list-inline-item {
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
.top-right-header .list-inline-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.product.wcml-dropdown li li a:first-child {
  padding: 5px 0 5px 0;
}
.product.wcml-dropdown li li a:last-child {
  padding: 7px 20px;
  font-size: 14px;
}
.product.wcml-dropdown li li a:hover {
  color: var(--secondary-color);
}
.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: auto;
}
.product_catagories .outofstock .thumbnail-wrap .out-of-stock {
  height: 70px;
  width: 70px;
  font-size: 12px;
}
.single-product .product-type-variable .product_meta .wcml_currency_switcher {
  display: none;
}
.error-404 .search-wrapper svg {
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-layout-default section.product .cart-wrap .product-button.loading svg {
  height: 0;
  opacity: 0;
}
.Catagories_full.elementor-element.elementor-element-boxed
  > .elementor-container {
  float: right;
  max-width: 1650px !important;
}
.elementor-element .elementor-container {
  width: 100%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: none;
}
.wcml-dropdown a.wcml-cs-item-toggle::after {
  display: none;
}
.site .header-top ul li span svg {
  margin: 0 10px 0 0;
}
.wc-filter-element-label-list-count::after,
.wc-filter-element-label-list-count::before {
  display: none;
}
.wc-blocks-filter-wrapper .wc-block-rating-filter__actions .screen-reader-text {
  position: relative !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-block-components-checkbox__label {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  align-items: center;
  font-size: 14px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.wc-filter-element-label-list-count:after,
.wc-filter-element-label-list-count:before {
  display: none;
}
.wc-filter-element-label-list-count,
.wc-block-product-categories-list-item
  .wc-block-product-categories-list-item-count,
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-filter-element-label-list-count {
  background: var(--dark-background);
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 1;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  color: #444;
}
.wc-block-components-checkbox label {
  align-items: center !important;
}
.wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label:hover
  .wc-block-components-checkbox__label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li:hover
  label
  .wc-block-components-checkbox__label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li:hover
  > label {
  color: var(--primary-color);
}
.wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label
  .wc-filter-element-label-list-count,
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li
  label
  .wc-filter-element-label-list-count
  .wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label
  .wc-block-components-checkbox__label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li:hover
  label
  .wc-block-components-checkbox__label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li:hover
  > label
  .wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label {
  display: flex;
}
.wc-block-stock-filter
  .wc-block-stock-filter-list
  li
  label:hover
  .wc-filter-element-label-list-count,
.woocommerce-active
  #primary
  .wc-block-attribute-filter
  ul
  li:hover
  label
  .wc-filter-element-label-list-count {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
.wp-widget-group__inner-blocks {
  position: relative;
}
.wc-block-stock-filter__actions {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -15px;
}
.wc-block-stock-filter {
  margin-bottom: 0 !important;
}
.single-product .product .entry-summary .cart-wrap .product-button svg {
  margin: 0 5px 0 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  display: block;
}
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-next:hover,
.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-next:hover,
.thumbnail-slider-style1
  .left-slider
  .single-product-thumbnail
  #nickx-gallery
  i.thumb_arrow.btn-prev:hover,
.single-product-thumbnail #nickx-gallery i.thumb_arrow.btn-prev:hover {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
p.stars a::before {
  font-size: 16px;
}
.header-line {
  width: 100%;
}
.checkout_coupon.woocommerce-form-coupon {
  float: left;
  width: 100%;
}
.comingsoon-form .news-title {
  display: none;
}
.comingsoon-form .footer-newsletter {
  padding: 0;
}
.comingsoon-form {
  width: 50%;
}
.comingsoon-form .news_letter {
  position: relative;
}
.comingsoon-form .news_letter p {
  margin: 0 0 6px;
}
.comingsoon-form .news_letter button span {
  color: var(--white-color-text);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.comingsoon-form .news_letter button:hover span {
  color: var(--primary-color);
}
.page-template-coming-soon .back-to-home {
  display: none;
}
.comingsoon-form .btn-primary::after {
  display: none;
}
.coming-soon-page .mc4wp-form .mc4wp-form-fields .news_letter button:hover svg {
  color: var(--white-color-text);
}
.comingsoon-form
  .mc4wp-form
  .mc4wp-form-fields
  .news_letter
  button:hover::before {
  color: #fff;
}
.header_style .site-branding a {
  align-items: center;
  display: flex;
  justify-content: start;
}
.header-style-1 .site-branding .left-header {
  flex: 1;
  display: flex;
}
.header-style-1 .site-branding .top-right-header {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 15px;
}
.header-style-1 .site-branding .header-logo a {
  justify-content: center;
}
.site-header #site-navigation ul.nav-menu li.menu-item:hover a {
  background-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  color: var(--white-color-text);
}
header.site-header.header-style-1 .header-spacing {
  float: left;
  width: 100%;
  padding: 0;
}
header.site-header.sticky.header-style-1 .site-branding {
  position: static;
  float: left;
  width: 100%;
  padding: 0;
}
.header_style.site-header.header-style-1.transparent
  .site-branding
  .left-header {
  flex: 1;
}
.make-sale-section {
  display: flex;
  position: relative;
}
.head-hamburger-menu + .make-sale-section {
  padding: 0 0 0 30px;
}
.make-sale-section .sale-title {
  float: left;
  width: auto;
  background: var(--primary-color);
  color: #fff;
  padding: 0 5px;
  position: relative;
  font-size: 13px;
  font-family: var(--secondary-font);
}
.make-sale-section .sale-title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -5px;
  left: auto;
  background-color: var(--primary-color);
  height: 18px;
  width: 18px;
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 20px 0 20px 20px;
}
.make-sale-section .sale-content {
  margin: 0 0 0 30px;
  width: auto;
  overflow: hidden;
  float: left;
}
.make-sale-section .sale-content .offer-txt {
  color: var(--secondary-color);
  font: 500 15px/18px var(--primary-font);
  animation: offer-heading 6s linear infinite;
}
@keyframes offer-heading {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* home page 01 catagories*/
.product-layout-default
  .products.columns-6
  section.product
  .cart-wrap
  .product-button
  svg,
.product-layout-default
  .products.columns-5
  section.product
  .cart-wrap
  .product-button
  svg {
  width: 14px;
  height: 14px;
}
.products.columns-6 .product .product-button-wrap .btn-hv a::before,
.products.columns-5 .product .product-button-wrap .btn-hv a::before {
  font-size: 13px;
}
.products.columns-6 section.product.product-type-grouped .cart-wrap a::before,
.products.columns-5 section.product.product-type-grouped .cart-wrap a::before,
.products.columns-6 section.product.product-type-external .cart-wrap a::before,
.products.columns-5 section.product.product-type-external .cart-wrap a::before {
  font-size: 13px;
}
.products.columns-6 section.product .artistics-sale span,
.products.columns-5 section.product .artistics-sale span {
  font-size: 13px;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--border-color-01);
  margin: 0 0 20px;
}
header .container-fluid {
  padding: 0;
}
.header_style.site-header.header-style-1.transparent.sticky
  .site-branding
  .left-header {
  display: none;
}
.sticky.header_style.site-header .header-spacing {
  border: none;
}
header.site-header.sticky .header-spacing .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.single-product .product_meta .wcml_currency_switcher {
  display: none;
}
.cms_logo img {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 10s ease infinite;
  -webkit-animation: zoom-in-zoom-out 10s ease infinite;
  -moz-animation: zoom-in-zoom-out 10s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.cms-img-hover {
  position: relative;
  overflow: hidden;
}
.cms-img-hover img {
  transform: scale(1.03);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cms-img-hover:hover img {
  transform: scale(1.03) translateX(1%);
  -webkit-transform: scale(1.03) translateX(1%);
  -moz-transform: scale(1.03) translateX(1%);
  -ms-transform: scale(1.03) translateX(1%);
  -o-transform: scale(1.03) translateX(1%);
}
.elementor-widget.elementor-widget-image-box:hover
  .elementor-image-box-content
  .elementor-image-box-title {
  color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.banner .elementor-container {
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.elementor-custom-embed-play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.elementor-custom-embed-play {
  width: 80px;
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.elementor-custom-embed-play svg {
  display: block;
  transform: scale(1);
  fill: transparent;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 3;
  opacity: 1 !important;
}
.elementor-custom-embed-play:hover svg {
  transform: scale(0.8);
  stroke-width: 4px;
}
.elementor-custom-embed-play:hover svg path {
  fill: var(--primary-color);
}
.elementor-custom-embed-play svg path {
  fill: var(--secondary-color);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.service_about .tt-feature-box-icon img {
  position: relative;
  background-color: transparent;
}
.service_about .tt-feature-box-icon {
  height: auto;
  width: auto;
}
.service_about .tt-feature-box-icon .tt-feature-box-title {
  margin: 0 0 3px;
}
.service_about .swiper-slide .tt-feature-box-containt {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.comingsoon-form .footer-newsletter .news-form {
  width: 100%;
}
.comingsoon-form .mc4wp-form .mc4wp-form-fields .news_letter button svg {
  top: 0;
  bottom: 0;
  color: #ccc;
  width: 20px;
  height: 20px;
}
.comingsoon-form .mc4wp-form-success {
  position: relative;
}
.comingsoon-form .mc4wp-response {
  width: 100%;
  position: absolute !important;
  top: auto;
  bottom: auto;
  margin: auto;
  left: 0;
  right: 0;
}
.coming-soon-page {
  background-color: #000000bf;
  background-blend-mode: darken;
}
.widget-area .widget:last-child {
  border: none;
}
.search.search-results #primary .widget-area .widget.widget_block ul li,
.post-template-default.woocommerce-active
  #primary
  .widget-area
  .widget.widget_block
  ul
  li,
.blog.woocommerce-active #primary .widget-area .widget.widget_block ul li {
  padding-bottom: 15px;
}
.search.search-results
  #primary
  .widget-area
  .widget.widget_block
  ul
  li:last-child,
.post-template-default.woocommerce-active
  #primary
  .widget-area
  .widget.widget_block
  ul
  li:last-child,
.blog.woocommerce-active
  #primary
  .widget-area
  .widget.widget_block
  ul
  li:last-child {
  padding-bottom: 0px;
}
.post .tt-post-wrapper .tt-post-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 1.5s ease-in-out 0s;
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
}
.post .tt-post-wrapper .tt-post-thumbnail img {
  transition: all 1.5s ease-in-out 0s;
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
}
.post .tt-post-wrapper .tt-post-thumbnail {
  overflow: hidden;
}
.header_style.header-style-2.sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu,
.header_style.header-style-2.sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu,
.sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu,
.sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  top: 67px;
}
.blog_space .tt-post-wrapper {
  padding: 15px;
  background: #f7f4ef;
}
.blog_space .blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author,
.blog_space .blog-style .tt-post-details .tt-post-meta {
  color: var(--primary-color);
}
.blog_space .blog-style .tt-post-wrapper div {
  justify-content: space-between;
  display: flex;
}
.home-page-02
  .sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link {
  padding: 0 20px;
}
.single-product .product .entry-summary .btn-hv.wishlist {
  display: block;
}
.email-popup-con .mc4wp-form .mc4wp-form-fields .news_letter button svg {
  display: none;
}
.mc4wp-form .mc4wp-form-fields .news_letter button span {
  display: none;
}
.email-popup-con .mc4wp-form .mc4wp-form-fields .news_letter button span {
  display: block;
}
.email-popup-con .mc4wp-response {
  bottom: 0;
  position: relative !important;
}
.email-popup-con .mc4wp-form .mc4wp-alert.mc4wp-notice,
.email-popup-con .mc4wp-form .mc4wp-alert.mc4wp-success {
  padding: 6px;
  margin: 8px 0 0 0;
  width: 100%;
  position: relative;
  right: 0;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link {
  color: var(--secondary-color);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  color: var(--secondary-color);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  background: var(--primary-color);
  color: var(--white-color-text);
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-family: var(--secondary-font);
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
  margin: 0 5px 0 0;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  font-family: var(--primary-font);
  font-weight: 500 !important;
}
.sticky.site-header #site-navigation #mega-menu-wrap-header-menu {
  width: 100%;
  justify-content: center;
  display: flex;
}
.woocommerce-active.archive
  .products.short-view
  section.product
  .artistics-sale
  span,
.woocommerce-active.archive
  .products.list-view
  section.product
  .artistics-sale
  span {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.product-layout-default
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-default
  section.product
  .cart-wrap
  a.product_type_variable::before,
.product-layout-default
  section.product.product-type-external
  .cart-wrap
  a::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  top: 0;
  bottom: 0;
  font-size: 15px;
  left: 0;
  right: 0;
  color: var(--secondary-color);
  z-index: 1;
  margin: auto;
  width: auto;
  display: none;
}
.product-layout-default
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  content: "\f248";
  font-weight: 400;
  font-family: "FontAwesome";
}
.product-layout-default
  section.product.product-type-external
  .cart-wrap
  a::before {
  content: "\f3e5";
  left: 0;
  right: 0;
}
.product-layout-default
  section.product
  .cart-wrap
  a.product_type_variable::before {
  content: "\2b";
  font-size: 23px;
  width: auto;
  right: 0;
  left: 0;
}
.product-layout-default
  section.product.product-type-grouped
  .cart-wrap
  a:hover:before {
  color: var(--white-color-text);
}
.product-layout-default section.product.product-type-grouped .cart-wrap a svg {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product-layout-default section.product .cart-wrap a.product_type_variable svg,
.product-layout-default section.product.product-type-external .cart-wrap a svg {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product-layout-default
  section.product
  .cart-wrap
  a.product_type_variable:hover:before,
.product-layout-default
  section.product.product-type-external
  .cart-wrap
  a:hover:before {
  color: var(--white-color-text);
}
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before,
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button.loading::before {
  opacity: 1;
  visibility: visible;
}
.product-layout-default
  .products.short-view
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-default
  .products.short-view
  section.product
  .cart-wrap
  a.product_type_variable::before,
.product-layout-default
  .products.short-view
  section.product.product-type-external
  .cart-wrap
  a::before,
.product-layout-default
  .products.list-view
  section.product
  .cart-wrap
  a.product_type_variable::before,
.product-layout-default
  .products.list-view
  section.product.product-type-external
  .cart-wrap
  a::before {
  display: flex;
  align-items: center;
  width: auto;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  top: 0;
  bottom: 0;
  font-size: 13px;
  left: 45px;
  right: auto;
  color: var(--white-color-text);
  z-index: 1;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  content: "\f3e5";
}
.product-layout-default
  .products.short-view
  section.product
  .cart-wrap
  a.product_type_variable::before,
.product-layout-default
  .products.list-view
  section.product
  .cart-wrap
  a.product_type_variable::before {
  content: "\2b";
  font-size: 20px;
}
.product-layout-default
  .products.list-view
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  left: 22px;
  right: auto;
  width: auto;
  color: var(--white-color-text);
}
.product-layout-default
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  content: "\f248";
  font-weight: 400;
  font-family: "FontAwesome";
}
.product-layout-default
  .products.short-view
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-default
  .products.list-view
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  content: "\f248";
  font-weight: 400;
  left: 0;
  right: 0;
  display: flex;
}
.product-layout-default
  .short-view
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-default
  .products.short-view
  section.product.product-type-external
  .cart-wrap
  a::before {
  left: -105px;
  right: 0;
}
.product-layout-default
  .products.short-view
  section.product
  .cart-wrap
  a.product_type_variable::before {
  left: -125px;
  right: 0;
}
.single-product .related.products .products .owl-carousel.owl-loaded {
  position: relative;
  padding: 0;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  td.product-name
  strong {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 17px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input:focus,
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields
  .form-row
  input[type="text"]:focus {
  border-color: var(--secondary-color);
}
.woocommerce
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: var(--secondary-color);
}
#primary .woocommerce ul.woocommerce-error li strong {
  color: #fff;
}
.woocommerce-account .woocommerce-form-login button[type="submit"] {
  width: 100%;
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-account .woocommerce-form-login button[type="submit"]:hover {
  color: var(--white-color-text);
}
.woocommerce-account
  .woocommerce-form-register
  button[type="submit"].btn.btn-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-account
  .woocommerce-form-register
  button[type="submit"].btn.btn-primary:hover {
  color: var(--white-color-text);
}
.woocommerce-ResetPassword
  .woocommerce-account
  button[type="submit"].btn.btn-primary {
  width: 100%;
}
.search-icon .top-search .search-fix .container .product-search {
  width: 100%;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar-thumb {
  background-color: #6666662b;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar {
  width: 6px;
}
.single-post .site-main .left {
  padding: 0 15px;
}
.category-style2 .wpcat-content {
  position: absolute;
  top: auto;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: auto;
  height: fit-content;
  background: #fff;
  padding: 20px 45px 20px 20px;
  float: right;
  text-align: right;
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.category-grid .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 0 0 10px;
  scrollbar-width: thin;
}
.category-grid .cat_desc {
  flex: 1 0 auto;
}
.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row a {
  background: transparent;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  width: fit-content;
  height: 45px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 1;
}
.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  p.form-row
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  button[type="submit"].btn.btn-primary {
  width: 100%;
}
.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-lost-password
  .woocommerce
  .lost_reset_password
  p.form-row.woocommerce-form-row--first {
  flex-direction: column;
}
.wc-block-components-price-slider__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.wc-block-components-price-slider__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
  outline-offset: 2px;
}
.wc-block-components-price-slider--is-input-inline
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount:last-child {
  justify-content: right;
  display: flex;
  float: right;
  text-align: right;
}
.wc-block-components-price-slider__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button {
  z-index: 0;
  position: relative;
}
.select_box_colorpicker.select_box.attribute_pa_color {
  display: flex;
}
.page-header .breadcrumbs #crumbs a svg {
  width: 16px;
  height: 16px;
}
.page-header .breadcrumbs #crumbs a:hover svg {
  color: var(--primary-color);
}
.product-layout-default section.product.outofstock .cart-wrap {
  border-color: rgba(189, 142, 92, 0.6);
}
.short-view section.product.outofstock .cart-wrap,
.list-view section.product.outofstock .cart-wrap {
  border-color: var(--secondary-color);
}
.short-view section.product.outofstock .cart-wrap:hover,
.list-view section.product.outofstock .cart-wrap:hover {
  border-color: var(--primary-color);
}
header .right-header .wishlist-wrap .wishlist:hover svg {
  stroke: var(--secondary-color);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native {
  font-style: normal;
  font-size: 14px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.dropdowncsls .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span,
.dropdownlscs .product.wcml-dropdown .wcml-cs-active-currency > a,
.dropdownlscs .product.wcml-dropdown .wcml-cs-active-currency > a::before,
.dropdowncsls .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
  color: var(--secondary-color);
}
.search-results.active .product-data .product-categories span:hover {
  color: var(--primary-color);
}
.header-style-1.site-header.sticky .site-main-wrap {
  flex: 1;
  height: 90px;
  border: none;
}
.header-style-1.site-header.sticky
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu {
  display: flex;
}
.header-style-1.site-header.sticky .site-branding-wrap {
  display: none;
}
.woocommerce-active.archive
  .shop-sidebar
  .sidebar-filter
  .widget
  .wp-block-woocommerce-stock-filter {
  display: flex;
  flex-direction: column;
}
.woocommerce-active.archive
  .shop-sidebar
  .sidebar-filter
  .widget
  .wc-block-stock-filter__actions {
  align-items: start;
  justify-content: start;
}
.wc-block-components-filter-reset-button {
  text-transform: uppercase;
}
.woocommerce-active.woocommerce-shop
  .site-main
  .products.left-view
  .product
  .product-content-wrap,
.woocommerce-active.woocommerce-shop
  .site-main
  .products.short-view
  .product
  .product-content-wrap {
  width: 100%;
}
.woocommerce .woocommerce-error li a {
  color: #fff;
}
.product-layout-default section.product .cart-wrap .product-button:focus svg {
  color: var(--secondary-colors);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  tfoot
  td,
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .shop_table
  .cart_item
  td.product-total {
  text-align: right;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.single-product .left-slider .summary.entry-summary .button.alt.out-of-stock {
  padding: 0;
  color: var(--white-color-text);
  height: 50px;
  width: 100%;
  position: relative;
  font-size: 16px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: var(--primary-color);
  z-index: 0;
  cursor: not-allowed;
  pointer-events: auto;
  opacity: 0.6;
  text-transform: capitalize;
  font-family: var(--primary-font);
  font-weight: 500;
}
.single-product
  .left-slider
  .summary.entry-summary
  .button.alt.out-of-stock
  svg {
  margin: 0 5px 0 0;
}
.single-product
  .left-slider
  .summary.entry-summary
  .button.alt.out-of-stock:after {
  display: none;
}
.single-product
  .left-slider
  .summary.entry-summary
  .button.alt.out-of-stock:after {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.single-product
  .left-slider
  .summary.entry-summary
  .button.alt.out-of-stock:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.stock.out-of-stock {
  color: #e2401c;
  margin: 0;
  border: 1px solid #e2401c;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 500;
}
.single-product .product .entry-summary .product-button-wrap .btn-hv a.added {
  background: transparent;
}
.single-product
  .product
  .entry-summary
  .product-button-wrap
  .btn-hv
  a.added::before {
  font-weight: 900;
}
.site-header .site-main-wrap {
  background-color: var(--white-color-text);
  z-index: 2;
  position: relative;
  float: left;
  width: 100%;
  min-height: 56px;
}
.video_section .section-heading::after {
  content: "";
  width: 3px;
  height: 87px;
  position: absolute;
  bottom: 0;
  top: 7px;
  left: 0;
  right: auto;
}
.video_section .section-heading::after {
  background: var(--primary-color);
}
.video_section .section-heading {
  position: relative;
  padding: 0px 0 0 15px;
}
.blog-style .tt-post-details .tt-post-content {
  font: 500 13px/22px var(--secondary-font);
  color: var(--body-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
}
#mc4wp-form-1 {
  position: relative;
}
.swiper-slider .swiper-top .tt-slider-box-containt {
  position: absolute;
  top: 60px;
  bottom: auto;
  margin: auto;
  left: 40px;
}
.swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
  font-size: 36px;
  font-family: var(--primary-font);
  color: #222;
  line-height: 40px;
  width: 67%;
}
.swiper-slider
  .swiper-top
  .tt-slider-box-containt
  .slider-button
  .slider-button {
  background: transparent;
  color: #222;
  border-bottom: 2px solid #222;
  font-size: 15px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  padding: 0 4px 2px;
  font-weight: 400;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.swiper-slider .swiper-top .tt-slider-box-containt .slider-title {
  padding: 15px 0;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #444;
}
.swiper-slider
  .swiper-top
  .tt-slider-box-containt
  .slider-button
  .slider-button::after {
  display: none;
}
.swiper-slider
  .swiper-top
  .tt-slider-box-containt
  .slider-button:hover
  .slider-button {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.btn.btn-primary.elementor-widget-button
  > .elementor-widget-container
  > .elementor-button-wrapper {
  display: flex;
}
.perelax .e-con.e-flex > .e-con-inner {
  background: #fff;
  opacity: 0.8;
}
.header-stickybar-wrap.sticky .header-stickybar.stickybar_sticky {
  display: flex;
}
.header-stickybar-wrap.sticky .header-stickybar {
  display: none;
}
.product-top-sorting .filter-click .filter {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header_style.site-header.sticky .container-fluid .main-navigation {
  justify-content: center;
}
.header_style .site-branding .main-navigation {
  flex: 1;
  justify-content: center;
}
.header_style .site-branding .right-header {
  justify-content: end;
}
.header_style.site-header.sticky .site-branding {
  max-height: 100%;
  height: 100%;
  padding: 0;
}
.header_style.site-header.sticky .site-branding .left-header {
  display: none;
}
.header_style .site-branding a:hover,
.search-icon .search-wrap:hover {
  color: var(--tertiary-color);
}
.show-user .header_style .site-branding .navbar-woocommerce a {
  color: var(--primary-color);
}
.show-user .header_style .site-branding .navbar-woocommerce a svg {
  color: var(--primary-color);
}
.category-style2 .wpcat-content:hover {
  background-color: var(--primary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.category-style2 .cat_desc .wpcat-content:hover .cat_total_product,
.category-style2 .cat_desc .wpcat-content:hover .cat_name {
  color: #fff;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.blog-style .tt-post-wrapper div.tt-post-more:hover a {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  color: var(--primary-color);
}
.blog-style .tt-post-more:hover a::before {
  width: 30px;
  background-color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.elementor-custom-embed-play::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.home-morden
  .products-trending.product-swiper
  .swiper-wrapper
  .swiper-slide
  .item {
  margin: 0 0 30px 0;
}
.header_style.site-header.header-style-1.transparent
  .site-branding
  .left-header
  li.list-inline-item:first-child {
  order: 3;
}
.woocommerce-active.archive .products.short-view .product .wrap-rate {
  margin: 0;
  padding: 20px 0 0 0;
}
.service_about .tt-feature-box-icon {
  margin: 0;
}
.service_about .swiper-slide .tt-feature-box-containt {
  margin: 15px 0 0;
}
.catagories_01 .swiper-navigation .swiper-button.swiper-button-prev {
  left: 30px;
}
.catagories_01 .swiper-navigation .swiper-button.swiper-button-next {
  right: 30px;
}
.catagories_01 .swiper-navigation .swiper-button svg {
  color: #fff;
}
/* FILTER PRICE */
.wc-block-components-price-slider {
  position: relative;
}
.wc-block-components-price-slider__actions {
  position: absolute;
  left: auto;
  bottom: -5px;
  right: 0;
}
.wc-block-components-price-slider__range-text {
  justify-content: start !important;
  margin: 0 0 10px !important;
}
.wc-block-components-price-slider__range-input-wrapper {
  margin: 15px 0 30px;
}
.wc-block-components-price-slider__range-text span:first-child {
  position: relative;
  padding: 0 5px 0 0;
  margin: 0 10px 0 0;
}
.wc-block-components-price-slider__range-text span:first-child::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: var(--body-text-color);
  left: 100%;
  right: auto;
  bottom: 0;
  top: 0;
  margin: auto;
}
.wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button {
  padding: 0 10px;
  height: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: -1;
  background: var(--secondary-color);
  width: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
}
.wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button
  span {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  color: var(--white-color-text);
  font-weight: 500;
}
.wc-block-components-price-slider__actions
  .wc-block-price-filter__button.wc-block-components-price-slider__button:hover
  span {
  color: var(--white-color-text);
}
.wc-block-components-price-slider__range-text span {
  cursor: default;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button,
.woocommerce-active.archive
  .products.list-view
  .product
  .list-cart-wrap
  .cart-wrap
  .product-button {
  background-color: var(--primary-color);
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 0;
  min-width: 160px;
  position: relative;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  font-size: 15px;
  padding: 0 20px;
  overflow: hidden;
  color: var(--white-color-text);
}
.header-style-1 .site-branding a.wpml-ls-link span {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  font-size: 14px;
  line-height: 15px;
}
.header-style-1 .site-branding a.wpml-ls-link span:hover {
  color: var(--secondary-color);
}
.product-layout-default
  .products.list-view
  section.product.product-type-external
  .cart-wrap
  a::before {
  left: -105px;
  right: 0;
}
.product-layout-default
  .products.list-view
  section.product
  .cart-wrap
  a.product_type_variable::before {
  left: -125px;
  right: 0;
}
.tax-product_cat .site-main .short-view.products section.product,
section .product-recent .short-view.products section.product,
.tax-product_cat .site-main .list-view.products section.product,
section .product-recent .list-view.products section.product {
  padding: 15px 0;
}
.list-view .product .product-button-wrap .product-button-hv .cart-wrap,
.short-view .product .product-button-wrap .product-button-hv .cart-wrap {
  display: none;
}
.product-layout-default
  .products.short-view
  section.product.product-type-grouped
  .cart-wrap
  a::before,
.product-layout-default
  .products.list-view
  section.product.product-type-grouped
  .cart-wrap
  a::before {
  left: -125px;
  font-size: 14px;
}
.product .price span:first-child {
  gap: 6px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button::after,
.page .cart-content-right .checkout-button::after,
.tt-banner .banner-tag a::after {
  background: var(--secondary-color);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button::before {
  position: absolute;
  content: "\f064";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: -125px;
  font-size: 14px;
  right: 0;
  line-height: 16px;
  color: var(--white-color-text);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button:hover {
  color: var(--white-color-text);
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .order_review-wrap
  .order_review-bg
  #payment
  .place-order
  .button:hover:before {
  color: var(--white-color-text);
  transition: all 400ms ease-in-out 0ms;
  -webkit-transition: all 400ms ease-in-out 0ms;
  -moz-transition: all 400ms ease-in-out 0ms;
  -ms-transition: all 400ms ease-in-out 0ms;
  -o-transition: all 400ms ease-in-out 0ms;
}
.filter-toggle .filter {
  border-color: #222;
  color: #222;
}
.comment-form-email input[type="email"]:focus {
  border-color: #222;
  color: #222;
}
.search .type-post .tt-post-wrapper {
  border: none;
}
.perelax.e-con-boxed {
  background-color: var(--border-color-01);
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar-track {
  background-color: #6666662b;
}
.site-wrap
  .mini-cart
  .dropdown-menu-mini-cart
  .widget_shopping_cart_content
  ul::-webkit-scrollbar-thumb {
  background-color: #666;
}
#yith-quick-view-modal .variations_form .variations td.value .select_box {
  display: flex;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  .additional_information_tab
  .woocommerce-Tabs-panel,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  .additional_information_tab
  .woocommerce-Tabs-panel {
  display: none;
}
.single-product.thumbnail-slider-style2 .woocommerce-tabs ul li a .slide-click,
.single-product.thumbnail-slider-style3 .woocommerce-tabs ul li a .slide-click {
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li
  a
  .slide-click::after,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li
  a
  .slide-click::after {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li.show
  a
  .slide-click::after,
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li.show
  a
  .slide-click::after {
  content: "\2d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 23px;
  line-height: 18px;
}
.single-product.thumbnail-slider-style2
  .woocommerce-tabs
  ul
  li.reviews_tab
  #tab-reviews
  a::after,
.single-product.thumbnail-slider-style3
  .woocommerce-tabs
  ul
  li.reviews_tab
  #tab-reviews
  a::after {
  content: none;
}
.site .header-top ul li span:hover svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading::after {
  z-index: -1;
  width: 100%;
}
cite {
  color: #222;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
}
#comments .contact-form .form-submit input[type="submit"] {
  background-color: var(--primary-color);
}
#comments .contact-form .form-submit input[type="submit"]:hover {
  background-color: var(--secondary-color);
  color: var(--white-color-text);
}
/* slider revo */
.custom.tparrows::before,
#rev_slider_4_1_wrapper #rev_slider_4_1 .custom.tparrows::before,
#rev_slider_2_1_wrapper #rev_slider_2_1 .custom.tparrows::before,
#rev_slider_1_1_wrapper #rev_slider_1_1 .custom.tparrows::before {
  font-family: "revicons";
  font-size: 24px;
  color: var(--body-text-color);
  display: block;
  line-height: 45px;
  text-align: center;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  font-weight: 400;
}
.custom.tparrows:hover:before,
#rev_slider_4_1_wrapper #rev_slider_4_1 .custom.tparrows:hover:before,
#rev_slider_2_1_wrapper #rev_slider_2_1 .custom.tparrows:hover:before,
#rev_slider_1_1_wrapper #rev_slider_1_1 .custom.tparrows:hover:before {
  color: var(--primary-color);
}
.zeus.tparrows::before,
#rev_slider_4_1_wrapper #rev_slider_4_1 .zeus.tparrows::before,
#rev_slider_2_1_wrapper #rev_slider_2_1 .zeus.tparrows::before,
#rev_slider_1_1_wrapper #rev_slider_1_1 .zeus.tparrows::before {
  color: var(--white-color-text);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.zeus.tparrows:hover:before,
#rev_slider_4_1_wrapper #rev_slider_4_1 .zeus.tparrows:hover:before,
#rev_slider_2_1_wrapper #rev_slider_2_1 .zeus.tparrows:hover:before,
#rev_slider_1_1_wrapper #rev_slider_1_1 .zeus.tparrows:hover:before {
  color: var(--primary-color);
}
.custom.tparrows,
#rev_slider_4_1_wrapper #rev_slider_4_1 .custom.tparrows,
#rev_slider_2_1_wrapper #rev_slider_2_1 .custom.tparrows,
#rev_slider_1_1_wrapper #rev_slider_1_1 .custom.tparrows {
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: block;
  z-index: 1000;
  justify-content: center;
  display: flex;
  align-items: center;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate(-65px, -22px);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(-65px, -22px);
  -moz-transform: translate(-65px, -22px);
  -ms-transform: translate(-65px, -22px);
  -o-transform: translate(-65px, -22px);
}
.slider-02-after {
  animation: up-down 10s linear infinite;
  -webkit-animation: up-down 10s linear infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.slider-btn.btn {
  transition: all 400ms ease-in-out;
  padding: 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.slidercms-image.rs-layer:not(.rs-wtbindex),
.slidercms-image .rs-layer:not(.rs-wtbindex) {
  outline: 2px solid var(--primary-color) !important;
}
.custom .sr7-bullet {
  width: 7px !important;
  background: rgb(255 255 255) !important;
  transform: rotate(45deg);
  height: 7px !important;
  position: absolute;
  cursor: pointer;
  box-sizing: content-box;
}
.custom .sr7-bullet.selected {
  background: var(--primary-color) !important;
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}
.btn.btn-primary.slider-btn {
  padding: 0 0 4px;
  background-color: transparent;
  overflow: hidden;
}
.btn.btn-primary.slider-btn::after {
  background-color: var(--secondary-color) !important;
}
.btn.btn-primary.rs-layer::after {
  background-color: var(--primary-color);
  height: 100%;
  top: auto;
  bottom: 0px;
  z-index: -1;
}
.btn.btn-primary.slider-btn:hover {
  color: var(--white-color-text) !important;
}
#rev_slider_1_1_wrapper .tp-bullets.gyges .tp-bullet {
  width: 10px;
  height: 10px;
}
#rev_slider_1_1_wrapper .horizontal.gyges.tp-bullets:before {
  padding: 9px;
}
.slider-bg {
  animation: up-down 10s linear infinite;
  -webkit-animation: up-down 10s linear infinite;
  -moz-animation: up-down 10s linear infinite;
}
#mega-menu-wrap-header-menu
  .mega-menu-toggle
  .mega-toggle-block
  .mega-toggle-animated {
  margin: 0 0 0 -7px;
}
.header-stickybar-wrap.sticky .header-stickybar.stickybar_sticky a:hover svg {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.single-product.woocommerce-active
  .site-main
  .products.grid-view
  .owl-carousel
  .product {
  width: 100%;
  float: left;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  .product
  .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 22px;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  .product
  .wrap-rate
  .star-rating {
  font-size: 13px;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  .product
  .price
  .amount
  bdi {
  font-size: 18px;
  line-height: 22px;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  .product
  .product-button-wrap
  .btn-hv
  a::before {
  font-size: 16px;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  .product
  .product-button-wrap
  .btn-hv
  a {
  width: 40px;
  height: 40px;
}
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap
  .product-button
  svg {
  width: 18px;
  height: 18px;
}
#yith-quick-view-modal .yith-wcqv-main,
.navbar-woocommerce #woocommerce-menu,
.offside .widget-area {
  background-color: var(--background-color);
}
.slider-img {
  animation: zoom 15s infinite ease-in-out;
  -webkit-animation: zoom 15s infinite ease-in-out;
}
@keyframes zoom {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
.elementor-page .site-main > .container > .row,
.home .site-main > .container > .row {
  margin: 0 -12px;
}
body.hamburger-silde-toggle,
body.filter-toggle,
body.silde-toggle {
  overflow: hidden;
}
.hamburger-silde-toggle .header-top {
  z-index: 2;
}
.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
#review_form_wrapper textarea {
  border-color: var(--border-color-01);
  background-color: var(--background-color);
}
.text-margin .elementor-widget-text-editor p {
  margin: 0;
}
/* PRODUCT HOVER */
.product-layout-default
  .cart-cross-sell
  .products.columns-5
  section.product
  .cart-wrap
  .product-button,
.product-layout-default
  .up-sells.upsells
  .products.columns-5
  section.product
  .cart-wrap
  .product-button,
.product-layout-default section.product .cart-wrap a {
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  z-index: 1;
  padding: 0 0 0 17px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-layout-default section.product .cart-wrap.btn-hv a:hover {
  color: var(--primary-color);
}
.hover-up {
  -webkit-animation: top-bottom 4s infinite ease-in-out;
  animation: top-bottom 4s infinite ease-in-out;
}
@-webkit-keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.product.wcml-dropdown,
.product.wcml-dropdown li,
.product.wcml-dropdown li li {
  background: transparent !important;
  border: none;
  width: 100%;
}
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: hidden;
}
.woocommerce .wcml-dropdown.product {
  margin: 0;
}
.wpml-ls-legacy-list-horizontal a,
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loadingbefore,
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading::before,
.list-view.products .product .product-button.loading::before,
.product .product-button.loading::before,
.woocommerce-active.archive
  .products.short-view
  .product
  .cart-wrap
  .product-button.loading::before {
  content: "\f021";
  animation: spin 2s linear infinite;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  height: auto;
  position: absolute;
  left: 2px;
  right: auto;
  color: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: fit-content;
}
.product-layout-morden .product .product-button.loading::before {
  font-weight: 600;
  color: var(--white-color-text);
  font-size: 14px;
}
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loadingbefore,
.single-product
  .product
  .entry-summary
  .cart-wrap
  .product-button.loading::before {
  font-size: 14px;
  color: var(--white-color-text);
  right: 0;
  left: -105px;
}
/* HEADER UP */
.right-contact-info {
  display: flex;
}
.right-contact-info .head-top-call a.contact-no > svg,
.right-contact-info .list-inline-item.header-top-tel a svg,
.right-contact-info .list-inline-item a svg {
  transform: rotateY(180deg);
  margin: 0 8px 0 0;
  width: 13px;
  height: 13px;
}
.right-contact-info .list-inline-item a svg,
.right-contact-info .list-inline-item span svg {
  margin-right: 5px;
}
.right-contact-info .list-inline-item.header-top-tel a:hover svg,
.right-contact-info .list-inline-item a:hover svg {
  transform: rotateY(0deg);
  color: var(--primary-color);
}
.header_style.site-header.sticky .make-sale-section,
.header_style.site-header .site-main-wrap .header-logo {
  display: none;
}
.header_style.site-header.sticky .right-contact-info,
.header_style.site-header.sticky .head-hamburger-menu {
  display: none !important;
}
.header_style.site-header.sticky .site-main-wrap .header-logo {
  display: block;
}
.header_style.site-header.sticky .site-branding #site-navigation {
  justify-content: center;
}
.header_style .site-branding a.navbar-title {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_style .site-branding a.navbar-title svg {
  fill: var(--body-text-color);
}
.header_style .site-branding a.navbar-title:hover svg {
  fill: var(--tertiary-color);
}
.sticky.site-header.header_style .right-header {
  margin: 0;
}
/* header sticky end */
.right-contact-info .list-inline-item {
  justify-content: center;
  display: flex;
  align-items: center;
}
.right-contact-info .list-inline-item.header-top-tel {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0px 12px 0 0;
}
.right-contact-info .list-inline-item.header-top-tel::after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 1px;
}
/* SLIDER REV */
.btn-slider.rs-layer {
  position: relative !important;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
.btn-slider.rs-layer:hover {
  color: var(--white-color-text) !important;
}
.btn-slider.rs-layer::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  background-color: var(--primary-color);
  height: 2px;
  width: 0;
  z-index: 1;
  top: auto;
  bottom: -2px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
.btn-slider.rs-layer:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
/* PRODUCT */
.site-header #site-navigation ul.nav-menu > li.menu-item::after {
  background-color: var(--primary-color);
}
.blog-content-ellipsis-off .tt-post-details .tt-post-content {
  display: flex !important;
}
.product-button-hv > .yith-wcwl-add-to-wishlist,
.thumbnail-wrap > .yith-wcwl-add-to-wishlist,
.cart-button-list > .yith-wcwl-add-to-wishlist,
.product .content-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}
/* header-style-2 */
.product
  .product-button-wrap
  .btn-hv
  a
  span.yith-wcwl-add-to-wishlist-button__label,
.single-product .summary.entry-summary > .yith-add-to-wishlist-button-block,
.product .product-button-hv > .compare.button,
.product .content-wrap > .compare.button,
.product .cart-button-list > .compare.button,
.single-product .left-slider .summary.entry-summary > .button.alt.out-of-stock,
.single-product .product .entry-summary > .button.out-of-stock {
  display: none !important;
}
.single-product
  .summary.entry-summary
  .product-button-wrap
  .btn-hv
  a
  span.yith-wcwl-add-to-wishlist-button__label {
  display: block !important;
}
.product .yith-add-to-wishlist-button-block,
.single-product .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}
.single-product .product .entry-summary > .button.out-of-stock {
  display: none !important;
}
.product .yith-add-to-wishlist-button-block,
.single-product .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}
#yith-quick-view-content div.summary {
  overflow-y: hidden;
  max-height: 100%;
  width: 60%;
}
.yith-quick-view-content.woocommerce div.product .product {
  height: auto;
}
.woocommerce
  .yith-quick-view
  .yith-quick-view-content.woocommerce
  div.summary
  .single_add_to_cart_button,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button,
#yith-quick-view-modal.open .yith-wcqv-main {
  border-radius: 0;
}
.woocommerce
  .yith-quick-view
  .single-product
  div.product
  .summary.entry-summary
  .product_title,
.woocommerce
  .yith-quick-view
  .single-product
  div.product
  .summary.entry-summary
  .price {
  font-size: 16px;
}
.yith-quick-view-content.woocommerce div.summary .price {
  font-size: 16px;
}
.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
  margin-right: 0;
}
.quantity .screen-reader-text {
  position: static !important;
}
#yith-quick-view-modal .single-product .product .entry-summary .quantity {
  display: flex;
}
#yith-quick-view-modal
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
  flex-direction: row;
}
.product
  .summary.entry-summary
  .product-button-wrap
  .btn-hv.wishlist
  a.yith-wcwl-add-to-wishlist-button--added {
  background: transparent !important;
}
.product-button-wrap
  .product-button-hv
  .yith-wcwl-add-to-wishlist-button__label {
  display: block;
}
.summary.entry-summary
  > .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  display: none;
}
.product .product-button-wrap .wishlist a span {
  font-size: 0;
}
.product .product-button-wrap .btn-hv.wishlist .feedback,
.product .product-content-wrap .btn-hv.wishlist .feedback {
  display: none;
}
#review_form_wrapper .comment-respond .comment-form .comment-form-author {
  margin: 0 0 15px;
}
#review_form_wrapper .comment-respond .comment-form .comment-form-email {
  margin: 0 0 15px;
}
#review_form_wrapper .comment-respond .comment-form .comment-notes,
#review_form_wrapper
  .comment-respond
  .comment-form
  .comment-notes
  #email-notes {
  padding: 0 0 10px;
}
#review_form_wrapper .comment-form-cookies-consent {
  width: auto;
  display: flex;
  gap: 10px;
  color: var(--secondary-color);
  align-items: baseline;
  padding: 5px 0;
}
.product .product-button-wrap .compare a.added::before {
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-bg-hv-color);
}
#yith-quick-view-modal
  .single-product
  .summary
  .grouped_form.cart
  .single_add_to_cart_button {
  margin: 0;
  text-align: center;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.single-product
  #review_form_wrapper
  .comment-form
  .comment-form-rating
  .select-wrap::after {
  display: none;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label,
.woocommerce-active
  #primary
  .widget_block
  .wc-block-attribute-filter
  ul
  li
  label {
  width: 100%;
}
#yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .variations_button
  .cart-wrap {
  margin: 0;
}
#yith-quick-view-modal
  .single-product
  .product
  .entry-summary
  .cart.grouped_form
  .cart-wrap {
  margin: 0 0 10px;
  width: 100%;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback,
.summary.entry-summary
  > .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single
  + .compare.button {
  display: none;
}
.section-description .tt-section-title .subtitle-wrap p {
  margin-bottom: 40px;
}
.password-input {
  float: left;
  width: 100%;
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: var(--secondary-color);
}
.password-input .show-password-input::after {
  content: "\f06e";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.password-input .show-password-input.display-password::after {
  content: "\f070";
}
.woocommerce-form .form-row .woocommerce-form-login__submit {
  display: block;
}
.woocommerce-form-login-toggle .woocommerce-info a {
  color: #fff;
}
.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
  width: 100%;
  float: left;
}
.product-content-wrap .thumbnail-wrap .wishlist.btn-hv a svg,
.product
  .product-button-wrap
  .btn-hv
  a
  span.yith-wcwl-add-to-wishlist-button__label:not(
    .product
      .summary.entry-summary
      .product-button-wrap
      .btn-hv
      a
      span.yith-wcwl-add-to-wishlist-button__label
  ),
.product .product-button-hv > .compare.button,
.product .product-content-wrap > .compare.button,
.product .cart-button-list > .compare.button,
.product .content-wrap > .compare.button,
.product .thumbnail-wrap > .compare.button,
.single-product .left-slider .summary.entry-summary > .button.alt.out-of-stock,
.single-product .product .entry-summary > .button.out-of-stock {
  display: none !important;
}
.product .yith-add-to-wishlist-button-block,
.single-product .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}
.woocommerce-active.archive
  .products.short-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a.yith-wcwl-add-to-wishlist-button--added::after,
.woocommerce-active.archive
  .products.list-view
  .product
  .product-content-wrap
  .list-cart-wrap
  .product-button-wrap
  .product-button-hv
  .btn-hv
  a.yith-wcwl-add-to-wishlist-button--added::after,
.product-content-wrap
  .thumbnail-wrap
  .wishlist.btn-hv
  a.yith-wcwl-add-to-wishlist-button--added::after {
  width: 100%;
  right: auto;
  left: 0;
}
.product
  .product-button-wrap
  .btn-hv
  a.yith-wcwl-add-to-wishlist-button--added::before {
  color: #fff;
  z-index: 1;
  font-weight: 600;
}
.elementor-element .swiper-navigation .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* NEW Review */
.review_tab .block .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}
.review_tab .block .circle {
  stroke: var(--rating-color);
  stroke-width: 10px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
}
.review_tab .block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
}
.review_tab .block .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
}
.review_tab .block .box::before {
  position: absolute;
  content: "";
  width: calc(100% + 35px);
  height: calc(100% + 35px);
  border-radius: 50%;
  border: 10px solid #e5e5e5;
}
.review_tab .block .box .woocommerce-product-rating a {
  line-height: 120%;
  font-size: 16px;
}
.single-product .review_tab span.num {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #28282a;
  margin: 0 0 5px;
}
.mini-cart .shipping-progress-bar {
  text-align: center;
  margin: 0 30px 30px;
  padding: 20px;
  background: var(--dark-background);
}
.mini-cart .shipping-progress-bar h3 {
  margin-bottom: 10px;
}
.mini-cart .shipping-progress-bar p {
  font-size: 14px;
  margin-bottom: 5px;
}
.mini-cart .shipping-progress-bar .progress-bar-container {
  background: var(--blog-border-color);
  border-radius: 5px;
  height: 7px;
  width: 100%;
  margin: 15px 0;
}
.mini-cart .shipping-progress-bar .progress-bar {
  height: 100%;
  background: #5cb85c;
  border-radius: 5px;
  position: relative;
  overflow: visible;
  width: 0;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
}
.mini-cart .shipping-progress-bar .progress-bar::after {
  content: "\f48b";
  position: absolute;
  left: auto;
  right: -12px;
  font-family: "FontAwesome";
  color: #444;
  z-index: 2;
  font-size: 18px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  box-shadow:
    #fff 0px 4px 16px,
    #fff 0px 8px 24px,
    #fff 0px 16px 56px;
}
/* Styling for the progress info text */
.mini-cart .shipping-progress-bar .progress-info {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
/* For when free shipping is achieved */
.mini-cart .shipping-progress-bar .shipping-progress h3 {
  color: #28a745;
  font-weight: bold;
}
.mini-cart .shipping-progress-bar .shipping-progress p {
  color: #28a745;
  font-size: 14px;
}
.slider-bg2 {
  animation: left-right 6s linear infinite;
  -webkit-animation: left-right 6s linear infinite;
}
@keyframes left-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/* My Account New Style CSS*/
body.woocommerce-page.woocommerce-account .woocommerce .woocommerce-error {
  margin: 30px;
  width: -webkit-fill-available;
}
body.woocommerce-page.woocommerce-account .page,
body.woocommerce-page.woocommerce-account .page-header.inner-header-opacity {
  margin: 0;
}
body.woocommerce-page.woocommerce-account .site-main > .container {
  max-width: 100%;
}
body.woocommerce-page.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-page.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-page.woocommerce-account .woocommerce .login-page-img img {
  width: 100%;
}
.woocommerce-account .woocommerce h2 {
  text-align: start;
  font-size: 48px;
}
.woocommerce-account .woocommerce h3 {
  font-size: 30px;
}
body.woocommerce-page.woocommerce-account .woocommerce .u-columns {
  flex-wrap: wrap;
  padding: 20px 80px;
  align-content: center;
}
body.woocommerce-page.woocommerce-account #primary .woocommerce .login-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.woocommerce-page.woocommerce-account
  #primary
  .woocommerce
  li.login-nav-link {
  list-style: none;
  width: 100%;
  position: static;
  opacity: 1;
  max-width: -webkit-fill-available;
  max-height: -webkit-fill-available;
  margin-top: 24px;
  padding: 36px 0 0;
  border-top: 1px solid var(--border-color-01);
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
}
body.woocommerce-page.woocommerce-account
  #primary
  .woocommerce
  li.login-nav-link
  button {
  width: auto;
  background-color: var(--secondary-color);
}
body.woocommerce-page.woocommerce-account
  #primary
  .woocommerce
  li.login-nav-link
  button::after {
  background-color: var(--primary-color);
}
body.woocommerce-page.woocommerce-account
  #primary
  .woocommerce
  li.login-nav-link.active {
  opacity: 0;
  position: absolute;
  max-width: 0;
  max-height: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
body.woocommerce-page.woocommerce-account #primary .woocommerce .u-column {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: none;
  max-width: 0;
  max-height: 0;
}
body.woocommerce-page.woocommerce-account
  #primary
  .woocommerce
  .u-column.active {
  max-width: -webkit-fill-available;
  max-height: -webkit-fill-available;
  opacity: 1;
  position: static;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
}
body.woocommerce-page.woocommerce-account
  .woocommerce-form-register
  button[type="submit"].btn.btn-primary,
body.woocommerce-page.woocommerce-account button[type="submit"] {
  width: auto;
  height: auto;
  padding: 10px 30px;
}
.woocommerce-account .form-row .password-input {
  float: left;
  width: 100%;
  position: relative;
}
.woocommerce-account .form-row .password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}
.woocommerce-account .form-row .password-input .show-password-input::after {
  content: "\f06e";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-bg-color);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.woocommerce-account
  .form-row
  .password-input
  .show-password-input.display-password::after {
  content: "\f070";
}
body.woocommerce-page.woocommerce-account .woocommerce {
  justify-content: center;
}
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > h2 {
  width: 100%;
  padding: 0 30%;
}
.woocommerce-account .woocommerce > h2 {
  margin-top: 25px;
}
body.woocommerce-page.woocommerce-lost-password .post-excerpt {
  width: 40%;
  margin: 50px auto;
}
/* New Filter */
.wc-block-product-filter-checkbox-list__item
  .wc-block-product-filter-checkbox-list__label {
  width: 100%;
}
.wc-block-product-filter-removable-chips__items
  .wc-block-product-filter-removable-chips__item {
  font-size: 14px !important;
}
:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
  font-size: 14px !important;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
  gap: 25px !important;
}
.wc-block-product-filters__overlay .wp-block-heading {
  font-size: 22px;
}
.wc-block-product-filter-checkbox-list__count {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  min-height: 28px;
  background-color: var(--dark-background);
  color: var(--secondary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
:where(.wc-block-product-filter-checkbox-list__text-wrapper):hover
  .wc-block-product-filter-checkbox-list__count {
  background-color: var(--primary-color);
  color: var(--white-color-text);
}
:where(.wc-block-product-filter-checkbox-list__text-wrapper):hover {
  color: var(--primary-color);
}
.hover-img {
  overflow: hidden;
}
.hover-img img {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
}
.hover-img:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.product-categories.product-shop-categories {
  margin-bottom: 30px;
  padding: 0 15px;
}
body .is-layout-flex {
  z-index: 1;
}
.woocommerce-cart .cart-row {
  justify-content: end;
}
/* header top slider */
.header-swiper {
  float: left;
  width: 100%;
}
.header-swiper .head-slide .swiper-wrapper {
  display: flex;
}
.swiper.head-slide:hover .marquee-content {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.header-swiper .head-slide .swiper-wrapper .header-top-swiper {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  color: var(--white-color-text);
  position: relative;
  padding-right: 18%;
  display: none;
}
.header-top-content {
  text-align: center;
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color-text);
}
.header-swiper .header-top-content {
  padding: 15px 80px;
  background: none;
  position: relative;
  width: fit-content;
}
.header-swiper .header-top-content p {
  margin: 0;
}
.header-swiper .header-top-content::after {
  content: "";
  position: absolute;
  left: auto;
  right: -4px;
  top: auto;
  bottom: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: var(--white-color-text);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.elementor-section {
  margin-bottom: 0 !important;
}

/* Header personalizado --------------------------------------------- */
/* Contenedor principal */
#masthead,
.main-footer {
  position: relative;
}

/* BEFORE = izquierda */
.main-footer::after,
#masthead::before,
#masthead::after {
  content: "";
  position: absolute;
  top: 0;
  /* transform: translateY(-50%); */

  width: 120px; /* Ajusta el tamaño */
  height: 120px;

  background-size: contain;
  background-repeat: no-repeat;

  z-index: 1;
  pointer-events: none;
}

/* Elemento izquierdo */
#masthead::before {
  background-position: left;
  left: 0;
  background-image: url("../images/graf01.jpg");
}

/* Elemento derecho */
#masthead::after {
  background-position: right;
  right: 0;
  background-image: url("../images/graf02_120.jpg");
}

/* Elemento izquierdo footer */
.main-footer::after {
  background-position: left;
  right: 0;
  background-image: url("../images/graf03_120.jpg");
}

/* Ocultar en dispositivos menores a 1024px */
@media (max-width: 1023px) {
  .main-footer::after,
  #masthead::before,
  #masthead::after {
    display: none;
  }
}
