html {
  scroll-behavior: smooth;
}
body {
  font: 1rem "Open Sans", sans-serif, serif;
  line-height: 26px;
}
html *:focus {
  outline: none;
}
:root {
  --primarycolor: #424242 !important;
}
/* Slider */
.carousel .carousel-item {
  height: 100%;
}
.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  object-fit: contain;
}
.carousel .carousel-item a {
  color: #fff;
}
.carousel .carousel-item .caption {
  position: absolute;
  width: 100%;
  padding: 200px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.carousel .carousel-item figure {
  margin: 0;
  display: inline-block;
}
.carousel .carousel-control {
  opacity: 1;
}
.carousel .carousel-control .icon-next:before, .carousel .carousel-control .icon-prev:before {
  content: "";
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  transition: 1s;
  font-size: 50px;
  position: absolute;
  color: #c2c2c2;
}
.carousel .carousel-control .icon-next i {
  right: 0px;
}
.carousel .carousel-control .icon-prev i {
  left: 0px;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
  color: var(--primarycolor);
}
.carousel .carousel-control .icon-prev {
  left: 0;
  margin: 0px;
}
.carousel .carousel-control .icon-next {
  right: 0;
  margin: 0px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
}
.carousel-indicators li {
  transition: 0.5s;
  border: 2px transparent;
  background: var(--primarycolor);
}
.carousel-indicators li:hover {
  border: 2px solid var(--primarycolor);
  background: var(--primarycolor);
}
.carousel-indicators .active {
  background-color: transparent;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 2px solid var(--primarycolor);
}
.display-1 {
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .display-1 {
    font-size: 28px;
  }
  .carousel .carousel-item .caption {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 22px;
  }
  .carousel .carousel-item .caption {
    padding: 60px;
  }
  .block-category .category-cover {
    text-align: left;
  }
}
.carousel .carousel-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.2);
}
.carousel-item .caption {
  transition: 1s;
  opacity: 0;
  margin-top: 100px;
}
.carousel-item.active .caption {
  opacity: 1;
  margin-top: 0px;
}
/* Theme Menu */
#header {
  position: relative;
  z-index: 99;
  box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.05);
}
main {
  overflow-x: hidden;
}
#header .cart-preview #product_cart_btn {
  font-weight: 600;
}
 /* Modifica Willi */
#header .cart-preview {
  margin-top: 0px;
  margin-bottom: 10px;
}
#header .cart-preview :hover {
  cursor: pointer;
}
#header .mobile-toggle {
  font-size: 20px;
  color: #333;
  line-height: 48px;
}
#header .menu > ul > li {
  padding: 16px 40px 16px 0px;
}
#header .menu > ul > li > a {
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width:768px) {
  .theme-menu .menu-dropdown ul {
    background: white;
    box-shadow: 0px 5px 30px -10px rgb(0, 0, 0, 0.2);
  }
  /* Menu */
  .theme-menu * {
    z-index: 9;
  }
  .theme-menu ul a, .theme-menu ul ul, .theme-menu ul li {
    transition: 0.5s;
  }
  .theme-menu > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .theme-menu ul > li {
    padding: 10px;
    position: relative;
  }
  .theme-menu ul li {
    list-style: none;
  }
  .theme-menu a, .theme-menu ul, .theme-menu li {
    transition: 0.5s;
  }
  .theme-menu {
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99;
  }
  .theme-menu > li {
    padding: 10px;
    position: relative;
  }
  .full-width > li {
    position: unset;
  }
  .theme-menu li {
    list-style: none;
  }
  .menu-dropdown ul[data-depth="1"] {
    position: absolute;
    top: 150%;
    left: 0px;
    padding: unset;
  }
  .menu-dropdown ul {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px -5px rgb(0, 0, 0, 0.08);
  }
  .theme-menu li:hover ul[data-depth="1"], .theme-menu li ul[data-depth="1"] li:hover ul[data-depth="2"], .theme-menu li ul[data-depth="2"] li:hover ul[data-depth="3"], .theme-menu li ul[data-depth="3"] li:hover ul[data-depth="4"] {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9;
  }
  /* Level Dropdown */
  .menu-dropdown ul li {
    position: relative !important;
  }
  .menu-dropdown ul ul {
    position: absolute !important;
    left: 100%;
    top: 0% !important;
  }
  .theme-menu .menu-dropdown i {
    position: absolute;
    right: 10px;
    top: 30%;
  }
  /* Custom Header Style */
  #header .header-nav .blockcart {
    background: transparent;
  }
  .header-top #_desktop_logo h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .header-top .position-static {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #header .header-top .menu, .top-menu {
    margin-bottom: 0px;
  }
  #header .top-menu .menu-dropdown li {
    width: 100%;
    padding: 9px 0;
  }
  #header .top-menu .menu-dropdown .top-menu {
    text-align: left;
  }
  #header .top-menu .menu-dropdown .top-menu li a {
    padding-left: 20px;
  }
  #header .header-nav {
    margin-bottom: 0px;
    border: none;
  }
  /* Checkout Page Menu */
  .checkout-header > div > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header .header-top {
  border-bottom: 1px solid #f0f0f0;
}
#header .sidebar__single {
  position: absolute;
  left: 15px;
  right: 65px;
  max-width: 100%;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  #header .sidebar__single {
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 100%;
    z-index: 99;
    display: none;
  }
}
.search-toggle {
  display: none;
}
#header .search-toggle {
  display: block;
  position: absolute;
  right: 15px;
}
#header .search-toggle-off {
  display: none;
}
.header-menu > div:not(.mobile-toggle) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 50px;
}
#header .header-nav-row .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#header .header-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
#header .header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .header-nav-row div {
  max-width: -webkit-fill-available;
}
.search-toggle {
  position: relative;
  text-align: center;
}
.search-toggle i:hover {
  cursor: pointer;
}
.sidebar__search i.search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 20px;
  left: 0;
}
.sidebar__search {
  background-color: #ddd;
}
.sidebar__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--thm-font);
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-top: -5px;
}
.sidebar__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar__social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: var(--thm-gray);
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__social-list a + a {
  margin-left: 10px;
}
.sidebar__social-list a:hover {
  background-color: var(--thm-primary);
  color: #ffffff;
}
.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar__post-list li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eceeef;
}
.sidebar__post-image {
  margin-right: 20px;
}
.sidebar__post-image > img {
  width: 61px;
}
.sidebar__post-content h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--thm-font);
  margin: 0;
}
.sidebar__post-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post-content h3 a:hover {
  color: var(--thm-primary);
}
.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=text] {
  display: block;
  border: none;
  outline: none;
  background-color: #f6f6f8;
  font-size: 14px;
  font-weight: 300;
  padding-left: 50px;
  height: 50px;
  width: 100%;
  padding-right: 100px;
}
.sidebar__search-form button.sidebar__search_btn:before {
  content: '';
  position: absolute;
  /*width: 1px;*/
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #d8d8d8;
}
.sidebar__search-form button[type=submit] {
  background: var(--primarycolor);
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100px;
  outline: none;
  border: none;
  transition: 0.5s;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
}
/* Theme Design */
.page-content > ul li {
  padding: 10px;
  list-style: inside;
}
/* Product Layout */
.products-selection {
  font-size: 14px;
  padding-bottom: 10px;
}
@media (max-width:576px) {
  .products-selection > div {
    padding-bottom: 10px;
  }
  .tabs .nav-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .tabs .nav-tabs .nav-link {
    padding-bottom: 5px !important;
  }
}
/** template woocommerce css **/
.product-variants .input-container .color.texture {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products .product-variant > a {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all linear 0.1s;
}
.products .product-variant > a:hover {
  transform: scale(0.6);
}
.shop-section {
  position: relative;
  padding-bottom: 120px;
}
.shop-block-one {
  position: relative;
}
.shop-block-one .inner-box {
  position: relative;
  display: block;
  /*  margin-bottom: 30px;*/
}
#product .shop-block-one .inner-box {
}
#product #footer {
  position: relative;
  z-index: 99;
}
#product .slick-slider {
  margin-bottom: -160px;
}
#product .product-accessories {
  z-index: 0;
  position: relative;
}
#product .product-accessories:hover {
  z-index: 999;
}
.shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: visible;
  height: min-content;
}
.shop-block-one .inner-box .image-box img {
  width: 100%;
  height: auto;
  position: static !important;
}
.product-flags {
  pointer-events: none;
  position: absolute;
  top: -15px;
  left: 10px;
  width: unset;
  display: flex;
  gap: 10px;
  flex-direction: column;
  z-index: 2;
}
.product-flags .category {
  right: 0px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  min-width: 55px;
  padding: 0px 10px;
  text-align: center;
  position: relative;
}
.product-flags .category:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
  display: none;
}
.product-flags .category:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 9px;
  bottom: -8px;
  right: 0;
  clip-path: polygon(0 0, 100% 99%, 100% 0);
}
.shop-block-one .inner-box .image-box .info-list {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: scale(0.2);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
}
.shop-block-one .inner-box:hover .image-box .info-list {
  top: 50%;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.shop-block-one .inner-box .image-box .info-list li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.shop-block-one .inner-box .image-box .info-list li:last-child {
  margin-right: 0px;
}
.shop-block-one .inner-box .image-box .info-list li a {
  transition: 0.2s;
  font-size: 14px;
  display: inline-block;
  width: 135px;
  line-height: 45px;
  text-align: center;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 10px 10px rgb(0, 0, 0, 0.08);
}
.shop-block-one .inner-box .image-box .info-list li a i {
  font-size: 25px;
  color: var(--primarycolor);
}
.shop-block-one .inner-box .image-box .info-list li a:hover i {
  color: white;
}
.shop-block-one .inner-box .image-box .info-list li a:hover {
  color: white;
  background: var(--primarycolor);
}
.shop-block-one .inner-box .lower-content {
  position: relative !important;
  text-align: center;
  width: 100% !important;
  height: auto !important;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.shop-block-one .inner-box .lower-content h2 {
  border-bottom: 1px solid #e9e9e9;
}
.shop-block-one .inner-box .lower-content a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}
.shop-block-one .inner-box .lower-content a:hover {
  color: var(--primarycolor);
}
.shop-block-one .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primarycolor);
  margin: 0px;
  width: 100%;
}
.shop-section .filters {
  position: relative;
  display: block;
  margin-bottom: 48px;
}
.shop-section .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #888;
  margin: 0px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-section .filters .filter-tabs li:hover, .shop-section .filters .filter-tabs li.active {
  color: #222;
}
.shop-section .filters .filter-tabs li:before {
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.shop-section .filters .filter-tabs li:hover:before, .shop-section .filters .filter-tabs li.active:before {
  transform: scale(1, 1);
}
.shop-section .more-btn {
  position: relative;
  margin-top: 10px;
}
.shop-section .inner-container {
  border-bottom: 1px solid #e6e6e6;
}
/** shop-style-two **/
.shop-style-two {
  position: relative;
}
.shop-style-two .filters .separator {
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.shop-style-two .filters {
  position: relative;
  margin-bottom: 70px;
}
.shop-style-two .filters .filter-tabs {
  position: relative;
  margin-bottom: 24px;
}
.shop-style-two .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #888;
  font-weight: 600;
  margin: 0px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-style-two .filters .filter-tabs li.active, .shop-style-two .filters .filter-tabs li:hover {
  color: #222;
}
.shop-style-two .filters .filter-tabs li:before {
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 6px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.shop-style-two .filters .filter-tabs li.active:before, .shop-style-two .filters .filter-tabs li:hover:before {
  transform: scale(1, 1);
}
.shop-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 63px;
}
.shop-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.shop-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.shop-block-two .inner-box .image-box .category {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}
.shop-block-two .inner-box .image-box .category:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}
.shop-block-two .inner-box .image-box .category:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}
.shop-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 19px;
}
.shop-block-two .inner-box .lower-content a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}
.shop-block-two .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}
.shop-block-two .inner-box .image-box .info-list {
  position: absolute;
  right: -55px;
  bottom: 30px;
  width: 55px;
  height: 150px;
  text-align: center;
  background: #222;
  padding: 5px 0px;
  border-radius: 3px;
  visibility: hidden;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .image-box .info-list {
  right: 10px;
  visibility: visible;
}
.shop-block-two .inner-box .image-box .info-list li {
  position: relative;
  display: block;
  padding: 10px 0px;
}
.shop-block-two .inner-box .image-box .info-list li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 1px;
  left: 17px;
  bottom: 0px;
}
.shop-block-two .inner-box .image-box .info-list li:last-child:before {
  display: none;
}
.shop-block-two .inner-box .image-box .info-list li a {
  font-size: 20px;
  color: #fff;
}
.shop-block-two .inner-box .image-box .info-list li span {
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}
.shop-block-two .inner-box .image-box .info-list li span:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}
.shop-block-two .inner-box .image-box .info-list li:hover span {
  right: 63px;
  visibility: visible;
  opacity: 1;
}
.shop-style-two .sortable-masonry {
  border-bottom: 1px solid #e6e6e6;
}
.shop-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.shop-sidebar .widget-title h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}
.shop-sidebar .post-widget .post-inner .post {
  position: relative;
  padding: 14px 0px 18px 120px;
  margin-bottom: 30px;
  min-height: 90px;
}
.shop-sidebar .post-widget .post-inner .post:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .post-widget .post-inner .post .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.shop-sidebar .post-widget .post-inner .post .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post-inner .post:hover .image-box img {
  opacity: 0.2;
}
.shop-sidebar .post-widget .post-inner .post .inner a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}
.shop-sidebar .post-widget .post-inner .post .inner p {
  color: #222;
  margin: 0px;
}
.shop-sidebar .post-widget {
  margin-bottom: 70px;
}
.shop-sidebar .advice-box {
  position: relative;
  display: block;
  background: #3d4875;
  padding: 36px 30px 130px 25px;
  overflow: hidden;
}
.shop-sidebar .advice-box .image {
  position: absolute;
  right: -30px;
  bottom: 0px;
}
.shop-sidebar .advice-box .text {
  position: relative;
  max-width: 80px;
  width: 100%;
}
.shop-sidebar .advice-box .text h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}
.shop-sidebar .advice-box .pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 139px;
  height: 271px;
  background-repeat: no-repeat;
}
.sidebar-page-container .filters {
  margin-bottom: 48px;
}
.sidebar-page-container .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #888;
  margin: 0px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}
.sidebar-page-container .filters .filter-tabs li:hover, .sidebar-page-container .filters .filter-tabs li.active {
  color: #222;
}
.sidebar-page-container .filters .filter-tabs li:before {
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -2px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.sidebar-page-container .filters .filter-tabs li:hover:before, .sidebar-page-container .filters .filter-tabs li.active:before {
  transform: scale(1, 1);
}
.sidebar-page-container .filters .filter-tabs li:after {
  position: absolute;
  content: '';
  background: #ccccca;
  width: 8px;
  height: 8px;
  top: 12px;
  right: -28px;
  transform: rotate(45deg);
}
.sidebar-page-container .filters .filter-tabs li:last-child:after {
  display: none;
}
.sidebar-page-container .filters .filter-tabs li:last-child {
  margin-right: 0px;
}
.sidebar-page-container .filters .filter-tabs li:first-child {
  margin-left: 0px;
}
/** shop-style-three **/
.shop-style-three {
  position: relative;
  padding: 120px 0px;
}
.advice-block .advice-box {
  position: relative;
  padding: 65px 15px 70px 15px;
  overflow: hidden;
}
.advice-block .advice-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.05);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
}
.advice-block .advice-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 17px;
}
.advice-block .advice-box h2 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}
.advice-block .advice-box .price span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 63px;
}
.advice-block .advice-box .price span del {
  font-size: 18px;
}
.advice-block .advice-box .image-box {
  position: relative;
}
.shop-style-three .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.shop-style-three .tab-btn-box h2 {
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}
.shop-style-three .tab-btn-box .tab-btns {
  position: relative;
  margin-top: 7px;
}
.shop-style-three .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  margin: 0px 17.5px;
  transition: all 500ms ease;
}
.shop-style-three .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 2px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.shop-style-three .tab-btn-box .tab-btns li.active-btn:before, .shop-style-three .tab-btn-box .tab-btns li:hover:before {
  transform: scale(1, 1);
}
.shop-style-three .tab-btn-box .tab-btns li.active-btn, .shop-style-three .tab-btn-box .tab-btns li:hover {
  color: #222;
}
.shop-block-three .inner-box {
  position: relative;
  display: block;
}
.shop-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}
.shop-block-three .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-three .inner-box:hover .image-box img {
  opacity: 0.3;
  transform: scale(1.05);
}
.shop-block-three .inner-box .lower-content {
  position: relative;
  padding-top: 19px;
}
.shop-block-three .inner-box .lower-content a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}
.shop-block-three .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}
.shop-block-three .inner-box .image-box .info-list {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  visibility: hidden;
  transition: all 500ms ease;
}
.shop-block-three .inner-box:hover .image-box .info-list {
  right: 10px;
  visibility: visible;
}
.shop-block-three .inner-box .image-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 3px;
}
.shop-block-three .inner-box .image-box .info-list li:last-child {
  margin-bottom: 0px;
}
.shop-block-three .inner-box .image-box .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #c8cace;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.shop-block-three .inner-box .image-box .info-list li span {
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}
.shop-block-three .inner-box .image-box .info-list li span:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}
.shop-block-three .inner-box .image-box .info-list li:hover span {
  right: 63px;
  visibility: visible;
  opacity: 1;
}
.shop-block-three .inner-box .image-box .category {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}
.shop-block-three .inner-box .image-box .category:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.shop-block-three .inner-box .image-box .category:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}
/** shop-style-four **/
.shop-style-four {
  position: relative;
}
.shop-style-four .inner-container {
  position: relative;
  padding: 115px 0px 90px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.shop-style-four .single-block .top-inner {
  position: relative;
  display: block;
  margin-bottom: 36px;
}
.shop-style-four .single-block .top-inner h2 {
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}
.shop-style-four .single-block .top-inner a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-top: 5px;
  z-index: 1;
  opacity: 0.5;
}
.shop-style-four .single-block .top-inner a:hover {
  opacity: 1;
}
.shop-style-four .single-block .top-inner a i {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}
.shop-style-four .single-block .top-inner a:hover i {
  transform: rotate(0deg);
}
.shop-style-four .single-block .top-inner a:before {
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.shop-style-four .single-block .top-inner a:hover:before {
  width: 100%;
}
.shop-block-four {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px 30px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.shop-block-four:hover {
  border-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
.shop-block-four .inner-box {
  position: relative;
  padding: 15px 0px 18px 120px;
}
.shop-block-four .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.shop-block-four .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-four:hover .inner-box .image-box img {
  opacity: 0.2;
}
.shop-block-four .inner-box .inner a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 5px;
}
.shop-block-four .inner-box .inner p {
  color: #222;
}
.shop-page-4 .outer-container {
  max-width: 1710px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.shop-page-section.shop-page-4 .item-shorting {
  position: inherit;
}
.shop-page-section.shop-page-4 .shop-block-one {
  max-width: 400px;
}
.shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a {
  width: 263px;
}
.shop-block-five .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 390px;
}
.shop-block-five .inner-box .image-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 270px;
  height: 350px;
  overflow: hidden;
}
.shop-block-five .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-five .inner-box:hover .image-box img {
  opacity: 0.2;
  transform: scale(1.05);
}
.shop-block-five .inner-box .image-box .category {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
  z-index: 1;
}
.shop-block-five .inner-box .image-box .category:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}
.shop-block-five .inner-box .image-box .category:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}
.shop-block-five .inner-box .content-box {
  position: relative;
  padding: 41px 30px 46px 300px;
}
.shop-block-five .inner-box .content-box .info-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.shop-block-five .inner-box .content-box .info-list li:last-child {
  margin: 0px !important;
}
.shop-block-five .inner-box .content-box .info-list li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #222;
}
.shop-block-five .inner-box .content-box .info-list li:nth-child(2) a {
  width: 135px;
  background: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
}
.shop-block-five .inner-box .content-box .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  margin-bottom: 3px;
}
.shop-block-five .inner-box .content-box .text .price {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 26px;
}
.shop-block-five .inner-box .content-box .text {
  position: relative;
  margin-bottom: 33px;
}
/* Color */
.product-flags .category.green-bg {
  background: var(--primarycolor);
}
.product-flags .category.green-bg:after {
  background: var(--primarycolor);
}
.product-flags .category.green-bg:before {
  background: var(--primarycolor);
}
/* Additional */
.newsletter-form .btn {
  background: #222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
}
.newsletter-form .btn:hover {
  color: #222;
  background: #fff;
}
.align-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  padding-top: 0px;
}
.theme-price-and-shipping {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.shop-block-one .inner-box .lower-content a {
  /*  font-family: poppins;*/
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.theme-price-and-shipping span {
  color: #000;
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
}
.theme-price-and-shipping span:not(.price) {
  background: #f5f5f5;
}
.theme-price-and-shipping .discount-product, .theme-price-and-shipping .regular_price {
  display: none;
}
/* toggle-menu (header burger) */
.toggle-menu {
  position: relative;
  z-index: 7;
}
.toggle-menu .dropdown-toggle {
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-top: 14px;
  margin-bottom: 12px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.toggle-menu .dropdown-toggle .icon-bar {
  background: #333333;
  width: 18px;
  height: 2px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.toggle-menu .dropdown-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.toggle-menu .dropdown-toggle:hover .icon-bar {
  background: var(--primarycolor);
}
.toggle-menu .dropdown-menu {
  width: 202px;
}
.toggle-menu .dropdown-menu ul li {
  border-bottom: 1px solid #e9e9e9;
}
.toggle-menu .dropdown-menu ul li a {
  padding: 13px 19px 11px 20px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.toggle-menu .dropdown-menu ul li a .icon, .toggle-menu .dropdown-menu ul li a .fa {
  font-size: 14px;
  line-height: 19px;
}
.toggle-menu .dropdown-menu ul li a:hover {
  color: var(--primarycolor);
  background: #f6f6f8;
}
.toggle-menu .dropdown-menu ul li.active a {
  color: var(--primarycolor);
  background: #f6f6f8;
}
/* dropdown */
.dropdown {
  display: inline-block;
}
.dropdown-menu ul {
  margin-bottom: 0px;
}
.dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  width: 233px;
  margin-top: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.header-nav-top.classy-my-header-top-1 .dropdown .dropdown-menu {
  top: 152%;
  left: -25px;
}
@media (max-width: 350px) {
  .dropdown .dropdown-menu {
    width: 198px;
  }
}
.dropdown .dropdown-menu__close {
  display: none;
}
.dropdown .dropdown-menu > li > a {
  display: block;
  color: #333333;
  background: #ffffff;
  font-size: 1rem;
  line-height: 19px;
  padding: 10px 7px 10px 20px;
  text-decoration: none;
  white-space: inherit;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.dropdown .dropdown-menu > li > a .icon, .dropdown .dropdown-menu > li > a .fa {
  color: #333333;
}
.dropdown .dropdown-menu > li > a:hover, .dropdown .dropdown-menu > li.active > a {
  color: var(--primarycolor);
  background: #f6f6f8;
}
.dropdown .dropdown-menu > li > a:hover .icon, .dropdown .dropdown-menu > li > a:hover .fa, .dropdown .dropdown-menu > li.active > a .icon, .dropdown .dropdown-menu > li.active > a .fa {
  color: var(--primarycolor);
}
.dropdown .dropdown-menu > li > a .icon {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  padding: 0 12px 0 2px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.dropdown .dropdown-menu > li > a .fa {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  padding: 0 12px 0 2px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.dropdown .dropdown-menu.multicolumn > li:last-child a {
  border: 0;
}
.dropdown .dropdown-label {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #777;
}
.cont_info_content {
  text-align: right;
  padding-right: 40px;
}
/* Pagination */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination {
  position: relative;
  display: block;
}
.pagination li {
  display: inline-block;
  margin: 0px 0px;
  background: white;
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #111;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover, .pagination li a.active {
  color: #fff;
  background: var(--primarycolor);
}
.item-showing-desc {
  font-family: 'Poppins' !important;
  padding: 30px 0px;
}
/* Pagination */
/* Header Top Section */
.header-section .header-nav-sec > div > div {
  height: 100%;
}
.header-section *:not(i, .cart-popup) {
  font-size: 14px;
  font-weight: 600;
}
.header-section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.header-nav-sec > div > div {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 10px;
  min-width: max-content;
  border-right: 1px solid #f0f0f0;
}
.header-section .left-header-nav > div {
  border-left: 1px solid #f0f0f0;
}
.header-section .right-header-nav {
  justify-content: flex-end;
}
.header-section .language-block {
  display: flex;
  gap: 5px;
}
.header-section .social-links {
  display: flex;
  gap: 10px;
}
.header-nav-sec i {
  color: var(--primarycolor);
}
.header-section .social-links i {
  transition: 0.5s;
  background: var(--primarycolor);
  color: #f0f0f0;
  padding: 5px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
}
.header-section .social-links a:hover i {
  background: var(--primarycolor);
  color: #f0f0f0;
}
.header-nav-sec > div {
  display: flex;
}
/* Header Top Section */
/* Header Cart */
.cart-popup .btn:not(.input-group .btn) {
  height: 40px;
  padding: 2px 2px;
  font-weight: 400;
}
.product-quantity .qty .input-group {
  width: 100px;
}
.header-section .cart-items::-webkit-scrollbar {
  background: rgb(0, 0, 0, 0.02);
}
.header-section .cart-preview .header {
  position: relative;
}
.header-section .cart-preview .header button {
  cursor: pointer;
}
.header-section .cart-products-count, .header-nav-row .cart-products-count {
  color: white;
  position: absolute;
  background: var(--primarycolor);
  top: -20px;
  left: 15px;
  border-radius: 50px;
  width: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
#header .cart-popup {
  position: fixed;
  padding: 0px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background-color: #fff;
  border: none;
  max-height: 90vh;
  overflow-y: scroll;
  box-shadow: 0px 20px 20px -10px rgb(0, 0, 0, 0.1);
}
#zoid-paypal-buttons {
  z-index: 800;
}
#header .cart-popup::-webkit-scrollbar {
  width: 0.5em;
  background-color: transparent;
}
/*#header .cart-popup::-webkit-scrollbar-thumb {
  background-color: var(--primarycolor);
}*/
.cart-popup-close-button button {
  height: 40px;
  width: 40px;
}
.cart-popup .cart-popup-close-button, .cart-popup .cart-popup-checkout-total {
  display: flex;
  justify-content: flex-end;
}
.cart-pop-content .col-md-6 > div.input-group {
  padding: 10px 0px;
}
/*.cart-pop-content .col-md-6 > div {
  border: none;
}
.cart-pop-content .cart-items .row, .cart-count-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width:360px) {
  .cart-pop-content .cart-items .row, .cart-count-sec {
    gap: 20px;
  }
}*/
.header-nav-sec {
  display: flex;
  justify-content: center;
}
.cart-popup h2 {
  font-size: 18px;
  line-height: 25px;
/*  letter-spacing: 0.02em;*/
  color: #333;
  font-weight: bold;
}
.cart-pop-content {
  padding: 10px 0px;
}
.cart-pop-content .no-items {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 11px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.cart-popup-top {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .cart-popup-bottom {
    padding-bottom: 40px;
  }
}
.cart-popup-total-value span {
  color: var(--primarycolor);
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.cart-popup-total-value .cart-summary-line {
  display: flex;
  gap: 10px;
}
.input-group button {
  color: grey;
  background: #f6f6f8;
}
.input-group button:hover {
  color: #222;
  background: #f1f1f1;
}
/*.cart-pop-content .no-items {
  display: flex;
  justify-content: center;
}*/
.cart-popup-total-value .cart-summary-line .label {
  display: none;
}
/*.product-line-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}*/
.cart-pop-content .product-line-grid > div:not(.clearfix) {
  padding: 10px;
}
@media (max-width:767px) {
  .left-header-nav {
    display: none !important;
  }
  /*  .product-line-grid {
    flex-direction:row;
  }*/
  /*  .product-line-grid > div {
    width: 100%;
  }*/
}
/* Header Cart */
/* Foooter-newsletter-section */
.foooter-newsletter-section {
  background: var(--primarycolor);
  padding: 40px 0px 20px;
}
.subscription-modal .foooter-newsletter-section {
  padding: 0px 0px 20px;
}
.foooter-newsletter-section .row {
  display: flex;
  align-items: center;
}
.foooter-newsletter-section p, .foooter-newsletter-section h1 {
  color: #fff;
}
.foooter-newsletter-section p {
  font-weight: 500;
  margin-top: 0;
}
.foooter-newsletter-section .newsletter-form {
  display: flex;
  gap: 10px;
}
.foooter-newsletter-section .newsletter-form input {
  border: none;
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Footer Conaitner */
.show_on_footer {
  display: none;
}
.hide_on_footer {
  display: block;
}
.foooter-widget-section .links .title {
  padding: 10px 0px;
}
.foooter-widget-section .show_on_footer {
  display: block;
}
.foooter-widget-section .hide_on_footer {
  display: none;
}
.foooter-widget-section {
  padding: 40px 0px;
}
.foooter-widget-section #block_myaccount_infos {
  margin-top: 0px;
}
.foooter-widget-section .links ul li {
  font-size: 14px;
  padding-top: 10px;
}
.foooter-widget-section .links ul li a {
  color: #000;
}
.foooter-widget-section .links ul li a:hover {
  color: var(--primarycolor);
}
/* Footer Bottom Section */
.foooter-bottom-section {
  font-size: 12px;
  font-weight: 300;
  padding: 20px 0px;
  text-align: center;
  color: #777;
  background: #242424;
}
.foooter-bottom-section a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
}
/* Subscription Popup */
.sub-popup-overlay {
  display: none;
  z-index: 999;
  background: rgb(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.subscription-modal {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  width: 600px;
  max-width: 90%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.subscription-modal.active {
  visibility: visible;
  opacity: 1;
  top: 50%;
  background: #fff;
  padding: 20px 0px;
  z-index: 1000;
}
.subscription-modal .subscription-thumb {
  text-align: center;
}
.subscription-modal .html-popup-content {
  text-align: center;
  margin-top: -58px;
}
.subscription-modal .html-popup-content h1 {
  font-size: 24px;
  font-weight: 600;
  color: #66d37f;
}
.subscription-modal .html-popup-content h1 span {
  color: #424959;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-top: 23px;
  display: inline-block;
}
.subscription-modal .subscription-button {
  text-align: center;
  margin-bottom: 80px;
}
.subscription-modal .subscription-button a {
  border: 0;
  background: var(--primarycolor);
  padding: 15px 60px;
  color: #fff;
  transition: all linear 0.3s;
}
.subscription-modal .subscription-button a:hover {
  background: #333;
  color: #fff;
}
.subscription-modal .subscription-thumb img {
  width: 400px;
}
.subscription-modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  outline: 0px;
}
.subscription-modal .col-md-7, .subscription-modal .col-md-5 {
  width: 100%;
  justify-content: center;
}
.subscription-modal .row {
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}
.subscription-modal .foooter-newsletter-section {
  background: #fff;
}
.subscription-modal .foooter-newsletter-section p, .subscription-modal .foooter-newsletter-section h1 {
  color: #000;
}
.subscription-modal .popup-dont .box {
  transition: 1s;
  position: absolute;
  background: transparent;
  height: 15px;
  width: 15px;
  z-index: 9;
  left: -19px;
  border: 1px solid #111;
  top: 7px;
}
.subscription-modal .popup-dont input[type="checkbox"] {
  display: none;
}
.subscription-modal .popup-dont .checked {
  background: #333;
}
.subscription-modal .popup-dont .checked:before {
  content: "\e876";
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  position: relative;
  left: -2px;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  top: -4px;
}
.subscription-modal .popup-dont label {
  transition: 0.5s;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  z-index: 9;
}
.subscription-modal .popup-dont label:hover {
  color: var(--primarycolor);
}
.subscription-modal .popup-dont {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.html-popup-content {
  background: white;
  padding: 20px 40px 20px 40px;
}
@media (max-width:452px) {
  .foooter-newsletter-section .newsletter-form {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }
}
/* Breadcrumb */
.breadcrumb {
  padding: 30px 0px 30px 0px;
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb ul li {
  font-size: 13px;
  font-weight: 400;
  color: var(--primarycolor);
}
.breadcrumb ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}
.breadcrumb ul li a:hover {
  color: var(--primarycolor);
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  position: relative;
  padding-right: 10px;
}
.breadcrumb ul li:not(:first-child) {
  padding-left: 10px;
}
.breadcrumb ul li:not(:first-child):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #e9e9e9;
}
/* Product Page */
.product_title {
  font-size: 2rem;
  font-weight: 600;
}
.page-content {
  position: relative;
}
.product-cover {
  /*  margin-bottom: 30px;*/
  position: relative;
}
.page-product .product-cover .layer {
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgb(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
}
.page-product .product-cover .layer:hover {
  top: 0;
  opacity: 1;
}
.page-product .product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: #fff;
}
.product-prices {}
.current-price {
  font-size: 1.9rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .current-price {
    font-size: 1.3rem;
  }
}
.product-discount .discount {
  background: var(--primarycolor);
  color: #fff;
  padding: 2px 10px;
  font-weight: 600;
}
.product-discount .regular-price {
  text-decoration: line-through;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 600;
  background: #505050;
}
.scroll-box-arrows i {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 8px;
  bottom: 38px;
}
/* Blockreassurance_product */
.blockreassurance_product .item-product {
  all: unset
}
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  all: unset;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #dddddd;
  object-fit: contain;
}
.blockreassurance_product .block-title {
  font-size: 16px;
  font-weight: 800;
}
.blockreassurance_product p {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.blockreassurance_content {
  display: flex;
  flex-direction: column;
}
/* Social Share */
.social-sharing {
  margin: 30px 0 20px;
}
.social-sharing li {
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  padding: 5px;
  border: 1px solid var(--primarycolor);
}
.social-sharing li:hover {
  background: var(--primarycolor);
}
.social-sharing li:hover a {
  color: #fff;
}
.social-sharing li a {
  color: var(--primarycolor);
  font-size: 16px;
}
.social-sharing ul {
  margin-bottom: 0;
}
.product-additional-info .social-sharing {
  margin-top: 22px;
}
/* Add to Cart */
.product-add-to-cart .btn-primary {
  transition: 0.2s;
  padding: 14px 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}
.product-information .product-add-to-cart .btn-primary {
  transition: 0.2s;
  padding: 23px 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}
.product-add-to-cart .btn-primary, .product-flags li.product-flag {
  background-color: #75b239;
}
@media (min-width: 992px) {
  .product-add-to-cart .btn-primary, .product-flags li.product-flag {
    min-width: 370px;
  }
}
.cart-detailed-actions .btn-primary {
  background-color: #669C31 !important;
  min-width: 100%;
}
.btn-primary:hover {
  background-color: #3C5C1D !important;
}
@media (max-width: 991px) {
  .product-add-to-cart .btn-primary {
    width: 100%;
  }
}
/*.product-add-to-cart .product-quantity .add {
  margin-top: 20px;
}*/
.product_inside.thumbnail-container .product-add-to-cart .product-quantity .add {
  margin-top: 0;
}
.product-add-to-cart .btn-primary:hover {
  background: #000;
}
.product-container .product-actions .product-add-to-cart button.add-to-cart {
  padding: 23px 50px;
}
.product-add-to-cart .product-quantity .qty input {
  text-align: center;
  height: 38px !important;
  width: 100px !important;
  /*  border: 0;
  background: #f6f6f8;*/
}
/* Product Tab Section */
.tabs .tab-pane {
  padding-top: 20px;
}
.tabs .nav-tabs {
  border: none;
  border-bottom: 2px solid #f1f1f1;
}
.tabs .nav-tabs .nav-link {
  transition: 1s;
  font-size: 14px;
  padding: 20px 0px;
  margin-right: 20px;
  color: #7a7a7a;
  border: 0 solid transparent;
}
.tabs .nav-tabs .nav-link.active {
  color: #333;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  color: var(--primarycolor);
  border: none;
  border-bottom: 3px solid #333;
}
.tabs .nav-tabs .nav-item {
  float: left;
  margin-bottom: -0.125rem;
}
/* Product Attachments */
.product-attachments .attachment {
  padding: 20px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.product-attachments .attachment > a {
  color: white;
  font-size: 14px;
  background: var(--primarycolor);
  padding: 10px 20px;
}
.product-attachments .attachment h4 a {
  font-size: 18px;
  font-weight: 800;
  line-height: 2em;
}
.product-attachments .attachment p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  margin-bottom: 20px !important;
}
.product_tabs > div * {
  margin-bottom: 20px;
}
.product_tabs .product-features > p {
  font-size: 20px;
}
.product_tabs .product-features {
  padding: 0px 20px;
  border: 1px solid rgb(0, 0, 0, 0.1);
}
.product_tabs * {
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}
#wrapper .breadcrumb[data-depth="1"] {
  display: none;
  visibility: hidden;
}
/* Product Categories */
.category-sub-menu ul, .category-sub-menu li {
  margin: 20px 0px;
}
.category-top-menu ul ul {
  margin-left: 10px;
}
.subcategories-list {
  font-weight: 800;
  text-align: center;
}
.subcategories-list * {
  transition: 0.5s;
}
.category_desc {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
/*.subcategories-list > div {
  padding-bottom: 20px;
}*/
/*.subcategories-list div:hover img {
  transform: scale(1.2);
}*/
.subcategories-list img, .product img, .category-cover img {
  color: #f6f6f6;
  background: #f8f8f8;
  max-height: 180px;
	margin: 0 auto !important;
	display: block;    
}

@media (min-width:480px) {
  /*juntá da tobi ai 28/06/2023 ajache certa produktfotos fova massa grandes y spacova l layout*/
  .subcategories-list img, .product img, .category-cover img {
	height: 180px !important;
	width: auto !important;
	margin: 0 auto !important;
	display: block;  	
}


.subcategories-list {
  text-align: center;
}
.subcategories-list a {
  color: #333;
  /*  text-transform: uppercase;
  font-size: 18px;*/
}
.subcategories-list a:hover {
  color: var(--primarycolor);
}
.subcategories-list div:hover a {
  color: #0d0d0d;
}
.subcategories-list div .subcategory-image {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}
.subcategories-list div .category_desc:hover .subcategory-name {
  color: var(--primarycolor);
}
/* Product Categories */
/* Cart Page Design */
.product-quantity input {
  height: 100%;
}
/*.cart-table .product-section {
  display: flex;
  gap: 10px;
  align-items: center;
}*/
.cart-items .current-price span {
  font-size: 1.1rem;
}
.product-price {
  font-size: 1.1rem !important;
}
.cart-items li:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
.product-line-grid-body .product-discount {
  padding-top: 10px;
  line-height: 2;
}
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 0rem !important;
  }
}
.cart-detailed-totals table {
  font-weight: 600;
}
.cart-summary-totals {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Cart Page Design */
.category_desc h5 {
  margin-top: 8px;
}
.left-sidebar {
  margin-bottom: 20px;
}
.left-sidebar a {
  transition: 0.2s;
}
.left-sidebar a:hover {
  color: var(--primarycolor) !important;
}
.left-sidebar .ui-slider-horizontal {
  margin: 0px 10px;
}
.left-sidebar > div {
  padding-bottom: 20px;
}
@media (min-width:768px) {
  .left-sidebar:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #e9e9e9;
  }
}
/* Website_collection */
.btn {
  background: var(--primarycolor);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  outline: 0 !important;
  padding: 15px 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 700;
}
.btn .icon, .btn .fa {
  font-size: 22px;
  line-height: 22px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.btn:active, .btn:visited, .btn:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
/* Website_collection */
/* Sub Categories */
.category-top-menu ul {
  margin-top: 10px;
}
.category-top-menu ul ul {
  margin-left: 10px;
}
.left-sidebar li, .left-sidebar li a {
  font-size: 14px;
}
.block-category {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
  top: -10px;
}
.left-sidebar .text-uppercase {
  font-size: 18px;
  font-weight: 800;
}
.facet-title {
  color: var(--primarycolor);
  font-size: 14px;
}
.left-sidebar #search_filters > section:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.ui-slider .ui-slider-handle {
  background: var(--primarycolor) !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: -10px !important;
  margin-top: -4px;
}
#search_filters .ui-slider .ui-slider-handle, #search_filters .ui-widget-content {
  border: none !important;
  top: -.3em;
}
a.ui-slider-handle.ui-state-default.ui-corner-all:focus {
  outline: none;
}
#search_filters .ui-widget-header {
  background: var(--primarycolor);
}
/* Product Page Design */
span.control-label {
  color: #333;
  margin: 0 0 0px 0 !important;
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 991px) {
  span.control-label {
    font-size: 1rem;
  }
  .product-prices div {
    margin-bottom: 0rem;
  }
}
.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
  display: flex;
  align-items: center;
  /* display: inline-block; */
  width: auto;
  color: #777;
  background: #f6f6f8;
  padding: 0.625rem;
  cursor: pointer;
}
.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
  right: 0;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
  background: var(--primarycolor);
  color: #fff;
  text-decoration: none;
}
.blockreassurance_product > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-container .blockreassurance_product {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-container .blockreassurance_product > div {
  width: 280px;
  flex: auto;
}
.product-container .blockreassurance_product > div.clearfix {
  display: none;
}
/* Quick View Modal */
.quickview .modal-content {
  background: #fff;
  min-height: 28.13rem;
}
.quickview .modal-header {
  border: none;
}
.quickview .modal-body {
  padding: 0px 32px;
}
.quickview .modal-footer {
  border: none;
}
.quickview .social-sharing li {
  border: none;
}
.quickview .quickview .mask {
  flex-basis: 25%;
}
.quickview .product-cover {
  flex-basis: 100%;
}
.quickview .js-qv-mask.mask, .quickview .arrows, .quickview .carousel-indicators {
  display: none !important;
}
.product-images > li.thumb-container > .thumb {
  transition: 0.5s;
  border: 1px solid #fff;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: 1px solid var(--primarycolor);
}
/* Page Title */
.page-header {
  text-align: center;
}
.page-header h1 {
  font-size: 74px;
  padding: 20px 0px;
  color: #333;
}
@media (max-width:1024px) {
  .page-header h1 {
    font-size: 36px;
    line-height: 3rem;
    padding-bottom: 10px;
  }
}
@media (max-width:768px) {
  #header.is-open {
    box-shadow: none;
  }
  .page-header h1 {
    font-size: 36px;
    line-height: 3rem;
  }
}
/* Section Title */
.featured-products .products-section-title {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Cart Page Related Product */
.page-cart .featured-products.clearfix {
  padding-left: 15px;
  padding-right: 15px;
}
/* Sign In Page Design */
.login-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-basis: 100%;
  margin-bottom: 60px;
}
.login-form-row > div {
  border: 1px solid #e9e9e9;
  margin-top: 36px;
  margin-bottom: 20px;
  padding: 55px 49px 43px 49px;
  min-height: inherit;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  flex: auto;
  width: 450px;
}
.login-form-row .forgot-password {
  padding-bottom: 10px;
}
.login-form-row .label, label {
  text-align: left;
}
#login-form .form-footer {
  margin-bottom: 0;
}
/* My Shop Default Css */
/* Product Grid View */
.products .product .lower-content .product-addition .product-quantity > div:not(.add), .products .product .lower-content .product-addition .product-add-to-cart > span {
  display: none;
}
.products .product .lower-content .product-addition .product-quantity {
  justify-content: center;
  margin-top: 6px;
  padding-bottom: 0px;
  display: flex;
}
.products .product .lower-content .product-variant {
  margin-top: 15px;
}
.products:not(.list) .product .lower-content .product_inside_hover .product-add-to-cart {
  padding: 0px 10px 10px;
}
.products .product .lower-content .product_inside_hover {
  position: static;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.product-content {
  display: none;
}
.product-list-reviews .comments-nb {
  display: none;
}
.js-qv-product-images {
  text-align-last: center;
}
@media (min-width:1199px) {
  .products .product .lower-content .product_inside_hover {
    position: absolute;
    opacity: 0;
    z-index: 9999;
    left: -25px;
    right: -25px;
    transition: 0.2s;
    background: #fff;
    visibility: hidden;
    transform: scale(0.95);
    margin-top: -60px;
  }
  .products .product:hover .lower-content .product_inside_hover {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    z-index: 999999;
  }
  .products .product-miniature {
    /* transition: 0.2s; */
    /* padding: 15px;*/
    z-index: 9;
  }
  /*  .products .product-miniature:hover, .products .product-miniature:hover .lower-content .product_inside_hover {
    background: #fff;
    z-index: 20;
    margin-top: 0px;
    box-shadow: 0px 30px 60px -20px rgba(0, 0, 0, 0.1);
  }*/
}
/* Product List View */
.list .shop-block-one .inner-box .lower-content .theme-price-and-shipping {
  justify-content: start;
}
.list .shop-block-one .inner-box .lower-content a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.list > div {
  width: 100%;
}
#category #products {
  margin-top: 30px;
}
.list .product-content {
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
.list .product-variant a {
  margin: 0;
}
.list .product_inside {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list .product_inside .product-list-reviews {
  justify-content: left;
  margin-top: 0px;
}
.list .product_inside .image-box {
  flex: auto;
}
@media (min-width:576px) {
  .list .product_inside .image-box {
    max-width: 260px;
  }
}
@media (max-width:576px) {
  .tabs .nav-tabs .nav-link.active {
    padding-bottom: 5px;
  }
}
.list.products .product .lower-content .product_inside_hover {
  all: unset;
}
.list .inner-box .lower-content {
  flex: auto;
  width: 350px !important;
  text-align: left;
  margin-top: 0;
}
.list .inner-box .lower-content h2.title {
  line-height: 0;
  margin-bottom: 10px;
}
.product_inside .product-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.product_inside .product-content {
  margin-bottom: 0;
}
.list .theme-price-and-shipping span {
  padding: 0;
}
.list .theme-price-and-shipping span.discount-product, .list .theme-price-and-shipping span.regular_price {
  padding: 0 10px;
}
.list.products .product-miniature:hover, .list.products .product-miniature:hover .lower-content .product_inside_hover {
  box-shadow: none;
}
.products .product-miniature:hover {
  background: transparent;
}
.list.products .product .lower-content .product-addition .product-quantity {
  justify-content: flex-start;
}
/* Product Layout Switcher Toggle */
.layout-switcher button.active {
  color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
}
.layout-switcher button {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #dfdfdf;
  background: none;
  cursor: pointer;
}
.layout-switcher button:focus {
  outline: none;
}
.products-selection .total-products {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.products-selection .short_sec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
/* Back to Top */
.back-to-top-div {
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 99;
}
.back-to-top-btn {
  display: none;
  padding: 18px;
}
.back-to-top-btn:hover {
  background: #2b2b2b;
}
.back-to-top-btn i {
  color: white;
  margin: 0 !important;
}
/* Added Cart Pop */
.added_cart_pop .product-name {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 26px;
}
.added_cart_pop {
  display: flex;
  align-items: center;
  text-align: center;
}
.added_cart_pop .total-text {
  color: #333;
}
.added_cart_pop .product-price, .added_cart_pop .cart-content .subtotal {
  color: var(--primarycolor);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 10px;
}
/* Account Page */
#module-psgdpr-gdpr #content-wrapper, #identity #content-wrapper, #order-slip #content-wrapper, #history #content-wrapper, #address #content-wrapper, #my-account #content-wrapper, #addresses #content-wrapper {
  margin-bottom: 100px;
}
.account_dash a {
  transition: 0.5s;
  color: #333;
  padding: 40px 0px;
  border: 1px solid #f1f1f1;
}
.account_dash a:hover {
  color: var(--primarycolor);
  box-shadow: 0px 20px 30px -10px rgb(0, 0, 0, 0.08);
}
.account_dash a .link-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.col-md-6 > .form-control-comment {
  font-size: 12px;
  line-height: 30px;
  color: #b6b6b6;
}
/* Comment / Review */
#product-comments-list-header .comments-nb {
  font-weight: 600;
  text-transform: uppercase;
}
.product-comment-list-item .comment-infos {
  font-family: arial;
  letter-spacing: .2px;
}
.product-comment-list-item .comment-infos .comment-author {
  font-weight: 700;
}
.product-comment-list-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
.product-comment-list-item > div {
  padding-left: 0;
}
.product-comment-list-item .thumb_up:hover {
  color: var(--primarycolor);
}
.product-comment-list-item .thumb_down:hover {
  color: #ff7272;
}
.product-comment-list-item .outlined_flag:hover {
  color: #ffc800;
}
/* Slick SLider */
.slick-arrow {
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow:before {
  display: block;
  font-family: "Material Icons";
  font-size: 30px;
  line-height: 50px;
  color: #c2c2c2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow:hover::before {
  color: var(--primarycolor);
}
.slick-next:before {
  content: "\e5cc";
}
.slick-prev:before {
  content: "\e5cb";
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.tab-content-carusel .slick-arrow {
  position: absolute;
  top: -42px;
  right: 35px;
  height: 8px;
  width: 8px;
  background: transparent;
  text-align: right;
}
.tab-content-carusel .slick-prev.slick-arrow {
  left: auto;
  right: 80px;
}
.tab-content-carusel .slick-dots {
  opacity: 0;
  visibility: hidden;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.dropdown .expand-more {
  line-height: 25px;
}
.cont_info_content b {
  font-size: 18px;
  color: #111;
}
/*.featured-products {
  padding: 80px 15px;
}*/
.featured-products h2 {
  font-size: 26px;
  line-height: 36px;
}
.h2, h2 {
  font-size: 26px;
  letter-spacing: .02em;
}
.foooter-newsletter-section h1 {
  font-size: 24px;
  font-weight: 800;
}
#block_myaccount_infos .myaccount-title a, .block-contact .block-contact-title, .foooter-widget-section .h3 {
  font-size: 20px;
  margin: 0;
}
.btn .material-icons.shopping-cart {
  margin-right: 4px;
}
#product-comments-list .btn-comment {
  float: left;
}
.product-quantity .input-group-btn-vertical {
  display: none; /* vertical-align: top;*/
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
}
.product-quantity .control-label {
  padding-bottom: 0;
}
.tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  color: #111;
}
#product-comments-list-footer {
  margin-bottom: 80px;
}
#product #product-comments-list-footer {
  margin-bottom: 0;
}
#product-comments-list-header .comments-nb {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-container {
  padding-top: 5px;
  padding-bottom: 80px;
}
.product-comment-list-item:not(#empty-product-comment) {
  padding: 26px;
  margin: 0 0 20px;
  background-color: #f8f8f8;
  text-align: left;
  box-shadow: none;
}
.list-simple-dot li a {
  color: #111;
  font-weight: 500;
}
.product-comment-modal input {
  border: 1px solid rgba(0, 0, 0, .1);
}
.product-comment-modal textarea {
  border: 1px solid rgba(0, 0, 0, .1);
}
#main .page-footer {
  margin-bottom: 0;
}
.contact-form .form-control {
  border: 1px solid rgba(0, 0, 0, .1);
  background: transparent;
  height: 55px !important;
  padding: 0 15px;
}
.contact-form .form-control:focus {
  border-color: var(--primarycolor);
}
.contact-form textarea.form-control {
  height: 100px !important;
  padding-top: 15px;
}
.contact-form .form-control-label {
  font-size: 16px;
}
.contact-form .form-group.row .col-md-6 {
  width: 75%;
}
.contact-form .form-group.row span.col-md-3.form-control-comment {
  display: none;
}
.contact-rich .block .data {
  font-size: 16px;
}
@media (min-width: 576px) {
  .contact-rich .block a[href^="mailto:"] {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 5px;
  }
}
.contact-form h3 {
  font-size: 24px;
}
.page-cart #wrapper > .container > .row, .page-search #wrapper > .container > .row, .page-category #wrapper > .container > .row, .page-contact #wrapper > .container > .row {
  padding: 10px 0px 80px 0px;
}
.alert-danger ul {
  margin-bottom: 0;
}
.product-line-grid-body > .product-line-info > .label {
  font-size: 1rem;
}
.product-line-info .titel {
  font-size: 1.2rem;
  font-weight: 600;
}
/*.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
  font-weight: 600;
}*/
/*.cart-summary-line .label {
  font-weight: 600;
}*/
.product-list-reviews {
  background: transparent;
  position: static;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  background: transparent !important;
  height: auto !important;
  box-shadow: none !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.product-information {
  font-size: 14px;
  display: flex;
  align-items: start;
}
.product-information .product-brand-info {
  min-width: 110px;
  margin-top: 20px;
}
.product-information .product-description .product-promo-box {
  margin-top: auto !important;
}
.product-information .product-description {
  width: 100%;
}
#criterions_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-information p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
/*.product-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}*/
.product-quantity div.add {
  width: 100%;
  margin-top: 5px;
}
#post-product-comment-form p {
  margin-top: 0;
}
.product-information .product-actions .control-label {
  margin-bottom: 15px;
}
.product-actions .product-variants .control-label {
  margin-bottom: 15px !important;
}
@media (max-width: 991px) {
  .product-actions .product-variants .control-label {
    margin-bottom: 0px !important;
  }
}
.price-bottom-h > div {
  display: flex;
  gap: 10px;
  justify-content: left;
}
.price-bottom-h > div > div {
  display: flex;
  align-items: center;
  margin: 0;
}
.price-bottom-h > div > div .star-content {
  margin: 0;
}
.price-bottom-h > div > div > span {
  display: none;
}
.price-bottom-h > div > .comments-note {
  margin: 0px;
}
.product-list-reviews {
  display: flex;
  align-items: center;
}
.inner-box.product .product-list-reviews {
  margin: 8px 0 15px;
}
/* Smartblog Stylesheet */
.smart-blog-posts-info .comment-count-number {
  background: var(--primarycolor);
}
.smart-blog-post-readmore-btn a {
  color: #000;
}
.smart-blog-post-readmore-btn a:hover {
  color: var(--primarycolor);
  border-bottom-color: var(--primarycolor);
}
.smart-blog-posts-navigation li a, .smart-blog-posts-navigation li a:hover {
  background: none;
  color: var(--primarycolor) !important;
}
.smart-blog-comm-button-area .submit .smart-blog-comment-btn, .smart-blog-page-not-found-input > button {
  background: var(--primarycolor);
}
.smart-blog-page-not-found .smart-go-back-home a {
  color: #fff;
}
.smart-blog-home-latest-news {
  overflow: visible;
}
/* Category Page Layout */
/*.page-content.card.card-block > ul > li {
  transition: 1s;
  gap: 20px;
  background: #fff;
  list-style: none;
  padding: 30px 60px;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
}
.page-content.card.card-block > ul > li:hover {
  border: 1px solid var(--primarycolor);
}
.page-content.card.card-block > ul {
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
}*/
#content-hook_order_confirmation {
  padding-top: 40px;
}
.shop_wishlist {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.shop_wishlist.shop_compare {
  margin-left: 25px;
}
.shop_wishlist i {
  font-size: 14px;
  color: #333;
  font-size: 22px;
}
.shop_wishlist .shop_wishlist_text {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  padding-left: 8px;
  text-transform: uppercase;
}
.shop_wishlist .cart-products-count {
  position: absolute;
  left: 13px;
  top: -10px;
  background: #ededed;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #333;
  text-align: center;
  line-height: 26px;
  border: 0;
}
#product-availability .availability span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
#product-availability .availability span.color-base {
  color: var(--primarycolor);
}
#product-availability .availability span.color-red {
  color: #fe4135;
}
.meta-product-item ul li {
  display: inline-block;
}
.meta-product-item span.sku-item {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 25px;
}
.meta-product-item span.sku-item span {
  color: #777;
}
.meta-product-item .vandor-name-item span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primarycolor);
  padding-top: 8px;
  display: inline-block;
}
/*.product-prices {
  display: flex;
  align-items: center;
}*/
.product-prices .product-discount {
  margin-left: 10px;
}
.product-prices .product-discount .regular-price {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  background: transparent;
  color: #777;
  margin-right: 10px;
}
.meta-post-item ul li {
  display: block;
}
.meta-post-item ul li span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 25px;
}
.meta-post-item ul li span span {
  color: #777;
}
.product-comments-additional-info {
  margin-bottom: 0;
}
.product-promo-box {
  display: flex;
  align-items: center;
  background: #fe4135;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  z-index: 10;
}
.product-promo-box.no-countdown .product-promo-block-text {
  width: 100%;
  margin-right: 70px;
}
.product-promo-box::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  background: #333333;
  z-index: -2;
}
.product-promo-box.no-countdown::before {
  display: none;
}
.product-promo-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 205px;
  margin-left: 0px;
  border-top: 40px solid transparent;
  border-left: 45px solid #fe4135;
  border-bottom: 45px solid transparent;
  z-index: -1;
  transform: translateY(-50%);
}
.product-promo-box .product-promo-block .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
  padding-left: 23px;
  white-space: nowrap;
}
.product-promo-box .product-promo-block-text {
  width: 200px;
  margin-right: 70px;
}
.product-promo-box .product-promo-block-text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
}
.countdown .countdown-row {
  display: flex;
  align-items: center;
}
.countdown .countdown-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 10px;
}
.countdown .countdown-section .countdown-amount {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.countdown .countdown-section .countdown-period {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.product-image-option select {
  width: 265px;
  height: 52px;
  background: #f6f6f8;
  border: 0;
  padding-left: 20px;
}
.product-list-table {
  margin-top: 70px;
}
.product-list-table .table thead th {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 700;
}
.product-list-table .table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  padding: 15px 5px;
}
.product-list-table .price {
  color: var(--primarycolor);
  font-size: 24px;
  font-weight: 600;
}
.product-list-table .price .new-price {
  color: #fe4135;
  font-size: 24px;
  font-weight: 600;
}
.product-list-table .price .old-price {
  text-decoration: line-through;
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.product-list-table .style-2.input-counter input {
  width: 100%;
  height: 50px;
  background: #f6f6f8;
  border: 0;
  text-align: center;
  font-size: 16px;
}
.product-type-box {
  margin-top: 70px;
}
.product-type-box .product-type-title .title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.product-type-box .product-type-title span {
  color: #fe4135;
  font-size: 20px;
}
.product-size-box .product-size-title .title {
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 20px;
}
.product-size-box .product-size-title span {
  color: #fe4135;
  font-size: 20px;
}
.product-variants .product-variants-item {
  margin-top: 45px;
}
.product-discounts .product-discounts-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.product-discounts .table-product-discounts {
  width: 100%;
}
.product-discounts > .table-product-discounts thead tr th {
  border: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.product-discounts > .table-product-discounts tbody tr td {
  border: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 18px ​20p;
}
.product-discounts > .table-product-discounts tbody tr:nth-child(odd) {
  background: #fff;
}
.product-discounts {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
.product-variants-item ul li label span.radio-label {
  border: 1px solid #e9e9e9;
  padding: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  cursor: pointer;
}
.product-variants-item ul li label span.radio-label:active, .product-variants-item ul li label span.radio-label:hover {
  background: #333;
  border-color: #333;
  color: #FFF;
}
.product-variants-item ul li label input[checked="checked"] + span.radio-label {
  background: #333;
  border-color: #333;
  color: #FFF;
}
.product-actions .classy-my-header-nav-social {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: 100%;
}
.product-actions .classy-my-header-nav-social ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.product-actions .classy-my-header-nav-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.product-actions .classy-my-header-nav-social ul li a {
  color: #333;
  font-size: 18px;
  transition: all linear 0.3s;
}
.product-actions .classy-my-header-nav-social ul li a:hover {
  color: var(--primarycolor);
}
.product-container.product-container-layout-2 .current-price {
  color: var(--primarycolor);
}
.product-container.product-container-layout-2 .product-images {
  display: flex;
  flex-direction: column;
}
.product-container.product-container-layout-2 .product-variants .product-variants-item {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .product-container.product-container-layout-2 .product-variants .product-variants-item {
    margin-top: 0;
  }
  .product-prices .tax-shipping-delivery-label {
    display: none
  }
}
.product-container.product-container-layout-2 .images-container {
  display: flex;
  gap: 30px;
}
.product-container.product-container-layout-2 .images-container .js-qv-mask.scroll {
  flex-basis: 21%;
}
.product-container.product-container-layout-2 .images-container .js-qv-mask.scroll ul {
  display: flex;
  flex-direction: column;
}
.product-container.product-container-layout-2 .scroll-box-arrows.scroll {
  display: none;
}
.product-container.product-container-layout-2.product-container-layout-4 .carousel-indicators {
  left: 20px;
  transform: translate(0%, -50%);
  top: 50%;
}
.product-container.product-container-layout-2.product-container-layout-4 .carousel-indicators li {
  display: block;
  background: #c2c2c2;
}
.product-container.product-container-layout-2.product-container-layout-4 .carousel-indicators li.active {
  border-color: #c2c2c2;
  background: transparent;
}
.product-container.product-container-layout-5 .carousel-item img {
  width: 100%;
  margin-bottom: 40px;
}
.product-accessories {
  margin-bottom: 0px;
}
.product-accessories .Product-slide-active, .product-accessories .slider-acc {
  z-index: 9;
}
.product-accessories .Product-slide-active .slick-slide img, .product-accessories .slider-acc .slick-slide img {
  border-radius: 0;
}
.product-accessories .Product-slide-active {
  padding-bottom: 300px;
}
.product-accessories .Product-slide-active .slick-list {
  padding-bottom: 300px;
}
.product-accessories .Product-slide-active .slick-arrow, .product-accessories .slider-acc .slick-arrow {
  top: -15px;
  right: 0;
}
.product-accessories .Product-slide-active .slick-arrow.slick-prev, .product-accessories .slider-acc .slick-arrow.slick-prev {
  left: auto;
  right: 60px;
}
.product-accessories .slider-acc .product_inside_hover {
  /* display: none; */
}
.product-accessories .slider-acc .product-miniature {
  margin-top: 20px;
}
.product-accessories .slider-acc .product-miniature:hover {
  box-shadow: none;
}
.banner-carousel .content-box p {
  margin-top: 30px;
}
.smart-blog-home-latest-news .title_block::after, .smart-blog-home-latest-news .title_block::before {
  display: none;
}
.smart-blog-home-latest-news .title_block {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333;
  text-transform: uppercase;
}
.smart-blog-home-latest-news .smart-blog-home-news-box {
  padding: 0;
  box-shadow: none;
}
.smart-blog-home-latest-news .smart-blog-home-news-box .news_home_image_holder a {
  display: block;
  overflow: hidden;
}
.smart-blog-home-latest-news .smart-blog-home-news-box .sds_post_title a {
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  color: #333;
  transition: all linear 0.3s;
  margin-top: 10px;
  display: block;
}
@media (max-width:992px) {
  .smart-blog-home-latest-news .smart-blog-home-news-box .sds_post_title a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width:768px) {
  .foooter-newsletter-section .row {
    display: block;
  }
  .foooter-newsletter-section {
    padding-bottom: 30px;
  }
}
@media (max-width:576px) {
  .product-container.product-container-layout-2 .images-container {
    flex-direction: column;
  }
  .content-wrapper {
    padding-right: 0;
  }
  .row.product-container .product-container-layout-2 {
    padding-right: 0 !important;
  }
}
.smart-blog-home-latest-news .smart-blog-home-news-box .sds_post_title a:hover {
  color: var(--primarycolor);
}
.smart-blog-home-latest-news .smart-blog-home-news-box .smart-blog-home-news-date {
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.smart-blog-home-latest-news .smart-blog-home-news-box .smart-blog-home-news-date .blog-author {
  margin: 0;
}
.smart-blog-home-latest-news .smart-blog-home-news-box .smart-blog-home-news-date .blog-author span {
  font-weight: 700;
  color: var(--primarycolor);
  margin: 0;
}
.smart-blog-home-latest-news .smart-blog-home-news-box > p {
  line-height: 24px;
  color: #777;
}
#product .tabs {
  margin-bottom: 60px;
}
.tab-content-carusel .slick-list {
  padding-bottom: 130px;
}
#cart-pop-panel.cart-popup .cart-popup-bottom button i {
  color: #fff !important;
  font-size: 18px;
  line-height: 19px;
}
#cart-pop-panel.cart-popup .cart-popup-close-button button i {
  color: #fff !important;
  line-height: 22px !important;
  padding: 0 !important;
}
#header .header-nav .blockcart.active a:hover {
  color:
    #000;
}
.product-line-grid-body {
  text-align: left;
  display: inline-table !important;
}
.cart-grid-right, .cart-grid-body {
  /* margin-top: 60px; */
}
.form-control {
  border-radius: 0;
  border: 1px solid #A8A8A8;
  color: #777;
  box-shadow: none;
  height: auto;
  background-color: #FFFFFF !important;
}
.product-variants > .product-variants-item select {
  width: 10px;
  padding-right: 1.875rem;
  min-width: 100px;
}
div#js-product-list-top {
  position: relative;
  z-index: 10;
}
body#index .breadcrumb {
  display: none;
}
/*.contact-form.contact-myshop-area .contact-rich h4 {
  font-size: 36px;
  line-height: 47px;
}
#contact .contact-rich h4 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  text-transform: capitalize;
}
#contact .contact-rich .block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#contact .contact-rich .block .data {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  padding-top: 0;
}
#contact .contact-rich .block .icon {
  width: 38px;
}
#contact .contact-rich .block .icon i {
  font-size: 24px;
}
#contact .contact-rich .conatct-social {
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}
#contact .contact-rich .conatct-social li {
  display: inline-block;
}
#contact .contact-rich .conatct-social li a {
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border: 1px solid #C2C2C0;
  color: #C2C2C0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  transition: all linea 0.3s;
}
#contact .contact-rich .conatct-social li a i {
  color: #C2C2C0;
}
#contact .contact-rich .conatct-social li a:hover i {
  color: #fff;
}
#contact .contact-rich .conatct-social li a:hover {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
}
#contact .contact-myshop-area .form-group h3 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
}
#contact .contact-myshop-area .form-group .form-control-label {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
#contact .contact-myshop-area .form-group input[type="email"], #contact .contact-myshop-area .form-group input[type="text"] {
  background: #f6f6f8;
  padding-left: 20px;
  color: #777;
  border-color: #f6f6f8;
}
#contact .contact-myshop-area .form-group .form-control-select {
  background: #f6f6f8;
  border-color: #f6f6f8;
}
#contact .contact-myshop-area .form-group textarea {
  background: #f6f6f8;
  height: 195px !important;
  border-color: #f6f6f8;
}
#contact .page-header {
  margin-bottom: 80px;
}*/
#post-product-comment-modal h3 {
  font-size: 18px;
  margin-bottom: 0;
}
#post-product-comment-modal div[itemprop="description"] p {
  font-size: 14px !important;
  margin-top: 0 !important;
}
#post-product-comment-modal .row:first-child {
  margin-bottom: 30px;
}
/* ==== header 4 layout css ==== */
#header .header-nav.classy-my-header-style-4 .search-toggle {
  position: static;
}
#header .header-nav.classy-my-header-style-4 .user-info {
  margin-top: 0;
  margin-left: 23px;
}
#header .header-nav.classy-my-header-style-4 .user-info a {
  color: #333333;
}
#header .header-nav.classy-my-header-style-4 .user-info a:hover {
  color: var(--primarycolor);
}
#header .header-nav.classy-my-header-style-4 .currency-selector {
  margin-top: 0;
  margin-left: 0;
  margin-right: 23px;
}
#header .header-nav.classy-my-header-style-4 .language-selector {
  margin-right: 23px;
  margin-top: 0;
}
#header .header-nav.classy-my-header-style-4 .blockcart {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  height: auto;
  background: transparent;
}
#header .header-nav .cart-preview.active {
  background: transparent;
}
#header .header-nav.classy-my-header-style-4 .cart-preview.active a, #header .header-nav.classy-my-header-style-4 .cart-preview.active i {
  color: #333333;
}
#header .header-nav.classy-my-header-style-4 .cart-preview #product_cart_btn {
  margin-left: 26px;
}
#header .header-nav.classy-my-header-style-4 .cart-preview #product_cart_btn .cart-products-count {
  position: absolute;
  top: -25px;
  right: -15px;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .header-nav.classy-my-header-style-4 {
  max-height: inherit;
  padding: 37px 0 10px;
  position: relative;
  z-index: 999;
}
#header .header-nav.classy-my-header-style-4 .row > .hidden-sm-down {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
#header .header-nav.classy-my-header-style-4 .search-toggle {
  color: #333;
}
#header .header-nav.classy-my-header-style-4 .dropdown .expand-more {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
#header .header-nav.classy-my-header-style-4 .dropdown i.expand-more {
  font-size: 24px;
  color: #777;
}
#header .header-nav.classy-my-header-style-4 .sidebar__single {
  right: 150px;
  left: 0;
  top: -8px;
}
#header .header-top.classy-my-header-top-style-4 .position-static {
  justify-content: center;
}
#header .header-top.classy-my-header-top-style-4 {
  padding-bottom: 16px;
}
.header-nav.classy-my-header-style-4 #block_myaccount_infos {
  position: relative;
}
.account-list:not(.foooter-widget-section .account-list) {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #000;
}
#header .header-nav .material-icons {
  cursor: pointer;
}
#header .header-nav .material-icons:hover {
  color: var(--primarycolor);
}
/* ==== header 4 layout css ==== */
/* ==== header 1 layout css ==== */
body#checkout #header .header-nav.classy-my-header-style-1, #header .header-nav.classy-my-header-style-1 {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  max-height: inherit;
  box-shadow: none;
}
@media (min-width: 1199px) {
  #header .classy-my-header-top-7 + .header-nav.classy-my-header-style-1 {
    padding: 15px;
  }
}
#header .header-nav.classy-my-header-style-1 .user-info {
  margin-top: 28px;
}
#header .header-nav.classy-my-header-style-1 .user-info a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
#header .header-nav.classy-my-header-style-1 .cart-preview {
  margin-top: 16px;
  margin-left: 22px;
  padding-right: 0;
}
#header .header-nav.classy-my-header-style-5 #cart-pop-panel .cart-preview.active i {
  color: #fff;
}
#header .header-nav.classy-my-header-style-1 .cart-preview .dropdown button span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
#header .header-nav.classy-my-header-style-1 .cart-preview .dropdown button span.cart-products-count {
  position: absolute;
  left: 14px;
  top: -23px;
  background: var(--primarycolor);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border: 0;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul > li {
  padding: 15px 44px 15px 0;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul li:first-child {
  padding-left: 0;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul > li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul li .sub-menu ul li {
  padding: 5px 0 5px 0px !important;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul li .sub-menu ul li a {
  color: #777;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul li .sub-menu ul li a:hover {
  color: var(--primarycolor);
}
#header .header-top.classy-my-header-top-style-1 .search-toggle i {
  color: #333;
}
.small-product-thumb-active-2 .slick-list {
  margin: 0 -10px;
}
.small-product-thumb-active-2 .slick-slide {
  margin: 3px 10px 26px;
  cursor: pointer;
}
#header .header-nav-top.classy-my-header-top-1 #_desktop_currency_selector, #header .header-nav-top.classy-my-header-top-1 #_desktop_language_selector {
  border-left: 1px solid #e9e9e9;
  border-right: 0;
  padding: 13px 24px 13px 24px;
}
#header .header-nav-top.classy-my-header-top-1 #_desktop_currency_selector {
  border-right: 1px solid #e9e9e9;
}
#header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .myaccount-title {
  display: none;
}
#header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .account-list {
  position: static;
  border: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}
#header .header-nav-top.classy-my-header-top-1 .classy-my-header-nav-1 #block_myaccount_infos .account-list {
  gap: 20px;
}
#header .header-nav-top.classy-my-header-top-1 .classy-my-header-nav-1 #block_myaccount_infos {
  margin: 13px 0;
}
#header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .account-list li a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 0;
}
#header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .account-list li a:hover {
  color: var(--primarycolor);
}
#header .header-nav-top.classy-my-header-top-1 .classy-my-header-nav {
  display: flex;
}
#header .header-nav-top.classy-my-header-top-1 .classy-my-header-nav-3 {
  display: flex;
  justify-content: flex-end;
}
#header .header-nav-top.classy-my-header-top-1 .dropdown .expand-more {
  color: #777;
  font-weight: 500;
  font-size: 14px;
}
#header .header-nav-top.classy-my-header-top-1 .dropdown i.expand-more {
  font-size: 26px;
}
#header .header-nav-top.classy-my-header-top-1 .header-nav-contact-info {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 13px 0;
  gap: 10px;
}
#header .header-nav-top.classy-my-header-top-1 .header-nav-contact-info .header-nav-contact-hour span {
  font-size: 12px;
  color: #777;
  font-weight: 500;
}
#header .header-nav-top.classy-my-header-top-1 .header-nav-contact-info .header-nav-contact-no span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.classy-my-header-top-1 .classy-my-header-nav-1 .user-info {
  display: block;
  padding-top: 13px;
}
#header .classy-my-header-top-1 .classy-my-header-nav-1 .cart-preview {
  margin-top: 13px;
}
#header .classy-my-header-top-1 .classy-my-header-nav-1 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-top-1 .classy-my-header-nav-1 #_desktop_currency_selector, #header .classy-my-header-top-1 .classy-my-header-nav-1 #_desktop_language_selector {
  padding-left: 0;
  border-left: 0;
  border-right: 0;
}
#header .classy-my-header-top-1 .classy-my-header-nav-1 .search-toggle {
  position: static;
  text-align: left;
  margin-top: 13px;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 #block_myaccount_infos .account-list {
  gap: 10px;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 #block_myaccount_infos .account-list li a {
  font-size: 11px;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 .user-info {
  margin-top: 13px;
}
#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
  color: #333;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 .search-toggle {
  position: static;
  margin-top: 13px;
}
#header .classy-my-header-nav-2 #block_myaccount_infos {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}
#header .classy-my-header-nav-2 #block_myaccount_infos .myaccount-title {
  display: none;
}
#header .classy-my-header-nav-2 #block_myaccount_infos .account-list:not(.foooter-widget-section .account-list) {
  position: static;
  border: 0;
  display: flex;
  gap: 20px;
}
#header .classy-my-header-nav-2 #block_myaccount_infos .account-list li a {
  font-size: 14px;
}
#header .classy-my-header-nav-2 .currency-selector, #header .classy-my-header-nav-2 .language-selector {
  margin-top: 23px;
}
#header .classy-my-header-nav-2 .menu > ul > li {
  padding-left: 40px;
  padding-right: 0;
}
#header .classy-my-header-nav-2 .search-toggle {
  top: 23px;
}
#header .classy-my-header-display-top #block_myaccount_infos {
  width: 100%;
  padding: 0;
}
#header .classy-my-header-display-top #block_myaccount_infos .myaccount-title {
  display: none;
}
#header .classy-my-header-display-top #block_myaccount_infos .account-list:not(.foooter-widget-section .account-list) {
  position: static;
  border: 0;
  display: flex;
  gap: 20px;
  margin: 0;
}
#header .classy-my-header-display-top .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-display-top .cart-preview {
  margin-top: 15px;
  margin-bottom: 15px;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 .currency-selector, #header .classy-my-header-nav-2.classy-my-header-nav-3 .language-selector {
  margin-top: 0;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 #block_myaccount_infos {
  justify-content: flex-start;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 #_desktop_cart .cart-preview {
  margin: 13px 0 0;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 #_desktop_cart .dropdown {
  border-left: 0;
  border-right: 0;
  padding: 0;
}
#header .classy-my-header-nav-2.classy-my-header-nav-3 .search-toggle {
  position: static;
  text-align: left;
  margin-top: 13px;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-la2 .cart-preview {
  margin: 0;
  margin-top: 13px;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-la2 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-la2 #_desktop_language_selector {
  margin-top: 13px;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-la2 .search-toggle {
  top: 13px;
}
#header .header-nav .cart-preview.active .cart-popup .remove-from-cart i {
  color: #c2c2c2 !important;
}
/* ==== header 1 layout css ==== */
/* ==== header 2 layout css ==== */
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-social ul {
  margin: 0;
  padding: 13px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-social ul li a {
  color: #c2c2c2;
  font-size: 18px;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-social ul li a:hover {
  color: var(--primarycolor);
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-2 .dropdown {
  padding: 13px 24px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-2 .dropdown .expand-more {
  color: #777;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 .user-info {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  padding: 13px 24px;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_user_info {
  display: inline-block;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 .user-info a {
  color: #333333;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 .user-info a i {
  transition: all linear 0.3s;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 .user-info a:hover i {
  color: var(--primarycolor);
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_currency_selector {
  display: inline-block;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_currency_selector .dropdown {
  border-right: 1px solid #e9e9e9;
  border-left: 0;
  padding: 13px 24px;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_currency_selector .dropdown .expand-more {
  color: #777;
  font-size: 14px;
}
#header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_currency_selector .dropdown i.expand-more {
  font-size: 26px;
  font-weight: 500;
}
#header .header-nav.classy-my-header-style-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  max-height: inherit;
}
/*@media (min-width:1199px) {
  #header .header-nav.classy-my-header-style-2 {
    background-image: url(back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}*/
@media (max-width: 767px) {
  #header .header-nav.classy-my-header-style-2 {
    border-bottom: 0;
  }
  #header .header-nav {
    margin-bottom: 0;
  }
}
#header .header-nav.classy-my-header-style-2 .user-info {
  margin-top: 28px;
}
#header .header-nav.classy-my-header-style-2 .user-info a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
#header .header-nav.classy-my-header-style-2 .cart-preview {
  margin-top: 16px;
  margin-left: 22px;
}
#header .header-nav.classy-my-header-style-2 .cart-preview .dropdown button i {
  color: #333;
}
#header .header-nav.classy-my-header-style-2 .cart-preview .dropdown button span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
#header .header-nav.classy-my-header-style-2 .cart-preview .dropdown button span.cart-products-count {
  position: absolute;
  left: 14px;
  top: -23px;
  background: var(--primarycolor);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border: 0;
}
#header .header-nav.classy-my-header-style-2 .header-nav-contact-info {
  text-align: right;
  padding-top: 8px;
  padding-right: 15px;
}
#header .header-nav.classy-my-header-style-2 .header-nav-contact-info .header-nav-contact-hour span {
  font-size: 12px;
  color: #777;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
#header .header-nav.classy-my-header-style-2 .header-nav-contact-info .header-nav-contact-no span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
#header .header-nav.classy-my-header-style-2 .header-nav-contact-info .header-nav-contact-no .material-icons {
  display: inline-block;
  line-height: 13px;
}
#header .header-top.classy-my-header-top-style-2 {
  background-color: #FFFFFF;
  /*  border-bottom: 0;*/
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li {
  padding: 22px 20px 22px 20px;
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li:hover {
  background: #333333;
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li > a {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li > a:hover {
  color: #FFFFFF;
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li > a::before {
  position: absolute;
  content: '';
  left: 0;
  top: -1px;
  height: 0px;
  width: 100%;
  background: #fff;
  transition: all linear 0.3s;
}
#header .header-top.classy-my-header-top-style-2 .menu > ul > li:hover > a::before {
  height: 6px;
}
#header .header-top.classy-my-header-top-style-2 .search-toggle i {
  color: #fff;
  transition: all linear 0.3s;
}
#header .header-top.classy-my-header-top-style-2 .search-toggle i:hover {
  color: #000;
}
#header .header-top.classy-my-header-top-style-2 .sidebar__search-form button[type=submit] {
  background: #f6f6f8;
  color: #777;
}
#header .classy-my-header-style-2 .classy-my-header-nav-2-l2 #_desktop_currency_selector .currency-selector, #header .classy-my-header-style-2 .classy-my-header-nav-2-l2 #_desktop_language_selector .language-selector {
  margin-top: 23px;
}
#header .classy-my-header-style-2 .classy-my-header-nav-2-l2 .search-toggle {
  position: static;
  margin-top: 20px;
}
#header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .currency-selector, #header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .language-selector {
  margin-top: 0;
}
#header .header-nav.classy-my-header-style-2.classy-my-header-style-3 .header-nav-contact-info {
  text-align: left;
}
#block_myaccount_infos {
  justify-content: flex-start;
  margin-top: 13px;
}
#header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .user-info {
  margin-top: 13px;
}
#header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .cart-preview {
  margin: 0;
}
#header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-nav-2.classy-my-header-nav-2-l3 .search-toggle {
  position: static;
  text-align: left;
  margin-top: 13px;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-l3 .cart-preview {
  margin: 13px 0 0;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-l3 .cart-preview .header .cart-products-count {
  position: static;
  display: inline-block;
  z-index: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 26px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--primarycolor);
  color: #fff;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-l3 #_desktop_language_selector {
  margin-top: 13px;
}
#header .classy-my-header-nav-3.classy-my-header-nav-3-l3 .search-toggle {
  top: 13px;
}
#header .classy-my-header-nav-2-l3 #block_myaccount_infos {
  margin: 0;
  width: 100%;
}
#header .classy-my-header-nav-2-l3 #block_myaccount_infos li a {
  font-size: 14px;
}
#header .classy-my-header-nav-2-l3 #block_myaccount_infos .myaccount-title {
  display: none;
}
#header .classy-my-header-nav-2-l3 #block_myaccount_infos .account-list {
  position: static;
  display: flex;
  align-items: center;
  border: 0;
  gap: 15px;
  margin: 25px 0 0;
}
.currency-selector, #header .classy-my-header-nav-2-l3 .language-selector {
  margin-top: 25px;
}
#header .classy-my-header-nav-2-l3 .search-toggle {
  padding: 25px 0 0;
}
#header .classy-my-header-style-4 .classy-my-header-top-nav-1-l4 .user-info {
  text-align: left;
}
#header .classy-my-header-style-4 .classy-my-header-top-nav-1-l4 .search-toggle {
  text-align: left;
}
#header .classy-my-header-style-4 .classy-my-header-top-nav-1-l4 .sidebar__single {
  left: 50px;
}
#header .classy-my-header-nav-1.classy-my-header-nav-1-l5 #block_myaccount_infos {
  margin: 13px 0 0;
}
#header .classy-my-header-nav-1.classy-my-header-nav-1-l5 #block_myaccount_infos .account-list {
  padding: 0;
}
#header .classy-my-header-top-1 .classy-my-header-nav-3 .language-selector, #header .classy-my-header-top-1 .classy-my-header-nav-3 .currency-selector {
  margin-top: 0;
}
#header .classy-my-header-nav-1.classy-my-header-nav-1-l5 #_desktop_currency_selector .currency-selector {
  margin: 0;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 #block_myaccount_infos {
  margin: 0;
  width: 100%;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 #block_myaccount_infos li a {
  font-size: 14px;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 #block_myaccount_infos .myaccount-title {
  display: none;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 #block_myaccount_infos .account-list {
  position: static;
  display: flex;
  align-items: center;
  border: 0;
  gap: 15px;
  margin: 25px 0 0;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 .currency-selector, #header .classy-my-header-style-5 .classy-my-header-nav-2-l5 .language-selector {
  margin-top: 25px;
}
#header .classy-my-header-style-5 .classy-my-header-nav-2-l5 .search-toggle {
  top: 25px;
}
#header .classy-my-header-top-6 .classy-my-header-nav-1 #block_myaccount_infos .account-list {
  padding: 0;
}
#header .classy-my-header-nav-7 #_desktop_currency_selector .currency-selector {
  margin-top: 0;
}
/* ==== header 2 layout css ==== */
/* ==== header 3 layout css ==== */
#header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 {
  background: #fff;
}
#header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .classy-header-main-menu-style-2 {
  background: var(--primarycolor);
  width: 100%;
}
.header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .col-md-12.col-sm-12.position-static {
  padding-left: 0;
  padding-right: 0px;
}
#header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .search-toggle {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
}
#header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .sidebar__single {
  right: 58px;
  left: 10px;
  top: 10px;
}
#header .header-nav.classy-my-header-style-2.classy-my-header-style-3 {
  border-bottom: 0;
}
#header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .row {
  margin-left: 0;
  margin-right: 0px;
}
/* ==== header 3 layout css ==== */
/* ==== header 5 layout css ==== */
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5 .classy-my-header-nav-social ul, #header .header-nav.classy-my-header-style-1.classy-my-header-style-5 .classy-my-header-nav-social ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 22px 0 0;
}
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5 .classy-my-header-nav-social ul li a {
  color: #c2c2c2;
  font-size: 18px;
}
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5 .classy-my-header-nav-social ul li a:hover {
  color: #5fd179;
}
/* ==== header 5 layout css ==== */
/* ==== header 6 layout css ==== */
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5.classy-my-header-style-6 .search-toggle {
  position: relative;
  right: 0;
  padding-top: 30px;
}
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5.classy-my-header-style-6 .material-icons {
  color: #333;
}
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5.classy-my-header-style-6 .sidebar__single {
  left: 0;
  right: 130px;
  top: 99px;
}
/* ==== header 6 layout css ==== */
/* ==== header 7 layout css ==== */
#header .header-nav-top.classy-my-header-top-7 #_desktop_language_selector, #header .header-nav-top.classy-my-header-top-7 #_desktop_currency_selector {
  display: inline-block;
  padding: 13px 0;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_currency_selector .dropdown .expand-more {
  color: #777;
  font-size: 14px;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_currency_selector .dropdown i.expand-more {
  font-size: 26px;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_language_selector .dropdown .expand-more {
  color: #777;
  font-size: 14px;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_language_selector .dropdown i.expand-more {
  font-size: 26px;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_language_selector {
  padding-right: 20px;
}
#header .header-nav-top.classy-my-header-top-7 .classy-my-header-nav-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 0 13px;
  gap: 20px;
}
#header .header-nav-top.classy-my-header-top-7 .classy-my-header-nav-social ul li a {
  color: #c2c2c2;
  font-size: 18px;
}
#header .header-nav-top.classy-my-header-top-7 .classy-my-header-nav-social ul li a:hover {
  color: #333;
}
#header .header-nav-top.classy-my-header-top-7 .classy-my-header-nav-7 .search-toggle {
  position: static;
  display: inline-block;
  padding: 13px 0;
}
#header .header-nav-top.classy-my-header-top-7 .sidebar__single {
  right: 80px;
}
#header .header-nav-top.classy-my-header-top-7 .sidebar__single .sidebar__search-form input[type=text] {
  padding-left: 20px;
}
#header .header-nav-top.classy-my-header-top-7 .sidebar__single .search {
  display: none;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_user_info {
  display: inline-block;
  padding: 13px 22px;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_user_info a {
  color: #333;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_cart {
  display: inline-block;
  padding: 13px 0;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_cart .blockcart.cart-preview {
  margin: 0;
}
#header .header-nav-top.classy-my-header-top-7 #_desktop_cart .dropdown .cart-products-count {
  position: static;
  background: var(--primarycolor);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border: 0;
  display: inline-block;
}
/* ==== header 7 layout css ==== */
/* ==== header 8 layout css ==== */
#header .header-nav.classy-my-header-style-7 {
  padding-top: 50px;
}
#header .header-nav.classy-my-header-style-1.classy-my-header-style-5.classy-my-header-style-7 .search-toggle {
  position: static;
  display: inline-block;
  float: right;
  margin-top: 10px;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_currency_selector, #header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_language_selector {
  display: inline-block;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_currency_selector .dropdown .expand-more {
  color: #777;
  font-size: 14px;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_currency_selector .dropdown i.expand-more {
  font-size: 26px;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_language_selector .dropdown .expand-more {
  color: #777;
  font-size: 14px;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_language_selector .dropdown i.expand-more {
  font-size: 26px;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_user_info {
  display: inline-block;
}
#header .header-nav.classy-my-header-style-7 .header-top-nav3 #_desktop_user_info .user-info {
  margin-left: 12px;
}
#header .header-nav.classy-my-header-style-7 #_desktop_cart {
  display: inline-block;
}
#header .header-nav.classy-my-header-style-7 #_desktop_cart .blockcart {
  padding-left: 0px;
}
/* ==== header 8 layout css ==== */
/* ==== all header responsive css ==== */
@media (max-width:1800px) {
  /* #header .classy-my-header-style-6 .menu > ul > li{
    padding-right: 12px;
  } */
  #header .classy-my-header-style-6 .menu > ul > li a {
    font-size: 14px;
  }
}
@media (max-width:1200px) {
  #header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .account-list li a {
    font-size: 11px;
  }
  #header .header-nav-top.classy-my-header-top-1 #block_myaccount_infos .account-list {
    gap: 7px;
  }
  #header .header-nav-top.classy-my-header-top-1 .header-nav-contact-info .header-nav-contact-hour span {
    font-size: 11px;
  }
  #header .header-nav-top.classy-my-header-top-1 #_desktop_currency_selector, #header .header-nav-top.classy-my-header-top-1 #_desktop_language_selector {
    padding: 13px;
  }
  #header .header-top.classy-my-header-top-style-1 .theme-menu ul > li a {
    font-size: 1rem;
  }
  #header .header-top.classy-my-header-top-style-1 .theme-menu ul > li {
    padding: 21px 30px 21px 0;
  }
  #header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 .user-info {
    padding: 13px 12px;
  }
  #header .header-nav-top.classy-my-header-top-2 .classy-my-header-nav-3 #_desktop_currency_selector .dropdown {
    padding: 13px;
  }
  #header .header-top.classy-my-header-top-style-2 .menu > ul > li {
    padding: 22px 14px 22px 14px;
  }
  #header .header-nav-top.classy-my-header-top-1.classy-my-header-top-6 .classy-my-header-nav-3 {
    display: none;
  }
  #header .header-nav.classy-my-header-style-6 .menu > ul > li > a {
    font-size: 13px;
  }
  #header .header-nav.classy-my-header-style-6 .menu > ul > li {
    padding: 16px 10px 16px 0px;
  }
  #header .header-nav.classy-my-header-style-6 .menu > ul {
    margin-right: -50px;
  }
  .product-promo-box {
    flex-direction: column;
    padding: 15px 30px 30px;
    align-items: flex-start;
  }
  .product-promo-box::before, .product-promo-box::after {
    display: none;
  }
  .product-promo-box .product-promo-block .title {
    padding-left: 0;
  }
  .product-promo-box .product-promo-block-text p {
    padding: 0;
    margin-top: 0;
  }
  .countdown .countdown-section {
    margin: 0 10px 0 0;
  }
}
@media (max-width:992px) {
  .header-nav-top.classy-my-header-top-1 {
    display: none;
  }
  #header .header-top.classy-my-header-top-style-1 .theme-menu ul > li {
    padding: 21px 20px 21px 0;
  }
  #header .header-top.classy-my-header-top-style-1 .theme-menu ul > li a {
    font-size: 14px;
  }
  #header .header-nav-top.classy-my-header-top-2 {
    display: none;
  }
  #header .header-nav.classy-my-header-style-2 .header-nav-contact-info {
    padding-right: 30px;
  }
  #header .header-top.classy-my-header-top-style-2 .menu > ul > li {
    padding: 22px 12px 22px 12px;
  }
  #header .header-top.classy-my-header-top-style-2 .menu > ul > li > a {
    font-size: 14px;
  }
  #header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .classy-header-main-menu-style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .header-top.classy-my-header-top-style-2.classy-my-header-top-style-3 .search-toggle {
    display: none;
  }
  #header .header-nav.classy-my-header-style-4 #_desktop_language_selector {
    display: none;
  }
  #header .header-nav.classy-my-header-style-4 #_desktop_currency_selector {
    display: none;
  }
  #header .header-top.classy-my-header-top-style-4 a[data-depth="0"] {
    font-size: 14px;
  }
  #header .header-top.classy-my-header-top-style-4 .menu > ul > li {
    padding: 16px 24px 16px 0px;
  }
  #header .header-nav.classy-my-header-style-4 .user-info {
    margin-top: 15px;
  }
  #header .header-nav.classy-my-header-style-4 .blockcart {
    margin-top: 15px;
  }
  #header .header-nav.classy-my-header-style-4 .search-toggle {
    margin-top: 15px;
  }
  #header .header-nav.classy-my-header-style-8 .menu > ul > li {
    padding: 16px 20px 16px 0px;
  }
  #header .header-nav.classy-my-header-style-8 .menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  #header .header-top.classy-my-header-top-style-1 .search-toggle {
    display: none;
  }
  /*  #header .header-nav #menu-icon {
    margin-top: 14px;
  }*/
  #header .header-nav.classy-my-header-style-1.classy-my-header-style-5.classy-my-header-style-7.classy-my-header-style-8 .search-toggle {
    margin-top: 18px;
    margin-right: 20px;
  }
  #header .header-nav.classy-my-header-style-8 .sidebar__single {
    top: 120px;
  }
}
.inner-box .thumbnail-container .wishlist-button-add {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: none;
  box-shadow: none;
  margin: 0;
}
.wishlist-list-item p, .wishlist-toast-text {
  margin: 0px;
}
.wishlist-button-add i {
  color: var(--primarycolor) !important;
}
/* ==== all header responsive css ==== */
.myaccount_toggle_btn {
  display: none;
}
#header .dropdown_type .myaccount_toggle_btn {
  display: block;
  color: #000;
  font-size: 20px;
}
#header #block_myaccount_infos.dropdown_type {
  position: relative;
}
#header .dropdown_type .myaccount-title {
  display: none;
}
#header .dropdown_type .account-list {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin-top: 10px;
  display: none;
}
#header .dropdown_type .account-list li {
  padding: 10px 20px;
  min-width: 200px;
  border-bottom: 1px solid #f0f0f0;
}
#header .dropdown_type .account-list li:hover {
  background: #f7f7f7;
}
.show_comment_panel {
  display: block;
  opacity: 1;
  visibility: visible;
}
.classy-my-header-nav-3.classy-my-header-nav-3-l3 .currency-selector, .classy-my-header-nav-3.classy-my-header-nav-3-l2 .currency-selector {
  margin-top: 0;
}
/* .airSticky{
  position: sticky;
  top: 20px;
} */
.small-product-thumb-active-2 .thumb-container img {
  margin: 0;
  border-radius: 0;
}
#main .images-container .js-qv-mask .small-product-thumb-active-2 {
  width: 100px;
  margin-right: 10px;
}
.small-product-thumb-active-2 .slick-arrow.slick-prev {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translateX(-50%) rotate(90deg);
  height: 35px;
  width: 35px;
  padding: 0;
  text-align: center;
  line-height: 35px;
}
.small-product-thumb-active-2 .slick-arrow.slick-next {
  position: absolute;
  left: 50%;
  bottom: 78px;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
  height: 35px;
  width: 35px;
  padding: 0;
  text-align: center;
  line-height: 35px;
}
.small-product-thumb-active-2 .slick-vertical .slick-slide {
  margin-top: 3px;
}
.small-product-thumb-active-2 .slick-arrow:before {
  line-height: 35px;
}
.page-category #wrapper > .container > .row {
  padding: 30px 0px 80px 0px;
}
.login-form-box .no-account a {
  padding: 10px 10px !important;
}
@media (max-width: 768px) {
  .row.cart-popup-bottom a {
    width: 100%;
    text-align: center;
    display: block;
  }
  /*  .cart-popup .cart-popup-close-button, .cart-popup .cart-popup-checkout-total {
    text-align: center;
    display: block;
  }*/
  /*  #header .header-nav.classy-my-header-style-2{
    border-bottom: 0;
  }*/
/*  .cart-popup .cart-popup-bottom .btn {
    margin-bottom: 20px;
  }*/
  #header .header-top.classy-my-header-top-style-2 {
    background: transparent;
  }
  .header-top.classy-my-header-top-style-1 .navbar-toggler {
    margin-right: -10px;
  }
  .login-form-row > div {
    width: 96%;
    padding: 30px 20px;
    min-height: inherit;
    flex: inherit;
  }
  .login-form-row > div .btn {
    padding: 15px 30px;
  }
  body#checkout #header .header-nav.classy-my-header-style-1, #header .header-nav.classy-my-header-style-1 {
    border-bottom: 0;
  }
  .header-top.classy-my-header-top-style-4 .row {
    width: auto;
  }
  #header .header-nav.classy-my-header-style-4 {
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cart-popup-total-value .cart-summary-line {
    justify-content: center;
  }
  .cart-popup-close-button button.btn {
    display: block;
    width: auto;
    line-height: 0px;
  }
  #cart-pop-panel.cart-popup .cart-popup-close-button button i {
    line-height: 10px !important;
  }
  #header .header-nav .currency-selector {
    margin-left: 0;
  }
  .product-information {
    flex-direction: column;
  }
  .product_title {
    font-size: 1.4rem;
  }
  .products-selection .total-products {
    justify-content: center;
  }
}
.myaccount_toggle_btn i {
  cursor: pointer;
}
.product-thumb-3-wrapper .carousel-indicators {
  margin-left: 0;
  width: auto;
  bottom: auto;
  margin-bottom: 0;
}
.product-container.product-container-layout-2.product-container-layout-4 .images-container {
  display: block;
}
body#index section#main #carousel {
  margin-top: 30px;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  margin: 0;
  position: relative;
  font-size: 0;
  height: 12px;
  width: 12px;
}
.custom-checkbox input[type="checkbox"]:checked + span {
  border-color: var(--primarycolor);
  ;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked::before {
  background: var(--primarycolor);
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 0%;
  padding: 0;
}
.featured-products h2 {
  margin-bottom: 26px;
}
.product-listing.products {
  margin-left: -25px;
  margin-right: -25px;
}
#product .featured-products .shop-block-one .inner-box {
  margin-bottom: 0;
}
.product-accessories p.h5 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}
@media (max-width:576px) {
  .product-accessories p.h5 {
    font-size: 16px;
  }
  .subscription-modal .subscription-thumb img {
    width: 100%;
  }
}
.cart-grid .cart-overview .cart-items .cart-line-product-actions .remove-from-cart i:hover {
  color: var(--primarycolor);
}
/* loader */
.loader-wrapper.loader-off, body.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.loader {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.loader svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader .loader-animation {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.loader-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  perspective: 400px;
  transform-type: preserve-3d;
}
.loader-btn:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.loader-btn svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader-btn .loader-animation {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color1 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: var(--primarycolor);
  }
  40% {
    stroke: var(--primarycolor);
  }
  66% {
    stroke: var(--primarycolor);
  }
  80%, 90% {
    stroke: var(--primarycolor);
  }
}
@keyframes color1 {
  100%, 0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}
/*.product-variants .product-variants-item .input-color:checked + span {
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
}*/
.footer_links.smart-blog-posts-navigation {
  display: block !important;
}
.footer_links.smart-blog-posts-navigation li {
  float: left;
}
.footer_links.smart-blog-posts-navigation li.pull-right {
  float: right;
}
.smart-blog-posts-navigation {
  padding: 60px 0 80px;
}
#header .header-top .theme-menu ul > li .sub-menu li a {
  padding: 1px 25px;
}
.product-list-reviews .grade-stars .star-content {
  margin-left: 0;
}
#main .page-content .sdsarticleCat:last-child .smart-blog-post-single-item {
  border-bottom: 0;
}
.product-container-layout-2 .product-actions .product-discounts {
  display: none;
}
.product-container.product-container-layout-2 .product-variants .product-variants-item {
  margin-bottom: 0;
}
#manufacturer ul li.brand .brand-infos a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
#manufacturer #main ul li.brand .brand-product-link a {
  padding: 15px 30px;
}
#manufacturer #main ul li.brand .brand-product-link a:hover {
  background: #222;
}
.smart-blog-posts-navigation li a span:hover {
  color: var(--primarycolor);
}
.smart-blog-reply-icon svg {
  width: 12px;
}
.blog-post .blog-comment-title {
  display: none;
}
.blog-post .sdsarticle-des {
  margin: 0;
}
#header .header-top .theme-menu ul li .sub-menu ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal-dialog .modal-content button.close {
  position: absolute;
  right: 20px;
  z-index: 9;
  top: 20px;
}
#checkout #content-wrapper {
  margin-bottom: 80px;
}
#order-confirmation #registration-form {
  width: 100%;
}
.carousel-brands .slick-slide img {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all linear 0.3s;
}
.carousel-brands .slick-slide img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.carousel-brands .slick-slide {
  text-align: center;
}
.foooter-newsletter-section #gdpr_consent .custom-checkbox input[type="checkbox"] + span {
  border-color: #fff;
  background: var(--primarycolor);
}
.foooter-newsletter-section #gdpr_consent .custom-checkbox input + span {
  border-color: #fff;
  color: #fff;
}
.foooter-newsletter-section #gdpr_consent .custom-checkbox input span {
  color: #fff;
}
.foooter-newsletter-section .alart-section #gdpr_consent .custom-checkbox label {
  color: #fff;
  font-size: 14px;
}
.foooter-newsletter-section #gdpr_consent .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked::before {
  background: #fff;
}
.header-nav.classy-my-header-style-6 #_desktop_cart {
  margin-right: 18px;
}
#search_filters #_desktop_search_filters_clear_all .btn-tertiary:hover {
  border: 0;
}
.form-footer {
  text-align: center;
  margin-bottom: 70px;
}
.form-footer .form-control-submit {
  float: none !important;
}
.smart-blog-post-readmore-btn .blog-social ul li a:hover {
  color: var(--primarycolor);
}
#search_filters .facet .facet-label.active a {
  color: var(--primarycolor);
}
.social-icon li a:hover {
  color: var(--primarycolor);
}
#password #content-wrapper .page-footer {
  margin-bottom: 60px;
  margin-left: 10px;
}
.carousel-smart-blog .slick-arrow:hover::before {
  color: var(--primarycolor);
}
@media (max-width:860px) {
  #contact .contact-rich h4, #contact .contact-myshop-area .form-group h3 {
    font-size: 28px;
  }
}
#manufacturer #main ul .brand > div {
  flex-basis: 200px;
  text-align: left;
}
#manufacturer #main ul .brand {
  flex-wrap: wrap;
}
#manufacturer #main ul .brand > div.brand-product-link {
  margin: 10px 0;
}
.elementor-widget-collections .carousel-products-mobile.subcategory-listing .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.elementor-widget-myshop_featured_products .vc-smart-featured-products-grid .products .col-lg-3 {
  padding: 15px 25px;
}
.elementor-widget-myshop_postsgrid .blog-thumb-listing .col-sm-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.smartg-blog-category-banner-area {
  margin-left: 25px;
}
.elementor-widget-icon-list ul.elementor-icon-list-items li > span:hover {
  color: #777777 !important;
}
#search_filters .facet .facet-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}
#cms #content-wrapper {
  margin-bottom: 80px;
}
#subcategories .subcategories-list .col-lg-4 {
  padding-left: 30px;
  padding-right: 30px;
}
/*.products.product-listing .product-miniature {
  padding: 15px 25px;
}*/
.product-tabs .product-grid-wrapper .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.elementor-widget-myshop_product_tab .tab-content .products .col-lg-6, .elementor-widget-myshop_product_tab .tab-content .products .col-lg-3 {
  padding-left: 25px;
  padding-right: 25px;
}
.subcategory-item .title:hover {
  color: #5fd179;
}
#category .breadcrumb {
  margin: 0;
  padding: 30px 0 0;
}
#identity #customer-form .form-group .form-control {
  padding: 0 20px;
  height: 50px;
}
#login-form .form-control, #address .js-address-form .form-control, .js-customer-form .form-control, .forgotten-password .form-fields .email input, .forgotten-password .form-fields .center-email-fields button {
  height: 50px;
}
#header .header-top.classy-my-header-top-style-1 .theme-menu ul > li a:hover {
  color: var(--primarycolor);
}
#header .cart-preview #product_cart_btn:hover i.shopping-cart {
  color: var(--primarycolor);
}
.elementor-widget-myshop_featured_products .product-grid-wrapper .products .col-lg-6 {
  padding-left: 25px;
  padding-right: 25px;
}
.carousel-brands .slick-arrow {
  background: transparent;
}
#search_filters .facet .collapse {
  margin-bottom: 22px;
}
.blog-post.smart-blog-single-post .smart-blog-post-tags span.tags span {
  margin-left: 0;
}
.block.smart-block {
  padding: 0 0 60px;
  margin-bottom: 60px;
  margin-right: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
}
.block.smart-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.smart-block .smart_blog_sidebar_title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.block.smart-block .recentArticles {
  margin-bottom: 0;
}
.smart-block.tags_block .smart_blog_block_content a:hover {
  background: var(--primarycolor);
  color: #fff !important;
}
.error_page_img {
  text-align: center;
  padding-top: 100px;
}
.error_page_img img {
  max-width: 100%;
}
#pagenotfound #main .page-header {
  margin: 0;
}
#pagenotfound #main .page-content {
  text-align: center;
}
#pagenotfound #main .page-content.page-not-found {
  margin-bottom: 100px;
}
#pagenotfound .page-not-found h4, #products .page-not-found h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
#module-smartblog-details .articleContent blockquote::before {
  position: absolute;
  content: "\f10d";
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--primarycolor);
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
}
#recent_article_smart_blog_block_left .smart-blog-post-content .recent_post_image {
  display: inline-block;
  margin-bottom: 10px;
}
.smart-blog-post-title-date {
  padding-left: 0;
}
.carousel-products-mobile-md .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}
#category #products {
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .smartg-blog-category-banner-area {
    margin-left: 0px;
  }
  #smartblogcat {
    padding-left: 0;
  }
  .banner-section.style-two .banner-carousel .slick-arrow {
    display: none;
  }
  .added_cart_pop {
    flex-wrap: wrap;
  }
  #blockcart-modal .added_cart_pop .col-md-6 {
    flex-basis: 100%;
  }
  #blockcart-modal .modal-title {
    margin-top: 20px;
  }
  #module-smartblog-details .page-content {
    padding-left: 0;
  }
  .smart-blog-comm-button-area .submit .smart-blog-comment-btn, .smart-blog-page-not-found-input > button {
    margin: 10px 9px !important;
  }
  #module-psgdpr-gdpr .page-content .psgdprinfo17 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
#search_filters .color, .custom-checkbox input[type="checkbox"] + span.color {
  margin-top: 8px;
}
#search_filters .facet .facet-label a {
  width: unset;
}
/*.products.product-listing .product-miniature {
  padding: 15px 25px;
}*/
.elementor-widget-myshop_featured_products .products .shop-block-one.col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}
/*#category div#content-wrapper {
  padding-left: 32px;
}*/
.left-sidebar {
  padding-right: 45px;
}
.block-category h1.h1 {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
/*.products .product-miniature {
  padding: 15px 25px;
}*/
#product .products .product-miniature .inner-box {
  margin-bottom: 30px;
}
#product .product-accessories .products {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 992px) {
  /*  .products .product-miniature {
    padding: 15px 15px;
  }*/
  #product .product-accessories .products {
    margin-left: 0px;
    margin-right: 0px;
  }
  .left-sidebar {
    padding-right: 15px;
  }
  .block-category h1.h1 {
    padding-left: 0px;
  }
  #category div#content-wrapper {
    padding-left: 15px;
  }
  .elementor-widget-collections .carousel-products-mobile.subcategory-listing .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #category #products {
    margin-left: 0px;
    margin-right: 0px;
  }
  .product-listing.products {
    margin-left: -15px;
    margin-right: -15px;
  }
  .featured-products .products {
    justify-content: flex-start;
  }
  .products.product-listing .product-miniature {
    margin: 0;
  }
  .elementor-widget-myshop_postsgrid .blog-thumb-listing .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-widget-myshop_featured_products .vc-smart-featured-products-grid .products .col-lg-3 {
    padding: 15px 15px;
  }
  .back-to-top-div {
    bottom: 0;
  }
  #subcategories .subcategories-list .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-tabs .product-grid-wrapper .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*  .products.product-listing .product-miniature {
    padding: 15px 15px;
  }*/
  /*  .products.product-listing .product-miniature {
    padding: 15px 15px;
  }*/
  .elementor-widget-myshop_product_tab .tab-content .products .col-lg-6, .elementor-widget-myshop_product_tab .tab-content .products .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-widget-myshop_featured_products .product-grid-wrapper .products .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block.smart-block {
    margin-right: 0px;
  }
  .carousel-products-mobile-md .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-widget-myshop_featured_products .products .shop-block-one.col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pagination-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.page-addresses .address {
  border: 1px solid #f2f2f2;
}
@media (max-width: 576px) {
  #header .header-nav.classy-my-header-style-1 .cart-preview {
    margin-right: 18px;
  }
  #category .breadcrumb {
    padding-top: 30px;
  }
}
.page-addresses .addresses-footer {
  margin: 0px;
}
.page-addresses .address .address-footer a:hover {
  color: var(--primarycolor);
}
#authentication .custom-checkbox label {
  padding-left: 0;
}
.smartg-blog-category-banner-images-and-content {
  background: var(--primarycolor);
}
#header .classy-my-header-top-7 + .header-nav.classy-my-header-style-1 {
  /*border-bottom: 0;*/
}
#header.header-type-9-style {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
}
#header.header-type-9-style .dropdown_type .myaccount_toggle_btn {
  color: #fff;
}
#header.header-type-9-style .header-nav .cart-preview .shopping-cart, #header.header-type-9-style .header-nav.classy-my-header-style-4 .user-info a, #header.header-type-9-style .header-nav.classy-my-header-style-4 .search-toggle, #header.header-type-9-style .header-nav.classy-my-header-style-4 .dropdown .expand-more {
  color: #fff;
}
#header.header-type-9-style .header-top a[data-depth="0"] {
  color: #fff;
}
#header.header-type-9-style .header-top a[data-depth="0"]:hover {
  color: #5fd179;
}
#header.header-type-9-style .header-top {
  border-bottom: 0;
}
#header .header-nav.classy-my-header-style-7.classy-my-header-style-8 {
  border-bottom: 0;
}
#header .header-nav.classy-my-header-style-6 .menu > ul > li {
  padding: 24px 40px 24px 0;
}
#category #subcategories hr {
  margin-left: 15px;
  margin-right: 15px;
}
#search_filters .facet .facet-title {
  overflow: visible;
}
/*#category .block-category-inner {
  padding-left: 15px;
}*/
.inner-box.product .image-box .product-flags .category {}
.inner-box.product .image-box .product-flags .category.pack {
  background: rgb(224, 156, 9);
}
.inner-box.product .image-box .product-flags .category.pack::after {
  background: rgb(224, 156, 9);
}
.inner-box.product .image-box .product-flags .category.new {
  background: #000;
}
.inner-box.product .image-box .product-flags .category.new::after {
  background: #000;
}
.inner-box.product .image-box .product-flags .category.out_of_stock {
  background: rgb(201, 24, 24);
}
.inner-box.product .image-box .product-flags .category.out_of_stock::after {
  background: rgb(201, 24, 24);
}
@media (min-width: 768px) {
  .header-sticky.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    animation: sticky 1s linear alternate;
  }
  @keyframes sticky {
    0% {
      top: -100px;
    }
    100% {
      top: 0;
    }
  }
}
.header-sticky.sticky.classy-my-header-top-style-3 {
  background: var(--primarycolor) !important;
}
#header .header-top.classy-my-header-top-style-4.header-sticky.sticky {
  padding-bottom: 0;
}
#header.header-type-9-style .header-sticky.sticky {
  background: var(--primarycolor) !important;
}
.shop-block-one .inner-box .image-box .product-promo-countdown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #fff;
  width: 90%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-amount {
  color: #fe4135;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-period {
  color: var(--primarycolor);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  line-height: 22px;
}
.shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section {
  position: relative;
}
.shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section::before {
  position: absolute;
  content: ':';
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fe4135;
  font-size: 18px;
  font-weight: 700;
}
.shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section:last-child::before {
  display: none;
}
.wishlist-container .wishlist-list-container ul.wishlist-list li a {
  padding: 24px 0;
}
.wishlist-container .wishlist-list-container .wishlist-list-item-right > button:hover {
  opacity: 1;
}
.wishlist-container .wishlist-list-container .wishlist-list-item-right > button:hover i {
  color: var(--primarycolor);
}
.wishlist-container .wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
  color: var(--primarycolor);
}
.wishlist-container .wishlist-container-header .wishlist-add-to-new i, .wishlist-container .wishlist-container-header .wishlist-add-to-new {
  color: #000 !important;
}
.wishlist-footer-links > a {
  color: #000;
}
.wishlist-products-container .wishlist-products-list {
  gap: 30px;
  padding: 0;
}
.wishlist-products-container .wishlist-products-list .wishlist-products-item {
  margin: 0 !important;
  padding: 30px !important;
  border-radius: 5px !important;
}
nav.wishlist-pagination.pagination {
  margin: 70px 0 0;
}
.wishlist-product-image img {
  width: 100%;
  max-height: inherit !important;
}
@media (max-width: 1200px) {
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section::before {
    right: -8px;
  }
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-period {
    line-height: 14px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section {
    margin: 0 12px;
  }
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section::before {
    right: -12px;
  }
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-amount {
    font-size: 20px;
  }
  .shop-block-one .inner-box .image-box .product-promo-countdown .countdown_inner .countdown-section .countdown-period {
    line-height: 22px;
    font-size: 14px;
  }
  #header.header-type-9-style .header-nav {
    background: transparent;
  }
  #header.header-type-9-style .header-nav #menu-icon .material-icons {
    color: #fff;
  }
  #header.header-type-9-style .header-top.classy-my-header-top-style-4 {
    padding-bottom: 0;

  }
}
/*.page-content.card.card-block > ul {
  justify-content: center;
}
.page-content.card.card-block > ul > li {
  padding: 20px;
  margin: 40px 0px;
  border-radius: 0px;
}*/
.product-comment-modal .modal-dialog .product-cover img {
  width: 100%;
  height: auto;
}
.promo-box > img {
  transform: scale(0);
}
#product .product-accessories .products .product-miniature .inner-box {
}
.elementor-widget-banner_slider .banner-promo .carousel-products-mobile-md .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.promo-box.design-default .description .btn {
  background: var(--primarycolor);
}
.promo-box.design-default .description .btn:hover {
  background: #333;
}
.no_slide img.lazyloaded {
  width: 100%;
}
.sdstags-update.smart-blog-post-tags .smart-blog-single-tag-item {
  position: relative;
}
.sdstags-update.smart-blog-post-tags .smart-blog-single-tag-item::before {
  position: absolute;
  content: ",";
  right: -8px;
  bottom: -2px;
  font-size: 14px;
  color: #777;
}
.sdstags-update.smart-blog-post-tags .smart-blog-single-tag-item:last-child::before {
  display: none;
}
.smart-blog-posts-header-area .articleContent a {
  font-weight: 600;
}
.smart-blog-post-single-item .articleContent a {
  font-weight: 600;
}
.smart-blog-post-single-item .articleContent a > i {
  padding-right: 5px;
}
.promo-box .description {
  z-index: 10;
}
.banner-promo .promo-box .description::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/
/* Category to demez padding left y mendra height */
/* webpubblicita - andere Schrift und font */
/*body {
  font: 1rem "Open Sans", sans-serif, serif
}*/
@media (max-width: 767px) {
  .header-top {
    border-bottom: 0;
  }
  .header-top-first {
    border-bottom: 1px solid #e9e9e9;
  }
}
#header .header-nav #menu-icon {
  margin: 0 0 0 0;
}
.block-category {
  padding-left: 0px;
  min-height: 120px;
}
/* to demez la parola catergory wall dalla prima plata home */
.home_category_wall .box-content .page_header_crsl {
  visibility: hidden;
  margin-top: 30px;
}
/* Mude speed tla transition dl menu */
.top-menu .sub-menu {
  transition: opacity 0.1s ease, visibility 0.5s ease;
}
/* Mude colors dl template */
/*#header .header-top {
  background-color: #322A26;
}*/
.tabs .nav-tabs .nav-link.active {
  color: #444444;
  border-bottom: #f9cf05 3px solid;
}
.tabs .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: #f9cf05 3px solid;
}
.product-price, #header .top-menu a[data-depth="0"]:hover, #header a:hover, a, .footer-container li a:hover, .dropdown:hover .expand-more, .carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
  color: #444444;
}
/* webpubblicita - andere farbe für Unterkategorien */
#subcategories .card-block {
  padding: 0.25rem;
}
#subcategories ul li .subcategory-name {
  color: #232323;
}
a:hover {
  color: #ddb804;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover, #product-modal .modal-content .modal-body .product-images img:hover {
  border: #f9cf05 3px solid;
}
#subcategories ul li:hover .subcategory-image a {
  border: 5px solid #f9cf05;
}
#subcategories {
  margin-bottom: 110px;
  border-top: none;
  border-bottom: 0px solid #E9E9E9;
}
#subcategories .subcategory-heading {
  display: none
}
.form-control:focus {
  outline: 0.1875rem solid #f9cf05;
  border-color: #f9cf05;
}
/* Ti de n padding ala fotos tl detail dl prodotto bzw. fancybox */
#product-modal .modal-content .modal-body .product-cover-modal {
  padding: 40px;
}
#product-modal .modal-content .modal-body .product-images img {
  padding: 15px;
}
/* Ti de npue plu de spaces */
/*#wrapper {
  padding-top: 1.563rem;
  background: white;
}*/
/*#main {
  margin-top: -10px;
}*/
/* webpubblicita - infoseiten */
#main .page-content.page-cms {
  padding: 1rem !important;
}
.block-category h1 {
  text-align: center !important;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .block-category h1 {
    text-align: center !important;
    font-size: 2rem;
  }
  #main .page-content, #main .page-header {
    margin-bottom: 0rem;
  }
}
/* Mude culeur dl footer y aggiungere n underfooter */
#footer {
  background-color: #F6F6F6;
  padding-top: 2.5rem;
}
.underfooter {
  background-color: #333333;
  margin-top: 80px;
  padding-top: 25px;
}
.underfooter-checkout {
  margin-top: 30px;
}
.underfooter .text-sm-center {
  margin-bottom: 0px;
}
.underfooter {
  text-align: center;
}
.underfooter img {
  max-width: 100px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) { /* stop subcategory depth at 2 for desktop, but allow mobile to expand accordingly */
  /* Mude color menu */
  #header .header-top a[data-depth="0"] {
    color: #f1f1f1;
  }
  /* Codice per fixen l dropdown dl menu */
  .top-menu[data-depth="2"] {
    display: none !important;
  }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
  }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
  }
  /* removes left justification */
  .top-menu .sub-menu {
    width: auto;
    min-width: auto;
  }
  /* removes full active area width from subcategory dropdown width */
  .popover {
    left: unset;
  }
  /* removes the forcing of dropdown to left of page active area lets dropdowns align with top nav */
  .block-categories .collapse-icons {
    right: -30px;
  }
  .product-prices .tax-shipping-delivery-label {
    display: none;
  }
  .btn.btn-primary.add-to-cart {
    font-size: 1rem;
  }
  .underfooter {
    padding-top: 50px;
  }
  .underfooter img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  /* Jlarge ora la width dl container */
  .container {
    width: 1380px;
    max-width: 100%;
  }
}
/* custom text sun la prima Seite */
#custom-text {
  padding: 1.5rem;
}
#custom-text h1 {
  font-size: 2rem;
}
#custom-text p, #custom-text .page-content.page-cms ul, .page-content.page-cms #custom-text ul {
  font-size: 1rem;
}
p, .page-content.page-cms ul {
  font-size: 1rem;
  color: #5C5C5C;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  position: relative;
  margin-bottom: 1.563rem;
  height: 318px;
  width: 250px;
  background: #fff;
  /* box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); */
}
figure {
  margin: 0 0 0;
}
#pagenotfound .page-not-found, #products .page-not-found {
  display: none
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #878787;
  border-top: 1px solid #878787;
}
.product-variants-item ul li label > span {
  display: inline-block;
  text-align: center;
  height: 25px;
  padding-top: 0px;
}
.label, label {
  font-size: 1rem !important;
}
@media (max-width: 768px) {
  #blockcart-modal .modal-body {
    text-align: center !important;
  }
  #blockcart-modal .modal-body p {
    margin: 0 !important;
  }
}
[data-container-express-checkout] {
  display: block;
  z-index: 0 !important;
  justify-content: flex-start;
}