/* 
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;}


h1.product_title, .woocommerce-product-details__short-description, .cartsection .price ,.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%;
}

.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 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 .leftside .inqbutton a {
   padding: 18px 10px;
   border: 1px solid #000;
   background-color: #ffffff;
   border-radius: 12px;
   color: #000;
   font-weight: 500;
   outline: none;
   text-transform: none;
}

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

.single-product .sidebar .higlight {
   background-color: #419DDD;
   color: #ffffff;
   padding: 3px 0 3px 20px;
}

.single-product .sidebar .higlight a {
   color: #ffffff;
   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: 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;
}

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: -140px;
	}
   .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;
   }
}


/*// 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;
   }
}





/*// 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: 300px;
   }
   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;
}