/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*front end offer*/
.rtwwdpdl_show_offer span {
    padding: 10px 25px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #f65353;
    color: #ffffff;
    position: relative;
    border-radius: 6px;
    font-weight: bold;
}
.rtwwdpdl_show_offer span::after {
    content: "";
    border: 2px dashed #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 6px;
}
/*end front end offer*/

/*offer banner page css*/
.rtwwdpdl-carousel-main-container{
    box-sizing: border-box;
    margin-bottom: 80px;
}
.rtwwdpdl-carousel-buy-btn {
    background-color: #f91a48;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s linear all;
    line-height: 1;
}
.rtwwdpdl-carousel-buy-btn:hover,
.rtwwdpdl-carousel-buy-btn:focus{
    background-color: #000000;
    color: #ffffff;
    outline: 0;
    text-decoration: none;
    transition: 0.2s linear all;
}
.rtwwdpdl-carousel-header-bg img{
    max-width: 100%;
    width: auto;
}
.rtwwdpdl-carousel-header-bg {
    position: relative;
    background-color: #fed700;
    margin: 10px 10px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}
.rtwwdpdl-carousel-header-image,
.rtwwdpdl-carousel-header-content {
    flex: 0 0 50%;
}
.rtwwdpdl-carousel-header-content{
    text-align: center;
}
.rtwwdpdl-carousel-header-content .rtwwdpdl-carousel-buy-btn {
    font-size: 24px;
    font-weight: bold;
}
.rtwwdpdl-carousel-header-content h3 {
    font-size: 24px;
    border: none;
}
.rtwwdpdl-carousel-header-title {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.rtwwdpdl-carousel-offer {
    background-color: #000;
    color: #fff;
    left: -23px;
    letter-spacing: 1.3px;
    padding: 1px 3px;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    transform: rotate(-40deg);
    width: 100px;
}
.rtwwdpdl-carousel-slider-item {
    border-radius: 4px;
    border: 1px solid #dddddd;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
    margin: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
}
.rtwwdpdl-carousel-slider-image {
    max-width: 200px;
    margin: 0 auto;
}
.rtwwdpdl-carousel-slider-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
}
.rtwwdpdl-carousel-slider-content h2 {
    color: #f91a48;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 12px 0;
}
.rtwwdpdl-carousel-slider-content h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.rtwwdpdl-carousel-slider-content p{
    color: #777777;
    font-size: 16px;
    margin: 10px 0 0 0;
}
.rtwwdpdl-carousel-coupon-code {
    background-color: #eee;
    font-size: 20px;
    font-weight: 400;
    margin: 15px -15px -15px;
    padding: 10px;
}
.rtwwdpdl-carousel-coupon-code span {
    background-color: #fed700;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    padding: 6px 12px;
    text-transform: uppercase;
}
.rtwwdpdl-carosuel-price ins {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.rtwwdpdl-carosuel-pric del {
    text-decoration: linen;
}
.rtwwdpdl-carousel-main-container .owl-dots {
    text-align: center;
}
.rtwwdpdl-carousel-main-container .owl-dots .owl-dot {
    background-color: #dddddd;
    border-radius: 50%;
    height: 16px;
    margin: 4px;
    width: 16px;
}
.rtwwdpdl-carousel-main-container .owl-dots .owl-dot.active{
    background-color: #f91a48;
}
@media screen and (max-width: 767px) {
    .rtwwdpdl-carousel-header-title{
        font-size:26px;
    }
    .rtwwdpdl-carousel-header-content h3 ,.rtwwdpdl-carousel-header-content p{
        font-size: 16px;
        margin: 0;
    }
    .rtwwdpdl-carousel-header-content .rtwwdpdl-carousel-buy-btn{
        padding: 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .rtwwdpdl-carousel-header-image, .rtwwdpdl-carousel-header-content{
        flex: 0 0 100%;
    }
}
/*offer banner page css*/