/* 
Theme Name:		 shoppingcart_child
Theme URI:		 http://childtheme-generator.com/
Description:	 shoppingcart_child is a child theme of shoppingcart, created by ChildTheme-Generator.com
Author:			 Theme Freesia
Author URI:		 http://childtheme-generator.com/
Template:		 shoppingcart
Version:		 1.0.0
Text Domain:	 shoppingcart-child
*/


/*
    Add your custom styles here
*/
/* Class for clearing floats */
.clear {
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.cf:after,
.cf:before {
   display: table;
   content: ''
}

.cf:after {
   clear: both;
}

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/* .cartsection .price, */
h1.product_title,
.woocommerce-product-details__short-description,
.cartsection .product_meta {
   display: none;
}


ins {
   background: #FFFFFF;
}

.add_to_cart_button {
   border-radius: 5px;
}

.input.search-field {
   border-radius: 5px;
}

.archive #content {
   padding: 50px 25px;
}

.single-product #content {
   padding: 0 0 50px;
}

.single-product .maincontent {
   position: relative;
}

.single-product .maincontent .container {
   margin: 0 auto;
   max-width: 1300px;
   padding: 0 20px;
   position: relative;
   padding-top: 20px;
}

.single-product .leftside {
   position: relative;
   min-height: 920px;
}

.single-product .leftside a.woocommerce-product-gallery__trigger {
   position: absolute;
   z-index: 10;
   /* top: 20px; */
   /* left: 31%; */
   width: 35%;
   height: 30%;
   left: 0;
   top: 0;
   opacity: 0;
}

.single-product .leftside .woocommerce-product-gallery__image.flex-active-slide a {
   outline: none;
}

.single-product .leftside .woocommerce-product-gallery__image.flex-active-slide img {
   width: 35%;
   height: auto;
}

.single-product .leftside .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:not(.flex-active-slide) img {
   width: 100%;
   height: auto;
}

.single-product .leftside ol.flex-control-nav.flex-control-thumbs li img.flex-active {
   transform: scale(1.5);
   transition: all 0.5s;
}

.single-product .leftside ol.flex-control-nav.flex-control-thumbs {
   margin-top: 40px;
   margin-left: 16px;
}

.single-product .leftside ol.flex-control-nav.flex-control-thumbs li {
   display: inline-block;
   width: 60px;
   margin-right: 40px;
}

.single-product .leftside .inqbutton {
   margin-top: 90px;
}

.single-product .leftside .inqbutton li {
   list-style-type: none;
   display: inline-block;
   align-self: center;
   margin: 0 15px 0 0;
}

.single-product .sidebar {
   background-color: #ffffff;
   width: 682px;
   position: absolute;
   top: -50px;
   right: 4%;
   z-index: 5;
}

.single-product .sidebar .higlight {
   color: #4493C5;
   padding: 3px 0 3px 20px;
}

.single-product .sidebar .higlight a {
   color: #4493C5;
   font-size: 12px;
   line-height: 16px;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
}

.single-product .sidebar .product_title_content {
   padding-left: 20px;
   margin-top: 20px;
   padding-right: 20px;
   display: flex;
   flex-flow: column;
}

.single-product .sidebar .product_title_content span.sku {
   color: #828282;
   font-size: 18px;
   line-height: 25px;
   font-family: 'Open Sans', sans-serif;
   margin-left: auto;
   margin-right: 0;
}

.single-product .sidebar .product_title_content h2 {
   font-size: 33px;
   font-size: 32px;
   line-height: 44px;
   color: #575656;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
   margin-top: 4px;
   margin-bottom: 14px;
}

.single-product .sidebar .product_title_content p {
   color: #828282;
   font-size: 14px;
   line-height: 22px;
   font-family: 'Open Sans', sans-serif;
}

.single-product .sidebar .cartsection {
   margin: 0 20px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding: 25px 0px 25px;
   /* border-top: 1px solid #C4C4C4; */
}

/* .single-product .sidebar .cartsection .cartfirst {
   display: flex;
   width: 40%;
   justify-content: space-between;
} */

.single-product .sidebar .cartsection p {
   margin-bottom: 0;
   margin-top: -10px;
}

.single-product .sidebar .cartsection form.cart {
   display: flex;
   justify-content: space-between;
   width: 100%;
}

.single-product .sidebar .cartsection .cartsecond {
   width: 55%;
   display: flex;
   justify-content: flex-end;
}

.woocommerce .quantity .qty {
   height: 57px;
   border-radius: 0;
   width: 57px;
   text-align: center;
   color: #575656;
   font-weight: 700;
   font-size: 18px;
   line-height: 48px;
}

.single-product .sidebar .cartsection .yith-wcwl-add-to-wishlist {
   margin-top: 0;
   display: inline-table;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist {
   padding: 15px 20px 16px;
   margin-bottom: 0;
   border: 1px solid #F77426;
   color: #575656;
}

.single-product .sidebar .cartsection i.yith-wcwl-icon.fa.fa-heart-o {
   margin-right: 0;
   vertical-align: middle;
   font-weight: 700;
   font-size: 20px;
   color: #575656;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button span {
   display: none;
}

.single-product .sidebar .cartsection button.single_add_to_cart_button.button.alt {
   background-color: #F77426;
   width: 260px;
   padding: 14px 10px 15px;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   line-height: 19px;
   color: #ffffff;
   font-weight: 700;
}

.single-product .sidebar .cartsection span.woocommerce-Price-amount.amount {
   font-size: 45px;
   line-height: 61px;
   color: #F77426;
   font-weight: 800;
   font-family: 'Open Sans', sans-serif;

   position: relative;
   top: 8px;
}

.single-product .sidebar .cartsection span.woocommerce-Price-currencySymbol {
   color: #828282;
   font-size: 30px;
   margin-left: 10px;
   font-weight: 600;
}

.single-product .sidebar .cartsection p.stock.in-stock {
   display: none;
}

.single-product .sidebar .iconlist ul {
   margin: 0 20px;
   border-top: 1px solid #C4C4C4;
   border-bottom: 1px solid #C4C4C4;
   display: flex;
   justify-content: space-around;
   padding: 22px 0;
}

.single-product .sidebar .iconlist ul li {
   width: 16.66667%;
   text-align: center;
}

.single-product .sidebar .iconlist li p {
   color: #828282;
   font-size: 14px;
   line-height: 19px;
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 0;
   margin-top: 15px;
}

.single-product .sidebar .product_details {
   margin-bottom: 30px;
}

.single-product .sidebar .product_details .col1,
.single-product .sidebar .product_details .col2 {
   margin: 0 20px;
}

.single-product .sidebar .product_details h5 {
   font-size: 18px;
   line-height: 25px;
   font-weight: 600;
   color: #000000;
   font-family: 'Open Sans', sans-serif;
   margin-top: 30px;
   margin-bottom: 10px;
}

.single-product .sidebar .product_details p {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-weight: normal;
   margin-bottom: 0;
}

.single-product .sidebar .Hint {
   margin: 0 20px;
   padding: 25px 0;
   border-top: 1px solid #C4C4C4;
}

.single-product .sidebar .Hint p {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-weight: normal;
   margin-bottom: 0;
}

.single-product .sidebar .firstblock {
   display: flex;
   flex-direction: row;
   flex-direction: row;
   padding: 25px 0;
   border-top: 1px solid #C4C4C4;
   margin: 0 20px;
}

.single-product .sidebar .firstblock img {
   margin-right: 20px;
   margin-left: 15px;
}

.single-product .sidebar .firstblock p {
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
}

.single-product .payment_content,
body.home .payment_content {
   background-color: #ffffff;
   width: 738px;
   margin: 0 auto;
   display: flex;
   flex-direction: row;
   padding: 40px 80px 31px 53px;
   justify-content: space-between;
}

.single-product .payment_content .main_content,
body.home .payment_content .main_content {
   display: flex;
   flex-direction: row;
}

.single-product .payment_content_first ul,
body.home .payment_content_first ul {
   margin-top: 20px;
}

.single-product .payment_content_first ul li,
body.home .payment_content_first ul li {
   display: inline-block;
   margin-right: 10px;
}

.single-product .payment_content_first ul li:last-child,
body.home .payment_content_first ul li:last-child {
   margin-right: 0;
}

.single-product .payment_content .main_content .inner-content-left,
body.home .payment_content .main_content .inner-content-left {
   margin-right: 20px;
}

.single-product .payment_content .main_content h3,
body.home .payment_content .main_content h3 {
   font-size: 18px;
   line-height: 28px;
   color: #404D48;
   font-weight: 800;
   margin-bottom: 5px;
   font-family: 'Open Sans', sans-serif;
}

.single-product .payment_content .main_content p,
body.home .payment_content .main_content p {
   font-size: 14px;
   line-height: 26px;
   color: #404D48;
   font-weight: normal;
   width: 186px;
   font-style: normal;
   margin-bottom: 10px;
   font-family: 'Open Sans', sans-serif;
}

.single-product .payment_content .main_content p span,
body.home .payment_content .main_content p span {
   font-weight: 700;
   color: #27AE60;
}

.single-product .payment_content .inner-content-right a,
body.home .payment_content .inner-content-right a {
   font-size: 12px;
   line-height: 16px;
   text-transform: uppercase;
   font-style: normal;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
   outline: none;
}

.single-product .payment_content .inner-content-right a:hover,
body.home .payment_content .inner-content-right a:hover {
   color: #327FC1;
}

.product-subtotal {
   text-align: right;
}

.product-total {
   text-align: right;
}

.cart-subtotal {
   text-align: right;
}

.order-total {
   text-align: right;
}

.tax-total {
   text-align: right;
}

.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
   max-width: 441px;
   pointer-events: none !important;
}

body.home a:focus {
   outline: none;
}

body.home #content {
   padding: 0 0 50px;
}

body.home .slider {
   margin-top: 23px;
}

body.home .slider .wrap {
   background-color: #ffffff;
   padding: 20px;
}

body.home .slider .masterslider {
   float: left;
   width: calc(83% - 20px);
   margin-right: 20px;
}

body.home .slider .masterslider .flexslider {
   margin-bottom: 0;
   border: none;
}

body.home .slider .masterslider img {
   height: 465px;
}

body.home .slider .metaslider .caption-wrap {
   position: absolute;
   background: transparent !important;
   opacity: 1 !important;
   top: 70px;
   bottom: unset !important;
   width: 470px !important;
   padding: 41px 63px 41px 54px;
}

body.home .slider .masterslider .caption-wrap:before {
   content: "";
   background: rgb(0, 0, 0);
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

body.home .slider .masterslider .caption {
   font-family: Open Sans;
   font-style: normal;
   font-weight: normal;
   font-size: 36px;
   line-height: 49px;
   color: #FFFFFF;
   position: relative;
}

body.home .slider .masterslider .caption a {
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   color: #ffffff !important;
   background-color: #419DDD;
   padding: 11px 30px;
}

body.home .slider .masterslider .caption a:hover {
   background-color: #327FC1;
}

body.home .slider .slider_cat_block {
   float: left;
   width: 17%;
}

body.home .slider .slider_cat_block li {
   position: relative;
   margin-bottom: 20px;
}

body.home .slider .slider_cat_block li:last-child {
   margin-bottom: 0;
}

body.home .slider .slider_cat_block li img {
   width: 100%;
   height: 141px;
}

body.home .slider .slider_cat_block li span {
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 28px;
   line-height: 38px;
   align-items: center;
   color: #FFFFFF;
   position: absolute;
   left: 10px;
   bottom: 10px;
   text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

body.home .product-widget-box li.product h2.woocommerce-loop-product__title {
   font-family: Open Sans;
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 20px;
   color: #575656;
}

body.home .product-widget-box li.product {
   padding-bottom: 0 !important;
}

body.home .product-widget-box li.product p {
   font-family: Open Sans;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   color: #828282;
}

body.home .product-widget-box li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
   background-color: #F77426 !important;
   color: #ffffff !important;
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
   border: none !important;
   display: block;
}

body.home pre.wp-block-preformatted {
   background-color: transparent;
}

body.home .product-widget-box h3.widget-title {
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 32px !important;
   line-height: 44px;
   color: #575656;
   margin: 55px 0 30px;
}

body.home .fullcontent {
   background-image: url(https://b2b.gelatitalia.it/wp-content/uploads/2020/05/BG-1.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   text-align: center;
   padding: 50px 15px;
   color: #ffffff;
   margin: 68px 0 35px;
}

body.home .fullcontent p {
   font-family: Open Sans;
   font-style: normal;
   font-size: 20px;
   font-weight: 400;
   line-height: 27px;
   text-align: center;
   color: #FFFFFF;
   margin-bottom: 40px;
}

body.home .fullcontent p:last-child {
   margin-bottom: 0;
}

body.home .fullcontent p a {
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   line-height: 19px;
   color: #419DDD;
   padding: 11px 17px;
   background-color: #ffffff;
}

body.home .fullcontent p a:hover {
   background-color: #327FC1;
   color: #ffffff;
}

/*body.home .product-widget-wrap li.product {
   float: left !important;
   width: calc(20% - 20px) !important;
   margin: 0 10px !important;
}*/

body.home .product-widget-wrap li.product:last-child {
   clear: none;
}

body.home .content_3col {
   background-color: #fff;
   padding: 30px 0;
}

body.home .content_3col>div {
   float: left;
   width: 33.3333%;
   text-align: center;
}

body.home .content_3col>div h5 {
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 18px;
   line-height: 25px;
   color: #575656;
   margin: 30px 0 20px;
}

body.home .content_3col>div p {
   font-family: Open Sans;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   color: #828282;
   margin-bottom: 0;
}

body.home .cat_block {
   margin: 65px 0;
}

body.home .cat_block ul.cf {
   margin: 0 -13px 0 -10px;
}

body.home .cat_block li {
   float: left;
   width: calc(33.333% - 20px);
   text-align: center;
   position: relative;
   margin: 0 10px;
}

body.home .cat_block li a:focus {
   outline: none;
}

body.home .cat_block li img {
   width: 100%;
   height: auto;
}

body.home .cat_block li span {
   position: absolute;
   left: 21px;
   bottom: 23px;
   font-family: Open Sans;
   font-style: normal;
   font-weight: bold;
   font-size: 28px;
   line-height: 38px;
   color: #ffffff;
   text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}



/*media-query-start*/






/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
   .single-product .leftside {
      min-height: 970px;
   }

   .single-product .sidebar {
      width: 582px;
      top: -50px;
   }

   .single-product .leftside .inqbutton li {
      display: block;
      margin: 60px 20px;
   }

   body.home .slider .masterslider {
      width: calc(80% - 20px);
   }

   body.home .slider .slider_cat_block {
      width: 20%;
   }

   body.home .cat_block ul.cf {
      margin: 0 -10px 0 -10px;
   }
}



/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
   .single-product .sidebar {
      width: 100%;
      position: static;
   }

   .single-product .leftside {
      min-height: auto;
      margin: 35px 0 60px;
   }

   .single-product .leftside .woocommerce-product-gallery__image.flex-active-slide img {
      width: 50%;
      height: auto;
   }

   .single-product .leftside a.woocommerce-product-gallery__trigger {
      top: 30px;
      left: 44%;
   }

   .single-product .leftside .inqbutton li {
      margin: 60px 0;
   }

   .single-product .sidebar .cartsection form.cart {
      display: block;
      justify-content: unset;
      width: 100%;
   }

   /* .single-product .sidebar .cartsection .cartfirst {
      display: flex;
      width: 100%;
      justify-content: space-between;
   } */
   .single-product .sidebar .cartsection .cartsecond {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 20px;
   }

   .single-product .payment_content,
   body.home .payment_content {
      width: 730px;
   }

   body.home .slider .masterslider {
      width: 100%;
      margin-right: 0;
   }

   body.home .slider .slider_cat_block {
      width: 100%;
   }

   body.home .slider .slider_cat_block ul {
      margin: 20px -10px 0;
   }

   body.home .slider .slider_cat_block li {
      float: left;
      width: calc(33.333% - 20px);
      margin: 0 10px;
   }

   body.home .product-widget-wrap li.product {
      /*width: calc(33.333% - 20px) !important;*/
      clear: none !important;
      margin-bottom: 20px !important;
   }

   body.home .slider .masterslider img {
      height: auto;
   }

   .indirizzo {
      display: none !important;
   }

   .custom-logo-link {
      float: left !important;
      display: inline-block;
   }

   .wrap {
      margin: 0 auto;
      max-width: 1300px;
      padding: 0;
      position: relative;
   }

   .header-right {
      text-align: right !important;
      display: inline-block;
      float: right !important;
      padding-top: 12px;
   }
}


/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

   .single-product .payment_content,
   body.home .payment_content {
      width: 100%;
      display: block;
      flex-direction: unset;
      padding: 40px 0 31px 0;
   }

   .single-product .payment_content_first,
   body.home .payment_content_first {
      margin: 0 auto;
      display: block;
      width: max-content;
      margin-bottom: 50px;
   }

   .single-product .payment_content_first:last-child,
   body.home .payment_content_first:last-child {
      margin-bottom: 0;
   }

   .header-addresses {
      display: none;
   }

   body.home .slider .slider_cat_block li span,
   body.home .cat_block li span {
      font-size: 24px;
      left: 10px;
      bottom: 10px;
   }

   body.home .content_3col>div {
      margin-bottom: 60px;
      width: 100%;
   }

   body.home .content_3col>div:last-child {
      margin-bottom: 0;
   }

   .woocommerce-product-gallery__image {
      margin: 0 auto;
   }

   .sidebar {
      padding: 20px 0;
   }

   .prezzo_totale {
      grid-row: 1;
      grid-column: 1/6 !important;
   }

   .single-product .sidebar .cartsection .cartfirst {
      grid-column: 6/13 !important;
   }
}





/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
   .single-product .sidebar .iconlist ul {
      display: block;
      justify-content: unset;
   }

   .single-product .sidebar .iconlist ul li {
      float: left;
      width: 33.3333%;
      text-align: center;
      margin: 15px 0;
   }

   .single-product .sidebar .cartsection button.single_add_to_cart_button.button.alt {
      width: 95%;
   }

   .single-product .sidebar .iconlist ul li:nth-child(3n+1) {
      clear: left;
   }

   .single-product .leftside a.woocommerce-product-gallery__trigger {
      top: 20px;
      left: 41%;
   }

   .single-product .leftside .inqbutton a {
      padding: 12px 22px;
   }

   .single-product .leftside .inqbutton li {
      margin: 40px 0;
   }

   .header-addresses {
      display: none;
   }

   body.home .slider .masterslider img {
      height: 370px;
   }

   body.home .slider .metaslider .caption-wrap {
      width: 95% !important;
      padding: 41px 63px 41px 15px;
   }

   body.home .slider .slider_cat_block li span,
   body.home .cat_block li span {
      font-size: 16px;
   }

   body.home .slider .slider_cat_block li img {
      height: auto;
   }

   body.home .product-widget-wrap li.product {
      /*width: calc(50% - 20px) !important;*/
   }
}








/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 480px) {
   .single-product .leftside ol.flex-control-nav.flex-control-thumbs li {
      width: 40px;
      margin-right: 30px;
   }

   .single-product #content {
      padding: 0 0 20px;
   }

   .single-product .leftside .inqbutton {
      margin-top: 70px;
      text-align: center;
   }

   .single-product .leftside .inqbutton a {
      padding: 10px 18px;
   }

   .header-addresses {
      display: none;
   }

   body.home .slider .masterslider .caption {
      font-size: 25px;
      line-height: 30px;
   }

   body.home .slider .btnslider {
      margin-top: 20px;
   }

   body.home .slider .slider_cat_block li span,
   body.home .cat_block li span {
      font-size: 14px;
      left: 5px;
      bottom: 0;
      line-height: 30px;
   }

   body.home .slider .masterslider img {
      height: auto;
   }

   body.home .slider .metaslider .caption-wrap {
      top: 60px;
   }

   body.home .cat_block {
      margin: 35px 0;
   }

   body.home .fullcontent p {
      font-size: 16px;
      line-height: 22px;
   }
}








/*// Extra small devices (portrait phones, less than 375px)*/
@media (max-width: 375px) {

   .single-product .payment_content,
   body.home .payment_content {
      min-width: 390px;
      display: block;
      flex-direction: unset;
      padding: 40px 0 31px 0;
      width: 100%;
      margin-left: -20px;
   }

   .single-product .leftside .woocommerce-product-gallery__image.flex-active-slide img {
      width: 100%;
      height: auto;
   }

   .single-product .leftside a.woocommerce-product-gallery__trigger {
      top: 20px;
      left: 89%;
   }

   body.home .slider .wrap {
      max-width: 100%;
   }

   body.home .slider {
      margin-top: 0;
   }

   body.home .slider .masterslider .caption {
      font-size: 21px;
      line-height: 25px;
   }

   body.home .slider .slider_cat_block li {
      width: calc(33.333% - 10px);
      margin: 0 5px;
   }

   body.home .slider .slider_cat_block ul {
      margin: 10px -5px 0;
   }

   body.home .slider .slider_cat_block li span {
      font-size: 13px;
   }

   body.home .cat_block ul.cf {
      margin: 0 -5px 0 -5px;
   }

   body.home .content_3col>div {
      margin-bottom: 25px;
   }

   body.home .cat_block li {
      width: calc(100% - 10px);
      margin: 0 5px 20px;
   }

   body.home .cat_block li:last-child {
      margin-bottom: 0;
   }

   body.home .cat_block li img {
      height: 180px;
   }

   body.home .cat_block li span {
      font-size: 22px;
      line-height: 30px;
      left: 20px;
      bottom: 20px;
   }
}


/*// Extra small devices (portrait phones, less than 360px)*/
@media (max-width: 360px) {

   .single-product .payment_content,
   body.home .payment_content {
      min-width: 375px;
      display: block;
      flex-direction: unset;
      padding: 40px 9% 31px 9%;
      width: 100%;
      margin-left: -20px;
   }

   .single-product .payment_content_first,
   body.home .payment_content_first {
      margin: 0 0 50px 0;
   }

   body.home .slider .masterslider .caption a {
      padding: 11px 15px;
   }
}


.shoppingcart-template-footer-column {
   display: none;
}

footer div#text-2 {
   display: none !important;
}

footer .wrap:after {
   display: none;
}

footer .wrap {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.gelati-footer-bottom a {
   color: white !important;
}

.gelati-footer-bottom {
   margin-top: 7px;
}

@media screen and (max-width:800px) {
   .social-links.clearfix {
      margin-top: 10px;
   }

   footer .site-info .wrap {
      justify-content: center;
   }
}

.content_3col.cf,
.payment_content {
   display: none !important;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_datasheet {
   display: none;
}

div#tab-additional_information {
   display: none !important;
}

section.related.products {
   margin-top: 40px;
}

.datasheet span {
   font-weight: 600;
}

.yith-wcwl-add-button a::before {
   display: none;
}

.woocommerce div.product {
   margin-top: 30px;
}

ul.woof_list {
   color: black;
}

.product .summary.entry-summary .price {
   font-size: 16px;
   font-weight: normal;
   line-height: normal;
}

.product .summary.entry-summary p.stock .low {
   color: #FFB94E;
}

div#product_total_price {
   display: none;
}

.yith-wcwl-wishlistexistsbrowse .feedback {
   display: none;
}

.prezzo_totale {
   grid-row: 1;
   grid-column: 1/4;
   order: 1;
   display: flex;
   flex-direction: column;
   -ms-flex-direction: column;
   gap: 15px;
   margin-bottom: 40px;
}

.prezzo_totale .coeffprezzokg {
   margin-left: 10px;
}

.prezzo_totale .coeffprezzokg .woocommerce-Price-amount {
   color: inherit;
   font-weight: normal;
}


.prezzo_totale .coeffprezzokg,
.prezzo_totale .coeffprezzokg .woocommerce-Price-amount {
   font-size: 14px;
}

span.woocommerce-Price-amount.amount {
   font-weight: 600;
}

.yith-wcwl-wishlistexistsbrowse a {
   padding-left: 10px;
}

.archive.woocommerce span.onsale:before {
   transform: rotate(0);
}

.archive.woocommerce ul.products li.product .onsale {
   right: 5px;
}

/* Fixes 03/09/2021 */
ul.products {
   display: grid !important;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: auto;
   gap: 1rem;
}

.cartfirst>div {
   margin-left: 20px;
}

ul.products>li.product {
   width: 100% !important;
   display: flex;
   flex-flow: column;
   margin: 0 !important;
}

ul.products:before,
ul.products:after {
   display: none !important;
   visibility: hidden !important;
}

ul.products>li.product a img {
   height: 250px !important;
   display: flex;
   object-fit: cover;
   object-position: center;
}

ul.products>li.product a.button {
   margin: auto auto 0 !important;
   margin-bottom: 5px !important;
}

/* TABLET */
@media (min-width: 576px) and (max-width: 1044px) {
   ul.products {
      grid-template-columns: repeat(3, 1fr);
   }
}

/* MOBILE */
@media (max-width: 575px) {
   ul.products {
      grid-template-columns: repeat(2, 1fr);
   }
}

ul.products li.product span.only-member {
   font-size: 14px;
   line-height: 18px !important;
   color: #333333 !important;
   display: block;
   margin-top: 12px;
}

.single-product .maincontent {
   position: relative;
}

.single-product .maincontent .container {
   margin: 0 auto;
   max-width: 1300px;
   padding: 0 20px;
   position: relative;
   padding-top: 20px;
}

.single-product .sidebar .higlight {
   color: #4493C5;
   padding: 3px 0 3px 20px;
}

.single-product .sidebar .higlight a {
   color: #4493C5;
   font-size: 12px;
   line-height: 16px;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
}

.single-product .sidebar .product_title_content {
   padding-left: 20px;
   margin-top: 20px;
   padding-right: 20px;
}

.single-product .sidebar .product_title_content span.sku {
   color: #828282;
   font-size: 18px;
   line-height: 25px;
   font-family: 'Open Sans', sans-serif;
}

.single-product .sidebar .product_title_content h2 {
   font-size: 33px;
   font-size: 32px;
   line-height: 44px;
   color: #575656;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
   margin-top: 4px;
   margin-bottom: 14px;
}

.single-product .sidebar .product_title_content p {
   color: #828282;
   font-size: 14px;
   line-height: 22px;
   font-family: 'Open Sans', sans-serif;
}

.single-product .sidebar .cartsection {
   margin: 0 20px;
   /* display: grid !important;
   grid-template-columns: repeat(12,1fr);
   grid-template-rows: auto; */
   padding: 25px 0px 25px;
   /* border-top: 1px solid #C4C4C4; */
   display: flex;
   flex-flow: column;
}

.single-product .sidebar .cartsection .cartfirst .customprice {
   display: none !important;
   visibility: hidden !important;
}

/* .single-product .sidebar .cartsection .cartfirst {
   display: flex;
   width: 40%;
   justify-content: space-between;
   grid-column: 4/10;
   grid-row: 1;

   order: 2;
} */

.qib-container input,
.qib-container button {
   border-radius: 0 !important;
}

.qib-button:not(#qib_id):not(#qib_id) {
   background: none !important;
   font-size: 25px;
   color: #4493C5;
   border-width: 1px;
   line-height: 30px;
}

div.qib-container>*:not(:last-child):not(#qib_id):not(#qib_id) {
   margin-right: 0 !important;
   border-width: 1px;
   line-height: 30px;
}

.single-product .sidebar .cartsection p {
   margin-bottom: 0;
   margin-top: -10px;
}

span.prTotale {
   line-height: 30px !important;
}

.single-product .sidebar .cartsection form.cart {
   display: flex;
   flex-flow: column;
   justify-content: space-between;
   width: 100%;
   grid-row: 2;
   grid-column: 1/-1;
   order: 3;
   gap: 20px;
}

.single-product .sidebar .cartsection .cartsecond {
   /* width: 55%; */
   width: 100%;
   display: flex !important;
   justify-content: flex-start;
   margin-left: 0 !important;
}

.single-product .sidebar .cartsection .cartsecond button.single_add_to_cart_button.button {
   height: 68px !important;
}

.woocommerce .quantity .qty {
   height: 57px;
   border-radius: 0;
   width: 57px;
   text-align: center;
   color: #575656;
   font-weight: 700;
   font-size: 18px;
   line-height: 48px;
}

.single-product .sidebar .cartsection .yith-wcwl-add-to-wishlist {
   margin-top: 0;
   display: inline-table;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist {
   padding: 21px 20px 21px;
   margin-bottom: 0;
   border: 1px solid #4493C5;
   color: #4493C5;
   background: #fff;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:active,
.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:visited {
   color: #4493C5;
   background: #fff;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:hover,
.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:focus {
   color: #fff;
   background: #4493C5;
   border: 1px solid #fff;
}

.single-product .sidebar .cartsection i.yith-wcwl-icon.fa.fa-heart-o {
   margin-right: 0;
   vertical-align: middle;
   font-weight: 700;
   font-size: 20px;
   color: #4493C5;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:hover i.yith-wcwl-icon.fa.fa-heart-o,
.single-product .sidebar .cartsection .yith-wcwl-add-button a.add_to_wishlist:focus i.yith-wcwl-icon.fa.fa-heart-o {
   color: #fff;
}

.single-product .sidebar .cartsection .yith-wcwl-add-button span {
   display: none;
}

.single-product .sidebar .cartsection button.single_add_to_cart_button.button.alt {
   background-color: #4493C5;
   width: 260px;
   padding: 14px 10px 15px;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   line-height: 19px;
   color: #ffffff;
   font-weight: 700;
   text-transform: uppercase;
}

.single-product .sidebar .product_details .download-datasheet a,
.single-product .sidebar .product_details .download-datasheet a i {
   font-size: 21px;
   line-height: 24px;
   text-transform: uppercase;
   color: #595B5B;
}

.single-product .sidebar .product_details .download-datasheet a :not(i) {
   text-decoration-line: underline;
}

.single-product .sidebar .product_details .download-datasheet a i {
   margin-right: 5px;
}

.single-product .sidebar .cartsection span.woocommerce-Price-amount.amount {
   font-size: 45px;
   line-height: 61px;
   color: #4493C5;
   font-weight: 800;
   font-family: 'Open Sans', sans-serif;

   position: relative;
   top: 8px;
}

.single-product .sidebar .cartsection span.woocommerce-Price-currencySymbol {
   color: #4493C5;
   font-size: 45px;
   margin-left: 10px;
   font-weight: 600;
}

.single-product .sidebar .cartsection p.stock.in-stock {
   display: none;
}

.single-product .sidebar .iconlist ul {
   margin: 0 20px;
   border-top: 1px solid #C4C4C4;
   border-bottom: 1px solid #C4C4C4;
   display: flex;
   justify-content: space-around;
   padding: 22px 0;
}

.single-product .sidebar .iconlist ul li {
   width: 16.66667%;
   text-align: center;
}

.single-product .sidebar .iconlist li p {
   color: #828282;
   font-size: 14px;
   line-height: 19px;
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 0;
   margin-top: 15px;
}

.single-product .sidebar .product_details {
   margin-bottom: 30px;
}

.single-product .sidebar .product_details .col1,
.single-product .sidebar .product_details .col2 {
   margin: 0 20px;
}

.single-product .sidebar .product_details h5 {
   font-size: 18px;
   line-height: 25px;
   font-weight: 600;
   color: #000000;
   font-family: 'Open Sans', sans-serif;
   margin-top: 30px;
   margin-bottom: 10px;
}

.single-product .sidebar .product_details p {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-weight: normal;
   margin-bottom: 0;
}

.single-product .sidebar .Hint {
   margin: 0 20px;
   padding: 25px 0;
   border-top: 1px solid #C4C4C4;
}

.single-product .sidebar .Hint p {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-weight: normal;
   margin-bottom: 0;
}

.single-product .sidebar .firstblock {
   display: flex;
   flex-direction: row;
   flex-direction: row;
   padding: 25px 0;
   border-top: 1px solid #C4C4C4;
   margin: 0 20px;
}

.single-product .sidebar .firstblock img {
   margin-right: 20px;
   margin-left: 15px;
}

.single-product .sidebar .firstblock p {
   font-size: 16px;
   line-height: 29px;
   color: #575656;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
}

.woocommerce-product-gallery__image img {
   width: 35%;
}

.banner {
   height: 100px;
   /* background: #4493c5; */
   background: #F77426;
}

.short-desc p {
   padding-top: 10px;
}

div#product_total_price {
   display: none !important;
}

.download-datasheet {
   margin-top: 20px;
}

.download-datasheet img {
   max-width: 40px;
   margin-right: 20px;
}

.download-datasheet a {
   display: flex;
   align-items: center;
}

.inqbutton a.button {
   padding: 18px 10px;
   border: 1px solid #8d8c8c !important;
   background-color: #ffffff !important;
   border-radius: 5px;
   color: #292929 !important;
   font-weight: 500;
   outline: none;
   text-transform: none;
   margin-top: 20px;
}

.inqbutton a.button:hover {
   background: #f07425 !important;
   color: white !important;
   border: 1px solid #f07425 !important;
}

/* MODIFICHE SHOPPING-CART */
div.col2-set {
   display: flex;
   flex-direction: column;
}

div.col-1 {
   margin-bottom: 30px;
}

div.shipping_address {
   margin-bottom: 30px;
}

div.woocommerce-shipping-fields {
   margin-bottom: 30px;
}

div.woocommerce-additional-fields {
   margin-bottom: 30px;
}

div#refresh_bill {
   display: none;
}

th.col-summary {
   display: none !important;
}

td.col-summary {
   display: none !important;
}

.cart .add-to-cart-button .qib-container {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-end;
}

.quantity.buttons_added .input-text.qty.text {
   margin: 2px 3px 0px 3px;
}

.product-table-price {
   text-align: right;
}

.woocommerce-shipping-fields__field-wrapper {
   margin-top: 20px;
}

.delcheck {
   margin: 0px 0px 0px 0px !important;
}

li.table_back {
   width: 100%;
   margin: 0px;
   margin-bottom: 30px;
}

.woocommerce-edit-address aside#secondary {
   display: none;
}

.woocommerce-edit-address #primary {
   width: 100% !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
}

div#add_button_ref {
   display: flex;
   flex-direction: column;
}

nav.woocommerce-MyAccount-navigation ul {
   margin: 0px;
}

input#billing_model {
   width: 350px;
}

input#shipping_model {
   width: 350px;
}

ul.billing_edit {
   margin: 0px;
}

.woocommerce-account .addresses .title .edit {
   float: right;
   margin-right: 20px;
}

@media(max-width: 410px) {
   #primary {
      padding: 10px;
   }

   li.table_back {
      margin: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   input#billing_model {
      max-width: 230px;
   }

   input#shipping_model {
      max-width: 230px;
   }

   .woocommerce-account .addresses .title .edit {
      float: right;
      margin-right: 0px;
   }
}

/* MODIFICA PULSANTE DATASHEET */
a.datasheet {
   border-style: solid;
   border-width: 2px;
   border-color: #3e94c6;
   padding: 5px 10px;
   color: #3e94c6;
   font-weight: 500;
   outline: none;
}

a.datasheet:hover {
   background-color: #3e94c6;
   border-color: #3e94c6;
   color: white;
}

a.datasheet:active {
   background-color: #0078A1;
   border-color: #0078A1;
   color: white;
   outline: none;
}

/* MODIFICA PULSANTE ACCEDI O REGISTRATI */
div.right-top-bar ul.links li.first a {
   background-color: white;
   border-color: #3e94c6;
   border-style: solid;
   border-width: 2px;
   padding: 5px 10px;
   color: #3e94c6;
   outline: none;
}

div.right-top-bar ul.links li.first a:hover {
   background-color: #3e94c6;
   color: white;
}

div.right-top-bar ul.links li.first a:active {
   background-color: #0078A1;
   border-color: #0078A1;
   color: white;
   outline: none;
}

.single-product .product_meta .confezionicollo_wrapper,
.single-product .product_meta .pezziconfezione_wrapper,
.single-product .product_meta .pesonettoconf_wrapper {
   display: inline-block;
   font-size: 15px;
   margin: 0;
   width: 100%;
   clear: both;
}

.single-product .product_meta .confezionicollo_wrapper > span,
.single-product .product_meta .pezziconfezione_wrapper > span,
.single-product .product_meta .pesonettoconf_wrapper > span {
   font-weight: normal;
   color: #808080;
}

.single-product form.cart span.packtype-confcollo {
   margin-right: 10px;
}

.single-product form.cart div.cartsecond {
   margin-top: 10px !important;
}