.content-custom
{
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 5px;
    width: max-content;
    background: #f5f5f5;
    border-radius: 5px;
    list-style-type: none;
    font-weight: 600;
}
.content-custom li
{
    padding: 10px;
    border-bottom: 1px solid #dddd;
}
.content-custom li:last-child
{
    border: none;
}

/* Pratik Bakım Robotu */
.pratical-robot-title
{
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pratical-robot-title .icon,
.pratical-robot-title .icon a 
{
    font-size: 14px;
    color: #111;;
}
.pratical-robot-title .icon i
{
    background: var(--first-color);
    padding: 7px 7px;
    border-radius: 4px
}
.pratical-robot-body
{
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(49.33%, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    gap: 5px;
}
.pratical-robot-item-title
{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pratical-robot-item select
{
    font-size: 13px;
    font-weight: 500;
}
.card-category
{
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    border-radius: 5px;
}
.card-category .image img
{
    max-width: 75px;
    padding: 10px 0;
}
.home-body .card-category .title
{
    font-size: 12px;
    font-weight: 600;
    height: auto;
    padding: 10px 0;
}
.home-body .pattern-group .p-g-mod .p-g-mod-header
{
    height: auto;
    padding: 0 15px;
    border: none;
}
.home-body .pattern-group .p-g-mod .p-g-mod-header a
{
    font-weight: 600;
}
.banner-kart
{
    overflow: hidden;
    border-radius: 5px;
}
.card-product
{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    margin: 10px 0;
}
.card-product-inner .free-cargo-badge
{
    background: var(--first-color)!important;
    border-radius: 4px;
    left: 10px!important;
    color: #111!important;
}
.card-product-inner .brand
{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
}
.card-product-inner .brand img
{
    max-width: 100px;
}
.card-product-inner .prices .list-price span
{
    text-decoration: line-through;
}
.card-product-inner .prices .list-price strong
{
    font-weight: 500;
    color: red;
    margin-left: 5px;
}
.card-product-inner .prices .sale-price
{
    font-weight: 600!important;
    font-size: 18px!important;
}
.card-product .card-product-inner .buttons .btn-cart
{
    border-color: #ddd!important;
    background: transparent!important;
    color: #666!important;
}
.card-product .card-product-inner .buttons .btn-cart:hover
{
    border-color: var(--first-color)!important;
    background: var(--first-color)!important;
    color: #111!important;
}
.footer-top
{
    padding: 2rem 0;
}
.footer-top .row .col-lg-3
{
    border-right: 1px solid #eee;
}
.footer-top .row .col-lg-3:last-child
{
    border: none;
}
.footer-top .image,
.footer-top .title,
.footer-top .subtitle
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    text-align: center;
}
.footer-top .image
{
    margin-bottom: 10px;
}
.footer-top .title
{
    color: #333;
    font-weight: 600;
}
.footer-top .subtitle
{
    color: #666;
    font-size: 12px;
}
.footer-contact
{
    padding: 3rem;
    border-radius: 2rem;
    background: url(../assets/images/phone-bg.webp) #fed700 center no-repeat;
}
.footer-phone
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.footer-phone .icon i
{
    border: 2px solid #444;
    border-radius: 5px;
    font-size: 16px;
    padding: 1rem;
}
.footer-phone a
{
    font-size: 20px;
    color: #444;
    font-weight: 600;
    line-height: 20px;
}
.footer-phone a strong
{
    font-size: 15px;
    font-weight: 600;
}

.footer-phone a:hover
{
    color: #333;
}
.footer-app-title
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    margin-top: 25px;
}
.footer-app 
{
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .title
{
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 10px;
}
.footer-bottom
{
    padding: 2.5rem 0;
    background: #f8f8f8;
}
.btitle
{
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.bsubtitle
{
    font-size: 12px;
    color: #666;
}
.newsletter-form
{
    position: relative;
}
.newsletter-form i
{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    color: var(--first-color);
}
.newsletter-form input
{
    padding: 1rem 2rem 1rem 3rem;
    border-radius: 32px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    border: none;
    height: auto;
    font-size: 12px;
}
.newsletter-form button
{
    background: var(--first-color);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 32px;
    margin-left: 10px;
}
.footer-social
{
    padding: 1rem 1rem;
    background: var(--first-color);
    border-radius: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    position: absolute;
    bottom: -25px;
    width: 1000px;
}
.footer-social a
{
    color: #333;
    font-size: 16px;
}

.footer-social a:hover
{
    color: white;
}
footer .bar
{
    background: #4b4b4b!important;
}
footer .bar p
{
    color: white!important;
}
.category-filter-order .list-wrap .list
{
    border: 1px solid #eee;
    background: white;
    border-top: none;
}
.category-filter-order .list-wrap .list li.active .lag-checkbox, .category-filter-order .list-wrap .list li:hover .lag-checkbox
{
    background: white;
    font-weight: 600;
    color: #111;
}
.categories-body .p-g-mod-t-cat-filter
{
    background: #f5f5f5!important;
    border-radius: 5px;
    margin-bottom: 1rem;
    border: none;
}
.product-brand img
{
    max-width: 100px;
}
.product-profile-1 h1.title
{
    border: none;
    margin-bottom: 0;
}
.product-profile-info
{
    margin: 1rem 0;
}
.product-profile-info li
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-profile-info li span,
.product-profile-info li a
{
    font-weight: 600!important;
}
.product-profile-info li .product-item-title
{
    max-width: 100px;
    width: 100%;
    position: relative;
}
.product-profile-info li .product-item-title:after
{
    content: ':';
    margin-left: 10px;
    position: absolute;
    right: 0;
}
.product-price-group .discount
{
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    height: 83px;
    width: 66px;
    margin-right: 1.3rem;
    background: url(../assets/images/discount.svg) no-repeat;
}
.product-price-group .prices .sale-price span
{
    font-size: 12px;
    text-align: right;
    color: #666;
}
.product-price-group
{
    margin-top: 1.5rem;
}
.product-taksit
{
    display: inline-block;
    background: var(--first-color);
    padding: 10px;
    border-radius: 10px;
    color: #111;
    font-weight: 600;
    margin-top: 1rem;
}
.product-whatsapp a
{
    font-weight: 500;
    color: #25d366;
}
.product-whatsapp a:hover
{
    color: #128c7e;
}
.product-buttons .btn-cart,
.product-buttons .btn-fast-buy
{
    padding: 1rem 2.5rem;
    border-radius: 15px;
    border: none;
    width: 100%;
}
.product-buttons .btn-cart
{
    background: var(--first-color);
    color: #111;
}
.product-buttons .btn-cart:hover
{
    background: var(--first-color);
}
.product-more
{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: .5rem;
}
.product-more a
{
    color: #666!important;
}
.product-more div a i
{
    margin-right: 10px;
}
.product-quantity .btn
{
    background: white;
}
.product-quantity .btn:hover
{
    background: transparent;
}
.product-quantity input
{
    border: none;
}
.product-profile-1 .product-quantity
{
    border: 1px solid #eee;
    border-radius: 32px;
    overflow: hidden;
}
.product-body .p-g-tab-direction-0
{
    border: 1px solid #eee;
    border-radius: 32px;
    padding: 1rem;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav
{
    background: transparent;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link
{
    color: #666;
    font-weight: 600;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active
{
    color: #111;
    border: none;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active span
{
    border-bottom: 2px solid var(--first-color);
    padding-bottom: 10px;
}
.header-mobil-contact
{
    display: none;
    align-items: center;
    justify-content: space-between;
}
.mobil-phone
{
    background: var(--first-color);
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.mobil-phone a 
{
    color: #111;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobil-whatsapp
{
    background: #25d366;
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.mobil-whatsapp a
{
    color: #111;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fixedHeader
{
    width: 100%;
    position: sticky;
    z-index: 1001;
    top: 0;
    left: 0;
    display: flex;
}
.product-price-group .prices .sale-price
{
    font-size: 34px;
}
.product-price-group .discount .rate 
{
    font-size: 27px;
    font-weight: 700!important;
    line-height: 35px;
}
.product-profile-1 .carousel .carousel-inner
{
    border-radius: 32px;
}
.yedek-parca
{
    margin-bottom: 2rem;
}
.yedek-parca-item
{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 0 0 0;
    text-align: center;
    margin: 0 5px;
}
@media (max-width:991px)
{
    .yedek-parca-item
    {
        margin-bottom: 10px;
    }
}
.yedek-parca-item .head
{
    margin-bottom: 10px;
}
.yedek-parca-item .head span
{
    font-weight: 600;
    font-size: 16px;
}
.yedek-parca-item img
{
    max-width: 60px;
    display: block;
    margin: auto auto 10px auto;
}
.yedek-parca-item ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.yedek-parca-item ul li
{
    padding: 10px;
}
.yedek-parca-item ul li a
{
    color: #111;
    font-weight: 500;
    font-size: 12px;
}
.yedek-parca-item ul li:nth-child(odd)
{
    background: #f5f5f5;
}
.company-text
{
    background: #f5f5f5!important;
    border-radius: 12px;
    padding: 1.5rem;
}
.company-text .p-g-mod-body  
{
    overflow-y: scroll;
    max-height: 245px;
}
.etbis-body
{
    display: flex;
    align-items: center;
}
.etbis-content
{
    background: var(--first-color);
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    color: #333;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 991px)
{
    .product-whatsapp a
    {
        background: #25d366;
        color: #111;
    }
    .newsletter-form
    {
        flex-direction: column;
        margin: 1rem 0;
        gap: 10px;
    }
    .newsletter-form i
    {
        top: 22%;
    }
    .newsletter-form button
    {
        margin-left: 0;
        width: 100%;
    }
    .footer-contact
    {
        padding: 1.5rem;
    }
    .product-head
    {
        flex-direction: column;
        gap: 5px;
    }
    .product-content,
    .product-brand
    {
        width: 100%;
    }
    .card-product-inner .brand 
    {
        position: relative;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}