/*fbt pdp*/
.fbt-section{
    position: relative;
    margin: 10px 0 30px;
}

.fbt-section .pdp-fbt{
    padding: 10px;
    display: flex;
}

.fbt-section .fbt-block{
    background:#fff;
    padding: 10px 10px 140px 10px;
}
.fbt-section .fbt-block:first-of-type{margin-left: 0px;}

.fbt-section .fbt-total{text-align:center;}
.fbt-section .fbt-total span{margin-right:10px;font-size:18px;}

.fbt-block .fbt-checkbox{
    position:absolute;
    top:10px;
    left:10px;
    width:20px;
    height:20px;
    z-index:100;
}
.fbt-block .fbt-image{}
.fbt-block .fbt-thumb-details{}


@media(max-width:480px){
    .fbt-section .fbt-total .add-to-cart {
        font-size:14px;
        padding:10px 15px;
    }
    .fbt-section .fbt-total{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
}
@media(max-width:768px){
    .fbt-block.thumb-theme .prices-delivery-options .delivery-options .d-flex{margin-right:10px;}
    .fbt-block.thumb-theme .prices-delivery-options .delivery-options .d-flex .ms-2{display:none;}
    .fbt-block .fbt-image{width:33%;float:left;}
    .fbt-block .fbt-thumb-details{width:66%;float:left;margin-left:1%;}
    .fbt-block.thumb-theme .delivery-options{border:none;}    
}
@media (min-width:768px) and (max-width:990px){
    .fbt-block .fbt-image{width:20%;float:left;}
    .fbt-block .fbt-thumb-details{width:79%;float:left;margin-left:1%;}
    .fbt-block.thumb-theme .prices-delivery-options .delivery-options .d-flex{margin-right:20px;}
}
@media(max-width:990px){
    .pdp-fbt{flex-direction:column;}
    .fbt-section .fbt-block{width:100%}
    
    .fbt-section .fbt-total span{padding: 10px 5px;}
    .fbt-block.thumb-theme{
        margin-bottom: -1px;
        border:1px solid #ccc;
        padding: 10px;
    }
    .fbt-block.thumb-theme .prices-delivery-options{
        position:static!important;
        width:auto!important;
    }
    .fbt-block.thumb-theme .prices-wrap-theme{margin-bottom:0px;}
    .fbt-block.thumb-theme .prices-delivery-options .delivery-options{margin-top:5px;padding: 0px;display:flex;flex-direction:row;}    
    .fbt-block.thumb-theme .prices-delivery-options{height:auto;}
}
@media(min-width:991px){ 
   .pdp-fbt .fbt-block .thumb-grid:before {
        content: '\f64d';
        display: block;
        font-family: bootstrap-icons !important;
        font-size: 18px;
        position: absolute;
        top: 38%;
    }
    .pdp-fbt .fbt-block:first-of-type .thumb-grid:before{content: "";}
    .fbt-section .fbt-block{
        width: 32%;
        margin-left: 2%;
    }
}
@media(min-width:769px) and (max-width:990px){
    .pdp-fbt .fbt-block .thumb-grid:before{left: -17px;}
}
@media(min-width:991px){
    .pdp-fbt .fbt-block .thumb-grid:before {left: -19px;}
}