/*
Theme Name: Eco Pan recouting shop
Author: MakeTheFlow
Author URI: https://maketheflow.com/
Description: Eco Pan recouting shop
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.
Text Domain: maketheflow
*/
html {
  font-size: 10px;
  overflow-y: visible;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  background: url('/wp-content/uploads/2021/04/craft-paper-texture.jpg');
}
body {
  font-family: halcom, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 1.3;
  color: #474747;
  padding: 0;
  overflow-x: hidden;
  margin: auto;
}
body #primary {
  padding: 44px 60px;
}
@media (max-width: 979px) {
  body #primary {
    padding: 44px 10px;
  }
}
body.has-sidebar #content {
  display: flex;
}
@media (max-width: 979px) {
  body.has-sidebar #content {
    flex-wrap: wrap;
  }
}
body.has-sidebar #content .sidebar {
  width: 20%;
  padding: 0px 15px;
  height: 100%;
  border-right: 1px solid #dedede;
}
@media (max-width: 979px) {
  body.has-sidebar #content .sidebar {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
  }
}
body.has-sidebar #content .sidebar .widget-title {
  padding: 15px 10px;
}
body.has-sidebar #content .sidebar section {
  padding: initial;
}
body.has-sidebar #content .sidebar ul {
  list-style: none;
  padding: 15px 10px;
}
body.has-sidebar #content .sidebar * {
  color: #474747;
}
body.has-sidebar #content .sidebar a:hover {
  color: #649343;
}
body.has-sidebar #content #primary {
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 979px) {
  body.has-sidebar #content #primary {
    width: 100%;
    padding-left: 0px;
  }
}
body.mobile-menu #site-navigation {
  display: block !important;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding: 15px;
  border-right: 1px solid #dedede;
}
body.mobile-menu #site-navigation * {
  padding: 0 !important;
}
body.mobile-menu #site-navigation li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #dedede;
}
body.mobile-menu #site-navigation #primary-menu-list {
  display: block !important;
}
body.mobile-menu #site-navigation #primary-menu-list a {
  color: #474747 !important;
}
body.mobile-menu #site-navigation #primary-menu-list a:hover {
  color: #649343 !important;
}
body.mobile-menu #site-navigation .woocommerce-icons {
  margin-top: 15px;
}
body.mobile-menu #site-navigation .menu-button-container {
  display: block !important;
  margin-bottom: 10px;
}
body.mobile-menu #site-navigation .menu-button-container button span {
  padding: 5px 10px !important;
  display: block;
  font-size: 1.3rem;
}
body.mobile-menu .header-content {
  transform: none !important;
  top: 0 !important;
}
@media (min-width: 1200px) {
  body {
    padding: 0;
  }
}
#page {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
}
@media (max-width: 979px) {
  #page {
    max-width: 970px;
  }
}
p {
  margin: 0 0 18px;
  padding: 0 10px;
}
a {
  color: #649343;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #649343;
}
a:focus,
a:active {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
.entry-header img {
  margin: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 10px 10px;
}
h1 {
  font-size: 5.1rem;
  color: #649343;
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
h1.entry-title {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
h2 {
  font-size: 4.7rem;
  color: #649343;
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: -20px;
}
h2.--big-label {
  font-size: 4rem;
  line-height: 1.1em;
  padding: 0;
}
h3 {
  font-size: 3.7rem;
  color: #649343;
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
h3.--big-label {
  font-size: 3rem;
  line-height: 1.1em;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  vertical-align: top;
  font-size: 1em;
}
table th {
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.full-width-bg {
  position: relative;
}
.full-width-bg:before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-color: inherit;
  z-index: -1;
}
.post-categories {
  padding-left: 10px;
  margin: 10px auto;
}
.post-categories a {
  margin-right: 10px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
}
form input,
form textarea {
  font-weight: 700;
}
form input:focus,
form textarea:focus {
  border-color: #649343 !important;
}
form .control-label.focused {
  transform: scale(0.7) translateY(-30px);
  color: #649343;
  opacity: 1;
}
form .relative_wrapper {
  margin-bottom: 20px;
}
form label {
  cursor: pointer;
  font-weight: bold;
}
form label.control-label {
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 1px;
  padding: 5px 10px;
  line-height: 21px;
  transition: transform 0.15s, left 0.15s;
  transform-origin: bottom left;
  letter-spacing: 0.5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  opacity: 0.3;
  font-size: 2.4rem;
}
form textarea {
  margin: 0;
  outline: none;
  font-family: inherit;
  filter: none;
  color: #474747;
  height: 54px;
  min-height: 54px;
  padding: 15px 5px 5px 5px;
  font-size: 1em;
  border: 2px solid #474747;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100% !important;
}
form input {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: inherit;
  filter: none;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="search"],
form input[type="date"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="number"] {
  color: #474747;
  height: 60px;
  padding: 5px 10px;
  font-size: 1em;
  border: 1px solid #DEDEDE;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  padding-top: 25px;
}
form input[type="submit"],
form input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #649343;
  padding: 1.2rem 1.4rem;
  padding-left: 0;
  width: auto;
}
form input[type="radio"] {
  cursor: pointer;
}
form input[type="radio"]:hover:after {
  background-color: #b3d29d;
}
form input[type="radio"]:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
form input[type="radio"]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #649343;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
form input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  width: auto;
}
form input[type='checkbox']:hover:after {
  content: '\2714';
  color: rgba(71, 71, 71, 0.3);
}
form input[type='checkbox']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: -1px;
  top: -1px;
  font-size: 10px;
  background: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
}
form input[type='checkbox']:checked:after {
  content: '\2714';
  color: #649343;
}
form:-webkit-autofill,
form:-webkit-autofill:hover,
form:-webkit-autofill:focus,
form:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
select {
  color: #333;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 30px;
}
select:focus {
  outline: none;
}
button {
  color: #20232C;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
  background: none;
}
button.--small {
  padding: 0.8rem 1rem;
}
button.--medium {
  padding: 1.2rem 1.4rem;
}
button.--large {
  padding: 1.3rem 2rem;
}
.btn {
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #20232C;
  width: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 31px;
  font-weight: 700;
  font-size: 20px;
}
.btn.--small {
  font-size: 1.2rem;
  padding: 0.9rem 1rem;
  font-weight: normal;
}
.btn.--medium {
  font-size: 1.4em;
  padding: 1.25rem 1.4rem;
}
.btn.--large {
  font-size: 1.6em;
  padding: 1.4rem 2rem;
  font-weight: bold;
}
.btn.--solid {
  background: #649343;
  border: 1px solid #649343;
  color: #20232C;
}
.btn.--solid:hover {
  background: #20232C;
  border: 1px solid #649343;
  color: #649343;
}
.btn.--outline {
  background: none;
  border: 1px solid #649343;
  color: #649343;
}
.btn.--outline:hover {
  background: none;
  border: 1px solid #474747;
  color: #474747;
}
.btn.--icon-left,
.btn.--icon-right {
  position: relative;
}
.btn.--icon-left:before,
.btn.--icon-right:before {
  font-family: fontello;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.btn.--icon-left {
  padding-left: 2.5em;
}
.btn.--icon-left i,
.btn.--icon-left:before {
  content: "\f105";
  left: 0.7em;
  font-size: 1.3em;
}
.btn.--icon-left:not(.--solid):not(.--outline) {
  color: #649343;
}
.btn.--icon-left:not(.--solid):not(.--outline):before {
  border: 2px solid;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  line-height: 43px;
  left: -0.3em;
  color: #474747;
}
.btn.--icon-right {
  padding-right: 2.5em;
}
.btn.--icon-right i,
.btn.--icon-right:before {
  content: "\f105";
  right: 0.7em;
  font-size: 1.3em;
}
.btn.--icon-right:not(.--solid):not(.--outline) {
  color: #649343;
}
.btn.--icon-right:not(.--solid):not(.--outline):before {
  border: 2px solid;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  line-height: 43px;
  right: -0.3em;
  color: #474747;
}
header {
  width: 100%;
  max-width: 1920px;
}
header#masthead > .header-content {
  margin-bottom: 10px;
  height: auto;
  position: relative;
  right: 0;
  z-index: 600;
  justify-content: space-between;
  align-items: center;
  border: none;
  box-shadow: none;
  font-size: 1em;
  display: flex;
  padding: 44px 40px;
  top: -138px;
  transform: translateY(138px);
}
@media (max-width: 767px) {
  header#masthead > .header-content {
    justify-content: center;
  }
}
@media (min-width: 1700px) {
  header#masthead > .header-content {
    padding: 44px 210px;
  }
}
header#masthead > .header-content:before {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  content: '';
  background-color: transparent;
  z-index: -1;
}
header#masthead > .header-content.fixed-header {
  position: fixed !important;
  max-width: 1362px;
  margin: auto;
  top: 0;
  transition: top 0.5s ease;
  transform: none;
}
header#masthead > .header-content.fixed-header:before {
  background-color: #FFF;
}
header#masthead > .header-content .site-logo {
  max-width: 266px;
  height: auto;
}
header#masthead > .header-content .site-logo .custom-logo {
  width: 167px;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list li.current-menu-item a {
  color: #649343;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn {
  padding: 15px 5px;
  margin-left: 25px;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn a {
  color: #20232C;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list .btn:hover a {
  color: #649343;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #474747;
  padding: 10px 15px;
}
header#masthead > .header-content #site-navigation ul#primary-menu-list a:hover {
  color: #649343;
}
header#masthead > .header-content #site-navigation .menu-button-container {
  display: none;
}
header#masthead > .header-content .hamburger-menu {
  display: none;
}
header#masthead > .header-content .hamburger-menu a {
  font-size: 2em;
}
@media (max-width: 979px) {
  header#masthead > .header-content .hamburger-menu {
    display: none;
  }
}
footer.site-footer {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  font-size: 1em;
  padding-top: 20px;
}
footer.site-footer .footer-navigation {
  padding: 40px 15px;
}
footer.site-footer .footer-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer.site-footer .footer-navigation a {
  font-size: 1.4rem;
  color: #474747;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
}
footer.site-footer .footer-navigation a:hover {
  color: #649343;
}
footer.site-footer .widget-area {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  align-items: center;
  max-width: 1390px;
  margin: auto;
  padding-top: 200px;
}
@media (max-width: 767px) {
  footer.site-footer .widget-area {
    padding-bottom: 50px;
  }
}
footer.site-footer .widget-area section {
  width: 25%;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  footer.site-footer .widget-area section {
    width: 50%;
  }
}
#content {
  padding: 0;
  max-width: 1200px;
  margin: auto;
  background-color: #FFF;
}
@media (min-width: 979px) {
  #content {
    margin-top: 0;
  }
}
.topbutton {
  height: 50px;
  width: 50px;
  position: fixed;
  Z-index: 9999;
  border: 1px solid #474747;
  display: none;
  color: #000;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  background-color: #FFF;
  font-size: 30px;
  right: 35px;
  bottom: 35px;
}
.topbutton:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #649343;
  border-color: #649343;
}
.relative_wrapper {
  position: relative;
}
.sidebar-social {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  left: 10px;
}
.sidebar-social section {
  padding: 30px 5px;
}
.sidebar-social section div {
  display: flex;
  flex-wrap: wrap;
  max-width: 60px;
}
.sidebar-social section div a {
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin: 5px;
}
.sidebar-social section div a:hover {
  color: #FFF;
}
.author-bio a {
  padding-left: 10px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links > div a {
  font-size: 0.8em;
  display: block;
  border: 1px solid;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  color: #474747;
}
.post-navigation .nav-links > div a:hover {
  color: #649343;
}
.post-navigation .nav-links > div a p {
  margin: 0;
}
:focus {
  outline: none !important;
}
mark {
  background-color: transparent;
  text-decoration: underline;
}
::selection {
  color: #20232C;
  background: #649343;
}

/*FORMS*/
#copyright {
  text-align: center;
  background-color: #555354;
}
#copyright p {
  margin: 0;
  padding: 40px;
  color: #FFF;
  opacity: 0.21;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  footer .widget-area {
    padding-top: 50px!important;
  }
}
@media (max-width: 767px) {
  footer .widget-area section:nth-child(3),
  footer .widget-area section:nth-child(4) {
    display: none;
  }
}
#content {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #649343 !important;
  color: #FFF !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #666666 !important;
}
/*LOGIN PAGE*/
.woocommerce-account form.woocommerce-form-login {
  border: none!important;
}
.woocommerce-account form.woocommerce-form-login .login-page-inputs {
  display: flex;
}
@media (max-width: 767px) {
  .woocommerce-account form.woocommerce-form-login .login-page-inputs {
    flex-wrap: wrap;
  }
}
.woocommerce-account form.woocommerce-form-login .login-page-inputs input {
  padding-top: 25px!important;
}
.woocommerce-account form.woocommerce-form-login .login-page-inputs > div {
  width: 100%;
}
.woocommerce-account form.woocommerce-form-login .login-page-inputs > div:first-child {
  margin-right: 5px;
}
.woocommerce-account form.woocommerce-form-login .login-page-inputs > div:last-child {
  margin-left: 5px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form__label-for-checkbox span {
  font-size: 1.6rem;
  font-weight: normal;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 383px;
}
.woocommerce-account form.woocommerce-form-login .lost_password {
  text-align: center;
}
.woocommerce-account form.woocommerce-form-login .lost_password a {
  color: #474747;
  font-size: 1.6rem;
  font-weight: normal;
}
/*CHECKOUT*/
form.woocommerce-checkout .checkout-all {
  display: flex;
}
@media (max-width: 767px) {
  form.woocommerce-checkout .checkout-all {
    flex-wrap: wrap;
  }
}
form.woocommerce-checkout .checkout-all .checkout-left {
  width: 100%;
}
form.woocommerce-checkout .checkout-all .checkout-right {
  width: 80%;
}
@media (max-width: 767px) {
  form.woocommerce-checkout .checkout-all .checkout-right {
    width: 100%;
  }
}
form.woocommerce-checkout .prod-number {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: normal;
}
form.woocommerce-checkout .prod-number span {
  font-weight: bold;
}
form.woocommerce-checkout .woocommerce-billing-fields label,
form.woocommerce-checkout .woocommerce-shipping-fields label {
  line-height: inherit!important;
}
form.woocommerce-checkout .woocommerce-billing-fields label[for="billing_country"],
form.woocommerce-checkout .woocommerce-shipping-fields label[for="billing_country"],
form.woocommerce-checkout .woocommerce-billing-fields label[for="shipping_country"],
form.woocommerce-checkout .woocommerce-shipping-fields label[for="shipping_country"] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  font-size: 0.8em;
  padding-left: 0;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: 0!important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table > thead {
  display: none!important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 30px 12px!important;
  font-weight: normal;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-weight: normal!important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method label {
  font-weight: normal!important;
}
form.woocommerce-checkout #payment {
  background: #FFF !important;
}
form.woocommerce-checkout #payment div.payment_box {
  background-color: #FFF !important;
}
form.woocommerce-checkout #payment div.payment_box:before {
  display: none!important;
}
form.woocommerce-checkout #ship-to-different-address .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 6px;
  transform: scale(0.8);
}
form.woocommerce-checkout #ship-to-different-address .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
form.woocommerce-checkout #ship-to-different-address .switch input:checked + .slider {
  background-color: #649343;
}
form.woocommerce-checkout #ship-to-different-address .switch input:focus + .slider {
  box-shadow: 0 0 1px #649343;
}
form.woocommerce-checkout #ship-to-different-address .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
form.woocommerce-checkout #ship-to-different-address .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
form.woocommerce-checkout #ship-to-different-address .switch .slider.round {
  border-radius: 34px;
}
form.woocommerce-checkout #ship-to-different-address .switch .slider:before {
  border-radius: 50%;
}
form.woocommerce-checkout #ship-to-different-address .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last,
form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
  width: 50%!important;
}
@media (max-width: 979px) {
  form.woocommerce-checkout .form-row-first,
  form.woocommerce-checkout .form-row-last,
  form.woocommerce-checkout .form-row-first,
  form.woocommerce-checkout .form-row-last {
    width: 100%!important;
  }
}
form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 1.6rem;
  font-weight: normal;
}
/*PRODUCT PAGE*/
.single-product .woocommerce-breadcrumb {
  font-size: 1.6rem !important;
}
.single-product .woocommerce-breadcrumb a {
  font-weight: normal!important;
}
.single-product .product_title {
  text-align: left;
}
.single-product .onsale {
  display: none;
}
.single-product .price {
  padding-left: 0;
  color: #474747 !important;
  font-weight: normal;
}
.single-product .price ins {
  font-weight: normal!important;
}
.single-product .woocommerce-product-details__short-description p {
  padding-left: 0;
  font-weight: normal;
  font-size: 1.6rem;
}
.single-product .product_meta {
  display: none!important;
}
.single-product .woocommerce-tabs ul.wc-tabs li {
  padding-left: 0!important;
  background: transparent!important;
  border: none!important;
}
.single-product .woocommerce-tabs #tab-description {
  font-weight: normal!important;
  font-size: 1.6rem;
}
.single-product .woocommerce-tabs #tab-description h2 {
  display: none!important;
}
/*MY ACCOUNT*/
.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 1.6rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #649343;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #474747;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #649343;
}
.woocommerce-account input {
  padding-top: 8px!important;
}
.woocommerce-account fieldset {
  border: 1px solid #dedede;
}


