﻿@charset "utf-8";
/* CSS Document */

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('bundles/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('bundles/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('bundles/fonts/proxima-nova-sbold-webfont.woff2') format('woff2'), url('bundles/fonts/proxima-nova-sbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('bundles/fonts/proxima-nova-bold-webfont.woff2') format('woff2'), url('bundles/fonts/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    src: url('../fontsproxima-nova-bold-webfont.woff2') format('woff2'), url('../fonts/proxima-nova-bold-webfont.woff') format('woff');
    src: url('bundles/fontsproxima-nova-bold-webfont.woff2') format('woff2'), url('bundles/fonts/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body, h1, h2, h3, h4, h5, h6 {
    font-family: 'proxima_novaregular';
}

header {
    border-bottom: 1px solid #e8e8e8;
}

    header nav {
        background: none !important;
    }

    header .navbar-brand {
        margin-right: 30px;
    }

        header .navbar-brand span {
            border-right: 1px solid #e8e8e8;
            line-height: 32px;
            display: inline-block;
            padding-right: 8px;
            margin-right: 8px;
        }

    header .navbar-nav {
        margin: 6px 0 0 0;
    }

    header .navbar {
        /*padding: 0 16px;*/
        padding: 0;
    }

    header .navbar-nav li a {
        color: #6f6f6f !important;
        padding: 16px 13px !important;
        font-family: 'proxima_novasemibold';
        font-size: 13px;
        border-bottom: 2px solid transparent;
    }

    header .navbar-nav li.active a, header .navbar-nav li:hover a {
        border-bottom: 2px solid #f69420;
    }

    header .order {
        font-size: 12px;
        color: #f69420;
        font-family: 'proxima_novasemibold';
        border: solid 2px #f69420;
        line-height: 34px;
        padding: 0 14px;
        border-radius: 4px;
        display: inline-block;
        transition: .5s;
    }

        header .order:hover {
            background: #f69420;
            color: #fff;
        }

dropUl {
}

li ul.dropUl {
    display: none;
    width: 19%;
    box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.60);
}

header .navbar-nav li:hover li a {
    border-bottom: none;
    padding: 10px 13px !important;
}

header .navbar-nav li li a:hover {
    border-bottom: none;
    color: #f69420 !important;
}

header .sign-in {
    display: inline-block;
    font-size: 14px;
    color: #f69420;
    font-family: 'proxima_novasemibold';
    margin-left: 10px;
    cursor: pointer;
    padding: 5px;
}

header .external-sign-in {
    display: inline-block;
    font-size: 14px;
    color: #f69420;
    font-family: 'proxima_novasemibold';
    margin-left: 10px;
    cursor: pointer;
    padding: 5px;
}

header .bel-icon {
    color: #b5b5b5;
    margin: 0 8px;
    font-size: 20px;
}

header .user-img {
    position: relative;
    display: inline;
}

    header .user-img img {
        width: 32px;
        cursor: pointer;
    }

    header .user-img ul {
        position: absolute;
        top: 45px;
        right: 0;
        width: 150px;
        background: #fff;
        box-shadow: 1px 0 5px rgba(0,0,0,.4);
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
    }

        header .user-img ul li a {
            color: #515151;
            font-size: 12px;
            line-height: 28px;
            padding: 0 15px;
            border-bottom: 1px solid #d6d6d6;
            display: block;
        }

        header .user-img ul li:last-child a {
            border: none;
        }

        header .user-img ul:before {
            content: "";
            position: absolute;
            top: -13px;
            right: 10px;
            width: auto;
            height: auto;
            border-top: 0px solid transparent;
            border-left: 7px solid transparent;
            border-bottom: 12px solid #f69420;
            border-right: 7px solid transparent;
            z-index: 1000;
        }


.inner-live {
    border-radius: 2px;
    padding: 6px 0;
    background: #ff8480;
    color: #fff;
    margin-top: 20px;
    position: relative;
}

    .inner-live h5 {
        margin: 0 90px 0 16px;
        font-size: 14px;
        display: inline-block;
    }

        .inner-live h5 i {
            margin-right: 5px;
        }

        .inner-live h5 img {
            vertical-align: middle;
        }

    .inner-live h6 {
        margin: 0;
        font-size: 14px;
        display: inline-block;
    }

    .inner-live .clock {
        float: right;
        margin: 0 50px 0 0;
    }

        .inner-live .clock img {
            float: left;
            margin: 5px 6px 0 0;
        }

    .inner-live .close {
        float: right;
        right: 30px;
        top: 6px;
        position: absolute;
        opacity: 1;
        cursor: pointer;
        z-index: 1000;
    }

.slider {
    padding: 30px 0;
}

    .slider .carousel-control-next:focus, .slider .carousel-control-next:hover, .slider .carousel-control-prev:focus, .slider .carousel-control-prev:hover {
        opacity: 1;
        background: #e4810c;
    }

    .slider .carousel-control-next {
        height: 40px;
        width: 40px;
        background: #f69420;
        opacity: 1;
        border-radius: 3px;
        top: 50%;
        margin-top: -20px;
        right: -50px;
        font-size: 20px;
    }

    .slider .carousel-control-prev {
        height: 40px;
        width: 40px;
        background: #f69420;
        opacity: 1;
        border-radius: 3px;
        top: 50%;
        margin-top: -20px;
        left: -50px;
        font-size: 20px;
    }

.banner-1, .banner-sm {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .banner-1 .banner-txt, .banner-sm .banner-txt {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 350px;
        padding: 0 0 0 40px;
        z-index: 100;
    }

    .banner-1:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.55);
        border-radius: 3px;
    }

    .banner-1 .banner-txt h1 {
        font-size: 36px;
        color: #fff;
        font-family: 'proxima_novasemibold';
        margin: 0 0 15px 0;
    }

    .banner-1 .banner-txt p, .banner-sm .banner-txt p {
        font-size: 14px;
        color: #fff;
        margin: 0 0 10px 0;
    }

    .banner-1 .banner-txt .more, .banner-sm .banner-txt .more {
        font-size: 13px;
        color: #fff;
        font-family: 'proxima_novasemibold';
    }

        .banner-1 .banner-txt .more i, .banner-sm .banner-txt .more i {
            margin-left: 3px;
            font-weight: bold;
        }

    .banner-sm .banner-txt {
        padding: 15px;
    }

.offerBottom {
    margin-left: auto;
    margin-right: auto
}

    .offerBottom p {
        margin-top: 1rem !important;
        width: 479px;
        color: #515151;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (min-width:1200px) {
    .banner-sm .banner-txt h3 {
        font-size: 1.25rem;
    }

    .modal-inn .offersEnd .modal-content {
        width: 472px !important;
    }

    .banner-sm .banner-txt p {
        font-size: 13px;
    }
}

.mr-left {
    margin-left: 4px;
}

.select-offer {
    margin: auto;
}

@media screen and (max-width:767px) {
    .mr-left {
        margin-left: 0px !important;
    }

    .modal-inn .offers .modal-content {
        width: 100%;
        height: 92.5% !important;
    }

    .modal-inn .modal-body {
        height: 70% !important;
    }

    .offercardDetails {
        height: 187px !important;
    }

    #Detail-d-none {
        height: 110px !important;
    }

    .augmOffer .inner-aug div div.clc_borderRight {
        /*height: 85px !important;*/
    }

    .offerBottom p {
        width: 100%;
        font-size: 10px;
        margin-top: 1rem !important;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-inn .offersEnd .modal-content {
        width: 405px !important;
        height: 40% !important;
    }

    /*.flexOfferDetail {
        margin-top: 0px !important;
    }*/
}

#modalOfWarehouseChange span:hover {
    cursor: pointer
}

.banner-sm .banner-txt {
    font-size: 24px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    margin: 0 0 12px 0;
}

.product-item {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .product-item .prod-bg {
        border-radius: 3px;
        width: 100%;
    }

    .product-item .product-txt {
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 270px;
        padding: 0 0 0 20px;
        z-index: 100;
    }

    .product-item .product-img {
        position: absolute;
        right: -10px;
        bottom: 15px;
        text-align: right;
        z-index: 500;
    }

    .product-item h3 {
        font-size: 24px;
        color: #fff;
        font-family: 'proxima_novasemibold';
        margin: 0 0 14px 0;
    }

    .product-item h6 {
        font-family: 'proxima_novasemibold';
        font-size: 12px;
        padding: 5px 10px;
        line-height: 1;
        display: inline-block;
        border-radius: 25px;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 5px 5px 0;
    }

.quick-bg {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 50px 0 40px 0;
    display: table;
    width: 100%;
    background-image: url('/images/whatIsFooter.png');
}

.inner-order {
    float: right;
    width: 67%;
}

    .inner-order .start {
        float: right;
        margin-right: 40px;
        width: 116px;
        line-height: 38px;
        background: #f69420;
        color: #fff;
        font-size: 12px;
        font-family: 'proxima_novasemibold';
        text-align: center;
        border-radius: 4px;
    }

        .inner-order .start:hover {
            background: #e48413;
        }

    .inner-order h2 {
        font-size: 30px;
        color: #515151;
        margin: 0 0 2px 0;
        font-family: 'proxima_novasemibold';
    }

    .inner-order p {
        font-size: 14px;
        color: #515151;
    }

/*offer*/

.details-offer-bg {
    background-image: url(/../images/dumyy-offer.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    height: 100%;
    height: 337px !important;
    display: table;
    width: 100%;
}

.inner-offer {
    float: left;
    width: 67%;
    margin-left: 40px;
    top: -55px;
    position: relative;
}

.start {
    float: left;
    width: 116px;
    line-height: 38px;
    background: #fff;
    color: #F69420;
    font-size: 12px;
    font-family: 'proxima_novasemibold';
    text-align: center;
    border-radius: 4px;
}

    .start:hover {
        background: #e48413;
        border: 1px solid #fff;
        color: #fff;
    }

.rectangle {
    background-color: #FBFBFB;
    color: #646464;
    float: right;
    flex-flow: column;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.inner-offer h2 {
    font-size: 30px;
    color: #515151;
    margin: 0 0 2px 0;
    font-family: 'proxima_novasemibold';
}

.inner-offer p {
    font-size: 14px;
    color: #515151;
}

.offerReject {
    text-decoration: underline;
    color: #646464;
    font-size: 10px;
    line-height: 12px;
    margin-left: 16px;
}

.clc_borderRight #rate {
    color: #fff;
}

#rate {
    color: #f69420;
    font-size: 10px;
}
/*offer*/

.popular-content {
    padding: 35px 0 15px 0;
}

    .popular-content .inner-popular .bg-1 {
        background-size: cover !important;
        background-position: center center !important;
        height: 250px;
        display: block;
    }

    .popular-content .inner-popular .bg-2 {
        background-size: cover !important;
        background-position: center center !important;
        height: 250px;
        display: block;
    }

    .popular-content .inner-popular .bg-3 {
        background-size: cover !important;
        background-position: center center !important;
        height: 250px;
        display: block;
    }

    .popular-content .inner-popular {
        margin-bottom: 15px;
        border: solid 1px #d6d6d6;
        min-height: 440px;
        border-radius: 4px;
        position: relative;
    }

        .popular-content .inner-popular .video {
            position: relative;
        }

            .popular-content .inner-popular .video .play {
                position: absolute;
                left: 50%;
                top: 50%;
                z-index: 1;
                margin-left: -34px;
                margin-top: -34px;
            }

    .popular-content h2 {
        font-size: 30px;
        color: #515151;
        font-family: 'proxima_novasemibold';
        margin: 0 0 20px 0;
        width: 100%;
        display: table;
    }

    .popular-content .show-all {
        float: right;
        font-size: 12px;
        color: #515151;
        font-family: 'proxima_novasemibold';
        margin: 7px 0 0 0;
    }

        .popular-content .show-all i {
            margin-left: 4px;
        }

.popular-text {
    padding: 20px 20px 10px 20px;
}

    .popular-text h5 {
        font-size: 16px;
        color: #f69420;
        margin: 10px 0 10px 0;
    }

    .popular-text h4 {
        font-size: 20px;
        color: #515151;
        margin: 0 0 10px 0;
        font-family: 'proxima_novasemibold';
    }

    .popular-text p {
        font-size: 14px;
        color: #515151;
    }

.videos {
    background: url(/../images/videolar-bg.jpg) no-repeat;
    background-size: cover;
    padding: 45px 0 75px 0;
    display: table;
    width: 100%;
}

    .videos h2 {
        color: #fff;
        font-size: 30px;
        font-family: 'proxima_novasemibold';
        margin: 0 0 20px 0;
    }

        .videos h2 .video-list {
            font-size: 12px;
            float: right;
            color: #fff;
            margin: 10px 0 0 0;
        }

            .videos h2 .video-list i {
                padding-left: 5px;
            }

.main-video {
    float: left;
    width: 58%;
}

    .main-video iframe {
        height: 420px;
    }

.all-video {
    float: left;
    width: 42%;
    background: #232323;
    padding: 40px 40px 0 0;
    height: 420px;
    overflow: auto;
}

    .all-video a {
        padding: 17px 35px 17px 35px;
        display: table;
        width: 100%;
    }

        .all-video a.active, .all-video a:hover {
            background: #1e1e1e;
        }

    .all-video .video-img {
        float: left;
        width: 180px;
    }

        .all-video .video-img img {
            width: 160px;
        }

    .all-video .video-txt {
        padding: 8px 0 0 0;
    }

        .all-video .video-txt .date {
            color: #fff;
            font-size: 10px;
        }

        .all-video .video-txt h5 {
            color: #fff;
            font-size: 14px;
            font-family: 'proxima_novasemibold';
        }

        .all-video .video-txt h6 {
            color: #fff;
            font-size: 12px;
        }

.blog {
    padding: 35px 0 40px 0;
    display: table;
    width: 100%;
}

    .blog .blog-inner {
        margin-bottom: 15px;
        position: relative;
    }

        .blog .blog-inner img {
            width: 100%;
        }

        .blog .blog-inner h3 {
            position: absolute;
            color: #fff;
            font-size: 26px;
            font-family: 'proxima_novasemibold';
            left: 30px;
            top: 38%;
            max-width: 100px;
        }

    .blog h2 {
        color: #515151;
        font-size: 30px;
        font-family: 'proxima_novasemibold';
    }

    .blog p {
        color: #515151;
        font-size: 14px;
        margin: 0 0 25px 0;
    }

footer {
    background: #f9f9f9;
    padding: 40px 0;
    display: table;
    width: 100%;
}

.top-footer {
    display: table;
    width: 100%;
}

    .top-footer h5 {
        font-size: 16px;
        font-family: 'proxima_novasemibold';
        color: #888;
        margin: 0 0 10px 0;
    }

    .top-footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-footer ul li {
            margin-bottom: 2px;
        }

            .top-footer ul li a {
                color: #888;
                font-size: 12px;
            }

    .top-footer address {
        color: #888;
        font-size: 12px;
        margin: 0;
    }

        .top-footer address a {
            color: #888;
        }

    .top-footer .part-1 {
        float: left;
        width: 21%;
    }

        .top-footer .part-1 span {
            border-right: 1px solid #e8e8e8;
            line-height: 43px;
            display: inline-block;
            padding-right: 8px;
            margin-right: 8px;
        }

    .top-footer .part-2 {
        float: left;
        width: 14%;
    }

    .top-footer .part-3 {
        float: left;
        width: 9%;
    }

.middle-footer {
    background: #f4f4f4;
    padding: 30px 0;
    display: table;
    width: 100%;
    margin: 30px 0;
}

    .middle-footer ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: table;
    }

        .middle-footer ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .middle-footer ul li a {
                color: #7c7c7c;
                font-size: 12px;
                font-family: 'proxima_novasemibold';
            }

.bottom-footer {
    display: table;
    width: 100%;
}

    .bottom-footer p {
        text-align: center;
        max-width: 950px;
        font-size: 10px;
        color: #7c7c7c;
        margin: 0 auto 10px;
    }

#carousel-mbl {
    display: none;
}

header .exit {
    display: none;
}

header .mobile-user {
    display: none;
}

    header .mobile-user ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        header .mobile-user ul li {
            border-top: solid 1px #dddddd;
            color: #515151;
            font-size: 16px;
            font-family: 'proxima_novasemibold';
        }

            header .mobile-user ul li a {
                color: #515151;
                padding: 12px 18px;
                display: block;
            }

            header .mobile-user ul li.user-name {
                padding: 12px 18px;
            }

                header .mobile-user ul li.user-name img {
                    vertical-align: middle;
                    padding-right: 10px;
                }

            header .mobile-user ul li.notification i {
                padding-right: 10px;
                color: #b5b5b5;
                font-size: 20px;
                vertical-align: middle;
                margin-top: -6px;
            }

            header .mobile-user ul li.exit {
                background: #f69420;
                color: #fff;
                border: none;
                display: block;
            }

                header .mobile-user ul li.exit a {
                    color: #fff;
                }

            header .mobile-user ul li span {
                float: right;
                line-height: 30px;
                width: 30px;
                text-align: center;
                color: #fff;
                border-radius: 50%;
                font-size: 15px;
                background: #f69420;
            }

header .close {
    font-size: 2.2rem;
    color: #646464;
    opacity: 1 !important;
    cursor: pointer;
}

header .modal-header {
    border-bottom: none;
}


#modal-1 .sign-in {
    display: table;
    margin: 0 auto 20px;
    line-height: 38px;
    background: #f69420;
    color: #fff;
    padding: 0 33px;
    border: none;
}

#modal-1 h6 {
    color: #646464;
    font-size: 12px;
    text-align: center;
    margin: 0 0 20px 0;
}

#modal-1 .modal-content {
    padding: 0 5px;
}

#modal-1 .modal-dialog {
    max-width: 415px;
}

#modal-1 .modal-title {
    font-size: 24px;
    color: #646464;
    font-family: 'proxima_novasemibold';
}

#modal-1 p {
    color: #646464;
    font-size: 14px;
    margin: 0 0 8px 0;
    font-family: 'proxima_novasemibold';
}

#modal-1 input {
    margin-bottom: 10px;
}

#modal-1 .forget {
    color: #515151;
    font-size: 12px;
    display: table;
    margin: 10px 0 25px 0;
    font-family: 'proxima_novasemibold';
    text-decoration: underline;
    line-height: 1;
}

#modal-External .external-sign-in {
    display: table;
    margin: 0 auto 20px;
    line-height: 38px;
    background: #f69420;
    color: #fff;
    padding: 0 33px;
    border: none;
}

#modal-External h6 {
    color: #646464;
    font-size: 12px;
    text-align: center;
    margin: 0 0 20px 0;
}

#modal-External .modal-content {
    padding: 0 5px;
}

#modal-External .modal-dialog {
    max-width: 415px;
}

#modal-External .modal-title {
    font-size: 24px;
    color: #646464;
    font-family: 'proxima_novasemibold';
}

#modal-External p {
    color: #646464;
    font-size: 14px;
    margin: 0 0 8px 0;
    font-family: 'proxima_novasemibold';
}

#modal-External input {
    margin-bottom: 10px;
}

#modal-External .forget {
    color: #515151;
    font-size: 12px;
    display: table;
    margin: 10px 0 25px 0;
    font-family: 'proxima_novasemibold';
    text-decoration: underline;
    line-height: 1;
}

.modal-inn .modal-dialog {
    max-width: 614px;
}

.modal-inn .modal-dialogOffer {
    max-width: 614px;
}

.modal-inn .modal-header {
    background: #f69420;
    border-radius: 3px 3px 0 0;
    padding: 20px 27px;
}

.modal-inn .modal-content {
    padding: 0;
}

.modal-inn .modal-title {
    font-size: 24px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    width: 100%;
}

    .modal-inn .modal-title span {
        font-size: 16px;
        font-family: 'proxima_novaregular';
        float: right;
        margin: 8px 0 0 0;
    }

.modal-inn .close {
    color: #fff;
    opacity: 1 !important;
    text-shadow: none;
    margin: -60px -17px 0 0;
    font-size: 2rem;
    cursor: pointer;
}

.modal-inn .modal-body {
    padding: 20px 25px;
}

.modal-inn h4 {
    font-size: 18px;
    color: #646464;
    font-family: 'proxima_novasemibold';
    margin: 14px 0;
    display: table;
    width: 100%;
}

    .modal-inn h4 .edit {
        font-family: 'proxima_novaregular';
        font-size: 16px;
        float: right;
        color: #646464;
    }

.modal-inn .add-fab {
    display: block;
    margin: 0 0 12px 0;
    padding: 11px 16px;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    font-size: 14px;
    color: #646464;
}

    .modal-inn .add-fab img {
        margin-right: 8px;
    }

    .modal-inn .add-fab.opacity {
        opacity: .6;
    }

.modal-inn .search {
    position: relative;
}

    .modal-inn .search i {
        position: absolute;
        left: 18px;
        top: 13px;
        z-index: 1000;
        cursor: pointer;
        color: #b1b1b1;
    }

    .modal-inn .search input {
        padding: 11px 18px 11px 38px;
        color: #b1b1b1;
    }

.modal-inn .btm-button {
    margin-top: 20px;
    display: table;
    width: 100%;
    padding: 0 20px 20px 20px;
}

    .modal-inn .btm-button .back {
        width: 100px;
        height: 38px;
        border-radius: 3px;
        border: solid 1px #d9d9d9;
        font-size: 12px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        background: #fff;
        cursor: pointer;
        transition: .5s;
    }

        .modal-inn .btm-button .back:hover {
            background: #f69420;
            color: #fff;
            border: solid 1px #f69420;
        }

    .modal-inn .btm-button .go:hover {
        color: #646464;
        background: #fff;
    }

    .modal-inn .btm-button .go {
        padding: 0 22px;
        height: 38px;
        border-radius: 3px;
        border: solid 1px #f69420;
        background: #f69420;
        font-size: 12px;
        color: #fff;
        font-family: 'proxima_novasemibold';
        float: right;
        cursor: pointer;
    }

    .modal-inn .btm-button .goMC {
        padding: 0 22px;
        height: 38px;
        border-radius: 3px;
        border: solid 1px #f69420;
        background: #f69420;
        font-size: 12px;
        color: #fff;
        font-family: 'proxima_novasemibold';
        float: right;
        cursor: pointer;
    }

    .modal-inn .btm-button .backMC {
        width: 100px;
        height: 38px;
        border-radius: 3px;
        border: solid 1px #d9d9d9;
        font-size: 12px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        background: #fff;
        cursor: pointer;
        transition: .5s;
    }

.change:hover {
    color: #646464;
    background: #fff;
}

.change {
    padding: 0 22px;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #f69420;
    background: #f69420;
    font-size: 12px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    float: right;
    cursor: pointer;
}

.modal-inn .btm-button .send:hover {
    color: #646464;
    background: #fff;
}

.modal-inn .btm-button .send {
    padding: 0 22px;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #f69420;
    background: #f69420;
    font-size: 12px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    float: right;
    cursor: pointer;
}

.modal-inn .btm-button .list {
    float: right;
    margin: 8px 23% 0 0;
    font-size: 14px;
    color: #646464;
}

    .modal-inn .btm-button .list span {
        color: #f69420;
        margin-right: 5px;
        font-family: 'proxima_novasemibold';
    }

.feb-div {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

    .feb-div .item {
        float: left;
        width: 31.5%;
        margin: 0 2% 10px 0;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #b6b6b6;
        min-height: 128px;
        position: relative;
    }

        .feb-div .item.tum_border {
            border: 2px solid #f69420;
        }

        .feb-div .item:nth-child(3n) {
            margin: 0 0 10px 0;
        }

        .feb-div .item .check {
            margin: 0 auto 10px;
            display: none;
        }

            .feb-div .item .check.dis-table {
                display: table;
            }

.augm .inner-aug #PlanBorder.clc_border {
    border: 2px solid #f69420;
}

.augmOffer .inner-aug #PlanBorder.clc_border {
    border: 1px solid #f69420 !important;
    color: #646464;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden
}

.augmOffer .inner-aug div div.clc_borderRight {
    background-color: #f69420;
    /*color: #646464;*/
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    width: 110px;
    height: 74px;
}

.mt4-offer {
    margin-top: 1.5rem !important;
}

.augmOffer .inner-aug div div.clc_borderRight .mt-1 {
    margin-top: -1rem !important;
}

.augmOffer .inner-aug div .variant .mt-1 {
    margin-top: -1rem !important;
}

#detailsOffer {
    font-size: 9px;
    background-color: #f69420;
    border: 1px solid #f69420;
    color: #fff;
    width: 89px !important;
    height: 21px;
    border-radius: 24px;
    line-height: 20px;
    text-align: center
}

.feb-div .item .inner-item {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    width: 100%;
}

.feb-div .item h6 {
    float: right;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 14px;
    color: #f69420;
    font-family: 'proxima_novasemibold';
}

.feb-div .item .plus {
    display: table;
    margin: 0 auto 10px;
}

.feb-div .item h5 {
    font-size: 14px;
    color: #b3b3b3;
}

.augm {
    width: 100%;
    height: 350px;
    overflow: auto;
    padding: 0 10px 0 0;
}


    .augm .aug-img {
        display: table;
        margin: 0px 0 20px 0;
    }

    .augm .inner-aug {
        display: table;
        width: 100%;
    }

        .augm .inner-aug a {
            display: block;
            margin: 0 0 8px 0;
            border-radius: 3px;
            border: 1px solid #b6b6b6;
            padding: 12px 12px;
        }

            .augm .inner-aug a h5 {
                display: inline;
                font-size: 14px;
                color: #646464;
                margin: 0 0 0 7px;
            }

                .augm .inner-aug a h5 span {
                    float: right;
                    color: #f69420;
                    font-family: 'proxima_novasemibold';
                    margin: 7px 0 0 0;
                }

            .augm .inner-aug a .check-img {
                display: none;
            }

.augmOffer {
    width: 100%;
    height: 350px;
    overflow: auto;
    padding: 0 10px 0 0;
}

    .augmOffer a .aug-img {
        display: table;
        margin: 10px 0 20px 0;
    }

    .augmOffer .aug-img {
        display: table;
        margin: 0px 0 20px 0;
        width: 100px;
        height: 45px;
    }

    .augmOffer .inner-aug {
        display: table;
        width: 100%;
    }

        .augmOffer .inner-aug #PlanBorder {
            display: block;
            margin: 0 0 8px 0;
            border-radius: 3px;
            border: 1px solid #b6b6b6;
            width: 100%;
            display: flex;
            align-items: center;
        }

            .augmOffer .inner-aug #PlanBorder h5 {
                display: inline;
                font-size: 14px;
                color: #646464;
            }



                .augmOffer .inner-aug #PlanBorder h5 span {
                    float: right;
                    color: #f69420;
                    font-family: 'proxima_novasemibold';
                    margin: 7px 0 0 0;
                }


        .augmOffer .inner-aug div .check-img {
            display: none;
        }

        .augmOffer .inner-aug .variant {
            width: 110px;
            height: 74px;
            display: flex;
            color: #646464;
            font-size: 13px;
            font-weight: bold;
            line-height: 19px;
            justify-content: center;
            background-color: #fbfbfb;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
        }



#detailsOffer {
    cursor: pointer
}

.align-itemsRadio {
    align-items: center
}

    .align-itemsRadio p {
        margin-top: auto !important;
        margin-bottom: auto !important;
        font-size: 13.5px;
        line-height: 17px;
    }

.aulb-3 {
    display: table;
    width: 100%;
}

    .aulb-3 .aug-link {
        display: block;
        margin: 0 0 8px 0;
        border-radius: 3px;
        border: 1px solid #b6b6b6;
        padding: 12px 12px;
    }

        .aulb-3 .aug-link h5 {
            display: inline;
            font-size: 14px;
            color: #646464;
            margin: 0 0 0 7px;
        }

            .aulb-3 .aug-link h5 span {
                float: right;
                color: #f69420;
                font-family: 'proxima_novasemibold';
                margin: 7px 0 0 0;
            }

.modal-inn h4 span {
    float: right;
    font-size: 14px;
    color: #acacac;
    font-family: 'proxima_novaregular';
    margin: 4px 0 0 0;
}

.btn-click {
    position: relative;
    overflow: auto;
}

.btn-scroll {
    width: 100%;
    overflow-x: scroll;
}

.btn-click a {
    width: 73px;
    line-height: 60px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    margin: 0 4px 4px 0;
    display: inline-block;
    color: #646464;
    font-size: 14px;
}

    .btn-click a:hover {
        border: 1px solid #f69420;
    }

.btm-list {
    display: table;
    width: 100%;
}

    .btm-list .btm-left {
        float: left;
        width: 49%;
        margin: 0 2% 0 0;
        border: 1px solid #b6b6b6;
        border-radius: 3px;
        padding: 9px 0;
        min-height: 60px;
    }

        .btm-list .btm-left .div-1 {
            float: left;
            width: 50%;
            padding-left: 18px;
        }

        .btm-list .btm-left .div-2 {
            float: left;
            width: 25%;
            text-align: center;
        }

            .btm-list .btm-left .div-2 span {
                margin: 0 auto 4px;
                display: table;
                font-size: 12px;
                color: #767676;
            }

            .btm-list .btm-left .div-2 h5 {
                margin: 0;
                font-size: 16px;
                color: #646464;
            }

        .btm-list .btm-left .div-1 h5 {
            margin: 11px 0 0 0;
            font-size: 14px;
            color: #646464;
            font-family: 'proxima_novasemibold';
        }

    .btm-list .btm-right {
        float: left;
        width: 49%;
        border: 1px solid #b6b6b6;
        border-radius: 3px;
        padding: 12px 19px;
        min-height: 60px;
    }

        .btm-list .btm-right h5 {
            font-size: 14px;
            color: #646464;
            font-family: 'proxima_novasemibold';
            margin: 9px 0 0 0;
        }

            .btm-list .btm-right h5 span {
                font-size: 16px;
                float: right;
            }

.number-input {
    display: table;
    width: 100%;
    margin: 12px 0;
}

    .number-input .number-left {
        float: left;
        width: 35%;
    }

.number-left .btn-number {
    cursor: pointer;
    border: 1px solid #b6b6b6;
    background: #fff;
    line-height: 60px;
    padding: 0 20px;
    color: #646464;
    font-size: 20px;
    -webkit-text-stroke: 2px white;
}

    .number-left .btn-number:focus {
        outline: none;
        box-shadow: none;
    }

.number-left .input-number {
    font-size: 30px !important;
    color: #646464;
    text-align: center;
    border: 1px solid #b6b6b6;
    font-family: 'proxima_novasemibold';
    padding: 0 .75rem;
    line-height: 60px;
}

.number-input .number-txt {
    float: left;
    width: 65%;
    padding: 14px 0 14px 70px;
    border: 1px solid #b6b6b6;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.number-left .btn-number.plus {
    border-radius: 0;
}

.number-txt .tol-div {
    float: left;
    width: 25%;
    text-align: center;
}

    .number-txt .tol-div h6 {
        color: #767676;
        font-size: 12px;
        margin: 0 0 4px 0;
        font-family: 'proxima_novasemibold';
        line-height: 1;
    }

    .number-txt .tol-div h5 {
        color: #646464;
        font-size: 16px;
        font-family: 'proxima_novasemibold';
        margin: 0;
        line-height: 1;
    }

.tooltip-inner {
    background-color: #f69420;
    padding: 5px 10px;
    margin-left: 80px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -12px;
    content: "";
    border-width: 10px 4px 0;
    border-top-color: #f69420;
}

.modal-inn .btm-button .continue {
    float: right;
    font-size: 12px;
    color: #646464;
    margin: 9px 14px 0 0;
    text-decoration: underline;
}

.adet-list {
    margin-bottom: 12px;
    padding: 14px 0;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    display: table;
    width: 100%;
}

    .adet-list .inn-adet {
        float: left;
        width: 16.66%;
        text-align: center;
    }

        .adet-list .inn-adet h5 {
            color: #646464;
            font-size: 16px;
            font-family: 'proxima_novasemibold';
            margin: 0;
            line-height: 1;
        }

        .adet-list .inn-adet h6 {
            color: #767676;
            font-size: 12px;
            margin: 0 0 4px 0;
            font-family: 'proxima_novasemibold';
            line-height: 1;
        }

.sub-menu {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    background: #f9f9f9;
    display: table;
    width: 100%;
}

    .sub-menu ul {
        margin: 0;
        padding: 0 12px;
    }

        .sub-menu ul li {
            display: inline-block;
            list-style: none;
            margin: 0 10px 0 0;
        }

            .sub-menu ul li a {
                font-size: 12px;
                font-family: 'proxima_novasemibold';
                line-height: 38px;
                padding: 0 3px;
                display: inline-block;
                color: #909090;
            }

                .sub-menu ul li a.active {
                    border-bottom: 2px solid #f69420;
                    color: #646464;
                }

.sub-menu2 {
    display: table;
    width: 100%;
    border-bottom: 1px solid #6f6f6f45;
}

    .sub-menu2 ul {
        margin: 0;
        padding: 0 12px;
    }

        .sub-menu2 ul li {
            display: inline-block;
            list-style: none;
            margin: 0 10px 0 0;
        }

            .sub-menu2 ul li span {
                font-size: 12px;
                font-family: 'proxima_novasemibold';
                line-height: 38px;
                padding: 0 3px;
                display: inline-block;
                color: #909090;
                cursor: pointer;
            }

                .sub-menu2 ul li span.active {
                    border-bottom: 2px solid #f69420;
                    color: #646464;
                }

.inner-content {
    padding: 10px 0 0 0;
    position: relative;
    z-index: 100;
}

    .inner-content h4 {
        font-size: 18px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        margin: 0 0 8px 0;
    }

        .inner-content h4 a {
            float: right;
            font-size: 12px;
            color: #515151;
            margin: 4px 0 0 0;
        }

            .inner-content h4 a i {
                margin-left: 5px;
            }

.tum-scroll {
    padding: 20px 10px 0 0;
    overflow: auto;
}

    .tum-scroll .search {
        position: relative;
    }

        .tum-scroll .search input {
            padding: 11px 18px 11px 38px;
            color: #b1b1b1;
        }

        .tum-scroll .search i {
            position: absolute;
            left: 18px;
            top: 13px;
            z-index: 1000;
            cursor: pointer;
            color: #b1b1b1;
        }

.tab-div {
    margin: 30px 0 0 0;
    /*display: table;*/
    width: 100%;
}

    .tab-div .tab-ul {
        margin: 0 0 15px 0;
        padding: 0;
    }

        .tab-div .tab-ul li {
            display: inline-block;
        }

            .tab-div .tab-ul li a {
                font-size: 14px;
                color: #6f6f6f;
                font-family: 'proxima_novasemibold';
                margin: 0 10px 0 0;
            }

                .tab-div .tab-ul li a.active, .tab-div .tab-ul li a:hover {
                    color: #f69420;
                }

    .tab-div .ul-content a {
        float: left;
        width: 31.5%;
        margin: 0 2% 10px 0;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #b6b6b6;
        height: 128px;
        line-height: 128px;
    }

.ul-content-offer a {
    margin: 30px 1% 10px 2%;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #B6B6B6;
    height: 243px !important;
    line-height: 128px;
    width: 262px !important;
}

.tswr {
    box-sizing: border-box;
    height: 243px;
    width: 261.73px;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
    background-color: #FFFFFF;
}

/*.details-offer .p-4 > .container > .row > card:hover {
    border: 1px solid #f69420;
}*/

.tswr-text {
    background-color: #F9F9F9;
    width: 100%;
    min-width: 262px;
    max-width: 462px;
}

    .tswr-text a {
        text-align: center;
        color: #646464 !important;
        text-indent: 5px;
    }

.tab-div .ul-content a:hover {
    border-color: #f69420;
}

.tab-div .ul-content a:nth-child(3n) {
    margin: 0 0 10px 0;
}

.ul-content-offer a {
    border-color: #B6B6B6;
}

.ul-content-offer:hover {
    border-color: #f69420;
}

.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 5%;
    width: 75px;
}

.kam-scroll {
    max-height: calc(100vh - 275px);
    overflow: auto;
    padding-right: 10px;
}

.kam-scroll2 {
    max-height: calc(100vh - 232px);
    overflow: auto;
    padding-right: 10px;
}

.kam-content {
    padding-top: 20px;
}

.kam-box {
    display: table;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    margin: 0 0 10px 0;
}

    .kam-box .kam-left {
        float: left;
        width: 20%;
        line-height: 120px;
        text-align: center;
    }

        .kam-box .kam-left img {
            max-width: 100%;
        }

    .kam-box .kam-right {
        float: left;
        width: 80%;
    }

        .kam-box .kam-right h5 {
            font-size: 16px;
            color: #646464;
            margin: 16px 0 4px 0;
        }

        .kam-box .kam-right .date {
            font-size: 14px;
            color: #6f6f6f;
        }

        .kam-box .kam-right .link-div {
            display: table;
            width: 100%;
            margin: 13px 0 0 0;
        }

            .kam-box .kam-right .link-div a {
                display: inline-block;
                font-size: 12px;
                width: 73px;
                line-height: 25px;
                text-align: center;
                color: #646464;
                font-family: 'proxima_novasemibold';
                margin: 0 8px 6px 0;
                border-radius: 25px;
                border: 1px solid #e9e9e9;
                transition: .5s;
            }

                .kam-box .kam-right .link-div a:hover {
                    color: #fff;
                    background: #f69420;
                    border-color: #f69420;
                }

.listesi {
    z-index: 10000;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 100%;
}

.fixed-btm {
    bottom: 0;
    top: auto;
}

.listesi .btm-clk {
    cursor: pointer;
    float: right;
    width: 275px;
    padding: 0 20px;
    line-height: 58px;
    background: #f69420;
    margin-top: -58px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    z-index: 1050;
}

    .listesi .btm-clk.btm-clk-open {
        background: #fff;
        color: #646464;
    }

    .listesi .btm-clk .black, .listesi .btm-clk .white {
        width: 16px;
        margin: -3px 4px 0 0;
    }

    .listesi .btm-clk .black {
        display: none;
    }

    .listesi .btm-clk i {
        float: right;
        line-height: 58px;
    }

    .listesi .btm-clk .fa-angle-down {
        display: none;
    }

    .listesi .btm-clk .number {
        background: #fff;
        color: #f69420;
        font-size: 12px;
        display: inline;
        padding: 2px 5px;
        margin: 10px 0 0 5px;
        border-radius: 50%;
    }

        .listesi .btm-clk .number.num-white {
            background: #f69420;
            color: #fff;
        }

.body-opacity {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    display: none;
}

.list-scroll {
    width: 100%;
    padding: 20px 10px 0 0;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .list-scroll table, .list-scroll td, .list-scroll th {
        border: 1px solid #b6b6b6 !important;
        height: 50px;
        padding: 0 5px;
        vertical-align: middle !important;
        font-size: 12px;
        color: #646464;
    }

    .list-scroll th {
        font-weight: normal;
    }

    .list-scroll table {
        border-collapse: collapse;
        width: 100%;
    }

    .list-scroll .tb-1 {
        width: 50%;
    }

    .list-scroll .tb-2 {
        width: 7%;
    }

    .list-scroll .tb-3, .list-scroll .tb-4 {
        width: 9%;
    }

    .list-scroll .tb-5 {
        width: 12%;
    }

    .list-scroll .tb-6 {
        width: 13%;
        text-align: right;
    }

    .list-scroll .th-6 {
        text-align: right;
    }

    .list-scroll .th-1 img {
        float: left;
        margin: 0 10px 0 0;
    }

    .list-scroll .th-1 p {
        float: left;
        width: 80%;
        margin: 6px 0 0 0;
    }

    .list-scroll .th-1 {
        position: relative;
        padding-left: 10px;
    }

    .list-scroll select {
        border: none;
        margin: 0 0 0 10px;
        color: #646464;
    }


.edit-dlt {
    position: absolute;
    left: 8px;
    top: 13px;
    display: none;
    transition: .5s;
}

.list-scroll .th-1:hover img {
    visibility: hidden;
}

.list-scroll .th-1:hover .edit-dlt {
    display: block;
}

.edit-dlt a {
    display: inline-block;
    background: #b1b1b1;
    font-size: 13px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 25px;
    margin: 0 1px;
    color: #fff;
}

    .edit-dlt a:hover {
        background: #f69420;
    }

.list-scroll h4 {
    border: 1px solid #b6b6b6;
    color: #646464;
    line-height: 50px;
    font-family: 'proxima_novasemibold';
    padding: 0 15px;
    font-size: 12px;
    margin: 0;
}

.list-scroll .link-2 {
    height: 80px;
}

.list-scroll .link-1 span {
    float: left;
    width: 75%;
    line-height: 1.1;
    margin: 8px 0 7px 0;
}

.list-scroll .link-2 span {
    float: left;
    width: 75%;
    line-height: 1.1;
    margin: 11px 0 7px 0;
}

.list-scroll .link-1 i {
    float: right;
    margin: 0;
    line-height: 45px;
    border-left: 1px solid #b6b6b6;
    width: 40px;
    text-align: center;
}

.list-scroll .link-1 img {
    margin: 13px 14px 0 10px;
    float: left;
}

.list-scroll .link-2 img {
    margin: 12px 16px 0 16px;
    float: left;
}

.list-scroll .link-1 {
    border: 1px solid #b6b6b6;
    color: #b3b3b3;
    font-size: 12px;
    display: table;
    width: 100%;
    border-top: none;
}

.list-scroll .link-2 {
    border: 1px solid #b6b6b6;
    color: #b3b3b3;
    font-size: 12px;
    display: table;
    width: 100%;
    border-top: none;
}

.listinfo-btm {
    display: table;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    background: #f9f9f9;
    padding: 8px 0 10px 0;
}

    .listinfo-btm h5 {
        font-size: 10px;
        color: #646464;
        margin: 0 0 2px 0;
    }

    .listinfo-btm h3 {
        font-size: 20px;
        color: #646464;
        margin: 0;
        font-family: 'proxima_novasemibold';
    }

    .listinfo-btm .info-1 {
        float: left;
        width: 8%;
        margin: 0 18% 0 48%;
        text-align: center;
    }

    .listinfo-btm .info-2 {
        float: left;
        width: 12%;
        text-align: center;
    }

    .listinfo-btm .info-3 {
        float: left;
        width: 13%;
        text-align: center;
    }

    .listinfo-btm .sipt {
        float: right;
        padding: 0 15px;
        color: #fff;
        line-height: 38px;
        border-radius: 3px;
        background: #f69420;
        font-size: 14px;
    }

        .listinfo-btm .sipt:hover {
            background: #E4810C;
        }

.list-scroll .mbl-data {
    display: none;
}

.hide-desk {
    display: none;
}

.listesi .btm-clk.margin-none {
    margin: 0;
}

.hide-div {
    display: none;
}

.modal-inner {
    height: 360px;
    overflow: auto;
    padding-right: 5px;
}


.menu-wrapper {
    position: relative;
    max-width: 560px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 1em auto;
}

    .menu-wrapper .btn-click.menu {
        max-width: calc(100vw - 30px);
        overflow: scroll;
    }

.menu {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.item {
    box-sizing: border-box;
    cursor: pointer;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
    border: none;
    background: #f69420;
    color: #fff;
    cursor: pointer;
    height: 62px;
}

.left-paddle {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.right-paddle {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.hidden {
    display: none;
}

.sipar {
    margin: 25px 0 0 0;
}

    .sipar h4 {
        margin: 0;
        border-radius: 4px;
        background: #8bd05e;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
        font-family: 'proxima_novasemibold';
        padding: 0 10px;
    }

        .sipar h4 i.fa-times {
            float: right;
            -webkit-text-stroke: 1px #8bd05e;
            text-stroke: 1px #8bd05e;
            margin: 10px 5px 0 0;
            font-size: 16px;
            cursor: pointer;
        }

        .sipar h4 .check {
            margin: -4px 6px 0 0;
            font-size: 18px;
            -webkit-text-stroke: .5px #8bd05e;
            vertical-align: middle;
        }

.summary-info {
    padding: 20px 0 0 0;
}

    .summary-info h4 {
        margin: 0 0 18px 0;
    }

    .summary-info table, .summary-info td, .summary-info th {
        border: 1px solid #b6b6b6 !important;
        height: 50px;
        padding: 0 10px;
        vertical-align: middle !important;
        font-size: 12px;
        color: #646464;
    }

    .summary-info .sum-text {
        float: right;
        width: 88%;
    }

    .summary-info .sum-cart {
        margin: 8px 0 0 0;
    }

    .summary-info th {
        font-family: 'proxima_novasemibold';
        font-weight: normal;
    }

    .summary-info .tb-5, .summary-info .tb-7 {
        width: 25%;
    }

    .summary-info .th-4 {
        text-align: right;
    }

    .summary-info .span-1 {
        width: 7px;
        height: 7px;
        background: #ff8500;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .summary-info .span-2 {
        width: 7px;
        height: 7px;
        background: #5cb130;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .summary-info .span-3 {
        width: 7px;
        height: 7px;
        background: #bebebe;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .summary-info:last-child {
        padding-bottom: 80px;
    }

.sip-form {
    margin: 0 0 15px 0;
    display: table;
    width: 100%;
}

    .sip-form .div-1 {
        float: left;
        width: 155px;
        margin: 0 45px 0 0;
    }

    .sip-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url(/../images/selete-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        font-size: 12px;
        height: 33px !important;
    }

        .sip-form select::-ms-expand {
            display: none;
        }

    .sip-form input {
        font-size: 12px;
    }

    .sip-form .div-2 {
        float: left;
        width: 290px;
        margin: 0 35px 0 0;
    }

        .sip-form .div-2 .input-part {
            float: left;
            width: 48%;
            margin: 0 4% 0 0;
        }

            .sip-form .div-2 .input-part:last-child {
                margin: 0;
            }

        .sip-form .div-2 .input-group-addon {
            background: none;
            cursor: pointer;
        }

    .sip-form h5 {
        font-size: 13px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        margin: 0 0 8px 0;
    }

.mbl-tbl {
    display: none;
}

.summary-info .mbl-tbl .th-1 {
    width: 50%;
    font-family: 'proxima_novasemibold';
}

.profile {
    padding: 30px 0 60px 0;
    display: table;
    width: 100%;
}

    .profile h2 {
        display: table;
        width: 100%;
        margin: 0 0 12px 0;
        font-size: 30px;
        color: #515151;
        font-family: 'proxima_novasemibold';
    }

    .profile .profile-img {
        float: left;
        width: 170px;
        margin: 0 24px 0 0;
    }

        .profile .profile-img .upload {
            display: block;
            margin: 8px 0 0 0;
            text-decoration: underline;
            font-size: 12px;
            color: #515151;
            font-family: 'proxima_novasemibold';
        }

    .profile .form-in {
        float: left;
        width: 360px;
        margin: 0 35px 0 0;
    }

        .profile .form-in h5 {
            color: #646464;
            font-size: 14px;
            font-family: 'proxima_novasemibold';
            margin: 0 0 10px 0;
        }

        .profile .form-in p {
            color: #515151;
            font-size: 14px;
            margin: 0 0 15px 0;
        }

        .profile .form-in input {
            height: 44px;
            margin: 0 0 10px 0;
        }

        .profile .form-in .ex-inp {
            background: #EEEEEE;
        }

        .profile .form-in textarea {
            height: 115px;
            margin: 0 0 5px 0;
        }

        .profile .form-in .form-bdr {
            border: solid 1px #d6d6d6;
            padding: 20px;
            border-radius: 3px;
        }

        .profile .form-in button {
            line-height: 38px;
            border: none;
            margin: 14px 0 0 0;
            padding: 0 40px;
            background: #f69420;
            font-size: 12px;
            color: #fff;
            font-family: 'proxima_novasemibold';
            border-radius: 3px;
            cursor: pointer;
        }

            .profile .form-in button:hover {
                background: #E4810C;
            }

        .profile .form-in .more {
            color: #515151;
            font-size: 12px;
            text-decoration: underline;
            margin: 0 0 25px 0;
            display: table;
        }

        .profile .form-in .kul {
            color: #515151;
            font-size: 12px;
            text-decoration: underline;
            margin: 0 0 5px 0;
            display: table;
        }

.promotion {
    padding: 30px 0 60px 0;
    display: table;
    width: 100%;
}

    .promotion h2 {
        display: table;
        width: 100%;
        margin: 0 0 25px 0;
        font-size: 30px;
        color: #515151;
        font-family: 'proxima_novasemibold';
    }

    .promotion .promo-part {
        border-radius: 3px;
        border: solid 1px #d6d6d6;
        margin: 0 0 30px 0;
        background-image: url(/../images/prog-bg-cir.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 20px;
        position: relative;
    }

    .promotion .promo-img {
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 125px;
        padding: 0 0 0 10px;
        z-index: 100;
        text-align: center;
    }

    .promotion .promo-part h4 {
        color: #646464;
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .promotion .promo-part h5 {
        color: #6f6f6f;
        font-size: 14px;
        margin: 0 0 18px 0;
    }

    .promotion .link-part a {
        display: inline-block;
        font-size: 12px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        border: solid 1px #e9e9e9;
        border-radius: 25px;
        line-height: 25px;
        padding: 0 18px;
        margin: 0 5px 5px 0;
    }

        .promotion .link-part a:hover {
            background: #f69420;
            color: #fff;
        }

    .promotion .promo-txt {
        width: 250px;
        position: relative;
        z-index: 1000;
    }

.products {
    padding: 30px 0 60px 0;
    display: table;
    width: 100%;
}

    .products h2 {
        display: table;
        width: 100%;
        margin: 0 0 28px 0;
        font-size: 30px;
        color: #515151;
        font-family: 'proxima_novasemibold';
    }

    .products .product-ul {
        margin: 0 0 12px 0;
        padding: 0;
    }

        .products .product-ul li {
            display: inline-block;
            margin: 0 12px 0 0;
        }

            .products .product-ul li a {
                color: #6f6f6f;
                font-size: 14px;
            }

            .products .product-ul li.active a, .products .product-ul li:hover a {
                color: #f69420;
            }

    .products .pro-sing {
        margin-bottom: 20px;
    }

    .products .prodcut-list a {
        display: block;
        text-align: center;
        line-height: 200px;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
        margin: 0 0 5px 0;
    }

        .products .prodcut-list a:hover {
            border-color: #f69420;
        }

        .products .prodcut-list a img {
            max-width: 100%;
        }

    .products .prodcut-list p {
        font-size: 16px;
        color: #515151;
    }

    .products .kam-list h4 {
        font-size: 18px;
        color: #646464;
        font-family: 'proxima_novasemibold';
        margin: 0 0 14px 0;
    }

        .products .kam-list h4 a {
            float: right;
            font-size: 12px;
            color: #515151;
            margin: 3px 0 0 0;
        }

            .products .kam-list h4 a i {
                margin-left: 4px;
            }

    .products .kam-pro {
        position: relative;
        margin: 0 0 12px 0;
    }

        .products .kam-pro .bg-img {
            border-radius: 3px;
            width: 100%;
        }

    .products .kam-text {
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 225px;
        padding: 0 0 0 20px;
        z-index: 100;
    }

        .products .kam-text h3 {
            font-family: 'proxima_novasemibold';
            font-size: 24px;
            margin: 0 0 15px 0;
            color: #fff;
        }

        .products .kam-text .link-div a {
            display: inline-block;
            font-size: 12px;
            color: #fff;
            font-family: 'proxima_novasemibold';
            border: 1px solid #fff;
            line-height: 24px;
            border-radius: 25px;
            margin: 0 5px 5px 0;
            padding: 0 10px;
        }

    .products .kam-pro .prod-img {
        position: absolute;
        right: 0;
        top: 68%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .products .prod-sel {
        display: block;
        border-radius: 3px;
        line-height: 1rem;
        width: 20%;
        height: 44px;
        margin: 0 0 20px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url(/../images/selete-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        color: #646464;
    }

/*.products .prod-sel::-ms-expand {
            display: none;
        }*/

.menu-list {
    border-bottom: 1px solid #d6d6d6;
}

    .menu-list ul {
        margin: 0;
        padding: 0;
    }

        .menu-list ul li {
            display: inline-block;
        }

            .menu-list ul li i {
                color: #666666;
                font-size: 12px;
            }

            .menu-list ul li a {
                line-height: 40px;
                color: #909090;
                font-size: 12px;
                font-family: 'proxima_novasemibold';
            }

.products .prod-title {
    font-size: 40px;
    color: #515151;
    font-family: 'proxima_novasemibold';
    margin: 0 0 5px 0;
}

.products .prod-sub {
    font-size: 14px;
    color: #f69420;
    font-family: 'proxima_novasemibold';
    margin: 0 0 20px 0;
}

.products .prod-delt {
    border-radius: 3px;
    background: #f8f8f8;
    padding: 20px;
    margin: 0 0 30px 0;
}

    .products .prod-delt h6, .products .prod-delt p {
        font-size: 16px;
        color: #515151;
        margin: 0;
        line-height: 1.6;
    }

.products .prod-txt h4 {
    font-size: 20px;
    color: #515151;
    margin: 0 0 25px 0;
    font-weight: normal;
}

.products .prod-txt ul {
    margin: 0;
    padding: 0 0 0 12px;
}

    .products .prod-txt ul li {
        color: #515151;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

.products .slide-arrow-mbl {
    display: none;
}

.prod-slider .slider-img {
    border: 1px solid #d6d6d6;
    text-align: center;
}

.prod-slider .slide-btm {
    position: relative;
    margin: 20px 0 25px 0;
}

.slide-btm .carousel-indicators li {
    text-indent: 0;
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 10px 0 0;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    border-radius: 3px;
}

.slide-btm .carousel-indicators {
    margin: 0;
    position: relative;
    bottom: 0;
}

.slide-btm .carousel-control-next, .slide-btm .carousel-control-prev {
    z-index: 1000;
    width: 30px;
    opacity: 1;
    border: 2px solid #f69420;
    color: #f69420;
    font-size: 18px;
}

.products .slide-arrow-mbl {
    position: relative;
    bottom: 0;
    margin: 10px 0 25px 0;
}

.slide-arrow-mbl li {
    background: none;
    width: 10px;
    height: 10px;
    border: 1px solid #646464;
    border-radius: 50px;
    margin: 0 3px;
}

    .slide-arrow-mbl li.active {
        background: #f69420;
        border-color: #f69420;
    }

.blog-catg {
    padding: 0 0 35px 0;
    display: table;
    width: 100%;
}

    .blog-catg .popular-content {
        padding: 0 0 20px 0;
        display: table;
        width: 100%;
    }

    .blog-catg .blog {
        padding: 35px 0 25px 0;
    }

        .blog-catg .blog .blog-inner .mbl-blg {
            display: none;
        }

.blog-sub .load-more {
    display: table;
    margin: 5px auto 25px;
    line-height: 38px;
    border: 1px solid #f69420;
    padding: 0 25px;
    color: #f69420;
    font-size: 12px;
    font-family: 'proxima_novasemibold';
    transition: .5s;
}

    .blog-sub .load-more:hover {
        background: #f69420;
        color: #fff;
    }

.blog-sub .sub-sel {
    display: none;
}

.blog-sub {
    padding: 25px 0;
}

    .blog-sub .sub-h2 {
        font-size: 30px;
        color: #515151;
        margin: 0 0 18px 0;
        font-family: 'proxima_novasemibold';
    }

    .blog-sub .sub-ul {
        padding: 0;
        margin: 0 0 18px 0;
    }

        .blog-sub .sub-ul li {
            display: inline-block;
            margin: 0 15px 0 0;
        }

            .blog-sub .sub-ul li a {
                font-size: 14px;
                color: #6f6f6f;
            }

            .blog-sub .sub-ul li.active a, .blog-sub .sub-ul li:hover a {
                color: #f69420;
            }


.blog-detail .banner-txt {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 350px;
    padding: 0 0 0 25px;
    z-index: 100;
}

    .blog-detail .banner-txt h3 {
        font-size: 24px;
        color: #fff;
        margin: 0 0 10px 0;
        font-family: 'proxima_novasemibold';
    }

    .blog-detail .banner-txt p {
        font-size: 14px;
        color: #fff;
        margin: 0 0 10px 0;
    }

    .blog-detail .banner-txt .more {
        font-size: 13px;
        color: #fff;
        margin: 0 0 10px 0;
    }

.blog-detail .kam-pro.ex-blog:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    content: "";
}

.blog-detail .kam-pro.ex-blog img {
    width: 100%;
}

.blog-detail h5.date {
    width: 100%;
    text-align: right;
    padding-right: 34%;
    font-size: 16px;
    color: #515151;
    margin: 0 0 12px 0;
}

    .blog-detail h5.date i {
        margin-right: 4px;
    }

.blog-detail .blog-dlt {
    width: 100%;
    margin: 0 0 20px 0;
}

.blog-detail p {
    font-size: 20px;
    margin: 0 0 18px 0;
    color: #515151;
}

.blog-detail .social {
    margin: 25px 0;
    padding: 0;
}

    .blog-detail .social li {
        display: inline-block;
        margin: 0 8px 0 0;
    }

        .blog-detail .social li a {
            width: 48px;
            line-height: 38px;
            text-align: center;
            border-radius: 3px;
            display: inline-block;
            color: #fff;
            font-size: 20px;
            transition: .5s;
        }

            .blog-detail .social li a:hover {
                opacity: .8;
            }

            .blog-detail .social li a.facebook {
                background: #3a589b;
            }

            .blog-detail .social li a.twitter {
                background: #2ca7e0;
            }

            .blog-detail .social li a.linkin {
                background: #007ab9;
            }

.blog-detail {
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0 20px 0;
    margin: 0 0 20px 0;
}

.warehouse-select-favorites-wrapper {
    max-height: 280px;
    overflow-y: auto;
}

@media(max-width:1199px) {
    .banner-txt h3 {
        font-size: 1.50rem;
    }

    .banner-1 .banner-txt p, .banner-sm .banner-txt p {
        display: none;
    }

    .all-video a {
        padding: 15px;
    }

    .all-video {
        padding: 30px 30px 0 0;
    }

    .top-footer .part-3 {
        width: 32%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .top-footer .part-1 {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .top-footer .part-2 {
        width: 32%;
        margin-bottom: 15px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .slider .carousel-control-next {
        right: -45px;
    }

    .slider .carousel-control-prev {
        left: -45px;
    }

    .list-scroll .link-1 span {
        width: 68%;
    }

    .profile .form-in {
        width: 340px;
        margin: 0 20px 20px 0;
    }

    .promotion .promo-img {
        padding: 0 5px 0 0;
        text-align: right;
    }

    .promotion .promo-part {
        padding: 15px;
    }
}

@media(max-width:576px) {
    .col-xsp {
        color: blue;
    }

    .mt4-offer {
        margin-top: 1rem !important;
    }

    #detailsOffer {
        margin-top: 5px;
    }

    #rightBar p {
        font-size: 12px
    }
}


@media(max-width:991px) {
    .blog .blog-inner h3 {
        left: 15px;
        font-size: 20px;
    }


    .main-video {
        width: 100%;
    }

    .all-video {
        width: 100%;
        padding: 20px 0;
    }

        .all-video a {
            padding: 12px 10px;
        }

    .popular-text {
        padding: 5px 10px 10px 10px;
    }

    .popular-content .inner-popular {
        min-height: auto;
    }

    .inner-order {
        width: 100%;
    }

    .slider .carousel-control-next {
        right: -30px;
    }

    .slider .carousel-control-prev {
        left: -30px;
    }

    header .navbar-toggler {
        border: none;
        color: #f69420 !important;
        margin-right: 5px;
    }

        header .navbar-toggler i {
            font-size: 25px;
        }

    header .navbar-nav li a {
        margin-bottom: 5px;
    }

    header .navbar-nav {
        margin: 0 0 20px 0;
        background: #f8f8f8;
        padding: 10px;
    }

    header .order {
        margin: 0 auto 30px;
        display: table;
    }

    header .bel-icon {
        display: none;
    }

    header .user-img {
        display: none;
    }

    header .mobile-user {
        display: block;
    }

    .inner-order {
        padding-left: 20px;
    }

    .inner-offer {
        padding-left: 40px;
    }

    .inner-live h5 {
        margin: 0 20px 0 15px;
    }

    header .navbar-nav li a {
        padding: 6px 13px !important;
    }

    .tab-div .ul-content a {
        width: 49%;
        margin: 0 2% 10px 0 !important;
    }

        .tab-div .ul-content a:nth-child(2n) {
            margin: 0 0 10px 0 !important;
        }

    .tum-scroll {
        padding: 10px 20px 0 0;
    }

    .kam-content {
        padding-top: 10px;
    }

    .tab-div {
        margin: 15px 0 0 0;
    }

    .kam-box .kam-right .link-div a {
        width: 60px;
        margin: 0 5px 5px 0;
    }

    .list-scroll .link-1 span {
        width: 57%;
    }

    .list-scroll .th-1 p {
        margin: 0;
        width: 72%;
    }

    .listinfo-btm h3 {
        font-size: 16px;
    }

    .listesi .col-md-8, .listesi .col-md-4 {
        padding: 0 10px;
    }

    .summary-info .sum-text {
        width: 80%;
    }

    .sip-form .div-2 {
        margin: 0 30px 10px 0;
    }

    .profile .form-in {
        width: 400px;
    }

    .promotion .promo-img {
        padding: 0 0 0 10px;
        text-align: center;
    }

    .blog-detail h5.date {
        padding: 0;
    }

    .popular-content .inner-popular .video .play {
        width: 40px;
        margin: -20px 0 0 -20px;
    }

    .popular-content .inner-popular .bg-1, .popular-content .inner-popular .bg-2, .popular-content .inner-popular .bg-3 {
        height: 200px;
    }
}

.modalPadding {
    padding: 20px 0 0 25px !important;
}

.pad375 {
}

.questionTitleAlternative {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    height: 58px;
    color: #515151;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-top: 150px !important;
}

    .questionTitleAlternative p {
        margin-top: 20px;
        color: #515151;
        height: 75px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

.titleText {
    font-weight: bold;
    font-size: 22px;
}

@media(max-width:375px) {
    .oit-TableBody {
        font-size: 10px !important;
    }

        .oit-TableBody thead tr {
            height: 40px !important;
        }

        .oit-TableBody tbody tr td {
            padding: 0rem !important;
        }

    .disclaimer-div {
        display: table;
        font-size: 10px;
        margin-left: 50px;
        font-family: 'proxima_novaregular';
        color: #646464;
        padding-bottom: 4%;
        position: absolute;
        bottom: 0;
        z-index: 1000;
    }

    .titleText {
        font-weight: bold;
        font-size: 20px;
    }

    #plansec span {
        font-size: 12px;
    }

    #planseccontainer {
        padding-right: 5px;
        padding-left: 5px;
    }

    .oit-TableBody thead tr {
        height: 40px !important;
    }
}

@media(max-width:414px) {
    .oit-TableBody {
        font-size: 10px !important;
    }

        .oit-TableBody tbody tr td {
            padding: 0rem !important;
        }

    .disclaimer-div {
        display: table;
        font-size: 10px;
        margin-left: 50px;
        font-family: 'proxima_novaregular';
        color: #646464;
        padding-bottom: 4%;
        position: absolute;
        bottom: 0;
        z-index: 1000;
    }

    .mixed-number-input .mixed-number-txt-product {
        width: 97% !important;
        margin-left: 5px !important;
    }

    .mixed-number-input .mixed-number-txt {
        float: left;
        width: 49% !important;
        padding: 14px 0 14px 0px !important;
        margin: 5px;
    }

    .mixed-number-txt {
        display: flex;
        justify-content: space-around;
    }

        .mixed-number-txt .tol-div {
            float: none !important;
            width: initial !important;
            text-align: center !important;
        }

    .mixed-number-input .mixed-number-left {
        float: left;
        width: 45% !important;
        margin: 5px;
    }

    .mixed-number-left .btn-number {
        height: 56px !important;
    }

    .mixed-number-left .input-mixed-number {
        line-height: inherit !important;
        padding: 0 !important
    }

    .mixed-number-txt .tol-div h5 {
        font-size: 11px !important;
    }

    .mixed-number-txt .tol-div h6 {
        font-size: 11px !important;
    }

    .warehouse .aulb-3 .mixed-campaign-dfn h5 {
        font-size: 14px !important;
    }

    body > section > div > div > div > div.listinfo-btm {
        position: relative !important;
    }

        body > section > div > div > div > div.listinfo-btm > div > div > div.col-md-4.col-sm-12.mt-2 > a {
            margin: auto !important;
        }
}

body > section > div > div > div > div.listinfo-btm > div > div > div.col-md-4.col-sm-12.mt-2 > a {
    max-width: 100% !important;
}

body > footer > div.top-footer > div > div > ul > li > a {
    white-space:pre-wrap !important
}

@media(max-width:423px) {
    .pad375 {
        padding: 35px 0 0 0;
    }

    .disclaimer-div {
        display: table;
        font-size: 10px;
        margin-left: 50px;
        font-family: 'proxima_novaregular';
        color: #646464;
        padding-bottom: 4%;
        position: absolute;
        bottom: 0;
        z-index: 1000;
    }

    .questionTitle p {
        margin-top: 6px;
        color: #515151;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .svgGreenMar {
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px !important;
        margin-bottom: auto;
    }
}

.acceptOffers {
    padding: 20px 0 0 25px;
}

@media(max-width:1199px) and (min-width:992px) {
    .sub-menu ul {
        padding: 2% 12px;
    }
}

@media(max-width:767px) {
    .modal-inner {
        height: auto;
        padding: 0;
    }

    .acceptOffers {
        top: 100px !important;
        padding: 4px 1px !important;
        height: 366px !important;
    }

    .modalPadding {
        padding: 40px 0 0 25px !important;
    }

    .top-footer .part-3, .top-footer .part-2 {
        width: 49%;
    }

    .middle-footer ul li {
        width: 49%;
        text-align: center;
        margin: 0 0 3px 0;
    }

    .middle-footer {
        padding: 10px 0;
        margin: 5px 0 15px 0;
    }

    footer {
        padding: 15px 0 5px 0;
    }

    .blog {
        padding: 20px 0;
    }

        .blog h2 {
            font-size: 20px;
        }

        .blog p {
            font-size: 13px;
            margin: 0 0 15px 0;
        }

    .all-video .video-img {
        width: 100px;
    }

        .all-video .video-img img {
            width: 90px;
            height: 90px;
        }

    .popular-content .inner-popular img {
        width: 100%;
    }

    .popular-content {
        padding: 20px 0 10px 0;
    }

        .popular-content h2 {
            font-size: 24px;
            margin: 0 0 10px 0;
        }

    .inner-offer {
        margin-left: -20px;
        top: -10px;
    }

    .quick-bg {
        background-size: cover;
        text-align: center;
        padding: 30px 0;
        margin-top: 15px;
    }

    .details-offer-bg {
        background-size: cover;
        text-align: center;
        padding: 30px 0;
        margin-top: 15px;
    }

    .inner-order .start {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .inner-offer .start {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .videos {
        padding: 30px 0;
    }

    .banner-sm .img-fluid {
        width: 100%;
    }

    .product-item h6 {
        font-size: 11px;
        padding: 4px 8px;
    }

    .product-item h3 {
        font-size: 20px;
    }

    .product-item {
        margin: 0 0 10px 0;
    }

    .banner-1 .banner-txt, .banner-sm .banner-txt {
        padding: 0 10px 0 20px;
        top: 45%;
    }

        .banner-1 .banner-txt h1 {
            font-size: 18px;
            margin: 0 0 5px 0;
        }

    .product-item .product-txt {
        padding: 0 40px 0 20px;
    }

    .banner-1 .banner-txt p, .banner-sm .banner-txt p {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .slider {
        padding: 20px 0;
    }

    #carousel-1 {
        display: none;
    }

    #carousel-mbl {
        display: block;
    }

        #carousel-mbl .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 25px;
            background: #f2f2f2;
            border: 1px solid #999;
        }

        #carousel-mbl .carousel-indicators {
            margin: 0;
            bottom: -24px;
            background: #f2f2f2;
            width: 100%;
            padding: 7px 0;
        }

    .banner-sm .banner-txt {
        margin: 0;
    }

    .banner-1, .banner-sm {
        margin: 0;
    }

    .product-item {
        margin: 0;
    }

    #carousel-mbl .carousel-indicators .active {
        background: #f69420;
        border-color: #f69420;
    }

    .inner-order {
        padding: 0 15px;
    }

    .inner-offer {
        padding: 0 15px;
    }

    .main-video iframe {
        height: 206px;
    }

    .videos .container {
        padding: 0;
    }

    .all-video {
        width: 95%;
        margin: 0 2.5%;
    }

    .videos h2 {
        padding: 0 15px;
    }

    .popular-content .inner-popular .blog-img {
        float: left;
        width: 100%;
    }

    .popular-content .inner-popular > a,
    .popular-content .inner-popular > .bg-1 {
        width: 33%;
        float: left;
    }

        .popular-content .inner-popular > .bg-1 img,
        .popular-content .inner-popular > a img {
            min-height: 100px;
        }

    .popular-content .inner-popular .video .play {
        width: 26px;
        min-height: auto;
        margin: -13px 0 0 -13px;
    }

    .popular-text h5 {
        font-size: 10px;
        margin: 5px 0 5px 0;
    }

    .popular-text h4 {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .popular-text p {
        font-size: 10px;
        margin: 0;
    }

    .popular-content .inner-popular {
        display: table;
        width: 100%;
        height: auto;
    }

        .popular-content .inner-popular .video {
            display: block;
        }

    .inner-live .clock {
        float: none;
        margin: 0 auto;
    }

    .inner-live {
        text-align: center;
    }

        .inner-live .clock img {
            float: none;
            margin: -5px 6px 0 0;
        }

        .inner-live .close {
            top: 50%;
            margin-top: -20px;
            right: 20px;
        }

    .inner-live {
        padding: 6px 10px;
    }

    .modal-inn .modal-header {
        padding: 12px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
    }

    .modal-inn .modal-title {
        font-size: 20px;
    }

        .modal-inn .modal-title span {
            font-size: 14px;
            margin: 5px 0 0 0;
        }

    .modal-inn .modal-body {
        padding: 10px 12px;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        top: 50px;
        bottom: 60px;
        overflow: auto;
    }

    .modal-inn .add-fab {
        padding: 8px 12px;
    }

    .modal-inn .search input {
        padding: 10px 14px 10px 34px;
    }

    .modal-inn .search i {
        left: 12px;
    }

    .modal-inn .btm-button {
        margin-top: 0px;
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        z-index: 1000;
        background: #fff;
        padding: 10px 12px;
    }

    .feb-div .item {
        width: 48%;
        margin: 0 2% 10px 0 !important;
    }

    .modal-inn .btm-button .list {
        margin: 8px 15px 0 0;
    }

    .augm .inner-aug a h5, .aulb-3 .aug-link h5 {
        float: right;
        width: 79%;
    }

    .number-input .number-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .number-input .number-txt {
        width: 100%;
        border: 1px solid #b6b6b6;
        padding: 15px 15px;
    }

    .btm-list .btm-left {
        width: 100%;
        margin: 0 0 14px 0;
    }

    .btm-list .btm-right {
        width: 100%;
    }

    .tooltip-inner {
        margin-left: 0;
    }

    .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
        margin-left: -5px;
    }

    .modal-inn .close {
        margin: -11px 0 0 0;
    }

    .modal-inn .modal-title span {
        margin: 5px 20px 0 0;
    }

    .listesi .btm-clk {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .listesi .container {
        max-width: 100%;
    }

    .listesi {
        height: 100%;
        display: table;
    }

    .listinfo-btm {
        position: absolute;
        bottom: 0;
    }

        .listinfo-btm .sipt {
            float: left;
            max-width: 40%;
            padding: 0 7px;
            margin: -42px 0 0 20%;
        }

    .list-scroll {
        position: absolute;
        top: 45px;
        bottom: 80px;
        left: 0;
        height: auto;
        padding: 20px 20px 0 15px;
    }

        .list-scroll .hide-mbl {
            display: none;
        }

        .list-scroll .th-1 {
            width: 100%;
        }

        .list-scroll .mbl-data {
            display: inline;
            float: left;
            width: 100%;
            padding: 6px 0;
        }

            .list-scroll .mbl-data .data-inn {
                float: left;
                width: 20%;
                text-align: center;
            }

    .mbl-data .data-inn h6 {
        font-size: 12px;
        margin: 0 0 3px 0;
    }

    .hide-desk {
        display: block;
    }

        .hide-desk td {
            width: 100%;
            display: table;
            height: auto;
        }

    .tbl-bord {
        margin-bottom: 10px;
    }

        .tbl-bord:last-child {
            margin: 0;
        }

        .tbl-bord td {
            border: none !important;
            border-bottom: 1px solid #b6b6b6 !important;
        }

        .tbl-bord:last-child td {
            border: none !important;
        }

    .listinfo-btm .info-1 {
        width: 20%;
        margin: 0 40% 0 0;
    }

    .listinfo-btm .info-3, .listinfo-btm .info-2 {
        width: 20%;
    }

    .inner-content {
        margin-bottom: 65px;
    }

    .tum-scroll {
        height: auto;
        padding: 10px 0 0 0;
    }

    .modal-inn .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-inn {
        height: 100%;
        width: 100%;
    }

        .modal-inn .modal-content {
            width: 100%;
            height: 100%;
        }

    .augm {
        height: auto;
        padding: 0 5px 0 0;
    }

    .ex-modal-body {
        bottom: 84px !important;
    }

    #modal-1 .modal-dialog {
        margin: 0;
    }

    #modal-External .modal-dialog {
        margin: 0;
    }

    #modal-External .modal-dialog {
        margin: 0;
    }

    .sip-form .div-1 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .sip-form .div-2 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .summary-info:last-child {
        padding: 0 0 20px 0;
    }

    .hide-mbl {
        display: none;
    }

    .summary-info .mbl-tbl {
        display: table;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .summary-info .mbl-tbl {
    }


    .sipar {
        display: none;
    }

    .sip-form select {
        height: 44px !important;
    }

    .sip-form input {
        height: 44px;
    }

    .sub-menu {
        background: #f3f3f3;
    }

        .sub-menu ul {
            text-align: center;
            padding: 10px 0 0 0;
        }

    .sub-menu2 ul {
        text-align: center;
        padding: 10px 0 0 0;
    }

    .summary-info {
        padding: 15px 0 0 0;
    }

    .profile .form-in {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .profile .profile-img {
        margin: 0 auto 20px;
        display: table;
        float: none;
    }

    .profile {
        padding: 30px 0;
    }

        .profile .form-in .form-bdr {
            padding: 15px;
        }

    .promotion {
        padding: 30px 0;
    }

        .promotion .promo-part {
            margin: 0 0 15px 0;
        }

    .products .prodcut-list p {
        font-size: 14px;
    }

    .products .pro-sing {
        margin-bottom: 10px;
    }

    .products .kam-text {
        padding: 0 0 0 10px;
    }

        .products .kam-text h3 {
            font-size: 20px;
        }

        .products .kam-text .link-div a {
            font-size: 11px;
            padding: 0 8px;
            line-height: 20px;
            margin: 0 3px 3px 0;
        }

    .products .kam-list {
        margin: 10px 0 0 0;
    }

    .products {
        padding: 25px 0;
    }

        .products h2 {
            margin: 0 0 20px 0;
        }

        .products .product-ul {
            display: none;
        }

        .products .prod-sel {
            display: block;
        }

        .products .prod-txt h4 {
            font-size: 16px;
            margin: 0 0 18px 0;
        }

        .products .prod-txt ul li {
            font-size: 16px;
        }

        .products .prod-txt ul {
            padding: 0 0 10px 15px;
        }

        .products .prod-title {
            font-size: 20px;
        }

        .products .prod-sub {
            font-size: 12px;
            margin: 0 0 10px 0;
        }

        .products .slide-arrow-mbl {
            display: flex;
        }

        .products .slide-arrow-desk {
            display: none;
        }

        .products #carousel-1 {
            display: block;
        }

    .prod-slider .slide-btm {
        display: none;
    }

    .products .prod-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .blog-catg .popular-content h2 {
        font-size: 20px;
    }

    .blog-catg .blog {
        padding: 25px 0 10px 0;
    }

    .blog-catg .popular-content {
        padding: 0 0 10px 0;
    }

    .blog-catg {
        padding: 0 0 14px 0;
    }

        .blog-catg .blog .blog-inner .desk-blg {
            display: none;
        }

        .blog-catg .blog .blog-inner .mbl-blg {
            display: block;
        }

        .blog-catg .blog .blog-inner h3 {
            top: 34%;
        }

    .blog-sub .sub-ul {
        display: none;
    }

    .blog-sub .sub-sel {
        display: block;
        margin: 0 0 20px 0;
        height: 40px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url(/../images/selete-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        font-size: 12px;
    }

        .blog-sub .sub-sel::-ms-expand {
            display: none;
        }

    .blog-sub {
        padding: 20px 0 14px 0;
    }

        .blog-sub .sub-h2 {
            font-size: 20px;
            margin: 0 0 15px 0;
        }

        .blog-sub .popular-content .inner-popular .blog-img {
            height: auto;
            width: 100%;
            margin: 0;
        }

        .blog-sub .popular-content .inner-popular a {
            display: table;
            width: 33%;
        }

        .blog-sub .popular-content .inner-popular .video .play {
            left: 50%;
            top: 50%;
            width: 40px;
            margin-left: -20px;
            margin-top: -20px;
        }

        .blog-sub .popular-text h5 {
            font-size: 12px;
            margin: 5px 0 5px 0;
        }

        .blog-sub .popular-text h4 {
            font-size: 14px;
            margin: 0 0 10px 0;
        }

        .blog-sub .popular-text p {
            font-size: 12px;
            margin: 0 0 12px 0;
        }

    .blog-detail .banner-txt h3 {
        font-size: 20px;
    }

    .blog-detail .banner-txt {
        padding: 0 0 0 15px;
    }

    .menu-list .container {
        padding: 0 10px;
    }

    .blog-detail p {
        font-size: 14px;
        margin: 0 0 14px 0;
    }

    .blog-detail .blog-dlt {
        margin: 0 0 15px 0;
    }

    .blog-detail h5.date {
        text-align: left;
        font-size: 13px;
        margin: 14px 0 10px 0;
    }

    .popular-content .inner-popular .bg-1, .popular-content .inner-popular .bg-2, .popular-content .inner-popular .bg-3 {
        height: 100px;
    }

    .blog-catg.blog-sub .popular-content .inner-popular .bg-1 {
    }

    .popular-content .inner-popular .popular-text {
        float: left;
        width: 67%;
        padding: 5px 5px 5px 8px;
    }

    .blog-sub .popular-content .inner-popular .popular-text {
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media(max-width:575px) {

    header .container {
        padding: 0;
    }

    header .navbar {
        padding: .5rem 0;
    }

    header .navbar-brand {
        margin: 0 15px;
    }
}


.pdf-files {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .pdf-files .item {
        height: 81px;
        border-radius: 3px;
        background-color: #f8f8f8;
        margin-bottom: 8px;
        padding: 22px 27px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .pdf-files .item span {
            font-size: 13px;
            font-family: 'proxima_novaregular';
            padding-left: 9px;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            display: block;
            letter-spacing: normal;
            color: #515151;
        }

        .pdf-files .item .pdf-icon {
            width: 29px;
            height: auto;
        }

.gsk-logo-wrapper {
    border-left: 2px solid #e8e8e8;
    padding-left: 10px;
}

.C-vol {
    font-size: 10px
}

.gsk-logo-wrapper-2 {
    padding-right: 10px;
}

    .gsk-logo-wrapper-2 img {
        max-width: 26px;
    }

.table {
    color: #646464;
    font-size: 12px;
    line-height: 14px;
}

#myOfferTable thead {
    background-color: #F1F1F1;
    font-family: proxima_novasemibold;
}

#myOfferTable tbody {
    background-color: #F1F1F1
}

#OfferTabletTable .table tr td,
#OfferTabletTable .table th {
    border: 1px solid #E9E9E9;
}

.table thead th {
    border: 4px solid #fff;
}

.table tbody td {
    border-right: 4px solid #fff;
}

.table .offercard {
    height: 38px;
}
/**Table Taahhüt*/
/**Svg color*/
.svgColorGreen {
    height: 113px;
    width: 115px;
}

.svgGreenMar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: auto;
}

.svgGreenMarh2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    height: 26px;
    width: 334px;
    color: #515151;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.rejectTitle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    height: 57px;
    color: #515151;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    width: 337px;
}

.questionTitle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    height: 58px;
    width: 400px !important;
    color: #515151;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
}



    .questionTitle p {
        margin-top: 20px;
        color: #515151;
        height: 75px;
        font-size: 12px;
        line-height: 18px;
        text-align: center
    }

.questionTitleChange {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    height: 58px;
    width: 400px !important;
    color: #515151;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
}

.over-flowCR {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.RadioBorder {
    border: 1px solid #EFEFEF;
    height: 70px;
}

.rejectUl::selection {
    background-color: aqua;
}

.modal-body-Reject {
    padding: 20px 0px;
}

    .modal-body-Reject img {
        padding: 20px 25px;
    }

.rejectUl {
    width: 30px;
    height: 32px;
    vertical-align: bottom;
}

.offercard {
    height: 76px;
    transition: width 1s, height 1s;
    transition-timing-function: cubic-bezier(.66,-0.08,.38,1.21);
}

.offercardDetails {
    overflow: hidden;
    height: 160px;
}

    .offercardDetails #OfferCardConst {
    }

#Detail-d-none {
    background-color: #F4F4F4;
    height: 84px;
}

    #Detail-d-none span {
        color: #646464;
        font-weight: bold;
    }

.offerImg {
    width: 100%;
    height: 33px;
    margin-top: 15px;
}

.PlanTextTitle {
    width: 114px;
    color: #8E8E8E;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 11px;
    text-align: center;
}

.PlanText {
    width: 110px;
    color: #F69420;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid red;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

    [type="radio"]:checked:after,
    [type="radio"]:not(:checked) :after {
        content: '';
        width: 16px;
        height: 16px;
        background: #f69420;
        position: absolute;
        top: 8px;
        left: 0.50rem;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
    }

.row1 txt {
    color: #646464;
    font-size: 12px;
    line-height: 14px;
}

.flexOffer {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    justify-content: space-between;
}

.flexOfferDetail {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    justify-content: space-evenly;
    margin-top: 15px
}



.offercard_Logo {
    width: 75px;
    height: 39px;
}

.offercard_Product {
    width: 120px;
    margin-left: -35%;
    margin-right: 50%;
    display: block;
}

.progress {
    background-color: #dcddde !important;
    height: 10px
}

.card-footer {
    border-top: 0px solid rgba(0, 0, 0, 0.00) !important;
}

.offer-disable {
    pointer-events: none;
    border: 1px solid #dcdada !important;
    color: #c5c5c5;
}

    .offer-disable #detailsOffer {
        background-color: #f1aa57 !important;
        border: 1px solid #f1aa57 !important;
        color: #dcdada !important
    }

.offer-disableList {
    pointer-events: none;
    border: 1px solid #dcdada !important;
    color: #c5c5c5 !important;
}


.offer-disableWareHouse {
    pointer-events: none;
    color: #dcdada !important;
}

.offer-disable img {
    opacity: 0.5;
}

.offer-disable h5 {
    color: #dcdada !important;
}

.offer-disable .variant {
    color: #dcdada !important;
}

    .offer-disable .variant p {
        color: #dcdada !important;
    }

.a-disable {
    pointer-events: none;
}

.button-disable {
    border: solid 1px #b6b6b6 !important;
    background: #EEEEEE !important;
    pointer-events: none;
    color: #CFCFCF !important;
}

.a-disable-a {
    pointer-events: none;
    color: #adadad;
}

.static-button {
    padding: 0 22px;
    width: 118px;
    height: 44px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-family: 'proxima_novasemibold';
    cursor: default;
}

.color-grey {
    background: #FBFBFB;
    border: solid 1px #979797;
    color: #979797;
    float: right;
}

.color-orange {
    border: solid 1px #f69420;
    background: #f69420;
    float: left;
}

.img-arrow {
    width: 25px;
    float: right;
    margin-top: 10px;
}

.OfferHeaderDescTex {
    margin-left: 3rem !important;
    margin-top: 3rem !important;
}

.quick-bgbanner {
}

@media (max-width:991px) and (min-width:350px) {
    .OfferHeaderDescTex {
        margin-left: 1rem !important;
        margin-top: 1rem !important;
    }

    .OfferIndexHeader h5 {
        line-height: 35px;
        font-size: 33px !important;
    }

    .rejectTitle {
        margin-left: auto;
        margin-right: auto;
        margin-top: 75px !important;
        height: 58px;
        color: #515151;
        font-size: 14px;
        line-height: 29px;
        text-align: center;
        width: 337px;
    }

    .OfferIndexHeader p {
        color: #fff;
        color: #FFFFFF;
        font-size: 12px !important;
        line-height: 15px;
        width: 312px;
    }

    .svgGreenMarh2 {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 35px !important;
        height: 0px;
        width: 321px !important;
        color: #515151 !important;
        font-size: 16px !important;
        font-weight: bold !important;
        line-height: 29px !important;
    }

    .start {
        margin-bottom: 10px;
    }

    .whatisHText {
        color: #515151;
        font-size: 27px;
        font-weight: bold;
        line-height: 30px;
        margin-right: auto;
        margin-left: auto;
        text-align: left !important;
    }

    .whatisHFText2 {
        color: #515151;
        font-size: 15px;
        line-height: 24px;
        text-align: left !important;
    }

    .whatIsF p {
        font-size: 20px !important;
        width: 100% !important;
        line-height: 26px !important;
    }

    .whatIsF .start {
        float: left !important;
        margin-top: 1.5rem !important;
        margin-bottom: 1.0rem !important;
        margin-right: 40px !important;
        width: 116px !important;
        line-height: 38px !important;
        background: #f69420;
        color: #fff;
        font-family: 'proxima_novasemibold';
    }
}



.OfferFooterDescTex {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

    .OfferFooterDescTex p {
        color: #515151;
        font-size: 13px;
        line-height: 14px;
        text-align: left;
    }

.GeneralAntText {
    color: #c5b8b8 !important;
    font-size: 10px !important;
    line-height: 14px !important;
}

.offer-changeAcceptHeader {
    font-weight: bold;
    font-size: 19px;
}

.offer-changeAcceptDescContainer {
    width: 85%;
}

.offer-changeAcceptDesc {
    font-size: 12px;
    line-height: 14px;
}

    .offer-changeAcceptDesc p {
        color: #515151;
    }

.whatisHText {
    color: #515151;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    margin-right: auto;
    margin-left: auto;
    text-align: left !important;
}

.whatisHFText {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #858585;
    font-size: 28px;
    line-height: 32px;
}

.whatisHFText2 {
    color: #515151;
    font-size: 20px;
    line-height: 32px;
    text-align: left !important;
}

.whatIsFBanner {
    width: 100%;
    min-width: 30%;
    min-height: 30%;
}

.whatIsF {
    background: #FAF9F7;
}

    .whatIsF img {
        width: 100%;
        max-width: 330px;
        max-height: 226px;
        min-width: 130px;
        min-height: 126px;
        background-repeat: no-repeat;
        background-position: left top;
        display: table;
    }

    .whatIsF p {
        color: #F69420;
        font-size: 30px;
        width: 90%;
        font-weight: bold;
        line-height: 34px;
        vertical-align: central;
        margin-top: 5rem;
    }

    .whatIsF :nth-child(1) {
        padding-left: 0 !important;
    }
    /**
        .button {
        box-sizing: border-box;
        height: 38px;
        width: 146px;
        border: 1px solid #F69420;
        border-radius: 3px;
        background: #f69420;
        font-size: 12px;
        color: #fff;
        float: right;
        cursor: pointer;
    }
    */
    .whatIsF .start {
        margin-top: 5rem;
        float: right;
        margin-right: 40px;
        width: 116px;
        line-height: 38px;
        background: #f69420;
        color: #fff;
        font-size: 12px;
        font-family: 'proxima_novasemibold';
        text-align: center;
        border-radius: 4px;
    }

        .whatIsF .start:hover {
            background: #e48413;
        }


.OfferIndex {
    height: 100%;
}

    .OfferIndex .col-md-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .OfferIndex .OfferIndexHeader {
        background-color: #f69420;
        background-position: center;
    }

.OfferIndexHeader h5 {
    color: #FFFFFF;
    font-size: 36px;
    width: 300px;
    line-break: normal;
    font-weight: bold;
    line-height: 42px;
}

.OfferIndexHeader p {
    color: #fff;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    width: 315px;
}

.OfferIndexHeaderImg {
    width: 100%;
    height: 100%;
}

.fixyuk {
    height: 220px
}

.accordionoffer {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .activeoffer, .accordionoffer:hover {
        background-color: #ccc;
    }

.paneloffer {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

#OfferBigTable table tr {
    border-top: 4px solid #fff !important;
}

#OfferBigTable #OfferBig-SubTable tr {
    border-top: 0px solid #fff !important;
}

@media (max-width:425px) {
    .augmOffer .inner-aug #PlanBorder h5 {
        font-size: 9px !important;
    }


    .flexOfferDetail {
        margin-top: 10px;
    }

        .flexOfferDetail .PlanText {
            font-size: 14px !important;
        }

    .center {
        padding: 5px !important;
    }

    /*.flexOfferDetail {
        margin-top: 4px !important;
    }*/
}

@media (max-width: 768px) and (min-width:425px) {
    .PlanTextTitle .center {
        padding: 6px !important;
    }

    .oit-TableBody tbody tr td .Checkcontainer {
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .flexOfferDetail {
        margin-top: 8px;
    }

        .flexOfferDetail div:nth-child(2) {
            padding-left: 0px;
            padding-right: 0px;
        }

        .flexOfferDetail div:nth-child(3) {
            padding-left: 0px;
            padding-right: 0px;
        }

        .flexOfferDetail .PlanText {
            font-size: 13px !important;
        }
}
/*
    #OfferCardConstIn .center {
        padding: 5px !important;
    }

    .flexOfferDetail {
        margin-top: 4px !important;
    }
}

@media (max-width: 768px) and (min-width:425px) {
    .PlanTextTitle .center {
        padding: 6px !important;
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 72%;
    }
}*/

#OfferCardConstIn .col-7 {
    -ms-flex: 0 0 58.333333% !important;
    flex: 0 0 57.333333% !important;
    max-width: 57.333333% !important;
}

.oit-TableHead {
    width: 100%;
    border: 1px solid #E8E8E8;
}

    .oit-TableHead tr td {
        border: 1px solid #E8E8E8;
    }

        .oit-TableHead tr td img {
            margin: auto;
            display: block;
        }

        .oit-TableHead tr td .Brand {
            width: 80px;
        }

        .oit-TableHead tr td .Product {
            width: 60px;
        }

        .oit-TableHead tr td span {
            color: #646464;
            font-size: 14px;
            font-family: proxima_novaregular;
            padding-left: 2em;
        }

.text-orange {
    color: #f69420;
    text-align: center;
}

.text-orange-disable {
    color: #c5c5c5;
    text-align: center;
}


.bg-orange {
    background-color: #f69420 !important;
    color: #fff !important;
}

    .bg-orange .text-orange {
        color: #fff !important;
    }

.oit-TableBody {
    font-family: proxima_novabold;
    font-size: 12px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    color: #646464;
    line-height: 14px;
    color: #8E8E8E;
    text-align: center;
}

    .oit-TableBody thead tr {
        height: 60px;
        vertical-align: baseline;
        background-color: #F9F9F9;
        border-bottom: 1px solid #E8E8E8;
    }

    .oit-TableBody thead th {
        padding: .75rem;
        text-align: center;
        vertical-align: middle;
    }

    .oit-TableBody tbody tr {
        height: 60px;
        color: #646464;
        vertical-align: middle;
    }

        /*.oit-TableBody tbody tr:hover {
            background-color: #f69420 !important;
            color: #fff !important;
        }*/

        .oit-TableBody tbody tr td {
            padding: .75rem;
            vertical-align: middle;
        }

        .oit-TableBody tbody tr:nth-child(odd) {
            background-color: #F9F9F9;
        }

        .oit-TableBody tbody tr:nth-child(even) {
            background-color: #F3F3F3;
        }






.checkmark {
    top: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    background-color: #eee;
    position: relative;
    margin: auto;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.checkmarkInside {
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: 1px solid #f69420;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#TableList .go:hover {
    color: #646464;
    background: #fff;
}

#TableList .go {
    padding: 0 22px;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #f69420;
    background: #f69420;
    font-size: 12px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    float: right;
    cursor: pointer;
}

#plansec span {
    font-size: 14px;
    line-height: 5.5px
}

.hiddenSub {
    display: none;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}

.activeSub {
    transition: display .5s ease;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
    color: #646464;
}

.custom-select {
    position: relative;
    border-radius: 0.25em 0.25em 0 0;
    padding: .375rem 1.75rem .375rem 0px;
    background-image: url('../images/arrow-down-b_211614.svg');
    background-repeat: no-repeat;
    background-position: right -11px;
    /*background-size: 47px 47px;*/
    color: #646464;
    height: 30px;
}

.custom-select-border {
    border: 1px solid rgba(0,0,0,.15);
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
    background-image: url('../images/arrow-up-b_211623.svg');
}

.custom-select-top {
    position: relative;
    border-radius: 0px !important;
    padding: .375rem 1.75rem .375rem 0px;
    background-image: url(/../images/selete-bg_top.png);
    background-repeat: no-repeat;
    background-position: right -6px;
    background-size: 50px 49px;
    color: #646464;
    height: 30px;
}

.select-selected {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 13px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #929292 transparent transparent transparent;
        font-family: 'proxima_novasemibold';
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #929292 transparent;
        top: 6px;
    }

.vl {
    border-left: 1px solid rgba(0,0,0,.15);
    height: 30px;
    position: absolute;
    left: 79%;
    top: -1px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    user-select: none;
    width: 142px;
    text-align: start;
    padding-left: 15px;
    font-size: 12px;
    color: #A2A2A2;
    line-height: 20px;
    font-family: 'proxima_novasemibold';
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #F7F7F7;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10000;
    font-size: 12px;
    width: 100%;
    height: 95px;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #646464;
    font-family: 'proxima_novaregular';
    box-shadow: 1px 5px 9px #888888 !important;
    width: 100%
}

select-items-hover {
    width: 100%;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.open-drop {
    box-shadow: 1px 5px 9px #888888 !important;
    border: 0px !important;
}

.open-drop {
    box-shadow: 1px 5px 9px #888888 !important;
    border: 0px !important;
}

.select-items div:hover, .same-as-selected {
    background-color: #e8e8e86b;
}

.middle-cam {
    margin-top: 4%;
    margin-right: 21%;
    margin-left: 20%;
    font-weight: bold;
    font-size: 20px;
    font-family: 'proxima_novaregular';
}

.no-cam {
    font-size: 18px;
    font-family: 'proxima_novaregular';
}

.mixed-number-input {
    display: table;
    width: 100%;
    margin: 12px 0;
}

    .mixed-number-input .mixed-number-left {
        float: left;
        width: 35%;
    }

.mixed-number-left .btn-number {
    cursor: pointer;
    border: 1px solid #b6b6b6;
    background: #fff;
    height: 62px;
    padding: 0 20px;
    color: #646464;
    font-size: 20px;
    -webkit-text-stroke: 2px white;
}

    .mixed-number-left .btn-number:focus {
        outline: none;
        box-shadow: none;
    }

.mixed-number-left .input-mixed-number {
    font-size: 30px !important;
    color: #646464;
    text-align: center;
    border: 1px solid #b6b6b6;
    font-family: 'proxima_novasemibold';
    padding: 0 .75rem;
    line-height: 60px;
}

.mixed-number-input .mixed-number-txt {
    float: left;
    width: 38%;
    padding: 14px 0 14px 70px;
    border: 1px solid #b6b6b6;
    border-radius: 0 3px 3px 0;
}

.mixed-number-input .mixed-number-txt-product {
    float: left;
    width: 39%;
    padding: 5px 0 0 0;
    border: 1px solid #b6b6b6;
    border-radius: 0 3px 3px 0;
    margin-left: 20px;
}

.mixed-number-left .btn-number.plus {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.mixed-number-txt .tol-div {
    float: left;
    width: 25%;
    text-align: center;
}

    .mixed-number-txt .tol-div h6 {
        color: #767676;
        font-size: 12px;
        margin: 0 0 4px 0;
        font-family: 'proxima_novasemibold';
        line-height: 1;
    }

    .mixed-number-txt .tol-div h5 {
        color: #646464;
        font-size: 16px;
        font-family: 'proxima_novasemibold';
        margin: 0;
        line-height: 1;
    }

.mixed-campaign-dfn {
    padding: 22px 0 0 22px;
}

    .mixed-campaign-dfn h5 {
        font-weight: bold;
    }


.disclaimer-div {
    display: table;
    margin: auto;
    font-size: 11px;
    font-family: 'proxima_novaregular';
    color: #646464;
    padding-bottom: 4%;
}

.disclaimer-span {
    font-size: 10px;
    font-family: 'proxima_novaregular';
    color: #646464;
}

.disable-Advantage {
    pointer-events: none;
    cursor: default;
    background: lightgray;
    border: none;
}


.checkFlex {
    display: flex;
    align-items: center;
}

.checkFlexcheck {
}

.checkFlexText {
    text-align: center;
}

    .checkFlexText span {
        font-size: 14px;
    }

.ConsentBottom {
    margin-top: 1rem !important;
    color: #515151;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.aGroupStyle {
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    color: #f69420;
    font-family: 'proxima_novasemibold' !important;
    font-size: 14px !important;
    color: #f69420 !important;
}

.initialCamp {
    border-color: #06AA00 !important;
    color: #06AA00 !important;
}
