/************ GLOBAL /************/
h1 {
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 500;
}
h2 {
  font-size: 1.6rem;
}
h2, h3, strong {
  font-weight: 500;
}
.woo-c_product_category {
  display: none !important;
}
input[type="submit"], button, .btn, a.btn input.btn, a.button, span.button, .wp-block-file__button, div.button, .wp-block-file * + .wp-block-file__button, .wp-block-button__link {
  border-radius: 0 !important;
}
.message-box.primary {
  background: #d47695;
  color: #fff;
}
.grecaptcha-badge {
  right: -500px !important;
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
/************ HEADER /************/
.page-container.without-breadcrumbs {
  padding-top: 90px;
}
.main-nav-container a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px !important;
  text-transform: uppercase;
}
.main-nav .nav-item::before, .main-nav .nav-item.current-menu-item::before, .main-nav .nav-item.current-menu-ancestor::before {
  content: none;
}
@media (max-width: 767px) {
  .site-header .site-branding .logo img, .site-header .site-branding .logo img.svg-logo {
    max-height: 90px;
  }
  .subheader .right {
    display: none;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .site-header.header-5 #mega-menu-wrap > ul > li.current-menu-item::before, .site-header.header-5 #mega-menu-wrap > ul > li.current-menu-ancestor::before {
    top: 0;
  }
}
/************ FOOTER /************/
.site-footer input[type="email"] {
  line-height: 16px;
}
.newsletter .newsletter_form {
  margin-top: 40px;
  position: relative;
}
.newsletter .newsletter_form .wpcf7-submit {
  background: none;
  border: none;
  box-shadow: none;
  color: #212121;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 26px;
}
/************ CATALOG /************/
.page-sidebar h3,
.page-sidebar h4 {
  font-size: 16px;
}
.filters-container .filter-title {
  margin-bottom: 20px;
}
.portfolio-item h4, .portfolio-item h4.title, .portfolio-item h4 a:not(.btn), .portfolio-item-2 h4, .portfolio-item-2 h4.title, .portfolio-item-2 h4 a:not(.btn), ul.products li.product a:not(.btn) {
  font-weight: 400;
  font-size: 15px;
}
.shop_page_content {
  margin-bottom: 30px;
}
.widget {
  font-size: 14px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
  padding: 4px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .woo-shop-container .page-sidebar.sidebar-left {
    order: 0;
    margin-bottom: 40px;
  }
}
/************ SINGLE-PRODUCT /************/
.owl-dots,
.variations .select2,
.wpcvs-terms {
  display: none !important;
}
.image-wrap.woocommerce-product-gallery__image.with-zoom:first-child {
  width: 100% !important;
}
.single-product .variations.wpcvs-initialized {
  flex-direction: column;
  align-items: flex-start;
}
.single-product .variations .variation {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.tippy-box {
  /*max-width: 150px !important; */
}
.wpcvs-attributes-stacked {
  margin-bottom: 20px;
}
.single-product .header-cap {
  display: block;
}
.wpcvs-attribute {
  margin: 15px 0;
}
.woo_c-product .tab .tabNav, .product-popup .tab .tabNav {
  text-align: left;
}
.mobile .woo-summary-content {
  padding: 0 15px;
}
/************ CART /************/
.woo-c_cart_totals.cart_totals {
  text-align: end;
}
@media screen and (min-width: 769px) {
  .woocommerce .wc-proceed-to-checkout {
    max-width: 100%;
  }
  .btn.full-width.checkout-button.button.alt.wc-forward {
    width: 30%;
  }
}
/************ CHECKOUT /************/
.woocommerce .place-order .btn, .woocommerce .wc-proceed-to-checkout .btn {
  text-transform: unset;
}
.montonio-bank-payments-form .montonio-bank-items .montonio-bank-item {
  width: 47%;
  height: auto;
}
#billing_address_2_field .screen-reader-text {
  all: unset;
}
.checkout .woocommerce-billing-fields input[type="radio"] {
    display: inline-block !important;
}
label[for="billing_company_type_b2c"],
label[for="billing_company_type_b2b"] {
    display: inline-block !important;
    width: auto;
    margin-right: 20px !important;
}
.woocommerce-checkout .variation {
  margin-top: 10px !important;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .variation,
.woocommerce-checkout .variation dd,
.woocommerce-checkout .variation dd p {
  margin: 0;
}
.woocommerce-checkout .variation dt,
.woocommerce-checkout .variation dd {
  width: 50%;
}
.add_gift_card_form button {
  background-color: #e4b7b7;
  border: none;
}
/************ SINGLE-POST /************/
.blog-grid .post-details .date::before {
  content: '';
}
/************ MOBILE ************/
@media(max-width: 767px) {
  .site-footer,
  .intro_1 h2 {
    text-align: center !important;
  }
  .intro_1 .stockie-icon-box-sc {
    padding-left: 40px;
  }
}