/*
Theme Name: Shell Webshop
Description: 
Author: DirectHouse
Template: flatsome
Version: 3.0
*/
#masthead .header-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  font-size: 18px;
}
.site-footer .col-1 {
  display: flex;
  align-items: center;
}
.site-footer .col-1 .img {
  max-width: 190px;
}
.site-footer a {
  color: #c10526;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-text-left {
  max-width: 600px;
}
.site-footer .ux-menu-link__link {
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: auto;
}

.mfp-wrap .mfp-close {
  color: #000000;
  mix-blend-mode: initial;
  opacity: 1;
}
.mfp-wrap #cart-popup {
  color: #000000;
}
.mfp-wrap #cart-popup .cart-popup-title {
  text-align: left;
}
.mfp-wrap #cart-popup .cart-popup-title .heading-font {
  font-size: 24px;
}
.mfp-wrap #cart-popup .is-divider {
  visibility: hidden;
}
.mfp-wrap #cart-popup .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.mfp-wrap #cart-popup .attachment-woocommerce_thumbnail {
  border: 1px solid #000000;
  padding: 6px;
}
.mfp-wrap #cart-popup .remove_from_cart_button {
  color: #000000;
  border: none;
  font-size: 24px !important;
  margin-right: -3px;
}
.mfp-wrap #cart-popup .ux-mini-cart-qty {
  align-items: flex-end;
}
.mfp-wrap #cart-popup .ux-mini-cart-qty input {
  color: #000000;
  border-color: #000000;
}

.product.product-small .category {
  display: none;
}
.product.product-small .box-image {
  border: 1px solid #8b8b8b;
}
.product.product-small .box-image img {
  padding: 30px !important;
  object-fit: contain;
}
.product.product-small .badge-container {
  margin-top: 10px;
  margin-left: 10px;
}
.product.product-small .badge-container .badge-inner.on-sale {
  background-color: transparent;
  color: #da080d;
  font-size: 14px;
}
.product.product-small .product-title {
  color: #0f0e0d;
  margin-bottom: 2px;
  font-size: 16px;
  max-width: calc(100% - 74px);
}
.product.product-small .product-title a {
  color: inherit;
}
.product.product-small .price-wrapper * {
  color: #808080;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 16px;
  opacity: 1;
}
.product.product-small .wishlist-popup.dark {
  display: none;
}
.product.product-small .image-tools .wishlist-button {
  background-color: transparent;
  border-color: transparent;
}
.product.product-small .image-tools .wishlist-button:hover {
  background-color: transparent;
  border-color: transparent;
}
.product.product-small .image-tools .wishlist-button:hover .icon-heart {
  color: #da080d;
}
.product.product-small .wishlist-added .icon-heart {
  color: #da080d !important;
}
.product.product-small .box-text {
  position: relative;
}
.product.product-small .box-text .loop-qty-input {
  position: absolute;
  top: 0;
  right: 0;
}
.product.product-small .box-text .loop-qty-input input {
  color: #0f0e0d;
  border-color: #8b8b8b;
}
.product.product-small .loading .cart-icon strong,
.product.product-small .loading .cart-icon strong:after {
  border-color: #a0a0a0;
  color: #a0a0a0;
  background-color: transparent;
  animation: pulse 1s ease-in-out infinite;
}
.product.product-small .grid-tools {
  display: block !important;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
#shop-sidebar .widget {
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
#shop-sidebar .widget .is-divider {
  display: none;
}
#shop-sidebar .widget .widget-title {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}
#shop-sidebar .widget .price_slider_wrapper {
  margin-top: 24px;
}

.mfp-content .product-lightbox {
  max-width: 1200px;
  padding: 30px;
}
.mfp-content .product-lightbox .price-wrapper span.amount {
  font-family: sans-serif;
  color: #909090;
}
.mfp-content .product-lightbox .price-wrapper .woocommerce-Price-currencySymbol {
  vertical-align: initial;
}
@media screen and (min-width: 850px) {
  .mfp-content .product-lightbox .product-info {
    border-left: 1px solid #8b8b8b;
  }
}
.mfp-content .product-lightbox .product-info .is-divider {
  display: none;
}
.mfp-content .product-lightbox .product-info .product-lightbox-inner {
  padding: 40px !important;
}
.mfp-content .product-lightbox .product-info .single_add_to_cart_button.button.alt {
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.mfp-content .product-lightbox .product-info input.input-text.qty.text {
  height: 50px;
  width: 50px;
  max-width: 50px;
}
.mfp-content .product-lightbox .product-gallery-slider {
  padding: 40px !important;
}
.mfp-content .product-lightbox .product-gallery-slider .flickity-page-dots .dot {
  opacity: 1;
  background-color: #909090;
  border: #909090;
}
.mfp-content .product-lightbox .product-gallery-slider .flickity-page-dots .dot.is-selected {
  background-color: #da080d;
  border-color: #da080d;
}
.mfp-content .product-lightbox .badge-container {
  margin-top: 10px;
  margin-left: 10px;
}
.mfp-content .product-lightbox .badge-container .badge-inner.on-sale {
  background-color: transparent;
  color: #da080d;
  font-size: 16px;
}
.mfp-content .product-lightbox .product_bottom {
  display: none;
}

body.single-product .woocommerce-product-gallery {
  border: 1px solid #8b8b8b;
  padding: 20px;
}
body.single-product .woocommerce-product-gallery .image-tools {
  display: none;
}
body.single-product .woocommerce-product-gallery .badge-container {
  margin-top: 10px;
  margin-left: 10px;
}
body.single-product .woocommerce-product-gallery .badge-container .badge-inner.on-sale {
  background-color: transparent;
  color: #da080d;
  font-size: 16px;
}
body.single-product .product-thumbnails .col a {
  display: block;
  padding: 5px;
  border: 1px solid #8b8b8b;
}
body.single-product .product-thumbnails .col a img {
  margin-bottom: 0;
  transform: none;
}
body.single-product .product-thumbnails .col.is-selected a {
  border-color: #da080d;
}
body.single-product .product-info {
  display: flex;
  flex-flow: column;
  padding-bottom: 19.6px;
}
body.single-product .product-info .breadcrumbs {
  font-size: 1em;
}
body.single-product .product-info .breadcrumbs a {
  color: #909090;
}
body.single-product .product-info .product-title {
  margin-top: 20px;
  font-size: 48px;
}
body.single-product .product-info .price-wrapper span.amount {
  font-family: sans-serif;
  color: #909090;
}
body.single-product .product-info .price-wrapper .woocommerce-Price-currencySymbol {
  vertical-align: initial;
}
body.single-product .product-info .cart {
  margin-top: auto;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}
body.single-product .product-info .cart input {
  border-color: #8b8b8b;
  color: #8b8b8b;
}
body.single-product .product-info .cart .input-text.qty {
  max-width: 100%;
  width: 50px;
}
body.single-product .product-info .cart .single_add_to_cart_button {
  width: calc(100% - 120px);
}
body.single-product .product-info .yith-wcwl-add-button {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
body.single-product .product-info .single_add_to_wishlist {
  border: 1px solid #8b8b8b;
  background-color: transparent;
  color: #020202;
  margin: 0;
  width: calc(100% - 120px);
}
body.single-product .product-info .yith-wcwl-wishlistexistsbrowse {
  margin: 0.5em 0;
}
body.single-product .product-info .product_meta {
  margin-bottom: 0;
  display: flex;
  column-gap: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
}
body.single-product .product-info .product_meta .sku_wrapper, body.single-product .product-info .product_meta .posted_in {
  padding: 0;
  line-height: 1;
  border: none;
}
body.single-product .product-info .stock {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
}
body.single-product .product-info .product_bottom {
  margin-top: 30px;
}
body.single-product .product-section {
  border-top: none;
}
body.single-product .product-section .product-section-title {
  color: #4b4b4b;
  font-size: 24px;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-flow: row wrap;
  column-gap: 40px;
}
body.woocommerce-cart .woocommerce .cart-title,
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 816px) {
  body.woocommerce-cart .woocommerce .cart-title {
    margin-bottom: 40px;
  }
}
body.woocommerce-cart .woocommerce .cart-title h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex: 1 1 auto;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-price,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
  display: table-cell;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form td.product-thumbnail {
  width: 130px;
  max-width: 130px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .button-continue-shopping {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .button {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  margin-right: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail .img-wrapper {
  width: 115px;
  height: 115px;
  border: 1px solid #c0c0c0;
  padding: 6px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
  vertical-align: top;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name a {
  display: block;
  margin-bottom: 1em;
  font-size: 18px;
  color: #000000;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .ux-quantity input {
  border-color: #000000;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
  position: relative;
  vertical-align: top;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .remove-wrapper {
  position: absolute;
  bottom: 10px;
  right: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .remove-wrapper .remove {
  color: #000000;
  border: none;
  font-size: 30px !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid #000000;
  padding: 2em;
}
@media screen and (min-width: 816px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 400px;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals th {
  color: #000000;
  opacity: 1;
}
body.woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
  margin-top: 40px;
  line-height: 3;
}
body.woocommerce-cart .woocommerce .cart-collaterals .product-name, body.woocommerce-cart .woocommerce .cart-collaterals .order-total, body.woocommerce-cart .woocommerce .cart-collaterals .order-total th, body.woocommerce-cart .woocommerce .cart-collaterals .order-total td {
  border-width: 1px;
}

body.woocommerce-checkout .checkout-header-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body.woocommerce-checkout .checkout-header-wrapper h3 {
  font-size: 18px;
  margin-bottom: 12px;
  flex: 1 1 auto;
}
body.woocommerce-checkout .checkout-header-wrapper div {
  flex: 1 0 auto;
}
body.woocommerce-checkout .checkout-header-wrapper div a {
  display: flex;
  align-items: center;
  color: #000000;
}
body.woocommerce-checkout .checkout-header-wrapper div a:hover {
  color: #da080d;
}
body.woocommerce-checkout .checkout-header-wrapper div a svg {
  width: 16px;
  margin-right: 6px;
}
body.woocommerce-checkout .checkout-header-wrapper div a svg path {
  fill: currentColor;
}
body.woocommerce-checkout .large-5.col .has-border {
  border: none;
}
body.woocommerce-checkout #order_review_heading {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td, body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  font-size: 12px;
  background-color: #da080d;
  padding: 0.25em 0.75em;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 6px;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  display: flex;
  vertical-align: bottom;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: #000000;
  text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
body.woocommerce-checkout .image-wrapper {
  border: 1px solid #c0c0c0;
  padding: 6px;
  margin-right: 12px;
}
body.woocommerce-checkout .product-details {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  color: #000000;
}
body.woocommerce-checkout .product-total {
  vertical-align: bottom;
}
body.woocommerce-checkout .woocommerce-billing-fields input,
body.woocommerce-checkout .shipping_address input {
  box-shadow: none;
  border: 1px solid #000000;
}
body.woocommerce-checkout .woocommerce-additional-fields {
  display: none;
}
body.woocommerce-checkout .required {
  color: red;
}

body.woocommerce-wishlist .row.row-main {
  max-width: 1000px;
}
body.woocommerce-wishlist .wishlist-title-container {
  display: none;
}
body.woocommerce-wishlist .page-main-heading {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  body.woocommerce-wishlist .page-main-heading {
    font-size: 54px;
    margin-top: 46px;
    margin-bottom: 160px;
  }
}
body.woocommerce-wishlist .wishlist_table thead {
  display: none;
}
body.woocommerce-wishlist .wishlist_table tr td {
  border-top: 1px solid #828282;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #828282;
}
body.woocommerce-wishlist .wishlist_table .product-remove {
  width: 25px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body.woocommerce-wishlist .wishlist_table .product-remove {
    width: 50px;
  }
}
body.woocommerce-wishlist .wishlist_table .product-remove a {
  border-color: transparent;
  color: #020202;
  font-size: 32px !important;
}
body.woocommerce-wishlist .wishlist_table .product-thumbnail {
  width: 75px;
  max-width: 75px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body.woocommerce-wishlist .wishlist_table .product-thumbnail {
    width: 150px;
    max-width: 150px;
  }
}
body.woocommerce-wishlist .wishlist_table .product-thumbnail a {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #828282;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  body.woocommerce-wishlist .wishlist_table .product-thumbnail a {
    width: 120px;
    height: 120px;
  }
}
body.woocommerce-wishlist .wishlist_table .product-thumbnail img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-wishlist .wishlist_table .product-name {
  vertical-align: top;
  font-size: 18px;
}
body.woocommerce-wishlist .wishlist_table .product-name a {
  color: #464646;
}
body.woocommerce-wishlist .wishlist_table .product-name .woocommerce-Price-amount {
  font-weight: 400;
  color: #9b9b9b;
  font-family: sans-serif;
  font-size: 14px;
}
body.woocommerce-wishlist .wishlist_table .product-name .product-stock-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
body.woocommerce-wishlist .wishlist_table .product-name .product-stock-wrapper .wishlist-in-stock {
  font-size: 15px;
  padding: 0.35em 1em;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  display: inline-block;
}
body.woocommerce-wishlist .wishlist_table .add-to-cart-mobile {
  margin-top: 10px;
}
body.woocommerce-wishlist .wishlist_table .add_to_cart {
  font-size: 10px;
  margin: 0;
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  body.woocommerce-wishlist .wishlist_table .add_to_cart {
    font-size: 16px;
    line-height: 2.5;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-id-67 h1 {
  margin-top: 80px;
  margin-bottom: 60px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #a7a7a7;
  font-size: 36px;
}
body.page-id-67 .nf-form-cont .nf-form-fields-required {
  display: none;
}
body.page-id-67 .nf-form-cont input, body.page-id-67 .nf-form-cont textarea {
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: #020202;
}
body.page-id-67 .nf-form-cont .submit-wrap #nf-field-4 {
  padding: 0.5em 1.5em;
  background-color: #da080d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  color: #ffffff;
  border: none;
}
body.page-id-67 .nf-form-cont .submit-wrap #nf-field-4:hover {
  color: #ffffff;
  background-color: #c1070c;
}

body.woocommerce-lost-password form.lost_reset_password {
  max-width: 800px;
  margin: 0 auto;
}
body.woocommerce-lost-password form.lost_reset_password input {
  border: 1px solid #000000;
  color: #000000;
}
body.woocommerce-lost-password form.lost_reset_password span.required {
  color: #da080d;
}
body.woocommerce-lost-password form.lost_reset_password .woocommerce-Button {
  background-color: #da080d;
}

body.woocommerce-account .my-account-header {
  background: transparent;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.woocommerce-account .my-account-header .page-title-inner h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
}
body.woocommerce-account .my-account-header .page-title-inner small {
  display: block;
  text-align: center;
  font-size: 16px;
}
body.woocommerce-account .large-3.col.col-border {
  border-right: transparent;
}
body.woocommerce-account .dashboard-links {
  display: none;
}
body.woocommerce-account .account-user {
  margin-bottom: 24px;
}
body.woocommerce-account .account-user .image {
  display: none;
}
body.woocommerce-account .account-user .user-name {
  font-weight: 700;
}
body.woocommerce-account .account-user .user-id {
  display: none;
}
body.woocommerce-account #my-account-nav li {
  border: none;
}
body.woocommerce-account #my-account-nav li a {
  border-right: 2px solid #c0c0c0;
  text-transform: initial;
  color: #020202;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  opacity: 1;
}
body.woocommerce-account #my-account-nav li.is-active a {
  color: #da080d;
  text-decoration: underline;
}
body.woocommerce-account input {
  border-color: #8b8b8b;
  box-shadow: none;
  color: #020202;
}
body.woocommerce-account input + span em {
  text-decoration: none;
  font-style: initial;
  color: #909090;
  margin-top: -10px;
  display: block;
}
body.woocommerce-account fieldset {
  margin-top: 24px;
}
body.woocommerce-account fieldset legend {
  text-transform: initial;
  font-size: 24px;
  border: none;
}

.c-home-slider {
  min-height: 500px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-home-slider {
    min-height: 800px;
  }
}
.c-home-slider .flickity-button {
  color: #ffffff;
  opacity: 1;
}
.c-home-slider .flickity-button svg {
  fill: #ffffff;
}
.c-home-slider .flickity-button.next {
  right: -2%;
}
@media screen and (min-width: 768px) {
  .c-home-slider .flickity-button.next {
    right: 2%;
  }
}
.c-home-slider .flickity-button.previous {
  left: -2%;
}
@media screen and (min-width: 768px) {
  .c-home-slider .flickity-button.previous {
    left: 2%;
  }
}
.c-home-slider .flickity-page-dots li {
  border-color: #ffffff;
}
.c-home-slider__slide {
  min-height: 500px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-home-slider__slide {
    min-height: 800px;
  }
}
.c-home-slider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.c-home-slider__slide .slide-content {
  padding: 0 40px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-home-slider__slide .slide-content {
    padding: 0 40px;
  }
}
.c-home-slider__slide .slide-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  max-width: 750px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-home-slider__slide .slide-title {
    font-size: 73px;
  }
}
.c-home-slider__slide .slide-text {
  font-size: 18px;
  max-width: 600px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-home-slider__slide .slide-text {
    font-size: 24px;
  }
}
.c-home-slider__slide .slide-link a {
  display: inline-block;
  background-color: #c10526;
  color: #ffffff;
  padding: 0.5em 1.5em;
}
.c-home-slider__slide .slide-link a:hover {
  background-color: #a80421;
}

.c-home-boxes-wrapper {
  margin-top: 40px;
}

.c-home-boxes {
  max-width: 1760px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-home-boxes {
    padding: 0 30px;
  }
}
.c-home-boxes__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  row-gap: 30px;
}
.c-home-boxes__box {
  border: 1px solid #d3d2d0;
  border-top: 15px solid #e4061e;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.c-home-boxes__box:hover {
  transform: scale(1.025) translateY(-5px);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .c-home-boxes__box {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 47.5%;
  }
}
@media screen and (min-width: 1024px) {
  .c-home-boxes__box {
    max-width: 30%;
  }
}
.c-home-boxes__box .box-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-home-boxes__box .box-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-home-boxes__box .box-title {
    font-size: 42px;
  }
}
.c-home-boxes__box .box-image {
  text-align: center;
}
.c-home-boxes__box .box-image .image-wrapper {
  margin: 0 auto;
  background-color: #dfdfdf;
  width: 50%;
  height: 400px;
}
.c-home-boxes__box .box-image .image-wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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