
.sticky{
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  /*height: 50vh;*/
  margin: 0;
  top: 100px;
  /*bottom:0vh;*/
  left: 0;
  background: #ffffff
}
.product-details{
  padding: 3rem 5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
.product-details-container{
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color:#fff;
  padding: 25px 15px;
  margin: 10px;
  min-height: 30px;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.product-details-container h1 {
  line-height: 1.5rem;
}
.product-details-container h1 span{
  font-size:small;
  display: block;
}

/* Widget Color Filter */
.color-filter ul li  {
  color: #666;
  float: left;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  /*width: 100px;*/
}
.color-filter li, .size-filter li, .diotrie-filter li {
    float: left;
    /*margin: 8px 8px 0 0;*/
}
.color-filter ul li span.count { float: right;}
span.color {
  background: #ddd none repeat scroll 0 0;
  display: inline-block;
  height: 25px;
  /*margin-right: 10px;*/
  width: 25px;
  border-radius:15px;
  border: 1px solid #dedede;
}
.color-filter ul li span img {
  border-radius: 2px;
}
.color-filter ul li.active span.color,
.color-filter ul li:hover span.color,
.color-filter ul li.active span img,
.color-filter ul li:hover span img {
  outline: 0.18rem solid #fff;
  outline-offset: 2px;
  cursor: pointer;
  border-radius: 5px;
}

.color-filter ul li.active a,
.color-filter ul li.active span.count  { color: #85845D;}
span.color.color-1 { background: #ffa07a; }
span.color.color-2 { background: #E9967A; }
span.color.color-3 { background: #FE5858; }
span.color.color-4 { background: #00B2EE; }
span.color.color-5 { background: #00EEB3; }
span.color.color-6 { background: #8DC63F; }
span.color.color-7 { background: #C38B4B; }
span.out{position:relative;}
span.out:after {
    content: " ";
    position: absolute;
    width: 28px;
    height: 3px;
    background: red;
    transform: rotate(31deg);
    top: 11px;
    left: -2px;
}
/* Widget Size Filter */
.size-filter li, .diotrie-filter li {
  float: left;
  margin: 8px 8px 0 0;
  border:1px solid #d9d9d9;
}
.size-filter ul li a, .diotrie-filter ul li a {
  background: #f6f6f6 none repeat scroll 0 0;
  display: block;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.size-filter ul li:last-child, .diotrie-filter ul li:last-child { margin-right: 0;}
.size-filter ul li.active, .size-filter ul li:hover,.diotrie-filter ul li.active, .diotrie-filter ul li:hover {
  background: #d9d9d9;
  color: #000;
  border:1px solid #d9d9d9;
  cursor: pointer;
}
.mb-35 {
    margin-bottom: 35px;
}
.color-title {
  color: #434343;
  display: block;
  font-weight: 700;
  min-width: 55px;
}
.product-share{
    margin-top: 25px;
  }
h1, .price{
  font-size: 1rem;
  font-weight: 500;
}
.price del{
    font-size: 0.8rem;
    color: #ccc;
}
.product-tab-section h3 {
  color: #8D8D8D;
}
.product-tab-section h3.collapsAMT{
  border-color: #8D8D8D;
}
.slick-current .img-thumb-wrapper{
  outline: 2px solid #D6B98C;
  outline-offset: 2px;
}
#klarna-message-container{
  font-size: 12px;
  color: #666;
}
#add-to-cart-form{
  position: relative;  
  border-top: none;
}
.product-gallery-vertical .product-img-large {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 97px); }

.product-gallery-vertical .product-img-thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 24px;
  width: 73px;
  margin-top: -6px;
  position: relative; }

.product-img-thumb img {
  max-width: 73px; }

.product-gallery-vertical .img-thumb-wrapper:not(:first-child) {
  margin-top: 12px; }

.product-img-thumb .arrow-slider {
  visibility: visible;
  opacity: 1; }

.product-img-thumb .arrow-slider svg {
  width: 24px;
  height: 24px; }

.product-gallery-vertical .product-img-thumb .arrow-slider {
  top: auto;
  -webkit-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
  width: 33px;
  height: 33px;
  position: relative; }

.product-gallery-vertical .img-thumb-wrapper {
  margin-top: 6px; }

.img-large-wrapper {
  cursor: pointer;
  position: relative; }
.img-large-wrapper img{
  width: 100%;
}

.img-thumb-wrapper {
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.slick-current .img-thumb-wrapper {
  outline: 1px solid #000; }

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  border-radius: 30px;
  border: 0;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  width: 35px;
  height: 35px;  
}
.slick-prev::before,
.slick-next::before{
  position: absolute;
  top: 17%;
  left: 35%;
}
button.slick-next {
    right: 2%;
}
button.slick-prev {
  left: 2%;
}
.product-details-container svg{
  color:#ffffff;
}
.add_to_wishlist{
  color:#ffffff;
}

@media screen and (max-width: 767px){
  body.product{
    margin-bottom: 6rem;
  }
  .color-filter {}
  .posted_in img{
    display:block;
  }
  .shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item{
    margin: 20px 4px 0 0;
  }
  .product-share{}
  .shop-single-v1-section .woocommerce .summary .product-share a{
    font-size: large;
    border:1px solid;
    border-radius:5px;
    padding:4px;
    width: 43px;
    text-align:center;
  }
  .product-details-container svg{
    color: #000000;
  }
  .sticky{
    position: inherit;
    width: 100%;
    height: auto;
    margin: 0;
    top: inherit;
    left: inherit;
  }
  .slick-dots{
    /*bottom:-4%;*/
  }
  .slick-dots li.slick-active{
    width: 80px;
  }
  #tidio-chat, #CookiebotWidget, .iub__us-widget{
    display:none;
  }
  #add-to-cart-form{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    border-top: 1px solid #dee2e6 !important;
    background: #ffffff;
  }
  .product-details {
    /*padding: 2rem 1rem;*/
    padding: 0;
    position: relative;
    width: 100%;
  }
  .product-details-container{
    padding: 0px;
    border-radius: 10px;
    background-color: transparent;
    color:#000;    
  }
  .add_to_wishlist{
    color:#000;
  }
  .btn-atc{
    background-color: #000;
    color:#fff;
  }
}
/* Tablet verticale (da 768px a 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-details{
    width: 50%;
  } 
}

/* Tablet orizzontale / piccoli laptop (da 992px a 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details{
    width: 50%;
  } 
}
