

.bg-white {
    background-color: #fff;
}

.ftabs-wrap .ftabs,
.ftabs-wrap .fdiff {
    display: none;
}

#product_select_wrap {
    padding: 1px;
    display: flex;
    justify-content: space-between;
    color: #545454;
    line-height: 1.25;
    flex-wrap: wrap;
    width: 320px;
    margin: 0px auto;
}

.product_type_bullets ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.product_type_heading,
.product_type_flex {
    padding: 0.5rem 0.4rem;
    text-align: left;
}

.product_type_heading {
    background: #f1f5f7;
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
}

.product_type_premium .product_type_heading {
    background: #ffffff !important;
    color: #747272;
}

.product_type {
    width: 50% !important;
    cursor: pointer;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: none;
    /* width: 173px; */
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.product_type_check > span {
    width: 23px;
    height: 23px;
    display: block;
    box-shadow: 0px 0px 0px 1px #ccc;
    border-radius: 8px;
}

.product_type_flex {
    display: flex;
    flex-grow: 1;
    padding-top: 0.75rem;
}

.product_type_selected .product_type_check > span {
    background: #ff603c;
    box-shadow: none;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
}

.product_type_bullets li:before {
    position: absolute;
    left: 0;
    top: 1px;
}

.product_type_bullets li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 7px;
}

.product_type_check {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}

#product_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 0.75rem;
}

.product_tile {
    cursor: pointer;
    background: #FFFCEE !important;
    width: 31%;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    margin: 0 5px;
    margin-top: 0.5rem;
    color: #61656c;
    width: 100px;
    border: 1px solid #F8E1B5 !important;
}

.product_tile2 {
    cursor: pointer;
    background: #FFFCEE !important;
    width: 31%;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    margin: 0 5px;
    margin-top: 0.5rem;
    color: #61656c;
    width: 100px;
    border: 1px solid #F8E1B5;
}

#product_tiles .product_amount {
    font-size: 19px;
    display: block;
    color: #e85d3e;
    font-weight: 700;
}

.product_tile:not(:first-child) .product_discount {
    color: #542822;
    font-weight: 600;
}

.product_tile2:not(:first-child) .product_discount {
    color: #542822;
    font-size: 13px;
    font-weight: 600;
}

.product_discount {
    text-transform: capitalize;
    color: #838383;
    font-size: 13px;
    font-weight: 400;
}

.product_type_premium li:before {
    color: #4781f7;
}

.product_type_premium.product_type_selected .product_type_flex {
    background: #4781f7;
}

.product_type_premium.product_type_selected li:before {
    color: #fff;
}

.product_type_premium.product_type_selected li {
    color: #fff;
}

.product_type_heading .rd_diff {
    position: absolute;
    top: 1.25rem;
    right: 10px;
    color: #4781f7;
    background: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product_buy {
    cursor: pointer;
    background: #ffffff;
    color: #fff;
    padding: 0px;
    width: 60%;
    margin: 1rem auto;
    font-size: 19px;
    border-radius: 10px;
}

#product_buy_wrap {
    width: 100%;
    text-align: center;
}

.product_tile.product_selected .product_amount,
.product_tile.product_selected .product_discount {
    color: #61656c;
    font-size: 13px;
    font-weight: 500;
}

.product_tile2.product_selected2 .product_amount,
.product_tile2.product_selected2 .product_discount {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.product_tile.product_selected {
    background: #e85d3e !important;
}

.product_tile2.product_selected2 {
    background: #e85d3e !important;
}

.product_type_bullets .rd_diff {
    text-decoration: underline;
    color: #888;
    display: inline-block;
}

.product_text_blue {
    color: #4781f7;
}

.product_type_premium.product_type_selected .product_text_blue {
    color: #fff;
}

.product_type_premium.product_type_selected .product_type_bullets .rd_diff {
    color: #ccc;
}

.product_price {
    font-size: 42px;
    font-weight: bold;
    padding-top: 1rem;
    font-weight: 600;
}

.product_slash {
    color: #999;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: line-through;
    font-weight: normal;
}

.product_price {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    left: 20px;
    flex-wrap: wrap;
}

.product_price:before {
    content: "$";
    vertical-align: text-top;
    font-weight: 400;
    color: #210e7c!important;
    margin-right: .1em;
    font-size: 24px;
    font-family: 'Poppins';
    position: relative;
    top: -12px;
}

.product_slash:before {
    content: "$";
    font-size: 0.75em;
    vertical-align: top;
    position: relative;
    font-weight: normal;
    color: #999;
    top: 3px;
    margin-left: 5px;
}

.product_savings {
    color: #ff603c;
    font-weight: bold;
    font-size: 18px;
}

.product_savings > span:before {
    content: "$";
    font-size: 0.75em;
    vertical-align: top;
    position: relative;
    font-weight: normal;
    top: 4px;
}

div.product_type_heading {
    font-size: 18px !important;
    text-align: center !important;
    padding: 15px;
}

.product_type {
    overflow: visible;
}

.product_type_heading {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.product_type_flex {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.rd_break:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.disp-none {
    display: none;
}

.disp-none2 {
    display: none;
}

#product_tiles {
    border: 2px solid #333;
    border-bottom: none;
}

#product_buy_wrap {
    border: 2px solid #333;
    border-top: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding-bottom: 1rem;
}

.product_type .product_type_heading {
    border: 2px solid transparent;
    border-bottom: none !important;
}

.product_type:not(.product_type_premium) .product_type_heading {
    border-color: #333;
    border-bottom-color: transparent;
}

.product_regular,
.product_premium {
    width: 100%;
}

.product_premium #product_tiles {
    border-color: #ffffff !important;
}

.product_premium #product_buy_wrap {
    border-color: #ffffff !important;
}

.product_type.product_type_regular.widthfull {
    width: 100% !important;
}

.product_type.product_type_regular.widthfull .product_type_heading {
    text-align: center;
}

.cstm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    align-items: stretch;
    border-radius: 0px 0px 20px 20px !important;
}

.cstm-row .col-md-6 {
    width: 50%;
}

.cstm-row .col-md-7 {
    width: 55%;
}

.cstm-row .col-md-5 {
    width: 45%;
}

.cut-price {
    font-size: 22px;
    text-decoration: line-through;
    color: #727374;
    font-family: 'Poppins';
    font-weight: 600;
}

.update-per {
    color: #FF5722;
    font-size: 21px;
    font-weight: 600;
}

.product_price {
    font-size: 34px !important;
    padding-top: 0rem;
    font-weight: 800 !important;
    color: #241F3D!important;
}

span.product_discount_per {
    font-size: 12px;
    color: #775d51 !important;
    font-weight: 500;
    display: inline-block;
}

.fix-icon {
    position: relative;
    right: -35px;
    top: -14px;
}

.fix-icon i {
    position: absolute;
    font-size: 15px;
    left: 30px;
    top: 2px;
}

#product_tiles i.fas.fa-circle {
    color: #d2dff9;
}

#product_tiles i.fas.fa-check-circle {
    opacity: 0;
}

.product_selected .fa-circle {
    opacity: 0;
}

.product_selected .fa-check-circle {
    opacity: 1 !important;
    color: #ffc700;
}

.product_selected2 .fa-circle {
    opacity: 0;
}

.product_selected2 .fa-check-circle {
    opacity: 1 !important;
    color: #ffc700;
}

.product_price:before {
    content: "$";
    vertical-align: text-top;
    position: relative;
    font-weight: 500;
    color: #000 !important;
    margin-right: 0.1em;
    font-size: 20px;
}

@media (min-width: 768px) {
    #product_select_wrap {
        width: 80vw;
        max-width: 965px;
        min-width: 300px;
    }
    .product_type {
        width: 230px;
    }
    .product_type_bullets ul > li:first-child .rd_break:after {
        display: none;
    }
    .bullet-list {
        display: none;
    }
    .product-feature-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #product_select_wrap {
        width: 95vw;
    }
}

@media (max-width: 767px) {
    .bullet-list ul {
        padding-left: 25px;
    }
    .bullet-list ul li {
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 17px;
    }
    #product_tiles {
        border: none;
        border-bottom: none;
    }
    #product_buy_wrap {
        border: none;
        margin-top: 10px;
    }
    .product_type .product_type_heading {
        border: none;
        border-bottom: none !important;
    }
    .product_type.product_type_regular {
        border: 2px solid #cdcdcd;
    }
    .product_type.product_type_regular.product_type_selected {
        border-color: #03a9f4;
    }
    .product_type.product_type_premium {
        border: 2px solid #cdcdcd;
    }
    #product_select_wrap {
        width: auto;
        margin: 0px 4px;
    }
    .product_type {
        width: 50% !important;
        border-radius: 20px !important;
        border: none !IMPORTANT;
        margin-top: -20px;
    }
    .bullet-list {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .product_type_heading {
        height: 70px;
    }
    .product_tile {
        width: 30%;
        font-size: 13px;
    }
    .product_tile2 {
        width: 30%;
        font-size: 13px;
    }
    .product-feature-mobile {
        width: 100% !IMPORTANT;
        background-color: #ffffff;
        margin: 6px;
        padding: 20px !important;
        border-radius: 10px;
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }
    .product-feature-mobile h5 {
        font-size: 16px !IMPORTANT;
    }
    .product-feature-mobile ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }
    .product-feature-mobile ul li {
        flex: 0 0 48%;
        font-size: 12px;
        margin-bottom: 5px;
        text-indent: -26px;
        padding-left: 20px;
    }
    .product-feature-mobile ul li::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f058";
        color: #6CD817;
        transition: color 0.3s;
        font-size: var(--e-icon-list-icon-size);
        padding-right: 10px;
    }
}

@media only screen and (max-width: 375px) {
    #product_select_wrap {
        width: auto;
        margin: 0px 2px;
    }
}
@media only screen and (max-width: 375px) {
div.product_type_heading {
    font-size: 12px !important;
    text-align: left !important;
    padding: 1rem 10px;
    
}
}

.product_type_premium::before {
    content: "Recommended";
    position: absolute;
    background: #6cd817;
    border-radius: 5px;
    padding: 4px 0.5rem;
    top: 0;
    color: #000 !important;
    right: 1em;
    transform: translateY(-50%);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.product_type_premium .product_type_heading {
    background: #e7ebff !important;
    color: #747272;
}

.product_type .product_type_heading {
    border: 0px solid transparent;
    border-bottom: none !important;
    text-align: center;
    border-radius: 20px 20px 0px 0px !important;
    background-color: #e7ebff !important;
}

.product_type.product_type_regular.product_type_selected .product_type_heading {
    border: 2px solid black;
    background: #ff6f00 !important;
    color: #ffffff !important;
}

.product_premium #product_tiles {
    border-color: #040404 !important;
}

.product_premium #product_buy_wrap {
    border-color: #000000 !important;
}

div#product_buy a {
    display: block;
}

@media only screen and (min-width: 1000px) {
    #product_tiles {
        border: 0px solid #333;
        border-bottom: none;
    }
    #product_buy_wrap {
        border: 0px solid #333;
        border-top: 0;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        padding-bottom: 1rem;
    }
    .product_regular,
    .product_premium {
        width: 100%;
        box-shadow: 0px 0px 10px gainsboro;
        border-radius: 0px 0px 20px 20px;
    }
    .product_type.product_type_regular.product_type_selected .product_type_heading {
        border: 0px solid black;
        background: #ff6f00 !important;
        color: #ffffff !important;
    }
    .product_type.product_type_premium.product_type_selected .product_type_heading {
        border: 0px solid #353535;
        background: #ff6f00 !important;
        color: #ffffff !important;
        }
    .product_type_premium::before {
        content: "Recommended";
        position: absolute;
        background: #6cd817;
        border-radius: 5px;
        padding: 3px 0.5rem;
        top: 30px;
        color: #000 !important;
        right: 1em;
        transform: translateY(-50%);
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (max-width: 700px) {
    .product_type.product_type_selected .product_type_heading {
        border: none !important;
        background: #ff6f00 !important;
        color: #fff !important;
    }
    .product_type_heading {
        border-radius: 10px 10px 0px 0px;
    }
    .product_type_premium::before {
        content: "Recommended";
        position: absolute;
        background: #6cd817;
        border-radius: 10px;
        padding: 3px 0rem;
        top: 30px;
        color: #000 !important;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 600;
        width: 68%;
        text-align: center;
        margin: 0 auto;
        letter-spacing: 2px;
    }
    .product_type.product_type_regular.widthfull .product_type_heading {
        height: 50px;
    }
    .bullet-list ul {
        padding-left: 25px;
        list-style-type: none;
    }
    .bullet-list ul li {
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 17px;
        margin-left: 7px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #product_tiles {
        border: 0px solid #333;
        border-bottom: none;
    }
    #product_buy_wrap {
        border: 0px solid #333;
        border-top: 0;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        padding-bottom: 1rem;
    }
    .product_regular,
    .product_premium {
        width: 100%;
        box-shadow: 0px 0px 10px #d6d6d6;
        border-radius: 0px 0px 20px 20px;
    }
    .product_type.product_type_regular.product_type_selected .product_type_heading {
        border: 0px solid black;
        background: #ff6f00 !important;
        color: #ffffff !important;
    }
    .product_type.product_type_premium.product_type_selected .product_type_heading {
        border: 0px solid #353535;
        background: #ff6f00 !important;
        color: #ffffff !important;
        }
    .product_type_premium::before {
        content: "Recommended";
        position: absolute;
        background: #6cd817;
        border-radius: 5px;
        padding: 4px 0.5rem;
        top: 35px;
        color: #000 !important;
        right: 1em;
        transform: translateY(-50%);
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1000px) {
    .product_type .product_type_heading {
        border: 0px solid transparent;
        border-bottom: none !important;
        font-size: 14px;
    }
}

#product_tiles {
    border: 0px solid #333;
    border-bottom: none;
    background: #fff !important;
}

#product_buy_wrap {
    border: 0px solid #333;
    border-top: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding-bottom: 1rem;
    background: #fff !important;
}

img.securelogos {
    width: 70% !important;
}

#product_buy {
    cursor: pointer;
    background: #6CD817 !important;
    color: #FFF;
    padding: 0px;
    width: 90%;
    margin: 1rem auto;
    font-size: 19px;
    border-radius: 10px;
}

.pt-20 {
    padding-top: 20px;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
{
    #product_select_wrap {
        width: 100% !important;
    }
    .product_type {
        width: 50%;
    }
    .product_type_premium {
        margin-left: 0px !important;
    }
    .product_type_premium .product_type_heading {
        background: #e7ebff !important;
        color: #747272;
        font-size: 18px !important;
    }
    div.product_type_heading {
        padding: 1rem 10px;
        font-size: 14px !important;
    }
}

img.mobileseal {
    width: 82% !important;
}

@media only screen and (max-width:700px) {
    .fix-icon {
        position: relative;
        right: -28px!important;
        top: -12px!important;
    }
    .glsr-summary {
        align-items: center;
        display: flex;
        flex-wrap: nowrap !important;
        font-size: var(--glsr-summary-text);
        max-width: var(--glsr-max-w);
        position: relative;
        width: 100%;
        left: 0% !important;
    }
    img.stars1.entered.lazyloaded {
        width: 83% !important;
        margin-bottom: 11px;
    }
    p.startext {
        font-size: 13px !important;
        display: inline-table !important;
        position: relative;
        top: -4px;
        left: 5px;
        padding: 0 25%;
        line-height: 17px;
    }
    .bullet-list ul li::before {
        content: "âœ… ";
        position: absolute;
        left: 11px;
        color: #ffffff;
        font-weight: 600;
    }
    div#product_select_wrap {
        box-shadow: 0 0 30px #3f51b536;
        border-radius: 20px !important;
        margin-top: 20px;
    }
    a.tooltip {
        display: none !important;
    }
    .product_regular, .product_premium {
        padding: 0px 7px !important;
    }
    .product-feature-mobile {
        width: 100% !IMPORTANT;
        background-color: #ffffff;
        margin: 6px 13px;
        padding: 20px;
        border-radius: 10px;
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }
    .product_regular, .product_premium {
        width: 100%;
        background: #fff !important;
        border-radius: 30px !important;
    }
    b, strong {
        font-weight: bolder;
        margin: 0px 0px !important;
    }
}

@media only screen and (min-width:1000px) {
    img.stars1.entered.lazyloaded {
        width: 79% !important;
        margin-bottom: 10px !important;
    }
    .startext {
        font-size: 12px;
        display: inline-flex;
        position: relative;
        margin-left: 9px;
        top: -4px;
    }
    .row.cstm-row {
        padding-top: 28px !important;
    }
}

b, strong {
    font-weight: bolder;
    margin: 0px 0px !important;
}

@media only screen and (min-width:400px) and (max-width:767px) {
    .product_type .product_type_heading {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .fix-icon {
        position: relative;
        right: -24px!important;
        top: -13px!important;
    }
    #product_tiles .product_amount {
        font-size: 16px !important;
        display: block;
    }
}

@media only screen and (min-width:1000px) {
    .cut-price {
        font-size: 18px;
        text-decoration: line-through;
        color: #727374;
        font-family: 'Poppins';
        font-weight: 600;
        position: relative;
        left: 10px;
        top: -10px;
    }
    .update-per {
        color: #FF5722;
        font-size: 21px;
        font-weight: 600;
        position: relative;
        left: -30px;
    }
}

.tabss .product_type.product_type_regular.product_type_selected .product_type_heading {
    border: 0px solid black;
    background: #ff6f00 !important;
        color: #ffffff !important;
}

.tabss .product_type .product_type_heading {
    text-align: center;
    border-radius: 20px 20px 0px 0px !important;
    background-color: #F1ECFF !important;
}

.tabss #product_tiles i.fas.fa-circle {
    color: #ffeae1;
}

.tabss #product_buy {
    cursor: pointer;
    background: #FF854C !important;
    padding: 0px;
    margin: 1rem auto;
    font-size: 19px;
    border-radius: 10px;
    border: 3px solid #FF854C;
    color: #fff !important;
}

.tabss .product_type.product_type_premium.product_type_selected .product_type_heading {
        border: 0px solid #353535;
        background: #ff6f00 !important;
        color: #ffffff !important;
        font-weight: 700;
}

.tabss .product_type_premium::before {
    content: "Recommended";
    position: absolute;
    background: #ffc700;
    border-radius: 5px;
    padding: 4px 0.5rem;
    top: 0;
    color: #000 !important;
    right: 1em;
    transform: translateY(-50%);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

.tabss #product_select_wrap {
    width: 100% !important;
}

.tabss .product_type {
    width: 50% !important;
    height: 54px;
}

.product_type.product_type_selected {
    width: 50% !important;
}

.tabss div.product_type_heading {
    padding: 1rem 10px;
    font-size: 18px !important;
}

.tabss .product_selected .fa-check-circle {
    opacity: 1 !important;
    color: #ffc700;
}

.tabss #product_buy:hover {
    background: #ff854c !important;
    border: 3px solid #ff854c!important;
}

.tabss .product_type .product_type_heading {
    text-align: center;
    border-radius: 20px 20px 0px 0px !important;
    background-color: #fff8dd !important;
    font-family: 'Poppins';
    color: #707070;
    font-weight: 600;
}

.tabss .product_type.product_type_regular.product_type_selected .product_type_heading {
    border: 0px solid black;
    background: #ff6f00 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.product_selected .product_amount {
    color: #fff !important;
}

.product_selected .product_discount {
    color: #fff !important;
}

.right-diff-sec {
    padding: 30px 30px 30px 10px;
}

.right-diff-sec ul {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.right-diff-sec ul li {
    flex: 0 0 45%;
    font-size: 13px;
    margin-bottom: 9px;
    font-weight: 500;
    text-indent: -10px;
    margin-left: 20px;
}

.right-diff-sec ul li span i {
    color: #FF854C;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.right-diff-sec ul li span {
    margin-right: 3px;
}

.top-sec .csh5 {
    margin: 10px 0px 20px;
    font-size: 16px;
    font-weight: 600;
}

.cstm-row .col-md-5 {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.update-per-1 {
    font-size: 13px;
    color: grey;
    display: flex;
    width: 100%;
    font-weight: 500;
    text-align: left;
    position: relative;
    top: -15px;
    left: 15px;
    align-items: center;
}

.update-per-1 span {
    color: green;
    font-weight: 600;
}

.tooltip-link {
    background-color: #2c225c;
    color: #fff;
    width: 15px !important;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top: -3px;
    left: 10px;
    padding: 0;
    border: none;
}

.tooltip, .tooltip2 {
    border: 1px solid #000;
    display: inline-block;
    padding: 20px;
    -webki-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background-color: #fff;
    width: 24%;
    text-align: center;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
}

.tooltip.abierto {
    visibility: visible;
    opacity: 1;
}

.product_tile2.product_selected2 .product_amount {
    color: #fff !important;
}

.right-diff-sec button:hover {
    color: #fff;
    background-color: #ffc700!important;
    text-decoration: none;
}

.crown-img-2 {
    width: 7%;
    position: relative;
    top: 0px;
}

.fix-icon .fa-check-circle:before {
    content: url(../img/mark.svg) !important;
    background-size: contain !important;
    position: relative;
    right: 7px;
}

.animate.in-view {
    opacity: 1;
    transform: none;
}

.animate[data-animation^=fade].in-view {
    opacity: 1;
    visibility: visible;
}

.animate.is-animated {
    pointer-events: auto;
}

.animate {
    pointer-events: none;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-property: opacity, transform;
}

.reel-previews {
    border-radius: 12px;
    max-width: 100%;
    margin: 1rem auto;
}

.reel-previews__top {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.reel-previews__body {
    overflow: hidden;
}

.reel-previews .reel__wrap {
    display: grid;
    grid-template-rows: 2fr 2fr;
    grid-auto-flow: column;
    overflow-x: auto;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 0px;
}

.reel-previews .reel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 3px 5px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0 0 2px #e6e6fd;
    border: 1px solid #e6e6fd;
}

.is-animated .reel-previews .reel {
    animation: zoom-in .2s linear forwards;
}

.reel-previews .reel__avatar {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 999px;
    overflow: hidden;
    margin-right: 10px;
}

.reel-previews .reel__info {
    font-size: 11px;
    margin-right: auto;
    color: #000;
}

.reel-previews__badge {
    background-color: #fff7d9;
    font-size: 12px;
    color: #ad8d1d;
    padding: 7px 12px;
    font-weight: 600;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 10px;
}

.reel-previews__badge img {
    width: 12%;
    margin-right: 5px;
}

.reel__username {
    filter: blur(2px);
    color: #323232;
}

.reel-previews .reel__wrap {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
    overflow-x: auto;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 0px;
    scrollbar-color: #FF854C #edecec;
    scrollbar-width: thin;
}

.bottom-sec {
    padding: 10px 40px;
}

.price-ico {
    margin: 0 3px;
}

.product_type_selected .product_type_heading {
    padding: 20px !important;
    margin-top: 30px;
}

.btm-noti {
    font-size: 12px;
    color: gray;
    font-style: italic; 
    text-align: center;
}

.btm-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btm-left .exh5 {
    margin: 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #241f3d;
}

.btm-sec {
    padding-top: 20px;
}

.btm-right {
    padding-right: 10px;
    display: flex;
}

.rating-sec {
    display: flex;
    align-items: center;
}

.rating-sec p {
    font-size: 18px !important;
    font-weight: 700;
    color: #6cbd2c;
    margin: 0;
}

.rating-sec span {
    font-size: 11px;
    line-height: 13px;
    margin-left: 8px;
    font-weight: 600;
    color: #241f3d;
}

.reel__time {
    font-size: 10px;
    color: #c7c7c7;
}

.btm-right img {
    width: 67%;
}

.top-sec [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #000 !important;
    outline: none;
}

.close-icon, .close-icon2 {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 16px; 
}

.bestsell {
    position: absolute;
    font-size: 10px;
    color: #41360f;
    font-weight: 500;
    background-color: #ffc700;
    width: 100px;
    margin-left: -16px;
    overflow: hidden;
    padding: 2px;
    border-radius: 0px 0px 8px 8px;
    margin-top: 2px;
}

.inflex li {
    flex: 0 0 100% !important;
}

.noinflex li {
    flex: 0 0 100% !important;
}

.product_type.product_type_regular.widthfull .crown-img-2 {
    width: 3%;
}

@media only screen and (max-width:700px) {
    b, strong {
        font-weight: bolder;
        margin: 0px 0px !important;
    }
    .product_price {
        font-size: 41px!important;
        padding-top: 0rem;
        font-weight: 800!important;
        color: #241f3d!important;
    }
    .cut-price {
        font-size: 16px;
        text-decoration: line-through;
        color: #727374;
        font-family: 'Poppins';
        font-weight: 600;
        margin-left: 4px;
    }
    .product_premium {
        border-radius: 0px 0px 20px 20px !important;
    }
    .product_regular {
        border-radius: 0px 0px 20px 20px !important;
    }
    .tabss .product_type_premium::before {
        content: "Recommended";
        position: absolute;
        background: #ffc700;
        border-radius: 5px;
        padding: 4px 0.5rem;
        top: 0;
        color: #000 !important;
        right: 1em;
        transform: translateY(-50%);
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        width: 65% !important;
        left: 50px;
    }
    .cstm-row .col-md-6 {
        width: 100%;
    }
    .tabss div.product_type_heading {
        font-size: 14px !important;
        text-align: left !important;
    }
    img.crown-img-2 {
        width: 100%;
        float: right;
    }
    .right-diff-sec ul li {
        flex: 0 0 100%;
    }
    .tooltip {
        width: 75%;
    }
    .fix-icon .fa-check-circle:before {
        right: 0px;
    }
    .product_price {
        font-size: 28px !important;
        left: 5px;
    }
    .product_price:before {
        position: relative;
        top: -7px;
    }
    .btm-noti {
        font-size: 10px;
    }
    #product_buy_wrap {
        padding-bottom: 0;
    }
    .right-diff-sec {
        padding: 10px;
    }
    .btm-right {
        text-align: center !important;
        justify-content: center;
    }
    .btm-right img {
        width: 38%;
        margin-left: 15px;
    }
    .btm-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }
    .product_type_heading {
        display: flex;
        justify-content: space-between;
    }
    .crown-img-2 {
        top: 0px;
    }
    span.crwn-sp {
        width: 25%;
    }
    .bestsell {
        width: 29%;
    }
    .product_type.product_type_regular.widthfull.product_type_selected {
        height: 38px;
    }
    .product_type.product_type_regular.widthfull .crown-img-2 {
        width: 33%;
    }
    .product_discount {
        width: 100%;
        display: block;
    }
}

.product_tile.product_selected span.product_discount_per {
    color: #fff !important;
}

.product_tile2.product_selected2 span.product_discount_per {
    color: #fff !important;
}