/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.payment_box.payment_method_alg_custom_gateway_1 ol li {
    list-style: decimal;
}

.payment_box.payment_method_alg_custom_gateway_1 ol {
    margin-left: 30px;
}
.bnix-tragop {
    padding: 5px 0;
}
.bnix-tragop-single.fundiin__panel {
    display: flex;
    align-items: center;
	font-size: 17px;
    font-weight: 500;
}
a.fundiin__action {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
a.fundiin__action svg {
    margin-right: 5px;
}
span.data-divided-price {
    background: -webkit-linear-gradient(#06DECD, #744DEF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.data-divided-price span {
    font-weight: 600 !important;
    font-size: 19px;
}
#fundiin__promotion-panel__identity {    
    margin-top: 5px;
    padding: 3px 8px;
    width: fit-content;
    max-width: 480px;
    background: linear-gradient(to right, #06DECD, #744DEF);
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.fundiin_promotion__panel-inner {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.promotion-panel__description p {
    display: inline;
    color: black;
    font-weight: 300 !important;
    font-size: 14px;
}
.fundiin__promotion-trigger {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
}
.promotion-panel__description strong {
    font-weight: 600;
    color: #FFFDC3;
}
#fundiin-guide {border-radius: 20px;}
h3.fundiin-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    clear: both;
    font-family: Roboto,sans-serif;
    line-height: 1;
    margin-bottom: 1em;
    color: #1a3a61;
}
.fundiin__promotion-code, .fundiin__promotion-code1 {
    padding: 3px 5px;
    position: relative;
    border: 5px solid transparent;
    background: #fff;
    background-clip: padding-box;
    font-weight: 500;
    border-radius: 10px;
    margin: 5rem auto;
    z-index: 0;
}
.fundiin__promotion-code::after, .fundiin__promotion-code1::after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to right, #F2AF36, #F44233);
    z-index: -1;
    border-radius: 6px;
}

.fundiin__logo-description {
    font-size: 14px;
}

.icon-box.featured-box {
    box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.1);
}
.fundiin__promotion-condition {
    position: relative;
    margin: 10px 5px;
}
.fundiin__promotion-condition::before {
    content: '';
    position: absolute;
    width: 4px;
    left: -5px;
    display: inline-block;
    border-radius: 2px;
    height: 100%;
    background-color: #f5f5f5;
}
.fundiin__promotion-condition__description {
    position: relative;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    font-size: 14px;
    color: #666;
}
.fundiin__month-repeat {
    display: none;
}
.fundiin__promotion-condition__description span {
    font-weight: 300 !important;
}
#fundiin-readmore {border-radius: 20px;}
@media only screen and (max-width: 48em) {
	<?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?> OR [rank_math_breadcrumb]
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}