.wraper {
    max-width: 640px;
    margin: 10px auto;
}

.color_select {
    font-family: 'Oswald', sans-serif
}

.color_select h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 18px;
    font-family: 'Oswald', sans-serif;
    color: #000
}

.color_select_row {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px
}

.color_select_col {
    margin: 4px;
    width: 24%;
    border: 2px solid #c1c1c1;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    line-height: 1px
}

.color_text {
    background: #fff;
    padding: 5px 0;
    text-align: center;
    color: #4c4c4c;
    border-radius: 0 0 12px 12px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif
}

.color_text h3 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    padding: 9px 0
}

.color_select_col img {
    width: 100%;
    border-radius: 0;
}

.BUNDLE_select h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 18px;
    font-family: 'Oswald', sans-serif
}

.prod_bundle_sec_row {
    padding: 26px 17px;
    position: relative;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 2px 6px #00000029;
    border-radius: 24px;
    margin-top: 20px;
    border: 2px solid transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* .prod_bundle_sec_row_active {
    background: #fffce1 !important
} */

.prod_bundle_left {
    font-family: 'Montserrat', sans-serif;
}

.prod_bundle_left h3 span {
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}

.prod_bundle_left h3 span b {
    display: block;
    color: #65af56;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
}

.prod_bundle_left .price_text {
    font-size: 23px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 0;
    line-height: 1;
}
.prod_bundle_left .price_text del{
    font-size: 16px;
}

.prod_bundle_left .price_text span {
    display: block;
    color: #65aade;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 700;
}

.btn_part a {
    background: #58d058;
    color: #fff;
    padding: 8px 38px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 8px;
}

/* .prod_img img {
    width: 47%;
    position: absolute;
    right: 16px;
    top: 35px
} */

.cta_part_wraper {
    /* height: 123px; */
    /* background: transparent linear-gradient(180deg, #6a90f7 0, #49609f 50%, #304071 100%) 0 0 no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 29px 29px 0 0; */
    padding: 0 20px;
}

.btn_btm a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 1.75rem;
}

.cta_part {
    position: fixed;
    padding-top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    margin: 0 auto;
    z-index: 999;
    background: transparent linear-gradient(180deg, #44669D 25%, #1C3865 100%) 0 0 no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 18px 18px 0 0;
}

.size_row {
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    display: none
}

.btn_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #58D058;
    color: #000;
    transition: .3s all ease-in-out;
    border-radius: 6px;
    margin-top: 60px;
    text-decoration: none
}
.add__save{
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    border: 1px dashed #FCCC02;
    max-width: 85%;
    margin: 22px auto 34px;
    border-radius: 8px;
    font-size: 16px;
}
.add__save__percent{
    background-color: #58D058;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 700;
}
.cta__info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
}
.remaining__wrap{
    color: #fff;
    font-family: 'Montserrat';
}
.remaining__wrap .remaining__count{
    background-color: #7A96C4;
    text-align: center;
    padding: 0 8px;
    border-radius: 4px;
}
.see__less{
    display: flex;
    align-items: center;
    background-color: #283853;
    color: #fff;
    font-family: 'Montserrat';
    padding: 0px 0 0px 12px;
    border-radius: 4px;
    overflow: hidden;
}
.see__less__caret{
    font-size: 12px;
    background-color: #58D058;
    padding: 4px 6px;
    margin-left: 8px;
    cursor: pointer;
}
.size_col {
    padding: 13px 26px;
    margin: 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #c1c1c1
}

.size_col h3 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    font-family: 'Oswald', sans-serif
}

.btm_pick_color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 10px;
}

.btm_pick_col {
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 9px;
    margin-top: 9px;
}

.btm_pick_col img {
    max-width: 85%;
    display: block;
    margin: 0 auto;
}

.btm_pick_select span {
    position: absolute;
    right: 8px;
    top: -8px;
    height: 30px;
    width: 30px;
    background: #72c650;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btm_pick_select i.fa-plus{
    color: #fff;
}
.btm_pick_select i.fa-times{
    color: #fff;
}
.selected_tick {
    display: none
}

.selected_tick_1 img.selected_tick {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    border-radius: 0 12px;
    width: 42px;
    display: block
}

.selected_tick {
    display: none
}

.size_col {
    position: relative
}

.selected_tick_3 {
    background: #f7ea9c !important;
    border: 2px solid #6dbd4c !important
}

.selected_tick_3 img.tick_3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    border-radius: 0 12px;
    width: 46px;
    display: block
}

.tick_3 {
    display: none
}

.tick_2 {
    display: none
}

.btm_pick_selected .tick_2 {
    display: block;
    width: 21px;
    margin: auto;
    line-height: 4px
}

.selected_tick_1 .color_text {
    background: #f7ea9c
}

.selected_tick_1 {
    border: 2px solid #72c650
}

.checkout-phase-one div.footer {
    padding-bottom: 190px !important
}

.btn_btm {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_btm a {
    display: block;
    padding: 12px
}

.btn_btm {
    max-width: 100%;
    margin: 8px auto 18px;
}

.prod_info {
    max-width: 590px;
    margin: 10px auto;
    background: #fff;
    border-radius: 10px;
    padding: 27px 30px
}

.prod_info h3 {
    margin-bottom: 12px;
    font-size: 30px;
    color: #000;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    text-align: center
}

.pord_box h4 {
    margin-bottom: 0
}

.pord_box h4 span {
    float: right
}

.pord_box ul li span {
    float: right;
    font-weight: 700
}

.pord_box ul {
    margin-top: 4px;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d3d3
}

.detail_part h5 span {
    float: right
}

.green {
    color: #0fc116
}

.totel_text {
    font-size: 17px
}

.clock_icon {
    width: 27px;
    margin-right: 5px;
    display: inline-block;
    margin-top: -2px
}

.clr {
    clear: both
}

.review_slider {
    margin-top: 20px
}

.review_slider_heading h5 {
    margin-top: 0;
    font-size: 19px;
    color: #000;
    margin-bottom: 3px
}

.review_slider_heading p {
    color: #000;
    font-weight: 700
}

.review_slider_heading p span {
    position: relative;
    top: -2px
}

.review_slider_heading p span img {
    width: 18px
}

.reviw_sec {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

.Delivery_timer {
    display: flex;
    align-items: center
}

#timer2 {
    background: red;
    padding: 1px 3px;
    color: #fff;
}

.button-p {
    font-size: 12px;
    color: #000;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600
}

img.Delivery_icon {
    width: 24px;
    margin-right: 5px
}

.billing-info {
    padding: 10px
}

.top_delivery {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    margin-left: 4px
}
/* .medium__mat .dogmarker img{
    max-height: 28px;
}
.large__mat .dogmarker img{
    max-height: 32px;
}
.xlarge__mat .dogmarker img{
    max-height: 38px;
} */
.prod_img img{
    max-height: 240px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/caret-down.png) 98% 50% / 14px no-repeat #f7fbff;
}
@media(max-width :767px) {
    form {
        padding: 0
    }

    .billing-info h3.title-text.text-slot {
        font-size: 26px
    }

    .responsive-form {
        border-radius: 0 !important;
        margin-top: 0;
        margin-bottom: 0
    }

    .checkout-phase-three .responsive-form .form-checkout .title-props .title-text {
        font-size: 26px
    }

    img.Delivery_icon {
        width: 25px;
        margin-right: 5px
    }

    .button-p {
        font-size: 11px;
        position: relative;
        top: 2px
    }

    .checkout-phase-three .responsive-form .form-checkout .title-props .title-text {
        font-size: 26px
    }

    .prod_info h3 {
        font-size: 26px
    }

    .prod_info {
        padding: 14px 12px
    }

    .pord_box h4 {
        margin-bottom: 0;
        font-size: 13px
    }

    .pord_box h4 span {
        float: right;
        font-size: 12px
    }

    .clock_icon {
        width: 16px;
        margin-right: 2px
    }

    .pord_box ul {
        padding-left: 11px
    }

    .pord_box ul li {
        font-size: 14px;
        padding-bottom: 4px
    }

    .detail_part h5 {
        margin-top: 0;
        margin-bottom: 2px
    }

    .BUNDLE_select h2 {
        font-size: 21px;
        text-align: center;
        font-weight: 600;
        margin-top: 18px;
        border-bottom: 2px solid #eee;
        padding-bottom: 18px;
        font-family: 'Oswald', sans-serif;
        line-height: 29px;
        color: #000
    }

    .prod_bundle_sec {
        margin: 1px 10px
    }

    .prod_bundle_sec_row {
        padding: 14px 17px;
        position: relative;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 2px 6px #00000029;
        border-radius: 24px;
        margin-top: 20px
    }

    .prod_bundle_left {
        font-family: 'Montserrat', sans-serif
    }

    h3.prod_name {
        margin-top: 0
    }

    h3.prod_name i img {
        width: 36px
    }

    .prod_bundle_left h3 span {
        font-weight: 700;
        margin-left: 10px;
        font-size: 1.1rem
    }

    .prod_bundle_left h3 span b {
        display: block;
        color: #65af56;
        font-size: 15px;
        font-weight: 600;
        margin-top: 1px
    }

    .prod_bundle_left .price_text {
        font-size: 13px;
        font-weight: 600;
        margin-top: 16px;
        margin-bottom: 12px
    }

    .prod_bundle_left .price_text span {
        display: block;
        color: #65aade;
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700
    }

    .btn_part a {
        background: #58d058;
        color: #fff;
        padding: 8px 18px;
        display: inline-block;
        text-decoration: none;
        font-weight: 700;
        line-height: 1.4;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        border-radius: 6px;
    }

    /* .prod_img {
        position: absolute;
        right: 0;
        top: 31px
    } */

    .prod_img img {
        max-height: 148px;
    }

    .size_col {
        padding: 14px 12px;
        margin: 0 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Oswald', sans-serif;
        background: #fff;
        border-radius: 7px;
        border: 2px solid #c1c1c1
    }

    .btm_pick_select span {
        right: 0px;
        top: -10px;
    }

    .btm_pick_selected .tick_2 {
        display: block;
        width: 15px;
        margin: auto;
        line-height: 4px
    }

    .btm_pick_color {
        z-index: 9
    }

    .size_col h3 {
        font-size: 18px;
        font-family: 'Oswald', sans-serif
    }

    .selected_tick_3 img.tick_3 {
        border-radius: 0;
        width: 33px
    }

    .color_text h3 {
        font-size: 14px;
        font-family: 'Oswald', sans-serif;
        padding: 13px 0;
        margin: 0
    }

    .checkout-phase-one div.footer {
        padding-bottom: 130px !important
    }
}

@media (max-width: 480px) {
    .color_select_row {
        flex-wrap: wrap;
    }
    .color_select_col {
        width: 29.33%;
    }
}

/* Cart Variant 1 */
.color_select_row.variant-1{
    background-color: #fff;
    padding: 12px 20px 20px 20px;
    border-radius: 14px;
    box-shadow: 0px 0px 11px 0px #0000004a;
}
.color_select_row.variant-1 .color_select_col.selected_tick_1{
    border:none;
}
.color_select_row.variant-1 .color_select_col{
    border:none;
    transition: 0.3s all ease;
}
.color_select_row.variant-1{
    align-items: flex-end;
}
.color_select_row.variant-1 .color_select_col.selected_tick_1 .color_text {
    background: transparent;
}
.color_select_row.variant-1 .color_select_col .color_text {
    background: transparent;
}
.color_select_row.variant-1 .color_select_col.selected_tick_1 .color_img_badge{
    border: 4px solid #73b758;
    border-radius: 100%;
    margin: 5px;
}
.color_select_row.variant-1 .color_select_col .color_text h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 9px 0 0;
    margin: 0;
    line-height: 1.5;
    transition: 0.3s all ease;
    color: #000;
}
.color_select_row.variant-1 .color_select_col.selected_tick_1 .color_text h3{
    color: #73b758;
}
.color_select_row.variant-1 .color_select_col .color_img_badge{
    border: 4px solid transparent;
    border-radius: 100%;
    margin: 5px;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(1) .color_text h3{
    color: #787878;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(2) .color_text h3{
    color: #735F45;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(3) .color_text h3{
    color: #4C291E;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(4) .color_text h3{
    color: #890303;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(5) .color_text h3{
    color: #8CB389;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(1).selected_tick_1 .color_text h3{
    color: #73b758;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(2).selected_tick_1 .color_text h3{
    color: #73b758;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(3).selected_tick_1 .color_text h3{
    color: #73b758;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(4).selected_tick_1 .color_text h3{
    color: #73b758;
}
.color_select_row.variant-1.variant-2 .color_select_col:nth-child(5).selected_tick_1 .color_text h3{
    color: #73b758;
}
@media(max-width: 576px){
    .color_select_row.variant-1 .color_select_col .color_img_badge{
        border: 3px solid transparent;
        border-radius: 100%;
        margin: 0;
        width: auto;
        display: inline-block;
    }
    .color_select_row.variant-1 .color_select_col.selected_tick_1 .color_img_badge{
        border: 3px solid #73b758;
        border-radius: 100%;
        margin: 0;
        width: auto;
        display: inline-block;
    }
    .color_select_row.variant-1 .color_select_col .color_img_badge img{
        max-height: 46px;
    }
    .color_select_row.variant-1 .color_select_col{
        flex: 1;
    }
    .color_select_row.variant-1 .color_select_col .color_text h3 {
        font-size: 11px;
        padding: 0;
        font-weight: 600;
    }
    .color_select_row.variant-1 {
        padding: 0px 6px 12px 6px;
        margin: 0 12px;
    }
    .BUNDLE_select h2 br{
        display: none;
    }
    .checkout-phase-one .stock p.button-p {
        line-height: 20px;
        font-size: 2.9vw;
        margin-left: 3px;
        width: unset;
    }
    .checkout-phase-one .stock img.shipicon-blck {
        width: 22px;
    }
    .add__save{
        font-size: 12px;
    }
    .btn_btm a {
        font-size: 1.25rem;
    }
}
#btm_pick_col_4{
    width: 100%;
}
.cross__btn i.fa-times{
    -webkit-text-stroke: 1px red;
    font-size: 20px;
    line-height: 0;
}
.btm_pick_select .cross__btn{
    background-color: #FF0000;
}
.btm_pick_col.btm_pick_selected .cross__btn{
    display: flex;
}

.btm_pick_col .cross__btn{
    display: none;
}
.btm_pick_col.btm_pick_selected .plus__btn{
    display: none;
}
.dogmarker{
    position: absolute;
    top: 18px;
    left: 18px;
}
.dogmarker img{
    max-height: 22px;
    opacity: 0.6;
}
.prod_img{
    position:absolute;
    left: 16px;
}
.prod_bundle_left{
    text-align: right;
}
.prod_bundle_sec_row.recomended__item{
    background: linear-gradient( 1deg, rgba(172, 136, 64, 1) 0%, rgba(233, 211, 109, 1) 47%, rgba(172, 136, 64, 1) 100%);
    flex-direction: column;
    padding: 0px 4px 4px;
}
.b2g1__badge{
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 1;
}
.b2g1__badge img{
    max-height: 55px;
}
.recomended__badge{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    /* padding-right: 45px; */
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.recomended__badge svg{
    margin-right: 5px;
    height: 15px;
    width: auto;
    transform: translateY(-1px);
}
.recommended__main{
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 22px;
    box-sizing: border-box;
    position: relative;
}
.btm_pick_col_4{
    display: flex;
}

@media (max-width: 576px){
    .prod_bundle_sec_row {
        padding: 14px 12px;
    }
    .recommended__main{
        padding: 14px 12px 14px;
    }
    .recomended__badge{
        padding-right: 20px;
        font-size: 12px;
    }
    .recomended__badge svg {
        margin-right: 3px;
        height: 12px;
        width: auto;
        transform: translateY(0px);
    }
    .b2g1__badge img {
        max-height: 48px;
    }
    .prod_bundle_left h3 span {
        font-size: 16px;
    }
    .prod_bundle_left .price_text {
        font-size: 13px;
        font-weight: 600;
        margin-top: 16px;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    .icons-section{
        max-width: 85%;
        margin: 0 auto;
    }
    .certificat-section{
        max-width: 85%;
        margin: 0 auto;
    }
    .prod_img img {
        max-height: 134px;
    }
    .medium__mat .prod_img img{
        max-height: 120px;
    }
    .sm__mat .prod_img img{
        max-height: 122px;
    }
}
@media (max-width: 375px){
    .prod_img img {
        max-height: 132px;
    }
    /* .medium__mat .prod_img img {
        max-height: 104px;
    } */
}
.cart__beta .color_select_row{
    flex-wrap: wrap;
}
.cart__beta .color_select_col {
    margin: 6px;
    width: calc(100% / 5 - 6px);
    border: 2px solid #c1c1c1;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    line-height: 1px;
    overflow: hidden;
}
@media (max-width: 576px) {
    .cart__beta .color_select_col {
        margin: 3px;
        width: calc(100% / 4 - 16px);
    }
    .cart__beta .color_text {
        background: #fff;
        padding: 3px 0;
    }
    .cart__beta .color_text h3 {
        font-size: 12px;
    }
}
@media(max-width: 480px){
    .checkout-phase-one .stock img.shipicon-blck {
        width: 22px;
        height: auto;
        top: 4px;
    }
    .cart__beta .color_text h3 {
        font-size: 9px;
    }
}