/*general*/
body {
    overflow-x: hidden;
    margin: 0 auto;
}

* {
    font-family: 'Roboto';
    font-size: 14px;
}


    *:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }


    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background-color: #415968;
        border-left: 1px solid #341720;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #E31E24;
        border-radius: 10px;
    }

        *::-webkit-scrollbar-thumb:hover {
            background-color: #341720;
        }
		
		a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.row {   
margin-top:auto;
 margin-right: auto;
    margin-left: auto;
}

.row>*{
	
	padding-left:unset;
	padding-right:unset;
}

.container-fluid
{
	max-width:1400px;
}

.owl-item
{
	max-width:1263px !important;
}

.p0 {
    padding: 0px 15px 0px 0px;
}

.p-reset {
    padding: 0px;
}
/*.row{width:100%;}*/
.contentPageMenu:focus {
    outline: 0 !important;
    box-shadow: none !important;
}


.contentPageMenu::-webkit-scrollbar {
    width: 0px;
}

.contentPageMenu::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: none;
}

.contentPageMenu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
}

    .contentPageMenu::-webkit-scrollbar-thumb:hover {
        background-color: transparent
    }

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.31);
    display: none;
}

    .loading img {
        margin: 0 auto;
        text-align: center;
        margin-top: 18%;
    }


sup {
    font-size: 10px;
}


iframe {
    width: 100%;
    border: none;
}

    iframe.headerIfrm {
        height: 160px;
    }


.displayInlineBlockT {
    display: inline-block;
    vertical-align: top;
}

.displayInlineBlockM {
    display: inline-block;
    vertical-align: middle;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.container {
    position: relative;
    max-width: 1440px;
}

button {
    outline: 0;
}

a {
    color: #000;
    outline: 0;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

p {
    margin-bottom: 0;
    line-height: 24px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

    ul li {
        list-style: none;
    }

input {
    border: 1px solid;
    border-color: #CDCDCD;
}

    input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #303030;
        opacity: 0.5;
        font-size: 15px;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #303030;
        opacity: 0.5;
        font-size: 15px;
    }

    input::-ms-input-placeholder { /* Microsoft Edge */
        color: #303030;
        opacity: 0.5;
        font-size: 15px;
    }

.formArea input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #415968;
    opacity: 0.5;
    font-size: 18px;
}

.formArea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #415968;
    opacity: 0.5;
    font-size: 18px;
}

.formArea input::-ms-input-placeholder { /* Microsoft Edge */
    color: #415968;
    opacity: 0.5;
    font-size: 18px;
}

.mobile_menu {
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.31);
    display: none;
}

    .loading img {
        margin: 0 auto;
        text-align: center;
        margin-top: 18%;
    }

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.owl-carousel button.owl-dot {
    position: relative;
    height: 11px;
    width: 11px;
    background-color: #D8D8D8;
    margin-right: 15px;
    border-radius: 50%;
}

    .owl-carousel button.owl-dot.active {
        background: #E31E24;
    }



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.content-carousel .owl-prev,
.content-carousel .owl-next {
    position: absolute;
    top: 50%;
    /*margin-top: -52px;*/
    height: 105px;
    width: 40px;
    background-color: #F2F2F2;
    border: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.content-carousel .owl-next {
    right: -70px;
}

.owl-carousel .owl-nav button.owl-prev,
.content-carousel .owl-prev {
    left: -70px;
}

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span,
    .content-carousel .owl-next span,
    .content-carousel .owl-prev span {
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        height: 32px;
        display: inline-block;
        position: relative;
        top: 7px;
    }

    .owl-carousel .owl-nav button.owl-prev span,
    .content-carousel .owl-prev span {
        background-image: url('../images/slider-Arrow.png');
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.owl-carousel .owl-nav button.owl-next span,
.content-carousel .owl-next span {
    background-image: url('../images/slider-Arrow.png');
}


.mainTitle {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
}

.bold {
    font-weight: 700;
    font-family: 'Roboto';
}

.gButton {
    position: relative;
    background-color: #E31E24;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    -webkit-transition: .2s all;
    transition: .2s all;
}

    .gButton::after {
        content: "";
        position: absolute;
        left: 10%;
        width: 0%;
        height: 2px;
        background-color: #fff;
        bottom: 6px;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        -webkit-transition: .3s all;
        transition: .3s all;
    }

    .gButton:hover {
        background: #A5050A;
    }

        .gButton:hover::after {
            width: 0%;
            /*background-color: #b21419 !important;*/
        }

        .gButton:hover .text {
            /*color: #f8cfcf !important;*/
        }

    .gButton.blue {
        background-color: #004388
    }

        .gButton.blue:hover {
            background-color: #033467 !important;
        }

            .gButton.blue:hover .text {
                color: #ffe1e1 !important;
            }

    .gButton .text {
        font-size: 26px;
        font-weight: 700;
        font-family: 'Roboto';
        line-height: 35px;
        color: #fff;
        position: relative;
        top: -3px;
    }

    .gButton .text, .gButton .kusurArea {
        display: inline-block;
        vertical-align: middle;
    }

        .gButton .kusurArea * {
            display: block;
            color: #fff;
        }

        .gButton .kusurArea .number {
            position: relative;
            top: -7px;
            margin-left: -3px;
            font-size: 18px;
            font-weight: 500;
        }

    .gButton .curr {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        display: inline-block;
        position: relative;
        top: -4px;
        font-family: Arial;
        left: 2px;
    }

.redColor {
    color: #E31E24;
}

.redBg {
    background-color: #E31E24;
}

.greyColor {
    color: #F4F4F4
}

.greyBg {
    background-color: #F4F4F4
}

.greyDarkColor {
    color: #303030
}

.greyDarkBg {
    background-color: #303030
}

.triangle {
    position: relative;
}

    .triangle:before {
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -10px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

.triangleDark {
    position: relative;
}

    .triangleDark:before {
        position: absolute;
        top: 0px;
        margin-left: -29px;
        display: inline-block;
        border-right: 10px solid #002154;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .triangleDark:after {
        position: absolute;
        display: inline-block;
        border-color: #004a8f transparent transparent transparent;
        border-style: solid;
        border-width: 10px 19px 19px 19px;
        height: 0px;
        width: 0px;
        top: 100%;
        left: 0%;
        content: '';
    }


/*search*/

.ui-widget.ui-widget-content:before {
    background-image: url(../images/red-arrow-up-small.png);
    width: 27px;
    height: 9px;
    content: "";
    position: absolute;
    top: -9px;
    left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ui-widget.ui-widget-content {
    border: 1px solid #D0021B;
    margin-top: 15px;
    top: 120px !important;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #F2F2F2;
}

.ui-menu .ui-menu-item-wrapper {
    color: #000000;
    font-size: 14px;
    padding: 7px 15px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #D0021B;
    background: #D0021B;
    font-weight: normal;
    color: #ffffff;
}


.selectInputArea .area {
    position: relative;
    padding-bottom: 10px;
}


.selectInputArea .input,
.selectInputArea input {
    border: 0.75px solid rgba(65,89,104,0.24);
    background-color: #FEFEFE;
    height: 63px;
    line-height: 63px;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.selectInputArea .shop-search {
    /* background: url(../images/black-arrow-down.png) no-repeat; */
    background-position: 96% 50%;
}

.selectInputArea .input .arrow {
    position: absolute;
    right: 13px;
    top: 26px;
}

.selectInputArea .input .selected {
    color: #415968;
    font-size: 18px;
}

.selectInputArea ul:not(.country-list) {
    border: 0.75px solid rgba(65,89,104,0.24);
    position: absolute;
    top: 96px;
    right: 15px;
    left: 15px;
    z-index: 2;
    background: #fff;
    display: none;
}

    .selectInputArea ul:not(.country-list) li a {
        padding: 5px 0;
        text-indent: 15px;
        display: block;
    }

/*.selectInputArea ul li:not(.country-list) a:hover {
    background-color: #E31E24;
    color: #fff;
}*/
.selectInputArea ul li.ddlActive:not(.country-list) a {
    background-color: #E31E24;
    color: #fff;
}

.selectInputArea ul.ddlActive li:not(.country-list) a:hover {
    background-color: #E31E24;
    color: #fff;
}

.form select {
    /* background: url(../images/black-arrow-down.png) no-repeat; */
    /* background-position: 96% 50%; */
    height: 63px;
}

.formArea {
    border: 1px solid #F8F8F8;
    background-color: #FDFDFD;
    margin-top: 2em;
    padding: 35px 30px;
}

    .formArea .title {
        font-size: 20px;
        color: #303030;
        line-height: 26px;
    }

    .formArea .area {
        margin-bottom: 2em;
    }

    .formArea input {
        font-family: 'Roboto';
        width: 100%;
        height: 63px;
        /*text-indent: 15px;*/
        color: #415968;
        font-size: 18px;
    }

        .formArea input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #415968;
            opacity: 1;
        }

        .formArea input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #415968;
            opacity: 1;
        }

        .formArea input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #415968;
            opacity: 1;
        }

        .formArea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #415968;
            opacity: 1;
        }

        .formArea input::-ms-input-placeholder { /* Microsoft Edge */
            color: #415968;
            opacity: 1;
        }

        .formArea input::placeholder { /* Most modern browsers support this now. */
            color: #415968;
            opacity: 1;
        }

    .formArea textarea {
        height: 100px;
        width: 100%;
        border: 0.75px solid rgba(65,89,104,0.24)
    }

    .formArea .picCodeArea {
        padding-top: 27px;
    }

    .formArea .red {
        color: #E31E24;
        font-weight: 700;
        font-family: 'Roboto';
    }

    .formArea .warningArea {
        margin-top: 1em;
    }


    .formArea .checkbox {
        margin-top: 2em;
    }

        .formArea .checkbox .check {
            margin: 0px 10px 0 0;
            height: 20px;
            width: 20px;
            float: left;
            position: relative;
            z-index: 1;
            opacity: 0;
            display: none;
        }


        .formArea .checkbox .lnk {
            overflow: auto;
            display: inline-block;
        }

            .formArea .checkbox .lnk a {
                text-decoration: underline;
            }

        .formArea .checkbox #infoBtn {
            display: inline-block;
            max-width: 80%;
            padding-left: 10px;
        }

        .formArea .checkbox .check + span {
            background: transparent;
            height: 30px;
            width: 30px;
            display: inline-block;
            position: relative;
            margin-top: 0px;
            border: 0.75px solid;
            border-color: rgba(65,89,104,0.24);
            -moz-transition: .5s all;
            -o-transition: .5s all;
            -webkit-transition: .5s all;
            transition: .5s all;
            vertical-align: top;
            /*display: none;*/
        }

        .formArea .checkbox .check[type="checkbox"]:checked + span {
            background-image: url(../images/check-icon.png);
            background-position: center;
            /* background-size: cover; */
            background-repeat: no-repeat;
            background-size: 70%;
        }

.aboutPage .corporateDdl {
}

contentPageParag * {
    font-size: 18px;
}

.inlineDownload > a {
    color: red;
}

.ifiletr td {
    padding-bottom: 15px;
}

.ifiletr > td::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 48px;
    background: url(../images/pdf_ico.jpg) no-repeat center center;
    margin-right: 20px;
}

.form .buttonArea {
    text-align: center;
    margin: 2em 0 8em;
}

    .form .buttonArea .gButton {
        background-color: #303030;
        height: 54px;
        width: 158px;
        padding-top: 12px;
    }

        .form .buttonArea .gButton.disabled {
            cursor: default;
        }

    .form .buttonArea .text {
        color: #FFFFFF;
        font-size: 16px;
    }

.disabled * {
    opacity: 0.5;
    cursor: not-allowed;
}


/*header*/
header {
    /*margin-bottom: 22px;*/
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9998;
    background-color: #fff;
}


    header > .container {
        max-width: 100%;
        padding: 0
    }

    header .topArea {
        background-color: #E31E24;
        height: 45px;
        padding: 0 15px;
    }

        header .topArea .leftArea {
            position: relative;
            display: inline-block;
            top: 13px;
        }

        header .topArea .link,
        header .topArea .spacer,
        header .topArea .lang {
            color: #fff
        }

        header .topArea .link {
            font-size: 12px;
            font-weight: 700;
            font-family: 'Roboto';
        }

            header .topArea .link:hover {
                text-decoration: underline;
                opacity: 0.9;
            }

        header .topArea .rightArea {
            position: absolute;
            right: 20px;
            top: 11px;
        }

    header .bottomArea .rightArea .box.selected {
        background-color: #F4F4F4;
    }


    header .topArea .social {
        background-repeat: no-repeat;
        background-size: cover;
        height: 22px;
        width: 32px;
        display: inline-block;
        background-image: url('../images/header-social-3x.png');
    }

        header .topArea .social:hover {
            opacity: 0.85;
        }

        header .topArea .social.face {
            background-position: 0 0
        }

        header .topArea .social.insta {
            background-position: -35px 0
        }

        header .topArea .social.youtube {
            background-position: -71px 0
        }
        header .topArea .social.tiktok {
            background-position: -106px 0
        }

.mobile_menu .social {
    background-repeat: no-repeat;
    background-size: cover;
    height: 22px;
    width: 32px;
    display: inline-block;
    background-image: url('../images/header-social-3x.png');
}

    .mobile_menu .social:hover {
        opacity: 0.85;
    }

    .mobile_menu .social.face {
        background-position: 0 0
    }

    .mobile_menu .social.insta {
        background-position: -35px 0
    }

    .mobile_menu .social.youtube {
        background-position: -71px 0
    }
    .mobile_menu .social.tiktok {
        background-position: -106px 0
    }



header .bottomArea .container {
    max-width: 1440px;
    padding: 0 0px;
}

header .bottomArea .table {
    margin-bottom: 0;
}

header .table td,
header .table th {
    border: 1px solid #fff;
}

header .bottomArea .rightArea .subMenu {
    position: absolute;
    z-index: 2;
    background-color: #EBEBEB;
    border: 1px solid #e31e24;
    margin-top: -1px;
    text-align: center;
    min-width: 440px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
    left: 0px;
}

header .bottomArea .rightArea .box:hover + .subMenu,
header .bottomArea .rightArea .box + .subMenu:hover {
    opacity: 1;
    visibility: visible;
}

/*header .bottomArea .rightArea .subMenu:before {
        background-image: url(../images/red-arrow-up.png);
        width: 49px;
        height: 17px;
        content: "";
        position: absolute;
        top: -15px;
        left: 34px;
        background-size: contain;
        background-repeat: no-repeat;
    }*/

header .bottomArea .rightArea .subMenu.afis:before {
    left: 312px;
}

header .bottomArea .rightArea .subMenu .title {
    color: #E31E24;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    text-align: center;
}

    header .bottomArea .rightArea .subMenu .title:nth-child(even),
    header .bottomArea .rightArea .subMenu .link:nth-child(even) {
        background-color: #E3E3E3
    }

header .bottomArea .rightArea .subMenu .link {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

    header .bottomArea .rightArea .subMenu .link a {
        display: block;
        padding: 17px;
    }

    header .bottomArea .rightArea .subMenu .link:hover {
        background-color: #e31e24;
        color: #fff;
    }

        header .bottomArea .rightArea .subMenu .link:hover a {
            color: #fff
        }

header .logoArea {
    /*margin-right: 60px;*/
}

    header .logoArea img {
        margin-top: 10px;
        max-width: 105px;
    }

header .langArea {
    margin-left: 30px;
    margin-top: 1px;
}

    header .langArea .lang {
        font-size: 14px;
    }

        header .langArea .lang:hover {
            opacity: 0.9;
            text-decoration: underline;
        }

        header .langArea .lang.active {
            font-family: 'Roboto';
            font-weight: 700;
        }

header .searchArea {
    position: relative;
}

header .search {
    width: 79%;
    height: 41px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-indent: 34px;
}

header .searchArea:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 25px;
    top: 11px;
    background-image: url('../images/header-search-icon.png');
}

header .search_box {
    display: none;
    position: absolute;
    width: calc(100% - 26%);
    height: auto;
    margin-top: 13px;
}

header .searchArea:hover .search_box {
    display: block;
}

header .search_box ul {
    border: 1px solid #D0021B;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-sizing: border-box;
}

header .search_box li {
    cursor: pointer;
    color: #000000;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 3;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 15px;
}

    header .search_box li:nth-last-child(1) {
        border: none;
    }

header .search_box .seperator {
    position: absolute;
    top: -6px;
    left: 10%;
    width: 12px;
    height: 12px;
    border-left: 1px solid #D0021B;
    transform: rotate(45deg);
    border-top: 1px solid #D0021B;
    background: #fff;
}

header #searchBtn {
    background-color: #004388;
    border-radius: 0 12px 12px 0;
    height: 41px;
    width: 20%;
    margin-left: -4px;
    position: relative;
}

    header #searchBtn:hover {
        background-color: #053464 !important;
    }

        header #searchBtn:hover .text {
            color: #fff !important;
        }

    header #searchBtn .text {
        color: #fff;
        position: relative;
        top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    header #searchBtn:before {
        left: 50%;
    }

header .bottomArea .leftArea {
    margin: 20px 0 14px;
    /*display: inline-block;*/
}

header .bottomArea .rightArea {
    /*position: absolute;
        right: 0;
        top: 0px;*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 1;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    align-self: center;
    max-width: 60%;
    width: 100%;
    float: right;
}

    header .bottomArea .rightArea .box {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        flex-basis: 100%;
        vertical-align: top;
        text-align: center;
        position: relative;
        padding: 16px 14px;
        align-items: center;
        min-height: 104px;
        align-self: center;
        justify-content: center;
        flex-flow: column;
        flex-wrap: wrap;
    }

        header .bottomArea .rightArea .box:hover {
            background-color: #F4F4F4;
        }

        header .bottomArea .rightArea .box:before {
            content: "";
            position: absolute;
            left: -4px;
            top: 0;
            background-color: #F4F4F4;
            width: 1px;
            height: 90px;
            display: inline-block;
        }

        header .bottomArea .rightArea .box .text {
            color: #303030;
            font-size: 15px;
            line-height: 20px;
            display: block;
        }

        header .bottomArea .rightArea .box .iconArea {
            height: 32px;
        }

        header .bottomArea .rightArea .box.hasSub {
            position: relative;
        }



            header .bottomArea .rightArea .box.hasSub:hover .subMenu {
                visibility: visible;
                opacity: 1;
            }

            header .bottomArea .rightArea .box.hasSub.active:after {
                background-image: url(../images/red-arrow-up.png);
                width: 49px;
                height: 17px;
                content: "";
                position: absolute;
                bottom: -2px;
                left: 50%;
                margin-left: -24.5px;
                background-size: contain;
                background-repeat: no-repeat;
                z-index: 3
            }

@media only screen and (min-width: 992px) {
    header .bottomArea .rightArea .box.hasSub:hover:after {
        background-image: url(../images/red-arrow-up.png);
        width: 49px;
        height: 17px;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -24.5px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 3
    }
}

@media only screen and (max-width: 992px) {
    header .bottomArea .rightArea .box.hasSub.active:after {
        background-image: url(../images/red-arrow-up.png);
        width: 49px;
        height: 17px;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -24.5px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 3
    }
}

/*aktuelArea*/

.aktuelArea .mainTitle {
    text-align: left;
}

.aktuelArea .tabArea .tabButtonArea {
    background-color: #F4F4F4;
    border-radius: 12px;
    display: inline-block;
}


    .aktuelArea .tabArea .tabButtonArea .gButton {
        height: 51px;
        width: 233px;
        background-color: transparent;
        position: relative;
    }

        .aktuelArea .tabArea .tabButtonArea .gButton:hover {
            background-color: transparent !important;
        }

            .aktuelArea .tabArea .tabButtonArea .gButton:hover .text {
                color: rgba(65,89,104,0.8) !important;
            }

        .aktuelArea .tabArea .tabButtonArea .gButton.active {
            background: #E31E24;
        }

            .aktuelArea .tabArea .tabButtonArea .gButton.active:hover {
                background: #ca070d !important;
            }

                .aktuelArea .tabArea .tabButtonArea .gButton.active:hover .text {
                    color: #fff !important;
                }

        .aktuelArea .tabArea .tabButtonArea .gButton.middleBtn.active {
            background-color: #004388;
        }

            .aktuelArea .tabArea .tabButtonArea .gButton.middleBtn.active:hover {
                background-color: #04386f !important;
            }

        .aktuelArea .tabArea .tabButtonArea .gButton .text {
            font-size: 20px;
            position: relative;
            top: 10px;
            color: #303030
        }

        .aktuelArea .tabArea .tabButtonArea .gButton:hover .text {
            color: #5c5b5b
        }

        .aktuelArea .tabArea .tabButtonArea .gButton.active .text {
            color: #fff;
        }

    .aktuelArea .tabArea .tabButtonArea .inline-border {
        display: inline-block;
        width: 2px;
        height: 20px;
        background: #E31E24;
        position: relative;
        -moz-transform: translateY(80%);
        -ms-transform: translateY(80%);
        -o-transform: translateY(80%);
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
        margin: 0px 2.5px;
    }

    .aktuelArea .tabArea .tabButtonArea .gButton:before {
        display: none;
    }

    .aktuelArea .tabArea .tabButtonArea .gButton:after {
        /*position: absolute;
            content: "";
            height: 21px;
            width: 2px;
            background-color: #E31E24;
            top: 17px;
            right: -3px;
            left:auto;
            bottom:auto;*/
        display: none;
    }

    .aktuelArea .tabArea .tabButtonArea .gButton:first-child:after {
        /*right: 1px;*/
    }

    .aktuelArea .tabArea .tabButtonArea .gButton.middleBtn:after {
        right: -3px;
    }

    .aktuelArea .tabArea .tabButtonArea .gButton:last-child:after {
        display: none;
    }


.aktuelArea .tabArea .subButtonArea {
    display: none;
}

    .aktuelArea .tabArea .subButtonArea.active {
        display: block;
    }

    .aktuelArea .tabArea .subButtonArea.blue .subButton.active {
        border-bottom: 3px solid #004388;
    }

    .aktuelArea .tabArea .subButtonArea.blue .subButton:hover {
        border-bottom: 3px solid #004388 !important;
    }

.aktuelArea .tabArea .subButtonArea-2 {
    margin-left: 18%;
}

.aktuelArea .tabArea .subButtonArea-3 {
    margin-left: 18%;
}

.aktuelArea .tabArea .subButtonArea-5 {
    margin-left: 35%;
}


.aktuelArea .tabArea .subButtonArea-7 {
    margin-left: 50%;
}

.aktuelArea .tabArea .subButtonArea .inner {
    display: inline-block;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.17);
    background-color: #FFFFFF;
    margin-top: 14px;
    border-radius: 10px;
    padding: 10px 15px;
}

.aktuelArea .tabArea .subButtonArea .subButton {
    padding: 0 7px;
    margin-right: 20px;
    position: relative;
}

    .aktuelArea .tabArea .subButtonArea .subButton .text {
        font-family: 'Roboto';
        font-size: 20px;
    }

    .aktuelArea .tabArea .subButtonArea .subButton:last-child {
        margin-right: 0;
    }

.aktuelArea .tabArea .subButtonArea.blue .subButton:after {
    background-color: rgba(0, 67, 136, 1);
}

.aktuelArea .tabArea .subButtonArea .subButton:after {
    position: absolute;
    /* content: ""; */
    height: 21px;
    width: 2px;
    /* background-color: #E31E24; */
    top: 0px;
    right: -15px;
}

.aktuelArea .tabArea .subButtonArea .subButton:last-child:after {
    display: none;
}


.aktuelArea .tabArea .subButtonArea .subButton.active {
    border-bottom: 3px solid #E31E24;
}

    .aktuelArea .tabArea .subButtonArea .subButton.active:hover {
        border-bottom: 3px solid #c61c21;
        opacity: 0.8;
    }

.aktuelArea .tabArea .subButtonArea .subButton:hover {
    opacity: 0.8;
}

.aktuelArea .tabArea .subButtonArea.subButtonArea-2 .subButton.active {
    border-bottom: 3px solid #004388;
}

.aktuelArea .tabArea .subButtonArea .subButton.active .text {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}

.aktuelArea .tabArea .subButtonArea .inner.triangle:before {
    top: -10px;
    left: 16%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aktuelArea .productArea {
    margin: 50px -8.5px;
}


.aktuelArea .product {
    /*padding-right: 0;*/
    min-height: 515px;
    margin-bottom: 1em;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

    .aktuelArea .product .inner {
        border: 1px solid #E31E24;
        height: 100%;
        margin: 0px 8.5px;
    }

        .aktuelArea .product .inner > .row {
            margin-left: 0;
            margin-right: 0;
            height: 100%;
        }

    .aktuelArea .product .imageArea {
        background-color: #f4f4f4;
        min-height: 260px;
        padding: 0;
    }

        .aktuelArea .product .imageArea .image {
            /* padding-top: 20px; */
        }

    .aktuelArea .product .descArea {
        padding: 20px 20px;
        min-height: 220px;
    }

        .aktuelArea .product .descArea .subTitle {
            font-size: 18px;
            font-weight: 700;
            font-family: 'Roboto';
            color: #858585;
        }

    .aktuelArea .product.big .descArea .title {
        font-size: 26px;
        line-height: 35px;
    }

    .aktuelArea .product .descArea .title {
        text-shadow: 0 2px 24px 0 rgba(0,0,0,0.57);
        color: #000000;
        font-size: 19px;
        font-weight: 700;
        font-family: 'Roboto';
    }

    .aktuelArea .product .descArea .txt {
        text-shadow: 0 2px 24px 0 rgba(0,0,0,0.57);
        color: #000000;
        font-size: 14px;
        line-height: 21px;
    }

    .aktuelArea .product .descArea .priceArea {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }


    .aktuelArea .product.col-xl-3 .descArea .priceArea .taksitAreaNew img {
        margin-top: 7px !important;
    }

    .aktuelArea .product .descArea .priceArea .buttonArea {
        align-self: center;
        padding-right: 0px;
    position: relative;
    }

    .aktuelArea .product .descArea .priceArea .CountButton {
        padding: 10px 5px;
        position: absolute;
        top: -80%;
        /* left: 9%; */
        font-weight: 500;
    }

.CountButton .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    position: relative;
    top: -3px;
    /* text-decoration: line-through; */
    /* text-decoration: line-through; */
    text-decoration-skip: ink;
}

.CountButton .text, .CountButton .kusurArea {
    display: inline-block;
    vertical-align: middle;
}

    .CountButton .kusurArea * {
        display: block;
        color: #000;
    }

    .CountButton .kusurArea .number {
        position: relative;
        top: -7px;
        margin-left: 3px;
        font-size: 12px;
        font-weight: 500;
    }

.CountButton .curr {
    color: #000;
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    position: relative;
    top: -6px;
    font-family: Arial;
    left: 2px;
}

.aktuelArea .product .descArea .priceArea .gButton {
    height: 43px;
    width: auto;
    padding: 8px 7px;
    float: left;
}

.aktuelArea .product .descArea .priceArea .DiscountButton {
    display: block;
    width: 38px;
    float: left;
    color: #ffffff;
    background-color: #004a8f;
    height: 55px;
    margin-top: -10px;
    z-index: 2;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 5px;
    margin-left: -3px;
}

.aktuelArea .product .descArea .priceArea .shareArea {
    text-align: right;
    padding-top: 10px;
}

    .aktuelArea .product .descArea .priceArea .shareArea a {
        display: inline-block;
    }

    .aktuelArea .product .descArea .priceArea .shareArea .circle,
    .aktuelArea .product .descArea .priceArea .shareArea .txt,
    .productDetailPage .shareArea .circle,
    .productDetailPage .shareArea .txt {
        display: inline-block;
        vertical-align: middle;
    }

    .aktuelArea .product .descArea .priceArea .shareArea .txt,
    .productDetailPage .shareArea .txt {
        margin-right: 5px;
    }

    .aktuelArea .product .descArea .priceArea .shareArea .circle,
    .productDetailPage .shareArea .circle {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        border: 1px solid #004388;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        -webkit-transition: .3s all;
        transition: .3s all;
    }

    .aktuelArea .product .descArea .priceArea .shareArea a.active .circle,
    .productDetailPage .shareArea a.active .circle {
        position: relative;
    }

        .aktuelArea .product .descArea .priceArea .shareArea a.active .circle::after,
        .productDetailPage .shareArea a.active .circle::after {
            content: '';
            display: block;
            max-width: 60%;
            max-height: 60%;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #004388;
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
        }

.aktuelArea .product .videoArea, .imageArea.videoArea {
    position: absolute;
    bottom: 1px;
    min-height: auto;
}


.aktuelArea .product .videoArea, .imageArea .videoArea {
    margin: 0px 10px;
    min-height: 50px;
}

    .aktuelArea .product .videoArea a, .imageArea .videoArea a {
        display: inline-block;
        height: 41px;
        max-width: 149px;
        width: 100%;
        border: 1px solid #E7E7E7;
        border-radius: 11px;
        background-color: #FFFFFF;
        text-align: right;
        padding-top: 3px;
        padding-right: 4px;
        padding-left: 10px;
    }

        .aktuelArea .product .videoArea a .text, .imageArea .videoArea a .text {
            color: #303030;
            font-size: 12px;
            line-height: 15px;
            margin-right: 10px;
        }

        .aktuelArea .product .videoArea a .text,
        .aktuelArea .product .videoArea a .icon, .imageArea .videoArea a .text, .imageArea.videoArea a .icon {
            display: inline-block;
            vertical-align: middle;
        }

        .aktuelArea .product .videoArea a:hover .icon, .imageArea .videoArea a:hover .icon {
            opacity: 0.9;
        }

.aktuelArea .product .taksitArea {
    position: absolute;
    bottom: 10px;
    min-height: auto;
    margin: 0px 0;
    min-height: 41px;
    right: 5px;
}

.aktuelArea .product .blurredImage {
    display: none;
}

.aktuelArea .product.justImage img {
    width: 100%;
    align-self: center;
}

.aktuelArea .productArea .buttonArea.more {
    text-align: center;
    margin-top: 23px;
}

    .aktuelArea .productArea .buttonArea.more .gButton {
        height: 54px;
        max-width: 300px;
        width: 100%;
        padding-top: 18px;
        background-color: #303030;
    }

        /*.aktuelArea .productArea .buttonArea.more .gButton:hover {
            background: #5c5b5b;
        }*/

        .aktuelArea .productArea .buttonArea.more .gButton .text {
            color: #FFFFFF;
            font-size: 20px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 25px;
        }

.aktuelArea .product .imageArea .image {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 100%;
    align-items: center;
    min-height: 225px;
    text-align: center;
    display: block;
}

    .aktuelArea .product .imageArea .image img {
        align-self: center;
        margin: 0 auto;
    }
/*homePage*/
.homePage .bannerArea {
    margin-bottom: 40px;
}

    .homePage .bannerArea .banner {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
        background-color: #FFFFFF;
        padding: 3px;
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }

.homePage .banner .item {
    height: auto !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .homePage .banner .item .textArea {
        position: absolute;
        top: 135px;
        left: 50px
    }

        .homePage .banner .item .textArea .title {
            color: #F4F4F4;
            font-size: 55px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 69px;
            text-shadow: 0 2px 0 rgba(0,0,0,0.5);
        }

    .homePage .banner .item .gButton {
        height: 55px;
        width: auto;
        padding: 10px 10px 10px 20px;
        cursor: pointer;
    }

    .homePage .banner .item .triangle:before {
        border-top: 10px solid #cbb9ad;
    }

    .homePage .banner .item .gButton:hover {
    }

    .homePage .banner .item .gButton .text {
        margin-left: -11px;
    }

        .gButton .text.quantify, .homePage .banner .item .gButton .text.quantify {
            font-weight: 500;
        }

.homePage .philoArea {
    margin-bottom: 60px;
}

    .homePage .philoArea .container {
        padding: 0 20px;
    }

    .homePage .philoArea .box {
        padding: 0 8px;
    }

        .homePage .philoArea .box .inner {
            padding: 45px 10px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 230px;
            text-align: center;
        }

            .homePage .philoArea .box .inner .iconArea {
                height: 55px;
            }


    .homePage .philoArea .box-1 .inner {
        background-image: url('../images/home-Felsefe-1.png');
    }

    .homePage .philoArea .box-2 .inner {
        background-image: url('../images/home-Felsefe-1.png');
    }

    .homePage .philoArea .box-3 .inner {
        background-image: url('../images/home-Felsefe-1.png');
    }

    .homePage .philoArea .box-4 .inner {
        background-image: url('../images/home-Felsefe-1.png');
    }

    .homePage .philoArea .buttonArea {
        text-align: center;
        margin-top: 15px;
    }

    .homePage .philoArea .gButton {
        height: 58px;
        width: 214px;
        margin-left: -14px;
    }

        .homePage .philoArea .gButton .text {
            font-size: 20px;
            position: relative;
            top: 12px;
        }

.homePage .bimcellArea {
    margin-bottom: 90px;
}

    .homePage .bimcellArea .mainTitle {
        font-style: italic;
        color: #444444;
    }

    .homePage .bimcellArea .imageArea img {
        width: 100%;
    }

    .homePage .bimcellArea .buttonArea {
        text-align: center;
        margin-top: 10px;
    }

    .homePage .bimcellArea .gButton {
        height: 58px;
        width: 214px;
        background-image: url('../images/Button-red_B.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        text-align: center;
        padding-top: 13px;
        margin-left: -8px;
    }

        .homePage .bimcellArea .gButton:hover {
            background-image: url('../images/Button-red_B-hover.png');
            background-color: transparent !important;
        }

        .homePage .bimcellArea .gButton .text {
            font-size: 20px;
            line-height: 45px;
        }

.homePage .brandsArea {
    margin-top: 100px;
    margin-bottom: 47px;
}

    .homePage .brandsArea .content-carousel {
        /*width: 600px;*/
        max-width: 93%;
        width: 100%;
        display: block;
        height: 488px;
        overflow: hidden;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

        .homePage .brandsArea .content-carousel .owl-carousel {
            /*width: calc(100% - 170px);*/
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

            .homePage .brandsArea .content-carousel .owl-carousel .item {
                /*width: 100%;*/
                width: 88%;
                height: 485px;
                text-align: right;
                margin: 0 0 0 auto;
                position: relative;
            }

            .homePage .brandsArea .content-carousel .owl-carousel .owl-controls .owl-dot {
                background-size: cover;
                margin-top: 10px;
            }

            .homePage .brandsArea .content-carousel .owl-carousel .owl-dots {
                position: absolute;
                top: 0;
                right: auto;
                width: 170px;
                height: 100%;
                left: 0;
                overflow-x: hidden;
                overflow-y: auto;
            }

            .homePage .brandsArea .content-carousel .owl-carousel .owl-dot {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                width: 160px;
                /*height: 61px;*/
                height: 59.6px;
                display: block;
                border-radius: 0;
                margin-right: 0;
                background-color: #F4F4F4;
                border-bottom: 2px solid #D8D8D8;
            }

                .homePage .brandsArea .content-carousel .owl-carousel .owl-dot:hover {
                    background-color: #dddbdb;
                    border-bottom: 2px solid #bbb8b8;
                }

            .homePage .brandsArea .content-carousel .owl-carousel button.owl-dot.active {
                color: #fff;
                background-color: #e31e24;
            }

                .homePage .brandsArea .content-carousel .owl-carousel button.owl-dot.active:hover {
                    color: #e2e0e0;
                    background-color: #c20b10;
                }


            .homePage .brandsArea .content-carousel .owl-carousel button.owl-dot:after {
                content: "";
                position: absolute;
                left: 0%;
                width: 0%;
                height: 2px;
                background-color: #E31E24;
                bottom: -2px;
                -moz-transition: .3s all;
                -o-transition: .3s all;
                -webkit-transition: .3s all;
                transition: .3s all;
            }

            .homePage .brandsArea .content-carousel .owl-carousel button.owl-dot:hover:after {
                width: 100%;
            }


            .homePage .brandsArea .content-carousel .owl-carousel .owl-item img {
                width: 100%;
            }

            .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link {
                position: absolute;
                bottom: 14px;
                left: 0px;
                right: 0px;
                /*width: 179px;*/
                height: 58px;
                width: 214px;
                background-image: url(../images/Button-red_B.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                background-color: transparent;
                text-align: center;
                padding-top: 13px;
                margin-left: -8px;
                margin: 0 auto;
                color: #FFFFFF;
                font-size: 20px;
                font-family: 'Roboto';
                font-weight: 700;
                line-height: 35px;
                letter-spacing: 0.5px;
            }

                .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link:after {
                    content: "";
                    position: absolute;
                    left: 10%;
                    width: 0%;
                    height: 2px;
                    background-color: #fff;
                    bottom: 10px;
                    -moz-transition: .3s all;
                    -o-transition: .3s all;
                    -webkit-transition: .3s all;
                    transition: .3s all;
                }

                .homePage .brandsArea .content-carousel .owl-carousel .owl-item .link:hover:after {
                    width: 0%;
                }

        .homePage .brandsArea .content-carousel .owl-next {
            right: 15px;
        }

        .homePage .brandsArea .content-carousel .owl-prev {
            left: 15px;
        }

        .homePage .brandsArea .content-carousel .owl-prev,
        .homePage .brandsArea .content-carousel .owl-next {
            cursor: pointer;
            background-color: #e31e24;
        }

            .homePage .brandsArea .content-carousel .owl-prev:hover,
            .homePage .brandsArea .content-carousel .owl-next:hover {
                cursor: pointer;
                background-color: #c20b10;
            }

            .homePage .brandsArea .content-carousel .owl-prev span,
            .homePage .brandsArea .content-carousel .owl-next span {
                background-image: url('../images/home-brandsArea-slider-Arrow.png');
                text-indent: -5000px;
                background-size: contain;
                width: 10px;
                height: 18px;
                top: 2px;
            }

            .homePage .brandsArea .content-carousel .owl-prev span {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                text-indent: -5000px;
            }

.contentPage .bannerArea {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 35px;
}

    .contentPage .bannerArea h1 {
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: 700;
        line-height: 31px;
        color: #FFFFFF;
    }

    .contentPage .bannerArea p {
        font-size: 16px;
        font-family: 'Roboto';
        font-weight: normal;
        line-height: 20px;
        color: #FFFFFF;
        max-width: 680px;
        padding: 0 15px;
        margin: 0 auto;
    }

.contentPage .contentPageMenu {
    margin-top: -20px;
    display: flex;
}

    .contentPage .contentPageMenu ul {
        background-color: #F9F9F9;
        /*max-width: 905px;*/
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 auto;
    }


.contentPageMenu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .contentPageMenu ul li:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 15px;
        background-color: #E7E7E7;
        height: 45px;
        width: 1px;
    }

    .contentPageMenu ul li:last-child:after {
        display: none;
    }

    .contentPageMenu ul li a {
        color: #000000;
        font-size: 17px;
        line-height: 19px;
        padding: 28px 21px;
        display: block;
    }

.contentPageMenu ul .hasSub {
    position: relative;
    background-image: url(../images/drop-ico.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 95% 52%;
}

    .contentPageMenu ul .hasSub:hover {
        background-image: url(../images/drop-ico-hover.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 95% 52%;
    }

        .contentPageMenu ul .hasSub:hover .subMenu {
            display: block;
            width: 100%;
        }

.contentPage .contentPageMenu .subMenu {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 1;
    border: 1px solid #E7E7E7;
}

.contentPageMenu ul .hasSub .subMenu li {
    display: block;
    width: 100%;
    margin: 10px 0px;
    border-bottom: 1px solid #E7E7E7;
}

    .contentPageMenu ul .hasSub .subMenu li:last-child {
        margin-bottom: 0px;
    }

    .contentPageMenu ul .hasSub .subMenu li a {
        padding: 7px;
    }

        .contentPageMenu ul .hasSub .subMenu li a:after {
            bottom: 0px;
        }

        .contentPageMenu ul .hasSub .subMenu li a:hover:after {
            background-color: #E31E24;
        }

.contentPageMenu ul .hasSub:hover > a {
    color: #E31E24;
}

.contentPageMenu ul li a:hover {
    color: #E31E24;
}

.contentPageMenu ul li a:after {
    content: "";
    position: absolute;
    left: 0%;
    width: 0%;
    height: 2px;
    background-color: #E31E24;
    bottom: 0px;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.contentPageMenu ul li a:hover:after {
    width: 100%;
}

.contentPageMenu ul li a.triangle:before {
    top: auto;
    bottom: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    visibility: hidden;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.contentPageMenu ul li a.triangle.active:before {
    opacity: 1;
    visibility: visible;
}

.contentPageMenu ul li a.active {
    color: #e31e24;
    font-family: 'Roboto';
    font-weight: 700;
}

.contentPage .breadCrumb {
    margin-top: 1em;
    margin-bottom: 2em;
}

    .contentPage .breadCrumb ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .contentPage .breadCrumb ul li:after {
            content: "";
            position: absolute;
            right: 0px;
            top: 5px;
            background-color: #363636;
            height: 17px;
            width: 1px;
        }

        .contentPage .breadCrumb ul li:last-child:after {
            display: none;
        }

        .contentPage .breadCrumb ul li a {
            color: #363636;
            font-size: 13px;
            line-height: 28px;
            padding: 0 7px;
        }

            .contentPage .breadCrumb ul li a:first-child {
                padding-left: 0;
            }


            .contentPage .breadCrumb ul li a.active {
                color: #e31e24;
            }

.contentPageTitle {
    color: #E31E24;
    font-size: 25px;
    line-height: 31px;
    font-family: 'Roboto';
    font-weight: 700;
}

.contentPageSubTitle {
    color: #767676;
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 31px;
    margin-left: 30px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.contentPageParag .contentPageSubTitle {
    margin-left: 0px;
    margin-top: 0;
}


.contentPageParag {
    background-color: #FDFDFD;
    padding: 30px;
    margin-bottom: 3em;
    min-height: 35vh;
}

    .contentPageParag p {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        margin-bottom: 1em;
    }

        .contentPageParag p a {
            color: #E31E24;
            font-weight: bold;
        }

    .contentPageParag .redBold {
        font-size: 22px;
        color: #E31E24;
        font-family: 'Roboto';
        font-weight: 700;
        margin-right: 10px;
    }

    .contentPageParag .bullet {
        height: 10px;
        width: 10px;
        background-color: #303030;
        border-radius: 50%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 5px;
        margin-right: 10px;
    }

.categoryArea.mobile {
    display: none;
}

.categoryArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 26px 41px;
    margin-bottom: 2em;
    position: sticky;
    top: 10px;
    max-height: 332px;
    overflow: auto;
}

    .categoryArea .item {
        display: block;
    }

    .categoryArea .title {
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: 700;
        color: #000000;
    }

    .categoryArea .icon {
        border: 1px solid #979797;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        height: 16px;
        width: 16px;
        padding-top: 3px;
    }

        .categoryArea .icon .inside {
            height: 8px;
            width: 8px;
            background-color: #E31E24;
            margin: 0 auto;
            line-height: 8px;
            display: none;
        }

    .categoryArea .item.active .icon {
        border: 1px solid #E31E24;
    }

        .categoryArea .item.active .icon .inside {
            display: block;
        }

    .categoryArea .text {
        display: inline-block;
        vertical-align: middle;
    }

        .categoryArea .text * {
            font-size: 17px;
            line-height: 36px;
            color: #000000;
        }

        .categoryArea .text:hover * {
            opacity: 0.8;
        }

    .categoryArea .allArea {
        margin-top: 10px;
        display: inline-block;
    }

        .categoryArea .allArea .txt {
            font-size: 14px;
            color: #E31E24;
            text-decoration: underline
        }






/*accordionArea*/
.sssPage .centeredArea {
    max-width: 950px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.accordionArea {
    margin-bottom: 3em
}



    .accordionArea .accord {
        border: 1px solid #EAEAEA;
        background-color: #FDFDFD;
        padding: 10px 30px;
        margin-bottom: 0.5em;
    }

        .accordionArea .accord.active {
            background-color: #FFFFFF;
            box-shadow: 0 2px 44px 0 rgba(0,0,0,0.11);
        }

        .accordionArea .accord .titleArea {
            color: #000000;
            position: relative;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 700;
            cursor: pointer;
        }

        .accordionArea .accord.active .titleArea {
            color: #E31E24;
        }

        .accordionArea .accord .arrow {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            background-image: url('../images/sss-black-arrow.png');
            display: inline-block;
            width: 13px;
            height: 16px;
            position: absolute;
            right: 0;
            top: 7px;
        }


        .accordionArea .accord.active .arrow {
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            background-image: url('../images/sss-red-arrow.png');
        }

        .accordionArea .accord .desc {
            display: none;
            border-top: 1px solid #E31E24;
            font-size: 22px;
            padding: 15px 0;
            margin-top: 10px;
        }

            .accordionArea .accord .desc, .accordionArea .accord .desc p, .accordionArea .accord .desc a {
                font-size: 22px;
            }

/*searchResPage*/
.searchResPage {
    margin-top: 2em
}

    .searchResPage .pageTitle,
    .searchResPage .pageTitle * {
        color: #303030;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 1em;
    }


    .searchResPage .result {
        -moz-transition: .3s all;
        -o-transition: .3s all;
        -webkit-transition: .3s all;
        transition: .3s all;
        margin-bottom: 1em;
        border: 1px solid #EAEAEA;
        background-color: #FDFDFD;
        padding: 20px 30px;
        position: relative;
        display: block;
    }

        .searchResPage .result:hover {
            border: 1px solid #c1bfbf;
            background-color: #f7f7f7;
        }

        .searchResPage .result .title {
            color: #E31E24;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 31px;
            margin-bottom: 0;
        }

        .searchResPage .result p {
            color: #303030;
            font-size: 14px;
            line-height: 17px;
        }

        .searchResPage .result img {
            position: absolute;
            right: 35px;
            top: 15px;
        }




/*sss Page*/
.sssPage .bannerArea {
    background-image: url('../images/sss-banner.png');
    margin-bottom: 2em;
}


/*about Page*/
.aboutPage .bannerArea {
    background-image: url('../images/about-banner.png');
}

/*history Page*/
.historyPage .bannerArea {
    background-image: url('../images/history-banner.png');
}

/*nous Page*/
.nousPage .bannerArea {
    background-image: url('../images/nous_banner.png');
}

/*quality Page*/
.qualityPage .bannerArea {
    background-image: url('../images/quality-banner.png');
}

.opinionPage .bannerArea {
    background-image: url('../images/kamuoyu-banner.png');
}

.opinionPage .readMore {
    position: absolute;
    bottom: 0px;
}

.prPage .bannerArea {
    background-image: url('../images/pr_banner.png');
}

.pressPage .bannerArea {
    background-image: url('../images/basin-odasi-banner.png');
}

.pressPicPage .bannerArea {
    background-image: url('../images/basin-odasi-gorseller-banner.png');
}

.specialBrandsPage .bannerArea,
.specialBrandsDetailPage .bannerArea {
    background-image: url('../images/bime-ozel-markalar-banner.png');
    height: 181px;
    margin-bottom: 2em;
}

.findShopPage .bannerArea,
.findShopDetailPage .bannerArea {
    background-image: url('../images/magaza_bul_banner.png');
}

.contactPage .bannerArea {
    background-image: url('../images/bize-ulasin-banner.png');
}


.loanPage .bannerArea {
    background-image: url('../images/loan-banner.png');
}

.careerPage .bannerArea {
    background-image: url('../images/bize-ulasin-banner.png');
}





.pressPage {
    margin-bottom: 10em;
}

    .pressPage .boxArea {
        width: 20%;
        padding: 0 12px;
        display: block;
        margin-bottom: 2em;
    }

        .pressPage .boxArea .box {
            border: 1px solid #F7F7F7;
            background-color: #FFFFFF;
            height: 171px;
            padding: 20px 15px;
            -moz-transition: .3s all;
            -o-transition: .3s all;
            -webkit-transition: .3s all;
            transition: .3s all;
        }

        .pressPage .boxArea:hover .box {
            box-shadow: 0 2px 44px 0 rgba(0,0,0,0.11);
        }

        .pressPage .boxArea .box .iconArea {
            position: relative;
            height: 65px;
        }

            .pressPage .boxArea .box .iconArea .icon {
                position: absolute;
                -moz-transition: .3s all;
                -o-transition: .3s all;
                -webkit-transition: .3s all;
                transition: .3s all;
            }

                .pressPage .boxArea .box .iconArea .icon.hover,
                .pressPage .boxArea:hover .box .iconArea .icon {
                    opacity: 0;
                    visibility: hidden;
                }

                    .pressPage .boxArea:hover .box .iconArea .icon.hover {
                        opacity: 1;
                        visibility: visible;
                    }

        .pressPage .boxArea .box .title {
            color: #303030;
            font-size: 25px;
            line-height: 32px;
            -moz-transition: .3s all;
            -o-transition: .3s all;
            -webkit-transition: .3s all;
            transition: .3s all;
        }

        .pressPage .boxArea:hover .box .title {
            color: #E31E24;
        }




/*urundetay*/

.productDetailPage .detailArea {
    margin-bottom: 4em
}

    .productDetailPage .detailArea .leftSide {
    }

    .productDetailPage .detailArea .imageArea {
        margin-bottom: 50px;
    }

    .productDetailPage .detailArea .thumbArea .thumb {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0px 20px;
        margin-bottom: 20px;
    }

        .productDetailPage .detailArea .thumbArea .thumb:before,
        .productDetailPage .detailArea .thumbArea .thumb:last-child:after {
            content: "";
            position: absolute;
            top: 0px;
            height: 100%;
            width: 2px;
            background-color: #979797;
            opacity: 0.2;
        }

        .productDetailPage .detailArea .thumbArea .thumb:last-child:after {
            right: 0px;
        }

        .productDetailPage .detailArea .thumbArea .thumb:before {
            left: 0px;
        }

    /*.productDetailPage .detailArea .leftSide .thumbArea .thumb:last-child:after {
                right: -32px;
            }*/

    .productDetailPage .detailArea .rightSide {
        padding-top: 35px;
        padding-left: 26px;
    }

        .productDetailPage .detailArea .rightSide .title {
            color: #000000;
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 26px;
            line-height: 35px;
            padding-right: 90px;
        }

        .productDetailPage .detailArea .rightSide .priceArea .gButton {
            height: 54px;
            width: auto;
            padding: 10px;
        }

        .productDetailPage .detailArea .rightSide .priceArea {
            position: relative;
        }

        .productDetailPage .detailArea .rightSide .titleArea {
            position: relative;
        }

            .productDetailPage .detailArea .rightSide .titleArea .shareArea {
                position: absolute;
                top: 0px;
                right: 0px;
            }

.fotoZoom {
    position: relative;
    display: block;
}

    .fotoZoom img {
        z-index: 10;
        background: #F4F4F4;
    }
/*.zoomArea {
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    position: relative;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}

    .zoomArea img:hover {
        opacity: 0;
    }

    .zoomArea img {
        transition: opacity .5s;
        display: block;
        width: 100%;
    }*/


#shareArea {
    background-color: #004388;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 17px 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

    #shareArea.active {
        visibility: visible;
        opacity: 1;
    }

    #shareArea .text {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 30px;
        position: relative;
        margin-right: 30px;
    }

        #shareArea .text:after {
            content: "";
            height: 30px;
            width: 2px;
            background-color: #fff;
            position: absolute;
            right: -20px;
            top: -2px;
        }

    #shareArea .shareArea {
        padding-top: 6px;
    }

    #shareArea .share {
        /*background-repeat: no-repeat;
        background-image: url('../images/ShareBtns.png');*/
        /*width: 30px;
        height: 22px;*/
        margin: 0 10px;
        display: inline-block;
        max-width: 40px;
    }

        #shareArea .share.whatsapp {
            background-position: 0 0;
        }

        #shareArea .share.messanger {
            background-position: -41px 0;
            display: none;
        }

        #shareArea .share.email {
            background-position: -81px 0;
        }

    #shareArea .close_share {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 20px;
        border-radius: 100%;
        background: #fff;
        font-weight: bold;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        color: #004388;
        right: 20px;
        top: 15px;
        border: 1px solid #004388;
    }


/*kamuoyu page*/
.opinionPage {
    margin-bottom: 7em
}

    .opinionPage .leftArea {
        border: 1px solid #F0EEEE;
        padding: 15px 15px;
        margin-bottom: 1em;
    }


        .opinionPage .leftArea .text {
            color: #E31E24;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 700;
            margin-left: 10px;
        }


    .opinionPage .selectArea .gButton {
        width: 137px;
        height: 70px;
        padding: 7px 0;
        background-color: #004388;
        cursor: pointer;
    }

        .opinionPage .selectArea .gButton .text {
            font-size: 25px;
            line-height: 70px;
        }

        .opinionPage .selectArea .gButton .downArrow {
            font-size: 25px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            font-family: monospace;
        }

    .opinionPage .selectArea ul {
        width: 137px;
        background-color: #004388;
        border-radius: 8px;
        margin-top: 4px;
        display: none;
        z-index: 1;
        top: 70px;
        position: absolute;
    }

        .opinionPage .selectArea ul li a {
            color: #fff;
            padding: 11px;
            display: block;
            text-align: center;
        }

            .opinionPage .selectArea ul li a:hover {
                background-color: #f4f4f4;
                color: #004388;
            }

    .opinionPage .boxes {
        margin-bottom: 2em;
    }

    .opinionPage .box {
        border: 1px solid #F7F7F7;
        padding: 25px 13px;
        margin: 1em 0;
        height: 100%;
    }

        .opinionPage .box p {
            font-size: 25px;
            line-height: 32px;
            color: #303030;
        }

        .opinionPage .box .readMore .txt {
            color: #E31E24;
            font-size: 14px;
            text-decoration: underline;
            font-family: 'Roboto';
            font-weight: 700;
        }

        .opinionPage .box .readMore:hover {
            opacity: 0.8;
        }


/*pr kontaklar*/
.prPage {
    margin-bottom: 7em
}

    .prPage .leftArea {
        border: 1px solid #F0EEEE;
        padding: 15px 15px;
        margin-bottom: 1em;
    }

        .prPage .leftArea .text {
            color: #E31E24;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 700;
            margin-left: 10px;
        }

    .prPage .boxes {
        margin-bottom: 1em
    }

    .prPage .box {
        border: 1px solid #F7F7F7;
        padding: 10px 10px;
        margin: 1em 0;
        height: 100%;
    }

        .prPage .box h2 {
            font-size: 16px;
            color: #E31E24;
            line-height: 19px;
            font-family: 'Roboto';
            font-weight: 700;
        }

        .prPage .box p {
            font-size: 16px;
            line-height: 20px;
            color: #303030;
        }



/*basin odasi gorseller*/

.pressPicPage {
    margin-bottom: 7em
}

    .pressPicPage .leftArea {
        border: 1px solid #F0EEEE;
        padding: 15px 15px;
        margin-bottom: 2em;
    }

        .pressPicPage .leftArea .text {
            color: #E31E24;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 700;
            margin-left: 10px;
        }

    .pressPicPage .selectArea .gButton {
        width: 100%;
        height: 70px;
        padding: 7px 0;
        background-color: #004388;
        cursor: pointer;
    }

        .pressPicPage .selectArea .gButton .text {
            font-size: 25px;
            line-height: 70px;
        }

        .pressPicPage .selectArea .gButton .downArrow {
            font-size: 25px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            font-family: monospace;
            margin-top: -2px;
        }

    .pressPicPage .selectArea ul {
        /*width: 137px;*/
        width: 100%;
        background-color: #004388;
        border-radius: 8px;
        margin-top: 4px;
        display: none;
        z-index: 1;
        top: 70px;
        position: absolute;
    }

        .pressPicPage .selectArea ul li a {
            color: #fff;
            padding: 11px;
            display: block;
            text-align: center;
        }

            .pressPicPage .selectArea ul li a:hover {
                background-color: #f4f4f4;
                color: #004388;
            }

    .pressPicPage .picArea .box {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        padding: 0 15px;
        margin-bottom: 2em;
    }

        .pressPicPage .picArea .box .imageArea img {
            width: 100%;
        }

        .pressPicPage .picArea .box .downloadArea {
            border-bottom: 1px solid;
            border-right: 1px solid;
            border-left: 1px solid;
            border-color: #F0EEEE;
            padding: 6px 10px;
            display: block;
        }

            .pressPicPage .picArea .box .downloadArea .downLoad-icon,
            .pressPicPage .picArea .box .downloadArea .txt {
                display: inline-block;
                vertical-align: middle;
            }

            .pressPicPage .picArea .box .downloadArea .txt {
                color: #E31E24;
                font-size: 14px;
                font-family: 'Roboto';
                font-weight: 700;
                line-height: 17px;
            }

                .pressPicPage .picArea .box .downloadArea .txt.txt_underline {
                    text-decoration: underline;
                    margin-left: 7px;
                    top: 2px;
                    position: relative;
                }

    .pressPicPage .buttonArea.more {
        margin: 0 auto;
    }

        .pressPicPage .buttonArea.more .gButton {
            padding: 5px 20px;
            border-radius: 12px;
        }

            .pressPicPage .buttonArea.more .gButton .text {
                font-size: 20px;
                border-radius: 2px;
                top: 3px;
            }



.specialBrandsPage {
    margin-bottom: 10em;
}

    .specialBrandsPage .box {
        background-color: #F4F4F4;
        text-align: center;
        margin-bottom: 2em;
        position: relative;
        min-height: 150px;
    }

        .specialBrandsPage .box img {
            width: auto;
            display: block;
            margin: 0 auto;
            padding: 20px;
            max-height: 150px;
        }

    .specialBrandsPage .buttonArea.more {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: block;
    }

        .specialBrandsPage .buttonArea.more .gButton {
            background-color: #303030;
            height: 54px;
            line-height: 50px;
            width: 300px;
        }

            .specialBrandsPage .buttonArea.more .gButton .text {
                font-size: 20px;
                margin-top: 12px;
            }


.specialBrandsDetailPage .rightArea .title {
    font-family: 'Roboto';
    font-weight: 700;
    color: #E31E24;
    font-size: 25px;
}

.specialBrandsDetailPage .rightArea .textArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 30px;
    margin-bottom: 3em;
}

    .specialBrandsDetailPage .rightArea .textArea p {
        margin-bottom: 1em;
    }


.specialBrandsDetailPage .rightArea .specialBrandSlider {
    margin-bottom: 10em
}

    .specialBrandsDetailPage .rightArea .specialBrandSlider .item {
        padding: 0 10px;
    }

        .specialBrandsDetailPage .rightArea .specialBrandSlider .item .box {
            background-color: #F4F4F4;
            height: 236px;
            padding-top: 70px;
            vertical-align: middle;
        }

            .specialBrandsDetailPage .rightArea .specialBrandSlider .item .box .image {
                width: auto;
                max-width: 171px;
                max-height: 125px;
                margin: 0 auto;
                vertical-align: middle;
            }


.border-ea {
    border: 1px solid #eaeaea;
}

.findShopPage .contentPageTitle {
    margin: 1em 0;
}

.findShopPage .textArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 30px 25px;
}

    .findShopPage .textArea p {
        font-size: 18px;
    }

.findShopPage .selectInputArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 25px;
    max-width: 903px;
    margin: 2em auto 8em;
}

    .findShopPage .selectInputArea .title {
        color: #303030;
        font-size: 20px;
        line-height: 26px;
    }

.findShopPage .buttonArea {
    margin: 1em auto 0;
}

.findShopPage .gButton {
    width: 290px;
    height: 54px;
    padding-top: 10px;
}

    .findShopPage .gButton .text {
        font-size: 20px;
        background: transparent !important;
        width: 100% !important;
        height: 100% !important;
        border: none !important;
    }


.findShopDetailPage .contentPageTitle {
    margin: 1em 0;
}

.findShopDetailPage .textArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 30px 25px;
}

    .findShopDetailPage .textArea p {
        font-size: 18px;
    }

.findShopDetailPage .highText, .findShopPage .highText {
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 700;
}

.findShopDetailPage .detailArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    margin: 2em 0 8em;
    padding: 15px;
}

.findShopDetailPage .selectInputArea {
    margin-bottom: 2em;
}

.findShopDetailPage .numberArea * {
    color: #E31E24;
    font-size: 14px;
    line-height: 17px;
}

.findShopDetailPage .box {
    border: 0.75px solid rgba(65,89,104,0.24);
    background-color: #FEFEFE;
    padding: 10px 10px 5px;
    min-height: 100px;
    margin-top: 1em;
}

    .findShopDetailPage .box .title {
        color: #415968;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Roboto';
        font-weight: 700;
    }

    .findShopDetailPage .box p {
        color: #415968;
        font-size: 14px;
        line-height: 17px;
    }

.findShopDetailPage .selectInputArea ul {
    top: 62px;
}



.contactPage .contentPageTitle {
    margin: 2em 0 1em
}

.contactPage .textArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 32px 30px
}

    .contactPage .textArea .title {
        color: #767676;
        font-size: 25px;
        line-height: 31px;
        font-family: 'Roboto';
        font-weight: 700;
    }

    .contactPage .textArea .subTitle {
        color: #000000;
        font-size: 18px;
        line-height: 23px;
    }

    .contactPage .textArea p {
        margin-bottom: 1em;
        font-size: 18px;
    }

        .contactPage .textArea p .txt {
            font-size: 18px;
        }

        .contactPage .textArea p > .txt.big.bold {
            font-size: 25px;
        }

.contactPage .mapArea a {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    height: 83px;
    display: block;
    text-align: center;
    line-height: 83px;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

    .contactPage .mapArea a:hover {
        border: 1px solid #ff6a6e;
    }

    .contactPage .mapArea a * {
        color: #303030;
        font-size: 25px;
        display: inline-block;
        vertical-align: middle;
    }

    .contactPage .mapArea a img {
        position: relative;
        top: -5px;
    }

.contactPage .buttonArea.fixed {
    top: 60%;
    position: fixed;
    right: -52px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
}

.contactPage .wrap-forcenter {
    max-width: 903px;
    width: 100%;
    margin: 0 auto;
}

.contactPage .buttonArea.fixed .gButton {
    height: 54px;
    width: 158px;
    /*background-color: #E31E24;*/
    background-image: url(../images/Button-red_B.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    padding-top: 12px;
}

    .contactPage .buttonArea.fixed .gButton .text {
        font-size: 16px;
    }


.careerPage .contentPageTitle {
    margin: 2em 0 1em
}

.careerPage .textArea {
    background-color: #FDFDFD;
    border: 1px solid #F8F8F8;
    padding: 32px 30px
}

    .careerPage .textArea .title {
        color: #767676;
        font-size: 25px;
        line-height: 31px;
        font-family: 'Roboto';
        font-weight: 700;
    }



    .careerPage .textArea p {
        margin-bottom: 1em;
        font-size: 18px;
    }


.careerPage .buttonArea {
    text-align: center;
    margin: 2em 0;
}

    .careerPage .buttonArea .gButton {
        background-color: #E31E24;
        width: 300px;
        height: 54px;
        padding-top: 10px;
    }

        .careerPage .buttonArea .gButton:hover {
            background-color: #A5050A;
        }

        .careerPage .buttonArea .gButton .text {
            font-size: 20px;
            line-height: 45px;
        }


.loanPage .contentPageTitle {
    margin: 2em 0 1em
}

.formCenter {
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
}

.loanPage .textArea {
    border: 1px solid #F8F8F8;
    background-color: #FDFDFD;
    padding: 32px 30px
}

    .loanPage .textArea .title {
        color: #767676;
        font-size: 25px;
        line-height: 31px;
        font-family: 'Roboto';
        font-weight: 700;
    }

    .loanPage .textArea .subTitle {
        color: #000000;
        font-size: 18px;
        line-height: 23px;
    }

    .loanPage .textArea p {
        margin-bottom: 1em;
        font-size: 18px;
    }

.loanPage .checkArea .wrap {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 19px;
    margin-right: 25px;
    cursor: pointer;
}

    .loanPage .checkArea .wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 16px;
        height: 16px;
        border: 1px solid #50aaf9;
    }

    .loanPage .checkArea .wrap .checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        width: 16px;
        height: 16px;
        background-image: url(../images/uncheck-icon.png);
        margin-left: -20px;
        background-size: cover;
    }

    .loanPage .checkArea .wrap input:checked ~ .checkmark {
        background-image: url('../images/checked-icon.png');
    }

        .loanPage .checkArea .wrap input:checked ~ .checkmark:after {
            display: block;
        }

    .loanPage .checkArea .wrap .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


.posterPage {
    margin-bottom: 5em;
}

    .posterPage .shareWrapper {
        justify-content: flex-end;
        display: flex;
        height: auto;
        align-items: flex-start;
    }

    .posterPage .bgArea {
        border: 1px solid #F8F8F8;
        background-color: #F9F9F9;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .posterPage .posterArea {
        padding: 35px 75px;
    }

    .posterPage .aktuelArea .tabArea .tabButtonArea {
        background-color: #fff;
        position: relative;
    }

    .posterPage .aktuelArea .tabArea {
        margin-bottom: 1em;
    }


    .posterPage .subTabArea {
        background-color: #FFFFFF;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .posterPage .leftArea .subTabArea, .posterPage .rightArea .subTabArea {
        -moz-transition: .3s all;
        -o-transition: .3s all;
        -webkit-transition: .3s all;
        transition: .3s all;
        cursor: pointer;
        display: block;
        border: 1px solid #F0EEEE;
    }

    .posterPage .leftArea .subTabArea {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: 0;
        cursor: default;
    }

    .posterPage .rightArea .subTabArea {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 0;
        cursor: default;
    }
    /*.posterPage .rightArea .subTabArea:hover .text, 
.posterPage .leftArea .subTabArea:hover .text  { color:#444444;}*/

    .posterPage .rightArea {
        text-align: right;
    }

    .posterPage .bigArea img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .posterPage .leftArea .item {
        padding-right: 50px
    }

    .posterPage .rightArea .item {
        padding-left: 50px
    }


    .posterPage .subTabArea * {
        color: #000000;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 20px;
    }

    .posterPage .subTabArea {
        margin-bottom: 1em;
    }

        .posterPage .subTabArea.triangle:before {
            top: auto;
            bottom: -10px;
        }

    .posterPage .leftArea .subTabArea:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 21px;
        background-color: #E1DEDE;
        top: 15px;
    }

    .posterPage .shareSocAera {
        background-color: #FFFFFF;
        border: 1px solid #F0EEEE;
        border-radius: 12px;
        width: 55px;
        text-align: center;
    }

        .posterPage .shareSocAera h2 {
            color: #000000;
            font-size: 12px;
            font-family: 'Roboto';
            font-weight: 700;
            line-height: 14px;
            margin: 1em 0 0;
        }

        .posterPage .shareSocAera .spacer {
            height: 1px;
            width: 37px;
            background-color: #E1DEDE;
            margin: .5em auto;
        }

        /*.posterPage .rightArea .shareSocAera {
    margin: 0 0 0 auto;
}*/

        .posterPage .shareSocAera .shareSoc {
            width: 24px;
            height: 23px;
            display: block;
            background-image: url('../images/afis-share-buttons-new.png');
            margin: 1em auto;
        }

            .posterPage .shareSocAera .shareSoc.face {
                background-position: 0 0;
                display: none;
            }

            .posterPage .shareSocAera .shareSoc.whatsapp {
                background-position: 0 -51px;
                display: none;
            }

            .posterPage .shareSocAera .shareSoc.email {
                background-position: 0 -97px
            }

        .posterPage .shareSocAera h3 {
            text-align: center;
            color: #E31E24;
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 12px;
            margin-bottom: 0;
        }

        .posterPage .shareSocAera .download {
            display: block;
            margin-bottom: .5em
        }

        .posterPage .shareSocAera a:hover {
            opacity: 0.8;
        }

    .posterPage .posterArea .imageArea {
        border: 1px solid #F0EEEE;
        border-radius: 12px;
        background-color: #FFFFFF;
        padding: 10px
    }

        .posterPage .posterArea .imageArea .smallArea img {
            max-width: 100%;
            width: auto;
        }

        .posterPage .posterArea .imageArea .small {
            margin-bottom: 32px;
            position: relative;
            display: block;
        }

            .posterPage .posterArea .imageArea .small:after {
                position: absolute;
                content: "";
                bottom: -20px;
                left: 0;
                right: 0;
                background-color: #E1DEDE;
                height: 1px;
                width: 100%;
                margin: 0 auto;
            }

            .posterPage .posterArea .imageArea .small:last-child {
                margin-bottom: 0
            }

                .posterPage .posterArea .imageArea .small:last-child:after {
                    display: none;
                }




iframe.footerIfrm {
    height: 202px;
}

.popupInline {
    display: none;
    height: auto;
    background: #fff0;
    padding: 28px;
}

    .popupInline .popup_close.fancybox-close-small {
        display: block;
        border: 4px solid #e31e24;
        border-radius: 50%;
        padding: 13px;
        margin: 0;
        line-height: 0;
        background: #fff;
        opacity: 1;
    }

    .popupInline > img { /* width:100%; */
        border: 15px solid #fff;
        border-top: 25px solid #fff;
        border-bottom: 25px solid #fff;
        max-width: 100%;
    }

    .popupInline .textContainer {
        background: #fff;
        border: 2px solid #e31e24;
    }

        .popupInline .textContainer img {
            width: 100%;
            padding: 0 20px;
            padding-top: 10px;
        }

    .popupInline .title {
        padding: 0 20px;
        padding-top: 15px;
        margin-bottom: 0px;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 22px;
        color: #000;
    }

    .popupInline.popupText {
        width: 50%;
    }

    .popupInline .desc {
        padding: 0 20px;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 16px;
        color: #000;
    }

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.fancybox-slide {
    background: #0000009c;
}

footer {
    background-color: #F4F4F4;
    height: 202px;
    border-bottom: 2px solid;
    border-color: #e31e24;
}

    footer .leftArea {
        margin-top: 28px;
        margin-right: 65px;
        position: relative;
    }

    footer #ETBIS {
    }

    footer .logoArea {
        margin-bottom: 35px;
    }

        footer .logoArea img {
            margin-top: 10px;
            max-width: 108px;
        }

    footer .markArea {
        position: absolute;
        right: 0;
        top: 36px;
    }

        footer .markArea img {
            max-width: 133px;
        }

    footer .social {
        background-repeat: no-repeat;
        background-size: cover;
        height: 22px;
        width: 32px;
        display: inline-block;
        background-image: url('../images/footer-Social_Media-3xc.png');
    }

        footer .social.face {
            background-position: 0 0
        }

        footer .social.insta {
            background-position: -35px 0
        }

        footer .social.youtube {
            background-position: -71px 0
        }

        footer .social.tiktok {
            background-position: -106px 0
        }

    footer .linkArea .column {
        margin-right: 40px;
    }

        footer .linkArea .column a {
            display: inline-block;
            padding: 7px 0;
            font-size: 16px;
            position: relative;
        }

            footer .linkArea .column a:after {
                content: "";
                position: absolute;
                left: 0%;
                width: 0%;
                height: 2px;
                background-color: #E31E24;
                bottom: 0px;
                -moz-transition: .3s all;
                -o-transition: .3s all;
                -webkit-transition: .3s all;
                transition: .3s all;
            }

            footer .linkArea .column a:hover:after {
                width: 100%;
            }

.share_border {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 4em;
    width: 100%;
    height: 1px;
}


@media only screen and (min-width:1351px) {
    .navBar {
        display: none;
    }
}

@media only screen and (max-width:1350px) {
    .containers {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        height: 49px;
        overflow: hidden;
    }

    .navBar {
        margin-bottom: 0;
        max-width: 93%;
        margin: 0 auto;
    }

    .nav li {
        flex: 1;
        margin-right: 1px;
    }

    .nav {
        margin: 0 -10px;
        padding: 0 10px;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .nav > li > a.active {
            color: #fff;
            background-color: #e31e24;
        }

        .nav > li > a {
            background: #F4F4F4;
            border-bottom: 2px solid #D8D8D8;
            padding: 14px 16px;
            display: block;
            color: #212529;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
        }

    .brandsArea .owl-dots {
        display: none;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .item {
        width: 100%;
    }

    .homePage .brandsArea .content-carousel .owl-prev {
        left: 0 !important;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .item {
        height: auto;
    }
}


.showAfter {
    display: block;
}


.contentPageParag ul li, .contentPageParag a {
    font-size: 18px;
}

.contentPageParag ol li {
    font-size: 18px;
}

.contentPageParag ul {
    margin-bottom: 12px;
}

.contentPageParag ol {
    margin-bottom: 12px;
}

.contentPageParag ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

    .contentPageParag ol li {
        counter-increment: my-awesome-counter;
        margin-bottom: 10px;
    }

        .contentPageParag ol li::before {
            content: counter(my-awesome-counter) ". ";
            color: red;
            font-weight: bold;
        }

.contentPageParag, .contentPageParag b, .contentPageParag span, .contentPageParag table, .contentPageParag table tr td, .contentPageParag table tr th, .contentPageParag div {
    font-size: 18px;
}

.shareNumber {
    margin: 0 2px;
}

.productListType {
    display: none;
}

.productListType {
    border: 1px solid #04386f !important;
}

.imageArea .taksitArea {
    position: absolute;
    bottom: 10px;
    min-height: auto;
    margin: 0px 0;
    min-height: 41px;
    right: 5px;
}

.cookPage .box {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-bottom: 2em;
    padding: 0px;
    padding-right: 10px;
}

    .cookPage .box .box-2 {
        background-color: #f4f4f4;
        width: 100%;
        padding: 10px;
    }

.cookPage .categoryArea {
}

.cookDetailPage .detailArea .thumbArea .thumb {
    background-color: #f4f4f4 !important;
}

    .cookDetailPage .detailArea .thumbArea .thumb:before, .cookDetailPage .detailArea .thumbArea .thumb:last-child:after {
        background-color: #ffffff !important;
    }

.productDetailPage .leftSide .actionArea {
    background-color: whitesmoke;
    height: 500px;
}

.productDetailPage .leftSide .tarea {
    margin-top: 20px;
}


@media (max-width: 992px) {

    .cookPage .bannerArea {
        padding-top: 48px !important;
    }

    .aktuelfiyatIndirimli {
        margin: 10px 0px 10px 0px;
    }

    .cookDetailPage .detailArea .leftSide {
        min-height: 250px;
    }

    .cookDetailPage .menu {
        display: none;
    }


    .productDetailPage .leftSide .actionArea {
        background-color: whitesmoke;
        height: 500px;
    }

    .productDetailPage .leftSide .tarea {
    }

    .cookie-window-select {
        width: auto !important;
        padding: 10px !important;
    }

        .cookie-window-select h2 {
            font-size: 1.5rem;
        }

        .cookie-window-select p {
            padding: 7px !important;
        }

        .cookie-window-select .btn {
            max-width: 44%;
            /* height: 51px; */
            white-space: normal;
        }
}

.product .descArea .priceArea .taksitAreaNew {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 576px) {

    .makeTwo .aktuelfiyatIndirimli {
        margin: 15px 0px 10px 0px !important;
    }

    .productDetailPage .detailArea .leftSide {
        padding-top: 20px !important;
        padding: 0px !important;
    }

    .productDetailPage .leftSide .actionArea {
        background-color: whitesmoke;
        height: 220px;
        margin-bottom: 20px;
    }

    .productDetailPage .leftSide .tarea {
        margin: 0px;
        padding: 0px;
    }

        .productDetailPage .leftSide .tarea .thumbArea {
        }

            .productDetailPage .leftSide .tarea .thumbArea .thumb {
                margin: 20px 0px 0px 20px !important;
                padding: 0px !important;
            }

    .productListType {
        height: 26px;
        text-align: center;
        display: block;
        color: white;
        cursor: zoom-in;
        float: right;
        margin-bottom: 10px;
    }

        .productListType img {
            height: 25px;
        }

    .productArea .justImage {
        display: none;
    }

    .makeTwo .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .makeTwo .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .makeTwo .productListType {
        border: none !important;
    }

    .productArea .taksitArea {
        height: 30px !important;
        min-height: 30px !important;
    }

        .productArea .taksitArea img {
            min-height: 30px !important;
            height: 30px !important;
        }

    .productArea .videoArea {
        max-width: 80px;
        padding: 0px;
    }

        .productArea .videoArea span {
            display: none !important;
        }

    .makeTwo .product .descArea {
        min-height: 200px !important;
        vertical-align: bottom;
        display: grid;
    }

        .makeTwo .product .descArea .priceArea {
            vertical-align: bottom;
            display: flex;
        }

            .makeTwo .product .descArea .priceArea .taksitAreaNew {
            }

                .makeTwo .product .descArea .priceArea .taksitAreaNew img {
                    margin-left: 15px !important;
                }

    .kralbuyuk .descArea .priceArea .taksitAreaNew {
        margin: 0px;
        padding0px;
        margin-top: 25px !important;
    }

    .kralbuyuk .descArea .priceArea .shareArea {
        padding: 0px !important;
    }


    .product.col-xl-3 .descArea .priceArea .taksitAreaNew img {
        margin-left: 15px !important;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item img {
        width: 86%;
        margin-left: 7%;
    }

    .homePage .brandsArea .content-carousel .owl-carousel .owl-item .imageArea {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .big .row .descArea .priceArea .row {
        width: 100%;
    }

    .specialBrandsPage .bannerArea, .specialBrandsDetailPage .bannerArea {
        margin-bottom: auto !important;
    }
}


.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: -1px;
        top: 39%;
        right: 0;
        border-top: 1px solid;
        border-color: black;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(0deg);
        margin-right: 1px;
    }



header .bottomArea .rightArea .box {
    display: table-cell !important;
    vertical-align: middle !important;
    padding-top: 13px !important;
    ;
}

@media only screen and (max-width: 991px) {

    .aktuelsubmenu, .afis {
        display: none;
    }

    header .bottomArea .rightArea {
        padding: 0px !important;
    }


        header .bottomArea .rightArea .box .text {
            font-size: 10px !important;
        }

    header .logoArea {
        display: inline !important;
        margin: 0px !important;
    }

    header .hamburgerMenu {
        right: 10px !important;
        position: absolute !important;
    }

    header .mobilelinkbutton {
        margin-left: 20px;
        height: 40px;
        margin-top: 10px;
        display: inline-table !important;
        white-space: nowrap;
    }


    .col-md-3.formForwardBox {
        min-height: 36px;
        vertical-align: middle;
        text-align: center;
        margin-right: 5px;
        margin-top: 5px;
        -ms-flex: 0 0 22.333333%;
        flex: 1 0 47.333333%;
        max-width: 48.333333%;
        background-color: #F4F4F4;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 5px;
        display: table;
    }

    .col-md-4.formForwardBox {
        min-height: 50px;
        vertical-align: middle;
        text-align: center;
        margin-right: 5px;
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        background-color: #F4F4F4;
        padding-top: 5px;
        border-radius: 5px;
    }

    .formForwardBox a {
        font-size: 10px;
    }

    .formForwardBox:before {
        position: absolute;
        display: block;
        content: '';
        border-right: 2px solid red;
        height: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        top: 11px;
        right: -4px;
    }

    .formForwardBox.last:before {
        border: none !important;
    }
}

@media only screen and (min-width: 990px) {
    .col-md-3.formForwardBox {
        margin-right: 9px;
        margin-left: 2px;
        -ms-flex: 0 0 23.333333%;
        flex: 0 0 23.333333%;
        max-width: 23.333333%;
        display: table;
    }

    .col-md-3.formForwardBox {
        margin-right: 9px;
        margin-left: 3px;
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        display: table;
    }

    .formForwardBox {
        min-height: 60px;
        vertical-align: middle;
        text-align: center;
        background-color: #F4F4F4;
        /* padding-top: 10px; */
        border-radius: 10px;
    }


        .formForwardBox a {
            font-size: 16px;
        }

        .formForwardBox:before {
            position: absolute;
            display: block;
            content: '';
            border-right: 2px solid red;
            height: 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            top: 10px;
            right: -7px;
        }

        .formForwardBox.last:before {
            border: none !important;
        }
}

.formForwardBox a {
    color: #060606;
    vertical-align: middle;
    height: 100%;
    position: inherit;
    display: table-cell;
}

    .formForwardBox a:hover {
        color: rgba(65,89,104,0.8) !important;
    }

.formForwardBox:hover {
    background-color: #efeeee !important;
}

.formForwardBox.active:hover {
    background-color: #04386f !important;
}

.formForwardBox.active a:hover {
    color: white !important;
}

.formForwardBox.active {
    background-color: #004388;
}

    .formForwardBox.active a {
        background-color: #004388;
        color: #fff;
    }

.cookie-window-select .cookieclose {
    display: block;
    border: 4px solid #e31e24;
    border-radius: 50%;
    padding: 13px;
    margin: 0;
    line-height: 0;
    background: #fff;
    opacity: 1;
    width: 43px;
    float: right;
    top: -30px;
    right: -9px;
    position: relative;
}

.productDetailPage .detailArea .rightSide .priceArea .buttonArea {
    padding: 8px 9px;
    position: sticky;
    top: -80%;
    left: 21%;
    font-weight: 500;
}

    .productDetailPage .detailArea .rightSide .priceArea .buttonArea .CountButton {
        max-width: 105px;
        padding-left: 7px
    }

        .productDetailPage .detailArea .rightSide .priceArea .buttonArea .CountButton : before {
        }


    .productDetailPage .detailArea .rightSide .priceArea .buttonArea .gButton {
        height: 43px;
        width: auto;
        padding: 8px 7px;
        float: left;
    }

    .productDetailPage .detailArea .rightSide .priceArea .buttonArea .DiscountButton {
        display: block;
        width: 38px;
        float: left;
        color: #ffffff;
        background-color: #004a8f;
        height: 55px;
        margin-top: -10px;
        z-index: 2;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding: 5px;
        margin-left: -3px;
    }

.magazaFirinolanChk {
    display: block;
    vertical-align: middle;
    line-height: 50px;
    float: left;
    height: 50px;
    margin-top: 4%;
    padding-right: 10px;
}

    .magazaFirinolanChk input {
        background: transparent;
        height: 20px;
        width: 20px;
        border: 0.75px solid;
        border-color: rgba(65,89,104,0.24);
        -moz-transition: .5s all;
        -o-transition: .5s all;
        -webkit-transition: .5s all;
        transition: .5s all;
    }

.magazaFirinolanSpan {
    background: url('../images/bimfirin.png') left center no-repeat;
    padding-left: 45px;
    display: block;
    vertical-align: middle;
    line-height: 50px;
    float: left;
}

.firinvar .box {
    background: url('../images/bimfirin.png') right 3px no-repeat;
}

    .firinvar .box .title {
        margin-bottom: 12px !important;
    }


.aktuelUrunButton .buttonArea .gButton {
    background-color: #1c1c1c;
    height: 48px;
    width: 130px;
    padding-top: 12px;
}

    .aktuelUrunButton .buttonArea .gButton.disabled {
        cursor: default;
    }

.aktuelUrunButton .buttonArea .text {
    color: #FFFFFF;
    font-size: 14px;
}

.aktuelUrunButton0 {
    display: none;
}

.aktuelUrunButtonAlt0 {
    display: none;
}

@media (min-width: 1199px) {
    .aktuelUrunButton {
        display: none;
    }
}

@media (max-width: 1199px) {
    .aktuelUrunButtonAlt {
        display: none;
    }
}

.uyarimobil {
    display: none;
}

.urunler tr td, .urunler tr th {
    font-size: 13px !important;
    padding: 0px 10px 3px 10px
}

    .urunler tr td, .urunler tr th, .urunler tr th b {
        font-size: 13px !important;
        border-bottom: solid 1px #dedfd8;
        border-right: solid 1px #dedfd8;
    }

@media only screen and (max-width: 991px) {
    .urunler tr td img {
        height: 100px;
    }

    .uyarimobil {
        display: block !important;
        border: solid 1px red;
        padding: 5px;
        background-color: #f4f4f4;
        font-size: 13px !important;
        margin-bottom: 17px !important;
    }

        .uyarimobil a {
            font-size: 13px;
        }
}

@media only screen and (min-width: 993px) {

          .aktuelArea .tabArea .subButtonArea .subButton {
                                        height: 40px;
                                        padding-top: 9px;
                                    }
    
    .aktuelArea .tabArea .subButtonArea .subButton {
        max-width: 24%;
        min-width: 250px;
        width: 100%;
        display: inline-block;
        padding: 0;
padding-top:5px;
padding-left:5px;
        margin: 0 auto;
        margin-right: 1px;
        position: relative;
        border-bottom: 1px solid rgba(227, 30, 36, 0.3);
    }
	    .aktuelArea .tabArea .subButtonArea .subButton:hover {
background-color: rgba(227, 30, 36, 1);
			color:white;
		}

        .aktuelArea .tabArea .subButtonArea .subButton.active,
        .aktuelArea .tabArea .subButtonArea.subButtonArea-2 .subButton.active {
            border-bottom: 3px solid rgba(227, 30, 36, 1);
        }

        .aktuelArea .tabArea .subButtonArea .subButton:nth-child(1)::after {
            content: '';
            position: absolute;
            right: 0px;
            display: block;
            width: 1px;
            height: 70%;
            /* background: #979797; */
        }

        .aktuelArea .tabArea .subButtonArea .subButton.active {
        background-color: #e31e24;
        color: white;
        padding-left: 5px;
    }
}

.form .contracts .allcontracts b, .form .contracts .allcontracts i
{

display: contents;
}

 @media only screen and (max-width: 991px) {
                                    .aktuelArea .tabArea .subButtonArea .subButton {
                                        height: 30px;
                                        padding-top: 9px;
                                    }

                                    .aktuelArea .tabArea .subButtonArea .subButton .text, .aktuelArea .tabArea .subButtonArea .subButton.active .text {
                                    }

                                    .aktuelArea .tabArea .subButtonArea .subButton.active {
                                        background-color: #e31e24;
                                        color: white;
                                        /* padding-top: 5px; */
                                    }

                                    .aktuelArea .tabArea .subButtonArea .subButton.active .text {
                                    }

                                    .aktuelArea .tabArea .tabButtonArea {
                                        max-width: 499px;
                                        overflow-x: auto;
                                        padding-bottom: 10px;
                                    }

                                    .aktuelArea .tabArea .tabButtonArea::-webkit-scrollbar {
                                        width: 12px;
                                        height: 12px;
                                    }

                                    * {
                                        scrollbar-width: thin;
                                    }
                                }
								
								
								
								
								
								.posterArea .imageArea .bigArea
								{
									z-index:9;
								}
								
								
								.detailArea .leftSide .actionArea
								{
									position: relative !important;
								}
								
								
								


.brandsArea .content-carousel .owl-item .imageArea
{
	width: 100%;
    height: 100%;
    display: flex;
}