.navbar section.widget > div {
  padding: 6px 10px;
}

.navbar p {
  padding: 0;
  margin: 0;
  color: black;
}

.navbar a {
  text-decoration: none;
  color: black;
}

.navbar a:hover {
  text-decoration: underline;
}

.home .entry-header {
  display: none;
}

#fixed-container {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
  background-color: #ffffffff;
  border-bottom: 1px solid #e6e6e6;
}

.home #fixed-container {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

html[data-scroll='0'] .home #fixed-container {
  background-color: #ffffff00;
  border-bottom: 1px solid #ffffff22;
}

html[data-scroll='0'] .home #fixed-container .site-header .menu > li > a {
  color: #fff;
}

html[data-scroll='0'] .home .cart-btn {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

nav.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media screen and (min-width: 60em) {
  nav.main-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#pershop-container {
  margin-top: 130px;
}

.home #pershop-container {
  margin-top: 0;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  height: 86px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 15;
}

.site-header .site-branding {
  margin: 15px 0 15px 15px;
}

.site-header .custom-logo-link img {
  max-height: 57px;
  height: 57px;
  width: auto;
}

html[data-scroll='0'] .home .site-header .custom-logo-link {
  filter: grayscale(100%) brightness(800%);
  -webkit-filter: grayscale(100%) brightness(800%);
  -moz-filter: grayscale(100%) brightness(800%);
}

.woocommerce-breadcrumb {
  font-size: 12px;
}

.woocommerce-breadcrumb a {
  font-size: 12px;
  color: #8f8f8f;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  color: #000000;
}

.wp-block-button a, .variations_button button, button.single_add_to_cart_button {
  position: relative;
  font-size: 13px;
  font-family: 'Zona Pro';
  text-transform: uppercase;
  padding: calc(.667em + 4px) calc(1.9em);
  padding-right: calc(2.5em + 22px);
}

.wp-block-button a:after, .variations_button button:after, button.single_add_to_cart_button:after {
  content: url("../img/goto.png");
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 11px 9px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.wp-block-button a.add_to_cart_button, .variations_button button, button.single_add_to_cart_button, a.product_type_variable {
  position: relative;
  background-color: #F6BF50;
  border: none;
}

.wp-block-button a.add_to_cart_button:after, .variations_button button:after, button.single_add_to_cart_button:after, a.product_type_variable:after {
  position: absolute;
}

.subtitle {
  font-family: Zona Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.295em;
  text-transform: uppercase;
  margin-bottom: -25px;
}

.site-main .entry-header > .entry-title {
  max-width: 1170px;
  margin: 0 auto;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.mozaic-gallery .wp-block-image {
  height: 100%;
}

.mozaic-gallery figure {
  height: 100%;
}

.mozaic-gallery img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*More than 750*/
@media screen and (min-width: 768px) {
  .half-bg-gray {
    position: relative;
  }
  .half-bg-gray div[class*="grids-s-"] .grids-area:nth-last-child(1) {
    background-color: unset !important;
  }
  .half-bg-gray::after {
    content: '';
    width: calc(50vw - 30px);
    height: 100%;
    top: 0;
    left: calc(50vw + 13px);
    background: #fff;
    background: linear-gradient(90deg, #fff 168px, #f7f7f7 168px);
    position: absolute;
    z-index: -1;
  }
}

.minus-top-margin {
  margin-top: -50px;
}

.wp-block-group-center {
  max-width: 30em;
  margin: 0 auto;
  padding: 0 15px;
}

/*750*/
@media screen and (min-width: 46.875em) {
  .wp-block-group-center {
    max-width: 46.875em;
  }
}

/*960*/
@media screen and (min-width: 60em) {
  .wp-block-group-center, .site-header {
    max-width: 60em;
  }
  .site-header .site-branding {
    margin: 15px 0;
  }
}

/*1200*/
@media screen and (min-width: 75em) {
  .wp-block-group-center {
    max-width: 75em;
  }
}

.wp-block-medium-center {
  max-width: 782px;
  margin: 0 auto;
}

figcaption {
  text-align: center;
}

.one-line-form {
  width: 378px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.one-line-form input[type=text],
.one-line-form input[type=email],
.one-line-form input[type=url],
.one-line-form input[type=password],
.one-line-form input[type=search],
.one-line-form input[type=number],
.one-line-form input[type=tel] {
  padding: 10px;
  font-size: 18px;
  max-width: 80%;
}

.one-line-form input[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 38px;
  height: 38px;
  background: #fff url("../img/goto.png") no-repeat center center;
  border-radius: 19px;
  position: absolute;
  top: 5px;
  right: 2px;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.one-line-form input[type=submit]:hover {
  cursor: pointer;
  background-color: #F6BF50;
}

.bswoo-prodsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #192438;
}

.bswoo-prodsbox .bswoo-text-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bswoo-prodsbox .bswoo-text-col h2 {
  font-size: 36px;
  margin: 20px 20px;
}

.bswoo-prodsbox .bswoo-text-col p {
  margin: 5px 20px 20px;
}

.bswoo-prodsbox .bswoo-text-col div.bswoo-arrows {
  margin: 5px 20px;
}

.bswoo-prodsbox .bswoo-prod-col {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  max-width: 75%;
  padding: 0 20px;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box {
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  background-color: #fff;
  min-height: 442px;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box span.img-cover {
  height: 232px;
  min-height: 232px;
  max-height: 232px;
  max-width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box span.img-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box h3 {
  color: #192438;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 22px;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box a {
  text-decoration: none;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box a:visited, .bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box a:focus, .bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box a:active {
  color: #000;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box a .price {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button a {
  margin-bottom: -40px;
  min-height: 44px;
  padding-left: 0;
  padding-right: calc(2.5em + 14px);
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button a span {
  width: 0px;
  max-width: 0px;
  display: block;
  overflow: hidden;
  max-height: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button a:after {
  content: url("../img/plus.png");
  padding: 5px 13px 9px;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button a:hover {
  padding-left: calc(2.5em + 2px);
  padding-right: calc(2.5em + 22px);
  color: black;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box .wp-block-button a:hover span {
  width: 90px;
  max-width: 90px;
}

.bswoo-prodsbox .bswoo-prod-col .bswoo-prod-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #0000005c;
          box-shadow: 0px 0px 10px 0px #0000005c;
}

.bswoo-prodsbox .bswoo-prod-col .owl-item {
  position: relative;
  z-index: 1;
}

.bswoo-prodsbox .bswoo-prod-col .owl-item:hover {
  z-index: 2;
}

.bswoo-prodsbox .bswoo-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bswoo-prodsbox .bswoo-arrows > span {
  content: url(../img/goto.png);
  padding: 16px 14px;
  margin-right: 10px;
  border: 1px solid #747474;
  border-radius: 24px;
}

.bswoo-prodsbox .bswoo-arrows > span.bswoo-arrow-left {
  content: url(../img/backto.png);
}

.bswoo-prodsbox .bswoo-arrows > span:hover {
  border-color: #F6BF50;
  color: #F6BF50;
  cursor: pointer;
  background-color: #fff;
}

body.shopping-active .bswoo-prodsbox .bswoo-prod-box .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #F6BF50;
  border-radius: 18px;
  padding: 3px 20px;
  z-index: 2;
  color: #000;
}

ul.products li {
  display: block;
  text-align: center;
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 5px;
}

ul.products li:hover {
  border-color: #e6e6e6;
}

ul.products li .short-desc {
  max-height: 120px;
  height: 111px;
  overflow: hidden;
  color: #8f8f8f;
}

ul.products li a {
  text-decoration: none;
  color: #192438;
}

ul.products li .price-box {
  margin-top: 30px;
}

ul.products li .price-box .price .amount {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Zona Pro';
}

ul.products li .price-box .price del .amount {
  font-size: 14px;
}

ul.products li .price-box .price ins {
  background: unset;
}

ul.products li > a {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.products li img {
  width: 200px;
  margin: 0 auto;
  display: block;
  min-height: 280px;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}

ul.products li:hover .wp-block-button {
  display: block;
}

ul.products .wp-block-button {
  display: none;
}

ul.products .wp-block-button a {
  color: black;
  text-decoration: none;
  border-radius: 30px;
  max-width: 244px;
  padding: 13px 48px 13px 20px;
  margin: 0 auto;
}

ul.products .wp-block-button a.add_to_cart_button, ul.products .wp-block-button a.product_type_variable {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 100px);
}

.wp-block-cgb-block-bs-slider {
  position: relative;
  padding-bottom: 60px;
}

.wp-block-cgb-block-bs-slider .bs-slider-full {
  padding: 0;
  position: relative;
  z-index: 2;
}

.wp-block-cgb-block-bs-slider .slider-item-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  position: relative;
}

.wp-block-cgb-block-bs-slider .slider-item-box::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 1;
}

.wp-block-cgb-block-bs-slider .slider-text-inner {
  position: relative;
  z-index: 2;
  min-height: 812px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-cgb-block-bs-slider .slider-text-inner .subtitle {
  color: #F6BF50;
}

.wp-block-cgb-block-bs-slider .slider-text-inner h1 {
  text-align: center;
  font-size: 55px;
  color: #fff;
}

.wp-block-cgb-block-bs-slider .slider-text-inner .slide-desc-p {
  font-family: "Zona Pro ExtraLight","Helvetica Neue", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.wp-block-cgb-block-bs-slider .thumbs {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.wp-block-cgb-block-bs-slider .thumbs .wp-block-group-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-cgb-block-bs-slider .thumbs .wp-block-group-center a {
  max-width: 240px;
  display: block;
  border-top: 2px solid #F6BF5000;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.wp-block-cgb-block-bs-slider .thumbs .wp-block-group-center a:hover {
  border-color: #F6BF50ff;
}

.wp-block-cgb-block-bs-slider::after {
  position: absolute;
  content: ' ';
  display: block;
  bottom: -50px;
  left: calc(50% - 600px);
  width: 375px;
  height: 200px;
  background: url("../img/dot-texture.png") repeat;
  z-index: 3;
}

.overline-container .grids-area {
  position: relative;
  z-index: 1;
}

.overline-container .overline-box {
  position: relative;
  z-index: 2;
}

.overline-container .overline-box:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #F6BF50;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: 1;
}

.overline-container .overline-box h2, .overline-container .overline-box p {
  position: relative;
  z-index: 2;
}

.fill-images figure {
  margin: 0;
}

.fill-images figure img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
}

.back-box > p.back-box-text {
  display: block;
  position: absolute;
  z-index: -1;
  font-family: 'Zona Pro', sans-serif;
  font-size: 144px;
  color: #1924380d;
  margin: 0;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.back-box {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.back-box::before, .back-box::after {
  content: "";
  width: 200px;
  height: 200px;
  left: -40px;
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.back-box::before {
  background: url(../img/dot-texture.png) repeat;
}

.back-box::after {
  background-color: #F6BF50;
}

.back-box.back-box1::before {
  top: unset;
  bottom: -20px;
  width: 70%;
  left: -15px;
}

.back-box.back-box1::after {
  top: calc(50% - 240px);
  left: 0;
  width: calc(50vw - 80px);
  height: 60%;
}

.back-box.back-box1 > p.back-box-text {
  top: 0;
  left: 40px;
  width: calc(50vw - 49px);
}

.back-box.back-box2::before {
  top: unset;
  bottom: 20px;
  width: 50%;
  left: unset;
  right: 0px;
}

.back-box.back-box2::after {
  height: 240px;
  width: calc(100% - 40px);
  top: 40px;
  left: unset;
  right: 0;
}

.back-box.back-box2 > p.back-box-text {
  top: 0;
  left: 40px;
  width: calc(50vw - 49px);
}

.back-box.back-box3::before {
  bottom: -50px;
  top: unset;
  height: 50%;
}

.back-box.back-box3::after {
  display: none;
}

.back-box.back-box3 > p.back-box-text {
  top: unset;
  bottom: -94px;
  left: -100px;
}

.back-box.back-box4::after {
  top: 20%;
  height: 60%;
  left: 30%;
  width: calc(50vw - 35%);
}

.back-box.back-box5::before {
  left: unset;
  right: -10px;
  top: unset;
  bottom: -40px;
}

.back-box.back-box5::after {
  top: -40px;
  height: 70%;
  left: unset;
  right: 30%;
  width: calc(50vw - 35%);
}

.back-box-shadow img {
  -webkit-box-shadow: 0px 0px 15px 1px #00000066;
          box-shadow: 0px 0px 15px 1px #00000066;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  color: #000;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 10px;
}

.woocommerce-message {
  background-color: #c4f5b5;
  border: 1px solid #3cb916;
}

.woocommerce-info {
  background-color: #e1f4ff;
  border: 1px solid #3d9cd2;
}

.woocommerce-error {
  background-color: #ffebe7 !important;
  border: 1px solid #e2401c;
  margin: 15px 0;
}

.wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-row label {
  display: block;
}

.form-row input {
  width: 100%;
}

.single-product-container {
  padding-bottom: 100px;
}

.single-product-container .woocommerce-product-gallery__image {
  max-width: 540px;
  width: 540px;
  text-align: center;
}

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

.product .summary {
  min-width: 50%;
  padding: 0 15px;
}

.entry-summary .quantity {
  width: 50%;
  float: left;
  padding-left: 25px;
}

.entry-summary .single_add_to_cart_button {
  border-radius: 30px;
  margin-top: 20px;
  line-height: 18px;
}

.entry-summary .single_add_to_cart_button:hover {
  cursor: pointer;
}

.entry-summary .single_add_to_cart_button:after {
  content: url("../img/plus.png");
  padding: 5px 13px 9px;
}

p.stock, .summary.entry-summary > .price, .product-qty-lbl {
  display: none;
}

.product-lbl {
  width: 160px;
  max-width: 160px;
  padding-left: 25px;
}

.entry-summary input[type=number], .entry-summary select {
  font: bold 13px "Zona Pro", sans-serif;
  line-height: 22px;
  padding: 10px 20px;
  border-radius: 30px;
}

.entry-summary select {
  max-width: 320px;
  width: 80%;
  margin-bottom: 20px;
}

.entry-summary .product-qty-lbl {
  display: inline-block;
  margin-right: 30px;
}

.entry-summary .price-to-show {
  color: #192438;
  font: bold 20px "Zona Pro", sans-serif;
  line-height: 46px;
}

.entry-summary .price-to-show .woocommerce-Price-currencySymbol {
  color: #ddd;
}

.entry-summary .product_meta {
  margin-bottom: 20px;
  padding-left: 25px;
}

.entry-summary .product_meta > span {
  display: block;
  margin-bottom: 10px;
}

.entry-summary .product_meta_link {
  display: block;
  margin: 20px 0 20px 25px;
  color: #8f8f8f;
  font-size: 12px;
}

.related.products {
  min-width: 100%;
  padding: 100px 0;
}

.wc-tabs-wrapper {
  min-width: 100%;
  margin-top: 80px;
  padding: 0 15px;
}

.tabs-box {
  margin-bottom: 15px;
  padding: 0 30px 0 72px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 100%;
}

.tabs-box li {
  font: bold 18px "Zona Pro", sans-serif;
  position: relative;
}

.tabs-box li::before {
  position: absolute;
  width: 32px;
  height: 32px;
  left: -52px;
  top: 12px;
  content: '';
}

.tabs-box li.additional_information_tab::before {
  content: url(../img/opis.png);
}

.tabs-box li.description_tab::before {
  content: url(../img/opis.png);
}

.tabs-box li.tech_tab::before {
  content: url(../img/karta_technologiczna.png);
}

.tabs-box li.cert_tab::before {
  content: url(../img/certyfikaty.png);
}

.tabs-box a {
  text-decoration: none;
  color: #000;
}

.tabs-box a:hover {
  color: #F6BF50;
}

.columns-cart {
  padding: 0 15px;
}

.columns-cart .product-remove, .columns-cart .product-thumbnail {
  text-align: center;
}

.columns-cart img {
  max-width: 200px;
}

.column-cart-items {
  padding: 0 15px;
  font-size: 14px;
  font-family: "Zona Pro";
  color: #192438;
}

.column-cart-items td {
  border-top: 1px solid #e7e7e7;
  padding: 20px 5px 0;
  margin-top: 20px;
}

.column-cart-items input.qty {
  width: 50px;
  padding-left: 8px;
}

.column-cart-items a {
  font-size: 16px;
  font-family: "Zona Pro";
  text-decoration: none;
  color: #192438;
}

.column-cart-items .woocommerce-Price-currencySymbol {
  color: #8f8f8f;
  font-size: 12px;
}

.column-cart-items .remove {
  font-size: 36px;
}

.column-cart-items .coupon {
  padding-left: 30px;
}

.column-cart-items .coupon input {
  padding-left: 15px;
  margin-left: 15px;
}

.column-cart-items .coupon button {
  position: relative;
  background-color: #fff7e8;
  border-radius: 30px;
  line-height: 18px;
  padding: 12px 50px;
  text-decoration: none;
  color: #000;
  border: 1px solid #F6BF50;
  font-size: 13px;
  font-family: 'Zona Pro';
  text-transform: uppercase;
  cursor: pointer;
}

.column-cart-items .coupon button::after {
  content: url(../img/goto.png);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 11px 9px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.column-cart-items button[name="update_cart"] {
  visibility: hidden;
}

.column-cart-summary {
  padding: 0 15px;
  max-width: 450px;
  background-color: #fff7e8;
}

.column-cart-summary #shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-cart-summary #shipping_method label {
  font-size: 0;
}

.column-cart-summary #shipping_method label span {
  font-size: 16px;
}

.column-cart-summary .shop_table th, .column-cart-summary .shop_table td {
  padding: 10px 0;
  border-top: 1px solid #00000013;
}

.column-cart-summary .shop_table th {
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
}

.column-cart-summary .shop_table td {
  text-align: right;
}

.column-cart-summary .amount {
  font-family: "Zona Pro";
  color: #000;
}

.column-cart-summary .amount .woocommerce-Price-currencySymbol {
  opacity: 0.3;
  font-size: 12px !important;
}

.column-cart-summary .woocommerce-shipping-destination, .column-cart-summary .shipping-calculator-button, .column-cart-summary .woocommerce-shipping-calculator {
  display: none;
}

.column-cart-summary .checkout-button {
  background-color: #F6BF50;
  border-radius: 30px;
  line-height: 18px;
  padding: 15px 50px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.column-cart-summary .checkout-button:hover {
  color: #F6BF50;
  background-color: #000;
}

@media screen and (min-width: 46.875em) {
  .columns-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-cart img {
    max-width: 150px;
  }
  .columns-cart h2 {
    padding-top: 10px;
  }
  .column-cart-items {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .cart-collaterals {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
  }
}

body.woocommerce-checkout .cart-btn, body.woocommerce-cart .cart-btn {
  display: none;
}

#fixed-cartbar {
  position: fixed;
  right: calc(100vw * -1);
  top: 0;
  height: 100%;
  overflow: auto;
  min-width: 320px;
  max-width: calc(100% - 64px);
  width: 80%;
  z-index: 110;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#fixed-cartbar .close {
  right: 30px;
  font-size: 52px;
  position: absolute;
  cursor: pointer;
  color: #000;
}

#fixed-cartbar.active {
  right: 0px;
}

#fixed-cartbar::-webkit-scrollbar {
  width: 10px;
}

#fixed-cartbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#fixed-cartbar::-webkit-scrollbar-thumb {
  background: #888;
}

#fixed-cartbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#fixed-cartbar ul {
  display: block;
  margin: 0;
  padding: 0;
}

#fixed-cartbar ul li {
  display: block;
  padding: 30px 0;
  border-top: 1px solid #EDEDED;
}

#fixed-cartbar a {
  color: #192438;
  font-family: 'Zona Pro';
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

#fixed-cartbar a.remove {
  font-size: 52px;
  font-weight: normal;
  color: #EDEDED;
  font-family: 'Source Sans Pro';
}

#fixed-cartbar a.remove:hover {
  color: #192438;
}

#fixed-cartbar a.name-item-link {
  text-align: left;
  width: 100%;
  padding: 0 15px;
}

#fixed-cartbar .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fixed-cartbar .first-row img {
  max-width: 96px;
}

#fixed-cartbar .second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Zona Pro';
  font-size: 20px;
  font-weight: 700;
  color: #192438;
  padding: 20px 0 0;
}

#fixed-cartbar .second-row .quantity {
  font-size: 18px;
}

#fixed-cartbar .amount {
  font-family: 'Zona Pro';
  font-size: 20px;
  font-weight: 700;
  color: #192438;
  margin-right: 32px;
}

#fixed-cartbar .woocommerce-Price-currencySymbol {
  color: #e7e7e7;
}

#fixed-cartbar .total-item, #fixed-cartbar .shipping-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EDEDED;
  padding: 20px 0;
}

#fixed-cartbar .wp-block-button a {
  background-color: #eee;
  border: 1px solid #F6BF50;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#fixed-cartbar .wp-block-button a.checkout {
  background-color: #F6BF50;
}

#fixed-cartbar .wp-block-button a:hover {
  background-color: #000;
  color: #F6BF50;
}

.cart-btn {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.cart-btn img {
  height: 34px;
}

/*More than 750*/
@media screen and (min-width: 46.875em) {
  ul.products li {
    padding: 10px 20px 30px;
    margin-top: 30px;
  }
  #fixed-cartbar {
    width: 420px;
  }
}

.site-footer {
  text-align: center;
  padding: 15px;
}

.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul.menu a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  font-family: 'Zona Pro';
  color: #192438;
}

.site-footer ul.menu a:hover {
  color: #F6BF50;
}

.site-footer button {
  border-radius: 28px;
  padding: 10px;
  width: 44px;
  line-height: 22px;
  background-color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.site-footer button:hover {
  border-color: #F6BF50;
  background-color: #F6BF50;
}

@media screen and (max-width: 46.874em) {
  .mobile-reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mobile-center-text * {
    text-align: center;
  }
  .mobile-center-img figure {
    float: unset !important;
    margin: 0 auto !important;
  }
  .mobile-no-float * {
    float: unset !important;
  }
}

.col2-set {
  display: block;
}

.col2-set label {
  margin-left: 15px;
}

.col2-set input {
  padding-left: 15px;
}

.woocommerce-input-wrapper .select2-selection {
  border-radius: 21px;
  border-color: #e6e6e6;
  display: block;
  height: 42px;
}

.woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  height: 42px;
  padding-right: 41px;
}

.woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  line-height: 36px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #e6e6e6 !important;
}

.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid #ccc;
}

.woocommerce-checkout-review-order-table tfoot tr > * {
  border-bottom: 1px solid #ccc;
}

.woocommerce-checkout-review-order-table tr td:nth-child(1),
.woocommerce-checkout-review-order-table tr th:nth-child(1) {
  text-align: left;
}

.woocommerce-checkout-review-order-table tr td:nth-last-child(1),
.woocommerce-checkout-review-order-table tr th:nth-last-child(1) {
  text-align: right;
}

/*750*/
@media screen and (min-width: 46.875em) {
  .site-footer ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col2-set .col-1 {
    min-width: 50%;
    padding-right: 15px;
  }
  .col2-set .col-2 {
    min-width: 50%;
    padding-left: 15px;
  }
  .woocommerce-checkout-review-order-table {
    width: 50%;
    min-width: 50%;
    padding-right: 15px;
  }
  #order_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=main.css.map */