.FBIcontainer {
    position: relative;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.FBIproducts {
    display: flex;
    gap: 0px 0px;
    width: 100%;
    justify-content: center;
}

.FBIproducts_main {
    position: relative;
    padding: 20px 0;
    width: 60%;
}

.FBIproduct {
    position: relative;
    width: 225px;
}

.FBIproducts .slick-track {
    margin-left: 0;
}

.FBIproducts .FBIproduct .FBIproduct-image-item {
    position: relative;
    width: 100%;
    height: 10em;
}

.FBIproducts .FBIproduct .FBIproduct-image-item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.FBIproducts .FBIproduct .FBIproduct-image-item::after {
    content: ' ';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 12px;
    height: 12px;
    right: -6px;
    top: 0;
    bottom: 0;
    background: url('https://cdn11.bigcommerce.com/s-39xanplrth/stencil/e3db0dd0-34ae-013a-2017-2e279271a1a0/e/f2996160-34cd-013a-3206-1eb82c52fc0f/img/add-plus-button.svg') no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 10;
}

.FBIcontainer .FBIsection {
    display: flex;
    align-items: center;
}

.FBIproducts .FBIproduct:first-child .FBIproduct-image-item {
    padding-left: 0;
}

.FBIproducts .FBIproduct .FBIproduct-image-item .FBI-product-image-link {
    text-decoration: none;
    outline: none;
}

.FBIproducts .FBIproduct:last-child .FBIproduct-image-item::after {
    content: '';
    background: none;
}

.FBIcontainer .FBIsection .FBIadd-to-cart {
    width: 40%;

    text-align: center;
}

.FBIcontainer .FBIsection .FBIadd-to-cart p.FBI-text-price {
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}

.FBIcontainer .FBIsection .FBIadd-to-cart p.FBI-text-price span.FWN-total-price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.FBIcontainer .FBIsection .FBIadd-to-cart button.FBItotal-add-to-cart-button-style {
    display: inline-block;
    padding: 10px 34px;
    font-size: 13px;
    margin: 0;
    letter-spacing: .05em;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.FBItitle {
    text-align: center;
}

.FBIcontainer input.FBI-product-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.FBIcontainer input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.FBIcontainer label {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.FBIcontainer label span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.FBIcontainer label span {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.FBIcontainer label span svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.FBIcontainer label span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.FBIcontainer label:hover span {
    border-color: #506EEC;
}

.FBIcontainer input.FBI-product-checkbox:checked+label span {
    background: #506EEC;
    border-color: #506EEC;
}

.FBIcontainer input.FBI-product-checkbox:checked+label span svg {
    stroke-dashoffset: 0;
}

.FBIcontainer label {
    position: relative;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.FBI-product-title {
    margin-bottom: 5px !important;
}

.FBIcontainer label {
    font-size: 14px;
    font-weight: 400;
}

.FBIcontainer label span {
    font-weight: 600;
}

.FBIcontainer .FBI_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000085;
    display: none;
}

.FBIcontainer .FBI_overlay .FBIspinner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.FBIcontainer .FBI_overlay .FBIspinner .circle {
    animation: spinners linear infinite;
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-radius: 50%
}

.FBIcontainer .FBI_overlay .FBIspinner .one {
    width: 50px;
    height: 50px;
    border-top-color: #fff;
    animation-duration: .85s
}

.FBIcontainer .FBI_overlay .FBIspinner .two {
    width: 70px;
    height: 70px;
    border-top-color: #fff;
    animation-duration: .95s
}

.FBIcontainer .FBI_overlay .FBIspinner .three {
    width: 100px;
    height: 100px;
    border-top-color: #fff;
    animation-duration: 1.05s
}

.FBIcontainer .FBI_message {
    display: none;
    text-align: center;
}

.FBIproducts_arrow .next {
    display: flex;
    position: absolute;
    height: 40px;
    padding: 0 15px;
    align-items: center;
    right: 0;
    top: 50%;
    color: #fff;
    background: #000000a8;
    cursor: pointer;
}

.FBIproducts_arrow .prev {
    display: flex;
    position: absolute;
    height: 40px;
    cursor: pointer;
    padding: 0 15px;
    align-items: center;
    left: 0;
    top: 50%;
    color: #fff;
    background: #000000a8;
}

.FBIproduct-image-item.active {
    opacity: 0.5;
}





/**
* Theme one
*/

#FBI_theme_one .freuuency_box .frequency-price-box .products-box {
    display: flex;
}

#FBI_theme_one .freuuency_box .frequency-price-box .h1 h1 {
    font-size: 32px;
    font-family: system-ui;
    font-weight: 700;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .img {
    width: 12%;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .img img {
    width: 100%;
    margin-bottom: -9px;
    margin-top: -6px;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {

    content: "+";
    font-size: 26px;
    font-weight: 900;
    padding: 4px 12px;
    background: #f4f4f4;
    border-radius: 30px;
    margin-left: 57px;
    position: relative;

}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products {
    padding-left: 15px;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .h2 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: system-ui;
    font-weight: 700;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .price-teg h3 {
    font-family: system-ui;
}

#FBI_theme_one .freuuency_box .frequency-price-box .products-box:last-child .img::after {
    content: "";
    background: none;

}

#FBI_theme_one .freuuency_box .footar {
    display: flex;
    border-top: 1px solid;
    margin-top: 15px;
}

#FBI_theme_one .freuuency_box .footar .price {
    display: flex;
}

#FBI_theme_one .freuuency_box .footar .price .h2 h2 {
    font-size: 20px;
    font-family: system-ui;
    font-weight: 600;
    color: gray;
}

#FBI_theme_one .freuuency_box .footar .price .h3 h3 {
    font-size: 19px;
    font-family: system-ui;
    font-weight: 700;
}

#FBI_theme_one .freuuency_box .footar .btn {

    margin-top: 14px
}

#FBI_theme_one .freuuency_box .footar .btn button {
    padding: 10px 20px;
    border-radius: 19px;
    border: none;
    background: #04da88;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 600;
}

#adminmenu .toplevel_page_buy-together .wp-menu-image img {
    opacity: 1 !important;
}
.FBI-price-head{
    /* display: none; */
    text-align: center;
}

@media (max-width:1024px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .h1 h1 {
        font-size: 43px;
        font-weight: 700;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img {
        width: 20%;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .h2 h2 {
        font-size: 26px;
        font-weight: 700;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .price-teg h3 {

        font-size: 19px;
        font-weight: 700;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {
        font-size: 31px;
        font-weight: 900;
        padding: 7px 16px;
        margin-left: 82px;
    }

    #FBI_theme_one .freuuency_box .footar .price .h2 h2 {
        font-size: 23px;
    }

    #FBI_theme_one .freuuency_box .footar .price .h3 h3 {
        font-size: 21px;
    }

    #FBI_theme_one .freuuency_box .footar .btn button {
        padding: 15px 28px;
        font-size: 20px;
        font-weight: 700;
        border-radius: 30px;
    }
}

@media (max-width:991px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {
        margin-left: 70px
    }

    .FBIproducts_main {
        width: 100%;
    }

    .FBIsection {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media (max-width:991px){
    .FBIproducts .FBIproduct .FBIproduct-image-item::after{
        display: none;
    }
}
.FBIproducts_arrow {
    display: none !important;
}
@media (max-width: 768px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {
        margin-left: 54px;
    }


}

@media (max-width:540px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .h1 h1 {
        font-size: 31px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img {
        width: 23%;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .h2 h2 {
        font-size: 16px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .price-teg h3 {
        font-size: 13px;
        font-weight: 700;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {
        margin-left: 42px;
        padding: 5px 12px;
    }

    #FBI_theme_one .freuuency_box .footar .price .h2 h2 {
        font-size: 18px;
    }

    #FBI_theme_one .freuuency_box .footar .price .h3 h3 {
        font-size: 16px;
    }

    #FBI_theme_one .freuuency_box .footar .btn {

        margin-top: 10px;
    }

    #FBI_theme_one .freuuency_box .footar .btn button {
        padding: 9px 22px;
        font-size: 11px;
    }

    #FBI_theme_one .freuuency_box .footar {
        display: block;
    }
}

@media (max-width:410px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .h1 h1 {
        font-size: 27px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .price-teg h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .h2 h2 {
        font-size: 14px;
        margin-top: -5px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img::after {
        margin-left: 35px;
        padding: 0px 6px;
        font-size: 23px;
    }

}

@media (max-width:375px) {
    #FBI_theme_one .freuuency_box .frequency-price-box .h1 h1 {
        font-size: 25px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .intro-products .h2 h2 {
        font-size: 14px;
    }

    #FBI_theme_one .freuuency_box .frequency-price-box .products-box .img {
        width: 26%;
    }
}

/**
* Theme one - End
*/
@keyframes spinners {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
@media screen and (max-width:991px) {
    .FBIcontainer .FBIsection {
        grid-template-columns: 100%;
        padding: 20px 0;
    }
    .FBIproducts_main {
        padding: 0;
    }
    .FBIproducts {
        padding: 0;
    }
    .FBIcontainer .FBIsection .FBIadd-to-cart,
    .FBIcontainer .FBIsection .FBIadd-to-cart p.FBI-text-price {
        text-align: center;
        width: fit-content;
        margin: 10px auto 10px;
    }
}
.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select{
    padding: 0px 15px 0px !important;
}