﻿.test-flavor {
    margin: 5px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border-radius: 0;
}

    input:read-only:not([type=button]):not([type=submit]) {
        pointer-events: none;
        opacity: 0.75;
    }

textarea {
    font-family: 'Nunito Sans', sans-serif;
}

/* ICON */

.suppicon {
    background-repeat: no-repeat;
    float: left;
}

.social-facebook {
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/facebook-icon.png");
    width: 63px;
    height: 63px;
}

/* BUTTON */

.suppbtn {
    color: #ffffff;
    background: #FD830C;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 6px;
    display: block !important;
    text-align: center;
    padding: 17px 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: auto;
    width: 80%;
}

    .suppbtn.gray {
        background: #3b3b3b;
    }

    .suppbtn.lightgray {
        background: #d1d1d1;
        color: #000000;
    }

.button, input[type=submit], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

/* GENERAL */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.hidden {
    overflow: hidden;
}

.fixed {
    position: fixed !important;
}

.message-error .validation-summary-errors {
    margin: 0;
    padding: 0;
    border: 0;
}

    .message-error .validation-summary-errors span {
        color: #fff;
        margin: 4px 10px 10px;
        display: block;
        line-height: 20px;
    }

    .message-error .validation-summary-errors ul {
        color: #fff;
        margin: 10px 27px;
        display: block;
    }

        .message-error .validation-summary-errors ul > li {
            list-style: square;
        }

.custom-message-error {
    background-color: #df4c4c;
    border: 1px solid #c71919;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 15px;
    display: block;
    margin-top: 10px;
}

.validation-custom-wrapper .field-validation-valid {
    display: none;
}

.loadingMask {
    display: none;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.loadingMaskDiv {
    background: #fff;
    width: 115px;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -58px;
}

.loadingMask span {
    display: table;
    margin: 0 auto;
}

.loadingMask p {
    text-align: center;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 700;
    margin: 10% 0 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

.no-orders {
    display: table;
    width: 94%;
    margin: 0 auto;
}

    .no-orders h3 {
        font-size: 15px;
        text-align: center;
        padding: 25px 0;
        line-height: normal;
    }

    .no-orders .suppbtn {
        margin: 15px 20px 0;
    }

/* MENU */

#sidr {
    display: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

    .sidr .sidr-inner {
        padding: 0 0 15px;
    }

        .sidr .sidr-inner > p {
            margin-left: 15px;
            margin-right: 15px;
        }

    .sidr.right {
        left: auto;
        right: -260px;
    }

    .sidr.left {
        left: -260px;
        right: auto;
    }

    .sidr h1,
    .sidr h2,
    .sidr h3,
    .sidr h4,
    .sidr h5,
    .sidr h6 {
        font-size: 11px;
        font-weight: normal;
        padding: 0 15px;
        margin: 0 0 5px;
        color: #fff;
        line-height: 24px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
        background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: linear-gradient(#4d4d4d,#1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    }

    .sidr p {
        font-size: 13px;
        margin: 0 0 12px;
    }

        .sidr p a {
            color: rgba(255,255,255,0.9);
        }

    .sidr > p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sidr ul {
        display: block;
        margin: 54px 0 0px;
        padding: 0;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #4d4d4d;
    }

        .sidr ul li {
            display: block;
            margin: 0;
            line-height: 48px;
            border-top: 1px solid #4d4d4d;
            border-bottom: 1px solid #1a1a1a;
        }

            .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
                border-top: none;
                line-height: 49px;
            }

                .sidr ul li:hover > a,
                .sidr ul li:hover > span,
                .sidr ul li.active > a,
                .sidr ul li.active > span,
                .sidr ul li.sidr-class-active > a,
                .sidr ul li.sidr-class-active > span {
                    -webkit-box-shadow: inset 0 0 15px 3px #222;
                    -moz-box-shadow: inset 0 0 15px 3px #222;
                    box-shadow: inset 0 0 15px 3px #222;
                }

            .sidr ul li a,
            .sidr ul li span {
                padding: 0 15px;
                display: block;
                text-decoration: none;
                color: #fff;
                position: relative;
            }

                .sidr ul li span.cart-count {
                    position: absolute;
                    z-index: 2;
                    background: #f73e05;
                    border-radius: 23px;
                    color: #fff;
                    font-size: 10px;
                    top: 6px;
                    text-align: center;
                    padding: 4px;
                    line-height: 9px;
                    left: 30px;
                }

                .sidr ul li a img {
                    width: 14%;
                    float: left;
                    margin: 7px 6px 0 0;
                }

                .sidr ul li a .fa {
                    font-size: 1.9em;
                    float: left;
                    margin: 10px 4px;
                    padding: 0px;
                    width: 30px;
                    text-align: center;
                }

                .sidr ul li a .fa-archive {
                    font-size: 1.6em;
                }

                .sidr ul li a .fa-shopping-cart {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-cogs {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-sign-out {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-user, .sidr ul li a .fa-folder-open, .sidr ul li a .fa-tags {
                    font-size: 1.7em;
                }

                .sidr ul li a .fa-sign-in {
                    font-size: 1.8em;
                }

                .sidr ul li a span.link {
                    display: inline-block;
                    margin-top: 0px;
                    padding: 0 0 0 6px;
                }

            .sidr ul li ul {
                border-bottom: none;
                margin: 0;
            }

                .sidr ul li ul li {
                    line-height: 40px;
                    font-size: 13px;
                }

                    .sidr ul li ul li:last-child {
                        border-bottom: none;
                    }

                    .sidr ul li ul li:hover,
                    .sidr ul li ul li.active,
                    .sidr ul li ul li.sidr-class-active {
                        border-top: none;
                        line-height: 41px;
                    }

                        .sidr ul li ul li:hover > a,
                        .sidr ul li ul li:hover > span,
                        .sidr ul li ul li.active > a,
                        .sidr ul li ul li.active > span,
                        .sidr ul li ul li.sidr-class-active > a,
                        .sidr ul li ul li.sidr-class-active > span {
                            -webkit-box-shadow: inset 0 0 15px 3px #222;
                            -moz-box-shadow: inset 0 0 15px 3px #222;
                            box-shadow: inset 0 0 15px 3px #222;
                        }

                    .sidr ul li ul li a,
                    .sidr ul li ul li span {
                        color: rgba(255,255,255,0.8);
                        padding-left: 30px;
                    }

    .sidr form {
        margin: 0 15px;
    }

    .sidr label {
        font-size: 13px;
    }

    .sidr input[type="text"],
    .sidr input[type="password"],
    .sidr input[type="date"],
    .sidr input[type="datetime"],
    .sidr input[type="email"],
    .sidr input[type="number"],
    .sidr input[type="search"],
    .sidr input[type="tel"],
    .sidr input[type="time"],
    .sidr input[type="url"],
    .sidr textarea,
    .sidr select {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background: rgba(0,0,0,0.1);
        color: rgba(255,255,255,0.6);
        display: block;
        clear: both;
    }

    .sidr input[type=checkbox] {
        width: auto;
        display: inline;
        clear: none;
    }

    .sidr input[type=button],
    .sidr input[type=submit] {
        color: #333;
        background: #fff;
    }

        .sidr input[type=button]:hover,
        .sidr input[type=submit]:hover {
            background: rgba(255,255,255,0.9);
        }

    .sidr p.title {
        margin: 0;
        background: #212020; /* Old browsers */
        background: -moz-linear-gradient(top, #212020 0%, #010001 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212020), color-stop(100%,#010001)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #212020 0%,#010001 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #212020 0%,#010001 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #212020 0%,#010001 100%); /* IE10+ */
        background: linear-gradient(to bottom, #212020 0%,#010001 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212020', endColorstr='#010001',GradientType=0 ); /* IE6-9 */
        padding: 10px;
    }

    .sidr a.sitelink {
        float: left;
        width: 100%;
        color: #fff;
    }

        .sidr a.sitelink img {
            float: left;
            width: 25%;
            margin-right: 6px;
            margin-left: 8px;
        }

        .sidr a.sitelink span {
            margin: 25px 0;
            float: left;
            font-size: 1.1em;
        }

/* CSS */

body {
    font-size: 13px;
    font-family: "Nunito Sans";
    font-weight: 400;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.rightMask {
    z-index: 9999999;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 55px;
    right: 0;
    cursor: pointer;
    display: none;
    background: #FFF;
    opacity: 0;
}

    .rightMask.mask-active {
        display: block;
    }

.sidr-open {
    position: fixed !important;
}

.wrapper {
    width: 100%;
    position: relative;
}

    .wrapper.fixed {
        position: fixed;
    }

#headerStoreLinks {
    z-index: 10;
    width: 100%;
}

.right-login a > img,
.right-cart a > img {
    width: 18px !important;
    height: 18px;
}

.right-cart a > img {
    height: 19px;
}

.top-search {
    display: block;
    width: 100%;
    background-color: #000000;
    padding-top: 8px;
    padding-bottom: 15px;
    z-index: 100;
}


div.search-form {
    display: table;
    margin: 0 auto 15px;
    width: 90%;
    position: relative;
}

    div.search-form input {
        color: #262626;
        padding-left: 50px;
        padding-right: 25px;
        width: 100%;
        border: 1px solid #545454;
        border-radius: 4px;
        background-color: #ffffff;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/search-input-icon-fitmoda.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: left 15px center;
        height: 44px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        outline: 0;
        z-index: 1001;
        position: relative;
    }

        div.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input::-moz-placeholder { /* Firefox 19+ */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input:-ms-input-placeholder { /* IE 10+ */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input:-moz-placeholder { /* Firefox 18- */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

.search-complete {
    position: absolute;
    background: #fff;
    top: -8px;
    left: -8px;
    right: -8px;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    padding-top: 72px;
    z-index: 1000;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.4);
    transition: all 200ms;
}

    .search-complete .plink {
        display: block;
        margin: 0 2%;
        margin-bottom: 10px;
    }

        .search-complete .plink + .plink {
            border-top: 1px solid #d5d5d5;
            padding-top: 10px;
        }

        .search-complete .plink .pname {
            font-weight: 700;
            color: #262626;
            display: block;
            width: 100%;
            font-size: 12px;
            margin-bottom: 3px;
        }

        .search-complete .plink .cname {
            display: block;
            width: 100%;
            color: #888887;
            font-size: 11px;
        }

    .search-complete .pmore {
        width: 100%;
        display: block;
        padding: 12px 0;
        font-size: 12px;
        background-color: #FD830C;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        font-weight: 600;
        border-radius: 4px;
    }

.brand-search-complete .plink .pname.selected {
    color: #FD830C;
}

.home-slider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    min-height: 75px;
    height: auto;
}

    .home-slider a {
        display: block;
    }

    .home-slider img {
        width: 100%;
        vertical-align: top;
    }

.list-categories > li + li {
    border-top: 2px solid #e8e8e8;
}

.list-categories a {
    padding: 17px 15px;
    color: #000;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

    .list-categories a img {
        width: 36px;
        height: 36px;
    }

.list-categories span.category-image {
    display: flex;
    box-sizing: border-box;
    border: 1px #c4c4c4 solid;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list-categories .category-button {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    padding-left: 15px;
    box-sizing: border-box;
}

.list-categories a img,
.list-categories .category-button {
    display: inline-block;
    vertical-align: middle;
}

.list-categories .category-title {
    font-size: 1.07em;
    color: #000;
    font-weight: 800;
    float: left;
    margin: 1px 0 3px 1px;
}

.list-categories .category-description {
    float: left;
    text-align: left;
    color: #000;
    font-size: .86em;
    line-height: 16px;
}

.list-categories .category-description,
.list-categories .category-title {
    display: block;
}

.category-select {
    margin-top: 15px;
}

    .category-select .category-button {
        display: table;
        width: 95%;
        margin: 0 auto 15px;
    }

        .category-select .category-button .category-image {
            float: left;
            width: 30%;
            border: 1px solid #ddd;
            margin-right: 4%;
            padding: 2% 0;
            min-height: 85px;
        }

            .category-select .category-button .category-image img {
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 100px;
                display: table;
                margin: 0 auto;
            }

        .category-select .category-button .category-title {
            font-size: 1.3em;
            color: #000000;
            font-weight: 700;
            float: left;
            margin: 7px 0 5px;
        }

        .category-select .category-button .category-description {
            float: left;
            width: 65%;
            text-align: left;
            color: #000000;
            font-size: 0.9em;
            line-height: 16px;
        }

        .category-select .category-button .more-detail {
            display: none;
        }

.top-product {
    margin: 0;
    padding: 0;
}

    .top-product .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin: 0 2px;
        position: relative;
    }

    .top-product .slides img {
        width: 100%;
        display: block;
    }

    .top-product .slides {
        zoom: 1;
    }

.top-product {
    position: relative;
    zoom: 1;
}

    .top-product:hover .flex-prev {
        opacity: 0.7;
        left: 10px;
    }

    .top-product:hover .flex-next {
        opacity: 0.7;
        right: 10px;
    }

        .top-product:hover .flex-next:hover, top-product:hover .flex-prev:hover {
            opacity: 1;
        }

.top-product {
    padding-top: 7px;
    padding-bottom: 18px;
    width: 100%;
    overflow: hidden;
}

    .top-product h2 {
        float: left;
        color: #214679;
        font-size: 1.3em;
        font-weight: 600;
        margin: 10px 0 20px 15px;
    }

    .top-product .more-product-link {
        float: right;
        color: #878787;
        font-weight: 400;
        text-decoration: underline;
        margin: 13px 13px 0 0;
    }

    .top-product li a .tp-img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .top-product li a .tp-img img {
            display: table;
            margin: 0 auto;
            max-width: 145px;
        }

    .top-product li a .tp-title {
        color: #214679;
        display: table;
        text-align: center;
        font-size: 1.1em;
        line-height: 18px;
        margin: 0 auto 10px;
        width: 85%;
    }

    .top-product li a .tp-price {
        display: block;
        text-align: center;
        color: #f73d04;
        font-weight: 700;
        font-size: 1.3em;
    }

    .top-product li a .product-price-old {
        text-decoration: line-through;
        color: #808080;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .top-product .product-div {
    }

        .top-product .product-div .productlist-image {
            display: block;
            margin-bottom: 10px;
            width: 100%;
            min-height: 145px;
            align-content: center;
        }

            .top-product .product-div .productlist-image img {
                display: table;
                margin: 0 auto;
                width: 100%;
                max-width: 145px;
            }

        .top-product .product-div .productlist-detail {
        }

            .top-product .product-div .productlist-detail > a {
                color: #214679;
                display: table;
                font-size: 14px;
                line-height: 18px;
                margin: 0 auto 10px;
                text-align: center;
                width: 85%;
            }

            .top-product .product-div .productlist-detail .productlist-price {
            }

            .top-product .product-div .productlist-detail .new-price {
                color: #f73d04;
                display: block;
                font-size: 1.3em;
                font-weight: 700;
                text-align: center;
            }



.land-pbox .product-div {
}

    .land-pbox.product-div .productlist-image {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .land-pbox .product-div .productlist-detail {
    }

        .land-pbox .product-div .productlist-detail .productlist-price {
        }

        .land-pbox.product-div .productlist-detail .old-price {
            color: gray;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            text-align: center;
            text-decoration: line-through;
        }

.category-select-wrapper .category-text {
    display: table;
    margin: 0 auto 10px;
    width: 86%;
    padding: 2% 7% 7%;
    border: 1px solid #ddd;
}

    .category-select-wrapper .category-text h2.title {
        margin: 10px 0 15px;
    }

.category-select-wrapper .category-text-over {
    overflow: hidden;
    height: 65px;
    margin-bottom: 10px;
    width: 100%;
}

    .category-select-wrapper .category-text-over.none {
        overflow: auto;
        height: auto;
    }

.category-select-wrapper .category-text p {
    line-height: 21px;
    text-align: justify;
    margin-bottom: 20px;
}

.category-select-wrapper .category-text #ct-more {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.category-select-wrapper .category-button {
    display: table;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 11px;
    border-bottom: 1px solid #ddd;
}

.category-select-wrapper h2.title {
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    padding: 16px 10px;
    display: block;
    background-color: #ECECEC;
    margin-top: 15px;
}

.category-select-wrapper .category-button:first-child {
    border-top: 1px solid #ddd;
}

.category-select-wrapper .category-button .fa {
    float: right;
    margin-top: 2px;
}

.category-select-wrapper .category-button .category-title {
    font-size: 1.3em;
    color: #000000;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 7px 0 5px;
}

.top-product-wrapper h2 {
    float: left;
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 20px 15px;
}

.top-product-wrapper .more-product-link {
    float: right;
    color: #878787;
    font-weight: 400;
    text-decoration: underline;
    margin: 23px 8px 0 0;
}

.top-product-wrapper .tp-div {
    display: table;
    width: 100%;
    float: left;
}

    .top-product-wrapper .tp-div a {
        display: inline-block;
        width: 49%;
        min-height: 300px;
    }

        .top-product-wrapper .tp-div a .tp-img {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

            .top-product-wrapper .tp-div a .tp-img img {
                display: table;
                margin: 0 auto;
                max-width: 145px;
            }

        .top-product-wrapper .tp-div a .tp-title {
            color: #214679;
            display: table;
            text-align: center;
            font-size: 1.1em;
            line-height: 18px;
            margin: 0 auto 10px;
            width: 85%;
        }

        .top-product-wrapper .tp-div a .tp-price {
            display: block;
            text-align: center;
            color: #f73d04;
            font-weight: 700;
            font-size: 1.3em;
        }

.top-product-wrapper {
    margin-top: 25px;
}

    .top-product-wrapper .tpw-title {
        background-color: #E8E8E8;
        display: table;
        width: 100%;
        margin-bottom: 15px;
    }

.bottom-call {
    margin-bottom: 1px;
    width: 144px;
    border-radius: 8px;
    background: #FEFEFE;
    display: flex;
    height: 48px;
    padding: 0px 12px;
    align-items: center;
    white-space: nowrap;
}

    .bottom-call:nth-child(2) {
    }

    .bottom-call:after {
        content: '';
        display: block;
        clear: both;
    }

    .bottom-call a {
        display: block;
        width: 100%;
        align-items: center;
        justify-content: left;
        display: flex;
    }

    .bottom-call .call-icon {
        color: #fff;
        float: left;
        font-size: 3em;
        margin-right: 16px;
        text-align: center;
        width: 28px;
    }

    .bottom-call:nth-of-type(2) .call-icon {
        margin-right: 8px;
    }

    .bottom-call .call-text {
        float: left;
        width: 45%;
        padding: 13px 0px;
        text-align: start;
        color: #191A1C;
    }

    .bottom-call .call-number {
        color: #191A1C;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        float: left;
    }

        .bottom-call .call-number .call-number-top {
            font-size: 13px;
            font-weight: 600;
            display: table;
        }

        .bottom-call .call-number .call-number-bottom {
            font-size: 12px;
            font-weight: 500;
            display: table;
        }

footer.bottom {
    background: #F6F7F5;
    padding-bottom: 0px;
    width: 100%;
}

    footer.bottom .footer-card {
        background-color: #000000;
        font-size: 14px;
        color: #FFFFFF;
        padding: 18px 0;
        text-align: center;
    }

        footer.bottom .footer-card i {
            font-size: 28px;
            vertical-align: middle;
            margin-right: 5px;
        }

    footer.bottom .footer-checkout {
        background-color: #f9f9f9;
        text-align: left;
    }

    footer.bottom .footer-checkout,
    footer.bottom .footer-inner {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer.bottom .footer-inner {
        padding-bottom: 20px;
    }


footer .mail-subscription {
    padding: 0;
}

    footer .mail-subscription div .mail-button {
        border-radius: 0px 4px 4px 0px;
        background: #FD830C;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 40px;
        margin-left: 0%;
    }

    footer .mail-subscription div .mail-input {
        background: transparent;
        border-radius: 4px 0px 0px 4px;
        border: 1px solid #CCC;
        width: 66%;
        height: 38px;
    }

    footer .mail-subscription h3 {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #333;
        text-align: left;
    }

.footer-checkout .footer-checkout-item {
    margin-bottom: 20px;
}

.footer-checkout a {
    display: block;
}

    .footer-checkout a i {
        font-size: 45px;
        color: #FD830C;
        margin-right: 10px;
    }

    .footer-checkout a span {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.5px;
    }

    .footer-checkout a i,
    .footer-checkout a span {
        display: inline-block;
        vertical-align: middle;
    }

footer.bottom hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e8e8e8;
    border: 0;
    height: 1px;
}

.footer-about {
    font-size: 12px;
    line-height: 1.5;
}

footer.bottom .phone i {
    color: #FD830C;
    font-size: 45px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

footer.bottom .phone-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-border {
    border: 0 !important;
}

.list-plain {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menus strong {
    font-weight: 800;
    letter-spacing: -0.2px;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-menus a {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 0;
    line-height: 1.25;
}

.footer-menus + hr {
    margin-top: 0 !important;
}

.footer-newsletter .footer-input {
    float: left;
    width: 70%;
    height: 25px;
    padding: 10px 5%;
    border: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 12px;
    background-color: #f8f8f8;
    box-shadow: none;
    outline: 0;
}

.footer-newsletter .footer-input-button,
.footer-newsletter .footer-input-button:hover {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    float: left;
    width: 20%;
    text-align: center;
    background-color: #FD830C;
    border-bottom: none;
    padding: 16px 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

footer.bottom .sociallist {
    display: block;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
}

.sociallist li {
    display: inline-block;
    margin-right: 10px;
}

    .sociallist li a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        text-align: center;
        line-height: 47px;
        display: inline-block;
        color: rgba(32, 32, 32, 0.6);
        border: solid 1px #cfcfcf;
    }

        .sociallist li a i {
            font-size: 18px;
            vertical-align: sub;
        }

        .sociallist li a:hover {
            color: #FD830C;
            border: solid 1px #FD830C;
        }

.mail-subscription {
    width: 90%;
    display: table;
    margin: 0 auto;
    padding: 0 0 25px;
}

    .mail-subscription h3 {
        color: #fff;
        display: block;
        text-align: center;
        padding: 20px 0;
        font-size: 1.3em;
        font-weight: 700;
    }

    .mail-subscription div {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

        .mail-subscription div .mail-input {
            background: #fcfcfc;
            border: none;
            color: #a8a8a8;
            font-size: 1em;
            padding: 0 3%;
            width: 67%;
            float: left;
            height: 55px;
            line-height: 15px;
            border-radius: 0;
        }

        .mail-subscription div .mail-button {
            border: none;
            background: #f73d04;
            color: #fff;
            font-size: 1.3em;
            width: 26%;
            height: 55px;
            text-align: center;
            margin-left: 1%;
            float: left;
        }

.socialmedia-bottom {
    width: 90%;
    display: table;
    margin: 0 auto;
    padding: 25px 0;
}

    .socialmedia-bottom ul {
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .socialmedia-bottom ul li {
            display: inline;
            float: left;
            width: 12.625%;
            margin: 0 1% 0 0;
            flex: 1 1 auto;
            text-align: center;
        }


            .socialmedia-bottom ul li.social-last-ico {
                margin: 0;
            }

            .socialmedia-bottom ul li a img {
                width: 24px;
                height: auto;
                aspect-ratio: 1 / 1;
                background: white;
                border-radius: 20px;
                padding: 6.5px 6px;
            }

.protect-text {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 25px 0;
}

    .protect-text .pt-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 360px;
        margin: 0 auto;
    }

        .protect-text .pt-content .pt-left {
            width: 40px;
        }

        .protect-text .pt-content .pt-right {
            width: 170px;
            text-align: center;
            line-height: 25px;
            float: left;
            color: #fff;
            font-size: 1.2em;
            font-weight: 600;
            margin: 0;
        }

.bottom-diver {
    border-bottom: 1px solid #1e5495;
}

.bottom-grey-diver {
    border-bottom: 1px solid #CCC;
}

.bottom-grey-75-diver {
    position: relative;
}

    .bottom-grey-75-diver::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 75%;
        border-bottom: 1px solid #CCC;
    }

.quickmenu {
    width: 90%;
    display: table;
    margin: 0 auto;
    padding: 25px 0;
}

    .quickmenu h3 {
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .quickmenu ul {
        text-align: center;
    }

        .quickmenu ul > li > a {
            color: #fff;
            line-height: 30px;
            font-size: 1.1em;
        }

.text-bottom {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: #FFF;
}

    .text-bottom p {
        color: #000;
        text-align: center;
        font-size: 14.3px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

.desktop-link {
    text-align: center;
}

    .desktop-link a {
        color: #000000;
        font-size: 12px;
        display: block;
    }

    .desktop-link img {
        max-width: 30px;
    }

    .desktop-link span {
        display: block;
        margin-top: 8px;
    }

.back-top {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 70px;
}

    .back-top a {
        width: 34px;
        height: 34px;
        line-height: 40px;
        text-align: center;
        background-color: #FD830C;
        border-radius: 100%;
    }

        .back-top a img {
            max-width: 14px;
        }

        .back-top a,
        .back-top a img {
            display: inline-block;
        }

.bottom-disclaimer {
    margin-top: 20px;
    width: 90%;
    display: table;
    margin: 0 auto;
}

    .bottom-disclaimer p {
        text-align: center;
        color: #fff;
        line-height: 20px;
        font-size: 0.8em;
        display: table;
        width: 90%;
        margin: 0 auto;
    }

#divSsoHandler {
    display: none;
}

/* CATEGORY PAGE */

.breadcrumb {
    background: #ffffff;
    display: block;
    width: 100%;
}

    .breadcrumb,
    .breadcrumb * {
        box-sizing: border-box;
    }


        .breadcrumb ul {
            padding: 20px;
        }

            .breadcrumb ul > li {
                margin-right: 5px;
                display: inline-block;
            }

                .breadcrumb ul > li:first-child > a {
                    color: #000000;
                    font-weight: bold;
                }

                .breadcrumb ul > li > a {
                    color: #000000;
                    font-size: 12px;
                    margin-left: 0;
                }

                .breadcrumb ul > li > .fa-chevron-left {
                    color: #000000;
                    margin-right: 5px;
                    font-size: 0.9em;
                }

#productWrapper .breadcrumb {
    background: #f8f8f8;
}

/* PRODUCTLIST PAGE */

.category-facet {
    background-color: #f8f8f8;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    letter-spacing: -0.5px;
}

    .category-facet img {
        max-height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        display: inline-block;
    }

    .category-facet .facet-filter:after {
        content: "";
        position: absolute;
        right: 0;
        height: 16px;
        width: 1px;
        background-color: #cccccc;
    }

    .category-facet .facet-filter,
    .category-facet .facet-sort {
        padding: 14px 0;
        position: relative;
    }

.product-filter {
    background: #ebebeb;
    padding: 11px 12px;
}

    .product-filter table {
        width: 100%;
    }

        .product-filter table td {
            width: 20%;
            vertical-align: middle;
        }

    .product-filter p {
        color: #252525;
        font-weight: 700;
        font-size: 1em;
        margin-bottom: 5px;
        padding: 4px 0;
        float: left;
    }

    .product-filter a {
        background: #214679;
        border-radius: 7px;
        color: #fff;
        float: left;
        font-size: 0.9em;
        font-weight: 500;
        height: 100%;
        line-height: 36px;
        margin-right: 1%;
        min-height: 36px;
        padding: 3% 0.5%;
        text-align: center;
        vertical-align: middle;
        width: 95%;
    }

        .product-filter a.l-line {
            line-height: normal !important;
        }

        .product-filter a.filter-button {
            background: none;
            padding: 0;
            margin-right: 0;
            line-height: normal !important;
            text-align: center;
            display: inline-block;
            width: auto;
            float: right;
        }

            .product-filter a.filter-button .fa {
                color: #f73d04;
                font-size: 1.8em;
                margin-right: 5px;
            }

            .product-filter a.filter-button span {
                color: #010001;
            }

        .product-filter a.active {
            background: #f73e05;
        }

        .product-filter a:last-child {
            margin: 0 !important;
        }

        .product-filter a.s-sira {
            line-height: normal;
        }

.productlist {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}




    .productlist .product-div .productlist-image a {
        display: block;
    }



.outStock.p-icon {
    position: absolute;
    left: -7px;
    top: -2px;
}

.productlist .product-div .productlist-detail .productlist-rate {
    float: right;
    width: 45%;
}

    .productlist .product-div .productlist-detail .productlist-rate p {
        font-size: 0.9em;
        float: right;
        margin-right: 5%;
        width: 100%;
    }

    .productlist .product-div .productlist-detail .productlist-rate span {
        display: inline-block;
        background: #e4e4e4;
        font-size: 1.1em;
        font-weight: 600;
        padding: 5% 3%;
        border-radius: 4px;
        margin-left: 3px;
    }

.productlist .pager {
    margin-top: 65px;
    text-align: center;
}

    .productlist .pager span {
        background-color: #FD830C;
        border: solid 1px #FD830C;
        color: #ffffff;
    }

    .productlist .pager a {
        border: solid 1px #eeeeee;
        background-color: #ffffff;
        color: #000000;
    }

    .productlist .pager > * {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px 16px;
        display: inline-block;
        margin: 0 3px;
    }

.productlist h2.title {
    color: #000000;
    font-size: 1.3em;
    font-weight: 600;
    padding: 19px 0 20px 10px;
    background-color: #E8E8E8;
    display: table;
    width: 102.5%;
    margin-bottom: 15px;
    margin-left: -2.5%;
}

.filter-div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 99999999;
}

.filter-bg {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.filter-content {
    min-height: 330px;
    background: #fff;
    width: 90%;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}

    .filter-content ul {
        display: block;
        width: 100%;
        float: left;
        margin: 10px 0 10px;
    }

    .filter-content .filter-select ul {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 250px;
    }

    .filter-content ul > li {
        display: block;
        padding: 10px 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid #c9c9c9;
        cursor: pointer;
    }

        .filter-content ul > li > a {
            color: #214679;
            font-size: 1.3em;
            font-weight: 600;
            display: block;
            padding: 0 15px;
        }

            .filter-content ul > li > a span {
                float: right;
                color: #4b4b4b;
                font-size: 0.6em;
                font-weight: 400;
                border: 1px solid #4b4b4b;
                border-radius: 17px;
                width: 15px;
                text-align: center;
                padding: 2px 0;
            }

    .filter-content .fc-button {
        display: block;
        width: 90%;
        margin: 0px 5% 10px;
        float: left;
    }

        .filter-content .fc-button a {
            float: left;
            width: 48%;
            margin: 2% 1%;
        }

        .filter-content .fc-button .suppbtn {
            padding: 13px 0;
        }

    .filter-content .fc-clear {
        display: block;
        width: 90%;
        margin: 15px 5% 18px;
        float: left;
    }

        .filter-content .fc-clear a {
            text-align: center;
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #333;
        }

            .filter-content .fc-clear a i {
                margin-right: 5px;
            }

    .filter-content .filter-select {
        display: none;
    }

.productlist .noResult {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* PRODUCT DETAIL */

.product-detail {
    padding: 0 0;
    padding-bottom: 4%;
}


    .product-detail .size-table {
        display: block;
        text-align: right;
        padding: 0;
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        color: #000000;
    }

.three-info {
    font-size: 12px;
    line-height: 1.17;
    padding: 0 16px;
    margin: 16px 0;
}

    .three-info img {
        margin-bottom: 11px;
        display: inline-block;
        height: 16px;
    }

    .three-info .block {
        display: block;
    }

.product-whitespace {
    background-color: #F4F4F4;
    height: 15px;
}

#sizeTableIcon {
    vertical-align: middle;
    margin-right: 5px;
}

.pva-redirect-login {
    background: #FD830C !important;
}

.product-detail .product-title {
    display: table;
    margin-bottom: 16px;
    width: 100%;
}

    .product-detail .product-title h1 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.6px;
        padding: 16px 16px 0;
        display: block;
        line-height: normal;
    }

    .product-detail .product-title a {
        color: inherit;
        font-weight: 900;
    }

    .product-detail .product-title .pt-left-price p,
    .price-before-cart p {
        text-decoration: line-through;
        font-weight: 600;
        color: #808080;
        font-size: 18px;
        display: inline-block;
        margin-top: 2px;
        vertical-align: bottom;
    }

    .product-detail .product-title .pt-left-price span,
    .price-before-cart span {
        color: #d55837;
        text-decoration: none;
        font-size: 24px;
        font-weight: 700;
        display: inline-block;
        margin-left: 5px;
    }

    .product-detail .product-title .loyalty-group-enabled .pt-right-rate {
        display: inline-block;
    }

    .product-detail .product-title .pt-right-rate {
        display: flex;
        flex-grow: 1;
    }

        .product-detail .product-title .pt-right-rate ul {
            float: right;
            margin: 5%;
        }

            .product-detail .product-title .pt-right-rate ul > li {
                width: 20px;
                height: 20px;
                color: #d0d0d0;
                float: left;
                border-radius: 10px;
                margin-right: 3px;
                font-size: 1.5em;
            }

                .product-detail .product-title .pt-right-rate ul > li.active {
                    color: #f79700;
                }

.product-detail .product-not-show p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    background: #f2f2f2;
    padding: 4% 0;
    width: 100%;
    display: block;
}

.product-detail .come-button {
    padding: 15px 10px;
    box-sizing: border-box;
}

.product-detail .total-review {
    font-size: 10px;
    color: #2f2f2f;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
}

    .product-detail .total-review > strong {
        font-weight: normal;
    }

.product-detail .product-discount {
    background-color: #FD830C;
    padding: 8px 6px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    max-width: unset;
    word-break: break-all;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 10px;
    margin-right: 10px;
    height: fit-content;
}

    .product-detail .product-discount strong {
        display: block;
        font-size: 14px;
        font-weight: 800;
    }

.product-left-price {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 5px;
}

    .product-left-price span {
        display: block;
    }

    .product-left-price .pp-old {
        /* letter-spacing: -0.5px; */
        text-decoration: line-through;
        opacity: .6;
    }

    .product-left-price .pp-regular {
        font-size: 20px;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #FD830C;
    }


.product-detail hr {
    margin: 20px 0;
    border: 0;
    height: 1px;
    background-color: #e8e8e8;
}

.product-detail .amount .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FD830C;
    margin-top: 3px;
    display: inline-block;
}

.product-detail .amount {
    display: block;
    /* padding-left: 37px; */
    font-size: 10px;
    color: #000000;
    line-height: 14px;
    text-align: right;
}

.product-detail .perc {
    padding: 6px 4px;
    color: #305083;
    font-weight: bold;
    background-color: #eeeeee;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    float: left;
}

.list-categories .category-description,
.list-categories .category-title {
    display: block;
}

.category-select {
    margin-top: 15px;
}

    .category-select .category-button {
        display: table;
        width: 95%;
        margin: 0 auto 15px;
    }

        .category-select .category-button .category-image {
            float: left;
            width: 30%;
            border: 1px solid #ddd;
            margin-right: 4%;
            padding: 2% 0;
            min-height: 85px;
        }

            .category-select .category-button .category-image img {
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 100px;
                display: table;
                margin: 0 auto;
            }

        .category-select .category-button .category-title {
            font-size: 1.3em;
            color: #000000;
            font-weight: 700;
            float: left;
            margin: 7px 0 5px;
        }

        .category-select .category-button .category-description {
            float: left;
            width: 65%;
            text-align: left;
            color: #000000;
            font-size: 0.9em;
            line-height: 16px;
        }

        .category-select .category-button .more-detail {
            display: none;
        }

.top-product {
    margin: 0;
    padding: 0;
}

    .top-product .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin: 0 2px;
        position: relative;
    }

    .top-product .slides img {
        width: 100%;
        display: block;
    }

    .top-product .slides {
        zoom: 1;
    }

.top-product {
    position: relative;
    zoom: 1;
}

    .top-product:hover .flex-prev {
        opacity: 0.7;
        left: 10px;
    }

    .top-product:hover .flex-next {
        opacity: 0.7;
        right: 10px;
    }

        .top-product:hover .flex-next:hover, top-product:hover .flex-prev:hover {
            opacity: 1;
        }

.top-product {
    padding-top: 7px;
    padding-bottom: 18px;
    width: 100%;
    overflow: hidden;
}

    .top-product h2 {
        float: left;
        color: #214679;
        font-size: 1.3em;
        font-weight: 600;
        margin: 10px 0 20px 15px;
    }

    .top-product .more-product-link {
        float: right;
        color: #878787;
        font-weight: 400;
        text-decoration: underline;
        margin: 13px 13px 0 0;
    }

    .top-product li a .tp-img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .top-product li a .tp-img img {
            display: table;
            margin: 0 auto;
            max-width: 145px;
        }

    .top-product li a .tp-title {
        color: #214679;
        display: table;
        text-align: center;
        font-size: 1.1em;
        line-height: 18px;
        margin: 0 auto 10px;
        width: 85%;
    }

    .top-product li a .tp-price {
        display: block;
        text-align: center;
        color: #f73d04;
        font-weight: 700;
        font-size: 1.3em;
    }

    .top-product li a .product-price-old {
        text-decoration: line-through;
        color: #808080;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .top-product .product-div {
    }

        .top-product .product-div .productlist-image {
            display: block;
            margin-bottom: 10px;
            width: 100%;
        }

            .top-product .product-div .productlist-image img {
                display: table;
                margin: 0 auto;
                width: 100%;
                max-width: 145px;
            }

        .top-product .product-div .productlist-detail {
        }

            .top-product .product-div .productlist-detail > a {
                color: #214679;
                display: table;
                font-size: 14px;
                line-height: 18px;
                margin: 0 auto 10px;
                text-align: center;
                width: 85%;
            }

            .top-product .product-div .productlist-detail .productlist-price {
            }

            .top-product .product-div .productlist-detail .new-price {
                color: #f73d04;
                display: block;
                font-size: 1.3em;
                font-weight: 700;
                text-align: center;
            }





.land-pbox .product-div {
}

    .land-pbox.product-div .productlist-image {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }


    .land-pbox .product-div .productlist-detail {
    }


        .land-pbox .product-div .productlist-detail .productlist-price {
        }

        .land-pbox.product-div .productlist-detail .old-price {
            color: gray;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            text-align: center;
            text-decoration: line-through;
        }

.category-select-wrapper .category-text {
    display: table;
    margin: 0 auto 10px;
    width: 86%;
    padding: 2% 7% 7%;
    border: 1px solid #ddd;
}

    .category-select-wrapper .category-text h2.title {
        margin: 10px 0 15px;
    }

.category-select-wrapper .category-text-over {
    overflow: hidden;
    height: 65px;
    margin-bottom: 10px;
    width: 100%;
}

    .category-select-wrapper .category-text-over.none {
        overflow: auto;
        height: auto;
    }

.category-select-wrapper .category-text p {
    line-height: 21px;
    text-align: justify;
    margin-bottom: 20px;
}

.category-select-wrapper .category-text #ct-more {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.category-select-wrapper .category-button {
    display: table;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 11px;
    border-bottom: 1px solid #ddd;
}

.category-select-wrapper h2.title {
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    padding: 16px 10px;
    display: block;
    background-color: #ECECEC;
    margin-top: 15px;
}

.category-select-wrapper .category-button:first-child {
    border-top: 1px solid #ddd;
}

.category-select-wrapper .category-button .fa {
    float: right;
    margin-top: 2px;
}

.category-select-wrapper .category-button .category-title {
    font-size: 1.3em;
    color: #000000;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 7px 0 5px;
}

.top-product-wrapper h2 {
    float: left;
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 20px 15px;
}

.top-product-wrapper .more-product-link {
    float: right;
    color: #878787;
    font-weight: 400;
    text-decoration: underline;
    margin: 23px 8px 0 0;
}

.top-product-wrapper .tp-div {
    display: table;
    width: 100%;
    float: left;
}

    .top-product-wrapper .tp-div a {
        display: inline-block;
        width: 49%;
        min-height: 300px;
    }

        .top-product-wrapper .tp-div a .tp-img {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

            .top-product-wrapper .tp-div a .tp-img img {
                display: table;
                margin: 0 auto;
                max-width: 145px;
            }

        .top-product-wrapper .tp-div a .tp-title {
            color: #214679;
            display: table;
            text-align: center;
            font-size: 1.1em;
            line-height: 18px;
            margin: 0 auto 10px;
            width: 85%;
        }

        .top-product-wrapper .tp-div a .tp-price {
            display: block;
            text-align: center;
            color: #f73d04;
            font-weight: 700;
            font-size: 1.3em;
        }

.top-product-wrapper {
    margin-top: 25px;
}

    .top-product-wrapper .tpw-title {
        background-color: #E8E8E8;
        display: table;
        width: 100%;
        margin-bottom: 15px;
    }

.footer-checkout .footer-checkout-item {
    margin-bottom: 20px;
}

.footer-checkout a {
    display: block;
}

    .footer-checkout a i {
        font-size: 45px;
        color: #FD830C;
        margin-right: 10px;
    }

    .footer-checkout a span {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.5px;
    }

    .footer-checkout a i,
    .footer-checkout a span {
        display: inline-block;
        vertical-align: middle;
    }

footer.bottom hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e8e8e8;
    border: 0;
    height: 1px;
}

.footer-about {
    font-size: 12px;
    line-height: 1.5;
}

footer.bottom .phone-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}


footer.bottom .phone-number,
footer.bottom .small-phone {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-border {
    border: 0 !important;
}

.list-plain {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menus strong {
    font-weight: 800;
    letter-spacing: -0.2px;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-menus a {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 0;
    line-height: 1.25;
}

.footer-menus + hr {
    margin-top: 0 !important;
}

.footer-newsletter .footer-input {
    float: left;
    width: 70%;
    height: 25px;
    padding: 10px 5%;
    border: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 12px;
    background-color: #f8f8f8;
    box-shadow: none;
    outline: 0;
}

.footer-newsletter .footer-input-button,
.footer-newsletter .footer-input-button:hover {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    float: left;
    width: 20%;
    text-align: center;
    background-color: #FD830C;
    border-bottom: none;
    padding: 16px 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

footer.bottom .sociallist {
    display: block;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
}

.sociallist li {
    display: inline-block;
    margin-right: 10px;
}

    .sociallist li a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        text-align: center;
        line-height: 47px;
        display: inline-block;
        color: rgba(32, 32, 32, 0.6);
        border: solid 1px #cfcfcf;
    }

        .sociallist li a i {
            font-size: 18px;
            vertical-align: sub;
        }

        .sociallist li a:hover {
            color: #FD830C;
            border: solid 1px #FD830C;
        }

.desktop-link {
    text-align: center;
}

    .desktop-link a {
        color: #000000;
        font-size: 12px;
        display: block;
    }

    .desktop-link img {
        max-width: 30px;
    }

    .desktop-link span {
        display: block;
        margin-top: 8px;
    }

.back-top {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 70px;
}

    .back-top a {
        width: 34px;
        height: 34px;
        line-height: 40px;
        text-align: center;
        background-color: #FD830C;
        border-radius: 100%;
    }

        .back-top a img {
            max-width: 14px;
        }

        .back-top a,
        .back-top a img {
            display: inline-block;
        }

.bottom-disclaimer {
    margin-top: 20px;
    width: 90%;
    display: table;
    margin: 0 auto;
}

    .bottom-disclaimer p {
        text-align: center;
        color: #fff;
        line-height: 20px;
        font-size: 0.8em;
        display: table;
        width: 90%;
        margin: 0 auto;
    }

#divSsoHandler {
    display: none;
}

/* CATEGORY PAGE */

.breadcrumb {
    background: #ffffff;
    display: block;
    width: 100%;
}

    .breadcrumb,
    .breadcrumb * {
        box-sizing: border-box;
    }

        .breadcrumb ul {
            padding: 20px;
        }


            .breadcrumb ul > li {
                margin-right: 5px;
                display: inline-block;
            }

                .breadcrumb ul > li:first-child > a {
                    color: #000000;
                    font-weight: bold;
                }

                .breadcrumb ul > li > a {
                    color: #858585;
                    font-size: 12px;
                    margin-left: 0;
                }

#productWrapper .breadcrumb {
    background: #f8f8f8;
}

/* PRODUCTLIST PAGE */

.category-facet {
    background-color: #f8f8f8;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    letter-spacing: -0.5px;
}

    .category-facet img {
        max-height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        display: inline-block;
    }

    .category-facet .facet-filter:after {
        content: "";
        position: absolute;
        right: 0;
        height: 16px;
        width: 1px;
        background-color: #cccccc;
    }

    .category-facet .facet-filter,
    .category-facet .facet-sort {
        padding: 14px 0;
        position: relative;
    }

.product-filter {
    background: #ebebeb;
    padding: 11px 12px;
}

    .product-filter table {
        width: 100%;
    }

        .product-filter table td {
            width: 20%;
            vertical-align: middle;
        }

    .product-filter p {
        color: #252525;
        font-weight: 700;
        font-size: 1em;
        margin-bottom: 5px;
        padding: 4px 0;
        float: left;
    }

    .product-filter a {
        background: #214679;
        border-radius: 7px;
        color: #fff;
        float: left;
        font-size: 0.9em;
        font-weight: 500;
        height: 100%;
        line-height: 36px;
        margin-right: 1%;
        min-height: 36px;
        padding: 3% 0.5%;
        text-align: center;
        vertical-align: middle;
        width: 95%;
    }

        .product-filter a.l-line {
            line-height: normal !important;
        }

        .product-filter a.filter-button {
            background: none;
            padding: 0;
            margin-right: 0;
            line-height: normal !important;
            text-align: center;
            display: inline-block;
            width: auto;
            float: right;
        }

            .product-filter a.filter-button .fa {
                color: #f73d04;
                font-size: 1.8em;
                margin-right: 5px;
            }

            .product-filter a.filter-button span {
                color: #010001;
            }

        .product-filter a.active {
            background: #f73e05;
        }

        .product-filter a:last-child {
            margin: 0 !important;
        }

        .product-filter a.s-sira {
            line-height: normal;
        }

.productlist {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}




    .productlist .product-div .productlist-image a {
        display: block;
    }



.outStock.p-icon {
    position: absolute;
    left: -7px;
    top: -2px;
}

.productlist .product-div .productlist-detail .productlist-rate {
    float: right;
    width: 45%;
}

    .productlist .product-div .productlist-detail .productlist-rate p {
        font-size: 0.9em;
        float: right;
        margin-right: 5%;
        width: 100%;
    }

    .productlist .product-div .productlist-detail .productlist-rate span {
        display: inline-block;
        background: #e4e4e4;
        font-size: 1.1em;
        font-weight: 600;
        padding: 5% 3%;
        border-radius: 4px;
        margin-left: 3px;
    }

.productlist .pager {
    margin-top: 65px;
    text-align: center;
}

    .productlist .pager span {
        background-color: #FD830C;
        border: solid 1px #FD830C;
        color: #ffffff;
    }

    .productlist .pager a {
        border: solid 1px #eeeeee;
        background-color: #ffffff;
        color: #000000;
    }

    .productlist .pager > * {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px 16px;
        display: inline-block;
        margin: 0 3px;
    }

.productlist h2.title {
    color: #000000;
    font-size: 1.3em;
    font-weight: 600;
    padding: 19px 0 20px 10px;
    background-color: #E8E8E8;
    display: table;
    width: 102.5%;
    margin-bottom: 15px;
    margin-left: -2.5%;
}

.filter-div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 99999999;
}

.filter-bg {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.filter-content {
    min-height: 330px;
    background: #fff;
    width: 90%;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}

    .filter-content ul {
        display: block;
        width: 100%;
        float: left;
        margin: 10px 0 10px;
    }

    .filter-content .filter-select ul {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 250px;
    }

    .filter-content ul > li {
        display: block;
        padding: 10px 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid #c9c9c9;
        cursor: pointer;
    }

        .filter-content ul > li > a {
            color: #214679;
            font-size: 1.3em;
            font-weight: 600;
            display: block;
            padding: 0 15px;
        }

            .filter-content ul > li > a span {
                float: right;
                color: #4b4b4b;
                font-size: 0.6em;
                font-weight: 400;
                border: 1px solid #4b4b4b;
                border-radius: 17px;
                width: 15px;
                text-align: center;
                padding: 2px 0;
            }

    .filter-content .fc-button {
        display: block;
        width: 90%;
        margin: 0px 5% 10px;
        float: left;
    }

        .filter-content .fc-button a {
            float: left;
            width: 48%;
            margin: 2% 1%;
        }

        .filter-content .fc-button .suppbtn {
            padding: 13px 0;
        }

    .filter-content .fc-clear {
        display: block;
        width: 90%;
        margin: 15px 5% 18px;
        float: left;
    }

        .filter-content .fc-clear a {
            text-align: center;
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #333;
        }

            .filter-content .fc-clear a i {
                margin-right: 5px;
            }

    .filter-content .filter-select {
        display: none;
    }

.productlist .noResult {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* PRODUCT DETAIL */

.product-detail {
    padding: 0 0;
    padding-bottom: 4%;
}


    .product-detail .size-table {
        display: block;
        text-align: right;
        padding: 0;
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        color: #000000;
    }

.product-whitespace {
    background-color: #F4F4F4;
    height: 15px;
}

#sizeTableIcon {
    vertical-align: middle;
    margin-right: 5px;
}

.pva-redirect-login {
    background: #FD830C !important;
}

.product-detail .product-not-show p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    background: #f2f2f2;
    padding: 4% 0;
    width: 100%;
    display: block;
}

.product-detail .come-button {
    padding: 15px 10px;
    box-sizing: border-box;
}

.product-detail .total-review {
    font-size: 10px;
    color: #2f2f2f;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
}

    .product-detail .total-review > strong {
        font-weight: normal;
    }

.product-detail .product-discount {
    background-color: #FD830C;
    padding: 8px 6px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    max-width: unset;
    word-break: break-all;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 10px;
    margin-right: 10px;
}

    .product-detail .product-discount strong {
        display: block;
        font-size: 14px;
        font-weight: 800;
    }

.product-detail .amount .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FD830C;
    margin-top: 3px;
    display: inline-block;
}

.product-detail .amount {
    display: block;
    /* padding-left: 37px; */
    font-size: 10px;
    color: #000000;
    line-height: 14px;
    text-align: right;
}

.product-detail .perc {
    padding: 6px 4px;
    color: #305083;
    font-weight: bold;
    background-color: #eeeeee;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    float: left;
}

.product-photos {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-slider {
    margin: 0;
    padding: 0;
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
}

    .product-slider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        min-height: 240px;
        position: relative;
    }

    .product-slider .slides img {
        width: 100%;
        display: block;
    }

    .product-slider .flex-control-nav {
        padding-bottom: 8px;
    }

        .product-slider .flex-control-nav li {
            margin: 0 3px;
        }

    .product-slider .slides {
        zoom: 1;
    }

    .product-slider .flex-direction-nav a {
        text-indent: -999px;
        text-align: initial;
    }

        .product-slider .flex-direction-nav a:before {
            display: none;
        }

    .product-slider .flex-direction-nav .flex-prev,
    .product-slider .flex-direction-nav .flex-next {
        background-repeat: no-repeat;
        background-position: center center;
    }

    .product-slider .flex-direction-nav .flex-prev {
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/psa-left.svg");
    }

    .product-slider .flex-direction-nav .flex-next {
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/psa-right.svg");
    }

.product-slider {
    position: relative;
    zoom: 1;
    height: auto;
    min-height: 240px;
}

    .product-slider:hover .flex-prev {
        opacity: 0.7;
        left: 10px;
    }

    .product-slider:hover .flex-next {
        opacity: 0.7;
        right: 10px;
    }

        .product-slider:hover .flex-next:hover, .product-slider:hover .flex-prev:hover {
            opacity: 1;
        }

.top-benefit {
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

    .top-benefit strong {
        font-weight: bold;
    }

@media (max-width: 360px) {
    .top-benefit {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .top-benefit {
        font-size: 11px;
    }
}

.product-number {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 14px;
}

    .product-number p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 27px;
    }

.product-select .ps-div select.pn-select {
    border: 1px solid #e4e4e4;
    color: #373737;
    font-size: 1em;
    border-radius: 3px;
    padding: 10px 10px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat;
    background-position: 94%;
    width: 90%;
    margin-left: 13px;
}

.product-exp {
    display: table;
    width: 100%;
    padding: 0px 0 19px;
    border-bottom: 1px solid #c9c9c9; /* border-top: 1px solid #c9c9c9; */
}

    .product-exp p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 20px;
    }

    .product-exp span {
        float: right;
        font-size: 1.1em;
        display: inline-block;
        margin-right: 10px;
        margin-top: 20px;
        color: #373737;
    }

.product-score {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

    .product-score .overall-score {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .product-score .mrate-type {
        background-color: #f9f9f9;
        padding: 8px 14px;
        border-radius: 2px;
        margin-bottom: 20px !important;
    }

    .product-score .rating div {
        float: none;
    }

    .product-score .mrating-type-name,
    .product-score .mrate-point-space {
        font-size: 13px;
    }

    .product-score .title {
        color: #305083;
        font-size: 14px;
        font-weight: 600;
        padding: 16px 20px;
    }

    .product-score p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 20px;
    }

    .product-score .overall-score {
        float: left;
        width: 100%;
    }

        .product-score .overall-score p {
            width: auto;
            color: #373737;
            font-size: 1em;
            font-weight: 400;
        }

        .product-score .overall-score ul {
            float: left;
            margin-top: 17px;
            margin-left: 10px;
        }

            .product-score .overall-score ul > li {
                width: 20px;
                height: 20px;
                color: #d0d0d0;
                float: left;
                border-radius: 10px;
                margin-right: 3px;
                font-size: 1.5em;
            }

                .product-score .overall-score ul > li.active {
                    color: #f79700;
                }

                .product-score .overall-score ul > li.score-point {
                    color: #373737;
                    width: auto;
                    font-size: 1em;
                    background: none;
                    border-radius: 0;
                    margin-left: 8px;
                    margin-top: 4px;
                }

    .product-score .score-text {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .product-score .score-text > div {
            float: left;
            width: 20%;
            position: relative;
            height: 93px;
        }

    .product-score .chart {
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }

        .product-score .chart > div {
            margin-left: 0;
        }

    .product-score .score-text .percentage {
        font-size: 13px;
        font-weight: bold;
        color: #464646;
        top: 48%;
    }

    .product-score .score-text strong {
        display: block;
        text-align: center;
        font-size: 13px;
    }

@media (max-width: 320px) {
    .product-score .score-text strong {
        height: 26px;
    }

    .product-score .score-text .percentage {
        top: 61%;
    }
}

.product-score .score-text p {
    width: 19%;
    margin: 0;
    font-size: 1.2em;
}

    .product-score .score-text p b {
        font-weight: 700;
        color: #373737;
        display: block;
        text-align: center;
    }

    .product-score .score-text p span {
        color: #373737;
        text-align: center;
        display: block;
        font-weight: 400;
        font-size: 0.7em;
        margin-top: 5px;
    }

.product-tab {
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
}

    .product-tab a.title,
    .product-detail .product-combination h4 {
        font-size: 14px;
        font-weight: 800;
        color: #000000;
        display: block;
        box-sizing: border-box;
        padding: 16px 20px;
    }

        .product-tab a.title.open-tab.open {
            color: #eb8b2d;
        }

.product-detail .product-combination h4 {
    border: 0;
    padding-top: 25px;
    font-size: 16px;
    text-align: center;
}

.product-tab:not(.no-arrow) a.title {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/pbar-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.product-tab.comment-arrow:not(.no-arrow) a.title {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/pbar-right.svg");
}

.product-tab a#productComments {
    position: relative;
}

.product-tab a.title span {
    float: right;
    color: #4b4b4b;
    border: 1px solid #4b4b4b;
    border-radius: 11px;
    padding: 3px 5px;
    font-size: 0.9em;
    margin-top: -3px;
}

.product-tab .tabdiv, .product-tab .tabdiv2, .product-tab .tabdiv3, .product-tab .tabdiv4 {
    display: none;
    padding: 20px 5%;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .product-tab .tabdiv p {
        color: #464646;
        line-height: 19px;
        margin-bottom: 13px;
        text-align: left;
    }

    .product-tab .tabdiv b {
        font-weight: 700;
    }

    .product-tab .tabdiv .useofdiv {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .product-tab .tabdiv .useofdiv .title {
            display: block;
            font-weight: 700;
            border-bottom: 1px solid #ddd;
            padding: 0 0 8px 5px;
            margin-bottom: 8px;
        }

        .product-tab .tabdiv .useofdiv .description {
            line-height: 19px;
            text-align: left;
            display: block;
            padding: 0 5px 8px 5px;
        }

.nutritionLabel .line {
    float: left;
    width: 100%;
    padding: 6px 0px;
    border-top: 1px solid #333;
}

    .nutritionLabel .line.service .title {
        width: 80%;
        font-weight: 700;
    }

    .nutritionLabel .line.black {
        height: 5px;
        background: #333;
        border: none;
        padding: 0;
    }

    .nutritionLabel .line.black2 {
        height: 10px;
        background: #333;
        border: none;
        padding: 0;
        margin: 4px 0 -1px 0;
    }

    .nutritionLabel .line .title {
        float: left;
        width: 60%;
    }

    .nutritionLabel .line .value {
        float: left;
        width: 20%;
        text-align: center;
    }

    .nutritionLabel .line .value2 {
        float: left;
        width: 20%;
        text-align: center;
    }

    .nutritionLabel .line.indent .title {
        width: 55%;
        margin-left: 5%;
    }

.nutritionLabel p.nutGr {
    font-size: 1.3em;
    margin-bottom: 3px;
    font-style: italic;
}

.nutritionLabel p.nutDetail {
    float: left;
    margin-top: 5px;
    font-size: 0.9em;
    color: #777;
}

.nutritionLabel .line.title .title {
    width: 100%;
    text-align: right;
    font-weight: 700;
}

.product-tab .settingdiv {
    padding: 10px 0;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}

product-tab .settingdiv div {
    width: 100%;
}

.product-tab .settingdiv .sd-brand-tip {
    color: rgba(32,32,32,0.7);
    display: block;
    margin: 4px;
}

.product-tab .settingdiv .sd-brand-icon {
    font-size: 13px;
    font-weight: bold;
    margin: 4px;
    vertical-align: middle;
    color: #000;
    display: block;
}

.product-tab .settingdiv .icon {
    float: left;
    font-size: 30px;
    width: 30px;
    margin: 4px 15px;
}

.product-tab .settingdiv .sd-brand-composition-name {
    font-weight: 700;
    float: left;
    text-align: left;
    width: 40%;
    margin-right: 1%;
    position: relative;
}

    .product-tab .settingdiv .sd-brand-composition-name:after {
        content: ":";
        position: absolute;
        right: 0;
        top: 0;
    }

.product-tab .settingdiv .sd-brand-composition-values {
    float: left;
    width: 58%;
}

.product-tab .settingdiv .sd-washing-tips-icon {
    font-size: 13px;
    font-weight: bold;
    margin: 4px;
    vertical-align: middle;
    color: #000;
    display: block;
}

.product-select p + * + p {
    margin-top: 20px;
}


.product-tab .settingdiv .sd-brand {
    font-weight: 700;
    float: left;
    text-align: left;
    width: 40%;
    margin-right: 1%;
    position: relative;
}

    .product-tab .settingdiv .sd-brand:after {
        content: ":";
        position: absolute;
        right: 0;
        top: 0;
    }

.product-tab .settingdiv .sd-brand-link {
    float: left;
    width: 58%;
}

    .product-tab .settingdiv .sd-brand-link a {
        color: #FD830C;
        text-decoration: underline;
    }

.product-share {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

    .product-share p {
        display: block;
        text-align: center;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin: 20px 0;
    }

    .product-share ul {
        display: table;
        margin: 0 auto 20px;
        width: 20%;
    }

        .product-share ul > li {
            float: left;
            width: 48%;
            margin: 0 1%;
        }

            .product-share ul > li > a {
                float: left;
            }

                .product-share ul > li > a > img {
                    width: 100%;
                }

.other-products {
    display: block;
    width: 100%;
    padding: 20px;
}

    .other-products,
    .other-products * {
        box-sizing: border-box;
    }

        .other-products .widget-title {
            font-size: 16px;
            font-weight: 800;
            line-height: normal;
            margin-bottom: 10px;
        }

        .other-products .op-div {
            display: block;
        }

        .other-products a {
            margin-bottom: 11px;
            display: block;
            margin: 0 5px;
        }


            .other-products a p {
                font-size: 14px;
                font-weight: bold;
                letter-spacing: -0.5px;
                color: #000000;
                margin: 5px 0;
                line-height: normal;
                overflow: hidden;
                max-height: 57px;
                margin-bottom: 12px;
            }

            .other-products a span {
                text-decoration: line-through;
                letter-spacing: -0.5px;
                color: #000000;
                margin-right: 5px;
                display: inline-block;
                vertical-align: bottom;
                font-size: 14px;
            }

            .other-products a b {
                font-weight: 800;
                vertical-align: bottom;
                color: #FD830C;
                letter-spacing: -0.5px;
                font-size: 14px;
            }

        .other-products .owl-page {
            width: 8px;
            height: 8px;
            opacity: .4;
            background-color: #000000;
            display: inline-block;
            border-radius: 100%;
            margin: 0 2px;
        }

            .other-products .owl-page.active {
                opacity: 1;
            }

        .other-products .owl-pagination {
            margin-top: 20px;
            text-align: center;
        }

.detail-checkout {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 15px 10px;
    box-sizing: border-box;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .detail-checkout .suppbtn,
    .product-detail .come-button .backInStock {
        width: 100%;
        margin: 0 auto;
        display: table;
        border-radius: 4px;
        background-color: #FD830C;
        box-sizing: border-box;
    }

.product-combination {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

    .product-combination h4 {
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        border-bottom: 1px solid #c9c9c9;
        display: block;
        margin-bottom: 15px;
        padding: 25px 10px 15px;
    }

    .product-combination .combination-div {
        display: table;
        width: 93%;
        margin: 0 auto 20px;
    }

        .product-combination .combination-div .cd-img {
            float: left;
            width: 34%;
            border: 1px solid #ddd;
        }

            .product-combination .combination-div .cd-img a {
                display: block;
            }

                .product-combination .combination-div .cd-img a img {
                    width: 100%;
                }

        .product-combination .combination-div .cd-right {
            float: right;
            width: 62%;
        }

            .product-combination .combination-div .cd-right .cdr-title {
                float: left;
                width: 100%;
                color: #000000;
                font-size: 1.2em;
                font-weight: 600;
                min-height: 35px;
                display: block;
                margin-top: 10px;
                margin-bottom: 10px;
                line-height: 21px;
            }

            .product-combination .combination-div .cd-right .cdr-type {
                float: left;
                margin-right: 10px;
                font-size: 1.1em;
                margin-bottom: 10px;
            }

                .product-combination .combination-div .cd-right .cdr-type b {
                    font-weight: 700;
                    color: #255086;
                    margin-right: 4px;
                    float: left;
                }

                .product-combination .combination-div .cd-right .cdr-type span {
                    float: left;
                }

            .product-combination .combination-div .cd-right .cdr-select {
                float: left;
                width: 100%;
                margin-top: 7px;
                margin-bottom: 10px;
            }

                .product-combination .combination-div .cd-right .cdr-select .voption {
                    position: relative;
                }

                .product-combination .combination-div .cd-right .cdr-select p {
                    font-weight: 700;
                    color: #255086;
                    margin-right: 6px;
                    float: left;
                    margin-top: 2px;
                }

                .product-combination .combination-div .cd-right .cdr-select select {
                    float: left;
                    padding: 8px;
                    padding-left: 10px;
                    width: 100%;
                    border-radius: 4px;
                    box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
                    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
                    margin-bottom: 5px;
                    background-color: #ffffff;
                    border: 1px solid #b2b9d2;
                }

                    .product-combination .combination-div .cd-right .cdr-select select:after {
                        content: "";
                        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/icon-arrow-right.png") center center no-repeat;
                        position: absolute;
                        top: 1px;
                        right: 0;
                        width: 30px;
                        height: 30px;
                        line-height: 100%;
                        vertical-align: middle;
                        background-size: 10px;
                    }

            .product-combination .combination-div .cd-right .cdr-score {
                float: left;
                width: 100%;
            }

                .product-combination .combination-div .cd-right .cdr-score .cdr-point {
                    float: left;
                    padding-top: 12px;
                }

                .product-combination .combination-div .cd-right .cdr-score .progressDiv .gen-rate {
                    margin: 0px 19px 0 0;
                }

                .product-combination .combination-div .cd-right .cdr-score .progressDiv {
                    float: left;
                }

.detail-disclaimer-fit {
    padding: 20px;
    padding-top: 0;
}

    .detail-disclaimer-fit p {
        font-style: italic;
        line-height: 20px;
        color: #858585;
        text-align: left;
        font-size: 14px;
    }

        .detail-disclaimer-fit p b {
            font-weight: 700;
            color: #767676;
            margin-right: 5px;
        }

.tab-doesnt-include {
    display: block;
    width: 100%;
}

    .tab-doesnt-include .tdi-item {
        float: left;
        width: 32%;
        min-height: 112px;
    }

        .tab-doesnt-include .tdi-item img {
            display: table;
            margin: 0 auto 8px;
        }

        .tab-doesnt-include .tdi-item span {
            display: table;
            width: 95%;
            text-align: center;
            line-height: 20px;
        }

.product-comment {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 35px;
}

    .product-comment .product-comment-wrapper {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0 15px;
    }

.product-comment-wrapper.positive {
    border-right: 1px dashed #ebebeb;
}

.product-comment-wrapper.negative {
    padding-left: 13px;
}

.product-comment-wrapper.positive h5 {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/thumb-up.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.product-comment-wrapper.positive strong {
    font-weight: bold;
    color: #63ac0d;
    margin-bottom: 5px;
    display: block;
}

.product-comment-wrapper.negative h5 {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/thumb-down.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.product-comment-wrapper.negative strong {
    font-weight: bold;
    color: #eb0019;
    margin-bottom: 5px;
    display: block;
}

.product-comment .product-comment-wrapper h5.title {
    font-size: 14px;
    margin-bottom: 35px;
    color: #464646;
}

    .product-comment .product-comment-wrapper h5.title i {
        margin-right: 4px;
    }

.product-comment .product-comment-wrapper ul > li {
    margin-left: 15px;
    line-height: 15px;
    color: #464646;
    font-size: 13px;
}

    .product-comment .product-comment-wrapper ul > li + li {
        margin-top: 15px;
    }

.product-comment .product-comment-wrapper.positive ul > li {
    list-style-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/comment-positive.svg");
}

.product-comment .product-comment-wrapper.negative ul > li {
    list-style-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/comment-negative.svg");
}

.cart-back-button {
    display: block;
    width: 93%;
    margin: 0 auto 40px;
}

.breadCrumbStep {
    margin-left: 5px;
    font-weight: bold;
    color: #f73d04;
}

/* COMMENTS PAGE */

.page-large-title {
    display: block;
    width: 100%;
    background: #efefef;
    padding: 15px 0;
    box-sizing: border-box;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.page-large-title:after {
    content: '';
    clear: both;
    display: block;
}

.account-accordion-menu ul li h1 {
    color: #565656 !important;
}

.page-large-title span {
    float: left;
    color: #FD830C;
    font-size: 1.4em;
    margin-right: 6px;
    margin-left: 13px;
}

.page-large-title h1 {
    color: #252525;
    font-size: 1.7em;
    float: left;
}

.page-large-title .fa-list,
.page-large-title .fa-unlock-alt,
.page-large-title .fa-truck,
.page-large-title .fa-try,
.page-large-title .fa-pencil-square-o,
.page-large-title .fa-lock {
    margin-top: 4px;
}

.page-large-title .fa-shopping-cart,
.page-large-title .fa-user,
.page-large-title .fa-gift,
.page-large-title .fa-credit-card,
.page-large-title .fa-cog,
.page-large-title .fa-info-circle,
.page-large-title .fa-bookmark {
    margin-top: 3px;
}

.page-large-title .fa-comments {
    margin-top: 2px;
}

.product-comments {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

    .product-comments .pc-div {
        display: table;
        width: 93%;
        margin: 15px auto;
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 15px;
    }

        .product-comments .pc-div .pc-title {
            display: table;
            width: 100%;
        }

        .product-comments .pc-div .pc-rate ul > li {
            width: 20px;
            height: 20px;
            color: #d0d0d0;
            border-radius: 10px;
            margin-right: 3px;
            font-size: 1.5em;
            display: inline-block;
        }

            .product-comments .pc-div .pc-rate ul > li.active {
                color: #FEC612;
            }

        .product-comments .pc-div .pc-content {
            display: table;
            width: 100%;
        }

        .product-comments .pc-div .pc-like a {
            font-weight: 600;
            margin: 0 6px;
            font-size: 0.9em;
            display: inline-block;
        }

            .product-comments .pc-div .pc-like a.like {
                color: #30a415;
            }

            .product-comments .pc-div .pc-like a.unlike {
                color: #d81a1a;
            }

.helpfulness-vote-result {
    float: left;
    width: 100%;
    color: #00316e;
    font-size: 11px;
    padding-top: 10px;
}

.comment-form .write-review .noLogin {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.new-comment {
    display: table;
    margin: 0 auto;
    width: 93%;
}

.new-address .nc-star {
    display: block;
    width: 100%;
    float: left;
}

    .new-address .nc-star p {
        float: left;
        font-size: 1.1em;
        font-weight: 700;
        margin: 16px 0;
    }

    .new-address .nc-star .nc-select {
        float: right;
        width: 55%;
        margin: 6px 1px 16px 10px;
        padding: 7px 5px;
        font-weight: 700;
        border: 1px solid #d0d0d0;
        background: #f8f8f8;
    }

    .new-address .nc-star ul {
        float: left;
        margin: 5%;
    }

        .new-address .nc-star ul > li {
            width: 20px;
            height: 20px;
            color: #d0d0d0;
            float: left;
            border-radius: 10px;
            margin-right: 3px;
            font-size: 1.5em;
        }

            .new-address .nc-star ul > li.active {
                color: #f79700;
            }

#productCommentContainer .fbcc {
    width: 93%;
    margin: 15px auto;
    display: table;
}

#productCommentContainer {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed !important;
    -webkit-overflow-scrolling: touch;
}

    #productCommentContainer .comment-tabs {
        position: relative;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

.product-back-button {
    display: none;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

    .product-back-button .suppbtn {
        width: 100%;
        display: block;
        border-radius: 0;
        font-weight: 600;
        box-sizing: border-box;
    }

.comment-form .write-review a {
    color: #FD830C !important;
}

.comment-head.tabs > div.active {
    color: #FD830C !important;
    border-color: #FD830C !important;
}
/* GIFT SELECT */

.gift-select-modal {
    gap: 10px !important;
}

.gift-select {
    display: block;
    width: 100%;
}

    .gift-select .gs-div {
        display: table;
        width: 100%;
        margin: 0 auto 12px;
    }

        .gift-select .gs-div .gs-img {
            float: left;
            width: 30%;
            border: 1px solid #ddd;
        }

            .gift-select .gs-div .gs-img img {
                width: 100%;
            }

        .gift-select .gs-div p {
            float: left;
            font-size: 1.2em;
            font-weight: 700;
            color: #000000;
            margin: 37px 0 0 9px;
            width: 43%;
            line-height: 19px;
        }

        .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
            border: 0;
            float: right;
            color: #ffffff;
            font-weight: 700;
            background: #ed4500;
            padding: 13px 0;
            border-radius: 2px;
            margin: 25px 0;
            width: 22%;
            text-align: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .gift-select .gs-div a, .gift-select .gs-div .change-product-gift {
            border: 0;
            float: right;
            color: #ffffff;
            font-weight: 700;
            background: #f73d04;
            padding: 13px 0;
            border-radius: 8px;
            margin: 25px 0;
            width: 22%;
            text-align: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

    .gift-select.fixed {
        bottom: 0;
        width: 94%;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 999;
        margin-top: -1px;
        padding: 7px 3%;
    }

/* NUMBER SELECT */

.number-select {
    display: block;
    width: 100%;
}

    .number-select .ns-div {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

        .number-select .ns-div p {
            display: block;
            line-height: 19px;
            margin-bottom: 30px;
            font-size: 1.1em;
            color: #2d2d2d;
        }

        .number-select .ns-div .ns-minus,
        .number-select .ns-div .ns-plus {
            width: 79px;
            height: 45px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            border-radius: 4px;
            font-size: 18px;
            border: 1px solid #b2b9d2;
            background-color: #ffffff;
            color: #305083;
            background-repeat: no-repeat;
            background-position: center center;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
            -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
        }

        .number-select .ns-div .ns-minus {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/quantity-dec.svg");
        }

        .number-select .ns-div .ns-quantity {
            display: inline-block;
            vertical-align: middle;
            width: -webkit-calc(100% - 158px);
            width: calc(100% - 158px);
            color: #305083;
            font-size: 12px;
            text-align: center;
        }

            .number-select .ns-div .ns-quantity strong {
                font-weight: bold;
                font-size: 16px;
                margin-bottom: 5px;
                width: 100%;
                display: block;
            }

        .number-select .ns-div .nsd {
            width: 60%;
            text-align: center;
            height: 40px;
            padding: 0;
            box-sizing: border-box;
            boder-radius: 5px;
            border: 1px solid #e4e4e4;
            border-radius: 7px;
        }

        .number-select .ns-div .ns-plus {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/quantity-inc.svg");
        }

        .number-select .ns-div .suppbtn {
            display: block;
            width: 99%;
            margin-top: 35px;
        }

/*�r�n detay wizard form*/

.wizard-select {
    display: block;
    width: 100%;
}

    .wizard-select .ns-div {
        display: table;
        width: 93%;
        margin: 5% auto 0;
    }

        .wizard-select .ns-div p {
            display: block;
            line-height: 19px;
            margin-bottom: 10px;
            font-size: 1.1em;
            color: #2d2d2d;
        }

/* LOGIN & REGISTER */

.login {
    display: table;
    width: 100%;
}

    .login .login-div .loginform {
        display: table;
        width: 100%;
    }

        .login .login-div .loginform .textinput {
            width: 89%;
            background: #f8f8f8;
            border: 1px solid #d0d0d0;
            font-size: 1.3em;
            color: #808080;
            padding: 4% 5%;
            margin-bottom: 8px;
        }

        .login .login-div .loginform .button {
            border: none;
            background: #f73d04;
            color: #fff;
            display: block;
            width: 100%;
            font-size: 1.2em;
            font-weight: 700;
            border-radius: 6px;
            padding: 17px 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

    .login .login-div p {
        width: 100%;
        margin-bottom: 2px;
        margin: 10px 0;
    }

        .login .login-div p.lostpw {
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.1px;
            color: #252525;
            margin: 0;
        }

        .login .login-div p input {
            float: left;
            margin: 0;
        }

        .login .login-div p span {
            color: #525252;
            font-size: 0.9em;
        }

/* CART */



.cart .cart-button #checkoutContinue {
    float: right;
    width: 63%;
    padding: 0;
    font-family: "Nunito Sans";
}


.cart .cart-button.fixed {
    width: 90%;
    padding: 7px 5%;
    bottom: 0;
}


.cart .cart-content .cc-div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 0;
}

    .cart .cart-content .cc-div .alert {
        width: 100%;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .cart .cart-content .cc-div .cc-img {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cart .cart-content .cc-div .card-blocked-list:before {
        content: "";
        position: absolute;
        top: -3px;
        right: -3px;
        width: 35px;
        height: 30px;
        background-color: white;
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png");
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
        transform: scale(0.8)
    }


    .cart .cart-content .cc-div .cc-name {
        color: black;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
        padding-right: 10px;
    }

    .cart .cart-content .cc-div .cc-right {
        display: flex;
        flex-direction: column;
    }

    .cart .cart-content .cc-div .cc-quantity-and-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }

    .cart .cart-content .cc-div .cc-price {
        font-size: 16px;
        font-weight: 700;
    }

    .cart .cart-content .cc-div .cc-quantity-and-price .cc-quantity {
        display: flex;
        flex-direction: column;
    }

    .cart .cart-content .cc-div .cc-quantity-and-price .cc-quantity-wrapper {
        display: flex;
        align-items: center;
    }

        .cart .cart-content .cc-div .cc-quantity-and-price .cc-quantity-wrapper a {
            width: 22px;
            height: 22px;
            min-width: 22px;
            min-height: 22px;
            position: relative;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(232,232,232);
            border-radius: 50%;
        }

            .cart .cart-content .cc-div .cc-quantity-and-price .cc-quantity-wrapper a img {
                position: relative;
                bottom: 0;
                left: 0;
                width: 13px;
                height: 13px;
                object-fit: contain;
            }

        .cart .cart-content .cc-div .cc-quantity-and-price .cc-quantity-wrapper span {
            color: black;
            font-size: 15px;
            font-weight: 700;
            margin-left: 7px;
            margin-right: 7px;
        }

.change-special-offer {
    font-size: 12px;
    text-decoration: underline;
    float: left;
    font-weight: 600;
    margin-top: 10px;
}

.special-product-campaign {
    display: block;
    float: left;
    width: 100%;
}

.cart .cart-content .cc-div .cc-right .cc-property {
    display: flex;
    align-items: center;
}

    .cart .cart-content .cc-div .cc-right .cc-property > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .cart .cart-content .cc-div .cc-right .cc-property b {
        font-size: 12px;
        font-weight: 700;
        color: #fd830c;
        padding-right: 4px;
        display: inline-flex;
        justify-content: space-between;
    }

    .cart .cart-content .cc-div .cc-right .cc-property span {
        font-size: 11px;
        color: rgb(51,51,51);
    }

        .cart .cart-content .cc-div .cc-right .cc-property span.price {
            color: #eb6c17;
            font-size: 1.3em;
            font-weight: 700;
            padding: 5px 0;
        }

        .cart .cart-content .cc-div .cc-right .cc-property span.oldprice {
            color: #eb6c17;
            font-size: 1.3em;
            font-weight: 700;
            padding: 5px 0;
            text-decoration: line-through;
        }

.cart .cart-content .cc-div .cc-right .custom-attribute-select {
    display: flex;
    align-items: center;
}

    .cart .cart-content .cc-div .cc-right .custom-attribute-select > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .cart .cart-content .cc-div .cc-right .custom-attribute-select b {
        font-size: 12px;
        font-weight: 700;
        color: #fd830c;
        padding-right: 5px;
        display: inline-flex;
        justify-content: space-between;
    }

    .cart .cart-content .cc-div .cc-right .custom-attribute-select select {
        background: url('https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/v2-checkout/icon_down.svg') no-repeat;
        background-size: 12px 12px;
        background-position: 94%;
        padding: 0 4px;
        width: 78px;
        border: 1px solid rgb(151,151,151,0.5);
        font-size: 10px;
        color: rgb(51,51,51);
        font-weight: normal;
        font-family: "Open Sans", sans-serif;
        border-radius: 2px;
    }


.cart .cart-content .cc-div a {
    color: #0d149b;
}

    .cart .cart-content .cc-div a.product-delete {
        font-size: 10px;
        padding: 8px 0;
        float: left;
        font-weight: 700;
        color: #fd830c;
    }

.cart .cart-content .cc-div .cc-gift {
    display: none;
}

.cart .cart-content .specialOffer {
    padding-left: 12%;
    width: 88%;
}

.emptyCartMessage {
    width: 94%;
    margin: 50px auto 15px;
}

    .emptyCartMessage p {
        line-height: 20px;
        text-align: center;
        margin: 20px 0 30pt;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0;
        color: #000000;
    }

.message-error {
    background-color: #DF4C4C;
    border: 1px solid #C71919;
    color: #FFF;
    line-height: 21px;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0;
}

/* CART GIFT SELECT */

.gift-explanation {
    display: table;
    line-height: 19px;
    color: #2b2b2b;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

/* NEW ADDRESS */

.new-address form {
    display: block;
    width: 100%;
}

.new-address .invoice-type {
    display: table;
    width: 100%;
}

    .new-address .invoice-type p {
        float: left;
        font-size: 1.1em;
        font-weight: 700;
        color: #2b2b2b;
        margin: 4px 9px 0 10px;
    }

    .new-address .invoice-type input {
        float: left;
        margin: 5px;
    }

    .new-address .invoice-type span {
        font-size: 1em;
        color: #525252;
        float: left;
        margin: 5px 5px 0 0;
    }

.new-address .na-div .textinput {
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    margin-bottom: 8px;
    width: 90%;
}

    .new-address .na-div .textinput.small {
        float: left;
        width: 38%;
    }

    .new-address .na-div .textinput#Address_MobilePhoneCode {
        float: left;
        width: 20%;
        margin-top: 6px;
    }

    .new-address .na-div .textinput#Address_MobilePhoneNumber {
        width: 90%;
        margin-top: 6px;
    }

.new-address .na-div .na-select {
    float: left;
    width: 48.6666%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
    background-position: 90%;
    border: 1px solid #d0d0d0;
    color: #808080;
    margin-right: 1%;
}

    .new-address .na-div .na-select.right {
        margin-right: 0;
    }

.new-address .na-div .na-area {
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    width: 90%;
    min-height: 100px;
    resize: none;
    float: left;
}

.new-address .suppbtn {
    width: 49%;
    float: left;
    height: 50px;
    padding: 0;
    line-height: 49px;
}

    .new-address .suppbtn#addaddress {
        float: right;
    }

.new-address .invoiceaddress {
    display: inline-block;
    line-height: 19px;
}

/* SHIP ADDRESS */
.ship-address {
    display: block;
}

    .ship-address .select-address {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #000000;
    }


    .ship-address .btn-add-address,
    .ship-address .btn-edit-address {
        padding: 10px 0;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        color: #686868;
        display: inline-block;
    }

        .ship-address .btn-add-address img,
        .ship-address .btn-edit-address img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px;
        }

    .ship-address .address-validate-button {
        display: none;
        padding: 10px 0;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        color: #00b300;
        margin-left: 10px;
    }

        .ship-address .address-validate-button.visible {
            display: inline-block;
        }

        .ship-address .address-validate-button svg {
            width: 12px;
            height: 15px;
            margin-right: 5px;
            vertical-align: sub;
        }

    .ship-address .shipping-address-list {
        border-radius: 5px;
        border: solid 1px #b2b9d2;
        background-color: #ffffff;
        width: 100%;
        padding: 13px 15px 0px;
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
        color: #050505;
        -webkit-appearance: unset;
        -moz-appearance: unset;
        -ms-appearance: unset;
        -o-appearance: unset;
        appearance: unset;
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/column-down.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: right 12px top 16px;
        padding-right: 40px;
    }

    .ship-address hr {
        background-color: #eaeaea;
        box-shadow: none;
        border: 0;
        height: 1px;
        margin: 20px 0;
    }

    .ship-address .order-giftcard-box label {
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        color: #050505;
        display: block;
    }

    .ship-address .shipping-address-summary {
        margin: 15px 0;
        border-radius: 5px;
        background-color: #f2f6fa;
        padding: 14px 15px;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        color: #686868;
    }

        .ship-address .shipping-address-summary h3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: bold;
            margin-bottom: 4px;
        }

            .ship-address .shipping-address-summary h3 svg {
                width: 16px;
                height: 16px;
                margin-left: 10px;
            }


    .ship-address .cargo-address + .cargo-address {
        margin-top: 18px;
        padding-top: 18px;
        border-top: solid 1px #ececec;
    }

    .ship-address .sa-title {
        display: table;
        width: 100%;
        margin: 25px 0 20px;
    }

        .ship-address .sa-title p {
            float: left;
            font-size: 16px;
            font-weight: bold;
            line-height: normal;
            color: #026acb;
        }

        .ship-address .sa-title a {
            float: right;
            text-decoration: underline;
            color: #363636;
            margin-top: 2px;
        }

    .ship-address .sa-select {
        width: 100%;
        padding: 13px 32px 13px 10px;
        margin-bottom: 8px;
        font-size: 1.2em;
        border: 1px solid #d0d0d0;
        color: #808080;
        background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
        background-position: 95%;
    }

    .ship-address .suppbtn {
        width: 100%;
        font-family: "Nunito Sans";
    }

.order-giftcard-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .order-giftcard-box .checkbox {
        font-size: 1.1em;
        line-height: 23px;
        color: #525252;
        float: left;
        width: 100%;
    }

    .order-giftcard-box .giftnotetextcontainer {
        float: left;
        width: 100%;
    }

    .order-giftcard-box #giftnotetext {
        width: 95%;
        height: 90px;
    }

/* PAYMENT METHOD */

.payment-method {
    display: table;
    margin: 0px 0px 0px;
    width: 100%;
}

    .payment-method p {
        color: #2b2b2b;
        font-size: 1.1em;
        font-weight: 700;
        display: block;
        margin: 15px 4px 17px;
    }

#moneyTransferOrderActualTotal {
    text-decoration: line-through;
    font-weight: 700;
    line-height: 25px;
}

#moneyTransferorderTotal, #creditCardDeliveryOrderActualTotal, #cashDeliveryOrderActualTotal {
    font-weight: 700;
}

#moneytransferTotalContainer, #creditCardDeliveryTotalContainer, #cashDeliveryTotalContainer {
    font-size: 15px;
    border: 1px solid #333;
    padding: 10px 10px 17px;
    line-height: 20px;
}

/* ACCOUNT */

.account {
    display: table;
    width: 93%;
    margin: 30px auto 65px;
}

    .account ul {
        width: 100%;
        display: block;
    }

        .account ul > li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #dedede;
        }

            .account ul > li > a {
                color: #505050;
                display: block;
                font-size: 1.3em;
                margin: 14px 0;
                position: relative;
            }

                .account ul > li > a i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 20px;
                }

                .account ul > li > a .fa {
                    color: #204376;
                }

/* ORDER COMPLETE */
.order-complete .order-check {
    background: #328923;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    width: 20%;
    font-size: 5em;
    padding: 10%;
    border-radius: 70px;
}

.order-complete h1.odul-band {
    font-weight: normal;
    font-size: 1.2em;
    color: #245086;
}

    .order-complete h1.odul-band b {
        font-weight: bold;
    }

    .order-complete h1.odul-band i {
        width: 60px;
        height: 30px;
        content: " ";
        display: inline-block;
        background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/odul-badge-sup.png") no-repeat;
    }

    .order-complete h1.odul-band a {
        color: #245086;
        text-decoration: underline;
        font-weight: bold;
    }

.order-complete .order-number b {
    font-weight: 700;
}

.order-complete .order-message {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 17px;
    color: #595959;
    font-weight: 600;
}

/* PAYMENT */
.payment p {
    color: #2b2b2b;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    margin: 15px 4px 17px;
}

.payment .payment-options {
    float: left;
    width: 100%;
    margin-right: 3.1%;
    padding: 4% 5%;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
    background-position: 95%;
}

.payment .payment-price {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

    .payment .payment-price .payment-amount {
        float: left;
        width: 50%;
    }

        .payment .payment-price .payment-amount p {
            font-size: 1em;
            color: #000000;
            text-align: center;
            margin: 13px auto;
        }

        .payment .payment-price .payment-amount .amount-total {
            display: table;
            text-align: center;
            background: #f8f8f8;
            border: 1px solid #d0d0d0;
            font-size: 1.3em;
            color: #191919;
            padding: 0 5%;
            margin-bottom: 8px;
            width: 86%;
            margin: 0 auto;
            font-weight: 700;
            height: 60px;
            line-height: 58px;
        }

.payment .suppbtn {
    width: 100%;
}

.payment .creditCardWrapper {
    display: table;
    width: 100%;
}

.nextstepcontainer {
    display: table;
    width: 93%;
    margin: 0px auto 30px;
}

.mt-wrapper .bank-container {
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .mt-wrapper .bank-container .bank-select {
        float: left;
        width: 8%;
    }

    .mt-wrapper .bank-container .bank-name {
        float: left;
        width: 30%;
        margin-right: 1%;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-name span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-branch {
        width: 30%;
        float: left;
        margin-right: 1%;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-branch span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 30%;
        float: left;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-branch-number span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-account-number {
        width: 30%;
        float: left;
        padding-left: 8%;
        margin-top: 10px;
    }

        .mt-wrapper .bank-container .bank-account-number span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-iban {
        float: left;
        width: 62%;
        margin-top: 10px;
    }

        .mt-wrapper .bank-container .bank-iban span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        float: left;
        margin: 0;
    }

    .mt-wrapper .bank-container b {
        font-weight: 700;
        margin-right: 3px;
    }

.mt-wrapper .mt-title {
    width: 100%;
    margin-bottom: 10px;
    display: table;
}

    .mt-wrapper .mt-title p {
        font-weight: 700;
        float: left;
    }

        .mt-wrapper .mt-title p.bank-name {
            padding-left: 8%;
            width: 24%;
        }

        .mt-wrapper .mt-title p.bank-branch {
            width: 20%;
        }

        .mt-wrapper .mt-title p.bank-branch-number {
            width: 24%;
        }

        .mt-wrapper .mt-title p.bank-account-number {
            width: 24%;
        }

.bank-transfer-text p b, .payment-text p b, .payment-text p strong {
    font-weight: 700;
}

.sales-agreement .checkbox {
    display: inline;
}

.pending-order-detail {
    background: #FD830C;
    border: 1px solid #FD830C;
}

.payment-checkout.fixed {
    background: #fff;
    left: 0;
    bottom: 0;
    width: 94%;
    padding: 8px 3%;
}

#moneytransfer_container .mt-text p {
    font-weight: 400;
    line-height: 22px;
}

    #moneytransfer_container .mt-text p b {
        font-weight: 700;
    }

.contract h4 {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 16px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px;
    line-height: 25px;
}

.contract .table-content {
    display: table;
    width: 100%;
}

    .contract .table-content .row-content {
        display: table;
        width: 100%;
        margin: 0 0 10px;
    }

    .contract .table-content p.left {
        width: 30%;
    }

    .contract .table-content p.right {
        width: 70%;
    }

.contract .table-cart td {
    width: 25%;
    text-align: center !important;
    line-height: 20px;
}

    .contract .table-cart td img {
        width: 95% !important;
        max-width: 95% !important;
    }

/* INFORMATION */

.information .textinput {
    width: 89%;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    margin-bottom: 8px;
}

    .information .textinput.small {
        width: 38.5%;
    }

.information .info-select {
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
}

.datedropdown {
    width: 28%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    margin-right: 1%;
}

.monthdropdown {
    width: 35%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
}

.yeardropdown {
    width: 30%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    float: right !important;
}

.information .info-select.select4 {
    width: 100%;
}

.information .suppbtn {
    width: 100%;
    margin-top: 10px;
}

/* ADDRESS */

.address {
    display: table;
    margin: 20px auto 40px;
    width: 93%;
}

    .address .address-content {
        display: table;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .address .address-content .subscriptionOrderBadge {
            float: left;
            margin-bottom: 0;
            margin-top: 5px;
        }

        .address .address-content .ac-text {
            font-size: 1.1em;
            line-height: 19px;
            color: #525252;
            display: block;
            margin-bottom: 5px;
        }

            .address .address-content .ac-text b {
                font-weight: 700;
            }

        .address .address-content .ac-phone {
            float: left;
            width: 70%;
        }

        .address .address-content .ac-edit {
            float: right;
        }

            .address .address-content .ac-edit a {
                color: #204376;
                margin: 2px 5px;
                text-align: right;
                float: left;
            }

    .address .suppbtn {
        margin-top: 25px;
        display: block;
    }

    .address .address-content .flex {
        display: flex;
        justify-content: space-between;
    }

    .address .address-content svg {
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }

/* ORDERS */

.orders {
    display: table;
    width: 100%;
    margin: 20px auto 40px;
}

    .orders .order-content {
        display: table;
        margin: 0 auto 20px;
        width: 93%;
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }

        .orders .order-content h3 {
            color: #000000;
            font-size: 1.4em;
            font-weight: 700;
            display: block;
            margin-bottom: 15px;
        }

        .orders .order-content .order-text {
            display: block;
            color: #353535;
            width: 100%;
            margin-bottom: 13px;
        }

            .orders .order-content .order-text b {
                font-weight: 700;
                display: inline-block;
                width: 40%;
                font-size: 1.1em;
            }

        .orders .order-content .suppbtn {
            display: block;
            margin-top: 20px;
        }

/* ORDER DETAIL */

.orders-detail {
    display: table;
    width: 93%;
    margin: 20px auto 40px;
}

    .orders-detail .od-content {
        display: table;
        width: 100%;
        margin: 0 auto 15px;
    }

        .orders-detail .od-content .suppbtn {
            display: block;
            width: 100%;
            float: left;
            margin: 15px 0 10px;
        }

        .orders-detail .od-content h3 {
            color: #FD830C;
            font-size: 1.4em;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
            padding-left: 5px;
        }

        .orders-detail .od-content .od-text {
            display: block;
            color: #353535;
            width: 100%;
            margin-bottom: 6px;
            line-height: 20px;
            padding-left: 5px;
            float: left;
        }

            .orders-detail .od-content .od-text a {
                color: #FD830C;
            }

            .orders-detail .od-content .od-text b {
                font-weight: 700;
                display: inline-block;
                width: 41%;
                font-size: 1.1em;
                position: relative;
            }

                .orders-detail .od-content .od-text b:after {
                    content: ":";
                    position: absolute;
                    right: 0;
                    top: 0;
                }

            .orders-detail .od-content .od-text span {
                float: right;
                width: 57%;
                text-align: left;
            }

        .orders-detail .od-content .od-list {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dedede;
        }

            .orders-detail .od-content .od-list .od-text b {
                width: 23%;
                margin-right: 7px;
            }

                .orders-detail .od-content .od-list .od-text b:after {
                    content: ":";
                }

            .orders-detail .od-content .od-list .od-text span {
                width: 72%;
            }

    .orders-detail .order-total {
        float: right;
        width: 100%;
    }

        .orders-detail .order-total .ot-text {
            display: block;
            text-align: right;
            float: left;
            width: 100%;
            margin-bottom: 8px;
        }

            .orders-detail .order-total .ot-text b {
                width: 70%;
                float: left;
                font-weight: 700;
                color: #292929;
            }

                .orders-detail .order-total .ot-text b:after {
                    content: ":";
                    float: right;
                    margin-left: 3px;
                }

            .orders-detail .order-total .ot-text span {
                float: right;
                text-align: left;
                width: 27%;
                color: #FD830C;
                font-weight: 600;
            }

.hidden {
    display: none;
}

.outStock {
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/icon/out_stock_sup.png") no-repeat scroll 6px 1px rgba(0, 0, 0, 0);
    height: 66px;
    left: -9px;
    position: absolute;
    top: 0;
    width: 66px;
}

.p-icon {
    border-radius: 0;
    color: #999;
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding: 5px 5px 5px 26px;
    z-index: 1 !important;
    position: relative;
}

/* RATINGS */

.statChartHolder > div {
    float: left;
    width: 20%;
    position: relative;
    height: 93px;
}

.chart > div {
    margin-left: -10px;
}

.statChartHolder strong {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: -8px;
    line-height: 16px;
    margin-top: 11px;
    font-weight: 700;
    font-size: 9px;
}

.percentage {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.general-score {
    float: left;
    width: 100%;
}

.progressDiv .gen-rate {
    margin: 2px 0 0 0;
    display: inline-block;
    float: none;
}

.general {
    width: auto;
    color: #373737;
    font-size: 1em;
    font-weight: 400;
}

.score-title {
    line-height: 38px;
    height: 38px;
    font-family: 'HelveticaNeueLTPro-Bd', arial;
    font-size: 16px;
    color: #fff;
    margin: 0;
    background: #003a75;
    padding-left: 10px;
    font-weight: 400;
}

    .score-title a {
        color: #ffae01;
        float: right;
        font-size: 14px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/star-on-new-2.png) right 9px no-repeat;
        padding-right: 22px;
        margin-right: 10px;
        font-weight: 400;
    }

/* CONTACT US */

#topicContactUs {
    width: 96%;
    display: table;
    margin: 30px auto 30px;
}

    #topicContactUs .htmlcontent-body p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    #topicContactUs .htmlcontent-body b, #topicContactUs .htmlcontent-body strong {
        font-weight: 700;
    }

    #topicContactUs .htmlcontent-body ul > li {
        line-height: 20px;
        margin-bottom: 7px;
    }

#contactUsMessage {
    display: table;
    width: 96%;
    margin: 0 auto;
}

    #contactUsMessage .suppbtn {
        width: 100%;
        margin: 0 0 30px;
    }

    #contactUsMessage #recaptcha_widget_div {
        display: table;
        margin: 0 auto;
    }

    #contactUsMessage h2.page-title {
        font-size: 19px;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #000000;
    }

    #contactUsMessage .address-form {
        display: table;
        width: 100%;
        margin-top: 25px;
    }

        #contactUsMessage .address-form .control-group {
            width: 100%;
        }

            #contactUsMessage .address-form .control-group + .control-group {
                margin-top: 30px;
            }

            #contactUsMessage .address-form .control-group label {
                display: block;
                line-height: 1;
                font-size: 14px;
                font-weight: 600;
                margin: 0;
                margin-bottom: 11px;
            }

            #contactUsMessage .address-form .control-group .controls {
                width: 100%;
            }

                #contactUsMessage .address-form .control-group .controls select {
                    line-height: 19px;
                }

                #contactUsMessage .address-form .control-group .controls textarea,
                #contactUsMessage .address-form .control-group .controls input,
                #contactUsMessage .address-form .control-group .controls select {
                    box-sizing: border-box;
                    border-radius: 6px;
                    border: solid 1px rgba(32, 32, 32, 0.3);
                    display: block;
                    width: 100%;
                    padding: 15px;
                    font-size: 14px;
                    font-weight: normal;
                    color: #000000;
                }

                #contactUsMessage .address-form .control-group .controls input {
                    font-weight: bold;
                }

                    #contactUsMessage .address-form .control-group .controls input:focus {
                        outline: 0;
                        border-color: #FD830C;
                    }

                #contactUsMessage .address-form .control-group .controls textarea {
                    resize: none;
                    height: 150px;
                    line-height: 19px;
                }

                #contactUsMessage .address-form .control-group .controls .field-validation-error {
                    color: red;
                }

.static-wrapper .page-content {
    margin: 5% auto 20%;
    width: 96%;
}

    .static-wrapper .page-content table {
        width: 100% !important;
    }

    .static-wrapper .page-content table {
        border: 1px solid #000;
    }

        .static-wrapper .page-content table td {
            border: 1px solid #000;
            padding: 3px;
        }

    .static-wrapper .page-content p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .static-wrapper .page-content b, .static-wrapper .page-content strong {
        font-weight: 700;
    }

    .static-wrapper .page-content h3 {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        line-height: 23px;
        margin-bottom: 5px;
    }

.static-wrapper .btn-cancelmembership {
    margin-top: 30px;
}

.static-wrapper .page-content ol {
    list-style-type: decimal;
}

    .static-wrapper .page-content ol li {
        margin-left: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

.data-bank-div {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 10px 20px 10px;
}

    .data-bank-div .track-link-title {
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
        color: #252525;
        line-height: 25px;
    }

    .data-bank-div .data-bank-text p {
        text-align: left;
    }

    .data-bank-div .data-bank-text .track-link {
        display: block;
        margin: 15px 0 0;
        font-weight: 600;
        text-decoration: underline;
        color: #515151;
    }

.data-bank-wrapper img {
    width: 100%;
    height: auto;
}

.data-bank-wrapper h1.page-title {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px;
}

/* PRODUCT LIST */

.list-filtering > li {
    cursor: pointer;
}

    .list-filtering > li.active {
        position: relative;
    }

        .list-filtering > li.active:before {
            content: "";
            position: absolute;
            left: -20px;
            right: -20px;
            top: 0;
            bottom: 0;
            background-color: #f8f8f8;
            z-index: -1;
        }

.list-filtering > li,
.list-filtering-item .radiobtn,
.list-sorting .radiobtn {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .list-filtering > li.active,
    .list-filtering-item .radiobtn.active,
    .list-sorting .radiobtn.active,
    .list-filtering-item input[type=radio]:checked + .radiobtn,
    .list-filtering-item input[type=checkbox]:checked + .radiobtn,
    .list-sorting input[type=radio]:checked + .radiobtn,
    .list-sorting input[type=radio]:checked + .radiobtn {
        font-weight: bold;
    }

.facet-clear {
    color: #FD830C;
    display: inline-block;
    padding: 7px 0;
}

.ml-icon {
    max-width: 16px;
}

.shoppingCreditIcon {
    width: 30px;
    height: 30px !important;
    max-width: 30px;
    margin-bottom: 0px !important;
}

/* RADIO BUTTON */

.radiobtn {
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    line-height: normal;
}

.radiobtn-left {
    padding-left: 35px;
}

.radiobtn-right {
    padding-right: 35px;
}

.radiobtn-block {
    display: block;
    width: 100%;
}

.radiobtn-left:before {
    left: 0;
}

.radiobtn-right:before {
    right: 0;
}

.radiobtn:before,
.radiobtn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border-radius: 100%;
}

.radiobtn:before {
    border: 2px solid #D1D1D1;
    height: 20px;
    width: 20px;
}

input[type=radio]:checked + .radiobtn-left:after,
input[type=checkbox]:checked + .radiobtn-left:after {
    left: 7px;
}

input[type=radio]:checked + .radiobtn-right:after,
input[type=checkbox]:checked + .radiobtn-right:after {
    right: 7px;
}

input[type=radio]:checked + .radiobtn:after,
input[type=checkbox]:checked + .radiobtn:after {
    height: 10px;
    width: 10px;
    background-color: #FD830C;
}

input[type=radio]:checked + .radiobtn:before,
input[type=checkbox]:checked + .radiobtn:before {
    border-color: #FD830C;
}

/* MODAL */

.blocker {
    z-index: 1001;
    background-color: rgba(0,0,0,.4);
}

.modal {
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-header,
.modal-body {
    padding-top: 20px;
}

.modal-footer,
.modal-body {
    padding-bottom: 20px;
}

.modal-title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 0;
}

a[rel="modal:close"],
.modal-close {
    padding: 5px;
    display: inline-block;
}

/*  ERROR PAGE  */

.error-page .logo {
    display: block;
    width: 100%;
}

    .error-page .logo img {
        display: table;
        width: 50%;
        margin: 40px auto 50px;
        max-width: 200px;
    }

.error-page .error-text {
    display: table;
    margin: 0 auto;
    width: 75%;
}

    .error-page .error-text h1 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .error-page .error-text p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .error-page .error-text a {
        text-decoration: underline;
        font-weight: 700;
    }

.error-page .suppbtn {
    text-decoration: none !important;
}

.error-page .socialmedia {
    padding: 0;
    border: none;
}

    .error-page .socialmedia ul > li {
        background: #0f3665;
        float: left;
        width: 30%;
        margin: 0 1.66666666%;
        text-align: center;
        padding: 15px 0;
    }

        .error-page .socialmedia ul > li > a {
            color: #fff;
            text-decoration: none;
        }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /*  GENERAL  */

    .loadingMaskDiv {
        padding: 2% 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .top-benefit {
        margin: 0 auto;
        width: 50%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }

    /*  HOME  */

    .category-select .category-button {
        width: 46%;
        margin: 1% 2% 0;
        display: block;
        float: left;
        height: 150px;
    }

        .category-select .category-button .category-image img {
            width: auto;
            height: 125px;
            display: table;
            margin: 0 auto;
        }

    .top-product {
        float: left;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #c9c9c9;
    }

    .category-select {
        display: table;
    }

    .home-slider .slides > li {
        max-height: 480px;
    }

    /* PRODUCT LIST */

    /*.productlist .product-div .productlist-image a { float: none; display: table; margin: 0 auto; }*/
    .productlist .product-div {
        width: 50%;
        height: 150px;
        position: relative;
    }

    .product-filter p {
        line-height: 33px;
    }

    .product-filter a.filter-button .fa {
        font-size: 2.5em;
    }

    .product-filter a.filter-button {
        text-align: left;
        padding: 6px;
    }

        .product-filter a.filter-button span {
            font-size: 1.2em;
        }
    /*.productlist .product-div .productlist-image a img { width: auto; max-height: 140px; display: table; margin: 0 auto; }*/
    .category-select .category-button .category-description {
        line-height: 20px;
    }

    .category-select .category-button .category-title {
        margin: 16px 0 10px;
    }

    /*  LOGIN  */

    .login .login-div {
        width: 30%;
        margin: 60px auto 60px;
    }

    /*  INFORMATION  */

    .information {
        width: 47%;
    }

    /*  CART  */

    .cart .cart-content .cc-div {
        width: 48%;
        min-height: 173px;
        margin-right: 2%;
    }

    .cart .cart-content .specialOffer {
        padding-left: 0;
        width: 48%;
    }

    /*  PRODUCT  */

    .product-photos {
        width: 40%;
        height: 552px;
        float: left;
        border-right: 1px solid #c9c9c9;
        box-sizing: border-box;
    }

    .product-select {
        border-top: 1px solid #c9c9c9;
        width: 60%;
        float: left;
        padding: 11px 0 21px;
        border-bottom: 0;
    }

        .product-select .ps-div {
            width: 33%;
        }

            .product-select .ps-div:last-child {
                width: 33%;
                margin-top: 0px;
            }

                .product-select .ps-div:last-child select.pn-select {
                    width: 81%;
                }

    #combination-detail .product-select {
        width: 100%;
    }

        #combination-detail .product-select .ps-div:last-child {
            display: table;
            margin: 0 auto;
            float: none;
        }

            #combination-detail .product-select .ps-div:last-child select.pn-select {
                width: 92%;
            }

    .product-number, .product-exp, .product-score, .product-not-show {
        width: 50%;
    }

    .detail-checkout {
        display: table;
        width: 60%;
    }

        .detail-checkout.fixed {
            width: 100%;
        }

    .flavor-select {
        width: 40%;
        margin: 0 auto;
    }

    .gift-select, .number-select .ns-div {
        width: 40%;
    }

        .gift-select .gs-div p {
            margin: 53px 0 0 16px;
        }

        .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
            margin: 41px 0;
        }

        .number-select .ns-div #nsform .nsd {
            padding: 3% 0;
        }

        .number-select .ns-div #nsform .suppbtn {
            width: 100%;
        }

    .other-products {
        border-top: 1px solid #c9c9c9;
    }

    .product-share {
        border: 0;
    }

    .other-products a {
        width: 25%;
    }

    .product-number {
        float: left;
        border-top: 1px solid #c9c9c9;
        border-bottom: 0;
        width: 20%;
    }

    .detail-checkout .suppbtn {
        margin: 20px auto;
    }

    .product-number p {
        display: block;
        width: 100%;
        margin-left: 19px;
    }

    .product-number select.pn-select {
        padding: 11px 10px 10px;
        margin-top: 7px;
        float: left;
        margin-left: 15px;
        width: 61%;
    }

    .product-share ul {
        width: 22%;
    }

    .product-tab a.title {
        margin: 20px 10px;
    }

    .product-slider .slides img {
        max-height: 400px;
        height: auto;
        display: table;
        margin: 54px auto;
        width: auto;
    }

    .product-combination {
        border-bottom: 1px solid #c9c9c9;
    }

        .product-combination .combination-div {
            width: 46%;
            float: left;
            margin: 0 2% 20px;
            min-height: 190px;
        }

    #combination-detail .detail-checkout {
        width: 100%;
    }

    #combination-detail .product-photos {
        width: 100%;
        height: auto;
        border: none;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-slider .slides img {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .mt-wrapper .bank-container .bank-select {
        width: 4%;
    }

    .mt-wrapper .bank-container .bank-name {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 13%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-account-number {
        width: 12%;
        margin-top: 0;
        padding-left: 0;
    }

    .mt-wrapper .bank-container .bank-iban {
        width: 28%;
        margin-top: 0;
    }

    .creditCardWrapper {
        width: 57%;
        margin: 0 auto;
    }

    .payment #nextstep {
        width: 57%;
        margin: 25px auto;
    }

    .product-not-show {
        display: table;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-not-show {
        width: 100%;
    }

    .product-comment {
        display: table;
        width: 60%;
        min-height: 117px;
        padding: 18px 0 9px;
    }

    .product-exp {
        width: 60%;
    }

    .product-score {
        width: 60%;
        padding-bottom: 5px;
    }

    .product-detail .come-button {
        padding: 25px 0 0;
        width: 60%;
        border-top: 1px solid #ddd;
    }

    .product-detail .product-not-show {
        width: 60%;
        margin: 0;
    }

        .product-detail .product-not-show p {
            display: table;
            margin: 15px auto 15px;
            padding: 19px 0 20px;
            width: 90%;
        }

    .product-detail .come-button .suppbtn {
        margin: 0 auto;
        width: 90%;
    }

    /*  FOOTER  */

    .protect-text .pt-content .pt-left {
        float: none;
        width: 9%;
        display: table;
        margin: 0 auto;
    }

    .protect-text .pt-content .pt-right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 20px 0 0;
        line-height: 25px;
    }

    .socialmedia-bottom ul {
        width: 40%;
    }

    .bottom-call .call-icon {
        width: 18%;
    }

    .bottom-call .call-text {
        width: 64%;
    }

    .bottom-call .call-number {
        width: 18%;
    }

    /*  PAYMENT  */
    #moneytransfer_container, #paypal_container, #creditcardondelivery_container, #cashondelivery_container {
        width: 100%;
    }

    .order-complete .order-check {
        width: 6%;
        padding: 3%;
        margin-top: 40px;
    }

    .order-complete .order-message {
        margin-bottom: 60px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /*  GENERAL  */

    .loadingMaskDiv {
        padding: 2% 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .top-benefit {
        margin: 0 auto;
        width: 50%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }

    /*  HOME  */

    .category-select .category-button {
        width: 48%;
        margin: 1% 1% 0;
        display: block;
        float: left;
        height: 150px;
    }

        .category-select .category-button .category-image img {
            width: 100%;
            height: auto;
            display: table;
            margin: 0 auto;
        }

    .top-product {
        float: left;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #c9c9c9;
    }

    .category-select .category-button .category-image {
        min-height: 108px;
    }

    .category-select {
        display: table;
    }

    .home-slider .slides > li {
        max-height: 480px;
    }

    /* PRODUCT LIST */



    .product-filter p {
        line-height: 33px;
    }

    .product-filter a.filter-button .fa {
        font-size: 2.5em;
    }

    .product-filter a.filter-button {
        text-align: left;
        padding: 6px;
    }

        .product-filter a.filter-button span {
            font-size: 1.2em;
        }

    .category-select .category-button .category-description {
        font-size: 1em;
        line-height: 20px;
        text-align: left;
    }

    .category-select .category-button .category-title {
        margin: 16px 0 10px;
    }

    /*  LOGIN  */

    .login .login-div {
        width: 40%;
        margin: 60px auto 60px;
    }

    /*  INFORMATION  */

    .information {
        width: 47%;
    }

    /*  CART  */

    .cart .cart-content .cc-div {
        width: 48%;
        min-height: 173px;
        margin-right: 2%;
    }

    .cart .cart-content .specialOffer {
        padding-left: 0;
        width: 48%;
    }

    /*  PRODUCT  */

    .product-photos {
        width: 50%;
        height: 513px;
        float: left;
        border-right: 1px solid #c9c9c9;
        box-sizing: border-box;
    }

    .product-select {
        border-top: 1px solid #c9c9c9;
        width: 50%;
        float: left;
        padding: 11px 0 21px;
        border-bottom: 0;
    }

    #combination-detail .product-select {
        width: 100%;
    }

        #combination-detail .product-select .ps-div:last-child {
            display: table;
            margin: 0 auto;
            float: none;
            width: 43%;
        }

            #combination-detail .product-select .ps-div:last-child select.pn-select {
                width: 92%;
            }

    .product-number, .product-exp, .product-not-show {
        width: 50%;
    }

    .detail-checkout:not(.search) {
        display: table;
        width: 50%;
    }

    .detail-checkout.fixed {
        width: 100%;
    }

    .flavor-select {
        width: 40%;
        margin: 0 auto;
    }

    .gift-select, .number-select .ns-div {
        width: 55%;
    }

        .gift-select .gs-div p {
            margin: 50px 0 0 16px;
            width: 38%;
        }

        .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
            margin: 41px 0;
        }

        .number-select .ns-div #nsform .nsd {
            padding: 3% 0;
        }

        .number-select .ns-div #nsform .suppbtn {
            width: 100%;
        }

    .other-products {
        border-top: 1px solid #c9c9c9;
    }

    .product-share {
        border: 0;
    }

    .other-products a {
        width: 25%;
    }

    .product-number {
        float: left;
        border-top: 1px solid #c9c9c9;
        border-bottom: 0;
    }

    .detail-checkout .suppbtn {
        margin: 20px auto;
    }

    .product-number p {
        display: block;
        width: 100%;
        margin-left: 19px;
    }

    .product-number select.pn-select {
        padding: 11px 10px 10px;
        margin-top: 7px;
        float: left;
        margin-left: 15px;
        width: 61%;
    }

    .product-share ul {
        width: 22%;
    }

    .product-tab a.title {
        margin: 20px 10px;
    }

    .product-slider .slides img {
        max-height: 511px;
        height: auto;
        margin: 62px 0;
    }

    .product-slider .slides > li {
        min-height: 507px;
    }

    .product-combination {
        border-bottom: 1px solid #c9c9c9;
    }

        .product-combination .combination-div {
            width: 46%;
            float: left;
            margin: 0 2% 20px;
            min-height: 190px;
        }

    #combination-detail .detail-checkout {
        width: 100%;
    }

    #combination-detail .product-photos {
        width: 100%;
        height: auto;
        border: none;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-slider .slides img {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .mt-wrapper .bank-container .bank-select {
        width: 4%;
    }

    .mt-wrapper .bank-container .bank-name {
        width: 18%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 13%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-account-number {
        width: 14%;
        margin-top: 0;
        padding-left: 0;
    }

    .mt-wrapper .bank-container .bank-iban {
        width: 33%;
        margin-top: 0;
    }

    .creditCardWrapper {
        width: 57%;
        margin: 0 auto;
    }

    .payment #nextstep {
        width: 57%;
        margin: 25px auto;
    }

    .product-not-show {
        display: table;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-not-show {
        width: 100%;
    }

    .gift-select .gs-div .gs-img {
        width: 27%;
    }

    .product-comment {
        display: table;
        width: 50%;
        min-height: 142px;
        padding: 18px 0 9px;
    }

    .product-detail .come-button {
        padding: 25px 0 0;
        width: 50%;
        border-top: 1px solid #ddd;
    }

    .product-detail .product-not-show {
        width: 50%;
        margin: 0;
    }

        .product-detail .product-not-show p {
            display: table;
            margin: 15px auto 15px;
            width: 90%;
        }

    .product-detail .come-button .suppbtn {
        margin: 0 auto;
        width: 90%;
    }

    /*  FOOTER  */

    .protect-text .pt-content .pt-left {
        float: none;
        width: 9%;
        display: table;
        margin: 0 auto;
    }

    .protect-text .pt-content .pt-right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 20px 0 0;
        line-height: 25px;
    }

    .socialmedia-bottom ul {
        width: 40%;
    }

    .bottom-call .call-icon {
        width: 18%;
    }

    .bottom-call .call-text {
        width: 64%;
    }

    .bottom-call .call-number {
        width: 18%;
    }

    /*  PAYMENT  */
    #moneytransfer_container, #paypal_container, #creditcardondelivery_container, #cashondelivery_container {
        width: 100%;
    }

    .order-complete .order-check {
        width: 6%;
        padding: 3%;
        margin-top: 40px;
    }

    .order-complete .order-message {
        margin-bottom: 60px;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation : portrait) {
    .home-slider .slides > li {
        max-height: 281px;
    }

    .top-benefit {
        margin: 0 auto;
        width: 65%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }
}

@media only screen and (min-device-width : 0px) and (max-device-width : 360px) {
    .product-filter a.filter-button {
        width: 20%;
        text-align: left;
        margin-left: 1%;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
/*one click*/
.selected-card-name,
.saved-card-name {
    display: block;
}

.saved-list-wrapper {
    list-style: none;
    margin: 0;
    display: none;
    padding: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 1.2em;
    border-top: none;
}

.saved-card-list {
    max-height: 285px;
    overflow: auto;
    margin: 0;
}

.selected-card-space {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #DDD;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
}

.saved-card-list-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.card-select {
    cursor: pointer;
    padding: 15px;
    color: #adadad;
    position: relative;
}

    .card-select:hover, .card-select.selected {
        color: #333;
    }

    .card-select + .card-select {
        border-top: 1px solid #ddd;
    }

.selected-card-arrow-down {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 10px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
}

.selected-card-tick {
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/ok-green.png) center center no-repeat;
    position: absolute;
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: none;
}

.selected .selected-card-tick, .card-select:hover .selected-card-tick {
    display: block;
}

.select-other-card,
.pay-saved-card {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: -1px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #FD830C;
}

.pay-saved-card {
    display: none;
    background: #0088CC;
    color: #fff;
    border-color: #0088CC;
}

    .pay-saved-card:hover {
        color: #fff;
        text-decoration: none;
    }

.paymentcard-cardholder {
    width: 260px;
    float: left;
}

#installmentstablecontainer {
    float: left;
    width: 100%;
}

.save-card-control {
    float: left;
}

.quickbuy-info-popup {
    padding: 15px;
    display: inline-block;
    width: 295px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .quickbuy-info-popup h2 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .quickbuy-info-popup p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 16px;
        color: #333;
    }

.quickbuy-settings {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/slices/supplementler/menu_bg.png) bottom left repeat-x #0371d9;
}

.go-shop {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    display: block;
    text-align: center;
}

.cardlist-row {
    font-size: 13px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.cardlist-left {
    width: 60%;
    float: left;
}

.cardlist-right {
    width: 40%;
    float: left;
    text-align: right;
}

.view-card-history {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #034080;
    text-decoration: underline;
    padding: 5px 0;
}

.delete-card {
    font-size: 12px;
    color: #adadad;
    display: block;
    padding: 5px 0;
}

.co-list-table td {
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ddd;
}

.co-list-table th {
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ddd;
}

.oneclick-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
}

.cardlist-option {
    margin-bottom: 10px;
}

.alert {
    padding: 10px;
    font-size: 12px;
    border: 1px solid;
    margin-bottom: 10px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*one click end*/

.fb-comments-count {
    display: none;
}

.coupon-code-wrapper {
    width: 100%;
    margin: 10px 0;
    padding-top: 20px;
    padding-bottom: 14px;
}


.coupon-code-check.active {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/turkcell-check.png");
}

.coupon-code-wrapper-info {
    width: 96%;
    margin-top: 30px;
    margin-left: 2%;
    margin-right: 2%;
}

.coupon-code-info {
    background-color: #008552;
    color: #fff;
    display: block;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
}

.coupon-code-wrapper .coupon-box {
    padding: 14px;
    border: 1px solid #ccc;
    display: none;
    border-top: none;
}

.coupon-code-wrapper p {
    color: #888;
    line-height: 14px;
    font-size: 13px;
}

.coupon-code-wrapper input[type="text"] {
    width: 100%;
    color: #adadad;
    border: 1px solid #ccc;
    height: 33px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"].applycouponcodebutton {
    -ms-border-radius: 0;
    border-radius: 0;
    background: #FD830C;
    border: 2px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.coupon-code-wrapper .row {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}


.coupon-code-wrapper .module-content {
    padding-bottom: 0;
}

    .coupon-code-wrapper .module-content p {
        margin-bottom: 0;
    }

.custom-tooltip {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    line-height: 12px;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
    color: #0A934A;
    border: 1px solid #adadad;
    text-align: center;
}

.coupon-code-alert {
    color: red;
    font-size: 12px;
    display: block;
    padding-top: 10px;
}

/*flipclock*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

    .flip-clock-wrapper:before,
    .flip-clock-wrapper:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }

    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 1px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        border-radius: 6px;
        background: #000;
    }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 20px;
            text-decoration: none !important;
        }

            .flip-clock-wrapper ul li:first-child {
                z-index: 2;
            }

            .flip-clock-wrapper ul li a {
                display: block;
                height: 100%;
                -webkit-perspective: 200px;
                -moz-perspective: 200px;
                perspective: 200px;
                margin: 0 !important;
                overflow: visible !important;
                cursor: default !important;
            }

                .flip-clock-wrapper ul li a div {
                    z-index: 1;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    font-size: 80px;
                    overflow: hidden;
                    outline: 1px solid transparent;
                }

                    .flip-clock-wrapper ul li a div .shadow {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 2;
                    }

                    .flip-clock-wrapper ul li a div.up {
                        -webkit-transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        transform-origin: 50% 100%;
                        top: 0;
                    }

                        .flip-clock-wrapper ul li a div.up:after {
                            content: "";
                            position: absolute;
                            top: 44px;
                            left: 0;
                            z-index: 5;
                            width: 100%;
                            height: 3px;
                            background-color: #000;
                            background-color: rgba(0, 0, 0, 0.4);
                        }

                    .flip-clock-wrapper ul li a div.down {
                        -webkit-transform-origin: 50% 0;
                        -moz-transform-origin: 50% 0;
                        -ms-transform-origin: 50% 0;
                        -o-transform-origin: 50% 0;
                        transform-origin: 50% 0;
                        bottom: 0;
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }

                    .flip-clock-wrapper ul li a div div.inn {
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 100%;
                        height: 200%;
                        color: #ccc;
                        text-shadow: 0 1px 2px #000;
                        text-align: center;
                        background-color: #333;
                        border-radius: 6px;
                        font-size: 14px;
                    }

                    .flip-clock-wrapper ul li a div.up div.inn {
                        top: 0;
                    }

                    .flip-clock-wrapper ul li a div.down div.inn {
                        bottom: 0;
                    }

        /* PLAY */
        .flip-clock-wrapper ul.play li.flip-clock-before {
            z-index: 3;
        }

    .flip-clock-wrapper .flip {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.5s 0.5s linear both;
        -moz-animation: asd 0.5s 0.5s linear both;
        animation: asd 0.5s 0.5s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 22px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 4px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
    display: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 9px;
}

.flip-clock-dot.bottom {
    bottom: 7px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*flipclock end*/

/*mobile express*/
#otpContainer {
    float: left;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment .alert p {
    color: #3F97C3;
    margin: 0;
    font-weight: bold;
    line-height: 16px;
    font-family: arial;
}

.creditCardWrapper .btn {
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #ececec;
    color: #fff;
}

    .creditCardWrapper .btn.btn-success {
        background: #214679;
        border-color: #214679;
        width: 100%;
        text-align: center;
    }

.payment {
    position: relative;
}

.me-sms-code {
    margin-top: 10px;
}

.cardlist-option label {
    clear: both;
}

.go-saved-card-list {
    display: block;
    padding: 10px 0;
}

.mobile-express-alert p {
    display: none;
    margin-top: 15px;
}

.save-credit-card {
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.me-sms-code h3 {
    font-size: 18px;
    font-weight: bold;
}

.otp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #214679;
    text-align: center;
}

    .otp-close:before {
        content: "x";
        color: #214679;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
    }

.trigger-pay {
    display: none;
}
/*mobile express end*/

span.yilbasi-kampanya-buyuk {
    position: absolute;
    top: -1px;
    left: -4px;
    background: url('https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/new-year-badge.png') no-repeat top left;
    width: 91px;
    height: 91px;
    float: left;
    z-index: 2;
    background-size: contain;
}

span.yilbasi-kampanya-kucuk {
    position: absolute;
    top: 0;
    left: 10px;
    background: url('https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/new-year-badge.png') no-repeat top left;
    width: 83px;
    height: 83px;
    z-index: 2;
    background-size: contain;
}

span.bayram-kampanya-buyuk {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/bayram-kampanya-buyuk.png') no-repeat;
    width: 91px;
    height: 91px;
    float: left;
    z-index: 2;
}

span.bayram-kampanya-kucuk {
    position: absolute;
    top: 0;
    left: 10px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/bayram-kampanya-kucuk.png') no-repeat;
    width: 83px;
    height: 83px;
    z-index: 2;
}

span.valentines-day-kucuk {
    position: absolute;
    top: 0;
    left: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/valentines-day.png') no-repeat top left;
    width: 40px;
    height: 40px;
    z-index: 2;
    background-size: contain;
}

span.valentines-day-buyuk {
    position: absolute;
    top: 0;
    left: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/valentines-day.png') no-repeat top left;
    width: 60px;
    height: 60px;
    z-index: 2;
    background-size: contain;
}

span.oscar {
    position: absolute;
    top: 10px;
    right: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/oscar-badge.png') no-repeat top left;
    width: 60px;
    height: 48px;
    z-index: 2;
    background-size: contain;
}

.otp-send-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .6);
    max-height: 100%;
    overflow: auto;
}

.btnSaveCreditCard {
    display: none;
}

.otp-send-wrapper {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 6px;
    position: relative;
    background-position: center 5px;
    background-repeat: no-repeat;
    z-index: 1;
}

    .otp-send-wrapper p {
        font-weight: normal;
        font-size: 14px;
        color: #646464;
        margin-bottom: 15px;
        line-height: 18px;
    }

    .otp-send-wrapper .alert p {
        margin: 0;
        color: #c09853;
        font-size: 12px;
        font-weight: bold;
    }

    .otp-send-wrapper .col-lg-2,
    .otp-send-wrapper .col-lg-4,
    .otp-send-wrapper .col-lg-6 {
        line-height: 18px;
        text-align: left;
        font-weight: bold;
        color: #0F3665;
        width: 100%;
    }

    .otp-send-wrapper .col-lg-2 {
        margin-bottom: 10px;
    }

    .otp-send-wrapper .col-lg-6 {
        text-align: left;
        margin-top: 10px;
        font-weight: normal;
    }

    .otp-send-wrapper .row {
        margin-bottom: 10px;
    }

    .otp-send-wrapper .form-control {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 38px;
        line-height: 38px;
    }

.mexp-contract {
    margin-bottom: 10px;
    display: block;
}

#btnSaveCreditCard, #sendOtp {
    display: none;
}

#btnSaveCreditCard {
    font-size: 16px;
    background: #309366;
    border: 1px solid #309366;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

#sendOtp {
    font-size: 16px;
    background: #f5a94d;
    border: 1px solid #d77601;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

.otpmodal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #c9c9c9;
}

.installment-procedure,
.procedure {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
}

.shoppingcart-page .procedure {
    margin-bottom: 15px;
}

.installment-procedure p,
.procedure p {
    margin-bottom: 0;
}

.installment-procedure h3 {
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 30px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png") no-repeat;
    line-height: 17px;
}

.procedure-close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/modail-close.png") center center no-repeat;
    position: absolute;
}

.installment-procedure.alert,
.procedure.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.payment .procedure.alert p {
    color: #c09853;
}

.procedure span {
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png") center center no-repeat #fff;
}

.procedure.alert {
    padding: 15px;
}

.category-desc-wrapper {
    padding: 15px;
    background: #f8f8f8;
}

.category-desc p {
    font-size: 12px;
    line-height: 16px;
}

    .category-desc p + p {
        margin-top: 10px;
    }

.payment-checkbox {
    position: relative;
    margin-top: 12px;
    line-height: 14px;
}

    .payment-checkbox input {
        float: left;
        margin-top: 0;
    }

    .payment-checkbox.readonly span {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        left: -30px;
    }

.otp-send-wrapper h1 {
    font-size: 18px;
    font-weight: bold;
    color: #003a75;
    margin-bottom: 10px;
}

.oneclick-card {
    background: #003a75;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 45px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.home-slider .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-slider .owl-pagination {
    padding: 10px 0;
}

.home-slider .owl-page {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: .45;
    background: #ffffff;
}

    .home-slider .owl-page + .owl-page {
        margin-left: 4px;
    }

    .home-slider .owl-page.active {
        opacity: 1;
    }

.customer-card-list {
    margin-bottom: 60px;
}

.quick-order-settings {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/fast-order.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 2px;
}

.recurring {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-icon-sup.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.preorder {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/preorder-sup.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.follow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/follow-sup-icon.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-error-fix {
    background: none;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

    .alert-success strong {
        font-weight: bold;
    }

/*loyality*/

.lp-register {
    color: #333;
    cursor: text;
}

    .lp-register:hover {
        color: #333;
        text-decoration: none;
    }

    .lp-register.notLoggedIn {
        color: #333;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

        .lp-register.notLoggedIn:hover {
            color: blue;
            text-decoration: underline;
        }

.loyality-content *,
.loyal-info * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.acc-loyal-level {
    padding: 10px;
}

.loyal-section-1 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.loyal-text {
    padding: 30px 0;
}

    .loyal-text p {
        font-size: 14px;
        margin: 0;
        line-height: normal;
    }

        .loyal-text p.loyal-button-desc {
            font-size: 12px;
        }

        .loyal-text p a {
            color: #66cc00;
        }

    .loyal-text h2 {
        font-size: 32px;
        font-weight: bold;
        color: #000;
        margin: 0;
        line-height: 36px;
        padding: 0;
    }

        .loyal-text h2 span {
            font-size: 18px;
            color: #0064ce;
        }

.loyal-button {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #66cc00;
    padding: 11px;
    margin: 30px 0 20px 0;
}

    .loyal-button:after {
        top: 0;
        content: "";
        position: absolute;
        width: 21px;
        height: 42px;
        left: -21px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/loyal-button-left.png) center center no-repeat;
    }

    .loyal-button:before {
        top: 0;
        content: "";
        position: absolute;
        width: 23px;
        height: 42px;
        right: -23px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/loyal-button-right.png) center center no-repeat;
    }

    .loyal-button:hover {
        color: #fff;
        text-decoration: none;
    }

.loyality-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #000;
    text-align: center;
    margin: 0;
    padding: 12px 0;
}

.loyal-steps {
    text-align: center;
    padding: 56px 40px;
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/loyal-point-bg.png) 50% 20% no-repeat;
    -ms-background-size: cover;
    background-size: 1280px;
}

.loyal-step {
    padding: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    min-height: 285px;
    width: 245px;
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
}

    .loyal-step h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .loyal-step p {
        line-height: 20px;
    }

    .loyal-step img {
        margin-top: 15px;
        margin-bottom: 9px;
    }

.loyal-level {
    width: 20%;
    text-align: center;
    float: none;
    display: table-cell;
    padding: 0 10px;
}

    .loyal-level img {
        height: 124px;
    }

.level-text {
    display: block;
    width: 90%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    background: #FD830C;
    padding: 9px 0;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-top: -3px;
}

.level-values strong,
.level-values span {
    display: block;
    color: #000;
}

.loyal-levels {
    padding: 30px 10px;
    width: 100%;
    overflow: auto;
}

.level-discount-value {
    display: none;
}

.acc-loyal-step .level-discount-value {
    display: none;
}

.level-values {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .level-values strong {
        font-size: 20px;
    }

    .level-values span {
        font-size: 16px;
    }

.loyal-level-description {
    text-align: center;
    padding-bottom: 52px;
}

    .loyal-level-description h4 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin: 0;
        margin-bottom: 20px;
    }

        .loyal-level-description h4 span {
            display: block;
            font-size: 14px;
            color: #FD830C;
            padding-top: 8px;
            font-weight: normal;
            font-size: 14px;
        }

    .loyal-level-description p {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 10px 0;
    }

        .loyal-level-description p strong {
            font-size: 18px;
            color: #FD830C;
            font-weight: bold;
        }

.loyal-faq {
    padding: 10px;
}

.loyal-faq-row {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-radius: 8px;
    line-height: normal;
}

    .loyal-faq-row + .loyal-faq-row {
        margin-top: 10px;
    }

    .loyal-faq-row h4 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin: 0;
        cursor: pointer;
        line-height: 1.25;
        letter-spacing: -0.2px;
        position: relative;
        padding-right: 30px;
    }

        .loyal-faq-row h4:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: none;
            right: 0;
            background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/arrow-down.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            height: 10px;
            width: 16px;
            opacity: .35;
            transition: all 200ms;
        }

    .loyal-faq-row.active h4 {
        color: #f63f0d;
    }

        .loyal-faq-row.active h4:after {
            opacity: 1;
            background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/arrow-up.svg");
            transform: rotate(180deg)
        }

    .loyal-faq-row p {
        font-size: 14px;
        margin: 0;
        margin-bottom: 5px;
        color: #333;
        font-weight: normal;
        display: none;
        margin-top: 15px;
        line-height: 1.5;
        letter-spacing: -0.3px;
    }

.acc-loyal-step {
    text-align: center;
    display: table;
    width: 100%;
}

    .acc-loyal-step .loyal-level {
        width: 100%;
    }

.acc-loyal-text {
    text-align: center;
}

    .acc-loyal-text em {
        display: block;
        font-weight: bold;
        font-size: 20px;
        font-style: normal;
    }

        .acc-loyal-text em span {
            display: block;
            font-size: 24px;
            line-height: 34px;
            color: #0060bc;
        }

    .acc-loyal-text .loyal-text {
        position: static;
        margin: 0;
        top: 0;
        left: 0;
        margin-top: 30px;
    }

    .acc-loyal-text .loyal-button {
        font-size: 20px;
        padding: 11px;
        margin-top: 20px;
    }

.acc-loyal-step .level-values {
    border: none;
}

.acc-loyal-step table {
    width: 90%;
    margin: 0 auto;
}

    .acc-loyal-step table strong {
        display: block;
        line-height: 18px;
    }

    .acc-loyal-step table td {
        border: 1px solid #e7e7e7;
        font-size: 16px;
        width: 50%;
        padding: 5px;
    }

.acc-loyal-step .level-values strong, .acc-loyal-step.next-loyal-level table strong {
    color: #0060bc;
}

.loyal-tab-content td {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    color: #999;
}

.loyal-tab-content th {
    color: #333;
    background: #efefef;
    font-weight: bold;
}

.loyal-tab-content td,
.loyal-tab-content th {
    padding: 5px 0;
    width: 25%;
    font-size: 12px;
    vertical-align: middle;
    color: #222;
}

.loyal-tab-button {
    display: block;
    color: #333;
    background: #efefef;
    padding: 8px 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

    .loyal-tab-button.active, .loyal-tab-button:hover {
        color: #fff;
        background: #333;
        text-decoration: none;
    }

.loyal-tab {
    float: left;
    width: 100%;
}

.active-tab {
    display: none;
}

    .active-tab.active {
        display: block;
    }

.loyal-tab-content {
    margin-bottom: 150px;
}

.loyalty-group-name {
    font-family: inherit !important;
}

.reward-title,
.loyalty-point,
.loyalty-next-level > span {
    color: #000000;
}

.loyalty-actions > .btn {
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
}

.loyalty-actions > .btn-shopping {
    border-color: #FD830C;
    background: #FD830C;
    color: #ffffff;
}

.loyalty-actions > .btn-howto {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
}

.loyal-section-1 img {
    width: 170px;
    position: absolute;
    opacity: .2;
}

    .loyal-section-1 img.pull-right {
        right: -40px;
        bottom: 0;
        width: 202px;
    }

    .loyal-section-1 img.pull-left {
        left: -50px;
        bottom: 0;
    }

/*loyality end*/

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .loyal-levels {
        display: table;
    }

    .loyal-level {
        float: left;
        display: block;
    }

    .loyal-steps .col-lg-12 {
        width: 33.3333%;
    }

    .loyal-step {
        width: 100%;
    }

    .acc-loyal-step {
        text-align: center;
        display: table;
        width: 100%;
    }
}

.ramazan-product {
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/ramazan-kampanya-kucuk.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 83px;
    z-index: 2;
}

@media (max-width: 320px) {
    .acc-loyal-step table {
        width: auto;
        margin: 0 auto;
    }

        .acc-loyal-step table td {
            font-size: 12px;
        }

    .level-text {
        font-size: 12px;
        width: 90%;
    }
}

.map {
    height: 277px;
    width: 100%;
}

.store-row {
    padding: 20px 15px;
}

    .store-row + .store-row {
        border-top: 15px solid #ccc;
    }

    .store-row h3,
    .store-row h2 {
        font-size: 30px;
        text-align: center;
        margin: 0;
        color: #333;
        padding: 5px 0;
        line-height: normal;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .store-row h4 {
        font-size: 24px;
        margin: 0;
        padding: 10px 0;
        margin-top: 10px;
        font-weight: bold;
    }

.store-contact span {
    display: block;
    font-size: 16px;
}

    .store-contact span + span {
        margin-top: 5px;
    }

.working-hours {
    font-size: 16px;
    line-height: 24px;
}

.stores-list h1 {
    font-size: 40px;
    margin: 0;
    text-align: center;
    padding: 50px 0 24px;
    font-weight: bold;
}

.stores-list-desc {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding: 30px 20px;
}

.stores-list .col-lg-4 {
    display: none;
}

.stores-list .col-lg-9,
.stores-list .col-lg-3 {
    width: 100%;
}

.stores-list {
    text-align: center;
    margin: 0 -2%;
}

.dyn-landing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.land-pbox .tp-title {
    font-size: 1em;
    color: #000000;
    font-weight: 700;
    line-height: 16px;
    display: block;
}

.land-pbox .tp-img img {
    max-width: 100%;
}

.land-pbox .price-line {
    margin-top: 15px;
}

    .land-pbox .price-line span {
        display: inline-block;
    }

    .land-pbox .price-line .tp-price {
        font-size: 18px;
        font-weight: bold;
        color: #eb6c17;
    }

    .land-pbox .price-line .product-price-old {
        text-decoration: line-through;
        color: #808080;
        margin-right: 5px;
        font-size: 14px;
    }



.land-pbox .product-name {
    height: 55px;
}

.land-pbox .product {
    width: 100%;
}

.lp-head {
    color: #666;
    font-size: 30px;
    text-align: left;
    margin: 0;
    padding: 26px 0 18px;
    padding-left: 30px;
    font-weight: bold;
}

.lp-banner {
    position: relative;
    margin: 24px 16px;
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(235, 139, 45, 0.07);
}

    .lp-banner img {
        width: 100%;
    }

.lp-banner-content {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -51px;
}

.lp-alt-head {
    font-size: 36px;
    margin: 0;
}

.lp-banner-content p {
    font-size: 16px;
    color: #666;
}

.lp-sub-head {
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    padding-left: 30px;
    font-size: 26px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-description h4 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0;
}

.lp-description p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.lp-description ol {
    font-size: 16px;
    list-style-type: square;
    margin-left: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lp-tags {
    color: #666;
}

    .lp-tags h5 {
        margin: 0;
        font-size: 20px;
        padding: 15px 0;
    }

    .lp-tags a {
        display: inline-block;
        font-size: 16px;
        color: #666;
        text-decoration: underline;
        margin-right: 25px;
    }

.lp-tag-content {
    border: 1px solid #efefef;
    border-width: 1px 0;
    padding: 15px 30px 30px;
}

    .lp-tag-content + .lp-tag-content {
        margin-top: 30px;
    }

@media (min-width: 768px) {
    .land-pbox {
        float: left;
        width: 25%;
        text-align: center;
        min-height: 230px;
        margin-bottom: 20px;
    }
}

.lp-total-count {
    padding: 15px;
    font-size: 14px;
}

.wishlist-wrapper {
    padding: 15px;
}

.backinstock-subscriptions-grid {
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0;
    width: 100%;
}

    .backinstock-subscriptions-grid > tbody > tr > th {
        font-weight: bold;
    }

    .backinstock-subscriptions-grid > tbody > tr > td,
    .backinstock-subscriptions-grid > tbody > tr > th {
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #333;
        vertical-align: middle;
    }

        .backinstock-subscriptions-grid > tbody > tr > td > a,
        .biss-remove {
            color: #034386;
            font-weight: bold;
        }

.biss-item-list a {
    display: block;
    text-align: center;
}

.biss-remove {
    display: inline-block;
    padding: 8px;
    padding-right: 29px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .biss-remove:before {
        content: "x";
        position: absolute;
        top: 50%;
        right: 3px;
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 18px;
        border: 1px solid #e7e7e7;
        text-align: center;
        color: #ff0000;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        background: #fff;
        margin-top: -11px;
    }

.biss-item-list {
    width: 100%;
}

    .biss-item-list tr + tr a {
        margin-top: 10px;
    }

.deleteselectedbissbutton {
    width: 100%;
}

.tooltip-main {
    position: relative;
    width: 18px;
    float: left;
    margin-left: 2px;
}

    .tooltip-main i {
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/tooltip-green.png) no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        cursor: text;
        margin: 3px 5px;
    }

    .tooltip-main .detail {
        display: none;
        position: absolute;
        top: 28px;
        border-radius: 2px;
        background-color: #349248;
        box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #349248;
        color: #ffffff;
        font-family: arial;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        padding: 10px 5px;
        width: 275px;
        right: -45px;
        line-height: normal;
    }

        .tooltip-main .detail strong {
            font-weight: bold;
        }

        .tooltip-main .detail:after {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #349248;
            content: " ";
            position: absolute;
            top: -6px;
            right: 40px;
        }

    .tooltip-main:hover .detail, .tooltip-main:focus .detail {
        display: block;
    }

.recurring-wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    margin-top: 17px;
}

    .recurring-wrapper > .recurring-box {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        vertical-align: top;
        text-align: center;
        background-color: #ffffff;
    }

        .recurring-wrapper > .recurring-box:first-child {
            border-right: 2px solid #e4e4e4;
        }

        .recurring-wrapper > .recurring-box.active {
            background-color: #f7f7f7;
        }

            .recurring-wrapper > .recurring-box.active .item label {
                font-weight: 600;
                color: #73a935;
            }

        .recurring-wrapper > .recurring-box > .item {
            display: inline-block;
            padding: 17px 0;
            vertical-align: middle;
        }

        .recurring-wrapper > .recurring-box > #show-popup {
            display: inline-block;
            vertical-align: middle;
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-question.svg");
            background-repeat: no-repeat;
            background-position: center center;
            height: 16px;
            width: 16px;
            padding: 17px 5px;
        }

        .recurring-wrapper > .recurring-box.active > #show-popup {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-question-active.svg");
        }

.recurring-box {
    position: relative;
}

    .recurring-box .item {
        position: relative;
    }

        .recurring-box .item:last-child {
            margin-left: 0;
        }

        .recurring-box .item label {
            display: block;
            float: left;
            cursor: pointer;
            font-size: 12px;
            height: 21px;
            line-height: 21px;
            color: #464646;
        }

        .recurring-box .item .info-main {
            position: relative;
            float: left;
        }

            .recurring-box .item .info-main i {
                width: 24px;
                height: 24px;
                display: inline-block;
                content: " ";
                background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/rec-info-icon-mobile-v2.png") no-repeat;
                margin: 3px 0 0 7px;
                float: left;
                cursor: pointer;
            }

.set-detail-cycle {
    display: none;
    font-size: 10px;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 19px;
    padding-top: 15px;
    border-top: 2px solid #e4e4e4;
}

    .set-detail-cycle .cycle-desc {
        color: #464646;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 25px;
    }

    .set-detail-cycle select {
        border: 1px solid #b2b9d2;
        border-radius: 4px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
        padding: 11px 19px;
        color: #464646;
        font-weight: bold;
        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/tab-arrow.svg") no-repeat;
        background-position: right 18px center;
        background-color: #ffffff;
        width: 100%;
        -moz-appearance: number-input;
        font-size: 14px;
    }

.recurring-box .item .set-detail-cycle select#recurringOption {
    width: 171px;
    margin-right: 16px;
    float: left;
    font-size: 12px;
    color: #858585;
}

.recurring-box .item .radio {
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-empty.svg") no-repeat;
    cursor: pointer;
    width: 21px;
    height: 21px;
    top: 2px;
    float: left;
    margin-right: 6px;
}

.recurring-box .item .checked .radio {
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-full.svg") no-repeat;
}

/* ABONEL�KLER�M L�STE */
.recurring-list {
    clear: both;
    margin-bottom: 50px;
}

    .recurring-list .item {
        border-bottom: 1px solid #dedede;
        padding: 25px 0;
        width: 100%;
    }

        .recurring-list .item h2 {
            color: #1d3e6f;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            margin-left: 15px;
            line-height: normal;
        }

        .recurring-list .item .line {
            clear: both;
            font-size: 14px;
            color: #282828;
            margin: 0 15px;
            line-height: normal;
            margin-bottom: 10px;
        }

            .recurring-list .item .line:last-child {
                margin-bottom: 0;
            }

            .recurring-list .item .line b {
                font-weight: bold;
                float: left;
                width: 55%;
                padding-right: 10px;
            }

            .recurring-list .item .line p {
                float: left;
                width: 35%;
            }

        .recurring-list .item .buttons {
            margin: 20px 15px 0 15px;
        }

            .recurring-list .item .buttons a {
                width: 46%;
                height: 44px;
                line-height: 44px;
                display: block;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }

                .recurring-list .item .buttons a.recurring-stop {
                    float: left;
                    border-radius: 4px;
                    background-color: #0f3665;
                }

                .recurring-list .item .buttons a.recurring-edit {
                    float: right;
                    border-radius: 4px;
                    background-color: #f73d04;
                }

                    .recurring-list .item .buttons a.recurring-edit.disabled {
                        background-color: #cdcdcd;
                        color: #858585;
                        cursor: text;
                    }

/* ABONEL�KLER�M L�STE */

/* KULLANICI B�LG�LER� > TELEFON DE����KL��� */

.confirmPhoneForm {
    clear: both;
}

    .confirmPhoneForm label {
        display: block;
        margin-bottom: 10px;
        line-height: normal;
        font-size: 14px;
    }

    .confirmPhoneForm input.confirmCodeBtn[type="button"]:disabled {
        background: #b8b8b8;
    }

    .confirmPhoneForm input[type="button"] {
        cursor: pointer;
    }

    .confirmPhoneForm #user-status {
        color: #255087;
        font-size: 14px;
        font-weight: bold;
    }

.recurring-order-topic {
    clear: both;
}

    .recurring-order-topic .mobile-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
        line-height: normal;
    }

        .recurring-order-topic .mobile-container h1 {
            color: #000000;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .recurring-order-topic .mobile-container p {
            font-size: 15px;
        }

        .recurring-order-topic .mobile-container img {
        }

.other-site-banner.vitaminler {
    background-color: #1c773d;
    /*border: 2px solid #2bae5c;*/
    display: inline-block;
}

.offer-product h3 span {
    color: #24914d;
    text-transform: uppercase;
}

    .offer-product h3 span.supplementler {
        color: #005bb2;
    }

    .offer-product h3 span.vitaminler {
        color: #4D8637;
    }

.loyal-text h2 {
}

.dyn-landing {
}

    .dyn-landing h1 {
        text-align: left;
        color: #224f8a;
        line-height: normal;
    }

    .dyn-landing .lp-description {
        text-align: left;
    }

    .dyn-landing .lp-sub-head {
    }

        .dyn-landing .lp-sub-head h3 {
            text-align: center;
            color: #224f8a;
        }

        .dyn-landing .lp-sub-head .campaigns {
        }

    .dyn-landing a.campaigns {
        display: block;
        margin: 20px 15px 30px 15px;
        text-align: center;
        font-size: 16px;
        background: #f73e05;
        color: #ffffff;
        padding: 20px 15px;
        border-radius: 5px;
    }

.prc-detail-popup-head {
    background: #ffffff;
    padding: 0;
}

    .prc-detail-popup-head span {
        color: #000000;
        font-size: 17px;
        padding: 10px 15px;
        font-weight: bold;
    }

.add-to-cart-after-popup .detail .btn-group a.goShopping {
    background-color: #FD830C !important;
    border-color: #FD830C !important;
}

.add-to-cart-after-popup .detail .btn-group a.stayShop {
    color: #000000 !important;
}

.lp-description h2 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: normal;
    margin-bottom: 10px;
}

.lp-description p {
    font-size: 14px;
    line-height: 20px;
}

.lp-description .more, .lp-description .more-close {
    cursor: pointer;
    text-decoration: underline;
    color: #08c;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}

.knw-reco-wrapper.top-product,
.knowledge-container .offer-product {
    width: 100%;
    float: none;
    border-right: 0;
}

@media (min-width: 768px) {
    .knw-reco-wrapper h3,
    .knowledge-container .offer-product h3,
    .knowledge-content-row h3 {
        font-size: 25px !important;
    }

    .knowledge-container .abWrapper a {
        font-size: 14px !important;
    }
}

.detail-checkout.search {
    margin-top: 30px;
    border: 0;
}

    .detail-checkout.search > a {
        max-width: 300px;
    }

/* Fittest */
.quiz-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    max-height: 100%;
    z-index: 999999;
    display: none;
}

.quiz-nav {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Medium';
    top: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    background: linear-gradient(0.25turn, #0a2450, #0f3175);
    display: none;
}

    .quiz-nav img {
        vertical-align: bottom;
    }

    .quiz-nav .nav-title {
        margin: 0 8px;
    }

.quiz-pagination li {
    display: inline-block;
    opacity: 0.4;
    width: 27px;
    height: 2px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0 1px;
    vertical-align: bottom;
}

    .quiz-pagination li.active {
        opacity: 1;
    }

.quiz-overlay {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.quiz-content {
    color: #ffffff;
    height: 100%;
}

.quiz-close {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Medium';
    top: 0;
    right: 0;
    padding: 19px 15px;
    z-index: 2;
}

.quiz-steps {
    display: block;
    height: 100%;
}

    .quiz-steps > li[data-step="1"] {
        text-align: center;
    }

.quiz-close > img {
    vertical-align: bottom;
}

.quiz-steps > li {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

    .quiz-steps > li:not([data-step="1"]):not([data-step="6-1"]):not([data-step="6-2"]) {
        padding: 54px 0;
    }

    .quiz-steps > li:not([data-step="1"]) {
        display: none;
    }

    .quiz-steps > li[data-step="1"] img.first,
    .quiz-steps > li[data-step="6-1"] img,
    .quiz-steps > li[data-step="6-2"] img,
    .quiz-steps > li .hr-container img {
        width: 100%;
        object-fit: cover;
    }

    .quiz-steps > li .hr-container img {
        object-position: 50% 0;
    }

    .quiz-steps > li[data-step="1"] .step-content {
        max-width: 220px;
        margin: 0 auto;
    }

    .quiz-steps > li[data-step="1"] h1 + p {
        margin-top: 11px;
        margin-bottom: 28px;
        font-size: 18px;
        text-align: center;
        line-height: 1.28;
    }

    .quiz-steps > li[data-rows="2"] .hr-container {
        height: 50%;
    }

    .quiz-steps > li[data-rows="3"] .hr-container {
        height: 33.333%;
    }

    .quiz-steps > li img {
        max-width: 100%;
        max-height: 100%;
    }

.quiz-steps .step-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .quiz-steps .step-content.middle {
        top: 50%;
        transform: translateY(-50%);
    }

.quiz-steps .quiz-btn {
    font-family: 'Forza-Medium';
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(153, 153, 153, 0.69);
    padding: 12px;
    display: inline-block;
    min-width: 150px;
    border-radius: 4px;
    transition: all 200ms;
}

    .quiz-steps .start-quiz,
    .quiz-steps .show-products,
    .quiz-steps .quiz-btn.active {
        background-color: #0076ff;
    }

.quiz-steps .step-content > h1 {
    font-size: 60px;
}

.quiz-steps .step-content > h4 {
    font-size: 20px;
}

.quiz-steps .step-content > h1,
.quiz-steps .step-content > h4 {
    display: block;
    margin: 15px 0;
    font-family: 'Forza-Medium';
    line-height: normal;
}

.quiz-steps .hr-container {
    position: relative;
}

    .quiz-steps .hr-container + .hr-container {
        border-top: 1px solid #0d2f6c;
    }

.quiz-buttons {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Light';
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    background: #0c2644;
    display: none;
}

    .quiz-buttons .text-right {
        text-align: right;
    }

    .quiz-buttons a {
        border-radius: 4px;
        border: solid 1px #5186c0;
        padding: 7px;
        color: #ffffff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        transition: all 200ms;
    }

        .quiz-buttons a:not(.quiz-next) {
            display: none;
        }

        .quiz-buttons a.quiz-next[disabled] {
            pointer-events: none;
            opacity: .5;
        }

    .quiz-buttons .quiz-next:not([disabled]) {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #0c2644;
        font-weight: bold;
    }

.test-completed {
    font-size: 23px;
    width: 90%;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 25px;
}

/* user menu */
#userMenu:before {
    background-color: #2e2d32;
}

#userMenu .login-button {
    background-color: #FD830C;
}

#userMenu .um-close {
    /*background-color: rgba(255, 111, 97, 0.60);*/
    background-color: #FD830C;
}

#userMenu .user-block {
    background-color: #1b1a1b;
    color: #ffffff;
}

/* home target */
.target-home {
    position: relative;
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 18px;
}

    .target-home:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .5;
        background-color: #2c130a;
    }

    .target-home .target-head {
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/target.svg");
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        position: relative;
        padding: 4px 0;
        padding-left: 35px;
    }

    .target-home h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.78;
        color: #ffffff;
        position: relative;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .target-home a {
        display: inline-block;
        position: relative;
        margin-top: 25px;
        padding: 15px 36px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 5px;
        background-color: #dc663b;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    }

.target-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    z-index: 1001;
    max-height: 100%;
    overflow: hidden;
    color: #ffffff;
    display: none;
}

    .target-popup:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        opacity: .3;
    }

    .target-popup ul {
        position: relative;
        padding: 21px;
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100% - 100px);
        max-height: -webkit-calc(100% - 100px);
        -webkit-overflow-scrolling: touch;
    }

        .target-popup ul > li {
            border-radius: 4px;
            background-color: #ffffff;
        }

            .target-popup ul > li + li {
                margin-top: 10px;
            }

            .target-popup ul > li a {
                font-size: 14px;
                color: #535353;
                display: block;
                padding: 15px;
                line-height: 20px;
            }

                .target-popup ul > li a .icon {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                    float: left;
                }

                    .target-popup ul > li a .icon > img {
                        vertical-align: middle;
                        display: inline-block;
                        max-width: 20px;
                        max-height: 20px;
                    }

                .target-popup ul > li a > .tlabel {
                    display: block;
                    width: 100%;
                    padding-left: 30px;
                    box-sizing: border-box;
                }

.target-popup-head {
    position: relative;
    padding: 21px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
}

    .target-popup-head:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.9;
        background-color: #dc663b;
        z-index: -1;
    }

    .target-popup-head .close {
        position: absolute;
        right: 21px;
    }

.target-popup + #homepagebestsellers .top-product {
    border-top: 0;
}

/* checkout page shipping options styles */
.shipping-column.active {
    border-color: #FD830C;
}

    .shipping-column.active .shipping-head {
        color: #FD830C;
    }

        .shipping-column.active .shipping-head .column-icon {
            background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/column-up.svg");
        }

.shipping-column.sameday-delivery.active .shipping-head {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/shipping-sdd-active.svg");
}

.shipping-column.standard-cargo.active .shipping-head {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/shipping-std-active.svg");
}

.shipping-column .standard-cargo-list > li.selected:after,
.shipping-column .sameday-delivery-list > li.selected:after {
    background-color: #ffffff;
}

.shipping-column .standard-cargo-list > li:before,
.shipping-column .sameday-delivery-list > li:before {
    border-color: rgba(32, 32, 32, 0.3) !important;
    background-color: #ffffff !important;
}

.shipping-column .standard-cargo-list > li.selected:before,
.shipping-column .sameday-delivery-list > li.selected:before {
    border-color: #FD830C !important;
    background-color: #FD830C !important;
}

/* checkout styles */
.how-it-works.havale ul > li:nth-child(1) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step1.svg");
}

.how-it-works.havale ul > li:nth-child(2) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step2.svg");
}

.how-it-works.havale ul > li:nth-child(3) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step3.svg");
}

.btn-payment-type {
    font-family: inherit !important;
    /* padding: 15px !important; */
    background-position: left 15px center !important;
    /* padding-left: 63px !important; */
    box-shadow: none !important;
    border: solid 1px #e8e8e8 !important;
}

    .btn-payment-type:active {
        background-color: #FD830C;
        border-color: #FD830C;
    }

#moneytransfer_container h2.page-title {
    color: #000000;
}

.how-it-works h4 {
    color: #FD830C;
}

.order-complete > h4 {
    color: #FD830C;
}

.bank-list select {
    color: #000000 !important;
    font-size: 14px !important;
    font-family: inherit !important;
    box-shadow: none !important;
}

.cookie_container {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0; /*margin: 2%;*/ /*border-radius: 5px;*/
    background-color: rgba(0, 0, 0, 0.88);
    font-family: "Nunito Sans";
    font-size: 12px;
    display: none;
}

.cookie_container__holder {
    float: left;
    width: 100%;
    color: #fff;
}

.cookie_container__holder_closeButton {
    width: 12px;
    height: 12px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/cookie_popup_close.svg") no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.cookie_container__holder p {
    margin: 20px auto;
    text-align: left;
    width: 90%;
    line-height: 18px;
}

.cookie_container__holder a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 4px;
}

/* same day delivery landing page styles */
.same-day-delivery .heading ul > li {
    color: #3d66c6;
}

.same-day-delivery .range-table .tab-pane .rt-card .card-title {
    background-color: #3d66c6;
}

.same-day-delivery .heading ul > li:nth-child(1) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/timing.svg");
}

.same-day-delivery .heading ul > li:nth-child(2) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/delivery.svg");
}

.same-day-delivery .heading ul > li:nth-child(3) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/flexibility.svg");
}

.same-day-delivery .range-table .tab-pane .rt-card .card-rows > li.available {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/rt-available.svg");
}

.same-day-delivery .how-to ul > li:nth-child(1) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-1.svg");
}

.same-day-delivery .how-to ul > li:nth-child(2) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-2.svg");
}

.same-day-delivery .how-to ul > li:nth-child(3) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-3.svg");
}

/* fitmoda dikey form */
.dikey-form .dikey-group .dikey-control:active,
.dikey-form .dikey-group .dikey-control:focus {
    border-color: transparent !important;
}

.dikey-form .dikey-checkboxtext span {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

.dikey-form .dikey-checkboxtext > span a {
    font-size: 14px !important;
}


.dikey-form .dikey-header a {
    color: #FD830C !important;
}

.login .login-div .loginform .button {
    background-color: #FD830C !important;
}

.dikey-form .dikey-radio:checked + label:before,
.dikey-form .dikey-radio:checked + input + label:before {
    background-color: #FD830C !important;
}

.dikey-form .dikey-checkbox:not(:checked) + label:before,
.dikey-form .dikey-checkbox:not(:checked) + input + label:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-color: transparent !important;
    border-radius: 0;
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/checkbox.svg");
}

.dikey-form .dikey-checkbox:checked + label:before,
.dikey-form .dikey-checkbox:checked + input + label:before {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/checkbox-selected.svg") !important;
    background-color: transparent !important;
}

.comment-customername {
    float: left;
    color: #b5b5b5;
    font-size: 13px;
    margin: 0;
    margin-top: 6px;
    font-weight: 500;
}

.dikey-form {
    font-family: inherit !important;
}

    .dikey-form .btn {
        padding: 15px 30px !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        font-family: inherit !important;
    }

    .dikey-form .btn-green {
        background-color: #FD830C !important;
    }

    .dikey-form select.dikey-control,
    .dikey-form textarea.dikey-control,
    .dikey-form input.dikey-control {
        border: solid 1px rgba(32, 32, 32, 0.3) !important;
        border-radius: 6px !important;
        padding: 15px !important;
        box-shadow: none !important;
        color: #000000 !important;
    }

    .dikey-form .dikey-group label {
        margin-bottom: 11px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #000000 !important;
    }

.new-comment-title {
    color: #FD830C !important;
}

#add-review {
    background-color: #FD830C !important;
}

/* fitmoda mobile menu */
html.fitmoda-mobile-menu-opened {
    overflow-x: hidden;
}

    html.fitmoda-mobile-menu-opened body {
        width: 100%;
        position: fixed;
    }

    html.fitmoda-mobile-menu-opened .fitmoda-mobile-menu {
        pointer-events: auto;
    }

.fitmoda-mobile-menu {
    position: fixed;
    left: -295px;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
    color: #ffffff;
    z-index: 1011;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
}

    html:not(.no-transition) body,
    .fitmoda-mobile-menu:not(.no-transition),
    .fitmoda-mobile-menu .submenu:not(.no-transition) {
        transition: all 375ms;
        transition-property: left, right, transform;
    }

    .fitmoda-mobile-menu ul {
        background-color: #FFFFFF;
        -webkit-overflow-scrolling: touch;
    }

        .fitmoda-mobile-menu ul > li {
            padding: 15px 25px;
            padding-left: 30px;
            font-family: 'Open Sans', sans-serif;
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

            .fitmoda-mobile-menu ul > li.track-link-li {
                padding: 15px 22px;
                background-color: #e8e8e8;
            }


        .fitmoda-mobile-menu ul.text-bold > li > a {
            font-weight: bold;
        }

        .fitmoda-mobile-menu ul > li > a {
            /*font-family: NunitoSans;*/
            font-size: 13px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            display: block;
            line-height: 20px;
        }

            .fitmoda-mobile-menu ul > li > a.all {
                font-weight: bold;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel > span {
                font-weight: normal;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel {
                display: block;
                width: 100%;
                padding-left: 30px;
                box-sizing: border-box;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel_help {
                color: #FFFFFF;
                display: block;
                width: 100%;
                padding-left: 30px;
                box-sizing: border-box;
            }

            .fitmoda-mobile-menu ul > li > a .icon {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                float: left;
            }

                .fitmoda-mobile-menu ul > li > a .icon > img {
                    vertical-align: middle;
                    display: inline-block;
                    max-width: 20px;
                    max-height: 20px;
                }

#leftMenuLoggedIn ul > li > a .icon > img {
    filter: brightness(0);
}

.fitmoda-mobile-menu ul > li.has-submenu {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/main-menu/submenu-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: right 26px center;
}

.fitmoda-mobile-menu .submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
    min-height: 100%;
    width: 100%;
    z-index: 1;
}

    .fitmoda-mobile-menu .submenu.opened {
        left: 0;
    }

    .fitmoda-mobile-menu .submenu ul {
        background-color: initial;
    }

.fitmoda-mobile-menu .menu-box {
    margin-top: 30px;
}

    .fitmoda-mobile-menu .menu-box > label {
        margin-top: -30px;
        font-size: 12px;
        padding-left: 26px;
        display: block;
        background-color: #e8e8e8;
        height: 28px;
        color: #000000;
        padding-top: 18px;
    }

.fitmoda-mobile-menu ul.other-sites > li {
    position: relative;
}

.fitmoda-mobile-menu ul.other-sites > li {
    position: relative;
    padding-left: 75px;
}

    .fitmoda-mobile-menu ul.other-sites > li > a > img {
        margin-top: 5px;
        max-width: 100%;
        width: 50px;
        position: absolute;
        top: 0;
        left: 18px;
    }

.fitmoda-mobile-menu .submenu-header {
    background-color: #ffffff;
    padding: 20px 26px;
    cursor: pointer;
    position: relative;
    padding-left: 55px;
}

    .fitmoda-mobile-menu .submenu-header > a {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        display: block;
    }

        .fitmoda-mobile-menu .submenu-header > a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 26px;
            width: 20px;
            height: 100%;
            transform: rotate(-180deg);
            background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/main-menu/submenu-arrow-right.svg");
            background-repeat: no-repeat;
            background-position: center right;
        }

.fitmoda-mobile-menu .submenu > label {
    height: 34px;
    padding-left: 26px;
    background-color: #e8e8e8;
    color: #000000;
    font-size: 12px;
    display: block;
    width: 100%;
    padding-top: 20px;
}

.fitmoda-mobile-menu-overlay {
    width: auto;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58);
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.fitmoda-mobile-menu-opened .fitmoda-mobile-menu-overlay {
    display: block;
}

.cart .cart-button #checkoutContinue,
.btn-fitmoda {
    color: #ffffff;
    background-color: #FD830C;
}

.shipping-column.standard-cargo.active .shipping-head,
.shipping-column.active .shipping-head .column-icon {
    background: none;
}

.shipping-column .shipping-head > strong {
    padding-left: 10px;
}

.shipping-column .shipping-head .icon {
    font-size: 27px;
    margin: -4px 0;
    display: inline-block;
    vertical-align: middle;
}

.shipping-column .shipping-head {
    /*    padding-left: 20px !important;*/
}

.shipping-column {
    box-shadow: none !important;
}

.payment #orderSummary,
.sales-agreement,
.info-box,
.bank-detail {
    font-family: inherit !important;
}

.product-out-of-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 0;
}

.other-site-banner.special {
    margin-bottom: 25px !important;
}

.account-accordion-menu ul li {
    border-color: #e8e8e8 !important;
}

.pva-os-notify {
    border-radius: 6px !important;
    border: 0 !important;
    background-color: #FD830C !important;
    font-family: inherit;
    padding: 16px 0 !important;
}

.pva-os-not-notify {
    font-family: inherit;
    padding: 16px 0 !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0;
    background: #FD830C;
    margin-bottom: 0;
}

.ui-accordion .ui-accordion-header {
    margin-top: 5px;
}

.stores-container .stores .store-name,
.stores-container > h1,
.pva-os-not-notify,
.pva-os-head,
.pva-os-desc {
    color: #000000 !important;
}

.pva-os-notnotify,
.pva-redirect-login {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.pva-os-notnotify {
    font-family: inherit;
}

#topicContactUs .htmlcontent-body,
.stores-container > .stores-desc,
.static-wrapper .page-content,
.pva-thnx-content p,
.pva-notlogin-content p,
.pva-terminated-content p,
.ui-widget-content,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff !important;
}

#topicContactUs .htmlcontent-body a,
#topicContactUs .htmlcontent-body a:visited,
#topicContactUs .htmlcontent-body a:focus,
#topicContactUs .htmlcontent-body a:active,
.static-wrapper .page-content a,
.static-wrapper .page-content a:visited,
.static-wrapper .page-content a:focus,
.static-wrapper .page-content a:active {
    color: #FD830C;
}

.stores-container .stores .store-name,
.stores-container > h1 {
    text-shadow: none !important;
}

.btn-show-in-map {
    border-radius: 6px !important;
    border: 0;
    box-shadow: none !important;
    padding: 16px 30px !important;
    color: #000000 !important;
}

.notification {
    border-color: #FD830C !important;
    color: #000000 !important;
    font-family: inherit !important;
}

    .reward-program label,
    .order-quick-info table tr.order-number > td,
    .notification a .notification-title {
    }

    .notification.congrats {
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/completed-congrats.svg") !important;
    }

.order-complete {
    display: block !important;
    font-family: inherit !important;
}

.reward-program a:not(.fancybox-close),
.order-deadline {
}

.deadline-arrow {
}

.reward-program a:not(.fancybox-close) {
    box-shadow: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 6px !important;
}

#orderDetail {
    background-color: #999999 !important;
}

.pva-os-itemrow a {
    width: 85px !important;
}

/*.fitmoda-mobile-menu ul > li > a .icon {
    display: none;
}*/

.fitmoda-mobile-menu ul > li > a .mlabel {
    padding-left: 0;
}

.pva-outofstock-wrapper,
.pva-thnx-wrapper,
.pva-notlogin-wrapper,
.pva-terminated-wrapper {
    z-index: 1001 !important;
}

.pva-os-itemrow .pva-os-aromas strong {
    display: none !important;
}

.dikey-form .btn-blue {
    background-color: #FD830C !important;
}

input[type="checkbox"] + .radiobtn:before {
    border-radius: 4px !important;
}

.fitmoda-secure-pay {
    background: url('https://supplementler2.sm.mncdn.com/Themes/Mobile/Supplementler/Content/images/fitmoda_odeme.png') no-repeat;
    height: 35px;
    width: 202px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.three-info-widget-properties {
    margin-top: 20px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #FD830C;
}

.loadingMaskDiv img {
    width: 32px;
}

.dikey-form .dikey-checkbox + label span a, .dikey-form .dikey-checkbox + input + label span a {
    color: #FD830C !important;
}

.dikey-form .dikey-checkboxtext > span a {
    color: #FD830C !important;
}


.dikey-form .installment-options ul > li.active .cb {
    background-color: #FD830C !important;
}

ul.dikey-tab > li.active a {
    color: #FD830C !important;
    border-bottom: 3px solid #FD830C !important;
}

.list-filtering .rootCategoryClass {
    background: url("//fitmoda.mncdn.com/themes/mobile/supplementler/content/images/modal-next.svg") no-repeat top right;
    background-position-y: 13px;
}

.logo-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    margin: 0 30%;
}

.logo-container {
    margin: 0 auto;
    width: 116px;
    height: 54px;
    display: flex;
    align-items: center;
}

.support-fit {
    background-color: #FD830C;
}

    .support-fit .icon-dblock {
        display: block !important;
    }

/**/
.store-bg-mobile {
    background-image: linear-gradient(to bottom,#fff,#f8f8f8);
}

    .store-bg-mobile li {
        float: left;
        width: 33.3333%;
    }

        .store-bg-mobile li a {
            float: left;
            width: 90%;
            padding: 10% 0;
        }

            .store-bg-mobile li a strong {
                margin: 0 !important; /*font-size:0.7500em !important;*/
            }

        .store-bg-mobile li:last-child a {
            width: 100%;
        }

.store-logo-supplementler.passive, .store-logo-vitaminler.passive, .store-logo-fitmoda.passive {
    box-shadow: 4px 0px 7px -4px rgba(187, 187, 187, 0.5), -4px 0px 7px -4px rgba(187, 187, 187, 0.5);
    background: linear-gradient(to bottom, #ffffff 0%,#e3e3e3 100%) !important;
    text-align: center; /*margin: 0 15px 0 0;*/
}

.store-logo-supplementler.active, .store-logo-vitaminler.active, .store-logo-fitmoda.active {
    box-shadow: 4px 0px 7px -4px rgba(187, 187, 187, 0.5), -4px 0px 7px -4px rgba(187, 187, 187, 0.5);
    background-color: #000000;
}

.store-logo-supplementler .brand-name, .store-logo-vitaminler .brand-name, .store-logo-fitmoda .brand-name {
    margin: 10px 0;
    display: block;
    font-size: 10px;
    text-align: center;
}

.store-logo-supplementler, .store-logo-vitaminler, .store-logo-fitmoda {
    width: 95%;
}

    .store-logo-fitmoda .brand-name {
        color: #FD830C;
    }

        .store-logo-fitmoda .brand-name span {
            color: #FFFFFF;
        }

    .store-logo-supplementler .brand-name {
        color: #013c77;
    }

        .store-logo-supplementler .brand-name span {
            color: #222;
        }

    .store-logo-vitaminler .brand-name {
        color: #8fbe1e;
    }

        .store-logo-vitaminler .brand-name span {
            color: #375f28;
        }

@media only screen and (min-width: 430px) and (max-width: 1199px) {
    .store-bg-mobile li a strong {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 391px) and (max-width: 429px) {
    .store-bg-mobile li a strong {
        font-size: 11.6px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 390px) {
    .store-bg-mobile li a strong {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 341px) and (max-width: 359px) {
    .store-bg-mobile li a strong {
        font-size: 10.4px !important;
    }
}

@media only screen and (max-width: 340px) {
    .store-bg-mobile li a strong {
        font-size: 9px !important;
    }
}

.test-flavor {
    margin: 5px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border-radius: 0;
}

textarea {
    font-family: 'Nunito Sans', sans-serif;
}

/* ICON */

.suppicon {
    background-repeat: no-repeat;
    float: left;
}

.social-facebook {
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/facebook-icon.png");
    width: 63px;
    height: 63px;
}

/* BUTTON */

.suppbtn {
    color: #ffffff;
    background: #FD830C;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 6px;
    display: block !important;
    text-align: center;
    padding: 17px 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: auto;
    width: 80%;
}

    .suppbtn.gray {
        background: #3b3b3b;
    }

    .suppbtn.lightgray {
        background: #d1d1d1;
        color: #000000;
    }


/* GENERAL */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.hidden {
    overflow: hidden;
}

.fixed {
    position: fixed !important;
}

.message-error .validation-summary-errors {
    margin: 0;
    padding: 0;
    border: 0;
}

    .message-error .validation-summary-errors span {
        color: #fff;
        margin: 4px 10px 10px;
        display: block;
        line-height: 20px;
    }

    .message-error .validation-summary-errors ul {
        color: #fff;
        margin: 10px 27px;
        display: block;
    }

        .message-error .validation-summary-errors ul > li {
            list-style: square;
        }

.loadingMask {
    display: none;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.loadingMaskDiv {
    background: #fff;
    width: 115px;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -58px;
}

.loadingMask span {
    display: table;
    margin: 0 auto;
}

.loadingMask p {
    text-align: center;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 700;
    margin: 10% 0 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

.no-orders {
    display: table;
    width: 94%;
    margin: 0 auto;
}

    .no-orders h3 {
        font-size: 15px;
        text-align: center;
        padding: 25px 0;
        line-height: normal;
    }

    .no-orders .suppbtn {
        margin: 15px 20px 0;
    }


/* MENU */

#sidr {
    display: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

    .sidr .sidr-inner {
        padding: 0 0 15px;
    }

        .sidr .sidr-inner > p {
            margin-left: 15px;
            margin-right: 15px;
        }

    .sidr.right {
        left: auto;
        right: -260px;
    }

    .sidr.left {
        left: -260px;
        right: auto;
    }

    .sidr h1,
    .sidr h2,
    .sidr h3,
    .sidr h4,
    .sidr h5,
    .sidr h6 {
        font-size: 11px;
        font-weight: normal;
        padding: 0 15px;
        margin: 0 0 5px;
        color: #fff;
        line-height: 24px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
        background-image: -webkit-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -moz-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: -o-linear-gradient(#4d4d4d,#1a1a1a);
        background-image: linear-gradient(#4d4d4d,#1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    }

    .sidr p {
        font-size: 13px;
        margin: 0 0 12px;
    }

        .sidr p a {
            color: rgba(255,255,255,0.9);
        }

    .sidr > p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sidr ul {
        display: block;
        margin: 54px 0 0px;
        padding: 0;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #4d4d4d;
    }

        .sidr ul li {
            display: block;
            margin: 0;
            line-height: 48px;
            border-top: 1px solid #4d4d4d;
            border-bottom: 1px solid #1a1a1a;
        }

            .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
                border-top: none;
                line-height: 49px;
            }

                .sidr ul li:hover > a,
                .sidr ul li:hover > span,
                .sidr ul li.active > a,
                .sidr ul li.active > span,
                .sidr ul li.sidr-class-active > a,
                .sidr ul li.sidr-class-active > span {
                    -webkit-box-shadow: inset 0 0 15px 3px #222;
                    -moz-box-shadow: inset 0 0 15px 3px #222;
                    box-shadow: inset 0 0 15px 3px #222;
                }

            .sidr ul li a,
            .sidr ul li span {
                padding: 0 15px;
                display: block;
                text-decoration: none;
                color: #fff;
                position: relative;
            }

                .sidr ul li span.cart-count {
                    position: absolute;
                    z-index: 2;
                    background: #f73e05;
                    border-radius: 23px;
                    color: #fff;
                    font-size: 10px;
                    top: 6px;
                    text-align: center;
                    padding: 4px;
                    line-height: 9px;
                    left: 30px;
                }

                .sidr ul li a img {
                    width: 14%;
                    float: left;
                    margin: 7px 6px 0 0;
                }

                .sidr ul li a .fa {
                    font-size: 1.9em;
                    float: left;
                    margin: 10px 4px;
                    padding: 0px;
                    width: 30px;
                    text-align: center;
                }

                .sidr ul li a .fa-archive {
                    font-size: 1.6em;
                }

                .sidr ul li a .fa-shopping-cart {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-cogs {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-sign-out {
                    font-size: 1.8em;
                }

                .sidr ul li a .fa-user, .sidr ul li a .fa-folder-open, .sidr ul li a .fa-tags {
                    font-size: 1.7em;
                }

                .sidr ul li a .fa-sign-in {
                    font-size: 1.8em;
                }

                .sidr ul li a span.link {
                    display: inline-block;
                    margin-top: 0px;
                    padding: 0 0 0 6px;
                }

            .sidr ul li ul {
                border-bottom: none;
                margin: 0;
            }

                .sidr ul li ul li {
                    line-height: 40px;
                    font-size: 13px;
                }

                    .sidr ul li ul li:last-child {
                        border-bottom: none;
                    }

                    .sidr ul li ul li:hover,
                    .sidr ul li ul li.active,
                    .sidr ul li ul li.sidr-class-active {
                        border-top: none;
                        line-height: 41px;
                    }

                        .sidr ul li ul li:hover > a,
                        .sidr ul li ul li:hover > span,
                        .sidr ul li ul li.active > a,
                        .sidr ul li ul li.active > span,
                        .sidr ul li ul li.sidr-class-active > a,
                        .sidr ul li ul li.sidr-class-active > span {
                            -webkit-box-shadow: inset 0 0 15px 3px #222;
                            -moz-box-shadow: inset 0 0 15px 3px #222;
                            box-shadow: inset 0 0 15px 3px #222;
                        }

                    .sidr ul li ul li a,
                    .sidr ul li ul li span {
                        color: rgba(255,255,255,0.8);
                        padding-left: 30px;
                    }

    .sidr form {
        margin: 0 15px;
    }

    .sidr label {
        font-size: 13px;
    }

    .sidr input[type="text"],
    .sidr input[type="password"],
    .sidr input[type="date"],
    .sidr input[type="datetime"],
    .sidr input[type="email"],
    .sidr input[type="number"],
    .sidr input[type="search"],
    .sidr input[type="tel"],
    .sidr input[type="time"],
    .sidr input[type="url"],
    .sidr textarea,
    .sidr select {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background: rgba(0,0,0,0.1);
        color: rgba(255,255,255,0.6);
        display: block;
        clear: both;
    }

    .sidr input[type=checkbox] {
        width: auto;
        display: inline;
        clear: none;
    }

    .sidr input[type=button],
    .sidr input[type=submit] {
        color: #333;
        background: #fff;
    }

        .sidr input[type=button]:hover,
        .sidr input[type=submit]:hover {
            background: rgba(255,255,255,0.9);
        }

    .sidr p.title {
        margin: 0;
        background: #212020; /* Old browsers */
        background: -moz-linear-gradient(top, #212020 0%, #010001 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212020), color-stop(100%,#010001)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #212020 0%,#010001 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #212020 0%,#010001 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #212020 0%,#010001 100%); /* IE10+ */
        background: linear-gradient(to bottom, #212020 0%,#010001 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212020', endColorstr='#010001',GradientType=0 ); /* IE6-9 */
        padding: 10px;
    }

    .sidr a.sitelink {
        float: left;
        width: 100%;
        color: #fff;
    }

        .sidr a.sitelink img {
            float: left;
            width: 25%;
            margin-right: 6px;
            margin-left: 8px;
        }

        .sidr a.sitelink span {
            margin: 25px 0;
            float: left;
            font-size: 1.1em;
        }

/* CSS */

body {
    font-size: 13px;
    font-family: "Nunito Sans";
    font-weight: 400;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.rightMask {
    z-index: 9999999;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 55px;
    right: 0;
    cursor: pointer;
    display: none;
    background: #FFF;
    opacity: 0;
}

    .rightMask.mask-active {
        display: block;
    }

.sidr-open {
    position: fixed !important;
}

.wrapper {
    width: 100%;
    position: relative;
}

    .wrapper.fixed {
        position: fixed;
    }

header.top {
    height: 55px;
    width: 100%;
    background-color: #000000;
    position: fixed;
    z-index: 100;
    margin-top: 30px;
}

    header.top .left-nav {
        float: left;
        width: 15%;
        height: 54px;
    }

        header.top .left-nav a {
            display: table;
            padding: 20px;
        }

        header.top .left-nav .fa {
            font-size: 27px;
            color: #fff;
        }

    /*header.top .logo-top {
         width: 53%;
         float: left;
     }*/
    header.top .logo-top {
        width: 53%;
        height: 54px;
        float: left;
    }

        header.top .logo-top a {
            height: auto;
            line-height: unset;
            width: 100%;
            display: inline-block;
        }

            header.top .logo-top a img {
                display: inline-block;
                max-width: 100%;
            }

    header.top .right-login {
        float: left;
        width: 16%;
    }

        header.top .right-login a {
            display: table;
            padding: 17px 15px;
            margin: 0 auto;
        }

            header.top .right-login a .fa {
                font-size: 24px;
                color: #fff;
            }

    header.top .right-cart {
        float: left;
        width: 16%;
    }

        header.top .right-cart a {
            display: table;
            padding: 15px 14px;
            margin: 0 auto;
            position: relative;
        }

            header.top .right-cart a .cart-count {
                position: absolute;
                z-index: 2;
                background: #FD830C;
                border-radius: 23px;
                color: #fff;
                font-size: 10px;
                top: 8px;
                text-align: center;
                padding: 4px;
                left: 27px;
                line-height: 9px;
            }

        header.top .right-cart .fa {
            font-size: 24px;
            color: #fff;
            aspect-ratio: 1 / 1;
        }

.right-login a > img,
.right-cart a > img {
    width: 18px !important;
    height: 18px;
}

.right-cart a > img {
    height: 19px;
}


div.search-form {
    display: table;
    margin: 0 auto 15px;
    width: 90%;
    position: relative;
}

    div.search-form input {
        font-size: 0.9em;
        padding-left: 45px;
        padding-right: 25px;
        width: 100%;
        border: 1px solid #545454;
        border-radius: 4px;
        background-color: #ffffff;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/search-input-icon-fitmoda.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: left 15px center;
        height: 44px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        outline: 0;
        z-index: 1001;
        position: relative;
    }

        div.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input::-moz-placeholder { /* Firefox 19+ */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input:-ms-input-placeholder { /* IE 10+ */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

        div.search-form input:-moz-placeholder { /* Firefox 18- */
            color: rgba(32, 32, 32, .6);
            font-size: 12px;
        }

.search-complete {
    position: absolute;
    background: #fff;
    top: -8px;
    left: -8px;
    right: -8px;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    padding-top: 72px;
    z-index: 1000;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.4);
    transition: all 200ms;
}

    .search-complete .plink {
        display: block;
        margin: 0 2%;
        margin-bottom: 10px;
    }

        .search-complete .plink + .plink {
            border-top: 1px solid #d5d5d5;
            padding-top: 10px;
        }

        .search-complete .plink .pname {
            font-weight: 700;
            color: #262626;
            display: block;
            width: 100%;
            font-size: 12px;
            margin-bottom: 3px;
        }

        .search-complete .plink .cname {
            display: block;
            width: 100%;
            color: #888887;
            font-size: 11px;
        }

    .search-complete .pmore {
        width: 100%;
        display: block;
        padding: 12px 0;
        font-size: 12px;
        background-color: #FD830C;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        font-weight: 600;
        border-radius: 4px;
    }

.home-slider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    min-height: 75px;
    height: auto;
}

    .home-slider a {
        display: block;
    }

    .home-slider img {
        width: 100%;
        vertical-align: top;
    }

.list-categories > li + li {
    border-top: 2px solid #e8e8e8;
}

.list-categories a {
    padding: 17px 15px;
    color: #000;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

    .list-categories a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.category-select {
    margin-top: 15px;
}

    .category-select .category-button {
        display: table;
        width: 95%;
        margin: 0 auto 15px;
    }

        .category-select .category-button .category-image {
            float: left;
            width: 30%;
            border: 1px solid #ddd;
            margin-right: 4%;
            padding: 2% 0;
            min-height: 85px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .category-select .category-button .category-image img {
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 100px;
                display: table;
                margin: 0 auto;
            }

        .category-select .category-button .category-title {
            font-size: 1.3em;
            color: #000000;
            font-weight: 700;
            float: left;
            margin: 7px 0 5px;
        }

        .category-select .category-button .category-description {
            float: left;
            width: 65%;
            text-align: left;
            color: #000000;
            font-size: 0.9em;
            line-height: 16px;
        }

        .category-select .category-button .more-detail {
            display: none;
        }

.top-product {
    margin: 0;
    padding: 0;
}

    .top-product .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        margin: 0;
        position: relative;
    }

    .top-product .slides img {
        width: 100%;
        display: block;
    }

    .top-product .slides {
        zoom: 1;
    }

.top-product {
    position: relative;
    zoom: 1;
}

    .top-product:hover .flex-prev {
        opacity: 0.7;
        left: 10px;
    }

    .top-product:hover .flex-next {
        opacity: 0.7;
        right: 10px;
    }

        .top-product:hover .flex-next:hover, top-product:hover .flex-prev:hover {
            opacity: 1;
        }

.top-product {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: 18px;
    width: 100%;
    overflow: hidden;
}

    .top-product h2 {
        float: left;
        color: #000000;
        font-size: 1.3em;
        font-weight: 600;
        margin: 10px 0 20px 15px;
    }

    .top-product .more-product-link {
        float: right;
        color: #878787;
        font-weight: 400;
        text-decoration: underline;
        margin: 13px 13px 0 0;
    }

    .top-product li a .tp-img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .top-product li a .tp-img img {
            display: table;
            margin: 0 auto;
            max-width: 145px;
        }

    .top-product li a .tp-title {
        color: #214679;
        display: table;
        text-align: center;
        font-size: 1.1em;
        line-height: 18px;
        margin: 0 auto 10px;
        width: 85%;
    }

    .top-product li a .tp-price {
        display: block;
        text-align: center;
        color: #f73d04;
        font-weight: 700;
        font-size: 1.3em;
    }

    .top-product li a .product-price-old {
        text-decoration: line-through;
        color: #808080;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .top-product .product-div {
    }

        .top-product .product-div .productlist-image {
            display: block;
            margin-bottom: 10px;
            width: 99%;
            align-items: center;
        }

            .top-product .product-div .productlist-image img {
                display: table;
                margin: 0 auto;
                width: 100%;
                max-width: 145px;
            }

        .top-product .product-div .productlist-detail {
        }

            .top-product .product-div .productlist-detail > a {
                color: #214679;
                display: table;
                font-size: 14px;
                line-height: 18px;
                margin: 0 auto 10px;
                text-align: left;
                width: 100%;
            }

            .top-product .product-div .productlist-detail .productlist-price {
            }

            .top-product .product-div .productlist-detail .new-price {
                color: #f73d04;
                display: block;
                font-size: 1.3em;
                font-weight: 700;
                text-align: center;
            }

            .top-product .product-div .productlist-detail .old-price {
                color: gray;
                display: block;
                font-size: 14px;
                text-align: center;
                text-decoration: line-through;
            }



.land-pbox .product-div {
}

    .land-pbox.product-div .productlist-image {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }


    .land-pbox .product-div .productlist-detail {
    }


        .land-pbox .product-div .productlist-detail .productlist-price {
        }

        .land-pbox.product-div .productlist-detail .old-price {
            color: gray;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            text-align: center;
            text-decoration: line-through;
        }

.category-select-wrapper .category-text {
    display: table;
    margin: 0 auto 10px;
    width: 86%;
    padding: 2% 7% 7%;
    border: 1px solid #ddd;
}

    .category-select-wrapper .category-text h2.title {
        margin: 10px 0 15px;
    }

.category-select-wrapper .category-text-over {
    overflow: hidden;
    height: 65px;
    margin-bottom: 10px;
    width: 100%;
}

    .category-select-wrapper .category-text-over.none {
        overflow: auto;
        height: auto;
    }

.category-select-wrapper .category-text p {
    line-height: 21px;
    text-align: justify;
    margin-bottom: 20px;
}

.category-select-wrapper .category-text #ct-more {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.category-select-wrapper .category-button {
    display: table;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 11px;
    border-bottom: 1px solid #ddd;
}

.category-select-wrapper h2.title {
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    padding: 16px 10px;
    display: block;
    background-color: #ECECEC;
    margin-top: 15px;
}

.category-select-wrapper .category-button:first-child {
    border-top: 1px solid #ddd;
}

.category-select-wrapper .category-button .fa {
    float: right;
    margin-top: 2px;
}

.category-select-wrapper .category-button .category-title {
    font-size: 1.3em;
    color: #000000;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 7px 0 5px;
}

.top-product-wrapper h2 {
    float: left;
    color: #214679;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 20px 15px;
}

.top-product-wrapper .more-product-link {
    float: right;
    color: #878787;
    font-weight: 400;
    text-decoration: underline;
    margin: 23px 8px 0 0;
}

.top-product-wrapper .tp-div {
    display: table;
    width: 100%;
    float: left;
}

    .top-product-wrapper .tp-div a {
        display: inline-block;
        width: 49%;
        min-height: 300px;
    }

        .top-product-wrapper .tp-div a .tp-img {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

            .top-product-wrapper .tp-div a .tp-img img {
                display: table;
                margin: 0 auto;
                max-width: 145px;
            }

        .top-product-wrapper .tp-div a .tp-title {
            color: #214679;
            display: table;
            text-align: center;
            font-size: 1.1em;
            line-height: 18px;
            margin: 0 auto 10px;
            width: 85%;
        }

        .top-product-wrapper .tp-div a .tp-price {
            display: block;
            text-align: center;
            color: #f73d04;
            font-weight: 700;
            font-size: 1.3em;
        }

.top-product-wrapper {
    margin-top: 25px;
}

    .top-product-wrapper .tpw-title {
        background-color: #E8E8E8;
        display: table;
        width: 100%;
        margin-bottom: 15px;
    }

.footer-checkout .footer-checkout-item {
    margin-bottom: 20px;
}

.footer-checkout a {
    display: block;
}

    .footer-checkout a i {
        font-size: 45px;
        color: #FD830C;
        margin-right: 10px;
    }

    .footer-checkout a span {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.5px;
    }

    .footer-checkout a i,
    .footer-checkout a span {
        display: inline-block;
        vertical-align: middle;
    }

footer.bottom hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e8e8e8;
    border: 0;
    height: 1px;
}

.footer-about {
    font-size: 12px;
    line-height: 1.5;
}

footer.bottom .phone {
    display: flex;
    align-items: center;
}

    footer.bottom .phone img {
        height: 52px;
        width: 52px;
        padding: 0 5px;
    }

footer.bottom .phone-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

footer.bottom .phone-number {
    font-size: 20px;
    font-weight: bold;
}

footer.bottom .customer-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-border {
    border: 0 !important;
}

.list-plain {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menus strong {
    font-weight: 800;
    letter-spacing: -0.2px;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-menus a {
    color: #000000;
    font-size: 12px;
    display: block;
    padding: 5px 0;
    line-height: 1.25;
}

.footer-menus + hr {
    margin-top: 0 !important;
}

.footer-newsletter .footer-input {
    float: left;
    width: 70%;
    height: 25px;
    padding: 10px 5%;
    border: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 12px;
    background-color: #f8f8f8;
    box-shadow: none;
    outline: 0;
}

.footer-newsletter .footer-input-button,
.footer-newsletter .footer-input-button:hover {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    float: left;
    width: 20%;
    text-align: center;
    background-color: #FD830C;
    border-bottom: none;
    padding: 16px 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

footer.bottom .sociallist {
    display: flex;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
    justify-content: center;
}

.sociallist li {
    display: inline-block;
    margin-right: 10px;
}

    .sociallist li a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        text-align: center;
        line-height: 47px;
        display: inline-block;
        color: rgba(32, 32, 32, 0.6);
        border: solid 1px #cfcfcf;
    }

        .sociallist li a i {
            font-size: 18px;
            vertical-align: sub;
        }

        .sociallist li a:hover {
            color: #FD830C;
            border: solid 1px #FD830C;
        }

            .sociallist li a:hover path {
                fill: #FD830C
            }

.desktop-link {
    text-align: center;
}

    .desktop-link a {
        color: #000000;
        font-size: 12px;
        display: block;
    }

    .desktop-link img {
        max-width: 30px;
    }

    .desktop-link span {
        display: block;
        margin-top: 8px;
    }

.back-top {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 70px;
}

    .back-top a {
        width: 34px;
        height: 34px;
        line-height: 40px;
        text-align: center;
        background-color: #FD830C;
        border-radius: 100%;
    }

        .back-top a img {
            max-width: 14px;
        }

        .back-top a,
        .back-top a img {
            display: inline-block;
        }

.bottom-disclaimer {
    margin-top: 20px;
    width: 90%;
    display: table;
    margin: 0 auto;
}

    .bottom-disclaimer p {
        text-align: center;
        color: #fff;
        line-height: 20px;
        font-size: 0.8em;
        display: table;
        width: 90%;
        margin: 0 auto;
    }

#divSsoHandler {
    display: none;
}

/* CATEGORY PAGE */

.breadcrumb {
    background: #ffffff;
    display: block;
    width: 100%;
}

    .breadcrumb,
    .breadcrumb * {
        box-sizing: border-box;
    }

        .breadcrumb ul {
            padding: 20px;
        }


            .breadcrumb ul > li {
                margin-right: 5px;
                display: inline-block;
            }

                .breadcrumb ul > li:first-child > a {
                    color: #000000;
                    font-weight: bold;
                }

                .breadcrumb ul > li > a {
                    color: #858585;
                    font-size: 12px;
                    margin-left: 0;
                }

#productWrapper .breadcrumb {
    background: #f8f8f8;
}

/* PRODUCTLIST PAGE */

.category-facet {
    background-color: #f8f8f8;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    letter-spacing: -0.5px;
}

    .category-facet img {
        max-height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        display: inline-block;
    }

    .category-facet .facet-filter:after {
        content: "";
        position: absolute;
        right: 0;
        height: 16px;
        width: 1px;
        background-color: #cccccc;
    }

    .category-facet .facet-filter,
    .category-facet .facet-sort {
        padding: 14px 0;
        position: relative;
    }

.product-filter {
    background: #ebebeb;
    padding: 11px 12px;
}

    .product-filter table {
        width: 100%;
    }

        .product-filter table td {
            width: 20%;
            vertical-align: middle;
        }

    .product-filter p {
        color: #252525;
        font-weight: 700;
        font-size: 1em;
        margin-bottom: 5px;
        padding: 4px 0;
        float: left;
    }

    .product-filter a {
        background: #214679;
        border-radius: 7px;
        color: #fff;
        float: left;
        font-size: 0.9em;
        font-weight: 500;
        height: 100%;
        line-height: 36px;
        margin-right: 1%;
        min-height: 36px;
        padding: 3% 0.5%;
        text-align: center;
        vertical-align: middle;
        width: 95%;
    }

        .product-filter a.l-line {
            line-height: normal !important;
        }

        .product-filter a.filter-button {
            background: none;
            padding: 0;
            margin-right: 0;
            line-height: normal !important;
            text-align: center;
            display: inline-block;
            width: auto;
            float: right;
        }

            .product-filter a.filter-button .fa {
                color: #f73d04;
                font-size: 1.8em;
                margin-right: 5px;
            }

            .product-filter a.filter-button span {
                color: #010001;
            }

        .product-filter a.active {
            background: #f73e05;
        }

        .product-filter a:last-child {
            margin: 0 !important;
        }

        .product-filter a.s-sira {
            line-height: normal;
        }

.productlist {
    width: 95%;
    display: table;
    margin: 7% auto;
    position: relative;
    padding: initial;
}

    .productlist .product-div {
        width: 100%;
        height: 278px;
        min-height: 278px;
        margin: 0 0 14px;
    }

        .productlist .product-div .productlist-image {
            display: flex;
            text-align: center;
            position: relative;
            align-items: center;
            justify-content: center;
            min-height: 170px;
            border: solid 1px #f3f3f3;
        }

            .productlist .product-div .productlist-image a {
                display: block;
                margin: 1px 2px 0px 2px;
                width: 100%;
                height:100%;
            }

                .productlist .product-div .productlist-image a img {
                    width: auto;
                    max-width: 100%;
                    max-height: 168px;
                    display: inline-block;
                    vertical-align: top;
                }

.outStock.p-icon {
    position: absolute;
    left: -7px;
    top: -2px;
}

.productlist .product-div .productlist-detail {
    margin-top: 8px;
}

.productlist .product-div .productlist-image .product-discount {
    position: absolute;
    bottom: unset;
    right: unset;
    top: 10px;
    left: 10px;
    background-color: #FD830C;
    border-radius: 6px;
    color: #ffffff;
    width: 50px;
    height: 36px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 7px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
}

    .productlist .product-div .productlist-image .product-discount strong {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        padding-bottom: 4px;
        line-height: 10px;
    }

.productlist .product-div .productlist-detail a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: normal;
    color: #000000;
    display: block;
    margin-bottom: 8px;
    max-width: auto;
    min-height: auto;
    overflow: hidden;
    height: 34px;
    font-family: 'Nunito Sans';
    line-height: 1.26;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productlist .product-div .productlist-detail .productlist-price {
    margin-inline: 5px;
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.5px;
    display: flex;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: left;
    height: 19px;
}

    .productlist .product-div .productlist-detail .productlist-price .old-price {
        text-decoration: line-through;
        opacity: .6;
        margin-right: 5px;
        font-family: 'Nunito Sans';
        font-size: 14px;
    }

    .productlist .product-div .productlist-detail .productlist-price .new-price {
        color: #FD830C;
        font-weight: 800;
        letter-spacing: -0.5px;
        font-weight: 800;
        font-family: 'Nunito Sans';
        font-size: 14px;
        font-weight: 800;
    }

.productlist .product-div .productlist-detail .productlist-rate {
    float: right;
    width: 45%;
}

    .productlist .product-div .productlist-detail .productlist-rate p {
        font-size: 0.9em;
        float: right;
        margin-right: 5%;
        width: 100%;
    }

    .productlist .product-div .productlist-detail .productlist-rate span {
        display: inline-block;
        background: #e4e4e4;
        font-size: 1.1em;
        font-weight: 600;
        padding: 5% 3%;
        border-radius: 4px;
        margin-left: 3px;
    }

.pagers .pager {
    text-align: center;
    display: table;
    margin: 20px auto;
    width: auto;
}

    .pagers .pager span {
        background-color: #FD830C;
        border: solid 1px #FD830C;
        color: #ffffff;
    }

    .pagers .pager a {
        border: solid 1px #eeeeee;
        background-color: #ffffff;
        color: #000000;
    }

    .pagers .pager > * {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px;
        display: inline-block;
        margin: 0 3px;
    }

.productlist h2.title {
    color: #000000;
    font-size: 1.3em;
    font-weight: 600;
    padding: 19px 0 20px 10px;
    background-color: #E8E8E8;
    display: table;
    width: 102.5%;
    margin-bottom: 15px;
    margin-left: -2.5%;
}

.filter-div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 99999999;
}

.filter-bg {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.filter-content {
    min-height: 330px;
    background: #fff;
    width: 90%;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}

    .filter-content ul {
        display: block;
        width: 100%;
        float: left;
        margin: 10px 0 10px;
    }

    .filter-content .filter-select ul {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 250px;
    }

    .filter-content ul > li {
        display: block;
        padding: 10px 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid #c9c9c9;
        cursor: pointer;
    }

        .filter-content ul > li > a {
            color: #214679;
            font-size: 1.3em;
            font-weight: 600;
            display: block;
            padding: 0 15px;
        }

            .filter-content ul > li > a span {
                float: right;
                color: #4b4b4b;
                font-size: 0.6em;
                font-weight: 400;
                border: 1px solid #4b4b4b;
                border-radius: 17px;
                width: 15px;
                text-align: center;
                padding: 2px 0;
            }

    .filter-content .fc-button {
        display: block;
        width: 90%;
        margin: 0px 5% 10px;
        float: left;
    }

        .filter-content .fc-button a {
            float: left;
            width: 48%;
            margin: 2% 1%;
        }

        .filter-content .fc-button .suppbtn {
            padding: 13px 0;
        }

    .filter-content .fc-clear {
        display: block;
        width: 90%;
        margin: 15px 5% 18px;
        float: left;
    }

        .filter-content .fc-clear a {
            text-align: center;
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #333;
        }

            .filter-content .fc-clear a i {
                margin-right: 5px;
            }

    .filter-content .filter-select {
        display: none;
    }

.productlist .noResult {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* PRODUCT DETAIL */

.product-detail {
    padding: 0 0;
    padding-bottom: 4%;
}

.product-price-wrapper {
    padding: 0 20px;
    padding-bottom: 0;
    display: flex;
}

.product-detail .size-table {
    display: block;
    text-align: right;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #000000;
}

.product-whitespace {
    background-color: #F4F4F4;
    height: 15px;
}

#sizeTableIcon {
    vertical-align: middle;
    margin-right: 5px;
}

.pva-redirect-login {
    background: #FD830C !important;
}

.product-detail .product-not-show p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    background: #f2f2f2;
    padding: 4% 0;
    width: 100%;
    display: block;
}

.product-detail .come-button {
    padding: 15px 10px;
    box-sizing: border-box;
}

.product-detail .total-review {
    font-size: 10px;
    color: #2f2f2f;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
}

    .product-detail .total-review > strong {
        font-weight: normal;
    }

.product-detail .product-discount {
    background-color: #FD830C;
    padding: 8px 6px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    max-width: unset;
    word-break: break-all;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 10px;
    margin-right: 10px;
    float: left;
}

.loyalty-group-enabled [data-mw-variant-discount-enabled=False] {
    display: none;
}

.product-detail .product-discount strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.product-price-wrapper .money-order {
    padding-top: 4px;
}

.product-detail .amount .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FD830C;
    margin-top: 3px;
    display: inline-block;
}

.product-detail .amount {
    display: block;
    /* padding-left: 37px; */
    font-size: 10px;
    color: #000000;
    line-height: 14px;
    text-align: right;
}

.product-detail .perc {
    padding: 6px 4px;
    color: #305083;
    font-weight: bold;
    background-color: #eeeeee;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    float: left;
}

.product-photos .flex-control-nav li {
    vertical-align: middle;
}

.product-photos .flex-control-paging li a {
    opacity: .3;
    width: 6px;
    height: 6px;
    background: #7F7F7F;
}

    .product-photos .flex-control-paging li a.flex-active {
        opacity: 1;
        background: #ED8935;
    }

.product-photos {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-slider {
    margin: 0;
    padding: 0;
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
}

    .product-slider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        min-height: 240px;
    }

    .product-slider .slides img {
        width: 100%;
        display: block;
    }

    .product-slider .flex-control-nav {
        padding-bottom: 8px;
    }

        .product-slider .flex-control-nav li {
            margin: 0 3px;
        }

    .product-slider .slides {
        zoom: 1;
    }

    .product-slider .flex-direction-nav a {
        text-indent: -999px;
        text-align: initial;
    }

        .product-slider .flex-direction-nav a:before {
            display: none;
        }

    .product-slider .flex-direction-nav .flex-prev,
    .product-slider .flex-direction-nav .flex-next {
        background-repeat: no-repeat;
        background-position: center center;
    }

    .product-slider .flex-direction-nav .flex-prev {
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/psa-left.svg");
    }

    .product-slider .flex-direction-nav .flex-next {
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/psa-right.svg");
    }

.product-slider {
    position: relative;
    zoom: 1;
    height: auto;
    min-height: 240px;
}

    .product-slider:hover .flex-prev {
        opacity: 0.7;
        left: 10px;
    }

    .product-slider:hover .flex-next {
        opacity: 0.7;
        right: 10px;
    }

        .product-slider:hover .flex-next:hover, .product-slider:hover .flex-prev:hover {
            opacity: 1;
        }

.top-benefit {
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

    .top-benefit strong {
        font-weight: bold;
    }

@media (max-width: 360px) {
    .top-benefit {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .top-benefit {
        font-size: 11px;
    }
}

.product-color,
.product-select {
    display: block;
    width: 100%;
    padding: 0 16px;
    margin: 16px 0;
}

    .product-color,
    .product-color *,
    .product-select,
    .product-select * {
        box-sizing: border-box;
    }

.product-variants .flavor-select.scrl a {
    background: none;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: solid 1px #57595D;
    width: auto;
    border-radius: 6px;
    padding: 8px;
    min-width: 48px;
    line-height: 15.6px;
}

    .product-variants .flavor-select.scrl a.active {
        border: 2px solid #000;
    }

    .product-variants .flavor-select.scrl a span {
        display: inline-block;
        margin: 0;
    }

        .product-variants .flavor-select.scrl a span:before {
            display: none;
        }

        .product-variants .flavor-select.scrl a span b {
            margin: 0;
            display: inline-block;
            float: none;
            font-weight: bold;
        }

#productColorVariant {
    gap: 8px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

    #productColorVariant > li {
        display: inline-block;
        width: 60px;
        vertical-align: top;
    }

        #productColorVariant > li a {
            display: block;
            overflow: hidden;
            text-align: center;
        }

            #productColorVariant > li a.selected {
                border-color: #FD830C;
            }

            #productColorVariant > li a img {
                display: block;
                width: 100%;
                max-width: 100%;
                border-radius: 6px;
                border: solid 2px #e8e8e8;
            }

            #productColorVariant > li a span {
                display: block;
                font-size: 12px;
                font-weight: 500;
                color: #000;
                margin: 4px auto 0;
                width: 46px;
                white-space: normal;
                line-height: 14px;
            }


.product-select .ps-div {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
}

.product-color-variant-head {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #000000;
    display: block;
}

.product-select p {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.product-select .ps-div a {
    display: block;
    border: 1px solid #b2b9d2;
    color: #373737;
    font-size: 1.1em;
    width: 100%;
    padding: 12px 11px;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
}

    .product-select .ps-div a:after {
        content: "";
        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/icon-arrow-right.png") center center no-repeat #f8f8f8;
        border-left: 1px solid #e4e4e4;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
        line-height: 100%;
        vertical-align: middle;
        background-size: 10px;
    }

.product-select .ps-div:not([style*="display: none"]) + .ps-div.total {
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
}

.product-select .ps-div.total {
    width: 100%;
}

    .product-select .ps-div.total > p {
        text-align: center;
        padding-left: 0;
    }

    .product-select .ps-div.total select.pn-select {
        width: 90%;
    }

.product-number {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 14px;
}

    .product-number p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 27px;
    }

.product-select .ps-div select.pn-select {
    border: 1px solid #e4e4e4;
    color: #373737;
    font-size: 1em;
    border-radius: 3px;
    padding: 10px 10px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat;
    background-position: 94%;
    width: 90%;
    margin-left: 13px;
}

.product-exp {
    display: table;
    width: 100%;
    padding: 0px 0 19px;
    border-bottom: 1px solid #c9c9c9; /* border-top: 1px solid #c9c9c9; */
}

    .product-exp p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 20px;
    }

    .product-exp span {
        float: right;
        font-size: 1.1em;
        display: inline-block;
        margin-right: 10px;
        margin-top: 20px;
        color: #373737;
    }

.product-score {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

    .product-score .overall-score {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .product-score .mrate-type {
        background-color: #f9f9f9;
        padding: 8px 14px;
        border-radius: 2px;
        margin-bottom: 20px !important;
    }

    .product-score .rating div {
        float: none;
    }

    .product-score .mrating-type-name,
    .product-score .mrate-point-space {
        font-size: 13px;
    }

    .product-score .title {
        color: #305083;
        font-size: 14px;
        font-weight: 600;
        padding: 16px 20px;
    }

    .product-score p {
        float: left;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin-left: 10px;
        margin-top: 20px;
    }

    .product-score .overall-score {
        float: left;
        width: 100%;
    }

        .product-score .overall-score p {
            width: auto;
            color: #373737;
            font-size: 1em;
            font-weight: 400;
        }

        .product-score .overall-score ul {
            float: left;
            margin-top: 17px;
            margin-left: 10px;
        }

            .product-score .overall-score ul > li {
                width: 20px;
                height: 20px;
                color: #d0d0d0;
                float: left;
                border-radius: 10px;
                margin-right: 3px;
                font-size: 1.5em;
            }

                .product-score .overall-score ul > li.active {
                    color: #f79700;
                }

                .product-score .overall-score ul > li.score-point {
                    color: #373737;
                    width: auto;
                    font-size: 1em;
                    background: none;
                    border-radius: 0;
                    margin-left: 8px;
                    margin-top: 4px;
                }

    .product-score .score-text {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .product-score .score-text > div {
            float: left;
            width: 20%;
            position: relative;
            height: 93px;
        }

    .product-score .chart {
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }

        .product-score .chart > div {
            margin-left: 0;
        }

    .product-score .score-text .percentage {
        font-size: 13px;
        font-weight: bold;
        color: #464646;
        top: 48%;
    }

    .product-score .score-text strong {
        display: block;
        text-align: center;
        font-size: 13px;
    }

@media (max-width: 320px) {
    .product-score .score-text strong {
        height: 26px;
    }

    .product-score .score-text .percentage {
        top: 61%;
    }
}

.product-score .score-text p {
    width: 19%;
    margin: 0;
    font-size: 1.2em;
}

    .product-score .score-text p b {
        font-weight: 700;
        color: #373737;
        display: block;
        text-align: center;
    }

    .product-score .score-text p span {
        color: #373737;
        text-align: center;
        display: block;
        font-weight: 400;
        font-size: 0.7em;
        margin-top: 5px;
    }

.product-tab {
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
}

    .product-tab a.title,
    .product-detail .product-combination h4 {
        font-size: 14px;
        font-weight: 800;
        color: #000000;
        display: block;
        box-sizing: border-box;
        padding: 16px 20px;
    }

.product-detail .product-combination h4 {
    border: 0;
    padding-top: 25px;
    font-size: 16px;
    text-align: center;
}

.product-tab:not(.no-arrow) a.title {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/pbar-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.product-tab.comment-arrow:not(.no-arrow) a.title {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/pbar-right.svg");
}

.product-tab a#productComments {
    position: relative;
}

.product-tab a.title span {
    float: right;
    color: #4b4b4b;
    border: 1px solid #4b4b4b;
    border-radius: 11px;
    padding: 3px 5px;
    font-size: 0.9em;
    margin-top: -3px;
}

.product-tab .tabdiv, .product-tab .tabdiv2, .product-tab .tabdiv3, .product-tab .tabdiv4 {
    display: none;
    padding: 20px 5%;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .product-tab .tabdiv p {
        color: #464646;
        line-height: 19px;
        margin-bottom: 13px;
        text-align: left;
    }

    .product-tab .tabdiv b {
        font-weight: 700;
    }

.shoppingCreditHeader {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 0 0 8px 0px;
}

.product-tab .tabdiv .useofdiv {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .product-tab .tabdiv .useofdiv .title {
        display: block;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding: 0 0 8px 5px;
        margin-bottom: 8px;
    }

    .product-tab .tabdiv .useofdiv .description {
        line-height: 19px;
        text-align: left;
        display: block;
        padding: 0 5px 8px 5px;
    }

.nutritionLabel .line {
    float: left;
    width: 100%;
    padding: 6px 0px;
    border-top: 1px solid #333;
}

    .nutritionLabel .line.service .title {
        width: 80%;
        font-weight: 700;
    }

    .nutritionLabel .line.black {
        height: 5px;
        background: #333;
        border: none;
        padding: 0;
    }

    .nutritionLabel .line.black2 {
        height: 10px;
        background: #333;
        border: none;
        padding: 0;
        margin: 4px 0 -1px 0;
    }

    .nutritionLabel .line .title {
        float: left;
        width: 60%;
    }

    .nutritionLabel .line .value {
        float: left;
        width: 20%;
        text-align: center;
    }

    .nutritionLabel .line .value2 {
        float: left;
        width: 20%;
        text-align: center;
    }

    .nutritionLabel .line.indent .title {
        width: 55%;
        margin-left: 5%;
    }

.nutritionLabel p.nutGr {
    font-size: 1.3em;
    margin-bottom: 3px;
    font-style: italic;
}

.nutritionLabel p.nutDetail {
    float: left;
    margin-top: 5px;
    font-size: 0.9em;
    color: #777;
}

.nutritionLabel .line.title .title {
    width: 100%;
    text-align: right;
    font-weight: 700;
}

.product-tab .settingdiv {
    float: left;
    width: 100%;
    padding: 12px 0;
}

.product-select p + * + p {
    margin-top: 20px;
}

.product-giftbox {
    background-color: white;
    margin: 16px 0;
    width: 100%;
}

.product-tab .settingdiv .sd-brand {
    font-weight: 700;
    float: left;
    text-align: left;
    width: 40%;
    margin-right: 1%;
    position: relative;
}

    .product-tab .settingdiv .sd-brand:after {
        content: ":";
        position: absolute;
        right: 0;
        top: 0;
    }

.product-tab .settingdiv .sd-brand-link {
    float: left;
    width: 58%;
}

    .product-tab .settingdiv .sd-brand-link a {
        color: #FD830C;
        text-decoration: underline;
    }

.product-share {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

    .product-share p {
        display: block;
        text-align: center;
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        margin: 20px 0;
    }

    .product-share ul {
        display: table;
        margin: 0 auto 20px;
        width: 20%;
    }

        .product-share ul > li {
            float: left;
            width: 48%;
            margin: 0 1%;
        }

            .product-share ul > li > a {
                float: left;
            }

                .product-share ul > li > a > img {
                    width: 100%;
                }

.other-products {
    display: block;
    width: 100%;
    padding: 20px;
}

    .other-products,
    .other-products * {
        box-sizing: border-box;
    }

        .other-products .widget-title {
            font-size: 16px;
            font-weight: 800;
            line-height: normal;
            margin-bottom: 10px;
        }

        .other-products .op-div {
            display: block;
        }

        .other-products a {
            margin-bottom: 11px;
            display: block;
            margin: 0 5px;
        }

            .other-products a img {
                max-width: 100%;
                width: 100%;
            }

            .other-products a p {
                font-size: 14px;
                font-weight: bold;
                letter-spacing: -0.5px;
                color: #000000;
                margin: 5px 0;
                line-height: normal;
                overflow: hidden;
                max-height: 57px;
                margin-bottom: 12px;
            }

            .other-products a span {
                text-decoration: line-through;
                letter-spacing: -0.5px;
                color: #000000;
                margin-right: 5px;
                display: inline-block;
                vertical-align: bottom;
                font-size: 14px;
            }

            .other-products a b {
                font-weight: 800;
                vertical-align: bottom;
                color: #FD830C;
                letter-spacing: -0.5px;
                font-size: 14px;
            }

        .other-products .owl-page {
            width: 8px;
            height: 8px;
            opacity: .4;
            background-color: #000000;
            display: inline-block;
            border-radius: 100%;
            margin: 0 2px;
        }

            .other-products .owl-page.active {
                opacity: 1;
            }

        .other-products .owl-pagination {
            margin-top: 20px;
            text-align: center;
        }

.detail-checkout {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 15px 10px;
    box-sizing: border-box;
}

    .detail-checkout .suppbtn,
    .product-detail .come-button .backInStock {
        width: 100%;
        margin: 0 auto;
        display: table;
        border-radius: 4px;
        background-color: #FD830C;
        box-sizing: border-box;
    }

.product-combination {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

    .product-combination h4 {
        color: #214679;
        font-size: 1.2em;
        font-weight: 600;
        border-bottom: 1px solid #c9c9c9;
        display: block;
        margin-bottom: 15px;
        padding: 25px 10px 15px;
    }

    .product-combination .combination-div {
        display: table;
        width: 93%;
        margin: 0 auto 20px;
    }

        .product-combination .combination-div .cd-img {
            float: left;
            width: 34%;
            border: 1px solid #ddd;
        }

            .product-combination .combination-div .cd-img a {
                display: block;
            }

                .product-combination .combination-div .cd-img a img {
                    width: 100%;
                }

        .product-combination .combination-div .cd-right {
            float: right;
            width: 62%;
        }

            .product-combination .combination-div .cd-right .cdr-title {
                float: left;
                width: 100%;
                color: #000000;
                font-size: 1.2em;
                font-weight: 600;
                min-height: 35px;
                display: block;
                margin-top: 10px;
                margin-bottom: 10px;
                line-height: 21px;
            }

            .product-combination .combination-div .cd-right .cdr-type {
                float: left;
                margin-right: 10px;
                font-size: 1.1em;
                margin-bottom: 10px;
            }

                .product-combination .combination-div .cd-right .cdr-type b {
                    font-weight: 700;
                    color: #255086;
                    margin-right: 4px;
                    float: left;
                }

                .product-combination .combination-div .cd-right .cdr-type span {
                    float: left;
                }

            .product-combination .combination-div .cd-right .cdr-select {
                float: left;
                width: 100%;
                margin-top: 7px;
                margin-bottom: 10px;
            }

                .product-combination .combination-div .cd-right .cdr-select .voption {
                    position: relative;
                }

                .product-combination .combination-div .cd-right .cdr-select p {
                    font-weight: 700;
                    color: #255086;
                    margin-right: 6px;
                    float: left;
                    margin-top: 2px;
                }

                .product-combination .combination-div .cd-right .cdr-select select {
                    float: left;
                    padding: 8px;
                    padding-left: 10px;
                    width: 100%;
                    border-radius: 4px;
                    box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
                    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.05);
                    margin-bottom: 5px;
                    background-color: #ffffff;
                    border: 1px solid #b2b9d2;
                }

                    .product-combination .combination-div .cd-right .cdr-select select:after {
                        content: "";
                        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/icon-arrow-right.png") center center no-repeat;
                        position: absolute;
                        top: 1px;
                        right: 0;
                        width: 30px;
                        height: 30px;
                        line-height: 100%;
                        vertical-align: middle;
                        background-size: 10px;
                    }

            .product-combination .combination-div .cd-right .cdr-score {
                float: left;
                width: 100%;
            }

                .product-combination .combination-div .cd-right .cdr-score .cdr-point {
                    float: left;
                    padding-top: 12px;
                }

                .product-combination .combination-div .cd-right .cdr-score .progressDiv .gen-rate {
                    margin: 0px 19px 0 0;
                }

                .product-combination .combination-div .cd-right .cdr-score .progressDiv {
                    float: left;
                }

.detail-disclaimer {
    padding: 20px;
    padding-top: 0;
}

    .detail-disclaimer p {
        font-style: italic;
        line-height: 20px;
        color: #858585;
        text-align: left;
        font-size: 14px;
    }

        .detail-disclaimer p b {
            font-weight: 700;
            color: #767676;
            margin-right: 5px;
        }

.tab-doesnt-include {
    display: block;
    width: 100%;
}

    .tab-doesnt-include .tdi-item {
        float: left;
        width: 32%;
        min-height: 112px;
    }

        .tab-doesnt-include .tdi-item img {
            display: table;
            margin: 0 auto 8px;
        }

        .tab-doesnt-include .tdi-item span {
            display: table;
            width: 95%;
            text-align: center;
            line-height: 20px;
        }

.product-comment {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 35px;
}

    .product-comment .product-comment-wrapper {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0 15px;
    }

.product-comment-wrapper.positive {
    border-right: 1px dashed #ebebeb;
}

.product-comment-wrapper.negative {
    padding-left: 13px;
}

.product-comment-wrapper.positive h5 {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/thumb-up.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.product-comment-wrapper.positive strong {
    font-weight: bold;
    color: #63ac0d;
    margin-bottom: 5px;
    display: block;
}

.product-comment-wrapper.negative h5 {
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/thumb-down.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.product-comment-wrapper.negative strong {
    font-weight: bold;
    color: #eb0019;
    margin-bottom: 5px;
    display: block;
}

.product-comment .product-comment-wrapper h5.title {
    font-size: 14px;
    margin-bottom: 35px;
    color: #464646;
}

    .product-comment .product-comment-wrapper h5.title i {
        margin-right: 4px;
    }

.product-comment .product-comment-wrapper ul > li {
    margin-left: 15px;
    line-height: 15px;
    color: #464646;
    font-size: 13px;
}

    .product-comment .product-comment-wrapper ul > li + li {
        margin-top: 15px;
    }

.product-comment .product-comment-wrapper.positive ul > li {
    list-style-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/comment-positive.svg");
}

.product-comment .product-comment-wrapper.negative ul > li {
    list-style-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/comment-negative.svg");
}

.fit-not-negative-app {
    list-style-image: none !important;
    list-style-type: none;
    margin-left: 0 !important;
}

.cart-back-button {
    display: block;
    width: 93%;
    margin: 0 auto 40px;
}

.breadCrumbStep {
    margin-left: 5px;
    font-weight: bold;
    color: #f73d04;
}

/* COMMENTS PAGE */

.page-large-title {
    display: block;
    width: 100%;
    background: #efefef;
    padding: 15px 0;
    box-sizing: border-box;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.page-large-title:after {
    content: '';
    clear: both;
    display: block;
}

.page-large-title span {
    float: left;
    color: #FD830C;
    font-size: 1.4em;
    margin-right: 6px;
    margin-left: 13px;
}

.page-large-title h1 {
    color: #252525;
    font-size: 1.7em;
    float: left;
}

.page-large-title .fa-list,
.page-large-title .fa-unlock-alt,
.page-large-title .fa-truck,
.page-large-title .fa-try,
.page-large-title .fa-pencil-square-o,
.page-large-title .fa-lock {
    margin-top: 4px;
}

.page-large-title .fa-shopping-cart,
.page-large-title .fa-user,
.page-large-title .fa-gift,
.page-large-title .fa-credit-card,
.page-large-title .fa-cog,
.page-large-title .fa-info-circle,
.page-large-title .fa-bookmark {
    margin-top: 3px;
}

.page-large-title .fa-comments {
    margin-top: 2px;
}

.product-comments {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

    .product-comments .pc-div {
        display: table;
        width: 93%;
        margin: 15px auto;
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 15px;
    }

        .product-comments .pc-div .pc-title {
            display: table;
            width: 100%;
        }

        .product-comments .pc-div .pc-rate ul > li {
            width: 20px;
            height: 20px;
            color: #d0d0d0;
            border-radius: 10px;
            margin-right: 3px;
            font-size: 1.5em;
            display: inline-block;
        }

            .product-comments .pc-div .pc-rate ul > li.active {
                color: #FEC612;
            }

        .product-comments .pc-div .pc-content {
            display: table;
            width: 100%;
        }

        .product-comments .pc-div .pc-like a {
            font-weight: 600;
            margin: 0 6px;
            font-size: 0.9em;
            display: inline-block;
        }

            .product-comments .pc-div .pc-like a.like {
                color: #30a415;
            }

            .product-comments .pc-div .pc-like a.unlike {
                color: #d81a1a;
            }

.helpfulness-vote-result {
    float: left;
    width: 100%;
    color: #00316e;
    font-size: 11px;
    padding-top: 10px;
}

.comment-form .write-review .noLogin {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.new-comment {
    display: table;
    margin: 0 auto;
    width: 93%;
}

.new-address .nc-star {
    display: block;
    width: 100%;
    float: left;
}

    .new-address .nc-star p {
        float: left;
        font-size: 1.1em;
        font-weight: 700;
        margin: 16px 0;
    }

    .new-address .nc-star .nc-select {
        float: right;
        width: 55%;
        margin: 6px 1px 16px 10px;
        padding: 7px 5px;
        font-weight: 700;
        border: 1px solid #d0d0d0;
        background: #f8f8f8;
    }

    .new-address .nc-star ul {
        float: left;
        margin: 5%;
    }

        .new-address .nc-star ul > li {
            width: 20px;
            height: 20px;
            color: #d0d0d0;
            float: left;
            border-radius: 10px;
            margin-right: 3px;
            font-size: 1.5em;
        }

            .new-address .nc-star ul > li.active {
                color: #f79700;
            }

#productCommentContainer .fbcc {
    width: 93%;
    margin: 15px auto;
    display: table;
}

#productCommentContainer {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed !important;
    -webkit-overflow-scrolling: touch;
}

    #productCommentContainer .comment-tabs {
        position: relative;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

.product-back-button {
    display: none;
    bottom: 0;
    width: calc(100% - 16px);
    z-index: 999;
    padding: 16px 8px;
    background: #FFF;
    box-shadow: 0px 3px 1.3px 0px rgba(68, 68, 68, 0.10) inset;
}

    .product-back-button .suppbtn {
        width: 100%;
        display: block;
        border-radius: 0;
        font-weight: 600;
        box-sizing: border-box;
    }

.comment-form .write-review a {
    color: #FD830C !important;
}

.comment-head.tabs > div.active {
    color: #FD830C !important;
    border-color: #FD830C !important;
}

/* COMMENTS ORDERING PANEL */

.review-sorting {
    width: 195px;
}

.ordering-ui-wrapper {
    /**/
}

    .ordering-ui-wrapper #productReviewItems {
        padding: 0 10px;
    }

.ui-control-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ordering-ui-wrapper .info-items-wrapper {
    width: 136px;
}

    .ordering-ui-wrapper .info-items-wrapper h5 {
        float: left;
        color: #fd830c;
        font-weight: bold;
        margin: 6px 10px 6px 0;
        letter-spacing: -.2px;
    }

/* CUSTOM SELECT MENU */

.select-css {
    display: block;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    color: #fd830c;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 180px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 2px;
    border: solid 1px #fd830c;
    text-overflow: ellipsis;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat,repeat;
    background-position: right .7em top 50%,0 0;
    background-size: .65em auto,100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23fd830c' fill-rule='evenodd' d='M0 1.232C0 .915.126.61.366.368c.493-.475 1.301-.475 1.793 0L6 4.055l3.839-3.7c.492-.474 1.3-.474 1.793 0 .492.475.492 1.254 0 1.729L6.895 6.647C6.655 6.878 6.34 7 6 7c-.341 0-.657-.134-.897-.353L.366 2.096C.126 1.852 0 1.536 0 1.232z'/%3E%3C/svg%3E%0A");
}

.ui-control-band {
    display: block;
    margin-bottom: 0;
}

/* custom select menu */
.select-css {
    font-family: "Nunito Sans", sans-serif;
    color: #fd830c;
    border-color: #fd830c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23fd830c' fill-rule='evenodd' d='M0 1.232C0 .915.126.61.366.368c.493-.475 1.301-.475 1.793 0L6 4.055l3.839-3.7c.492-.474 1.3-.474 1.793 0 .492.475.492 1.254 0 1.729L6.895 6.647C6.655 6.878 6.34 7 6 7c-.341 0-.657-.134-.897-.353L.366 2.096C.126 1.852 0 1.536 0 1.232z'/%3E%3C/svg%3E%0A");
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #000;
    }

    .select-css:focus {
        background-color: #fd830c;
        color: #000;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath transform='rotate(-180 6.000499725341797,3.4997501373291016) ' fill='%23000' fill-rule='evenodd' d='M0 1.232C0 .915.126.61.366.368c.493-.475 1.301-.475 1.793 0L6 4.055l3.839-3.7c.492-.474 1.3-.474 1.793 0 .492.475.492 1.254 0 1.729L6.895 6.647C6.655 6.878 6.34 7 6 7c-.341 0-.657-.134-.897-.353L.366 2.096C.126 1.852 0 1.536 0 1.232z'/%3E%3C/svg%3E%0A");
        outline: none;
    }

    .select-css option {
        font-weight: normal;
    }

    .select-css * {
        line-height: 50px;
        padding: 30px;
    }

select.select-css option {
    font-size: 14px;
    color: #363636;
}

.dropdown-menu-custom {
    color: red;
    box-shadow: none;
    border: solid 1px #003770;
    margin: 0;
    width: 190px;
    box-sizing: border-box;
    margin-top: -1px;
}

.no-gutter {
    padding-left: 5px !important;
    padding-right: 0 !important;
}

/* GIFT SELECT */
.gift-select {
    display: table;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #57595D;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
}

#giftBox {
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.196px;
    background-repeat: no-repeat;
    background-position: right 12px top 15px;
    background-image: url(/Themes/mobile/Supplementler/Content/images/v2-checkout/icon_down.svg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 30px;
}

.gift-select .gs-div {
    display: table;
    width: 100%;
    margin: 0 auto 12px;
}

    .gift-select .gs-div .gs-img {
        float: left;
        width: 30%;
        border: 1px solid #ddd;
    }

        .gift-select .gs-div .gs-img img {
            width: 100%;
        }

    .gift-select .gs-div p {
        float: left;
        font-size: 1.2em;
        font-weight: 700;
        color: #000000;
        margin: 37px 0 0 9px;
        width: 43%;
        line-height: 19px;
    }

    .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
        border: 0;
        float: right;
        color: #ffffff;
        font-weight: 700;
        background: #ed4500;
        padding: 13px 0;
        border-radius: 2px;
        margin: 25px 0;
        width: 22%;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

.gift-select.fixed {
    bottom: 0;
    width: 94%;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 999;
    margin-top: -1px;
    padding: 7px 3%;
}

.product-select-list.gift-dropdown-menu {
    padding-bottom: 20px;
}

    .product-select-list.gift-dropdown-menu li .checkIcon {
        display: none;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
    }

    .product-select-list.gift-dropdown-menu li.active .checkIcon {
        display: block;
    }

    .product-select-list.gift-dropdown-menu li {
        border-radius: 8px;
        border: 1px solid #E4E7EC;
        background: #FFF;
        display: flex;
        align-items: center;
        margin-top: 14px;
        padding: 4px 40px 4px 10px;
    }

        .product-select-list.gift-dropdown-menu li.active {
            border-radius: 8px;
            border: 2px solid #FD830C;
            background: rgba(253, 131, 12, 0.10);
        }

    .product-select-list.gift-dropdown-menu li {
        position: relative;
    }


/* NUMBER SELECT */
.number-select {
    display: block;
    width: 100%;
}

    .number-select .ns-div {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

        .number-select .ns-div p {
            display: block;
            line-height: 19px;
            margin-bottom: 30px;
            font-size: 1.1em;
            color: #2d2d2d;
        }

        .number-select .ns-div .ns-minus,
        .number-select .ns-div .ns-plus {
            width: 79px;
            height: 45px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            border-radius: 4px;
            font-size: 18px;
            border: 1px solid #b2b9d2;
            background-color: #ffffff;
            color: #305083;
            background-repeat: no-repeat;
            background-position: center center;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
            -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
        }

        .number-select .ns-div .ns-minus {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/quantity-dec.svg");
        }

        .number-select .ns-div .ns-quantity {
            display: inline-block;
            vertical-align: middle;
            width: -webkit-calc(100% - 158px);
            width: calc(100% - 158px);
            color: #305083;
            font-size: 12px;
            text-align: center;
        }

            .number-select .ns-div .ns-quantity strong {
                font-weight: bold;
                font-size: 16px;
                margin-bottom: 5px;
                width: 100%;
                display: block;
            }

        .number-select .ns-div .nsd {
            width: 60%;
            text-align: center;
            height: 40px;
            padding: 0;
            box-sizing: border-box;
            boder-radius: 5px;
            border: 1px solid #e4e4e4;
            border-radius: 7px;
        }

        .number-select .ns-div .ns-plus {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/quantity-inc.svg");
        }

        .number-select .ns-div .suppbtn {
            display: block;
            width: 99%;
            margin-top: 35px;
        }


/*�r�n detay wizard form*/

.wizard-select {
    display: block;
    width: 100%;
}

    .wizard-select .ns-div {
        display: table;
        width: 93%;
        margin: 5% auto 0;
    }

        .wizard-select .ns-div p {
            display: block;
            line-height: 19px;
            margin-bottom: 10px;
            font-size: 1.1em;
            color: #2d2d2d;
        }


/* LOGIN & REGISTER */

.login {
    display: table;
    width: 100%;
}

    .login .login-div .loginform {
        display: table;
        width: 100%;
    }

        .login .login-div .loginform .textinput {
            width: 89%;
            background: #f8f8f8;
            border: 1px solid #d0d0d0;
            font-size: 1.3em;
            color: #808080;
            padding: 4% 5%;
            margin-bottom: 8px;
        }

        .login .login-div .loginform .button {
            border: none;
            background: #f73d04;
            color: #fff;
            display: block;
            width: 100%;
            font-size: 1.2em;
            font-weight: 700;
            border-radius: 6px;
            padding: 17px 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

    .login .login-div p {
        width: 100%;
        margin-bottom: 2px;
        margin: 10px 0;
    }

        .login .login-div p.lostpw {
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.1px;
            color: #252525;
            margin: 0;
        }

        .login .login-div p input {
            float: left;
            margin: 0;
        }

        .login .login-div p span {
            color: #525252;
            font-size: 0.9em;
        }

/* CART */

.cart {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

    .cart .cart-button {
        display: flex;
        align-items: stretch;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 5px;
    }

        .cart .cart-button #checkoutContinue {
            width: 60%;
            background: rgb(237,69,0);
            border-radius: 2px;
            padding: 17px 0;
            font-size: 15px;
            font-weight: bold;
            line-height: 1;
        }

        .cart .cart-button a.gray {
            width: calc(40% - 10px);
            margin-right: 10px;
            background: rgb(59,59,59);
            border-radius: 2px;
            padding: 17px 0;
            font-size: 15px;
            font-weight: bold;
            line-height: 1;
        }

        .cart .cart-button.fixed {
            width: 90%;
            padding: 7px 5%;
            bottom: 0;
        }

    .cart .cart-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 5px 15px 0 15px;
        box-sizing: border-box;
    }

        .cart .cart-content .cc-div {
            float: left;
            width: 100%;
            padding-bottom: 15px;
            margin-bottom: 15px;
            position: relative;
        }



            .cart .cart-content .cc-div .cc-img {
                width: 100%;
                border: 0;
                position: relative;
            }

            .cart .cart-content .cc-div .card-blocked-list:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 35px;
                height: 30px;
                background-color: #fff;
                background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png");
                background-repeat: no-repeat;
                background-position: center center;
                z-index: 2;
            }

            .cart .cart-content .cc-div .cc-img img {
                width: 100px;
                max-width: 100px;
                height: 100px;
                max-height: 100px;
                display: table;
                margin: 0 auto;
                object-fit: contain;
                padding: 4px;
                box-sizing: border-box;
            }


            .cart .cart-content .cc-div .cc-right .cartGift {
                background-color: #468847;
                font-size: 13px;
                color: white;
                text-align: center;
                font-weight: 600;
                line-height: 1.3;
                padding: 6px;
                margin-top: 6px;
            }


            .cart .cart-content .cc-div .cc-right .cc-property span.price {
                color: #eb6c17;
                font-size: 1.3em;
                font-weight: 700;
                padding: 5px 0;
            }

            .cart .cart-content .cc-div .cc-right .cc-property span.oldprice {
                color: #eb6c17;
                font-size: 1.3em;
                font-weight: 700;
                padding: 5px 0;
                text-decoration: line-through;
            }


            .cart .cart-content .cc-div a {
                color: #0d149b;
            }


            .cart .cart-content .cc-div .cc-gift {
                display: none;
            }

        .cart .cart-content .specialOffer {
            padding-left: 12%;
            width: 88%;
        }

.emptyCartMessage {
    width: 94%;
    margin: 50px auto 15px;
}

    .emptyCartMessage p {
        line-height: 20px;
        text-align: center;
        margin: 20px 0 30pt;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0;
        color: #000000;
    }

.message-error {
    background-color: #DF4C4C;
    border: 1px solid #C71919;
    color: #FFF;
    line-height: 21px;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0;
}

/* CART GIFT SELECT */

.gift-explanation {
    display: table;
    line-height: 19px;
    color: #2b2b2b;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

/* NEW ADDRESS */

.new-address form {
    display: block;
    width: 100%;
}

.new-address .invoice-type {
    display: table;
    width: 100%;
}

    .new-address .invoice-type p {
        float: left;
        font-size: 1.1em;
        font-weight: 700;
        color: #2b2b2b;
        margin: 4px 9px 0 10px;
    }

    .new-address .invoice-type input {
        float: left;
        margin: 5px;
    }

    .new-address .invoice-type span {
        font-size: 1em;
        color: #525252;
        float: left;
        margin: 5px 5px 0 0;
    }

.new-address .na-div .textinput {
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    margin-bottom: 8px;
    width: 90%;
}

    .new-address .na-div .textinput.small {
        float: left;
        width: 38%;
    }

    .new-address .na-div .textinput#Address_MobilePhoneCode {
        float: left;
        width: 20%;
        margin-top: 6px;
    }

    .new-address .na-div .textinput#Address_MobilePhoneNumber {
        width: 90%;
        margin-top: 6px;
    }

.new-address .na-div .na-select {
    float: left;
    width: 48.6666%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
    background-position: 90%;
    border: 1px solid #d0d0d0;
    color: #808080;
    margin-right: 1%;
}

    .new-address .na-div .na-select.right {
        margin-right: 0;
    }

.new-address .na-div .na-area {
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    width: 90%;
    min-height: 100px;
    resize: none;
    float: left;
}

.new-address .suppbtn {
    width: 49%;
    float: left;
    height: 50px;
    padding: 0;
    line-height: 49px;
}

    .new-address .suppbtn#addaddress {
        float: right;
    }

.new-address .invoiceaddress {
    display: inline-block;
    line-height: 19px;
}

/* SHIP ADDRESS */
.ship-address {
    display: block;
}

    .ship-address .select-address {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #000000;
    }


    .ship-address .btn-add-address,
    .ship-address .btn-edit-address {
        padding: 5px 0px 13px;
        font-size: 12px;
        line-height: normal;
        color: #EE571A;
        font-weight: bold;
        display: inline-block;
    }

    .ship-address .btn-add-address {
        background-color: #27a745;
        color: white;
        display: flex;
        align-items: center;
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 12px;
        line-height: normal;
        font-weight: bold;
    }

        .ship-address .btn-add-address img,
        .ship-address .btn-edit-address img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px;
        }

    .ship-address .shipping-address-list {
        border-radius: 5px;
        border: solid 1px #b2b9d2;
        background-color: #ffffff;
        width: 100%;
        padding: 13px 15px;
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
        color: #050505;
        -webkit-appearance: unset;
        -moz-appearance: unset;
        -ms-appearance: unset;
        -o-appearance: unset;
        appearance: unset;
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/column-down.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: right 12px center;
        padding-right: 40px;
    }

    .ship-address hr {
        background-color: #eaeaea;
        box-shadow: none;
        border: 0;
        height: 1px;
        margin: 20px 0;
    }

    .ship-address .order-giftcard-box label {
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        color: #050505;
        display: block;
    }

    .ship-address .shipping-address-summary {
        margin: 15px 0;
        border-radius: 5px;
        background-color: #f2f6fa;
        padding: 14px 15px;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        color: #686868;
    }

    .ship-address .cargo-address + .cargo-address {
        margin-top: 18px;
        padding-top: 18px;
        border-top: solid 1px #ececec;
    }

.shipping-address-summary .cargo-address.valid .not-valid {
    display: none;
}

.shipping-address-summary .cargo-address.not-valid .valid {
    display: none;
}

.ship-address .sa-title {
    display: table;
    width: 100%;
    margin: 25px 0 20px;
}

    .ship-address .sa-title p {
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #026acb;
    }

    .ship-address .sa-title a {
        float: right;
        text-decoration: underline;
        color: #363636;
        margin-top: 2px;
    }

.ship-address .sa-select {
    width: 100%;
    padding: 13px 32px 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    border: 1px solid #d0d0d0;
    color: #808080;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
    background-position: 95%;
}

.ship-address .suppbtn {
    width: 100%;
    font-family: "Nunito Sans";
}

.order-giftcard-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .order-giftcard-box .checkbox {
        font-size: 1.1em;
        line-height: 23px;
        color: #525252;
        float: left;
        width: 100%;
    }

    .order-giftcard-box .giftnotetextcontainer {
        float: left;
        width: 100%;
    }

    .order-giftcard-box #giftnotetext {
        width: 95%;
        height: 90px;
    }

/* PAYMENT METHOD */

.payment-method {
    display: table;
    margin: 0px 0px 0px;
    width: 100%;
}

    .payment-method p {
        color: #2b2b2b;
        font-size: 1.1em;
        font-weight: 700;
        display: block;
        margin: 15px 4px 17px;
    }

#moneyTransferOrderActualTotal {
    text-decoration: line-through;
    font-weight: 700;
    line-height: 25px;
}

#moneyTransferorderTotal, #creditCardDeliveryOrderActualTotal, #cashDeliveryOrderActualTotal {
    font-weight: 700;
}

#moneytransferTotalContainer, #creditCardDeliveryTotalContainer, #cashDeliveryTotalContainer {
    font-size: 15px;
    border: 1px solid #333;
    padding: 10px 10px 17px;
    line-height: 20px;
}

/* ACCOUNT */

.account {
    display: table;
    width: 93%;
    margin: 30px auto 65px;
}

    .account ul {
        width: 100%;
        display: block;
    }

        .account ul > li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #dedede;
        }

            .account ul > li > a {
                color: #505050;
                display: block;
                font-size: 1.3em;
                margin: 14px 0;
                position: relative;
            }

                .account ul > li > a i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 20px;
                }

                .account ul > li > a .fa {
                    color: #204376;
                }


/* ORDER COMPLETE */
.order-complete .order-check {
    background: #328923;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    width: 20%;
    font-size: 5em;
    padding: 10%;
    border-radius: 70px;
}

.order-complete h1.odul-band {
    font-weight: normal;
    font-size: 1.2em;
    color: #245086;
}

    .order-complete h1.odul-band b {
        font-weight: bold;
    }

    .order-complete h1.odul-band i {
        width: 60px;
        height: 30px;
        content: " ";
        display: inline-block;
        background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/odul-badge-sup.png") no-repeat;
    }

    .order-complete h1.odul-band a {
        color: #245086;
        text-decoration: underline;
        font-weight: bold;
    }

.order-complete .order-number b {
    font-weight: 700;
}

.order-complete .order-message {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 17px;
    color: #595959;
    font-weight: 600;
}

/* PAYMENT */
.payment p {
    color: #2b2b2b;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    margin: 15px 4px 17px;
}

.payment .payment-options {
    float: left;
    width: 100%;
    margin-right: 3.1%;
    padding: 4% 5%;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/img/select-down-bg.png') no-repeat #f8f8f8;
    background-position: 95%;
}

.payment .payment-price {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

    .payment .payment-price .payment-amount {
        float: left;
        width: 50%;
    }

        .payment .payment-price .payment-amount p {
            font-size: 1em;
            color: #000000;
            text-align: center;
            margin: 13px auto;
        }

        .payment .payment-price .payment-amount .amount-total {
            display: table;
            text-align: center;
            background: #f8f8f8;
            border: 1px solid #d0d0d0;
            font-size: 1.3em;
            color: #191919;
            padding: 0 5%;
            margin-bottom: 8px;
            width: 86%;
            margin: 0 auto;
            font-weight: 700;
            height: 60px;
            line-height: 58px;
        }

.payment .suppbtn {
    width: 100%;
}

.payment .creditCardWrapper {
    display: table;
    width: 100%;
}

.nextstepcontainer {
    display: table;
    width: 93%;
    margin: 0px auto 30px;
}

.mt-wrapper .bank-container {
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .mt-wrapper .bank-container .bank-select {
        float: left;
        width: 8%;
    }

    .mt-wrapper .bank-container .bank-name {
        float: left;
        width: 30%;
        margin-right: 1%;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-name span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-branch {
        width: 30%;
        float: left;
        margin-right: 1%;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-branch span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 30%;
        float: left;
        min-height: 60px;
    }

        .mt-wrapper .bank-container .bank-branch-number span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-account-number {
        width: 30%;
        float: left;
        padding-left: 8%;
        margin-top: 10px;
    }

        .mt-wrapper .bank-container .bank-account-number span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container .bank-iban {
        float: left;
        width: 62%;
        margin-top: 10px;
    }

        .mt-wrapper .bank-container .bank-iban span {
            font-weight: 700;
            float: left;
            width: 100%;
            margin-bottom: 3px;
        }

    .mt-wrapper .bank-container p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        float: left;
        margin: 0;
    }

    .mt-wrapper .bank-container b {
        font-weight: 700;
        margin-right: 3px;
    }

.mt-wrapper .mt-title {
    width: 100%;
    margin-bottom: 10px;
    display: table;
}

    .mt-wrapper .mt-title p {
        font-weight: 700;
        float: left;
    }

        .mt-wrapper .mt-title p.bank-name {
            padding-left: 8%;
            width: 24%;
        }

        .mt-wrapper .mt-title p.bank-branch {
            width: 20%;
        }

        .mt-wrapper .mt-title p.bank-branch-number {
            width: 24%;
        }

        .mt-wrapper .mt-title p.bank-account-number {
            width: 24%;
        }

.bank-transfer-text p b, .payment-text p b, .payment-text p strong {
    font-weight: 700;
}

.sales-agreement .checkbox {
    display: inline;
}

.payment-checkout.fixed {
    background: #fff;
    left: 0;
    bottom: 0;
    width: 94%;
    padding: 8px 3%;
}

#moneytransfer_container .mt-text p {
    font-weight: 400;
    line-height: 22px;
}

    #moneytransfer_container .mt-text p b {
        font-weight: 700;
    }

.contract h4 {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 16px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px;
    line-height: 25px;
}

.contract .table-content {
    display: table;
    width: 100%;
}

    .contract .table-content .row-content {
        display: table;
        width: 100%;
        margin: 0 0 10px;
    }

    .contract .table-content p.left {
        width: 30%;
    }

    .contract .table-content p.right {
        width: 70%;
    }

.contract .table-cart td {
    width: 25%;
    text-align: center !important;
    line-height: 20px;
}

    .contract .table-cart td img {
        width: 95% !important;
        max-width: 95% !important;
    }

/* INFORMATION */

.information .textinput {
    width: 89%;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 1.3em;
    color: #808080;
    padding: 4% 5%;
    margin-bottom: 8px;
}

    .information .textinput.small {
        width: 38.5%;
    }

.information .info-select {
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
}

.datedropdown {
    width: 28%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    margin-right: 1%;
}

.monthdropdown {
    width: 35%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
}

.yeardropdown {
    width: 30%;
    padding: 13px 10px;
    margin-bottom: 8px;
    font-size: 1.2em;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    color: #808080;
    float: right !important;
}

.information .info-select.select4 {
    width: 100%;
}

.information .suppbtn {
    width: 100%;
    margin-top: 10px;
}

/* ADDRESS */

.address {
    display: table;
    margin: 20px auto 40px;
    width: 93%;
}

    .address .address-content {
        display: table;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .address .address-content .ac-text {
            font-size: 1.1em;
            line-height: 19px;
            color: #525252;
            display: block;
            margin-bottom: 5px;
        }

            .address .address-content .ac-text b {
                font-weight: 700;
            }

        .address .address-content .ac-phone {
            float: left;
            width: 70%;
        }

        .address .address-content .ac-edit {
            float: right;
        }

            .address .address-content .ac-edit a {
                color: #204376;
                margin: 2px 5px;
                text-align: right;
                float: left;
            }

    .address .suppbtn {
        margin-top: 25px;
        display: block;
    }

/* ORDERS */

div .customer-orders .page-large-title h1,
div .orders-wrapper .cart-product-store h1 {
    font-family: "Nunito Sans", sans-serif;
}

.orders {
    display: table;
    width: 100%;
    margin: 20px auto 40px;
}

div .orders-wrapper {
    font-family: "Nunito Sans", sans-serif;
}

.orders .order-content {
    display: table;
    margin: 0 auto 20px;
    width: 93%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

    .orders .order-content h3 {
        color: #000000;
        font-size: 1.4em;
        font-weight: 700;
        display: block;
        margin-bottom: 15px;
    }

    .orders .order-content .order-text {
        display: block;
        color: #353535;
        width: 100%;
        margin-bottom: 13px;
    }

        .orders .order-content .order-text b {
            font-weight: 700;
            display: inline-block;
            width: 40%;
            font-size: 1.1em;
        }

    .orders .order-content .suppbtn {
        display: block;
        margin-top: 20px;
    }


/* ORDER DETAIL */

.orders-wrapper .cart-product-store {
    display: block;
}

    .customer-orders .page-large-title h1,
    .orders-wrapper .cart-product-store h1 {
        font-weight: 800 !important;
    }

div .orders-wrapper .product-list em a {
    font-weight: 600;
}

.orders-wrapper.details p.od-text b,
.order-total p.ot-text b {
    /*font-weight: 600!important;
    font-weight: 900!important;
    font-weight: 800!important;*/
    font-weight: 700 !important;
}

.order-total p.ot-text .total-sub {
    font-weight: 700 !important;
}

.order-total p.ot-text b.grand-total {
    font-weight: 900 !important;
}

.orders-detail {
    display: table;
    width: 93%;
    margin: 20px auto 40px;
}

    .orders-detail .od-content {
        display: table;
        width: 100%;
        margin: 0 auto 15px;
    }

        .orders-detail .od-content .suppbtn {
            display: block;
            width: 100%;
            float: left;
            margin: 15px 0 10px;
        }

        .orders-detail .od-content h3 {
            color: #FD830C;
            font-size: 1.4em;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
            padding-left: 5px;
        }

        .orders-detail .od-content .od-text {
            display: block;
            color: #353535;
            width: 100%;
            margin-bottom: 6px;
            line-height: 20px;
            padding-left: 5px;
            float: left;
        }

            .orders-detail .od-content .od-text a {
                color: #FD830C;
            }

            .orders-detail .od-content .od-text b {
                font-weight: 700;
                display: inline-block;
                width: 41%;
                font-size: 1.1em;
                position: relative;
            }

                .orders-detail .od-content .od-text b:after {
                    content: ":";
                    position: absolute;
                    right: 0;
                    top: 0;
                }

            .orders-detail .od-content .od-text span {
                float: right;
                width: 57%;
                text-align: left;
            }

        .orders-detail .od-content .od-list {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dedede;
        }

            .orders-detail .od-content .od-list .od-text b {
                width: 23%;
                margin-right: 7px;
            }

                .orders-detail .od-content .od-list .od-text b:after {
                    content: ":";
                }

            .orders-detail .od-content .od-list .od-text span {
                width: 72%;
            }

    .orders-detail .order-total {
        float: right;
        width: 100%;
    }

        .orders-detail .order-total .ot-text {
            display: block;
            text-align: right;
            float: left;
            width: 100%;
            margin-bottom: 8px;
        }

            .orders-detail .order-total .ot-text b {
                width: 70%;
                float: left;
                font-weight: 700;
                color: #292929;
            }

                .orders-detail .order-total .ot-text b:after {
                    content: ":";
                    float: right;
                    margin-left: 3px;
                }

            .orders-detail .order-total .ot-text span {
                float: right;
                text-align: left;
                width: 27%;
                color: #FD830C;
                font-weight: 600;
            }

.hidden {
    display: none;
}

.outStock {
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/icon/out_stock_sup.png") no-repeat scroll 6px 1px rgba(0, 0, 0, 0);
    height: 66px;
    left: -9px;
    position: absolute;
    top: 0;
    width: 66px;
}

.p-icon {
    border-radius: 0;
    color: #999;
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding: 5px 5px 5px 26px;
    z-index: 1 !important;
    position: relative;
}

/* RATINGS */

.statChartHolder > div {
    float: left;
    width: 20%;
    position: relative;
    height: 93px;
}

.chart > div {
    margin-left: -10px;
}

.statChartHolder strong {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: -8px;
    line-height: 16px;
    margin-top: 11px;
    font-weight: 700;
    font-size: 9px;
}

.progressDiv {
    display: block;
    text-align: right;
}

.product-detail .progressDiv {
    display: inline-block;
    padding-left: 16px;
    vertical-align: middle;
}

.percentage {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.general-score {
    float: left;
    width: 100%;
}

.progressDiv .gen-rate {
    margin: 2px 0 0 0;
    display: inline-block;
    float: none;
}

.general {
    width: auto;
    color: #373737;
    font-size: 1em;
    font-weight: 400;
}

.gen-rate {
    float: left;
    margin: 11px 0px 10px 10px;
}

    .gen-rate > div {
        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/star-off-new-2.svg") left center repeat-x;
        width: 56px;
        height: 20px;
        margin: auto;
        position: relative;
    }

        .gen-rate > div > div {
            position: absolute;
            top: 0;
            left: 0;
            background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/star-on-new-2.svg") left center repeat-x;
            height: 20px;
        }

.score-title {
    line-height: 38px;
    height: 38px;
    font-family: 'HelveticaNeueLTPro-Bd', arial;
    font-size: 16px;
    color: #fff;
    margin: 0;
    background: #003a75;
    padding-left: 10px;
    font-weight: 400;
}

    .score-title a {
        color: #ffae01;
        float: right;
        font-size: 14px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/star-on-new-2.png) right 9px no-repeat;
        padding-right: 22px;
        margin-right: 10px;
        font-weight: 400;
    }

/* CONTACT US */

#topicContactUs {
    width: 96%;
    display: table;
    margin: 30px auto 30px;
}

    #topicContactUs .htmlcontent-body p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    #topicContactUs .htmlcontent-body b, #topicContactUs .htmlcontent-body strong {
        font-weight: 700;
    }

    #topicContactUs .htmlcontent-body ul > li {
        line-height: 20px;
        margin-bottom: 7px;
    }

#contactUsMessage {
    display: table;
    width: 96%;
    margin: 0 auto;
}

    #contactUsMessage .suppbtn {
        width: 100%;
        margin: 0 0 30px;
    }

    #contactUsMessage #recaptcha_widget_div {
        display: table;
        margin: 0 auto;
    }

    #contactUsMessage h2.page-title {
        font-size: 19px;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #000000;
    }

    #contactUsMessage .address-form {
        display: table;
        width: 100%;
        margin-top: 25px;
    }

        #contactUsMessage .address-form .control-group {
            width: 100%;
        }

            #contactUsMessage .address-form .control-group + .control-group {
                margin-top: 30px;
            }

            #contactUsMessage .address-form .control-group label {
                display: block;
                line-height: 1;
                font-size: 14px;
                font-weight: 600;
                margin: 0;
                margin-bottom: 11px;
            }

            #contactUsMessage .address-form .control-group .controls {
                width: 100%;
            }

                #contactUsMessage .address-form .control-group .controls select {
                    line-height: 19px;
                }

                #contactUsMessage .address-form .control-group .controls textarea,
                #contactUsMessage .address-form .control-group .controls input,
                #contactUsMessage .address-form .control-group .controls select {
                    box-sizing: border-box;
                    border-radius: 6px;
                    border: solid 1px rgba(32, 32, 32, 0.3);
                    display: block;
                    width: 100%;
                    padding: 15px;
                    font-size: 14px;
                    font-weight: normal;
                    color: #000000;
                }

                #contactUsMessage .address-form .control-group .controls input {
                    font-weight: bold;
                }

                    #contactUsMessage .address-form .control-group .controls input:focus {
                        outline: 0;
                        border-color: #FD830C;
                    }

                #contactUsMessage .address-form .control-group .controls textarea {
                    resize: none;
                    height: 150px;
                    line-height: 19px;
                }

                #contactUsMessage .address-form .control-group .controls .field-validation-error {
                    color: red;
                }

.static-wrapper .page-content {
    display: table;
    margin: 5% auto 20%;
    width: 96%;
}

    .static-wrapper .page-content p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .static-wrapper .page-content b, .static-wrapper .page-content strong {
        font-weight: 700;
    }

    .static-wrapper .page-content h3 {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        line-height: 23px;
        margin-bottom: 5px;
    }

.static-wrapper .btn-cancelmembership {
    margin-top: 30px;
}

.static-wrapper .page-content ol {
    list-style-type: decimal;
}

    .static-wrapper .page-content ol li {
        margin-left: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

.data-bank-div {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 10px 20px 10px;
}

    .data-bank-div .track-link-title {
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
        color: #252525;
        line-height: 25px;
    }

    .data-bank-div .data-bank-text p {
        text-align: left;
    }

    .data-bank-div .data-bank-text .track-link {
        display: block;
        margin: 15px 0 0;
        font-weight: 600;
        text-decoration: underline;
        color: #515151;
    }

.data-bank-wrapper img {
    width: 100%;
    height: auto;
}

.data-bank-wrapper h1.page-title {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px;
}

/* PRODUCT LIST */

.list-filtering > li {
    cursor: pointer;
}

    .list-filtering > li.active {
        position: relative;
    }

        .list-filtering > li.active:before {
            content: "";
            position: absolute;
            left: -20px;
            right: -20px;
            top: 0;
            bottom: 0;
            background-color: #f8f8f8;
            z-index: -1;
        }

.list-filtering > li,
.list-filtering-item .radiobtn,
.list-sorting .radiobtn {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .list-filtering > li.active,
    .list-filtering-item .radiobtn.active,
    .list-sorting .radiobtn.active,
    .list-filtering-item input[type=radio]:checked + .radiobtn,
    .list-filtering-item input[type=checkbox]:checked + .radiobtn,
    .list-sorting input[type=radio]:checked + .radiobtn,
    .list-sorting input[type=radio]:checked + .radiobtn {
        font-weight: bold;
    }

.facet-clear {
    color: #FD830C;
    display: inline-block;
    padding: 7px 0;
}

.facet-clear-all {
    color: #FD830C;
    display: inline-block;
    padding: 7px 0;
}

.ml-icon {
    max-width: 16px;
}

/* RADIO BUTTON */

.radiobtn {
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    line-height: normal;
}

.radiobtn-left {
    padding-left: 35px;
}

.radiobtn-right {
    padding-right: 35px;
}

.radiobtn-block {
    display: block;
    width: 100%;
}

.radiobtn-left:before {
    left: 0;
}

.radiobtn-right:before {
    right: 0;
}

.radiobtn:before,
.radiobtn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border-radius: 100%;
}

.radiobtn:before {
    border: 2px solid #D1D1D1;
    height: 20px;
    width: 20px;
}

input[type=radio]:checked + .radiobtn-left:after,
input[type=checkbox]:checked + .radiobtn-left:after {
    left: 7px;
}

input[type=radio]:checked + .radiobtn-right:after,
input[type=checkbox]:checked + .radiobtn-right:after {
    right: 7px;
}

input[type=radio]:checked + .radiobtn:after,
input[type=checkbox]:checked + .radiobtn:after {
    height: 10px;
    width: 10px;
    background-color: #FD830C;
}

input[type=radio]:checked + .radiobtn:before,
input[type=checkbox]:checked + .radiobtn:before {
    border-color: #FD830C;
}

/* MODAL */

.blocker {
    z-index: 1001;
    background-color: rgba(0,0,0,.4);
}

.modal {
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-header,
.modal-body {
    padding-top: 20px;
}

.modal-footer,
.modal-body {
    padding-bottom: 20px;
}

.modal-title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 0;
}

a[rel="modal:close"],
.modal-close {
    padding: 5px;
    display: inline-block;
}

/*  ERROR PAGE  */

.error-page .logo {
    display: block;
    width: 100%;
}

    .error-page .logo img {
        display: table;
        width: 50%;
        margin: 40px auto 50px;
        max-width: 200px;
    }

.error-page .error-text {
    display: table;
    margin: 0 auto;
    width: 75%;
}

    .error-page .error-text h1 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .error-page .error-text p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .error-page .error-text a {
        text-decoration: underline;
        font-weight: 700;
    }

.error-page .suppbtn {
    text-decoration: none !important;
}

.error-page .socialmedia {
    padding: 0;
    border: none;
}

    .error-page .socialmedia ul > li {
        background: #0f3665;
        float: left;
        width: 30%;
        margin: 0 1.66666666%;
        text-align: center;
        padding: 15px 0;
    }

        .error-page .socialmedia ul > li > a {
            color: #fff;
            text-decoration: none;
        }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /*  GENERAL  */

    .loadingMaskDiv {
        padding: 2% 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .top-benefit {
        margin: 0 auto;
        width: 50%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }

    /*  HOME  */

    .category-select .category-button {
        width: 46%;
        margin: 1% 2% 0;
        display: block;
        float: left;
        height: 150px;
    }

        .category-select .category-button .category-image img {
            width: auto;
            height: 125px;
            display: table;
            margin: 0 auto;
        }

    .top-product {
        float: left;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #c9c9c9;
    }

    .category-select {
        display: table;
    }

    .home-slider .slides > li {
        max-height: 480px;
    }

    /* PRODUCT LIST */

    /*.productlist .product-div .productlist-image a { float: none; display: table; margin: 0 auto; }*/
    .productlist .product-div {
        width: 50%;
        height: 150px;
        position: relative;
    }

    .product-filter p {
        line-height: 33px;
    }

    .product-filter a.filter-button .fa {
        font-size: 2.5em;
    }

    .product-filter a.filter-button {
        text-align: left;
        padding: 6px;
    }

        .product-filter a.filter-button span {
            font-size: 1.2em;
        }
    /*.productlist .product-div .productlist-image a img { width: auto; max-height: 140px; display: table; margin: 0 auto; }*/
    .category-select .category-button .category-description {
        line-height: 20px;
    }

    .category-select .category-button .category-title {
        margin: 16px 0 10px;
    }

    /*  LOGIN  */

    .login .login-div {
        width: 30%;
        margin: 60px auto 60px;
    }

    /*  INFORMATION  */

    .information {
        width: 47%;
    }

    /*  CART  */

    .cart .cart-content .cc-div {
        width: 48%;
        min-height: 173px;
        margin-right: 2%;
    }

    .cart .cart-content .specialOffer {
        padding-left: 0;
        width: 48%;
    }

    /*  PRODUCT  */

    .product-photos {
        width: 40%;
        height: 552px;
        float: left;
        border-right: 1px solid #c9c9c9;
        box-sizing: border-box;
    }

    .product-select {
        border-top: 1px solid #c9c9c9;
        width: 60%;
        float: left;
        padding: 11px 0 21px;
        border-bottom: 0;
    }

        .product-select .ps-div {
            width: 33%;
        }

            .product-select .ps-div:last-child {
                width: 33%;
                margin-top: 0px;
            }

                .product-select .ps-div:last-child select.pn-select {
                    width: 81%;
                }

    #combination-detail .product-select {
        width: 100%;
    }

        #combination-detail .product-select .ps-div:last-child {
            display: table;
            margin: 0 auto;
            float: none;
        }

            #combination-detail .product-select .ps-div:last-child select.pn-select {
                width: 92%;
            }

    .product-number, .product-exp, .product-score, .product-not-show {
        width: 50%;
    }

    .detail-checkout {
        display: table;
        width: 60%;
    }

        .detail-checkout.fixed {
            width: 100%;
        }

    .flavor-select {
        width: 40%;
        margin: 0 auto;
    }

    .gift-select, .number-select .ns-div {
        width: 40%;
    }

        .gift-select .gs-div p {
            margin: 53px 0 0 16px;
        }

        .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
            margin: 41px 0;
        }

        .number-select .ns-div #nsform .nsd {
            padding: 3% 0;
        }

        .number-select .ns-div #nsform .suppbtn {
            width: 100%;
        }

    .other-products {
        border-top: 1px solid #c9c9c9;
    }

    .product-share {
        border: 0;
    }

    .other-products a {
        width: 25%;
    }

    .product-number {
        float: left;
        border-top: 1px solid #c9c9c9;
        border-bottom: 0;
        width: 20%;
    }

    .detail-checkout .suppbtn {
        margin: 20px auto;
    }

    .product-number p {
        display: block;
        width: 100%;
        margin-left: 19px;
    }

    .product-number select.pn-select {
        padding: 11px 10px 10px;
        margin-top: 7px;
        float: left;
        margin-left: 15px;
        width: 61%;
    }

    .product-share ul {
        width: 22%;
    }

    .product-tab a.title {
        margin: 20px 10px;
    }

    .product-slider .slides img {
        max-height: 400px;
        height: auto;
        display: table;
        margin: 54px auto;
        width: auto;
    }

    .product-combination {
        border-bottom: 1px solid #c9c9c9;
    }

        .product-combination .combination-div {
            width: 46%;
            float: left;
            margin: 0 2% 20px;
            min-height: 190px;
        }

    #combination-detail .detail-checkout {
        width: 100%;
    }

    #combination-detail .product-photos {
        width: 100%;
        height: auto;
        border: none;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-slider .slides img {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .mt-wrapper .bank-container .bank-select {
        width: 4%;
    }

    .mt-wrapper .bank-container .bank-name {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 13%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-account-number {
        width: 12%;
        margin-top: 0;
        padding-left: 0;
    }

    .mt-wrapper .bank-container .bank-iban {
        width: 28%;
        margin-top: 0;
    }

    .creditCardWrapper {
        width: 57%;
        margin: 0 auto;
    }

    .payment #nextstep {
        width: 57%;
        margin: 25px auto;
    }

    .product-not-show {
        display: table;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-not-show {
        width: 100%;
    }

    .product-comment {
        display: table;
        width: 60%;
        min-height: 117px;
        padding: 18px 0 9px;
    }

    .product-exp {
        width: 60%;
    }

    .product-score {
        width: 60%;
        padding-bottom: 5px;
    }

    .product-detail .come-button {
        padding: 25px 0 0;
        width: 60%;
        border-top: 1px solid #ddd;
    }

    .product-detail .product-not-show {
        width: 60%;
        margin: 0;
    }

        .product-detail .product-not-show p {
            display: table;
            margin: 15px auto 15px;
            padding: 19px 0 20px;
            width: 90%;
        }

    .product-detail .come-button .suppbtn {
        margin: 0 auto;
        width: 90%;
    }

    /*  FOOTER  */

    .protect-text .pt-content .pt-left {
        float: none;
        width: 9%;
        display: table;
        margin: 0 auto;
    }

    .protect-text .pt-content .pt-right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 20px 0 0;
        line-height: 25px;
    }

    .socialmedia-bottom ul {
        width: 40%;
    }

    .bottom-call .call-icon {
        width: 18%;
    }

    .bottom-call .call-text {
        width: 64%;
    }

    .bottom-call .call-number {
        width: 18%;
    }


    /*  PAYMENT  */
    #moneytransfer_container, #paypal_container, #creditcardondelivery_container, #cashondelivery_container {
        width: 100%;
    }

    .order-complete .order-check {
        width: 6%;
        padding: 3%;
        margin-top: 40px;
    }

    .order-complete .order-message {
        margin-bottom: 60px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    /*  GENERAL  */

    .loadingMaskDiv {
        padding: 2% 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .top-benefit {
        margin: 0 auto;
        width: 50%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }

    /*  HOME  */

    .category-select .category-button {
        width: 48%;
        margin: 1% 1% 0;
        display: block;
        float: left;
        height: 150px;
    }

        .category-select .category-button .category-image img {
            width: 100%;
            height: auto;
            display: table;
            margin: 0 auto;
        }

    .top-product {
        float: left;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #c9c9c9;
    }

    .category-select .category-button .category-image {
        min-height: 108px;
    }

    .category-select {
        display: table;
    }

    .home-slider .slides > li {
        max-height: 480px;
    }

    /* PRODUCT LIST */

    .productlist .product-div {
        width: 50%;
        height: 150px;
    }

    .product-filter p {
        line-height: 33px;
    }

    .product-filter a.filter-button .fa {
        font-size: 2.5em;
    }

    .product-filter a.filter-button {
        text-align: left;
        padding: 6px;
    }

        .product-filter a.filter-button span {
            font-size: 1.2em;
        }

    .category-select .category-button .category-description {
        font-size: 1em;
        line-height: 20px;
        text-align: left;
    }

    .category-select .category-button .category-title {
        margin: 16px 0 10px;
    }

    /*  LOGIN  */

    .login .login-div {
        width: 40%;
        margin: 60px auto 60px;
    }

    /*  INFORMATION  */

    .information {
        width: 47%;
    }

    /*  CART  */

    .cart .cart-content .cc-div {
        width: 48%;
        min-height: 173px;
        margin-right: 2%;
    }

    .cart .cart-content .specialOffer {
        padding-left: 0;
        width: 48%;
    }

    /*  PRODUCT  */

    .product-photos {
        width: 50%;
        height: 513px;
        float: left;
        border-right: 1px solid #c9c9c9;
        box-sizing: border-box;
    }

    .product-select {
        border-top: 1px solid #c9c9c9;
        width: 50%;
        float: left;
        padding: 11px 0 21px;
        border-bottom: 0;
    }

    #combination-detail .product-select {
        width: 100%;
    }

        #combination-detail .product-select .ps-div:last-child {
            display: table;
            margin: 0 auto;
            float: none;
            width: 43%;
        }

            #combination-detail .product-select .ps-div:last-child select.pn-select {
                width: 92%;
            }

    .product-number, .product-exp, .product-not-show {
        width: 50%;
    }

    .detail-checkout:not(.search) {
        display: table;
        width: 50%;
    }


    .detail-checkout.fixed {
        width: 100%;
    }

    .flavor-select {
        width: 40%;
        margin: 0 auto;
    }

    .gift-select, .number-select .ns-div {
        width: 55%;
    }

        .gift-select .gs-div p {
            margin: 50px 0 0 16px;
            width: 38%;
        }

        .gift-select .gs-div a, .gift-select .gs-div .addOfferToCart {
            margin: 41px 0;
        }

        .number-select .ns-div #nsform .nsd {
            padding: 3% 0;
        }

        .number-select .ns-div #nsform .suppbtn {
            width: 100%;
        }

    .other-products {
        border-top: 1px solid #c9c9c9;
    }

    .product-share {
        border: 0;
    }

    .other-products a {
        width: 25%;
    }

    .product-number {
        float: left;
        border-top: 1px solid #c9c9c9;
        border-bottom: 0;
    }

    .detail-checkout .suppbtn {
        margin: 20px auto;
    }

    .product-number p {
        display: block;
        width: 100%;
        margin-left: 19px;
    }

    .product-number select.pn-select {
        padding: 11px 10px 10px;
        margin-top: 7px;
        float: left;
        margin-left: 15px;
        width: 61%;
    }

    .product-share ul {
        width: 22%;
    }

    .product-tab a.title {
        margin: 20px 10px;
    }

    .product-slider .slides img {
        max-height: 511px;
        height: auto;
        margin: 62px 0;
    }

    .product-slider .slides > li {
        min-height: 507px;
    }

    .product-combination {
        border-bottom: 1px solid #c9c9c9;
    }

        .product-combination .combination-div {
            width: 46%;
            float: left;
            margin: 0 2% 20px;
            min-height: 190px;
        }

    #combination-detail .detail-checkout {
        width: 100%;
    }

    #combination-detail .product-photos {
        width: 100%;
        height: auto;
        border: none;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-slider .slides img {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .mt-wrapper .bank-container .bank-select {
        width: 4%;
    }

    .mt-wrapper .bank-container .bank-name {
        width: 18%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch {
        width: 16%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-branch-number {
        width: 13%;
        min-height: 30px;
    }

    .mt-wrapper .bank-container .bank-account-number {
        width: 14%;
        margin-top: 0;
        padding-left: 0;
    }

    .mt-wrapper .bank-container .bank-iban {
        width: 33%;
        margin-top: 0;
    }

    .creditCardWrapper {
        width: 57%;
        margin: 0 auto;
    }

    .payment #nextstep {
        width: 57%;
        margin: 25px auto;
    }

    .product-not-show {
        display: table;
        border-top: 1px solid #c9c9c9;
    }

    #combination-detail .product-not-show {
        width: 100%;
    }

    .gift-select .gs-div .gs-img {
        width: 27%;
    }

    .product-comment {
        display: table;
        width: 50%;
        min-height: 142px;
        padding: 18px 0 9px;
    }

    .product-detail .come-button {
        padding: 25px 0 0;
        width: 50%;
        border-top: 1px solid #ddd;
    }

    .product-detail .product-not-show {
        width: 50%;
        margin: 0;
    }

        .product-detail .product-not-show p {
            display: table;
            margin: 15px auto 15px;
            width: 90%;
        }

    .product-detail .come-button .suppbtn {
        margin: 0 auto;
        width: 90%;
    }

    /*  FOOTER  */

    .protect-text .pt-content .pt-left {
        float: none;
        width: 9%;
        display: table;
        margin: 0 auto;
    }

    .protect-text .pt-content .pt-right {
        width: 100%;
        float: none;
        text-align: center;
        margin: 20px 0 0;
        line-height: 25px;
    }

    .socialmedia-bottom ul {
        width: 40%;
    }

    .bottom-call .call-icon {
        width: 18%;
    }

    .bottom-call .call-text {
        width: 64%;
    }

    .bottom-call .call-number {
        width: 18%;
    }

    /*  PAYMENT  */
    #moneytransfer_container, #paypal_container, #creditcardondelivery_container, #cashondelivery_container {
        width: 100%;
    }

    .order-complete .order-check {
        width: 6%;
        padding: 3%;
        margin-top: 40px;
    }

    .order-complete .order-message {
        margin-bottom: 60px;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation : portrait) {
    .home-slider .slides > li {
        max-height: 281px;
    }

    .top-benefit {
        margin: 0 auto;
        width: 65%;
    }

        .top-benefit img {
            max-width: 450px;
            display: table;
            margin: 0 auto;
            width: 100%;
        }
}

@media only screen and (min-device-width : 0px) and (max-device-width : 360px) {
    .product-filter a.filter-button {
        width: 20%;
        text-align: left;
        margin-left: 1%;
    }
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
/*one click*/
.selected-card-name,
.saved-card-name {
    display: block;
}

.saved-list-wrapper {
    list-style: none;
    margin: 0;
    display: none;
    padding: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 1.2em;
    border-top: none;
}

.saved-card-list {
    max-height: 285px;
    overflow: auto;
    margin: 0;
}

.selected-card-space {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #DDD;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
}

.saved-card-list-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.card-select {
    cursor: pointer;
    padding: 15px;
    color: #adadad;
    position: relative;
}

    .card-select:hover, .card-select.selected {
        color: #333;
    }

    .card-select + .card-select {
        border-top: 1px solid #ddd;
    }


.selected-card-arrow-down {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 10px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
}

.selected-card-tick {
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/ok-green.png) center center no-repeat;
    position: absolute;
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: none;
}

.selected .selected-card-tick, .card-select:hover .selected-card-tick {
    display: block;
}

.select-other-card,
.pay-saved-card {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: -1px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #FD830C;
}

.pay-saved-card {
    display: none;
    background: #0088CC;
    color: #fff;
    border-color: #0088CC;
}

    .pay-saved-card:hover {
        color: #fff;
        text-decoration: none;
    }


.paymentcard-cardholder {
    width: 260px;
    float: left;
}

#installmentstablecontainer {
    float: left;
    width: 100%;
}

.save-card-control {
    float: left;
}

.quickbuy-info-popup {
    padding: 15px;
    display: inline-block;
    width: 295px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .quickbuy-info-popup h2 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .quickbuy-info-popup p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 16px;
        color: #333;
    }

.quickbuy-settings {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/slices/supplementler/menu_bg.png) bottom left repeat-x #0371d9;
}

.go-shop {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    display: block;
    text-align: center;
}

.cardlist-row {
    font-size: 13px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.cardlist-left {
    width: 60%;
    float: left;
}

.cardlist-right {
    width: 40%;
    float: left;
    text-align: right;
}


.view-card-history {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #034080;
    text-decoration: underline;
    padding: 5px 0;
}

.delete-card {
    font-size: 12px;
    color: #adadad;
    display: block;
    padding: 5px 0;
}

.co-list-table td {
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ddd;
}

.co-list-table th {
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ddd;
}

.oneclick-title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
}

.cardlist-option {
    margin-bottom: 10px;
}


.alert {
    padding: 10px;
    font-size: 12px;
    border: 1px solid;
    margin-bottom: 10px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*one click end*/


.fb-comments-count {
    display: none;
}


.coupon-code-check {
    background-color: #000000;
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/icon-check-unchecked.svg");
    background-position: 10px 10px;
    color: #fff;
    display: block;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 37px;
    margin-bottom: 0;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
}

    .coupon-code-check.active {
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/icon-check-green.svg");
    }

.coupon-code-wrapper-info {
    width: 96%;
    margin-top: 30px;
    margin-left: 2%;
    margin-right: 2%;
}

.coupon-code-info {
    background-color: #0a934a;
    color: #fff;
    display: block;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
}

.coupon-code-wrapper .coupon-box {
    padding: 14px;
    border: 1px solid #ccc;
    display: none;
    border-top: none;
}

.coupon-code-wrapper input[type="text"] {
    width: 100%;
    color: #adadad;
    border: 1px solid #ccc;
    height: 33px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


input[type="submit"].applycouponcodebutton {
    -ms-border-radius: 0;
    border-radius: 0;
    background: #FD830C;
    border: 2px;
    color: #fff0f5;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    height: 32px;
}


.coupon-code-wrapper .row {
    margin: 15px -5px 0 -5px;
}

    .coupon-code-wrapper .row .col-lg-4, .coupon-code-wrapper .row .col-lg-5 {
        padding: 0 5px;
    }

.coupon-code-wrapper .module-content {
    padding-bottom: 0;
}

    .coupon-code-wrapper .module-content p {
        margin-bottom: 0;
    }


.custom-tooltip {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    line-height: 12px;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
    color: #0A934A;
    border: 1px solid #adadad;
    text-align: center;
}


.coupon-code-alert {
    color: red;
    font-size: 12px;
    display: block;
    padding-top: 10px;
}

/*flipclock*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

    .flip-clock-wrapper:before,
    .flip-clock-wrapper:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }

    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 1px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        border-radius: 6px;
        background: #000;
    }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 20px;
            text-decoration: none !important;
        }

            .flip-clock-wrapper ul li:first-child {
                z-index: 2;
            }

            .flip-clock-wrapper ul li a {
                display: block;
                height: 100%;
                -webkit-perspective: 200px;
                -moz-perspective: 200px;
                perspective: 200px;
                margin: 0 !important;
                overflow: visible !important;
                cursor: default !important;
            }

                .flip-clock-wrapper ul li a div {
                    z-index: 1;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 50%;
                    font-size: 80px;
                    overflow: hidden;
                    outline: 1px solid transparent;
                }

                    .flip-clock-wrapper ul li a div .shadow {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 2;
                    }

                    .flip-clock-wrapper ul li a div.up {
                        -webkit-transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        transform-origin: 50% 100%;
                        top: 0;
                    }

                        .flip-clock-wrapper ul li a div.up:after {
                            content: "";
                            position: absolute;
                            top: 44px;
                            left: 0;
                            z-index: 5;
                            width: 100%;
                            height: 3px;
                            background-color: #000;
                            background-color: rgba(0, 0, 0, 0.4);
                        }

                    .flip-clock-wrapper ul li a div.down {
                        -webkit-transform-origin: 50% 0;
                        -moz-transform-origin: 50% 0;
                        -ms-transform-origin: 50% 0;
                        -o-transform-origin: 50% 0;
                        transform-origin: 50% 0;
                        bottom: 0;
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }

                    .flip-clock-wrapper ul li a div div.inn {
                        position: absolute;
                        left: 0;
                        z-index: 1;
                        width: 100%;
                        height: 200%;
                        color: #ccc;
                        text-shadow: 0 1px 2px #000;
                        text-align: center;
                        background-color: #333;
                        border-radius: 6px;
                        font-size: 14px;
                    }

                    .flip-clock-wrapper ul li a div.up div.inn {
                        top: 0;
                    }

                    .flip-clock-wrapper ul li a div.down div.inn {
                        bottom: 0;
                    }

        /* PLAY */
        .flip-clock-wrapper ul.play li.flip-clock-before {
            z-index: 3;
        }

    .flip-clock-wrapper .flip {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.5s 0.5s linear both;
        -moz-animation: asd 0.5s 0.5s linear both;
        animation: asd 0.5s 0.5s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 22px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 4px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
    display: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 9px;
}

.flip-clock-dot.bottom {
    bottom: 7px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*flipclock end*/


/*mobile express*/
#otpContainer {
    float: left;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment .alert p {
    color: #3F97C3;
    margin: 0;
    font-weight: bold;
    line-height: 16px;
    font-family: arial;
}

.creditCardWrapper .btn {
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #ececec;
    color: #fff;
}

    .creditCardWrapper .btn.btn-success {
        background: #214679;
        border-color: #214679;
        width: 100%;
        text-align: center;
    }

.payment {
    position: relative;
}


.me-sms-code {
    margin-top: 10px;
}

.cardlist-option label {
    clear: both;
}

.go-saved-card-list {
    display: block;
    padding: 10px 0;
}

.mobile-express-alert p {
    display: none;
    margin-top: 15px;
}

.save-credit-card {
    font-size: 13px;
    font-weight: bold;
    display: block;
}


.me-sms-code h3 {
    font-size: 18px;
    font-weight: bold;
}


.otp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #214679;
    text-align: center;
}

    .otp-close:before {
        content: "x";
        color: #214679;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
    }

.trigger-pay {
    display: none;
}
/*mobile express end*/


span.yilbasi-kampanya-buyuk {
    position: absolute;
    top: -1px;
    left: -4px;
    background: url('https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/new-year-badge.png') no-repeat top left;
    width: 91px;
    height: 91px;
    float: left;
    z-index: 2;
    background-size: contain;
}

span.yilbasi-kampanya-kucuk {
    position: absolute;
    top: 0;
    left: 10px;
    background: url('https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/new-year-badge.png') no-repeat top left;
    width: 83px;
    height: 83px;
    z-index: 2;
    background-size: contain;
}

span.bayram-kampanya-buyuk {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/bayram-kampanya-buyuk.png') no-repeat;
    width: 91px;
    height: 91px;
    float: left;
    z-index: 2;
}

span.bayram-kampanya-kucuk {
    position: absolute;
    top: 0;
    left: 10px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/bayram-kampanya-kucuk.png') no-repeat;
    width: 83px;
    height: 83px;
    z-index: 2;
}

span.valentines-day-kucuk {
    position: absolute;
    top: 0;
    left: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/valentines-day.png') no-repeat top left;
    width: 40px;
    height: 40px;
    z-index: 2;
    background-size: contain;
}

span.valentines-day-buyuk {
    position: absolute;
    top: 0;
    left: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/valentines-day.png') no-repeat top left;
    width: 60px;
    height: 60px;
    z-index: 2;
    background-size: contain;
}


span.oscar {
    position: absolute;
    top: 10px;
    right: 3px;
    background: url('https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/oscar-badge.png') no-repeat top left;
    width: 60px;
    height: 48px;
    z-index: 2;
    background-size: contain;
}


.otp-send-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .6);
    max-height: 100%;
    overflow: auto;
}


.btnSaveCreditCard {
    display: none;
}


.otp-send-wrapper {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 6px;
    position: relative;
    background-position: center 5px;
    background-repeat: no-repeat;
    z-index: 1;
}

    .otp-send-wrapper p {
        font-weight: normal;
        font-size: 14px;
        color: #646464;
        margin-bottom: 15px;
        line-height: 18px;
    }

    .otp-send-wrapper .alert p {
        margin: 0;
        color: #c09853;
        font-size: 12px;
        font-weight: bold;
    }

    .otp-send-wrapper .col-lg-2,
    .otp-send-wrapper .col-lg-4,
    .otp-send-wrapper .col-lg-6 {
        line-height: 18px;
        text-align: left;
        font-weight: bold;
        color: #0F3665;
        width: 100%;
    }

    .otp-send-wrapper .col-lg-2 {
        margin-bottom: 10px;
    }

    .otp-send-wrapper .col-lg-6 {
        text-align: left;
        margin-top: 10px;
        font-weight: normal;
    }

    .otp-send-wrapper .row {
        margin-bottom: 10px;
    }

    .otp-send-wrapper .form-control {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 38px;
        line-height: 38px;
    }

.mexp-contract {
    margin-bottom: 10px;
    display: block;
}


#btnSaveCreditCard, #sendOtp {
    display: none;
}

#btnSaveCreditCard {
    font-size: 16px;
    background: #309366;
    border: 1px solid #309366;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

#sendOtp {
    font-size: 16px;
    background: #f5a94d;
    border: 1px solid #d77601;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

.otpmodal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #c9c9c9;
}



.installment-procedure,
.procedure {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
}


.shoppingcart-page .procedure {
    margin-bottom: 15px;
}

.installment-procedure p,
.procedure p {
    margin-bottom: 0;
}

.installment-procedure h3 {
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 30px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png") no-repeat;
    line-height: 17px;
}

.procedure-close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/modail-close.png") center center no-repeat;
    position: absolute;
}

.installment-procedure.alert,
.procedure.alert {
    float: none;
    width: 100%;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0;
}

.payment .procedure.alert p {
    color: #c09853;
}

.procedure span {
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/card-locked.png") center center no-repeat #fff;
    transform: scale(0.8);
    margin-bottom: -4px;
    margin-left: 2px;
    margin-right: 2px;
}

.procedure.alert {
    padding: 15px;
}

.category-desc-wrapper {
    padding: 15px;
    background: #f8f8f8;
}

.category-title-selector h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.category-title-selector h1 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.category-desc-selector h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}


.category-desc p {
    font-size: 12px;
    line-height: 16px;
}

    .category-desc p + p {
        margin-top: 10px;
    }


.payment-checkbox {
    position: relative;
    margin-top: 12px;
    line-height: 14px;
}

    .payment-checkbox input {
        float: left;
        margin-top: 0;
    }

    .payment-checkbox.readonly span {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        left: -30px;
    }

.otp-send-wrapper h1 {
    font-size: 18px;
    font-weight: bold;
    color: #003a75;
    margin-bottom: 10px;
}

.oneclick-card {
    background: #003a75;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 45px;
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


.home-slider .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-slider .owl-pagination {
    padding: 10px 0;
}

.home-slider .owl-page {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: .45;
    background: #ffffff;
}

    .home-slider .owl-page + .owl-page {
        margin-left: 4px;
    }

    .home-slider .owl-page.active {
        opacity: 1;
    }

.customer-card-list {
    margin-bottom: 60px;
}


.quick-order-settings {
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/fast-order.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 2px;
}

.recurring {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-icon-sup.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.preorder {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/preorder-sup.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.follow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/follow-sup-icon.png") center center no-repeat;
    background-size: cover;
    margin-left: -2px;
    margin-right: 5px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

    .alert-success strong {
        font-weight: bold;
    }


/*loyality*/

.lp-register {
    color: #333;
    cursor: text;
}

    .lp-register:hover {
        color: #333;
        text-decoration: none;
    }

    .lp-register.notLoggedIn {
        color: #333;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

        .lp-register.notLoggedIn:hover {
            color: blue;
            text-decoration: underline;
        }

.loyality-content *,
.loyal-info * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loyal-info * {
    font-family: "Nunito Sans" !important;
}

.loyalty-acordeon-button.active {
    background: #FD830C;
    color: #fff;
}

.selected td.loyalty-level-name {
    color: rgb(253, 131, 12);
}

.blue-bold {
    color: #FD830C;
}

.loyalty-sub-info {
    color: #333333;
    background-color: rgba(0, 0, 0, 0.2);
}

.how-to-use {
    border: 1px solid #FD830C;
    color: #FD830C;
}

.acc-loyal-level {
    padding: 10px;
}

.loyal-section-1 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.loyal-text {
    margin-top: -162px;
}

    .loyal-text p {
        width: 100%;
        height: 82px;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        text-align: center;
        margin-top: 10px;
    }

        .loyal-text p strong {
            font-weight: 800;
        }

        .loyal-text p.loyal-button-desc {
            font-size: 12px;
        }

        .loyal-text p a {
            color: #66cc00;
        }

    .loyal-text h2 {
        margin-top: 33px;
        width: 100%;
        text-align: center;
        height: 25px;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        color: #000000;
    }

        .loyal-text h2 span {
            font-size: 18px;
            color: #0064ce;
        }

.loyal-text-req {
    margin-top: 117px;
    height: 2px;
    position: absolute;
    width: 211px;
    background: #000000;
    left: 50%;
    top: 0;
    margin-left: -106px;
    display: block;
    content: " ";
}

    .loyal-text-req:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.loyal-button {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #66cc00;
    padding: 11px;
    margin: 30px 0 20px 0;
}

    .loyal-button:after {
        top: 0;
        content: "";
        position: absolute;
        width: 21px;
        height: 42px;
        left: -21px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/loyal-button-left.png) center center no-repeat;
    }

    .loyal-button:before {
        top: 0;
        content: "";
        position: absolute;
        width: 23px;
        height: 42px;
        right: -23px;
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/loyal-button-right.png) center center no-repeat;
    }

    .loyal-button:hover {
        color: #fff;
        text-decoration: none;
    }

.loyality-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #000;
    text-align: center;
    margin: 0;
    padding: 12px 0;
}


.loyal-step {
    float: left;
    width: auto;
    height: 126px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 2px;
}

    .loyal-step h4 {
        width: 200px;
        height: 12px;
        font-size: 14px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        float: left;
        margin-top: 20px;
        margin-left: 31px;
    }

    .loyal-step p {
        line-height: 20px;
        float: left;
        margin-top: -37px;
        margin-left: 118px;
        width: 250px;
        height: 54px;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000
    }

    .loyal-step img {
        width: 100%;
        height: 55px;
        width: 51px;
        float: left;
        margin-left: 37px;
        margin-top: 30px;
    }


.loyal-level {
    width: 20%;
    text-align: center;
    float: none;
    display: table-cell;
    padding: 0 10px;
}


    .loyal-level img {
        height: 124px;
    }


.level-text {
    display: block;
    width: 90%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    background: #FD830C;
    padding: 9px 0;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-top: -3px;
}

.level-values strong,
.level-values span {
    display: block;
    color: #000;
}

.loyal-levels {
    padding: 30px 10px;
    width: 100%;
    overflow: auto;
}

.level-discount-value {
    display: none;
}

.acc-loyal-step .level-discount-value {
    display: none;
}

.level-values {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .level-values strong {
        font-size: 20px;
    }

    .level-values span {
        font-size: 16px;
    }

.loyal-level-description {
    text-align: center;
    padding-bottom: 52px;
}

    .loyal-level-description h4 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin: 0;
        margin-bottom: 20px;
    }

        .loyal-level-description h4 span {
            display: block;
            font-size: 14px;
            color: #FD830C;
            padding-top: 8px;
            font-weight: normal;
            font-size: 14px;
        }

    .loyal-level-description p {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 10px 0;
    }

        .loyal-level-description p strong {
            font-size: 18px;
            color: #FD830C;
            font-weight: bold;
        }

.loyal-faq {
    /*padding: 10px;*/
    margin-top: 10px;
}

.head {
    width: 145px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    margin-top: 9px;
    margin-left: 30px;
}

.loyal-faq-row img {
    margin-left: 25px;
    height: 59px;
    float: left;
    width: 94px;
    margin-top: 12px;
}

.loyal-faq hr {
    border: 0;
    height: 2px;
    background-color: #e8e8e8;
}

.loyal-faq-in {
    margin-top: 10px;
}

/*.loyal-faq-row-in {
     /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     padding: 15px 20px;
     border-radius: 8px;
     line-height: normal;
 }*/

.loyal-faq-row-in + .loyal-faq-row-in {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.loyal-faq-row-in h4 {
    font-size: 14px;
    color: #000 !important;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    height: 58px;
    padding-top: 20px;
    padding-left: 15px;
    background-color: #FFF !important;
}

    .loyal-faq-row-in h4:after {
        width: 11px;
        height: 6px;
        padding-right: 25px;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/arrow-down.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        height: 10px;
        width: 16px;
        opacity: .35;
        transition: all 200ms;
    }

.loyal-faq-row-in.active h4 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fd830c !important;
    background-color: #fff !important;
}

    .loyal-faq-row-in.active h4:after {
        width: 11px;
        height: 6px;
        opacity: 1;
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/arrow-down.svg");
    }

.loyal-faq-row-in p {
    width: auto;
    font-weight: 600;
    float: left;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 14px;
    margin-top: 0px;
    margin-left: 7px;
    background-color: white
}

.loyal-faq-row-in span > p {
    float: left;
    width: 110px;
    height: 16px;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: rgba(39, 39, 38, 0.7);
    margin-left: -107px;
    margin-top: 58px;
}

.test {
    float: left;
    width: 135px;
    height: 16px;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: rgba(39,39,38,.7);
    margin-left: -120px;
    margin-top: 58px;
}

.loyal-faq-row-in .rectangle {
    height: 1px;
    background-color: #FFF;
}

.loyal-faq-row-in img {
    margin-left: 25px;
    height: 59px;
    float: left;
    width: 93px;
    margin-top: 12px;
}

.loyal-faq-in-hr {
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #e4e4e4;
    float: left;
    margin-top: 16px;
}

.acc-loyal-step {
    text-align: center;
    display: table;
    width: 100%;
}

    .acc-loyal-step .loyal-level {
        width: 100%;
    }

.acc-loyal-text {
    text-align: center;
}

    .acc-loyal-text em {
        display: block;
        font-weight: bold;
        font-size: 20px;
        font-style: normal;
    }

        .acc-loyal-text em span {
            display: block;
            font-size: 24px;
            line-height: 34px;
            color: #0060bc;
        }

    .acc-loyal-text .loyal-text {
        position: static;
        margin: 0;
        top: 0;
        left: 0;
        margin-top: 30px;
    }

    .acc-loyal-text .loyal-button {
        font-size: 20px;
        padding: 11px;
        margin-top: 20px;
    }

.acc-loyal-step .level-values {
    border: none;
}

.acc-loyal-step table {
    width: 90%;
    margin: 0 auto;
}

    .acc-loyal-step table strong {
        display: block;
        line-height: 18px;
    }

    .acc-loyal-step table td {
        border: 1px solid #e7e7e7;
        font-size: 16px;
        width: 50%;
        padding: 5px;
    }

.acc-loyal-step .level-values strong, .acc-loyal-step.next-loyal-level table strong {
    color: #0060bc;
}


.loyal-tab-content td {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    color: #999;
}

.loyal-tab-content th {
    color: #333;
    background: #efefef;
    font-weight: bold;
}

.loyal-tab-content td,
.loyal-tab-content th {
    padding: 5px 0;
    width: 25%;
    font-size: 12px;
    vertical-align: middle;
    color: #222;
}

.loyal-tab-button {
    display: block;
    color: #333;
    background: #efefef;
    padding: 8px 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

    .loyal-tab-button.active, .loyal-tab-button:hover {
        color: #fff;
        background: #333;
        text-decoration: none;
    }

.loyal-tab {
    float: left;
    width: 100%;
}

.active-tab {
    display: none;
}

    .active-tab.active {
        display: block;
    }

.loyal-tab-content {
    margin-bottom: 150px;
}

.loyalty-group-name {
    font-family: inherit !important;
}

.reward-title,
.loyalty-point,
.loyalty-next-level > span {
    color: #000000;
}

.loyalty-actions > .btn {
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
}

.loyalty-actions > .btn-shopping {
    border-color: #FD830C;
    background: #FD830C;
    color: #ffffff;
}

.loyalty-actions > .btn-howto {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
}

.loyal-section-1 img {
    width: 100%;
    height: 156px;
}

    .loyal-section-1 img.pull-right {
        right: -40px;
        bottom: 0;
        width: 202px;
    }

    .loyal-section-1 img.pull-left {
        left: -50px;
        bottom: 0;
    }

/*loyality end*/

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row {
    margin: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .loyal-levels {
        display: table;
    }

    .loyal-level {
        float: left;
        display: block;
    }

    .loyal-steps .col-lg-12 {
        width: 33.3333%;
    }

    .loyal-step {
        width: 100%;
    }

    .acc-loyal-step {
        text-align: center;
        display: table;
        width: 100%;
    }
}




.ramazan-product {
    background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/ramazan-kampanya-kucuk.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 83px;
    z-index: 2;
}

@media (max-width: 320px) {
    .acc-loyal-step table {
        width: auto;
        margin: 0 auto;
    }

        .acc-loyal-step table td {
            font-size: 12px;
        }

    .level-text {
        font-size: 12px;
        width: 90%;
    }
}


.map {
    height: 277px;
    width: 100%;
}

.store-row {
    padding: 20px 15px;
}

    .store-row + .store-row {
        border-top: 15px solid #ccc;
    }

    .store-row h3,
    .store-row h2 {
        font-size: 30px;
        text-align: center;
        margin: 0;
        color: #333;
        padding: 5px 0;
        line-height: normal;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .store-row h4 {
        font-size: 24px;
        margin: 0;
        padding: 10px 0;
        margin-top: 10px;
        font-weight: bold;
    }

.store-contact span {
    display: block;
    font-size: 16px;
}

    .store-contact span + span {
        margin-top: 5px;
    }

.working-hours {
    font-size: 16px;
    line-height: 24px;
}


.stores-list h1 {
    font-size: 40px;
    margin: 0;
    text-align: center;
    padding: 50px 0 24px;
    font-weight: bold;
}

.stores-list-desc {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding: 30px 20px;
}

.stores-list .col-lg-4 {
    display: none;
}

.stores-list .col-lg-9,
.stores-list .col-lg-3 {
    width: 100%;
}

.stores-list {
    text-align: center;
    margin: 0 -2%;
}



.dyn-landing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.land-pbox .tp-title {
    font-size: 1em;
    color: #000000;
    font-weight: 700;
    line-height: 16px;
    display: block;
}


.land-pbox .tp-img img {
    max-width: 100%;
}

.land-pbox .price-line {
    margin-top: 15px;
}

    .land-pbox .price-line span {
        display: inline-block;
    }

    .land-pbox .price-line .tp-price {
        font-size: 18px;
        font-weight: bold;
        color: #eb6c17;
    }

    .land-pbox .price-line .product-price-old {
        text-decoration: line-through;
        color: #808080;
        margin-right: 5px;
        font-size: 14px;
    }



.land-pbox .product-name {
    height: 55px;
}

.land-pbox .product {
    width: 100%;
}

.lp-head {
    margin: 0;
    padding: 16px 0;
}

.lp-banner {
    position: relative;
}

    .lp-banner img {
        width: 100%;
    }

.lp-banner-content {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -51px;
}

.lp-alt-head {
    font-size: 36px;
    margin: 0;
}

.lp-banner-content p {
    font-size: 16px;
    color: #666;
}

#lp-show-data {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    color: #4e4f51;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lp-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.lp-show-icon {
    width: max-content;
}

.dyn-landing .lp-description {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    color: #4e4f51;
    padding: 0px;
    letter-spacing: 0px;
}

.dyn-landing .lp-d-date {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Nunito Sans';
}

.dyn-landing .lp-d-description {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.lp-detail {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

img.lp-show-icon {
    width: max-content;
}

.lp-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-sub-head {
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    padding-left: 30px;
    font-size: 26px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-description {
    color: #666;
    padding: 15px;
    letter-spacing: .5px;
}

    .lp-description h4 {
        font-size: 20px;
        margin: 0;
        padding: 15px 0;
    }

    .lp-description p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .lp-description ol {
        font-size: 16px;
        list-style-type: square;
        margin-left: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.lp-tags {
    color: #666;
}

    .lp-tags h5 {
        margin: 0;
        font-size: 20px;
        padding: 15px 0;
    }

    .lp-tags a {
        display: inline-block;
        font-size: 16px;
        color: #666;
        text-decoration: underline;
        margin-right: 25px;
    }

.lp-tag-content {
    border: 1px solid #efefef;
    border-width: 1px 0;
    padding: 15px 30px 30px;
}

    .lp-tag-content + .lp-tag-content {
        margin-top: 30px;
    }

@media (min-width: 768px) {
    .land-pbox {
        float: left;
        width: 25%;
        text-align: center;
        min-height: 230px;
        margin-bottom: 20px;
    }
}

.wishlist-wrapper {
    padding: 15px;
}

.backinstock-subscriptions-grid {
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0;
    width: 100%;
}

    .backinstock-subscriptions-grid > tbody > tr > th {
        font-weight: bold;
    }

    .backinstock-subscriptions-grid > tbody > tr > td,
    .backinstock-subscriptions-grid > tbody > tr > th {
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        color: #333;
        vertical-align: middle;
    }

        .backinstock-subscriptions-grid > tbody > tr > td > a,
        .biss-remove {
            color: #034386;
            font-weight: bold;
        }

.biss-item-list a {
    display: block;
    text-align: center;
}

.biss-remove {
    display: inline-block;
    padding: 8px;
    padding-right: 29px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .biss-remove:before {
        content: "x";
        position: absolute;
        top: 50%;
        right: 3px;
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 18px;
        border: 1px solid #e7e7e7;
        text-align: center;
        color: #ff0000;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        background: #fff;
        margin-top: -11px;
    }

.biss-item-list {
    width: 100%;
}

    .biss-item-list tr + tr a {
        margin-top: 10px;
    }

.deleteselectedbissbutton {
    width: 100%;
    margin-bottom: 15px;
}


.tooltip-main {
    position: relative;
    width: 18px;
    float: left;
    margin-left: 2px;
}

    .tooltip-main i {
        background: url(https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/tooltip-green.png) no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        cursor: text;
        margin: 3px 5px;
    }

    .tooltip-main .detail {
        display: none;
        position: absolute;
        top: 28px;
        border-radius: 2px;
        background-color: #349248;
        box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #349248;
        color: #ffffff;
        font-family: arial;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        padding: 10px 5px;
        width: 275px;
        right: -45px;
        line-height: normal;
    }

        .tooltip-main .detail strong {
            font-weight: bold;
        }

        .tooltip-main .detail:after {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #349248;
            content: " ";
            position: absolute;
            top: -6px;
            right: 40px;
        }

    .tooltip-main:hover .detail, .tooltip-main:focus .detail {
        display: block;
    }


.recurring-wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    margin-top: 17px;
}

    .recurring-wrapper > .recurring-box {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        vertical-align: top;
        text-align: center;
        background-color: #ffffff;
    }

        .recurring-wrapper > .recurring-box:first-child {
            border-right: 2px solid #e4e4e4;
        }

        .recurring-wrapper > .recurring-box.active {
            background-color: #f7f7f7;
        }

            .recurring-wrapper > .recurring-box.active .item label {
                font-weight: 600;
                color: #73a935;
            }

        .recurring-wrapper > .recurring-box > .item {
            display: inline-block;
            padding: 17px 0;
            vertical-align: middle;
        }

        .recurring-wrapper > .recurring-box > #show-popup {
            display: inline-block;
            vertical-align: middle;
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-question.svg");
            background-repeat: no-repeat;
            background-position: center center;
            height: 16px;
            width: 16px;
            padding: 17px 5px;
        }

        .recurring-wrapper > .recurring-box.active > #show-popup {
            background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-question-active.svg");
        }

.recurring-box {
    position: relative;
}


    .recurring-box .item {
        position: relative;
    }

        .recurring-box .item:last-child {
            margin-left: 0;
        }


        .recurring-box .item label {
            display: block;
            float: left;
            cursor: pointer;
            font-size: 12px;
            height: 21px;
            line-height: 21px;
            color: #464646;
        }


        .recurring-box .item .info-main {
            position: relative;
            float: left;
        }


            .recurring-box .item .info-main i {
                width: 24px;
                height: 24px;
                display: inline-block;
                content: " ";
                background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/rec-info-icon-mobile-v2.png") no-repeat;
                margin: 3px 0 0 7px;
                float: left;
                cursor: pointer;
            }




.set-detail-cycle {
    display: none;
    font-size: 10px;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 19px;
    padding-top: 15px;
    border-top: 2px solid #e4e4e4;
}

    .set-detail-cycle .cycle-desc {
        color: #464646;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 25px;
    }

    .set-detail-cycle select {
        border: 1px solid #b2b9d2;
        border-radius: 4px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
        padding: 11px 19px;
        color: #464646;
        font-weight: bold;
        background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/tab-arrow.svg") no-repeat;
        background-position: right 18px center;
        background-color: #ffffff;
        width: 100%;
        -moz-appearance: number-input;
        font-size: 14px;
    }

.recurring-box .item .set-detail-cycle select#recurringOption {
    width: 171px;
    margin-right: 16px;
    float: left;
    font-size: 12px;
    color: #858585;
}


.recurring-box .item .radio {
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-empty.svg") no-repeat;
    cursor: pointer;
    width: 21px;
    height: 21px;
    top: 2px;
    float: left;
    margin-right: 6px;
}

.recurring-box .item .checked .radio {
    background: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/recurring-full.svg") no-repeat;
}



/* ABONEL�KLER�M L�STE */
.recurring-list {
    clear: both;
    margin-bottom: 50px;
}

    .recurring-list .item {
        border-bottom: 1px solid #dedede;
        padding: 25px 0;
        width: 100%;
    }

        .recurring-list .item h2 {
            color: #1d3e6f;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
            margin-left: 15px;
            line-height: normal;
        }

        .recurring-list .item .line {
            clear: both;
            font-size: 14px;
            color: #282828;
            margin: 0 15px;
            line-height: normal;
            margin-bottom: 10px;
        }

            .recurring-list .item .line:last-child {
                margin-bottom: 0;
            }

            .recurring-list .item .line b {
                font-weight: bold;
                float: left;
                width: 55%;
                padding-right: 10px;
            }

            .recurring-list .item .line p {
                float: left;
                width: 35%;
            }

        .recurring-list .item .buttons {
            margin: 20px 15px 0 15px;
        }


            .recurring-list .item .buttons a {
                width: 46%;
                height: 44px;
                line-height: 44px;
                display: block;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }

                .recurring-list .item .buttons a.recurring-stop {
                    float: left;
                    border-radius: 4px;
                    background-color: #0f3665;
                }

                .recurring-list .item .buttons a.recurring-edit {
                    float: right;
                    border-radius: 4px;
                    background-color: #f73d04;
                }

                    .recurring-list .item .buttons a.recurring-edit.disabled {
                        background-color: #cdcdcd;
                        color: #858585;
                        cursor: text;
                    }

/* ABONEL�KLER�M L�STE */




/* KULLANICI B�LG�LER� > TELEFON DE����KL��� */

.confirmPhoneForm {
    clear: both;
}

    .confirmPhoneForm label {
        display: block;
        margin-bottom: 10px;
        line-height: normal;
        font-size: 14px;
    }

    .confirmPhoneForm input.confirmCodeBtn[type="button"]:disabled {
        background: #b8b8b8;
    }


    .confirmPhoneForm input[type="button"] {
        cursor: pointer;
    }


    .confirmPhoneForm #user-status {
        color: #255087;
        font-size: 14px;
        font-weight: bold;
    }

.recurring-order-topic {
    clear: both;
}

    .recurring-order-topic .mobile-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
        line-height: normal;
    }

        .recurring-order-topic .mobile-container h1 {
            color: #000000;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .recurring-order-topic .mobile-container p {
            font-size: 15px;
        }

        .recurring-order-topic .mobile-container img {
        }

.other-site-banner.vitaminler {
    background-color: #1c773d;
    border: 2px solid #2bae5c;
    display: inline-block;
}

.offer-product h3 span {
    color: #24914d;
    text-transform: uppercase;
}


.loyal-text h2 {
}


.dyn-landing {
}

    .dyn-landing h1 {
        font-size: 18px;
        font-family: 'Nunito Sans';
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fd830c;
    }

    .dyn-landing .lp-description {
        text-align: left;
    }

    .dyn-landing .lp-sub-head {
    }

        .dyn-landing .lp-sub-head h3 {
            text-align: center;
            color: #224f8a;
        }

        .dyn-landing .lp-sub-head .campaigns {
        }

    .dyn-landing a.campaigns {
        display: block;
        margin: 20px 15px 30px 15px;
        text-align: center;
        font-size: 16px;
        background: #f73e05;
        color: #ffffff;
        padding: 20px 15px;
        border-radius: 5px;
    }



.prc-detail-popup-head {
    background: #ffffff;
    padding: 0;
}

    .prc-detail-popup-head span {
        color: #000000;
        font-size: 17px;
        padding: 10px 15px;
        font-weight: bold;
    }

.add-to-cart-after-popup .detail .btn-group a.goShopping {
    background-color: #FD830C !important;
    border-color: #FD830C !important;
}

.add-to-cart-after-popup .detail .btn-group a.stayShop {
    color: #000000 !important;
}

.lp-description h2 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: normal;
    margin-bottom: 10px;
}

.lp-description p {
    font-size: 14px;
    line-height: 20px;
}

.lp-description .more, .lp-description .more-close {
    cursor: pointer;
    text-decoration: underline;
    color: #08c;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}

.knw-reco-wrapper.top-product,
.knowledge-container .offer-product {
    width: 100%;
    float: none;
    border-right: 0;
}

@media (min-width: 768px) {
    .knw-reco-wrapper h3,
    .knowledge-container .offer-product h3,
    .knowledge-content-row h3 {
        font-size: 25px !important;
    }

    .knowledge-container .abWrapper a {
        font-size: 14px !important;
    }
}

.detail-checkout.search {
    margin-top: 30px;
    border: 0;
}

    .detail-checkout.search > a {
        max-width: 300px;
    }


/* Fittest */
.quiz-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    max-height: 100%;
    z-index: 999999;
    display: none;
}

.quiz-nav {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Medium';
    top: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    background: linear-gradient(0.25turn, #0a2450, #0f3175);
    display: none;
}

    .quiz-nav img {
        vertical-align: bottom;
    }

    .quiz-nav .nav-title {
        margin: 0 8px;
    }

.quiz-pagination li {
    display: inline-block;
    opacity: 0.4;
    width: 27px;
    height: 2px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0 1px;
    vertical-align: bottom;
}

    .quiz-pagination li.active {
        opacity: 1;
    }

.quiz-overlay {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.quiz-content {
    color: #ffffff;
    height: 100%;
}

.quiz-close {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Medium';
    top: 0;
    right: 0;
    padding: 19px 15px;
    z-index: 2;
}

.quiz-steps {
    display: block;
    height: 100%;
}

    .quiz-steps > li[data-step="1"] {
        text-align: center;
    }

.quiz-close > img {
    vertical-align: bottom;
}

.quiz-steps > li {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

    .quiz-steps > li:not([data-step="1"]):not([data-step="6-1"]):not([data-step="6-2"]) {
        padding: 54px 0;
    }

    .quiz-steps > li:not([data-step="1"]) {
        display: none;
    }

    .quiz-steps > li[data-step="1"] img.first,
    .quiz-steps > li[data-step="6-1"] img,
    .quiz-steps > li[data-step="6-2"] img,
    .quiz-steps > li .hr-container img {
        width: 100%;
        object-fit: cover;
    }

    .quiz-steps > li .hr-container img {
        object-position: 50% 0;
    }

    .quiz-steps > li[data-step="1"] .step-content {
        max-width: 220px;
        margin: 0 auto;
    }

    .quiz-steps > li[data-step="1"] h1 + p {
        margin-top: 11px;
        margin-bottom: 28px;
        font-size: 18px;
        text-align: center;
        line-height: 1.28;
    }

    .quiz-steps > li[data-rows="2"] .hr-container {
        height: 50%;
    }

    .quiz-steps > li[data-rows="3"] .hr-container {
        height: 33.333%;
    }

    .quiz-steps > li img {
        max-width: 100%;
        max-height: 100%;
    }

.quiz-steps .step-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .quiz-steps .step-content.middle {
        top: 50%;
        transform: translateY(-50%);
    }

.quiz-steps .quiz-btn {
    font-family: 'Forza-Medium';
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(153, 153, 153, 0.69);
    padding: 12px;
    display: inline-block;
    min-width: 150px;
    border-radius: 4px;
    transition: all 200ms;
}

    .quiz-steps .start-quiz,
    .quiz-steps .show-products,
    .quiz-steps .quiz-btn.active {
        background-color: #0076ff;
    }

.quiz-steps .step-content > h1 {
    font-size: 60px;
}

.quiz-steps .step-content > h4 {
    font-size: 20px;
}

.quiz-steps .step-content > h1,
.quiz-steps .step-content > h4 {
    display: block;
    margin: 15px 0;
    font-family: 'Forza-Medium';
    line-height: normal;
}

.quiz-steps .hr-container {
    position: relative;
}

    .quiz-steps .hr-container + .hr-container {
        border-top: 1px solid #0d2f6c;
    }

.quiz-buttons {
    position: absolute;
    color: #ffffff;
    font-family: 'Forza-Light';
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    background: #0c2644;
    display: none;
}

    .quiz-buttons .text-right {
        text-align: right;
    }

    .quiz-buttons a {
        border-radius: 4px;
        border: solid 1px #5186c0;
        padding: 7px;
        color: #ffffff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        transition: all 200ms;
    }

        .quiz-buttons a:not(.quiz-next) {
            display: none;
        }

        .quiz-buttons a.quiz-next[disabled] {
            pointer-events: none;
            opacity: .5;
        }

    .quiz-buttons .quiz-next:not([disabled]) {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #0c2644;
        font-weight: bold;
    }

.test-completed {
    font-size: 23px;
    width: 90%;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 25px;
}

/* user menu */
#userMenu:before {
    background-color: #2e2d32;
}

#userMenu .login-button {
    background-color: #FD830C;
}

#userMenu .um-close {
    /*background-color: rgba(255, 111, 97, 0.60);*/
    background-color: #FD830C;
}

#userMenu .user-block {
    background-color: #1b1a1b;
    color: #ffffff;
}

/* home target */
.target-home {
    position: relative;
    background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 18px;
}

    .target-home:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .5;
        background-color: #2c130a;
    }

    .target-home .target-head {
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/target.svg");
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        position: relative;
        padding: 4px 0;
        padding-left: 35px;
    }

    .target-home h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.78;
        color: #ffffff;
        position: relative;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .target-home a {
        display: inline-block;
        position: relative;
        margin-top: 25px;
        padding: 15px 36px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 5px;
        background-color: #dc663b;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    }

.target-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    z-index: 1001;
    max-height: 100%;
    overflow: hidden;
    color: #ffffff;
    display: none;
}

    .target-popup:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url("https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/target/bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        opacity: .3;
    }

    .target-popup ul {
        position: relative;
        padding: 21px;
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100% - 100px);
        max-height: -webkit-calc(100% - 100px);
        -webkit-overflow-scrolling: touch;
    }

        .target-popup ul > li {
            border-radius: 4px;
            background-color: #ffffff;
        }

            .target-popup ul > li + li {
                margin-top: 10px;
            }

            .target-popup ul > li a {
                font-size: 14px;
                color: #535353;
                display: block;
                padding: 15px;
                line-height: 20px;
            }

                .target-popup ul > li a .icon {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                    float: left;
                }

                    .target-popup ul > li a .icon > img {
                        vertical-align: middle;
                        display: inline-block;
                        max-width: 20px;
                        max-height: 20px;
                    }

                .target-popup ul > li a > .tlabel {
                    display: block;
                    width: 100%;
                    padding-left: 30px;
                    box-sizing: border-box;
                }

.target-popup-head {
    position: relative;
    padding: 21px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
}

    .target-popup-head:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.9;
        background-color: #dc663b;
        z-index: -1;
    }

    .target-popup-head .close {
        position: absolute;
        right: 21px;
    }

.target-popup + #homepagebestsellers .top-product {
    border-top: 0;
}

/* checkout page shipping options styles */
.shipping-column.active {
    border-color: #FD830C;
}

    .shipping-column.active .shipping-head {
        color: #FD830C;
    }

        .shipping-column.active .shipping-head .column-icon {
            background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/column-up.svg");
        }

.shipping-column.sameday-delivery.active .shipping-head {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/shipping-sdd-active.svg");
}

.shipping-column.standard-cargo.active .shipping-head {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/shipping-std-active.svg");
}

.shipping-column .standard-cargo-list > li.selected:after,
.shipping-column .sameday-delivery-list > li.selected:after {
    background-color: #ffffff;
}

.shipping-column .standard-cargo-list > li:before,
.shipping-column .sameday-delivery-list > li:before {
    border-color: rgba(32, 32, 32, 0.3) !important;
    background-color: #ffffff !important;
}

.shipping-column .standard-cargo-list > li.selected:before,
.shipping-column .sameday-delivery-list > li.selected:before {
    border-color: #FD830C !important;
    background-color: #FD830C !important;
}

/* checkout styles */
.how-it-works.havale ul > li:nth-child(1) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step1.svg");
}

.how-it-works.havale ul > li:nth-child(2) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step2.svg");
}

.how-it-works.havale ul > li:nth-child(3) {
    background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/fit-havale-step3.svg");
}

.btn-payment-type {
    font-family: inherit !important;
    /* padding: 15px !important; */
    background-position: left 15px center !important;
    /* padding-left: 63px !important; */
    box-shadow: none !important;
    border: solid 1px #e8e8e8 !important;
}

    .btn-payment-type:active {
        background-color: #FD830C;
        border-color: #FD830C;
    }

#moneytransfer_container h2.page-title {
    color: #000000;
}

.how-it-works h4 {
    color: #FD830C;
}

.order-complete > h4 {
    color: #FD830C;
}

.bank-list select {
    color: #000000 !important;
    font-size: 14px !important;
    font-family: inherit !important;
    box-shadow: none !important;
}

.cookie_container {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0; /*margin: 2%;*/ /*border-radius: 5px;*/
    background-color: rgba(0, 0, 0, 0.88);
    font-family: "Nunito Sans";
    font-size: 12px;
    display: none;
}

.cookie_container__holder {
    float: left;
    width: 100%;
    color: #fff;
}

.cookie_container__holder_closeButton {
    width: 12px;
    height: 12px;
    background: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/cookie_popup_close.svg") no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.cookie_container__holder p {
    margin: 20px auto;
    text-align: left;
    width: 90%;
    line-height: 18px;
}

.cookie_container__holder a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 2px;
}

/* same day delivery landing page styles */
.same-day-delivery .heading ul > li {
    color: #3d66c6;
}

.same-day-delivery .range-table .tab-pane .rt-card .card-title {
    background-color: #3d66c6;
}

.same-day-delivery .heading ul > li:nth-child(1) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/timing.svg");
}

.same-day-delivery .heading ul > li:nth-child(2) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/delivery.svg");
}

.same-day-delivery .heading ul > li:nth-child(3) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/flexibility.svg");
}

.same-day-delivery .range-table .tab-pane .rt-card .card-rows > li.available {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/rt-available.svg");
}

.same-day-delivery .how-to ul > li:nth-child(1) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-1.svg");
}

.same-day-delivery .how-to ul > li:nth-child(2) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-2.svg");
}

.same-day-delivery .how-to ul > li:nth-child(3) {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/sameday-delivery/how-to-3.svg");
}

/* fitmoda dikey form */
.dikey-form .dikey-group .dikey-control:active,
.dikey-form .dikey-group .dikey-control:focus {
    border-color: #FD830C !important;
}

.dikey-form .dikey-header a {
    color: #FD830C !important;
}

.login .login-div .loginform .button {
    background-color: #FD830C !important;
}

.dikey-form .dikey-radio:checked + label:before,
.dikey-form .dikey-radio:checked + input + label:before {
    background-color: #FD830C !important;
}

.dikey-form .dikey-checkbox:not(:checked) + label:before,
.dikey-form .dikey-checkbox:not(:checked) + input + label:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-color: transparent !important;
    border-radius: 0;
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/checkbox.svg");
}

.dikey-form .dikey-checkbox:checked + label:before,
.dikey-form .dikey-checkbox:checked + input + label:before {
    background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/checkbox-selected.svg") !important;
    background-color: transparent !important;
}

.comment-customername {
    float: left;
    color: #b5b5b5;
    font-size: 13px;
    margin: 0;
    margin-top: 6px;
    font-weight: 500;
}

.dikey-form {
    font-family: inherit !important;
}

    .dikey-form .btn {
        padding: 15px 30px !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        font-family: inherit !important;
    }

    .dikey-form .btn-green {
        background-color: #FD830C !important;
    }

    .dikey-form select.dikey-control,
    .dikey-form textarea.dikey-control,
    .dikey-form input.dikey-control {
        border: solid 1px rgba(32, 32, 32, 0.3) !important;
        border-radius: 6px !important;
        padding: 15px !important;
        box-shadow: none !important;
        color: #000000 !important;
    }

    .dikey-form .dikey-group label {
        margin-bottom: 11px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #000000 !important;
    }

.new-comment-title {
    color: #FD830C !important;
}

#add-review {
    background-color: #FD830C !important;
}

/* fitmoda mobile menu */
html.fitmoda-mobile-menu-opened {
    overflow-x: hidden;
}

    html.fitmoda-mobile-menu-opened body {
        width: 100%;
        position: fixed;
    }

    html.fitmoda-mobile-menu-opened .fitmoda-mobile-menu {
        pointer-events: auto;
    }

.fitmoda-mobile-menu {
    position: fixed;
    left: -295px;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
    color: #ffffff;
    z-index: 1011;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
}

    html:not(.no-transition) body,
    .fitmoda-mobile-menu:not(.no-transition),
    .fitmoda-mobile-menu .submenu:not(.no-transition) {
        transition: all 375ms;
        transition-property: left, right, transform;
    }

    .fitmoda-mobile-menu ul {
        background-color: #FFFFFF;
        -webkit-overflow-scrolling: touch;
    }

        .fitmoda-mobile-menu ul.text-bold > li > a {
            font-weight: bold;
        }

        .fitmoda-mobile-menu ul > li > a {
            /*font-family: NunitoSans;*/
            font-size: 13px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            display: block;
            line-height: 20px;
        }

            .fitmoda-mobile-menu ul > li > a.all {
                font-weight: bold;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel > span {
                font-weight: normal;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel {
                display: block;
                width: 100%;
                padding-left: 30px;
                box-sizing: border-box;
            }

            .fitmoda-mobile-menu ul > li > a .mlabel_help {
                color: #FFFFFF;
                display: block;
                width: 100%;
                padding-left: 30px;
                box-sizing: border-box;
            }

            .fitmoda-mobile-menu ul > li > a .icon {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                float: left;
            }

                .fitmoda-mobile-menu ul > li > a .icon > img {
                    vertical-align: middle;
                    display: inline-block;
                    max-width: 20px;
                    max-height: 20px;
                }

        .fitmoda-mobile-menu ul > li.has-submenu {
            background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/main-menu/submenu-arrow-right.svg");
            background-repeat: no-repeat;
            background-position: right 26px center;
        }

    .fitmoda-mobile-menu .submenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        overflow: hidden;
        overflow-y: auto;
        background-color: #FFFFFF;
        min-height: 100%;
        width: 100%;
    }

        .fitmoda-mobile-menu .submenu.opened {
            left: 0;
        }

        .fitmoda-mobile-menu .submenu ul {
            background-color: initial;
        }

    .fitmoda-mobile-menu .menu-box {
        margin-top: 30px;
    }

        .fitmoda-mobile-menu .menu-box > label {
            margin-top: -30px;
            font-size: 12px;
            padding-left: 26px;
            display: block;
            background-color: #e8e8e8;
            height: 28px;
            color: #000000;
            padding-top: 18px;
        }

    .fitmoda-mobile-menu ul.other-sites > li {
        position: relative;
    }

    .fitmoda-mobile-menu ul.other-sites > li {
        position: relative;
        padding-left: 75px;
    }

        .fitmoda-mobile-menu ul.other-sites > li > a > img {
            margin-top: 5px;
            max-width: 100%;
            width: 50px;
            position: absolute;
            top: 0;
            left: 18px;
        }

    .fitmoda-mobile-menu .submenu-header {
        background-color: #ffffff;
        padding: 20px 26px;
        cursor: pointer;
        position: relative;
        padding-left: 55px;
    }

        .fitmoda-mobile-menu .submenu-header > a {
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            display: block;
        }

            .fitmoda-mobile-menu .submenu-header > a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 26px;
                width: 20px;
                height: 100%;
                transform: rotate(-180deg);
                background-image: url("https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/main-menu/submenu-arrow-right.svg");
                background-repeat: no-repeat;
                background-position: center right;
            }

    .fitmoda-mobile-menu .submenu > label {
        height: 34px;
        padding-left: 26px;
        background-color: #e8e8e8;
        color: #000000;
        font-size: 12px;
        display: block;
        width: 100%;
        padding-top: 20px;
    }

.fitmoda-mobile-menu-overlay {
    width: auto;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58);
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.fitmoda-mobile-menu-opened .fitmoda-mobile-menu-overlay {
    display: block;
}

.fitmoda-mobile-menu ul > li {
    font-family: inherit !important;
}

.cart .cart-button #checkoutContinue,
.btn-fitmoda {
    color: #ffffff;
    background-color: #FD830C;
}

.shipping-column.standard-cargo.active .shipping-head,
.shipping-column.active .shipping-head .column-icon {
    background: none;
}

.shipping-column .shipping-head > strong {
    padding-left: 10px;
}

.shipping-column .shipping-head .icon {
    font-size: 27px;
    margin: -4px 0;
    display: inline-block;
    vertical-align: middle;
}

.shipping-column .shipping-head {
    /*     padding-left: 20px !important;*/
}

.shipping-column {
    box-shadow: none !important;
}

.payment #orderSummary,
.sales-agreement,
.info-box,
.bank-detail {
    font-family: inherit !important;
}

.product-out-of-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 0;
}

.other-site-banner.special {
    margin-bottom: 25px !important;
}

.account-accordion-menu ul li {
    border-color: #e8e8e8 !important;
}

.pva-os-notify {
    border-radius: 6px !important;
    border: 0 !important;
    background-color: #FD830C !important;
    font-family: inherit;
    padding: 16px 0 !important;
}

.pva-os-not-notify {
    font-family: inherit;
    padding: 16px 0 !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 0;
    background: #FD830C;
    margin-bottom: 0;
}

.ui-accordion .ui-accordion-header {
    margin-top: 5px;
}

.stores-container .stores .store-name,
.stores-container > h1,
.pva-os-not-notify,
.pva-os-head,
.pva-os-desc {
    color: #000000 !important;
}

.pva-os-notnotify,
.pva-redirect-login {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.pva-os-notnotify {
    font-family: inherit;
}

#topicContactUs .htmlcontent-body,
.stores-container > .stores-desc,
.static-wrapper .page-content,
.pva-thnx-content p,
.pva-notlogin-content p,
.pva-terminated-content p,
.ui-widget-content,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff !important;
}

#topicContactUs .htmlcontent-body a,
#topicContactUs .htmlcontent-body a:visited,
#topicContactUs .htmlcontent-body a:focus,
#topicContactUs .htmlcontent-body a:active,
.static-wrapper .page-content a,
.static-wrapper .page-content a:visited,
.static-wrapper .page-content a:focus,
.static-wrapper .page-content a:active {
    color: #FD830C;
}

.stores-container .stores .store-name,
.stores-container > h1 {
    text-shadow: none !important;
}

.btn-show-in-map {
    border-radius: 6px !important;
    border: 0;
    box-shadow: none !important;
    padding: 16px 30px !important;
    color: #000000 !important;
}


.notification {
    border-color: #FD830C !important;
    color: #000000 !important;
    font-family: inherit !important;
}

    .reward-program label,
    .order-quick-info table tr.order-number > td,
    .notification a .notification-title {
    }

    .notification.congrats {
        background-image: url("https://fitmoda.mncdn.com/Themes/Supplementler/Content/images/completed-congrats.svg") !important;
    }

.order-complete {
    display: block !important;
    font-family: inherit !important;
}

.reward-program a:not(.fancybox-close),
.order-deadline {
}

.deadline-arrow {
}

.reward-program a:not(.fancybox-close) {
    box-shadow: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 6px !important;
}

#orderDetail {
    background-color: #999999 !important;
}

.pva-os-itemrow a {
    width: 92px !important;
}

    .pva-os-itemrow a.selected:before {
        display: none;
    }

/*.fitmoda-mobile-menu ul > li > a .icon {
     display: none;
}*/

.fitmoda-mobile-menu ul > li > a .mlabel {
    padding-left: 0;
}

.pva-outofstock-wrapper,
.pva-thnx-wrapper,
.pva-notlogin-wrapper,
.pva-terminated-wrapper {
    z-index: 1001 !important;
}

.pva-os-itemrow .pva-os-aromas strong {
    display: none !important;
}

div > .pva-os-itemrow a.aro-nu span.action-label-quit,
div > .pva-os-itemrow a.aro-nu span.action-label-notify {
    /*width: 50%;*/
    margin-top: -6px;
}

.dikey-form .btn-blue {
    background-color: #FD830C !important;
}

input[type="checkbox"] + .radiobtn:before {
    border-radius: 4px !important;
}

.fitmoda-secure-pay {
    background: url('https://supplementler2.sm.mncdn.com/Themes/Mobile/Supplementler/Content/images/fitmoda_odeme.png') no-repeat;
    height: 35px;
    width: 202px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.custom-3.pva-os-itemrow a.selected {
    border: 2px solid #FD830C !important;
}

.pva-os-itemrow a.aro-nu {
    align-items: center;
}

    .pva-os-itemrow a.aro-nu span {
        margin-top: 0px !important;
        border: 1px solid #A2A2A2;
        border-radius: 4px;
        width: 43px !important;
        height: 29px;
        padding: 8px !important;
    }

.three-info-widget-properties {
    margin-top: 20px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #FD830C;
}

.loadingMaskDiv img {
    width: 32px;
}

.dikey-form .dikey-checkbox + label span a, .dikey-form .dikey-checkbox + input + label span a {
    color: #FD830C !important;
}

.dikey-form .installment-options ul > li.active .cb {
    background-color: #FD830C !important;
}

ul.dikey-tab > li.active a {
    color: #FD830C !important;
    border-bottom: 3px solid #FD830C !important;
}

.list-filtering .rootCategoryClass {
    background: url("//fitmoda.mncdn.com/themes/mobile/supplementler/content/images/modal-next.svg") no-repeat top right;
    background-position-y: 13px;
}

.logo-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    margin: 0 30%;
}

.logo-container {
    margin: 0 auto;
    width: 116px;
}

.support-fit {
    background-color: #FD830C;
}

    .support-fit .icon-dblock {
        display: block !important;
    }

/**/
.store-bg-mobile {
    background-image: linear-gradient(to bottom,#fff,#f8f8f8);
}

    .store-bg-mobile li {
        float: left;
        width: 33.3333%;
    }

        .store-bg-mobile li a {
            float: left;
            width: 90%;
            padding: 10% 0;
        }

            .store-bg-mobile li a strong {
                margin: 0 !important; /*font-size:0.7500em !important;*/
            }

        .store-bg-mobile li:last-child a {
            width: 100%;
        }

.store-logo-supplementler.passive, .store-logo-vitaminler.passive, .store-logo-fitmoda.passive {
    box-shadow: 4px 0px 7px -4px rgba(187, 187, 187, 0.5), -4px 0px 7px -4px rgba(187, 187, 187, 0.5);
    background: linear-gradient(to bottom, #ffffff 0%,#e3e3e3 100%) !important;
    text-align: center; /*margin: 0 15px 0 0;*/
}

.store-logo-supplementler.active, .store-logo-vitaminler.active, .store-logo-fitmoda.active {
    box-shadow: 4px 0px 7px -4px rgba(187, 187, 187, 0.5), -4px 0px 7px -4px rgba(187, 187, 187, 0.5);
    background-color: #000000;
}

.store-logo-supplementler .brand-name, .store-logo-vitaminler .brand-name, .store-logo-fitmoda .brand-name {
    margin: 10px 0;
    display: block;
    font-size: 10px;
    text-align: center;
}

.store-logo-supplementler, .store-logo-vitaminler, .store-logo-fitmoda {
    width: 95%;
}

    .store-logo-fitmoda .brand-name {
        color: #FD830C;
    }

        .store-logo-fitmoda .brand-name span {
            color: #FFFFFF;
        }

    .store-logo-supplementler .brand-name {
        color: #013c77;
    }

        .store-logo-supplementler .brand-name span {
            color: #222;
        }

    .store-logo-vitaminler .brand-name {
        color: #8fbe1e;
    }

        .store-logo-vitaminler .brand-name span {
            color: #375f28;
        }

/*FAVORITES LIST */

/* Favorites common classes*/

.favorites {
    display: table;
    width: calc(100% - 40px);
    margin: 20px 20px;
}

#FavoritesList {
    margin-top: 2px;
    font-family: 'Open Sans', sans-serif,arial;
    font-weight: 700;
    font-size: 14px;
    border: 1px #dfdfdf solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.favorites-table tr {
    border: none 0;
    border-bottom: 1px solid #dfdfdf;
}

    .favorites-table tr th {
        font-size: 13px;
        color: #000;
    }

    .favorites-table tr:last-of-type {
        border-bottom: 0px none;
    }

.favorites-table td, .favorites-table th {
    border: 1px solid #dfdfdf;
    padding: 16px 15px;
    text-align: center;
    border: none 0;
    color: #023e7b;
    border-right: 1px solid #dfdfdf;
    vertical-align: middle;
}

.favorites-table td {
    line-height: 18px;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 9px;
    margin-top: 9px;
}

    .favorites-table td a {
        color: #ee4400;
        display: inline-block;
        margin-top: 9px;
    }

/*.favorites-table tr td:first-of-type,.favorites-table tr th:first-of-type {
    padding: 10px 10px;
}*/

.favorites-table tr td:first-of-type {
    padding: 16px 10px;
}

.favorites-table tr th:first-of-type {
    padding: 14px 10px;
}

.favorites-table td:last-of-type, .favorites-table th:last-of-type {
    border: none 0;
    text-align: left;
}

.favorites-table input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    .favorites-table input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        background-color: #e9e9e9;
    }

    .favorites-table input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        background-color: #1E80EF;
    }

    .favorites-table input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }

.favorites-table .img-btn {
    outline: none;
    border: none 0;
    background: transparent;
    padding: 5px;
}

/* End Favorites common classes*/
/* END FAVORITES LIST **/
/* custom select menu */
.select-css {
    font-family: "Nunito Sans", sans-serif;
    color: #fd830c;
    border-color: #fd830c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23fd830c' fill-rule='evenodd' d='M0 1.232C0 .915.126.61.366.368c.493-.475 1.301-.475 1.793 0L6 4.055l3.839-3.7c.492-.474 1.3-.474 1.793 0 .492.475.492 1.254 0 1.729L6.895 6.647C6.655 6.878 6.34 7 6 7c-.341 0-.657-.134-.897-.353L.366 2.096C.126 1.852 0 1.536 0 1.232z'/%3E%3C/svg%3E%0A");
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #FD830C;
    }

    .select-css:focus {
        color: #FFF;
        border: 1px solid #fd830c;
        border-bottom-color: #fda144;
        background-color: #fd830c;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath transform='rotate(-180 6.000499725341797,3.4997501373291016) ' fill='%23FFF' fill-rule='evenodd' d='M0 1.232C0 .915.126.61.366.368c.493-.475 1.301-.475 1.793 0L6 4.055l3.839-3.7c.492-.474 1.3-.474 1.793 0 .492.475.492 1.254 0 1.729L6.895 6.647C6.655 6.878 6.34 7 6 7c-.341 0-.657-.134-.897-.353L.366 2.096C.126 1.852 0 1.536 0 1.232z'/%3E%3C/svg%3E%0A");
    }

.dropdown-menu-custom a {
    color: #fff;
    background: #fd830c;
    border-color: #fda144 !important;
}

    .dropdown-menu-custom a:hover {
        background: #fd830c;
    }


@media only screen and (min-width: 430px) and (max-width: 1199px) {
    .store-bg-mobile li a strong {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 391px) and (max-width: 429px) {
    .store-bg-mobile li a strong {
        font-size: 11.6px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 390px) {
    .store-bg-mobile li a strong {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 341px) and (max-width: 359px) {
    .store-bg-mobile li a strong {
        font-size: 10.4px !important;
    }
}

@media only screen and (max-width: 340px) {
    .store-bg-mobile li a strong {
        font-size: 9px !important;
    }
}
/*New Award Program BEGIN */

.new-award-program-wrapper {
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    background-color: #e8e8e8;
}

    .new-award-program-wrapper .award-header {
        background: url(https://fitmoda.mncdn.com/Themes/mobile/Supplementler/Content/images/bg_fitmoda.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 156px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .new-award-program-wrapper .award-header h1 {
            font-size: 18px;
            font-weight: 800;
            margin-bottom: 15px;
            letter-spacing: -1px;
        }

        .new-award-program-wrapper .award-header p {
            font-size: 13px;
            width: 100%;
            padding: 0 32px;
        }

            .new-award-program-wrapper .award-header p strong {
                font-weight: 800;
                border-bottom: 2px solid #000;
            }

    .new-award-program-wrapper .award-earn-steps {
        margin: 5px 0;
    }

        .new-award-program-wrapper .award-earn-steps .earn-step {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 22px 20px;
            margin-bottom: 2px;
            background-color: #fff;
        }

            .new-award-program-wrapper .award-earn-steps .earn-step div {
                width: 100%;
            }

            .new-award-program-wrapper .award-earn-steps .earn-step img {
                margin-right: 20px;
            }

            .new-award-program-wrapper .award-earn-steps .earn-step h5 {
                font-size: 14px;
                font-weight: 800;
                margin-bottom: 10px;
            }

            .new-award-program-wrapper .award-earn-steps .earn-step span {
                font-size: 13px;
            }

    .new-award-program-wrapper .award-acc-wrapper {
        padding-bottom: 5px;
    }

        .new-award-program-wrapper .award-acc-wrapper ul.main-list > li:after {
            content: '';
            width: 11px;
            height: 6px;
            background-image: url(/Themes/mobile/Supplementler/Content/images/new-award/black-down-arrow.svg);
            background-repeat: no-repeat;
            position: absolute;
            right: 15px;
            top: 27px;
        }

        .new-award-program-wrapper .award-acc-wrapper ul.main-list > li.active > div:first-child {
            background-color: #fd830c;
            color: #fff;
        }

        .new-award-program-wrapper .award-acc-wrapper ul.main-list > li.active:after {
            background-image: url(/Themes/mobile/Supplementler/Content/images/new-award/white-up-arrow.svg);
        }

        .new-award-program-wrapper .award-acc-wrapper ul.main-list > li {
            position: relative;
        }

            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li:not(:last-child) {
                margin-bottom: 3px;
            }

            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:first-child {
                font-size: 14px;
                font-weight: 800;
                padding: 20px 15px;
                background-color: #fff;
            }

            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child {
                background-color: #fff;
                padding: 0 9px;
                display: none;
            }

                .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc {
                    padding: 30px 32px;
                }

                    .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul {
                        padding-bottom: 30px;
                    }

                        .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li {
                            background-color: #f8f8f8;
                            padding: 15px 25px;
                            display: flex;
                            align-items: center;
                            margin-bottom: 22px;
                        }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li:last-child {
                                margin-bottom: 0;
                            }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li .img-wrapper {
                                width: 93px;
                                margin-right: 25px;
                            }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li img {
                                margin: auto;
                                display: block;
                            }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li > div > div:nth-child(1) {
                                font-size: 15px;
                                font-weight: 800;
                                line-height: 0.93;
                                color: #1a1a1a;
                                margin-bottom: 10px;
                            }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li > div > div:nth-child(2) {
                                font-size: 12px;
                                line-height: 1.17;
                                color: rgba(39, 39, 38, 0.7);
                                margin-bottom: 5px;
                            }

                                .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li > div > div:nth-child(2) strong {
                                    font-weight: bold;
                                }

                            .new-award-program-wrapper .award-acc-wrapper ul.main-list > li > div:last-child .top-acc-desc + ul li > div > div:nth-child(3) {
                                font-size: 13px;
                                line-height: 1.08;
                                color: rgba(32, 32, 32, 0.7);
                            }

        .new-award-program-wrapper .award-acc-wrapper .faq-list-wrapper {
            padding: 0 !important;
        }

        .new-award-program-wrapper .award-acc-wrapper ul.faq-list {
            padding: 0;
        }

            .new-award-program-wrapper .award-acc-wrapper ul.faq-list li {
                border-bottom: solid 1px #e4e4e4;
            }

                .new-award-program-wrapper .award-acc-wrapper ul.faq-list li.active div:first-child {
                    font-weight: 800;
                    color: #fd830c;
                }

                    .new-award-program-wrapper .award-acc-wrapper ul.faq-list li.active div:first-child:before {
                        background-image: url(/Themes/mobile/Supplementler/Content/images/new-award/orange-up-arrow.svg);
                    }

                .new-award-program-wrapper .award-acc-wrapper ul.faq-list li.active div:last-child {
                    /*                    display: block;*/
                }

                .new-award-program-wrapper .award-acc-wrapper ul.faq-list li div:first-child {
                    padding: 30px 15px;
                    font-size: 14px;
                    font-weight: 600;
                    position: relative;
                }

                    .new-award-program-wrapper .award-acc-wrapper ul.faq-list li div:first-child:before {
                        content: '';
                        width: 11px;
                        height: 6px;
                        background-image: url(/Themes/mobile/Supplementler/Content/images/new-award/black-down-arrow.svg);
                        background-repeat: no-repeat;
                        position: absolute;
                        right: 15px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

                .new-award-program-wrapper .award-acc-wrapper ul.faq-list li div:last-child {
                    padding: 30px 15px;
                    padding-top: 0;
                    font-size: 13px;
                    font-weight: 600;
                    display: none;
                }
/*New Award Program END */

.mac-popup .form-group a,
.mac-popup-success .form-group a,
.mac-popup-status .returned-message + a {
    background-color: #fd830c !important;
}

.price-filter-range {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

    .price-filter-range input[type="text"] {
        width: 65px;
        height: 30px;
        border: 1px solid #ccc !important;
        outline: none !important;
        background: none;
        box-shadow: none;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        position: relative;
        margin-right: 10px;
        flex: 1;
    }

        .price-filter-range input[type="text"]:last-child {
            margin-right: 0;
        }

    .price-filter-range .range-divider {
        width: 5px;
        height: 1px;
        background-color: #ccc;
        margin-right: 10px;
    }

    .price-filter-range .apply-btn {
        height: 34px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ccc;
        border-radius: 3px;
        margin-left: 10px;
    }

        .price-filter-range .apply-btn img {
            width: 20px;
            filter: invert(1);
        }

/* Slot wrapper BEGIN */

.fitmoda-standard-shipping {
    background-image: none !important;
}

.agt-settings-main .shipping-column .shipping-head > strong {
    padding-left: 0;
}

.agt-settings-main .shipping-head sup {
    top: 19px !important;
    right: 24px !important;
}

.agt-settings-main .shipping-column.active .shipping-head {
    background-image: url("/Themes/mobile/Supplementler/Content/images/shipping-sdd-active-fit.svg");
}

.fitmoda-standard-shipping strong {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.slot-wrapper .sameday-delivery-list li.selected:after {
    left: 3px !important;
}

/* Slot wrapper END */
/* Slot wrapper END */
:focus {
    outline: none !important;
}

div .orders-wrapper.details .order-status b {
    color: #fd830c;
}

div .orders-wrapper .product-list em a {
    color: #fd830c;
}

.btn-text,
.btn-nu.link,
.breadcrumb ul > li > a,
div .orders-wrapper .order-status b,
.orders-wrapper.details .order-status b {
    color: #fd830c;
    fill: #fd830c;
}

    .btn-nu.link:active,
    .btn-nu.link:focus,
    .btn-nu.link:hover {
        background: transparent;
        color: #fd830c;
        text-decoration: underline;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.orders-wrapper .last .btn-primary {
    background: #fd830c;
}

.ico-print,
.ico-edit,
.ico-invoice {
    fill: #fd830c;
}

.customer-orders .page-large-title span i {
    display: none;
}

.customer-orders .page-large-title h1 {
    color: #000;
    font-size: 1.22em;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.customer-orders #toggleOrders {
    background: #fd830c;
}

/** ORDERS NEW STYLE FIT END*/
/*.alisveris-kredisi-info {
    background-color: rgba(0, 55, 112, 0.08);
    border: solid 1px rgba(51, 51, 51, 0.1);
}*/


.cart-progress-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 46px;
    border-color: rgb(216,216,216);
    border-width: 1px;
    border-bottom: solid 1px rgb(216,216,216);
}


.cart-progress-bar-item {
    border-right: solid;
    border-color: rgb(216,216,216);
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cart-progress-bar-item-active {
    box-shadow: inset 0 1px 4px 0 rgb(0 0 0 / 50%);
    background: rgba(253, 131, 12, 0.3);
    border: none;
}

.cart-progress-bar-number-active {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #fd830c;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    margin-right: 6px;
    font-size: 12px;
}

.cart-progress-bar-number {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #fd830c;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    margin-right: 6px;
    font-size: 12px;
}


.cart-progress-bar-label {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.cart-progress-bar-label-active {
    color: #fd830c;
}

.moneytransfer-titletext {
    color: #fd830c !important;
}

.info-box-reduced-brightness {
    background-color: #fff9f5 !important;
}

.info-box-moneytransfer {
    font-family: 'Open Sans' !important;
}

.order-completed-information-values {
    font-size: 13px;
    font-weight: bold;
}

.quantity {
    font-size: 16px;
}

.point-earned-value {
    font-size: 13px;
    font-weight: bold;
}

#m-popup-gift modal-content {
    width: 100%;
    align-items: center;
    padding: 16px 24px 12px 24px;
}

/* Product Overlay View Start */
.m-popup-overlay, .m-popup-gift-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1002;
    background: #000;
    opacity: 0.5;
}

.m-popup-discount-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1002;
    background: rgba(52, 64, 84, 0.50);
    backdrop-filter: blur(8px);
}

.m-popup, .m-discountrule-popup {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    padding: 24px 16px 25px;
    z-index: 1003;
    opacity: 0;
    border-radius: 4px 4px 0 0;
    font-family: 'Nunito Sans';
}

.m-discountrule-popup {
    padding: 20px 16px 56px;
}

    .m-popup .close {
        display: flex;
        justify-content: flex-end;
    }

        .m-popup .close button {
            width: 24px;
            height: 24px;
            box-shadow: 0 4px 6px 0 rgba(52, 48, 48, 0.15);
            background-color: #dfe3ec;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: 50%;
            margin-top: -16px;
            margin-right: -12px;
        }

            .m-popup .close button img {
                width: 12px !important;
                height: 12px !important;
            }

            .m-popup .close button svg {
                width: 9px !important;
                height: 9px !important;
            }

    .m-popup .info {
        margin-top: 10px;
        margin-bottom: 18px;
        display: flex;
        gap: 13px;
    }

        .m-popup .info .left-box .product-image {
            width: 103px;
            height: 108px;
            border: solid 0.5px #d6d6d6;
            background-color: #fff;
            padding: 7px 5px 8px 5px;
            box-sizing: border-box;
        }

            .m-popup .info .left-box .product-image img {
                width: 93px;
                height: 93px;
                object-fit: cover;
            }

        .m-popup .info .right-box {
            flex: 1 0 0;
        }

            .m-popup .info .right-box .product-title {
                font-size: 16px;
                font-weight: bold;
                line-height: normal;
                letter-spacing: -0.2px;
                color: #282828;
                cursor: pointer;
            }

            .m-popup .info .right-box .product-rating {
                margin-bottom: 8px;
                height: 16px
            }

                .m-popup .info .right-box .product-rating .product-gen-rate {
                    display: flex;
                }

                .m-popup .info .right-box .product-rating img {
                    width: 16px;
                    height: 16px;
                }

            .m-popup .info .right-box .product-discount-price {
                display: flex;
                align-items: center;
            }

                .m-popup .info .right-box .product-discount-price .discount {
                    width: 54px;
                    height: 38px;
                    border-radius: 4px;
                    background-color: #fd830c;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    margin-right: 7px;
                }

                    .m-popup .info .right-box .product-discount-price .discount .discount-amount {
                        font-size: 12px;
                        font-weight: bold;
                        line-height: normal;
                        letter-spacing: -0.6px;
                        color: #fefefe;
                    }

                    .m-popup .info .right-box .product-discount-price .discount .discount-text {
                        font-size: 10px;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: normal;
                        color: #fefefe;
                    }

                .m-popup .info .right-box .product-discount-price .price {
                    display: flex;
                    align-items: center;
                }

                    .m-popup .info .right-box .product-discount-price .price .old-price {
                        font-size: 14px;
                        line-height: normal;
                        letter-spacing: -0.2px;
                        color: #b8b8b8;
                        text-decoration: line-through;
                        margin-right: 3px;
                    }

                    .m-popup .info .right-box .product-discount-price .price .buy-price {
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 1.26;
                        letter-spacing: -0.28px;
                        color: #fd830c;
                    }

    .m-popup .variant {
        margin-bottom: 24px;
        position: relative;
    }

        .m-popup .variant .variant-title {
            font-size: 16px;
            font-weight: bold;
            line-height: normal;
            letter-spacing: -0.22px;
            color: #222426;
            margin-bottom: 8px;
        }

        .m-popup .variant .variant-content {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            gap: 8px 16px;
        }

            .m-popup .variant .variant-content .variant-content-item {
                padding: 8px 14px;
                text-align: center;
                height: 35px;
                border-radius: 4px;
                border: solid 1px #cacaca;
                box-sizing: border-box;
            }

                .m-popup .variant .variant-content .variant-content-item.active {
                    border: solid 1px #fd830c;
                    color: #fd830c;
                }

                .m-popup .variant .variant-content .variant-content-item .variant-content-item-text {
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: -0.2px;
                }

    .m-popup .quantity-cart-right {
        display: flex;
        gap: 24px;
        align-items: center;
        flex: 1 0 0;
    }

        .m-popup .quantity-cart-right button {
            width: 100%;
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            background-color: #fd830c;
            font-size: 16px;
            font-weight: 800;
            line-height: normal;
            color: #fff;
            border: none;
            font-family: 'Nunito Sans';
        }

    .m-popup .grad-rate-color {
        height: 20px;
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/star-off-new-2.png");
        background-repeat: repeat-x;
        position: relative;
        width: 100px;
        margin: 0 auto;
    }

    .m-popup .absolute-grad {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .m-popup .rate-general {
        background-position: top left;
        background-repeat: repeat-x;
    }

    .m-popup .rate-danger {
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/star-red-2.png");
    }

    .m-popup .rate-warning {
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/star-yellow-2.png");
    }

    .m-popup .rate-success {
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/star-on-new-2.png");
    }

    .m-popup .rate-success-2 {
        background-image: url("https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/star-on-new-2.png");
    }
/* Product Overlay View End*/

.fa-chevron-right:before {
    content: "" !important;
    margin-left: 5px;
    background-size: 9px 9px;
    background-image: url(https://supplementler2.sm.mncdn.com/Themes/mobile/Supplementler/Content/images/breadcrumb-separator.svg);
    display: block;
    min-height: 9px;
    min-width: 9px;
}

/* Product Button Start*/
.product-button {
    border: none !important;
    background-color: #FD830C !important;
    height: 28px !important;
    margin: auto !important;
    margin-top: 7px !important;
}

    .product-button .product-button-text {
        color: white !important;
        height: 19px !important;
        font-family: 'Nunito Sans' !important;
    }

.product-soldout {
    font-family: 'Nunito Sans' !important;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fd830c;
}

.other-products .product-button {
    margin: 0px 5px !important;
}

.land-pbox {
    position: relative;
}

.bodyWrapper .static-wrapper table, .static-wrapper table tr {
    border: 1px solid;
}

.bodyWrapper .static-wrapper table, .static-wrapper table td {
    border: 1px solid;
    vertical-align: top;
    padding: 5px;
}

.topic-cerezaydinlatmametni-mobile a {
    color: #FD830C;
    font-weight: bold;
}

.loyalty-info-on-price {
    width: 37px;
    height: 37px;
    flex-grow: 0;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(3, 3, 3, 0.2);
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    margin-right: 8px;
    margin-left: 1px !important;
    float: left;
}

    .loyalty-info-on-price img {
        height: 27px;
        align-self: center;
    }

.loyalty-group-enabled .pp-old, .loyalty-group-enabled .pp-regular {
    display: unset;
}

.loyalty-group-enabled .pp-regular {
    font-size: 24px;
}

.loyalty-group-enabled .pp-old {
    font-size: 16px;
    line-height: 23px;
    margin-right: 7px;
}

.loyalty-group-enabled .pt-left-price {
    width: unset !important;
}

.loyalty-group-enabled .product-left-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
}

.loyalty-rate-info {
    width: max-content;
    line-height: 0px;
    margin-top: 8px;
}

/* Shoping Cart Loyality progress start*/
.shoping-cart-loyality-program .loyality-header h3 {
    color: #000;
}

.shoping-cart-loyality-program .loyality-header #discountRule-trigger {
    color: #000;
    font-family: "Nunito Sans";
}

.shoping-cart-loyality-program .loyality-header #discountRule-trigger {
    color: #000;
    font-family: "Nunito Sans";
}

.shoping-cart-loyality-program .loyality-progress-container .loyatliy-progress-bar .loyality-level.active .loyality-discount {
    color: #fd830c;
}

.shoping-cart-loyality-program .loyality-progress-container .loyatliy-progress-bar .loyality-level.active {
    border: solid 1px #d9710d;
    background-color: #fd830c;
}

.shoping-cart-loyality-program .loyality-progress-container .loyatliy-progress-bar .loyatliy-progress .loyatliy-progress-level {
    background-color: #fd830c;
}

.shoping-cart-loyality-program .loyality-description {
    color: #333;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.shoping-cart-loyality-program .loyality-description .loyality-description-colored {
    font-weight: bold;
    color: #fd830c;
}
/* Shoping Cart Loyality progress end */

.product-combination-new {
    background-color: #fafafa;
    padding: 15px;
    margin: 25px 0;
}

    .product-combination-new h4 {
        color: #003770;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }

.product-combination-content {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
}

    .product-combination-content .combination-item {
        position: relative;
    }

        .product-combination-content .combination-item.item-two {
            flex: 0 0 44%;
            max-width: 44%;
        }

            .product-combination-content .combination-item.item-two:before {
                content: '';
                position: absolute;
                top: 35px;
                right: -32px;
                width: 28px;
                height: 28px;
                border-radius: 100%;
                background: url( https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/icon-plus-combination.svg) no-repeat center center #f8f8f8;
            }

            .product-combination-content .combination-item.item-two:last-child:before {
                display: none;
            }

.combination-item .combination-image {
    margin-bottom: 10px;
}

.combination-item .combination-sku {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.combination-item .combination-image a {
    display: block;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    overflow: hidden;
}

    .combination-item .combination-image a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.combination-item .combination-title {
    margin-bottom: 10px;
}

    .combination-item .combination-title a {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-align: center;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

.combination-item .combination-price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .combination-item .combination-price .combination-old-price {
        color: #333;
        font-size: 14px;
        text-decoration: line-through;
        font-weight: 700;
    }

    .combination-item .combination-price .combination-new-price {
        color: #f73d04;
        font-size: 20px;
        font-weight: 700;
    }

.combination-select {
    position: relative;
}

    .combination-select .combination-select-button {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        padding: 0 10px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        background: url(https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/icon-select-down.svg) no-repeat 95% center;
        box-sizing: border-box;
    }

        .combination-select .combination-select-button img {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            margin-right: 10px;
        }

        .combination-select .combination-select-button.active {
            border-radius: 4px 4px 0 0;
        }

    .combination-select .combination-select-list {
        max-height: 160px;
        overflow-y: auto;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #ffffff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }

        .combination-select .combination-select-list.active {
            display: block;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        }

        .combination-select .combination-select-list li {
            border-top: 1px solid #ccc;
            padding: 10px;
            display: flex;
            align-items: center;
            column-gap: 10px;
        }

            .combination-select .combination-select-list li img {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
            }

            .combination-select .combination-select-list li:first-child {
                border: none;
            }

    .combination-select .combination-attr-text {
        display: flex;
        align-items: center;
        height: 40px;
        color: #000;
        font-size: 14px;
    }

.combination-item.item-two .combination-select .combination-attr-text {
    justify-content: center;
}

.combination-select .combination-attr-text strong {
    font-weight: 600;
}

.combination-select .combination-attr-text span {
    padding-left: 3px;
}

.product-combination-bottom {
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 0 2px 0 rgba(138, 138, 138, 0.1), 0 2px 4px 0 rgba(68, 68, 68, 0.1);
}

.combination-add-to-cart {
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    background-color: #f73d04;
    border-radius: 8px;
}

.product-combination-price {
    text-align: center;
    padding-right: 10px;
}

    .product-combination-price .combination-total-title {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .product-combination-price .combination-price-black {
        color: #464646;
        font-size: 28px;
        font-weight: 700;
    }

.product-combination-gain-price .gain-price {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

    .product-combination-gain-price .gain-price .gain-price-old {
        color: #7a7a7a;
        font-size: 16px;
        font-weight: 500;
        text-decoration: line-through;
    }

    .product-combination-gain-price .gain-price .gain-price-new {
        color: #464646;
        font-size: 16px;
        font-weight: 700;
    }

.product-combination-gain-price .gain-rate-and-text {
    color: #00a13a;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

    .product-combination-gain-price .gain-rate-and-text strong,
    .product-combination-gain-price .gain-rate-and-text span {
        display: block;
    }

.float-header-area {
    position: sticky;
    top: 0px;
    z-index: 11;
}

    .float-header-area header.top {
        position: relative;
        z-index: 100;
        margin-top: 0px;
        top: 0px
    }

#quantityContainer {
    display: none !important
}

.product-div {
    overflow: hidden;
}

.campaign-badges {
    position: absolute;
    top: 22px;
    left: -25px;
    z-index: 6;
    transform: rotate(-45deg);
}

.best-seller-badge {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 6;
}

.productlist .product-div {
    overflow: hidden;
}

.product-photos {
    overflow: hidden;
}

.contact-information-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0;
}

.kvkk-permission-title > a {
    color: #FD830C;
}

.shoping-cart-loyality-program .loyalty-description {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

    .shoping-cart-loyality-program .loyalty-description p strong {
        font-weight: 700;
    }

    .shoping-cart-loyality-program .loyalty-description p .loyalty-discount-rate {
        color: #fd830c;
        font-weight: 700;
    }

.shoping-cart-loyality-program .loyality-progress-container .loyatliy-progress-bar .loyality-level.active .loyality-discount {
    color: #fd830c;
}

[data-hide=True], .hide {
    display: none !important;
}

[data-hide=False] {
    display: unset;
}

.shoping-cart-loyality-program .loyality-description .loyality-description-bold {
    color: #fd830c;
}

.all-item-delete-message-container .all-item-delete-button {
    background-color: #FD830C;
}

.backinstock-subscriptions-grid input:read-only:not([type=button]):not([type=submit]) {
    pointer-events: auto !important;
}

.order-cargo-type .suppbtn {
    margin-top: 15px;
}

#lpDesc {
    margin: 24px 16px;
}

#modal-otp .modal-action button[type="submit"],
#modal-otp.timeout .modal-action button[type="button"] {
    background-color: #fd830c;
}

#otp-mail-confirm .otp-confirm-box button {
    border: solid 2px #fd830c;
    color: #fd830c;
}

.subscriptionOrderBadge {
    width: 100%;
    height: 26px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: solid 1px #0061C5;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0061C5;
    margin-bottom: 10px;
}

    .subscriptionOrderBadge .subscription-icon {
        width: 26px;
        height: 26px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 28 28" fill="none"><g clip-path="url(%23rxhgjakqka)" fill-rule="evenodd" clip-rule="evenodd" fill="%230061C5"><path d="m14.145 7.105-.044-.001c-.396 0-.669.32-.669.715 0 .39.152.706.747.714v.002c2.823.04 5.293 2.45 5.293 5.41 0 2.984-2.45 5.445-5.434 5.445-2.847 0-5.214-2.148-5.42-4.971h1.256l-1.939-3.225-1.939 3.224h1.19c.21 3.566 3.19 6.401 6.827 6.401 3.773 0 6.842-3.085 6.842-6.859 0-3.726-2.997-6.783-6.709-6.854v-.001z"/><path d="M14.773 10.438a.622.622 0 0 0-.607-.625h-.13a.616.616 0 0 0-.6.625v3.597l-1.762 1.757a.677.677 0 0 0 0 .94.66.66 0 0 0 .94 0l1.944-1.946c.016-.016.027-.032.042-.046a.612.612 0 0 0 .173-.427v-3.875z"/></g><defs><clipPath id="rxhgjakqka"><path fill="%23fff" transform="translate(5.834 7)" d="M0 0h15.167v14H0z"/></clipPath></defs></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
    }

/* ---------------------------------------- GLOBALS --------------------------------------- */

/*#region Dropdown */

.app-dropdown {
    position: relative;
}

    .app-dropdown .app-dropdown-button {
        display: flex;
        align-items: center;
        width: 100%;
        height: 48px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0 10px;
        color: #464646;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        background: url(https://supplementler2.sm.mncdn.com/Themes/Supplementler/Content/images/icon-select-down.svg) no-repeat calc(100% - 10px) center;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
    }

        .app-dropdown .app-dropdown-button:hover {
            border-color: #999;
        }

    .app-dropdown.active .app-dropdown-button:hover {
        border: 1px solid #ccc;
    }

    .app-dropdown.active .app-dropdown-button {
        background-color: rgba(204, 204, 204, 0.25);
        border-radius: 4px 4px 0 0;
    }

    .app-dropdown .app-dropdown-button span {
        position: absolute;
        left: 38px;
        right: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        line-height: 20px;
    }

    .app-dropdown .app-dropdown-list {
        max-height: 243px;
        height: max-content;
        overflow-y: auto;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 2px);
        z-index: 1;
        background-color: #ffffff;
        border-radius: 0 0 4px 4px;
        margin: 0;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

    .app-dropdown.active .app-dropdown-list {
        display: block;
        box-shadow: 0 4px 15px 0 rgba(63, 59, 59, 0.12);
    }

    .app-dropdown .app-dropdown-list li {
        border-top: 1px solid #ccc;
        padding: 14px 8px;
        padding-right: 32px;
        display: flex;
        align-items: center;
        font-size: 14px;
        position: relative;
        background-color: #ffffff;
        font-family: 'Open Sans',sans-serif;
        cursor: pointer;
    }

        .app-dropdown .app-dropdown-list li:hover {
            background-color: #f1faff;
        }

        .app-dropdown .app-dropdown-list li.selected {
            background-color: #f1faff;
        }

            .app-dropdown .app-dropdown-list li.selected:before {
                content: "";
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                background: url("https://vitaminler.mncdn.com/Themes/Supplementler/Content/images/icon-variant-check.svg") no-repeat;
                width: 20px;
                height: 20px;
            }

        .app-dropdown .app-dropdown-list li:first-child {
            border: none;
        }

        .app-dropdown .app-dropdown-list li.remove {
            display: none;
        }

        .app-dropdown .app-dropdown-list li img {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

/*#endregion */

/*#region Popup */

.app-popup {
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999991;
    background-color: rgba(52, 64, 84, 0.7);
}

    .app-popup.active {
        display: flex;
    }

.app-popup-container {
    width: calc(500px - 48px);
    height: auto;
    padding: 24px;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 0;
    gap: 24px;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.04), 0 20px 24px -4px rgba(16, 24, 40, 0.1);
    background-color: #FFFFFF;
}

/*#endregion */

/* ---------------------------------------- GLOBALS --------------------------------------- */

/*#region Subscription Detail */
.page-subscription-detail {
    display: table;
    width: calc(100% - 32px);
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    padding: 16px;
}

.page-subscription-detail__description {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #464646;
    margin-bottom: 24px;
    line-height: normal;
}

.page-subscription-detail__order-cycle {
    margin-bottom: 24px;
}

.page-subscription-detail__order-cycle-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.page-subscription-detail__order-cycle-wrapper {
    display: flex;
    width: calc(100% - 50px);
    align-items: center;
    padding: calc(24px + 24px) 25px;
}

.page-subscription-detail__order-cycle-step {
    position: relative;
    width: 24px;
    height: 40px;
    flex-shrink: 0;
}

.page-subscription-detail__order-cycle-step-text {
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translate(-50%, 0);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: left;
    color: #0058ac;
    white-space: nowrap;
}

    .page-subscription-detail__order-cycle-step-text.completed {
        font-weight: bold;
    }

.page-subscription-detail__order-cycle-step-image {
    width: 24px;
    height: 40px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width%3D%2740%27 height%3D%2740%27 viewBox%3D%270 0 40 40%27 fill%3D%27none%27 xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cg clip-path%3D%27url(%2372arigas6a)%27%3E%3Cpath d%3D%27M27.555 39.187h-15.14c-2.117 0-4.055-2.097-4.055-4.983V11.238c0-2.886 1.938-4.983 4.056-4.983h15.14c2.117 0 4.056 2.097 4.056 4.983v22.966c0 2.886-1.939 4.983-4.056 4.983z%27 stroke%3D%27%23B1B1B1%27 stroke-width%3D%271.563%27/%3E%3Cpath d%3D%27M12.143 4.106a1 1 0 0 0 1 1h13.714a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H13.143a1 1 0 0 0-1 1v3.106z%27 fill%3D%27%23D6D7D8%27/%3E%3Cpath d%3D%27M7.578 31.686h24.815V13.617H7.578v18.069z%27 fill%3D%27%239DBBDA%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id%3D%2772arigas6a%27%3E%3Cpath fill%3D%27%23fff%27 d%3D%27M0 0h40v40H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

    .page-subscription-detail__order-cycle-step-image.completed {
        background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23dr15vngv0a)'%3E%3Cpath d='M28.055 39.187h-15.14c-2.117 0-4.055-2.097-4.055-4.983V11.238c0-2.886 1.938-4.983 4.056-4.983h15.14c2.117 0 4.056 2.097 4.056 4.983v22.966c0 2.886-1.939 4.983-4.057 4.983z' stroke='%23003770' stroke-width='1.563'/%3E%3Cpath d='M12.643 4.106a1 1 0 0 0 1 1h13.714a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H13.643a1 1 0 0 0-1 1v3.106z' fill='%23D6D7D8'/%3E%3Cpath d='M8.078 31.686h24.815V13.617H8.078v18.069z' fill='%231E68B5'/%3E%3Cpath d='M24.853 19a.952.952 0 0 0-.654.292c-1.843 1.846-3.524 3.662-5.304 5.474l-2.183-1.742a.954.954 0 0 0-1.337.149.951.951 0 0 0 .148 1.337l2.854 2.282a.951.951 0 0 0 1.267-.071c2.05-2.053 3.889-4.073 5.899-6.086a.952.952 0 0 0-.69-1.635z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='dr15vngv0a'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }

.page-subscription-detail__order-cycle-step-discount {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
    width: 72px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #f73d04;
    border-radius: 4px;
    border: 1px solid #f73d04;
    white-space: nowrap;
}

    .page-subscription-detail__order-cycle-step-discount::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #f73d04 transparent;
    }

.page-subscription-detail__order-cycle-progress {
    position: relative;
    background-color: #EBEBEB;
    flex-grow: 1;
    height: 8px;
    margin-top: 5px;
}

    .page-subscription-detail__order-cycle-progress.completed {
        background-color: #0058ac;
    }

    .page-subscription-detail__order-cycle-progress.waiting:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 8px;
        background-color: #0058ac;
        border-radius: 0 10px 10px 0;
    }

.page-subscription-detail__details {
    width: 100%;
    display: flex;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    padding: 0;
}

.page-subscription-detail__details-subscription {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    padding: 0;
}

.page-subscription-detail__details-subscription-product {
    margin-bottom: 16px;
}

.page-subscription-detail__details-subscription-product-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 0;
    margin-top: 0;
    margin-bottom: 16px;
}

.page-subscription-detail__details-subscription-product-body {
    position: relative;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.page-subscription-detail__details-subscription-product-quantity {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background-color: #1a4b86;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
}

.page-subscription-detail__details-subscription-product-image {
    width: 90px;
    height: 90px;
    flex-grow: 0;
}

.page-subscription-detail__details-subscription-product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.page-subscription-detail__details-subscription-product-info-name {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: left;
}

.page-subscription-detail__details-subscription-product-info-frequency {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-subscription-detail__details-subscription-product-info-frequency i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.771 10.052c0 4.14 3.31 7.5 7.393 7.5 4.081 0 7.392-3.359 7.392-7.5 0-.116-.002-.232-.008-.346h1.89l-3-3.045-3.002 3.045h2.421c.007.114.01.23.01.346 0 3.196-2.553 5.787-5.703 5.787-3.15 0-5.704-2.591-5.704-5.787 0-3.195 2.554-5.786 5.704-5.786 1.601 0 3.05.67 4.085 1.75l1.194-1.212a7.318 7.318 0 0 0-5.28-2.252c-4.082 0-7.392 3.358-7.392 7.5zm7.551 2.516h.953V9.121L7.51 7.548l-.477.815 2.29 1.303v2.902z" fill="%23026ACB"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 4px;
    }

.page-subscription-detail__details-subscription-product-info-variant {
}

.page-subscription-detail__details-subscription-product-info-price {
}

.page-subscription-detail__details-subscription-shipping-address {
}

.page-subscription-detail__details-subscription-shipping-address-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.page-subscription-detail__details-subscription-shipping-address .app-dropdown .app-dropdown-button i {
    width: 24px;
    height: 25px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M20.515 5.542a.68.68 0 0 0-.963 0l-8.166 8.144-2.947-3.2a.68.68 0 0 0-1.001.922l3.426 3.721a.68.68 0 0 0 .981.021l8.668-8.645a.68.68 0 0 0 .002-.963z" fill="%23464646"/><path d="M20.35 11.423a.68.68 0 0 0-.68.681c0 4.23-3.44 7.67-7.67 7.67-4.229 0-7.67-3.44-7.67-7.67 0-4.229 3.441-7.67 7.67-7.67a.68.68 0 1 0 0-1.36c-4.98 0-9.03 4.05-9.03 9.03 0 4.98 4.05 9.031 9.03 9.031 4.98 0 9.031-4.051 9.031-9.03a.68.68 0 0 0-.68-.682z" fill="%23464646"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 4px;
}

.page-subscription-detail__details-subscription-payment-method {
}

.page-subscription-detail__details-subscription-payment-method-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.page-subscription-detail__details-subscription-payment-method .app-dropdown .app-dropdown-button i {
    width: 24px;
    height: 25px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><mask id="kjaf7wvrwa" maskUnits="userSpaceOnUse" x=".532" y="3.7" width="22" height="16" fill="%23000"><path fill="%23fff" d="M.532 3.7h22v16h-22z"/><path d="M21.957 6.767A2.063 2.063 0 0 0 19.894 4.7H3.595a2.063 2.063 0 0 0-2.063 2.067V16.93c0 1.143.922 2.067 2.063 2.067h16.299a2.063 2.063 0 0 0 2.063-2.067V6.767zM3.58 5.459h16.29c.72 0 1.288.57 1.288 1.29v.65H2.29v-.65c0-.72.568-1.29 1.289-1.29zm17.578 2.7v2.108H2.29V8.158h18.867zm-1.289 10.037H3.578a1.28 1.28 0 0 1-1.288-1.29v-5.88h18.867v5.88a1.28 1.28 0 0 1-1.289 1.29z"/></mask><path d="M21.957 6.767A2.063 2.063 0 0 0 19.894 4.7H3.595a2.063 2.063 0 0 0-2.063 2.067V16.93c0 1.143.922 2.067 2.063 2.067h16.299a2.063 2.063 0 0 0 2.063-2.067V6.767zM3.58 5.459h16.29c.72 0 1.288.57 1.288 1.29v.65H2.29v-.65c0-.72.568-1.29 1.289-1.29zm17.578 2.7v2.108H2.29V8.158h18.867zm-1.289 10.037H3.578a1.28 1.28 0 0 1-1.288-1.29v-5.88h18.867v5.88a1.28 1.28 0 0 1-1.289 1.29z" fill="%23464646"/><mask id="uupvm5xr1b" maskUnits="userSpaceOnUse" x="3.033" y="11.507" width="8" height="6" fill="%23000"><path fill="%23fff" d="M3.033 11.507h8v6h-8z"/><path d="M8.329 12.507c-.404 0-.783.118-1.104.316-.32-.202-.699-.316-1.103-.316a2.093 2.093 0 0 0 0 4.184c.404 0 .783-.118 1.103-.316.32.202.7.316 1.104.316a2.093 2.093 0 0 0 0-4.184zm-1.104 2.834a1.321 1.321 0 0 1 0-1.484 1.322 1.322 0 0 1 0 1.484zM4.787 14.6a1.335 1.335 0 0 1 1.849-1.227c-.253.346-.4.767-.4 1.227 0 .46.147.881.4 1.227-.16.068-.333.106-.518.106-.733 0-1.331-.6-1.331-1.333zm3.542 1.333c-.185 0-.358-.038-.518-.106.253-.346.4-.767.4-1.227 0-.46-.147-.881-.4-1.227.16-.068.333-.106.518-.106.733 0 1.33.6 1.33 1.333 0 .734-.597 1.333-1.33 1.333z"/></mask><path d="M8.329 12.507c-.404 0-.783.118-1.104.316-.32-.202-.699-.316-1.103-.316a2.093 2.093 0 0 0 0 4.184c.404 0 .783-.118 1.103-.316.32.202.7.316 1.104.316a2.093 2.093 0 0 0 0-4.184zm-1.104 2.834a1.321 1.321 0 0 1 0-1.484 1.322 1.322 0 0 1 0 1.484zM4.787 14.6a1.335 1.335 0 0 1 1.849-1.227c-.253.346-.4.767-.4 1.227 0 .46.147.881.4 1.227-.16.068-.333.106-.518.106-.733 0-1.331-.6-1.331-1.333zm3.542 1.333c-.185 0-.358-.038-.518-.106.253-.346.4-.767.4-1.227 0-.46-.147-.881-.4-1.227.16-.068.333-.106.518-.106.733 0 1.33.6 1.33 1.333 0 .734-.597 1.333-1.33 1.333z" fill="%23464646"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 4px;
}

.page-subscription-detail__details-order-summary {
    position: relative;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    padding: 24px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 24px;
}

.page-subscription-detail__details-order-summary-title {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    text-align: left;
    letter-spacing: -0.2px;
    background-color: #FFF;
    color: #333;
    padding: 0 4px;
    margin: 0;
}

.page-subscription-detail__details-order-summary-list {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .page-subscription-detail__details-order-summary-list.full-size {
        height: auto !important;
    }

.page-subscription-detail__details-order-summary-list-item {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.19px;
    text-align: left;
    color: #333;
    padding: 16px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

    .page-subscription-detail__details-order-summary-list-item a,
    .page-subscription-detail__details-order-summary-list-item a:hover {
        color: #333;
        text-decoration: underline;
    }

.page-subscription-detail__details-order-summary-list-item--order-complete {
    float: right;
    font-weight: bold;
}

.page-subscription-detail__details-order-summary-list-item--order-waiting {
    float: right;
    color: #c7c7c7;
}

.page-subscription-detail__details-order-summary-list-more-button {
    position: absolute;
    left: calc((100% - 24px) / 2);
    bottom: 0;
    width: 24px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="m21 8.53-9 7-9-7" stroke="%23777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .page-subscription-detail__details-order-summary-list-more-button.less-button {
        transform: rotate(180deg);
    }

.page-subscription-detail__details-subscription-new-button {
    display: flex;
    float: right;
    cursor: pointer;
    color: #0063c4;
}

    .page-subscription-detail__details-subscription-new-button i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M9.447 3.438h1.316c.117 0 .175.049.175.148v13.037c0 .098-.058.148-.175.148H9.447c-.117 0-.176-.05-.176-.148V3.586c0-.1.059-.148.176-.148z" fill="%230063c4"/><path d="M3.594 9.271h13.024c.103 0 .155.058.155.175v1.316c0 .117-.052.176-.155.176H3.594c-.103 0-.155-.059-.155-.176V9.446c0-.117.052-.175.155-.175z" fill="%230063c4"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 4px;
    }

.page-subscription-detail__details-subscription-save-button {
    height: 48px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #0063c4;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

    .page-subscription-detail__details-subscription-save-button:hover {
        background-color: rgba(0, 99, 196, 0.9);
    }

.page-subscription-detail__details-subscription-cancel-button {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #444;
    margin-top: 40px;
}

    .page-subscription-detail__details-subscription-cancel-button:hover {
        color: #444;
        text-decoration: underline;
    }


.page-subscription-detail__cancel-popup-header {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}

.page-subscription-detail__cancel-popup-body {
    display: flex;
    gap: 24px;
    flex-direction: inherit;
}

.page-subscription-detail__cancel-popup-body-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: rgba(21, 25, 32, 0.75);
}

.page-subscription-detail__cancel-popup-body-alert {
    display: none;
    border-radius: 4px;
    line-height: 20px;
    background-color: rgb(255, 77, 77);
    color: #FFFFFF;
    font-weight: 500;
    padding: 12px 16px;
    font-size: 14px;
}

    .page-subscription-detail__cancel-popup-body-alert.active {
        display: block;
    }

.page-subscription-detail__cancel-popup-body-why {
}

.page-subscription-detail__cancel-popup-body-why-title {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: rgba(21, 25, 32, 0.75);
    margin-bottom: 16px;
}

.page-subscription-detail__cancel-popup-body-why-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: left;
    color: #464646;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

    .page-subscription-detail__cancel-popup-body-why-options li {
        display: flex;
        gap: 8px;
        cursor: pointer;
        align-items: center;
    }

    .page-subscription-detail__cancel-popup-body-why-options i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        border: solid 1px rgba(34, 34, 34, 0.3);
        background-color: #fff;
        border-radius: 99px;
        cursor: pointer;
    }

    .page-subscription-detail__cancel-popup-body-why-options li:hover > i {
        border: solid 1px rgba(34, 34, 34, 0.7);
    }

    .page-subscription-detail__cancel-popup-body-why-options li.selected > i {
        border: solid 1px rgba(205, 205, 205, 0.3);
        background-color: #cdcdcd;
    }

        .page-subscription-detail__cancel-popup-body-why-options li.selected > i:before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #0058ac;
            border-radius: 99px;
        }

.page-subscription-detail__cancel-popup-footer {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.page-subscription-detail__cancel-popup-save-button {
    height: 48px;
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #FFFFFF;
    border: solid 1px #444;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

    .page-subscription-detail__cancel-popup-save-button:hover {
        border: 1px solid #000;
        color: #000;
    }

.page-subscription-detail__cancel-popup-close-button {
    height: 48px;
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: #255087;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

    .page-subscription-detail__cancel-popup-close-button:hover {
        background-color: rgba(0, 99, 196, 0.9);
    }
/*#endregion*/

.tab-option.active {
    color: #fd830c;
    border-bottom: 4px solid #fd830c;
}

.info-box.info-forgot-password:not(.no-icon) {
    background-color: #f3ece480 !important;
    font-size: 13px !important;
}

footer .payment-logo ul {
    gap: 32px;
}

footer .protect-text {
    margin-top: 24px;
    color: #00A13A !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #fefefe;
    padding: 8px 0;
}

    footer .protect-text .pt-content .pt-right {
        width: 210px;
        text-align: center;
        padding-left: 6px;
        color: #222 !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }


.bottom-calls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F7F5;
    padding: 16px 16px 0px 16px;
}


/*#region Footer Acordion */
.footer-accordion {
    padding: 16px;
    border-collapse: collapse;
}

.footer-accordion-item {
    border-bottom: 1px solid #ccc;
}

    .footer-accordion-item:last-child {
        border-bottom: none;
    }

.footer-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f9f9f9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-accordion-content {
    display: none;
    padding: 12px;
}

.footer-accordion-item.active .footer-accordion-content {
    display: block;
}

.footer-accordion-header .footer-accordion-icon {
    width: 16px;
    height: 16px;
    background-image: url('https://vitaminler.mncdn.com/Themes/mobile/Supplementler/Content/images/vitaminler/icon-tab-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none !important;
}

.footer-accordion-item.active .footer-accordion-icon {
    transform: rotate(180deg);
}


.footer-accordion-content ul {
    list-style-type: none;
    padding-left: 0;
}

    .footer-accordion-content ul li {
        display: flex;
        padding: 4px 16px 4px 0px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        margin-bottom: 12px;
    }

        .footer-accordion-content ul li a {
            text-decoration: none;
            color: #000;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

            .footer-accordion-content ul li a:hover {
                text-decoration: underline;
                color: #FD830C;
            }
/*#endregion*/

.f-nunito {
    font-family: "Nunito Sans" !important;
}

.product-select-list li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}


/*#region fit gifts*/
.m-popup .gifts {
    margin-bottom: 24px;
}

    .m-popup .gifts .gifts-title {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: -0.22px;
        color: #222426;
        margin-bottom: 8px;
    }

    .m-popup .gifts .gifts-select {
        padding: 0px 16px;
        letter-spacing: -0.2px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 4px;
        border: 1px solid #BBB;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
        background-color: white;
        height: 46px;
        color: #333;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        .m-popup .gifts .gifts-select svg {
            transform: rotate(180deg);
        }

        .m-popup .gifts .gifts-select.active svg {
            transform: unset;
        }

    .m-popup .gifts .gifts-select-content {
        border: solid 1px #f3f3f3;
        padding: 16px 21px 16px 16px;
        max-height: 280px;
        overflow-y: auto;
        display: none;
        margin-top: 8px;
    }

        .m-popup .gifts .gifts-select-content .gifts-select-content-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 8px;
        }

            .m-popup .gifts .gifts-select-content .gifts-select-content-item:last-child {
                margin-bottom: 0px;
            }

            .m-popup .gifts .gifts-select-content .gifts-select-content-item .gifts-select-content-item-image img {
                width: 88px;
                height: 88px;
                object-fit: cover;
            }

            .m-popup .gifts .gifts-select-content .gifts-select-content-item .gifts-select-content-item-text {
                font-size: 12px;
                font-weight: 600;
                line-height: normal;
                letter-spacing: normal;
                color: #000;
                flex: 1 0 0;
                padding: 0 16px;
            }

            .m-popup .gifts .gifts-select-content .gifts-select-content-item .gifts-select-content-item-button {
                border-radius: 4px;
                background-color: #f73d04;
                font-size: 14px;
                font-weight: 600;
                line-height: normal;
                letter-spacing: normal;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 35px;
                width: 55px;
                border: 1px solid #f73d04;
            }

                .m-popup .gifts .gifts-select-content .gifts-select-content-item .gifts-select-content-item-button.active {
                    background-color: transparent;
                }
/*#endregion*/

#popular-brands-home-vit {
    padding-top: 8px;
    min-height: 100px;
}

#benefit-home-vit {
    padding-top: 20px;
    background: #F2F6F3;
    min-height: 200px;
}

#personal-advice-home-vit {
    padding: 16px;
    background: #F2F6F3;
}

    #personal-advice-home-vit h3 {
        color: #FFF;
        font-family: "Source Sans Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

#homepagebestsellers, #recentlyaddedproductsblockold, #featuredproducts {
    min-height: 294px;
}

/*#region Main Page Category Scroll */
#brands-wrapper {
    background-color: #F2F6F3;
    padding: 4px 0;
    margin-top: -15px;
}

    #brands-wrapper .scroll-container {
        background-color: #fff;
    }

.scroll-container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    padding-top: 46px;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 12px;
}
    .scroll-container::-webkit-scrollbar {
        display: none;
    }

#benefit-home-vit .benefit-head, .popular-brands-head {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-left: 16px;
}

#benefit-home-vit .scroll-container {
    padding-top: 0px;
}

#popular-brands-home-vit .scroll-container {
    padding-top: 0px;
    margin-bottom: 0px;
}

.benefit-scroll-item {
    width: 145px !important;
    height: 145px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    overflow: hidden;
    margin: 10px;
    border-radius: 16px !important;
}

    .benefit-scroll-item .benefit-title {
        background-color: rgba(56, 86, 34, 0.60);
        width: 100%;
        height: 100%;
        color: white;
        text-align: center;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: visible;
        align-content: center;
        border-radius: 16px;
        box-sizing: border-box;
        padding: 8px;
    }

        .benefit-scroll-item .benefit-title a {
            color: white;
        }

.brand-scroll-item {
    width: 85px;
    height: 85px;
    border-radius: 50% !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    overflow: hidden;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .brand-scroll-item .brand-title {
        background-color: rgba(56, 86, 34, 0.60);
        width: 100%;
        height: 100%;
        color: white;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        overflow: visible;
        align-content: center;
        border-radius: 16px;
    }

    .brand-scroll-item a img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }

.scroll-item {
    flex: 0 0 auto;
    width: 85px;
    height: 85px;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(67, 58, 58, 0.1);
    background-color: #fff;
    text-align: center;
}
    .scroll-item .category-image {
        display: block;
        width: 85px;
        height: 85px;
        position: relative;
        top: -36px;
        overflow: visible;
    }
        .scroll-item .category-image img {
            width: 100%;
        }
    .scroll-item .category-title {
        color: #333;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        position: relative;
        top: -36px;
        overflow: visible;
        align-content: center;
        height: 30px;
    }
        .scroll-item .category-title a {
            color: #333;
        }
    .scroll-item:first-child {
        margin-left: 16px;
    }
    .scroll-item:last-child {
        margin-right: 16px;
    }

.mainpage-tabs {
    display: flex;
    gap: 8px;
    padding: 16px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mainpage-tab {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #37383B;
    transition: all 0.2s ease;
    white-space: nowrap;
    height: 42px;
    padding: 14px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 14px;
}

    .mainpage-tab.active {
        border: 1px solid #FD830C;
        background: rgba(253, 131, 12, 0.05);
        color: #FD830C;
        font-weight: 700;
    }

.personalAdvice-home {
    position: relative;
    background-image: url("../img/personal-advice-vit.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34px 0;
    text-align: left;
    margin-bottom: 18px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
}

    .personalAdvice-home .personalAdvice-head {
        color: #ffffff;
        font-family: "Open Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: inline-block;
        position: relative;
        padding: 4px 0;
        padding-left: 35px;
    }

    .personalAdvice-home h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.78;
        color: #ffffff;
        position: relative;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .personalAdvice-home a {
        display: inline-block;
        position: relative;
        margin-top: 25px;
        padding: 15px 36px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 5px;
        background-color: #F56C17;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
        margin-left: 35px;
    }

#homepagecampaigns, #recentlyaddedproductsblock {
    min-height: 200px;
}

#Best-Sellers.top-product, #Recently-Added-Products.top-product, #Homepage-Campaigns.top-product {
    border: none;
}

.recentlyaddedproduct-title {
    float: left;
    margin: 10px 0 20px 15px;
    color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.recentlyaddedproduct-link {
    float: right;
    color: #878787;
    font-weight: 400;
    text-decoration: underline;
    margin: 13px 13px 0 0;
}

.show-all-item .product-div{
    display: block;
    border: 1px solid #E3E3E3;
    background: rgba(236, 236, 236, 0.80);
    border-radius: 4px;
}

    .show-all-item .product-div::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(236, 236, 236, 0.80);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 7;
    }

.show-all-item .show-all-item-link {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.show-all-item .product-div{
    display: block;
    border: 1px solid #E3E3E3;
    background: rgba(236, 236, 236, 0.80);
    border-radius: 4px;
}

    .show-all-item .product-div::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(236, 236, 236, 0.80);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 7;
    }

.show-all-item .show-all-item-link {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[data-variant-discount-badge=True]::before {
    display: none;
}

#addproductreviewform .combination-select .combination-select-list {
    min-height: initial;
    max-height: initial;
}

.product-stock {
    border-radius: 4px;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    padding: 11px 16px;
}

    .product-stock div img {
        height: 24px;
        width: 24px;
        margin-bottom: 2px;
    }

    .product-stock div div {
        color: #666;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
    }

        .product-stock div div strong {
            color: #ED8935;
            font-size: 12px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }


.product-photos .add-to-faves {
    background: url("/themes/mobile/supplementler/content/images/favorite_fit_off.svg") scroll center center no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 12px;
    border-radius: 50%;
    filter: drop-shadow(0 0 4px rgba(27, 25, 25, 0.15));
}

    .product-photos .add-to-faves.faved {
        background: url(/themes/mobile/supplementler/content/images/favorite_fit_on.svg) scroll center no-repeat;
        background-size: 54px 54px;
    }


.product-photos .share-link-button {
    background: url(/themes/mobile/supplementler/content/images/fit_share.svg) scroll center center no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 2;
    top: 64px;
    right: 12px;
    border-radius: 50%;
    filter: drop-shadow(0 0 4px rgba(27, 25, 25, 0.15));
}


.product-benefits {
    padding: 0 16px;
    margin: 16px 0;
}

    .product-benefits .title {
        font-family: "HelveticaNeueLTPro-Bd";
        font-size: 14px;
        color: #464646;
        padding-right: 2px;
        line-height: 26px;
    }

    .product-benefits ul {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .product-benefits li {
        display: flex;
        align-items: center;
        list-style-type: none;
        flex-grow: 1;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
    }

        .product-benefits li::before {
            content: "";
            margin-right: 7px;
            background-image: url(/Themes/mobile/Supplementler/Content/images/icon/vitaminler-benefits-new.png);
            min-width: 22px;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-size: auto;
            background-size: 22px 22px;
        }


.fancybox-inner {
    height: auto !important;
}
.discountrule-content h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #000;
}

.discountrule-content p {
    color: #191A1C;
    font-family: "Nunito Sans";
}

.discountrule-close-button {
    background: #F79009;
}

