/* DOTW Start*/
.dotw-con{
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 7px 0 0;
}

.dotw-con .title{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 30px;
    word-spacing:-2px;
    line-height: 28px;
    font-weight: bold;
    color: #d42121;
    text-transform: uppercase;  
    text-align: center;
}
.dotw-con .desc{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    text-align: center;
    padding: 10px 20px 15px;
}

.dotw-con .timer{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: #444444;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
    border-radius: 6px;
    list-style: none;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 16px;
    max-width: 270px;
    margin: 0px auto;
}

.dotw-con .timer span{
    display: block;
    float: left;
    width: 20%;
    position: relative;
    padding: 0px;
    text-align: center;
    padding-left: 5px;
    line-height: 1.1em;
    vertical-align: middle;
}
.dotw-con .timer span.label, .dotw-con .timer span.label-off{
    font-size: 15px;
    text-align: left;
    padding: 2px 5px;
}
.dotw-con .timer span.label-off{
    font-weight: normal;
    text-transform: initial;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
}
.dotw-con .timer span:before{
    content: ":";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.dotw-con .timer span.days, .dotw-con .timer span.hrs, .dotw-con .timer span.min, .dotw-con .timer span.sec{
    font-size: 20px;
    font-weight: bold;
}
.dotw-con .timer span.days:after{
    content: "DAYS";
}
.dotw-con .timer span.hrs:after{
    content: "HRS";
}
.dotw-con .timer span.min:after{
    content: "MIN";
}
.dotw-con .timer span.sec:after{
    content: "SEC";
}
.dotw-con .timer span:after{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
}
.dotw-con .timer span:first-child::before{
    display: none;
}
.dotw-con .timer:before, .dotw-con .timer:after{
    display: table;
    content: " ";
    clear: both;
}

.dotw-con .free-shipping{
    text-align: center;
    padding: 15px 0 18px;
}

.dotw-con .dotw-img{
    text-align: center;
}

.dotw-con .dotw-img img{
    width: 100%;
}

.dotw-con .price-con{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 15px 0;
}

.dotw-con .price-con .save-price{
    background: #de1d27;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    min-width: 90px;
}

.dotw-con .price-con .save-price span{
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.dotw-con .price-con .save-price span sup{
    font-size: 60%;
}

.dotw-con .price-con .r-price{
    display: inline-block;
    color: #000000;
    padding-left: 10px;
}

.dotw-con .price-con .r-price .total-price{
    font-size: 26px;
    font-weight: bold;
}

.dotw-con .price-con .r-price .total-price sup{
    font-size: 60%;
}

.dotw-con .price-con .r-price .list-price{
    font-size: 14px;
}

.dotw-con .price-con .r-price .list-price sup{
    font-size: 60%;
}

.dotw-con .shop-btn{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;;
    text-decoration: none;
    color: #ffffff;
    background: #6dcb3f;
    width: 100%;
    padding: 8px 0;
    display: block;
    text-align: center;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all .2s;
}

.dotw-con .shop-btn:hover{
    background: #64ba3a;
}
@media (max-width: 991px) {
  .dotw-con{
        display: none;
    }
}
/* DOTW End*/