section.cart-sections{
  padding: 70px 0;
}

section.cart-sections h2.title{
  font-size: 40px
}

section.cart-sections-title{
  min-height: 30px;
  text-align: center;
  padding: 70px 30px;
}

section.cart-sections .col-md-4:last-child{
  margin-bottom: 30px
}

.hidden {
  display: none;
}

.lang{
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 88
}

h3.subtitle-shop{
  margin-top:40px;
  font-weight: 600;
  color: #0073cf;
}

p.description-shop{
  max-width: 700px;
  margin: 20px auto 0
}

.lang img, .menu-mobile a img{
  padding: 0 5px;
  max-width: 33px;
  opacity:1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.lang a:hover img, .menu-mobile a:hover img{
  opacity:0.6;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar ul a li#button-buy{
  //margin-right: 0
}

#cart {
	text-align: center;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #333;
}

#ecommerce-info {
  min-height: 200px
}

#ecommerce-info p.description{
  font-size: 15px;
  margin-top: 20px;
}

.row-cart .col-md-4, .row-cart .col-md-3{
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.row-cart h3{
  font-size: 12px !important;
  margin-top: 0;
  margin-bottom: 0px !important;
  text-align: center !important;
}

.row-cart div.icon{
  margin-bottom: 0px
}

.row-cart div.icon img{
  max-width: 50px;
}

.ecommerce-payment-cart{
  position: relative;
  float: right;
  text-align: right;
  width: 100%;
}

.ecommerce-payment-cart img{
  max-width: 100%;
  width: 235px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ecommerce-payment-productview {
  position: relative;
  text-align: center;
  width: 100%;
}

.ecommerce-payment-productview img{
  width: 270px;
  padding-top: 18px;
  padding-bottom: 10px;
}

.faq-section.cart-sections .panel-group .panel .panel-heading h4 a{
  font-size: 18px
}

.faq-section.cart-sections .panel-group .panel .panel-body p{
  font-size: 15px
}



/* Shop */
 
.shop-row .col-md-4{
  margin-bottom: 30px;
}
 
.shop-row .col-md-4 a .panel-single-image, .shop-row .col-md-3 a .single-product .panel-single-image{
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
 
.shop-row .col-md-4 a:hover .panel-single-image, .shop-row .col-md-3 a:hover .single-product .panel-single-image{
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.panel-single-image{
  //padding: 12px;
  position: relative;
}

.outofstock-icon{
  position: absolute;
  width: 50px;
  top: 12px;
  right: 12px;
}

.outofstock-iconBig {
  position: absolute;
  width: 70px;
  right: 26px;
  top: 10px
}
 
.shop-row h3{
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 600
}
 
.shop-row .price-shop{
  margin-top: 10px;
}

section .single-product a.button-discover {
  float: none;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 33px;
  border-radius: 5px
}

.col-image .panel-singleproduct{
  padding: 0px;
  margin-bottom: 10px
}

.col-image #product_thumbs img{
  border: 1px solid rgb(214 227 235)
}

.col-image #product_thumbs .col-xs-12{
  padding: 2px;
  margin-bottom: 0
}
 
.panel-singleproduct, .col-desc{
  padding: 0 30px;
  text-align: left;
}

.stars-reviews{
  color: #f7cf05;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.stars-reviews:hover, .stars-reviews:visited{
  color: #f7cf05;
}

.stars-reviews-big{
  font-size: 18px
}

#reviews-ecomm .review-box p{
  font-size: 14px
}

#reviews-ecomm .review-box img.stars {
  width: 130px;
  margin-left: -6px;
}

.col-desc h1, .col-desc h2{
  margin-top: 0;
  margin-bottom: 3px
}
 
.col-desc .description p{
  font-size: 15px;
  color: #758090;
  margin-top: 20px;
}

.col-desc .description p b{
  color: #4c535f;
}

.col-desc .description p b.new-feature{
  color: #0fad21;
}

.col-desc a.button-product-small{
  line-height: 27px;
}

.col-desc a.button-product-small:hover {
  padding-left: 12px;
  padding-right: 28px;
}

.col-desc a.button-product-small:hover span {
  transform: translate(-8px, -50%);
}

.col-desc .description p:nth-child(1){
  margin-top: 30px;
}
 
.col-desc .desc-group-price{
  margin: 30px 0 0;
  padding: 30px 0 24px;
  border-top: 2px solid rgb(214 227 235);
  /*border-bottom: 1px solid #ebebeb;*/
}

.col-desc .price-cont{
  height: 52px;
  width: auto;
  display: inline-block;
  float: left;
}

.col-desc span.price-single-product{
  font-size: 17px;
  margin-right: 20px;
  height: 44px;
  border: 1px solid rgb(214 227 235);
  display: inline-block;
  padding: 10px 15px;
  float: left;
  background: #fff;
}

.col-desc .desc-group-price input {
  border: 1px solid rgb(214 227 235);
  text-align: center;
  color: #999;
  padding: 6px 12px;
  width: 60px;
  height: 40px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
 
.col-desc .button-checkout{
  margin: 0;
  padding: 4px 30px;
  line-height: 36px;
  font-size: 15px;
  float: left;
} 

#section-specifiche.cart-sections .row-spec{
  padding: 0px 0 30px
}

#section-specifiche.cart-sections .row-spec:last-child{
  padding: 0
}

section#section-specifiche.cart-sections .col-md-4:last-child{
  //margin-bottom: 0
}

#section-specifiche.cart-sections .icon-specifiche img{
  max-width: 70px
}

#section-specifiche.cart-sections .text-specifiche {
  width: calc(100% - 70px);
  padding: 0 0 0 13px;
}

#section-specifiche.cart-sections .text-specifiche h3{
  font-size: 20px
}

#section-specifiche.cart-sections p.description-specifiche{
  font-size: 14px
}

.upgrade-row{
  border-top: 2px solid rgb(214 227 235);
  text-align: left;
  padding-top: 30px
}



.correlate-row{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.correlate-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.correlate-row img{
  border: 1px solid rgb(214 227 235);
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.correlate-row a:hover img {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.correlate-row h3{
  font-size: 20px;
  margin-top: 15px
}
 
.correlate-row .price-shop{
  margin-top: 5px;
  font-size: 16px
}
 
/* Cart tablist */

.cart-page-tablist {
  margin: 0px 0 55px;
}

.cart-page-tablist > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 45px
}

.cart-page-tablist ul::before {
  background: #efefef none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 80px;
  position: absolute;
  right: 80px;
  top: 23px;
  z-index: -1;
}

.cart-page-tablist ul li {
  display: block;
  float: left;
  margin-right: 45px;
  padding: 0;
  width: 130px;
  line-height: 1.7em;
}

.cart-page-tablist ul li:last-child {
  margin: 0;
}

.cart-page-tablist ul li a {
  display: block;
  cursor: default;
}

.cart-page-tablist ul li a:hover, .cart-page-tablist ul li a:active,  .cart-page-tablist ul li a:focus{
  opacity: 1;
}

.cart-page-tablist ul li a .number {
  background: #efefef;
  border: 7px solid #fff;
  border-radius: 50px;
  color: #9b9b9c;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  line-height: 32px;
  width: 46px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.cart-page-tablist ul li a .number i{
  line-height: 33px;
  font-size: 14px
}

.cart-page-tablist ul li a.active .number {
  background: #0072cf;
  color: #fff;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.cart-page-tablist ul li a.done .number{
  background: #b4d6f1;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.cart-page-tablist ul li a p {
  color: #bbb;
  font-weight: 600;
  line-height: 12px;
  font-size: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.cart-page-tablist ul li a.active p {
  color: #272727;
}

.cart-page-tablist ul li a.done p {
  color: #bbb;
}

#cart table.table-cart{
  margin-top: 70px
}

#cart table th {
	font-weight: 800
}

#cart table th, #cart table td{
	vertical-align: middle;
	text-align: center;
	padding: 14px;
	font-size: 15px;
	color: #333;
}

#cart table td img{
	width: 80px;
	height: 80px;
}

#cart table td a{
	color: #999;
	font-size: 20px
}

#cart table td a:hover, #cart table td a:focus, #cart table td a:active{
	color: #333;
	text-decoration: none;
}

#cart table td.text-left{
	text-align: left !important;
}

#cart table td.text-right{
	text-align: right !important;
}

#cart table input {
  border: 1px solid rgb(214 227 235);
  text-align: center;
  color: #999;
  padding: 6px 12px;
  width: 60px;
  height: 40px;
  vertical-align: middle;
  line-height: 1.4;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.table>tbody>tr.coupon>td, .table>tbody>tr.coupon>th, .table>tbody>tr>td.coupon, .table>tbody>tr>th.coupon, .table>tfoot>tr.coupon>td, .table>tfoot>tr.coupon>th, .table>tfoot>tr>td.coupon, .table>tfoot>tr>th.coupon, .table>thead>tr.coupon>td, .table>thead>tr.coupon>th, .table>thead>tr>td.coupon, .table>thead>tr>th.coupon {
  background-color: rgba(51, 207, 0, 0.08);
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
  background-color: rgba(0, 114, 207, 0.08);
}

#cart table tr.total-row td{
  padding: 20px;
  font-weight: 800
}

#cart table tr.spedizione td{
  background-color: #f9f9f9;
  font-weight: 200
}

section a.button-cart, .button-cart {
  background-color: transparent;
  position: relative;
  float: right;
  background-color: #0072cf;
  padding: 3px 30px;
  line-height: 46px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  /*margin-top: 15px;
  margin-right: 70px;*/
  text-align: left;
  color: #fff;
  width: auto;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

#cart table td a.button-empty-cart{
  float: none;
  color: #fff;
  font-size: 18px;
  margin-top: 30px
}

section a.button-cart:hover, .button-cart:hover{
  background-color: #0fad21;
  opacity: 1;
  padding-left: 20px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
} 

#cart table td a.button-empty-cart:hover{
  padding-left: 15px;
  padding-right: 45px;
}

input.button-cart:hover{
  padding-left: 30px;
  padding-right: 30px;
}

section a.button-cart span, div.button-cart span{
  opacity: 0;
  transform: translate(0px, -50%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

section a.button-cart:hover span, div.button-cart:hover span{
  opacity: 1;
  transform: translate(-14px, -50%);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}


/* Checkout */

section a.button-checkout, .button-checkout{
  margin-right: 0;
  margin-top: 0;
}

#cc-form{
  padding: 0 15px;
  margin-bottom: 0
}

#pp-form{
  margin-bottom: 0
}

#cc-form label {
  margin-left: 0px;
  margin-bottom: 3px;
  font-weight: 700;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 2.5px;
    margin-left: -20px;
}

#card-number, #expiration-date, #cvv {
  padding: 8px 12px;
  height: 40px;
  border-color: rgb(214 227 235);
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.hosted-field-label{
  margin-bottom: inherit;
}

.button-final{
  margin-right: 0;
  margin-top: 7px;
  float: left;
  border: none;
  -webkit-appearance: none;
}

.button-final:focus {
  outline:0;
}

.panel-default{
  border: 2px solid rgb(214 227 235);
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

h4.title-checkout-section {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid rgb(214 227 235);
  background-color: #f7f7f7;
  margin: 0;
  padding: 12px 22px;  
}

.panel-content{
  padding: 15px;
  text-align: left;
}

.panel-content h3{
  font-size: 17px;
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

#indirizzo-spedizione .row, #indirizzo-fatturazione .row{
  margin-bottom: 10px;
}

#indirizzo-spedizione .row-nobottom, #indirizzo-fatturazione .row-nobottom{
  margin-bottom: 7px
}

#indirizzo-fatturazione{
  margin-top: 50px
}

#indirizzo-fatturazione h3{
  margin-bottom: 0px
}

.input-group{
  width: 100%
}

.input-group input.form-control{
  padding: 8px 12px;
  height: 40px;
  margin-top: 2px;
  border-color: rgb(214 227 235);
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.input-group select.form-control{
  padding: 8px 12px;
  height: 40px;
  margin-top: 2px;
  border-color: rgb(214 227 235);
  box-shadow: none;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #0072cf;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102,175,233,.6);
}

.panel-coupon .input-group .form-control{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0
}

.panel-coupon .btn-coupon{
  width: 80px;
  height: 40px;
  text-align: center;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 41px;
  background-color: #222;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  float: right;
  border-radius: 5px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.panel-coupon .btn-coupon:hover{
  background-color: #0072cf;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.panel-coupon .input-coupon{
  width: calc(100% - 90px);
  float: left;
}

.panel-recap table{
  margin-bottom: 0
}

.panel-recap table th, #cart .panel-recap table td{
  text-align: left;
  color: #666;
  font-size: 13px;
  /*padding: 14px 0;*/
}

.panel-recap table tbody > tr:first-child > td{
  border-top: none
}

.panel-recap table .info td{
  color: #333;
  font-weight: 800
}

.panel-payment .input-group{
  margin: 30px 0
}

.panel-payment .input-group-checkbox{
  margin-top: 45px
}

#payment-content label{
  margin-left: 6px
}

.panel-privacy {
  padding-top: 0
}

.panel-privacy label{
  font-weight: normal;
  font-size: 13px;
  padding-top: 0
}

.panel-privacy input{
  margin-right: 3px;
}

div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  font-size: 13px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f6f6f6;
  color: #666;
}

div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
  border-color: transparent transparent #f6f6f6;
}

div.payment_box p:last-child {
  margin-bottom: 0;
}

div.payment_box .input-group{
  margin-top: 0;
  margin-bottom: 10px
}

#terms_errorBox{
  padding: 0 15px
}

.alert {
  border-radius: 0;
  margin: 10px 15px 10px;
  border-color: rgb(214 227 235);
}

#orderMessage p{
  margin-bottom: 20px
}

#orderMessage a.button-cart{
  float: left;
  margin-top: 10px
}

/* Item details page */

.avaibility_box{
  margin-bottom: 10px
}

.item_available {
  color: #0fad21;
  font-size: 17px;
}

.item_available i {
  color: #333;
  font-size: 15px;
}

.item_available_less100{
  color: #0fad21;
  
}

.item_not_available {
  color: #E53935;
  font-size: 20px;
  font-weight: 600
}

span.xmas-delivery{
  color: #E53935;
  font-weight: 600
}

.price-deals{
  font-size: 22px;
  color: #0fad21; 
  font-weight: 600;
  padding-left: 2px
}

.price-deals-product{
  font-size: 22px;
  color: #0fad21; 
  font-weight: 600;
  line-height: 18px;
  padding-left: 2px
}

.price-cont2{
  line-height: 18px;
}

.price-deals-product-grey{
  color: #5c697f; 
}

.price-old{
  text-decoration: line-through;
  color: #abb5c3;
  font-size: 18px;
}

.percentage-off{
  color: #0fad21;
  font-weight: 600;
  font-size: 18px;
}


/* Spinner checkout */

#confirmOrderButton.clicked {
  padding-left: 23px;
  padding-right: 57px;
}

#confirmOrderButton.clicked #arrow{
  display: none;
}

.button-cart.button-final{
  padding: 3px 40px;
}

.button-cart.button-final:hover{
  padding: 3px 40px;
}

.button-cart.button-final.clicked{
  padding-left: 23px;
  padding-right: 57px;
}

#confirmOrderButton.clicked + #spinner, .button-cart.button-final.clicked + #spinner{
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

#confirmOrderButton  + #spinner{
  position: absolute;
  right: 35px;
  margin-top: 17px;
  margin-left: 0
}


#spinner{
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 22px;
  margin-left: -43px;
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  animation: rotate linear 1s infinite;
  -webkit-animation: rotate linear 1s infinite;
  border-top-color: #9a3;
  border-right-color: #9a3;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

@keyframes rotate {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
@-webkit-keyframes rotate {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
@keyframes -rotate {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(-360deg);
}
}
@-webkit-keyframes -rotate {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(-360deg);
}
}

/* Responsive Cart */

@media (max-width: 550px) {
  .cart-page-tablist ul::before{
    right: 60px;
    left: 60px
  }
  .cart-page-tablist ul li {
    margin-right: 30px;
    width: 70px;
  }

  .table-xs tr,
  .table-xs td,
  .table-xs tbody,
  .table-xs thead,
  .table-xs tfoot,
  .table-xs th {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  .table-xs > tbody tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-xs td[title]:before {
    content: attr(title) ": ";
  }
  .table-xs td:before {
    white-space: nowrap;
    width: 50%;
    display: table-cell;
    text-align: left;
    font-weight: 600;
  }
  .table-xs td.rimuovi a:after {
    content: " Rimuovi articolo";
  }
  #cart .table-xs td.rimuovi a{
    font-size: 13px
  }
  .table-xs td.rimuovi a:after {
    font-size: 9px;
    padding: 0 10px;
    text-transform: uppercase;
  }
  .table-xs .item-row td:first-child,
  .table-xs .item-row td:nth-child(2) {
    border: 0 none;
  }
  .table-xs .item-row td:first-child {
    border: 0 none;
  }
  .table-xs .item-row td:last-child {
    background: #fff;
    border-bottom: 2px solid #a2a2a2;
    font-weight: normal;
  }
  .table-xs .item-row img {
    margin-bottom: 1em;
  }
  .table-xs .total-row td {
    display: table-cell;
    width: 1%;
    border-top: 0 none;
    border-bottom: 2px solid #a2a2a2;
    font-weight: 600;
    font-size: 1.5em;
  }
  .table-xs .total-row.spedizione td {
    border-bottom: 1px solid #a2a2a2;
  }
  .table-xs .total-row td:first-child {
    width: 99%;
  }

  #indirizzo-spedizione .col-md-12, #indirizzo-spedizione .col-md-6, #indirizzo-spedizione .col-md-5, #indirizzo-spedizione .col-md-2, #indirizzo-fatturazione .col-md-12, #indirizzo-fatturazione .col-md-6, #indirizzo-fatturazione .col-md-5, #indirizzo-fatturazione .col-md-2{
    margin-bottom: 20px;
  }

  #indirizzo-spedizione .row, #indirizzo-fatturazione .row {
    margin-bottom: 0px;
  }
}


/* MiniCart nel Checkout */


.MiniCart-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(214 227 235)
}

.MiniCart-row:first-child {
  padding-top: 0px;
}

.MiniCart-row:last-child {
  padding-bottom: 0px;
  border-bottom: none
}

.MiniCart-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  //align-items: center;
  justify-content: center;
  //margin-bottom: 15px;
}

.MiniCart-row > .col-desc-flex {
  flex-direction: row;
  align-items: center;
  padding: 0
}

.panel-minicart span.quantity{
  font-size: 20px;
  font-weight: 600;
}

.panel-minicart span.spacer{
  padding-right: 20px
}

.MiniCart-row img{
  border: 1px solid rgb(214 227 235)
}

.panel-minicart h3{
  margin-bottom: 5px; 
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px
}

.panel-minicart p.description{
  margin-top: 0px;
  margin-bottom: 0
}

.panel-minicart .price-deals-product{
  font-size: 20px
}

.panel-minicart p.description.shippingMiniCart{
  font-size: 13px; 
  margin-top: 0;
  font-style: italic;
}

.col-remove{
  padding: 0
}

i.fa-trash{
  font-size: 14px;
  color: #758090
}

span.remove-item-miniCart{
  font-style: italic;
  font-size: 9px;
  margin-top: 3px;
  color: #758090
}

.panel-minicart a.button-product{
  margin-top: 15px
}

.row-pmethods{
  display: none;
}


@media (max-width: 650px) {
  .MiniCart-row > .col-desc-flex {
    flex-direction: column;
  }

  .MiniCart-row > .col-desc-flex > .col-xs-12 {
    padding: 0
  }

  .panel-minicart span.quantity{
    font-size: 15px;
  }

  .panel-minicart span.spacer{
    padding-right: 7px
  }

  .panel-minicart h3{
    font-size: 17px;
    margin-top: 5px
  }

  .panel-minicart p.description{
    margin-top: 0px;
    margin-bottom: 0
  }

  .panel-minicart .price-deals-product {
    font-size: 17px;
  }

  .panel-minicart p.description.shippingMiniCart{
    font-size: 11px; 
  }
}

/* Higllight invoice */
.need-inv{
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.need-inv span{
  font-size: 12px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
}


span.klarna{
  color: #db94a7;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

span.klarna img{
  width: 50px;
  padding: 0px;
  margin-top: -3px;
}

.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-left]{
  display: none !important
}

