﻿/* Style start for SPECIAL OFFER Image Hover*/

/*.special-offer-box .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

    .special-offer-box .img-box:after {
        content: "";
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.60);
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

.img-box .img-tag {
    position: absolute;
    border-radius: 50%;
    bottom: 0px;
    color: #ffffff;
    margin: 5px;
    background-color: #0580C4;
    opacity: 0.8;
    padding: 5px;
}

.img-tag i {
    margin-right: 0px;
    padding: 4px 5px 0px 2px;
}

.img-box ul {
    position: absolute;
    z-index: 2;
    bottom: 95px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

    .special-offer-box .img-box:after, .img-box ul, .img-box ul li {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

        .img-box ul li {
            width: 100%;
            height: 50px;
            text-align: center;
            border: 1px solid #FFF;
            margin: 2px;
            padding: 5px;
            color: #333;
            display: inline;
        }

.old-Rate {
    background-color: #ffffff;
    font-weight: bold;
}

.new-Rate {
    background-color: #ffb900;
    font-weight: bold;
}

.img-box a {
    color: #fff;
}

.img-box:hover:after {
    opacity: 1;
}

.img-box:hover ul {
    opacity: 1;
}*/


/* Style ENd for SPECIAL OFFER Image Hover*/
body{
	text-decoration-color:red;
}

/** special offer tag*/
@media only screen and (max-width: 568px) {
    #reviews .review {
        font-size: 11px;
        line-height: 18px;
        padding-right:15px;
    }

    #reviews .author {
        font-size: 14px;
    font-weight: 600;
    color: #ffbf00;
    margin-top: 5px;
    }
}

div.myoldPrice {
    background-color:#e1e1e1 !important; 
    text-decoration: line-through;
    width:50%; 
    color:#a0a0a0 !important; 
    font-weight:normal !important; 
    text-shadow:none; 
    font-size:14px !important;
  

}

div.mysplPrice {
    width:50%; font-size:16px !important;
}

.offerRateFlag {
    float:left; 
    color:#0580C4; 
    font-weight:normal; 
    font-size:12px; 
}

.down-content .myoldPrice, .down-content .mysplPrice {
   font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -15px;
    margin-right: -15px;
   /*float: right;*/ 
    background-color: #0580C4;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}




