@charset "utf-8";
/* CSS Document */
body{
  margin:0;
  /*min-height: 1000px;*/
  overflow-y: scroll; 
}
.media-box-container{
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;

      -webkit-box-shadow: none;
         -moz-box-shadow: none;
           -o-box-shadow: none;
          -ms-box-shadow: none;
              box-shadow: none;
}
/* hover effect on the image */

.media-box .media-box-image img{
    -webkit-transition: transform 0.4s ease-in-out;
       -moz-transition: transform 0.4s ease-in-out;
         -o-transition: transform 0.4s ease-in-out;
        -ms-transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out;
}
.media-box:hover .media-box-image img{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.media-box-title {text-align: left; padding: 10px 0px; color:#333;
transition:0.5s all;	-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;
}
* a, * a:hover{text-decoration: none;}

.media-box-content{background:#FFF;}
.media-box-content a{transition:0.5s all;	-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.media-box-year span{float:right; display:inline-block; padding: 3px 5px 3px 5px; font-size:14px; background: #737A48; color:#FFF; border-radius: 5px; transition:0.5s all;	-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.media-box-year a:hover span{background:#4D5230}
.media-box:hover .media-box-title{color:#1EAFBD}
.mh1 span{ padding-left: 15px; font-size:18px; }
.mh1 span:before{
  font-family:'FontAwesome';
  content: "\f069";
  position: absolute; top:-5px; left:100px;
  font-size:13px;
}



.media-box-title {
    text-align:center; padding: 0px 0px 10px 0px; color:#333;
    width: 100%; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:45px; margin-bottom: 5px;
} 

.product-price {
	font-size: 20px;
	color: #C11E32;
	font-weight: 800;
    text-align: center;
}

.product-price span.nt:before {
	content: "$";
	display: inline-block;
	font-size:14px;
	padding-right: 5px;
}

.product-price .pdprice, .product-price .pdprice2 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 0 3px 3px;
  margin: 0 5px;
  font-weight: 600;
}
.product-price span.pdprice  {
  font-size: 14px;
  color: #666
}
.product-price span.pdprice2 {
  font-size: 20px;
  color: #C11E32
}
.product-price .pdprice {
  color: #666
}
.product-price .pdprice2 {
  color: #C11E32
}
.product-price .pdprice .delline {
  display: inline-block;
  padding: 0;
  background: url("../../../images/price-del-line.png") top left repeat-x;
  height: 2px;
  position: absolute;
  top: 7px;
  left:0px;
  width: 100%
}

* + .product-price {
	margin-top: 2px;
}

.product-price.sale-price span {
	padding: 0 3px;
}

.product-price.sale-price span:first-of-type {
	color: #ff596d;
}

.product-price.sale-price span:last-of-type {
	position: relative;
	display: inline-block;
	color: #888;
	font-size: 18px;
}

.product-price.sale-price span:last-of-type:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid;
	content: "";
	display: inline-block;
}