.offer-pro-wrap {
    margin-bottom: 23px;
    position: relative
}

.offer-pro-colum {
    position: relative;
    z-index: 1;
    float: left;
    width: 33.3%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
}

.offer-pro-colum:before {
    position: absolute;
    height: 95px;
    background-color: #6A6A6A;
    left: 0;
    top: 0;
    right: 0;
    content: ''
}

.first-offer {
    box-shadow: 0px -3px 15px -2px rgba(0, 0, 0, 0.75);
    border-radius: 3px 0 0 3px;
    margin-top: 9px
}

.last-offer {
    box-shadow: 12px -3px 15px -10px rgba(0, 0, 0, 0.75);
    border-radius: 0 3px 3px 0;
    margin-top: 11px
}

.offer-pro-colum-inner {
    border: 1px solid #6A6A6A;
    border-radius: 3px;
    min-height: 600px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    padding-bottom: 9px
}

.offer-pro-colum-inner h3 {
    margin: 0;
    padding: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    font-family: Roboto;
    line-height: 1;
    text-shadow: 1px 1px 0 #969696, 1px 1px 1px black;
}

.mid-offer.offer-pro-colum:before {
    height: 100px;
    background: #FF8400;
    background: -moz-linear-gradient(top, rgba(255, 131, 0, 1) 2%, rgba(255, 199, 0, 1) 100%);
    background: -webkit-linear-gradient( bottom, rgba(255, 131, 0, 1) 2%, rgba(255, 199, 0, 1) 100%);
    background: linear-gradient(to top, rgba(255, 131, 0, 1) 2%, rgba(255, 199, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF8400', endColorstr='#FFBC00', GradientType=1)
}

.mid-offer .offer-pro-colum-inner {
    background-color: transparent
}

.mid-offer .offer-pro-colum-inner h3 {
    padding: 4px
}

.supply-heading-text {
    color: #333;
    font-family: 'ProximaNovaCondensedBold';
    line-height: 1;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px
}

.supply-heading-text small {
    display: block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.best-img {
    margin-top: 15px
}

.mid-offer {
    box-shadow: 0px -3px 15px -2px rgba(0, 0, 0, 0.75);
    background: red;
    background: -moz-linear-gradient(top, rgb(252, 218, 151) 30%, rgba(255, 250, 153, 1) 65%, rgba(252, 249, 213) 69%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(255, 220, 151) 30%, rgba(255, 250, 153, 1) 65%, rgb(252, 249, 213) 69%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb( 249, 225, 153) 30%, rgb(250, 247, 192) 65%, rgb(252, 249, 213) 69%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd178', endColorstr='#fffbe2', GradientType=0)
}

.mid-offer .supply-heading-text {
    margin-bottom: 15px
}

.offer-pro img {
    height: 270px
}

.last-offer .supply-heading-text {
    margin-bottom: 49px
}

.first-offer .supply-heading-text {
    margin-bottom: 21px
}

.value-cell {
    border: 1px solid #a8a8a8
}

.value-cell {
    width: 214px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    border-radius: 4px
}

.value-bold {
    padding: 8px;
    background-color: #ccc;
    border-bottom: 1px solid #a8a8a8;
    font-size: 24px;
    color: #000;
    font-family: 'ProximaNovaCondensedBold';
    line-height: 1;
    position: relative
}

.value-bold span {
    display: inline-block;
    position: relative
}

.value-bold span:after {
    position: absolute;
    top: 10px;
    height: 1px;
    background-color: #f10303;
    content: '';
    left: -2px;
    right: -2px;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -o-transform: rotate(-18deg)
}

.value-bold:after {
    position: absolute;
    bottom: -3px;
    width: 54px;
    height: 6px;
    background-color: #FFFFFF;
    margin-left: -27px;
    border-radius: 40px;
    content: '';
    left: 50%;
    border: 1px solid #E3DDC6;
}

.price-now {
    padding: 12px;
    background-color: #fffdfd;
    color: #7c7b73;
    font-size: 22px;
    line-height: 1
}

.price-now strong {
    display: block;
    font-family: 'ProximaNovaCondensedBold';
    color: #000;
    font-size: 42px;
    line-height: 1
}

.mid-offer .value-cell {
    border-color: #eee7b1
}

.mid-offer .value-bold {
    border-color: #eee7b1;
    background-color: #fff9b6
}

.mid-offer .value-bold:after {
    background-color: #eee7b1
}

.mid-offer .price-now {
    background-color: #fff
}

.price-now strong small {
    display: inline-block;
    color: #868686;
    font-size: 18px
}

.include-text {
    color: #8c8c8c;
    font-size: 18px;
    margin-bottom: 7px
}

.include-text strong {
    color: #000
}

.mid-offer .include-text strong {
    color: #00b944
}

.offer-panel-btn {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'ProximaNovaCondensedBold';
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 10px;
    background: #00e580;
    background: -moz-linear-gradient(top, rgba(0, 229, 128, 1) 1%, rgba(0, 170, 53, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 229, 128, 1) 1%, rgba(0, 170, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 229, 128, 1) 1%, rgba(0, 170, 53, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00e580', endColorstr='#00aa35', GradientType=0)
}

.offer-panel-btn:hover,
.offer-panel-btn:focus {
    color: #fff;
    background: #00ab35;
    background: -moz-linear-gradient(top, rgba(0, 171, 53, 1) 0, rgba(0, 229, 128, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 171, 53, 1) 0, rgba(0, 229, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 171, 53, 1) 0, rgba(0, 229, 128, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ab35', endColorstr='#00e580', GradientType=0)
}

.save-text span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #6a6968;
    font-size: 34px;
    font-family: 'ProximaNovaCondensedBold'
}

.save-text img {
    display: inline-block;
    vertical-align: middle
}

.mid-offer .save-text span {
    color: #f60
}

.mid-offer .offer-pro-colum-inner {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #FFBC00, #E3DDC6) 1 100%;
    padding-bottom: 20px
}

.last-offer.offer-pro-colum:before {
    height: 95px
}

.value-wrapper {
    clip-path: polygon(5% 0, 95% 0, 100% 6%, 100% 100%, 93% 100%, 7% 100%, 0 100%, 0 6%);
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    padding: 10px;
    padding-top: 15px;
    margin-top: -1px;
    background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgba(230, 230, 230, 1) 49%, rgba(250, 250, 250, 1) 100%);
}

.offer-pro p {
    position: relative;
    top: 7px;
    font-family: "ProximaNovaCondensedBold", sans-serif;
    font-size: 26px;
}

.offer-pro span {
    display: inline-block;
    position: relative;
}

.offer-pro span::after {
    position: absolute;
    top: 16px;
    height: 1px;
    background-color: #f10303;
    content: '';
    left: -2px;
    right: -2px;
    transform: rotate(-18deg);
}

.value-wrapper .value-cell {
    margin: 0 auto;
}

.value-wrapper .value-cell:not(:last-child) {
    margin-right: 10px;
}

.value-wrapper .value-cell .value-bold {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 124px;
}

.value-cell .value-bold p {
    font-size: 42px;
    line-height: 1;
}

.value-wrapper .value-cell input {
    width: 20px;
    height: 20px;
}

.value-wrapper .value-cell label {
    color: #7c7c74;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.first-offer .value-cell:nth-child(1),
.mid-offer .value-cell:nth-child(1),
.last-offer .value-cell:nth-child(1) {
    border: 1px solid #eed65c;
}

.first-offer .value-cell:nth-child(1) .value-bold,
.mid-offer .value-cell:nth-child(1) .value-bold,
.last-offer .value-cell:nth-child(1) .value-bold {
    background-color: #fffbd0;
    border-bottom: 1px solid #E3DDC6;
}

.first-offer .value-cell:nth-child(1) .value-bold::after,
.last-offer .value-cell:nth-child(1) .value-bold::after {
    background-color: #FFFFFF;
    border: 1px solid #E3DDC6;
}

.first-offer .value-cell:nth-child(1) .price-now,
.mid-offer .value-cell:nth-child(1) .price-now,
.last-offer .value-cell:nth-child(1) .price-now {
    background-color: #FFFFFF;
    border: 1px solid #E3DDC6;
}

.first-offer .value-cell:nth-child(2) .value-bold {
    background-color: #E6E6E6;
    border: 1px solid #CBCBCB;
}

.first-offer .value-cell:nth-child(2) .price-now {
    background-color: #FFFFFF;
}

.mid-offer .value-cell:nth-child(2) .value-bold {
    background-color: #fff;
}

.mid-offer .value-cell:nth-child(2) .price-now {
    background-color: #fff8b7;
}

.mid-offer .value-cell .price-now {
    color: #fe6700;
}

.last-offer .value-cell .value-bold {
    background-color: #E6E6E6;
}

.mid-offer .value-cell .value-bold {
    padding: 30px 0;
}

.last-offer .value-cell .price-now {
    background-color: #FFFFFF;
}

.value-cell .price-now {
    padding: 6px;
    font-size: 20px;
    font-weight: bold;
}

.offer-pro-colum .save-text {
    font-size: 20px;
    color: #8e8e8e;
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.offer-pro-colum .save-text::before,
.offer-pro-colum .save-text::after {
    display: none;
}

.mid-offer .value-wrapper {
    background: linear-gradient(0deg, rgba(254, 252, 237, 1) 50%, rgba(254, 254, 202, 1) 100%);
    margin-bottom: 32px;
    /* border: 1px solid #eed65c; */
    border-bottom: none;
    border-top: none;
}

.mid-offer .offer-pro-colum-inner .supply-heading-text {
    margin: 19px 0 26px;
}

.offer-panel-btn.fs-34 {
    font-size: 34px;
    line-height: 48px;
}

.offer-pro-colum-inner h3.platinum {
    font-size: 36px;
    padding: 10px 20px 0;
}

.offer-pro-colum.mid-offer .offer-pro-colum-inner h3 {
    padding: 25px;
}

.mid-offer .value-wrapper .value-bold::after {
    background-color: #FFFFFF;
    border: 1px solid #E3DDC6;
}

.offer-pro-colum-inner .offer-panel-btn {
    min-height: 78px;
    transition: none;
}

.offer-pro-colum .offer-pro-colum-inner>h3 {
    min-height: 95px;
    padding-bottom: 0;
}

.offer-pro-colum-inner .supply-heading-text small {
    font-size: 16px;
}

.offer-pro-colum .offer-pro-colum-inner .supply-heading-text {
    margin-bottom: 15px;
}

.img-logo>img {
    position: relative;
    margin: 0 auto;
    bottom: -10px;
    z-index: 999;
}

.offer-pro-colum-inner .offer-pro {
    background-color: #fafafa;
    margin-right: 8px;
    margin-left: 8px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0);
}

.offer-pro::after,
.offer-pro::before {}

.mid-color {
    background-color: #fefeca !important;
    margin-right: 8px;
    margin-left: 8px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border: 1px solid #eed65c;
    border-bottom: none;
    clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0);
}

.offer-pro-colum-inner .offer-pro img {
    height: 210px;
}

.part4-section2 .offer-pro-colum-inner p {
    margin-bottom: 0;
}

.cb-img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.part-5-section-2 .footer-worning-text {
    padding: 40px 25px 0 25px;
}

.value-cell .value-bold .per-pack {
    color: #7c7c74;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.value-cell .value-bold .pack-price {
    margin-bottom: 0;
}

.mid-offer .value-cell .value-bold .pack-price {
    margin-bottom: 5px;
}

.mid-offer .value-cell .value-bold {
    padding-bottom: 30px;
}