/*
  Theme Name: Weekend House Kids
  Theme URI: https://www.llos.co/
  Author: LLOS&
  Author URI: https://llos.co
  Description: Weekend House Kids template
  Version: 1.0.69
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
  GitLab Theme URI: llos/clients/weekend-house-kids
  GitLab Theme URI: https://gitlab.com/llos/clients/weekend-house-kids
*/

/* Webfont: SemplicitaPro-Regular */
@font-face {
  font-family: 'SemplicitaPro';
  src: url('../fonts/SemplicitaPro-Regular.eot');
  src: url('../fonts/SemplicitaPrlocalo-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SemplicitaPro-Regular.woff') format('woff'),
       url('../fonts/SemplicitaPro-Regular.ttf') format('truetype'),
       url('../fonts/SemplicitaPro-Regular.svg#SemplicitaPro-Regular') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: SemplicitaPro-Medium */
@font-face {
  font-family: 'SemplicitaPro';
  src: url('../fonts/SemplicitaPro-Medium.eot');
  src: url('../fonts/SemplicitaPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SemplicitaPro-Medium.woff') format('woff'),
       url('../fonts/SemplicitaPro-Medium.ttf') format('truetype'),
       url('../fonts/SemplicitaPro-Medium.svg#SemplicitaPro-Medium') format('svg');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: SemplicitaPro-Bold */
@font-face {
  font-family: 'SemplicitaPro2';
  src: url('../fonts/SemplicitaPro-Bold.eot');
  src: url('../fonts/SemplicitaPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SemplicitaPro-Bold.woff') format('woff'),
       url('../fonts/SemplicitaPro-Bold.ttf') format('truetype'),
       url('../fonts/SemplicitaPro-Bold.svg#SemplicitaPro-Bold') format('svg');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}


* {
outline: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
font-family: 'SemplicitaPro', 'sans-serif';

color: black;
}

a {
text-decoration: none;
color: black;
}

.small-title,
.small-title a {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

form input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/* ----------------
--- HEADER ---
---------------- */

body > header {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 14px 33px 13px;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 5;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
height: 55px;
}

body > header::after {
content: '';
height: 1px;
background: black;
position: absolute;
bottom: 0px;
left: 33px;
right: 33px;
}



body.menu-opened > header {
background: white;
}


body.home > header,
body.post-type-archive-product > header,
.page-template-order-placed > header {
position: fixed;
}

body > header .menu-toggle {
margin-left: 10px;
cursor: pointer;
}

body.home:not(.scrolled) > header::after {
background: white;
}

body.home:not(.scrolled) > header .menu-toggle svg g,
body.home:not(.scrolled) > header .cart-contents.mobile svg g {
stroke: white;
}

body.home:not(.scrolled) > header .right,
body.home:not(.scrolled) > header .logo,
body.home:not(.scrolled) > header a {
color: white;
}

body.scrolled header {
background: white;
}

/* body.home:not(.home-loaded) .logo {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
font-size: 120px;
line-height: 120px;
letter-spacing: 0.0577em;
top: 0;
left: 0;
right: 0;
bottom: 0;
} */

body > header .logo {
font-size: 20px;
line-height: 28px;
letter-spacing: 0.055em;
margin-left: 20px;
font-weight: bold;
-webkit-transition: top 0.5s ease-in-out;
-o-transition: top 0.5s ease-in-out;
-moz-transition: top 0.5s ease-in-out;
transition: top 0.5s ease-in-out;
top: 13px;
}

body > header .right {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

body > header .right ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

body > header > .right > ul > li {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

body > header > .right > ul > li a {
padding-left: 20px;
}

body > header .right ul li .login {
text-transform: capitalize;
}

body > header > .right > ul > li a.cart-contents {
height: 70px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.inside-cart-wrap {
margin-left: 3px;
}

.main-menu {
position: fixed;
margin-top: 54px;
left: 0;
right: 0;
z-index: 4;
padding: 0 33px;
background: white;
color: black;
visibility: hidden;
opacity: 0;
top: -50vh;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-box-shadow: 0px 2px 15px 0px #E01321;
-moz-box-shadow: 0px 2px 15px 0px #E01321;
box-shadow: 0px 2px 15px 0px #E01321;
}

body.menu-opened .main-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(50vh);
-moz-transform: translateY(50vh);
-ms-transform: translateY(50vh);
-o-transform: translateY(50vh);
transform: translateY(50vh);
}

.main-menu li {
font-size: 20px;
line-height: 28px;
letter-spacing: 0.055em;
font-weight: bold;
padding: 14px 0 13px;
text-transform: initial;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.main-menu li:not(:last-of-type) {
border-bottom: 1px solid black;
}

body.menu-opened.home > header {
background: white;
}

body.menu-opened.home > header .menu-toggle svg g,
body.menu-opened.home > header .cart-contents.mobile svg g {
stroke: black;
}

body.home.menu-opened.home > header .logo,
body.home.menu-opened.home > header,
body.home.menu-opened.home > header .right,
body.home.menu-opened.home > header a {
color: black;
}

body.home.menu-opened.home > header::after {
background: black;
}

/* ----------------
--- FOOTER ---
---------------- */

body.woocommerce-account {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100vh;
}

body > header,
body > footer {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}

body.woocommerce-account > section {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-moz-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}

body.page:not(.page-template-order-placed) > section > article,
body.page > section > article .woocommerce {
height: 100%;
}

.top-footer {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
align-items: center;
text-align: center;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.05em;
font-weight: bold;
padding: 45px 0 53px;
border-top: 1px solid black;
}

.top-footer ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.top-footer .mail {
text-decoration: none;
color: #9B9B9B;
}

.top-footer > div:last-of-type > a {
text-decoration: none;
}

.top-footer ul li {
margin: 0 10px;
}

.top-footer a {
text-decoration: underline;
}

.bottom-footer {
border-top: 1px solid black;
padding: 15px 33px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.039em;
font-weight: bold;
}

.bottom-footer ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}

.bottom-footer ul li {
padding-left: 20px;
}

.bottom-footer ul li.current-menu-item {
text-decoration: underline;
}

/* ----------------
--- SWIPER ---
---------------- */

.swiper-button-next {
background: url('../img/next-arrow.svg');
background-repeat: no-repeat;
background-position: right center;
right: 20px;
top: 29%;
z-index: 9;
}

.swiper-button-prev {
background: url('../img/prev-arrow.svg');
background-repeat: no-repeat;
background-position: left center;
left: 20px;
top: 29%;
z-index: 9;
}

/* ----------------
--- FRONT PAGE ---
---------------- */

.home .top-front.video {
position: relative;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
overflow: hidden;
z-index: -100;
height: 100vh;
}

.home .top-front.video video {
position: absolute;
top: 0;
bottom: 0;
background: black;
left: 0;
width: 100%;
height: 100%;
}

.home .top-front,
.home .top-front a {
color: white;
}

.home .top-front a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 100%;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.home .top-front.one-image {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/* .home .top-front.two-images, */
.home .top-front.two-images a {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.home .top-front.two-images > a > div {
width: 50%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.home .top-front.two-images > a > div > img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
width: 100%;
}

.home .site-name {
font-size: 120px;
line-height: 120px;
letter-spacing: 0.0577em;
position: absolute;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 3;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.home .campaign-title {
font-size: 36px;
line-height: 36px;
z-index: 2;
bottom: 25px;
left: 33px;
text-align: left;
font-weight: bold;
}

.home #marquee {
font-size: 70px;
line-height: 64px;
letter-spacing: 0.03em;
font-weight: bold;
padding: 23px 0 41px;
border-bottom: 1px solid black;
overflow-x: hidden;
}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@-webkit-keyframes ticker {
0% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

100% {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
}

@-moz-keyframes ticker {
0% {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

100% {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
}

@-o-keyframes ticker {
0% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

100% {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
}

@keyframes ticker {
0% {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

100% {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
}

.ticker-wrap {
width: 100%;
padding-left: 100%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.ticker-wrap .ticker {
display: inline-block;
white-space: nowrap;
padding-right: 100%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

-webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
-webkit-animation-name: ticker;
        -moz-animation-name: ticker;
        -o-animation-name: ticker;
        animation-name: ticker;
-webkit-animation-duration: 140s;
        -moz-animation-duration: 140s;
        -o-animation-duration: 140s;
        animation-duration: 140s;
}

.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 2rem;
}

.home .featured-title {
font-size: 36px;
line-height: 70px;
font-weight: bold;
margin: 27px 0 32px 33px;
letter-spacing: 0.028em;
}

.featured-products .products {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 13px;
}

.featured-products .products .product {
position: relative;
width: 20%;
padding: 0 20px;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.039em;
font-weight: bold;
}

.featured-products .products .product .product-title {
font-size: 24px;
line-height: 28px;
margin-bottom: 34px;

}

.featured-products .products .product img {
width: 100%;
height: auto;
border-bottom: 1px solid black;
padding-bottom: 60px;
margin-bottom: 5px;
}

.featured-products .products .product p {
margin-bottom: 20px;
}

.featured-products .products .swiper-button-next,
.featured-products .products .swiper-button-prev {
display: none;
}

.shop-by-look {
margin-top: 93px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.shop-by-look .featured-looks-title {
font-size: 36px;
line-height: 70px;
font-weight: bold;
color: #E01321;
position: absolute;
top: 28px;
padding-left: 33px;
letter-spacing: 0.028em;
}

.shop-by-look > * {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.shop-by-look > * a {
width: 100%;
}

.shop-by-look > * img {
width: 100%;
height: auto;
}

.featured-categories {
margin-top: 93px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.featured-categories a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 50%;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 30px;
}

.featured-categories img {
max-width: 100%;
height: auto;
}

.featured-categories a .term-name {
position: absolute;
font-size: 72px;
line-height: 36px;
color: #E01321;
font-weight: bold;
letter-spacing: 0.028em;
}

/* ----------------
--- SINGLE CAMPAIGN ---
---------------- */

.lg-col {
visibility: hidden;
}

.lg-grid.lg-desktop-grid {
padding-top: 0!important;
}

.single-campaign section {
color: #E01321;
}

.single-campaign .campaign-title {
font-size: 64px;
line-height: 67px;
letter-spacing: 0.028em;
width: 100%;
padding: 35px 12.583335% 32px;
text-align: center;
margin: 0 auto 0;
position: -webkit-sticky;
position: sticky;
top: 55px;
z-index: 2;
background: transparent;
text-transform: capitalize;
}

.lg-type-text {
font-size: 14px;
line-height: 18px;
letter-spacing: 0.039em;
}

/* ----------------
--- ARCHIVE LOOKS ---
---------------- */

.looks {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.looks .look {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 25%;
font-weight: bold;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
-webkit-box-align: self-start;
-webkit-align-items: self-start;
-moz-box-align: self-start;
-ms-flex-align: self-start;
align-items: self-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.looks .look img {
width: 100%;
height: auto;
}

.looks .look .bottom {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
left: 30px;
right: 30px;
padding: 13px 0px;
border-top: 1px solid black;
}

/* ----------------
--- SINGLE LOOK ---
---------------- */

.single-look .top-section {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.single-look .top-section > * {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.single-look .top-section .left {
position: relative;
}

.single-look .top-section .left img {
width: 100%;
height: auto;
}

.single-look .top-section .left .small-title {
position: absolute;
left: 33px;
bottom: 33px;
}

.single-look .related.products {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 54px;
padding: 0 23px;
}

.single-look .related.products .product {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
padding: 0 20px;
margin-bottom: 34px;
position: relative;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.single-look .related.products .product img {
width: 100%;
height: auto;
border-bottom: 1px solid black;
padding-bottom: 20px;
margin-bottom: 5px;
}

.single-look .related.products .product,
.single-look .related.products .product .bottom a {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.single-look .related.products .product .bottom {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.single-look .related.products .product .call-to {
position: absolute;
top: 33%;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
background: white;
padding: 16px 71px 14px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
border: 1px solid black;
}

.single-look .related.products .product:hover .call-to {
opacity: 1;
visibility: visible;
}

.single-look .related.looks {
position: relative;
top: 0;
}

.single-look .related.looks .small-title {
position: absolute;
left: 33px;
top: 33px;
z-index: 2;
}

.single-look .inside-look-title {
position: absolute;
top: 21px;
left: 33px;
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
font-weight: bold;
}

/* ----------------
--- SINGLE POST ---
---------------- */

.single-post {
color: black;
font-size: 28px;
line-height: 40px;
font-weight: bold;
letter-spacing: 0.065em;
}

.single-post .single-title {
margin: 138px auto 65px;
text-align: center;
font-size: 64px;
line-height: 67px;
letter-spacing: 0.035em;
}

.single-post .single-intro {
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
text-align: justify;
-moz-text-align-last: left;
text-align-last: left;

}

.single-post section .single-intro p:not(.has-image) {
max-width: 1100px;

}
.single-post section p img {
margin: 0 auto;
}

.single-post section p.has-image {
text-align: center;
}

.single-post section p:not(.has-image) {
max-width: 1000px;
margin: 0 auto ;
text-align: justify;
-moz-text-align-last: left;
text-align-last: left;
}

.single-post section p[style*="padding-left: 40px"] {
text-indent: 80px;
padding-left: 0!important;
}

.single-post section p[style*="text-align: center"] {
text-align: center;
}

.related-kids {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-top: 1px solid black;
padding: 7px 0;
font-size: 24px;
}

.related-kids li {
margin: 0 20px;
}

.related-kids li a {
text-decoration: underline;
}

/* ----------------
--- ARCHIVE POST ---
---------------- */

.blog > section {
color: black;
font-size: 28px;
line-height: 40px;
font-weight: bold;
letter-spacing: 0.065em;
}

.blog section a {
text-decoration: underline;
}

.blog .single-title {
margin: 35px auto 65px;
text-align: center;
font-size: 64px;
line-height: 67px;
letter-spacing: 0.035em;
text-transform: capitalize;
}

.blog .single-intro {
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
text-align: left;
}

.blog section .single-intro p:not(.has-image) {
max-width: 1100px;

}
.blog section p img {
margin: 0 auto;
}

.blog section p.has-image {
text-align: center;
}

.blog section p:not(.has-image) {
max-width: 1000px;
margin: 0 auto ;
text-align: left;
}

.blog section p[style*="padding-left: 40px"] {
text-indent: 80px;
padding-left: 0!important;
}

.blog section p[style*="text-align: center"] {
text-align: center;
}

/* ----------------
---   LEGAL   ---
---------------- */

.page-template-legal .top-footer {
display: none;
}

.page-template-legal h1 {
font-size: 36px;
line-height: 46px;
padding: 30px 30px 32px;
}

.page-template-legal .legal-sections-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}

.page-template-legal .legal-sections-wrapper > div {
width: 50%;
}

.page-template-legal .legal-sections-wrapper > div.legal-menu {
padding: 0 50px 0 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039px;
font-weight: bold;
}

.page-template-legal .legal-sections-wrapper > div.legal-menu .active {
text-decoration: underline;
}

.page-template-legal .legal-sections-wrapper > div.legal-content {
padding: 0 30px;
border-left: 1px solid black;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039px;
height: 100%;
overflow-y: auto;
}

.page-template-legal .legal-sections-wrapper > div.legal-content b,
.page-template-legal .legal-sections-wrapper > div.legal-content strong {
font-weight: bold;
text-decoration: underline;
}

.page-template-legal .legal-sections-wrapper > div.legal-content a {
text-decoration: underline;
}

.page-template-legal .legal-sections-wrapper > div.legal-content p {
margin-bottom: 20px;
}

.page-template-legal .legal-content table {
width: 100%;
}

.page-template-legal .legal-content table tr > * {
text-align: right;
width: 33.33%;
}

.page-template-legal .legal-content table tr > *:first-of-type {
text-align: left;
}

.page-template-legal .legal-content table thead > tr > * {
border-bottom: 1px solid black;
}

.page-template-legal .legal-content table tbody > tr:first-of-type td {
padding-top: 10px;
}

/* ----------------
--- OUR WORLD ---
---------------- */

.page-template-our-world article {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
font-weight: bold;
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
margin-bottom: 80px;
}

.our-world-section {
padding: 0 33px;
}

.our-world-section > article:first-of-type > img {
max-width: 25%;
}

.our-world-section > article:nth-of-type(2) > img {
max-width: 77%;
}

.page-template-our-world article:not(:last-of-type) {
padding-bottom: 64px;
border-bottom: 1px solid black;
}

.page-template-our-world article > img {
margin-bottom: 80px;
}

.page-template-our-world .text-block {
max-width: 1100px;
margin: 0 auto;
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
text-align: left;

}

.page-template-our-world .text-block .small-centered {
text-align: center;
-moz-text-align-last: center;
text-align-last: center;
margin-bottom: 64px;
}

.about-title {
margin: 35px auto 65px;
text-align: center;
font-size: 64px;
line-height: 67px;
letter-spacing: 0.035em;
}

.images-with-text {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 720px;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 64px;
}

.images-with-text .image-block {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.images-with-text .image-block span {
position: absolute;
}

.images-with-text .image-block img {
max-width: 100%;
height: auto;
}

.imagesandtext {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1100px;
margin: 0 auto;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.imagesandtext .about-element {
width: 50%;
}

.imagesandtext .about-element.is-text {
padding-bottom: 30px;
padding: 0 30px 70px;
}

.imagesandtext  .about-element img {
margin-bottom: 50px;
max-width: 66%;
height: auto;
}

/* ----------------
--- NEWSLETTER ---
---------------- */
#newsletter_page {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

#newsletter_page > * {
width: 50%;
}

#newsletter_page h1 {
font-size: 36px;
line-height: 46px;
margin-top: 30px;
margin-bottom: 52px;
}

#newsletter_page .left {
padding: 0 50px 0 30px;
}

.subscribe-form #mc-email {
width: 100%;
padding: 10px 0 5px 0px;
border: 0;
border-bottom: 1px solid black;
font-size: 18px;
line-height: 18px;
letter-spacing: 0.05em;
font-weight: bold;
color: #4A4A4A;
margin-top: 12px;
margin-bottom: 26px;
}

.accept input {
margin-right: 10px;
}

.accept input a {
text-decoration: underline;
}

#mc_signup_submit {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
background: black;
color: white;
padding: 16px 0 14px;
border: 1px solid black;
margin-top: 55px;

width: 100%;
font-weight: bold;
cursor: pointer;
}

#mc_signup_submit:hover {
background: #E01321;
}

.newsletter-pop-up {
top: 0;
left: 0;
height: 100%;
width: 100%;
position: fixed;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 20;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}

body.menu-opened .newsletter-pop-up {
z-index: 4;
}

body.hide-pop .newsletter-pop-up {
visibility: hidden;
opacity: 0;
z-index: -1;
}
.newsletter-wrapper {
font-size: 14px;
line-height: 18px;
letter-spacing: 0.039;
font-weight: bold;
width: 31%;
padding: 40px;
color: #E01321;
border: 1px solid #E01321;
background: white;
position: relative;
}

.newsletter-wrapper > p {
margin-bottom: 4px;
}

.newsletter-wrapper .jcf-checkbox {
height: 14px;
width: 14px;
vertical-align: inherit;
border-color: #E01321;
}

.newsletter-wrapper a {
color: #E01321;
text-decoration: underline;
}

.newsletter-pop-up #mc_signup_submit {
background: #E01321;
border: 1px solid #E01321;
cursor: pointer;
}


.newsletter-pop-up .subscribe-form form > label {
margin-top: 6px;
display: inline-block;
}

.newsletter-pop-up .subscribe-form form > label span {
text-decoration: underline;
}

.newsletter-pop-up .subscribe-form form .jcf-checkbox.jcf-checked span {
background: #E01321;
}

.newsletter-pop-up .subscribe-form #mc-email {
border-color: #E01321;
color: #E01321;
}

.newsletter-pop-up .subscribe-form #mc-email::-webkit-input-placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-pop-up .subscribe-form #mc-email:-moz-placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-pop-up .subscribe-form #mc-email::-moz-placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-pop-up .subscribe-form #mc-email:-ms-input-placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-pop-up .subscribe-form #mc-email::-ms-input-placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-pop-up .subscribe-form #mc-email::placeholder {
color: rgba(224, 19, 33, 0.50);
}

.newsletter-wrapper::after {
content: "";
width: 27px;
height: 27px;
background-image: url('../img/close-pop-up.svg');
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-position: center center;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}

.newsletter-wrapper .accept {
margin-top: 62px;
}




/* ----------------
--- WOOCOMMERCE ---
---------------- */

body:not(.logged-in):not(.single-product) .woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce-message {
padding-top: 30px;
}

.woocommerce-notices-wrapper .woocommerce-error {
  color: #E01321;
}

.lost_reset_password p {
margin-bottom: 20px;
width: 83%;
}

.lost_reset_password .form-row {
width: 50%;
}

.lost_reset_password button {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
padding: 16px 40px 14px;
background: black;
color: white;
cursor: pointer;
}

.lost_reset_password button:hover {
background: #E01321;
}

.page-template-default:not(.logged-in):not(.woocommerce-checkout) > section > article > .woocommerce {
width: 50%;
}

/* SINGLE PRODUCT */

.single-product .product {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-flow: column-reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
font-weight: bold;
}

.single-product .out-of-stock {
color: #E01321;
}

.woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-product-gallery__image:first-of-type {
display: none!important
}
.woocommerce-product-gallery__image:nth-child(2) {
margin-left: 50%;
}

.woocommerce-product-gallery__image:nth-child(2) img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.woocommerce-product-gallery__image {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.woocommerce-product-gallery__image img {
width: 100%;
height: auto;
}

.single-product .summary.entry-summary {
position: absolute;
width: 50%;
padding-top: 21px;
top: 55px;
padding-left: 33px;
padding-right: 33px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
min-height: 100vh;
}

.summary > .cart {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 14px;
}

.summary > .cart .quantity {
display: none!important;
}

.single-product .product_title.entry-title,
.single-product .summary .price,
.single-product .the_summary {
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;

}

.single-product .the_summary {
padding-right: 14vw;
margin-top: 45px;
margin-bottom: 45px;
}

.single-product .variations tr {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.single-product .variable-items-wrapper.button-variable-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
border: 1px solid black;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.single-product .variable-items-wrapper.button-variable-wrapper li,
.custom-label {
font-size: 14px;
letter-spacing: 0.039em;
line-height: 14px;
cursor: pointer;
}

.single-product .variable-items-wrapper.button-variable-wrapper li {
padding: 15px 13px 13px;
line-height: 20px;
}



.single-product .woocommerce-variation.single_variation {
position: absolute;
}

.single-product .woocommerce-variation.single_variation .stock {
font-size: 14px;
letter-spacing: 0.039em;
line-height: 14px;
}

.single-product .variable-items-wrapper.button-variable-wrapper li.selected {
background-color: #E01321;
}


.single-product .variable-items-wrapper.button-variable-wrapper li:not(:last-of-type){
border-right: 1px solid black;
}

.value.woo-variation-items-wrapper {
margin-top: 12px;
}

.single_add_to_cart_button {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
padding: 15px 142px 13px;
border: 1px solid black;
margin-top: 22px;
font-weight: bold;
text-transform: lowercase;
}
label[for="pa_size"]{
padding-bottom: 5px;
  display: block;
  margin-top: -5px;
}

.single_add_to_cart_button::first-letter {
text-transform: capitalize;
}

.single_add_to_cart_button:not(.disabled) {
cursor: pointer;
}

body.show_cart .single_add_to_cart_button,
.single_add_to_cart_button:not(.disabled):hover {
  background-color: #E01321;
}

.single-product .reset_variations {
position: absolute;
margin-top: 1px;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
}

.single-product .related.products,
.single-product .upsells.products {
border-top: 1px solid black;
padding-top: 18px;
padding: 18px 33px 26px;
}

.single-product .related.products,
.single-product .related.products h2,
.single-product .upsells.products,
.single-product .upsells.products h2 {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.single-product #size_guide {
margin-top: 10px;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
cursor: pointer;
}

.single-product .more-info {
margin-top: 47px;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
padding-bottom: 30px;
}

.single-product .more-info-block {
position: relative;
}

.single-product .more-info .more-info-sub-block {
top: 0;
left: 0;
height: 100%;
width: 100%;
position: fixed;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 20;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
visibility: hidden;
opacity: 0;
}

.single-product .more-info .more-info-sub-block-wrapper {
font-size: 14px;
line-height: 18px;
letter-spacing: 0.039;
font-weight: bold;
width: 31%;
padding: 40px;
color: black;
border: 1px solid black;
background: white;
position: relative;
width: 55%;
padding: 40px 68px;
}


.single-product .more-info .more-info-sub-block-wrapper::after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../img/close-pop-up-black.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.single-product .more-info .more-info-sub-block p {
margin-bottom: 30px;
}

.single-product .more-info .more-info-sub-block strong,
.single-product .more-info .more-info-sub-block a {
text-decoration: underline;
}

.single-product .more-info-block .more-info-toggle {
cursor: pointer;
}

.single-product .more-info-block.show .more-info-toggle {
text-decoration: underline;
}

.single-product .more-info-block.show .more-info-sub-block {
visibility: visible;
opacity: 1
}

.single-product .back-to-cat {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
margin-top: auto;
padding-bottom: 30px;
}

.single-product .share {
position: relative;
margin-right: 11px;
}

.single-product .share p {
margin-bottom: 0;
display: inline-block;
}

.single-product .share ul {
position: absolute;
left: 0;
visibility: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-webkit-flex-direction: unset;
-moz-box-orient: unset;
-moz-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
}

.single-product .share ul li {
margin-right: 5px;
}

.single-product .share:hover ul,
.single-product .share.show ul {
visibility: visible;
}

/* Yith wishlist */
.yith-wcwl-add-to-wishlist {
position: absolute;
right: 50%;
top: 76px;
margin-right: 33px;
text-align: right;
height: 20px;
z-index: 3;
width: 24px;
}

.yith-wcwl-add-to-wishlist a {
display: block;
height: 100%;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
position: absolute;
background-image: url(../img/wishlist-heart.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
height: 100%;
width: 100%;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
background-image: url(../img/wishlist-heart-filled.svg);
}

.alg-wc-wl-btn-wrapper {
position: absolute;
right: 50%;
top: 76px;
margin-right: 33px;
text-align: right;
height: 20px;
z-index: 3;
width: 24px;
}

.alg-wc-wl-toggle-btn {
display: unset !important;
margin-top: unset;
margin-bottom: unset;
padding: unset;
float: unset !important;
width: 100%;
height: 100%;
}

.alg-wc-wl-btn.add .alg-wc-wl-view-state-add,
.alg-wc-wl-btn.remove .alg-wc-wl-view-state-remove {
width: 100%;
height: 100%;
}

.alg-wc-wl-btn-text {
display: none;
}

.alg-wc-wl-btn:hover i.fa {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

.single-product .alg-wc-wl-btn.add i.fa {
background-image: url(../img/wishlist-heart.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
height: 100%;
width: 100%;
margin-left: 0;
opacity: 1;
display: block;
}

.single-product .alg-wc-wl-btn.remove i.fa {
background-image: url(../img/wishlist-heart-filled.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
height: 100%;
width: 100%;
margin-left: 0;
opacity: 1;
display: block;
}

.fa-heart:before {
content: ""!important;
}

.fa-times-circle:before,
.alg-wc-wl-btn.remove i.fa:first-child {
content: "Delete";
color: black;
font-weight: bold;
font-family: 'SemplicitaPro', 'sans-serif';
font-size: 16px;
line-height: 18px;
letter-spacing: 0.044em;
text-decoration: underline;
}

.alg-wc-wl-view-table.shop_table_responsive tr {
margin-bottom: 20px;
}

.alg-wc-wl-view-table.shop_table_responsive tr td.product-thumbnail:before,
.alg-wc-wl-view-table th.product-thumbnail {
opacity: 0;
}

.alg-wc-wl-view-table.shop_table_responsive tr td.product-thumbnail {
width: unset;
}

.alg-wc-wl-view-table.shop_table_responsive tr td.product-thumbnail img {
mix-blend-mode: multiply;
}

.alg-wc-wl-social {
display: none;
}

.iziToast:after {
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
}

.iziToast>.iziToast-body {
padding: 25px;
}

.iziToast.iziToast-theme-dark {
background: white!important;
color: black;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
border: 1px solid black;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.iziToast.iziToast-theme-dark p,
.iziToast.iziToast-theme-dark p a {
color: black;
font-weight: bold;
font-family: 'SemplicitaPro', 'sans-serif';
}

.iziToast.iziToast-theme-dark .iziToast-close {
background-image: url(../img/close-pop-up-black.svg);
opacity: 1;
top: 6px;
right: 1px;
-webkit-background-size: auto auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
height: 28px;
}

.page-template-wishlist,
.error404 {
height: 100vh;
}

.error404 > section {
height: 100vh;
padding: 33px;
}

.page-template-wishlist h1,
.page-template-default h1,
.error404 h2 {
font-size: 36px;
line-height: 46px;
margin-bottom: 32px;
padding: 0 30px;
}

.error404 h2 {
padding: 0;
}

#wish_list_page {
padding: 0 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}

#wish_list_page > div {
width: 50%;
padding-top: 30px;
padding-bottom: 30px;
}

#wish_list_page > div.right {
padding-left: 36px;
border-left: 1px solid black;
}


/* Size Chart */

.sizes-pop-up {
  opacity: 0;
  visibility: hidden;
  text-transform: initial;
  background: rgba(255, 255, 255, 0.80);
}

.sizes-pop-up.show-chart {
  opacity: 1;
  visibility: visible;
}

.sizes-wrapper {
  width: 55%;
  padding: 40px 68px;
}

.sizes-pop-up .intro-text {
  margin-bottom: 22px;
}

.sizes-pop-up .last-text {
  margin-top: 70px;
}

.sizes-pop-up .size-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.sizes-pop-up .chart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 16px 0;
  background: rgba(224, 19, 33, 0.1);
}

.sizes-pop-up .chart-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 8px;
}

.sizes-pop-up .chart-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 8px 0;
}

.sizes-pop-up .chart-body .row .cell {
  width: 75px;
  text-align: center;
}

/* ARCHIVE PRODUCT */

.post-type-archive-product .products {
/* display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; */
display: grid;
grid-template-columns: repeat(3, calc(1/3 * 100%));
}

@media screen and (min-width: 1025px ) {
.post-type-archive-product .products {
  grid-template-columns: repeat(4, 25%);
}
}

.post-type-archive-product .product:last-of-type h2 {
color: white;
}

.post-type-archive-product .product {
/* position: relative; */
/* width: 25%; */
}

.post-type-archive-product .product a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;

aspect-ratio: 9/16;
}

.post-type-archive-product .product.double-width {
/* width: 50%; */
grid-column: 2 / span 2;
grid-row: 1 / span 2;
}

.post-type-archive-product .product.last:last-of-type {
grid-column: 4 / 2;
grid-row: 4 / 4;
}

.post-type-archive-product .product.last:last-of-type a {
aspect-ratio: 18/16;
}

@media screen and (min-width: 1025px ) {
.post-type-archive-product .product.last:last-of-type {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}

.post-type-archive-product .product.last:last-of-type a {
  aspect-ratio: 18/16;
}
}

.post-type-archive-product .product.offset-right {
margin-right: 25%;
}

.post-type-archive-product .product.offset-left {
margin-left: 25%;
}

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

.woocommerce-loop-category__title {
bottom: 41px;
left: 37px;
position: absolute;
font-size: 36px;
line-height: 20px;
letter-spacing: 0.055em;
color: #E01321;
}

/* WOO MINI CART */

body.home > header #woo_mini_cart,
body.home > header #woo_mini_cart a {
color: black;
}

#woo_mini_cart {
display: none;
position: fixed;
top: 55px;
right: 0px;
background: white;
padding: 20px 0px 35px 35px;
width: 29%;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
-webkit-box-shadow: -6px 6px 8px rgba(224,19,33,1);
-moz-box-shadow: -6px 6px 8px rgba(224,19,33,1);
box-shadow: -6px 6px 8px rgba(224,19,33,1);
-webkit-box-shadow: -12px 18px 15px -15px #E01321;
-moz-box-shadow: -12px 18px 15px -15px #E01321;
box-shadow: -12px 18px 15px -15px #E01321;
}

#woo_mini_cart .woocommerce-mini-cart__empty-message a {
text-decoration: underline;
}

body.show_cart #woo_mini_cart {
display: block;
}

#woo_mini_cart .mini-title {
margin-bottom: 20px;
}

.woocommerce-mini-cart {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
max-height: 55vh;
overflow-y: auto;
padding-right: 35px;
}

.mini_cart_item a:not(.remove) {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.mini_cart_item a:not(.remove) img {
width: 100px;
height: auto;
}

.mini_cart_item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
width: 100%;
}

.mini_cart_item .product-name {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid black;
padding-top: 8px;
}

.mini_cart_item .quantity {
margin-bottom: 20px;
}

.mini_cart_item .remove {
color: #9B9B9B;
}

.mini_cart_item {
margin-bottom: 20px;
}

.woocommerce-mini-cart__buttons.buttons {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 10px;
margin-right: 35px;
}

.woocommerce-mini-cart__buttons.buttons > a,
body.home > header #woo_mini_cart .woocommerce-mini-cart__buttons.buttons > a {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
padding: 16px 40px 14px;
background: black;
color: white;
}

.woocommerce-mini-cart__buttons.buttons > a:hover,
body.home > header #woo_mini_cart .woocommerce-mini-cart__buttons.buttons > a:hover {
background-color: #E01321;
}

/* PRODUCT  CATEGORY ARCHIVE */

.related.products .products,
.upsells.products .products {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 13px;
}

.related.products .products .product,
.upsells.products .products .product {
position: relative;
width: 25%;
padding: 0 20px;
margin-bottom: 34px;
}

.related.products .products .product,
.related.products .products .product a,
.related.products .products .woocommerce-loop-product__title,
.related.products .products .price,
.upsells.products .products .product,
.upsells.products .products .product a,
.upsells.products .products .woocommerce-loop-product__title,
.upsells.products .products .price {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.related.products .products .product img,
.upsells.products .products .product img {
max-width: 100%;
height: auto;
border-bottom: 1px solid black;
padding-bottom: 20px;
margin-bottom: 5px;
}

.related.products .products .woocommerce-loop-product__title,
.upsells.products .products .woocommerce-loop-product__title {
display: inline-block;
}

.related.products .products .price,
.upsells.products .products .price {
float: right;
}

/* PRODUCT  CATEGORY ARCHIVE */

.tax-product_cat .products {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 13px;
}

.tax-product_cat .product {
position: relative;
width: 25%;
padding: 0 20px;
margin-bottom: 34px;
-webkit-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

.tax-product_cat .product,
.tax-product_cat .product a,
.tax-product_cat .woocommerce-loop-product__title {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.tax-product_cat .product img {
width: 100%;
height: auto;
border-bottom: 1px solid black;
padding-bottom: 20px;
margin-bottom: 5px;
}

.tax-product_cat .woocommerce-loop-product__title {
display: inline-block;
}

.tax-product_cat .price {
float: right;
}

.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header h1 {
font-size: 36px;
line-height: 46px;
letter-spacing: 0.055em;
font-weight: bold;
}

.tax-product_cat .woocommerce-products-header .term-description {
padding-right: 4vw;
letter-spacing: 0.03em;
}

.tax-product_cat .woocommerce-products-header .underdescription {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 40px;
}

.tax-product_cat .woocommerce-products-header .underdescription > a {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
}

.tax-product_cat .woocommerce-products-header .underdescription .subcategories-filter {
font-size: 14px;
line-height: 14px;
letter-spacing: 0.039em;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.tax-product_cat .woocommerce-products-header .underdescription .subcategories-filter .subcat {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
border: 1px solid black;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 10px;
padding: 0 7px 0 7px;
cursor: pointer;
}

.tax-product_cat .woocommerce-products-header .underdescription .subcategories-filter .subcat span {
width: 15px;
height: 15px;
border-right: 1px solid black;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-left: -6px;
margin-right: 6px;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.tax-product_cat .woocommerce-products-header .underdescription .subcategories-filter .subcat.selected span:after {
content: "";
width: 7px;
height: 7px;
background: #E01321;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


.tax-product_cat .woocommerce-products-header {
padding: 33px;
}

/* CART */

.woocommerce-cart footer {
display: none;
}

.woocommerce-cart {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.039em;
  font-weight: bold;
}

.woocommerce-cart article .woocommerce{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.woocommerce-cart:not(.logged-in)  > section > article > .woocommerce {
width: 100%!important;
}

.woocommerce-cart .woocommerce-notices-wrapper > *,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
padding-left: 33px;
padding-top: 33px;
}

.woocommerce-cart .return-to-shop {
padding-top: 0;
}

.woocommerce-cart article .woocommerce .shop-table-wrapper,
.woocommerce-cart article .woocommerce .cart-collaterals {
width: 50%;

}

.woocommerce-cart article .woocommerce > .woocommerce-cart-form {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
padding: 0 40px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
padding-top: 30px;
}
.shop-table-wrapper .shop_table.cart {
width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item:not(:first-of-type){
padding-top: 40px;
}

.woocommerce-cart article .woocommerce .cart-collaterals > * {
padding: 0 30px;
}

.woocommerce-cart .cart_totals table {
width: 100%;
}

.woocommerce-cart .cart_totals table:not(.cart-order-review) tbody,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: initial;
-webkit-align-items: initial;
-moz-box-align: initial;
-ms-flex-align: initial;
align-items: initial;
}

.woocommerce-cart .cart_totals table:not(.cart-order-review) tbody tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.woocommerce-cart .cart_totals table:not(.cart-order-review) tbody tr.order-total {
margin-top: 27px;
}

.woocommerce-cart .woocommerce-shipping-destination {
color: #9B9B9B;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping,
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping td,
.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
text-align: left;
width: 100%;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping td ul,
.woocommerce-checkout .woocommerce-shipping-totals.shipping td ul {
width: 100%;
margin-top: 8px;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping td ul li,
.woocommerce-checkout .woocommerce-shipping-totals.shipping td ul li {
margin-bottom: 8px;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping td ul label .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-shipping-totals.shipping td ul label .woocommerce-Price-amount.amount {
float: right;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping,
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.woocommerce-cart .cart_totals table.cart-order-review {
padding-top: 30px;
margin-bottom: 27px;
}

.woocommerce-cart .cart_totals table.cart-order-review .product-name .product-quantity {
  display: inline;
  margin-left: 9px;
}

.woocommerce-cart .cart_totals table.cart-order-review .cart_item .product-total {
text-align: right;
}

.woocommerce-cart-form__cart-item.cart_item > * {
border-bottom: 1px solid black;
width: 50%;
}

.cart_item .product-info {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
padding-bottom: 30px;
}

.product-info .name-price {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.product-quantity .quantity {
display: inline;
    margin-left: 6px;
}

.woocommerce .quantity input[type='number'] {
width: 23px;
text-align: center;
border: 0;
font-size: 14px;
font-weight: bold;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
font-size: 18px;
font-weight: normal;
font-family: initial;
background: transparent;
border: 1px solid black;
}

.product-quantity {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-top: 15px;
}



.cart_item .product-subtotal {
display: none;
}

.cart_item .product-remove {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-top: auto;

}

.cart_item .product-remove a {
text-decoration: underline;
}

.cart_totals .cart-subtotal th,
.cart_totals .order-total th,
.woocommerce-shipping-totals.shipping th,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th {
text-align: left;
width: 50%;
}

.cart_totals .cart-subtotal td,
.cart_totals .order-total td,
.woocommerce-shipping-totals.shipping td,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {

text-align: right;
width: 50%;
}

.shop-table-wrapper .shop_table {
border-right: 1px solid black;
padding-bottom: 10vh;
height: 100%;
}


.product-thumbnail {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.product-thumbnail a {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.product-thumbnail a img {
width: 100%;
height: auto;
}

.woocommerce-cart .quantity .screen-reader-text {
display: none!important;
}

.woocommerce-cart h1 {
padding: 0 30px;
}

.woocommerce-cart h1,
.woocommerce-cart h2 {
font-size: 36px;
line-height: 46px;
margin-top: 30px;
margin-bottom: 32px;
}

.cart-coupons-section .coupon,
.woocommerce-cart article .woocommerce .cart-collaterals > .cart-coupons-section .coupon {
padding-top: 40px;
margin-top: 40px;
border-top: 1px solid black;
}

.woocommerce-checkout-review-order-table .order-total {
font-family: 'SemplicitaPro2';
font-weight: bold;
}


.cart-coupons-section input,
.cart-coupons-section button {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
font-weight: bold;
padding: 15px 0 13px;
border: 1px solid black;
text-align: center;

}

.cart-coupons-section button,
.woocommerce-checkout .form-row.place-order .form-row button {
cursor: pointer;
}

.cart-coupons-section button:hover,
.cart-coupons-section .coupon button:hover,
.woocommerce-checkout .form-row.place-order .form-row button:hover,
#customer_login > * button:hover {
background: #E01321;
}

::-webkit-input-placeholder {
color: #9B9B9B;
}

:-moz-placeholder {
color: #9B9B9B;
}

::-moz-placeholder {
color: #9B9B9B;
}

:-ms-input-placeholder {
color: #9B9B9B;
}

::-ms-input-placeholder {
color: #9B9B9B;
}

::placeholder {
color: #9B9B9B;
}

.cart-coupons-section .coupon input {
width: 72%;
}

.cart-coupons-section .coupon button {
width: 24%;

background: black;
color: white;
}

.input-button-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-align-content: inherit;
-ms-flex-line-pack: inherit;
align-content: inherit;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 10px
}

.cart-collaterals button[name='update_cart'] {
display: none !important;
}

.wc-proceed-to-checkout,
.form-row #place_order {
width: 100%;
}

.checkout-button,
.form-row #place_order {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
background: black;
color: white;
padding: 15px 0 13px;
border: 1px solid black;
margin-top: 28px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}

.checkout-button:hover,
.form-row #place_order:hover {
background-color: #E01321;
}

.form-row #place_order {
margin-top: 3px;
}
.cart-message {
margin-top: 20vh;
color: #9B9B9B;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.cart-message p {
margin-bottom: 20px;
}

/* CHECKOUT */

.woocommerce-checkout {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.woocommerce-checkout ::-webkit-input-placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout :-moz-placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout ::-moz-placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout :-ms-input-placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout ::-ms-input-placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout ::placeholder,
.woocommerce-checkout .select2-selection__placeholder {
text-transform: initial;
padding-bottom: 10px;
}

.woocommerce-checkout footer {
display: none;
}

.woocommerce-checkout article .woocommerce {
padding: 0 30px;
}

.woocommerce-checkout form.checkout {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.woocommerce-checkout form.checkout > * {
width: 34.33%;
border-right: 1px solid black;
padding-top: 18px;
}

.woocommerce-checkout h1 {
font-size: 36px;
line-height: 46px;
margin-top: 30px;
margin-bottom: 32px;
padding: 0 30px;
}

.woocommerce-checkout .form-row,
.woocommerce-account .form-row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
margin-bottom: 16px;
}

.woocommerce-account .form-row em {
font-style: normal;
color: #9B9B9B;
margin-top: 2px;
display: inline-block;
}

.woocommerce-account fieldset .form-row  label span {
color: #9B9B9B;
display: block;
}

.woocommerce-checkout .form-row label,
.woocommerce-account .form-row label {
margin-bottom: 2px;
}

.woocommerce-checkout .form-row#billing_first_name_field label::after {
content: "* required";
color: #9B9B9B;
float: right;
}


.woocommerce-checkout .select2-container--default .select2-selection--single {
border: 1px solid black;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
padding: 10px 0 4px 11px;
line-height: inherit;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
}

.woocommerce-checkout .select2-container .select2-selection--single {
height: auto;
}

.woocommerce-checkout .form-row input,
.woocommerce-account .form-row input:not([type=checkbox]) {
width: 100%;
padding: 10px 0 3px 11px;
border: 1px solid black;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
color: #4A4A4A;
}

.woocommerce-checkout #order_comments {
width: 100%;
padding: 10px 0 3px 11px;
}

.woocommerce-checkout #customer_details {
padding-right: 30px;
width: 31.3%;
}

.woocommerce-checkout form.checkout > .checkout-review-order-last-column {
padding-left: 30px;
border-right: 0;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table thead {
display: none;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table tbody {
  width: 100%;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item .product-name {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.woocommerce-checkout form.checkout > .checkout-review-order-last-column .after-thumb {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}


.checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
    border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item .product-thumbnail img {
width: 24%;
height: auto;
}

.checkout-review-order-last-column .woocommerce-checkout-review-order-table tfoot {
  width: 100%;
  margin-top: 79px;
  display: inline-table;
}

.woocommerce-checkout form.checkout > #payment {
padding: 18px 30px 0;
}

.woocommerce-checkout h3 {
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
margin-bottom: 28px;
}

.woocommerce-billing-fields h3::before {
content: "1. ";
}

#payment h3:before {
content: "2. ";
}

.checkout-review-order-last-column h3:before {
content: "3. ";
}

.woocommerce form .form-row .required {
text-decoration: none;
}


.wc_payment_method img,
.about_paypal {
display: none!important;
}

.page-template .jcf-focus,
.page-template .jcf-focus *,
.jcf-focus,
.jcf-focus *,
.jcf-focus,
.jcf-focus *{
border-color: black!important;
}

.jcf-checkbox.jcf-checked span {
margin: 0!important;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 0;
background: black;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-width: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

.woocommerce-checkout  .jcf-checkbox,
.woocommerce-cart .jcf-checkbox {
vertical-align: sub
}

.woocommerce-checkout .jcf-radio,
.woocommerce-cart .jcf-radio {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin: 0 3px 0 0;
height: 20px;
width: 20px;
border: 1px solid black;
vertical-align: bottom;
}

.woocommerce-cart .jcf-radio {
margin-right: 10px;
}

.woocommerce-checkout .wc_payment_method {
margin-bottom: 9px;
}

.woocommerce-checkout .jcf-radio span,
.woocommerce-cart .jcf-radio span {
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
background: black;
}

.woocommerce-checkout .form-row input#coupon_code {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
font-weight: bold;
padding: 15px 0 13px;
border: 1px solid black;
text-align: center;
margin-top: 12px;
}

body > section > article > div > form.checkout_coupon.woocommerce-form-coupon > p.form-row.form-row-last > button {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
font-weight: bold;
padding: 15px 0 13px;
border: 1px solid black;
text-align: center;
width: 24%;
background: black;
color: white;
}

.woocommerce-terms-and-conditions-wrapper {
margin: 33px 0 43px;
}

.woocommerce-checkout .form-row.place-order,
.woocommerce-checkout .form-row.place-order .form-row {
display: inline-block;
}

.woocommerce-checkout .form-row.place-order .form-row #coupon_code {
min-width: 191px;
text-align: center;
padding: 8px 0 6px;
}

.woocommerce-checkout .form-row.place-order .form-row button {

background: black;
color: white;
padding: 8px 20px 6px;
border: 1px solid black;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

input::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}

.woocommerce-checkout .form-row.place-order p:not(.form-row){
margin-bottom: 6px;
}

.fullheight-image {
height: 1000px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
}

.fullheight-image article {
color: white;
background-color: #E01321;
padding: 16px 80px 14px;
border: 1px solid black;
}

/* Account */
body.woocommerce-account > section {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
height: 100%;
}

body.woocommerce-account > section > article {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
white-space: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
height: 100%;
}

.woocommerce-account:not(.logged-in) article .woocommerce {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.myaccount-menu li a {
color: black;
}

.woocommerce-account,
#my-account-menu .myaccount-menu li > a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.039em;
}

#my-account-menu .myaccount-menu li > a {
text-transform: inherit;
}

#customer_login {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100vw;
}

#customer_login h2 {
font-size: initial;
margin-bottom: 32px;
}

#customer_login > * {
width: 50%;
padding-top: 30px;
padding-bottom: 30px;
}

#customer_login > * form {
max-width: 60%;
}

#customer_login > * button {
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
background: black;
color: white;
padding: 16px 0 14px;
border: 1px solid black;
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;

}

.lost_password a {
color: #9B9B9B;
}

#customer_login > .u-column2 {
padding-left: 36px;
border-left: 1px solid black;
}

#my-account-menu .myaccount-menu {
margin: 0;
}

#my-account-menu .myaccount-menu li > a,
#my-account-menu.position-left .myaccount-menu:before,
#my-account-menu.position-left .myaccount-menu li a,
#my-account-menu .myaccount-menu:after {
padding: 0;
border: 0;
}

.woocommerce-account h1 {
font-size: 36px;
line-height: 46px;
margin-top: 30px;
margin-bottom: 32px;
padding: 0 30px;
display: none;
}

.woocommerce-account article .woocommerce {
padding: 0 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

.woocommerce-account.logged-in article .woocommerce > *,
#my-account-menu,
#my-account-menu ~ .woocommerce-MyAccount-content {
width: 50%;
padding-top: 30px;
padding-bottom: 30px;
}

.woocommerce-MyAccount-content strong {
font-weight: bold;
text-decoration: underline;
}

#my-account-menu ~ .woocommerce-MyAccount-content > div.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info > a {
text-decoration: underline;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}

#my-account-menu ~ .woocommerce-MyAccount-content > div.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info > a::after {
content: ".";
}

#my-account-menu .user-profile {
display: none!important;
}

.woocommerce-account article .woocommerce .woocommerce-MyAccount-content {
padding-left: 36px;
border-left: 1px solid black;
}

.woocommerce-MyAccount-navigation-link.is-active a,
#my-account-menu.position-left .myaccount-menu li.active a {
color: #E01321;
}

.woocommerce-MyAccount-navigation-link.is-active a::before,
#my-account-menu.position-left .myaccount-menu li.active a::before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #E01321;
margin-right: 18px;
}


.woocommerce-EditAccountForm.edit-account {
width: 50%;
}

.woocommerce-EditAccountForm.edit-account button {

background: black;
color: white;
padding: 10px 20px 3px;
border: 1px solid black;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.039em;
font-weight: bold;
}

.woocommerce-Address-title .edit,
.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-button.button.view {
text-decoration: underline;
}

.woocommerce-EditAccountForm.edit-account button {
margin-top: 4px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-button.button.view {
display: inline-block;
}

.u-columns .woocommerce-Address {
margin-top: 20px;
}

.u-columns .woocommerce-Address h3 {
font-size: 16px;
line-height: 18px;
letter-spacing: 0.044em;
}

.woocommerce-MyAccount-content > section {
margin-top: 20px;
}

.woocommerce-MyAccount-content a {
text-decoration: underline;
}

.woocommerce-account .woocommerce-table--order-details {
width: 50%;
}

.woocommerce-account .woocommerce-table--order-details tbody tr td {
width: 50%;
}

.woocommerce-account .product-quantity {
display: inline-block;
}

.woocommerce-account .woocommerce-table--order-details tbody tr td.product-total {
text-align: right;
}

.woocommerce-account address {
font-style: unset;
}

.woocommerce-account .woocommerce-table__product-name.product-name,
.woocommerce-account .woocommerce-table--order-details tfoot th {
text-align: left;
}

.woocommerce-account .woocommerce-table__product-table.product-total,
.woocommerce-account .woocommerce-table--order-details tfoot td {
text-align: right;
}

.woocommerce-account .woocommerce-customer-details h2 {
font-size: initial;
margin-bottom: 10px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address {
margin-bottom: 20px;
}

.woocommerce-shipping-and-returns .woocommerce-MyAccount-content {
padding-right: 15%;
}


.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
width: 100%;
text-align: left;
border-collapse: separate;
border-spacing: 0 13px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead th {
border-bottom: 1px solid black;
padding-bottom: 12px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell-order-actions a {
margin-right: 10px;
text-decoration: underline;
}

.woocommerce-Address-title .edit {
margin: 10px 0;
display: inline-block;
}

#yith-wcwl-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
padding: 0;
}

.woocommerce table.wishlist_table,
.woocommerce table.wishlist_table a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.039em;
text-transform: capitalize;
}

#yith-wcwl-form .wishlist-title  {
padding: 0;
width: unset;
}

.woocommerce-account article .woocommerce > *.wishlist_table {
width: 100%;
}

.woocommerce table.wishlist_table {
font-size: 14px;
}

.woocommerce table.wishlist_table thead {
display: none;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
border: 0;
text-align: left;
}

.wishlist_table .product-add-to-cart {
  visibility: collapse;
  font-size: 0;
  line-height: 0;
}

.wishlist_table .product-add-to-cart a {
visibility: visible;
font-size: initial;
padding: 0;
line-height: initial;
}

.woocommerce table.wishlist_table tbody td.product-thumbnail {
margin: 0;
padding: 0;
display: table-cell;
width: unset;
}

.woocommerce table.wishlist_table tbody td {
padding: 0;
}

.woocommerce table.wishlist_table tbody td table {
width: 100%;
}

.woocommerce table.wishlist_table tbody tr.separation td {
width: 100%;
border-top: 1px solid black;
padding: 0;
}

.wishlist_table tr td.product-thumbnail a {
max-width: 20%;
}

.wishlist_table tr td.product-name {
width: 30%;
}

#yith-wcwl-form {
overflow-y: auto;
width: 100%;
}

#yith-wcwl-form .woocommerce-message {
width: 100%;
padding: 0;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
color: black;
}

.woocommerce table.wishlist_table a {
text-decoration: underline;
}

.woocommerce table.wishlist_table .product-name a {
text-decoration: none;
}


.cart-contents.mobile,
.mobile-extra {
display: none;
}

@media (max-width: 1500px) {

.woocommerce-mini-cart__buttons.buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

.woocommerce-mini-cart__buttons.buttons > a.wc-forward.checkout {
  margin-top: 14px;
}

.woocommerce-mini-cart__buttons.buttons > a.wc-forward.checkout:hover
.cart-coupons-section button:hover,
.cart-coupons-section .coupon button:hover,
.woocommerce-checkout .form-row.place-order .form-row button:hover {
  background: black;
}


.single-product .reset_variations {
  float: left;
  margin-left: 10px;
  position: initial;
}

.single-product .variable-items-wrapper.button-variable-wrapper {
  float: left;
}

.value.woo-variation-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.summary > .cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0;
}

.single_add_to_cart_button {
  padding: 16px 0px 14px;
  width: 100%;
}

.single_variation_wrap {
  width: 100%;
}

.single_add_to_cart_button {
  margin-top: 19px;
}

.single-product #size_guide {
  margin-top: 20px;
}

.single-product .the_summary {
  padding-right: 0;
}
}

@media (max-width: 768px) {
.home .campaign-title,
.featured-categories a .term-name,
.single-campaign .campaign-title,
.woocommerce-loop-category__title,
.single-product .product_title.entry-title,
.single-product .summary .price,
.single-product .the_summary,
body > header .logo {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.home .featured-title,
.shop-by-look .featured-looks-title,
.main-menu li,
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header h1,
.single-look .inside-look-title,
.blog > section,
.blog .single-title,
.blog .single-intro,
.about-title,
.page-template-our-world article:first-of-type .text-block,
#newsletter_page h1,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1  {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.044em;
}

.featured-products .products .product .product-title {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
}

.featured-products .products .swiper-button-next,
.featured-products .products .swiper-button-prev {
  display: block;
}

.blog,
.page-template-our-world article:not(:first-of-type) .text-block,
.mobile-extra li {
  font-size: 14px;
  line-height: 20px;
}

.blog section p[style*="padding-left: 40px"] {
  text-indent: 30px;
}

.bottom-footer {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.028em;
}

.tax-product_cat .woocommerce-products-header .underdescription .subcategories-filter,
.tax-product_cat .woocommerce-products-header .underdescription > a,
.tax-product_cat .woocommerce-loop-product__title,
.related.products .products .product,
.related.products .products .product a,
.related.products .products .woocommerce-loop-product__title,
.related.products .products .price,
.upsells.products .products .product,
.upsells.products .products .product a,
.upsells.products .products .woocommerce-loop-product__title,
.upsells.products .products .price,
.tax-product_cat .product a,
.page-template-our-world article,
.subscribe-form .accept {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.033em;
}

.related.products .products .woocommerce-loop-product__title {
  max-width: 80%;
}

body.menu-opened {
  overflow: hidden;
}



  /* HEADER AND MENU */

body.home > header .right, body.home > header .logo, body.home > header a {
  color: black;
}

body > header {
  padding: 10px 20px 13px;
  background: white;
  height: 50px;
}

body.home:not(.scrolled):not(.menu-opened) > header {
  background: transparent;
}

.main-menu {
  padding: 0px;
  background: transparent;
  margin-top: 50px;
}

.main-menu > ul > li {
  background: white;
  margin: 1px 0;
  padding: 0 20px;
  line-height: 22px;
  letter-spacing: 0.09em;
}

.main-menu > ul > li > a,
.main-menu li > ul {
  display: block;
  height: 100%;
  width: 100%;
  padding: 14px 0 13px;
  position: relative;
}

.main-menu > ul > li > a.login {
  text-transform: capitalize;
}

.main-menu li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-menu li > ul > li {
  padding: 0;
}

.main-menu > ul > li > *:after {
  content: "";
  height: 1px;
  background: black;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

body.home > header::after,
body > header::after,
header::after {
  background: black;
  bottom: -1px;
  left: 20px;
  right: 20px;
  width: unset;
}

body.home.menu-opened.home > header::after,
body.menu-opened > header::after {
  background: black;
}

.main-menu li:not(:last-of-type) {
  border-bottom: 0;
}

.cart-contents.mobile {
  display: block;
  margin-left: auto;
  position: relative;
}

.cart-contents.mobile .inside-cart-wrap {
  position: absolute;
  top: unset;
  bottom: 4px;
  right: 3px;
  font-size: 11px;
  width: 11px;
  display: inline-block;
  margin: 0;
  text-align: center;
}

.woocommerce-MyAccount-navigation-link.is-active a::before,
#my-account-menu.position-left .myaccount-menu li.active a::before {
 margin-right: 9px;
}


body > header .right > ul {
  display: none;
}

header .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

body > header .menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

body > header .logo {
  position: initial;
  top: 0;
  margin-left: 0;
}

/* FOOTER */
.top-footer {
  display: none;
}

.bottom-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding: 0;
}

.bottom-footer > * {
  padding: 15px 33px;
  width: 100%;
  text-align: center;
}

.bottom-footer .menu {
  border-bottom: 1px solid black;
  padding: 15px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

body.woocommerce-account > section {
  height: auto;
}

/* FRONTPAGE */

body.home > header .menu-toggle svg g {
  stroke: black;
}

.featured-products .products .product {
  width: 100%;
}

.home .top-front.two-images a {
  height: 100%;
}

.home .top-front.two-images > a > div:first-of-type {
  width: unset;
}

.home .campaign-title {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: unset;
  margin: 78px 20px 0;
}

.home .top-front.two-images > a > div:last-of-type {
  display: none;
}

.home #marquee {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.083em;
  padding: 13px 0 8px;
}

.featured-products .products .product .product-title {
  margin-bottom: 17px
}

.featured-products .products {
  padding: 0;
}

.featured-products .products .product img {
  padding-bottom: 0;
  margin-bottom: 13px;
}

.home .featured-title {
  margin: 14px 0 32px 20px;
}

.shop-by-look {
  margin-top: 0;
}

.shop-by-look > * {
  width: 100%;
}

.shop-by-look > .featured-look:last-of-type {
  display: none;
}

.shop-by-look .featured-looks-title {
  line-height: 14px;
  padding-left: 20px;
}

.featured-categories {
  margin-top: 25px;
  margin-bottom: 20px;
}

.featured-categories a {
  padding: 0 20px;
}

.featured-categories a .term-name {
  line-height: 18px;
}

/* LEGAL */
.page-template-legal .legal-sections-wrapper > div {
  width: 100%;
}

.page-template-legal .legal-sections-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.page-template-legal .legal-sections-wrapper > div.legal-content {
  border-left: 0;
  margin-top: 32px;
}

.page-template-legal h1 {
  margin-top: 19px;
  padding-left: 20px;
      font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.044em;
}

.page-template-legal .legal-sections-wrapper > div.legal-menu,
.page-template-legal .legal-sections-wrapper > div.legal-content {
  padding: 0 20px;
}

/* CAMPAIGN */
.campaign-title {
  width: unset;
  margin: 22px 20px 0px;
}

/* SHOP */
.post-type-archive-product .products {
  margin-top: 50px;
}

.post-type-archive-product .product a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-loop-category__title {
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
}

.post-type-archive-product .product {
  width: 50%;
}

.post-type-archive-product .product.double-width,
.post-type-archive-product .product.mobile-double-width  {
  width: 100%;
}

.post-type-archive-product .product.offset-right {
  margin-right: 50%;
}

.post-type-archive-product .product.offset-left {
  margin-left: 50%;
}

 .post-type-archive-product .product.offset-right.mobile-offset-right {
  margin-right: 50%;
}

.post-type-archive-product .product.offset-right.mobile-offset-left {
  margin-left: 50%;
}

.post-type-archive-product .product.double-width.mobile-offset-right {
  margin-right: 50%;
  width: 50%;
}

.post-type-archive-product .product.double-width.mobile-offset-left {
  margin-left: 50%;
  width: 50%;
}


.post-type-archive-product .product.offset-left.mobile-offset-right {
  margin-right: 50%;
}

.post-type-archive-product .product.offset-left.mobile-offset-left {
  margin-left: 50%;
}

  .post-type-archive-product .product.offset-left:not(.mobile-offset-left) {
  margin-left: 0%;
}

.post-type-archive-product .product.offset-right:not(.mobile-offset-right) {
  margin-right: 0%;
}

.tax-product_cat .woocommerce-products-header {
  padding: 20px;
}

.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header h1 {
  line-height: 22px;
  letter-spacing: 0.09em;
}

.tax-product_cat .product,
.related.products .products .product,
.upsells.products .products .product {
  width: 50%;
  padding: 0 5px;
}

.tax-product_cat .product.outofstock::after {
  content:"Sold out";
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 5px 5px;
  background: rgba(255,255,255, 0.5);
  font-size: 12px;
  line-height: 1.3;
}
.tax-product_cat .woocommerce-loop-product__title,
.tax-product_cat .product a {
  line-height: 15px;
}

.tax-product_cat .woocommerce-loop-product__title {
  max-width: 80%;
}

.tax-product_cat .product a {
  vertical-align: super;
}

.tax-product_cat .woocommerce-products-header .underdescription {
  margin-top: 13px;
}

.tax-product_cat .woocommerce-products-header .underdescription > a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.tax-product_cat .woocommerce-products-header .underdescription > a span {
  display: none;
}

/* SINGLE PRODUCT */

.single-product .product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.single-product .summary.entry-summary {
  position: initial;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: block;
}

.single-product .product_title.entry-title,
.single-product .summary .price {
  display: inline-block;
}

.single-product .product_title.entry-title {
  max-width: 80%;
}

.single-product .summary .price {
  float: right;
}

.single-product .product_title.entry-title,
.single-product .summary .price,
.single-product .the_summary {
  line-height: 22px;
}

.single-product .the_summary {
  padding-right: 4vw;
  margin-top: 25px;
  margin-bottom: 35px;
}

.summary > .cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.single_add_to_cart_button {
  padding: 16px 0px 14px;
  width: 100%;
}

.single_variation_wrap {
  width: 100%;
}

.single_add_to_cart_button {
  margin-top: 19px;
}

.single-product #size_guide {
  margin-top: 20px;
}

.single-product .share:hover ul {
  visibility: hidden;
}

.single-product .share.show:hover ul {
  visibility: visible;
}

.single-product .more-info {
  margin-top: 20px;
}

.single-product .more-info-block.show .more-info-sub-block {
  visibility: unset;
  opacity: unset;
  bottom: 0;
  height: 100%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  margin: 8px 0 0 15px;
}

.single-product .more-info .more-info-sub-block {
  position: relative;
  bottom: 100%;
  right: 0;
  overflow: hidden;
  height: 0;
  /* transition: height 0.25s ease-in-out; */
  margin-left: 30px;
  top: unset;
  left: unset;
  width: 100%;


  /* display: flex; */


  /* align-items: center; */
  /* justify-content: center; */
  /* z-index: 20; */

  /* transition: all 0.25s; */
  /* visibility: hidden; */
  /* opacity: 0; */
}

.single-product .more-info .more-info-sub-block-wrapper::after {
  content: unset;
}

.single-product .more-info .more-info-sub-block-wrapper {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.039;
  font-weight: bold;
  color: unset;
  border: unset;
  background: unset;
  position: unset;
  width: unset;
  padding: unset;
  width: 100%;
}

.single-product .woocommerce-variation.single_variation {
  position: unset;
  margin-top: 8px;
}

.back-to-cat {
  display: none;
}

.related.products,
.upsells.products {
  position: relative;
      margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single-product .related.products,
.single-product .upsells.products {
  margin-top: 54px;
  padding: 18px 0px 26px;
}

.single-product .related.products h2,
.single-product .upsells.products h2 {
  padding-left: 20px;
  margin-bottom: 8px;
}

.related.products .products,
.upsells.products .products {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}

.related.products .products .product img,
.upsells.products .products .product img {
  padding-bottom: 0;
}

.related.products .products .product,
.related.products .products .product a,
.related.products .products .woocommerce-loop-product__title,
.related.products .products .price,
.upsells.products .products .product,
.upsells.products .products .product a,
.upsells.products .products .woocommerce-loop-product__title,
.upsells.products .products .price {
  line-height: 15px;
}

.related.products .swiper-button-next,
.related.products .swiper-button-prev,
.upsells.products .swiper-button-next,
.upsells.products .swiper-button-prev {
  top: 40%;
}

.woocommerce-product-gallery__wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.woocommerce-product-gallery__image:nth-child(2) {
  margin-left: 0%;
}

.woocommerce-product-gallery .swiper-button-next,
.woocommerce-product-gallery .swiper-button-prev {
  top: 50%;
}

.yith-wcwl-add-to-wishlist,
.alg-wc-wl-btn-wrapper {
  right: 0;
  top: 56px;
  margin-right: 20px;
}

  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead {
    display: none;
  }

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
    display: block;
    text-align: right !important;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__cell-order-actions a:last-of-type {
  margin-right: 0;
}


.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td:before {
  content: attr(data-title);
  font-weight: 700;
  float: left;
}


  /* SHOP BY LOOK */

  .looks .look {
    width: 50%;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.033em;
  }

  .looks .look .bottom {
    left: 20px;
    right: 20px;
  }

  .looks .look .bottom {
    padding: 11px 0;
  }

  .single-look .top-section > *,
  .single-look .related.products .product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .single-look .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .single-look .inside-look-title {
    line-height: 22px;
  }

  .single-look .inside-look-title {
    top: 20px;
    left: 20px;
  }

  .single-look .related.products {
    padding: 0;
  }

  .single-look .related.looks .small-title {
    left: 20px;
    top: 20px;
  }

  .single-look .related.looks {
    border-top: 1px solid black;
  }

  .single-look .top-section .left .small-title {
    display: none;
  }

  /* BLOG */

  .blog > section {
    padding: 0 20px;
  }

  .blog .single-title,
  .about-title {
    line-height: 22px;
    margin: 36px auto 17px;
  }

  .blog .single-intro {
    line-height: 20px;
  }

  .blog section p img {
    max-width: 100%;
    height: auto;
  }

  .blog section p.has-two-images img {
    width: 50%;
    display: inline-block;
    float: left;
  }

  /* OUR WORLD */
  .our-world-section img {
    max-width: 100%;
  }

  .page-template-our-world .text-block {
    line-height: 20px;
    letter-spacing: 0.05em;
  }

  .page-template-our-world article {
    line-height: 18px;
    letter-spacing: 0.059em;
  }

  .our-world-section {
    padding: 0px 20px;
  }

  .page-template-our-world article:first-of-type > img {
    width: 160px;
    margin-bottom: 38px;
    max-width: unset;
  }

  .page-template-our-world article:not(:last-of-type) {
    padding-bottom: 32px;
  }

  .page-template-our-world article {
    margin-bottom: 40px;
  }

  .page-template-our-world article > img {
    margin-bottom: 37px;
  }

  .page-template-our-world .text-block .small-centered {
    margin-bottom: 25px;
  }

  .images-with-text {
    margin-top: 32px;
  }

  .images-with-text .image-block span {
    font-size: 14px;
  }

  .imagesandtext .about-element {
    width: 40%;
  }

  .imagesandtext .about-element.is-text {
    padding: 0 5px 60px;
    width: 60%;
  }

  .imagesandtext .about-element img {
    margin-bottom: 60px;
  }

  .bottom-footer ul li {
    padding: 0 5px;
  }

  .page-template-our-world article:last-of-type {
    margin-bottom: 15px;
  }

  /* Newsletter */
  #newsletter_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #newsletter_page > * {
    width: 100%;
  }
  #newsletter_page h1 {
    line-height: 22px;
    letter-spacing: 0.09em;
    margin-top: 15px;
    margin-bottom: 42px;
  }

  #newsletter_page .fullheight-image {
    display: none;
  }

  #newsletter_page .left {
      padding: 0 20px 100px 20px;
  }

  .subscribe-form .accept {
    line-height: 16px;
  }

  .newsletter-wrapper {
    font-size: 11px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 40px 5px 20px;
  }

  .newsletter-wrapper .accept {
    margin-top: 0;
  }

  .sizes-pop-up .intro-text {
    margin-bottom: 22px;
  }

  .newsletter-wrapper #mc_signup_submit {
    margin-top: 12px;
  }

  .newsletter-wrapper::after {
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
  }

  .sizes-pop-up .last-text {
    margin-top: 20px;
  }

  /* Mini cart */
  #woo_mini_cart {
    padding: 18px 0px 18px 18px;
    width: 70%;
    top: 51px;
  }

  .woocommerce-mini-cart {
    padding-right: 20px;
  }

  .woocommerce-mini-cart__buttons.buttons .button:first-of-type {
    display: none;
  }

  .woocommerce-mini-cart {
    height: 36vh;
  }

  /* Cart */
  .woocommerce-cart article .woocommerce > .woocommerce-cart-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .woocommerce-cart article .woocommerce .shop-table-wrapper,
  .woocommerce-cart article .woocommerce .cart-collaterals {
    width: 100%;
  }

  .woocommerce-cart h1,
  .woocommerce-cart h2 {
    margin-top: 19px;
    padding-left: 20px;
  }

  .woocommerce-cart-form__cart-item.cart_item {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .woocommerce-cart-form__cart-item.cart_item > * {
    width: 100%;
  }

  .product-info .name-price {
    margin-top: 20px;
  }

  .woocommerce-cart-form__cart-item.cart_item > .product-thumbnail {
    padding: 0 20% 15px;
  }

  .cart_item .product-remove {
    margin-top: 15px;
  }
  .cart_item .product-info {
      padding-bottom: 15px;
  }

  .shop-table-wrapper .shop_table {
    border-right: 0;
    padding-bottom: 0;
  }

  .woocommerce-cart .woocommerce-notices-wrapper > *,
  .woocommerce-cart .cart-empty,
  .woocommerce-cart .return-to-shop {
    padding-left: 20px;
    padding-top: 20px;
  }

  .woocommerce-cart article .woocommerce .cart-collaterals > * {
    padding: 0 20px;
  }

  .woocommerce-cart h2 {
    padding-left: 0;
  }

  .woocommerce-cart .cart_totals table.cart-order-review {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .cart-coupons-section .coupon, .woocommerce-cart article .woocommerce .cart-collaterals > .cart-coupons-section .coupon {
    margin-top: 13px;
    padding-top: 20px;
  }

  .input-button-wrapper {
    margin-top: 20px;
  }

  .checkout-button {
    margin-top: 10px;
  }

  .cart-message {
    margin-top: 23px;
  }
  .cart-coupons-section .coupon input {
      width: 63%;
  }

  .cart-coupons-section .coupon button {
    width: 34%;
  }

  /* Checkout */
  .woocommerce-checkout form.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .woocommerce-checkout form.checkout > *,
  .woocommerce-checkout #customer_details {
    width: 100%;
    padding: 0;
  }

  .woocommerce-checkout article .woocommerce,
  .woocommerce-checkout h1 {
    padding: 0 20px;
  }

  .woocommerce-checkout form.checkout > * {
    border-right: 0;
  }

  .woocommerce-checkout form.checkout > #payment,
  .woocommerce-checkout form.checkout > .checkout-review-order-last-column {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-checkout form.checkout > .checkout-review-order-last-column {
    padding-top: 20px;
  }

  .checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20% 15px;
  }

  .checkout-review-order-last-column .woocommerce-checkout-review-order-table .cart_item .product-thumbnail img {
    width: 100%;
  }

  .fullheight-image article {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 16px 20px 14px;
    text-align: center;
  }

  /* account */
  .woocommerce-account h1 {
    margin: 0 22px;
    padding: 16px 0;
    border-bottom: 1px solid black;
  }

  .woocommerce-EditAccountForm.edit-account button {
    padding: 10px 20px 10px
  }

  .woocommerce-account article .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .woocommerce-account.logged-in article .woocommerce > *,
  #my-account-menu, #my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account article .woocommerce {
    padding: 0 20px;
  }

  #my-account-menu .myaccount-menu li,
  #my-account-menu-tab .myaccount-menu li {
    padding: 16px 0;
    border-bottom: 1px solid black;
  }

  .woocommerce-account,
  #my-account-menu .myaccount-menu li > a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.044em;
  }

  #my-account-menu.position-left .myaccount-menu li a {
    text-align: left;
  }

  .woocommerce-account article .woocommerce .woocommerce-MyAccount-content {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-EditAccountForm.edit-account,
  .woocommerce-account .woocommerce-table--order-details {
      width: 100%;
  }

  .woocommerce-account .woocommerce-table--order-details tbody tr td {
    width: 65%;
  }



  .shop_table.cart.wishlist_table .product-thumbnail {
    width: unset;
    padding: 0;
  }

  .mobile-extra {
    display: block;
  }

  .mobile-extra input {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .mobile-extra #mc_signup_submit {
    display: none;
  }

  .mobile-extra .subs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-social li {
    padding: 0;
  }

  .menu-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .mobile-extra li.contact-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobile-extra li.contact-menu a {
    text-align: right;
    text-decoration: underline;
  }

  .mobile-extra .menu-social li > *:after {
    display: none;
  }

  .mobile-extra .menu-social li a {
    text-decoration: underline;
  }




}

/* update 31.03.2021 */

.wholesale-add-to-cart .variations {
width: 100%;
}

.wholesale-add-to-cart .reset_variations {
margin: 1px 0 0 auto;
}

.wholesale-add-to-cart .variations tr{
display: flex;
flex-flow: column;
}

.wholesale-add-to-cart td.label {
display: none;
}

.wholesale-add-to-cart .value.woo-variation-items-wrapper {
align-items: initial;
}

.wholesale-add-to-cart .variable-items-wrapper.button-variable-wrapper {
display: flex;
flex-wrap: wrap;
border-width: 1px 0 0 1px;
border-style: solid;
border-color: black;
}

.wholesale-add-to-cart .variable-items-wrapper.button-variable-wrapper li {
padding: 10px;
border-right: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
}

.wholesale-add-to-cart .variable-items-wrapper.button-variable-wrapper li, .custom-label {
flex-grow: 1;
font-size: 10px;
letter-spacing: 0.039em;
line-height: 1;
cursor: pointer;
}

.wholesale-add-to-cart .variable-items-wrapper.button-variable-wrapper li {
width: 14.2857142857%;
padding-right: 5px;
padding-left: 5px;
}

.wholesale-add-to-cart .variable-items-wrapper.button-variable-wrapper li.selected {
background-color: #E01321;
}

.wholesale-add-to-cart .single_variation_wrap .variations_button,
.wholesale-add-to-cart.simple .cart {
display: flex;
align-items: center;
}

.wholesale-add-to-cart .single_variation_wrap .quantity,
.wholesale-add-to-cart.simple .quantity {
flex-shrink: 0;
margin-right: 25px;
}

.wholesale-add-to-cart .single_variation_wrap .quantity .minus,
.wholesale-add-to-cart .single_variation_wrap .quantity .plus,
.wholesale-add-to-cart.simple .quantity .minus,
.wholesale-add-to-cart.simple .quantity .plus {
border-color: transparent;
padding: 0;
}

.wholesale-add-to-cart .single_variation_wrap .quantity .screen-reader-text,
.wholesale-add-to-cart.simple .quantity .screen-reader-text{
display: none;
}

.wholesale-add-to-cart .single_add_to_cart_button {
flex-grow: 1;
margin-left: auto;
margin-top: 0;
padding: 8px;
font-size: 14px;
line-height: 1;
}


.wholesale-add-to-cart .single_add_to_cart_button:active,
.wholesale-add-to-cart .single_add_to_cart_button:focus,
.wholesale-add-to-cart .single_add_to_cart_button:hover {
background-color: #e01321;
color: #fff;
}

.show_cart .wholesale-add-to-cart .single_add_to_cart_button {
background-color: transparent;
}

.wholesale-add-to-cart .single_add_to_cart_button.disabled {
pointer-events: none;
opacity: 0.5;
}

.marked-red-btn {
background-color: #e01321;
color: #fff;
}

.cart-contents {
position: relative;
}

.cart-contents.marked-red-btn {
background-color: transparent;
color: #fff;
}

.cart-contents.marked-red-btn::before {
content: "";
position: absolute;
top: 8px;
left: 10px;
right: -10px;
bottom: 8px;
background-color: #E01321;
z-index: -1;
}

@media (max-width: 1279px) {
.tax-product_cat.term-wholesale .product {
  width: 33.3333%;
}
}

@media (max-width: 991px) {
.wholesale-add-to-cart .single_variation_wrap .variations_button,
.wholesale-add-to-cart.simple .cart {
  /*flex-wrap: wrap;*/
}

.wholesale-add-to-cart .single_add_to_cart_button {
  /*margin-top: 10px;*/
}

.tax-product_cat.term-wholesale .product {
  width: 50%;
}
}

@media (max-width: 649px) {
.tax-product_cat.term-wholesale .product {
  width: 100%;
}
}
