.slick-slide > div {
    margin: 0 10px;
}

.white-bg {
    background: #fff;
}

.white-bg img {
    width: 100%;
    height: auto;
    display: block;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.price-con {
    display: flex;
    justify-content: space-between;
}
.tranding-offer .checkbox-con {
    padding: 0px 10px;
    padding-bottom: 25px;
}
.checkbox-con {
    margin-left: 10px;
}
.add-cart-wrap {
    margin-top: 15px;
}
.tranding-offer {
    position: relative;
}
.tranding-offer button.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 27px;
    color: transparent;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
}
.tranding-offer h2 {
    font-size: 20px;
    margin-top: 33px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.tranding-offer button.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 27px;
    color: transparent;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
}
.tranding-offer button.slick-prev:before {
    content: "\f104";
    color: #000;
    font-size: 25px;
}
.tranding-offer button.slick-next:before {
    content: "\f105";
    color: #000;
    font-size: 25px;
}
.tranding-offer .white-bg p {
    padding: 10px;
    padding-bottom: 0;
}
.tranding-offer .price-con .pr-cta button {
    margin-right: 10px;
}
button.btn.btn-primary {
    background: #1ea9f3;
    border: 1px solid #1ea9f3;
    border-radius: 30px !important;
    padding: 10px 26px;
    font-size: 17px;
}





























