/*
Theme Name:     JenniferShorto
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,700&display=swap");
@font-face {
  font-family: "Verlag Light";
  src: url("assets/fonts/Verlag-Light.otf");
}
@font-face {
  font-family: "Verlag XLight";
  src: url("assets/fonts/Verlag-XLight.otf");
}
:root {
  --global-site-font: "Verlag Light";
  --global-paragraph-font: "Verlag XLight";
  --global-paragraph-bolder: "Verlag Light";
  --header-font: "Verlag Light";
  --border-light-gray: #d1d1d1;
  --header-font-size: 12px;
  --bronze: #f7caca;
  --hover-highlight: #e0c079;
  --black: #252424;
  --mobile-bigger-heading-size: 1.2rem;
  --accent-color: #e0c079;
  --gold: #ca9b52;
  --gray: #303030;
  --dark-gray: #303030;
  --blackish-gray: #232323;
  --heading-font: "Verlag Light";
  --heading-color: var(--dark-gray);
  /*--button-color: #847741;
  --light-beige: #d2cdca;
  --open-sans: "Open Sans";
  --font-headings:"EB Garamond";
  --top-bar-size: 35px;
  --heading-gold: #736754;
  --button-bg: #847761;
  --overlay-gold : rgb(132, 119, 97,0.5);
  --dark-red:#511d2c;*/
}

/*@font-face {
  font-family: Karla;
  src: url("assets/fonts/Karla-Regular.ttf") format("truetype");
}
@font-face {
  font-family: KarlaBold;
  src: url("assets/fonts/Karla-Bold.ttf") format("truetype");
}*/
.site-search {
  display: none !important;
}

.storefront-breadcrumb {
  display: none !important;
}

.header-top-bar {
  background: black;
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-bar .col-full {
  font-size: 0.875rem;
  margin: 0 !important;
  padding: 0 30px !important;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: normal;
}
.header-top-bar .social-and-contact {
  margin-right: auto;
  color: white;
  display: flex;
  align-items: center;
}
.header-top-bar .social-and-contact .top-bar-socials a:not(:last-child) {
  margin-right: 15px;
}
.header-top-bar .social-and-contact a:hover {
  color: var(--accent-color);
}
.header-top-bar .social-and-contact .custom-left-wysiwyg-topbar {
  padding-left: 15px;
  border-left: 1px solid white;
  margin-left: 16px;
  line-height: 0.8em;
}
.header-top-bar .text-top-bar {
  position: absolute;
}
.header-top-bar a, .header-top-bar p {
  color: white;
}
.header-top-bar p {
  margin-bottom: 0;
  color: white;
}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
  max-width: unset;
}

.site-header {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.site-header .storefront-primary-navigation {
  display: none;
}
.site-header .col-full {
  font-size: var(--header-font-size);
  margin: 0 !important;
  padding: 0 30px !important;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: normal;
}
.site-header .col-full .site-branding-custom, .site-header .col-full .icons-wrapper-header {
  width: fit-content;
}
.site-header .col-full .secondary-navigation-custom {
  margin: 0 16px 0 auto;
}
.site-header .col-full .secondary-navigation-custom .menu {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.site-header .col-full .secondary-navigation-custom .menu li.current-menu-item a {
  color: var(--hover-highlight);
}
.site-header .col-full .secondary-navigation-custom .menu li a {
  color: var(--black);
  font-family: var(--header-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-header .col-full .secondary-navigation-custom .menu li a:hover {
  color: var(--hover-highlight);
}
.site-header .col-full .secondary-navigation-custom .menu li:not(:last-child) {
  margin-right: 16px;
}
.site-header .col-full .secondary-navigation-custom .menu li::marker {
  font-size: 0;
}
.site-header .col-full .icons-wrapper-header {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
  position: relative;
}
.site-header .col-full .icons-wrapper-header .search-wrapper {
  display: flex;
  align-items: center;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .search-header-icon {
  margin-right: 0px;
  font-size: var(--header-font-size);
  color: var(--black);
}
.site-header .col-full .icons-wrapper-header .search-wrapper .search-header-icon:hover {
  color: var(--hover-highlight);
}
.site-header .col-full .icons-wrapper-header .search-wrapper .close-search.show {
  z-index: 99;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .close-search {
  opacity: 0;
  visibility: hidden;
  font-size: 2rem;
  position: fixed;
  top: 30px;
  right: 30px;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .close-search i {
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .woocommerce-product-search.show {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .woocommerce-product-search {
  padding-top: 100px;
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(244, 233, 215, 0.7);
}
.site-header .col-full .icons-wrapper-header .search-wrapper .woocommerce-product-search input {
  width: 50%;
  height: 50px;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .woocommerce-product-search button {
  height: 50px;
  width: 140px;
  background-color: rgb(244, 233, 215);
  color: black;
  font-family: Karla, Sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  border: 1px solid rgb(244, 233, 215);
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .search-wrapper .woocommerce-product-search button:hover {
  background-color: white;
  border-color: black;
  -webkit-transition: 0.22s linear;
  -moz-transition: 0.22s linear;
  -ms-transition: 0.22s linear;
  -o-transition: 0.22s linear;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .login-header-icon {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-weight: 500;
  /*i{
    font-size:1.3rem;
  }*/
}
.site-header .col-full .icons-wrapper-header .login-header-icon:hover {
  color: #9e7e73;
}
.site-header .col-full .icons-wrapper-header #site-header-cart {
  width: fit-content;
  margin-right: 15px;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) a::after {
  height: fit-content;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) a .woocommerce-Price-amount.amount {
  display: none;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) a:hover .count {
  color: #717171;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(1) a .count {
  position: relative;
  padding-left: 16px;
  transition: 0.22s linear;
  margin-right: 40px;
  opacity: 1;
  font-size: 0.875rem;
}
.site-header .col-full .icons-wrapper-header #site-header-cart > li:nth-of-type(2) .widget.woocommerce.widget_shopping_cart {
  right: 0;
  left: unset;
  width: 400px;
  max-width: 100vw;
  max-height: 0;
  overflow: hidden;
}
.site-header .col-full .icons-wrapper-header #site-header-cart:hover li:nth-of-type(2) .widget.woocommerce.widget_shopping_cart {
  max-height: 1000px;
  transition: 0.22s linear;
}
.site-header .col-full .icons-wrapper-header .socials-wrapper a:hover {
  color: #9e7e73;
}
.site-header .col-full .icons-wrapper-header .social-header:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 1001px) {
  .secondary-navigation-custom ul .current_page_item a {
    color: var(--accent-color) !important;
    /*&:after {
      width: 100%;
    }*/
  }
  .secondary-navigation-custom a {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .header-top-bar .text-top-bar {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .home .site-content {
    margin-top: 0 !important;
  }
  .home .site-branding-custom img {
    filter: none !important;
  }
  .main-navigation > .menu {
    display: none !important;
  }
  .header-top-bar {
    padding: 0 30px !important;
    height: 45px;
  }
  .header-top-bar .col-full {
    padding: 0 !important;
    display: inline-flex;
    width: fit-content;
  }
  .header-top-bar .col-full .top-bar-socials {
    display: none;
  }
  .header-top-bar .col-full .custom-left-wysiwyg-topbar {
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    border: none;
  }
  .site-header {
    display: flex;
    padding: 0 30px !important;
    flex-direction: row-reverse;
    height: 80px;
    z-index: 10;
  }
  .site-header .menu-toggle {
    display: block;
    padding: 0;
    width: 22px;
    background-color: transparent !important;
    border: none;
  }
  .site-header .menu-toggle:after, .site-header .menu-toggle:before {
    content: "";
    background-color: black !important;
    left: 0;
    width: 22px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all, ease, 0.2s;
    transition: all, ease, 0.2s;
    border-radius: 3px;
  }
  .site-header .menu-toggle:after {
    transform: translateY(6px);
  }
  .site-header .menu-toggle:before {
    transform: translateY(-6px);
  }
  .site-header .menu-toggle span {
    visibility: hidden !important;
    width: 15px;
  }
  .site-header .menu-toggle span:after, .site-header .menu-toggle span:before {
    visibility: visible;
    background-color: black !important;
    width: 22px;
    height: 3px;
    left: 0;
  }
  .site-header .col-full {
    padding: 0 !important;
    display: inline-flex;
    width: fit-content;
  }
  .site-header .col-full .site-branding-custom, .site-header .col-full .icons-wrapper-header {
    width: fit-content;
  }
  .site-header .col-full .site-header-cart {
    display: none !important;
  }
  .site-header .col-full .icons-wrapper-header {
    margin-left: auto;
  }
  .site-header .col-full .icons-wrapper-header .search-wrapper .search-header-icon {
    margin-right: 0;
  }
  .site-header .col-full .icons-wrapper-header .socials-wrapper a:not(:last-child) {
    margin-right: 10px;
  }
  .site-header .col-full .site-branding-custom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header .col-full .site-branding-custom img {
    height: 50px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
  }
  .site-header .main-navigation.toggled .handheld-navigation {
    visibility: visible;
    transition: 0.22s linear;
    transform: translateX(0);
  }
  .site-header .storefront-primary-navigation {
    display: flex;
    margin-right: auto;
    align-items: center;
  }
  .site-header .storefront-primary-navigation .handheld-navigation {
    position: fixed;
    display: block;
    top: 80px;
    width: 100vw;
    max-width: 100%;
    min-height: calc(100vh - 80px);
    height: fit-content;
    background-color: #fff;
    right: 0;
    transform: translateX(-100%);
    visibility: hidden;
  }
  .site-header .storefront-primary-navigation .handheld-navigation .menu {
    flex-direction: column;
    right: -100%;
    background-color: white;
    display: flex;
    transition: 0.22s linear;
    visibility: visible;
    max-height: calc(100vh - 170px);
    height: calc(100vh - 170px);
    overflow: scroll;
  }
  .site-header .storefront-primary-navigation .handheld-navigation .menu li a {
    color: black !important;
    font-size: 0.875rem;
    padding: 15px 20px;
    transition: 0.22s linear;
    width: 100%;
    text-transform: uppercase;
  }
  .site-header .storefront-primary-navigation .handheld-navigation .menu li a:after {
    content: none !important;
  }
  .site-header .storefront-primary-navigation .handheld-navigation .menu li a .dropdown-toggle {
    width: 100%;
    margin-left: auto;
  }
  .site-header .storefront-primary-navigation .handheld-navigation .menu li a:hover, .site-header .storefront-primary-navigation .handheld-navigation .menu li a:focus {
    background-color: black;
    color: white !important;
    transition: 0.22s linear;
  }
  .site-header .col-full .secondary-navigation-custom {
    display: none;
  }
  .site-header .col-full .icons-wrapper-header .search-wrapper i {
    font-size: 1.1rem;
  }
  .site-header .col-full .icons-wrapper-header .login-header-icon {
    display: none;
  }
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: var(--accent-color);
}

.notice-block {
  margin: 30px 0;
  background-color: var(--accent-color);
  padding: 10px 0;
  text-align: center;
}
.notice-block .content p {
  margin-bottom: 0;
  color: #7A7A7A;
  font-size: 1rem;
  font-weight: 600;
  font-family: Roboto;
}

* {
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  outline-color: transparent !important;
  transition: 0.15s linear;
}
a:hover {
  transition: 0.15s linear;
}

button.alt, input[type=button].alt, input[type=reset].alt, input[type=submit].alt, .button.alt, .widget-area .widget a.button.alt {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #ffffff;
}
button.alt:hover, input[type=button].alt:hover, input[type=reset].alt:hover, input[type=submit].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
  background-color: white;
  color: var(--hover-highlight);
  border-color: var(--hover-highlight);
}

p {
  margin-bottom: 0;
}

.woocommerce-form-coupon-toggle {
  padding: 0 30px;
}

.woocommerce:not(.content-full-width) > .woocommerce-message, .woocommerce:not(.content-full-width) > .woocommerce-info, .woocommerce:not(.content-full-width) > .woocommerce-error {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.storefront-handheld-footer-bar ul li a {
  height: 50px;
}
.storefront-handheld-footer-bar ul li a::before {
  font-size: 1rem;
  line-height: 50px;
}

.content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-response-output {
  border-color: black !important;
  font-size: 0.875rem !important;
  line-height: 1.2em !important;
  margin-left: 0 !important;
  margin-right: 0px !important;
  padding: 10px !important;
  margin-top: 0 !important;
}

.wpcf7 .ajax-loader {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

p {
  font-size: 0.875rem;
}

.col-full {
  padding: 0 !important;
  max-width: unset;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

.home .entry-header {
  display: none;
}

.underline-hover:after {
  width: 0%;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--accent-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  transition: 0.22s linear;
  transform-origin: center;
}
.underline-hover:hover:after {
  width: 100%;
  transition: 0.22s linear;
  transform-origin: center;
}

.home .site-header {
  background-color: transparent;
}

.image-wrapper {
  position: relative;
  display: block;
}
.image-wrapper:before {
  content: "";
  display: block;
}
.image-wrapper .absolute-cover-img, .image-wrapper .absolute-cover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form.sent p {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

img {
  border-radius: 0;
}

input:focus, textarea:focus, a:focus, button:focus {
  outline: none !important;
}

.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img {
  width: 100%;
}

.category {
  color: #9e7e73;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  margin-bottom: 10px;
}

.site.checkout button,
.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart.alt,
.widget a.button.checkout, .button, .widget a.button {
  border: 2px solid var(--accent-color);
  background: var(--accent-color);
  color: white;
  transition: 0.12s linear;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--global-site-font);
  padding: 10px 45px;
  letter-spacing: 0.1px;
  border-radius: 5px;
  font-size: 0.8rem;
}
.site.checkout button:hover,
.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart.alt:hover,
.widget a.button.checkout:hover, .button:hover, .widget a.button:hover {
  background: transparent;
  border-color: var(--hover-highlight);
  color: var(--hover-highlight);
  transition: 0.12s linear;
}

label {
  font-family: var(--global-site-font);
  font-size: 1rem;
}

.add_to_cart_button.button {
  padding: 8px 20px;
}

@media screen and (min-width: 1024px) {
  .posts-preview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .posts-preview .post-preview-single {
    padding: 0;
    width: calc((100% - 60px) / 4) !important;
    margin: 0px 10px 60px 10px !important;
  }
  .posts-preview .post-preview-single:nth-of-type(4n + 1) {
    margin: 0px 10px 60px 0px !important;
  }
  .posts-preview .post-preview-single:nth-of-type(4n) {
    margin: 0px 0px 60px 10px !important;
  }
  .posts-preview .post-preview-single:nth-last-child(-n+4) {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .posts-preview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .posts-preview .post-preview-single {
    padding: 0;
    width: calc((100% - 60px) / 3) !important;
    margin: 0px 15px 60px 15px !important;
  }
  .posts-preview .post-preview-single:nth-of-type(3n + 1) {
    margin: 0px 15px 50px 0px !important;
  }
  .posts-preview .post-preview-single:nth-of-type(3n) {
    margin: 0px 0px 50px 15px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1900px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .content {
    padding-left: 140px;
    padding-right: 140px;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 1400px) {
  .content-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content {
    padding: 0 30px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content {
    margin: 0 auto;
    max-width: 100%;
    width: 1010px;
    padding: 0 30px;
  }
  .content-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content {
    padding: 0 30px;
  }
  * {
    background-attachment: scroll !important;
  }
  .post-preview-single h3, .carousel-cell h3 {
    font-size: 1.2rem;
  }
  .post-preview-single .category, .carousel-cell .category {
    line-height: 1.3em;
  }
  .posts-preview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .posts-preview .post-preview-single {
    padding: 0;
    width: calc((100% - 30px) / 2) !important;
  }
  .posts-preview .post-preview-single:nth-of-type(2n + 1) {
    margin: 0px 15px 50px 0px !important;
  }
  .posts-preview .post-preview-single:nth-of-type(2n) {
    margin: 0px 0px 50px 15px !important;
  }
  /*.site-header{
    .menu-toggle{
      padding:0;
      width: 22px;
      background-color: transparent!important;
      border:none;
      &:after,&:before{
        background-color: black!important;
        left:0;
        width: 22px;
        height: 3px;
      }
      &:after{
        transform: translateY(6px);
      }
      &:before{
        transform: translateY(-6px);
      }
      span{
        visibility: hidden!important;
        width: 15px;
        &:after,&:before{
          visibility: visible;
          background-color: black!important;
          width: 22px;
          height: 3px;
          left:0;
        }
      }
    }
  }*/
}
body.overflow {
  height: 100% !important;
  overflow: hidden;
}

.contact-button-wrapper {
  position: relative;
}
.contact-button-wrapper p {
  font-size: 0.8rem;
}
.contact-button-wrapper a {
  border-bottom: 1px solid black;
  font-size: 0.8rem;
}
.contact-button-wrapper a:hover {
  color: #9e7e73;
  border-color: #9e7e73;
}
.contact-button-wrapper .wpcf7-response-output {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-family: "Source Sans Pro";
}
.contact-button-wrapper br {
  display: none;
}
.contact-button-wrapper p {
  margin-bottom: 0px;
}
.contact-button-wrapper form {
  margin-bottom: 10px;
}
.contact-button-wrapper .wpcf7 .ajax-loader {
  display: none !important;
}
.contact-button-wrapper .email-326 {
  display: block;
}
.contact-button-wrapper .email-326 input {
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #9e7e73;
  font-family: "Source Sans Pro";
  background-color: transparent;
}
.contact-button-wrapper .email-326 input::placeholder {
  color: #9e7e73;
  font-size: 0.875rem;
}
.contact-button-wrapper .submit-button {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 42px;
  width: 52px;
  background-color: transparent;
  color: #9e7e73;
}

.storefront-sorting {
  display: none;
}

.entry-header h2, .entry-header h1, .common-heading h2, .common-heading h1, .woocommerce-cart h2, .woocommerce-cart h1, .woocommerce-checkout h2, .woocommerce-checkout h1, .woocommerce-products-header h2, .woocommerce-products-header h1, .upsells h2, .upsells h1, .related.products h2, .related.products h1 {
  color: #303030;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 30px;
  font-family: "Verlag Light";
}
.entry-header h2, .common-heading h2, .woocommerce-cart h2, .woocommerce-checkout h2, .woocommerce-products-header h2, .upsells h2, .related.products h2 {
  display: flex;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 40px auto;
  /*&:before, &:after {
    content: '';
    margin: auto 20px;
    width: 50px;
    border-bottom: 4px solid var(--accent-color);
    //margin-right:20px;
  }

  &:after {
    border-color: transparent;
  }*/
}

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

.upsells.products {
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
  color: black;
  font-family: var(--global-paragraph-font);
}

a {
  transition: 0.22s linear;
}
a:hover {
  color: var(--hover-highlight);
  transition: 0.22s linear;
}

*::marker {
  font-size: 0;
}

.slick-dots li::marker {
  font-size: 0 !important;
}

ul {
  margin-left: 0 !important;
}
ul li::marker {
  font-size: 0.5rem;
}

.content-text ul {
  margin-left: 0 !important;
}
.content-text ul li {
  margin-bottom: 20px;
  color: black;
  font-size: 0.875rem;
  margin-left: 15px;
}
.content-text ul li::marker {
  font-size: 0.5rem;
}

@media screen and (max-width: 767px) {
  .entry-header h2, .entry-header h1, .common-heading h2, .common-heading h1, .woocommerce-cart h2, .woocommerce-cart h1, .woocommerce-checkout h2, .woocommerce-checkout h1, .woocommerce-products-header h2, .woocommerce-products-header h1, .upsells h2, .upsells h1, .related.products h2, .related.products h1 {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  .common-heading h1, .common-heading h2 {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  .common-heading h2 {
    margin-bottom: 15px;
  }
  .common-heading h2:before, .common-heading h2:after {
    display: none;
  }
}
.site, body {
  overflow-x: unset;
}

.woocommerce-breadcrumb {
  font-size: 0.875rem;
}

.single-post .post {
  padding-top: 150px;
}
.single-post .post-wrapper-top {
  background-color: #f5f4f2;
  padding-bottom: 80px;
}
.single-post .site-content {
  margin-top: -100px;
}
.single-post header {
  background-color: transparent !important;
  border-bottom: 1px solid #cdcdcc !important;
}
.single-post .storefront-breadcrumb {
  position: absolute;
  margin: 0 auto;
  max-width: 100%;
  width: 1010px;
  padding: 0 30px;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-family: "Source Sans Pro";
  color: #9e7e73;
}
.single-post .storefront-breadcrumb .breadcrumb-separator, .single-post .storefront-breadcrumb a {
  color: #9e7e73;
}
.single-post .storefront-breadcrumb .breadcrumb-separator:after, .single-post .storefront-breadcrumb a:after {
  opacity: 1;
}
.single-post .storefront-breadcrumb .breadcrumb-separator:before, .single-post .storefront-breadcrumb a:before {
  display: none;
}
.single-post .storefront-breadcrumb a {
  border-bottom: 1px solid transparent;
}
.single-post .storefront-breadcrumb a:hover {
  border-color: #9e7e73;
}
.single-post .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post .content b, .single-post .content strong {
  font-size: 0.875rem;
}
.single-post .content .post-text ul {
  padding-left: 15px;
}
.single-post .content .post-text ul li {
  font-size: 0.875rem;
  color: black;
}
.single-post .content .single-post-content {
  position: relative;
  margin-top: 100px;
  margin-left: 0px;
  width: calc(50% - 25px);
}
.single-post .content .single-post-content .bigger-heading h1 {
  text-align: left;
  font-size: 3rem;
  font-family: "Playfair Display";
  line-height: 1.4em;
}
.single-post .content .single-post-content .single-author {
  display: flex;
  align-items: center;
}
.single-post .content .single-post-content .single-author .image-wrapper {
  margin-right: 10px;
}
.single-post .content .single-post-content .author {
  font-family: "Source Sans Pro";
}
.single-post .content .single-post-content .author .image-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
}
.single-post .content .single-post-content .author .image-wrapper::before {
  padding-top: 100%;
}
.single-post .content .single-post-content .author .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .content .single-post-content .post-recommendation {
  margin-bottom: 30px;
}
.single-post .content .single-post-content .post-recommendation a {
  color: #9e7e73;
  border-bottom: 1px solid #9e7e73;
}
.single-post .content .single-post-content .post-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #c6c6c6;
}
.single-post .content .single-post-content .post-share p {
  margin-bottom: 0;
  font-family: "Source Sans Pro";
}
.single-post .content .single-post-content .post-share .socials-wrapper {
  margin-left: 20px;
  font-size: 1.3rem;
}
.single-post .content .single-post-content .post-share .socials-wrapper a:not(:last-child) {
  margin-right: 10px;
}
.single-post .content .single-post-content .post-share .socials-wrapper a:hover {
  color: #9e7e73;
}
.single-post .content .single-post-image {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  padding-left: 0px;
  width: calc(50% - 25px);
}
.single-post .content .single-post-image .image-wrapper::before {
  padding-top: 155%;
}
.single-post .related-posts {
  padding-top: 40px;
}
.single-post .related-posts .bigger-heading {
  margin: 0 auto 35px auto;
}
.single-post .related-posts .bigger-heading h2 {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-post .site-content {
    margin-top: -80px;
  }
  .single-post .storefront-breadcrumb {
    display: block !important;
    padding: 0 30px;
    z-index: 3;
    margin-top: 15px;
  }
  .single-post .post-wrapper-top {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .single-post .content .single-post-image {
    padding: 0;
    width: 100%;
    position: relative;
  }
  .single-post .content .single-post-content {
    margin-top: 100px;
    margin-left: 0;
    width: 100%;
  }
  .single-post .content .single-post-content .post-share .socials-wrapper a:not(:last-child) {
    margin-right: 20px;
  }
  .single-post .content .single-post-content .bigger-heading h1 {
    font-size: 2rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce {
  width: 100%;
}
.woocommerce-account:not(.logged-in) .entry-content {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.woocommerce-account:not(.logged-in) .entry-header {
  padding-bottom: 0;
  margin-bottom: 2rem;
}

form.woocommerce-form {
  margin-bottom: 0;
}
form.woocommerce-form .form-row {
  width: 100%;
  font-family: var(--global-site-font);
  font-size: 1rem;
  float: none;
  margin-right: 0;
}
form.woocommerce-form .form-row label {
  margin-bottom: 2px;
}
form.woocommerce-form .form-row.form-row-first, form.woocommerce-form .form-row.woocommerce-form-row {
  margin-bottom: 10px;
}
form.woocommerce-form .form-row.form-row-last {
  margin-bottom: 20px;
}
form.woocommerce-form .form-row button {
  width: 100%;
  margin-bottom: 10px;
}

.content-full-width.my-account {
  max-width: 1100px;
  margin: 0 auto;
}
.content-full-width.my-account .select2-container {
  display: block;
}
.content-full-width.my-account .password-send-trade-check-wrapper {
  display: flex;
  margin-top: 13px;
  margin-bottom: 2px;
  justify-content: space-between;
  align-items: center;
}
.content-full-width.my-account .password-send-trade-check-wrapper span, .content-full-width.my-account .password-send-trade-check-wrapper p {
  font-family: var(--global-site-font);
  color: black;
}
.content-full-width.my-account .woocommerce-form-register p label {
  margin-bottom: 2px;
}
.content-full-width.my-account h2 {
  font-family: var(--heading-font);
  font-size: 2.5rem;
  text-align: center;
}
.content-full-width.my-account #customer_login h2 {
  margin-bottom: 15px;
}
.content-full-width.my-account #customer_login button {
  margin-top: 30px;
}
.content-full-width.my-account .trade-registration-info-wrapper {
  margin-top: 50px;
}
.content-full-width.my-account .trade-registration-info-wrapper h2 {
  margin-bottom: 15px;
}
.content-full-width.my-account .trade-registration-info-wrapper a.button {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-full-width.my-account .trade-registration-info-wrapper .trade-content-modal {
  margin-bottom: 30px;
  text-align: center;
}
.content-full-width.my-account .col2-set#customer_login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  float: none;
  width: 100%;
}
.content-full-width.my-account .col2-set#customer_login .u-column2, .content-full-width.my-account .col2-set#customer_login .u-column1 {
  margin: 0 auto;
  width: 100%;
  float: none;
}
.content-full-width.my-account .col2-set#customer_login .u-column2.col-2 {
  display: block;
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 {
  float: none;
  margin: 0 auto !important;
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .button-parent {
  margin-bottom: 10px;
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .woocommerce-LostPassword {
  text-align: center;
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .woocommerce-LostPassword a {
  color: var(--black);
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .woocommerce-LostPassword a:hover {
  color: var(--hover-highlight);
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}
.content-full-width.my-account .col2-set#customer_login .u-column1.col-1 form .woocommerce-form-login__rememberme .lost_password {
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .woocommerce-account:not(.logged-in) .col2-set#customer_login .u-column1.col-1 form p input {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .col2-set#customer_login .u-column1.col-1 {
    max-width: calc(100vw - 60px);
  }
  .content-full-width.my-account h2 {
    font-size: 1.5rem;
  }
  .content-full-width.my-account #customer_login button {
    margin-top: 30px;
  }
  .content-full-width.my-account .trade-registration-info-wrapper {
    margin-top: 20px;
  }
  .content-full-width.my-account .trade-registration-info-wrapper a.button {
    width: 100%;
  }
  .content-full-width.my-account .col2-set#customer_login {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 30px;
  }
}
/* LOGGED IN STYLING*/
@media screen and (min-width: 1400px) and (max-width: 1900px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .woocommerce-account .site-content .col-full {
    padding-left: 140px !important;
    padding-right: 140px !important;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 1500px) {
  .woocommerce-account .site-content .col-full {
    padding: 0 30px !important;
    max-width: 1500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .woocommerce-account .site-content .col-full {
    margin: 0 auto;
    max-width: 100%;
    width: 1010px;
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content .col-full {
    padding: 0 30px !important;
  }
}
.woocommerce-account .site-content .col-full {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

.woocommerce-account.logged-in .entry-header {
  padding-top: 30px;
  padding-bottom: 50px;
}
.woocommerce-account.logged-in .entry-header h1 {
  font-family: var(--global-site-font);
}
.woocommerce-account.logged-in h2, .woocommerce-account.logged-in h3, .woocommerce-account.logged-in h4, .woocommerce-account.logged-in h5, .woocommerce-account.logged-in h6 {
  font-family: var(--global-site-font);
  font-weight: 400;
  font-size: 1.6rem;
}
.woocommerce-account.logged-in .trade-heading {
  margin-bottom: 30px;
}

.register .woocommerce-privacy-policy-text {
  display: none !important;
}
.register article.page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
}
.register .entry-content {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.register .entry-header {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.register h2 {
  font-family: "Playfair Display";
  font-size: 2.8rem;
  text-align: center;
}
.register form {
  width: 500px;
  max-width: 60vw;
  float: none;
  margin: 0 auto !important;
}
.register form p input {
  border: 1px solid #aaaaaa;
  background: white;
}
.register form p input:focus {
  background: white !important;
}
.register form p button {
  display: flex;
  width: 100% !important;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  font-size: 0.875rem;
  font-weight: 400 !important;
  font-family: "Source Sans Pro";
  transition: 0.22s linear !important;
  text-transform: uppercase;
}
.register form p button:hover {
  background-color: #9e7e73;
  color: white;
  transition: 0.22s linear !important;
}
.register form p button i {
  margin-left: 10px;
}
.register form .button-parent {
  margin-bottom: 10px;
}
.register form .woocommerce-LostPassword {
  font-style: italic;
  text-align: center;
}
.register form .woocommerce-LostPassword a {
  color: #9e7e73;
}

@media screen and (min-width: 767px) {
  .woocommerce-account:not(.logged-in) .col2-set#customer_login .u-column1.col-1 form p input {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .col2-set#customer_login .u-column1.col-1 {
    max-width: calc(100vw - 60px);
  }
}
/* LOGGED IN STYLING*/
@media screen and (min-width: 1400px) and (max-width: 1900px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .register .site-content .col-full {
    padding-left: 140px !important;
    padding-right: 140px !important;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 1500px) {
  .register .site-content .col-full {
    padding: 0 30px !important;
    max-width: 1500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .register .site-content .col-full {
    margin: 0 auto;
    max-width: 100%;
    width: 1010px;
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .register {
    position: relative;
  }
  .register form {
    max-width: 100%;
  }
  .register article.page {
    min-height: 60vh;
  }
  .register .site-content .col-full {
    padding: 0 30px !important;
  }
}
.register .site-content .col-full {
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

.register .entry-header {
  padding-top: 30px;
  padding-bottom: 50px;
}
.register .entry-header h1 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: italic;
}

.wallpaper-panels-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  width: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  column-gap: 5px;
}
.wallpaper-panels-wrapper .image {
  position: relative;
  display: block;
}
.wallpaper-panels-wrapper .image img {
  height: 100%;
}
.wallpaper-panels-wrapper .image:hover {
  cursor: pointer;
}
.wallpaper-panels-wrapper .image img {
  height: auto;
}

.absolute-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panels-modal {
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.22s linear;
  width: 100vw;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
.panels-modal.modal-active {
  opacity: 1;
  transition: 0.22s linear;
  visibility: visible;
  z-index: 1000;
}
.panels-modal .content {
  display: flex;
  justify-content: center;
}
.panels-modal .images-panels {
  width: fit-content;
  width: -moz-fit-content;
  column-gap: 5px;
}
.panels-modal .images-panels .image {
  position: relative;
  width: inherit;
  max-height: 100%;
}
.panels-modal .images-panels .image img {
  max-height: 80vh;
}
.panels-modal .images-panels .image p {
  margin-top: 5px;
  font-size: 1rem;
  margin-bottom: 0 !important;
  font-family: "Verlag Light";
}
.panels-modal .mobile-images-panels {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1160px;
  padding: 0 30px;
  align-items: center;
}
.panels-modal .mobile-images-panels .image-mobile {
  position: relative;
  height: auto;
}
.panels-modal .mobile-images-panels .image-mobile:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .panels-modal {
    height: fit-content;
    overflow: scroll;
    justify-content: flex-start;
    padding: 60px 0;
    height: 100vh !important;
  }
  .panels-modal .content {
    flex-direction: column;
  }
  .panels-modal .images-panels {
    margin-bottom: 20px;
  }
  .panels-modal .mobile-images-panels {
    display: flex;
  }
  .panels-modal .mobile-images-panels .image-mobile img {
    max-height: calc(100vh - 300px);
  }
  .panels-modal .mobile-images-panels .image-mobile p {
    margin-top: 5px;
    font-size: 1rem;
    margin-bottom: 0 !important;
    font-family: "Verlag Light";
  }
}
html .single-product .product {
  overflow: unset !important;
}
html .single-product .product .additional-info-product-page {
  margin-bottom: 30px;
}
html .single-product .product .product-content-single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
html .single-product .product .product-content-single .woocommerce-product-gallery, html .single-product .product .product-content-single .summary.entry-summary {
  float: none !important;
}
html .single-product .product .product-content-single .woocommerce-product-gallery {
  width: calc(60% - 50px);
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .single-product .product .product-content-single .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  margin-bottom: 10px;
}
html .single-product .product .product-content-single .woocommerce-product-gallery .flex-control-nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
html .single-product .product .product-content-single .woocommerce-product-gallery .flex-control-nav:before {
  display: none;
}
html .single-product .product .product-content-single .woocommerce-product-gallery .flex-control-nav li {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}
html .single-product .product .product-content-single .woocommerce-product-gallery img {
  width: 100%;
  max-width: 1024px;
}
html .single-product .product .product-content-single .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  cursor: default;
}
html .single-product .product .product-content-single .summary {
  width: 40%;
  position: sticky;
  top: 50px;
}
html .single-product .product .product-content-single .summary h1 {
  margin-bottom: 20px;
}
html .single-product .product .product-content-single .summary p {
  font-size: 1rem;
  font-family: "Verlag XLight";
  font-weight: 200;
  color: var(--blackish-gray);
}
html .single-product .product .product-content-single .summary .category a {
  font-size: 0.875rem;
  color: var(--accent-color);
}
html .single-product .product .product-content-single .summary .product_title, html .single-product .product .product-content-single .summary .product-headings {
  font-family: "Verlag Light";
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--blackish-gray);
  font-weight: 300;
  letter-spacing: 0.1px;
}
html .single-product .product .product-content-single .summary .price {
  margin-top: 0;
  color: var(--dark-gray);
  font-size: 2rem;
  font-family: "Source Sans Pro";
  margin-bottom: 1rem;
}
html .single-product .product .product-content-single .summary .product-description, html .single-product .product .product-content-single .summary .woocommerce-product-details__short-description {
  font-family: "Source Sans Pro";
  font-size: 1.1rem;
  color: var(--black);
}
html .single-product .product .product-content-single .summary .product-page-buttons-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
html .single-product .product .product-content-single .summary .product-page-buttons-wrapper button {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  letter-spacing: 1px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-family: "Verlag Light";
  font-size: 0.75rem;
}
html .single-product .product .product-content-single .summary .product-page-buttons-wrapper button:hover {
  background-color: transparent;
  color: var(--accent-color);
}
html .single-product .product .product-content-single .summary .product-page-buttons-wrapper button:not(:last-child) {
  margin-bottom: 10px;
}
html .single-product .product .product-content-single .summary .product-headings {
  margin-bottom: 15px;
}
html .single-product .product .product-content-single .summary p:not(.product-headings), html .single-product .product .product-content-single .summary .description-wrapper {
  font-size: 1rem;
  font-family: "Verlag XLight";
  margin-bottom: 20px;
}
html .single-product .product .product-content-single .summary .product_meta {
  display: none;
}
html .single-product .product .product-description-wrapper {
  padding: 0 !important;
}

@media screen and (max-width: 1440px) {
  html .single-product .product .product-content-single .summary .cart .variations, html .single-product .product .product-content-single .summary .cart button {
    width: 100%;
  }
  html .single-product .product .product-content-single .summary .product-page-information-tabs {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  html .single-product .product .product-content-single .woocommerce-product-gallery, html .single-product .product .product-content-single .summary {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  html .single-product .product .product-content-single .woocommerce-product-gallery, html .single-product .product .product-content-single .summary {
    width: 100%;
  }
  html .single-product .product .product-content-single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
  }
}
ul.products li.product {
  margin-bottom: 0 !important;
}
ul.products li.product a {
  display: flex;
  flex-direction: column;
}
ul.products li.product a img {
  margin-bottom: 10px;
}
ul.products li.product a h2 {
  font-family: "Verlag Light";
  font-size: 17px !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  text-align: left;
  color: var(--dark-gray);
  transition: 0.22s linear;
}
ul.products li.product a h2:hover {
  color: var(--hover-highlight);
  transition: 0.22s linear;
}
ul.products li.product a h2:after, ul.products li.product a h2:before {
  display: none;
}

.related.products {
  margin-bottom: 0px;
  margin-top: 30px;
}

.woocommerce-shop:not(.search) .site-main {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-shop:not(.search) .site-main .content-full-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-shop:not(.search) .site-main .content-full-width header {
  order: 2;
  width: 20%;
}
.woocommerce-shop:not(.search) .site-main .content-full-width header .wcpf-layout-item.wcpf-box-style .wcpf-heading-label, .woocommerce-shop:not(.search) .site-main .content-full-width header .wcpf-field-item.wcpf-box-style .wcpf-heading-label, .woocommerce-shop:not(.search) .site-main .content-full-width header .wcpf-content {
  text-align: left;
}
.woocommerce-shop:not(.search) .site-main .content-full-width header .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
  border: 1px solid black;
}
.woocommerce-shop:not(.search) .site-main .content-full-width ul.products:after, .woocommerce-shop:not(.search) .site-main .content-full-width ul.products:before {
  display: none !important;
}

@media screen and (max-width: 1920px) {
  .woocommerce-shop:not(.search) .site-main .content-full-width .products {
    grid-template-columns: repeat(4, 1fr);
  }
  .woocommerce-shop:not(.search) .site-main .content-full-width .lmp_products_loading {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}
@media screen and (max-width: 1500px) {
  .woocommerce-shop:not(.search) .site-main .content-full-width .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce-shop:not(.search) .site-main .content-full-width .lmp_products_loading {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-shop:not(.search) .site-main .content-full-width .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce-shop:not(.search) .site-main .content-full-width .lmp_products_loading {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-shop:not(.search) .site-main .content-full-width header {
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-shop:not(.search) .site-main .content-full-width .products {
    width: 100%;
    padding-left: 0 !important;
    column-gap: 10px;
    row-gap: 20px;
  }
  .woocommerce-shop:not(.search) .site-main .content-full-width .lmp_products_loading {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.woocommerce-cart-form table {
  border-collapse: collapse;
}
.woocommerce-cart-form .woocommerce-cart .entry-title {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.woocommerce-cart-form table tr, .woocommerce-cart-form th, .woocommerce-cart-form td {
  background-color: transparent !important;
  color: black;
  font-size: 0.875rem;
}
.woocommerce-cart-form table tr a, .woocommerce-cart-form th a, .woocommerce-cart-form td a {
  text-decoration: none !important;
}
.woocommerce-cart-form thead tr, .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  border: 1px solid black;
}
.woocommerce-cart-form table.cart td.product-remove, .woocommerce-cart-form table.cart td.actions {
  border-top: none;
}
.woocommerce-cart-form table tbody tr:nth-child(3) td {
  padding-top: 10px;
}
.woocommerce-cart-form .woocommerce-account table.my_account_orders tbody tr, .woocommerce-cart-form .woocommerce-cart table.cart tbody tr {
  border: 1px solid #e5e5e5;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item:nth-child(1) {
  margin-bottom: 10px;
}
.woocommerce-cart-form #coupon_code {
  background-color: white;
  border: none;
}
.woocommerce-cart-form button {
  font-size: 0.8rem;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: 0.22s linear;
}
.woocommerce-cart-form button:hover {
  color: black;
  background-color: white;
  transition: 0.22s linear;
  border: 1px solid black;
}
.woocommerce-cart-form .cart_totals h2, .woocommerce-cart-form .cart_totals .cart-subtotal, .woocommerce-cart-form .cart_totals .woocommerce-shipping-totals.shipping {
  display: none;
}

.choosed-options-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.choosed-options-wrapper .expand-options-choosen {
  margin-left: 10px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: white;
  background: var(--accent-color);
}
.choosed-options-wrapper .expand-options-choosen:hover {
  cursor: pointer;
}
.choosed-options-wrapper .expand-options-choosen .plus-animation {
  margin-right: 0;
}
.choosed-options-wrapper .expand-options-choosen .plus-animation span {
  background-color: white;
}
.choosed-options-wrapper p {
  margin-bottom: 0;
}

.options-wrapper-custom {
  max-height: 0;
  overflow: hidden;
  transition: 0.22s linear;
  margin-left: 10px;
  padding-left: 15px;
}
.options-wrapper-custom.show {
  max-height: 500px;
  transition: 0.22s linear;
  border: 1px solid var(--accent-color);
  border-radius: 5px;
  padding: 15px;
}
.options-wrapper-custom p:not(:last-child) {
  margin-bottom: 10px;
}

.wc-proceed-to-checkout {
  margin-bottom: 25px;
}

.wc-proceed-to-checkout .button.checkout-button {
  margin-bottom: 0;
}

.woocommerce-cart-form .actions {
  padding-top: 25px !important;
}

.cart_totals {
  display: flex;
  flex-direction: column-reverse;
  width: 560px !important;
  max-width: 100% !important;
  /*.cart-subtotal, .woocommerce-shipping-totals {
    display: none;
  }*/
}
.cart_totals h2 {
  display: none;
}
.cart_totals table {
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
.cart_totals .order-total th, .cart_totals .order-total td {
  background-color: transparent;
}
.cart_totals .checkout-button {
  font-size: 0.8rem !important;
}

.wc-forward::after, .woocommerce-Button--next::after {
  display: none;
}

table.cart .product-thumbnail img {
  max-width: 100px;
}

table.cart td.product-quantity .qty {
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.site.checkout .entry-header {
  margin-bottom: 30px;
  padding-bottom: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.site.checkout label {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  margin-bottom: 5px;
}
.site.checkout select {
  border: 1px solid #b0b0b0;
  font-family: "Source Sans Pro";
  font-size: 1rem;
  padding: 10px;
  max-width: unset;
}

@media screen and (max-width: 767px) {
  table.cart .product-thumbnail img {
    width: 100%;
    max-width: 100%;
  }
  .product-thumbnail {
    padding-bottom: 20px !important;
  }
  .cart_totals {
    width: 100% !important;
  }
  a.remove {
    width: fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
  }
  a.remove:before {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    color: red;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-cart .entry-title {
    margin-bottom: 20px;
  }
}
.actions {
  padding-top: 10px !important;
}

.coupon {
  float: none !important;
}

.product-name {
  background-color: red;
}

.actions {
  display: flex;
}
.actions .coupon {
  display: flex;
}

.cart .input-text, .cart select, .cart input[type=email], .cart input[type=number], .cart input[type=password], .cart input[type=search], .cart input[type=tel], .cart input[type=text], .cart input[type=url], .cart textarea, .checkout .input-text, .checkout select, .checkout input[type=email], .checkout input[type=number], .checkout input[type=password], .checkout input[type=search], .checkout input[type=tel], .checkout input[type=text], .checkout input[type=url], .checkout textarea {
  background-color: white;
  border: 1px solid var(--border-light-gray) !important;
  padding: 0.6180469716em;
}

#order_review {
  background-color: transparent !important;
}

.woocommerce-checkout table, .woocommerce-checkout tr, .woocommerce-checkout th, .woocommerce-checkout td {
  border-collapse: collapse !important;
  background-color: transparent !important;
  color: black;
  font-size: 0.875rem;
}
.woocommerce-checkout table a, .woocommerce-checkout tr a, .woocommerce-checkout th a, .woocommerce-checkout td a {
  text-decoration: none !important;
}
.woocommerce-checkout thead tr, .woocommerce-checkout .cart_item {
  border: 1px solid black;
}
.woocommerce-checkout .payment_methods {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.woocommerce-checkout #payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: white;
}
.woocommerce-checkout #payment .place-order .button {
  font-size: 1rem;
}

.block-columns-3 .blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}

@media screen and (max-width: 767px) {
  .block-columns-3 .blocks-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.question {
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0;
}
.question:hover {
  cursor: pointer;
}
.question:first-child {
  border-top: 1px solid #dbdbdb;
}
.question .question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question .question-header h3 {
  font-family: "Playfair Display";
  font-size: 1.1rem;
  margin: 0;
}
.question .question-header .plus-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.question .question-header .plus-animation span:nth-child(1) {
  width: 12px;
  height: 2px;
  background-color: black;
}
.question .question-header .plus-animation span:nth-child(2) {
  width: 2px;
  height: 12px;
  background-color: black;
  position: absolute;
}
.question .question-header .plus-animation .rotate-span.rotate {
  transform: rotate(90deg);
  transition: 0.1s linear;
}
.question .question-header .plus-animation .rotate-span {
  transform: rotate(0deg);
  transition: 0.1s linear;
}
.question .question-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.question .question-body p {
  margin: 15px 0;
}

.slick-dots {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
}
.slick-dots .slick-active {
  background-color: black;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid black;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-footer {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.site-footer .site-info {
  display: none;
}
.site-footer .footer-widgets {
  padding: 0;
}
.site-footer .widget {
  margin-bottom: 0;
}
.site-footer .widget > p {
  display: none;
}

.footer-wrapper {
  padding: 10px 0;
}
.footer-wrapper .footer-content #menu-footer-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.footer-wrapper .footer-content #menu-footer-menu li a {
  font-family: var(--header-font);
  font-size: 13px;
  color: var(--gold);
}
.footer-wrapper .footer-content #menu-footer-menu li:not(:last-child) {
  margin-right: 10px;
}
.footer-wrapper .footer-content .socials-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .footer-content .socials-wrapper .social-wrapper {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 15px;
  background-color: #000000;
  color: #ffffff;
  transition: 0.22s linear;
}
.footer-wrapper .footer-content .socials-wrapper .social-wrapper:hover {
  background-color: var(--hover-highlight);
  transition: 0.22s linear;
}

.products-grid, .products.columns-4 {
  padding-left: 0 !important;
  display: grid;
  column-gap: 30px;
  row-gap: 25px;
  grid-template-columns: repeat(5, 1fr);
}
.products-grid::before, .products.columns-4::before {
  display: none;
}
.products-grid li, .products.columns-4 li {
  width: 100% !important;
  float: none;
  margin-right: 0 !important;
}

@media screen and (max-width: 1440px) {
  .products-grid, .products.columns-4 {
    padding-left: 0 !important;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .products-grid, .products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  products-grid, .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-with-children {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.category-with-children .content-full-width {
  padding-left: 0px;
  padding-right: 0px;
  width: calc(100% - 330px);
}
.category-with-children .content-full-width .products.columns-4 {
  padding-left: 0 !important;
  display: grid;
  column-gap: 30px;
  row-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.category-with-children .content-full-width .products.columns-4::before {
  display: none;
}
.category-with-children .content-full-width .products.columns-4 li {
  width: 100% !important;
  float: none;
  margin-right: 0 !important;
}
.category-with-children > content-full-width {
  width: calc(100% - 330px);
}
.category-with-children .sidebar-category-page {
  padding-top: 0;
  width: 300px;
  position: sticky;
  top: 150px;
  padding: 0 20px 20px 0px;
}
.category-with-children .sidebar-category-page h1 {
  display: none;
}
.category-with-children .sidebar-category-page .sidebar-categories-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0px;
}
.category-with-children .sidebar-category-page .sidebar-categories-wrapper a {
  color: var(--black);
  font-family: var(--global-site-font);
  font-size: 17px;
}
.category-with-children .sidebar-category-page .sidebar-categories-wrapper a.current-cat {
  color: var(--accent-color);
}
.category-with-children .sidebar-category-page .sidebar-categories-wrapper a:hover {
  color: var(--accent-color);
}

@media screen and (max-width: 1440px) {
  .category-with-children .content-full-width .products-grid, .category-with-children .content-full-width .products.columns-4 {
    padding-left: 0 !important;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .category-with-children .content-full-width .products-grid, .category-with-children .content-full-width .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .category-with-children .content-full-width .products-grid, .category-with-children .content-full-width .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.x-icon-panels {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.22s linear;
  font-size: 25px;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  color: #232323;
  align-items: center;
}
.x-icon-panels:hover {
  cursor: pointer;
  color: red;
}

.content-full-width {
  width: 100%;
}

.modal-common {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.22s linear;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 60px 0;
}
.modal-common.modal-active {
  opacity: 1;
  transition: 0.22s linear;
  visibility: visible;
  z-index: 1000;
}
.modal-common .content {
  width: 100%;
}

.register-as-trade-wrapper .wpcf7-form.sent .registration-wrapper {
  display: none;
}
.register-as-trade-wrapper .registration-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 10px;
}
.register-as-trade-wrapper .registration-content .wpcf7-list-item {
  margin-left: 0;
}
.register-as-trade-wrapper .registration-content .wpcf7-list-item:not(:last-child) {
  margin-right: 1em;
}
.register-as-trade-wrapper .registration-content .wpcf7-form-control-wrap.recaptcha, .register-as-trade-wrapper .registration-content .submit-button-wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
}
.register-as-trade-wrapper .registration-content .wpcf7-form-control-wrap.recaptcha {
  margin-top: 30px;
  margin-bottom: 10px;
}
.register-as-trade-wrapper .registration-content .wpcf7-form-control-wrap.recaptcha > span > div {
  margin: 0 auto;
}
.register-as-trade-wrapper .registration-content .submit-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.register-as-trade-wrapper .registration-content .submit-button-wrapper .wpcf7-submit {
  border: 2px solid var(--accent-color);
  background: var(--accent-color);
  color: white;
  transition: 0.12s linear;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--global-site-font);
  padding: 10px 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.register-as-trade-wrapper .registration-content .submit-button-wrapper .wpcf7-submit:hover {
  background: white;
  border-color: var(--hover-highlight);
  color: var(--hover-highlight);
}
.register-as-trade-wrapper .input-field-trade span {
  width: 100%;
}
.register-as-trade-wrapper .input-field-trade span input {
  width: 100%;
}
.register-as-trade-wrapper .upload-license .wpcf7-file {
  width: 100%;
}
.register-as-trade-wrapper .wooP {
  font-family: var(--global-paragraph-bolder);
}

@media screen and (max-width: 1024px) {
  .register-as-trade-wrapper .registration-content {
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .register-as-trade-wrapper .registration-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .register-as-trade-wrapper .registration-content .wpcf7-form-control-wrap.recaptcha, .register-as-trade-wrapper .registration-content .submit-button-wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.woocommerce-form-register select#billing_country {
  height: 43.41px;
}
.woocommerce-form-register .select2-container {
  width: 100% !important;
  font-family: var(--global-site-font) !important;
}
.woocommerce-form-register .select2-container .select2-results__option {
  font-family: var(--global-site-font);
}
.woocommerce-form-register .select2-container .select2-selection--single {
  height: unset;
  padding: 0.6180469716em;
  border-radius: 0 !important;
  background-color: white;
  padding: 0.6180469716em;
  border: 1px solid var(--border-light-gray) !important;
}
.woocommerce-form-register .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  padding: 0 !important;
  font-family: "Verlag Light";
}
.woocommerce-form-register .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
}

.modal-wrapper-woo.modal-wallpaper-repeat .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper .wooP {
  margin-top: 7px;
}

.modal-wallpaper-repeat .modal-content-woo .padding-class.wall-wrapper {
  border-bottom: 1px solid var(--border-light-gray);
}
.modal-wallpaper-repeat .modal-content-woo .add-wall {
  transition: 0.22s linear;
  display: flex !important;
  width: fit-content;
  align-items: center;
  margin-bottom: 10px !important;
  margin-right: auto;
}
.modal-wallpaper-repeat .modal-content-woo .add-wall i {
  margin-right: 5px;
}
.modal-wallpaper-repeat .modal-content-woo .add-wall:hover {
  color: var(--hover-highlight);
  cursor: pointer;
}
.modal-wallpaper-repeat .modal-content-woo .price-and-button {
  flex-wrap: wrap;
}
.modal-wallpaper-repeat .modal-content-woo .wooP.cutting-fee {
  margin-top: 20px;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper {
  width: 100%;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wooP {
  font-family: var(--global-paragraph-bolder);
  text-transform: uppercase;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper {
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper:first-child .size-input .x-icon-wall {
  display: none;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input {
  display: flex;
  position: relative;
  align-items: center;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input input {
  border: 1px solid var(--border-light-gray);
  text-align: center;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .x-icon-wall {
  display: flex;
  position: absolute;
  right: 10px;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .x-icon-wall i {
  transition: 0.22s linear;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .x-icon-wall:hover {
  cursor: pointer;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .x-icon-wall:hover i {
  color: red;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block:not(:nth-child(2)) {
  margin-right: 20px;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block:nth-child(2) {
  margin-right: 35px;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block input {
  width: 80px;
  margin: 0;
  color: #000000;
}
.modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block .wooP {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .modal-wallpaper-repeat .modal-content-woo .margin-selector .input-wrapper-quantity {
    width: fit-content;
    width: -moz-fit-content;
  }
  .modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }
  .modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .wooP.wall-heading {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block {
    /*&:not(:nth-child(2)){
      margin-right:10px;
    }*/
  }
  .modal-wallpaper-repeat .modal-content-woo .walls-wrapper .wall-wrapper .size-input .size-input-block input {
    width: 100%;
  }
}
.modal-wrapper-woo {
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.modal-wrapper-woo .wooP.cfa-check {
  color: black;
}
.modal-wrapper-woo .size-input-block input {
  padding: 7px 12px;
}
.modal-wrapper-woo .input-wrapper-quantity {
  width: 190px;
  display: flex;
  border: 1px solid var(--border-light-gray);
}
.modal-wrapper-woo .input-wrapper-quantity input {
  width: 80px;
  flex-grow: 1;
  text-align: center;
  padding: 5px;
  -moz-appearance: textfield;
}
.modal-wrapper-woo .input-wrapper-quantity input::-webkit-outer-spin-button, .modal-wrapper-woo .input-wrapper-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-wrapper-woo .input-wrapper-quantity input:focus {
  background-color: white;
}
.modal-wrapper-woo .input-wrapper-quantity button {
  background-color: white;
  color: var(--border-light-gray);
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-wrapper-woo .cart {
  margin-bottom: 0 !important;
}
.modal-wrapper-woo p:not(.wooP) {
  margin-bottom: 0 !important;
}
.modal-wrapper-woo .wooP {
  margin: 0 0px 0 0;
}
.modal-wrapper-woo .padding-class {
  padding-bottom: 10px;
}
.modal-wrapper-woo .margin-class {
  margin-bottom: 40px;
}
.modal-wrapper-woo .margin-class-wall {
  display: flex;
  justify-content: space-between;
}
.modal-wrapper-woo .margin-class-wall:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal-wrapper-woo .margin-class-wall .quantity-with-selector {
  display: flex;
  align-items: center;
}
.modal-wrapper-woo .modal-content-woo {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  width: 100%;
}
.modal-wrapper-woo .modal-content-woo #addToCartBtn {
  margin: 0 !important;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block {
  margin-bottom: 10px;
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block .radio-wrapper {
  display: flex;
  flex-direction: row;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block .radio-wrapper .radio-block {
  display: flex;
  align-items: center;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block .radio-wrapper .radio-block:not(:last-child) {
  margin-right: 30px;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block .radio-wrapper .radio-block input {
  margin-right: 10px;
}
.modal-wrapper-woo .modal-content-woo .sizeUnit-selector-block .radio-wrapper .radio-block p {
  margin: 0 !important;
}
.modal-wrapper-woo .modal-content-woo .quantity-selector {
  width: 100%;
  display: flex;
  align-items: center;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .cfa-check-wrapper {
  margin-bottom: 10px;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .cfa-check-wrapper .cfa-check {
  text-transform: uppercase;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .cfa-check-wrapper .cfa-check input {
  margin-left: 8px;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper > div {
  height: 100%;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .wooP {
  margin-right: 0;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper > p:nth-of-type(2) {
  margin-top: 10px;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper {
  width: 100%;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper .wooP {
  text-transform: uppercase;
  font-family: var(--global-paragraph-bolder);
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-cart-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-cart-wrapper .price-paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-cart-wrapper .cart button {
  width: 100%;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .wooP.price-paragraph {
  margin-bottom: 0px;
  font-family: var(--global-paragraph-bolder);
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .wooP.price-paragraph span {
  font-size: 1.2rem;
}
.modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .wooP.cutting-fee {
  width: 100%;
}
.modal-wrapper-woo .modal-content-woo .trade-program-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.modal-wrapper-woo .modal-content-woo .trade-program-wrapper .trade-program-right, .modal-wrapper-woo .modal-content-woo .trade-program-wrapper .trade-program-left {
  width: 50%;
}

.modal-wallpaper-repeat .modal-content-woo .meters-or-yards, .textile-modal .modal-content-woo .meters-or-yards {
  text-transform: capitalize;
}
.modal-wallpaper-repeat .modal-content-woo .price-and-button, .textile-modal .modal-content-woo .price-and-button {
  width: 100%;
}
.modal-wallpaper-repeat .modal-content-woo .margin-selector, .textile-modal .modal-content-woo .margin-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-wallpaper-repeat .modal-content-woo .margin-selector input, .textile-modal .modal-content-woo .margin-selector input {
  border: none;
}
.modal-wallpaper-repeat .modal-content-woo .margin-selector .wooP, .textile-modal .modal-content-woo .margin-selector .wooP {
  text-transform: uppercase;
  font-family: var(--global-paragraph-bolder);
}
.modal-wallpaper-repeat .modal-content-woo .margin-selector p, .textile-modal .modal-content-woo .margin-selector p {
  margin-bottom: 0 !important;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .modal-wrapper-woo .modal-content-woo {
    /*.modal-blocks-wrapper {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 50px;
      column-gap: 0;

      .lead-times-wrapper {
        grid-row: 2;
      }

    }*/
  }
}
@media screen and (max-width: 767px) {
  body .modal-wrapper-woo .input-wrapper-quantity {
    width: fit-content;
    width: -moz-fit-content;
  }
  body .modal-wrapper-woo .margin-class-wall:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 0;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper:not(.quantity-selector-parent) {
    grid-row: 2;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper.quantity-selector-parent {
    grid-row: 1;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .cfa-wrapper {
    grid-row: 3;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper {
    grid-row: 4;
    padding-top: 20px;
    border-top: 1px solid var(--border-light-gray);
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper p {
    margin-top: 0 !important;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-and-button {
    display: flex;
    flex-direction: column;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-and-button .wooP.price-paragraph {
    margin-bottom: 10px !important;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-and-button .cart {
    width: 100%;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .price-and-button .cart button {
    width: 100%;
  }
  body .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .wooP:not(.price-paragraph) {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .modal-wrapper-woo .modal-content-woo .quantity-with-selector .wooP {
    display: none;
  }
  .modal-wrapper-woo .modal-content-woo .trade-program-wrapper {
    padding-top: 20px;
  }
  .modal-wrapper-woo .modal-content-woo .trade-program-wrapper .trade-program-left, .modal-wrapper-woo .modal-content-woo .trade-program-wrapper .trade-program-right {
    width: 100%;
  }
  .modal-wrapper-woo .modal-content-woo .trade-program-wrapper .trade-program-left p:last-child {
    margin-bottom: 20px !important;
  }
  .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper .wooP {
    margin: 0 0 20px 0 !important;
  }
  .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper, .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .price-wrapper {
    width: 100%;
  }
  .modal-wrapper-woo .modal-content-woo .modal-blocks-wrapper .lead-times-wrapper {
    margin-bottom: 20px;
  }
}
.wallpaper-modal .quantity-selector {
  border: none;
}

@media screen and (max-width: 450px) {
  .selectric-wrapper {
    width: calc(100% - 80px);
  }
}
.selectric {
  flex-grow: 1;
  margin-right: 40px;
}

.wallpaper-modal-scenic {
  font-family: var(--heading-font);
}
.wallpaper-modal-scenic .selectric {
  padding: 12px 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: var(--border-light-gray);
  font-family: var(--global-paragraph-font);
}
.wallpaper-modal-scenic .quantity-selector {
  border-bottom: none;
}
.wallpaper-modal-scenic .quantity-selector .wooP {
  text-transform: uppercase;
  font-family: var(--global-paragraph-bolder);
  margin-right: 15px;
}
.wallpaper-modal-scenic .quantity-selector input {
  background-color: white;
  border: 1px solid var(--border-light-gray);
}
.wallpaper-modal-scenic .cart button {
  width: 190.7px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .selectric {
    margin-right: 20px;
    width: 100px;
  }
}
.textile-modal .modal-content-woo {
  /*.modal-blocks-wrapper {
    .lead-times-wrapper {
      width: 100%;
      &>.wooP{
        font-family:var(--global-site-font);
      }
      .cfa-check-wrapper{
        .wooP {
          text-transform: uppercase;
          margin-top: 10px;
          font-family: var(--global-paragraph-bolder);
        }
      }

    }
  }*/
}
.textile-modal .modal-content-woo .price-and-button {
  flex-wrap: wrap;
}
.textile-modal .modal-content-woo .price-and-button .margin-selector {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.textile-modal .modal-content-woo .price-and-button .margin-selector p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .textile-modal .modal-content-woo .cfa-check-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
body {
  font-family: "Open Sans";
}

a {
  color: var(--accent-color);
}

.plus-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.plus-animation span:nth-child(1) {
  width: 12px;
  height: 2px;
  background-color: black;
}
.plus-animation span:nth-child(2) {
  width: 2px;
  height: 12px;
  background-color: black;
  position: absolute;
}
.plus-animation .rotate-span.rotate {
  transform: rotate(90deg);
  transition: 0.1s linear;
}
.plus-animation .rotate-span {
  transform: rotate(0deg);
  transition: 0.1s linear;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: white;
  color: var(--heading-color);
  border: 1px solid var(--border-light-gray);
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: none;
}

/*Custom section Simeon 10.2023*/
/*Single product content*/
.hide_mob_show_des {
  display: block;
}

.hide_des_show_mob {
  display: none;
}

body .force_height {
  height: 100% !important;
  display: block !important;
}

.flex_slider {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.view_in_room_div {
  width: fit-content;
}

.view_in_room {
  width: fit-content;
  margin: 2rem 0;
}
.view_in_room :hover {
  color: #e0c079 !important;
}

.view_in_room button {
  background: white;
  width: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 2px solid #e0c079;
  transition: all 0.3s ease-in-out;
}
.view_in_room button span {
  font-family: "Verlag XLight";
  font-size: 1rem;
  max-width: 65px;
  margin-bottom: 0 !important;
  line-height: normal;
  text-align: left;
  font-weight: 900 !important;
  transition: all 0.12s ease-in-out;
  text-transform: uppercase;
}

#sibling-ground-holder {
  display: none;
}
#sibling-ground-holder label {
  margin-bottom: 1px;
}
#sibling-ground-holder p {
  font-size: 1.25rem;
  padding-left: 10px;
  text-transform: lowercase;
}

#sibling-color-holder {
  display: none;
}
#sibling-color-holder label {
  margin-bottom: 1px;
}
#sibling-color-holder p {
  font-size: 1.25rem;
  padding-left: 10px;
  text-transform: lowercase;
}

.view_in_room p {
  max-width: 65px;
  margin-bottom: 0 !important;
  line-height: normal;
  font-size: 18px;
  text-align: left;
  font-weight: 900 !important;
  transition: all 0.12s ease-in-out;
  text-transform: uppercase;
}

.view_in_room:hover p {
  color: #e0c079 !important;
}

.av_rooms {
  position: absolute;
  width: fit-content;
  background-color: #fff;
  border: 2px solid #e0c079;
  width: 100%;
  transform: translateY(-1.5rem);
  display: none;
  z-index: 100;
}

.av_rooms p {
  padding: 12px 12px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0 !important;
  border-bottom: 2px solid #e0c079;
  text-transform: uppercase;
  font-weight: 700 !important;
  transition: all 0.12s ease-in-out;
  cursor: pointer;
}

.av_rooms p:hover {
  background-color: #e0c079;
  color: #fff !important;
}

.av_rooms p:last-child {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .hide_des_show_mob {
    display: block;
  }
  .hide_mob_show_des {
    display: none;
  }
  .view_in_room {
    margin: 0rem 0 2rem 0;
  }
  .view_in_room p {
    max-width: 70px;
    font-size: 15px;
  }
  .av_rooms p {
    font-size: 14px;
  }
  .single-product div.product .images,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 1rem !important;
  }
}
/*Custom section Simeon 10.2023*/
#siblings-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  height: 45px;
  min-width: 50px;
  width: 100%;
  max-width: 300px;
  border-radius: 0;
  border: 1px solid rgb(209, 209, 209);
  color: rgb(153, 153, 153);
  outline: none;
}
#siblings-selector:focus {
  border: 1px solid rgb(87, 87, 87);
  outline: none;
}
#siblings-selector:hover {
  outline: none;
}

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

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: thin solid #E0C079;
  cursor: pointer;
}

.splide__arrow--prev {
  left: 3px;
}

.splide__arrow--next {
  right: 13px;
}

.hide-siblings {
  display: none;
}

.show-siblings {
  display: list-item;
}

.hide-original {
  display: none;
}

.show-original {
  display: list-item;
}

#product_details {
  padding-left: 10px;
  padding-bottom: 30px;
}
#product_details p:first-child {
  margin-bottom: 0;
}

#thumbnail-colorways {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding-left: 10px;
}
#thumbnail-colorways li {
  height: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
#thumbnail-colorways img {
  max-height: 35px;
  min-width: 35px;
  object-fit: cover;
  vertical-align: bottom;
}

.show-colorways {
  display: list-item;
}

.hide-colorways {
  display: none;
}

.show-colorways-border {
  border: 2px solid #E0C079;
}

.hide-colorways-border {
  border: none;
}

.show-sample-buttons {
  display: inline-block;
}

.hide-sample-buttons {
  display: none;
}

.disabled-sample-button {
  color: #e0c079;
  background-color: #ffffff;
  border: 2px solid #e0c079;
}

.show-disabled-sample-button-message {
  display: block;
}

.hide-disabled-sample-button-message {
  display: none;
}

.badges-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 25px 0 25px 0;
}

.badge-image {
  width: 100%;
}
.badge-image:first-child {
  max-width: 80px;
}
.badge-image:last-child {
  max-width: 140px;
  margin-left: 30px;
  margin-top: 20px;
}

.sibling-colorway-on-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sibling-colorway-on-grid {
  width: 100%;
  max-width: 30px;
  display: inline-flex;
  height: 30px;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
  object-fit: cover;
  padding: 2px;
}

/*
.product-grid-item-not-hovered {
  padding: 0;
}

.has-effect .product-grid-item-hovered {
  padding: 2px;
}
*/
.product-grid-item-not-hovered img {
  transition: 1s ease;
}

.has-effect .product-grid-item-hovered img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
}
.content-full-width.my-account #customer_login button {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */
