@charset "UTF-8";
/*
Theme Name: Jaklis with Slowcommerce
Theme URI: slowcommerce.pl
Author: Marcin Rynkowski (Galeria Rękodzieła)
Author URI: galeriarekodziela.pl
Version: 1.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  background: #fafafa;
  color: #353535;
}

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

.stop {
  overflow: hidden;
}

a:hover {
  text-decoration: underline;
}

.section-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-container .section-format {
  max-width: 1170px;
  width: 100%;
  padding: 0 20px;
}
.section-container .section-format-narrow {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
}

.space-bottom {
  margin-bottom: 30px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.group {
  display: flex;
}

* {
  box-sizing: border-box;
}

abbr.required {
  border-bottom: none;
  text-decoration: none;
}

.cn-set-cookie.cookie-btn {
  padding: 7px 15px;
  color: white;
  background: #f07555;
  text-decoration: none;
  border: 1px solid #f07555 !important;
}

.cn-more-info {
  padding: 7px 15px;
  color: white;
  border: 1px solid #f07555 !important;
  text-decoration: none;
  background: transparent;
}

.reset_variations {
  display: none;
}

.cn-more-info {
  padding: 7px 15px !important;
}

.preheader {
  padding: 5px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 700px) {
  .preheader {
    display: none;
  }
}
.preheader a {
  color: #777777;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px 5px;
}
.preheader a:hover {
  text-decoration: underline;
}
.preheader .content {
  display: flex;
}
.preheader .content .left-col, .preheader .content .right-col {
  width: 50%;
}
.preheader .content .menu {
  display: flex;
}
.preheader .content .right-col .menu {
  justify-content: flex-end;
}

@media screen and (max-width: 700px) {
  .main-header {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.search-icon svg {
  max-width: 40px;
}

.logo img {
  max-height: 125px !important;
}

.header-bar {
  padding: 10px 0;
}
.header-bar .section-format {
  position: relative;
}
@media screen and (max-width: 700px) {
  .header-bar .section-format .content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
  }
  .header-bar .cart-name {
    display: none;
  }
  .header-bar .left-col {
    padding: 0 20px;
  }
  .header-bar .right-col {
    padding-right: 0 !important;
  }
  .header-bar .logo a img {
    max-height: 100px;
  }
  .header-bar .search-ico buttom {
    display: block;
    border: 0;
    background: none;
  }
}
.header-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bar .content .left-col, .header-bar .content .right-col {
  width: 30%;
  content: "";
}
.header-bar .content .right-col {
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
.header-bar .content .center-col {
  display: flex;
  justify-content: center;
}
.header-bar .content .center-col a {
  display: block;
}
.header-bar .content .center-col {
  width: 70%;
}
.header-bar .content .quick-cart {
  position: realtive;
}
.header-bar .content .quick-cart a {
  font-size: 16px;
  font-weight: 600;
  color: #454545;
  text-decoration: none;
  display: flex;
}
.header-bar .content .quick-cart a .cart-icon {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 15px;
}
.header-bar .content .quick-cart a .cart-icon .mini-cart-count {
  position: absolute;
  left: 50%;
  top: calc(50% + 5px);
  transform: translate(-50%, -50%);
}
.header-bar .content .quick-cart a .cart-name {
  padding-top: 20px;
  position: relative;
}

@media (max-width: 700px) {
  .cats-bar {
    display: none;
  }
}
.cats-bar .categories ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.cats-bar .categories ul li a {
  display: block;
  padding: 3px 0;
  margin: 0 15px;
  text-transform: uppercase;
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.cats-bar .categories ul li.search-trigger a {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 3px 5px;
  margin: 0 10px;
}

.main-header {
  margin-bottom: 35px;
}

.mobile-menu-burger button {
  border: 0;
  padding: 20px 10px;
  margin-top: 10px;
  background: none;
}
.mobile-menu-burger button span {
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
  background: #454545;
  border-radius: 10px;
}
.mobile-menu-burger button span:before, .mobile-menu-burger button span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #454545;
  border-radius: 10px;
  position: absolute;
  left: 0;
}
.mobile-menu-burger button span:before {
  top: -8px;
}
.mobile-menu-burger button span:after {
  bottom: -8px;
}

.mobile-menu-content {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fafafa;
  padding: 15px 20px 30px 20px;
  z-index: 9999;
  display: block;
  height: 100vh;
}
.mobile-menu-content.hide {
  display: none !important;
}
.mobile-menu-content ul li a {
  padding: 15px 0;
  display: block;
  Text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #454545;
  border-bottom: 1px solid #d3d3d3;
}

.footer-links .group {
  padding: 25px 0 0 0;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 700px) {
  .footer-links .group {
    flex-wrap: wrap;
  }
}
.footer-links h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer-links ul li {
  padding-bottom: 10px;
}
.footer-links ul li a {
  color: #777777;
  text-decoration: none;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-links .column-1 {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .footer-links .column-1 {
    margin-bottom: 20px;
  }
}
.footer-links .column-2 {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .footer-links .column-2 {
    margin-bottom: 20px;
  }
}
.footer-links .column-3 {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .footer-links .column-3 {
    margin-bottom: 20px;
  }
}
.footer-links .column-4 {
  flex-grow: 2;
}
@media screen and (max-width: 700px) {
  .footer-links .column-4 {
    width: 100%;
    padding: 20px 0 10px;
  }
  .footer-links .column-4 h3 {
    display: none;
  }
  .footer-links .column-4 ul {
    justify-content: center;
  }
}

.social-icons ul {
  display: flex;
}
.social-icons ul li {
  margin-right: 10px;
}
.social-icons ul li a {
  background-image: url(assets/img/social-icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  width: 42px;
  height: 42px;
}
.social-icons ul li.instagram a {
  background-position: 2px 1px;
  transition: all 0.15s;
}
.social-icons ul li.instagram a:hover {
  background-position: 2px -41px;
  transition: all 0.15s;
}
.social-icons ul li.facebook a {
  background-position: -40px 1px;
  transition: all 0.15s;
}
.social-icons ul li.facebook a:hover {
  background-position: -40px -41px;
  transition: all 0.15s;
}
.social-icons ul li.pinterest a {
  background-position: -82px 1px;
  transition: all 0.15s;
}
.social-icons ul li.pinterest a:hover {
  background-position: -82px -41px;
  transition: all 0.15s;
}

.copyright-note {
  padding: 55px 0 35px 0;
}
@media screen and (max-width: 700px) {
  .copyright-note {
    padding: 30px 0 30px 0;
  }
}
.copyright-note p {
  font-size: 14px;
  color: #bebebe;
  text-align: center;
}

.visibility-control {
  display: none;
  visibility: hidden;
  transition: all 0.5s;
}
.visibility-control.show {
  visibility: visible;
  display: block !important;
  transition: all 0.5s;
}

.form-search-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 20px 0 20px;
}
.form-search-layer .overlay-white {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 998;
}
.form-search-layer .search-form {
  position: relative;
  z-index: 999;
}
.form-search-layer .search-form .search-layer-close {
  position: absolute;
  right: 0;
  top: -30px;
  background-image: url(./assets/img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.form-search-layer .search-form .search-layer-close:hover {
  cursor: pointer;
}
.form-search-layer form {
  padding: 20px;
  background: white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.form-search-layer form div {
  display: flex;
}
.form-search-layer .screen-reader-text {
  display: none;
}
.form-search-layer #s {
  padding: 10px 20px 10px 10px;
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin-right: 5px;
  width: 400px;
}
@media screen and (max-width: 700px) {
  .form-search-layer #s {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .form-search-layer #s {
    width: 180px;
  }
}
.form-search-layer #searchsubmit {
  padding: 7px 15px;
  border: 1px solid #f07555;
  color: white;
  background: #f07555;
  border-radius: 6px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 0;
  font-weight: 600;
}

.added_to_cart.wc-forward {
  display: none;
}

li.product {
  margin: 0 15px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}
li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
  color: #454545;
  text-decoration: none;
  text-align: center;
}
li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  padding: 20px 20px 16px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  min-height: 75px;
}
li.product .price {
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
li.product .price ins {
  text-decoration: none;
}
li.product .price ins .amount {
  text-decoration: none;
  font-size: 16px;
}
li.product .price del {
  color: #d3d3d3;
}
li.product .price del .amount {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
li.product .add_to_cart_button {
  padding: 8px 20px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #f07555;
  color: #f07555;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (max-width: 700px) {
  li.product .add_to_cart_button {
    background: #f07555;
    color: white;
  }
  li.product .add_to_cart_button:hover {
    transition: all 0.2s;
  }
  li.product .add_to_cart_button:hover:before {
    transform: translateX(0);
    transition: all 0.2s;
  }
}
li.product .add_to_cart_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f07555;
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.2s;
}
li.product .add_to_cart_button:hover {
  color: white;
  transition: all 0.2s;
}
li.product .add_to_cart_button:hover:before {
  transform: translateX(0);
  transition: all 0.2s;
}

.products {
  display: flex;
  flex-wrap: wrap;
}
.products.columns-3 li.product, .products.columns-4 li.product {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .products.columns-3 li.product, .products.columns-4 li.product {
    width: 100%;
    marign-right: 0;
  }
}
.products.columns-3 li.product:nth-child(3n+3), .products.columns-4 li.product:nth-child(3n+3) {
  margin-right: 0;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  text-align: center;
  color: #777777;
}
.woocommerce-breadcrumb a {
  color: #777777;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}
.woocommerce-breadcrumb a:first-child {
  padding-left: 0;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb span {
  padding-left: 10px;
}

.woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding: 30px 0 10px 0;
  margin-bottom: 20px;
}
.woocommerce-products-header h1 {
  margin: 0;
  padding: 0;
}
.woocommerce-products-header .ordering-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .woocommerce-products-header .ordering-container {
    display: none;
  }
}
.woocommerce-products-header .ordering-container .orderby-label {
  padding-right: 10px;
  color: #777777;
  font-size: 14px;
}
.woocommerce-products-header .ordering-container form.woocommerce-ordering {
  padding: 7px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
.woocommerce-products-header .ordering-container .orderby {
  border: none;
  color: #777777;
  font-size: 14px;
  background: transparent;
}

.woocommerce-breadcrumb {
  padding-bottom: 35px;
}

.single-product .product {
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .summary h1 {
  font-size: 32px;
}
@media screen and (max-width: 700px) {
  .single-product .product .summary h1 {
    font-size: 28px;
  }
}
.single-product .product .summary .woocommerce-Price-amount {
  font-size: 32px;
}
.single-product .product .summary .screen-reader-text {
  display: none;
}
.single-product .product .summary .cart {
  display: flex;
}
.single-product .product .woocommerce-tabs {
  margin: 45px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-product .product .woocommerce-tabs h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}
.single-product .product .woocommerce-tabs #tab-description {
  font-size: 16px;
  color: #373737;
  line-height: 1.5;
  max-width: 960px;
  width: 100%;
}
.single-product .product .entry-summary {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .single-product .product .entry-summary {
    width: 100%;
  }
}
.single-product .product .tabs.wc-tabs {
  display: none;
}
.single-product .product .product-label {
  color: #777777;
  padding-right: 5px;
}
.single-product .product .delivery-time {
  padding-top: 10px;
}
.single-product .product .product-sku {
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #d3d3d3;
}
.single-product .product .product-sku strong {
  color: #777777;
}
.single-product .product .cart {
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .cart input, .single-product .product .cart button {
  display: block;
}
.single-product .product .cart input.input-text {
  width: 65px;
  padding: 14px 10px 15px 10px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  overflow: hidden;
  background: white;
}
.single-product .product .cart button.single_add_to_cart_button {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #f07555;
  padding: 13px 35px 15px 35px;
  border-radius: 6px;
  margin-left: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .single-product .product .cart button.single_add_to_cart_button {
    padding: 10px 25px 12px 25px;
  }
}
.single-product .product .woocommerce-product-gallery {
  padding-right: 35px;
  width: calc(55% - 35px);
}
@media screen and (max-width: 700px) {
  .single-product .product .woocommerce-product-gallery {
    width: 100%;
    padding-right: 0;
  }
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
}
@media screen and (max-width: 700px) {
  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex-direction: column;
  }
}
.single-product .product .woocommerce-product-gallery .product-thumbs {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .single-product .product .woocommerce-product-gallery .product-thumbs {
    order: 2;
    margin-right: 0;
    display: flex;
  }
  .single-product .product .woocommerce-product-gallery .product-thumbs .woocommerce-product-gallery__image {
    padding-right: 10px;
  }
  .single-product .product .woocommerce-product-gallery .product-thumbs .woocommerce-product-gallery__image:last-child {
    padding-right: 0;
  }
}
.single-product .product .woocommerce-product-gallery .product-thumbs a {
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  .single-product .product .woocommerce-product-gallery .product-main-image {
    order: 1;
    padding-bottom: 20px;
  }
}
.single-product .product .woocommerce-product-gallery .product-main-image img {
  max-width: 100%;
  height: auto;
}
.single-product .product .woocommerce-product-gallery a {
  display: block;
}
.single-product .product .woocommerce-product-gallery a img {
  display: block;
}

.related.products > h2 {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}
.related.products .product {
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .related.products .product {
    width: 100%;
    margin-right: 0;
  }
  .related.products .product:nth-child(2), .related.products .product:nth-child(3) {
    display: none;
  }
}

.onsale {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 10px 7px 10px;
  background: #f07555;
  font-size: 14px;
  color: white;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#main .product {
  position: relative;
}

.variations_form .variations {
  width: 100%;
}

.reset_variations {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: no-wrap;
}

.single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount bdi {
  font-size: 32px;
  text-decoration: none;
}
.single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount del {
  margin-left: 30px;
  font-size: 20px;
  color: #373737;
  text-decoration: line-through;
}

.variations .label label {
  color: #373737;
  padding-right: 5px;
}
.variations .value select {
  padding: 14px 10px 15px 10px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  overflow: hidden;
  background: white;
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.stock.in-stock {
  font-weight: 600;
  color: green;
}

.stock.out-of-stock {
  font-weight: 600;
  color: red;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li span {
  display: block;
  padding: 10px 20px;
  color: #f07555;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-pagination .page-numbers li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 18px;
}

.term-description {
  padding: 35px 150px;
}
@media screen and (max-width: 700px) {
  .term-description {
    padding: 20px 0;
  }
}
.term-description p {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
}
.term-description p:last-child {
  margin-bottom: 0;
}

.products-carousel .slick-list {
  padding-bottom: 20px;
}
.products-carousel .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .products-carousel .header {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 10px 0;
  }
}
.products-carousel .header h2 {
  font-size: 26px;
  font-weight: 600;
  padding: 0 0 8px 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  flex-grow: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .products-carousel .header h2 {
    font-size: 20px;
    border-bottom: none;
    padding: 0;
  }
}
.products-carousel .header .more-products {
  margin-left: 30px;
  text-decoration: none;
  color: #454545;
  position: relative;
  bottom: -2px;
  font-size: 14px;
}
.products-carousel .products-in-products-carousel {
  position: relative;
  margin-top: 30px;
}
.products-carousel .products-in-products-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 70px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  z-index: 9;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
}
.products-carousel .products-in-products-carousel .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(assets/img/prev.svg);
}
.products-carousel .products-in-products-carousel .slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(assets/img/next.svg);
}

.homepage-categories ul {
  display: flex;
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 700px) {
  .homepage-categories ul {
    flex-wrap: wrap;
  }
}
.homepage-categories ul:before, .homepage-categories ul:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #d3d3d3;
  left: calc(50% - 40%);
}
.homepage-categories ul:before {
  top: 0;
}
.homepage-categories ul:after {
  bottom: 0;
}
.homepage-categories ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .homepage-categories ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.homepage-categories ul li a {
  text-decoration: none;
  text-align: center;
  padding: 50px 0;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.homepage-categories ul li a span {
  position: relative;
  padding-bottom: 3px;
  z-index: 2;
}
.homepage-categories ul li a:hover:before {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s;
}
.homepage-categories ul li a:hover span:before {
  width: 100%;
  transition: width 0.2s;
}
.homepage-categories ul li:last-child {
  margin-right: 0;
}

.homepage-seo-description .seo-description {
  padding: 35px 150px;
}
@media screen and (max-width: 700px) {
  .homepage-seo-description .seo-description {
    padding: 20px 0;
  }
}
.homepage-seo-description p {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
}
.homepage-seo-description p:last-child {
  margin-bottom: 0;
}

.page-template-default .opening-banners .section-format {
  padding: 0;
}
.page-template-default .banner-desktop {
  display: block;
}
@media screen and (max-width: 700px) {
  .page-template-default .banner-desktop {
    display: none;
  }
}
.page-template-default .banner-mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .page-template-default .banner-mobile {
    display: block;
  }
}

.woocommerce-cart-form {
  padding-right: 30px;
  flex-grow: 1;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
}
.woocommerce-cart-form thead {
  border-bottom: 1px solid #d3d3d3;
}
.woocommerce-cart-form thead th {
  padding: 10px 0;
  text-align: left;
}
.woocommerce-cart-form thead th.product-quantity {
  width: 40px;
}
.woocommerce-cart-form tbody td {
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 700px) {
  .woocommerce-cart-form tbody td {
    padding: 15px 15px 15px 0;
  }
}
.woocommerce-cart-form tbody td:last-child {
  border-bottom: none;
}
.woocommerce-cart-form tbody td .quantity {
  border: 1px solid #d3d3d3;
  padding: 7px;
  border-radius: 6px;
}
.woocommerce-cart-form tbody td .quantity input {
  border: none;
  background: none;
  width: 40px;
}
.woocommerce-cart-form tbody td.product-remove {
  padding-right: 0;
}
.woocommerce-cart-form .product-remove {
  width: 50px;
  text-align: center;
}
.woocommerce-cart-form .product-remove a {
  color: #373737;
  text-decoration: none;
}
.woocommerce-cart-form .product-name a {
  text-decoration: none;
  color: #454545;
  font-weight: 600;
}
.woocommerce-cart-form .product-thumbnail {
  width: 175px;
}
@media screen and (max-width: 700px) {
  .woocommerce-cart-form .product-thumbnail {
    width: 125px;
  }
}
.woocommerce-cart-form .product-thumbnail a {
  display: block;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100%;
  height: auto;
}
.woocommerce-cart-form .screen-reader-text {
  display: none;
}

.cart-collaterals {
  padding: 30px;
  border: 1px solid #d3d3d3;
  background: #f3f3f3;
}
.cart-collaterals h2 {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
.cart-collaterals .cart_totals th {
  text-align: left;
}
.cart-collaterals .wc-proceed-to-checkout a {
  background: #f07555;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #019c31;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(65% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions {
  padding-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table .coupon {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table .coupon label {
  padding-right: 10px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table .coupon #coupon_code {
  padding: 7px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin-right: 10px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table .coupon button.button {
  padding: 7px 15px;
  border: 1px solid #373737;
  color: #373737;
  border-radius: 6px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table button[name=update_cart] {
  padding: 7px 15px;
  border: 1px solid #f07555;
  color: white;
  background: #f07555;
  border-radius: 6px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .actions-after-table button[name=update_cart]:disabled {
  border: 1px solid #d3d3d3;
  color: #777777;
  background: #d3d3d3;
  cursor: not-allowed;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 35%;
}
@media screen and (max-width: 700px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals tr th {
  padding-right: 30px;
  padding-bottom: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals tr td {
  padding-bottom: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals tr td li {
  padding-bottom: 5px;
}
.woocommerce-cart .woocommerce .cart-collaterals tr td li input {
  margin-right: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals tr.order-total {
  border-top: 2px solid #d3d3d3;
}
.woocommerce-cart .woocommerce .cart-collaterals tr.order-total th, .woocommerce-cart .woocommerce .cart-collaterals tr.order-total td {
  padding-top: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals tr.order-total td {
  font-size: 18px;
}

a.remove {
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("./assets/img/remove_cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px;
}

.woocommerce-cart-form .item-price-mobile {
  margin-bottom: 10px;
}
.woocommerce-cart-form .remove-text {
  font-size: 14px;
  color: #f07555 !important;
}
.woocommerce-cart-form .variation {
  margin: 10px 0;
  display: flex;
}
.woocommerce-cart-form .variation dd {
  margin-left: 10px;
}
.woocommerce-cart-form .variation dd p {
  margin: 0;
  padding: 0;
}

.custom-order {
  display: flex;
  justify-content: center;
}
.custom-order .gallery {
  margin-bottom: 30px;
}
.custom-order .gallery ul {
  display: flex;
}
.custom-order .gallery ul li {
  margin-right: 10px;
}
.custom-order .gallery ul li:last-child {
  margin-right: 0;
}
.custom-order .gallery ul li a {
  display: block;
}
.custom-order .gallery ul li a img {
  max-width: 100%;
}
.custom-order .ultra-narrow {
  max-width: 700px;
}
.custom-order fieldset {
  border: none;
  padding-bottom: 20px;
}
.custom-order label.std {
  color: #373737;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  .custom-order .group {
    display: block;
  }
}
.custom-order .input-left {
  padding-right: 20px;
}
@media screen and (max-width: 700px) {
  .custom-order .input-left {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.custom-order input:not(.wpcf7-submit), .custom-order select, .custom-order textarea {
  padding: 10px 20px 10px 10px;
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  width: 100%;
}
.custom-order input[name=radio-rama] {
  width: auto;
}
.custom-order .wpcf7-list-item-label {
  padding-left: 7px;
}
.custom-order .form-submit {
  display: flex;
  justify-content: center;
}
.custom-order .form-submit input {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #f07555;
  padding: 13px 35px 15px 35px;
  border-radius: 6px;
  margin-left: 20px;
}
.custom-order .intro p {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  color: #454545;
  line-height: 1.6;
}
.custom-order .intro ul, .custom-order .intro ol {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  color: #454545;
  line-height: 1.6;
  margin-left: 40px;
}

.wpcf7-submit {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #f07555;
  padding: 13px 35px 15px 35px;
  border-radius: 6px;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: baseline;
}
.wpcf7-acceptance label input {
  width: auto !important;
}

.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-checkout form.checkout #customer_details {
  width: calc(60% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .woocommerce-checkout form.checkout #customer_details {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-checkout form.checkout .checkout-summary {
  width: 40%;
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
  background: #f3f3f3;
}
@media screen and (max-width: 700px) {
  .woocommerce-checkout form.checkout .checkout-summary {
    width: 100%;
  }
}
.woocommerce-checkout form.checkout .checkout-summary h3 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table th {
  text-align: left;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table thead th.product-name {
  width: calc(60% - 20px);
  padding-right: 20px;
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table thead th.product-total {
  width: 40%;
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tbody tr td {
  padding-bottom: 10px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot td {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td li {
  padding-bottom: 5px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td li input {
  margin-right: 10px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total {
  border-top: 2px solid #d3d3d3;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td {
  padding-top: 15px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 18px;
}
.woocommerce-checkout form.checkout .checkout-summary .woocommerce-checkout-payment {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d3d3d3;
}
.woocommerce-checkout form.checkout .checkout-summary #place_order {
  background: #f07555;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  border: none;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
}
.woocommerce-checkout form.checkout p.form-row label {
  display: block;
  color: #373737;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.woocommerce-checkout form.checkout p.form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout form.checkout p.form-row .woocommerce-input-wrapper input, .woocommerce-checkout form.checkout p.form-row .woocommerce-input-wrapper textarea {
  padding: 10px 20px 10px 10px;
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper p {
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper p#billing_first_name_field, .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field, .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field {
  width: calc(50% - 10px);
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, .woocommerce-billing-fields__field-wrapper p#shipping_first_name_field, .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field, .woocommerce-shipping-fields__field-wrapper p#shipping_first_name_field {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-billing-fields__field-wrapper p#billing_last_name_field, .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field, .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field {
  width: calc(50% - 10px);
}
@media screen and (max-width: 700px) {
  .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, .woocommerce-billing-fields__field-wrapper p#shipping_last_name_field, .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field, .woocommerce-shipping-fields__field-wrapper p#shipping_last_name_field {
    width: 100%;
  }
}
.woocommerce-billing-fields__field-wrapper p#billing_postcode_field, .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field, .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field, .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field {
  width: calc(30% - 10px);
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, .woocommerce-billing-fields__field-wrapper p#shipping_postcode_field, .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field, .woocommerce-shipping-fields__field-wrapper p#shipping_postcode_field {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-billing-fields__field-wrapper p#billing_city_field, .woocommerce-billing-fields__field-wrapper p#shipping_city_field, .woocommerce-shipping-fields__field-wrapper p#billing_city_field, .woocommerce-shipping-fields__field-wrapper p#shipping_city_field {
  width: calc(70% - 10px);
}
@media screen and (max-width: 700px) {
  .woocommerce-billing-fields__field-wrapper p#billing_city_field, .woocommerce-billing-fields__field-wrapper p#shipping_city_field, .woocommerce-shipping-fields__field-wrapper p#billing_city_field, .woocommerce-shipping-fields__field-wrapper p#shipping_city_field {
    width: 100%;
  }
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout-review-order-table .variation {
  margin: 10px 0;
  display: flex;
}
.woocommerce-checkout-review-order-table .variation dd {
  margin-left: 10px;
}
.woocommerce-checkout-review-order-table .variation dd p {
  margin: 0;
  padding: 0;
}

#customer_login {
  display: flex;
  flex-wrap: wrap;
}
#customer_login .col-1 {
  width: calc(50% - 15px);
  order: 2;
  padding: 21px;
}
@media screen and (max-width: 700px) {
  #customer_login .col-1 {
    width: 100%;
  }
}
#customer_login .col-2 {
  width: calc(50% - 15px);
  order: 1;
  margin-right: 30px;
  padding: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  #customer_login .col-2 {
    width: 100%;
    margin-right: 0;
  }
}
#customer_login label {
  display: block;
  color: #373737;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#customer_login input {
  padding: 10px 20px 10px 10px;
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  width: 100%;
}
#customer_login .woocommerce-form-register__submit {
  background: #f07555;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  padding: 15px 35px;
  text-align: center;
  border: none;
  letter-spacing: 1px;
}
#customer_login .woocommerce-form-login__submit {
  color: #f07555;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  padding: 15px 35px;
  text-align: center;
  border: 1px solid #f07555;
  letter-spacing: 1px;
}

.woocommerce-account .woocommerce {
  display: flex;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  padding-right: 30px;
  width: 30%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  padding-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  color: #454545;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: underline;
}

.woocommerce-message {
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
.woocommerce-message a {
  color: #f07555;
  margin-right: 20px;
  text-decoration: none;
}
.woocommerce-message a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
.woocommerce-MyAccount-content ul, .woocommerce-MyAccount-content ol {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
}
.woocommerce-MyAccount-content ul li {
  list-style-type: disc;
}
.woocommerce-MyAccount-content ol li {
  list-style-type: decimal;
}
.woocommerce-MyAccount-content a {
  color: #f07555;
  text-decoration: none;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.cms .main-content p {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
.cms .main-content ul, .cms .main-content ol {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
}
.cms .main-content ul li {
  list-style-type: disc;
}
.cms .main-content ol li {
  list-style-type: decimal;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-weight: 600;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #019c31;
  color: #019c31;
  border-radius: 6px;
}
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details li {
  padding-bottom: 7px;
}
.woocommerce-order-received .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-received .woocommerce-table--order-details tr th, .woocommerce-order-received .woocommerce-table--order-details tr td {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 20px;
}
.woocommerce-order-received .woocommerce-table--order-details tr th a, .woocommerce-order-received .woocommerce-table--order-details tr td a {
  color: #454545;
  text-decoration: none;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
  padding-top: 10px;
  border-top: 2px solid #d3d3d3;
  font-weight: 600;
}
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 30px;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: flex;
}
@media screen and (max-width: 700px) {
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    display: block;
  }
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1, .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 {
    margin-right: 0;
    width: 100%;
  }
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 {
  width: calc((100% / 2) - 15px);
  margin-right: 30px;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 {
  width: calc((100% / 2) - 15px);
}
.woocommerce-order-received address {
  line-height: 1.4;
}

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