/*
Theme Name: Lovelogic Shop
Author: Lovelogic Design
Author URI: https://lovelogic.design
Version: 1.1
Text Domain: ld-shop
*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


@font-face {
  font-family: 'panameralight';
  src: url('includes/fonts/panamera-light-webfont.woff2') format('woff2'),
       url('includes/fonts/panamera-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/*/// ------------------------------

~   General

------------------------------ ///*/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
	background: #FFFCFA;
	color: #333;
	font: normal 14px 'dm sans', sans-serif;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

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

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #E2C1B6;
}

em, i {
	font-family: serif;
	font-style: italic;
}

::-moz-selection {
  background: #E2C1B6;
  color: #F3EFEE;
}

::selection {
  background: #E2C1B6;
  color: #F3EFEE;
}




/*/// ------------------------------

~   Columns

------------------------------ ///*/

@media screen and (min-width: 50em) {
  .container {
    margin: 0 auto;
    max-width: 1350px;
    width: 85%;
	}
}
@media screen and (max-width: 56em) {
  .outer { padding: 0 2em; }
}

#content {
  margin: 2em 0 4em;
}

.postcontent {
  max-width: 1000px;
  margin: 0 auto;
}

.postcontent a {
  border-bottom: 1px solid #E2C1B6;
  padding: .1em;
}




/*/// ------------------------------

~   Top

------------------------------ ///*/

.header-inner {
  padding-top: 2em;
	width: 100%;
}

.header-inner-1 {
  font-size: 110%;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  text-transform: lowercase;
}

.top-cart {
  justify-content: space-between;
}

.top-cart > * {
  padding: 0 .7em;
}

.top-cart span {
  background: #E2C1B6;
  border-radius: 100%;
  padding: .2em .6em;
  font-size: 70%;
  position: relative;
  top: -2px;
}

.top-cart span:hover {
  color: #fff;
}

@media screen and (max-width: 55em) {
  .header-inner-1 {
    padding: 2em 0;
  }
}




/*/// ------------------------------

~   Menu

------------------------------ ///*/

.ld-menu {
  padding-right: 2em;
}

.menu-links {
  display: none;
  text-align: center;
  width: 41px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  position: absolute;
  top: 1em;
  left: 1em;
  cursor: pointer;
}

ul.main-menu {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

ul.main-menu > li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

ul.main-menu > li > a:link,
ul.main-menu > li > a:visited {
  padding: 20px 5px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  position: relative;
}

ul.main-menu ul {
  position: absolute;
  left: 0;
  width: 250px;
  padding: .5em 0;
  list-style: none;
  margin: 0;
  background: #F3EFEE; /* dropdown level 2, 3 background */
  z-index: 2;
  display: none;
}

ul.main-menu ul li {
  position: relative;
}

ul.main-menu ul li:last-child {
  border-bottom: none;
}

ul.main-menu li li a:link,
ul.main-menu li li a:visited {
  display: block;
  padding: 8px 15px;
  font-size: 15px;
}

ul.main-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

ul.main-menu > li.parent > a:not(.child-trigger):after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 7px;
}

ul.main-menu > li.parent li.parent > a {
  position: relative;
}

@media (min-width: 50em) {
  ul.main-menu {
    display: block !important;
  }

  ul.main-menu li:hover > ul {
    display: block;
  }

  ul.main-menu ul li:hover ul {
    display: block;
	}

	ul.main-menu > li.parent li.parent > a:not(.child-trigger):after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    position: absolute;
    right: 10px;
  }
}

@media (max-width: 767px) {
	.menu-links {
    display: inline-block;
  }

  ul.main-menu {
    text-align: left;
    position: absolute;
    top: 9%;
    right: 0;
		width: 100%;
    background: #F3EFEE; /* level 1 mobile background */
    display: none;
    z-index: 9999999;
  }

  ul.main-menu > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
  }

  ul.main-menu > li:first-child {
    border: none;
  }

  ul.main-menu > li > a:link,
  ul.main-menu > li > a:visited {
    padding: 10px 20px;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
  }

  a.menu-links i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: 0.2s;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }

  a.menu-links i:before,
  a.menu-links i:after {
    position: absolute;
    content: "";
    left: 0;
  }

  a.menu-links i,
  a.menu-links i:before,
  a.menu-links i:after {
    width: 35px;
    height: 2px;
    background-color: #000;
    display: inline-block;
		vertical-align: middle;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
  }

  a.menu-links i:before {
    margin-top: -10px;
	}
	
  a.menu-links i:after {
    margin-top: 10px;
	}
	
  .mobile-open a.menu-links i { /* center line trigger icon */
    background-color: rgba(0, 0, 0, 0); /* makes disappear */

  }

  .mobile-open a.menu-links i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open a.menu-links i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ul.main-menu > li > a.current:after {
    display: none;
  }

  ul.main-menu ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
  }

  ul.main-menu ul li {
    position: relative;
  }

  ul.main-menu ul li a {
    background: #E2C1B6;
    color: #fff;
    padding: 8px 15px 8px 25px;
  }

  ul.main-menu ul ul {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
  }

  ul.main-menu ul ul li {
    padding-left: 10px;
  }

  a.child-trigger {
		color: #CA7E53;
    display: block !important;
    cursor: pointer;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 38px !important;
    padding: 0 !important;
  }

  a.child-trigger:hover {
    text-decoration: none;
  }

  a.child-trigger span {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  a.child-trigger span:after {
    position: absolute;
    content: "";
  }

  a.child-trigger span,
  a.child-trigger span:after {
    width: 10px;
    height: 1px;
    background-color: #000; /* plus icon dropdown levels */
    display: block;
  }

  a.child-trigger span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  a.child-trigger.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  a.child-trigger.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  a.child-trigger:hover span,
  a.child-trigger:hover span:after {
    background-color: #000; /* plus icon dropdown levels hover*/
  }

  ul.main-menu > li.parent > a:not(.child-trigger):after {
    content: none;
  }

}



/*/// ------------------------------

~   Cart

------------------------------ ///*/


#top-cart { margin-right: 0; }

#top-cart > a > span {
	display: block;
	position: absolute;
	top: -7px;
	left: auto;
	right: -14px;
	font-size: 10px;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #1ABC9C;
	border-radius: 50%;
}

#top-cart .top-cart-content {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 280px;
	background-color: #FFF;
	box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #1ABC9C;
	top: 60px;
	right: -15px;
	left: auto;
	margin: -10000px 0 0;
	-webkit-transition: opacity .5s ease, top .4s ease;
	-o-transition: opacity .5s ease, top .4s ease;
	transition: opacity .5s ease, top .4s ease;
}

.style-2 .container #top-cart .top-cart-content { top: 40px; }

.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; }

#top-cart.top-cart-open .top-cart-content {
	opacity: 1;
	z-index: 11;
	margin-top: 0;
}

.top-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.top-cart-items { padding: 15px; }

.top-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #F5F5F5;
}

.top-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.top-cart-item-image {
	float: left;
	margin-right: 15px;
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #EEE;
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
	display: block;
	width: 44px !important;
	height: 44px !important;
}

.top-cart-item-image:hover { border-color: #1ABC9C; }

.top-cart-item-desc {
	position: relative;
	overflow: hidden;
}

.top-cart-item-desc a {
	text-align: left !important;
	font-size: 13px !important;
	width: auto !important;
	height: auto !important;
	color: #333;
	font-weight: 700;
}

.top-cart-item-desc a:hover { color: #1ABC9C !important; }

.top-cart-item-desc span.top-cart-item-price {
	display: block;
	line-height: 20px;
	font-size: 12px !important;
	color: #999;
}

.top-cart-item-desc span.top-cart-item-quantity {
	display: block;
	position: absolute;
	font-size: 12px !important;
	right: 0;
	top: 2px;
	color: #444;
}

.top-cart-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
	font-size: 20px;
	color: #1ABC9C;
}



/*/// ------------------------------

~   Logo, Blog Title

------------------------------ ///*/

#logo {
  margin: 2em auto 0;
  max-width: 380px;
  width: 100%;
}

.home #logo {
  margin-top: 3em;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}

#logo img {
  display: block;
}

@media screen and (max-width: 64em) {
  #logo { width: 80%; }
}


/*/// ------------------------------

~   Page Title

------------------------------ ///*/

#page-title {
  display: block;
  background: #faf5f2;
  padding: 2em 1em 1em 1em;
  margin: -2.3em 0 6em;
}

#page-title h1 {
  font: normal 3em panameralight, sans-serif;
  text-align: center;
  text-transform: lowercase;
}

@media screen and (max-width: 56em) {
  #page-title {
    margin-left: -2em;
    margin-right: -2em;
  }
}

.term-description p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .4em;
  font-size: 80%;
}




/*/// ------------------------------

~   Home hero

------------------------------ ///*/

.home-hero {
  max-width: 96%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: -5em;
  z-index: 1;
}

.home-hero img {
  display: block;
}

.hero-center {
  max-width: 675px;
}

.hero-left {
  max-width: 470px;
  position: absolute;
  left: 15%;
  bottom: -8em;
}

.hero-text {
  font-family: panameralight, sans-serif;
  font-style: normal;
  font-size: 2.4vw;
  position: absolute;
  right: 6%;
  top: 2em;
}

.hero-text span {
  display: block;
  font-size: 60%;
}

.custom-text a,
.hero-link {
  align-self: flex-end;
  font-family: 'dm sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5em;
  text-align: right;
  margin: 0 0 -2.5em -25em;
}

.custom-text span,
.hero-link span {
  display: inline-table;
  border-bottom: 1px solid;
  width: 140px;
  margin-right: .4em;
  margin-bottom: .3em;
}


@media screen and (max-width: 75em) {
  .hero-left { left: 5%; bottom: -6em; }
}

@media screen and (max-width: 64em) {
  .home-hero {
    top: -2.5em;
  }

  .hero-left,
  .hero-center { 
    max-width: 100%;
    width: 60%;
  }

  .hero-left {
    bottom: 12em;
    width: 40%;
  }

  .hero-text {
    font-size: 2em;
    position: relative;
    top: 3.5em;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
  }

  .hero-link {
    margin: 100% 0 0 -25em;
  }
}

@media screen and (max-width: 56em) {
  .home-hero {
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
  }

  .hero-center { width: 80%; }
  .hero-left { bottom: 15em; left: 0; width: 50%; }

  .hero-text {
    top: 0;
    padding-bottom: 1em;
  }

  .hero-text br { display: none;}
}

@media screen and (max-width: 29.5em) {
  .home-hero { top: -1.5em; }
  .hero-text { top: 1em; }
  .hero-left { bottom: 18em;}
}



/*/// ------------------------------

~   Featured Woocommerce 

------------------------------ ///*/

.featured-wrap {
  margin: 17em 0;
  text-align: center;
}

.featured-wrap h3 {
  font-family: panameralight;
  font-weight: 400;
  font-size: 6rem;
}

.woocommerce ul.product_list_widget li a,
.featured-wrap ul li a,
.featured-wrap ul li,
.featured-wrap ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.featured-wrap ul li {
  flex-direction: column;
  width: 28%;
}

.featured-wrap ul li a {
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce-product-gallery__wrapper img,
.woocommerce ul.products li.product a img,
.featured-wrap .woocommerce ul.product_list_widget li img {
  border: 1px solid #999;
  padding: .7em;
  width: 100%;
  height: auto;
  order: 1;
}

.woocommerce-loop-product__title,
.featured-wrap .woocommerce-Price-amount,
.featured-wrap .product-title {
  order: 2;
  width: 100%;
  padding: 1em 0 .3em;
  letter-spacing: .08em;
  font-family: panameralight, sans-serif;
  font-size: 1.6em;
}

.featured-link,
.featured-wrap .woocommerce-Price-amount {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 100%;
  font-family: 'dm sans', sans-serif;
  font-weight: 700;
  padding: 0;
}

.featured-wrap .woocommerce-Price-amount,
.featured-wrap .woocommerce ul.product_list_widget li::before { display: none; }

.featured-link {
  display: inline-table;
  margin: 4em 0 0;
  background: #F3EFEE;
  width: auto;
  padding: 1em 2em;
}

@media screen and (max-width: 36em) {
  .featured-wrap ul li {
    width: 100%;
  }

  .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin-bottom: 2em;
  }
}


.oc-price {
	border-top: 1px solid #F3EFEE;
	border-bottom: 1px solid #F3EFEE;
	padding: 2em 0 1em;
	font: bold 10px "dm sans", sans-serif;
	letter-spacing: .250em;
	text-transform: uppercase;
	margin: 2em 0;
}

ul.currency_switcher {
	padding-left: 0;
}

ul.currency_switcher li a {
	text-align: center;
	font-size: 120%;
	border-radius: 0;
}

ul.currency_switcher li a.active, ul.currency_switcher li a:hover {
	background: #F3EFEE;
}



/*/// ------------------------------

~   Custom Project

------------------------------ ///*/

.custom-wrap {
  margin: 22em auto 10em;
  justify-content: space-between;
  align-items: center;
}

.custom-text {
  text-align: right;
  width: 40%;
  margin-right: -6em;
  position: relative;
  z-index: 10;
}

.custom-text h3 {
  font: normal 340% panameralight, sans-serif;
  margin: 0;
}

.custom-text p {
  letter-spacing: .05em;
  margin-bottom: 2em;
}

.custom-img {
  justify-content: space-between;
  width: 80%;
}

.custom-img-1 {
  align-self: flex-start;
  width: 73%;
  position: relative;
  top: -10em;
  right: -10em;
  z-index: 5;
}

.custom-img-2 {
  align-self: flex-end;
  width: 80%;
}

@media screen and (max-width: 60em) {
  .custom-wrap { flex-wrap: wrap; }
  .custom-wrap > * { width: 100%; }
  .custom-img { order: 1; }
  .custom-text { order: 2; }
  .custom-img-1 { top: -3em; right: -3em; }
}

@media screen and (max-width: 26.6em) {
  .custom-text span { display: none; }
}





/*/// ------------------------------

~   Newsletter

------------------------------ ///*/

.newsletter {
  margin: 14em 0;
}

#mc_embed_signup {
  text-align: center;
}

#mc_embed_signup_scroll h2 {
  font: normal 350% panameralight, sans-serif;
}

input#mc-embedded-subscribe.button,
.mc-field-group label {
  text-transform: lowercase;
}

input#mc-embedded-subscribe.button,
.mc-field-group input {
  background: none;
  border: 0 !important;
  border-bottom: 2px solid !important;
  font-family: panameralight, sans-serif;
  max-width: 600px !important;
  width: 100%;
}

button#mc-embedded-subscribe {
  background: 0;
  border: 0;
  padding: .5em 2em;
  font-size: 300%;
}

button#mc-embedded-subscribe:hover {
  color: #E2C1B6;
  cursor: pointer;
}

@media screen and (max-width: 29em) {
  #mc_embed_signup_scroll h2 { font-size: 280%; }
}




/*/// ------------------------------

~   Footer

------------------------------ ///*/

.footer {
  background: #F3EFEE;
  color: #333;
  padding: 2em 6em;
  margin-top: 8em;
}

.footer a { color: #333; }
.footer a:hover {	color: #E2C1B6; }

.footer .flexbox {
  justify-content: space-between;
}

.footer-1 {
  border-bottom: 1px solid #E2C1B6;
  padding: 1em 0 3em;
  margin-bottom: 1.5em;
  align-items: center;
}

.footer-2 {
  align-items: flex-start;
}

.logo-footer {
  align-self: center;
  width: 60px;
}

.logo-footer img {
  width: 100%;
}

.footer-frase {
  font: normal 250% panameralight, sans-serif;
}

.footer-1 a {
  font-family: 'dm sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5em;
}

.footer-1 a .fa {
  padding-left: 1em;
}

.footer-2 ul {
  padding-left: 0;
  list-style: none;
}

.footer-2 h5 {
  letter-spacing: .4em;
  text-transform: uppercase;
}

.credits-links {
  letter-spacing: .3em;
  margin-top: 3em;
  font-size: 90%;
}

.blogname-footer, .backtotop { display: inline; }

@media screen and (max-width: 61em) {
  .footer-1 {
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer-1 a { padding: 2em 0 0; }
}

@media screen and (max-width: 60em) {
  .footer { margin: 0 -2em; padding: 2em 4em; }
}

@media screen and (max-width: 44em) {
  .footer-1 a { text-align: left; width: 100%; }
  .footer-2 { flex-wrap: wrap; }
  .footer-2 > * { width: 47%; }
}

@media screen and (max-width: 29em) {
  .footer-2 > * { width: 100%; }
}




/*/// ------------------------------

~   Shop

------------------------------ ///*/

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.product_meta,
.single-product .quantity,
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before,
.woocommerce-breadcrumb,
.woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 5em;
}

.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  padding-bottom: .5em;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 80%;
  font-weight: bold;
  width: 100%;
}

.woocommerce .woocommerce-ordering select > option {
  text-transform: none;
  letter-spacing: 0;
}

.woocommerce ul.products li.product,
.woocommerce-loop-product__title {
  text-align: center;
  font-size: 150%;
  margin: .5em;
}

.woocommerce ul.products li.product .price {
  color: #333;
  font: bold 90% 'dm sans', sans-serif;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
  font-size: .4em;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: #F3EFEE;
  padding: 1.3em 2em 1em;
}

.woocommerce ul.products li.product .button:hover {
  background: #E2C1B6;
  color: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  float: none;
  width: 29%;
  margin: 0 0 5em;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

@media screen and (max-width: 56.250em) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 42%;
  }
}

@media screen and (max-width: 34.375em) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
}


/* single product */

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 56%;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 38%;
}

@media screen and (max-width: 50em) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

/*
.zoomImg {
  position: absolute !important;
  top: -840.388px!important;
  left: -703.963px!important;
  opacity: 0!important;
  width: 1700px!important;
  height: 2703px!important;
  border: none!important;
  max-width: none!important;
  max-height: none!important;
}
*/
.single-product .container {
  margin-top: 5em;
}

.woocommerce div.product .product_title {
  font: normal 300% panameralight, sans-serif;
  text-transform: lowercase;
  margin-bottom: .3em;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button:hover {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
  background-color: #F3EFEE;
  color: #333;
  padding: 1em 2em;
}

.woocommerce div.product form.cart .button { 
  background: #E2C1B6;
  color: #fff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 180%;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}

.demo-btn a,
.woocommerce div.product form.cart .button {
  max-width: 250px;
  width: 100%;
  border-radius: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  padding: 6px 5px;
}

.demo-btn {
  letter-spacing: .2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1.3em 0 1em;
}

.demo-btn .fas {
  font-size: 80%;
  position: relative;
  top: -.150em;
}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  width: 100%;
  margin: 1em 0;
}

.theme-platform {
  background: #F3EFEE;
  padding: 1.5em;
  font-size: 85%;
  text-align: center;
  width: 100%;
  margin-bottom: 5em;
}

.theme-platform strong { letter-spacing: .2em;}

.theme-thumb-1,
.theme-thumb-2,
.theme-features,
.theme-req {
  background: #f7ede9;
  padding: 2em 3em 2em 3em;
  margin-bottom: 5em;
  text-align: left;
  width: 47%;
}

.theme-thumb-1,
.theme-thumb-2 {
  background: none;
  padding: 0;
}

.cart_totals h2,
.woocommerce .related h2,
.theme-features h4,
.theme-req h4 {
  font: 400 230% panameralight, sans-serif;
  margin: 0 0 .5em;
}

.cart_totals h2 {
  text-transform: lowercase;
}

.woocommerce .related h2 {
  text-align: center;
}

@media screen and (max-width: 50em) {
  .theme-thumb-1,
  .theme-thumb-2,
  .theme-features,
  .theme-req { width: 100%; }
}

.woocommerce .related {
  margin: 5em 0;
}

.woocommerce .related h2 {
  text-transform: lowercase;
  margin-bottom: .8em;
}

.woocommerce-cart {
  margin: 0 0 4em;
  text-align: center;
}

.woocommerce-info,
.wc_payment_methods .woocommerce-notice,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-message {
  background-color: #F3EFEE;
  border-color: #E2C1B6;
  text-align: left;
}

.woocommerce-message::before { color: #E2C1B6; }

.wpcf7 .wpcf7-submit,
#place_order,
.wc-proceed-to-checkout a,
.woocommerce-cart table.cart td.actions .button,
.woocommerce a.button {
  background-color: #E2C1B6;
  letter-spacing: .3em;
  font-size: 85%;
  padding: .8em 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}

.wpcf7 .wpcf7-submit:hover,
#place_order:hover,
.wc-proceed-to-checkout a:hover,
.woocommerce-cart table.cart td.actions .button:hover,
.woocommerce a.button:hover {
  background-color: #F3EFEE;
}

#place_order:hover {
  color: #333;
}

.woocommerce-checkout-payment a {
  border-bottom: 1px solid #E2C1B6;
  padding: .1em;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	width: 52px;
}

.woocommerce-cart-form {
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-cart-form > * {
  width: 49%;
}

.woocommerce .cart-empty.woocommerce-info {
  border: 0;
  background: none;
  font-size: 150%;
  padding-left: 0;
  text-align: center;
}

.woocommerce-info::before { display: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: .5em 0;
  max-width: 100%;
  background: transparent;
  box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}

.woocommerce table.shop_table {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  position: relative;
}

@media screen and (max-width: 48em){
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
    border-top: 0;
  }

  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
    display: none;
  }
}

.woocommerce table.shop_table th {
  color: #333;
  font-size: 80%;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.woocommerce table.shop_table th.product-name {
  position: absolute;
  left: 0;
}

.woocommerce table.shop_table a {
  border: 0;
  padding: 0;
}

.woocommerce-cart table.cart input {
  border: 1px solid;
}

.select2-container--default .select2-selection--single {
  background: none;
  border: 1px solid;
  border-radius: 0;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

h3#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  text-transform: uppercase;
  letter-spacing: .2em;
}

#customer_details .col-6 {
  margin-bottom: 4em;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: bold;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
  padding: 0;
}

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 1.5em;
}

.woocommerce-billing-fields__field-wrapper input {
  padding-top: 0;
}

.woocommerce-MyAccount-navigation {
  background-color: #f7ede9;
  padding: .5em 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: 95%;
  line-height: 2;
}

.woocommerce-MyAccount-navigation a {
  border:0;
  padding: 0;
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  color: #d4aa9d;
  font-weight: bold;
}

fieldset > legend { padding: 0 .6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #E2C1B6;
}

@media screen and (min-width: 1025px) {
  .checkout .woocommerce-checkout-review-order,
  .checkout #order_review_heading,
  .checkout .col2-set {
    float: left;
    width: 50%;
  }

  form.checkout .col2-set { padding-right: 3em; }
  form.checkout #order_review_heading { padding-bottom: 1em; }
}




/*/// ------------------------------

~   contact

------------------------------ ///*/

.wpcf7 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.wpcf7 p {
  margin: 2em 0;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: .5em;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
}

.wpcf7 select {
  background: none;
  padding: .3em .5em;
}

.wpcf7 .wpcf7-submit {
  border: 0;
  font-weight: bold;
  padding: 1.5em;
  max-width: 250px;
}

.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
}
