/** Shopify CDN: Minification failed

Line 84:37 Expected ":"

**/
/*
	Moot group Custom styles
*/

.shipping-mc{
  display: flex;
  font-size: 13px;
  padding-top: 20px;
}
.shipping_cost{
    display: flex;
  font-size: 15px;
}
.stock_value{
    display: flex;
  font-size: 15px;  
    padding-bottom: 10px;
}


/* ------------------------------------------------------------ *\
  Product Collection Links
\* ------------------------------------------------------------ */


.collection_items{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.collection_items a{   
  color: #3d3d3d;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all 0.2s;
  text-decoration:none;
  letter-spacing: 1px;
}
.collection_items a:hover{
  text-decoration:underline;
} 
.collection_items a:before{
  content:'< ';
  font-size:10px;
}
.collection_items a:hover{
  transition: all 0.2s;
  font-size:13px;
}


.new-sticker:before{
  border-radius: 20px;
}

.new-sticker{
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #445258 ;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 27px;
  left: 31px;
  z-index: 1;
  box-shadow: 4px 3px 7px grey;shadow
}

.product-item:hover .new-sticker{
   animation: textmove 5s infinite;
}


@keyframes textmove {
  from {font-size:16px;}
  to {font-size: 14px;}
}
