/* mixin */
/* font setting */
/* color setting */
body {
  font-size: 15px;
  letter-spacing: 0.02em;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.hide {
  display: none;
}
#main {
  margin: 0px;
}
.inside-article {
  padding: 0px !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0px !important;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
/*
 @mixin text-field {
 display: inline-block;
 outline: none;
 text-decoration: none;
 font: 14px/100% Arial, Helvetica, sans-serif;
 padding: .5em;
 text-shadow: 0 1px 1px rgba(0,0,0,.3);
 @include rounded();
 @include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2));
 }
 */
/*
 @mixin gradient($from, $to) {
 background: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
 background: -moz-linear-gradient(top,  $from, $to);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}');
 }
 */
h1 {
  font-weight: 500;
  font-size: 170% !important;
  line-height: 1;
  color: #000;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 150% !important;
  }
}
h3 {
  font-weight: 500;
  font-size: 120% !important;
}
@media (max-width: 768.98px) {
  h3 {
    font-size: 100% !important;
  }
}
@media (max-width: 575.98px) {
  h3 {
    margin-bottom: 10px;
  }
}
h2 {
  font-weight: 500;
  font-size: 170% !important;
  line-height: 1;
  color: #000;
}
@media (max-width: 768.98px) {
  h2 {
    font-size: 150% !important;
  }
}
h2.shop-title {
  color: #86bc44;
}
h2.shop-title:hover {
  color: #ff9600;
}
.content-section {
  max-width: 1400px;
  margin: auto;
  padding: 0 10px;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
article.page {
  background-color: #fff;
}
article.page .inside-article {
  max-width: 800px;
  margin: auto;
  padding: 0 10px;
}
article.page .inside-article .entry-content {
  padding: 0 10px 30px 10px;
}
article#post-8 .inside-article, article#post-9 .inside-article {
  max-width: 1400px;
}
article#post-8 .entry-content p, article#post-9 .entry-content p {
  max-width: 1400px;
}
.woocommerce-notices-wrapper {
  background-color: #fff;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  max-width: 1400px;
  box-sizing: border-box;
  margin: auto;
}
.woocommerce-message {
  background-color: #86bc44 !important;
}
.woocommerce-info {
  background-color: #ff9600 !important;
}
.woocommerce-error {
  background-color: #ca0815 !important;
}
#page {
  max-width: 100%;
}
.separate-containers .site-main > * {
  margin-bottom: 0px;
}
button[type="submit"] {
  background-color: #86bc44 !important;
}
.site-header {
  text-align: left;
}
@media (max-width: 991.98px) {
  .site-header {
    border-bottom: 1px solid #e5e5e5;
  }
}
.inside-header {
  padding: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .inside-header {
    padding: 7px;
  }
}
.inside-header > * {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .site-branding-container {
    max-width: 150px;
  }
}
.site-logo {
  margin-right: 0;
}
.site-branding p {
  color: #ff9600;
  font-weight: bold;
  max-width: 180px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .site-branding {
    display: none;
  }
}
.menu-cart {
  float: right;
}
a.shopping-cart {
  clear: both;
  position: relative;
}
@media (max-width: 991.98px) {
  a.shopping-cart {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
a.shopping-cart span {
  line-height: 1.3;
}
a.shopping-cart span.wrapper {
  display: inline-block;
}
@media (max-width: 991.98px) {
  a.shopping-cart span.wrapper {
    display: none;
  }
}
a.shopping-cart span.number-of-items {
  display: inline-block !important;
  background-color: #ff9600;
  color: #fff;
  margin-left: 0;
  left: -7px;
  top: -17px;
}
a.shopping-cart span.no-items:before {
  content: '0';
}
a.shopping-cart span.label {
  display: block;
  font-size: 80% !important;
  min-width: max-content;
  left: 45px;
  color: #8a8484;
}
@media (max-width: 768.98px) {
  a.shopping-cart span.label {
    font-size: 70% !important;
  }
}
a.shopping-cart span.amount {
  color: #ca0815;
  font-weight: 800;
  display: block;
  text-align: right;
}
a.shopping-cart:before {
  content: '';
  display: inline-block;
  background-image: url('../png/cart.png');
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-cart:hover .wc-mini-cart {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
  visibility: visible;
}
#wc-mini-cart {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
#wc-mini-cart .button {
  background-color: #86bc44;
}
#site-navigation {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
#site-navigation a {
  line-height: 44px;
}
@media (max-width: 991.98px) {
  #site-navigation {
    display: none;
  }
}
.mburger {
  float: left;
  height: 44px;
}
@media (max-width: 991.98px) {
  .mburger {
    height: 35px;
  }
}
nav .mburger {
  background-color: #86bc44;
  padding-right: 20px;
}
nav .mburger b, nav .mburger span {
  color: #fff;
}
@media (max-width: 991.98px) {
  nav .mburger {
    display: none;
  }
}
header .mburger {
  display: none;
}
header .mburger span {
  display: none;
}
@media (max-width: 991.98px) {
  header .mburger {
    display: block;
  }
}
:root {
  --mb-bar-spacing: 6px;
  --mb-bar-width: 0.4;
  --mb-bar-height: 3px;
}
.nav-cta-button-link {
  float: right;
  padding: 0 30px;
  background-color: #e5e5e5;
}
.nav-cta-button-link:before {
  content: '';
  display: inline-block;
  background-image: url('../png/icon-phone.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.nav-cta-button-link:hover {
  background-color: #ccc;
}
.mm-wrapper_opened .mm-page {
  min-height: auto;
}
.mmenu-bottom-wrapper {
  display: block;
  padding: 7px;
}
.mmenu-tel, .mmenu-email {
  padding: 5px 0;
  display: block;
  color: #86bc44 !important;
}
.mmenu-logo {
  padding: 10px;
}
.mm-navbar__tab_selected {
  border-top-color: #86bc44 !important;
  color: #86bc44 !important;
}
.mm-page.mm-slideout {
  z-index: 10;
}
.s1-pre-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .s1-pre-footer {
    padding: 10px;
  }
}
.footer-map-wrapper {
  padding-right: 35px;
}
@media (max-width: 768.98px) {
  .footer-map-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .footer-map-wrapper {
    padding-right: 0;
  }
}
.footer-description {
  color: #8a8484;
  font-size: 100% !important;
  margin-bottom: 20px;
  padding-right: 5%;
}
@media (max-width: 768.98px) {
  .footer-description {
    font-size: 80% !important;
  }
}
@media (max-width: 575.98px) {
  .footer-description {
    padding-right: 0;
  }
}
.footer-menu ul {
  margin: 0 0 10px 0;
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  color: #8a8484;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .footer-menu li a {
    font-size: 80% !important;
  }
}
.footer-menu li a:hover {
  color: #86bc44;
}
.footer-menu li:before {
  content: '>';
  color: #86bc44;
  margin-right: 10px;
}
.footer-info {
  margin: 0;
}
.footer-info-item {
  list-style: none;
  font-weight: 500;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .footer-info-item {
    font-size: 80% !important;
  }
}
.footer-info-item .label {
  color: #8a8484;
}
.footer-contact-info-table {
  border: none;
}
.footer-contact-info-table td {
  border: none;
  padding: 0;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .footer-contact-info-table td {
    font-size: 80% !important;
  }
}
.footer-contact-info-table .label {
  color: #8a8484;
}
.footer-copyright-info {
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 991.98px) {
  .footer-copyright-info {
    padding: 10px 0 0 0;
  }
}
.copyright-bar-left {
  color: #8a8484;
  font-weight: 500;
  display: inline-block;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .copyright-bar-left {
    font-size: 80% !important;
  }
}
.copyright-bar-right {
  font-weight: 500;
  display: inline-block;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .copyright-bar-right {
    font-size: 80% !important;
  }
}
.dgwt-wcas-search-wrapp {
  max-width: 500px !important;
  margin-left: 7%;
  display: inline-block !important;
}
@media (max-width: 575.98px) {
  .dgwt-wcas-search-wrapp {
    margin-left: 0;
  }
}
.dgwt-wcas-search-wrapp button[type='submit'].dgwt-wcas-search-submit {
  background-color: #86bc44;
}
.dgwt-wcas-search-wrapp button[type='submit'].dgwt-wcas-search-submit:before {
  border-color: transparent #86bc44 transparent;
}
.dgwt-wcas-search-wrapp input {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .site-header .dgwt-wcas-search-wrapp {
    display: none !important;
  }
}
.s1-search-mobile {
  display: none;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: 100%;
  width: 100%;
  position: fixed;
}
.s1-search-mobile.is-active {
  display: block;
}
@media (max-width: 991.98px) {
  .s1-search-mobile .dgwt-wcas-search-wrapp {
    top: 30%;
    padding: 0 15px;
  }
}
.s1-search-mobile .dgwt-wcas-preloader {
  right: 45px !important;
}
.s1-search-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .s1-search-mobile-icon {
    display: inline-block;
    height: 35px;
    padding: 6px 0;
    box-sizing: border-box;
    float: right;
    margin-right: 45px;
  }
}
.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
  padding: 20px 0 !important;
}
.homepage-banner {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.single-item {
  padding: 20px 80px !important;
}
@media (max-width: 1199.98px) {
  .single-item {
    padding: 20px 50px !important;
  }
}
@media (max-width: 575.98px) {
  .single-item {
    padding: 0px 50px !important;
  }
}
.slider-sub-title {
  color: #ca0815;
  text-transform: uppercase;
  font-size: 100% !important;
  font-weight: 600;
  padding: 10px 0;
}
@media (max-width: 768.98px) {
  .slider-sub-title {
    font-size: 80% !important;
  }
}
.slider-description {
  color: #8a8484;
  line-height: 1.7;
  padding: 10px 0;
}
.slick-arrow {
  background-color: #fff;
  padding: 17px 9px;
  height: auto;
  width: auto;
  border: 1px solid #e5e5e5;
}
.slick-prev {
  left: 0px;
}
@media (max-width: 1199.98px) {
  .slick-prev {
    left: 7px;
  }
}
.slick-prev:before {
  content: '';
  display: block;
  background-image: url('../svg/chevron-left.svg');
  height: 19px;
  width: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-next:before {
  content: '';
  display: block;
  background-image: url('../svg/chevron-right.svg');
  height: 19px;
  width: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-next {
  right: 0px;
}
@media (max-width: 1199.98px) {
  .slick-next {
    right: 7px;
  }
}
.benner-categories {
  display: block;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .benner-categories {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .benner-categories {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.benner-categories h3 {
  float: left;
}
@media (max-width: 575.98px) {
  .benner-categories h3 {
    padding-left: 15px;
  }
}
.all-types-link {
  float: right;
}
@media (max-width: 575.98px) {
  .all-types-link {
    padding-right: 15px;
  }
}
.category-item-wrapper {
  columns: 2;
  column-gap: 20px;
  clear: both;
}
@media (max-width: 575.98px) {
  .category-item-wrapper {
    columns: 1;
  }
}
.category-item {
  background-color: #fff;
  list-style: none;
  display: inline-block;
  padding: 10px;
  color: #000 !important;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category-item .cyrcle {
  height: 10px;
  width: 10px;
  background-color: #86bc44;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category-item .title {
  text-transform: uppercase;
}
.category-item .label {
  color: #8a8484;
  text-align: right;
  float: right;
}
.category-item:hover {
  background-color: #86bc44;
  color: #fff !important;
}
.category-item:hover .label {
  color: #fff;
}
.icon-section {
  display: flex;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768.98px) {
  .icon-section {
    padding: 30px 0;
  }
}
.icon-wrapper {
  float: left;
  display: table;
  padding: 30px;
}
@media (max-width: 768.98px) {
  .icon-wrapper {
    padding: 7px;
  }
}
.icon-wrapper .title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 110% !important;
}
@media (max-width: 768.98px) {
  .icon-wrapper .title {
    font-size: 90% !important;
  }
}
.icon-wrapper .description {
  color: #8a8484;
  line-height: 1.2;
  font-size: 90% !important;
}
@media (max-width: 768.98px) {
  .icon-wrapper .description {
    font-size: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .icon-wrapper .title, .icon-wrapper .description {
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  .icon-wrapper .description.border:after {
    content: '';
    display: block;
    height: 1px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    background-color: #e5e5e5;
  }
}
.icon {
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: left;
  background-position-y: center;
}
@media (max-width: 768.98px) {
  .icon {
    display: block;
    margin: auto;
  }
}
.icon {
  width: 45px;
  height: 50px;
}
.icon.i-fast-transport {
  background-image: url(../svg/fast-transport.svg);
}
.icon.i-stock {
  background-image: url(../svg/stock.svg);
}
.icon.i-price {
  background-image: url(../svg/price.svg);
}
.icon.i-partnership {
  background-image: url(../svg/partnership.svg);
}
.cooperation {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.cooperation-description {
  color: #8a8484;
  font-size: 100% !important;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .cooperation-description {
    font-size: 80% !important;
  }
}
.contact-form {
  max-width: 570px;
}
.contact-form label {
  position: relative;
  display: block;
  margin: 10px 0;
}
.contact-form label input {
  width: 100%;
  padding: 20px 10px 7px 10px;
  font-size: 16px;
}
.contact-form .label {
  position: absolute;
  z-index: 2;
  font-size: 80% !important;
  top: 7px;
  left: 10px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .contact-form .label {
    font-size: 70% !important;
  }
}
.contact-form .label b {
  color: #ca0815;
}
.contact-form .warning-info {
  color: #ca0815;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 90% !important;
}
@media (max-width: 768.98px) {
  .contact-form .warning-info {
    font-size: 80% !important;
  }
}
.contact-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}
.contact-form .checkmark:after {
  content: '';
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
}
.contact-form input:checked ~ .wpcf7-list-item-label .checkmark {
  background-color: #86bc44;
}
.contact-form textarea {
  height: 100px;
  font-size: 16px;
}
.contact-form input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.contact-form input[type="submit"] {
  width: 100%;
  background-color: #86bc44;
}
.contact-form .wpcf7-list-item-label {
  margin-left: 35px;
  font-size: 90% !important;
}
@media (max-width: 768.98px) {
  .contact-form .wpcf7-list-item-label {
    font-size: 80% !important;
  }
}
.contact-form .wpcf7-list-item {
  margin-bottom: 10px;
  margin-left: 0;
}
.contact-form .wpcf7-validation-errors {
  border: none;
  background-color: #ca0815;
  color: #fff;
  margin: 10px 0;
}
.cooperation-reviews-wrapper {
  float: right;
}
@media (max-width: 768.98px) {
  .cooperation-reviews-wrapper {
    float: none;
  }
}
.cooperation-reviews-wrapper h2 {
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  .cooperation-reviews-wrapper h2 {
    margin-left: 20px;
  }
}
.cooperation-reviews {
  padding: 0 50px;
}
.coop-review {
  background-color: #fff;
  padding: 50px 10px;
  margin: 3px;
}
.review-name {
  font-weight: 500;
  font-size: 90% !important;
}
@media (max-width: 768.98px) {
  .review-name {
    font-size: 80% !important;
  }
}
.review-company {
  font-size: 90% !important;
  color: #8a8484;
}
@media (max-width: 768.98px) {
  .review-company {
    font-size: 80% !important;
  }
}
.review-city {
  font-size: 90% !important;
  color: #86bc44;
}
@media (max-width: 768.98px) {
  .review-city {
    font-size: 80% !important;
  }
}
.review-text {
  font-size: 80% !important;
}
@media (max-width: 768.98px) {
  .review-text {
    font-size: 70% !important;
  }
}
.content-section .product.type-product {
  display: flex;
}
@media (max-width: 991.98px) {
  .content-section .product.type-product {
    flex-wrap: wrap;
  }
}
.woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
.entry-summary {
  width: 30% !important;
  padding: 50px 10px;
  margin-bottom: 0 !important;
}
@media (max-width: 768.98px) {
  .entry-summary {
    padding: 10px;
    width: 100% !important;
  }
}
.entry-summary h1.product_title {
  text-align: left !important;
}
.entry-summary .price {
  color: #ca0815 !important;
  font-weight: 500 !important;
  padding: 10px 0;
  font-size: 140% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768.98px) {
  .entry-summary .price {
    font-size: 120% !important;
  }
}
.entry-summary .quantity {
  margin-bottom: 10px !important;
}
.entry-summary button[type='submit'] {
  background-color: #86bc44 !important;
}
@media (max-width: 575.98px) {
  .entry-summary button[type='submit'] {
    width: 100%;
  }
}
.product-cooperation {
  width: 30%;
  background-color: #f5f5f5;
  padding: 30px;
  margin: auto;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 991.98px) {
  .product-cooperation {
    width: 100%;
    margin-bottom: 10px;
  }
}
.best-selling-products, .related.products, .wc-columns-container, .cart-collaterals {
  padding: 60px 0;
}
.best-selling-products h2.title, .related.products h2.title, .wc-columns-container h2.title, .cart-collaterals h2.title {
  margin-bottom: 30px;
}
.best-selling-products .product, .related.products .product, .wc-columns-container .product, .cart-collaterals .product {
  margin: 3px !important;
  background-color: #fff;
  padding: 10px 15px !important;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.best-selling-products .product:hover, .related.products .product:hover, .wc-columns-container .product:hover, .cart-collaterals .product:hover {
  border: 1px solid #86bc44;
}
.best-selling-products .inside-wc-product-image, .related.products .inside-wc-product-image, .wc-columns-container .inside-wc-product-image, .cart-collaterals .inside-wc-product-image {
  width: 100%;
  box-sizing: border-box;
}
.best-selling-products .products h2, .related.products .products h2, .wc-columns-container .products h2, .cart-collaterals .products h2 {
  font-size: 100% !important;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768.98px) {
  .best-selling-products .products h2, .related.products .products h2, .wc-columns-container .products h2, .cart-collaterals .products h2 {
    font-size: 80% !important;
  }
}
.best-selling-products .price, .related.products .price, .wc-columns-container .price, .cart-collaterals .price {
  color: #ca0815 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 575.98px) {
  .best-selling-products .price, .related.products .price, .wc-columns-container .price, .cart-collaterals .price {
    margin-bottom: 0px !important;
  }
}
.best-selling-products .products, .related.products .products, .archive-sub-categories .products, .cart-collaterals .products {
  display: flex !important;
  flex-wrap: wrap;
}
.best-selling-products .product, .related.products .product, .archive-sub-categories .product, .cart-collaterals .product {
  width: calc(20% - 7px) !important;
}
@media (max-width: 768.98px) {
  .best-selling-products .product, .related.products .product, .archive-sub-categories .product, .cart-collaterals .product {
    width: calc(50% - 7px) !important;
  }
}
.wc-columns-container .products {
  grid-gap: 0px !important;
}
@media (max-width: 768.98px) {
}
.related ul.products {
  grid-gap: unset !important;
}
.onsale {
  right: unset !important;
  padding: 5px 8px !important;
  min-height: 10px !important;
  background-color: #ca0815 !important;
}
.best-selling-products, .wc-columns-container {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wc-columns-container {
  padding-top: 20px;
}
.sp-content-wrapper .product > .onsale {
  position: absolute;
  top: 20px;
  padding: 10px 15px !important;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .sp-content-wrapper .product > .onsale {
    font-size: 80% !important;
  }
}
.related.products {
  border: none;
}
.cart-collaterals {
  border: none;
}
#wc-column-container select.orderby {
  font-size: 16px;
}
.product-categories, .archive-sub-categories {
  background-color: #fff;
}
.product-categories .products, .archive-sub-categories .products {
  margin: 0;
  grid-gap: unset !important;
  /* (e-shop page) */
}
.product-categories .columns-4 .product, .archive-sub-categories .columns-4 .product {
  width: calc(25% - 14px) !important;
}
@media (max-width: 768.98px) {
  .product-categories .columns-4 .product, .archive-sub-categories .columns-4 .product {
    width: calc(50% - 14px) !important;
  }
}
.product-categories .product, .archive-sub-categories .product {
  border: 1px solid #e5e5e5;
  margin: 7px !important;
  padding: 5px !important;
  box-sizing: border-box;
}
.product-categories .product:hover, .archive-sub-categories .product:hover {
  border-color: #86bc44;
}
.product-categories .product a, .archive-sub-categories .product a {
  display: table;
}
@media (max-width: 575.98px) {
  .product-categories .product a, .archive-sub-categories .product a {
    display: block;
  }
}
.product-categories .wc-product-image, .archive-sub-categories .wc-product-image {
  float: left;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .product-categories .wc-product-image, .archive-sub-categories .wc-product-image {
    float: none;
  }
}
.product-categories .wc-product-image img, .archive-sub-categories .wc-product-image img {
  max-width: 75px;
}
.product-categories .woocommerce-loop-category__title, .archive-sub-categories .woocommerce-loop-category__title {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 28%);
}
@media (max-width: 575.98px) {
  .product-categories .woocommerce-loop-category__title, .archive-sub-categories .woocommerce-loop-category__title {
    display: block;
    width: 100%;
  }
}
.product-categories h2.title, .archive-sub-categories h2.title {
  float: left;
  margin-bottom: 30px;
  margin-left: 7px;
}
.product-categories .products h2, .archive-sub-categories .products h2 {
  font-size: 110% !important;
}
@media (max-width: 768.98px) {
  .product-categories .products h2, .archive-sub-categories .products h2 {
    font-size: 90% !important;
  }
}
@media (max-width: 575.98px) {
  .product-categories .products h2, .archive-sub-categories .products h2 {
    text-align: center;
  }
}
.product-categories .product h2, .archive-sub-categories .product h2 {
  line-height: 1;
}
.product-categories .count, .archive-sub-categories .count {
  display: block;
  margin-top: 5px;
}
.product-categories {
  padding: 60px 0;
}
.wc-columns-container .product-category {
  width: calc(33.33% - 14px) !important;
}
.sidebar-wrapper {
  padding: 10px 25px;
}
.sidebar-menu-wrapper {
  padding: 50px 20px 20px 0px;
}
@media (max-width: 991.98px) {
  .sidebar-menu-wrapper {
    display: none;
  }
}
.sidebar-menu-wrapper .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.sidebar-menu-wrapper .sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
}
.sidebar-menu-wrapper .sidebar-menu > li > a {
  padding: 12px 5px 12px 0px;
  display: block;
  color: #86bc44;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar-menu-wrapper .sidebar-menu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-wrapper .sidebar-menu > li:hover > a, .sidebar-menu-wrapper .sidebar-menu > li.current-cat > a {
  color: #ff9600;
}
.sidebar-menu-wrapper .sidebar-menu > li .label, .sidebar-menu-wrapper .sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu-wrapper .sidebar-menu > li > a.chevron {
  padding: 14px !important;
}
.sidebar-menu-wrapper .sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu-wrapper .sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(90deg);
}
.sidebar-menu-wrapper .sidebar-menu li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-wrapper .sidebar-menu > li.active > ul > li {
  border-top: 1px solid #f0f0f0;
}
.sidebar-menu-wrapper .sidebar-menu a {
  color: #86bc44;
  text-decoration: none;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 5px;
  margin: 0 1px;
  background: #f8f8f8;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  color: #86bc44;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li > a > .fa-angle-left, .sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li.current-cat > a, .sidebar-menu-wrapper .sidebar-menu .sidebar-submenu > li > a:hover {
  color: #ff9600;
}
.sidebar-menu-wrapper .sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li > a {
  padding: 12px 0px 12px 5px;
  display: block;
  color: #86bc44;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li > a > .fa {
  width: 20px;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li:hover > a, .sidebar-menu-wrapper .sidebar-menu-rtl > li.current-cat > a {
  color: #ff9600;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li .label, .sidebar-menu-wrapper .sidebar-menu-rtl > li .badge {
  margin-right: 5px;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li > a.chevron {
  padding: 14px !important;
}
.sidebar-menu-wrapper .sidebar-menu-rtl li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu-wrapper .sidebar-menu-rtl li.active > a > .fa-angle-left {
  transform: rotate(90deg);
}
.sidebar-menu-wrapper .sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-wrapper .sidebar-menu-rtl > li.active > ul > li {
  border-top: 1px solid #f0f0f0;
}
.sidebar-menu-wrapper .sidebar-menu-rtl a {
  color: #86bc44;
  text-decoration: none;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: #f8f8f8;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #86bc44;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left, .sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li.current-cat > a, .sidebar-menu-wrapper .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #ff9600;
}
.sidebar-menu-wrapper a.category-icon {
  display: inline-block !important;
  width: calc(85% - 0px);
  box-sizing: border-box;
}
.sidebar-menu-wrapper a.chevron {
  display: inline-block;
  width: calc(15% - 0px);
  border-left: 1px solid #f0f0f0;
  float: right;
  box-sizing: border-box;
}
.sidebar-menu-wrapper .label-warning, .sidebar-menu-wrapper .label-info {
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 10px;
}
.sidebar-menu-wrapper .label-info {
  background-color: #ff9600;
}
.sidebar-menu-wrapper .label-warning {
  background-color: #ca0815;
}
.sidebar-menu-wrapper .cat-count {
  background-color: #ff9600;
  border-radius: 5px;
  padding: 2px 9px;
  color: #fff !important;
  float: right;
  font-size: 12px;
}
.sidebar-menu-wrapper .fa-angle-left {
  background-image: url('../svg/chevron-right.svg');
  display: block;
  background-size: cover;
  width: 8px !important;
  height: 14px !important;
}
h1.entry-title {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 768.98px) {
  h1.entry-title {
    padding-top: 20px;
  }
}
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce form.woocommerce-cart-form, .woocommerce .cart-collaterals {
  width: calc(70% - 35px);
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .woocommerce form.woocommerce-cart-form, .woocommerce .cart-collaterals {
    width: 100%;
    margin-right: 0px;
  }
}
.woocommerce form.woocommerce-cart-form td, .woocommerce .cart-collaterals td {
  padding: 14px 20px !important;
}
.woocommerce form.woocommerce-cart-form td.product-thumbnail img, .woocommerce .cart-collaterals td.product-thumbnail img {
  width: 100px;
}
.woocommerce form.woocommerce-cart-form td.actions, .woocommerce .cart-collaterals td.actions {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
  padding: 25px 15px;
}
.woocommerce form.woocommerce-cart-form td.actions .coupon input, .woocommerce .cart-collaterals td.actions .coupon input {
  font-size: 80% !important;
  color: #86bc44;
}
@media (max-width: 768.98px) {
  .woocommerce form.woocommerce-cart-form td.actions .coupon input, .woocommerce .cart-collaterals td.actions .coupon input {
    font-size: 70% !important;
  }
}
.woocommerce form.woocommerce-cart-form td.actions .coupon button, .woocommerce .cart-collaterals td.actions .coupon button {
  background-color: #ca0815;
  padding: 7px 15px;
}
@media (max-width: 575.98px) {
  .woocommerce form.woocommerce-cart-form td.actions .coupon button, .woocommerce .cart-collaterals td.actions .coupon button {
    padding: 6px;
  }
}
.woocommerce form.woocommerce-cart-form td.actions button, .woocommerce .cart-collaterals td.actions button {
  background-color: #ff9600;
}
.woocommerce form.woocommerce-cart-form td.actions button:disabled, .woocommerce .cart-collaterals td.actions button:disabled {
  color: #fff;
}
.woocommerce .cart_totals {
  width: 30%;
  float: right;
  position: sticky;
  top: 10px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 575.98px) {
  .woocommerce .cart_totals {
    position: relative;
    width: 100%;
    top: -8px;
  }
}
.woocommerce .cart_totals h2 {
  text-align: center;
  margin-top: 20px;
}
.woocommerce .cart_totals table {
  margin: 0;
}
.woocommerce .cart_totals table tr.cart-subtotal th, .woocommerce .cart_totals table tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
  padding: 0 !important;
}
@media (max-width: 575.98px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout {
    padding: 10px !important;
  }
}
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0 !important;
  background-color: #ff9600 !important;
  padding: 10px !important;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals {
  padding: 7px;
  margin-top: 20px;
}
.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul li {
  width: calc(33% - 20px) !important;
  clear: none;
  margin: 10px;
  text-align: left;
  margin-bottom: 10px !important;
}
@media (max-width: 575.98px) {
  .woocommerce .cart-collaterals .cross-sells ul li {
    width: 48% !important;
  }
}
.woocommerce .cart-collaterals .cross-sells ul li a.woocommerce-product-info .inside-wc-product-image {
  top: 0px;
  position: relative;
}
.woocommerce .cart-collaterals .cross-sells ul li h2, .woocommerce .cart-collaterals .cross-sells ul li span, .woocommerce .cart-collaterals .cross-sells ul li a {
  text-align: left !important;
}
@media (max-width: 768.98px) {
  .woocommerce form.woocommerce-cart-form table.shop_table {
    margin-bottom: 0;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td {
    padding: 0px !important;
    margin-left: 40px;
    width: 70%;
    margin-left: auto;
    background-color: transparent;
    -ms-background-color: none;
    border: none;
    text-align: left !important;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td span {
    font-weight: 700;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove {
    margin-right: 10px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a {
    float: right;
    border-radius: unset;
    border: none !important;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail {
    display: block !important;
    float: left;
    width: auto;
    margin: 0 10px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail a {
    display: block;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail a img {
    width: auto;
    max-width: 100px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name {
    min-height: 90px;
    line-height: 1.3;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name a {
    font-size: 110% !important;
    color: #86bc44;
    font-weight: 700;
    margin-right: 10px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity {
    float: left;
    width: auto;
    margin: 10px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity input, .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity a {
    min-height: 40px;
    width: 40px;
    font-size: 100% !important;
    border: 1px solid #e5e5e5;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity input {
    border-right: 0;
    border-left: 0;
    background-color: #fff;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal {
    background-color: #f5f5f5;
    height: 60px;
    width: 100%;
    margin: 0;
    text-align: right !important;
    padding-right: 30px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal span.amount {
    display: block;
    margin-right: 10px;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal:before {
    float: none !important;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name:before, .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity:before, .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail:before {
    display: none;
  }
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td:before {
    font-weight: 300;
    font-size: 90% !important;
    margin-right: 15px;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name a {
    font-size: 90% !important;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity input, .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity a {
    font-size: 90% !important;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td:before {
    font-size: 80% !important;
  }
}
.elementor-menu-cart__container div, .elementor-menu-cart__container a {
  letter-spacing: 0.05em;
}
.elementor-menu-cart__container .elementor-menu-cart__subtotal {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 135px;
  font-size: 110% !important;
  padding: 7px 0;
  border: none;
  text-align: left;
}
@media (max-width: 768.98px) {
  .elementor-menu-cart__container .elementor-menu-cart__subtotal {
    font-size: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .elementor-menu-cart__container .elementor-menu-cart__subtotal {
    position: inherit;
    width: 100%;
    padding-top: 20px;
  }
}
.elementor-menu-cart__container .elementor-menu-cart__subtotal .woocommerce-Price-amount.amount {
  float: right;
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons {
  width: calc(100% - 60px);
  position: absolute;
  display: block;
  bottom: 25px;
  padding: 0;
}
@media (max-width: 768.98px) {
  .elementor-menu-cart__container .elementor-menu-cart__footer-buttons {
    position: inherit;
    width: 100%;
  }
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons a {
  width: 100%;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons a.elementor-button--view-cart {
  border: 2px solid #86bc44;
  background-color: #86bc44;
  color: #fff;
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover {
  background-color: #fff;
  color: #86bc44;
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons a.elementor-button--checkout {
  background-color: #ff9600;
  border: 2px solid #ff9600;
}
.elementor-menu-cart__container .elementor-menu-cart__footer-buttons a.elementor-button--checkout:hover {
  background-color: #fff;
  color: #ff9600;
}
.elementor-menu-cart__container .elementor-menu-cart__product {
  grid-template-columns: 20% auto 30px;
  grid-template-rows: 60% auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  #wc-sticky-cart-panel {
    padding: 0 10px 5px 10px;
  }
  #wc-sticky-cart-panel .inside-add-to-cart-panel {
    flex-wrap: wrap;
  }
  #wc-sticky-cart-panel .product-image {
    max-width: 20%;
  }
  #wc-sticky-cart-panel .product-title {
    max-width: 80%;
    float: right;
    margin: 0;
    padding: 0;
  }
  #wc-sticky-cart-panel .product-price {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  #wc-sticky-cart-panel .cart {
    width: 50%;
  }
}
.cart-navigation {
  width: 100%;
}
.cart-navigation ul {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 575.98px) {
  .cart-navigation ul {
    margin: 10px 0;
  }
}
.cart-navigation li {
  display: inline-block;
  list-style: none;
  padding: 0 25px;
  position: relative;
}
@media (max-width: 575.98px) {
  .cart-navigation li {
    padding: 0 20px;
  }
}
.cart-navigation li .number {
  font-size: 100% !important;
  background-color: #e5e5e5;
  display: inline-block;
  padding: 6px 9px;
  border-radius: 20px;
  font-family: monospace;
  font-weight: 800;
}
@media (max-width: 768.98px) {
  .cart-navigation li .number {
    font-size: 90% !important;
  }
}
.cart-navigation li .label {
  font-size: 120% !important;
}
@media (max-width: 768.98px) {
  .cart-navigation li .label {
    font-size: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .cart-navigation li .label {
    display: block;
    font-size: 100% !important;
  }
}
@media (max-width: 575.98px) and (max-width: 768.98px) {
  .cart-navigation li .label {
    font-size: 80% !important;
  }
}
.cart-navigation li:after {
  content: '';
  display: block;
  background-image: url('../svg/chevron-right.svg');
  width: 11px;
  height: 19px;
  position: absolute;
  right: -10px;
  top: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .cart-navigation li:after {
    right: -10px;
    top: 16px;
  }
}
.cart-navigation li:last-child:after {
  display: none;
}
.cart-navigation li:first-child {
  padding-left: 0;
}
.cart-navigation li:last-child {
  padding-right: 0;
}
.cart-navigation li.active .number {
  color: #fff;
  background-color: #ff9600;
}
.cart-navigation li.active .label {
  color: #ff9600;
}
@media (max-width: 768.98px) {
  .woocommerce form.checkout {
    padding: 0 10px;
  }
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper input, .woocommerce form.checkout #customer_details .shipping_address input, .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper textarea, .woocommerce form.checkout #customer_details .shipping_address textarea, .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce form.checkout #customer_details .shipping_address .select2-selection {
  background-color: #fff;
  border-color: #e5e5e5;
  padding: 5px;
  border-radius: 0;
  height: auto;
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .woocommerce form.checkout #customer_details .shipping_address .select2-selection__arrow {
  height: 35px;
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper label, .woocommerce form.checkout #customer_details .shipping_address label {
  color: #000;
  font-size: 80% !important;
}
@media (max-width: 768.98px) {
  .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper label, .woocommerce form.checkout #customer_details .shipping_address label {
    font-size: 70% !important;
  }
}
.woocommerce form.checkout #order_review {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.woocommerce form.checkout #order_review table {
  margin: 0;
}
.woocommerce form.checkout #order_review #payment .place-order {
  padding: 0;
  margin: 0;
}
.woocommerce form.checkout #order_review #payment button {
  background-color: #ff9600;
  text-transform: uppercase;
  padding: 10px;
}
/********order received page********/
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li {
    float: none !important;
    border: none !important;
    margin: 10px 0;
    margin: 0px;
    text-align: center;
  }
  .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
    display: inline-block !important;
  }
}
.woocommerce .woocommerce-order section.woocommerce-order-details {
  width: 70%;
  display: inline-block;
  width: calc(70% - 25px);
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order section.woocommerce-order-details {
    width: 100%;
    display: block;
  }
}
.woocommerce .woocommerce-order section.woocommerce-order-details h2 {
  text-align: center;
}
.woocommerce .woocommerce-order section.woocommerce-order-details th, .woocommerce .woocommerce-order section.woocommerce-order-details td {
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .woocommerce .woocommerce-order section.woocommerce-order-details th, .woocommerce .woocommerce-order section.woocommerce-order-details td {
    font-size: 80% !important;
  }
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order section.woocommerce-order-details th, .woocommerce .woocommerce-order section.woocommerce-order-details td {
    padding: 5px 10px;
  }
}
.woocommerce .woocommerce-order section.woocommerce-customer-details {
  width: 30%;
  float: right;
  margin-top: 55px;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order section.woocommerce-customer-details {
    width: auto;
    float: none;
    margin: 0;
  }
}
.woocommerce .woocommerce-order section.woocommerce-customer-details h2 {
  text-align: center;
  margin: 10px;
}
.woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses {
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address, .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address {
  margin: 7px;
  border: 1px solid #86bc44;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address, .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address {
    width: auto;
    max-width: 100%;
  }
}
.woocommerce .woocommerce-order section.woocommerce-customer-details address {
  box-sizing: border-box;
  padding: 7px;
  border: none;
  border-top: 1px solid #86bc44;
  border-radius: 0;
}
.contact-page-wrapper {
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .contact-page-wrapper {
    padding: 20px 0;
  }
}
#gmap_canvas {
  width: 100%;
  min-height: 280px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 768.98px) {
  #gmap_canvas {
    min-height: 280px;
    padding: 0;
  }
}
.product-info {
  list-style: none;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 0px;
}
.product-info li {
  line-height: 20px;
  padding: 7px 0;
  font-size: 100% !important;
}
@media (max-width: 768.98px) {
  .product-info li {
    font-size: 80% !important;
  }
}
.product-info li svg {
  display: block;
  float: left;
  margin-right: 10px;
}
.cookie-notice-container {
  background-color: #f5f5f5;
  /*  Pozadie */
  color: #111 !important;
  /*  Farba textu */
  border-top: 2px solid #86bc44;
}
/*  Nastavanie buttonu pre viac info */
#cn-more-info {
  color: #86bc44;
  /*  Farba textu */
  padding: 12px;
  /*  odsadenie textu */
  background: #f5f5f5;
  /*  Pozadie */
  border-radius: 0;
  /*  Zaoblenie rohov */
}
#cn-more-info:hover {
  background: #f5f5f5;
  color: #111;
}
/*  Nastavanie buttonu súhlasim */
#cn-accept-cookie {
  color: #fff;
  /*  Farba textu */
  padding: 12px;
  /*  odsadenie textu */
  background: #86bc44;
  /*  Pozadie */
  border-radius: 0;
  /*  Zaoblenie rohov */
}
.page-shop-wrapper {
  background-color: #fff;
}
.page-shop-wrapper .content-wrapper {
  padding-top: 46px;
}
.page-shop-wrapper .product.type-product .inside-article {
  width: 100%;
}
.sp-related-wrapper {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-wrapper {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
  padding: 20px 0 !important;
}
.contact-page-wrapper {
  background-color: #fff;
}
.cartage-link {
  display: none;
}
#shipping_method_0_free_shipping3 ~ .cartage-link {
  display: inline-block;
}
span.price, p.price {
  display: none !important;
}
