@charset "UTF-8";
:root {
  --gallery-thumb-width: 103px;
  --header-height: 60px;
}

.dvtr_toggeable {
  position: relative;
}
.dvtr_toggeable .target {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}
.dvtr_toggeable .target:before {
  position: absolute;
  content: " ";
  display: block;
  height: 70px;
  background: -webkit-linear-gradient(bottom, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  bottom: 0;
  text-align: right;
  line-height: 50px;
  padding: 20px 10px 0px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: black;
  text-shadow: 0 0 1px #fff;
}
.dvtr_toggeable .target.open {
  max-height: 10000px !important;
  transition: max-height 0.5s ease-in-out;
}
.dvtr_toggeable .target.open:before {
  display: none;
}
.dvtr_toggeable .target + a.sf-icon-reveal {
  padding: 5px 20px;
  bottom: -10px;
}
.dvtr_toggeable .target + a.sf-icon-reveal:hover i {
  font-size: 12px;
  right: 10px;
  vertical-align: top;
  line-height: 30px;
}
.dvtr_toggeable .target + a.sf-icon-reveal.grey {
  background-color: #fff;
  color: #444;
  border: 2px solid #ddd;
}
.dvtr_toggeable .trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0px 10px 0;
  text-transform: uppercase;
}
.dvtr_toggeable .trigger i {
  font-weight: bold;
}

.hr * {
  border-color: #f1f1f1;
}

body {
  font-family: Jost, sans-serif;
}
i.accent-color {
  color: #d73232;
}

.page-heading-breadcrumbs #breadcrumbs {
  max-width: 30%;
}

.ajax-search-wrap {
  width: 500px !important;
}
@media all and (max-width: 768px) {
  .ajax-search-wrap {
    width: 300px !important;
    top: 50px !important;
  }
}

.gm-style-mtc {
  display: none;
}

.gmnoprint {
  display: none;
}
.gmnoprint > div > div > div {
  display: none;
}

.select2-results ul li.select2-results__option {
  font-size: 12px;
}
.select2-results ul li.select2-results__option.select2-results__option--highlighted {
  background-color: #d73232 !important;
}

#back-to-top {
  transition: ease all 0.3s;
}
#back-to-top:hover {
  background: #d73232;
}
div.wpcf7-mail-sent-ok {
  border-color: #d73232 !important;
}

.wpcf7 input.wpcf7-submit[type=submit]:hover {
  border-color: #881b1b !important;
  background: #d73232 !important;
}

.wpcf7-form.sent p, .wpcf7-form.sent h3 {
  display: none;
}

.modal-open #container {
  filter: none !important;
}

@media all and (max-width: 768px) {
  .summary-top .woocommerce-breadcrumb {
    max-width: 100% !important;
  }
}

.pswp__bg,
.pswp__ui--fit .pswp__top-bar,
.pswp__top-bar {
  background: rgba(255, 255, 255, 0.9) !important;
}

.pswp__counter {
  color: #000 !important;
}

.hidden {
  display: none;
}

.diffDeleted {
  background: lightcoral;
}
.diffUnmodified {
  background: #ddd;
}
.diffInserted {
  background: lightgreen;
}
.diff td {
  vertical-align: top;
  white-space: pre;
  white-space: pre-wrap;
  font-family: monospace;
}

#header .header-center-items.header-items {
  min-height: 70px;
  min-width: 750px;
}

#header .header-left-items.header-items {
  min-height: 70px;
  min-width: 240px;
}

.grecaptcha-badge {
  display: none !important;
}

img {
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

.archive #callnowbutton, .blog #callnowbutton, .single-post #callnowbutton {
  display: none !important;
}

.wp-caption-text {
  text-align: center;
}

.single-post .quick_cart {
  display: none !important;
}

.et-wishlist-counter h1 {
  display: none;
}

.header-full-width:not(.checkout-distraction-free) .top-bar .container, .header-full-width:not(.checkout-distraction-free) .site-header .container, .header-full-width .et-header-menu > li.menu-item-mega-parent > .sub-menu {
  padding-inline: 16px;
}

.page-header-transparent header#header {
  background: none;
  backdrop-filter: none;
  border: none;
}

header#header, .page-header-transparent.header_on_scroll header#header {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, #f2f2f2, transparent 50%);
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  --thickness: 4px;
}

.full-center #header .float-menu nav#main-navigation {
  text-align: left;
  max-width: 100%;
}
.full-center #header .float-menu nav#main-navigation ul.menu {
  text-align: left;
  white-space: nowrap;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li.call > a {
  color: crimson;
}
nav#main-navigation .menu ul.sub-menu li.menu-item:hover > a {
  color: crimson !important;
}

.full-center #header .float-menu nav#main-navigation ul.menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  font-weight: bold;
  padding: 0 23px;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li > a:hover {
  text-decoration: underline;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li:after {
  content: "|";
  display: inline-block;
  line-height: 100%;
  color: #ddd;
  display: none;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li:last-child:after {
  content: "";
}
.full-center #header .header-left .aux-item, .full-center #header .header-right .aux-item {
  border: none !important;
}
.full-center #header .header-right .aux-item {
  border: none;
  height: 100%;
  vertical-align: middle;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.full-center #header .header-right .aux-item .std-menu.cart-wishlist {
  margin: 0;
}
.full-center #header .header-right .aux-item > a, .full-center #header .header-right .aux-item > nav > ul > li > a {
  display: block;
  height: 75px;
  line-height: 75px;
  padding: 0 15px !important;
}
.full-center #header .header-right .aux-item > a.cart-contents, .full-center #header .header-right .aux-item > nav > ul > li > a.cart-contents {
  padding: 0 30px !important;
  border-left: 1px solid #f2f2f2;
}
.full-center #header .header-right .aux-item > a:hover i, .full-center #header .header-right .aux-item > nav > ul > li > a:hover i {
  color: #d73232 !important;
}
.full-center #header .header-right .aux-item > a.header-search-link i, .full-center #header .header-right .aux-item > nav > ul > li > a.header-search-link i {
  margin: 0;
  font-weight: bold;
  font-size: 22px !important;
}
.full-center #header .header-right .aux-item > a.header-search-link:hover i:before, .full-center #header .header-right .aux-item > nav > ul > li > a.header-search-link:hover i:before {
  content: "";
}
.is-sticky .full-center #header .header-right .aux-item > a, .is-sticky .full-center #header .header-right .aux-item > nav > ul > li > a {
  height: 55px;
  line-height: 55px;
}

.full-center #header .header-right .aux-item i[class*=sf-icon], .full-center #header .header-right .aux-item i[class*=fa-] {
  color: #444;
}
.full-center #header .header-right .aux-item i[class*=sf-icon].fa-envelope-o, .full-center #header .header-right .aux-item i[class*=fa-].fa-envelope-o {
  line-height: 55px;
}
.full-center #header .header-right .aux-item .menu-search .submit-button {
  text-transform: uppercase;
}
.full-center #header .header-right .aux-item .menu-search .submit-button:hover {
  background: #d73232 !important;
  border-color: #d73232 !important;
}
.full-center #header .header-right a.header-search-link i {
  font-size: 16px !important;
  height: auto !important;
  display: inline-block;
  vertical-align: text-top;
}
.full-center #header .header-right .account-item > a > i, .full-center #header .header-right a.contact-menu-link-dropdown-off > i, .full-center #header .header-right .wishlist-item > a > i, .full-center #header .header-right .shopping-bag-item > a > i {
  height: 14px !important;
  font-size: 22px;
  line-height: 75px;
}
.full-center #header .header-right .account-item > a > i.sf-icon-cart, .full-center #header .header-right a.contact-menu-link-dropdown-off > i.sf-icon-cart, .full-center #header .header-right .wishlist-item > a > i.sf-icon-cart, .full-center #header .header-right .shopping-bag-item > a > i.sf-icon-cart {
  color: #E3C735;
}
.full-center #header .header-right .shopping-bag-item:hover > a:after {
  right: 18px;
}
.full-center #header .header-right .shopping-bag-item > a > span.num-items {
  right: 30px;
}
.full-center #header .menu-item-desc {
  display: none;
}

.full-center #header, .full-center .float-menu, .header-split .float-menu,
.full-header-stick #header, .full-header-stick #logo, .full-header-stick .header-left, .full-header-stick .header-right,
.full-center #main-navigation ul.menu > li > a, .full-center .header-right ul.menu > li > a, .full-center nav.float-alt-menu ul.menu > li > a, .full-center .header-right div.text, .full-center #header .aux-item ul.social-icons li {
  height: 75px !important;
  line-height: 75px !important;
}
.full-center #header > i, .full-center .float-menu > i, .header-split .float-menu > i,
.full-header-stick #header > i, .full-header-stick #logo > i, .full-header-stick .header-left > i, .full-header-stick .header-right > i,
.full-center #main-navigation ul.menu > li > a > i, .full-center .header-right ul.menu > li > a > i, .full-center nav.float-alt-menu ul.menu > li > a > i, .full-center .header-right div.text > i, .full-center #header .aux-item ul.social-icons li > i {
  line-height: 75px;
}

.page-heading-breadcrumbs #breadcrumbs {
  line-height: 50px !important;
  max-width: none !important;
  text-align: right;
  font-size: 12px !important;
  display: none !important;
}

.page-heading {
  background-color: transparent !important;
}
.page-heading-breadcrumbs .heading-text {
  float: none;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 28px;
}
.page-heading-breadcrumbs .heading-text > h1 {
  padding-top: 58px;
  color: #000;
  font-size: 38px;
}

.full-center .header-4 .header-right, .full-center .header-4-alt .header-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute !important;
}
.full-center .header-4 .header-right > .aux-item, .full-center .header-4-alt .header-right > .aux-item {
  background: #fff;
}
.full-center .header-4 .header-right:before, .full-center .header-4-alt .header-right:before {
  content: " ";
  display: block;
  background: -webkit-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 30px;
  height: 100%;
  float: left;
}

.full-center .fw-header #logo {
  left: 0 !important;
}

@media all and (max-width: 768px) {
  .alt-mobile-menu .wishlist-item > a > i {
    position: absolute;
    right: 18px;
    margin-top: -5px;
  }

  #mobile-menu-wrap button[type=submit].search {
    border: 0;
    background: 0;
    font-size: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #2f2f2f;
    right: 0;
    height: 58px;
    width: 55px;
    color: #fff;
  }
  #mobile-menu-wrap ul.sub-menu li.current-menu-item > a {
    color: #eabe12 !important;
  }
}
.menu-search .submit-button {
  position: absolute;
  right: 0;
  height: 100%;
  margin: 0;
}

.mobile-header-opts ul.menu li.menu-search a.header-search-link i {
  color: #d73232 !important;
}
.mobile-header-opts ul.menu li.menu-search a.header-search-link:hover i:before {
  content: "";
}

#wds_container1_0 #wds_container2_0 .wds_slideshow_image_spun2_0 {
  /* padding-top: 3% !important;
   padding-left: 3% !important;
   padding-right: 3% !important;
   padding-bottom: calc(70px + 3%); */
}

#wds_container1_0 {
  min-height: calc(100vh - 70px);
  margin: 0;
  padding: 0;
}

.main-navigation .primary-menu > li {
  padding-left: 12px;
}
.main-navigation .primary-menu > li:first-child {
  padding-left: 0;
}
.main-navigation .primary-menu > li.current-menu-item > a {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 2px;
}
.main-navigation .primary-menu > li.menu-item-mega-parent > .sub-menu {
  width: 50%;
  background: none !important;
}
.main-navigation .primary-menu > li.menu-item-mega-parent > .sub-menu li.bold a {
  font-weight: 700;
}
.main-navigation .primary-menu > li.menu-item-mega-parent > .sub-menu:before {
  background: none;
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.79);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border: 1px solid rgba(255, 255, 255, 0.44);
}
.main-navigation .primary-menu > li > a {
  padding: 4px 10px;
}
.main-navigation .primary-menu > li > .sub-menu {
  padding-top: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 2px;
}
.main-navigation .primary-menu > li > .sub-menu > li > a[href="#"] {
  color: #d73232;
  font-size: 12px;
}
.main-navigation .primary-menu > li > .sub-menu > li .sub-menu {
  background: none !important;
}
.main-navigation .primary-menu > li > .sub-menu > li .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
}
.main-navigation .primary-menu > li > .sub-menu:before {
  background: linear-gradient(90deg, #fff, #e7e7e7);
}
.main-navigation .primary-menu > li > .sub-menu > li {
  padding: 0 16px;
}

.press-strip {
  max-width: 100%;
  padding: 18px 26px 20px;
  box-sizing: border-box;
  text-align: center;
}

.press-strip__label {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
}

.press-strip__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.press-strip__logos img {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 128px;
  object-fit: contain;
  filter: grayscale(100%) contrast(95%);
  opacity: 0.78;
  transition: all 0.3s ease-in-out;
}
.press-strip__logos img:hover {
  filter: none;
}

.press-strip__logos img {
  max-width: 180px;
}

@media (max-width: 640px) {
  .press-strip {
    width: 100%;
    padding: 18px 20px;
  }

  .press-strip__logos {
    gap: 20px;
    flex-wrap: wrap;
  }

  .press-strip__logos img {
    max-height: 28px;
  }
}
.media-strip {
  max-width: 100%;
  padding: 18px 26px 20px;
  box-sizing: border-box;
  text-align: center;
}

.media-strip__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.media-strip__logos img {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 128px;
  object-fit: contain;
  filter: grayscale(100%) contrast(95%);
  opacity: 0.78;
  transition: all 0.3s ease-in-out;
}
.media-strip__logos img:hover {
  filter: none;
}

.media-strip__logos img {
  max-width: 220px;
}

@media (max-width: 640px) {
  .media-strip {
    width: 100%;
    padding: 18px 20px;
  }

  .media-strip__logos {
    gap: 20px;
    flex-wrap: wrap;
  }

  .media-strip__logos img {
    max-height: 28px;
  }
}
/* homepage only */
#wds_container1_0 {
  min-height: calc(100vh - var(--header-height));
  max-height: 100vh;
}
@media screen and (max-width: 480px) {
  #wds_container1_0 {
    min-height: 520px !important;
    display: block;
  }
}

/* Homepage search bar target layout */
.home .search-section.hero-search {
  bottom: 110px;
  padding: 0 7.8vw;
}
.home .search-section.hero-search .hero-search__inner {
  width: min(1600px, 100%);
  min-height: 230px;
  padding: 20px 28px;
  background: linear-gradient(180deg, rgba(16, 12, 8, 0.46), rgba(12, 10, 7, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(9px) saturate(115%);
  -webkit-backdrop-filter: blur(9px) saturate(115%);
}
.home .search-section.hero-search .hero-search__row {
  grid-template-columns: minmax(520px, 1.18fr) minmax(500px, 1.02fr) minmax(150px, 0.32fr) minmax(220px, 0.44fr);
}
.home .search-section.hero-search .hero-search__ranges .woof_homepage {
  margin-top: -84px;
}
.home .search-section.hero-search .woof_container_product_cat {
  display: none !important;
}
.home .search-section.hero-search .woof_meta_slider_container {
  height: 96px !important;
  margin-bottom: 8px !important;
}
.home .search-section.hero-search .widget.widget-woof {
  height: auto !important;
  margin-bottom: 0 !important;
}
.home .search-section.hero-search .widget.widget-woof .irs {
  height: 54px;
}
.home .search-section.hero-search .widget.widget-woof .irs-line,
.home .search-section.hero-search .widget.widget-woof .irs-bar {
  top: 27px;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
}
.home .search-section.hero-search .widget.widget-woof .irs-slider {
  top: 14px;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.home .search-section.hero-search .widget.widget-woof .irs-from,
.home .search-section.hero-search .widget.widget-woof .irs-to,
.home .search-section.hero-search .widget.widget-woof .irs-single {
  top: 2px;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.home .search-section.hero-search .woof_container_inner_productpalette {
  display: none;
}
.home .search-section.hero-search .hero-search__checks .rects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 8px;
}
.home .search-section.hero-search .hero-search__checks .rects button.rect {
  min-height: 18px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .home .search-section.hero-search .hero-search__checks .rects button.rect {
    text-align: center !important;
    font-size: 16px;
  }
}
.home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin-right: 7px;
}
.home .search-section.hero-search .hero-search__colors ul {
  grid-template-columns: repeat(4, 25px);
  gap: 12px 10px;
}
.home .search-section.hero-search .hero-search__action-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home .search-section.hero-search .hero-search__submit {
  width: 214px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.search-section {
  min-height: calc(100vh - var(--header-height));
}

.home .hero-section .slider {
  position: relative;
  min-height: calc(100vh - var(--header-height));
}
.home .search-section.hero-search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 6;
  min-height: 0;
  padding: 0 34px;
}
.home .search-section.hero-search .hero-search__inner {
  width: min(1280px, 100%);
  min-height: 132px;
  margin: 0 auto;
  padding: 16px 22px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.34), rgba(10, 10, 10, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(7px) saturate(110%);
  -webkit-backdrop-filter: blur(7px) saturate(110%);
  color: #fff;
}
.home .search-section.hero-search .hero-search__group-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
}
.home .search-section.hero-search .hero-search__row {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) minmax(450px, 1.25fr);
  gap: 22px;
  margin: 0;
}
.home .search-section.hero-search .hero-search__ranges-col,
.home .search-section.hero-search .hero-search__filters-col {
  width: 100%;
  max-width: 100%;
  flex: none;
}
.home .search-section.hero-search .hero-search__filters-col > .row {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(180px, 0.55fr);
  gap: 14px;
}
.home .search-section.hero-search .hero-search__checks-col,
.home .search-section.hero-search .hero-search__colors-col {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.home .search-section.hero-search .hero-search__checks .rects-section {
  margin: 0;
}
.home .search-section.hero-search .hero-search__checks .rects {
  display: grid;
  gap: 10px;
}
.home .search-section.hero-search .hero-search__checks .rects > div {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .home .search-section.hero-search .hero-search__checks .rects > div:empty {
    display: none;
  }
}
.home .search-section.hero-search .hero-search__checks .rects button.rect {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home .search-section.hero-search .hero-search__checks .rects button.rect:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}
.home .search-section.hero-search .hero-search__checks .rects button.rect strong,
.home .search-section.hero-search .hero-search__checks .rects button.rect span {
  letter-spacing: 0.03em;
}
.home .search-section.hero-search .hero-search__colors ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .search-section.hero-search .hero-search__ranges .filters-wrapper {
  margin: 0 !important;
}
.home .search-section.hero-search .hero-search__ranges .woof_submit_search_form_container {
  margin-top: 10px;
}
.home .search-section.hero-search .hero-search__ranges .button,
.home .search-section.hero-search .hero-search__ranges button,
.home .search-section.hero-search .hero-search__ranges input[type=submit] {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 991px) {
  .home .hero-section .slider {
    min-height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .home .hero-section .slider {
    background: #000;
    min-height: 100vh;
    min-height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 991px) {
  .hero-section .slider-content {
    position: static;
    pointer-events: auto;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search {
    position: static;
    padding: 16px;
  }
  .home .search-section.hero-search .hero-search__inner {
    background: #111;
    border-color: #222;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .home .search-section.hero-search .hero-search__row {
    display: block;
  }
  .home .search-section.hero-search .hero-search__filters-col > .row {
    display: block;
  }
  .home .search-section.hero-search .hero-search__checks-col {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .hero-section {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
  }
  .hero-section .slider-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
  }
  .hero-section .slider-content .slider-section,
.hero-section .slider-content .search-section {
    pointer-events: auto;
  }

  .page-header-transparent .header-spacer {
    position: absolute;
  }
}
.home .woof_block_html_items .advanced_filter {
  display: none !important;
}
.home .header-right-items {
  margin-right: 60px;
}
.home .header-left-items, .home .header-right-items {
  width: 25%;
}
.home .header-center-items {
  width: 50%;
}

.slider-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .slider-section {
    margin-top: 30px;
  }
}
.slider-section .bg .container {
  position: relative;
}
.slider-section .bg .container .slider-text {
  text-align: center;
  max-height: 56px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .slider-section .bg .container .slider-text {
    width: 100%;
    right: 0;
    margin: 0;
    top: 0;
  }
}
.slider-section .bg .container .slider-text h1 {
  font-size: 28px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 36px;
  font-weight: 400;
  font-style: normal;
}
.slider-section .bg .container .slider-text .text {
  font-size: 16px;
  line-height: 1.6;
}
.slider-section .bg .container .slider-text .phone a {
  font-size: 48px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .slider-section .top-categories .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.slider-section .top-categories .category {
  float: left;
  padding: 0px 12px 6px 0px;
}
.slider-section .top-categories .category a {
  display: block;
  position: relative;
  position: relative;
  display: block;
}
.slider-section .top-categories .category a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  display: block;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.slider-section .top-categories .category a:hover:before {
  opacity: 0;
}
.slider-section .top-categories .category a img {
  width: 150px;
  height: 150px;
  display: block;
  border: 1px solid #000;
}
.slider-section .top-categories .category a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
}

.filters-wrapper .shop-by-color {
  border: 1px solid #A4A4A4;
  padding: 20px 0px 0px 0px;
  margin-bottom: 9px;
}
.filters-wrapper .shop-by-color > h2, .filters-wrapper .shop-by-color > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.filters-wrapper .shop-by-color .colors {
  margin-left: -8px;
  margin-right: -8px;
  margin: 0 -20px;
  padding: 20px 0 13px;
  text-align: center;
}
.filters-wrapper .shop-by-color .colors:before {
  content: " ";
  display: table;
}
.filters-wrapper .shop-by-color .colors:after {
  content: " ";
  display: table;
  clear: both;
}
.filters-wrapper .shop-by-color .colors .color {
  margin: 0;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .filters-wrapper .shop-by-color .colors .color {
    margin: 5px 7px;
  }
}
.filters-wrapper .shop-by-color .colors .color a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.filters-wrapper .shop-by-color .colors .color a:hover {
  border-color: #d73232;
}
.filters-wrapper .filters-sizes {
  padding: 0;
  margin-bottom: 20px;
}
.filters-wrapper .filters-sizes > h2, .filters-wrapper .filters-sizes > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
}
.filters-wrapper .filters-sizes .d-flex-filters {
  width: 100%;
  padding: 0;
  display: block;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .width-filter {
  padding-right: 0;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn {
  text-align: center;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn {
  padding: 5px 10px;
  border: 1px solid #000;
  background: white;
  color: #231f20;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 12px;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn:hover {
  background: #1f1f1f;
  color: #fff;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn:hover {
  background: #fff;
  color: #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .width-filter .h4, .filters-wrapper .filters-sizes .d-flex-filters .sliders-container .length-filter .h4 {
  margin-top: -22px !important;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .slider-container {
  margin-top: 20px;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider-handle {
  background: #fff;
  border: 1px solid #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider-selection.tick-slider-selection {
  background: #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider.slider-horizontal .slider-track {
  height: 3px;
}
.filters-wrapper button.filter-button {
  padding: 5px 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
  background: #d73232 !important;
  margin-inline: auto;
}
.filters-wrapper .woof_container_product_cat {
  clear: both;
  display: block;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories {
  margin-left: -8px;
  margin-right: -8px;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories:before {
  content: " ";
  display: table;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories:after {
  content: " ";
  display: table;
  clear: both;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .target {
  max-height: 0px;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger {
  position: static;
  /* text-align: center; */
  margin: 0 auto;
  width: 130px;
  display: block;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #000;
  padding: 17px 0px;
  font-weight: bold;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger > i {
  display: none !important;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger:hover > span {
  transform: none !important;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox {
  display: flex;
  list-style: none;
  flex-direction: column;
  max-height: 200px;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox {
    max-height: 240px;
  }
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox .woof_childs_list_opener {
  display: none;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox li {
  width: 33.33%;
  margin: 0 !important;
}
@media all and (max-width: 768px) {
  .filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox li {
    width: 33.3%;
  }
}

.region-section {
  margin-bottom: 40px;
  clear: both;
}
.region-section > h2, .region-section > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 36px;
}
.region-section .region {
  background-size: 100% auto;
}
.region-section .region a {
  display: block;
  height: 340px;
  position: relative;
}
.region-section .region a h2.title, .region-section .region a span.title {
  position: absolute;
  top: 140px;
  background: #00000085;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding: 30px;
}
.region-section ul.subregions {
  background: #545454;
  margin-top: 5px;
  padding: 5px 3px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
}
.region-section ul.subregions li {
  display: inline;
  color: #fff;
}
.region-section ul.subregions li a {
  color: #fff;
  font-weight: bold;
}
.region-section ul.subregions li a:hover {
  text-decoration: underline;
}
.region-section ul.subregions li::after {
  content: "|";
  color: #ddd;
  padding: 0 5px;
  color: #b9b9b9;
}
.region-section ul.subregions li:last-child::after {
  display: none;
}

.rects-section {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.rects-section > h2, .rects-section > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 0;
}
.rects-section .rects {
  display: flex;
  flex-flow: wrap row;
}
.rects-section .rects .rect {
  border: none;
  background: none;
  width: calc(100% / 7);
  width: 100%;
  cursor: pointer;
  text-align: left;
  margin-bottom: 8px;
}
.rects-section .rects .rect .fa-fw {
  padding-right: 10px;
  color: #e3e3e3;
}
.rects-section .rects .rect .fa-fw:before {
  content: "";
}
.rects-section .rects .rect.is-selected .fa-fw:before {
  content: "";
  color: #d73232;
}
.rects-section .rects .rect:nth-of-type(7) {
  margin-bottom: 20ps !important;
}
.rects-section .rects .rect h4, .rects-section .rects .rect span.title {
  color: #222222;
  display: block;
  text-align: left;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.rects-section .rects .rect a {
  position: relative;
  display: block;
}
.rects-section .rects .rect a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  display: block;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.rects-section .rects .rect a:hover:before {
  opacity: 0;
}
.rects-section .rects .rect a:hover {
  text-decoration: underline;
}
.rects-section .rects .rect a img {
  display: none;
  width: 140px;
  height: 140px;
  border: 1px solid #000;
}

.post-content.entry-content .articles-section, .home .articles-section {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.2 !important;
}
.post-content.entry-content .articles-section p, .home .articles-section p {
  font-size: 14px;
  margin-bottom: 10px;
}

.articles-section {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.2 !important;
}
.articles-section p {
  font-size: 14px;
  margin-bottom: 10px;
}
.articles-section > h2, .articles-section > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
}
.articles-section .article {
  margin-top: 10px;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  .articles-section .article {
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.articles-section .article .title {
  displaY: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.articles-section .article .title a.readmore-hp {
  overflow: hidden;
  display: block;
  font-size: 14px;
}
.articles-section .article .image img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  max-height: 200px;
}
.articles-section .article h2, .articles-section .article h3 {
  font-size: 1.3rem;
  display: block;
  text-transform: none;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .articles-section .article h2, .articles-section .article h3 {
    line-height: 100%;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.articles-section .article p {
  max-height: 130px;
  font-size: 14px;
}
.articles-section .article p:before {
  content: "";
  height: 20px;
  line-height: 20px;
  padding: 20px 10px 0px 0;
}

.home-text-section + .articles-section {
  margin-top: 0;
}

.home .seo-insights {
  margin: 18px auto 22px;
  padding: 0;
  clear: both;
}
.home .seo-insights .seo-insights__container {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #ebebeb;
}
.home .seo-insights.seo-insights--has-posts .seo-insights__container {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.55fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}
@media screen and (max-width: 480px) {
  .home .seo-insights.seo-insights--has-posts .seo-insights__container {
    grid-template-columns: 1fr;
  }
}
.home .seo-insights .seo-insights__eyebrow {
  margin: 0 0 6px;
  color: #777777;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
}
.home .seo-insights .seo-insights__title {
  margin: 0 0 8px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.08;
  text-align: left;
  text-transform: none;
}
.home .seo-insights .seo-insights__title a {
  color: #111;
  text-decoration: none;
}
.home .seo-insights .seo-insights__title a:hover {
  text-decoration: underline;
}
.home .seo-insights .seo-insights__copy {
  max-width: 430px;
  color: #525252;
  font-size: 12px;
  line-height: 1.45;
}
.home .seo-insights .seo-insights__copy p {
  margin: 0 0 6px;
  font-size: inherit;
  line-height: inherit;
}
.home .seo-insights .seo-insights__copy p:last-child {
  margin-bottom: 0;
}
.home .seo-insights .seo-insights__posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
.home .seo-insights .seo-insights__post {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
.home .seo-insights .seo-insights__post-body {
  align-items: center;
  /* justify-content: center; */
  display: flex;
}
.home .seo-insights .seo-insights__thumb {
  display: block;
  width: 58px;
  height: 46px;
  overflow: hidden;
  background: #f3f0eb;
}
.home .seo-insights .seo-insights__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.home .seo-insights .seo-insights__post-title {
  display: block;
  margin: 0 0 3px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
  text-transform: none;
}
.home .seo-insights .seo-insights__post-title a {
  color: #171717;
  text-decoration: none;
}
.home .seo-insights .seo-insights__post-title a:hover {
  text-decoration: underline;
}
.home .seo-insights .seo-insights__excerpt {
  display: -webkit-box;
  max-height: none;
  overflow: hidden;
  color: #6f6f6f;
  font-size: 11px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .seo-insights .seo-insights__excerpt:before {
  display: none;
}

@media screen and (max-width: 991px) {
  .home .seo-insights .seo-insights__container {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home .seo-insights .seo-insights__copy {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .home .seo-insights {
    margin-top: 14px;
  }
  .home .seo-insights .seo-insights__container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .home .seo-insights .seo-insights__posts {
    grid-template-columns: 1fr;
  }
}
.home .homepage-text-container {
  margin-top: 0;
  margin-bottom: 24px;
}

.home .homepage-text-wrap {
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .hero-section .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .home .search-section.hero-search {
    margin: 0 !important;
    overflow: hidden;
  }
  .home .search-section.hero-search .hero-search__inner {
    background: rgba(0, 0, 0, 0.69) !important;
  }

  .mobile-header-icons .quick_wishlist.icon {
    display: none;
  }
}
.home .homepage-text {
  margin: 0 auto;
  padding: 18px 0 6px;
  border-bottom: 1px solid #eeeeee;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.52;
  text-align: justify;
}
.home .homepage-text aside {
  max-width: 880px;
  margin: 0 0 10px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}
.home .homepage-text p {
  margin: 0 0 9px;
  font-size: inherit;
  line-height: inherit;
}
.home .homepage-text p:last-child {
  margin-bottom: 0;
}
.home .homepage-text a {
  color: #2b2b2b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.home .homepage-text a:hover {
  color: #000000;
}

@media screen and (min-width: 992px) {
  .home .homepage-text {
    column-count: 2;
    column-gap: 54px;
  }
  .home .homepage-text aside,
.home .homepage-text p {
    break-inside: avoid;
  }
}
@media screen and (max-width: 640px) {
  .home .homepage-text {
    padding-top: 14px;
    font-size: 12px;
    line-height: 1.48;
  }
  .home .homepage-text aside {
    font-size: 13px;
  }
}
.home .main-content {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .home .main-content {
    display: none;
  }
}
.home .main-content .wp-block-image img {
  width: 100%;
}

.above-footer-section .celebrities, .above-footer-section .press-media {
  margin-bottom: 40px;
  display: block;
}
.above-footer-section .celebrities h2, .above-footer-section .celebrities span.title, .above-footer-section .press-media h2, .above-footer-section .press-media span.title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  text-align: left;
}
.above-footer-section .celebrities img, .above-footer-section .press-media img {
  max-width: 100%;
}
.above-footer-section .top-categories-boxes .category {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.above-footer-section .top-categories-boxes .category h2, .above-footer-section .top-categories-boxes .category span.title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 36px;
  font-style: normal;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  margin-bottom: 2px;
  text-align: center;
}
.above-footer-section .top-categories-boxes .category .description {
  padding: 10px 15px;
  border: 1px solid #A4A4A4;
  text-align: center;
  line-height: 1.8;
  max-height: 150px;
  position: relative;
}
.above-footer-section .top-categories-boxes .category .description .target {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}
.above-footer-section .top-categories-boxes .category .description .target:before {
  position: absolute;
  content: " ";
  display: block;
  height: 70px;
  background: -webkit-linear-gradient(bottom, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  bottom: 0;
  text-align: right;
  line-height: 50px;
  padding: 20px 10px 0px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: black;
  text-shadow: 0 0 1px #fff;
}
.above-footer-section .top-categories-boxes .category .description .target.open {
  max-height: 10000px !important;
  transition: max-height 0.5s ease-in-out;
}
.above-footer-section .top-categories-boxes .category .description .target.open:before {
  display: none;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal {
  padding: 5px 20px;
  bottom: -10px;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal:hover i {
  font-size: 12px;
  right: 10px;
  vertical-align: top;
  line-height: 30px;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal.grey {
  background-color: #fff;
  color: #444;
  border: 2px solid #ddd;
}
.above-footer-section .top-categories-boxes .category .description .trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0px 10px 0;
  text-transform: uppercase;
}
.above-footer-section .top-categories-boxes .category .description .trigger i {
  font-weight: bold;
}
.above-footer-section .top-categories-boxes .category .description p {
  overflow: hidden;
  max-height: 165px;
}
.above-footer-section .top-categories-boxes .category .description p:before {
  content: "";
}
.above-footer-section .top-categories-boxes .category .description .target {
  max-height: 130px;
}
.above-footer-section .top-categories-boxes .readmore-hp {
  z-index: 9999;
  border: 1px solid #000;
  background: white;
  color: #231f20;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  margin-top: -15px;
  position: relative;
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.above-footer-section .top-categories-boxes .readmore-hp:hover {
  background: #1f1f1f;
  color: #fff;
}
.above-footer-section .top-categories-boxes .readmore-hp:hover {
  background: #fff;
  color: #000;
}

.home h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.frontpage-section {
  margin-bottom: 30px;
}

.search-section, .shop-sidebar {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .search-section, .shop-sidebar {
    margin-top: 0;
  }
  .search-section:before, .shop-sidebar:before {
    display: none;
  }
}
.search-section .nav-pills, .shop-sidebar .nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-flow: row;
  justify-content: center;
}
.search-section .nav-pills > li, .shop-sidebar .nav-pills > li {
  display: block;
  padding: 30px 50px;
}
@media screen and (max-width: 480px) {
  .search-section .nav-pills > li, .shop-sidebar .nav-pills > li {
    width: 100%;
    padding: 10px;
  }
}
.search-section .nav-pills > li.active a, .shop-sidebar .nav-pills > li.active a {
  border-bottom-color: #d73232;
  color: #d73232;
}
.search-section .nav-pills > li.active a:hover, .search-section .nav-pills > li.active a:focus, .shop-sidebar .nav-pills > li.active a:hover, .shop-sidebar .nav-pills > li.active a:focus {
  background: none;
}
.search-section .nav-pills > li a, .shop-sidebar .nav-pills > li a {
  font-weight: bold;
  background: transparent;
  border-bottom: 3px solid #ddd;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .search-section .nav-pills > li a, .shop-sidebar .nav-pills > li a {
    padding: 10px;
    border: none;
    display: block;
  }
}
.search-section .nav-pills > li a:hover, .search-section .nav-pills > li a:focus, .shop-sidebar .nav-pills > li a:hover, .shop-sidebar .nav-pills > li a:focus {
  background: none;
}
.search-section #bysize, .search-section #bystyle, .shop-sidebar #bysize, .shop-sidebar #bystyle {
  padding: 0px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .search-section #bysize, .search-section #bystyle, .shop-sidebar #bysize, .shop-sidebar #bystyle {
    overflow: unset;
  }
}
.search-section #bysize .shop-by-size, .search-section #bystyle .shop-by-size, .shop-sidebar #bysize .shop-by-size, .shop-sidebar #bystyle .shop-by-size {
  padding: 20px 8px 10px 8px;
  margin-bottom: 20px;
}
.search-section #bysize .shop-by-size > h2, .search-section #bysize .shop-by-size > .section-title, .search-section #bystyle .shop-by-size > h2, .search-section #bystyle .shop-by-size > .section-title, .shop-sidebar #bysize .shop-by-size > h2, .shop-sidebar #bysize .shop-by-size > .section-title, .shop-sidebar #bystyle .shop-by-size > h2, .shop-sidebar #bystyle .shop-by-size > .section-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.search-section #bysize .shop-by-size > h2, .search-section #bystyle .shop-by-size > h2, .shop-sidebar #bysize .shop-by-size > h2, .shop-sidebar #bystyle .shop-by-size > h2 {
  line-height: 36px;
}
.search-section #bysize .shop-by-size .sizes, .search-section #bystyle .shop-by-size .sizes, .shop-sidebar #bysize .shop-by-size .sizes, .shop-sidebar #bystyle .shop-by-size .sizes {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.search-section #bysize .shop-by-size .sizes:before, .search-section #bystyle .shop-by-size .sizes:before, .shop-sidebar #bysize .shop-by-size .sizes:before, .shop-sidebar #bystyle .shop-by-size .sizes:before {
  content: " ";
  display: table;
}
.search-section #bysize .shop-by-size .sizes:after, .search-section #bystyle .shop-by-size .sizes:after, .shop-sidebar #bysize .shop-by-size .sizes:after, .shop-sidebar #bystyle .shop-by-size .sizes:after {
  content: " ";
  display: table;
  clear: both;
}
.search-section #bysize .shop-by-size .sizes .size, .search-section #bystyle .shop-by-size .sizes .size, .shop-sidebar #bysize .shop-by-size .sizes .size, .shop-sidebar #bystyle .shop-by-size .sizes .size {
  float: left;
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .search-section #bysize .shop-by-size .sizes .size, .search-section #bystyle .shop-by-size .sizes .size, .shop-sidebar #bysize .shop-by-size .sizes .size, .shop-sidebar #bystyle .shop-by-size .sizes .size {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .search-section #bysize .shop-by-size .sizes .size, .search-section #bystyle .shop-by-size .sizes .size, .shop-sidebar #bysize .shop-by-size .sizes .size, .shop-sidebar #bystyle .shop-by-size .sizes .size {
    width: 50%;
  }
}
.search-section #bysize .shop-by-size .sizes .size img, .search-section #bystyle .shop-by-size .sizes .size img, .shop-sidebar #bysize .shop-by-size .sizes .size img, .shop-sidebar #bystyle .shop-by-size .sizes .size img {
  display: block;
  margin: 0 auto;
}
.search-section #bysize .filters-wrapper, .search-section #bystyle .filters-wrapper, .shop-sidebar #bysize .filters-wrapper, .shop-sidebar #bystyle .filters-wrapper {
  padding-top: 65px;
}
@media screen and (max-width: 480px) {
  .search-section #bysize .filters-wrapper, .search-section #bystyle .filters-wrapper, .shop-sidebar #bysize .filters-wrapper, .shop-sidebar #bystyle .filters-wrapper {
    padding-top: 10px;
  }
}
.search-section #bysize .widget.widget-woof .irs-grid-pol, .search-section #bystyle .widget.widget-woof .irs-grid-pol, .shop-sidebar #bysize .widget.widget-woof .irs-grid-pol, .shop-sidebar #bystyle .widget.widget-woof .irs-grid-pol {
  height: 15px;
}
.search-section #bysize .widget.widget-woof .irs-grid-text, .search-section #bystyle .widget.widget-woof .irs-grid-text, .shop-sidebar #bysize .widget.widget-woof .irs-grid-text, .shop-sidebar #bystyle .widget.widget-woof .irs-grid-text {
  font-size: 13px;
  bottom: -5px;
}
.search-section #bysize .widget.widget-woof .irs-grid, .search-section #bystyle .widget.widget-woof .irs-grid, .shop-sidebar #bysize .widget.widget-woof .irs-grid, .shop-sidebar #bystyle .widget.widget-woof .irs-grid {
  bottom: -20px;
}
.search-section #bysize .widget.widget-woof .irs-min, .search-section #bysize .widget.widget-woof .irs-max, .search-section #bystyle .widget.widget-woof .irs-min, .search-section #bystyle .widget.widget-woof .irs-max, .shop-sidebar #bysize .widget.widget-woof .irs-min, .shop-sidebar #bysize .widget.widget-woof .irs-max, .shop-sidebar #bystyle .widget.widget-woof .irs-min, .shop-sidebar #bystyle .widget.widget-woof .irs-max {
  font-size: 18px;
  padding: 7px;
  top: -10px;
}
.search-section #bysize .widget.widget-woof .irs-bar, .search-section #bystyle .widget.widget-woof .irs-bar, .shop-sidebar #bysize .widget.widget-woof .irs-bar, .shop-sidebar #bystyle .widget.widget-woof .irs-bar {
  background: #d3d3d3;
  height: 2px;
}
.search-section #bysize .widget.widget-woof .irs-line, .search-section #bystyle .widget.widget-woof .irs-line, .shop-sidebar #bysize .widget.widget-woof .irs-line, .shop-sidebar #bystyle .widget.widget-woof .irs-line {
  background: #d3d3d3;
  height: 2px;
}
.search-section #bysize .widget.widget-woof .woof_block_html_items, .search-section #bystyle .widget.widget-woof .woof_block_html_items, .shop-sidebar #bysize .widget.widget-woof .woof_block_html_items, .shop-sidebar #bystyle .widget.widget-woof .woof_block_html_items {
  padding-top: 30px;
}
.search-section #bysize .widget.widget-woof .irs-slider, .search-section #bystyle .widget.widget-woof .irs-slider, .shop-sidebar #bysize .widget.widget-woof .irs-slider, .shop-sidebar #bystyle .widget.widget-woof .irs-slider {
  top: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-width: 2px;
}
.search-section #bysize .widget.widget-woof .irs-slider.to, .search-section #bystyle .widget.widget-woof .irs-slider.to, .shop-sidebar #bysize .widget.widget-woof .irs-slider.to, .shop-sidebar #bystyle .widget.widget-woof .irs-slider.to {
  border-color: #d73232;
}
.search-section #bysize .widget.widget-woof .irs-from, .search-section #bysize .widget.widget-woof .irs-to, .search-section #bysize .widget.widget-woof .irs-single, .search-section #bystyle .widget.widget-woof .irs-from, .search-section #bystyle .widget.widget-woof .irs-to, .search-section #bystyle .widget.widget-woof .irs-single, .shop-sidebar #bysize .widget.widget-woof .irs-from, .shop-sidebar #bysize .widget.widget-woof .irs-to, .shop-sidebar #bysize .widget.widget-woof .irs-single, .shop-sidebar #bystyle .widget.widget-woof .irs-from, .shop-sidebar #bystyle .widget.widget-woof .irs-to, .shop-sidebar #bystyle .widget.widget-woof .irs-single {
  padding: 7px 15px;
  font-size: 20px;
  top: -30px;
}
.search-section #bysize .widget.widget-woof .filter-button, .search-section #bystyle .widget.widget-woof .filter-button, .shop-sidebar #bysize .widget.widget-woof .filter-button, .shop-sidebar #bystyle .widget.widget-woof .filter-button {
  background: black;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 17px 35px;
  font-weight: bold;
}
.search-section #bysize .widget.widget-woof .irs-handle, .search-section #bystyle .widget.widget-woof .irs-handle, .shop-sidebar #bysize .widget.widget-woof .irs-handle, .shop-sidebar #bystyle .widget.widget-woof .irs-handle {
  background: #444;
  border: none;
  box-shadow: none;
  top: 20px;
}
.search-section #bysize .ajax-search-form, .search-section #bystyle .ajax-search-form, .shop-sidebar #bysize .ajax-search-form, .shop-sidebar #bystyle .ajax-search-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .search-section #bysize .ajax-search-form, .search-section #bystyle .ajax-search-form, .shop-sidebar #bysize .ajax-search-form, .shop-sidebar #bystyle .ajax-search-form {
    padding: 20px 0;
  }
}
.search-section #bysize .ajax-search-form input.noajax, .search-section #bystyle .ajax-search-form input.noajax, .shop-sidebar #bysize .ajax-search-form input.noajax, .shop-sidebar #bystyle .ajax-search-form input.noajax {
  padding: 10px 50px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 24px !important;
}
.search-section #bysize .ajax-search-form .submit-button, .search-section #bystyle .ajax-search-form .submit-button, .shop-sidebar #bysize .ajax-search-form .submit-button, .shop-sidebar #bystyle .ajax-search-form .submit-button {
  background: black;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 17px 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  margin: 0 auto;
  display: block;
}

.main-categories-section {
  background: #F5F6F8;
  padding-bottom: 30px;
}
.main-categories-section h2 {
  padding: 50px 0;
  font-weight: bold;
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  color: #000;
}
.main-categories-section .categories {
  margin-bottom: 0;
  list-style: none;
}
.main-categories-section .categories li .thumb {
  display: block;
  position: relative;
}
.main-categories-section .categories li .thumb a {
  display: block;
  width: 100%;
}
.main-categories-section .categories .name, .main-categories-section .categories .mobile {
  text-transform: uppercase;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .main-categories-section .categories .name, .main-categories-section .categories .mobile {
    display: none;
  }
}
.main-categories-section .categories .name:hover, .main-categories-section .categories .mobile:hover {
  color: #d73232;
}
.main-categories-section .categories .mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .main-categories-section .categories .mobile {
    display: block;
    padding: 15px 0;
  }
}

.home-text-section {
  padding-bottom: 40px;
  padding-top: 30px;
}
.home-text-section h3 {
  padding: 50px 0;
  font-weight: bold;
  text-align: center;
  font-size: 34px !important;
  text-transform: uppercase;
  color: #000;
}
.home-text-section .page-description {
  column-count: 3;
  column-gap: 50px;
}
@media screen and (max-width: 480px) {
  .home-text-section .page-description {
    column-count: 1;
  }
}
.home-text-section .page-description p {
  font-size: 16px;
  margin-bottom: 20px;
}

.swift-slider .caption-title {
  color: #d73232 !important;
  padding-bottom: 100px;
  text-transform: uppercase;
  font-size: 60px !important;
}
@media screen and (max-width: 480px) {
  .swift-slider .caption-title {
    font-size: 24px !important;
  }
}
.swift-slider a.sf-button.stroke-to-fill {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
  padding: 13px 50px;
  font-weight: normal;
}
.swift-slider .caption-excerpt {
  text-align: center;
}
.swift-slider .sf-button.accent:hover {
  background-color: #d73232;
  color: #000 !important;
  border-color: #000;
}

/* Final homepage hero-search layout override.
 * Kept at the end so legacy WOOF/search-section styles cannot stretch the panel.
 */
@media screen and (min-width: 992px) {
  .home .search-section.hero-search {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 120px !important;
    z-index: 6;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 clamp(40px, 7.8vw, 150px) !important;
    overflow: visible !important;
  }

  .home .search-section.hero-search .hero-search__inner {
    width: min(1600px, 100%) !important;
    height: auto !important;
    min-height: 196px !important;
    margin: 0 auto !important;
    padding: 18px 28px 18px !important;
    color: #fff;
    background: linear-gradient(180deg, rgba(17, 12, 8, 0.46), rgba(14, 11, 8, 0.34)) !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.34) !important;
    backdrop-filter: blur(9px) saturate(115%);
    -webkit-backdrop-filter: blur(9px) saturate(115%);
  }

  .home .search-section.hero-search .hero-search__row {
    display: grid !important;
    grid-template-columns: minmax(370px, 1.18fr) minmax(310px, 0.95fr) minmax(100px, 0.28fr) minmax(170px, 0.38fr) !important;
    gap: clamp(18px, 1.45vw, 28px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .home .woof_redraw_zone .woof_block_html_items > label.woof_wcga_label_hide + input.woof_metarange_slider {
    display: none;
  }

  .home .search-section.hero-search .hero-search__group-title {
    margin: 0 0 25px !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.34em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
  }

  .home .search-section.hero-search .hero-search__ranges-col,
.home .search-section.hero-search .hero-search__checks-col,
.home .search-section.hero-search .hero-search__colors-col,
.home .search-section.hero-search .hero-search__action-col {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .home .search-section.hero-search #bysize,
.home .search-section.hero-search .hero-search__ranges,
.home .search-section.hero-search .filters-wrapper,
.home .search-section.hero-search .filters-sizes,
.home .search-section.hero-search .woof_homepage,
.home .search-section.hero-search .widget.widget-woof {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .home .search-section.hero-search .woof_container_product_cat,
.home .search-section.hero-search .woof_submit_search_form_container {
    display: none !important;
  }

  .home .search-section.hero-search .woof_meta_slider_container {
    float: none !important;
    width: 100% !important;
    height: 72px !important;
    min-height: 0 !important;
    margin: 0 0 6px !important;
    padding: 0 0 0 58px !important;
    position: relative;
  }

  .home .search-section.hero-search .woof_meta_slider_container h4 {
    position: static !important;
    margin: 0 0 5px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.24em !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .home .search-section.hero-search .woof_block_html_items {
    height: 52px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .home .search-section.hero-search .irs {
    height: 52px !important;
  }

  .home .search-section.hero-search .irs-line,
.home .search-section.hero-search .irs-bar {
    top: 28px !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.5) !important;
  }

  .home .search-section.hero-search .irs-grid {
    bottom: -1px !important;
  }

  .home .search-section.hero-search .irs-grid-pol {
    height: 8px !important;
    background: rgba(255, 255, 255, 0.35) !important;
  }

  .home .search-section.hero-search .irs-grid-text {
    bottom: 0 !important;
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 10px !important;
  }

  .home .search-section.hero-search .irs-min,
.home .search-section.hero-search .irs-max,
.home .search-section.hero-search .irs-from,
.home .search-section.hero-search .irs-to,
.home .search-section.hero-search .irs-single {
    top: -14px !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .home .search-section.hero-search .irs-slider,
.home .search-section.hero-search .irs-handle {
    top: 15px !important;
    width: 26px !important;
    height: 26px !important;
    background: #fff !important;
    border: 3px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.34) !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    justify-content: start !important;
    column-gap: clamp(34px, 4.6vw, 72px) !important;
    row-gap: 8px !important;
    margin: 0 !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect {
    min-height: 40px !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    text-align: left !important;
    margin: 0;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw {
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    padding: 0 !important;
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 2px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: transparent !important;
    line-height: 14px !important;
    text-align: center !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw:before {
    content: "" !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect.is-selected .fa-fw {
    background: #fff !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect.is-selected .fa-fw:before {
    content: "" !important;
    color: #111 !important;
  }

  .home .search-section.hero-search .hero-search__colors ul {
    display: grid !important;
    grid-template-columns: repeat(4, 26px) !important;
    gap: 12px 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .home .search-section.hero-search .hero-search__colors li {
    margin: 0 !important;
  }

  .home .search-section.hero-search .hero-search__colors button {
    width: 32px !important;
    height: 32px !important;
    aspect-ratio: 1/1 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
  }

  .home .search-section.hero-search .hero-search__action-col {
    display: flex !important;
    justify-content: center !important;
  }

  .home .search-section.hero-search .button.reset {
    width: 200px !important;
    height: 58px !important;
    border-radius: 999px !important;
    color: #111 !important;
    background: rgba(178, 149, 149, 0.95) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
  }

  .home .search-section.hero-search .hero-search__submit {
    width: 200px !important;
    height: 58px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .home .search-section.hero-search {
    padding: 0 !important;
  }

  .home .search-section.hero-search .hero-search__inner {
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 30px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .home .search-section.hero-search .hero-search__row {
    grid-template-columns: minmax(360px, 1.2fr) minmax(300px, 0.95fr) minmax(140px, 0.45fr) !important;
    gap: 22px !important;
  }

  .home .search-section.hero-search .hero-search__action-col {
    grid-column: 3;
    align-self: end !important;
    margin-top: 14px !important;
  }

  .home .search-section.hero-search .hero-search__submit {
    width: 100% !important;
    max-width: 190px !important;
    height: 56px !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .home .search-section.hero-search .hero-search__ranges-col,
.home .search-section.hero-search .hero-search__checks-col,
.home .search-section.hero-search .hero-search__colors-col,
.home .search-section.hero-search .hero-search__action-col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .home .search-section.hero-search .hero-search__ranges .filters-wrapper,
.home .search-section.hero-search .woof_homepage,
.home .search-section.hero-search .widget.widget-woof {
    margin: 0 !important;
    padding: 0 !important;
  }

  .home .search-section.hero-search .woof_container_product_cat,
.home .search-section.hero-search .woof_submit_search_form_container {
    display: none !important;
  }

  .home .search-section.hero-search .woof_meta_slider_container {
    float: none !important;
    width: 100% !important;
    height: 82px !important;
    margin: 0 0 14px !important;
    padding: 0 48px !important;
  }

  .home .search-section.hero-search .woof_block_html_items,
.home .search-section.hero-search .irs {
    height: 56px !important;
    padding: 0 !important;
  }

  .home .search-section.hero-search .irs-min,
.home .search-section.hero-search .irs-max,
.home .search-section.hero-search .irs-from,
.home .search-section.hero-search .irs-to,
.home .search-section.hero-search .irs-single {
    top: -12px !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
  }

  .home .search-section.hero-search .irs-line,
.home .search-section.hero-search .irs-bar {
    top: 28px !important;
  }

  .home .search-section.hero-search .irs-slider,
.home .search-section.hero-search .irs-handle {
    top: 15px !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px 24px !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect {
    min-height: 20px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 13px !important;
    text-align: left !important;
  }

  .home .search-section.hero-search .hero-search__colors ul {
    display: grid !important;
    grid-template-columns: repeat(6, 30px) !important;
    gap: 12px !important;
  }

  .home .search-section.hero-search .hero-search__colors button {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    aspect-ratio: 1/1 !important;
    line-height: 1 !important;
  }

  .home .search-section.hero-search .hero-search__submit {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
  }
}
.shop-container .category_description {
  max-width: 980px;
  margin-top: 28px;
  margin-bottom: 34px;
  padding-right: 0;
  padding-left: 0;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.42;
}
.shop-container .category_description article,
.shop-container .category_description article > .container {
  max-width: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.shop-container .category_description h2 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  color: #111;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.14;
}
.shop-container .category_description h3 {
  margin: 22px 0 8px;
  color: #171717;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.18;
}
.shop-container .category_description p,
.shop-container .category_description li {
  font-size: inherit;
  line-height: inherit;
}
.shop-container .category_description p {
  margin-bottom: 10px;
}
.shop-container .category_description ul,
.shop-container .category_description ol {
  margin: 8px 0 14px 20px;
}
.shop-container .category_description li {
  margin-bottom: 4px;
}
.shop-container .category_description .category_faq {
  max-width: none;
  margin: 28px auto 0;
  text-align: left;
}
.shop-container .category_description .category_faq h2 {
  margin-bottom: 6px;
  text-align: left;
}
.shop-container .category_description .category_faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0;
}
.shop-container .category_description .category_faq__item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.shop-container .category_description .category_faq__item[open] .category_faq__question {
  color: #d73232;
}
.shop-container .category_description .category_faq__item[open] .category_faq__question:after {
  transform: rotate(45deg);
}
.shop-container .category_description .category_faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 34px 13px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.shop-container .category_description .category_faq__question::-webkit-details-marker {
  display: none;
}
.shop-container .category_description .category_faq__question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  color: #d73232;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  transition: transform 0.2s ease;
}
.shop-container .category_description .category_faq__answer {
  padding: 0 34px 14px 0;
  color: #3b3b3b;
}
.shop-container .category_description .category_faq__answer p {
  margin-bottom: 0;
  line-height: 1.45;
}

@media screen and (max-width: 480px) {
  .products.et-main-products > li.item > .product-inner {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .products.et-main-products > li.item .product_thumbnail {
    min-height: 212px;
  }
}

@media screen and (max-width: 480px) {
  .products.shop_display_list > li.item > .product-inner {
    width: auto;
    height: 400px;
    max-width: 100%;
  }
  .products.shop_display_list > li.item > .product-inner .product_thumbnail img {
    height: 350px;
  }
}

.products .et-listing-style4.product .caption {
  font-size: 10px;
  padding: 5px;
}
.products .et-listing-style4.product .product-title {
  display: block;
}
.products .et-listing-style4.product .product-title .product-name {
  margin: 0;
}
.products .et-listing-style4.product .product-title a {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.products .et-listing-style4.product .product-size, .products .et-listing-style4.product .product-link {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px 10px;
  border-radius: 0 0 3px 3px;
  width: 100%;
  color: #000;
  display: block;
}
@media screen and (max-width: 480px) {
  .products .et-listing-style4.product .product-size, .products .et-listing-style4.product .product-link {
    padding: 5px 0 0 0;
    font-size: 12px;
  }
}
.products .et-listing-style4.product .product_after_title .print-icon a, .products .et-listing-style4.product .product_after_title .copy-icon a {
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.products .et-listing-style4.product .product_after_title .print-icon a > i.fa, .products .et-listing-style4.product .product_after_title .copy-icon a > i.fa {
  font-size: 20px;
  padding: 6px 10px;
  display: block;
  width: auto;
}
.products .et-listing-style4.product .product_after_title .copy-icon {
  display: none;
}

@media (min-width: 576px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 1140px;
  }
}
@media (min-width: 1490px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 1420px;
  }
}

.woocommerce-count-wrap {
  justify-content: center;
  displaY: flex;
  font-size: 16px;
  padding: 8px 0;
  color: #282828;
  border-right: 1px solid #eee;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .woocommerce-count-wrap {
    display: none;
  }
}
.woocommerce-count-wrap .woocommerce-result-count, .woocommerce-count-wrap .woocommerce-show-products {
  margin: 0 10px;
}

.page-padding .hero-header-container .et-shop-title {
  min-height: 50px;
}

@media screen and (max-width: 480px) {
  .filter-trigger-box #et-shop-filters > span.text {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .shop_bar .shop-filters {
    flex-wrap: wrap;
  }
}

.shop_bar .category_intro {
  max-width: 90%;
  margin: 14px auto 10px;
  text-align: center;
}
.shop_bar .category_intro p {
  margin-bottom: 0;
  line-height: 1.18;
}
.shop_bar .category_intro strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .shop_bar .category_intro {
    max-width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}

.show-products-link-dvtr {
  color: #d73232 !important;
  font-weight: bold;
}
.show-products-link-dvtr:hover {
  cursor: pointer;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
  font-size: 20px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    margin-left: 0 !important;
  }
}

.woof_block_html_items > .advanced_filter {
  display: none;
}

.shop_display_list.products .product .after_shop_loop_actions {
  display: flex;
  align-items: center;
}
.shop_display_list.products .product .after_shop_loop_actions .add_to_cart_button.button {
  font-size: 10px !important;
}
.shop_display_list.products .product .after_shop_loop_actions .print-icon a, .shop_display_list.products .product .after_shop_loop_actions .copy-icon a {
  color: #858585 !important;
  text-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .shop_display_list .product .caption {
    padding-top: 0;
    padding-left: 15px;
  }
}

.shop_display_list .product .product-excerpt {
  font-size: 12px;
  line-height: 18px;
}

.shop_display_list .product .product-size {
  padding: 5px 0 !important;
  color: #777575;
  font-size: 12px !important;
}

@media screen and (max-width: 480px) {
  .shop_display_list .product_thumbnail {
    justify-content: center;
    display: flex;
  }
  .shop_display_list .product_thumbnail img {
    width: auto !important;
  }
}

.et-icon.et-heart-fill {
  color: darkred;
  text-shadow: 0 0 10px white;
}

@media screen and (min-width: 768px) {
  .col-lg-1\.5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.shop-products .shop-sidebar .woof_sid .irs-grid-pol {
  height: 15px;
}
.shop-products .shop-sidebar .woof_sid .irs-grid-text {
  font-size: 13px;
  bottom: -5px;
}
.shop-products .shop-sidebar .woof_sid .irs-grid {
  bottom: -20px;
}
.shop-products .shop-sidebar .woof_sid .irs-min, .shop-products .shop-sidebar .woof_sid .irs-max {
  font-size: 18px;
  padding: 7px;
  top: -10px;
}
.shop-products .shop-sidebar .woof_sid .irs-bar {
  background: #d3d3d3;
  height: 2px;
}
.shop-products .shop-sidebar .woof_sid .irs-line {
  background: #d3d3d3;
  height: 2px;
}
.shop-products .shop-sidebar .woof_sid .woof_block_html_items {
  padding-top: 30px;
}
.shop-products .shop-sidebar .woof_sid .irs-slider {
  top: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-width: 2px;
}
.shop-products .shop-sidebar .woof_sid .irs-slider.to {
  border-color: #d73232;
}
.shop-products .shop-sidebar .woof_sid .irs-from, .shop-products .shop-sidebar .woof_sid .irs-to, .shop-products .shop-sidebar .woof_sid .irs-single {
  padding: 7px 15px;
  font-size: 20px;
  top: -30px;
}
.shop-products .shop-sidebar .woof_sid .filter-button {
  background: #d73232;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 17px 35px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 20px;
}
.shop-products .shop-sidebar .woof_sid .irs-handle {
  background: #444;
  border: none;
  box-shadow: none;
  top: 20px;
}
.shop-products .dvtr-new-title-shop-bar {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 7px 0;
  text-align: center;
}
.shop-products .custom-breadcrumbs {
  margin-bottom: 0;
}
.shop-products .dropdown {
  position: relative;
  color: #202020;
  cursor: pointer;
  z-index: 9;
  margin-left: -5px;
  margin-right: 50px;
}
.shop-products .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  background: linear-gradient(180deg, #ffffff00 0, rgba(255, 255, 255, 0.56) 15%, #ffffffd1 40%, #ffffffc9 95%, #ffffff4a 100%);
  backdrop-filter: blur(8px);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
.shop-products .dropdown-content ul li {
  display: block;
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
  padding: 4px 10px;
  font-size: 15px;
  transition: ease background-position 0.3s;
  border-left: 2px solid transparent;
}
.shop-products .dropdown-content ul li a:hover, .shop-products .dropdown-content ul li a span:hover {
  border: none;
  text-decoration: none;
}
.shop-products .dropdown-content ul li a:hover:after, .shop-products .dropdown-content ul li a span:hover:after {
  display: none;
}
.shop-products .dropdown-content ul li:hover {
  background: #fff;
  border-left: 2px solid #d73232;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 2px;
}
.shop-products .dropdown:hover .dropdown-content {
  display: block;
}

.products .product {
  padding-inline: 10px;
  margin-bottom: 20px;
}
.products .product .actions-wrapper {
  display: none;
}
.products .product .mobile-actions-wrapper {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 10;
  color: #282828;
  font-weight: 400;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.products .product .mobile-actions-wrapper .button {
  background: #282828;
  font-size: inherit;
  margin: 5px 0;
  color: #fff;
  box-shadow: none;
  border: 0;
  line-height: 1;
  padding: 5px 10px;
}
.products .product:hover .actions-wrapper {
  display: block;
}

.woocommerce .woocommerce-product-gallery img.flex-active {
  border-color: #d73232 !important;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav.slick-initialized {
    height: calc(100vh - var(--header-height));
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .woocommerce .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav.slick-initialized.slick-slider {
    width: var(--gallery-thumb-width) !important;
    left: calc(16% + var(--gallery-thumb-width));
  }
  .woocommerce .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav.slick-initialized.slick-slider .slick-slide.slick-active {
    width: var(--gallery-thumb-width) !important;
  }
  .woocommerce .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav.slick-initialized.slick-slider .slick-slide.slick-active.current {
    width: var(--gallery-thumb-width) !important;
  }
}

.woocommerce .related.products {
  padding-top: 20px;
}
.woocommerce .related.products h2 {
  margin-bottom: 20px;
}

.zoom-wrapper {
  min-height: 800px;
}

.easyzoom-flyout {
  width: auto;
}
.easyzoom-flyout img {
  width: auto;
  max-width: 100%;
}

.et-product-detail:not(.et-cart-horizontal) .summary .yith-wcwl-add-to-wishlist, .et-product-detail:not(.et-cart-horizontal) .summary .yith-wcwl-add-to-wishlist > div {
  margin-left: 0 !important;
}

.et-product-detail.et-cart-mixed .summary .yith-wcwl-add-to-wishlist > div > a {
  margin-top: 3px;
}

.woocommerce .product .product-showcase {
  /* disable zoom effect */
}
.woocommerce .product .product-showcase .showcase-inner {
  padding-top: 0 !important;
}
.woocommerce .product .product-showcase .stock {
  display: none;
}
.woocommerce .product .product-showcase .product-price-wrap div > h3 {
  float: none !important;
  font-size: 20px;
}
.woocommerce .product .product-showcase .product-price-wrap div > h3.onsale {
  color: crimson;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce .product .product-showcase .et-pro-summary-top .product_title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce .product .product-showcase .et-pro-summary-top .product_title.rug_name {
  font-size: 20px;
  text-transform: none;
}
.woocommerce .product .product-showcase .et-pro-summary-top > .price {
  display: none;
}
.woocommerce .product .product-showcase .custom-breadcrumbs {
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}
.woocommerce .product .product-showcase .price ins {
  font-size: 120%;
}
.woocommerce .product .product-showcase .sold {
  color: crimson;
  font-size: 17px;
}
.woocommerce .product .product-showcase .product_attributes {
  margin-bottom: 30px;
}
.woocommerce .product .product-showcase .product_meta {
  color: #000;
  margin-top: 0;
}
.woocommerce .product .product-showcase .product_meta .dvtr-colors .color-bar {
  background-image: linear-gradient(45deg, #ffffff 25%, #f7f7f7 25%, #f7f7f7 50%, #ffffff 50%, #ffffff 75%, #f7f7f7 75%, #f7f7f7 100%);
  background-size: 14.14px 14.14px;
  border: 2px solid #f7f7f7;
  height: 30px;
  padding: 1px;
  box-sizing: content-box;
}
.woocommerce .product .product-showcase .product_meta .dvtr-colors .color-bar > span, .woocommerce .product .product-showcase .product_meta .dvtr-colors .color-bar > a {
  height: 30px;
  float: left;
  color: #000;
  line-height: 1;
  display: block;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__head,
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__head {
  margin-bottom: 10px;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__row {
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.25;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__swatch {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: block;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__color,
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__pantone {
  color: #222;
  word-break: break-word;
}
.woocommerce .product .product-showcase .product_meta .dvtr-color-details .dvtr-color-details__pantone {
  color: #5f5f5f;
}
.woocommerce .product .product-showcase .product_meta .posted_in, .woocommerce .product .product-showcase .product_meta .tagged_as, .woocommerce .product .product-showcase .product_meta .sku_wrapper, .woocommerce .product .product-showcase .product_meta .circa_wrapper, .woocommerce .product .product-showcase .product_meta .size_wrapper, .woocommerce .product .product-showcase .product_meta .attribute_wrapper {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span, .woocommerce .product .product-showcase .product_meta .tagged_as > span, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span, .woocommerce .product .product-showcase .product_meta .size_wrapper > span, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span {
  display: inline-block;
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span *, .woocommerce .product .product-showcase .product_meta .tagged_as > span *, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span *, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span *, .woocommerce .product .product-showcase .product_meta .size_wrapper > span *, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span * {
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span:first-child, .woocommerce .product .product-showcase .product_meta .tagged_as > span:first-child, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .size_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span:first-child {
  width: 100px;
}
.woocommerce .product .product-showcase .product_meta .posted_in strong, .woocommerce .product .product-showcase .product_meta .tagged_as strong, .woocommerce .product .product-showcase .product_meta .sku_wrapper strong, .woocommerce .product .product-showcase .product_meta .circa_wrapper strong, .woocommerce .product .product-showcase .product_meta .size_wrapper strong, .woocommerce .product .product-showcase .product_meta .attribute_wrapper strong {
  font-weight: normal;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open {
  flex-flow: wrap;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .quantity {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button {
  width: 25%;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  border-right: 1px solid #fff;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button.single_add_to_cart_button {
  background-color: #282828;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button i {
  display: block;
}
.woocommerce .product .product-showcase .cart .yith-wcwl-add-to-wishlist > div {
  margin-left: 0 !important;
}
.woocommerce .product .product-showcase .product-price-wrap {
  margin-top: 10px;
  text-transform: uppercase;
}
.woocommerce .product .product-showcase .product-price-wrap .price > span.amount {
  margin-left: 10px;
}
.woocommerce .product .product-showcase .woocommerce-product-gallery {
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (min-width: 481px) {
  .woocommerce .product .product-showcase .woocommerce-product-gallery {
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce .product .product-showcase .entry-summary {
  max-width: 100% !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary {
    padding: 0;
    margin: 0;
  }
}
.woocommerce .product .product-showcase .entry-summary .et-pro-summary-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary .et-pro-summary-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce .product .product-showcase .entry-summary .et-pro-summary-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 30px;
}
.woocommerce .product .product-showcase .entry-summary .et-pro-summary-content .stock-info {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-size: 0.9em;
  color: #000;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary .et-pro-summary-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.woocommerce .product .product-showcase div.summary .full_description {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.woocommerce .product .product-showcase div.summary .full_description p {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .woocommerce .product .product-showcase .et-wishlist-div-open {
    margin-top: 0;
  }
}
.woocommerce .product .product-showcase .extras {
  display: flex;
  width: 100%;
}
.woocommerce .product .product-showcase .extras .download-button {
  margin-inline: 0 !important;
  text-decoration: none;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.07);
  color: #000;
  width: 100%;
  margin-top: 3px;
}
.woocommerce .product .product-showcase .extras .download-button:hover {
  background: #d73232;
  color: #fff;
}
.woocommerce .product .product-showcase .extras .download-button i.pe-lg {
  margin-right: 10px;
  font-size: 24px;
}
.woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper {
  margin-top: 16px;
}
.woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper > div {
  text-align: center;
}
.woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper .zoomImg {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper {
    display: inline-block;
  }
}
.new-gallery-wrapper {
  display: flex;
}
.new-gallery-wrapper .show-more-same-category-button .browse-more {
  font-size: 12px;
  line-height: 15px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .new-gallery-wrapper .show-more-same-category-button {
    display: none;
  }
}
.new-gallery-wrapper .video-mimic {
  position: relative;
}
.new-gallery-wrapper .video-mimic .meta {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: #fff;
  padding-bottom: 16px;
  line-height: 1;
}
.new-gallery-wrapper .video-mimic .meta .short_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .new-gallery-wrapper .video-mimic .meta .short_info {
    display: none;
  }
}
.new-gallery-wrapper .video-mimic .meta .short_info .text {
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 14px;
}
.new-gallery-wrapper .video-mimic .meta .short_info .text .label {
  margin: 0;
  display: none;
  color: #000;
}
.new-gallery-wrapper .video-mimic .meta .short_info .text .value {
  margin: 0;
  color: #000;
}
.new-gallery-wrapper .video-mimic .meta .price {
  padding: 4px 10px;
  background: #fff;
  border-left: 2px solid #d73232;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 2px;
  backdrop-filter: blur(5px);
}
.new-gallery-wrapper .video-mimic .meta .number {
  padding: 2px 5px;
  color: #d73232;
  cursor: pointer;
}
.new-gallery-wrapper .video-mimic .meta .number:hover {
  background: #d73232;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .new-gallery-wrapper .video-mimic {
    display: none;
  }
}
.new-gallery-wrapper .video-mimic .swiper {
  margin-top: 16px;
  max-height: 90vh;
  max-height: calc(100vh - var(--header-height));
}
.new-gallery-wrapper .text {
  display: flex;
}
.new-gallery-wrapper .text > div {
  margin: 0 3px !important;
}
.new-gallery-wrapper .buttons {
  display: flex;
}
.new-gallery-wrapper .buttons .product-button {
  margin-inline: 0 !important;
  text-decoration: none;
  padding: 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.07);
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
.new-gallery-wrapper .buttons .product-button:hover {
  background: #d73232;
  color: #fff;
}
.new-gallery-wrapper .buttons .product-button i.pe-lg {
  font-size: 24px;
  display: block;
}

.thumbnails-vertical .has-additional-thumbnails .woocommerce-product-gallery .new-gallery-wrapper + .flex-control-thumbs {
  width: var(--gallery-thumb-width) !important;
  left: calc(16% + var(--gallery-thumb-width));
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .thumbnails-vertical .has-additional-thumbnails .woocommerce-product-gallery .new-gallery-wrapper + .flex-control-thumbs {
    margin-left: 0 !important;
    left: 16% !important;
  }
  .thumbnails-vertical .has-additional-thumbnails .woocommerce-product-gallery .new-gallery-wrapper + .flex-control-thumbs .slick-arrow {
    left: 35px !important;
  }
}

.pswp__button, .pswp__counter {
  background: #fff !important;
  width: 40px;
  height: 40px;
}
.pswp__button svg, .pswp__counter svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .zoom-wrapper {
    display: none;
  }
}

.dlb-popup {
  position: relative;
  max-width: 760px;
  max-height: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 9999;
}
.dlb-popup .popup-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
}
.dlb-popup .popup-wrapper .popup-content {
  font-size: 1rem;
  -webkit-box-flex: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
.dlb-popup .popup-wrapper .popup-content .content-wrapper {
  width: 100%;
}
.dlb-popup .popup-wrapper .popup-content h3 {
  font-size: 20px;
  margin: 0;
}
.dlb-popup .popup-wrapper .popup-content p {
  margin: 0;
}
.dlb-popup .popup-wrapper .popup-content input {
  font-size: 14px;
  line-height: 1;
  height: auto;
}

.sticky-product-bar .stock {
  display: none;
}

.article-custom-header {
  position: relative;
}
.article-custom-header a {
  color: #fff;
}
.article-custom-header .background img {
  width: 100%;
}
.article-custom-header .text {
  position: absolute;
  width: 35%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  padding: 0px 2%;
}
@media all and (max-width: 1100px) {
  .article-custom-header .text {
    top: 250px;
  }
}
.article-custom-header .text h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 42px;
  text-align: center;
  color: inherit;
}
@media all and (max-width: 1100px) {
  .article-custom-header .text h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .article-custom-header .text h1 {
    font-size: 10px;
    margin: 0;
  }
}
.article-custom-header .text .intro {
  font-size: 16px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .article-custom-header .text .intro {
    display: none;
  }
}
.article-custom-header .text .intro a {
  text-decoration: underline;
}
.article-custom-header #breadcrumbs {
  background: none;
  color: #fff;
  position: absolute;
  width: 35%;
  font-size: 12px;
  left: 0px;
  top: 0px;
}
.article-custom-header #breadcrumbs a {
  color: inherit;
}
.article-custom-header #breadcrumbs a:hover {
  color: #d73232;
}
@media all and (max-width: 768px) {
  .article-custom-header .background img {
    display: none;
  }
  .article-custom-header #breadcrumbs {
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
  }
  .article-custom-header .text {
    position: static;
    width: 100%;
    height: auto;
    color: #444;
    transform: none;
    text-align: left;
    font-size: 14px;
    padding: 0 30px;
  }
  .article-custom-header .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: bold;
  }
  .article-custom-header .text .intro {
    position: static;
    display: block;
    color: #444;
    text-align: left;
  }
  .article-custom-header .text .intro a {
    color: #337ab7;
  }
  .article-custom-header .text .intro p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}

.page-content .content-wrap p, .page-content .content-wrap address {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.25px;
}
@media all and (max-width: 479px) {
  .page-content .content-wrap .post-aux-wrap {
    display: none;
  }
}
.page-content .content-wrap .post-aux-wrap .post-pagination {
  padding: 20px 0;
  margin: 10px 0;
  border-bottom: none;
}
.page-content .content-wrap .post-aux-wrap .post-pagination h4 {
  color: #999696;
  font-size: 16px !important;
}
.page-content .content-wrap .post-info {
  display: none;
}
.page-content .content-wrap a {
  color: #337ab7;
  text-decoration: underline;
}
.page-content .content-wrap .post-aux-wrap a {
  text-decoration: none;
}
.page-content .content-wrap .blog-button.col-sm-6 {
  display: none;
}
.page-content .blog-wrap .masonry-items .blog-item .details-wrap h2, .page-content .blog-wrap .masonry-items .blog-item .inst-overlay h2 {
  font-size: 16px;
}
.page-content .blog-wrap .pagination-wrap {
  padding: 20px 0;
}
.page-content .blog-wrap .pagination-wrap a {
  color: #444;
}
.page-content .blog-wrap .pagination-wrap a:hover {
  color: #d73232 !important;
}

.inner-page-wrap .dvtr_toggeable a, .inner-page-wrap .page-content a {
  color: #337ab7;
  text-decoration: underline;
}

.post-featured.title-wrap .post-title {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.blog .post-share, .single-post .post-share {
  display: none;
}

.post-content.entry-content p {
  font-size: 20px;
}
.post-content.entry-content .column.column-image {
  margin-bottom: 30px;
}
.post-content.entry-content .column.column-image.col-sm-7, .post-content.entry-content .column.column-image.col-sm-9, .post-content.entry-content .column.column-image.col-sm-4 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.underline, .products .catalog_btn_link .single_add_to_cart_button.button, .woocommerce-MyAccount-content header a, .entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers):not(.tag-cloud-link) {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .post.post-grid {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.single-articles .dvtr-article-featured-image-full,
.single .type-articles .dvtr-article-featured-image-full {
  width: 100%;
  margin: 0 auto 48px;
  overflow: hidden;
  background: #f6f2ea;
}
.single-articles .dvtr-article-featured-image-full__img,
.single .type-articles .dvtr-article-featured-image-full__img {
  display: block;
  width: 100%;
  height: 500px;
  max-height: 500px;
  object-fit: contain;
  object-position: center center;
}
.single-articles .post-featured.title-wrap .post-title,
.single .type-articles .post-featured.title-wrap .post-title {
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .single-articles .dvtr-article-featured-image-full,
.single .type-articles .dvtr-article-featured-image-full {
    margin-bottom: 30px;
  }
  .single-articles .dvtr-article-featured-image-full__img,
.single .type-articles .dvtr-article-featured-image-full__img {
    height: 420px;
    max-height: 420px;
  }
  .single-articles .post-featured.title-wrap .post-title,
.single .type-articles .post-featured.title-wrap .post-title {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .single-articles .dvtr-article-featured-image-full,
.single .type-articles .dvtr-article-featured-image-full {
    margin-bottom: 24px;
  }
  .single-articles .dvtr-article-featured-image-full__img,
.single .type-articles .dvtr-article-featured-image-full__img {
    height: 320px;
    max-height: 320px;
  }
}

.gallery-masonry {
  line-height: 0;
  padding: 30px;
}
.gallery-masonry .grid__col-sizer,
.gallery-masonry .grid-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .grid__col-sizer,
.gallery-masonry .grid-item {
    width: 48%;
  }
}
.gallery-masonry .grid__gutter-sizer {
  width: 2%;
}
.gallery-masonry .grid-item {
  float: left;
  margin-bottom: 15px;
}
.gallery-masonry .grid-item.width-2 {
  width: 66%;
}
.gallery-masonry .grid-item.width-3 {
  width: 97.8%;
}
.gallery-masonry img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
.page-load-status .loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.page-load-status .loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.page-load-status .loader-ellips__dot:nth-child(1),
.page-load-status .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.page-load-status .loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.page-load-status .loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.page-load-status .loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.page-load-status .loader-ellips__dot:nth-child(2),
.page-load-status .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.page-load-status .loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.grid-item:nth-child(odd) {
  background-color: #424242;
}

.blog-wrap .type-articles .details-wrap {
  padding: 10px !important;
  position: absolute !important;
  bottom: 0;
  z-index: 3;
  /* width: 100%; */
  /* padding: 0!important; */
  right: 0;
  margin: 0 15px;
  left: 0;
  background: rgba(37, 37, 37, 0.74) !important;
}
.blog-wrap .type-articles .details-wrap h2 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 120% !important;
  color: #fff !important;
}
.blog-wrap .type-articles figure.animated-overlay figcaption {
  opacity: 0.3;
}
.blog-wrap .type-articles figure.animated-overlay figcaption .thumb-info i {
  display: none;
}
.blog-wrap .type-articles figure.animated-overlay:hover img {
  transform: scale(1.5);
}
.blog-wrap .type-articles figure.animated-overlay:hover figcaption {
  opacity: 0;
}

.single-post .blogpost-custom-header, .single-articles .blogpost-custom-header {
  position: relative;
}
.single-post .blogpost-custom-header a, .single-articles .blogpost-custom-header a {
  color: #fff;
}
.single-post .blogpost-custom-header .background, .single-articles .blogpost-custom-header .background {
  height: 350px;
  background: #5C5B64 no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.single-post .blogpost-custom-header .overlay, .single-articles .blogpost-custom-header .overlay {
  background: #353344;
  opacity: 0.52;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.single-post .blogpost-custom-header .text, .single-articles .blogpost-custom-header .text {
  positioN: relative;
  z-index: 101;
  overflow: hidden;
}
.single-post .blogpost-custom-header .text h1, .single-articles .blogpost-custom-header .text h1 {
  width: 80%;
  font-weight: 800;
  display: block;
  margin: 60px auto 40px auto;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
}
.single-post .blogpost-custom-header .text .meta, .single-articles .blogpost-custom-header .text .meta {
  display: block;
  text-align: center;
  color: #ddd;
}
.single-post .blogpost-custom-header .text .meta .date, .single-post .blogpost-custom-header .text .meta .category, .single-articles .blogpost-custom-header .text .meta .date, .single-articles .blogpost-custom-header .text .meta .category {
  display: inline;
  margin-left: 20px;
}
.single-post .blogpost-custom-header .text .meta a, .single-articles .blogpost-custom-header .text .meta a {
  color: #ddd;
}
.single-post .blogpost-custom-header .text .meta a:hover, .single-articles .blogpost-custom-header .text .meta a:hover {
  color: inherit;
}
.single-post .blogpost-custom-header #breadcrumbs, .single-articles .blogpost-custom-header #breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  color: #ddd;
}
.single-post .blogpost-custom-header #breadcrumbs a, .single-articles .blogpost-custom-header #breadcrumbs a {
  color: #fff;
}
.single-post .blogpost-custom-header #breadcrumbs a:hover, .single-articles .blogpost-custom-header #breadcrumbs a:hover {
  color: inherit;
}
@media all and (max-width: 768px) {
  .single-post .blogpost-custom-header, .single-articles .blogpost-custom-header {
    color: #222222;
    margin: 0 -15px;
  }
  .single-post .blogpost-custom-header + .sf-share-counts, .single-articles .blogpost-custom-header + .sf-share-counts {
    display: none;
  }
  .single-post .blogpost-custom-header + .sf-share-counts + .content-divider-wrap + .inner-page-wrap, .single-articles .blogpost-custom-header + .sf-share-counts + .content-divider-wrap + .inner-page-wrap {
    margin-top: 10px !important;
  }
  .single-post .blogpost-custom-header .background, .single-articles .blogpost-custom-header .background {
    background: none !important;
    height: auto;
    overflow: auto;
  }
  .single-post .blogpost-custom-header .background .overlay, .single-articles .blogpost-custom-header .background .overlay {
    display: none;
  }
  .single-post .blogpost-custom-header #breadcrumbs, .single-articles .blogpost-custom-header #breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
    text-align: left;
  }
  .single-post .blogpost-custom-header #breadcrumbs a, .single-articles .blogpost-custom-header #breadcrumbs a {
    color: inherit;
  }
  .single-post .blogpost-custom-header .text, .single-articles .blogpost-custom-header .text {
    color: inherit;
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    text-align: left;
    font-size: 14px;
  }
  .single-post .blogpost-custom-header .text h1, .single-articles .blogpost-custom-header .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin: 0;
    color: inherit;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: unset;
    width: auto;
    font-weight: bold;
    padding: 0 30px;
  }
  .single-post .blogpost-custom-header .text .meta, .single-articles .blogpost-custom-header .text .meta {
    position: static;
    display: block;
    padding: 0 30px;
    color: #444;
    text-align: left;
  }
  .single-post .blogpost-custom-header .text .meta a, .single-articles .blogpost-custom-header .text .meta a {
    color: #337ab7;
  }
  .single-post .blogpost-custom-header .text .meta p, .single-articles .blogpost-custom-header .text .meta p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post .blogpost-v2 .inner-page-wrap section.page-content.container .content-wrap p, .single-articles .blogpost-v2 .inner-page-wrap section.page-content.container .content-wrap p {
  font-size: 18px;
  line-height: 1.7;
}
.single-post .blogpost-v2 .inner-page-wrap section.page-content.container ul, .single-articles .blogpost-v2 .inner-page-wrap section.page-content.container ul {
  list-style-type: square;
  padding-left: 10px;
  margin-left: 15px;
  font-size: 18px;
}
.single-post .blogpost-v2 a.ubtn-link, .single-articles .blogpost-v2 a.ubtn-link {
  color: #cf9ba5;
}
.single-post .blogpost-v2 .ubtn, .single-articles .blogpost-v2 .ubtn {
  font-weight: bold !important;
  color: #ff4064 !important;
  border: 6px solid #fafafa !important;
  border-radius: 10px;
  text-transform: uppercase;
  background: #fafafa !important;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0);
  font-size: 24px !important;
}
.single-post .blogpost-v2 .ubtn:hover, .single-articles .blogpost-v2 .ubtn:hover {
  background: #fff !important;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
  border-color: lightgray !important;
}
.single-post .blogpost-custom-header-v2, .single-articles .blogpost-custom-header-v2 {
  position: relative;
  margin-bottom: 10px;
}
.single-post .blogpost-custom-header-v2 .overlay, .single-articles .blogpost-custom-header-v2 .overlay {
  display: none;
}
.single-post .blogpost-custom-header-v2 .text, .single-articles .blogpost-custom-header-v2 .text {
  positioN: relative;
}
.single-post .blogpost-custom-header-v2 .text h1, .single-articles .blogpost-custom-header-v2 .text h1 {
  display: block;
  color: #000;
  font-size: 28px;
  margin: 10px 0;
  text-align: left;
  margin-bottom: 0;
}
.single-post .blogpost-custom-header-v2 .text .meta, .single-articles .blogpost-custom-header-v2 .text .meta {
  display: block;
  text-align: left;
  color: #444;
  margin: 5px 0;
}
.single-post .blogpost-custom-header-v2 .text .meta .date, .single-post .blogpost-custom-header-v2 .text .meta .category, .single-articles .blogpost-custom-header-v2 .text .meta .date, .single-articles .blogpost-custom-header-v2 .text .meta .category {
  display: inline;
}
.single-post .blogpost-custom-header-v2 .text .meta a, .single-articles .blogpost-custom-header-v2 .text .meta a {
  color: #444;
}
.single-post .blogpost-custom-header-v2 .text .meta a:hover, .single-articles .blogpost-custom-header-v2 .text .meta a:hover {
  color: inherit;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs, .single-articles .blogpost-custom-header-v2 #breadcrumbs {
  position: relative;
  font-size: 14px;
  color: #444;
  background: none;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs a, .single-articles .blogpost-custom-header-v2 #breadcrumbs a {
  color: #444;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs a:hover, .single-articles .blogpost-custom-header-v2 #breadcrumbs a:hover {
  color: inherit;
}
@media all and (max-width: 768px) {
  .single-post .blogpost-custom-header-v2, .single-articles .blogpost-custom-header-v2 {
    color: #222222;
    margin: 0 -15px;
  }
  .single-post .blogpost-custom-header-v2 + .sf-share-counts, .single-articles .blogpost-custom-header-v2 + .sf-share-counts {
    display: none;
  }
  .single-post .blogpost-custom-header-v2 + .sf-share-counts + .content-divider-wrap + .inner-page-wrap, .single-articles .blogpost-custom-header-v2 + .sf-share-counts + .content-divider-wrap + .inner-page-wrap {
    margin-top: 10px !important;
  }
  .single-post .blogpost-custom-header-v2 .background, .single-articles .blogpost-custom-header-v2 .background {
    background: none !important;
    height: auto;
    overflow: auto;
  }
  .single-post .blogpost-custom-header-v2 .background .overlay, .single-articles .blogpost-custom-header-v2 .background .overlay {
    display: none;
  }
  .single-post .blogpost-custom-header-v2 #breadcrumbs, .single-articles .blogpost-custom-header-v2 #breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
  }
  .single-post .blogpost-custom-header-v2 #breadcrumbs a, .single-articles .blogpost-custom-header-v2 #breadcrumbs a {
    color: inherit;
  }
  .single-post .blogpost-custom-header-v2 .text, .single-articles .blogpost-custom-header-v2 .text {
    color: inherit;
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    text-align: left;
    font-size: 14px;
  }
  .single-post .blogpost-custom-header-v2 .text h1, .single-articles .blogpost-custom-header-v2 .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin: 0;
    color: inherit;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: unset;
    width: auto;
    font-weight: bold;
    padding: 0 30px;
  }
  .single-post .blogpost-custom-header-v2 .text .meta, .single-articles .blogpost-custom-header-v2 .text .meta {
    position: static;
    display: block;
    padding: 0 30px;
    color: #444;
    text-align: left;
  }
  .single-post .blogpost-custom-header-v2 .text .meta a, .single-articles .blogpost-custom-header-v2 .text .meta a {
    color: #337ab7;
  }
  .single-post .blogpost-custom-header-v2 .text .meta p, .single-articles .blogpost-custom-header-v2 .text .meta p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post article.single-post-standard, .single-articles article.single-post-standard {
  padding-top: 0 !important;
}
.single-post section.page-content.container, .single-articles section.page-content.container {
  margin: 0;
  padding: 0;
  width: auto;
}
.single-post section.page-content.container .gallery-columns-2 .gallery-item, .single-articles section.page-content.container .gallery-columns-2 .gallery-item {
  margin-bottom: 0;
}
.single-post section.page-content.container h4, .single-articles section.page-content.container h4 {
  text-transform: uppercase;
}
.single-post section.page-content.container .content-wrap p, .single-articles section.page-content.container .content-wrap p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}
@media all and (max-width: 768px) {
  .single-post section.page-content.container .content-wrap p, .single-articles section.page-content.container .content-wrap p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post section.page-content.container .content-wrap p.wp-caption-text, .single-articles section.page-content.container .content-wrap p.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #6b6c6e;
  margin-top: 9px;
}
.single-post section.page-content.container .related-wrap, .single-articles section.page-content.container .related-wrap {
  padding: 0;
}
.single-post section.page-content.container .related-wrap .blog-item-details, .single-articles section.page-content.container .related-wrap .blog-item-details {
  display: none;
}
.single-post section.page-content.container #comment-area, .single-articles section.page-content.container #comment-area {
  padding-top: 0;
}
.single-post #respond-wrap, .single-articles #respond-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post .page-content .content-wrap .post-info, .single-articles .page-content .content-wrap .post-info {
  display: block;
  margin: 0;
}
.single-post .page-content .content-wrap .post-info a, .single-articles .page-content .content-wrap .post-info a {
  color: #444;
}
.single-post .page-content .content-wrap .post-info a:hover, .single-articles .page-content .content-wrap .post-info a:hover {
  color: #d73232 !important;
}

.blog-items figure.animated-overlay:hover figcaption {
  display: none !important;
}
.blog-items figure.animated-overlay:hover .img-wrap img {
  transform: scale(1.4);
}
.blog-items .date-overlay {
  display: none !important;
}
.blog-items h2 {
  font-weight: bold;
  line-height: 20px !important;
}
.blog-items .details-wrap {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) !important;
  padding: 25px 15px 20px 20px !important;
}
.blog-items .details-wrap .blog-item-details .author {
  display: none;
}
.blog-items .read-more-button {
  bottom: -2px !important;
  right: 10px !important;
  left: auto !important;
  padding: 0 !important;
  padding-bottom: 2px !important;
  border-bottom-width: 2px;
}
.blog-items .blog-item {
  margin-bottom: 40px !important;
}
.blog-items .blog-item figure.animated-overlay .img-wrap {
  max-height: 240px;
}

.single.single-post figure.animated-overlay:hover figcaption, .single.single-articles figure.animated-overlay:hover figcaption {
  display: none !important;
}

footer {
  position: relative;
}
footer.site-footer, footer.site-footer.dark {
  background: #0e0d0d !important;
}
@media screen and (max-width: 480px) {
  footer .wp-image-309401 {
    width: 343px;
    height: 95px;
  }
}
footer:before {
  content: " ";
  display: table;
}
footer:after {
  content: "";
  clear: both;
  display: table;
}
footer .find-us {
  font-size: 18px;
  color: #fff;
}
footer .find-us > .text {
  margin-right: 10px;
}
footer .find-us > a {
  margin-left: 10px;
}
footer .find-us > a .fa, footer .find-us > a .fab {
  font-size: 200%;
}
footer .footer-middle {
  border-top: 1px solid #767676;
}
footer .footer-middle #footer-widgets {
  font-size: 11px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  footer .footer-middle #footer-widgets {
    font-size: 14px;
  }
}
footer .footer-middle #footer-widgets a {
  color: inherit;
}
footer .footer-middle #footer-widgets .title-wrap h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .footer-middle #footer-widgets .title-wrap h3 > span {
  border: none;
}
footer .footer-middle #footer-widgets .title-wrap:before, footer .footer-middle #footer-widgets .title-wrap:after {
  display: none;
}

footer address {
  font-style: normal !important;
}

footer ul.social-icons li {
  height: 50px;
}

footer ul.social-icons li:not(.sf-love) a {
  font-size: 35px !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
footer ul.social-icons li:not(.sf-love) a:hover i {
  top: -64px;
}
footer ul.social-icons li:not(.sf-love).pinterest a {
  color: #cb2027 !important;
}
footer ul.social-icons li:not(.sf-love).pinterest a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).facebook a {
  color: #5d80c9 !important;
}
footer ul.social-icons li:not(.sf-love).facebook a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a {
  color: #dd4b39 !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a .fa-google-plus:before {
  margin-left: -4px;
}
footer ul.social-icons li:not(.sf-love).instagram a {
  color: #517fa4 !important;
}
footer ul.social-icons li:not(.sf-love).instagram a:hover {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  footer#colophon.site-footer .footer-widgets {
    padding: 24px 0 14px;
  }
  footer#colophon.site-footer .footer-widgets > .container {
    padding-right: 26px;
    padding-left: 26px;
  }
  footer#colophon.site-footer .footer-widgets .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  footer#colophon.site-footer .footer-widgets > .container > .row {
    display: flex;
  }
  footer#colophon.site-footer .footer-widgets [class*=col-],
footer#colophon.site-footer .footer-widgets .column-wide,
footer#colophon.site-footer .footer-widgets .other-columns {
    padding-right: 8px;
    padding-left: 8px;
  }
  footer#colophon.site-footer .footer-widgets .widget {
    margin-bottom: 18px;
  }
  footer#colophon.site-footer .footer-widgets .widgettitle,
footer#colophon.site-footer .footer-widgets strong {
    display: block;
    margin-bottom: 9px;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
  footer#colophon.site-footer .footer-widgets p,
footer#colophon.site-footer .footer-widgets .contact,
footer#colophon.site-footer .footer-widgets .custom-html-widget {
    margin: 0;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 1.55;
  }
  footer#colophon.site-footer .footer-widgets a {
    padding: 0;
    color: #ffffff;
    line-height: inherit;
    word-break: break-word;
  }
  footer#colophon.site-footer .footer-widgets .other-columns {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer#colophon.site-footer .footer-widgets .other-columns > .row {
    row-gap: 0;
  }
  footer#colophon.site-footer .footer-widgets .other-columns .footer1 {
    order: 1;
  }
  footer#colophon.site-footer .footer-widgets .other-columns .footer2 {
    order: 2;
  }
  footer#colophon.site-footer .footer-widgets .column-wide {
    order: 2;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer#colophon.site-footer .footer-widgets .column-wide .widget {
    margin-bottom: 4px;
  }
  footer#colophon.site-footer .footer-widgets .wp-image-309401 {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    margin: 2px auto 0;
  }
  footer#colophon.site-footer .footer-widgets .column-wide a[href*=maps],
footer#colophon.site-footer .footer-widgets .column-wide a[href*="goo.gl"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 2px auto 0;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets {
    padding: 22px 0 18px;
    border-top: 1px solid #444444;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets > .container {
    padding-right: 26px;
    padding-left: 26px;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    font-size: 13px;
    line-height: 1.55;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets > [class*=col-] {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets > .col-sm-5:first-child .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    margin: 0;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets > .col-sm-5:first-child .col-sm-4 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets > .col-sm-2 {
    display: none;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .widget {
    margin: 0;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .custom-html-widget {
    font-size: 13px;
    line-height: 1.65;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets a {
    display: block;
    padding: 0;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 1.2px;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets .find-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets .find-us > .text {
    width: 100%;
    margin-right: 0;
    color: #ffffff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets .find-us > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px;
    height: 44px !important;
    min-height: 44px;
    margin: -8px 0 -8px -8px;
    color: #ffffff;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets .find-us > a .fa,
footer#colophon.site-footer .footer-middle.footer-widgets .find-us > a .fab {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 22px !important;
    line-height: 1 !important;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets .find-us > a .fa:before,
footer#colophon.site-footer .footer-middle.footer-widgets .find-us > a .fab:before {
    font-size: 22px !important;
    line-height: 1 !important;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .find-us > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px;
    height: 44px !important;
    min-height: 44px;
    padding: 0 !important;
    margin: -8px 0 -8px -8px;
  }
  footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .find-us > a .fa,
footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .find-us > a .fab,
footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .find-us > a .fa:before,
footer#colophon.site-footer .footer-middle.footer-widgets #footer-widgets .find-us > a .fab:before {
    font-size: 22px !important;
    line-height: 1 !important;
  }
  footer#colophon.site-footer .footer-bar {
    padding: 18px 0 24px;
  }
  footer#colophon.site-footer .footer-bar .container,
footer#colophon.site-footer .footer-bar .footer-items {
    display: block;
    text-align: left;
  }
  footer#colophon.site-footer .footer-bar .container {
    padding-top: 0;
    padding-right: 26px;
    padding-bottom: 0;
    padding-left: 26px;
  }
  footer#colophon.site-footer .footer-bar .footer-bar-content {
    font-size: 12px;
    line-height: 1.5;
    color: #8f8f8f;
  }
}
/* ======================================================================================================================================================
HR
====================================================================================================================================================== */
.hr {
  clear: both;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  position: relative;
  margin: 30px 0;
  float: left;
}

.hr-inner {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: solid;
}

#top .hr-invisible {
  margin: 0;
  border: none;
}

.hr-invisible {
  float: none;
}
.hr-invisible .hr-inner {
  margin: 0;
  border: none;
}

.hr-full, .hr-big {
  margin: 70px 0;
}

.hr-full .hr-inner {
  width: 300%;
  left: -100%;
}
.hr-full.hr-shadow .hr-inner {
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.hr-short {
  height: 20px;
  line-height: 20px;
  margin: 30px 0;
  float: none;
}
.hr-short .hr-inner {
  width: 32%;
  left: 50%;
  margin-left: -16%;
}
.hr-short.hr-left .hr-inner {
  left: 0%;
  margin-left: 0%;
}
.hr-short.hr-right .hr-inner {
  left: auto;
  right: 0;
  margin-left: 0%;
}
.hr-short .hr-inner-style {
  border-radius: 20px;
  height: 9px;
  width: 9px;
  border-width: 1px;
  border-style: solid;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.hr-short.hr-left .hr-inner-style {
  left: 5px;
}
.hr-short.hr-right .hr-inner-style {
  left: auto;
  right: 0;
}

/*custom*/
.hr-custom {
  margin: 0;
  display: block;
  min-height: 21px;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  float: left;
}
.hr-custom .hr-inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hr-custom.hr-center {
  text-align: center;
}
.hr-custom.hr-right {
  text-align: right;
}
.hr-custom.hr-left {
  text-align: left;
}

.av-seperator-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.hr-custom.hr-icon-yes .hr-inner {
  margin-left: 10px;
  margin-right: 10px;
}

#yith-wacp-popup .yith-wacp-wrapper {
  width: 500px;
}
#yith-wacp-popup .yith-wacp-content {
  overflow: hidden;
}
#yith-wacp-popup .yith-wacp-content > * {
  float: left;
  display: block !important;
}
#yith-wacp-popup .yith-wacp-content .product-image {
  width: 33%;
}
#yith-wacp-popup .yith-wacp-content .product-info, #yith-wacp-popup .yith-wacp-content .actions {
  width: 66%;
  clear: none !important;
}
#yith-wacp-popup .yith-wacp-content .actions {
  padding: 20px;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
#yith-wacp-popup .yith-wacp-content .actions > a {
  float: none;
  display: inline-block;
}
#yith-wacp-popup #yith-wacp-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 26px;
}

.ajax-search-wrap {
  right: 0 !important;
}

.search-result .search-item-img, .search-result .search-item-img img, .search-result .search-item-img .img-holder {
  height: 100px !important;
  width: 100px !important;
  border-radius: initial !important;
}
.search-result.has-img .search-item-content {
  margin-left: 120px !important;
}

.home .woof_submit_search_form_container {
  margin: 0;
  text-align: center;
}
.home .woof_submit_search_form_container > button {
  float: none !important;
}
.home .woof_homepage .widget {
  padding: 0;
}

.sf-mobile-shop-filters .widget.WOOF_Widget {
  width: 50% !important;
  padding: 0 !important;
}
@media all and (max-width: 768px) {
  .sf-mobile-shop-filters .widget.WOOF_Widget {
    width: 100% !important;
  }
}
.sf-mobile-shop-filters .widget_layered_nav {
  width: 12.5% !important;
}
@media all and (max-width: 768px) {
  .sf-mobile-shop-filters .widget_layered_nav, .sf-mobile-shop-filters .widget_product_categories {
    width: 100% !important;
    border-bottom: none !important;
  }
}

.widget.widget-woof .woof_meta_slider_container {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .widget.widget-woof .woof_meta_slider_container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.widget.widget-woof .woof_meta_slider_container h4 {
  text-align: center;
  color: #444;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 18px;
}
@media screen and (max-width: 480px) {
  .widget.widget-woof .woof_meta_slider_container h4 {
    top: 10px;
  }
}
.widget.widget-woof .filter-button {
  background: #d73232;
  border: 2px solid #881b1b;
  color: #000;
}
.widget.widget-woof .filter-button:hover {
  background: #881b1b;
  color: #fff;
}
.widget.widget-woof .button.reset {
  background: #ddd;
  border: 2px solid #aaaaaa;
  color: #000;
  margin-right: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  display: none;
}
.home .widget.widget-woof .button.reset {
  display: inline;
  display: none;
}

.widget.widget-woof .button.reset:hover {
  background: #aaaaaa;
  color: #fff;
}
.widget.widget-woof .irs {
  height: 55px;
}
.widget.widget-woof .irs-with-grid {
  height: 75px;
}
.widget.widget-woof .irs-line {
  height: 3px;
  top: 33px;
  background: #EEE;
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.widget.widget-woof .irs-line-left, .widget.widget-woof .irs-line-mid, .widget.widget-woof .irs-line-right {
  height: 8px;
}
.widget.widget-woof .irs-bar {
  height: 3px;
  top: 33px;
  border: none;
  background: #444;
  /* W3C */
}
.widget.widget-woof .irs-bar-edge {
  height: 3px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.widget.widget-woof .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.widget.widget-woof .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.widget.widget-woof .irs-slider {
  top: 27px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  /* W3C */
  -moz-border-radius: 27px;
  box-shadow: none;
  cursor: pointer;
}
.widget.widget-woof .irs-slider.state_hover, .widget.widget-woof .irs-slider:hover {
  border-color: #d73232;
}
.widget.widget-woof .irs-slider.from {
  margin-left: -2px;
  background: #df5d5d;
}
.widget.widget-woof .irs-slider.to {
  margin-left: 2px;
  background: #3f3f3f;
}
.widget.widget-woof .irs-min, .widget.widget-woof .irs-max {
  color: #333;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.widget.widget-woof .lt-ie9 .irs-min, .widget.widget-woof .lt-ie9 .irs-max {
  background: #ccc;
}
.widget.widget-woof .irs-from, .widget.widget-woof .irs-to, .widget.widget-woof .irs-single {
  color: #fff;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #d73232;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.widget.widget-woof .lt-ie9 .irs-from, .widget.widget-woof .lt-ie9 .irs-to, .widget.widget-woof .lt-ie9 .irs-single {
  background: #999;
}
.widget.widget-woof .irs-grid {
  height: 27px;
}
.widget.widget-woof .irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.widget.widget-woof .irs-grid-pol.small {
  background: #999;
}
.widget.widget-woof .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.above-footer-section .top-categories-boxes a.readmore-hp {
  display: block;
  text-align: center;
}

.minigallery {
  overflow: hidden;
}
.minigallery button {
  display: none !important;
}

article.articles .page-content .content-wrap .col-sm-1 {
  width: 3.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-2 {
  width: 6.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-3 {
  width: 10%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-4 {
  width: 13.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-5 {
  width: 16.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-6 {
  width: 20%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-7 {
  width: 23.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-8 {
  width: 26.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-9 {
  width: 30%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-10 {
  width: 33.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-11 {
  width: 36.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-12 {
  width: 40%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-13 {
  width: 43.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-14 {
  width: 46.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-15 {
  width: 50%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-16 {
  width: 53.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-17 {
  width: 56.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-18 {
  width: 60%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-19 {
  width: 63.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-20 {
  width: 66.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-21 {
  width: 70%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-22 {
  width: 73.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-23 {
  width: 76.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-24 {
  width: 80%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-25 {
  width: 83.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-26 {
  width: 86.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-27 {
  width: 90%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-28 {
  width: 93.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-29 {
  width: 96.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-30 {
  width: 100%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-1 {
  width: 8.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-2 {
  width: 16.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-3 {
  width: 25%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-4 {
  width: 33.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-5 {
  width: 41.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-6 {
  width: 50%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-7 {
  width: 58.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-8 {
  width: 66.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-9 {
  width: 75%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-10 {
  width: 83.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-11 {
  width: 91.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-12 {
  width: 100%;
  float: left;
}
article.articles .page-content .content-wrap .column-img {
  margin-bottom: 3%;
  text-align: center;
}
article.articles .page-content .content-wrap .column-img .column-image {
  display: inline-block;
  float: none;
}
article.articles .page-content .content-wrap .column-img .column-image img {
  margin: 0 auto;
}
article.articles .page-content .content-wrap .text-block {
  margin-bottom: 2%;
}
article.articles .page-content .content-wrap h2 {
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .et-product-detail .product-gallery {
    z-index: 9;
  }

  .zoom-enabled .woocommerce-product-gallery__image + .roomvo-stimr {
    z-index: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 50px !important;
    width: 200px !important;
  }

  .woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper {
    position: relative;
    z-index: 501;
  }

  img.zoomImg {
    position: fixed !important;
  }
}
.entry-content p a:not([class]):after, .entry-content li a:not([class]):after, .wpb_text_column a:not([class]):after, .wp-block-latest-comments__comment-link:after, .et-header-menu > li > a:after, .big-menu > li > a:after, .big-menu .sub-menu > li > a:after, .et-header-menu .sub-menu > li > a:after, .footer-bar .menu li a:after, .widget .menu-item > a:after, .et-blog-categories-list li a:after, .et-product-detail .product_meta > span a:after, .post.post-detail .single-post-meta a:after, .post-featured .post-title .post-meta a:after, .et-banner-text .et-banner-link.link:after, .commentlist > li .reply a:after, #cancel-comment-reply-link:after, .et-login-wrapper a:after, .et-checkout-login-title a:after, .et-checkout-coupon-title a:after, .checkout .back-to-cart a:after, .woocommerce-cart .back-to-shop a:after, #order_review .terms a:after, .woocommerce-terms-and-conditions-wrapper a:after, .tag-cloud-link:after, .post-nav-links a:after, .post-categories li a:after, .shop_categories_list li a:after, .woocommerce-MyAccount-navigation ul li a:after, .campaign-inner a:after, .button-underline:after {
  background-color: #d73232;
}

.woocommerce-pagination ul.page-numbers li {
  padding: 5px;
}
.woocommerce-pagination ul.page-numbers li .current {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 2px;
  background-color: #d73232;
  color: #fff;
  text-decoration: none;
}

.colors-palette {
  position: relative;
}
.colors-palette ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
.colors-palette ul li {
  list-style: none;
  border: 1px solid transparent;
  transition: ease all 0.2s;
}
.colors-palette ul li > button {
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.colors-palette ul li > button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(47deg, #00000000 42%, rgba(255, 255, 255, 0.22) 100%);
}
.colors-palette ul li > button:hover {
  border: 1px solid lightslategrey;
}
.colors-palette ul li > button.is-selected {
  border: 1px solid #d73232;
  cursor: pointer;
  transform: scale(1.1);
}
.colors-palette ul li > button.is-selected .fa-fw {
  font-size: 1rem;
}
.colors-palette ul li > button.is-selected .fa-fw:before {
  content: "";
}
.colors-palette ul li > button.is-selected.is-selected .fa-fw:before {
  content: "";
  color: #d73232;
  text-shadow: 0 0 3px #ffffff;
}
.colors-palette ul li > button[data-color=red].is-selected .fa-fw:before {
  content: "";
  color: #fff;
  text-shadow: 0 0 3px #d73232;
}

.t-toast {
  border-radius: 2px !important;
}
.t-toast.t-green {
  background: #d73232 !important;
}

.share-links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .share-links {
    flex-direction: column;
  }
}
.share-links a {
  cursor: pointer;
  color: white;
  background: #212121;
  padding: 5px 10px;
  border: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: 20px;
  display: block;
}
.share-links a:hover {
  background: #d73232;
  color: #fff;
}
.share-links i {
  fill: white;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: auto;
  margin-right: 10px;
}

.woocommerce-product-gallery__wrapper button.roomvo-stimr {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 50px !important;
  width: 200px !important;
}

.home .blogpost-custom-header-v2 {
  display: none;
}

@media screen and (min-width: 500px) {
  .page-title, .woocommerce-products-header h1 {
    font-size: 2rem;
  }

  .shop-views.list-1, .shop-views.small-1 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
/* Final homepage hero-search override. This stays in custom.scss because
 * homepage is imported before legacy WOOF styles.
 */
@media screen and (min-width: 992px) {
  .home .search-section.hero-search {
    bottom: 20px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 clamp(40px, 7.8vw, 150px) !important;
  }

  .home .search-section.hero-search .hero-search__inner {
    width: min(1280px, 100%) !important;
    height: auto !important;
    min-height: 196px !important;
    padding: 18px 28px 8px !important;
  }

  .home .search-section.hero-search .hero-search__row {
    display: flex !important;
    height: auto !important;
    justify-content: center;
  }

  .hero-search__ranges-col {
    min-width: 40%;
  }

  .hero-search__colors-col {
    flex: 1;
    justify-content: center;
  }

  .home .search-section.hero-search .hero-search__ranges-col,
.home .search-section.hero-search .hero-search__checks-col,
.home .search-section.hero-search .hero-search__colors-col,
.home .search-section.hero-search .hero-search__action-col,
.home .search-section.hero-search #bysize,
.home .search-section.hero-search .hero-search__ranges,
.home .search-section.hero-search .filters-wrapper,
.home .search-section.hero-search .filters-sizes,
.home .search-section.hero-search .woof_homepage,
.home .search-section.hero-search .widget.widget-woof {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .home .search-section.hero-search .woof_container_product_cat,
.home .search-section.hero-search .woof_submit_search_form_container {
    display: none !important;
  }

  .home .search-section.hero-search .woof_meta_slider_container {
    float: none !important;
    width: 100% !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .home .search-section.hero-search .woof_block_html_items,
.home .search-section.hero-search .irs {
    height: 52px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, max-content)) !important;
    justify-content: start !important;
    column-gap: 16px !important;
    row-gap: 8px !important;
    margin: 0 !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw {
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    padding: 0 !important;
    color: transparent !important;
    line-height: 16px !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.36) !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw:before {
    content: "" !important;
  }

  .home .search-section.hero-search .hero-search__checks .rects button.rect.is-selected .fa-fw:before {
    content: "" !important;
    color: #111 !important;
  }

  .home .search-section.hero-search .hero-search__colors ul {
    display: grid !important;
    grid-template-columns: repeat(5, 32px) !important;
    gap: 16px !important;
  }

  .home .search-section.hero-search .irs-line,
.home .search-section.hero-search .irs-bar {
    top: 28px !important;
  }

  .home .search-section.hero-search .irs-min,
.home .search-section.hero-search .irs-max,
.home .search-section.hero-search .irs-from,
.home .search-section.hero-search .irs-to,
.home .search-section.hero-search .irs-single {
    top: -14px !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .home .search-section.hero-search .irs-from,
.home .search-section.hero-search .irs-to {
    color: #ffffff !important;
  }

  .home .search-section.hero-search .irs-min,
.home .search-section.hero-search .irs-max {
    color: #b4b1b1 !important;
  }

  .home .search-section.hero-search .irs-slider,
.home .search-section.hero-search .irs-handle {
    top: 15px !important;
  }

  .home .search-section.hero-search .hero-search__action-col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .home .search-section.hero-search {
    padding: 0 !important;
  }

  .home .search-section.hero-search .hero-search__inner {
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 30px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .home .search-section.hero-search .hero-search__row {
    grid-template-columns: minmax(360px, 1.2fr) minmax(300px, 0.95fr) minmax(140px, 0.45fr) !important;
    gap: 22px !important;
  }

  .home .search-section.hero-search .hero-search__action-col {
    grid-column: 3;
    align-self: end !important;
    margin-top: 14px !important;
  }

  .home .search-section.hero-search .hero-search__submit {
    width: 100% !important;
    max-width: 190px !important;
    height: 56px !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .home .search-section.hero-search .hero-search__row {
    gap: 0 !important;
  }
  .home .search-section.hero-search .hero-search__row .button.reset {
    display: none !important;
  }
  .home .search-section.hero-search .hero-search__row .hero-search__submit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__ranges-col,
.home .search-section.hero-search .hero-search__checks-col,
.home .search-section.hero-search .hero-search__colors-col,
.home .search-section.hero-search .hero-search__action-col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__ranges .filters-wrapper,
.home .search-section.hero-search .woof_homepage,
.home .search-section.hero-search .widget.widget-woof {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .woof_container_product_cat,
.home .search-section.hero-search .woof_submit_search_form_container {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .woof_meta_slider_container {
    float: none !important;
    width: 100% !important;
    height: 82px !important;
    margin: 0 0 14px !important;
    padding: 0 48px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .home .search-section.hero-search .woof_meta_slider_container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .woof_block_html_items,
.home .search-section.hero-search .irs {
    height: 56px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .irs-min,
.home .search-section.hero-search .irs-max,
.home .search-section.hero-search .irs-from,
.home .search-section.hero-search .irs-to,
.home .search-section.hero-search .irs-single {
    top: -12px !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .irs-line,
.home .search-section.hero-search .irs-bar {
    top: 28px !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .irs-slider,
.home .search-section.hero-search .irs-handle {
    top: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__checks .rects {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px 24px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .home .search-section.hero-search .hero-search__checks .rects {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__checks .rects button.rect {
    min-height: 20px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 13px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .home .search-section.hero-search .hero-search__checks .rects button.rect {
    font-size: 16px !important;
    padding: 15px;
    text-align: center !important;
  }
  .home .search-section.hero-search .hero-search__checks .rects button.rect .fa-fw {
    display: block;
    font-size: 26px;
    margin: 10px auto;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__colors ul {
    display: grid !important;
    gap: 12px !important;
    justify-content: center;
    grid-template-columns: repeat(5, 40px) !important;
  }
  .home .search-section.hero-search .hero-search__colors ul button {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    aspect-ratio: 1/1 !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__colors button {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    aspect-ratio: 1/1 !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 991px) {
  .home .search-section.hero-search .hero-search__submit {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
  }
}

/*# sourceMappingURL=custom.css.map */
