@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap);@charset "UTF-8";

/**
 * Set up a decent box model on the root element
 */

:root {
  font-size: 0.625rem;
}

html {
  box-sizing: border-box;
}

body {
  width: 100%;
  padding-top: 0;
}

@media (max-width: 1024px) {
  body {
    padding-top: 7rem;
  }
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none !important;
}

.outline-none {
  outline: none;
}

.no-scroll {
  overflow: hidden;
}

/**
 * Basic typography style for copy text
*/

.title-xxl, .hero--v1 .hero__title {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 4.4rem;
  line-height: 53px;
  letter-spacing: 0.08em;
}

.title-xl, .woocommerce-order .container .woocommerce-thankyou-order-received, h2, h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0;
}

.title-l, h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: 0;
}

.title-m, .woocommerce-order .woocommerce-order-details__title, form.woocommerce-EditAccountForm.edit-account fieldset legend, h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

.title-s, .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title, .product-item__onsale, .footer--v1__content h3, .price ins,
ins, .woocommerce-Price-currencySymbol, .price .woocommerce-Price-amount,
.woocommerce-Price-amount, .price del, h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}

.title-xs, h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.75px;
  letter-spacing: 0;
}

.text-l, .quantity__btns > div {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 4rem;
}

@media (max-width: 768px) {
  .text-l, .quantity__btns > div {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.text-m, input[type=text], .header--v4-mobile__link--reverse, .header--v4-mobile__link, .header--v4-mobile__item, .header--v4-mobile__depthitem li a, .header--v4-mobile__aside .menu__column, .woocommerce .woocommerce-ordering, .woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-breadcrumb, body,
p {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.text-s, .size-guide__content, .size-guide__tab, input,
input[type=text],
input[type=email],
input[type=phone],
textarea,
select, .footer--v1__content p,
.footer--v1__content a, .header-bottom .menu__column ul li, .header-bottom .menu__column ul li a, .header-bottom .menu__item .menu__link, .header-bottom__left {
  font-family: Inter;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.text-s--uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-s--bold {
  font-weight: 300;
}

.text-xs, .header-bottom, .header-top--v1, .header--v4 .header__right-top, .header--v4 .header__left-top, .cart-discount .woocommerce-remove-coupon, .single-product-wrapper .variations .reset_variations, .variations_form.cart table.variations td.label {
  /* Small text */
  font-family: Inter;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0px;
}

.text-button-s, .button-v2--s {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-button-m, .button-v2, .button-v1, .single_add_to_cart_button, .button, .text-button {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.text-button-l, .button-v2--l, .button-v1--l {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.link-m, .header-bottom .menu__column--evidence ul li a {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 32px;
  position: relative;
}

.link-m:before, .header-bottom .menu__column--evidence ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #000;
  transition: 0.5s;
}

.link-m:hover:before, .header-bottom .menu__column--evidence ul li a:hover:before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.variations_form.cart table.variations {
  margin-bottom: 2rem;
}

.variations_form.cart table.variations td {
  display: block;
}

.variations_form.cart table.variations td.label {
  text-transform: uppercase;
}

.variations_form.cart table.variations td.label .woo-selected-variation-item-name {
  display: none;
}

.variations_form.cart table.variations tr {
  display: block;
}

.variations_form.cart table.variations tr:not(:last-child) {
  margin-bottom: 0.5rem;
}

.variations_form.cart table.variations ul li {
  border: none;
  outline: none;
  border-radius: 0 !important;
  padding: 0 !important;
  min-width: 40px !important;
  min-height: 40px !important;
}

.variations_form.cart table.variations ul li::after, .variations_form.cart table.variations ul li::before {
  display: none !important;
}

.variations_form.cart table.variations ul li.disabled::before, .variations_form.cart table.variations ul li.disabled::after {
  display: none !important;
}

.caldera-grid {
  position: relative;
  width: 100%;
  display: block;
}

.caldera-grid .checkbox-inline,
.caldera-grid .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.caldera-grid .checkbox input[type=checkbox],
.caldera-grid .checkbox-inline input[type=checkbox],
.caldera-grid .radio input[type=radio],
.caldera-grid .radio-inline input[type=radio] {
  margin-left: -20px;
}

.caldera-grid p.caldera-forms-consent-field-agreement {
  display: inline;
}

.caldera-grid p {
  margin: 0;
}

.caldera-grid .row {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .caldera-grid .row {
    margin-bottom: 0;
  }
}

.caldera-grid .row > div {
  padding: 0 10px;
  box-sizing: border-box;
  /*  &.col-sm-3  {
            width: 25%;
        } */
}

.caldera-grid .row > div.col-sm-1 {
  width: 8.3333333333%;
}

.caldera-grid .row > div.col-sm-2 {
  width: 16.6666666667%;
}

.caldera-grid .row > div.col-sm-3 {
  width: 25%;
}

.caldera-grid .row > div.col-sm-4 {
  width: 33.3333333333%;
}

.caldera-grid .row > div.col-sm-5 {
  width: 41.6666666667%;
}

.caldera-grid .row > div.col-sm-6 {
  width: 50%;
}

.caldera-grid .row > div.col-sm-7 {
  width: 58.3333333333%;
}

.caldera-grid .row > div.col-sm-8 {
  width: 66.6666666667%;
}

.caldera-grid .row > div.col-sm-9 {
  width: 75%;
}

.caldera-grid .row > div.col-sm-10 {
  width: 83.3333333333%;
}

.caldera-grid .row > div.col-sm-11 {
  width: 91.6666666667%;
}

.caldera-grid .row > div.col-sm-12 {
  width: 100%;
}

.caldera-grid .row > div label.sr-only {
  display: none;
}

.caldera-grid .row > div input[type=text],
.caldera-grid .row > div input[type=email],
.caldera-grid .row > div input[type=number],
.caldera-grid .row > div input[type=phone],
.caldera-grid .row > div select,
.caldera-grid .row > div textarea {
  width: 100%;
}

@media (max-width: 640px) {
  .caldera-grid .row > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}

.caldera-grid .caldera_ajax_error_block {
  background: #ab1e1e;
  padding: 0px 15px;
  font-size: 15px;
  width: 100%;
  display: block;
  color: #ffffff;
  margin-top: 8px;
  position: relative;
  opacity: 0;
  transition: 1s;
}

.caldera-grid .caldera_ajax_error_block:before {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  background: #ab1e1e;
  position: absolute;
  top: -10px;
  left: 0;
  transition: 0.5s;
}

.caldera-grid .caldera_ajax_error_block.filled {
  opacity: 1;
}

.caldera-grid .caldera_ajax_error_block.filled:before {
  width: 100%;
}

.caldera-grid .caldera_ajax_error_block .parsley-required {
  display: block;
  margin: 0;
  line-height: 27px;
}

.caldera-grid .form-group {
  position: relative;
  display: block;
}

.caldera-grid .form-group:before {
  content: "";
  width: 0%;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

.caldera-grid .form-group.form_submit:before, .caldera-grid .form-group.focus_input:before {
  display: none;
}

.caldera-grid .form-group.focus_input:before {
  width: 100%;
}

#body .search-bar .dgwt-wcas-search-wrapp {
  height: 100%;
  width: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid transparent;
}

#body .search-bar .dgwt-wcas-search-wrapp:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: white;
  position: absolute;
  bottom: -2px;
  z-index: 9999;
  opacity: 0;
}

#body .search-bar .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon-open {
  background-color: #fff;
  border-color: #000;
  border-bottom: 2px solid transparent;
}

#body .search-bar .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon-open:before {
  opacity: 1;
}

#body .search-bar .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 2px solid #000;
  border-radius: 0px;
}

#body .search-bar .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  top: 100%;
}

#body .search-bar .dgwt-wcas-st-more {
  display: none !important;
}

.dgwt-wcas-pd-addtc .add_to_cart_button,
.dgwt-wcas-pd-addtc .add_to_cart_inline {
  display: block;
}

.dgwt-wcas-pd-addtc .add_to_cart_button a,
.dgwt-wcas-pd-addtc .add_to_cart_inline a {
  height: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.dgwt-wcas-pd-addtc-form > .quantity {
  margin-right: 0;
  height: 5rem;
}

.dgwt-wcas-pd-addtc {
  display: none;
}

.price del {
  opacity: 1 !important;
  color: #000 !important;
}

.price .woocommerce-Price-amount,
.woocommerce-Price-amount {
  color: #000 !important;
}

.woocommerce-Price-currencySymbol {
  padding-right: 0.5rem;
}

.price ins,
ins {
  text-decoration: none;
  padding-left: 0.5rem;
}

.price ins .woocommerce-Price-amount,
ins .woocommerce-Price-amount {
  color: #C90000 !important;
}

.woocommerce .woocommerce-breadcrumb {
  color: #000 !important;
  margin: 0;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #ccc !important;
}

.woocommerce-product-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  display: none;
  pointer-events: none;
}

.woocommerce-product-gallery figure {
  width: 100%;
}

.woocommerce-product-gallery__image {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
  margin-right: 5px !important;
}

.woocommerce-product-gallery__image img {
  width: 100%;
}

.woocommerce-product-gallery .flex-viewport {
  width: 88%;
}

@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }
}

.woocommerce-product-gallery .flex-control-nav {
  width: 12%;
  padding-right: 1rem;
}

.woocommerce-product-gallery .flex-control-nav li {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-control-nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1rem;
  }

  .woocommerce-product-gallery .flex-control-nav li {
    max-width: 8rem;
    border: 1px solid #CECECE;
    margin-right: 0.5rem;
  }
}

.single_variation_wrap {
  width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
  outline: none;
}

form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form.cart .quantity {
  margin: 0;
  outline: none;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */

/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */

/**
 * Objects
 */

/*account*/

.woocommerce-account #main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.woocommerce-account .col2-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-account .col2-set > div {
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .woocommerce-account .col2-set > div {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.woocommerce-account ul li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.button {
  width: 100%;
  margin-bottom: 2rem;
}

.woocommerce-account main > .woocommerce {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
}

.woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation {
  padding: 0px 0 4rem;
}

.woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --border-opacity: 1;
  border-color: #E8E8E8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  border-width: 2px;
  margin-bottom: 1rem;
  display: block;
  transition: 0.5s;
}

.woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account main > .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content table {
  width: 100%;
  text-align: center;
}

.woocommerce-account main > .woocommerce .u-columns {
  width: 100%;
}

table.my_account_orders {
  font-size: 0.85em;
  border-collapse: separate;
  border-spacing: 0 1em;
}

table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}

table.my_account_orders .button {
  white-space: nowrap;
}

table.woocommerce-MyAccount-downloads td,
table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}

table.woocommerce-MyAccount-downloads td:first-child,
table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}

table.woocommerce-MyAccount-downloads td:last-child,
table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}

table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "\2193";
  display: inline-block;
}

.wc-bacs-bank-details-account-name {
  font-weight: bold;
}

/**
 * Account page
 */

.woocommerce-account .woocommerce {
  zoom: 1;
}

.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}

.woocommerce-account .woocommerce::after {
  clear: both;
}

.woocommerce-account .addresses .title {
  zoom: 1;
}

.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title::after {
  clear: both;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 300;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\E00A";
  text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/*ortica*/

form.woocommerce-EditAccountForm.edit-account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
  margin: 0;
  padding: 0;
  width: 100%;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
  padding: 2rem 0.5rem 0;
  display: block;
}

.woocommerce-MyAccount-content .form-row label {
  display: block;
}

.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
  width: 100%;
  display: block;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  margin: 1rem 0.5rem;
}

/*mobile*/

@media (max-width: 768px) {
  table.my_account_orders tr td.order-actions {
    text-align: left;
  }

  table.my_account_orders tr td.order-actions::before {
    display: none;
  }

  table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }

  .lost_reset_password .form-row-first,
  .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}

.shop-arrow {
  padding-right: 1rem;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-arrow a svg {
  width: 2rem;
  height: auto;
  transition: 0.5s;
}

.shop-arrow a:hover svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.woocommerce .woocommerce-ordering {
  float: unset;
  margin: 0;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: unset;
}

.single-product-wrapper .woocommerce-product-details__short-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.single-product-wrapper .variations .reset_variations {
  --text-opacity: 1;
  color: #3D3D3D;
  color: rgba(61, 61, 61, var(--text-opacity));
}

.woocommerce-product-details__short-description p {
  font-weight: 300;
  font-size: 18px;
}

.input-errors {
  font-family: Lato;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0px;
  color: red;
  height: 2rem;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce-checkout button[name=woocommerce_checkout_place_order] {
  width: 100%;
  padding: 2rem;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#payment {
  margin-top: 2rem;
}

.wc_payment_methods.payment_methods li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wc_payment_methods.payment_methods li .payment_box {
  margin-top: 1rem;
  border: 1px solid #E8E8E8;
  padding: 1rem;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields .form-row label {
  display: none;
}

.form-row {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.form-row .select2.select2-container.select2-container--default {
  border: 1px solid #000;
  overflow: hidden;
}

.form-row .select2-selection.select2-selection--single {
  padding: 0.5rem 1rem;
  height: auto;
  border-radius: unset;
  border: none;
}

.form-row .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 50%;
  height: auto;
}

#billing_country_field .input-errors,
#billing_state_field .input-errors {
  padding: 10px 0;
}

#ortica_shipping_country_field .input-errors,
#ortica_shipping_state_field .input-errors {
  padding: 10px 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-input-wrapper {
  margin-bottom: 1rem;
  display: block;
}

.cart-discount .woocommerce-remove-coupon {
  display: block;
  text-align: right;
  --text-opacity: 1;
  color: #C90000;
  color: rgba(201, 0, 0, var(--text-opacity));
}

.container-product .product-item__image {
  position: relative;
}

.container-product .product-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.container-product .product-item__image img {
  position: relative;
  min-width: 305px;
  min-height: 305px;
}

@media screen and (max-width: 1280px) {
  .container-product .product-item__image img {
    min-width: 237px;
    min-height: 237px;
  }
}

@media screen and (max-width: 1024px) {
  .container-product .product-item__image img {
    min-width: 173px;
    min-height: 173px;
  }
}

@media screen and (max-width: 768px) {
  .container-product .product-item__image img {
    min-width: 296px;
    min-height: 296px;
  }
}

@media screen and (max-width: 640px) {
  .container-product .product-item__image img {
    min-width: 163.5px;
    min-height: 163.5px;
  }
}

@media screen and (max-width: 362px) {
  .container-product .product-item__image img {
    min-width: 136px;
    min-height: 136px;
  }
}

/** Components */

.header--v4 {
  max-height: 13rem;
}

@media screen and (max-width: 1024px) {
  .header--v4 {
    display: none;
  }
}

.header--v4 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.header--v4 .header__logo svg {
  max-height: 10rem;
}

.header--v4 .header__left-top {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.header--v4 .header__left-top ul li {
  margin-right: 3rem;
}

.header--v4 .header__right-top {
  text-transform: uppercase;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 700;
}

.header--v4 .header__right-top ul li {
  margin-left: 3rem;
}

.header--v4 .header__right-top svg {
  width: 24px;
  height: 24px;
}

.header--v4 .header__right-top svg path {
  stroke-width: 4px;
  stroke: black;
}

.header--v4 .header__right-top .dgwt-wcas-ico-magnifier-handler path {
  stroke-width: 0.1px;
}

.header--v4-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  background: white;
  border-bottom: 1px solid #d0d1d3;
  color: black;
}

@media screen and (max-width: 1024px) {
  .header--v4-mobile {
    display: block;
  }
}

.header--v4-mobile .container {
  height: 7rem;
}

.header--v4-mobile__aside {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  background: transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header--v4-mobile__aside .header__aside {
  height: 7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #d0d1d3;
}

.header--v4-mobile__aside .header__close {
  width: 30px;
  height: 30px;
  position: absolute;
}

.header--v4-mobile__aside .header__close .relative {
  display: block;
  width: 30px;
  height: 30px;
}

.header--v4-mobile__aside .header__close .relative span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: black;
  display: inline-block;
}

.header--v4-mobile__aside .header__close .relative span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header--v4-mobile__aside .header__close .relative span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header--v4-mobile__aside .header__logo svg {
  height: 5rem;
  max-width: 100%;
}

.header--v4-mobile__aside--open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: all;
  background: white;
}

.header--v4-mobile__aside--move {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.header--v4-mobile__aside .menu__column ul li a {
  padding: 1rem;
  display: block;
}

.header--v4-mobile__aside .menu__column--evidence {
  font-weight: 300;
}

.header--v4-mobile__depthitem li a {
  text-transform: initial;
  padding: 1rem;
  display: block;
}

.header--v4-mobile__item {
  text-transform: uppercase;
}

.header--v4-mobile__link {
  padding: 1rem;
  text-transform: uppercase;
}

.header--v4-mobile__link--reverse {
  padding: 1rem;
  text-transform: uppercase;
}

.header--v4-mobile__link--reverse svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header--v4-mobile__subitem {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
}

.header--v4-mobile__subitem--open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: all;
  z-index: 999999;
}

.header--v4-mobile__subitem--close {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
}

.header--v4-mobile__subitem--move {
  pointer-events: none;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: transparent;
  opacity: 0;
  z-index: -10000;
}

.header--v4-mobile .header__logo svg {
  height: 5rem;
  max-width: 100%;
}

.header--v4-mobile .header__logo svg path {
  stroke: black;
  fill: black;
}

.header--v4-mobile svg {
  max-width: 2.2rem;
}

.header--v4-mobile svg path {
  stroke: black;
}

.header--v4-mobile .dgwt-wcas-ico-magnifier-handler path {
  fill: black;
  stroke: initial;
}

.header--v4-mobile .header__right svg path {
  stroke-width: 3px;
}

.header--v4-mobile .header__right .dgwt-wcas-search-icon svg path {
  stroke-width: 3px;
}

.header--v4-mobile .header__right .mini-cart-icon--open::after {
  display: none;
}

@media screen and (max-width: 365px) {
  .header--v4-mobile .header__right a.ml-md {
    margin-left: 1rem;
  }
}

.header-mobile__trigger .hamburger:hover {
  opacity: 1 !important;
}

.header-mobile__trigger .hamburger .hamburger-inner {
  height: 2px;
  width: 26px;
  bottom: 0;
  top: 50%;
  background-color: black;
}

.header-mobile__trigger .hamburger .hamburger-inner::before, .header-mobile__trigger .hamburger .hamburger-inner::after {
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: black;
}

.header-mobile__trigger .hamburger .hamburger-inner::before {
  top: 7px;
}

.header-mobile__trigger .hamburger .hamburger-inner::after {
  top: 14px;
}

.header-mobile__trigger .hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.header-mobile__trigger .hamburger.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -15px, 0) rotate(-90deg);
          transform: translate3d(0, -15px, 0) rotate(-90deg);
}

.header-mobile__close .hamburger:hover {
  opacity: 1 !important;
}

.header-mobile__close .hamburger-inner {
  height: 2px;
  width: 30px;
  bottom: 0;
  top: 50%;
}

.header-mobile__close .hamburger-inner::before, .header-mobile__close .hamburger-inner::after {
  bottom: 0;
  height: 2px;
  width: 30px;
}

.header-top--v1 {
  text-transform: uppercase;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  .header-top--v1 {
    font-size: 1rem;
  }
}

.header-top--v1 svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.header-top--v1 .truck svg path {
  stroke: currentColor;
  stroke-width: 3px;
}

.header-top--v1 .phone path {
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 1px;
}

.header-top--v1 .circle svg path {
  stroke: currentColor;
  stroke-width: 3.5px;
}

.header-top--v1 div,
.header-top--v1 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-bottom {
  z-index: 50;
  --bg-opacity: 1;
  background-color: #F7F7F7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  position: relative;
  --text-opacity: 1;
  color: #5E5E5E;
  color: rgba(94, 94, 94, var(--text-opacity));
}

.header-bottom__left {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.header-bottom__left .menu {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  height: 100%;
}

.header-bottom__left .menu__item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-bottom__left .menu__item:not(:last-child) {
  padding-right: 3rem;
}

.header-bottom__right ul li {
  margin-left: 1.5rem !important;
}

.header-bottom__right svg {
  width: 24px;
  height: 24px;
}

.header-bottom__right svg path {
  stroke-width: 3px;
  stroke: #000 !important;
}

.header-bottom__right .dgwt-wcas-ico-magnifier-handler path {
  stroke-width: 0.1px !important;
}

.header-bottom .menu__item .menu__link {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-transform: uppercase;
  position: relative;
}

.header-bottom .menu__item .menu__link span {
  bottom: 0px;
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 2px;
  background: 0 0;
  opacity: 0;
  transition: margin 0.25s ease 0s, width 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.25s ease 0s;
}

.header-bottom .menu__item--active .menu__link span {
  margin-left: calc((50% - 15px) * -1);
  width: calc(100% - 30px);
  background-color: #000;
  opacity: 1;
}

.header-bottom .menu__inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.header-bottom .menu__inner ul li {
  margin-left: 0 !important;
  height: initial !important;
  display: block !important;
}

.header-bottom .menu__column {
  width: 25%;
  padding-top: 3rem;
  padding-bottom: 8rem;
  z-index: 10;
}

.header-bottom .menu__column:not(:nth-child(4)) {
  border-right: 1px solid #CECECE;
}

.header-bottom .menu__column:not(:first-child) {
  padding-left: 2rem;
}

.header-bottom .menu__column ul {
  display: block;
}

.header-bottom .menu__column ul li {
  padding: 0.5rem 0;
}

.header-bottom .menu__column ul li a {
  color: #3D3D3D;
  transition: 0.5s;
}

.header-bottom .menu__column ul li a:hover {
  color: #000;
}

.header-bottom .menu__column--evidence {
  width: 25%;
}

.header-bottom .menu__column--evidence ul {
  text-transform: initial;
}

.header-bottom .menu__column--evidence ul li a {
  color: #000;
}

.header-bottom .menu__column ul {
  display: block;
}

.header-bottom .menu__column ul li {
  padding: 1rem 0;
  color: #5E5E5E;
}

@media screen and (max-width: 1024px) {
  .header-bottom {
    display: none;
  }
}

.navcat {
  border-bottom: 1px solid #d0d1d3;
  position: absolute;
  width: 100%;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navcat--active {
  border-top: 1px solid #d0d1d3;
  border-bottom: 2px solid #1a1a1a;
}

.navcat__item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.navcat__item--active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .navcat {
    display: none;
  }
}

.global-info__item:not(:last-child) {
  border-right: 1px solid #CECECE;
}

@media (max-width: 768px) {
  .global-info__item {
    border: 0px !important;
  }
}

.global-info__item-content {
  min-height: 8rem;
}

.footer--v1__content img {
  width: 8rem;
}

.footer--v1__content h3 {
  margin-bottom: 1rem;
}

.footer--v1__content ul {
  float: left;
}

.footer--v1__content ul li {
  margin-top: 1rem;
}

.footer--v1__content ul li a {
  opacity: 0.7;
  transition: 0.5s;
}

.footer--v1__content ul li a:hover {
  opacity: 1;
}

.footer--v1__social .instagram svg,
.footer--v1__social .facebook svg {
  width: 30px;
  height: auto;
}

.footer--v1__social .facebook {
  margin-right: 1rem;
}

.footer--v1__social .facebook svg {
  fill: white;
}

.footer--v1__social .instagram svg {
  fill: white;
}

.widget_media_image {
  display: inline-block;
}

@media (max-width: 640px) {
  #sb_instagram .sbi_item {
    width: 50% !important;
  }
}

.newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  height: 41rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.newsletter__form {
  padding: 3rem;
  background: white;
  max-width: 57rem;
  min-height: 30rem;
}

.hero--v1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 58rem;
}

@media (max-width: 768px) {
  .hero--v1 {
    min-height: 85vw;
  }
}

.hero--v1:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
}

.hero--v1 .hero__image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero--v1 .hero__title {
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .hero--v1 .hero__title {
    font-size: 3rem;
  }
}

.hero--v1 .hero__text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 4rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
  z-index: 2;
  max-width: 40rem;
}

.hero--v1 .hero__text h3,
.hero--v1 .hero__text p {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .hero--v1 .hero__text {
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    max-width: 100%;
  }

  .hero--v1 .hero__text a {
    display: block;
  }
}

.button-v1, .single_add_to_cart_button, .button {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: uppercase;
  padding: 1rem 3rem;
  text-align: center;
}

@media (max-width: 640px) {
  .button-v1, .single_add_to_cart_button, .button {
    padding: 1rem 2rem;
  }
}

.button-v1--l {
  padding: 1.5rem 3rem;
}

.button-v1--white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #151617;
  color: rgba(21, 22, 23, var(--text-opacity));
}

.button--disable, .single_add_to_cart_button.disabled {
  --bg-opacity: 1;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity));
  pointer-events: none;
}

.button-v2 {
  --text-opacity: 1;
  color: #151617;
  color: rgba(21, 22, 23, var(--text-opacity));
  display: inline-block;
  position: relative;
  text-align: center;
}

.button-v2--m {
  padding-bottom: 2px;
}

.button-v2--l {
  padding-bottom: 4px;
}

.button-v2--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-v2--underline::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #151617;
  width: 100%;
  height: 1px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button-v2--underline:hover::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 1rem;
  position: relative;
  border: 1px solid #000;
  height: 100%;
  height: 6rem;
  min-width: 8rem;
}

.quantity input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.quantity__btns svg {
  width: 8px;
  height: 5.2px;
}

.quantity__btns svg polyline {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.2s;
}

.quantity__btns > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  text-transform: lowercase;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  -webkit-appearance: none;
          appearance: none;
}

.quantity__btns > div:hover svg polyline {
  stroke: #ccc;
}

.quantity .qty {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  max-width: 50px;
  font-size: 20px;
  height: 100%;
  margin: 0;
  border: 0px;
  color: #000;
  background: transparent;
  padding: 5px 0;
}

input[type=text] {
  border: 1px solid #151617;
  width: 100%;
  padding: 0 1rem;
}

input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border: 1px solid #151617;
  margin: 0 5px 0 0;
  display: inline-block;
  border-radius: 0px;
  transition: 0.5s;
}

input[type=checkbox]::before {
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
  color: #000;
  margin: 0px 5px;
  opacity: 0;
  transition: 0.5s;
}

input[type=checkbox]:checked::before {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
          transform: rotate(45deg) translate(0px, 0px);
  opacity: 1;
}

input[type=radio] {
  width: 16px !important;
  height: 16px !important;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  margin: 0 5px 0 0;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  background: white;
  border: 1px solid #000;
}

input[type=radio]:hover {
  background: #151617;
}

input[type=radio]:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  content: "";
  background-color: #151617;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}

input[type=radio]:checked {
  background: white;
}

input[type=radio]:checked:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.button-v1, .single_add_to_cart_button, .button {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: uppercase;
  padding: 1rem 3rem;
  text-align: center;
}

@media (max-width: 640px) {
  .button-v1, .single_add_to_cart_button, .button {
    padding: 1rem 2rem;
  }
}

.button-v1--l {
  padding: 1.5rem 3rem;
}

.button-v1--white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #151617;
  color: rgba(21, 22, 23, var(--text-opacity));
}

.button--disable, .single_add_to_cart_button.disabled {
  --bg-opacity: 1;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity));
  pointer-events: none;
}

.button-v2 {
  --text-opacity: 1;
  color: #151617;
  color: rgba(21, 22, 23, var(--text-opacity));
  display: inline-block;
  position: relative;
  text-align: center;
}

.button-v2--m {
  padding-bottom: 2px;
}

.button-v2--l {
  padding-bottom: 4px;
}

.button-v2--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-v2--underline::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #151617;
  width: 100%;
  height: 1px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button-v2--underline:hover::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 1rem;
  position: relative;
  border: 1px solid #000;
  height: 100%;
  height: 6rem;
  min-width: 8rem;
}

.quantity input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.quantity__btns svg {
  width: 8px;
  height: 5.2px;
}

.quantity__btns svg polyline {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.2s;
}

.quantity__btns > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  text-transform: lowercase;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  -webkit-appearance: none;
          appearance: none;
}

.quantity__btns > div:hover svg polyline {
  stroke: #ccc;
}

.quantity .qty {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  max-width: 50px;
  font-size: 20px;
  height: 100%;
  margin: 0;
  border: 0px;
  color: #000;
  background: transparent;
  padding: 5px 0;
}

input:focus,
* {
  outline: none;
}

input,
input[type=text],
input[type=email],
input[type=phone],
textarea,
select {
  border: 1px solid ;
  padding: 8px 16px;
  color: #151617;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px;
}

.slider--v1 {
  overflow: hidden;
}

.slider--v1 .swiper-container {
  overflow: visible;
}

.slider--v1 .swiper-slide {
  width: auto !important;
}

.slider--v1 .swiper-slide img {
  min-width: 30rem;
}

.slider--v1 .swiper-pagination {
  width: 100%;
  position: initial;
}

.slider--v1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem;
  border-radius: unset;
  width: 60px;
  height: 4px;
  background: #ccc;
}

.slider--v1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.slider--v2 .swiper-slide {
  width: auto !important;
}

.slider--v2 .swiper-slide img {
  min-width: 30rem;
}

.slider--v2 .swiper-pagination {
  width: 100%;
  position: initial;
}

.slider--v2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem;
  border-radius: unset;
  width: 60px;
  height: 4px;
  background: #ccc;
}

.slider--v2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.slider--v3 .swiper-slide .product-item {
  max-width: 100%;
  padding: 0;
}

.slider--v3 .swiper-slide img {
  min-width: 30rem;
}

@media screen and (max-width: 768px) {
  .slider--v3 .swiper-slide img {
    min-width: initial;
  }
}

.slider--v3 .swiper-button-prev,
.slider--v3 .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider--v3 .swiper-button-next,
.slider--v3 .swiper-container-rtl .swiper-button-prev {
  background-image: url(/wp-content/themes/ortica/assets/images/arrow.svg?8d3d3d62d0d0343bdc565c6fce38459c);
}

.slider--v3 .swiper-button-prev,
.slider--v3 .swiper-container-rtl .swiper-button-next {
  background-image: url(/wp-content/themes/ortica/assets/images/arrow.svg?8d3d3d62d0d0343bdc565c6fce38459c);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider--v3 .swiper-pagination {
  width: 100%;
  position: initial;
}

.slider--v3 .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem;
  border-radius: unset;
  width: 60px;
  height: 4px;
  background: #ccc;
}

.slider--v3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.slider--v2-multiple {
  overflow: hidden;
}

.slider--v2-multiple__category {
  color: #ccc;
  transition: 0.5s;
}

.slider--v2-multiple__category--active, .slider--v2-multiple__category:hover {
  color: #1E1E1E;
}

.slider--v2-multiple__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 9;
}

.slider--v2-multiple__swiper--active {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  z-index: 100;
  background-color: white;
  background-position: center;
  border: 1px solid #ccc;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/wp-content/themes/ortica/assets/images/arrow.svg?8d3d3d62d0d0343bdc565c6fce38459c);
  right: 5px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/wp-content/themes/ortica/assets/images/arrow.svg?8d3d3d62d0d0343bdc565c6fce38459c);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 5px;
}

.swiper-button-disabled {
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}

.product-item {
  max-width: 32rem;
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  .product-item {
    padding: 0.5rem;
  }
}

.product-item__image {
  border: 2px solid #f2f2f2;
  width: 100%;
}

.product-item__onsale {
  top: 3%;
  right: 5%;
  left: initial;
  background: transparent;
  position: absolute;
  --text-opacity: 1;
  color: #b10f0f;
  color: rgba(177, 15, 15, var(--text-opacity));
}

.shipping-card-info__header {
  border: 1px solid #E8E8E8;
  border-bottom: none;
}

.shipping-card-info__header svg {
  width: 3rem;
}

.shipping-card-info__header svg path {
  stroke-width: 3px;
}

.shipping-card-info__footer {
  border: 1px solid #000;
}

.size-guide {
  z-index: 9999;
}

.size-guide__trigger {
  cursor: pointer;
  font-size: 1.2rem;
}

.size-guide__trigger span {
  transition: color 0.3s;
}

.size-guide__trigger:hover span {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.size-guide__trigger svg {
  width: 18px;
  height: auto;
}

.size-guide--v1 {
  position: fixed;
  top: 0;
  transition: all 0.4s;
  background: black;
  min-width: 600px;
  width: 640px;
  height: 100%;
  color: white;
  right: -100%;
}

@media screen and (max-width: 640px) {
  .size-guide--v1 {
    width: 100%;
    min-width: 100%;
    top: 0%;
    height: 100%;
  }
}

.size-guide__tab {
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #5E5E5E;
  border-color: rgba(94, 94, 94, var(--border-opacity));
  padding: 2rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.size-guide__tab--active {
  border-bottom-color: white;
}

.size-guide__content {
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.size-guide__content:not(:first-child) {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.size-guide__content--active {
  opacity: 1;
  pointer-events: all;
}

.size-guide--open {
  right: 0%;
}

.size-guide__close {
  position: relative;
  width: 30px;
  height: 30px;
}

.size-guide__close span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: white;
  display: inline-block;
}

.size-guide__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.size-guide__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.size-guide .hamburger:hover {
  opacity: 1 !important;
}

.size-guide .hamburger-inner {
  background-color: white;
  height: 2px;
  width: 30px;
  bottom: 0;
  top: 50%;
}

.size-guide .hamburger-inner::before, .size-guide .hamburger-inner::after {
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: white;
}

.size-guide .hamburger.is-active .hamburger-inner,
.size-guide .hamburger.is-active .hamburger-inner:after,
.size-guide .hamburger.is-active .hamburger-inner:before {
  background-color: white !important;
}

.o-popup {
  position: fixed;
  z-index: 99999;
}

.o-popup--open .o-popup__body {
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.5s;
  transition: transform 0s, opacity 0.5s, -webkit-transform 0s;
}

.o-popup .o-popup__body {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  z-index: 9999;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.5s;
  transition: transform 0s, opacity 0.5s, -webkit-transform 0s;
  z-index: 99;
  width: 100%;
  max-width: 80rem;
  height: auto;
}

.o-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.o-popup__close > div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Popup */

.o-popup--cookies .o-popup__body {
  top: inherit;
  left: 0;
  bottom: 0;
  -webkit-transform: inherit;
          transform: inherit;
  max-width: 43rem;
}

.o-popup--cookies.o-popup--open:before {
  display: none;
}

.o-popup--cookies.o-popup--open .o-popup__body {
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.5s;
}

.o-popup--cookies .o-popup__container {
  position: relative;
}

.o-popup--cookies svg path {
  fill: #fff;
}

/* Popup */

.o-popup .popup-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .o-popup .popup-image {
    display: none;
  }
}

.o-popup--video .o-popup__body {
  transition: all 0.5s;
  width: 100%;
  min-width: 800px;
  overflow: none;
}

.o-popup--video .o-popup__body__inner {
  overflow-y: auto;
  height: 100%;
  box-shadow: 1px 3px 18px rgba(1, 1, 1, 0.3);
}

@media screen and (max-width: 800px) {
  .o-popup--video .o-popup__body {
    min-width: 100%;
  }
}

.o-popup--video .o-popup__body form #mce-EMAIL {
  padding: 14px 16px;
}

.o-popup--video.o-popup--open:before {
  display: none;
}

.o-popup--video.o-popup--open .o-popup__body {
  top: 50%;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.o-popup--video .o-popup__container {
  position: relative;
}

.o-popup--video .o-popup__close {
  z-index: 99999999999;
}

.o-popup--video .o-popup__close svg {
  width: 35px;
  height: 35px;
  stroke-width: 3px;
}

.backplate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
}

.backplate--open {
  pointer-events: all;
  opacity: 1;
  z-index: 9999;
}

/** Inputs Components */

@media screen and (max-width: 768px) {
  .space-xl {
    height: 3rem;
  }

  .space-lg {
    height: 2rem;
  }
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  width: 28rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.woocommerce-notices-wrapper > div,
.woocommerce-notices-wrapper > ul {
  padding: 1rem 2rem;
  background: #000;
  color: #fff;
  margin: 1rem;
  border: 1px solid #fff;
}

.woocommerce-notices-wrapper > div .button,
.woocommerce-notices-wrapper > ul .button {
  background: #fff;
  color: #000;
  font-weight: 300;
  transition: 0.5s;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
  text-transform: uppercase;
}

.woocommerce-notices-wrapper > div .button:before,
.woocommerce-notices-wrapper > ul .button:before {
  display: none;
}

.woocommerce-notices-wrapper > div a,
.woocommerce-notices-wrapper > ul a {
  position: relative;
  display: inline-block;
  padding: 0 0.3rem;
}

.woocommerce-notices-wrapper > div a:before,
.woocommerce-notices-wrapper > ul a:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  transition: 0.5s;
}

.woocommerce-notices-wrapper > div a:hover::before,
.woocommerce-notices-wrapper > ul a:hover::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.cart-empty.woocommerce-info {
  display: none;
}

.wcppec-checkout-buttons__separator {
  display: none;
}

.upsells.up-sell {
  overflow-x: hidden;
}

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) !important;
  z-index: 10 !important;
}

.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url(/wp-content/themes/ortica/assets/images/loader.svg?72376329015bc6d0d20c77b4f10c5ed1) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce-order .container {
  max-width: 60rem;
}

.woocommerce-order .container .woocommerce-thankyou-order-received {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.woocommerce-order .woocommerce-order-details {
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2rem 0;
  margin: 2rem 0;
}

.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 1rem;
}

.woocommerce-order .woocommerce-order-details table {
  width: 100%;
}

.woocommerce-order .woocommerce-order-details table th {
  width: 50%;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 50%;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
}