.collection-sizing {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: all;
}
.collection-sizing ul {
  text-align: right;
}
.collection-sizing ul li {
  padding: 5px;
}

.collection-sizing ul li.strikethrough {
  text-decoration: line-through;
  opacity: 0.4;
  pointer-events: none;
}


@media screen and (max-width:667px){
  
  .collection-sizing {
    position: absolute;
    right: 0;
    top: 5px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .collection-sizing ul li {
    padding: 2px 5px;
  }
}



  
@font-face {
  font-family: 'GillSans-Light';
  src: url('GillSans-Light.eot?#iefix') format('embedded-opentype'),  url('GillSans-Light.woff') format('woff'), url('GillSans-Light.ttf')  format('truetype'), url('GillSans-Light.svg#GillSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.click-show-popup .open-offer-popup{width:100%; float:left;}
.click-show-popup .media{display:block; float:left;position: relative;    left: -3px;}

.cookies-popup-main {    width: 100%;    float: left;    position: fixed;    bottom: 0;    left: 0;    right: 0;    margin: 0 auto;    text-align: center;    background:rgba(255, 255, 255, 0.8);    z-index: 1545;
}
.cookies-popup-main p{position: relative; font-size:13px; color:#a39fa1; font-family: 'GillSans-Light';    max-width: 550px;    margin: 0 auto; padding:12px 20px 13px;} 
.cookies-popup-main p a{color:#808080;}
.cookies-popup-main span {    
  font-size: 14px;
  cursor: pointer;
  font-family: 'GillSans-Light';
  margin-bottom: 10px;
  display: block;
  position: absolute;
  right: -5px;
  top: 40%;
}
.cookies-popup-main-out{   
  -ms-transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -o-transform: translateY(120px);
  transform: translateY(120px);
  transition: all ease 1s;  -moz-transition: all ease 1s; -webkit-transition: all ease 1s;}


/*28-05-2018*/
.modal-home-popup .modal__inner .modal__right form a{    height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: Simplo, sans-serif; border:solid #c4c4c4 1px;    width: 100%;
  float: left;
  font-size: 0.85rem;}

.modal-home-popup .modal__inner .modal__right form input,.modal-home-popup .modal__inner .modal__right form .message{display:none;}

/*end 28-05-2018*/

.CartContainer.drawer.drawer--left.mini-cart {
  z-index: 999999999;
}

@media screen and (max-width:667px){
  .cookies-popup-main span{top:0; right:10px;}
  .cookies-popup-main p{padding-top:15px; padding-bottom:17px;}

}
/* ===============================================
// CHANGE IMAGE ON HOVER
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}