@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    padding: 40px;
}
.snippet-collection .col-md-6 {
    padding: 0;
    width: 50%;
}
.snippet-collection .col-md-6 .image-wrap > img {
    max-height: 545px;
    width: 100%;
}
.snippet-collection .col-md-6 .information .title {
    color: #444444;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 23px;
    font-weight: 600;
    height: 25px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width:  100%;
    white-space:  nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;
}
.snippet-collection .col-md-6 .information .heading {
    color: #444444;
    font-family: "Poppins",sans-serif;
    font-size: 40px;
    font-weight: 700;
    height: 45px;
    line-height: 42px;
    text-transform: uppercase;
    white-space:  nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;
}
.snippet-collection .col-md-6 .information .ul {
    box-sizing: border-box;
    margin: 20px 0;
    padding-left: 12px;
    max-height: 94px;
    overflow: hidden;
    max-width: 300px;
}
.snippet-collection .col-md-6 .information .ul > li {
    color: #444444;
    font-family: poppins;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    padding: 4px 0;
    white-space: nowrap;
}
.snippet-collection .col-md-6 .information .start-from {
    color: #dc4b6d;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    overflow:  hidden;
    text-overflow:  ellipsis;
    white-space:  nowrap;
}
.widget-snippet .snippet-collection .col-md-6 .information.left {
    position: absolute;
    right: 13%;
    max-width: 411px;
    position: absolute;
    top: 31%;
}
.widget-snippet .snippet-collection .col-md-6 .information.right {
    left: 8%;
    position: absolute;
    top: 31%;
    max-width: 300px;
    position: absolute;
}
.discout-offer > p {
    background: #dc4b6d none repeat scroll 0 0;
    border-radius: 50px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    margin-bottom: 0;
    margin-right: -130px;
    margin-top: 0;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    right: 50%;
    text-align: center;
    text-transform: uppercase;
    top: 46%;
    transform: rotate(-90deg) translateY(-50%);
    width: 225px;
}

@media screen and (max-width: 1200px) {
    .widget-snippet .snippet-collection .col-md-6 .information.left {
        right: 10%;
        top: 12%;
    }
    .widget-snippet .snippet-collection .col-md-6 .information.right {
        left: 10%;
        top: 12%;
    }
}
@media (max-width: 1840px){
    .snippet-collection .image-wrap:before {
        content: "";
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .snippet-collection .col-md-6 .information .title {
        font-size: 20px;
    }
    .snippet-collection .col-md-6 .information .title {
        margin-bottom: 0;
    }
    .snippet-collection .col-md-6 .information .heading {
        font-size: 30px;
    }
    .snippet-collection .col-md-6 .information .ul {
        margin: 7px 0;
    }
    .snippet-collection .col-md-6 .information .ul > li {
        /* font-size: 12px; */
        /* padding: 2px 0; */
    }
    .discout-offer > p {
        font-size: 14px;
        height: 40px;
        margin-right: -112px;
        margin-top: 0;
        padding: 8px;
        right: 50%;
        top: 42%;
        transform: rotate(-90deg) translateY(-50%);
        width: 185px;
    }
    .widget-snippet .snippet-collection .col-md-6 .information.left {
        right: 10%;
        top: 2%;
    }
    .widget-snippet .snippet-collection .col-md-6 .information.right {
        left: 14%;
        top: 2%;
    }
}

@media screen and (max-width: 767px) {
    .widget-snippet .snippet-collection .col-md-6 .information.left {
        left: 0;
        right: 0;
    }

    .widget-snippet .snippet-collection .col-md-6 .information.right {
        left: 0;
        right: 0;
    }
    .snippet-collection .col-md-6 {
        width: 100%;
    }
    .widget .snippet-collection .col-md-6 .image-wrap > img {
        min-height: 200px;
    }
    .discout-offer > p {
        margin: 20px auto 0;
        position: static;
        text-align: center;
        transform: rotate(0deg) translateY(-50%);
        width: 185px;
    }
    .snippet-collection .col-md-6 .item {
        padding-bottom: 15px;
    }
    .snippet-collection .col-md-6 .information .heading {
        font-size: 22px;
    }
    .snippet-collection .col-md-6 .information .ul {
        margin: 0;
        max-width: inherit;
    }
    .snippet-collection .col-md-6 .information .title {
        font-size: 20px;
        height: 20px;
        margin: 0;
    }
    .snippet-collection .col-md-6 .information .heading {
        font-size: 22px;
        height: 38px;
    }
    .widget-snippet .snippet-collection .col-md-6 .information {
        left: 5%;
        right: 3%;
        top: 2%;
    }
    .widget-snippet .snippet-collection .col-md-6 .information.right {
        left: 5%;
        top: 2%;
    }
}
body.widget-snippet .snippet-collection .image-wrap:before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
body.widget-snippet .discout-offer > p {
    transform: none;
    top: 55px;
}
body.widget-snippet .snippet-collection {
    position: relative;
}
body.widget-snippet .discout-offer > p .edit {
    top: 0!important;
    left: auto;
    right: 0!important;
}
.fee-widget-selected .discout-offer > p {
    transform: none;
    top: 46px;
}
