/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*-----------------------------------------------------------------------------------*/
/*  General Settings
/*-----------------------------------------------------------------------------------*/

.site-content {
  margin-bottom: 0px;
}

/* .woodmart-button-wrapper a::after {
    background-color: #a78a21;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    transition: width .4s cubic-bezier(.175,.885,.32,1.15);
} */

.woodmart-button-wrapper a:hover::after {
  opacity: 1;
  width: 100%;
}

.btn-style-link.btn-color-primary {
  border-color: transparent !important;
}

.main-page-wrapper {
  margin-bottom: 0px !important;
}

.section-overlay::after {
  background: #000;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  transition: 0.5s ease-in;
  height: 100% !important;
  visibility: visible !important;
}

.section-overlay .vc_row {
  z-index: 2;
}

.comments-area .comment-respond {
  display: none;
}

.post-single-page .woodmart-entry-meta {
  display: none;
}

.slogan {
  font-size: 26px;
  margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

/** Logo **/

.woodmart-logo img[src$='.svg'] {
  height: 100%;
  width: 300px;
}

@media (min-width: 1025px) {
  .whb-general-header-inner .whb-col-center {
    display: flex;
    flex-direction: column;
  }
}

.brand-text {
  font-size: 7px;
  font-weight: 700;
}

.single-product .whb-sticked .whb-main-header {
  background: #fff;
}

.whb-color-light
  .navigation-style-underline
  .item-level-0
  > a
  .nav-link-text::after {
  background-color: #a78a21;
}

.navigation-style-underline .nav-link-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.navigation-style-underline .menu .nav-link-text {
  line-height: 1.2;
  font-family: 'source sans pro', sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 2px #666;
  text-transform: uppercase;
}

.sub-menu-dropdown .nav-link-text {
  text-shadow: none !important;
}

/** Header without overlap **/

.tax-product_cat .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg),
.woocommerce-lost-password
  .whb-overcontent:not(.whb-sticked)
  .whb-row:not(.whb-with-bg) {
  background-color: #212121 !important;
}

.tax-product_cat .whb-sticky-prepared .whb-main-header,
.woocommerce-lost-password .whb-sticky-prepared .whb-main-header {
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  Homepage
/*-----------------------------------------------------------------------------------*/

.intro-content p {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 10px;
  width: 90%;
}

.assinature {
  font-size: 25px;
  color: #a78a21;
}

.highlighted-text {
  color: #a78a21;
}

/* Terroir */

.section-overlay-terroir {
  z-index: 3;
}

.section-overlay-terroir::after {
  background: #a78a21;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.8;
  pointer-events: none;
  transition: 0.5s ease-in;
  content: '';
  visibility: visible !important;
  left: 0;
}

.section-overlay-terroir .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-overlay-terroir .intro-content p {
  font-size: 26px;
  line-height: 35px;
}

.section-overlay-terroir .assinature {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.section-overlay-terroir .highlighted-text {
  color: #fff;
  font-weight: 700;
}

.button-products {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.button-products .btn {
  color: #a78a21 !important;
}

/* Wines */

.row-wines {
  background-color: #fff;
  padding: 48px;
  margin-bottom: 35px;
}

.row-wines p,
.section-info-product p {
  font-size: 20px;
}

.row-wines .woodmart-social-icons {
  margin-bottom: 30px;
}

.section-wines h4 {
  text-transform: uppercase;
}

.share-title {
  font-size: 16px;
  line-height: 20px;
}

.buttons {
  margin-bottom: 10px;
}

.wine-share {
  margin-top: 20px;
}

.wines-tab .vc_tta-title-text {
  font-size: 20px;
  color: #a78a21;
}

.column-wines-bg .vc_column-inner {
  transition: transform 0.5s ease;
}

.column-wines-bg:hover .vc_column-inner {
  transform: translateY(-10px);
  transition-duration: 0.5s;
  opacity: 0.8;
  background: #00000008;
}

.column-wines-bg:hover .woodmart-title-container {
  color: #a78a21;
}

/* Enoturism */

.enoturism-form textarea,
.comments textarea {
  border: 2px solid rgba(167, 138, 3, 0.3);
  min-height: 140px;
}

.enoturism-form textarea::placeholder {
  font-weight: 700;
  color: #777777;
}

/* Wine Club */

.wine-club-form .wpcf7-submit {
  margin-top: 10px;
}

.wine-club-subscription {
  margin-top: 35px;
}

@media (max-width: 1023px) {
}

.wine-club-form .wpcf7-form input[type='date'] {
  line-height: 15px;
}

.wine-club-form .wpcf7-form .col-md-6,
.wine-club-form .col-padding {
  margin-top: 20px;
}

.wine-club-form input {
  border: 2px solid rgba(167, 138, 3, 0.3);
}

.wine-club-form input::placeholder {
  font-weight: 700;
  color: #777777;
}

.col-your-consent {
  margin-top: 20px;
}

/* Product */

.product-grid-item .product-title {
  min-height: 40px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-grid-item .product-title a {
  width: 60%;
}

#WOODMART_Widget_Price_Filter {
  display: none;
}

.woodmart-price-filter .current-state {
  text-transform: uppercase;
}

.filters-inner-area {
  justify-content: center;
}

.filters-inner-area .widget-title {
  margin-bottom: 10px;
}

.product-grid-item .product-image-link:hover img {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.product-grid-item .product-image-link img {
  width: auto;
  transition: transform 0.5s ease;
}

.woodmart-hover-button .product-element-top::before,
.woodmart-hover-info-alt .product-element-top::before {
  position: absolute;
  top: 30%;
  background-color: #3b3838;
  height: 50%;
}

.woodmart-hover-button:hover .woodmart-add-btn {
  -webkit-transform: translateY(-0%);
  transform: translateY(-0%);
}

.woodmart-hover-info-alt h3.product-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.product-grid-item .product-title {
  font-size: 16px;
}

.product-grid-item .price {
  font-size: 16px;
}

.woodmart-hover-info-alt .top-information .amount {
  font-size: 26px;
}

/* Product Detail */

.quantity input[type='button'] {
  z-index: 9;
}

.quantity input[type='number'] {
  z-index: 9;
}

.woodmart-shop-tools {
  display: none;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.single-product-content {
  margin-top: 100px;
}

.product-images img {
  width: auto;
}

.product-image-summary-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-image-summary-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.entry-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff7ed;
  padding-top: 50px;
  text-align: center;
  max-width: 40%;
  -webkit-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  margin-left: 100px;
  padding-bottom: 50px;
}

.product-image-summary .woocommerce-product-details__short-description {
  margin-bottom: 25px;
  padding: 0px 40px;
}

.woocommerce-product-gallery__wrapper {
  z-index: 2;
  position: absolute;
  left: -290px;
  top: -55px;
}

.woocommerce-product-gallery__wrapper img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  min-width: 100%;
  max-width: inherit;
}

#product-957 .woocommerce-product-gallery__wrapper img,
#product-1361 .woocommerce-product-gallery__wrapper img {
  min-width: 65%;
  max-width: 65%;
}

#product-957 .woocommerce-product-gallery__wrapper,
#product-1361 .woocommerce-product-gallery__wrapper {
  position: absolute;
  left: -440px;
  top: 65px;
}

#product-903 .woocommerce-product-gallery__wrapper img,
#product-1362 .woocommerce-product-gallery__wrapper img {
  min-width: 65%;
  max-width: 65%;
}

#product-903 .woocommerce-product-gallery__wrapper,
#product-1362 .woocommerce-product-gallery__wrapper {
  position: absolute;
  left: -440px;
  top: 65px;
}

#product-959 .woocommerce-product-gallery__wrapper img,
#product-1360 .woocommerce-product-gallery__wrapper img {
  min-width: 65%;
  max-width: 65%;
}

#product-959 .woocommerce-product-gallery__wrapper,
#product-1360 .woocommerce-product-gallery__wrapper {
  position: absolute;
  left: -440px;
  top: 65px;
}

#product-989 .woocommerce-product-gallery__wrapper img,
#product-1359 .woocommerce-product-gallery__wrapper img {
  min-width: 65%;
  max-width: 65%;
}

#product-989 .woocommerce-product-gallery__wrapper,
#product-1359 .woocommerce-product-gallery__wrapper {
  position: absolute;
  left: -440px;
  top: 65px;
}

.summary-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-year {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  order: 1;
}

.product-variety {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  order: 2;
}

.summary-inner h1 {
  order: 3;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-classification {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  order: 4;
}

.summary-inner p {
  order: 5;
  margin-top: 20px;
}

.summary-inner .cart {
  order: 6;
}

.summary-inner .woocommerce-product-details__short-description {
  order: 7;
}

.summary-inner .product_meta {
  order: 8;
  display: none;
}

.summary-inner .product-share {
  order: 9;
}

.woocommerce-product-details__short-description .fa-download {
  padding-right: 15px;
}

.section-info-product {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.single-product-page > div:not(:last-child) {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.poduct-tabs-inner > div:not(:last-child) {
  margin-bottom: 0px;
}

.box-icon-with-border .info-box-icon {
  border: 2px solid #efe8cf;
}

.background-related-and-upsells {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.woodmart-woocommerce-sort-by {
  display: none;
}

/* .woodmart-price-filter {
    display: none;
}
 */
/* Cart */

/* .woocommerce {
    margin-top: 100px;
    padding-bottom: 100px;
} */

/* Filters */

.select2-selection__placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

/* Tourism */

.float-image img {
  width: 80%;
  position: relative;
  top: -160px;
  left: 150px;
}

.float-left-image .vc_single_image-wrapper.vc_box_outline {
  padding: 50px;
  border: 5px solid #a78a21;
}

.float-left-image .vc_box_outline.vc_box_border_grey {
  border-color: #a78a21;
}

.intro-content p {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 10px;
  width: 90%;
}

.hero-button {
  color: #a78a21 !important;
}

@media (min-width: 1025px) {
  .float-block-content {
    position: relative;
    top: -100px;
    left: 50px;
  }
}

.float-block-content .intro-content p {
  font-size: 26px;
  line-height: 35px;
}

/* Instagram */

.section-instagram {
  padding-top: 0px !important;
}

.instagram-widget .instagram-content-inner {
  max-width: 350px;
  color: #a78a21;
  font-weight: 700;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #a78a21;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

.logos-footer {
  margin-top: 50px;
}

.logos-footer .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-column {
  margin-bottom: 0px;
}

.image-book img {
  width: 80%;
}

.image-payments img {
  width: 80%;
}

@media (min-width: 1024px) {
  .agree-terms a:hover {
    color: #a78a21 !important;
  }

  .newsletter-block input[type='email'] {
    min-width: 300px;
    height: 47px;
  }

  .mc4wp-form input[type='submit'] {
    margin-left: 10px;
  }

  .newsletter-block {
    display: flex;
    justify-content: center;
  }

  .agree-terms {
    text-align: left;
  }

  .row-news-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .row-news-social .wpb_column {
    flex: 0 0 30%;
  }
}

@media (max-width: 767px) {
  .row-news-social .text-left {
    text-align: center;
    margin-left: 0px !important;
  }
}

.mc4wp-form > div {
  display: block !important;
}

.menu-footer .menu {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding-top: 30px;
  padding-bottom: 20px;
}

.menu-footer .menu li {
  display: inline-block !important;
  padding: 0px 10px;
  text-transform: uppercase;
  text-align: center;
}

.menu-footer .menu li a {
  color: #fff;
}

.menu-footer .menu li a:hover {
  color: #a78a21;
}

.widget_nav_menu ul li.current_page_item > a {
  color: #a78a21;
}

.menu-footer .menu .sub-menu {
  display: none;
}

/* .footer-sidebar .wpb_single_image img {
    max-width: 200px !important;
} */

#highlighted-drink {
  margin-top: 50px;
  margin-bottom: 0px;
}

#highlighted-drink p {
  color: #a78a21;
}

.footer-sidebar .woodmart-social-icons a:hover {
  color: #a78a21;
}

.footer-sidebar .woodmart-social-icons.icons-size-default i {
  font-size: 26px;
}

.min-footer .col-left {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Source Sans pro', sans-serif;
}

.min-footer a {
  color: #777;
}

.scrollToTop:hover {
  color: #a78a21;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .product-image-summary-wrap {
    margin-top: 100px;
  }

  .entry-summary {
    max-width: 100%;
    margin-left: 15px;
  }

  .woocommerce-product-gallery__wrapper {
    z-index: 2;
    position: static;
    left: 0px;
    top: 0px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .woocommerce-product-gallery__wrapper img {
    width: 150px;
  }

  .single-product .site-content {
    margin-bottom: 0px;
  }

  .tabs-location-standard.tabs-type-accordion > div:not(:last-child) {
    margin-bottom: 0px;
  }

  .float-image img {
    left: 100px;
  }

  .float-block-content {
    left: 0px;
  }

  .member-details {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    height: auto !important;
    width: 100%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .woocommerce-product-gallery__wrapper {
    z-index: 2;
    position: absolute;
    left: -330px;
    top: 0px;
    width: 100%;
  }

  .entry-summary {
    max-width: 50%;
    margin-left: 100px;
    padding-bottom: 150px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Presentation
/*-----------------------------------------------------------------------------------*/

.section-intro-presentation {
  position: relative;
  top: -150px;
}

.section-intro-presentation
  .woodmart-title-size-extra-large
  .woodmart-title-container {
  font-size: 86px;
  color: #fff;
}

.section-intro-presentation
  .woodmart-title-color-default
  .subtitle-style-default {
  color: #fff;
  margin-bottom: 0px;
}

.section-presentation h2 {
  font-size: 48px;
  color: #777;
}

@media (min-width: 1025px) {
  .section-presentation .float-block-content {
    position: relative;
    top: 0px;
    left: 50px;
  }

  .section-presentation .float-image img {
    width: 70%;
    position: relative;
    top: 50px;
    left: 85px;
  }
}

.fa.fa-angle-down {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 45px;
  margin-bottom: -90px;
}

.section-quote p {
  font-size: 48px;
  color: #b6a871;
  line-height: 60px;
}

.section-quote p:nth-of-type(2) {
  font-size: 32px;
  color: #b6a871;
  font-weight: 700;
}

.section-banner .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Terroir
/*-----------------------------------------------------------------------------------*/

.column-terroir-border {
  border: 5px solid #a78a21;
  padding: 100px 50px 50px 50px !important;
}

.terroir::after {
  content: '' !important;
  background: #000;
  position: absolute;
  top: 0;
  z-index: 1;
  visibility: visible !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.3;
}

.terroir .vc_row {
  z-index: 9;
}

/*-----------------------------------------------------------------------------------*/
/*  Team
/*-----------------------------------------------------------------------------------*/

.member-details {
  background-color: #fff7ed;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  height: 80%;
  width: 100%;
}

@media (max-width: 1024px) {
  .member-details {
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .member-details {
    background-color: #fff7ed;
    padding: 50px;
    position: relative;
    left: -90px;
    top: 20px;
    -webkit-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
    height: 80%;
    width: 100%;
  }

  .team-member-avatar-image {
    -webkit-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  }

  .team-member .member-name {
    font-weight: 100;
    font-size: 26px;
  }

  .team-member .member-position {
    color: #000;
  }

  .team-member .member-bio {
    margin-top: 10px;
    font-size: 18px;
    color: #50473b;
    font-weight: 100;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Contacts
/*-----------------------------------------------------------------------------------*/

.dokan-alert,
.dokan-error,
.dokan-info,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.yith_ywraq_add_item_product_message,
div.wpcf7-response-output {
  background: #a78a21;
}

.notifications-sticky div.wpcf7-response-output {
  display: none;
}

.column-shadow {
  -webkit-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 40px -14px rgba(0, 0, 0, 0.68);
}

.section-contacts h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.wpcf7-submit {
  background-color: #a78a21;
  color: #fff;
  margin-top: 0px;
  padding: 10px 25px;
}

.column-shadow .wpcf7-submit {
  margin-top: 20px;
}

.column-shadow .vc_column-inner {
  padding: 0px 40px;
}

.section-contacts h4 {
  margin-bottom: 5px;
}

.block-contact {
  margin-top: 80px;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-form p {
  margin-bottom: 0px;
}

.section-contacts .wpcf7-form p {
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .entry-summary {
    max-width: 70%;
    margin-left: 100px;
    padding-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 40px !important;
  }

  .woocommerce-product-gallery__wrapper {
    z-index: 2;
    position: absolute;
    left: -180px;
    top: -55px;
    width: 60%;
  }
}

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
  padding-top: 0px;
}

.woodmart-registration-page {
  padding-top: 0px;
}

.btns-default-dark .woodmart-switch-to-register {
  color: #fff;
}

/* .cart-content-wrapper {
    margin-top: 80px;
} */

/* .woocommerce-form-coupon-toggle {
    margin-top: 100px;
} */

/* Age Check */

.age-gate {
  text-align: center;
  width: 100%;
  display: grid;
  height: 100%;
}

.age-gate-form-elements input::placeholder {
  font-size: 35px;
  opacity: 1;
  color: #fff;
}

.age-gate-heading.age-gate-logo img {
  max-width: 230px;
}

.age-gate-label {
  display: none;
}

.age-gate {
  background-color: rgba(0, 0, 0, 0.5);
}

.age-gate-heading.age-gate-logo {
  margin: 0 auto 20px;
}

.age-gate-form {
  background-color: transparent;
  margin: auto;
  /* height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;  */
}

.age-gate-form-elements input {
  border: 1px solid #a78a21;
  width: 210px;
  height: 80px;
  color: #fff;
}

.age-gate-remember {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 25px 0px;
}

.age-gate-form .age-gate-submit {
  width: 150px;
  padding: 20px;
  margin: 0 auto;
}

.age-gate-subheading {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
}

.age-gate-message {
  color: #fff;
  font-size: 18px;
}

.age-gate-form-section:not(:last-of-type) {
  display: none;
}

.age-gate-form-elements input[type='text']:focus {
  border-color: #fff;
  font-size: 45px;
}

.age-gate-submit {
  display: none;
}

.age-gate-error-message {
  color: #fff !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .entry-summary {
    max-width: 70%;
    margin-top: 100px;
  }
}

.tabs-location-standard.tabs-type-accordion > div:not(:last-child) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.age-gate-error-message {
  color: #c00;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-grid-item .product-image-link img {
    width: 50%;
  }
  .whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
    display: none;
  }

  .woocommerce-cart-form__contents tr {
    min-height: 320px;
  }

  .woocommerce-cart-form__contents td.product-thumbnail {
    min-height: 100%;
  }
  .section-intro-presentation
    .woodmart-title-size-extra-large
    .woodmart-title-container {
    font-size: 55px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .section-intro-presentation {
    top: -50px;
    position: relative;
  }
}

.woocommerce-order-pay .entry-content > .woocommerce {
  margin-bottom: 100px;
  margin-top: 100px;
}

.owl-carousel .owl-stage {
  transform: none !important;
}

/** Product Labels **/

.berocket_better_labels.berocket_better_labels_label {
  position: absolute;
  top: 50px;
  left: 90px;
  z-index: 1;
}

.product-image-summary .berocket_better_labels.berocket_better_labels_label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.br_alabel > span b {
  line-height: 10px;
  display: block;
  font-size: 10px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section-intro-presentation {
    position: relative;
    top: -200px;
  }

  .section-intro-presentation .title-wrapper .title-subtitle {
    font-size: 10px;
  }
}

.product-label.onsale {
  background-color: #000 !important;
}

.text-purchase {
  text-align: center;
}

.logo-footer img {
  max-width: 230px;
}

/* Checkout */

.payment_methods {
  display: flex;
  flex-direction: column;
}

.payment_method_bacs {
  order: 1;
}

.payment_method_easypay_mb_2 {
  order: 2;
}

.payment_method_easypay_mbway_2 {
  order: 3;
}

.payment_method_easypay_cc_2 {
  order: 4;
}

.scrollToTop {
  bottom: 100px;
}

@media (min-width: 1025px) {
  .row-wines .btn.btn-full-width {
    width: 50%;
  }
}
