﻿body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.js-options {
    display: block
}

.instagram-btn {
    display: none;
}

    .instagram-btn img {
        width: 100%;
        display: block;
        border-radius: 4px;
        margin-bottom: 10px
    }

.bg-green {
    background-color: #058605 !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.btn-whatsapp-lg {
    font-size: 14px !important;
    padding: 12px !important;
}

.embed-container {
    position: relative;
    overflow: hidden;
    height: 300px
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio-container.ratio-16-9 {
    padding-top: calc(9 / 16 * 100%);
}

.aspect-ratio-container {
    position: relative;
    height: 0;
    padding-top: calc(3 / 4 * 100%);
}

.aspect-ratio-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.font-color-theme {
    color: #d89431 !important;
}

.bg-color-theme {
    background-color: #d89431 !important;
}

.fixed-price-tag {
    width: 30%;
    padding-left: 15px;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    padding-top: 9px;
    color: #000;
    font-weight: bold
}

.top-bar {
    background-color: #218daf;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
}

.top-bari {
    margin-right: 5px
}

header .logo-container {
    float: left;
    position: relative;
    width: 160px;
    height: 84px;
    margin-left: 10px
}

    header .logo-container img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

* {
    box-sizing: border-box;
}

.full-menu {
    width: 100%;
    background-color: #218daf;
    text-align: left;
}

    .full-menu a {
        display: inline-block;
        padding: 15px 7px;
        color: #fff !important;
        font-size: 14px;
        text-decoration: none !important;
        underline: none !important;
    }

header .cart-container {
    float: right;
    background-color: #ddd;
    border-radius: 4px;
    margin-top: 22px;
    color: #000;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

    header .cart-container > i, header .cart-container > svg {
        padding-right: 5px;
        margin-right: 2px
    }

    header .cart-container > svg {
        width: 20px;
        margin-top: -3px;
    }

.product-box {
    width: 100%;
    display: inline-block;
    float: left;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
    text-decoration: none !important;
}

    .product-box .inner {
        position: relative;
        background-color: #fff;
        border: #e2e6eb 1px solid;
        border-radius: 6px;
        height: 420px;
        overflow: hidden;
    }

        .product-box .inner:hover {
            border: #d89431 1px solid;
        }

        .product-box .inner > img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
            height: 300px;
            width: 100%;
            padding-bottom: 0px;
            object-fit: contain;
        }

    .product-box h1 {
        font-size: 15px;
        font-weight: normal;
        padding: 5px 2px;
        margin-bottom: 0px;
        color: #000;
        text-align: center;
        min-height: 46px;
    }

    .product-box .price-box {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 5px;
        width: 100%;
    }

        .product-box .price-box span {
            display: block;
        }

            .product-box .price-box span.last {
                text-decoration: line-through;
                font-size: 13px;
            }

            .product-box .price-box span.price {
                color: #d89431;
                font-size: 16px;
                margin-top: -5px;
                font-weight: bold;
            }

    .product-box .product-btn {
        display: block;
        width: 100%;
        padding: 7px;
        background-color: #d89431;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .product-box:hover .product-btn {
        background-color: #000
    }

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: #ddd 1px solid;
}

    footer a {
        color: #fff;
        display: inline-block;
        font-size: 11px;
        padding: 5px;
        font-weight: bold
    }

    footer p:first-child > img {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

.right-bar-container {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: hsla(0, 0%, 0%, 0.45);
}

    .right-bar-container > .inner {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        background-color: #fff;
        border-left: #ddd 1px solid;
        height: 100%;
    }

#productImages {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #productImages img {
        max-width: 100%;
        max-height: 550px;
        display: block;
        margin: 0px auto;
        height: 408px;
        object-fit: cover;
    }

.product-info {
    padding: 10px;
    margin-top: 10px;
    border: #ddd 1px solid;
}

.product-price {
    margin-top: 14px;
}

.product-info h1 {
    font-size: 22px;
    color: #000;
}

.product-info .price-old {
    text-decoration: line-through;
    color: #d0d0d0;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 6px;
}

.product-info .price {
    color: #d89431;
    font-size: 20px;
    font-weight: 500;
}

.qty-selector-input {
    font-size: 12px;
    padding-left: 16px;
    width: 100%;
    height: 43px;
}

.button-dgn:hover {
    text-decoration: none !important;
    color: #dfdfdf !important;
}

.atc-button {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background-color: #28a745;
    color: #fff !important;
    display: block;
    text-align: center;
    overflow: hidden;
}

.fixed-atc-button {
    font-size: 16px;
    border-radius: 2px;
    text-shadow: 0px 1px 3px rgba(0,0,0, 0.4);
    text-shadow: 0px 1px 3px rgba(0,0,0, 0.4);
    -webkit-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.75);
    transition: 1.5s;
}

.order-button {
    width: 100%;
    padding: 10.5px;
    font-size: 13px;
    background-color: #121d44;
    color: #fff !important;
    display: block;
    text-align: center;
}

.checkout-button {
    width: 250px;
    padding: 14px 0px;
    font-size: 17px;
    background-color: #2ecc71;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    float: right
}

.cancel-button {
    width: 170px;
    padding: 10px 0px;
    font-size: 16px;
    background-color: #9a0303;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    margin-right: 5px;
}

.product-option-container {
    z-index: 500;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 3px
}

    .product-option-container .label {
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-size: 15px;
        color: #206106;
        font-weight: bold;
        padding-left: 5px;
        padding-top: 5px;
    }

    .product-option-container .option-list a {
        color: #fff;
        background-color: #343a40;
        font-size: 11px;
        padding: 6px 3px;
        margin: 1px;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 5px;
        width: 31%;
        text-align: center;
        -webkit-transition: background-color 250ms linear;
        -ms-transition: background-color 250ms linear;
        transition: background-color 250ms linear;
    }

        .product-option-container .option-list a.selected {
            background-color: #d89431;
            color: #fff;
        }

    .product-option-container .option-list a1:not(.selected):before {
        font-family: FontAwesome;
        content: "\f335";
    }

    .product-option-container .option-list a.selected1:before {
        font-family: FontAwesome;
        content: "\f336";
    }

.product-option-containe1r .option-list a.selected:before {
    content: '✓ ';
}

.product-description {
    border: #ddd 1px solid;
    padding: 2px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 21px;
}

    .product-description > h3 {
        font-size: 18px !important;
        margin-bottom: 6px;
        font-weight: 500
    }

.cart-detail {
    border-left: #d89431 1px solid;
    border-right: #d89431 1px solid;
}

.checkout-form {
    padding: 20px;
}

.qty-selector {
}

    .qty-selector > ul {
        padding: 0px;
        margin: 0px;
    }

        .qty-selector > ul > li {
            list-style: none;
            border: #ddd 1px solid;
            padding: 10px;
            border-bottom: none;
            cursor: pointer;
            background-color: #e8e8e8;
            background-image: url(https://fitmia.store/assets/empty_check.png);
            background-repeat: no-repeat;
            background-position: 3%;
            background-size: 20px;
        }

            .qty-selector > ul > li:last-child {
                border-bottom: #ddd 1px solid;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
            }

            .qty-selector > ul > li:first-child {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }

            .qty-selector > ul > li p {
                margin: 0px;
                padding: 0px;
            }

            .qty-selector > ul > li .name {
                font-size: 14px;
                padding-left: 25px;
            }

            .qty-selector > ul > li .price {
                font-size: 14px;
                font-weight: bold;
                padding-left: 25px;
            }

                .qty-selector > ul > li .price span {
                    font-size: 12px !important;
                    padding-left: 5px;
                    font-weight: bold;
                }

            .qty-selector > ul > li.selected {
                background-image: url(https://fitmia.store/assets/checked.png);
                background-repeat: no-repeat;
                background-position: 3%;
                background-size: 21px;
                -webkit-box-shadow: inset 0px 0px 75px -5px #d89431;
                -moz-box-shadow: inset 0px 0px 75px -5px #d89431;
                box-shadow: inset 0px 0px 75px -5px #d89431;
                color: #fff;
            }

.icon-form {
    position: relative;
}

    .icon-form input, .icon-form textarea, .iconform select {
        padding-left: 36px;
    }

    .icon-form .form-control {
        padding-bottom: 10px;
        padding-top: 10px;
        height: auto !important
    }

        .icon-form .form-control::placeholder {
            font-size: 14px
        }

.field-icon {
    top: 15px;
    left: 0;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index: 99;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.checkout-show-order-btn {
    display: none;
}

@media only screen and (max-width:768px) {
    .fixed-atc-button {
        font-size: 4.2vw;
    }

    .product-option-container .option-list a {
        font-size: 2.9vw !important;
    }

    .fixed-price-tag {
        font-size: 4vw;
    }

    .top-bar {
        font-size: 4.2vw;
    }

    .product-info-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 500;
        padding: 10px !important;
        border-top: #ddd 2px solid;
        -webkit-box-shadow: 0px -3px 7px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -3px 7px -2px rgba(0,0,0,0.75);
        box-shadow: 0px -3px 7px -2px rgba(0,0,0,0.75);
        min-height: 79px;
    }

    .product-info1 {
        background-color: #ece9e9;
    }

    .fixed-product-name {
        display: block !important;
    }

    .js-options {
        display: none
    }

    .full-menu {
        text-align: center !important;
    }

    .instagram-btn {
        display: block
    }

    footers {
        margin-bottom: 65px !important;
    }

    .whatsapp-ar1ea {
        display: block !important;
    }

    .search-container {
        display: none !important;
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 5px
    }

        .search-container input {
            margin-right: 0px !important;
            margin-top: 0px !important;
            padding: 11px !important;
            margin-bottom: 10px !important;
            width: 100% !important;
        }

        .search-container i {
            bottom: 20px !important
        }

    .cart-detail {
        display: none
    }

    .checkout-form {
        width: 100% !important;
    }

    .checkout-button {
        width: 100% !important;
        font-size: 16px !important;
        font-weight: 500;
    }

    .cancel-button {
        width: 40% !important;
        font-size: 15px !important;
    }

    .qty-selector .name {
        font-size: 16px !important;
    }

    .product-box h1 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 5px;
    }

    #wh1atsapp_btn {
        display: block !important;
    }

    .checkout-show-order-btn {
        width: 100%;
        background-color: #d89431;
        color: #fff !important;
        padding: 9px;
        text-align: center;
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        border-radius: 4px;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: bold;
    }

    footer p:first-child > img {
        width: 100%;
    }

    #productImages img {
        margin: 0 auto;
    }

    .full-menu {
        margin-bottom: 7px;
    }

    .product-images-container > .image-list > img {
        width: calc(25% - .1em) !important;
    }
}

@media screen and (min-width:800px) {
    .product-box {
        width: 25%;
    }

    .full-menu {
        text-align: left;
    }

    .right-bar-container > .inner {
        width: 25% !important;
    }

    .qty-selector > ul > li, .qty-selector > ul > li.selected {
        background-position: 1.5% !important;
    }

    #productImages img {
        height: 500px;
    }
}

.category-container {
    padding: 15px;
}

    .category-container a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        text-decoration: none !important;
        color: #000 !important;
        font-size: 20px;
        text-align: center;
        border-bottom: #d89431 1px solid
    }

.cart-container-fixed {
    position: fixed;
    top: 41px;
    right: 0px;
    z-index: 9999;
    border-radius: 0px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.form-control::placeholder {
    font-size: 15px !important;
}

.product-section-header {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #dc5847;
    padding: 2px 10px;
    font-weight: bold;
    margin-top: 10px;
}

.product-info li {
    margin-bottom: 5px;
    font-size: 16px;
}

.category_name {
    padding: 10px;
    text-align: center;
}

.product-box .discount {
    display: none;
    float: right;
    margin-right: 2px;
    margin-top: 7px;
    color: red;
    padding: 2px;
    border-radius: 3px;
    border: red 1px solid;
    font-size: 10px;
}

.js-whatsapp-btn {
    display: block;
    width: 55%;
    padding: 8px;
    background-color: #0d9a0d;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
}

#whatsapp_btn {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

    #whatsapp_btn > img {
        width: 70px;
    }

    #whatsapp_btn > svg {
        width: 60px;
        height: 60px;
        background-color: #4dc247;
        color: #fff;
        fill: #fff;
        border-radius: 37px;
        padding: 6px;
    }

.product-description > div {
    margin-bottom: 5px;
}

.product-box-badge-red {
    position: absolute;
    top: 29px;
    left: -57px;
    background-color: #d89431;
    color: #fff;
    padding: 5px;
    transform: rotate(-46deg);
    font-size: 8px;
    width: 200px;
    text-align: center;
    font-weight: 500;
}

.product-box:hover .product-box-badge-red {
    opacity: 1
}

.badges-container {
    margin-top: 5px;
}

.product-page-badge {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin: 3px 0px;
    margin-right: 3px;
}

.badge-red {
    background-color: #c50303;
    color: #fff;
}

.badge-theme {
    background-color: #ddd;
    color: #000;
}

.badge-green {
    background-color: #096103;
    color: #fff;
}

.badge-blue {
    background-color: #035ac5;
    color: #fff;
}

.search-container {
    position: relative;
    display: inline-block;
    float: right;
    width: 400px;
    font-size: 12px;
    margin-right: 10px
}

    .search-container > input {
        display: block;
        margin: 0 auto;
        margin-top: 22px;
        border: none;
        padding: 16px;
        border-radius: 4px;
        background-color: #ddd;
        color: #000;
        width: 400px;
        font-family: 'Exo 2', FontAwesome
    }

    .search-container > i {
        position: absolute;
        right: 11px;
        bottom: 17px;
        font-size: 15px;
    }

    .search-container:hover > i {
        color: #d89431;
    }

.category-description {
    padding: 10px;
    font-size: 12px;
}

#main-slider-flc {
    height: 400px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@keyframes slideleft {
    to {
        width: 100%;
        position: fixed;
        font-size: 15px;
    }
}

.top-bar-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}

.product-images-container {
    margin-top: 10px;
}

    .product-images-container > .main-image {
        margin-bottom: 5px
    }

        .product-images-container > .main-image > img {
            max-width: 100%;
            max-height: 550px;
            display: block;
            margin: 0px auto;
            height: 408px;
            object-fit: cover;
        }

    .product-images-container > .image-list {
        text-align: left
    }

        .product-images-container > .image-list > img {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 0;
            width: 90px;
            object-fit: cover;
            opacity: 0.45;
            margin-top: 3px;
            height: 96px;
        }

            .product-images-container > .image-list > img.active {
                opacity: 1;
                border: #000 1px solid;
                border-radius: 5px;
            }

.top-bar img {
    display: inline-block;
    width: 20px;
    margin-right: 5px
}

footer .copyright {
    font-size: 9px;
    margin-top: 0px;
    padding: 0px
}

.embe1d-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bordered-box {
    background-color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
}

    p.bordered-box > img, div.bordered-box > .inner, .bordered-box img {
        padding: 6px;
        background-color: #fff;
        border: #fff 6px solid;
        border-radius: 15px;
        width: 100%;
        display: block;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    }

div.bordered-box > .inner {
    background-color: #FFF !important;
    color: #000;
    border-width: 12px !important;
    padding: 0px !important;
}

.text-logo {
    padding: 24px 5px;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Pattaya', sans-serif;
    color: #d89431;
}

.fixed-product-name {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px;
    display: none;
}

.btn-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 200%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.btn-shine:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
}

.btn-shine:after {
    animation: shine 4s infinite;
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

.full-menu a svg {
    width: 18px;
}

svg.svg-icon {
    width: 15px;
    margin-top: -2px;
}

svg.svg-icon-lg {
    width: 20px;
    margin-top: -3px;
}

svg.svg-icon-sm {
    width: 12px;
    margin-top: -2px;
}

.option-list-back {
    text-align: center;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.only-mobile {
    display: none;
}

@media screen and (max-width:500px) {
    .only-mobile {
        display: block;
    }
}


/* WhatsApp butonu için stil */
.whatsapp-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .whatsapp-button img {
        width: 20px;
        height: 20px;
    }


.cart-upsell-products {
    max-height: 35vh;
    overflow: scroll;
}

.cart-upsell-item {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    margin-top: 5px;
    padding: 5px;
    border: #ddd 1px solid;
    border-radius: 6px;
    background-color: #e3e3e3;
    align-items: center;
}

    .cart-upsell-item > img {
        width: 45px;
        border-radius: 5px;
    }

    .cart-upsell-item > div {
        margin-left: 10px;
        width: 165px;
        overflow: hidden;
    }

        .cart-upsell-item > div > .up-name {
            font-size: 12px;
            font-weight: bold;
        }

        .cart-upsell-item > div > p {
            margin-bottom: 2px
        }

.cart-camp-title {
    margin-top: 8px;
    font-size: 17px;
    font-weight: bold;
    text-align: center
}

.cart-upsell-item .prices {
    font-size: 12px
}

    .cart-upsell-item .prices > .old {
        color: red;
        text-decoration: line-through;
    }

.cart-upsell-item a {
    display: block;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    width: 150px;
    border: #000 1px solid;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}

.product-videos-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: #bb8d87;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

    .product-videos-btn > img {
        width: 24px;
        margin-right: 3px;
    }