/*
	Theme Name:   Sun in a Box
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  This is the main template for "Sun in a Box".
	Author:       Media Creators Studio
	Author URI:   http://www.mediacreators.studio
	Template:     savoy
	Version:      1.0
*/

/* Child theme CSS
--------------------------------------------------------------- */

html.js {
  overflow-y: visible !important;
  margin-right: 0 !important;
}

.nm-row {
  max-width: 1460px;
}

.current-menu-item > a,
.current-menu-ancestor > a {
  font-weight: bold !important;
  letter-spacing: 0.5px;
}
.nm-sub-menu-ul {
  min-width: 284px;
}

.white-button,
.blue-button {
  font-family: 'Abril Display', serif !important;
  font-size: 18px !important;
  letter-spacing: 1px;
  padding: 18px 20px !important;
  position: relative;
  transition: all 300ms ease !important;
}

.white-button:after,
.blue-button:after,
.home .nm-shop-loop-details h3 a:after {
  content: '';
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.home .nm-shop-loop-details h3 a:after {
  display: inline-block;
  float: none;
  position: relative;
  top: 2px;
}

.white-button {
  background: white !important;
  color: #0090c8 !important;
  box-shadow: 0 0 24px rgba(25, 128, 155, 0.5);
}
.blue-button {
  background: #0090c8 !important;
  color: white !important;
}

.white-button:after,
.home .nm-shop-loop-details h3 a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='%230090C8'/%3E%3Cpath d='M10 14L14 10L10 6' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10H14' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.blue-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='white'/%3E%3Cpath d='M10 14L14 10L10 6' stroke='%230090C8' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10H14' stroke='%230090C8' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.white-button:hover,
.white-button:focus {
  color: #006e99 !important;
  box-shadow: 0 0 48px rgba(25, 128, 155, 0.5);
}

.blue-button:hover,
.blue-button:focus {
  background: #006e99 !important;
}

.nm-row.nm-row-parallax:hover a {
  transform: scale3d(1.15, 1.15, 1.15);
}

/* logo animation */
.nm-header.default .nm-header-logo {
  float: left;
  margin-right: 37px;
}
.nm-header-logo a {
  display: block;
}
.nm-header-logo img {
  width: auto;
  max-width: none;
  height: 16px;
  vertical-align: middle;
}

@media screen and (min-width: 1081px) {
  .nm-header {
    background: rgba(255, 255, 255, 0.95) !important;
    line-height: 60px !important;
  }
  .nm-header.default .nm-header-logo {
    margin-right: 10px;
    position: unset;
  }
  .nm-header-logo img {
    transition: all 600ms ease;
    transform: scale3d(1, 1, 1) translate3d(0, 8px, 0);
    transform-origin: top center;
  }
  .header-on-scroll .nm-header {
    padding-top: 0 !important;
  }
  .header-on-scroll .nm-header-logo img {
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 14px, 0);
  }
  .nm-page-full {
    margin-top: 0;
  }
}

/* fix header (links not clicable) */
.header-on-scroll .nm-header:not(.static-on-scroll) {
  padding-bottom: 0;
}
.nm-header {
  padding-bottom: 0 !important;
}
.nm-header-logo {
  margin-bottom: -60px !important;
}

/* photos container */
.photos_container {
  height: auto;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.photos_container img {
  width: 100%;
  max-width: unset;
}

.photos_container .hotspot-button {
  color: white;
  font-weight: 400;
  font-size: 22px;
  background-color: #0090c8;
  display: block;
  text-align: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  line-height: 17px;
  border-radius: 100%;
  cursor: pointer;
  animation: hotspot-pulse 1.5s infinite;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 1);
  transition: all 160ms ease-out;
}

.photos_container .hotspot-button:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hotspot-pulse {
  from {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }
  to {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/* colors */
.text-color-dark h1,
.text-color-dark h2,
.producers-title,
.producers-intro,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
.home .woocommerce-loop-product__title {
  color: #0090c8 !important;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  letter-spacing: 0.5px;
  opacity: 1;
}

/* fonts */
.nm-banner-text {
  padding: 15% 0;
}
.nm-banner-text .nm-banner-title {
  letter-spacing: 0.8px;
  font-size: 54px !important;
  font-weight: bold !important;
}
.nm-banner-text .nm-banner-subtitle {
  max-width: 460px;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  .nm-banner-text {
    max-width: 90% !important;
    margin-left: 6%;
  }
  .nm-banner-text .nm-banner-title {
    letter-spacing: 0.2px;
    font-size: 29px !important;
  }
  .nm-banner-text .nm-banner-subtitle {
    font-size: 18px !important;
  }
}

.subtitle-below .nm-banner-subtitle {
  letter-spacing: 1px;
  font-size: 21px;
  font-style: italic;
  margin-top: 0;
}
.nm-widget-title {
  font-size: 22px !important;
  font-weight: bold;
}

.producers-intro-title {
  font-size: 22px;
  text-align: center;
  font-style: italic;
  letter-spacing: 1px;
  padding-bottom: 40px;
}
.producers-intro-text {
  font-family: 'Abril Display', serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  width: 90%;
  margin: auto;
}

.nm-banner.text-color-light h1,
.nm-banner.text-color-light h2 {
  text-shadow: 0 2px 24px rgba(15, 91, 191, 0.75);
}
.nm-banner.text-color-light .nm-banner-link {
  color: #0090c8 !important;
  box-shadow: 0 2px 24px rgba(15, 91, 191, 0.3);
  transition: all 300ms ease;
}
.nm-banner.text-color-light .nm-banner-link:hover,
.nm-banner.text-color-light .nm-banner-link:focus {
  position: relative;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 2px 48px rgba(15, 91, 191, 0.75);
}

.nm-banner.text-color-dark h1,
.nm-banner.text-color-dark h2 {
  color: #0090c8 !important;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.75);
}
.nm-banner.text-color-dark .nm-banner-link {
  color: white !important;
  background: #0090c8 !important;
  box-shadow: 0 2px 24px rgba(255, 255, 255, 0.3);
  transition: all 300ms ease;
}
.nm-banner.text-color-dark .nm-banner-link:hover,
.nm-banner.text-color-dark .nm-banner-link:focus {
  position: relative;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 2px 48px rgba(255, 255, 255, 0.75);
}

.title-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #0090c8;
  margin-top: -10px;
  margin-bottom: 40px;
}

h1,
.page h1,
.h1-size {
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}

/* footer */
footer .subscribe .form,
footer .payment-cards {
  display: flex;
}
footer .subscribe input {
  width: 60%;
  padding-left: 20px;
  border-radius: 48px;
  font-family: 'Abril Display';
}
footer .subscribe button {
  width: 50%;
  margin-left: -10%;
  padding: 18px 16px !important;
  border-radius: 48px;
  font-size: 16px !important;
  letter-spacing: 0;
}
footer .payment-cards {
  display: flex;
  margin-top: 60px;
}
footer .payment-cards span {
  display: block;
  width: 35%;
  font-size: 13px;
  line-height: 18px;
}
footer .payment-cards img {
  width: 60%;
  height: 100%;
  margin-left: 5%;
}

/* pages */
.nm-products .product img,
.image-box img {
  transform: scale3d(1, 1, 1);
  transition: transform 200ms ease;
}
.nm-products .product:hover img,
.nm-products .product:focus img,
.image-box img:hover,
.image-box img:focus {
  transform: scale3d(1.1, 1.1, 1.1);
}
.image-box {
  overflow: hidden;
}
.home .nm-shop-loop-thumbnail {
  background-color: #d6fafc !important;
  margin-bottom: -30px !important;
}
.home .nm-shop-loop-details h3 a,
span.new-price {
  color: #0090c8 !important;
}
span.new-price {
  font-size: smaller !important;
  margin-right: 6px;
}
.discount-info {
  display: flex !important;
  flex-direction: row-reverse !important;
}
.home .nm-shop-loop-details .price,
.home .nm-shop-loop-details .nm-shop-loop-actions {
  display: none !important;
}
.ceramic-messages-hero {
  position: relative;
  width: calc(100% - 60px);
}
.ceramic-messages-hero h2,
.ceramic-messages-hero p,
.ceramic-messages-hero .message-select a {
  color: white !important;
}
.ceramic-messages-hero h2 {
  margin-top: 80px;
  letter-spacing: 0.6px;
}
.ceramic-messages-hero .message-select {
  /* max-width: 760px; */
  margin-top: 40px;
  margin-bottom: 20px;
}
.ceramic-messages-hero .message-select a {
  cursor: pointer !important;
  border: 2px solid #2cafdc;
  margin-bottom: 24px;
  padding: 11px 24px;
  margin-right: 16px;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  border-radius: 32px;
  transition: all 600ms ease;
}
.ceramic-messages-hero .message-select li {
  display: inline-block;
  height: 60px;
}
.ceramic-messages-hero .message-select a:hover,
.ceramic-messages-hero .message-select a:focus {
  font-weight: bold !important;
}
.ceramic-messages-hero .message-select a.selected {
  font-weight: bold !important;
  background: #2cafdc;
}
.ceramic-messages-hero .message-images li {
  position: absolute;
  top: -2%;
  left: 10%;
}
.ceramic-messages-hero .message-images img {
  opacity: 0;
  transition: all 600ms ease;
  width: 86%;
}
.ceramic-messages-hero .message-images img.selected {
  opacity: 1;
}
.ceramic-messages-hero .button {
  font-weight: bold !important;
}

#ceramic-messages-popup .ceramic-messages-hero {
  padding-bottom: 7.5%;
}
#ceramic-messages-popup .ceramic-messages-hero .ceramic-messages-text {
  margin-left: -40px;
}
#ceramic-messages-popup #close {
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 1111;
  color: white !important;
  opacity: 0.8;
  transition: all 600ms ease;
  font-size: 14px;
  padding: 20px;
  cursor: pointer;
}
#ceramic-messages-popup #close:hover,
#ceramic-messages-popup #close:focus {
  opacity: 1;
  font-weight: bold;
}

/* giftbox call-to-action */
.looking-for h2,
.looking-for p {
  color: white !important;
  letter-spacing: 1px;
}
.nm-row.call-to-action {
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 992px) {
  .nm-row.call-to-action {
    padding-top: 50vh !important;
    background-image: url(https://suninabox.eu/wp-content/uploads/2020/09/box-open__mobile-992.png) !important;
    background-size: contain !important;
    background-position: top center !important;
  }
}

@media (min-width: 1400px) {
  .nm-row.call-to-action {
    padding-left: 9% !important;
    background-image: url(https://suninabox.eu/wp-content/uploads/2020/09/box-open__desktop-1920.png) !important;
    background-size: cover !important;
    background-position: center right !important;
  }
}

/* blog */
.nm-blog-categories {
  display: none !important;
}

/* woocommerce */
#nm-breadcrumb,
#tab-title-additional_information,
.yikes-custom-woo-tab-title,
#nm-product-meta,
.product_cat-olijfolie .description_tab,
.product_cat-zeezout .description_tab,
.sod_select {
  display: none !important;
}

.nm-single-product {
  margin-top: 0 !important;
}
.nm-single-product .nm-product-share-wrap {
  display: none;
}
.nm-shop-hover-image {
  background: #f7f7f7;
}

#nm-related {
  border: none;
}
#nm-related h2 {
  text-align: center;
}

.woocommerce-tabs .panel {
  padding: 90px 0;
}

.variable-item:not(.radio-variable-item).selected,
.variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px rgba(39, 144, 200, 0.8) !important;
}
.variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px rgba(39, 144, 200, 0.3) !important;
}

.country-selector {
  z-index: 900 !important;
}
#nm-widget-panel .buttons a.checkout {
  color: white !important;
}
body.woocommerce-cart .nm-page-wrap {
  min-height: 60vh;
}

/* .woocommerce-notices-wrapper { top: 0; position: absolute; width: 100%; background: white; z-index: 1002; box-shadow: 0 20px 120px rgb(70 183 220); } */

/* products Swiper's  */
.products-swiper .nm-shop-loop-title-price {
  text-align: center;
}
.products-swiper .star-rating {
  display: block;
  margin: auto;
}
.products-swiper h3 {
  padding: 10px 0 0;
}
.products-swiper p {
  max-width: 360px;
  margin: auto;
  padding: 6px 20px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.products-swiper .nm-wishlist-button {
  position: absolute;
  top: 15px;
  right: 14px;
  z-index: 1;
  opacity: 0;
}
.products-swiper .nm-shop-loop-actions {
  left: unset;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.products-swiper .nm-wishlist-button.added,
.products-swiper .swiper-slide:hover .nm-wishlist-button,
.products-swiper .swiper-slide:focus .nm-wishlist-button,
.products-swiper .swiper-slide:hover .nm-shop-loop-actions,
.products-swiper .swiper-slide:focus .nm-shop-loop-actions {
  opacity: 1;
}
.products-swiper .swiper-slide .nm-wishlist-button,
.products-swiper .swiper-slide .price {
  transition: opacity 0.2s ease;
}
.products-swiper .swiper-slide:hover .price,
.products-swiper .swiper-slide:focus .price {
  opacity: 0;
}
.products-swiper .nm-pa-image-thumbnail-wrap {
  display: none !important;
}

.swiper-navigation-buttons {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: none;
}
html.no-touch .swiper-navigation-buttons {
  display: block;
} /* just visible for devices with :hover */
.products-swiper .swiper-button-prev,
.products-swiper .swiper-button-next {
  height: 70px;
  width: 70px;
  color: #fff;
  background: #2790c8;
  padding: 2.3%;
  position: absolute;
  transition: all 300ms ease;
  will-change: auto;
  cursor: pointer;
  box-shadow: 0 0 0 white;
  transform: scale(0.7);
}
.products-swiper .swiper-button-prev {
  left: 0;
  transform: translate3d(-100%, 0, 0) scale(0.6);
  transform-origin: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.products-swiper .swiper-button-next {
  right: 0;
  transform: translate3d(100%, 0, 0) scale(0.6);
  transform-origin: right;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.products-swiper:hover .swiper-button-prev {
  transform: translate3d(0, 0, 0) scale(0.6);
  box-shadow: 0 0 160px white;
}
.products-swiper:hover .swiper-button-next {
  transform: translate3d(0, 0, 0) scale(0.6);
  box-shadow: 0 0 160px white;
}
.products-swiper .swiper-button-prev:active {
  transform: translate3d(-10px, 0, 0) scale(0.6);
}
.products-swiper .swiper-button-next:active {
  transform: translate3d(10px, 0, 0) scale(0.6);
}

.nm-pa-image-thumbnail-wrap {
  display: none;
  visibility: hidden;
}

/* add to cart */
.variations tr td,
.woocommerce-variation {
  border: none !important;
}
.variations tr .label {
  width: 120px;
  padding-left: 20px;
}

.nm-quantity-wrap {
  width: 124px;
  float: left;
  border: 1px solid #0090c8;
  background: white;
  position: relative;
  z-index: 1;
}
.nm-quantity-wrap label {
  display: none !important;
}
.nm-quantity-wrap {
  padding-top: 4px;
  padding-bottom: 4px;
}
.nm-quantity-wrap .qty {
  position: relative;
  left: -16px;
  width: 30px;
  color: #0090c8;
  font-size: 16px;
  font-weight: bold;
}
.nm-quantity-wrap,
.single_add_to_cart_button {
  border-radius: 48px;
  position: relative;
  z-index: 2;
}
.single_add_to_cart_button {
  width: 190px !important;
  margin-left: -40px;
  padding: 18px !important;
  position: relative;
}

.nm-qty-minus,
.nm-qty-plus {
  color: #0090c8 !important;
  opacity: 0.7;
  transition: all 150ms ease;
}
.nm-qty-minus {
  left: -5px;
}
.nm-qty-plus {
  left: -26px;
}
.nm-qty-minus:hover,
.nm-qty-minus:focus,
.nm-qty-plus:hover,
.nm-qty-plus:focus {
  opacity: 1;
}

.single_variation_wrap {
  margin-top: 32px;
}
.single_variation_wrap .nm-quantity-wrap .qty {
  left: -27px;
}
.single_variation_wrap .nm-qty-minus {
  left: -17px;
}
.single_variation_wrap .nm-qty-plus {
  left: -37px;
}

.single_variation_wrap .single_variation {
  display: none !important;
}

#subtotal {
  padding-top: 8px;
  font-size: 18px;
  font-family: 'Abril Display', serif !important;
  color: #0090c8;
  transition: all 600ms ease;
}
#subtotal span {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
}

.nm-cart-panel-quantity-pricing .qty {
  margin: 0 15px;
}

/* producers */
.producers-title {
  font-family: 'Abril Display';
  font-style: italic;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* awards */
.table-awards th {
  font-size: 22px;
  font-family: 'Abril Display', serif;
  color: #0090c8;
  text-transform: capitalize;
}
.table-awards td {
  vertical-align: middle !important;
  padding: 20px 0;
  border-bottom: 1px solid rgba(40, 144, 200, 0.3);
}
.table-awards td,
.table-awards tr:first-child {
  border-bottom: 1px solid rgba(40, 144, 200, 0.3);
}
.table-awards img {
  max-width: 100px;
  max-height: 70px;
  width: 100px !important;
  height: auto !important;
  margin: auto;
  display: block;
  padding-left: 40px;
}
.woocommerce-Tabs-panel .table-awards {
  max-width: 820px;
  margin: auto;
}
.product_cat-olijfolie .table-awards td:nth-child(1) {
  min-width: 120px;
}
.product_cat-olijfolie .table-awards td:nth-child(2) {
  padding-right: 120px;
}
.product_cat-olijfolie .table-awards th:nth-child(3),
.product_cat-olijfolie .table-awards td:nth-child(3) {
  text-align: center;
}

/* special offer tab */
.woocommerce-Tabs-panel--special-offer .nm-tabs-panel-inner {
  max-width: 820px;
  margin: auto;
  padding: 10px 0;
}

/* delivery tab */
.woocommerce-Tabs-panel--delivery .nm-tabs-panel-inner {
  max-width: 820px;
  margin: auto;
  padding: 10px 0;
}

/* video */
.mejs-controls {
  display: none !important;
}

/* Giftboxes */
.products .product_cat-giftboxes .price {
  opacity: 1 !important;
}
.products .product_cat-giftboxes.post-2108 .price {
  display: none !important;
}

/* giftbox gosto */

/* ***************************************
#giftbox-products
— Grid of products from the giftbox

Add Giftbox-id on this list
*************************************** */
#giftbox-products .price,
#giftbox-products .nm-shop-loop-actions *,
body.postid-3945 #nm-quickview form.cart,
body.postid-3945 #nm-quickview p.price,
body.postid-3953 #nm-quickview form.cart,
body.postid-3953 #nm-quickview p.price {
  display: none !important;
}

form[data-product_id='3418'] .variations tr,
form[data-product_id='3945'] .variations tr,
form[data-product_id='3953'] .variations tr {
  display: flex;
  flex-direction: column;
}

form[data-product_id='3418'] .variations tr .label,
form[data-product_id='3945'] .variations tr .label,
form[data-product_id='3953'] .variations tr .label {
  width: 100%;
}

#giftbox-products .nm-products .product img {
  transform: scale3d(1, 1, 1) !important;
}

.cpb_product_boxes_custom {
  margin-bottom: 120px !important;
}
.cpb_products_footer .button {
  font-size: 13px !important;
}
.product-type-cpb_custom_product_boxes form {
  max-width: 1460px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.product-type-cpb_custom_product_boxes #nm-related,
.product-type-cpb_custom_product_boxes .woocommerce-tabs {
  display: none !important;
}
.product-type-cpb_custom_product_boxes .product_title h1 {
  opacity: 0;
  width: calc(64% - 12px);
  font-weight: normal;
  font-style: italic;
  color: white;
  position: relative;
  margin-top: 110px;
  margin-bottom: 10px;
  max-width: 490px;
  letter-spacing: 1px;
  transition: opacity 900ms ease;
}
.product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
  margin-bottom: 40px !important;
  margin-right: -200px;
}
.product-type-cpb_custom_product_boxes .cpb_category_filters_wrap * {
  text-align: left;
}
.product-type-cpb_custom_product_boxes
  .cpb_category_filters_wrap
  .cpb_category_filters_item
  * {
  cursor: pointer;
}
.product-type-cpb_custom_product_boxes span.cpb_category_filters_item {
  color: white !important;
  margin-left: 10px;
  margin-right: 45px;
}
.product-type-cpb_custom_product_boxes .cpb-item-image {
  background: white !important;
}
.product-type-cpb_custom_product_boxes .nm-qty-minus,
.product-type-cpb_custom_product_boxes .nm-qty-plus {
  display: none !important;
}
.product-type-cpb_custom_product_boxes .cpb-extras > div {
  width: 280px;
  margin: auto !important;
}
.product-type-cpb_custom_product_boxes .cpb-col-right > div.cpb-boxes:before {
  content: '';
  display: block;
  width: 100%;
  height: 420px;
  background: url(https://suninabox.eu/wp-content/uploads/2020/09/custom-giftbox__desktop.png)
    center no-repeat;
  background-size: contain;
  margin-top: -320px;
  position: absolute;
  left: 20%;
}
.product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
  position: absolute;
  top: 180px;
  left: 20%;
  width: 60%;
  line-height: 1.35;
  color: #45a5d2 !important;
  letter-spacing: 0.2px;
  -webkit-text-stroke: 0.4px #45a5d2;
  transition: all 600ms ease;
}
.product-type-cpb_custom_product_boxes
  .cpb_category_filters_item
  input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  height: 0;
  width: 12px;
}
.product-type-cpb_custom_product_boxes
  .cpb_category_filters_item
  input[type='checkbox']:nth-child(1) {
  width: 14px;
}
.product-type-cpb_custom_product_boxes
  .cpb_category_filters_item
  input[type='checkbox']:after {
  content: '';
  position: absolute;
  top: -16px;
  left: -9px;
  cursor: pointer;
  height: 18px;
  width: 18px;
  background: url(/wp-content/themes/savoy-child/img/check-off.svg) center
    no-repeat;
  background-size: contain;
}
.product-type-cpb_custom_product_boxes
  .cpb_category_filters_item
  input[type='checkbox']:checked:after {
  background: url(/wp-content/themes/savoy-child/img/check-on.svg) center
    no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.product-type-cpb_custom_product_boxes .cpb_loader div {
  margin-top: 60px !important;
  border: 6px solid #2790c8 !important;
  border-color: #2790c8 transparent transparent transparent !important;
}
body.postid-2108 .product-type-cpb_custom_product_boxes:before {
  background: #2790c8;
  content: '';
  width: 100%;
  display: block;
  height: 370px;
  position: absolute;
  top: 0;
}
body.postid-2108 div#cpb-error-message {
  background: #085a91;
  color: #fff;
  padding: 20px 26px;
  -webkit-text-stroke: 0.3px white;
  line-height: 1.8;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 120px rgba(255, 255, 255, 0.4);
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  width: 80%;
  max-width: 540px;
}
body.postid-2108 div#cpb-success-message,
body.postid-2108 div#cpb-error-message.message-hidden,
body.postid-2108 .woocommerce-notices-wrapper {
  display: none !important;
}
body.postid-2108 div#cpb-error-message h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-style: italic;
  margin: 0 0 8px;
}
body.postid-2108 #close-message {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-stroke: 0.4px white;
  color: white;
}

.cpb-col-left {
  max-width: 58%;
  flex: 0 0 58%;
}
.cpb-col-right {
  max-width: calc(42% - 40px);
  flex: 0 0 calc(42% - 40px);
  margin-top: 67px;
  margin-left: 20px;
}
.cpb-item-image {
  background-color: #f7f7f7;
  cursor: pointer;
}
.cpb-col-right .cpb-boxes > div {
  margin: 90px -3.53% 15px -3.5% !important;
  width: 27% !important;
  flex: 0 0 27% !important;
  max-width: unset !important;
}
.cpb-col-right .cpb-row * {
  text-align: center !important;
}
.cpb-boxes .cpb-inner {
  background: transparent !important;
  border: none !important;
}
.cpb-items .woocommerce-loop-product__title {
  font-size: 13px !important;
  padding: 0 !important;
}

.cpb-items .cpb-item-image:before,
.cpb-boxes .cpb-inner:hover:before {
  position: unset !important;
  content: unset !important;
  display: none !important;
}
.cpb-items .cpb-inner .cpb-item-image:after {
  opacity: 0;
  transition: opacity 300ms ease;
  background: rgba(0, 144, 200, 0.8)
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzMiIGhlaWdodD0iNzMiIHZpZXdCb3g9IjAgMCA3MyA3MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNi41IDY3QzUzLjM0NDcgNjcgNjcgNTMuMzQ0NyA2NyAzNi41QzY3IDE5LjY1NTMgNTMuMzQ0NyA2IDM2LjUgNkMxOS42NTUzIDYgNiAxOS42NTUzIDYgMzYuNUM2IDUzLjM0NDcgMTkuNjU1MyA2NyAzNi41IDY3Wk0zNi41IDczQzU2LjY1ODQgNzMgNzMgNTYuNjU4NCA3MyAzNi41QzczIDE2LjM0MTYgNTYuNjU4NCAwIDM2LjUgMEMxNi4zNDE2IDAgMCAxNi4zNDE2IDAgMzYuNUMwIDU2LjY1ODQgMTYuMzQxNiA3MyAzNi41IDczWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM5LjY1OTcgMjUuMUMzOS42NTk3IDIzLjg0IDM4LjgxOTcgMjMuNTQgMzcuMzE5NyAyMy41NEMzNi4xMTk3IDIzLjU0IDM0LjEzOTcgMjMuNjYgMzQuMTM5NyAyNC44NlYzMi45NkgyOC43OTk3QzI2LjgxOTcgMzIuOTYgMjUuNjc5NyAzMy4wOCAyNS42Nzk3IDM1LjQyQzI1LjY3OTcgMzYuNzQgMjUuODU5NyAzOC42NiAyNi45Mzk3IDM4LjY2SDM0LjEzOTdWNDUuMzhDMzQuMTM5NyA0Ny40OCAzNC4zMTk3IDQ4LjYyIDM2LjUzOTcgNDguNjJDMzcuNzk5NyA0OC42MiAzOS42NTk3IDQ4LjQ0IDM5LjY1OTcgNDcuMjRWMzguNjZINDYuODU5N0M0Ny45OTk3IDM4LjY2IDQ4LjIzOTcgMzcuNzYgNDguMjM5NyAzNi4yQzQ4LjIzOTcgMzQuOTQgNDguMTc5NyAzMi45NiA0Ny4wMzk3IDMyLjk2SDM5LjY1OTdWMjUuMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=')
    center no-repeat !important;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  z-index: 1111;
  display: block;
  content: '';
  height: 100%;
}
.cpb-items .cpb-inner:hover .cpb-item-image:after,
.cpb-items .cpb-inner:focus .cpb-item-image:after {
  opacity: 1;
}
.cpb-boxes .cpb-inner[data-prod_id]:after {
  opacity: 0;
  transition: opacity 300ms ease;
  background: rgba(0, 144, 200, 0.8)
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzMiIGhlaWdodD0iNzMiIHZpZXdCb3g9IjAgMCA3MyA3MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNi41IDY3QzUzLjM0NDcgNjcgNjcgNTMuMzQ0NyA2NyAzNi41QzY3IDE5LjY1NTMgNTMuMzQ0NyA2IDM2LjUgNkMxOS42NTUzIDYgNiAxOS42NTUzIDYgMzYuNUM2IDUzLjM0NDcgMTkuNjU1MyA2NyAzNi41IDY3Wk0zNi41IDczQzU2LjY1ODQgNzMgNzMgNTYuNjU4NCA3MyAzNi41QzczIDE2LjM0MTYgNTYuNjU4NCAwIDM2LjUgMEMxNi4zNDE2IDAgMCAxNi4zNDE2IDAgMzYuNUMwIDU2LjY1ODQgMTYuMzQxNiA3MyAzNi41IDczWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI4Ljc5OTcgMzIuOTZDMjYuODE5NyAzMi45NiAyNS42Nzk3IDMzLjA4IDI1LjY3OTcgMzUuNDJDMjUuNjc5NyAzNi43NCAyNS44NTk3IDM4LjY2IDI2LjkzOTcgMzguNjZDMzkuNjQ0IDM4LjY2IDM1Ljg0NTcgMzguNjYgNDYuODU5NyAzOC42NkM0Ny45OTk3IDM4LjY2IDQ4LjIzOTcgMzcuNzYgNDguMjM5NyAzNi4yQzQ4LjIzOTcgMzQuOTQgNDguMTc5NyAzMi45NiA0Ny4wMzk3IDMyLjk2QzM1LjkyMzcgMzIuOTYgNDAuMzgxNiAzMi45NiAyOC43OTk3IDMyLjk2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==')
    center no-repeat !important;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  z-index: 1111;
  display: block;
  content: '';
  height: 100%;
  cursor: pointer;
}
.cpb-boxes .cpb-inner[data-prod_id]:hover:after,
.cpb-boxes .cpb-inner[data-prod_id]:focus:after {
  opacity: 1;
}
.cpb-boxes .cpb-inner:empty {
  padding-top: 15.8%;
}

.cpb-col-left .product-status-disabled:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  z-index: 2000;
  cursor: not-allowed;
}
.cpb-col-left .product-status-disabled .cpb-inner .cpb-item-image:after {
  opacity: 0;
}
.cpb-col-right .cpb-row {
  background: #d6fafc !important;
  padding: 20px;
}
.cpb-col-right .cpb-row:first-of-type {
  padding-top: 26px;
  padding-bottom: 0;
}
.cpb-col-right .cpb-extras {
  padding-bottom: 60px;
}
.cpb-col-right .cpb-extras .quantity {
  margin-left: 5px;
}
.cpb-col-right .cpb-extras p.price {
  font-size: 18px;
  font-family: 'Abril Display', serif !important;
  color: #0090c8;
  font-weight: bold;
}
.cpb-col-right .cpb-extras .qty-show {
  padding: 4px 12px;
  width: 98px;
}
.cpb-col-right .cpb-extras .cpb_box_add_to_cart_button {
  transition: all 0.2s ease;
  background: #0090c8 !important;
  opacity: 1 !important;
}
.cpb-col-right .cpb-extras .cpb_box_add_to_cart_button:hover,
.cpb-col-right .cpb-extras .cpb_box_add_to_cart_button:focus {
  background: #45a5d2 !important;
  opacity: 1 !important;
}
.cpb-col-right .cpb-row * {
  cursor: default;
}

#holidays h2 {
  color: white;
  background: #2292dd;
  padding: 40px;
  width: 80%;
  max-width: 620px;
  margin: auto;
  border-radius: 10px;
}

/* quick-view on "Shop Here" page */
/* body:not(.page-id-1909) .nm-quickview-btn { display: none!important; } */
.nm-quickview-btn {
  display: inline-block !important;
}
.nm-shop-loop-actions .add_to_cart_button,
.woocommerce-variation-description,
.woocommerce-variation-price,
.nm-product-share-wrap,
#subtotal {
  display: none !important;
}
#nm-quickview form {
  margin-bottom: 68px !important;
}
#nm-quickview form#nm-variations-form {
  margin-bottom: 15px !important;
}
#nm-quickview ul.variable-items-wrapper.image-variable-wrapper.reselect-clear {
  margin-left: -32px;
}

.woocommerce-cart .shop_table.cart .product-quantity .quantity .qty {
  width: 60px;
}
.nm-cart-panel-quantity-pricing .qty {
  min-width: 36px;
}
.nm-order-info {
  background: #278fc8;
  -webkit-text-stroke: 0.5px white;
  letter-spacing: 0.75px;
}

::-webkit-input-placeholder {
  color: #444 !important;
}
:-ms-input-placeholder {
  color: #444 !important;
}
::placeholder {
  color: #444 !important;
}

/* checkout */
.woocommerce-store-notice {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #278fc8;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: bold;
}
.woocommerce-store-notice a {
  margin: auto;
  color: #d6fafc;
}
.woocommerce-store-notice a:hover,
.woocommerce-store-notice a:focus {
  color: white;
}
.woocommerce-store-notice__dismiss-link {
  position: absolute;
  top: 10px;
  right: 30px;
  text-indent: -9999px;
  padding: 10px;
  transition: all 300ms ease;
}
.woocommerce-store-notice__dismiss-link:before,
.woocommerce-store-notice__dismiss-link:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #d6fafc;
  transition: all 300ms ease;
}
.woocommerce-store-notice__dismiss-link:before {
  transform: rotate(45deg);
}
.woocommerce-store-notice__dismiss-link:after {
  transform: rotate(-45deg);
}
.woocommerce-store-notice__dismiss-link:hover:before,
.woocommerce-store-notice__dismiss-link:hover:after {
  width: 3px;
}
#mollie-notice {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -30px;
}

/* checkout */
textarea#order_comments {
  min-height: 120px;
}
/* country list */
li.select2-results__option {
  display: none;
}
li[id$='-BE'],
li[id$='-NL'],
li[id$='-LU'],
li[id$='-FR'],
li[id$='-DE'],
li[id$='-GB'],
li[id$='-IT'],
li[id$='-ES'],
li[id$='-SE'],
li[id$='-DK'],
li[id$='-AT'],
li[id$='-FI'],
li[id$='-PL'] {
  display: block;
}

label[for='shipping_method_0_local_pickup4']:after,
label[for='shipping_method_0_local_pickup9']:after {
  content: 'Gratis';
  display: block;
  float: right;
  margin-top: 0;
}

.checkout label,
.checkout input,
.checkout textarea,
.checkout .select2-selection--single,
.checkout .shop_table {
  font-size: 14px;
}
.checkout .woocommerce-privacy-policy-text {
  font-size: 13px;
}

#nm-cart-continue-button,
button[name='update_cart']:disabled,
.woocommerce-shipping-destination {
  display: none;
}

.actions button.button.border {
  font-family: Montserrat, sans-serif !important;
  background: #2790c8;
  color: white;
  padding: 40px;
  min-width: 100%;
  border: none;
  transition: all 300ms ease;
  will-change: auto;
}
.actions button.button.border:hover,
.actions button.button.border:focus {
  color: white !important;
  opacity: 0.82;
}

/* loop title */
/* .woocommerce-loop-product__title { margin-bottom: -5px; } */
.woocommerce-loop-product__title a {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.5px;
}

/* discount */
a[data-coupon='10% korting'] {
  display: none !important;
}

/* WeGlot */
.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 40px;
}

.country-selector.weglot-default {
  right: 60px;
}

/* quick-view size */
.nm-quickview-btn {
  margin-left: 0 !important;
}
#nm-quickview .woocommerce-product-details__short-description.entry-content * {
  font-size: 14px !important;
}
#nm-quickview
  .woocommerce-product-details__short-description.entry-content
  ul
  * {
  font-size: 13px !important;
}

@media (min-width: 1101px) {
  #nm-quickview {
    max-width: 86vw;
  }
  #nm-quickview-slider img {
    max-width: 36vw;
  }
  #nm-quickview .nm-qv-summary,
  #nm-quickview .nm-qv-summary-content.align-bottom {
    width: 58%;
  }
  #nm-quickview .nm-qv-product-image {
    width: 41.5%;
  }
  #nm-quickview .p1,
  #nm-quickview p {
    font-size: 13.5px;
    line-height: 20px;
  }
  #nm-quickview .cart {
    margin-bottom: 0;
  }
}

@media (min-width: 1101px) and (max-width: 1319px) {
  #nm-quickview .submit {
    padding: 15px 12px 13px !important;
    font-size: 15px !important;
    width: 150px !important;
    letter-spacing: 0.25px !important;
    margin-left: -25px;
  }
}

@media (min-width: 1320px) {
  #nm-quickview {
    max-width: 76vw;
  }
  #nm-quickview-slider img {
    max-width: 35vw;
  }
  #nm-quickview .nm-qv-summary,
  #nm-quickview .nm-qv-summary-content.align-bottom {
    width: 54%;
  }
  #nm-quickview .nm-qv-product-image {
    width: 46%;
  }
  #nm-quickview .p1,
  #nm-quickview p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (min-width: 1600px) {
  #nm-quickview {
    max-width: 60vw;
  }
  #nm-quickview-slider img {
    max-width: 34vw;
  }
  #nm-quickview .nm-qv-summary,
  #nm-quickview .nm-qv-summary-content.align-bottom {
    width: 42%;
  }
  #nm-quickview .nm-qv-product-image {
    width: 56.5%;
  }
  #nm-quickview .p1,
  #nm-quickview p {
    font-size: 16px;
    line-height: 1.6;
  }
  #nm-quickview .cart {
    margin-bottom: 20px;
  }
}

@media (min-width: 2100px) {
  #nm-quickview {
    max-width: 1200px;
  }
  #nm-quickview-slider img {
    max-width: 800px;
  }
}

#nm-quickview .nm-product-share-wrap {
  display: none;
}
#nm-quickview .nm-qv-summary-content ul {
  padding-left: 18px !important;
}
.page > ul:not([class]),
.entry-content > ul:not([class]),
#nm-quickview .nm-qv-summary-content ul .p1 {
  font-size: small !important;
}

/* FIX long text on quick-view */
@media (min-width: 1101px) and (max-width: 1199px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 215px;
    overflow-y: auto;
    padding-right: 40px;
    margin-right: -30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1275px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 30px;
    margin-right: -41px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1276px) and (max-width: 1420px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 255px;
    overflow-y: auto;
    padding-right: 28px;
    margin-right: -36px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1421px) and (max-width: 1470px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 290px;
    overflow-y: auto;
    padding-right: 32px;
    margin-right: -37px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1471px) and (max-width: 1509px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 310px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1510px) and (max-width: 1569px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1570px) and (max-width: 1599px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) and (max-width: 1680px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 310px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -52px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1681px) and (max-width: 1750px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 362px;
    overflow-y: auto;
    padding-right: 23px;
    margin-right: -54px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1751px) and (max-width: 1900px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 395px;
    overflow-y: auto;
    padding-right: 26px;
    margin-right: -54px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1901px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 40px;
    margin-right: -53px;
    margin-bottom: 25px;
  }
}

@media (min-width: 2020px) {
  #nm-quickview .woocommerce-product-details__short-description {
    max-height: 480px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
}

/* center related products */
@media (min-width: 1020px) {
  .widget_nav_menu,
  .widget_text {
    width: 18% !important;
  }
  .widget_custom_html {
    width: 40% !important;
    margin-left: 6%;
  }
  .product_cat-zeep .large-block-grid-3 > li:nth-child(4) {
    margin-left: 16.666% !important;
  }
  .single_add_to_cart_button {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 1140px) {
  .widget_nav_menu,
  .widget_text {
    width: 18% !important;
  }
  .widget_custom_html {
    width: 36% !important;
    margin-left: 10%;
  }
}

.nm-row-parallax {
  padding: 14% 8% !important;
}
.home .nm-row-parallax:last-of-type,
.page-id-1914 .nm-row-parallax:last-of-type {
  padding: 18% 8% !important;
}

.cf7sr-g-recaptcha iframe {
  margin-left: 19px;
}

/* mobile */
@media (max-width: 520px) {
  .gallery:last-child {
    margin-bottom: -20px;
  }
  .gallery dl {
    width: 100% !important;
    max-width: 100% !important;
  }

  .nm-row.call-to-action {
    padding-top: 88% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    padding-bottom: 60px !important;
  }
  .nm-row.call-to-action * {
    text-align: center !important;
  }
  .nm-row.call-to-action h2 {
    margin-bottom: -20px;
  }

  /* custom giftbox */
  .product-type-cpb_custom_product_boxes .cpb-col-left,
  .product-type-cpb_custom_product_boxes .cpb-col-right {
    width: 100%;
    max-width: unset;
    display: block;
    flex: unset;
    margin: 0;
    padding: 0;
    z-index: 10;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right .cpb-extras {
    padding-bottom: 30px !important;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right .cpb-extras .qty-show {
    padding: 4px 22px;
    width: 118px;
    margin-right: -10px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right > div.cpb-boxes:before {
    height: 180px;
    margin-top: -133px;
    width: 220px;
    left: unset;
    right: -6%;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right .cpb-boxes > div {
    margin: 0 -3.03% 0px !important;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right .cpb-row:first-of-type {
    padding-top: 6px;
    padding-bottom: 0;
    margin-bottom: -30px;
  }
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
    width: 66%;
    left: 17%;
    top: 38px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    width: 98%;
    font-size: 22px;
    letter-spacing: 0.2px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
  }
  .product-type-cpb_custom_product_boxes span.cpb_category_filters_item {
    font-size: 13px;
    margin-right: 24px;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_item
    input[type='checkbox']:after {
    top: -13px;
    left: -9px;
    height: 16px;
    width: 16px;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_item
    input[type='checkbox']:nth-child(1) {
    width: 8px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 br {
    display: block;
  }
  .product-type-cpb_custom_product_boxes .cpb_loader {
    min-height: 600px;
  }
}

@media (max-width: 303px) {
  .product-type-cpb_custom_product_boxes .product_title h1 {
    font-size: 20px !important;
    padding-bottom: 9px;
  }
  .single_add_to_cart_button {
    width: 138px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 320px) {
  .product-type-cpb_custom_product_boxes .product_title h1 br {
    display: none !important;
  }
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
    line-height: 0.95;
  }
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message small {
    font-size: 11px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right .cpb-extras {
    padding-bottom: 18px !important;
  }
}

@media (max-width: 280px) {
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
    line-height: 0.92;
    width: 84%;
    left: 8%;
    top: 33px;
  }
}

@media (max-width: 359px) {
  .product-type-cpb_custom_product_boxes:before {
    height: 313px !important;
  }
}
@media (min-width: 360px) and (max-width: 407px) {
  body.postid-2108 .product-type-cpb_custom_product_boxes:before {
    height: 283px !important;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    font-size: 20px !important;
    padding-bottom: 9px;
  }
  .single_add_to_cart_button {
    width: 178px !important;
  }
  html[lang='fr'] .single_add_to_cart_button {
    width: 156px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 407px) and (max-width: 520px) {
  .product-type-cpb_custom_product_boxes .product_title h1 br {
    display: block !important;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
    transform: translateY(-1px) !important;
  }
}

@media (min-width: 521px) and (max-width: 640px) {
  .product-type-cpb_custom_product_boxes .product_title h1 {
    width: calc(75% - 12px);
  }
  .product-type-cpb_custom_product_boxes .product_title h1 br {
    display: none !important;
  }
  .cpb-col-right .cpb-extras .qty-show {
    margin-left: 0;
  }
  .single_add_to_cart_button {
    width: 138px !important;
    margin-left: -35px;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 641px) and (max-width: 766px) {
  .product-type-cpb_custom_product_boxes .product_title h1 {
    width: calc(75% - 12px);
  }
  .product-type-cpb_custom_product_boxes .product_title h1 br {
    display: none !important;
  }
  .cpb-col-right .cpb-extras .qty-show {
    margin-left: 12px;
  }
  .single_add_to_cart_button {
    width: 160px !important;
    margin-left: -40px;
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  P {
    font-size: 14px !important;
  }
  h1,
  .page h1,
  .h1-size {
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 42px;
  }
  h2,
  .h2-size {
    font-size: 28px !important;
    letter-spacing: -0.5px;
    padding-top: 6%;
  }
  h2.nm-banner-subtitle {
    padding-top: 0;
  }
  .wpb_wrapper p:last-child {
    padding-bottom: 6%;
  }

  .text-centered-section .col-sm-2 {
    display: none;
  }
  .text-centered-section .col-sm-8 {
    width: 86% !important;
    margin-left: 7%;
  }
  .text-centered-section h1,
  .text-centered-section h2 {
    margin-bottom: -30px !important;
  }
  .text-centered-section h1 br,
  .text-centered-section h2 br {
    display: none;
  }
  .text-centered-section .giftbox-open img {
    transform: scale(1.7);
    margin: 30px 0;
  }

  .image-left-section,
  .image-right-section {
    display: flex;
  }
  .image-right-section {
    flex-direction: column-reverse;
  }
  .image-left-section h2,
  .image-left-section h3,
  .image-right-section h2,
  .image-right-section h3 {
    margin-top: 30px;
  }

  .nm-row-parallax,
  .home .nm-row-parallax:last-of-type,
  .page-id-1914 .nm-row-parallax:last-of-type {
    padding: 62% 10% !important;
  }

  .home .nm-shop-loop-details h3 a {
    max-width: 90%;
    margin: auto;
  }

  /* horizontal menu for tabs */
  ul.tabs.wc-tabs {
    overflow: auto;
    white-space: nowrap;
  }
  ul.tabs.wc-tabs li {
    display: inline-block;
    margin: 8px 8px 0;
  }
  ul.tabs.wc-tabs li a {
    padding: 12px 4px;
    font-size: 14px !important;
  }
  ul.tabs.wc-tabs:before,
  ul.tabs.wc-tabs:after {
    content: '';
    display: block;
    width: 25 px;
    position: absolute;
    top: 0;
    bottom: 6px;
    z-index: 1001;
  }
  ul.tabs.wc-tabs:before {
    left: 15px;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  ul.tabs.wc-tabs:after {
    right: 15px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  /* awards tab */
  .product_cat-olijfolie .table-awards th {
    font-size: 15px;
  }
  .product_cat-olijfolie .table-awards td {
    font-size: 13px;
  }
  .product_cat-olijfolie .table-awards td:nth-child(1) {
    min-width: 54px;
  }
  .product_cat-olijfolie .table-awards td:nth-child(2) {
    min-width: 160px;
    padding-right: 15px;
  }
  .product_cat-olijfolie .table-awards td:nth-child(3) {
    max-width: 80px;
  }
  .product_cat-olijfolie .table-awards td:nth-child(4) {
    max-width: 80px;
  }
  .product_cat-olijfolie .table-awards img {
    padding-left: 10px;
    padding-right: 30px;
    margin-right: -30px;
  }

  /* ceramic messages */
  .ceramic-messages-hero {
    width: calc(100% - 40px);
  }
  .ceramic-messages-hero * {
    text-align: center !important;
  }
  .ceramic-messages-hero h2 {
    margin-top: 210px;
    padding-left: 15%;
    padding-right: 15%;
    letter-spacing: 0;
    font-size: 26px !important;
    line-height: 1.2;
  }
  .ceramic-messages-hero .message-select {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ceramic-messages-hero .message-select a {
    margin-bottom: 12px;
    padding: 4px 10px;
    margin-right: 4px;
    font-size: 13px !important;
    letter-spacing: 0.25px;
  }
  .ceramic-messages-hero .message-select li {
    display: inline-block;
    height: 40px;
  }
  .ceramic-messages-hero .message-images li {
    position: absolute;
    top: -2%;
    left: 20%;
    right: 20%;
  }
  .ceramic-messages-hero .message-images img {
    max-width: 192px;
  }
  .ceramic-messages-hero .button {
    font-size: 14px !important;
    letter-spacing: 0;
  }
  .ceramic-messages-hero .vc_custom_1600479606887 {
    margin-bottom: 30px !important;
  }
  #ceramic-messages-popup .ceramic-messages-hero .ceramic-messages-text {
    margin: auto;
  }
  #ceramic-messages-popup #close {
    top: -4px;
    right: 4px;
    font-size: 13px;
  }
  body.postid-2108 .product-type-cpb_custom_product_boxes:before {
    height: 292px;
  }

  /* custom giftbox */
  .product-type-cpb_custom_product_boxes .cpb-col-right > div.cpb-boxes:before {
    transform: translate3d(0, 0, 0);
    transition: all 900ms ease;
  }
  .product-type-cpb_custom_product_boxes
    .cpb-col-right
    > div.cpb-boxes.box-hidden:before {
    transform: translate3d(100%, 0, 0);
  }

  /* footer */
  footer h3 {
    margin-bottom: 5px !important;
  }
  footer .widget ul li {
    display: inline;
    font-size: 13px;
    letter-spacing: 0;
    margin-right: 12px;
  }
  footer .widget ul li:last-child {
    margin-right: 0;
  }
  footer .subscribe button {
    width: 170px;
    padding: 14px !important;
    font-size: 16px;
    letter-spacing: 0.25px;
  }
  footer .payment-cards {
    margin-top: 30px;
    margin-bottom: -70px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(39 144 200 / 0.15);
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .payment-cards span {
    font-size: 11px;
    line-height: 13px;
  }
  .nm-footer-bar .nm-row {
    max-width: 1280px;
    display: flex !important;
    flex-direction: column-reverse;
    text-align: center;
  }
  .nm-footer-bar-social {
    padding-top: 0;
    margin-bottom: 14px;
  }
}

@media (min-width: 521px) and (max-width: 620px) {
  .product-type-cpb_custom_product_boxes .product_title h1 {
    width: calc(80% - 12px);
  }
}

@media (min-width: 521px) and (max-width: 720px) {
  body.postid-2108 .product-type-cpb_custom_product_boxes:before {
    height: 308px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    font-size: 24px;
    margin-top: 85px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right {
    max-width: 40%;
    flex: 40%;
    margin-top: 67px;
    margin-left: 25px;
    margin-right: -20px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right > div.cpb-boxes:before {
    margin-top: -284px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: -70px;
  }
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
    top: 90px;
  }
}

@media (min-width: 721px) and (max-width: 991px) {
  body.postid-2108 .product-type-cpb_custom_product_boxes:before {
    height: 320px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    font-size: 28px;
    margin-top: 85px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right {
    max-width: 40%;
    flex: 40%;
    margin-top: 67px;
    margin-left: 25px;
    margin-right: -20px;
  }
  .product-type-cpb_custom_product_boxes .cpb-col-right > div.cpb-boxes:before {
    margin-top: -284px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: -70px;
  }
  .product-type-cpb_custom_product_boxes .custom-giitbox__start-message {
    top: 90px;
  }
}

/* menu */
@media (max-width: 991px) {
  #nm-mobile-menu a {
    display: block !important;
  }
  .nm-header-logo .nm-logo {
    display: none !important;
  }
  .nm-header-logo .nm-alt-logo {
    display: block !important;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    margin-top: 85px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
    transform: translateY(9px);
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items) {
    overflow: auto;
    white-space: nowrap;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):before {
    content: '';
    background: linear-gradient(90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):after {
    content: '';
    background: linear-gradient(-90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
  .cpb-items .cpb-inner .cpb-item-image:after {
    opacity: 1;
    border-radius: 96px;
    height: 96px !important;
    width: 96px !important;
    transform: scale(0.5);
    left: unset !important;
    right: 0px !important;
    top: unset !important;
    bottom: 10px !important;
  }
  .cpb-boxes .cpb-inner[data-prod_id]:after {
    opacity: 1;
    border-radius: 96px;
    height: 96px !important;
    width: 96px !important;
    transform: scale(0.4);
    left: unset !important;
    right: -20px !important;
    top: -15px !important;
    bottom: 10px !important;
  }
  .nm-blog-wrap {
    margin-top: 60px;
  }
  .white-button#message-button:after {
    content: '';
  }
}

@media (min-width: 992px) {
  /* force blue background on custom giftbox */
  body.postid-2108 .nm-menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  body.postid-2108 .nm-menu li a:hover,
  body.postid-2108 .nm-menu li a:focus {
    color: rgba(255, 255, 255, 1) !important;
  }
  body.postid-2108 .nm-header {
    padding-top: 17px !important;
    background: transparent !important;
    position: relative;
  }
  body.postid-2108 .nm-header-placeholder {
    display: none;
  }
  .nm-blog-wrap {
    margin-top: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .nm-menu li a {
    font-size: 13px !important;
    padding: 15px 9px !important;
    letter-spacing: 0;
  }
  .nm-main-menu {
    margin-left: -15px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    min-height: 106px;
    margin-top: 65px;
  }
  .nm-menu li#menu-item-2004 {
    display: none;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
    transform: translateY(9px);
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items) {
    overflow: auto;
    white-space: nowrap;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):before {
    content: '';
    background: linear-gradient(90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):after {
    content: '';
    background: linear-gradient(-90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
}

@media (min-width: 992px) and (max-width: 1040px) {
  .nm-menu li a {
    font-size: 12.3px !important;
    padding: 15px 9px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1180px) {
  .nm-menu li a {
    font-size: 13.2px !important;
    padding: 15px 11px !important;
    letter-spacing: 0.3px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    min-height: 106px;
    margin-top: 110px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
    transform: translateY(9px);
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items) {
    overflow: auto;
    white-space: nowrap;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):before {
    content: '';
    background: linear-gradient(90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):after {
    content: '';
    background: linear-gradient(-90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
}

@media (min-width: 1180px) and (max-width: 1280px) {
  .nm-menu li a {
    font-size: 14px !important;
    padding: 13px !important;
    letter-spacing: 0.4px;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    min-height: 106px;
    margin-top: 110px;
  }
  .product-type-cpb_custom_product_boxes .cpb_category_filters_wrap {
    margin-right: 0;
    transform: translateY(9px);
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items) {
    overflow: auto;
    white-space: nowrap;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):before {
    content: '';
    background: linear-gradient(90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
  .product-type-cpb_custom_product_boxes
    .cpb_category_filters_wrap
    > .cpb-row:last-child:not(.cpb-items):after {
    content: '';
    background: linear-gradient(-90deg, #2790c8, transparent);
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
  }
}

@media (min-width: 1280px) and (max-width: 1360px) {
  .nm-menu li a {
    font-size: 14.5px !important;
    padding: 14px !important;
  }
  .product-type-cpb_custom_product_boxes .product_title h1 {
    min-height: 106px;
    margin-top: 110px;
  }
  .nm-row {
    max-width: 1260px;
  }
  header .nm-row {
    max-width: 1280px;
  }
}

@media (min-width: 1361px) {
  .product-type-cpb_custom_product_boxes .product_title h1 {
    max-width: 520px;
    min-height: 106px;
    letter-spacing: 1.2px;
    font-size: 38px;
  }
}

@media (min-width: 1361px) and (max-width: 1460px) {
  .nm-menu li a {
    font-size: 14.8px !important;
    padding: 14px !important;
  }
  .nm-row {
    max-width: 1280px;
  }
  header .nm-row {
    max-width: 1300px;
  }
}

@media (min-width: 2080px) {
  html {
    background: #2790c8;
  }
  .nm-page-overflow {
    max-width: 2080px;
    margin: auto !important;
    box-shadow: 0 0 240px hsl(201, 87%, 37%);
  }
  .nm-header {
    max-width: 2080px;
    margin: auto !important;
    background: white !important;
    left: unset;
  }
  .nm-footer {
    max-width: 2080px;
    margin: auto !important;
    position: unset !important;
    float: none !important;
  }
}

/* tablets vertical */
@media (max-width: 959px) {
  .giftbox-photo {
    margin: 20vw 0 25vw !important;
  }
  #holidays {
    margin-top: 30px;
  }
  #holidays img {
    display: block;
    width: 100% !important;
    margin: auto;
  }
  #holidays h2 {
    font-size: 25px !important;
  }
}

@media (min-width: 520px) and (max-width: 920px) {
  .col-sm-offset-1 {
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 80%;
  }
  .col-sm-offset-1 h1,
  .col-sm-offset-1 h2,
  .col-sm-offset-1 h3 {
    margin-top: 30px;
  }
  .image-right-section {
    flex-direction: column-reverse;
  }
  .giftbox-photo img {
    transform: scale(1.4);
    margin-top: 20%;
    margin-bottom: 20%;
  }
  h1,
  .page h1,
  .h1-size {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -0.75px;
    margin-top: 10%;
  }
  .nm-row.nm-row-parallax {
    background-attachment: unset !important;
    padding-top: 40vw !important;
    padding-bottom: 40vw !important;
  }
  .page-id-1477 .nm-row.nm-row-parallax:last-of-type *,
  .page-id-358 .nm-row.nm-row-parallax:last-of-type * {
    -webkit-text-stroke: 0.3px white;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.85);
  }
}

@media (min-width: 921px) and (max-width: 1080px) {
  .nm-row.nm-row-parallax {
    background-attachment: unset !important;
  }
}

@media (max-width: 360px) {
  .home h2,
  .home .h2-size {
    font-size: 22px !important;
    letter-spacing: -0.6px !important;
  }
  h2,
  .h2-size {
    font-size: 24px !important;
  }
  .single_add_to_cart_button {
    letter-spacing: 0 !important;
    max-width: 190px !important;
  }
  .page-id-1477 h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 768px) {
  ul.slick-dots {
    position: absolute !important;
    bottom: 52px !important;
    border: none !important;
  }
  .nm-banner-slider {
    background: #d6fafc !important;
    margin-bottom: -20px;
  }
  .single_add_to_cart_button {
    letter-spacing: 0 !important;
  }
  .white-button {
    padding: 18px 52px 18px 20px !important;
    line-height: 1.4;
    letter-spacing: 0.5px !important;
  }
  .white-button:after {
    position: absolute !important;
    right: 20px !important;
    top: 39% !important;
  }
}

@media (min-width: 290px) and (max-width: 360px) {
  html[lang='nl-BE'] .single_add_to_cart_button,
  html[lang='en'] .single_add_to_cart_button {
    font-size: 15px !important;
    width: 145px !important;
    letter-spacing: -0.4px !important;
  }
  html[lang='fr'] .single_add_to_cart_button {
    font-size: 14px !important;
    width: 135px !important;
    letter-spacing: -0.8px !important;
  }
}

.woocommerce-product-details__short-description.entry-content::-webkit-scrollbar {
  width: 0.3rem;
}

.woocommerce-product-details__short-description.entry-content::-webkit-scrollbar-thumb {
  background: rgba(0, 144, 200, 0.6);
}

.woocommerce-product-details__short-description.entry-content::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 100);
}

img.wine-awards {
  border-radius: 16px;
  margin-top: 16px;
}

/* Quick View // BG fix */
.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important;
}

.nm-mfp-fade-in.mfp-bg.mfp-ready,
.nm-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 1 !important;
}

/* Christmas Giftboxes */
/* Christmas Bow Decoration 
.page-id-4746 .nm-products .nm-shop-loop-product-wrap:before {
  content: '';
  background: url(https://suninabox.eu/wp-content/uploads/2021/11/christmas-bow-1.png)
    center no-repeat;
  background-size: contain;
  display: block;
  width: 70px;
  height: 110px;
  z-index: 1;
  position: absolute;
  top: -42px;
  right: -15px;
}*/

.page-id-4746 .nm-products .nm-shop-loop-thumbnail {
  background: #d9f0fc;
}

.page-id-4746 .nm-products .nm-quickview-btn {
  z-index: 2;
}

.page-id-4746 .products .nm-wishlist-button {
  right: unset;
  left: 17px;
}

@media (min-width: 800px) {
  .page-id-4746 .nm-products .nm-shop-loop-product-wrap:before {
    width: 100px;
    height: 140px;
    top: -50px;
    right: -15px;
  }
}

@media (min-width: 1200px) {
  .page-id-4746 .nm-products .nm-shop-loop-product-wrap:before {
    width: 130px;
    height: 160px;
    top: -55px;
    right: -15px;
  }
}

@media (min-width: 1500px) {
  .page-id-4746 .nm-products .nm-shop-loop-product-wrap:before {
    width: 150px;
    height: 180px;
    top: -57px;
    right: -15px;
  }
}

.page-id-4746 .nm-shop-loop-thumbnail {
  background: #f7f7f7;
}

.page-id-4746 a.button.white-button.shop-all-button {
  background: #0090c8 !important;
  box-shadow: none;
  color: white !important;
}

.woocommerce-loop-product__title {
  width: 82%;
  margin: auto;
}

/* Fix #nm-quickview on variable products */
@media (min-width: 1100px) and (max-width: 1200px) {
  #nm-quickview .product-variable.product_cat-giftboxes table.variations {
    transform: scale(0.8);
    transform-origin: left bottom;
    margin-bottom: -10px;
    margin-top: -20px;
    margin-left: -20px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes table.variations td {
    width: 50% !important;
    float: right;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description {
    max-height: 138px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    * {
    line-height: 18px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    p {
    margin-bottom: 10px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes .product_title {
    margin-top: -10px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes .single_variation_wrap {
    margin-bottom: -15px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  #nm-quickview .product-variable.product_cat-giftboxes table.variations {
    transform: scale(0.86);
    transform-origin: left bottom;
    margin-bottom: 0px;
    margin-top: -30px;
    margin-left: -20px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes table.variations td {
    width: 50% !important;
    float: right;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description {
    max-height: 168px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    * {
    line-height: 19px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    p {
    margin-bottom: 10px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes .product_title {
    margin-top: -5px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes .single_variation_wrap {
    margin-bottom: -5px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  #nm-quickview .product-variable.product_cat-giftboxes table.variations {
    transform: scale(0.8);
    transform-origin: left bottom;
    margin-bottom: -10px;
    margin-top: -60px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description
    p {
    font-size: 11px !important;
  }
}

@media (min-width: 1601px) and (max-width: 1720px) {
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description {
    max-height: 188px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    * {
    line-height: 19px;
  }
  #nm-quickview
    .product-variable.product_cat-giftboxes
    .woocommerce-product-details__short-description.entry-content
    p {
    margin-bottom: 10px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes table.variations {
    transform: scale(0.9);
    transform-origin: left bottom;
    margin-bottom: -10px;
    margin-left: -6px;
    margin-top: -20px;
  }

  #nm-quickview .product-variable.product_cat-giftboxes .product_title {
    margin-top: -5px;
  }
  #nm-quickview .product-variable.product_cat-giftboxes .single_variation_wrap {
    margin-bottom: -5px;
  }
}

@media (min-width: 1721px) {
  #nm-quickview .product-variable.product_cat-giftboxes table.variations {
    margin-bottom: -10px;
    margin-top: -30px;
  }
}

.awdr-you-saved-text {
  display: none !important;
  visibility: hidden !important;
}
