/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://p.typekit.net/p.css?s=1&k=udc3opx&ht=tk&f=26053.26060.26062&a=88912557&app=typekit&e=css");
@font-face {
  font-family: "acumin-pro";
  src: url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "acumin-pro";
  src: url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "acumin-pro";
  src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
body {
  color: #454545;
  font-family: "acumin-pro";
}

h1::before, h2::before, h3::before {
  color: #ea4d54;
  background-color: #ea4d54;
  background: #ea4d54 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button {
  border-radius: 10px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .checkout {
  background-color: #ea4d54 !important;
}
.widget_shopping_cart .free-shipping-progress-bar {
  display: none;
}

header .et-wishlist-counter.active,
header span.minicart-counter {
  background-color: #ea4d54;
  color: #ffffff;
}

.side-panel .side-panel-title .minicart-counter {
  background-color: #ea4d54;
  color: #ffffff;
}

#header .header-main .account-link--dashboard {
  display: none;
}

.home .c-sliderWrapper {
  background-color: #f2f2f2;
  margin-bottom: 70px;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper {
    height: 900px;
  }
}
.home .c-sliderWrapper .container {
  height: 100%;
}
.home .c-sliderWrapper .c-slider,
.home .c-sliderWrapper .c-slider__item {
  height: 100%;
}
.home .c-sliderWrapper .c-slider__item {
  position: relative;
}
.home .c-sliderWrapper .item__badge {
  background-color: #ea4d54;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 0.1em 1.5em;
}
.home .c-sliderWrapper .item__content {
  margin-bottom: 30px;
  max-width: 600px;
  padding-top: 30px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper .item__content {
    height: 900px;
    left: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 30%;
    width: 80%;
  }
}
.home .c-sliderWrapper .item__title {
  font-size: 48px;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper .item__title {
    font-size: 64px;
  }
}
.home .c-sliderWrapper .item__description {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 550px;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper .item__description {
    font-size: 20px;
  }
}
.home .c-sliderWrapper .item__link {
  align-items: center;
  color: #ea4d54;
  display: flex;
  justify-content: flex-start;
}
.home .c-sliderWrapper .item__link a {
  color: #ea4d54;
  font-size: 18px;
}
.home .c-sliderWrapper .item__link a:hover {
  text-decoration: underline;
}
.home .c-sliderWrapper .item__link svg {
  fill: currentColor;
  margin-left: 10px;
  margin-top: -3px;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper .item__imageWrapper {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
.home .c-sliderWrapper .item__imageWrapper img {
  max-height: 550px;
}
@media screen and (min-width: 1200px) {
  .home .c-sliderWrapper .item__imageWrapper img {
    max-height: 800px;
  }
}
.home .c-fancyTiles {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin-bottom: 70px;
  margin-top: 70px;
}
.home .c-fancyTiles__tile {
  background-color: #f2f2f2;
  border-radius: 25px;
  flex: 1 1 auto;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
  transition: all 0.2s ease;
}
.home .c-fancyTiles__tile:hover {
  box-shadow: 0 0 35px -15px rgba(0, 0, 0, 0.75);
}
.home .c-fancyTiles__tile img {
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .c-fancyTiles__tile.tile1, .home .c-fancyTiles__tile.tile2 {
    aspect-ratio: 0.85;
    flex: 1 1 auto;
    padding-top: 60px;
    width: 47.5%;
  }
}
.home .c-fancyTiles__tile.tile3 {
  aspect-ratio: 2.5;
  flex: 1 1 100%;
  padding-top: 60px;
}
.home .c-fancyTiles__tile.tile1 img {
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .home .c-fancyTiles__tile.tile1 img {
    max-height: 600px;
  }
}
.home .c-fancyTiles__tile.tile2 img {
  max-height: 600px;
  max-width: 600px;
}
.home .c-fancyTiles__tile.tile2 img {
  max-height: 600px;
  max-width: 600px;
}
.home .c-fancyTiles__tile.tile3 img {
  max-height: 400px;
  max-width: 600px;
}
.home .c-fancyTiles .tile__imageWrapper {
  text-align: center;
}
.home .c-fancyTiles .tile__text {
  color: #454545;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .c-fancyTiles .tile__text {
    min-height: 172px;
  }
}
.home .c-fancyTiles .tile__badge {
  background-color: #ea4d54;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 0.25em 1.5em;
  text-transform: uppercase;
}
.home .c-fancyTiles .tile__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .home .c-fancyTiles .tile__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .home .c-fancyTiles .tile__title {
    font-size: 72px;
  }
}
.home .c-fancyTiles .tile__description {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 500px;
}
.home .c-fancyTiles .tile__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

body.woocommerce-wishlist .product-add-to-cart a {
  background-color: #ea4d54;
  border-radius: 10px;
}
body.woocommerce-wishlist .product-stock-status * {
  border-radius: 10px;
  border-color: #b5b5b5 !important;
  color: #b5b5b5 !important;
}

#shop-display-list {
  display: none;
}

.products .archive-variable-items li {
  margin-right: 4px !important;
}
.products .item .product_thumbnail {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 10px;
}
.products .item .badge.new {
  background-color: #ea4d54;
  color: #ffffff;
  text-transform: uppercase;
}
.products .item .product_after_shop_loop_price {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .products .item .product_after_shop_loop_price {
    flex-flow: row;
    justify-content: space-between;
  }
}
.products .item .product_after_shop_loop_price .price del, .products .item .product_after_shop_loop_price .price ins {
  margin: 0;
  padding: 0;
}
.products .item .product_after_shop_loop_price > .col1, .products .item .product_after_shop_loop_price .col2, .products .item .product_after_shop_loop_price .col3 {
  flex: 0 0 auto;
}
@media screen and (min-width: 992px) {
  .products .item .product_after_shop_loop_price > .col1, .products .item .product_after_shop_loop_price .col2, .products .item .product_after_shop_loop_price .col3 {
    width: 33.3334%;
  }
}
.products .item .product_after_shop_loop_price > .col2 {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-top: 4px;
}
.products .item .product_after_shop_loop_price > .col2 .quantity {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  width: 90px;
}
.products .item .product_after_shop_loop_price > .col2 .input-text {
  margin-top: -2px;
}
.products .item .product_after_shop_loop_price > .col2 .add_to_cart_button {
  margin-left: 10px;
  width: 32px;
}
@media screen and (min-width: 992px) {
  .products .item .product_after_shop_loop_price > .col2 .add_to_cart_button {
    display: none;
  }
}
.products .item .product_after_shop_loop_price > .col2 .add_to_cart_button .et-icon {
  display: block;
}
.products .item .product_after_shop_loop_price > .col3 {
  font-size: 14px;
  text-align: right;
  padding-left: 20px;
}
.products .item .product_after_shop_loop_price > .col3 .wvs-archive-information {
  display: block;
}
.products .item .product_after_shop_loop_price > .col3 .stock.in-stock {
  border: none;
  color: #454545;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.products .item .product_after_shop_loop_price .added_to_cart {
  margin-left: 10px;
}
.products .item .wvs-archive-information {
  display: none;
}
.products .item.product-type-variable .actions-wrapper .added_to_cart {
  display: flex;
}
.products .item .et-shopping-bag {
  pointer-events: none;
}

.widgettitle span::after {
  color: #ea4d54;
}

body.single-product #wrapper .site-content .woocommerce-Tabs-panel--additional_information {
  display: none !important;
}
body.single-product #wrapper .site-content .showcase-row {
  color: #454545;
}
body.single-product #wrapper .site-content .et-pro-summary-top .badge, body.single-product #wrapper .site-content .et-pro-summary-top .price {
  display: none;
}
body.single-product #wrapper .site-content .container h2::before {
  background-color: #ea4d54;
  background: #ea4d54;
  opacity: 1;
  height: 2px;
}
body.single-product #wrapper .site-content .et-product-detail .single_add_to_cart_button, body.single-product #wrapper .site-content .sticky-product-bar .single_add_to_cart_button, body.single-product #wrapper .site-content .sticky-product-bar .add_to_cart_button, body.single-product #wrapper .site-content .woocommerce-mini-cart__buttons .button.checkout, body.single-product #wrapper .site-content .button.checkout-button, body.single-product #wrapper .site-content #place_order.button, body.single-product #wrapper .site-content .woocommerce .argmc-wrapper .argmc-nav-buttons .argmc-submit, body.single-product #wrapper .site-content .wishlist_table .add_to_cart {
  background-color: #ea4d54;
  border-radius: 10px;
}
body.single-product #wrapper .site-content .yith-wcwl-wishlistexistsbrowse a {
  background-color: #cbcbcb;
  border-radius: 10px;
  height: 52px;
}
body.single-product #wrapper .site-content .product_meta {
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
body.single-product #wrapper .site-content .product_meta > span {
  color: #454545;
  font-weight: 700;
}
body.single-product #wrapper .site-content .product_meta > span > span, body.single-product #wrapper .site-content .product_meta > span > a {
  font-weight: 400;
}
body.single-product #wrapper .site-content .quantity {
  border-radius: 10px;
}
body.single-product #wrapper .site-content .woocommerce-breadcrumb a {
  text-transform: uppercase;
}
body.single-product #wrapper .site-content .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}
body.single-product #wrapper .site-content .custom-stock-level {
  margin-top: 15px;
  padding: 15px 0;
  font-weight: 700;
}
body.single-product #wrapper .site-content .custom-stock-level .stock.in-stock {
  color: #454545;
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0;
}
body.single-product #wrapper .site-content .product_meta {
  margin-top: 0;
}

body.woocommerce-cart .back-to-shop {
  display: none;
}
body.woocommerce-cart .wc-forward {
  background-color: #ea4d54;
  border-radius: 10px;
}

body.woocommerce-checkout .form-row .input-text {
  border: 1px solid #b6b6b6;
  border-radius: 0;
}
body.woocommerce-checkout .form-row.woocommerce-invalid .input-text {
  border: 1px solid #f27362;
}
body.woocommerce-checkout #place_order {
  background-color: #ea4d54;
  border-radius: 10px;
}
body.woocommerce-checkout #order_review {
  position: static !important;
}
body.woocommerce-checkout .woocommerce-additional-fields {
  display: none;
}
body.woocommerce-checkout .woocommerce-shipping-fields h3:before {
  background: #ea4d54;
  content: " ";
  display: block;
  height: 1px;
  left: 100%;
  margin-left: 20px;
  position: absolute;
  top: 51%;
  width: 25px;
}
body.woocommerce-checkout .checkout-info {
  border: 2px solid #ea4d54;
  padding: 1em;
}
body.woocommerce-checkout .checkout-info a {
  color: #ea4d54;
}
body.woocommerce-checkout form.checkout .col-2 {
  margin-top: 45px;
}
body.woocommerce-checkout form.checkout .col-2 .back-to-cart {
  display: none;
}
body.woocommerce-checkout form.checkout input[readonly="1"] {
  cursor: not-allowed;
  opacity: 0.5;
}
body.woocommerce-checkout form.checkout #billing_first_name_field label,
body.woocommerce-checkout form.checkout #billing_last_name_field label {
  display: none;
}
body.woocommerce-checkout form.checkout #billing_address_2_field,
body.woocommerce-checkout form.checkout #billing_country_field {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-columns--addresses .col-2 {
  float: left;
  order: 1;
}
body.woocommerce-order-received .woocommerce-columns--addresses .col-1 {
  float: right;
  order: 2;
}

#colophon .footer-widgets {
  color: #ffffff;
}
#colophon .footer-widgets #block-7 > .widget-info {
  max-width: 400px;
  font-weight: 700;
}
#colophon .footer-widgets #block-7 > .widget-info img {
  max-width: 120px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
#colophon .footer-widgets .other-columns {
  padding-top: 20px;
}
#colophon .footer-widgets .other-columns h2 {
  font-weight: 700;
}
#colophon .footer-widgets .other-columns .widget-contact b {
  display: inline-block;
  margin-top: 0.5em;
}
#colophon .footer-widgets .other-columns .widget-contact a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

.woocommerce-orders .woocommerce-info .button {
  display: block;
  margin: 16px auto 0;
  max-width: 250px;
}

.woocommerce-Addresses .col-1 {
  display: none !important;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */

p#billing_phone_field {
    margin-bottom: 4px;
}
p#billing_company_field {
    margin-bottom: 4px;
}
textarea#billing_comments {
    resize: none;
}
textarea#shipping_comments {
	resize: none;
}

#shipping_kurs_field {
	display: none;
}

.et-listing-style2 .actions-wrapper {
	opacity: 1 !important;
}

/* start customization subscribe form */

.cwginstock-subscribe-form .panel-primary {
  border: 1px solid #686868 !important;
  border-radius: 0 !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
  color: #686868 !important;
  background-color: #f2f2f2 !important;
  border-color: #686868 !important;
}

.cwginstock-panel-heading h4 {
  color: #282828 !important;
  font-family: 'acumin-pro', serif !important;
}

/* end customization subscribe form */