/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/woo.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.load_more_holder {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.load_more_holder .button {
  width: 240px;
}

.preloader {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background-image: url(../images/preloader.svg);
  background-repeat: no-repeat;
  animation: spin 1s ease infinite;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.preloader.button-loader {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 2px;
}
.preloader.is_loading {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-section {
  background-color: var(--block-bg);
}
.top-section img {
  margin: 0 auto;
}

.content .container {
  width: 1900px;
}

.post-type-archive-product .content {
  padding: 0;
}

.woocommerce-breadcrumb {
  margin-bottom: 20px;
}

.product-categories-filter .container {
  width: 1900px;
}
.product-categories-filter ul {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 10px 0;
}
.product-categories-filter .item {
  transition: all 0.4s ease;
}
.product-categories-filter .item a {
  line-height: 1;
  padding: 11px 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
}
.product-categories-filter .item a svg {
  margin-right: 6px;
  width: 23px;
  height: 23px;
}
.product-categories-filter .item a svg path {
  transition: all 0.4s ease;
}
.product-categories-filter .item a .cat-title {
  flex: 1;
}
.product-categories-filter .item.active a {
  background-color: var(--block-bg);
}
.product-categories-filter .item.active svg path {
  stroke: #000;
}

.products-cat-desc {
  background-color: var(--block-bg);
  padding: 50px 0;
  position: relative;
}
.products-cat-desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="30" viewBox="0 0 50 30"><path d="M0,15 Q12.5,30 25,15 T50,15 V30 H0 Z" fill="white"/></svg>');
  background-size: 50px 30px;
  background-repeat: repeat-x;
}
.products-cat-desc .cat-thumb {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.products-cat-desc .cat-thumb svg {
  width: inherit;
  height: inherit;
}
.products-cat-desc .cat-thumb svg path {
  stroke: #fff;
}
@media screen and (min-width: 768px) {
  .products-cat-desc {
    padding: 100px 0;
  }
  .products-cat-desc .container {
    flex-direction: row-reverse;
    align-items: center;
  }
  .products-cat-desc .cat-thumb {
    width: 128px;
    height: 128px;
    margin-left: 128px;
    margin-bottom: 0;
  }
  .products-cat-desc .info {
    flex: 1;
  }
}

.filter-target {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.filter-target svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.filter-target span {
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
}
@media screen and (min-width: 1081px) {
  .filter-target {
    display: none;
  }
}

.shopBox {
  padding: 30px 0;
}
@media screen and (min-width: 1081px) {
  .shopBox {
    padding: 50px 0;
  }
}

.sideBox .attr-filter {
  margin-bottom: 40px;
}
.sideBox .attr-filter h4 {
  font-size: 16px;
}
.sideBox .attr-filter .toggle-title {
  cursor: pointer;
  position: relative;
}
.sideBox .attr-filter .toggle-title:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
}
.sideBox .attr-filter .toggle-title.active:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent currentColor transparent;
}
.sideBox .side-filter.sous-terms {
  display: none;
}
.sideBox .side-filter li {
  margin-bottom: 10px;
  position: relative;
}
.sideBox .side-filter li input[type=checkbox] {
  display: none;
}
.sideBox .side-filter li label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.sideBox .side-filter li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
}
.sideBox .side-filter li label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sideBox .side-filter li input[type=checkbox]:checked + label::before {
  background-color: #FAB71A;
  border-color: #FAB71A;
}
.sideBox .side-filter li input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.sideBox .side-filter li.no-products label {
  color: #aaa;
  cursor: not-allowed;
}
.sideBox .side-filter li.no-products label::before {
  border-color: #ddd;
  background: #f5f5f5;
}
.sideBox.no-products label {
  color: #aaa;
  cursor: not-allowed;
}
.sideBox.no-products label::before {
  border-color: #ddd;
  background: #f5f5f5;
}
.sideBox .age-terms li.no-products {
  opacity: 0.7;
}
.sideBox .age-terms li.no-products input {
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .sideBox {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
  }
  .sideBox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .sideBox .side-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    padding: 40px 22px 22px;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.6s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sideBox .close {
    position: absolute;
    top: 5px;
    line-height: 40px;
    right: 10px;
    font-size: 28px;
    width: 40px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .sideBox .close:hover {
    color: #69727d;
  }
  .sideBox.active .overlay {
    opacity: 1;
    visibility: visible;
  }
  .sideBox.active .side-content {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1081px) {
  .sideBox {
    width: 19%;
    margin-right: 2.7%;
    display: block;
  }
  .sideBox .close {
    display: none;
  }
}

.productArea {
  flex: 1;
  position: relative;
}
.productArea .title-results {
  position: relative;
}

.productsBox {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  position: relative;
  padding-bottom: 100px;
}
.productsBox.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.productsBox.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.productsBox.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.productsBox .product {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px;
}
.productsBox .product .woocommerce-LoopProduct-link {
  display: block;
  color: #000;
}
.productsBox .product .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
.productsBox .product h2 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 5px;
}
.productsBox .product img {
  margin: 0 auto 20px;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.productsBox .product .button {
  position: relative;
  display: none;
}
.productsBox .product .button.added {
  opacity: 0.5;
}
.productsBox .product .added_to_cart {
  display: none;
}
.productsBox .product .price {
  font-size: 14px;
}
.productsBox .product .price del {
  font-size: 12px;
}
.productsBox .product .price ins {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .productsBox.columns-2, .productsBox.columns-3, .productsBox.columns-4 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .productsBox.columns-3, .productsBox.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .productsBox.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul {
  border: none;
  margin-left: 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 1px;
  padding: 0;
}
.woocommerce-pagination ul li:before {
  display: none;
}
.woocommerce-pagination ul li .page-numbers {
  background: #fff;
  color: #000;
  padding: 5px 12px;
}
.woocommerce-pagination ul li .page-numbers:hover, .woocommerce-pagination ul li .page-numbers.current {
  background: #0E5DA8;
  color: #fff;
  text-decoration: none;
}

/**
	 * Price filter widget
	 */
.widget_price_filter .price_slider {
  margin: 20px 0;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #0E5DA8;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
  cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #0E5DA8;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #0E5DA8;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .price_label {
  font-size: 14px;
}

.sale {
  position: relative;
  z-index: 100;
}
.sale:before {
  content: "Sale";
  position: absolute;
  background-color: #ea4444;
  font-size: 15px;
  top: 6px;
  left: -6px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 30px;
  z-index: 30;
}

.onsale {
  display: none;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-product .product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-product .product .images {
  width: 48%;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
.single-product .product .images .woocommerce-product-gallery__trigger {
  background: #fff;
  border: none;
  box-sizing: content-box;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2em;
  height: 36px;
  padding: 0;
  position: absolute;
  right: 0.5em;
  text-indent: -9999px;
  top: 0.5em;
  width: 36px;
  z-index: 99;
}
.single-product .product .images .woocommerce-product-gallery__trigger:before {
  content: "";
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: content-box;
  display: block;
  height: 10px;
  left: 9px;
  top: 9px;
  position: absolute;
  width: 10px;
}
.single-product .product .images .woocommerce-product-gallery__trigger:after {
  background: #000;
  border-radius: 6px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 22px;
  position: absolute;
  top: 19px;
  transform: rotate(-45deg);
  width: 2px;
}
.single-product .product .images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  left: 50%;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 1px;
}
.single-product .product .images .woocommerce-product-gallery__image img {
  margin: 0 auto;
}
.single-product .product .images .flex-viewport {
  margin-bottom: 10px;
}
.single-product .product .images .flex-control-nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}
.single-product .product .images .flex-control-nav li {
  width: 72px;
  margin: 0 4px;
  padding: 0;
}
.single-product .product .images .flex-control-nav li img {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease;
}
.single-product .product .images .flex-control-nav li img:hover, .single-product .product .images .flex-control-nav li img.flex-active {
  opacity: 1;
}
.single-product .product .summary {
  width: 48%;
}
.single-product .product .summary h1 {
  font-size: 32px;
  padding-bottom: 15px;
}
.single-product .product .summary .product-categories {
  font-size: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.single-product .product .summary .product-categories a {
  display: inline-block;
  background-color: #eeeeee;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 4px;
  text-decoration: none;
}
.single-product .product .summary .product-categories a:hover {
  background-color: #dddddd;
}
.single-product .product .summary .stock {
  padding-bottom: 0;
  color: #958e09;
  font-size: 14px;
}
.single-product .product .summary .social-grid {
  font-size: 0;
}
.single-product .product .summary .social-grid .social-btn {
  width: 29px;
  display: inline-block;
}
.single-product .product .summary .social-grid svg {
  width: 50%;
  height: 50%;
}
.single-product .product .woocommerce-tabs {
  width: 100%;
}
.single-product .product .product-description {
  width: 100%;
}
.single-product .variations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.single-product .variations .label {
  font-size: 20px;
  margin: 0 25px 0 0;
}
.single-product .variations .value {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .variations .value .reset_variations {
  margin-left: 25px;
}
.single-product .product-type-simple .cart, .single-product .woocommerce-variation-add-to-cart {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product .related {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.single-product .related > h2 {
  font-size: 27px;
}
.single-product .related .product {
  display: block;
}
.single-product .related .product img {
  height: auto;
}

.parts-section {
  position: relative;
  padding: 70px 0;
  margin: 140px 0;
  background: #F7D3DD;
  text-align: center;
}
.parts-section .parts-t {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  height: 42px;
  width: 100%;
  z-index: -1;
}
.parts-section .parts-b {
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  height: 42px;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg);
}
.parts-section h2 {
  font-size: 30px;
  padding-bottom: 40px;
}

.parts {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  justify-content: center;
}
.parts .item figure {
  height: 210px;
  margin-bottom: 30px;
}
.parts .item figure img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.parts .item .sub-title {
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7294117647);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .parts .item {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 768px) {
  .parts .item {
    flex: 0 1 calc(50% - 30px);
  }
  .parts.col4 .item {
    flex: 0 1 calc(33.333% - 30px);
  }
}
@media screen and (min-width: 1081px) {
  .parts.col2 .item {
    flex: 0 1 calc(50% - 30px);
  }
  .parts.col3 .item {
    flex: 0 1 calc(33.333% - 30px);
  }
  .parts.col4 .item {
    flex: 0 1 calc(25% - 30px);
  }
}

.thematic-section {
  background: #FEF1D1;
  position: relative;
  text-align: center;
  padding: 70px 0;
  margin-bottom: -50px;
}
.thematic-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="30" viewBox="0 0 50 30"><path d="M0,15 Q12.5,30 25,15 T50,15 V30 H0 Z" fill="%23FEF1D1"/></svg>');
  background-color: rgba(0, 0, 0, 0);
  background-size: 50px 30px;
  background-repeat: repeat-x;
  transform: scaleY(1);
  background-color: white;
}
.thematic-section .container {
  width: 1900px;
}
.thematic-section h2 {
  font-size: 30px;
  padding-bottom: 40px;
}
.thematic-section .thematic {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
.thematic-section .thematic .item figure {
  height: 210px;
  margin-bottom: 30px;
}
.thematic-section .thematic .item figure img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .thematic-section .thematic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .thematic-section .thematic {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-boxes-single footer {
  padding-top: 0;
}
.product-boxes-single footer:before {
  display: none;
}

.woocommerce-tabs {
  margin-top: 40px;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce-tabs ul.tabs li {
  border: 1px solid #ccc;
  background-color: #ccc;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0;
  transition: all 0.4s ease;
}
.woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 7px 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li:hover, .woocommerce-tabs ul.tabs li.active {
  background: #0E5DA8;
  z-index: 2;
  border-color: #0E5DA8;
}
.woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

.price {
  font-size: 21px;
  color: #000;
  padding-bottom: 0;
}

.comment-form-rating {
  display: inline-block;
  vertical-align: top;
}
.comment-form-rating label,
.comment-form-rating select,
.comment-form-rating .selbel_w {
  display: none;
}

/**--------------------------
 * Product rating stars.
 *--------------------------*/
.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 120px;
  height: 24px;
  margin-bottom: 20px;
}
.star-rating > span {
  position: absolute;
  display: block;
  text-indent: -999em;
  height: 24px;
  overflow: hidden;
}
.star-rating > span::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjVDNDE3O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 24px;
  text-indent: -999em;
}
.star-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 24px;
  background-size: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQjJCM0IyO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: repeat-x;
  opacity: 0.25;
}

.stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 120px;
  height: 48px;
  padding: 0;
  margin: 0;
}
.stars span {
  display: block;
  font-size: 0;
  height: 100%;
}
.stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-size: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQjJCM0IyO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: repeat-x;
  opacity: 0.25;
  z-index: -1;
}
.stars a {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding-top: 24px;
  width: 24px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  overflow: hidden;
  font-size: 0;
}
.stars a:hover {
  color: yellow;
}
.stars a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjVDNDE3O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: repeat-x;
  z-index: -1;
}

.star-1.active::before, .star-1:hover::before, .star-1:focus::before {
  width: 24px;
}

.star-2.active::before, .star-2:hover::before, .star-2:focus::before {
  width: 48px;
}

.star-3.active::before, .star-3:hover::before, .star-3:focus::before {
  width: 72px;
}

.star-4.active::before, .star-4:hover::before, .star-4:focus::before {
  width: 96px;
}

.star-5.active::before, .star-5:hover::before, .star-5:focus::before {
  width: 120px;
}

table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 0 10px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
  background: #0E5DA8;
  color: #fff;
}
table.shop_attributes td {
  font-style: italic;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 10px;
  line-height: 1.5;
}
table.shop_attributes td p {
  padding: 8px 0;
}
table.shop_attributes tr:nth-child(even) td,
table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}

.quantity {
  display: inline-block;
  font-size: 0;
}
.quantity > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.quantity input {
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity .qty {
  font-size: 18px;
  width: 40px;
  text-align: center;
  border: 1px solid #0E5DA8;
  height: 40px;
}
.quantity .qControls {
  height: 40px;
  line-height: 40px;
  width: 25px;
  color: #fff;
  background: #0E5DA8;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.quantity .qControls:hover {
  background: #FAB71A;
}

/*.col2-set {
  &:after {
    content: '';
    display: block;
    clear: both;
  }
  .col-1 {
    float: left;
  }
  .col-2 {
    float: right;
  }
  > div {
    width: 48%;
  }
}*/
.form-row label {
  font-size: 16px;
  display: block;
  padding: 0 0 10px;
}
.form-row textarea {
  line-height: 20px;
  overflow: hidden;
  height: 130px;
  padding: 10px;
  resize: none;
}
.form-row abbr {
  font-size: 16px;
  color: #e74c3c;
  border: 0;
}
.form-row input#billing_state + span {
  display: none;
}

.content .woocommerce-error, .content .woocommerce-info, .content .woocommerce-message {
  margin: 0 0 15px;
  background-color: #f7f6f7;
  border-top: 3px solid #0E5DA8;
  color: #515151;
  list-style: outside none none;
  overflow-wrap: break-word;
  position: relative;
  width: auto;
  padding: 10px 30px;
}
.content .woocommerce-error li, .content .woocommerce-info li, .content .woocommerce-message li {
  padding: 5px 0;
}
.content .woocommerce-error li:before, .content .woocommerce-info li:before, .content .woocommerce-message li:before {
  display: none;
}
.content .woocommerce-error .button, .content .woocommerce-info .button, .content .woocommerce-message .button {
  margin-left: 25px;
}
.content .woocommerce-error {
  border-color: #b81c23;
}
.content .woocommerce-info {
  border-color: #1e85be;
}
.content .woocommerce-message {
  border-color: #8fae1b;
}

.woocommerce-cart .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form {
  width: 100%;
  margin-bottom: 50px;
}
.woocommerce-cart .cart-collaterals h2 {
  font-size: 28px;
}
@media screen and (min-width: 1081px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 63%;
  }
  .woocommerce-cart .cart-collaterals {
    width: 35%;
  }
}

.shop_table {
  width: 100%;
}
.shop_table tr th {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ccc;
  background: #0E5DA8;
}
.shop_table tr th.product-remove {
  border-right: 0;
}
.shop_table tr th.product-thumbnail {
  border-left: 0;
}
.shop_table tr td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
}
.shop_table tr td.product-remove {
  text-align: center;
}
.shop_table tr td.product-remove a.remove {
  font-size: 24px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #ef4036;
}
.shop_table tr td.product-thumbnail {
  border-left: 0;
}
.shop_table tr td p {
  padding: 0;
}
.shop_table tr td.product-thumbnail {
  width: 100px;
  padding: 0;
}
.shop_table tr td.product-thumbnail a, .shop_table tr td.product-thumbnail img {
  display: block;
}
.shop_table tr td.product-price {
  text-align: center;
}
.shop_table tr td.product-quantity {
  text-align: center;
}
.shop_table tr td.product-total {
  text-align: center;
}
.shop_table tr td.product-subtotal {
  text-align: center;
  font-weight: 700;
}
.shop_table tfoot {
  text-align: center;
}

.actions {
  padding: 10px 0;
  text-align: right;
  border: 0;
}
.actions .coupon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
}
.actions .coupon label {
  display: none;
}
.actions .coupon #coupon_code {
  width: 200px;
  margin-right: 10px;
}
.actions .coupon .button {
  margin-right: 10px;
}
.actions .coupon + .button {
  float: right;
}

.button.disabled, .button:disabled {
  opacity: 0.5;
}

.cart-collaterals table {
  max-width: 100%;
  table-layout: fixed;
  text-align: left;
}
.cart-collaterals table th {
  width: 150px;
}
.cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
  margin-top: 10px;
}

.woocommerce-shipping-methods label {
  margin-left: 5px;
}

.woocommerce-validated input {
  border-color: #69bf29;
}

.woocommerce-invalid input {
  border-color: #a00;
}

form.woocommerce-checkout {
  margin: 30px 0 0;
}
@media screen and (min-width: 1081px) {
  form.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
  }
  form.woocommerce-checkout #customer_details {
    width: 49%;
  }
  form.woocommerce-checkout #order_review {
    width: 49%;
  }
}

#payment {
  margin-top: 30px;
  background: #ebe9eb;
  padding: 20px;
}
#payment .payment_methods {
  margin: 0;
}
#payment .payment_methods li {
  padding: 0;
  text-align: center;
}
#payment .payment_methods li:before {
  display: none;
}
#payment .payment_box {
  background-color: #dfdcde;
  border-radius: 2px;
  box-sizing: border-box;
  color: #515151;
  font-size: 0.92em;
  line-height: 1.5;
  margin: 1em 0;
  padding: 1em;
  position: relative;
  width: 100%;
}
#payment .payment_box:before {
  border-color: transparent transparent #dfdcde;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 1em;
  content: "";
  display: block;
  left: 0;
  margin: -1em 0 0 2em;
  position: absolute;
  top: -0.75em;
}
#payment .payment_box p {
  padding: 0;
}
#payment .place-order {
  text-align: center;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 49px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 8px;
  padding-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
}

/* ==========================================================================
   woocommerce-account
   ========================================================================== */
.woocommerce-account .woocommerce {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-form-login {
  flex: 1;
  margin: 0 auto;
  max-width: 700px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label {
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-account .woocommerce-message, .woocommerce-account h2 {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  min-width: 210px;
  padding: 12px 20px;
  color: #000;
  background: rgba(250, 183, 26, 0.5);
  border-radius: 100px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  background: #FAB71A;
}
.woocommerce-account td {
  padding: 10px;
}
.woocommerce-account th {
  padding: 10px;
  text-align: left;
}
.woocommerce-account h2 {
  padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-orders, .woocommerce-account .shop_table.order_details {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #ccc;
}
.woocommerce-account .woocommerce-EditAccountForm legend {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-account fieldset {
  border: none;
}
.woocommerce-account .woocommerce-orders-table__cell .button {
  display: block;
  margin: 0 auto 12px;
  width: 200px;
}
.woocommerce-account .woocommerce form .password-input, .woocommerce-account .woocommerce-page form .password-input {
  position: relative;
}
.woocommerce-account .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text, #000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}
.woocommerce-account .show-password-input:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
  display: block;
  height: 22px;
  width: 22px;
}

/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 1080px) {
  .single-product .product {
    display: block;
  }
  .single-product .product .images {
    margin: 0 auto 40px;
    max-width: 700px;
  }
  .content .woocommerce-message {
    text-align: center;
  }
  .content .woocommerce-message .button {
    display: block;
    margin: 10px auto 20px;
    width: 200px;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 40px;
  }
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .pay {
    margin-top: 50px;
  }
  .woocommerce,
  .woocommerce-page {
    /**
     * General layout
     */
    /*.col2-set {
      .col-1,
      .col-2 {
        float: none;
        width: 100%;
      }
    }*/
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon, .woocommerce table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon,
  .woocommerce-page table.shop_table_responsive tr td.actions .coupon {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon #coupon_code, .woocommerce table.shop_table_responsive tr td.actions .coupon #coupon_code,
  .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon #coupon_code,
  .woocommerce-page table.shop_table_responsive tr td.actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon .button, .woocommerce table.shop_table_responsive tr td.product-remove .coupon + .button, .woocommerce table.shop_table_responsive tr td.actions .coupon .button, .woocommerce table.shop_table_responsive tr td.actions .coupon + .button,
  .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon .button,
  .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon + .button,
  .woocommerce-page table.shop_table_responsive tr td.actions .coupon .button,
  .woocommerce-page table.shop_table_responsive tr td.actions .coupon + .button {
    float: none !important;
    width: 100%;
    margin: 7px 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .cart-collaterals table td,
  .woocommerce-page .cart-collaterals table td {
    width: 100%;
  }
  .woocommerce ul.products li.product, .woocommerce[class*=columns-] ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*=columns-] ul.products li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /**
   * Twenty Thirteen specific styles
   */
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product .product-type-simple .cart, .single-product .woocommerce-variation-add-to-cart {
    display: block;
    text-align: center;
  }
  .single-product .product-type-simple .cart .quantity, .single-product .woocommerce-variation-add-to-cart .quantity {
    display: block;
    margin-bottom: 10px;
  }
  .product_meta {
    text-align: center;
  }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin-bottom: 3px;
    text-align: center;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .productsBox {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=woo_style.css.map*/