/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 1.0.1
Updated: 2022-01-05 20:40:13

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@100;200;300;400;500,600&display=swap");
:root {
  --font1: 'Libre Baskerville', serif;
  --font2: 'Montserrat', sans-serif;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

a:active, a:focus {
  outline: none;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 7px;
}

body {
  color: #4e4e4e;
  font-family: var(--font1);
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  outline: none;
}

a, .alink {
  color: #000;
  text-decoration: none;
}

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: var(--font1);
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-info {
  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;
}

.fmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.fmenu ul li {
  padding: 5px 10px;
}

#menu-social_media {
  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;
}

#menu-social_media li {
  padding: 5px 10px;
}

.storefront-recent-products {
  display: none;
}

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

.site-content .col-full, .storefront-breadcrumb .col-full {
  max-width: 80.6em;
}

.site-header {
  padding-top: 10px;
}

.site-header .col-full {
  max-width: 88.4989378333em;
}

.home.page:not(.page-template-template-homepage) .site-header {
  margin: 0;
}

.storefront-primary-navigation .col-full {
  position: relative;
}

.storefront-primary-navigation {
  border-top: 1px solid #cdcdcd !important;
}

.main-navigation {
  font-family: 'Montserrat',sans-serif;
  text-transform: uppercase;
  letter-spacing: .25em;
  width: 100% !important;
}

.main-navigation .menu {
  font-size: 12px;
  font-weight: 400;
}

.site-branding {
  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;
  height: 105px;
}

.site-branding .logo-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  height: 105px;
  left: 50%;
  padding: 36px calc(15px + (50 - 15)*((100vw - 320px)/(1920 - 320))) !important;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-branding .logo-wrap .custom-logo-link {
  margin: 0 auto;
  display: inline-block;
}

.site-branding .logo-wrap .custom-logo-link img {
  width: 358px;
  height: 27px;
  max-width: 358px;
}

.site-branding .logo-wrap .site-description {
  font-size: 8px;
  line-height: 14px;
  color: #000000;
  letter-spacing: .25em;
}

.site-search .widget_product_search input {
  background-color: #f5f4f1;
  font-family: 'Montserrat',sans-serif;
  border: 0;
  border-radius: 8px;
  padding: 0 42px !important;
  height: 27px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-search .widget_product_search input::before {
  top: 0.7em;
}

body.home h2 {
  font-style: italic !important;
  letter-spacing: .3em;
}

body.home p {
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.wp-block-button__link {
  font-family: var(--font2);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: .3em !important;
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
}

.wp-block-button__link:hover {
  border-bottom: 1px solid #000 !important;
}

.events-column .wp-block-column {
  margin-right: 2.347826% !important;
}

.events-column .wp-block-group__inner-container {
  padding: 10px;
  text-align: center;
  background: #f2f0ed !important;
  color: #4e4e4e !important;
  margin-top: 18px;
  width: 245px;
  margin: 0 auto;
  cursor: pointer;
}

.events-column .wp-block-group__inner-container a {
  text-decoration: none;
}

.events-column .wp-block-group__inner-container h3 {
  display: block;
  font-size: 16px;
  font-family: var(--font1);
  font-style: italic;
  letter-spacing: .15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.events-column .wp-block-group__inner-container p {
  margin-bottom: 0;
  font-size: 11px;
  font-family: var(--font2);
  text-transform: uppercase;
  letter-spacing: .3em !important;
}

.events-column .wp-block-group__inner-container:hover {
  cursor: pointer;
}

.events-column .wp-block-group__inner-container:hover h3, .events-column .wp-block-group__inner-container:hover p {
  text-shadow: 0 0 1px;
}

.featured-title {
  margin-top: 30px;
}

.department-title {
  margin-top: 30px;
}

.department-title + div {
  margin-bottom: 2 0px;
}

.department-title + div div a {
  font-style: 16px;
}

.department-wrap .wp-block-image {
  background: #f2f0ed;
  position: relative;
  text-align: center;
  padding: 25px;
  max-height: 342px;
  -webkit-box-shadow: 0 0 0px 10px #f2f0ed;
          box-shadow: 0 0 0px 10px #f2f0ed;
  border: 2px solid #FFF;
}

.department-wrap .wp-block-image img {
  width: 100%;
}

.department-wrap .wp-block-image figcaption {
  font-family: var(--font2);
  background: #fff;
  border-radius: 8px;
  color: #000;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.formhouse .wp-block-cover {
  max-width: 1366px;
}

.formhouse .wp-block-cover .img-over-wrap {
  border: 2px solid #4e4e4e;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 6px #707070;
          box-shadow: 0 0 0 5px #fff, 0 0 0 6px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4e4e4e;
  padding: 40px 12px;
  max-width: 600px;
  margin: 0 auto;
}

.blog-seprator {
  margin: 0 auto 3.41575em;
}

.footer-common {
  background: #f2f0ed;
  padding: 20px 0;
}

.footer-common .wp-block-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-common .wp-block-columns .widget {
  margin: 0;
}

.footer-common .wp-block-image figure {
  width: 148px;
  height: 148px;
  margin-right: 100px !important;
}

.footer-common .widgettitle {
  font-family: var(--font2);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  font-style: normal !important;
  padding: 0 0 0 80px;
  border-bottom-width: 0;
}

.footer-common .menu-social_media-container #menu-social_media {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-common .menu-social_media-container #menu-social_media li::before {
  display: none;
}

.footer-common .menu-social_media-container #menu-social_media li a {
  color: transparent;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
}

.footer-common .menu-social_media-container #menu-social_media li.instagram a {
  background: url(../storefront-child/images/instagram.png) no-repeat center;
}

.footer-common .menu-social_media-container #menu-social_media li.pintrest a {
  background: url(../storefront-child/images/pinterest.png) no-repeat center;
}

.footer-common .menu-social_media-container #menu-social_media li.twitter a {
  background: url(../storefront-child/images/twitter.png) no-repeat center;
}

.footer-common .menu-social_media-container #menu-social_media li.facebook a {
  background: url(../storefront-child/images/facebook.png) no-repeat center;
}

.footer-common .menu-social_media-container #menu-social_media li.houzz a {
  background: url(../storefront-child/images/houzz.png) no-repeat center;
}

body #mailpoet_form_1 form.mailpoet_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  margin: 10px 0;
  min-width: 272px;
  max-width: calc(80% + (100 - 80)*((100vw - 300px)/(1920 - 300))) !important;
  padding: 0 15px;
}

body #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 5px;
}

body #mailpoet_form_1 form.mailpoet_form .mailpoet_text {
  background: #fff !important;
  height: 40px;
  padding: 0 0 0 35px;
  margin-top: 12px;
  height: 40px !important;
}

body #mailpoet_form_1 form.mailpoet_form .mailpoet_submit {
  height: 40px !important;
  border-radius: 0 !important;
  letter-spacing: .15em;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  background: #4e4e4e;
  color: #ffffff;
}

.site-footer {
  background: #f2f0ed;
  border-top: 1px solid #cdcdcd;
  padding-bottom: 0;
}

.site-footer * {
  color: #000000;
}

.site-footer .col-full {
  max-width: 88.4989378333em;
}

.site-footer .widget-title {
  font-size: 15px;
  font-family: var(--font2);
  text-transform: uppercase;
  font-weight: 600;
}

.site-footer .menu-item {
  padding: 0;
}

.site-footer .menu-item::before {
  display: none;
}

.site-footer .menu-item a {
  font-family: var(--font2);
  text-transform: uppercase;
  text-decoration: none;
  color: #000000 !important;
  border-bottom: 1px solid transparent;
}

.site-footer .menu-item a:hover {
  border-color: #000000;
}

.site-footer .footer-widgets {
  border-color: transparent;
}

.site-info {
  padding: 0;
  border-color: transparent;
}

.site-info > p {
  font-size: 12px;
  font-style: italic;
}

.site-info .menu-item + .menu-item {
  margin-left: 10px;
}

.woocommerce-products-header {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 360px auto;
      grid-template-columns: 360px auto;
  position: relative;
  padding: 40px 0;
}

.woocommerce-products-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: #d2cabf;
  z-index: -1;
}

.woocommerce-products-header img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  width: 360px;
  height: 360px;
}

.woocommerce-products-header .woocommerce-products-header__title {
  width: 100%;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: #4e4e4e;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.woocommerce-products-header .term-description {
  width: 100%;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  padding-left: 20px;
  border-left: 1px solid;
  padding-top: 20px;
  position: relative;
  top: -20px;
}

.woocommerce-products-header .enjoy {
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}

.woocommerce-products-header.no-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-product .content-area {
  width: 100%;
}

body.single-product .widget-area {
  display: none;
}

.storefront-breadcrumb {
  margin-bottom: 0;
  font-family: var(--font2);
  text-transform: uppercase;
}

#block-7.widget_media_image {
  display: none;
}

body.woocommerce-page #secondary {
  position: relative;
}

.left-sidebar:not(.page-template-template-fullwidth, .term-24, .single-product, .category-page, .woocommerce-checkout) .content-area {
  position: relative;
  padding-left: 20px;
}

.left-sidebar .content-area::before {
  content: '';
  position: absolute;
  top: 180px;
  left: 0;
  height: calc(100% - 180px);
  width: 1px;
  background: #333333;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
  color: #000000;
  font-size: 1.1rem;
}

.woocommerce-breadcrumb a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.storefront-sorting .woocommerce-ordering {
  float: right;
}

.storefront-sorting .woocommerce-result-count {
  display: none;
}

.widget.category-widget {
  margin-top: 180px;
  width: 21.7391304348%;
  font-size: 1rem;
}

.widget.category-widget .widget-title {
  padding-bottom: 10px;
}

.widget.category-widget a {
  font-weight: 600;
  color: #727272;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.widget.widget_layered_nav ul > li a {
  color: #727272;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.widget.widget_layered_nav ul > li a:hover {
  color: #000000;
  text-decoration: underline;
}

body.category-page .site-content #primary {
  width: 100%;
}

body.category-page .site-content #secondary {
  display: none;
}

@media (min-width: 768px) {
  .primary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* product detail page */
.product_title {
  color: #000;
  font-size: 20px;
  font-family: var(--font2);
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.42857143;
}

.woocommerce-loop-product__title {
  font-family: var(--font2);
  font-size: 1.5rem !important;
}

.storefront-sorting {
  margin-top: 40px;
}

.site-search .widget_product_search form::before {
  top: 0.7em;
  left: 0.6em;
}

.site-header-cart {
  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;
  font-family: var(--font2);
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 10px;
  right: 15px;
  position: absolute;
  right: 2.7rem;
  top: -120px;
}

.site-header-cart li a {
  color: #000000;
}

.site-header-cart .cart {
  position: relative;
  left: 30px;
}

.site-header-cart li:hover > a {
  text-decoration: underline;
}

.site-header-cart li:hover a.cart-contents::after {
  text-decoration: underline;
}

.site-header-cart .widget_shopping_cart {
  z-index: 2;
  font-size: 1.2rem;
  top: 40px;
}

.site-header-cart .toggle-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50px;
  color: #fff;
  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;
  font-size: 2rem;
  padding: 0 0 0px 2px;
  top: -11px;
  right: -11px;
  cursor: pointer;
  opacity: 0.8;
}

.site-header-cart .toggle-close:hover {
  background: #000;
  opacity: 1;
}

.site-header-cart .cart-contents {
  position: relative;
}

.site-header-cart .cart-contents::after {
  content: 'CART';
  position: absolute;
  top: 8px;
  right: 0;
  font-family: var(--font2);
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 10px;
  font-weight: normal;
  background: #fff;
}

.site-header-cart .cart-contents .amount {
  display: none;
}

.site-header-cart .cart-contents .count {
  background: #f2f0ed;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block !important;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 0;
  color: #000;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    display: none;
  }
  .site-header-cart .cart.show + li .widget_shopping_cart {
    display: block;
    left: 0;
  }
  .site-header-cart .cart.show + li .product_list_widget {
    height: auto;
  }
}

.woocommerce-active .site-header .site-search {
  position: relative;
  top: 50px;
}

.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
  padding: 14px 20px;
  width: 100%;
}

.main-navigation ul ul a {
  width: 100%;
}

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
  background: white;
  width: 100%;
}

.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus {
  background: #edebe7;
  color: #4e4e4e;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  border-bottom: 3px solid transparent;
}

.main-navigation ul.menu > li:hover > a, .main-navigation ul.nav-menu > li:focus > a {
  border-color: #555555;
}

.home-banner-image {
  margin-top: 0 !important;
  position: relative;
  height: 475px;
  width: 100%;
  overflow: hidden;
}

.home-banner-image img {
  position: absolute;
  height: 475px;
  left: 50%;
  top: 0;
  width: 100% !important;
  max-width: 1280px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100% !important;
}

.promo-bar {
  background: #d2cabf;
  text-align: center;
  font-style: italic;
  height: 42px;
  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;
}

.promo-bar p {
  margin-bottom: 0 !important;
}

.home .wp-block-latest-posts__list {
  text-align: center;
}

.home .wp-block-latest-posts__list .wp-post-image {
  width: 100%;
  height: 100%;
}

.home .wp-block-latest-posts__list a {
  font-family: var(--font2);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 30px;
  display: block;
}

.home .wp-block-latest-posts__list a:hover {
  text-decoration: underline;
}

.home .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  padding: 0 20px;
}

body.left-sidebar .widget .widget-title, body.left-sidebar .widget .widgettitle, body.left-sidebar .category-widget .widget-title {
  font-family: var(--font2);
  letter-spacing: .3em;
}

body.left-sidebar .widget_layered_nav ul li::before {
  display: none;
}

body.left-sidebar .widget_layered_nav ul li .count {
  display: none;
}

body.left-sidebar .widget_layered_nav ul li > a {
  font-weight: 400;
  color: #494949;
  font-size: 14px;
  text-transform: capitalize;
}

ul.products li.product .button.add_to_cart_button {
  display: none;
}

ul.products li.product .tinv-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  top: -56px;
  right: 0;
}

ul.products li.product .price {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--font2);
  white-space: nowrap;
  color: #4e4e4e;
}

ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 20px;
}

ul.products li.product .woocommerce-loop-product__title:hover {
  text-decoration: underline;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 30px;
}

.woocommerce-product-details__short-description {
  border-top: 2px solid #aaa;
  margin-top: 20px;
  padding-top: 20px;
  color: #4e4e4e;
}

.woocommerce-product-details__short-description * {
  color: #4e4e4e;
}

.woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description .title {
  font-family: var(--font2);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.42857143;
  font-size: 1.4rem;
  letter-spacing: 2.5px;
}

.woocommerce-product-details__short-description table {
  background: transparent !important;
}

.woocommerce-product-details__short-description table th {
  background: transparent !important;
}

.woocommerce-product-details__short-description table th, .woocommerce-product-details__short-description table td {
  font-weight: 400;
  padding: 2px;
  text-align: left;
  vertical-align: top;
}

.woocommerce-product-details__short-description table th p, .woocommerce-product-details__short-description table td p {
  margin-bottom: 0;
  line-height: 1.8em;
}

.woocommerce-product-details__short-description table tbody tr:nth-child(2n) td {
  background: transparent;
}

body.single-product .cart {
  margin-bottom: 0;
}

body.single-product .tinvwl_add_to_wishlist_button {
  text-transform: uppercase;
  font-family: var(--font2);
}

body.single-product .tinvwl_add_to_wishlist_button:before {
  display: none !important;
}

body.single-product .tinv-wraper {
  margin-top: 0;
}

body.single-product .avoo-social-share-buttons {
  position: relative;
  left: calc(100% - 150px);
  top: 30px;
}

body.single-product .avoo-social-share-buttons::before {
  content: 'Share >';
  position: absolute;
  top: 11px;
  left: -90px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--font2);
}

body.single-product .single_add_to_cart_button {
  background: #4e4e4e;
  line-height: 2.3rem;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .3em;
  text-transform: uppercase;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

body.single-product .product_meta {
  display: none;
}

body.single-product .product_meta + .avoo-social-share-buttons {
  display: none;
}

body.single-product .edit-link {
  margin-top: 5em;
}

body.single-product .woocommerce-tabs {
  display: none;
}

.woocommerce.single-product div.product .avoo-social-share-buttons > span > a > i {
  color: #555;
  /* background: transparent !important; */
  margin-top: 0;
  font-size: 23px;
  background: #f2f2f2;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}

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

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 320px);
  position: relative;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form::before {
  content: 'Product items';
  font-size: 1.618em;
  font-family: var(--font1);
  position: relative;
  top: -10px;
  left: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 300px;
  margin-left: 20px;
  margin-top: -10px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-cart .woocommerce .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}

.woocommerce-cart .woocommerce .shipping-calculator-button {
  pointer-events: none;
  font-weight: 600;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1em;
}

.entry-header .entry-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.checkout-button, .custom-btn, .wpcf7-submit [name="woocommerce_checkout_place_order"] {
  border-radius: 0;
  letter-spacing: .15em;
  font-weight: 400;
  font-family: var(--font2);
  font-size: 13px;
  text-transform: uppercase;
  background: #4e4e4e;
  color: #ffffff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.checkout-button:hover, .custom-btn:hover, .wpcf7-submit [name="woocommerce_checkout_place_order"]:hover {
  background: #000000 !important;
}

.checkout-button::after {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  width: 100%;
}

.wpcf7-form label br {
  display: none;
}

.wpcf7-submit, .custom-btn {
  background-color: #43454b !important;
  border-color: #43454b !important;
  color: #fff !important;
}

.wpcf7-form-control-wrap input {
  width: 100%;
}

.stock.in-stock {
  display: none;
}

.ui-dialog.wdm-enquiry-modal .contact-bottom {
  display: none;
}

.custom-btn.single-product-enquiry-btn {
  max-width: 190px;
  margin-top: 20px;
  display: block;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content.enquiry-form {
  max-width: 600px;
}
/*# sourceMappingURL=style.css.map */