/**
* Theme Name: Medibazar Child
* Description: This is a child theme of Medibazar, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: medibazar
* Version: 3.1.16
*/

.bakix-details-tab ul li a{
    padding-right: 35px;
}
.product-03-wrapper {
    padding: 8px 9px 8px 5px;
}
/* Product Image Box */
.pro-ful-tab .product-02-img{
    position:relative;
    height:260px;
    padding:20px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden; 
    aspect-ratio:1/1;
    min-height:260px;
}

.pro-ful-tab .product-02-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}
/* Image Link */
.pro-ful-tab .product-02-img > a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Product Image */
.product-02-img img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:all .3s ease;
}

/* Hover Effect */
.product-03-wrapper:hover .product-02-img img{
    transform:scale(1.05);
}

.product-text {
    margin-top: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .product-03-wrapper .product-text h4 {
        font-size: 15px;
    }
}
nav.woocommerce-pagination.klb-load-more {
    text-align: center;
}
.pro-tag {
    top: 9px;
    left: 11px;
}
.badge-tag {
    position: absolute;
    z-index: 1;
}

.bannerss-button {
    display: block;
    position: fixed;
    bottom: 75px;
    right: 42px;
}
.banner-text {
    position: absolute;
    top: unset;
    left: 50px;
    right: 50px;
    bottom: 51px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-text {
        bottom: 49px;
        left: 20px;
        top: unset;
    }
}

.c-btn {
    background: #f52f31 !important;
}

 .red-b-button > a {
    color: #fff  !important;
    padding: 10px 24px 11px 26px;
    border-radius: 50px;
    background: #f52f2f;
}
.test-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 20px;
}

.test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .pro-ful-tab .product-02-img{
        width: 100%;
    }
    .container-fluid.pr-165 {
        padding-right: 0px;
    }
    .container-fluid.pl-165 {
        padding-left: 28px;
    }
    .product.type-product .shop-banner-area.pt-100{
        padding-top: 22px;
    }
    h1.product_title.entry-title {
    font-size: 23px;
    }
    .bakix-details-tab ul li a {
        font-size: 22px;
    }
    h2.related-title { 
    font-size: 24px;
    } 
img.logo_dark {
    width: 50%;
}
.breadcrumb-text h2 {
    font-size: 26px;
}
    .breadcrumb-menu li span {
        font-size: 18px;
    }
    .breadcrumb-menu li a {
        font-size: 18px;
    }
    .klb-breadcrumb-wrapper ul.breadcrumb-menu { 
        padding: 15px 29px; 
    }
}
#scrollUp{
    right: 34px;
    bottom: 100px;
} 