.button--shikoba-notify {
    background: #000000!important;
    border-color: #000000!important;
    color: #fff;
}
.block-center{min-width:300px;max-width:300px;margin:0 auto;}
.prod-price{height:31px;}

.img-shop-c{
    max-width:100%;
}
.shop-c-div{
   padding:5px;
   box-shadow: 0 0 31px #efefef;
   margin:10px 0px;
   /*height:480px;*/
   color:#2C3239;  
}
.prod-off-s-c{
    padding-left:5px;
    float:right;
    color:red;
    height:26px;
    /*width:120px; */ 
}
.prod-off-s-c span{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}
.prod-off-s-c span i{
    color:red;
    font-size:15px;
}
.image-div{
    padding:5px;
}
.prod-type-name{
    padding-left:5px;
    font-weight:lighter;
}
.prod-type-name{
    height:18px;
}
.prod-name{
    padding-left:5px;
    font-weight:bold;
    padding-bottom:5px;
}
.counter-btn-circle{
    background: #E5E5E5;
    margin-bottom:15px;
    margin:10px auto;
    padding: 1px;
}
.prod-type-name span{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}
.prod-name span{
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
}
.prod-select{
   padding-left:5px; 
   width: 100%;
}
.prod-select select{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}
.prod-price{
   padding:5px;
   font-weight:lighter;
   font-size:14px;
   font-family: 'Open Sans', sans-serif; 
}
.prod-price span{
   font-weight:lighter;
   font-family: 'Open Sans', sans-serif; 
}
.div-delivery{
    padding-left:5px;
    font-size:13px;
    width:235px;
    height:25px;
}
.div-delivery span i{
    color:gray;
    font-size:15px;
}
.quantity{
font-size:12px;
font-family: 'Open Sans', sans-serif;
/*padding-top:5px;*/
margin: 0 auto;
}
.quantity span{
    font-weight:lighter;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
}
.plus-btn i{
   font-size:10px;
}
.minus-btn i{
   font-size:10px;
}
.prod-shop-btn{
    padding-left:5px;
    margin-top:10px;
    margin-bottom: 20px;
}
.btn-add-cart{
    text-align:center;
}
.price-icon i{
    color:gray;
}
.counter {
    width: 40px;
    text-align: center;
    border: none;
    background: #E5E5E5;
}
.plus-btn.focus, .plus-btn:focus,.minus-btn.focus, .minus-btn:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff;
}

select.minimal {
width:100%;
  /* styling */
  background-color: white;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 0px;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */


select.minimal {
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}


select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



 .product_unit_info:hover{
      box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.4);
      top: -3px;
      position: relative;
  }
    @media screen and (max-width: 768px) {
				        .prod_cart_row{
				        }
				        .btn-cart{
				           margin-bottom:20px;
				        }
				        .product_unit_info{
				            height:auto;
				        }
				        }