img.footer_icone {
    width: 128px !important;
}
body{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    background: #f5f5f5;
}
hmtl { font-size: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
/*! = $rembase: 16px
--------------------------------------------------------------
* hmtl { font-size: 100%; }
* body { font-size: 16px; font-size: 1rem; line-height: 1; }
* 4px    	0.25rem
* 8px		0.5rem
* 12px		0.75rem
* 14px		0.875rem
* 16px		1rem
* 18px		1.125rem
* 20px		1.25rem
* 22px		1.375rem
* 24px		1.5rem
* 32px		2rem
* 36px		2.25rem
* 48px		3rem
* 64px		4rem
* 72px		4.5rem
*/

/*h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
*/
.check_in_span {
    float: left;
    position: relative;

    width: 41px;
    height: 41px;
}
.check_in_span input{
margin-top: 0px !important;

}
.check_in_p {


}

.c-hr-1{
    height: 2px;
    background-color: #f5f5f5;
}
.s-header{
    background: #e71791;
    padding: 10px 0px;
}
.c-htl-1, .c-htl-2, .c-htl-3, .c-htl-4 {
    max-height: 56px;
    width: auto;
}
.c-htl-phone{
    font-size: 20px;
}
.c-htl-4 {
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 40px;
}
.c-htl-phone h2{
    font-weight: bold;
    font-size: 20px;
}
.c-htl-phone h2, .c-htl-phone h3 {
    line-height: 3px;
    text-align: center;
}
.c-htl-phone h3 {
    font-size: 18px;
}
.c-header-top {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.s-offer {
    width: 90% - 4px;
    max-width: 1165px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    margin: 17.6px auto 2%;
    border: 2px dashed #323232;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-around;
    }
       .c-offer-details {
            padding: 35.2px 0px;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            align-items: center;
            flex: 1;
            flex-wrap: wrap;
            display: flex;
        }
            .c-offer-details h1{
                font-size: 28px;
                margin-top: 0;
                text-align: center;
            }
            .c-offer-img {
                max-width: 436px;
                margin: 40px auto 0px;
                display: block;
                max-height: 350px;
            }
.c-panels,
.c-panel {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 17.6px;
}
    .c-panel h2 { 
        font-size: 17px;
        margin: 35.2px 0 8.8px;
    }
.m-round-badge{
    width: 85px;
    height: 85px;
    background-color: #e71791;
    border-radius: 100%;
    justify-content: center;
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    display: flex;
    align-items: center;
    }
.m-round-badge-o {
    width: 85%;
    height: 85%;
    border: 2px dashed #fff;
    position: absolute;
    border-radius: 100%;
    -webkit-animation: rotatebadge 12s linear infinite;
    animation: rotatebadge 12s linear infinite;
}
    .m-round-badge-txt{
        flex: 1;
        padding: 0 17.6px;
        text-align: center;
    }
@-webkit-keyframes rotatebadge {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotatebadge {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}
.m-checkout-header {
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
    }
    .m-checkout-header h3 {
        font-size: 17px;
        font-weight: 700;
        margin: 0;
        color: #e71791;
    }
    .m-checkout-header h4 {
        font-weight: 400;
        font-size: 16px;
        margin: 8.8px 0 0;
        }
        .m-checkout-header h4 span {
            font-weight: 700;
    }

.c-order .c-order-item {
    margin-bottom: 20px;
}
    .c-order-item:first-of-type:before {
        content: "";
        top: -8.8px;
        left: -8.8px;
        position: absolute;
        width: calc(100% + 17.6px);
        height: calc(100% + 17.6px);
        background-color: #ffc500;
        z-index: 0;
        border-radius: 5px;
    }
    .x-best-seller {
        /* content: ""; */
        /* top: -8.8px; */
        /* left: -8.8px; */
        position: relative; /* position: absolute; */
        /* width: calc(100% + 17.6px); */
        /* height: calc(100% + 17.6px); */
        /* z-index: 0; */
        background-color: #ffc500;
        border-radius: 5px;
        /*padding: 5px 0px 10px 0px;*/
        }
        .x-best-seller-arrow {
            position: absolute;
            -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
            left: -30px;
            width: 40px;
            height: 40px;
            background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/31f38bf2-a3b6-49a7-952e-80a3eda6dec4/cf8a173a-c85c-41d1-83f8-a521f69e4169/arrow-round.png") top center no-repeat transparent;
            display: inline-block;
            margin-top: 40px;
        }
        /* will be red only in google chrome */

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .x-best-seller-arrow {top: 0px;}
        }
/*
        .x-best-seller-arrow {
                position: relative;
                top: 30px;
                -webkit-transform: translateY(-40%);
                transform: translateY(-40%);
                left: -30px;
                width: 40px;
                height: 40px;
                background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/31f38bf2-a3b6-49a7-952e-80a3eda6dec4/cf8a173a-c85c-41d1-83f8-a521f69e4169/arrow-round.png") top center no-repeat transparent;
            }*/
.c-list-check {
    list-style: none;
    margin: 20px auto;
    padding: 0px;
}

    .c-list-check li {
        margin: 20px 0px;
    }
        .c-list-check-i {
            width: 30px;
            height: 30px;
            background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/31f38bf2-a3b6-49a7-952e-80a3eda6dec4/cf8a173a-c85c-41d1-83f8-a521f69e4169/arrow-g-round.png") top center no-repeat transparent;
            display: block;
            float: left;
            margin: 0px 10px 0px 0px;
}

.c-radio-sh {
    margin: 30px auto 0px;
    display: block;
    max-width: 270px;
    }
#c-billingadd-info{
    display: none;
}
.c-ccards {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 17.6px;
    }
    .c-ccards-icons {
        width: 60px;
        height: 40px;
        border-radius: 5px;
        display: inline-block;
        margin-left: 15px;
    }
/* Custom Radio */
.radio-custom {
    opacity: 0;
    position: absolute;   
}

    .radio-custom, .radio-custom-label {
        display: block;
        vertical-align: middle;
        margin: 5px;
        cursor: pointer;
        font-weight: normal;
    }
    .radio-custom-label {
        position: relative;
    }

        .radio-custom + .radio-custom-label:before {
            content: '';
            background: #fff;
            border: 3px solid #172969;
            display: inline-block;
            vertical-align: middle;
            width: 25px;
            height: 25px;
            padding: 0px;
            text-align: center;
            float: left;
            margin: 20px 5px 0px 10px;
        }

        .radio-custom + .radio-custom-label:before {
            border-radius: 50%;
        }

        .radio-custom:checked + .radio-custom-label:before {
            content: "\f00c";
            font-family: 'FontAwesome';
            color: #ffc500;
            background: #3b6db5;
        }

        .radio-custom:focus + .radio-custom-label {
          outline: 0px solid #ddd; /* focus style */
        }
.lifew-arrow {
    max-width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px -30px;
}

    .lifetime-warranty {
        display: inline-block;
        max-width: 95%;
    }

    .lifetime-warranty .body {
        font-size: 13px;
        text-align: justify;
        background: #f5f5f5;
        padding: 10px;
        border-radius: 8px;
    }

    .funnel-box {
        margin: 40px 0px 50px;
    }

/* Custom Checkbox */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
    }
    .checkbox-custom, .checkbox-custom-label {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        cursor: pointer;
        }
    .checkbox-custom-label, .radio-custom-label {
            position: relative;
            font-weight: normal;
            font-size: 14px;
        }
        .checkbox-custom + .checkbox-custom-label:before {
            content: '';
            background: #fff;
            border: 3px solid #3b6db5;
            display: inline-block;
            vertical-align: middle;
            width: 25px;
            height: 25px;
            padding: 0px;
            margin-right: 5px;
            text-align: center;
            border-radius: 50px
            }
            .checkbox-custom:checked + .checkbox-custom-label:before {
                content: "\f00c";
                font-family: 'FontAwesome';
                background: #3b6db5;
                color: #f68925;
                }
            .checkbox-custom:focus + .checkbox-custom-label{
              outline: 0px solid #ddd; /* focus style */
            }
.c-60day{
        display: table;
        font-size: 14px;
        margin: 35.2px 0px 0px;
    }
    .c-60day-img {
        width: 100px;
        float: left;
      padding-right: 10px;
    }
    .c-60day-txt {
        font-size: 14px;
        vertical-align: middle;
    }

.c-subcart {
    font-size: 14px;
    width: 100%;
    padding: 20px 5px 20px 10px;
}

.c-payment-totals{
    background: #f5f5f5;
    border-radius: 5px;
    }
    .c-payment-totals .row{
        padding: 15px;
    }
        .m-subcart-cost {
            display: inline-block;
            float: right;
        }
        .m-pt-txt, .m-pt-amount {
            font-size: 14px;
            padding-right: 10px;
            padding-left:  10px;
        }
        .m-pt-total{
                padding-right: 10px;
                padding-left:  10px;
                font-weight: bold;
        }

.s-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background-color: #323232;
    color: #fff;
    font-size: 14px;
}
    .c-footer-link{
        color: #fff;
        text-decoration: none;
    }
    .c-footer-link:hover{
            color: #fff;
        text-decoration: underline;
    }
.c-hr-or {
    display: flex;
    clear: both;
    margin: 15px auto 15px;
}
.c-hr-or-line {
    width: calc(50% - 20px);
    border-bottom: 2px dashed rgba(50,50,50,.1);
    margin: 0px 0px 14px;
}
.c-hr-or-txt {
    width: 40px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}
.c-paypal{
        transition: all .3s ease-out;
    width: 100%;
    height: 50px;
    background-color: #ffc500;
    border-radius: 5px;
    margin: 17.6px auto 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.c-paypal img {
    height: 65%;
    margin: 0 15px;
    max-width: 112px;
}
.c-amazon{ /*not clearly used */
    transition: all .3s ease-out;
    width: 100%;
    height: 50px;
    background-color: #ffc500;
    border-radius: 5px;
    margin: 17.6px auto 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.c-amazon img {/*not clearly used */
    height: 65%;
    margin: 0 15px;
    max-width: 127px;
    }

#AmazonPayButton{
    transition: all .3s ease-out;
    width: 100%;
    height: 50px;
    background-color: #ffc500;
    border-radius: 5px;
    margin: 0px auto 0 !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.c-pay-with-amazon {
    transition: all .3s ease-out;
    width: 100%;
    height: 50px;
    background-color: #ffc500;
    border-radius: 5px;
    margin: 17.6px auto 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    }
    .c-pay-with-amazon img {
        height: 65%;
        max-width: 127px;
        margin: 8px 15px 0px !important;
    }

.c-list-blank {
    list-style: none;
    font-size: 14px;
}
.amazon-button-image-2017{
    max-width: 165px;
    width: 100%;
}
.c-summary h6 {
    font-size: 14px;
    padding: 6px;
}

.c-shipw {
    font-size: 2em;
    color: #c91f3f;
    text-align: right;
    display: inline-block;
    float: right;
}
.c-shipw-txt {
    vertical-align: middle;
    font-size: .9em;
    text-align: left;
    float: left;
    margin-top: 12px;
}

.c-specialnav {
    text-align: center;
}
.c-specialnav-item {
    background: #e4e4e4;
    padding: 5px 25px;
    border-radius: 5px;
    width: 95%;
    display: block;
    color: #a5a5a5;
    }
    .c-specialnav-item.active {
        background: #39aa6c;
        color: #fff;
    }

.c-truck-icon {
    max-width: 100px;
    margin: 0px auto;
}

.c-sslicons {
    max-width: 183px;
    margin: 10px 0px;
}
.encryption {
    text-align: center;
    margin: 20px;
}
.encryption .smaller {
    font-size: 13px;
    color: #c91f3f;
}

.c-ups-product {
    max-width: 420px;
}
.c-ups-product-txt {
    /* background: #cfc; */
    padding: 20px;
    /* box-shadow: 0px 5px 10px -9px #000, 0px -5px 10px -9px #000; */
    /* clear: both; */
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.c-ups-btn svg {
    width: 28px;
    height: 55px;
    position: relative;
    left: 15px;
    top: 50%;
    transform: translateY(15%);
}

.c-ups-btn .table-cell {
    display: table-cell;
}

.table-text {
}

span.text.bigger-text {
    display: inline-block;
    margin: 20px 20px 0px 30px;
}

.c-ups-btn svg path {
    fill: #fff;
}

.c-ups-btn {
    border-radius: 6px;
    background: #1dab6c;
    border: none;
    color: #fff;
    padding: 0px 20px;
    margin: 20px auto;
    display: block;
   transition: 2s ease;
}
.c-ups-btn:hover {
    transform: scale(1.05);
    transition: 1s ease;
    box-shadow: 0px 0px 10px 2px #fff, 0px 0px 20px -2px #888;
}
.no-thankyou .no-button {
    text-align: center;
    color: #a7a7a7;
    font-size: .84em;
    text-decoration: none;
}
.no-thankyou .no-button:hover {
    text-decoration: underline;
}
.no-thankyou {
    text-align: center;
}
select{
    width: 100%;
    height: 53.2px;
}
input, select{
        width: 100% /*calc(100% - 35.2px)*/;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-top: 17.6px !important;
    background-color: #f5f5f5;
    padding: 17.6px !important;
    font-size: 16px !important;
}
input:focus{
    box-shadow: 0 0 0 2px rgba(29,171,108,.5);
}
input[type=submit] {
    transition: all .6s cubic-bezier(0,.3,.7,1);
    background-color: #1dab6c;
    color: #fff;
    font-size: 18px;
    cursor: pointer !important;
    letter-spacing: 1px;
    font-weight: 700;
}
/*input[type=submit]:hover:not(:disabled)*/
input[type=submit]:hover {
    background-color: #188c59;
}
.txt-center{
    text-align: center;
}
.txt-right {
    text-align: right;
}
.padleft20 {
    padding-right: 20px;
}
.padleft30 {
    padding-right: 30px;
}
.padtop30{
    padding-top: 30px;
}
.marbottom20{
    margin-bottom: 20px;
}
.martop30{
    margin-top: 30px;
}
.martop0 {
    margin-top: 0px !important;
}
.t-txt-red{ color: #c91f3f}

section.scraped-container-fluid.s-section.s-offer.m-b {
    display: none;
}
.ff_rr {
    display: none;
}
@media only screen and (min-width: 768px) {
    .c-panel {
        width: 49%;
        margin-right: 1%;
    }
    .c-panel:nth-child(2) {
        margin-right: 0;
        margin-left: 1%;
    }
}

@media only screen and (min-width: 991px) {
    .c-ups-h2 {
        font-size: 21px;
        margin: 0px;
        padding: 0px 20px;
        line-height: 26px;
    }

    .lineh {
        font-size: 21px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 567px) {
 section.scraped-container-fluid.s-section.s-offer.alll {
    display: none;
}
section.scraped-container-fluid.s-section.s-offer.m-b {
    display: block;
}
.ff_rr {
    display: block;
}
.ff_tt {
    display: none;
}
.destop {
    display: none;
}
}


/*! CSS Used from: https://getsilkyskin.co/checkout/css/style.css */
.text-center{text-align:center;}
*,::after,::before{box-sizing:border-box;}
h2{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
h2{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h2{font-size:2rem;}
.col-12,.col-md-6{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
@media (min-width:768px){
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;}
.p-2{padding:.5rem!important;}
.p-3{padding:1rem!important;}
.text-center{text-align:center!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
h2,p{orphans:3;widows:3;}
h2{page-break-after:avoid;}
}
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
p{overflow-wrap:break-word;}
/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h2{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
h2{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h2{font-size:2rem;}
.col-12,.col-md-6{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
@media (min-width:768px){
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;}
.p-2{padding:.5rem!important;}
.p-3{padding:1rem!important;}
.text-center{text-align:center!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
h2,p{orphans:3;widows:3;}
h2{page-break-after:avoid;}
}
/*! CSS Used from: https://getsilkyskin.co/checkout/resources/css/styleupsell.css */
*{padding:0px;margin-top:0px;}
/*! CSS Used from: Embedded */
p{overflow-wrap:break-word;}
.faqr {
    font-size: 25px !important;
    color: #000;
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 12px;
}

