/*
Theme Name:   Nutribullet uk child theme
Description: child theme
Author:       Nutribullet
Author URL:  https://Nutribullet.uk
Template:     nutribulletuk
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nutribulletuk
*/
@font-face {
    font-family: 'SofiaPro';
    src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProLight.otf");
    src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProLight.eot?#iefix") format("embedded-opentype"), url("../nutribulletuk-child/fonts/SofiaPro/SofiaProLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
@font-face {
  font-family: 'SofiaPro';
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProRegular.otf");
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("../nutribulletuk-child/fonts/SofiaPro/SofiaProRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro';
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProSemiBold.otf");
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProSemiBold.eot?#iefix") format("embedded-opentype"), url("../nutribulletuk-child/fonts/SofiaPro/SofiaProSemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro';
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProBold.otf");
  src: url("../nutribulletuk-child/fonts/SofiaPro/SofiaProBold.eot?#iefix") format("embedded-opentype"), url("../nutribulletuk-child/fonts/SofiaPro/SofiaProBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
} 

body {
  font-family: 'SofiaPro', sans-serif !important;
  color: #686868 !important;
}
#menu-main-menu a{
    color: #686868 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.site-footer{
  background-color:#006eca;
  color: white;
}
.site-footer .site-info a{
  color: white !important;
}
/* Carousel Home*/
.carousel-home .display-1 {
  font-size: calc(1rem + 4.2vw);
}
.carousel-home .content-img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px){
  .carousel-home .content-text .display-1 {
    font-size: calc(1.3rem + 5.94vw);
  }
}

.display-3 {
  font-size: 4rem !important;
  font-weight: 300;
  line-height: .95 !important;
}
@media (max-width: 1200px){
  .display-3 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
}
.text-dark, table .text-dark, .text-68 {
  color: #686868 !important;
}
.text-red{
  color: #e71d34 !important;
}
.text-greyish-brown {
  color: #414141!important;
}
.text-decoration-none:hover{
  text-decoration: none;
}
.h-100v{
  height: 100vh;
}
.bg-blue {
  background-color: #006eca!important;
}
.bg-blue-dark {
  background-color: #015bbc!important;
}
.bg-green {
  background-color: #00865e!important;
}
.line-height-1{
  line-height: 1 !important;
}

.site-header{
  margin-bottom: 0 !important;
  padding: 0;
}

/* btn */

.btn-hero a.btn,a.btn, button.btn, .single_add_to_cart_button, .wc-forward, .add_to_cart_button, .storefront-sticky-add-to-cart__content-button, .gform_button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: .82rem 1.4rem;
  font-size: .8rem;
  line-height: 1.5;
  border-radius: 50px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.btn:hover, a.btn:active, .single_add_to_cart_button:hover, .single_add_to_cart_button:active, .wc-forward:hover, .wc-forward:active, .add_to_cart_button:hover, .add_to_cart_button:active, .gform_button:hover, .gform_button:active {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #e71d34;
}
.btn-hero a.btn, .single_add_to_cart_button, .wc-forward, .add_to_cart_button, .storefront-sticky-add-to-cart__content-button, .gform_button{
  color: #fff !important;
  background-color: #e71d34 !important;
  border-color: #e71d34 !important;
  
}
.btn-hero a.btn:hover, .btn-hero a.btn:active, .wc-forward:hover, .wc-forward:active, .add_to_cart_button:hover, .add_to_cart_button:active, .gform_button:hover, .gform_button:active  {
  color: #fff;
  background-color: #e71d34 !important;
  border-color: #e71d34 !important;
}
@media (min-width: 992px){
  .btn-hero a.btn,a.btn, button.btn, .single_add_to_cart_button, .wc-forward, .add_to_cart_button {
    padding: .6rem 2.3rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 50px;
  }
}


/*carousel Recipes*/
.carousel-recipes .slick-slide{
  position: relative;
  height: auto;
}
.carousel-recipes .slick-slide figure{
  overflow: hidden;
}
.carousel-recipes .slick-slide img{
  border-radius: 0;
  transition: all .3s ease-out;
}
.carousel-recipes .slick-slide a:hover{
  text-decoration: none;
}
.carousel-recipes .slick-track{
  height: auto;
}

.carousel-recipes .slick-slide figure .tag {
  position: absolute;
  left: 8px;
  z-index: 1;
  text-transform: lowercase;
  color: #fff;
  background: #ff9e00;
  padding: 0.2rem 1.2rem;
}

.carousel-recipes .slick-arrow{
  width: 72px;
  height: 72px;
  top: 40%;
}
.carousel-recipes .slick-next{
  right: -3rem;
}
.carousel-recipes .slick-prev{
  left: -3rem;
}
@media (max-width: 991px){
  .carousel-recipes .slick-next{
    right: 0;
  }
  .carousel-recipes .slick-prev{
    left: 0;
    z-index: 99;
  }
  .carousel-recipes .slick-arrow::before, .carousel-recipes .slick-arrow::after{
    background: #fff !important;
  }
}
.slick-prev:hover:after, .slick-prev:focus:after, .slick-next:hover:after, .slick-next:focus:after {
  opacity: 1;
}
.carousel-recipes .slick-arrow::after, .carousel-recipes .slick-arrow::before {
  content: '';
  display: block;
  background: #686868;
  width: 25px;
  height: 3px;
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 27px;
}

.carousel-recipes .slick-next.slick-arrow::before{
  transform: rotate(45deg);
  top: 26px;
}
.carousel-recipes .slick-next.slick-arrow::after{
  transform: rotate(-45deg);
  bottom: 27px;
}
.carousel-recipes .slick-prev.slick-arrow::before{
  transform: rotate(-45deg);
  top: 26px;
}
.carousel-recipes .slick-prev.slick-arrow::after{
  transform: rotate(45deg);
  bottom: 27px;
}
.slick-prev:after, .slick-next:after {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Nav */
.main-navigation{
  width: auto !important;
}
.mega-menu-item .textwidget{
  color: #414141;
  font-size: 1rem;
}
.mega-menu-item .textwidget p{
  margin: 0;
}
#mega-menu-wrap-primary, #mega-menu-primary{
  position: static !important;
}
#mega-menu-primary .mega-menu-link:hover{
  color: #e71d34 !important;
}
#mega-menu-primary .mega-menu-link::before{
  content: '';
  width: 100%;
  opacity: 0;
  background: red;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .2s linear .1s;
  bottom: 0;
}
#mega-menu-primary .mega-menu-link:hover::after{
  width: 100%;
  opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary p{
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media screen and ( min-width: 500px ) {
  .main-navigation ul:hover li ul,
  .main-navigation ul:hover li ul li ul {
      display: inherit;
  }
}
.mega-menu-row{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.site-branding{
  width: auto !important;
  display: flex;
  align-items: center;
}
.cart_woo #site-header-cart{
  width: 100% !important;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem;
}
.cart_woo .count{
  position: absolute;
  background: #e71d34;
  width: 16px;
  height: 16px;
  color: white;
  top: 1rem;
  right: 1.1rem;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.cart_woo .widget_shopping_cart{
  width: 300px;
}
.cart_woo .woocommerce-mini-cart__buttons, .cart_woo .woocommerce-mini-cart__total, .cart_woo .woocommerce-mini-cart{
  background: white !important;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart{
  left: -21rem;
  border: 1px solid #e6e6e6;
}
@media(min-width: 1300px) {
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart{
    left: -18rem;
  }
}
.btn-search button{
  background-color: transparent !important;
}

/*Default Template*/
.entry-header .entry-title{
  color: #414141;
  text-align: center;
  font-size: 4rem;
  line-height: .9;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 1200px){
  .entry-header .entry-title{
    font-size: calc(1.525rem + 3.3vw);
    margin-bottom: 3rem;
  }
}
.entry-content strong, .entry-content a{
  color: #414141;
}
.entry-content a:hover{
  color: #e71d34;
}

/* Footer */
.title-footer {
  font-weight: bold;
  text-transform: uppercase;
}
footer .navbar-nav a {
  color: #fff;
  font-size: 0.9rem;
}
footer .navbar-nav a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-2{
  font-family: 0.9rem;
}
.icon-social-media a {
  background: #fff;
  color: #006eca!important;
  width: 32px;
  font-size: 1.1rem!important;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 5px 7px;
  vertical-align: middle;
  padding-top: 0;
  border-radius: 50%;
  height: 32px;
}
.icon-social-media a i {
  color: #006eca!important;
  top: 50%;
  line-height: 1!important;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
footer .input-footer {
  color: #fff;
  position: relative;
  border-bottom: 2px solid #fff;
  padding: 5px 0;
}
footer .input-footer input {
  width: 100%;
  background: 0 0;
  padding: 1px 49px 1px 1px;
  border: none;
  outline: 0;
  box-shadow: none;
}
footer .input-footer input::placeholder{
  color: white;
}
footer .input-footer button {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: transparent;
  user-select: none;
  border: 1px solid transparent;
  padding: 0;
  font-size: 1.5rem;
}
footer .list-footer * {
  color: #fff;
}
input[type=email]:focus, .input-text:focus {
  background-color: transparent;
}

/* HP Category section*/
.home-banner .content-banner {
  min-height: 500px;
  height: calc(110vw - 50px);
}
.home-banner .banner-content {
  align-self: flex-end;
}
@media (min-width: 64em){
  .home-banner .content-banner {
    min-height: calc(34vw + 200px);
    height: calc(30vw - -250px);
  }
}
@media (min-width: 48em){
  .home-banner .content-banner {
    height: 540px;
  }
}
.display-2.section-heading {
  line-height: 1.15;
}
.home-banner h2 {
  font-size: 3.1rem;
  line-height: 1.6;
  letter-spacing: -1.2px;
}
.home-banner p {
  margin: auto;
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: -.25px;
  max-width: 300px;
}
@media (max-width: 1350px){
  .home-banner h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px){
  .home-banner h2 {
    font-size: 2rem;
    letter-spacing: -.77px;
  }
  .home-banner p {
    line-height: 1.6;
  }
}

.btn-primary, .wc-forward {
  color: #fff;
  background-color: #e71d34 !important;
  border-color: #e71d34 !important;
}
.btn-primary:hover, .btn-primary:active, .wc-forward:hover, .wc-forward:active {
  color: #fff;
  background-color: #e71d34 !important;
  border-color: #e71d34 !important;
}

/* HP Recipes*/

.card-recipe a:hover .card-recipe-hover {
  width: 100%;
}
.card-recipe a .card-recipe-hover {
  display: none;
}
.card-recipe a:hover .img-hover-arrow {
  opacity: 1;
}
.card-recipe a .img-hover-arrow {
  display: none;
}
.card-recipe figure img:nth-child(1){
  width: 100%;
}
@media only screen and (min-width: 768px){
  .card-recipe a .card-recipe-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: rgba(0,110,202,.5);
    transition: all .3s linear 0s;
  }
}
@media only screen and (min-width: 992px){
  .card-recipe a .img-hover-arrow {
    display: block;
    transition: all .2s linear .1s;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 14px;
    width: 60px;
    right: 0;
    left: 0;
    background: #e71d34;
    margin: auto;
  }
}

/* HP Instagram*/
/* .instagram-card {
  height: 550px;
}
@media (max-width: 550px){
  .instagram-card {
    height: 217px;
  }
}
@media (max-width: 767px){
  .instagram-card {
    height: 467px;
  }
}
@media (max-width: 992px){
  .instagram-card {
    height: 297px;
  }
}
@media (max-width: 1440px){
  .instagram-card {
    height: 387px;
  }
}

@media (max-width: 2000px){
  .instagram-card {
    height: 450px;
  }
} */

#mega-menu-wrap-primary .mega-menu-toggle{
  background: transparent;
}
@media(max-width: 767px){
  #mega-menu-wrap-primary{
    display: none;
  }
}
#site-navigation .menu-toggle{
  border: none !important;
}
#site-navigation .menu-toggle::before, #site-navigation .menu-toggle::after{
  background-color: #686868;
}

/* ITEMS */
.items_main{
  display: grid;
}
.content_items{
  width: 100%;
  padding:.8rem;
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.content_items .item a{
  text-decoration: none;
}
@media (min-width:640px) {
  .content_items{
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.item{
  position: relative;
  margin-bottom: .8rem;cursor: pointer;
}
.item > p{
 text-align: center;line-height: 1.2;
 color: var(--gray-600); 
}
.card_image{
  position: relative;margin-bottom: 10px;
}
.item_hover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: rgba(0,110,202,.5);
  transition: all .3s linear 0s;
}
.item:hover  .item_hover{
 width: 100%;
} 
.arrow_hover{
  display: block;
  transition: all .2s linear .1s;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 14px;
  width: 60px;height: 60px;
  right: 0;
  left: 0;
  background: #e71d34;
  margin: auto;
}
.item:hover  .arrow_hover{
 opacity: 1;
} 
.img_responsive{
  max-width: 100%;
  width: 100%;
  height: auto;object-position: cover;
}
.paginations{
  margin-bottom: 2rem;
}
.pagination_items{
  display: flex;
  justify-content: center;
}
.pagination_items>li>a{
  color: #fff; 
  cursor: pointer;
  background-color: white;
  color: #e71d34 !important;
  padding:.5rem 1rem;
  font-size: 1.1rem;
}
.pagination_items a{
  border: .6px solid #dee2e6;
}
.pagination_items .active{
  background-color:#e71d34 !important;
  border-color:#e71d34 !important;
  color:white !important;
}
.pagination_items li:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination_items li:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* FILTERS */
.content_filters{ 
  background: white;
  width: 33.333333%;
  padding: 1rem;
  margin-right: 2.5rem;
}
.content_items{
  background-color: white;
  /* width: 66.666667%; */
}
.d_filter{
  font-size: 1.25rem;
  font-weight: 800;
  color:var(--gray-600);
  margin-bottom: .9rem;
}

.title_filter{
  font-size: 1.25rem;
  display: flex;flex-direction: column; 
  margin-bottom: .8rem;cursor: pointer;
  border-bottom: .5px solid var(--gray-400); 
}
.none_border_b{border-bottom: none;}
.title_filter .header{
  display: flex;justify-content: space-between;
  align-items: center; margin-bottom: 15px;
}
.btns_options_filter{
  display: flex;
}
.btn_primary_block{
  display: flex;align-items: center;justify-content: center;
  padding: .6rem .5rem;display: block;width: 100%;
  color:var(--primary);cursor: pointer;line-height: 1.5;
  background-color: white;font-weight: 700;
  border-radius: 25px;font-size: 1rem;
  border:1px solid var(--primary) !important;
}
.btn_primary_block:hover{
  color:white;
  background-color: var(--primary) !important;
  box-shadow: 0 0 0 0.2rem #e71d34 !important;
}
.input_radio_content{
  display: block;
  position: relative;
  padding-left: 1.313rem;
  margin-bottom: 12px;
  font-size: .9rem;
  cursor: pointer; 
  user-select: none;
}
.input_radio_content>p{
  font-size: 1rem;
  margin-bottom: 1rem; color:var(--gray-600)
}
.input_radio_content > input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.input_radio_content .checkmark {
  position: absolute;
  top:.3rem;
  left: 0;
  height: .9rem;
  width: .9rem;
  border: 2px solid #686868;
  background-color: #fff;
  border-radius: 50%;
}
.input_radio_content input:checked~.checkmark {
  background-color: #e71d34 !important;
  border: 2px solid #e71d34 !important;
}
.input_radio_content:hover input~.checkmark{
  margin-bottom: .8rem;
}
.mt_s{
  margin-top: 2rem;
  padding-bottom: 16px;
  border-bottom: .5px solid var(--gray-400); 
}
/* END - FILTERS */

.-right {
  right: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 1.313rem;
  margin-bottom: 12px;
  font-size: .9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input:checked~.checkmark {
  background-color: #e71d34;
  border: 2px solid #e71d34;
}
.radio-container .checkmark {
  position: absolute;
  top: .2rem;
  left: 0;
  height: .9rem;
  width: .9rem;
  border: 2px solid #686868;
  background-color: #fff;
  border-radius: 50%;
}
.radio-container input, .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 1.313rem;
  margin-bottom: 12px;
  font-size: .9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .checkmark {
  position: absolute;
  top: .1rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 2px solid #686868;
  background-color: #fff;
  border-radius: 3px;
}
.checkbox-container input:checked~.checkmark:after, .checkbox-container input:checked~.checkmark:before {
  opacity: 1;
}
.checkbox-container .checkmark:before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 5px;
  background: #e71d34;
  height: 2px;
  left: 1px;
  top: 7px;
  transform: rotate(45deg);
}
.checkbox-container .checkmark:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  background: #e71d34;
  height: 2px;
  top: 5px;
  left: 3px;
  transform: rotate(-46deg);
}

/* RECIPES */
/* VERSION MOBIL */
@media (max-width:940px){
  .content_filters{
      display: none;
  }
  .content_main ,.items_main{
      display: block !important;
  }
  .pagination_items>li>a{
      padding: .5rem .8rem !important;
  }
  .input_control_search{
      max-width: 300px !important;
  }
}

/* MODAL FILTER */
.modal_filter{
  position: absolute;
  z-index: 9999;
  top: 0;left: 0;right: 0; bottom: 0;
  width: 100%;
  height: 100vh;
  padding: 1.2rem;
  background: white;
}
.share-buttons {
  right: -50px;
  top: 0;
  position: absolute;
}
@media (min-width: 769px){
  .share-buttons {
      display: flex;
  }
}
@media (max-width: 768px){
.share-buttons {
  position: relative;
  right: auto;
}
}

/* Breadcrumb hide*/
.site-main .storefront-breadcrumb{
  padding: 0;
}
.storefront-breadcrumb{
  display: none;
}
.site-main .storefront-breadcrumb{
  display: block;
  clear: both;
  margin: 0;
}
.site-main .storefront-breadcrumb .col-full{
  max-width: calc(100% - 150px);
}
.breadcrumb-separator::after, .breadcrumb-separator a::before{
  display: none !important;
}
.woocommerce-breadcrumb a:first-of-type::before{
  display: none;
}
.woocommerce-breadcrumb .breadcrumb-separator{
  text-indent: 0;
}
.woocommerce-breadcrumb a, a.woocommerce-review-link{
  color: #414141;
  font-weight: 500;
  text-decoration: none;
}


/* PDP */
.product .product_title{
  font-size: 3.125rem;
  line-height: calc(3.125rem - 2px);
  font-weight: 700 !important;
  color: #414141;
}
.product .summary .woocommerce-Price-amount{
color: #414141;
font-weight: 700 !important;
}

/* CPD */
.pdp-product-list{
  text-align: left !important;
}
.pdp-product-list .woocommerce-LoopProduct-link:hover{
  text-decoration: none;
}
.pdp-product-list .woocommerce-loop-product__title{
  color: #414141;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  font-size: 1.25rem !important;
}
.pdp-product-list .price{
  margin-bottom: 0.2rem !important;
}
.pdp-product-list .woocommerce-Price-amount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #414141;
}
@media (max-width: 1200px){
  .pdp-product-list .woocommerce-Price-amount {
    font-size: calc(1.275rem + .3vw);
  }
}
.min-h-100 {
  min-height: auto!important;
}
@media (min-width: 992px){
  .min-h-100 {
    min-height: 577.6px!important;
  }
}
.single-product div.product p.price{
  font-size: 2rem;
  text-align: right;
}
.single-product div.product .single_variation .price{font-size: 2rem;}
.storefront-sorting{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
.storefront-sorting .woocommerce-result-count{
  display: none;
}
/* Product description collapse */
.accordion-description .accordion_head {
  margin-top: 14px;
  margin-bottom: 14px;
}
.btn-icon{
  background: 0 0;
  border: none;
  padding: 0;
}
.btn-icon:hover{
  background-color: transparent;
  border-color: transparent;
}
.accordion-description .title {
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.35px;
}
.accordion-description .list a {
  color: var(--greyish-brown);
  display: inline-flex;
  align-items: center;
}
.accordion-description .list a .icon-file {
  height: 16px;
  width: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.accordion-description .list {
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none;
}
.clear-both{
  clear: both;
}
.single-product div.product .product_meta{
  padding-top: 0;
  border-top: none;
}
.single-product div.product .product_meta a{
  text-decoration: none;
  font-weight: 400;
}
.single-product div.product .product_meta a:hover{
  color: #686868;
}
.single-product div.product .product_meta .sku_wrapper{
  display: none;
}
.admin-bar .storefront-sticky-add-to-cart--slideInDown{
  display: none;
}
.description-pdp:empty{
  display: none;
} 
.description-pdp{
  border-top: 1px solid #dee2e6;
  background: #fdfdfd;
  border: 1px solid #dee2e6;
  padding-left: 4rem;
  padding-right: 4rem;
}
/*faq products*/
.bg-faq {
  background-color: #2a55ba;
}
.accordion-item {
  border-top: 1px solid #dee2e6!important;
  border-color: rgba(255,255,255,.32)!important;
}
.support-faq .accordion-item{
  border-bottom: 1px solid #dee2e6!important;
}
.support-faq  #accordion{
  border-top: 1px solid #dee2e6!important;
}
.accordion-head button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.accordion-head .oi {
  font-size: 0.7rem;
}
.bg-100{
  height: 100%;
  width: 300%;
  left: -100%;
  right: -100%;
  z-index: -1;
}
.single-product div.product{
  overflow: inherit;
}

/* Oculto */
.woocommerce-product-rating, .storefront-product-pagination, .woocommerce-tabs{
  display: none;
}

/* Recipes */
.item-img{
  max-width: 382px;
  max-height: 382px;
  height: 250px;
  width: 100%;
}
.item-img .img-recipe{
  object-fit: cover;
  height: 100%;
}
@media(max-width:400px){
  .item-img{
    max-height: 150px;
  }
  .items_main .content_items{
    padding: 0;
  }
}

/* Borders pdp-product-list */
.tax-product_cat .box-filter{
  border-bottom: 1px solid #cfd3d6;
  border-left: 1px solid #cfd3d6;
}
@media (min-width: 768px){
  .tax-product_cat .box-filter:nth-child(1), .tax-product_cat .box-filter:nth-child(2),.tax-product_cat .box-filter:nth-child(3) { 
    padding-top: 0px!important;
    border-top: transparent !important;
  }
  .tax-product_cat .box-filter:nth-child(3n) {
    border-right: transparent !important;
  }
  .tax-product_cat .box-filter:nth-child(3n+1){
    border-left: transparent !important;
  }
  .pdp-product-list .woocommerce-loop-product__title{
    margin-bottom: 4rem !important;
  }
  /* BV tyles*/
	.pdp-product-list .bv_container{
		position: relative!important;
    	top: -5rem!important;
	}
	/*END BV tyles*/
}
@media (max-width: 767px){
  .tax-product_cat .box-filter:nth-child(1){
    padding-top: 0px!important;
  }
  .tax-product_cat .box-filter { 
    padding-top: 42px !important;
    border-left: transparent !important;
    border-right: transparent !important; 
    border-top: transparent !important; 
  }
  /*BV Styles*/
	.pdp-product-list .bv_container{
		position: relative!important;
    	top: -6.5rem!important;		
	}
	.pdp-product-list .bv_container div .bv_main_container{		
		flex-direction: row!important;
		justify-content: left!important;
	}
	/*END BV tyles*/ 
}

/*BV Styles*/

.section_results .bv_search div .bv_main_container{		
	display: flex!important;
	flex-direction: row!important;
	justify-content: center!important;
}

@media(max-width: 430px){
	.section_results .bv_search div .bv_main_container{				
		flex-direction: column!important;		
	}
}

/*END BV tyles*/

/* hide starts */
.pdp-product-list  .star-rating{
  display: none;
}
.pdp-product-list > div > a > img{
  max-width: 100% !important;
  width: 100% !important;
}

.pdp-product-list .woocommerce-loop-product__title{
  margin-bottom: 8rem !important;
}
.pdp-product-list .price{
  position: absolute;
  bottom: 4.3rem;
  margin-bottom: 1rem !important;
}
.pdp-product-list .add_to_cart_button, .pdp-product-list .card-button {
  position: absolute;
  bottom: 0;
  margin-bottom: 2.3rem !important;
}
/* Padding structure*/
@media (min-width: 992px){
  .p-lg-10 {
      padding: 6rem!important;
  }
}
@media (min-width: 1300px){
  .pl-xl-10, .px-xl-10 {
    padding-left: 6rem!important;
  }
}
@media (min-width: 1300px){
  .pr-xl-10, .px-xl-10 {
    padding-right: 6rem!important;
  }
}

/* Pagination recipe */
.paginations span.page-numbers.dots {
  color: #e71d34;
  padding: .5rem 1rem;
  border: solid 1px #dee2e6;
}
.paginations  .pagination_items a {
  border: 1px solid #dee2e6;
  padding: .5rem 1rem;
  color: #e71d34;
  font-weight: 400;
  font-size: 1.1rem;
}
.paginations  span.page-numbers.current {
  background: #e71d34;
  color: #fff;
  padding: 10px;
  border-right: solid 8px #e71d34;
  border-left: solid 8px #e71d34;
  border-radius: inherit;
}
.paginations a:hover {
  color: #e71d34;
  text-decoration: none;
  background: #f1f1f1;
}
.paginations a:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.paginations a.prev{
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

[data-toggle="collapse"] .fa-plus-minus-acc:before {   
  content: "\f068";
}

[data-toggle="collapse"].collapsed .fa-plus-minus-acc:before {
  content: "\f067";
}

#customer_details.col2-set .col-1, #customer_details.col2-set .col-2, #amazon_customer_details .col2-set .col-1, #amazon_customer_details .col2-set .col-2{
  max-width: 100%;
}
#customer_details.col2-set .col-1 .form-row, #customer_details.col2-set .col-2 .form-row{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#customer_details.col2-set .col-1 .hide-field, #customer_details.col2-set .col-2 .hide-field{
  display: none !important;
}
#customer_details.col2-set .col-1 .show-field, #customer_details.col2-set .col-2 .show-field{
  display: block;
}

/* extend img galery */ 
.woocommerce-product-gallery__image a img{
  height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 768px){
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 53%;
    margin-bottom: 0;
    padding: 0;
  }
}
  
/* DESKTOP */
.woocommerce .flex-control-thumbs {
  margin: 10px 0px 10px -5px !important; /* Thumbnails separation top and bottom */
  width: 80px; /* Controls width of thumbnails container on desktop - Horizontally */
  display: flex;
  align-items: center;
}
/* Controls thumbnails width on desktop - vertically
* Enable this ONLY for VERTICAL display
*/ 

@media (min-width: 992px){
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{
    width: 40px;
    height: 40px;
    margin: 0 0 10px !important;
    border-radius: 25px;
  }
}
@media (min-width: 1300px){
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{
    width: 50px;
    height: 50px;
    margin: 0 10px 12px !important;
  }
}



/* Thumbnails product gallery*/
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
  right: -4rem;
  display: none;
}


 
/* Disable this segment if you want to display horizontally
*/
@media (min-width:568px) {
.woocommerce .flex-control-nav { 
  position: absolute; 
  top:0; 
  left: 5px;
}
.flex-control-thumbs {
  display: flex;
  flex-direction: column;
}
}
@media (min-width:568px) and (max-width:768px){
.woocommerce .flex-viewport {
  width: 86.5% !important;
  left: 100px !important;
}
}
@media (min-width:769px) and (max-width:1024px){
.woocommerce .flex-viewport {
  width: 87% !important;
  left: 95px !important;
}
}
@media (min-width:1025px){
.woocommerce .flex-viewport {
  width: 100% !important;
  left: 80px !important;
}	
}

/*Texto de lado*/
@media (min-width: 768px){
.storefront-full-width-content.single-product div.product .summary {
     width: 40%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
}
}

/*Imagenes Thums redondas*/
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  transition: all,ease,.2s;
  border-radius: 50%;
  border: solid .5px rgba(104,104,104,.25);
}

/* FORM CONTACT */  
form.form-efect .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: .3rem 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
form.form-efect .form-control:focus {
  box-shadow: none !important;
}
form.form-efect label.input-container input {
  outline: 0;
  transition: all .2s ease-in-out !important;
}
form.form-efect input.form-control{
  padding-left: 1.2rem !important;padding-right: 1.2rem !important;
}
form.form-efect label.input-container input:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}
/* LABEL FORM */
form.form-efect label.input-container {
  position: relative;
  display: block;
}
/* SPAN FORM */
form.form-efect label.input-container span {
  color: #686868;
  font-size: .7rem;
  position: absolute;
  top: 0;
  left: 20.8px;
  opacity: 0;
  transition: all .2s ease-in-out !important;
}
form.form-efect label.input-container input.active, form.form-efect label.input-container input.error, form.form-efect label.input-container input:focus {
  padding-top: 1.75rem !important;
  padding-bottom: .8125rem !important;
}
form.form-efect label.input-container input.active+span, form.form-efect label.input-container input.active~span, form.form-efect label.input-container input.error+span, form.form-efect label.input-container input.error~span, form.form-efect label.input-container input:focus+span, form.form-efect label.input-container input:focus~span {
  opacity: 1;
  top: 7px;
}
/* FORM SELECT */
form.form-efect select {
  background: rgba(0,0,0,0) url('https://uk-wp-media.s3.eu-west-2.amazonaws.com/uploads/2021/09/select-arrow-1.gif') no-repeat scroll right 5px center;
  padding-right: 38px!important;
  -webkit-appearance: none;
  -moz-appearance: none; 
}
form.form-efect .height-zoom200 {
  height: 2.8125rem!important;
}
form.form-efect textarea.form-control {
  height: auto;padding-top: .6rem;
}
form.form-efect textarea.form-control::placeholder {
  opacity: .7;
}
/* INPUT ERROR */
form.form-efect label.input-container input.error {
  border: 2px solid #e71d34 !important;
  color: #e71d34 !important;
}
form.form-efect select.error, form.form-efect textarea.error {
  border: 2px solid #e71d34 !important;
  color: #e71d34 !important;
}
/* ERROR LABEL - FORM */
form.form-efect label.error {
  color: #e71d34;
  font-size: 12px;
}
form.form-efect label.input-container input.error~span {
  color: #e71d34;
}
form.form-efect .text-gray-700 {
  color: #495057!important;
}

#nav-main {
  justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
  color: #686868;
  position: relative;
}

@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
 }
  .navbar .has-megamenu {
    position: static !important;
 }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
 }
  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
 }
  .navbar .nav-item .dropdown-menu {
    display: none;
 }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
 }
}
.divider-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #dee2e6;
  left: 0;
  top: 0;
}
.megamenu {
  border-left: none;
  border-right: none;
  z-index: -3;
  margin-top: -1px;
}
.megamenu a {
  color: #686868;
}
.megamenu a:hover, .mega-menu-item .custom-html-widget a:hover {
  color: #e71d34;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .megamenu .container {
    max-width: 71rem;
 }
}
.nav-item.show .nav-link {
  color: #e71d34 !important;
}
.separator-logo {
  flex-basis: calc(50% - 100px);
}
.navbar-expand-lg .navbar-nav {
  max-width: 88.75rem;
  margin: auto;
  justify-content: space-around;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.31px;
  padding-right: 1.031rem;
  padding-left: 1.031rem;
}
@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding-right: 0.931rem;
    padding-left: 0.931rem;
 }
}
@media (max-width: 1250px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding-right: 0.831rem;
    padding-left: 0.831rem;
 }
}
@media (max-width: 1115px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding-right: 0.731rem;
    padding-left: 0.731rem;
 }
}
.nav-search:before {
  bottom: -27px !important;
}
#user-cart:before, #user-profile:before {
  bottom: -26px !important;
}
.has-megamenu .menu-img {
  max-width: 21.5rem;
}
.has-megamenu .menu-img a {
  text-decoration: underline;
}
.has-megamenu .menu-img p, .mega-menu-item .custom-html-widget p {
  margin-top: 0.4rem;
  letter-spacing: -0.5px;
}
.has-megamenu a {
  cursor: pointer;
}
.has-megamenu p {
  line-height: 1.2;
}
/*Menu*/
.menu-hide {
  transition: all 0.4s linear 0s;
  transform: translateX(180%);
  visibility: hidden;
}
.menu-hide.show {
  transform: translateX(0px);
  visibility: visible;
}
.content-ul {
  overflow: scroll;
  height: 100%;
  left: 0;
}
.hmenu-mobile {
  overflow: scroll;
  height: 100%;
  left: 0;
  transition: all 0.4s linear 0s;
  transform: translateX(0);
}
.hmenu-mobile.hide {
  transform: translateX(-180%);
  visibility: hidden;
}
.hmenu-mobile button, .hmenu-mobile a {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  line-height: 50px;
  font-weight: bold;
}
.hmenu-mobile .footer-img a {
  border: none;
}
.content-ul a {
  color: #686868;
  line-height: 50px;
}
.content-ul .btn-show-all {
  font-size: 0.9rem;
  position: absolute;
  right: 50px;
  top: 18px;
  line-height: 1;
}
.content-ul i {
  position: absolute;
  left: 25px;
  top: 17px;
  color: #686868;
}
.content-ul button {
  line-height: 50px;
}
.footer-img {
  margin-left: -16px;
  margin-right: -16px;
  max-width: 25rem;
}
.footer-img p {
  line-height: 1.2;
  margin-top: 0.4rem;
  letter-spacing: -0.4px;
}
.footer-img a {
  text-decoration: underline;
}
#user-cart-mobile {
  max-width: 2.5rem;
}
#nav-mobile .wrapper {
  overflow: hidden;
}

.flex-1{
  flex: 1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e71d34;
}
.navbar-nav .nav-item .nav-link:before {
  content: '';
  width: 100%;
  opacity: 0;
  background: red;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .2s linear .1s;
  bottom: 0;
}
.button-icon-menu:hover:before, .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
  opacity: 1;
}
/*nav mobil*/
#nav-mobile {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  background: #fff;
  display: block !important;
  transition: all 400ms linear 0s;
}
#nav-mobile:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  background: #fff;
  z-index: 26;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
#nav-mobile.panel-on {
  visibility: visible;
  opacity: 1;
}
#nav-mobile .wrapper {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0 84px;
  overflow-x: hidden;
}
@media (min-width:992px){
  #nav-mobile{
    display: none!important;
  }
}
#nav-mobile .wrapper .d-search {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#nav-mobile .wrapper .d-search i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  padding-right: 10px;
}
#nav-mobile .wrapper .d-search input, input[type=search].custom_search_mobil {
 /*color: rgba(0,0,0,0.4);
 */ 
  background: white !important;
  border: none !important;
  width: 100%;box-shadow:none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #686868 !important;
  outline: none;
  border: none;
  font-size: 1.5rem;
  width: 100%;
}
#nav-mobile .wrapper .d-search .d-icon {
  position: relative;
  margin-right: 10px;
  height: 1.2rem;
  width: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-mobile .wrapper .d-search .d-icon:before {
  content: "";
}
#nav-mobile .wrapper .d-search .d-icon-close {
  background-image: url("/wp-content/themes/nutribulletuk-child/dist/images/X@3x-mobile.png");
  cursor: pointer;
}
#nav-mobile .wrapper .d-search ::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  color: #686868;
}
#nav-mobile .wrapper .d-search :-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #686868;
}
#nav-mobile .wrapper .d-search ::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #686868;
}
#nav-mobile .wrapper .d-search ::-webkit-search-cancel-button {
  display: none;
}
#nav-mobile .wrapper .d-back {
  display: none;
}
#nav-mobile .wrapper .d-back a {
  font-size: 1.5rem;
  font-weight: 300;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li {
  padding: 10px 0;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li.item-hidden {
  padding: 0;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li.item-hidden a {
  display: none;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li.item-hidden ul.second-level {
  display: none;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li > a, #nav-mobile .wrapper .nav-items-mobile ul.first-level > li button {
  display: block;
  font-size: 1.8rem;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li.nav-item-has-child > a {
  position: relative;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li ul.second-level {
  display: none;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li ul.second-level.-active {
  display: block;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li ul.second-level li {
  padding: 0.4rem 0;
}
#nav-mobile .wrapper .nav-items-mobile ul.first-level > li ul.second-level li a {
  display: block;
  font-size: 1.4rem;
}
#nav-mobile .wrapper .nav-items-mobile ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#nav-mobile .wrapper .nav-items-mobile a:hover {
  text-decoration: none;
}
#nav-mobile .wrapper .d-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .3);
}
#nav-mobile .wrapper .d-fixed-bottom .col-6:last-child {
  border-left: 1px solid #686868;
}
#nav-mobile .wrapper .d-fixed-bottom a {
  display: block;
  padding: 1.5rem 1rem;
  color: #686868;
  text-decoration: none !important;
}
#nav-mobile .wrapper .d-fixed-bottom a:hover {
  color: #e71d34;
}

/* hide pagination woocommerce in categories */
.site-main .storefront-sorting:nth-child(2){
  display: none !important;
  background-color: red;
}
.site-main .storefront-sorting .woocommerce-pagination{
  display: none !important;
}
.post-list-panel{
  display: flex;
  justify-content: center;
}
.breadcrumb_category_page{
  flex: 1 1 auto;
  display: table;
}
.breadcrumb_category_page > .storefront-breadcrumb{
  display: table-cell;
  vertical-align: middle;
}
.breadcrumb_category_page > .storefront-breadcrumb .woocommerce-breadcrumb,.before_shop_loop_category_page .sortby-cat label{
  white-space: nowrap;
}
.before_shop_loop_category_page{
  flex: 1 1 auto;
}
@media screen and (max-width:584px) {
  .before_shop_loop_category_page .storefront-sorting{
    justify-content: center !important;
  }
  .breadcrumb_category_page .storefront-breadcrumb{
    display: flex !important;
    justify-content: center !important;
  }
}

/*Cart Page*/
.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item,.woocommerce-cart-form__contents thead{
  border-bottom: 1px solid #dee2e6;
}
.woocommerce-cart-form__contents tr th, .woocommerce-cart-form__contents tr td{
  background-color: transparent !important;
}
.woocommerce-cart-form__contents tr td.product-name a{
  color: #686868;
  font-weight: bold;
  text-decoration: none;
}
.wc-proceed-to-checkout .button.checkout-button{
  font-size: 1rem;
  max-width: 320px;
  float: right;
}
.content-cart .cart_totals {
  width: 100%;
}
.content-cart .cart_totals tr th, .content-cart .cart_totals tr td/*, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td*/{
  background-color: transparent !important;
}
td.product-quantity .container-quantity{
  flex-wrap: nowrap;
}
@media (min-width: 992px){
  .content-cart .cart_totals tr th, .content-cart .cart_totals tr td{
    text-align: left;
  }
}
.content-cart .cart_totals .wc-proceed-to-checkout{
  display: flex;
  flex-wrap: wrap;
}
.content-cart .cart_totals h2{
  display: none;
}
.content-cart .cart_totals  .wc-proceed-to-checkout a{
  width: 85%;
}
/*Mini cart*/

.cart_woo .widget_shopping_cart {
  width: 440px;
}

.widget_shopping_cart_content .product_list_widget li img {
  max-width: 5.617924em;
  float: left;
  padding-right: 8px;
}

.woocommerce-mini-cart-item a.cart-contents, .site-header-cart .widget_shopping_cart a {
  color: #686868;
  font-weight: 700;
  font-size: 17px;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 0em;
}

@media screen and (min-width: 768px){
  .widget_shopping_cart_content .site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #686868;
    font-size: 15px;
    line-height: 5;
}}

.widget_shopping_cart_content a:hover {
  color: #0056b3;
  text-decoration: none;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
  padding-bottom: 1px;
}

.widget_shopping_cart_content a {
  height: 40px;
}
 
/* page checkout */
.form-row.place-order > button{
  background: #e71d34 !important;
  border-radius: 50px !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td{
  text-align: right !important;
} 
.form-row.place-order{
  background-color: white !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout  .woocommerce-checkout-review-order,
  .woocommerce-checkout  #order_review_heading{
    padding-right: 15px !important;
    padding-left: 15px !important;
  } 
}
.woocommerce-billing-fields .form-row,
.woocommerce-additional-fields__field-wrapper .form-row{
  margin-right:0 !important;
  margin-left:0 !important;
}

/* Page Card */
@media screen and (max-width: 767px) {
  .wc-proceed-to-checkout{
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail  img{
    max-width: 100%; width: 150px !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .product-remove {
    margin-right: 16px;
  }
  table.woocommerce-cart-form__contents tbody tr:last-child td.actions,
  .cart-collaterals > .cart_totals  > h2{
    padding-left: 15px;
    padding-right: 15px;
  }
}  

.storefront_breadcrumb_custom div{
  margin-left: 0 !important;
  padding-left: 0 !important; 
  max-width: 100% !important;
}
.custom_bradcrum_sku{
  display: flex;
  justify-content: space-between;
  margin-left: 80px;
  order: 6;
}
@media screen and  (max-width:992px) {
  .flex-control-thumbs{
    display: none !important;    
  }
  .woocommerce .flex-viewport{
    left: auto !important;
    width: 100% !important;
  }
  .woocommerce-product-gallery{width: 100% !important;}
  .entry-summary{
    width: 100% !important;
  }
  .storefront_breadcrumb_custom div{
    margin-left: 0 !important;
    padding-left: 0 !important; 
    max-width: 100% !important;
  }
  .custom_bradcrum_sku{
    margin-left: 0px !important;
    padding:0 1.5rem!important;
  }
  .single-product .storefront_breadcrumb_custom div{
    margin-right: 0!important;
  }
  .single-product .custom_bradcrum_sku{
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .single-product .product .woocommerce-product-gallery{
    margin-bottom: 0!important;
  }
  .single-product div.product .product_meta{
    text-align: center;
  }
  .single-product .product .product_title, .single-product div.product p.price{
    text-align: center;
  }
  .single-product form.cart{
   text-align: center;
  }
  .single-product div.product form.cart .quantity{
    justify-content: center!important;
  }
}
@media (max-width: 575.98px) { 
  .custom_bradcrum_sku{
    flex-direction: column;
    align-items: center;
  }
}
.woocommerce-product-gallery{
  margin-bottom: 1.3rem !important;
}

header .button-menu span {
  transition: all .4s linear .3s;
  background: #686868;
  height: 3px;
  width: 100%;
  margin-bottom: 7px;
  display: block;
}
header .button-menu {
  display: inline-block;
  width: 40px;
  padding: 0 8px;
  margin-top: 9px;
}
@media (max-width: 992px) {
  .navbar_cs{
    justify-content:space-between ;
  }
}
.navbar_cs .button-menu.-active span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 2px;
}
.navbar_cs .button-menu.-active span:nth-child(2) {
  opacity: 0;
}
.navbar_cs .button-menu.-active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -20px;
}
.position-fixed{
  position: fixed;
}
.custom-logo {
  width: 174px !important;
  padding: 0px;
}
@media only screen and (min-width: 992px){
  .custom-logo {
    width: 230px !important;
    height: 61px;
    padding: 0px 2px 0px 4px;
  }
}
.cart-icon-mobil {
  width: 40px;
  height: 40px;
  padding: 1px 2px 3px;
}
.hmenu-mobile .nav-link{
  color: #686868;
}
.sku_content{
  position: relative;
    left: 4.7rem;
}
@media (max-width: 1025px) {
  .sku_content{
    left : 0 !important;
  }
}
.mb-10, .my-10 {
  margin-bottom: 6rem!important;
}
hr{
  background-color: transparent;
}
.site-header-cart .widget_shopping_cart{
  background-color: white;
}
.site-header-cart .widget_shopping_cart .remove_from_cart_button{
  display: none;
}
.widget.woocommerce.widget_shopping_cart{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.woocommerce-mini-cart__buttons.buttons, .img-minicart{
  max-width: 300px;
  margin: auto !important;
}
.img-minicart{
  max-width: 250px;
  margin: auto !important;
} 
/* BTNS arrows slider home */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
}
.carousel-control-prev {
  left: 0;
}
@media only screen and (min-width: 768px){
  #carouselMain .carousel-control {
    width: 72px;
    height: 72px;
    opacity: 1;
  }
}
#carouselMain .carousel-control {
  opacity: .7;
}
#carouselTestimonials .carousel-control, #carouselMain .carousel-control, .carouselMain-second .carousel-control {
  text-indent: -99999px;
  border: none;
  color: transparent;
  width: 32px;
  position: absolute;
  z-index: 1;
  background: 0 0;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0!important;
  opacity: 1;
}
@media only screen and (min-width: 768px){
  #carouselTestimonials .carousel-control, #carouselMain .carousel-control, .carouselMain-second .carousel-control {
    width: 72px;
    height: 72px;
    opacity: 1;
  }
}
#carouselMain .carousel-control, #carouselMain .carousel-indicators {
  transition: .3s top;
}
#carouselTestimonials .carousel-control, #carouselMain .carousel-control, .carouselMain-second .carousel-control {
  opacity: .7;
}
#carouselMain .carousel-control.carousel-control-next {
  right: 5px;
}
#carouselTestimonials .carousel-control.carousel-control-next, #carouselMain .carousel-control.carousel-control-next, .carouselMain-second .carousel-control.carousel-control-next {
  right: 5px;
}
/* Before After*/
#carouselMain .carousel-control::after, #carouselMain .carousel-control::before {
  content: '';
  background: #fff;
  width: 17px;
  height: 3px;
  position: absolute;
  z-index: 3;
  left: 8px;
}
@media only screen and (min-width: 768px){
  #carouselMain .carousel-control::after, #carouselMain .carousel-control::before {
    width: 25px;
    left: 22px;
  }
}
#carouselMain .carousel-control::before {
  top: 9px;
}
@media only screen and (min-width: 768px){
  #carouselMain .carousel-control::before {
      top: 26px;
  }
}
#carouselMain .carousel-control::after, #carouselMain .carousel-control::before {
  height: 2px;
}
@media only screen and (min-width: 768px){
  #carouselMain .carousel-control::after, #carouselMain .carousel-control::before {
    height: 3px;
  }
}
#carouselTestimonials .carousel-control::after, #carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::after, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::after, .carouselMain-second .carousel-control::before {
  content: '';
  background: #fff;
  width: 17px;
  height: 3px;
  position: absolute;
  z-index: 3;
  left: 8px;
}
@media only screen and (min-width: 768px){
  #carouselTestimonials .carousel-control::after, #carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::after, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::after, .carouselMain-second .carousel-control::before {
    width: 25px;
    left: 22px;
  }
}
#carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::before {
  top: 9px;
}
@media only screen and (min-width: 768px){
  #carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::before {
      top: 26px;
  }
}
#carouselTestimonials .carousel-control::after, #carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::after, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::after, .carouselMain-second .carousel-control::before {
  height: 2px;
}
@media only screen and (min-width: 768px){
  #carouselTestimonials .carousel-control::after, #carouselTestimonials .carousel-control::before, #carouselMain .carousel-control::after, #carouselMain .carousel-control::before, .carouselMain-second .carousel-control::after, .carouselMain-second .carousel-control::before {
    height: 3px;
  }
}
#carouselMain .carousel-control.carousel-control-next::before {
  transform: rotate(45deg);
}
#carouselTestimonials .carousel-control.carousel-control-next::before, #carouselMain .carousel-control.carousel-control-next::before, .carouselMain-second .carousel-control.carousel-control-next::before {
  transform: rotate(45deg);
}
#carouselMain .carousel-control::after {
  bottom: 9px;
}

@media only screen and (min-width: 768px){
  #carouselMain .carousel-control::after {
    bottom: 26px;
  }
}
/* #carouselMain .carousel-control::after {
  bottom: 10px;
} */
#carouselTestimonials .carousel-control::after, #carouselMain .carousel-control::after, .carouselMain-second .carousel-control::after {
  bottom: 10px;
}

@media only screen and (min-width: 768px){
  /* #carouselMain .carousel-control::after {
    bottom: 27px;
  } */
  #carouselTestimonials .carousel-control::after, #carouselMain .carousel-control::after, .carouselMain-second .carousel-control::after{
    bottom: 27px;
  }
}
#carouselMain .carousel-control.carousel-control-next:after {
  transform: rotate(-45deg);
}
#carouselTestimonials .carousel-control.carousel-control-next:after, #carouselMain .carousel-control.carousel-control-next:after, .carouselMain-second .carousel-control.carousel-control-next:after {
  transform: rotate(-45deg);
}
/* prew arrow */
.carousel-control-prev {
  left: 0;
}
#carouselMain .carousel-control.carousel-control-prev {
  left: 5px;
}

#carouselTestimonials .carousel-control.carousel-control-prev, #carouselMain .carousel-control.carousel-control-prev, .carouselMain-second .carousel-control.carousel-control-prev {
  left: 5px;
}
/* before prew */
#carouselMain .carousel-control.carousel-control-prev::before {
  transform: rotate(-45deg);
}
#carouselTestimonials .carousel-control.carousel-control-prev::before, #carouselMain .carousel-control.carousel-control-prev::before, .carouselMain-second .carousel-control.carousel-control-prev::before {
  transform: rotate(-45deg);
}
#carouselMain .carousel-control.carousel-control-prev::after {
  transform: rotate(45deg);
}
#carouselTestimonials .carousel-control.carousel-control-prev::after, #carouselMain .carousel-control.carousel-control-prev::after, .carouselMain-second .carousel-control.carousel-control-prev::after {
  transform: rotate(45deg);
}
/* nav mobile */
#nav-mobile .btn-link-text, .text-greyish-brown{
  color: #686868 !important;
}
#nav-mobile .btn-link-text{
  background: transparent !important;
}
/* buttons sliders */
#carouselMain .carousel-indicators li {
  background-color: transparent!important;
  border: none!important;cursor: pointer !important;
}
#carouselMain .carousel-indicators .btn-dots {
  display: block;
  border: 3px solid transparent;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  background-clip: padding-box;
}
#carouselMain .carousel-indicators .active .btn-dots {
  opacity: 1;
  border-color: #fff;
}
.carousel-indicators{
  bottom: 65px !important;
}
.woocommerce-message .button.wc-forward{
  padding: 0 .95rem !important;
  border-radius: 50px !important;
}
/* Page card - btn return shop */
.woocommerce .return-to-shop{
  text-align: center;
  padding: 5rem;
}
.woocommerce .cart-empty{
  margin-top: 3rem;
}
.woocommerce .return-to-shop .button.wc-backward{
  border-radius: 50px !important;
  background: #e71d34 !important;
  color: white !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce .return-to-shop .button.wc-backward:hover{
  box-shadow: 0 0 0 0.18rem #e71d34;
}
/* font size - testimonials */
#carouselTestimonials .text-size-one {
  font-size: 1.75rem !important;
}
#carouselTestimonials.carousel{
  position: inherit;
}
.img-testimonials {
  width: 325px;
  height: 325px;
}
@media (max-width: 540px){
  .img-testimonials {
    width: 200px;
    height: 200px;
  }
}
.text-27{
  font-size: 1.7rem;
}

#carouselMain .subhead p{
  font-weight: 400 !important;
}
/* btn add product and quantity*/
.entry-summary .cart .quantity{
  width: 100%;
}
.entry-summary .cart .single_add_to_cart_button{
  margin-top: 1rem;
}
/*add btn section FAQ in view product*/
.faq_storefront .storefront-sticky-add-to-cart__content-button{
  padding: .62rem 1.3rem !important; 
  font-size: 16px !important;
}
.faq_storefront .storefront-sticky-add-to-cart__content-button:hover{
  text-decoration: none;box-shadow: 0 0 0 0.18rem #e71d34;
}
/* hide navTop Scrool */
section.storefront-sticky-add-to-cart{
  display: none !important;
}
/* thumbs */
.woocommerce-product-gallery .flex-control-thumbs li img{
  height: 100% !important;
}

.user-icon-mobil {
  width: 26px;
  margin: 7px;
}
/* nav icons */
.button-icon-menu{
  position: relative;
  line-height: 1.4;
  font-size: 1.1rem;
}
.button-icon-menu:before {
  content: '';
  width: 100%;
  opacity: 0;
  background: red;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .2s linear .1s;
  bottom: 0;
}
.nav-search img,.search-icon-mobil{
  width: 25px;margin: 7px;
} 
.nav-user:before, .cart-header-count::before {
  bottom: -27px !important;
}
.cart-header-count{
  display: block;
}
.cart-header-count .count{
  right: 0.6rem !important;
  top: .4rem !important;
}
/* chekout page */
.woocommerce-checkout input[type="text"].input-text,
.woocommerce-checkout input[type="tel"].input-text,
.woocommerce-checkout input[type="email"].input-text,.woocommerce-checkout .select2-search__field,
.woocommerce-checkout .select2-selection{
  border-radius: 0 !important;
  background: white !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  height: 45px !important;
  padding: .3rem 1.3rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;box-shadow: none !important;
}
.woocommerce-checkout textarea.input-text {
  border-radius: 0 !important;
  background: white !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  padding: .3rem 1.3rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;box-shadow: none !important;
}
.woocommerce-checkout .input-text:focus, .woocommerce-checkout .select2-search__field:focus{
  box-shadow: none !important;
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #dedede !important;
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-color: #131315 !important;
}
.woocommerce-checkout .select2-selection{
  display: flex !important;
  align-items: center !important;
  padding-left: .6rem !important;
}
.woocommerce-checkout .select2-selection__arrow{
  top: 9px !important;
}
/* page Cart */
.woocommerce-cart-form input[type="number"].input-text,.woocommerce-cart-form input[type="text"].input-text{
  box-shadow: none !important;
  background-color: #fff !important; 
  border: 1px solid #ced4da !important;
}
.woocommerce-cart-form input[type="number"].input-text:focus,.woocommerce-cart-form input[type="text"].input-text:focus{
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-color: #131315 !important;
}
ul.products li.pdp-product-list a.added_to_cart.wc-forward{
  display: none;
}
/* title card */
.list-clean{
  margin: 0 ;
  padding: 0 ;
  list-style: none ;
} 
.list-steps li:first-child {
  margin-left: 0 !important;
}
.list-clean li {
  padding: 0 ;
}

@media only screen and (min-width: 768px){
  .list-steps li {
      margin-left: 30px !important;
  }
}
.list-steps li {
  display: inline-block ;
  margin-left: -7px ;
  width: 86px ;
  max-width: 86px ;
  vertical-align: top ;
}

.list-steps li.active a {
  background: #e71d34 !important;
}
.list-steps li a {
  pointer-events: none !important;
  position: relative;
  text-decoration: none !important;
  cursor: default;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(0,0,0,.2) ;
  color: #fff !important;
  outline: 0 ;
}
.list-steps li.active .p-h1 ,.list-steps li.active p{
  color: #414141 !important;
  display: block !important;
  font-size: .9rem !important;
}

.list-steps li p {
  font-size: .9rem !important;
  color: rgba(0,0,0,.3) !important;
  display: none !important;
}

.list-steps li a::before{
  background: rgba(0,0,0,.2) !important;
  content: '' !important;
  right: 100% !important;
  position: absolute !important;
  width: 53px !important;
  height: 2.5px !important;
  z-index: -1 !important;
  top: 50% !important;
  margin-top: -1px !important;
}
.list-steps li:first-child a::before{
  content: none !important;
  background: transparent !important;
}
@media only screen and (min-width: 768px){
  .list-steps li a:before {
      width: 91px !important;
  }
}
.new-bg-gray {
  background: #686868 !important;
}
/* Hide title cart and checkout*/
#post-1703 .entry-header, #post-1704 .entry-header{
  display: none;
}
/* mini card - header */
@media (min-width: 992px){
.background-black {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/*Change input number*/
.container-quantity a.button-quantity i, .container-quantity button.button-quantity i {
  border: 1px solid #686868;
  border-radius: 50%;
  font-size: .5rem!important;
  width: 17px;
  height: 17px;
  line-height: 17px;
}
:focus {
  outline: red auto 1px !important;
}

/*Form register product*/
.form-input input, .form-input select, .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.central-form .gform_fields{
  list-style: none;
  margin: 0;
}
.central-form .gform_fields .gfield_required{
  display: none;
}
body .gform_wrapper .gform_validation_container {
    display: none;
}
.gform_confirmation_message{
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.central-form .consent .ginput_container_consent{
  display: flex;
}
.central-form .consent input{
  margin-top: 0.4rem;
  height: 1rem;
  width: 3rem;
}
.central-form .gform_fields .validation_message{
  color: #e71d34;
}
.central-form .gform_footer{
  text-align: center;
  padding: 1rem;
}
.tmtx-container iframe {
  height: 750px;
  min-height: 80vh;
  overflow: hidden;
  width: 100%;
}
.central-title{
  text-align: center;
  color: #414141;
  padding: 1rem;
}
a.back-to.text-dark:hover{
  color: #e71d34 !important;
  text-decoration: none;
}
.absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.row .item .object:hover figure img {
  transform: scale(1.1);
}
.row .item .object figure img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all .3s ease-out;
  transform: scale(1);
}
.row .item .object figure {
  margin-bottom: 32px;
  overflow: hidden;
}
.-right {
  right: 0;
}
/****related products****/
#section-weds-also-recommend{
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    margin-bottom: -24px;

}
@media (max-width:767px){
  #section-weds-also-recommend{
    margin-bottom: 15px;
}
}
@media (max-width:615px){
  #section-weds-also-recommend{
    margin-bottom: 0px;
}
}
.card-img:hover .card-button {
  opacity: 1;
}

.card-img .card-button {
  position: relative;
  transform: translateY(-170%);
  opacity: 0;
  transition: all .3s linear 0s;
  display: none;
}

.card-img .card-button {
  transform: translateY(-153%);
}

@media only screen and (hover: hover){
  .card-img .card-button {
      display: inline-block;
  }
}
.card-img .btn-danger:hover{
  color:#fff;
}
.card-img .card-img-hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s linear 0s;
}
.card-img h3 .font-weight-bolder{
  font-weight: bolder;
}
.card-color a:hover {
  text-decoration: none;
}
a.text-red:focus, a.text-red:hover {
  color: #a61222!important;
}
.card-color a {
  position: relative;
}

/***end**/

/*Data picket support*/
#ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
  color: #e71d34;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  transition: all .3s ease-out;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-title select {
  
  margin: 10px 0;
  width: calc(50% - 10px);
}
#ui-datepicker-div .ui-datepicker-title select+select {
  margin-left: 20px;
}
#ui-datepicker-div .ui-datepicker-title {
  clear: both;
}
.ui-datepicker-title{
  display: flex;
}
.ui-state-default{
  color: #686868;
}
#ui-datepicker-div {
  background: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 16%);
  display: none; /*hidden in load*/
  padding: 20px;
  width: 85vw;
  max-width: 350px;
}
@media (min-width: 768px) {
    #ui-datepicker-div {
        width: 50vw;
        max-width: 350px;
    }
}
@media (min-width: 1024px) {
    #ui-datepicker-div {
        width: 25vw;
        max-width: 350px;
    }
}
#ui-datepicker-div table:not( .has-background ) tbody td, #ui-datepicker-div table:not( .has-background ) th{
  background-color: transparent;
}
#ui-datepicker-div table:not( .has-background ) tbody tr:nth-child(2n) td, #ui-datepicker-div fieldset, fieldset legend{
  background-color: transparent;
}
table td, table th{
  padding: 10px;
}
#ui-datepicker-div td, #ui-datepicker-div th{
  padding: 10px;
  text-align: center;
}

/**
* Coustom my account Page
*/

.entry-header .entry-title{
  padding-top: 2.5rem;
  font-weight: 300;
  font-size: 4rem !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 1.5rem;
  width: 170px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a{
  border: solid 2px;
  border-radius: 50px;
  padding: 0.5rem 3rem !important;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before, 
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--marketing-preferences a::before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-activity a::before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  display: none;
}

@media(max-width: 991px){
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
    width: 90%;
    margin: auto;
    display: block;
    padding: 0;
    float: none!important;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout{
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-EditAccountForm p.woocommerce-form-row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.woocommerce-Button{
  color: #ffffff;
  background-color: #e71d34;
  border-color: #e71d34;
  text-transform: uppercase;
  border-radius: 50px;
}

.password-input{
  width: 335px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
}

.user-login span{
   color: #686868;
   font-weight: 400;
}

.woocommerce-EditAccountForm>p>input{
    display: block;
    width: 100%;
    height: 45px;
    padding: .3rem 1.3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=password], .input-text{
  background-color: #fff !important;
}


.menu-user-login .list .item:hover {
  color: #e71d34 !important;
  cursor: pointer;
  text-decoration:none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.menu-user-login .list {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}

.menu-user-login .list .item {
  color: #9f9e9e;
  transition: .5s all;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  position: relative;
}

/**
* Coustom my account Page
*/

@media (min-width: 992px){
    .pt-lg-10, .py-lg-10 {
    padding-top: 6rem!important;
    }
}

/**
* Coustom my heading return & delivery page
*/
.entry-content h3{
  color: #414141;
  margin-top: 1.5rem;
}

.entry-header .entry-title{
  font-weight: 700 !important;
}

.woocommerce-breadcrumb{
  font-size: 1rem;
}
.woocommerce-product-details__short-description{
  color: #414141;
}
/****Container search*****/
@media (max-width: 1410px){
  .nav-expand {
      top: calc(49px + 60px)!important;
  }
  }

  .btn-search .btn-search-collapse, .btn-search .nav-expand {
    position: absolute;
    overflow: hidden;
    top: calc(56px + 60px)!important;
    left: 50%;
    z-index: -2;
    opacity: 1!important;
    width: 100vw!important;
    transform: translateX(-50%);
    height: 0;
    visibility: hidden;
    box-shadow: none!important;
    transition: all .4s linear .4s;
  }
  .btn-search .px-10{
    padding-right: 6rem!important;
  }
  .btn-search .px-10{
    padding-left: 6rem!important;
  }
  .btn-search .btn-search-collapse:before, .btn-search .nav-expand:before {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    z-index: 1;
    top: 97px;
    left: 0;
  }
  
  .btn-search .btn-search-collapse>.row, .btn-search .nav-expand>.row {
    height: 460px;
    padding-top: 94px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .btn-search .nav-expand .d-search .d-subheader {
    color: #686868;
  }
  .ep-autosuggest-container {
    position: relative;
  }
  .btn-search .d-search input {
    padding: 0;
    color: #686868;
    outline: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 3.2rem;
    width: 100%;
    border-width: 0 0 1px 0;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    background: none;
    padding-right: 4rem!important;
    padding-left: 4rem!important;
  }
  .btn-search .d-search input{
    outline: 0!important;
    background: none;
  }
  .btn-search .d-search .d-icon {
    position: absolute;
    right: 0;
    top: 1.1rem;
    height: calc(100% - 2.1rem);
    width: 4rem;
    background-image: url('./dist/images/search-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .btn-search .d-search .d-icon-close {
    background-image: url('./dist/images/X@3x.png');
    cursor: pointer;
   }

  .ep-autosuggest-container .ep-autosuggest {
    display: none;
    background: #fff;
    position: absolute;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    width: 100%;
    z-index: 200;
    height: fit-content;
    max-height: 156px;
    overflow-y: auto;
  }
  .ep-autosuggest {
    box-shadow: none!important;
  }
  .ep-autosuggest-container .ep-autosuggest>ul {
    margin: 0!important;
    list-style: none;
  }
  .ep-autosuggest .autosuggest-list {
    padding: 0;
  }
 
  .font-weight-bolder {
    font-weight: bolder!important;
  }
  .d-search .d-link {
    color: #686868!important;
    text-decoration: underline;
    letter-spacing: -.4px;
  }
  
  .d-sub-search input {
    color: rgba(0,0,0,.6);
    padding: 0;
    outline: 0;
    border-width: 0;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 1000;
    outline: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-right: 2.5rem;
    box-shadow: none;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .d-sub-search input{
    outline: 0!important;
    background: none!important;
  }
  .d-sub-search .d-icon {
    position: absolute;
    right: 0;
    top: .5rem;
    height: calc(100% - 1rem);
    width: 2.5rem;
    background-image: url('./dist/images/search-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .d-sub-search .d-icon-close {
    background-image: url('./dist/images/X@3x.png');
    cursor: pointer;
  }
  .d-sub-search .d-link-header {
    font-size: .85rem;
  }
  .d-sub-search .d-link {
    color: #686868;
    font-size: .95rem;
    text-decoration: underline;
  }

  /***CSS CONTENT SEARCH****/
  .section-mh-auto {
    min-height: auto!important;
  }
  .h-auto {
    height: auto!important;
  }
  #nav-filters-search .nav-link.active{
    color: #414141;
    font-weight: 500;
    border-bottom: 2px solid #414141;
    display: inline-block;
    padding: .5rem 1rem;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #nav-filters-search .nav-link{
    color: #686868;
    display: inline-block;
    padding: .5rem 1rem;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .card-button:hover{
    color:#ffffff;
  }
  .card-blog a:hover .card-blog-hover {
    width: 100%;
  }
  .card-blog a .card-blog-hover {
    display: none;
  }
  .card-blog a:hover .img-hover-arrow {
    opacity: 1;
  }
  .card-blog a .img-hover-arrow {
    display: none;
  }
  .card-blog figure img:nth-child(1){
    width: 100%;
  }
  .card-blog .item-img{
    max-width: 382px;
    max-height: 382px;
    height: 250px;
    width: 100%;
  }
  @media only screen and (min-width: 768px){
    .card-blog a .card-blog-hover {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: rgba(0,110,202,.5);
      transition: all .3s linear 0s;
    }
  }
  @media only screen and (min-width: 992px){
    .card-blog a .img-hover-arrow {
      display: block;
      transition: all .2s linear .1s;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      border-radius: 50%;
      padding: 14px;
      width: 60px;
      right: 0;
      left: 0;
      background: #e71d34;
      margin: auto;
    }
  }
  .page-numbers.disabled{
    color: #fff!important;
    pointer-events: none!important;
    cursor: auto!important;
    background-color: #e71d34!important;
    border-color: #e71d34!important;
  }
  .section_results .paginations .pagination_items{
    margin-left: 0!important;
  }
  a.d-block{
    text-decoration: none;
  }
  #nav-filters-search .nav-tabs .nav-link:hover{
    border:none!important;
  }
  #nav-tab{
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem!important;
    border-bottom: none;
  }
  /* Recipes */
.item-img-recipe{
  max-width: 100%;
  max-height: 100%;
  height: 20vw;
  width: 100%;
}
#recipeTabGrid .item-img-recipe{
  height: 27vw;
}
@media (max-width:992px){
  .item-img-recipe{
    height: 27vw;
  }
}
@media (max-width:767px){
  #recipeTabGrid .item-img-recipe{
    height: 41vw;
  }
}
@media (max-width:576px){
  .item-img-recipe{
    height: 40vw;
  }
}
.item-img-recipe .img-recipe{
  object-fit: cover;
  height: 100%;
  border-radius:0px!important;
}
@media (max-width:991px){
  #nav-main .btn-search{
    display: none!important;
  }
  #nav-main .nav-item-has-child{
    display: none!important;
  }
}
/**************************/
/*
 Hide Coupon
*/
.coupon, .woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"]{
  display: none !important;
}
.woocommerce-info{
  background-color: transparent;
  color: #414141;
  border-left: none;
  margin: 1em auto;
}
.wc-amazon-payments-advanced-info{
  max-width: 600px;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}
@media (max-width:576px){
  .wc-amazon-payments-advanced-info{
    margin-left: 15px;
    margin-right: 16px;
    padding: 1rem;
    
  }
}
#pay_with_amazon .amazonpay-button-container .amazonpay-button-view3{
  display: none !important;
}
/*Color varation*/
.reset_variations{
  display: none !important;
}
.variations .label{
  color: #414141;
}

/*Hide view basquet en search*/
#productMainGrid a.added_to_cart.wc-forward, #productTabGrid a.added_to_cart.wc-forward{
  display:none;
}

/*Star reviews*/
.img-star{
  max-width: 17rem;
}
@media (min-width: 444px){
  .img-star{
    max-width: 27rem;
  }
}

.ep-autosuggest ul.autosuggest-list li{
  padding-left: 0.7em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.ep-autosuggest ul.autosuggest-list li.suggest-title{
  background: #006eca;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.ep-autosuggest ul.autosuggest-list li a{
  color:inherit;
}
.ep-autosuggest ul.autosuggest-list li a:hover{
  text-decoration: none;
}
.ep-autosuggest ul.autosuggest-list li.sb-link:hover{
  /*background: hsl(0deg 0% 85% / 60%);*/
  background: #dee2e6d5;
}
.ep-autosuggest ul.autosuggest-list li.suggest-title:hover{
  /*background: hsl(0deg 0% 85% / 60%);*/
  background: #dee2e6d5;
  color: black;
  cursor: pointer;
}

.video-url-pdp{
  border: solid 0.5px rgba(104,104,104,.25);
  opacity: 0.5;
}
.video-url-pdp.active-video{
 opacity: 1;
}
.video-url-pdp:hover{
  opacity: 1;
}
.video-url-pdp .icon-play{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #414141;
  margin-left: 4px;
  display: inline-block;
}
.woocommerce-product-gallery figure div.woocommerce-product-gallery_video{
  width: 542.135px;
  margin-right: 0px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce-product-gallery_video .img-video-gallery{
  height: -webkit-fill-available!important;
  margin-top: 3.2em!important;
  margin-bottom: 3.2em!important;
  cursor: pointer;
  width: 100%!important;
}

.woocommerce-product-gallery_video .icon-video{
  height: 81px;
  position: absolute;
  width: 127px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background-color: rgba(30, 113, 231, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-product-gallery_video .icon-video:hover{
  cursor: pointer;
  background-color:rgba(70, 153, 255, 0.8);
}
.woocommerce-product-gallery_video .icon-video i{
  color: #fff;
  font-size: 2em;
}

#modalVideoProduct{
  padding-right: 0px!important;
}
#modalVideoProduct .modal-dialog{
  margin-top: 5.7rem;
  width: 80%;
  max-width: 80%;
  height: 70vh;
}
#modalVideoProduct .modal-content iframe{
  width: 100%;
  height: 70vh;
}

/**Align payment buttons**/
.wc-proceed-to-checkout{
  flex-direction: column;
  align-items: center;
}
.wc-apa-button-separator{
  margin: 0 !important;
}
.wc-proceed-to-checkout #pay_with_amazon{
  margin: 1rem auto !important;
}
.woocommerce-product-gallery figure.transform-video{
  transform: translate3d(-0px, 0px, 0px)!important;
}

@media (max-width:576px){
  #modalVideoProduct .modal-dialog{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
    height: 50vh;
    margin-top: 6em;
  }
  #modalVideoProduct .modal-content iframe{
    height: 40vh;
  }
}
/****slider ul***/
ul.flex-direction-nav {
  position: absolute;
  top: 35%;
  z-index: 999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;}

li.flex-nav-prev {float: left;padding-left: 2em;}
li.flex-nav-next {float: right;padding-right: 2em;}
.flex-direction-nav li a i{
  font-size: 30px;
}

ul.flex-direction-nav li a {
color: #cdcdcd;
}
ul.flex-direction-nav li a:hover {
text-decoration: none;
}
.woocommerce-product-gallery ul.flex-direction-nav{
  display: none;
}
@media (max-width:992px){
  .woocommerce-product-gallery ul.flex-direction-nav{
    display: block;
    z-index: 1;
  }
  div.ep-autosuggest{
    max-height: fit-content!important;
  }
}
thead .product-name, .product-price, .product-quantity, .product-subtotal{
  text-transform: uppercase;
}
.cart_totals table th{
  font-weight: 400;
}
.order-total td, .cart-subtotal td{
  text-align: right !important;
}
/**
* Woocommerce input edit
*/
.woocommerce-billing-fields{
  background-color: #f8f8f8;
  padding: 0.5rem 1rem;
}
.woocommerce-additional-fields{
  background-color: #f8f8f8;
  padding: 0.5rem 1rem;
}
.woocommerce-info{
  max-width: 600px;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}
.woocommerce-account-fields{
  padding: 0 1rem;
}
.woocommerce-billing-fields h3{
  font-weight: 400;
}
.font-weight-400{
  font-weight: 400;
}
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle{
  padding: 0 1rem;
}

@media (min-width: 768px){
  .col2-set .form-row-left {
    width: 49%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .col2-set .form-row-right {
    width: 49%;
    float: right;
    margin-right: 11.1111111111%;
    clear: none;
  }
  .col2-set .form-row-right#billing_address_2_field{
    margin-top: 2rem;
  }
}

/* Menu*/
#mega-menu-primary{
  display: flex !important;
  max-width: 88.75rem !important;
  margin: auto !important;
  justify-content: space-around;
  flex-wrap: wrap!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  font-weight: 500;
}
@media (max-width: 1180px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0 2px!important;
    font-size: 0.9rem!important;
  }
}
/*checkout check email marketing*/
.woocommerce-additional-fields.email-marketing{
  margin-top:1.6em;
  margin-bottom:1.6em;
}
.woocommerce-additional-fields.email-marketing div.description-mail b a{
  text-decoration:none;
}
.woocommerce-additional-fields.email-marketing label.checkbox{
  margin-left: 1.8em;
}
.woocommerce-additional-fields.email-marketing label input.input-checkbox{
  position: absolute;
  left: 31px;
  margin-top: 0.4em;
}
.woocommerce-additional-fields.email-marketing label.checkbox span.optional{
  display:none;
}
.woocommerce_MyAccount_email_marketing .form_myaccount_email_marketing{
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce_MyAccount_email_marketing .form_myaccount_email_marketing button.button{
  width: 8em;
  margin: auto;
}
.woocommerce-MyAccount-navigation-link.is-active{
  font-weight: bolder;
  font-size: 1rem;
}
.woocommerce-info #pay_with_amazon {
  width:185px!important;
}
.wc-amazon-checkout-message .woocommerce-info::before{
 content:"";
 left: -100em!important;
}
@media (min-width:768px) {
  .wc-amazon-checkout-message{
    float: left;
    width: 50%;
    padding-left: 1.2em;
  }
  .woocommerce-form-login-toggle{
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width:767px){
  .wc-amazon-checkout-message .woocommerce-info{
    max-width: 100%;
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }
  .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-login-toggle .is-info{
    width: 100%;
    max-width: 100%;
  }
}

#carouselTestimonials .nb-hgt-static{
  height: 500px;
}
@media (max-width:767px){
  #carouselTestimonials .nb-hgt-static{
    height: 700px;
  }
}

@media (max-width:400px){
  #carouselTestimonials .nb-hgt-static{
    height: 790px;
  }
}

#modalFilter .modal-close{
  display: inline-block;
  width: 40px;
  padding: 0 8px;
  margin-top: 23px;
}
#modalFilter .modal-close span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 2px;
}
#modalFilter .modal-close span:nth-child(2) {
  opacity: 0;
}
#modalFilter .modal-close span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -20px;
}
#modalFilter .modal-close span{
  transition: all .4s linear .3s;
    background: #686868;
    height: 3px;
    width: 100%;
    margin-bottom: 7px;
    display: block;
}
#modalFilter .btn-outline-red{
    color: #e71d34;
    border-color: #e71d34;
    background: transparent;
}
#modalFilter .btn-outline-red:disabled,
#modalFilter .btn-outline-red[disabled]{
  border-color: #686868;
  opacity: .65;
  color: #686868;
}

/* Klarna Paymen Page*/
.main-section-klarna  .title_box_kl{ 
  font-size:1.68rem !important; 
  /* font-size: 2.4375rem !important; */
  line-height: 1.02564 !important;
  /* color:rgb(104, 104, 104) !important; */
  color:#363535e8 !important;
}
@media only screen and (min-width: 769px){
  .main-section-klarna  .title_box_kl{ 
    font-size:2.0625rem !important; 
  }
}
@media only screen and (min-width: 1025px){
  .main-section-klarna  .title_box_kl{
      font-size: 2.37rem !important;
  }
}
.d-grid{
  display: grid;
}
.lg-grid-col-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg-grid-col-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-gap-25{
  gap: 25px;
}
@media (max-width: 767.98px) { 
  .sm-grid-col-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 991.98px) { 
  .md-grid-col-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md-grid-col-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.main-section-klarna .single_add_to_cart_button:hover{
  box-shadow: 0 0 0 0.1rem #e71d34 !important;
}
.main-section-klarna .single_add_to_cart_button,
.btn-klarma-pg-ch{
  padding: 0.7rem 2.3rem !important;
  font-size: 1.24rem !important;
}
@media (max-width: 991.98px) {
  .main-section-klarna .single_add_to_cart_button,
  .btn-klarma-pg-ch{
    padding: 0.6rem 2.3rem !important;
    font-size: 1.11rem !important;
  }
}
.btn-icon.btn-collapse{
  word-break: normal !important;
}

.mega-menu-column .textwidget.custom-html-widget a,
.nav-link-dk-cat{
  color:#686868 !important;
  text-decoration: underline !important;
}
.mega-menu-column .textwidget.custom-html-widget a:hover,
.nav-link-dk-cat:hover{
  color:#e71d34 !important;
}

/* customer details shipping and billing */
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address{
  max-width:100%!important;
}
/* delete points in abbr */
abbr.required {
  border: none !important;
  text-decoration: none !important;
}
/* woocommerce error strong */
.woocommerce-error strong{
  color:#fff!important;
}

span.span-oos{
  background-color: #414141!important;
  border-color: #414141 !important;
  box-shadow: 0 0 0 0.2rem #414141!important;
}
span.span-oos:hover{
  background-color: #414141!important;
  border-color: #414141 !important;
  box-shadow: 0 0 0 0.2rem #414141!important;
  opacity: 0.65!important;
}
.user-login-trustpilot{
  position: absolute;
  right: calc(23rem + 1vw);
  left: 53%;
  top: 30px;
  transform: scale(0.72);
}
/*Afterpay*/
li.pdp-product-list afterpay-placement{
  position: relative;
  bottom: 2.8rem;
}
.single-product div.product afterpay-placement{
  padding: 8px 10px;
  margin-top: 0;
  color: rgb(65, 65, 65);
}
.single-product div.product form.cart{
  margin-bottom: 1rem;
}
.single-product div.product form.cart.klarna-enabled{
  padding-bottom: 0;
}
div.content-cart .ppc-button-wrapper, div.content-cart #clearpay_express_button {
  width:250px;
}
.nb-text-black{
  color: #414141!important;
}
a.woocommerce-button--next{
  color: #fff;
}
.woocommerce-mini-cart__empty-message h3.text-red, .stock.out-of-stock{
  color: #414141!important;
}
form.form-disabled-button button.gform_button.disabled{
  pointer-events: none;
}

/*Warranty Section Styles*/

.klarna__section, .easyReturns__section, .guarantee__section{
  padding: 0.5rem 0;
  background-color: #E6E6E6;
  display:  flex;
  justify-content: center;
  align-items: center;
}

.easyReturns__section:hover, .klarna__section:hover, .guarantee__section:hover{
  background-color: #D6D6D6;
  cursor: pointer;
  text-decoration: none;
}
.klarna__section img{
  width: 60px;
  height: 30px;
}
.easyReturns__section img, .guarantee__section img{
  width: 30px;
  height: 30px;
}
.easyReturns__section img, .guarantee__section img{
  margin-right: 0.5rem;
}
.klarna__section p,.easyReturns__section p ,.guarantee__section p{
  margin: 0;
  padding: 0;
  color: #666666;
}

@media (max-width: 991px){
	.klarna__section, .easyReturns__section, .guarantee__section{
  		padding: 4px;
	}
	
	.klarna__section p,.easyReturns__section p ,.guarantee__section p{
	  font-size: 12px;
	}
	
  .klarna__section img{
    width: 40px;
	  height: 20px;
  }

	.easyReturns__section img, .guarantee__section img{
    width: 20px;
	  height: 20px;
	}
}

/*End Warranty Section Styles*/

@media (max-width: 1650px){
  .user-login-trustpilot{
    right: 14%;
    left: 48%;
  }
}
@media (max-width: 1466px){
  .user-login-trustpilot{
    right: calc(25rem + -19vw);
    left: 35%;
    transform: scale(0.6);
  }
  .site-header .site-branding.user-login-logo img{
    max-width: 185px;
  }
}
@media (max-width: 991px){
  li.pdp-product-list afterpay-placement{
    position: relative;
    bottom: 5.2rem;
  }
  .section__number{
    padding: 0.4em 0px;
  }
}
@media (max-width: 768px){
  .section__number {
      display: none!important;
  }
}
@media (max-width: 465px){
  .custom-logo {
    width: 145px !important;
  }
}

/* Klarna onsite messaging for woocommerce */
::part(osm-container){
  padding: 0px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: 'SofiaPro', sans-serif !important;
}
::part(osm-cta){
  font-weight: 700;
  color: #686868;
}
::part(osm-legal){
  display: none !important;
}

/* Tab Reviews in PDP - remove focus */
#profile>div:focus{
	outline: none!important;
}

/* Styles for the cookie plugin */
.CybotCookiebotDialogNavItem>a:focus{
	outline: none!important;
}
.CybotCookiebotDialogBodyBottomWrapper, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader, #CybotCookiebotDialogHeader, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogPoweredByText{
	display: none!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
	padding: 5px!important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
  background-color: #fff!important;
  border-color: #fff!important;
  color: #3f4245!important;
}
@media(max-width: 1279px){
	#CybotCookiebotDialog{
		display: flex;
		bottom: 0!important;
		top: auto!important;
		left: 0!important;
		right: 0!important;
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 0!important;
		transform: none !important;
	}
}
@media(max-width: 600px){
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{ justify-content: center;align-items: center;}
  #CybotCookiebotDialog .CybotCookiebotScrollContainer{ min-height: 16vh!important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContent{ padding-top: 0;padding-bottom: 0;display: flex;flex-direction: column;justify-content: center; }
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{ max-width: 183px; }
}

.container-MyAccount-text-rewards{
  max-width: 90%;
  margin: auto;
}

.woocommerce-account .entry-header{
  padding-bottom: 3rem!important;
}

.woocommerce-account .entry-header .entry-title{
  margin-bottom: 0rem!important;
}

/* Style in homepage - new recipes */
#new-container-recipes .figure__item__slide{
  aspect-ratio: 350 / 470;
  overflow: hidden;position: relative;
}
