﻿/*#region common*/

.container {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
}

.product-bundle {
    font-size: 14px;
}
.countrycode {
    width: 32%;
}
.form-group input.form-control.mobilephone {
    width: 66%;
    margin-bottom: 0;
}
@media (min-width:1448px) {


    .grid-container {
        display: grid;
        grid-template-areas: 'ghdr';
        padding: 0 64px;
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media (min-width:1447px) and (max-width:1320px) {
    .grid-container {
        display: grid;
        grid-template-areas: 'ghdr';
        padding: 0 20px;
    }
}


.navbar-holder {
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    body {
        font-size: 14px;
    }

    .btn.btn-lg {
        font-size: 14px;
    }

    .panel-group.usecoupon p {
        font-size: 14px;
    }

    .modal-content {
        border-radius: 12px;
    }

    .product-tab .panel-group .panel-heading {
        padding: 15px 0px 15px;
    }

    .product-tab .panel-collapse > div, .section-review {
        padding: 20px 0;
    }

        .section-review .review-header {
            padding: 0;
        }

    .review-none .title {
        font-size: 18px;
        line-height: 20px;
        margin: 40px 0 20px;
    }

    .section-review .rating-info {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
    }
}

.product-price-rate, .product .discount, .cart-product .discount, .order-products .discount, .inform-prddesc .discount {
    border-radius: 5px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus,
    .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #57a557
    }
/*#endregion common*/

/*#region cookie alert*/
.cookie-alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    display: none;
    flex-direction: column;
    z-index: 1;
    background: #fff;
    max-width: 440px;
}

    .cookie-alert > div {
        display: flex;
    }

    .cookie-alert.show {
        display: flex
    }

    .cookie-alert .close-cookie {
        border: none;
        background: none;
        color: #454545;
        opacity: 1;
        font-weight: 500;
        padding: 0 0 0 20px;
        font-size: 30px;
        line-height: 20px;
        text-align: right;
        display: block;
    }

    .cookie-alert .btn {
        max-width: 140px;
        margin-top: 10px;
    }

    .cookie-alert span {
        line-height: 18px;
        display: block;
    }

        .cookie-alert span a {
            text-decoration: underline;
            font-weight: 600
        }

@media (min-width:992px) {
    .cookie-alert > div {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width:991px) {
    .cookie-alert {
        max-width: 330px;
    }

        .cookie-alert > div {
            flex-direction: column-reverse;
        }

        .cookie-alert .btn {
            margin-top: 20px;
        }
}
/*#endregion cookie alert*/

/*#region header*/

/*#region search*/
.search {
    position: relative;
}

.input-group .search-input.form-control {
    float: left;
    width: 100%;
    height: 42px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    padding: 0;
    max-width: 100%;
    color: #454545;
    text-align: left;
    text-indent: 14px;
    background: #fff;
    -webkit-transition-property: color,width,opacity,border;
    transition-property: color,width,opacity,border;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0,0.8,0.5,1);
    transition-timing-function: cubic-bezier(0,0.8,0.5,1);
    font-family: 'Titillium Web';
    margin: 0 5px 0 0;
    font-size: 16px;
    padding: 21px;
    background-color: #fff;
    border: none;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    border-radius: 30px;
}

.search-input-box {
    display: table;
    max-width: 100%;
    position: relative;
    transition: all 0.45s ease 0s;
    border-left: 1px solid #e5e5e5;
    border: solid 2px #e5e5e5;
    border-radius: 30px;
}

    .search-input-box .search-btn, .search-btn {
        padding: 8px 8px 8px 26px;
        height: 42px;
        font-size: 26px;
    }

.search-input::-webkit-input-placeholder {
    opacity: .6;
    color: #454545;
}

.search-input:-moz-placeholder {
    opacity: .6;
    color: #454545;
}

.search {
    width: 100%;
}

@media (min-width:992px) {
    .search {
        margin-right: auto;
    }

        .search-full, .search.srcsm {
            display: none;
        }
}

@media (max-width:991px) {
    .search.srcxl {
        display: none;
    }
}


@media (max-width:1319px) and (min-width:992px) {
    .header-menu {
        margin-right: auto;
    }

    .srcsm {
        margin-left: 15px;
    }

    .srcfull-box {
        display: flex;
        flex-direction: row-reverse;
        max-width: 991px;
        margin: 0 auto 0;
        border: none;
        justify-content: flex-end;
        align-items: center;
    }

    #search-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.76);
        z-index: 9999;
        cursor: pointer;
    }

    .search-input-box .search-input {
        background-color: #fff;
        border: none;
        text-align: left;
        height: 64px;
        color: #454545;
        font-size: 14px;
        padding: 8px 10px;
        max-width: 87%;
        width: 94%;
    }

    .search-full {
        top: 0;
        min-height: 64px;
        background: #fff !important;
        z-index: 99999;
        position: fixed;
        bottom: auto;
        text-align: left;
    }

    .search-close {
        background: rgb(255, 255, 255);
        height: 64px;
        padding: 8px 26px 8px 8px;
        text-align: center;
        color: #454545 !important;
        border: none;
        font-weight: 600;
        font-size: 25px;
        line-height: 10px;
    }

    .srcsm .input-group .getFullSearch {
        padding: 8px 12px 8px 26px;
        border-radius: 0;
    }

    .search-input {
        background: none;
        text-align: left;
        font-size: 15px;
        padding: 0;
    }

    .quick-search-result {
        margin: 0 auto;
    }

    .autocomplete-suggestions {
        border: none !important;
        max-width: 991px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media (max-width:991px) {
    .search-full, .search.srcsm {
        display: none;
    }

    .search-mobile {
        border-top: 1px solid #e5e5e5;
    }

        .search-mobile.stuck {
            position: fixed;
            top: 0px;
            z-index: 3;
            width: 100%;
            left: 0;
            right: 0;
            background: #fff;
            border-bottom: 1px solid #e5e5e5;
        }

    .search-input-box.input-group .search-input.form-control {
        height: 54px;
        text-indent: 0;
    }

    .search-input-box {
        border: none;
        width: 100%;
    }

        .search-input-box span.input-group-btn {
            background: #fff;
        }

        .search-input-box .search-btn, .search-btn {
            padding: 9px 14px;
            height: 54px;
        }
}

.autocomplete-suggestions {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top: none;
    cursor: default;
    overflow: auto;
    padding: 0px 30px 20px;
    width: 96% !important;
    margin: -1px 2% 0 2%;
    z-index: 1090 !important;
}

    .autocomplete-suggestions .autocomplete-group {
        font-size: 16px;
        font-weight: 600;
        margin: 24px 0 15px;
    }

    .autocomplete-suggestions > .autocomplete-group:first-child {
        margin-bottom: 4px;
    }

    .autocomplete-suggestions .autocomplete-suggestion .suggestion-box {
        padding: 6px 0;
        white-space: normal;
        overflow: hidden;
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
    }

.autocomplete-suggestion img {
    max-width: 60px;
    float: left;
    margin-right: 14px;
}

.autocomplete-suggestion .suggestion-box .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.autocomplete-suggestion .suggestion-box .campaign-prbox {
    border-left: 1px solid #e5e5e5;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.autocomplete-suggestion .prd-name {
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block;
    padding-right: 4px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-suggestion .prd-format {
    display: block;
    margin-bottom: 9px;
    line-height: 14px;
}

.autocomplete-suggestion .prd-price {
    font-weight: 600;
    display: block;
    font-size: 15px;
}

.autocomplete-suggestion .price-cmp {
    font-weight: 600;
    display: block;
    font-size: 15px;
    color: #ff5200;
}

.autocomplete-suggestion .cnt-name {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width:991px) {
    .autocomplete-suggestions {
        overflow: auto;
        overflow-y: auto;
        max-height: 530px;
    }

    .autocomplete-suggestions {
        padding: 0px 20px 20px;
    }
}


/*New Search*/
.searchquick {
    position: relative;
}

.quick-search-result {
    width: 100%;
}

    .quick-search-result.open-search {
        position: absolute;
        top: auto;
        right: auto;
        left: auto;
        z-index: 999999;
        margin: 0 auto;
    }

    .quick-search-result.close-search {
        display: none
    }

.km-search {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
    background: #fff;
    padding: 10px 0px;
    border-right: 1px solid #ededed;
}

    .search-sidebar h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        margin: 5px 20px;
        padding-bottom: 5px;
    }

    .search-sidebar > div {
        display: flex;
        flex-direction: column;
    }

    .search-sidebar ul {
        padding: 10px 0;
    }

        .search-sidebar ul li a {
            font-size: 13px;
            display: block;
            padding: 5px 20px;
        }

            .search-sidebar ul li a:hover {
                background: #ededed;
            }

.search-products {
    background: #fff;
    padding: 10px 15px;
}

    .search-products h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    .search-products > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .search-products .border-box {
        padding: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border: 1px solid #ededed;
    }

    .search-products img {
        max-height: 70px;
        margin: 0 8px 0 0;
    }

    .search-products .prd-name {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-products .price-sales {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .search-products .price-standard {
        color: #999999;
        line-height: 14px;
        font-size: 12px;
        text-decoration: line-through;
    }



@media (max-width:767px) {
    .km-search {
        flex-direction: column;
        overflow: auto;
        overflow-y: auto;
        max-height: 530px;
        background: #fff;
    }

    .search-sidebar ul {
        padding: 5px 0;
    }

    .search-sidebar {
        clear: both;
        display: table;
    }
}
/*#endregion search*/

/*#region header cart*/
.header-cart .navbar-top {
    background: #fff;
    height: 60px;
}

    .header-cart .navbar-top .navbar-brand {
        display: block;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 0;
        position: absolute;
        right: 0;
        width: 120px;
        height: 30px;
    }

.cart-menu > a {
    text-transform: none;
    line-height: 1;
    font-size: 13px;
    position: relative;
    height: auto;
    margin: 17px;
    display: block;
    text-align: center;
}

    .cart-menu > a i {
        font-size: 30px;
    }

.cart-menu a .cart-quantity {
    background: #ff5200;
    position: absolute;
    right: 1px;
    bottom: 18px;
    font-size: 11px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #fff;
    line-height: 14px;
}

@media (max-width:991px) {
    .cart-menu > a {
        padding: 12px 10px;
        margin: 0;
    }

    .cart-menu a .cart-quantity {
        bottom: 12px;
        right: 12px;
    }

    .cart-menu img {
        width: auto;
    }

    .mini-cart-product, .mini-cart-product a, .mini-cart-product p, .mini-cart-product .size, .mini-cart-product .price, .dropdown-header {
        color: #454545;
    }
}

/*#endregion header cart*/
/*#region user menu*/
.user-menu {
    float: right;
    text-align: center;
    margin: 0px 17px;
}

    .user-menu > li > a {
        font-size: 13px;
        line-height: 1;
        text-transform: none;
        padding: 16px;
    }

        .user-menu > li > a i {
            font-size: 32px;
        }

.hasUserMenu > .dropdown-menu > li > a {
    font-size: 14px;
    text-transform: none;
    padding: 5px 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #454545;
}

.hasUserMenu .dropdown-menu {
    left: -44%;
    right: 5px !important;
    margin-top: 0px;
    padding: 14px 10px;
    min-width: 170px;
}

.hasUserMenu > .dropdown-menu > li.user-logoff {
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding: 10px 0 0 0;
    margin: 10px 0px 5px 0px;
}

@media (max-width:991px) {
    .hasUserMenu .dropdown-menu {
        left: -103%;
    }
}

.admn-menu {
    position: fixed;
    top: 80px;
    right: 0;
    width: 36px;
    background: #f6ebeb;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 10px;
    box-shadow: 0px 0px 4px #b9b1b1;
    border-radius: 3px 0 0 3px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -ms-transition: width .3s;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: 9999;
}

    .admn-menu:hover {
        width: 130px;
    }

    .admn-menu a {
        color: #454545;
        float: left;
        display: flex;
        margin: 4px 0;
        flex-direction: row;
        align-items: center;
    }

        .admn-menu a span {
            padding: 0 0 0 10px;
            position: relative;
            letter-spacing: 0.5px;
            font-size: 11px;
        }



@media (max-width:991px) {
    .user-menu > li > a {
        padding: 12px 10px;
    }

        .user-menu > li > a img {
            width: 36px;
            height: 36px;
        }
}
/*#endregion user menu*/

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}

.navbar-km {
    box-shadow: none;
    border-color: none;
    margin-bottom: 0;
}

.header-free {
    background: #f2f2f2;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-free span {
        font-size: 16px;
        color: #454545;
        line-height: 18px;
    }

.brandWrap {
    position: relative;
}


.navbar.stuck .brandWrap {
    height: auto;
    overflow: visible;
}


.header-cart.navbar {
    margin-bottom: 0px;
}

.header-cart .navbar-holder {
    justify-content: center;
}



.navbar-brand {
    display: block;
    height: 64px;
    padding: 9px 26px 9px 9px;
}
.navbar-brand>img {
    display: block;
    max-width: none;
}


@media (min-width: 992px) /* @grid-float-breakpoint -1 */
{
    .brandWrap .header-menu {
        z-index: 10;
    }

    .header-offset {
        padding-top: 20px;
    }

    .account-offset {
        padding-top: 20px;
    }

    .home-header-offset {
        padding-top: 0;
    }

    .login-container.header-offset {
        padding-top: 90px!important;
    }
}

@media (max-width: 1520px) {
    .grd-logo {
        width: 160px;
    }
}

@media (max-width: 979px) {
    .container {
        max-width: 979px !important;
    }
}

@media (max-width: 991px) {

    .home-header-offset {
        padding-top: 20px;
    }

    .login-container.header-offset {
        padding-top: 40px;
    }

    .header-offset {
        padding-top: 20px;
    }

    .account-offset {
        padding-top: 20px;
    }

    .brandWrap {
        background: #fff;
    }

    .header-cart.navbar {
        min-height: 60px;
    }


    .navbar .navbar-top {
        height: 60px;
        background: #fff;
    }

        .navbar .navbar-top.stuck {
            position: fixed;
            top: 0px;
            z-index: 11;
            width: 100%;
            left: 0;
            right: 0;
        }

    .navbar-brand {
        padding: 12px 0px;
        height: 60px;
        display: block;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        width: 96px;
    }

    .grd-logo {
        width: auto;
    }

    .header-cart .navbar-brand {
        height: 60px;
        padding: 11px 0px;
    }

        .header-cart .navbar-brand > img {
            max-width: 100px;
        }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        color: #454545;
        margin: 0;
        padding: 12px 2px;
        border: none;
    }

        .navbar-toggle .icon-bar {
            border: solid 1px #ececec;
            width: 26px;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin: 8px 0 0;
            }

    .navbar-brand.mobile-logo img {
        max-width: 96px;
    }
}


/*#endregion header*/

/*#region footer*/
.footer {
    background: #f9f9f7;
    border: none;
    padding-bottom: 20px;
}

    .footer a {
        color: #454545;
    }

.footer-top {
    background: #f2f2f2;
    padding: 30px 0 20px;
}

.top-outer .top-title {
    display: block;
    text-align: center;
    padding-bottom: 70px;
    font-size: 24px;
    line-height: 24px;
}

.top-outer .top-box {
    text-align: center;
    padding: 0 25px;
}

    .top-outer .top-box.bxfirst {
        padding-left: 0;
    }

    .top-outer .top-box.bxlast {
        padding-right: 0;
    }

    .top-outer .top-box i {
        display: block;
        margin: 0 auto;
        font-size: 46px;
    }

    .top-outer .top-box span {
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px;
        display: block;
    }


.footer h3 {
    font-size: 18px;
    padding: 60px 0 5px;
    text-transform: none;
    font-weight: 500;
}

.footer ul {
    margin-top: 10px;
}

    .footer ul li a {
        padding: 0;
        font-size: 14px;
        line-height: 32px;
    }


.news-letter-box {
    border-bottom: 1px solid #00000033;
}

.input-group.cnt-subscribe {
    padding-bottom: 10px;
}

.chk-subscribe {
    padding-top: 5px;
}

    .chk-subscribe label {
        line-height: 16px;
        color: #454545;
        font-size: 12px;
    }

    .chk-subscribe a {
        text-decoration: underline;
    }

.news-letter-box .input-group .form-control {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    line-height: 20px;
    color: #454545;
    font-size: 16px;
}

.news-letter-box .input-group-btn .btn {
    height: 32px !important;
    width: 56px;
    background: #fff;
    border-radius: 80px;
    margin: 0;
    border: 1px solid #000;
    padding: 0;
    min-width: 80px;
    color: #454545;
}



.ftr-social {
    padding-top: 30px;
    margin-left: -20px;
}

    .ftr-social a {
        padding: 7px;
        display: inline-block;
    }

    .ftr-social i {
        font-size: 28px;
    }

.footer-bottom {
    background: #f9f9f7;
    border: none;
    padding-top: 0px;
    padding-bottom: 10px;
}

.contact-info a {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}

    .contact-info a img {
        width: 20px;
        margin-right: 10px;
    }

.footer-etbis {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.etbis {
    margin-right: 30px;
}

    .etbis img {
        max-height: 50px;
    }

.btmrowend {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.btmrowst {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
}

.footer-bottomlist ul {
    display: inline-flex;
    flex-wrap: wrap;
}

    .footer-bottomlist ul li a {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 18px;
        text-decoration: underline;
    }

.km-sign {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

    .km-sign a {
        font-weight: 600;
    }

.footer-bottom .credit-cards {
    margin-bottom: 0;
    filter: none;
    opacity: 1;
}

    .footer-bottom .credit-cards img {
        display: inline-block;
        margin: 0 10px 3px 0;
        filter: grayscale(1);
        opacity: 0.8;
    }

.footer-bottom .footer-free {
    text-align: right;
    font-size: 14px;
}

    .footer-bottom .footer-free span {
        display: block;
    }


@media (max-width: 1170px) and (min-width: 991px) {
    .footer-top {
        padding: 40px 0;
    }

    .top-outer .top-box {
        padding: 0 30px;
    }

    .top-outer .top-title {
        padding-bottom: 40px;
    }

    .top-outer .top-box span {

        padding: 10px 0;
    }

    .top-outer .top-box p {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
.top-outer .top-box {
    width: 20%;
}
}


@media (max-width: 979px) {
    .footer-bottom {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .footer-center {
        padding-bottom: 50px;
    }

    .btmrowst {
        border-top: 1px solid #e5e5e5;
    }
}

@media (max-width: 991px) {
    .btmrowst {
        padding-top: 15px;
    }

    .footer-bottomlist {
        padding: 30px 0 0;
    }

        .footer-bottomlist ul li:first-child a {
            padding-left: 0;
        }

    .btmrowend {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {

    .footer-bottom {
        padding-bottom: 0px;
        border-top: 1px solid #e5e5e5;
    }

    .footer h3 {
        font-size: 18px;
        padding: 40px 0 10px;
    }

    .footer ul li a {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-top {
        padding: 36px 0 24px;
    }

    .top-outer .top-title {
        padding-bottom: 42px;
        font-size: 22px;
        line-height: 22px;
    }

    .top-outer .top-box {
        padding: 0 10px;
        min-height: 112px;
    }



        .top-outer .top-box span {
            font-size: 15px;
            line-height: 16px;
            padding: 16px 0 11px;
        }

        .top-outer .top-box p {
            font-size: 12px;
            line-height: 14px;
        }

    .ftr-social {
        padding: 30px 0;
    }

    .footer-bottomlist {
        padding: 0;
    }

        .footer-bottomlist ul li:first-child {
            width: 100%;
        }

        .footer-bottomlist ul li a {
            padding: 20px 40px 0 0;
            font-size: 12px;
        }


    .footacc {
        clear: both;
        margin-top: 16px;
    }

        .footacc .panel-group {
            margin-bottom: 0px;
            box-shadow: none;
            background: #fff;
        }

            .footacc .panel-group .panel-default > .panel-heading {
                padding: 14px 10px !important;
                border-bottom: 1px solid #e5e5e5;
                background: #f9f9f7;
                border-top: none;
            }

            .footacc .panel-group:first-child .panel-heading {
                border-top: 0;
            }

        .footacc .panel-default {
            border: none;
            box-shadow: none;
        }

        .footacc .panel-group .panel-heading + .panel-collapse > .panel-body, .footacc .panel-group .panel-heading + .panel-collapse > .list-group {
            background: #f9f9f7;
            border: none;
            padding-top: 0px;
        }


    .footer .footacc h3 {
        border-bottom: none;
        padding: 0;
        color: #454545;
        text-transform: none;
    }

        .footer .footacc h3 a {
            font-size: 18px;
            color: #454545;
        }

    .footer-bottom .footer-free span {
        font-size: 14px;
    }

    .footer-bottom .credit-cards {
        text-align: center;
    }

    .etbis img {
        max-height: 50px;
    }
}

@media screen and (max-width: 580px) {
    #subscribe {
        border: none;
    }
}
/*#region footer cart*/
.footer-cart .footer-bottom {
    padding-top: 40px;
}

.footer-cart .footer-top {
    padding: 40px 0;
}

.footer-cart .top-outer .top-box {
    padding: 0 30px;
}

.footer-cart .top-outer .top-title {
    padding-bottom: 40px;
}

.footer-cart .top-outer .top-box span {
    font-size: 20px;
    padding: 10px 0;
}

.footer-cart .top-outer .top-box p {
    font-size: 14px;
}
/*#endregion footer cart*/
/*#region civil footer font*/

@font-face {
    font-family: 'FontCivil';
    src: url('../shared/fonts/FontCivil_cskstv.eot');
    src: url('../shared/fonts/FontCivil_cskstv.eot#iefix') format('embedded-opentype'), url('../shared/fonts/FontCivil_cskstv.ttf') format('truetype'), url('../shared/fonts/FontCivil_cskstv.woff') format('woff'), url('../shared/fonts/FontCivil_cskstv-FontCivil.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'FontCivil';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-footer-social {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    z-index: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #919191;
    background: #7d7d7d;
}

    .icon-footer-social:before {
        height: 30px;
        width: 30px;
        color: #FFF;
        text-align: center;
        line-height: 30px;
    }

    .icon-footer-social span {
        position: absolute;
        left: 42px;
    }

.icon-linkedin:before {
    content: "\e931";
}

.icon-instagram:before {
    content: "\e932";
}

.icon-civil:before {
    content: "\e900";
}

.icon-civilim:before {
    content: "\e901";
}

.icon-gplus:before {
    content: "\e902";
}

.icon-detay-olcu:before {
    content: "\e903";
}

.icon-detay-soru-sor:before {
    content: "\e904";
}

.icon-detay-yorum-yap:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e906";
}

.icon-play:before {
    content: "\e907";
}

.icon-plus:before {
    content: "\e908";
}

.icon-top-arama:before {
    content: "\e909";
}

.icon-top-magaza:before {
    content: "\e90a";
}

.icon-top-cok-satanlar:before {
    content: "\e90b";
}

.icon-top-mobil-site:before {
    content: "\e90c";
}

.icon-top-musteri-hizmetleri:before {
    content: "\e90d";
}

.icon-top-sepet:before {
    content: "\e90e";
}

.icon-top-siparis-takip:before {
    content: "\e90f";
}

.icon-top-yeni:before {
    content: "\e910";
}

.icon-twitter:before {
    content: "\e911";
}

.icon-youtube:before {
    content: "\e912";
}

.icon-list-menu-Icon:before {
    content: "\e913";
}

.icon-menu-icon-anne-urunleri-2:before {
    content: "\e914";
}

.icon-menu-icon-arac-ve-gerec:before {
    content: "\e915";
}

.icon-menu-icon-banyo-saglik:before {
    content: "\e916";
}

.icon-menu-icon-bebek-guvenlik-urunleri:before {
    content: "\e917";
}

.icon-menu-icon-bebek-odasi:before {
    content: "\e918";
}

.icon-menu-icon-beslenme-ve-aksesuarlari-2:before {
    content: "\e919";
}

.icon-menu-icon-ev-tekstil:before {
    content: "\e91a";
}

.icon-menu-icon-oyuncak:before {
    content: "\e91b";
}

.icon-menu-icon-premature:before {
    content: "\e91c";
}

.icon-top-firsat-kampanyalar:before {
    content: "\e91d";
}

.icon-top-hediyelik-urunler:before {
    content: "\e91e";
}

.icon-top-hesabim:before {
    content: "\e91f";
}

.icon-top-kampanyalar:before {
    content: "\e920";
}

.icon-top-markalar:before {
    content: "\e921";
}

.icon-top-organik:before {
    content: "\e922";
}

.icon-top-uye-girisi:before {
    content: "\e923";
}

.icon-footer-guvenli-alisveris:before {
    content: "\e924";
}

.icon-footer-kapida-odeme:before {
    content: "\e925";
}

.icon-footer-magazada-degisim:before {
    content: "\e926";
}

.icon-footer-taksit:before {
    content: "\e927";
}

.icon-footer-ucretsiz-iade:before {
    content: "\e928";
}

.icon-footer-ucretsiz-kargo:before {
    content: "\e929";
}

.icon-menu-icon-anne-urunleri:before {
    content: "\e92a";
}

.icon-menu-icon-bebek-arabalari:before {
    content: "\e92b";
}

.icon-menu-icon-bebek-bezi-ve-islak-mendil:before {
    content: "\e92c";
}

.icon-menu-icon-bebek-giyim:before {
    content: "\e92d";
}

.icon-menu-icon-beslenme-aksesuarlari:before {
    content: "\e92e";
}

.icon-menu-icon-cocuk-giyim:before {
    content: "\e92f";
}

.icon-menu-icon-oto-koltugu-ve-yukseltici:before {
    content: "\e930";
}

.footer .footer-icons li {
    color: #454545;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
}

i.footicon {
    width: 100px;
    height: 100px;
    color: #919191;
    border: solid 2px #cdcdcd;
    border-radius: 50%;
}

    i.footicon:before {
        speak: none;
        font-size: 60px;
        line-height: 100px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    i.footicon:after {
        pointer-events: none;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.footer .footer-icons span {
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 12px;
    min-height: 42px;
}

@media screen and (max-width: 600px) {
    i.footicon {
        width: 50px;
        height: 50px;
    }

        i.footicon:before {
            font-size: 30px;
            line-height: 50px;
        }

    .footer .footer-icons span {
        font-size: 10px;
        margin-top: 12px;
        min-height: 51px;
        line-height: normal;
    }
}
/*#endregion civil footer font*/

/*#region civil footer login*/
.main-flogin {
    margin-bottom: 91px;
    background-color: #fff;
}
.footer.flogin {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.footer-login {
    text-align: center;
}
.footer-login > div {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-login > div > i {
    font-size: 30px;
	margin-right:5px;
}
.footer-login > div > span {
    font-size: 16px;
    font-weight: 600;
}
/*#endregion civil footer login*/
/*#endregion footer*/

/*#region product card*/
.product-show-case .item.itemauto {
    margin: 0 8px 20px;
}

.product {
    border: none;
    text-align: center;
    padding: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
    border: solid 1px #e5e5e5;
}
/*    .product.spoted {
        border: solid 1px #fc9c6f;
    }*/
 

    .product .image-hover {
        padding: 0;
        max-height: initial;
    }

        .product .image-hover a img {
            transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            max-height: 230px;
            width: auto;
        }


    .product:hover .image-hover a img {
        opacity: 1;
    }

.item.cartlist .image-hover {
    padding: 0;
}

.description {
    min-height: 62px;
    padding: 0 10px;
}

.item .product-name a {
    display: block;
    line-height: 18px;
    margin: 5px 0 0;
    font-size: 14px;
    color: #999999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promotion {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-new {
    background: rgb(29, 183, 204);
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 3px 10px;
    color: #fff;
    display: inline-block;
    overflow: visible;
}

.product .discount {
    background: #ff5200;
    font-weight: 400;
    padding: 3px 10px;
    line-height: 16px;
    font-size: 14px;
    display: inline-block;
}

.promotion span:last-child {
    border-radius: 0 4px 4px 0;
}

.product-status {
    bottom: 46px;
}
.has-gift {
    color: #fff;
    border-radius: 0 4px 4px 0;
    background: #ff5200;
}
.free-ship {
    font-weight: 400;
    padding: 4px 10px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    background: #686868;
    margin-top: 4px;
}
.fast-shipping {
    font-weight: 400;
    padding: 4px 10px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
}

.web-offer {
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    background: #39a4ff;
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
}
.item .btn-shopping-list {
    background: #f2f2f2;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    display: block;
}

    .item .btn-shopping-list.active {
        background: #f2f2f2;
    }

        .item .btn-shopping-list.active:before {
            color: #9a9a9a;
        }

.product .price-box {
    line-height: 20px;
    min-height: 26px;
}

.plist-price {
    padding: 0 10px;
    min-height: 56px;
}

.product .price-standard {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.product .price-sales {
    display: inline-block;
    font-size: 18px;
    color: #ff5200;
}

.campaign-plistbox {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding-top: 6px;
    letter-spacing: 0.2px;
}
.campaign-prlist a {
    background: #d62631;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 15px;
    display: inline-block;
    line-height: 1;
}
.camp-price {
    color: #ff5200;
    font-size: 18px;
    font-weight: 600;
}

.buy-action {
    bottom: 0;
    height: 52px;
}

.product:hover .buy-action .btn {
    margin-top: 2px;
    width: 90%;
}

#modal-product-preview .modal-body {
    padding: 30px;
}

@media (max-width: 767px) {
    .plist-price {
        min-height: 70px;
    }
	.product:hover .buy-action .btn {
    margin-top: 6px;
}
}

/*#region list view*/
@media (min-width:992px) {
    .item.list-view .product {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 26px 0;
        min-height: 338px;
        align-items: center;
    }

        .item.list-view .product:hover {
            margin-bottom: 0;
        }

    .item.list-view .image-hover {
        grid-area: 1 / 1 / span 4 / span 1;
        background: #f2f2f2;
        max-height: inherit;
        max-width: inherit;
        padding: 0 30px;
    }

        .item.list-view .image-hover img {
            max-height: 218px;
            width: auto;
        }

    .item.itemauto.list-view {
        min-height: auto;
    }

    .item.list-view .description {
        grid-area: 2 / 2 / span 2 / span 3;
        text-align: left;
        padding: 0;
    }

        .item.list-view .description p {
            text-align: left;
        }

    .item.list-view .product-name {
        padding-bottom: 10px;
    }

    .item.list-view .promo-icon {
        grid-area: 1 / 2 / span 1 / span 4;
    }

    .item.list-view .new-product {
        position: inherit;
    }

    .item.list-view .price {
        grid-area: 4 / 2 / span 1 / span 3;
        text-align: left;
        padding: 0;
        min-width: 270px;
    }

    .item.list-view .product .hover-box {
        grid-area: 4 / 4 / span 1 / span 1;
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .item.list-view .product .add-cart .btn-buy {
        margin: 0;
        padding: 12px 20px;
    }



    .item.list-view .product .short-desc {
        display: block;
        font-size: 16px;
        min-width: 400px;
        padding-top: 10px;
        max-width: 400px;
    }

    .item.list-view .product:hover .description {
        transform: none;
    }

    .item.list-view .product:hover .image-hover a img {
        transform: none;
    }

    .item.list-view .product:hover .price {
        transform: none;
    }
}

@media (max-width:991px) {
    .item.list-view .product {
        max-width: inherit;
        padding-right: 0px;
    }

    .item.list-view .image-hover {
        background: transparent;
        float: none;
        max-height: inherit;
        max-width: inherit;
        overflow: hidden;
        padding: 20% 20% 10%;
    }

    .item.list-view .product .short-desc {
        display: none;
    }

    .item.list-view .product .description {
        padding: 0 20px;
    }

    .item.list-view .product .price {
        padding: 0 20px 20px;
    }
}

@media (max-width: 480px) {
    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .product .price-standard {
        font-size: 13px;
    }

    .camp-price {
        font-size: 16px;
    }
}

/*#endregion list view*/
/*#endregion product card*/

/*#region product list*/
.category-shwhddetail {
    margin-top: 85px;
}

    .category-shwhddetail .category-desc h2 {
        font-size: 18px;
        line-height: 22px;
    }

.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0px 10px 18px;
    margin: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .breadcrumb > li {
        text-align: center;
        flex: 0 0 auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .breadcrumb a {
        font-size: 12px;
        line-height: 18px;
        color: #454545;
        text-decoration: underline;
    }

    .breadcrumb span {
        font-size: 12px;
        line-height: 18px;
        color: #454545;
    }

    .breadcrumb li:last-child a {
        text-decoration: none;
    }

    .breadcrumb > li + li:before {
        padding: 0 12px;
        color: #454545;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

.product-count span {
    font-size: 12px;
    line-height: 18px;
    color: #454545;
}

.category-footer {
    margin-bottom: 50px;
}

@media(max-width:991px) {
    .category-shwhddetail {
        margin-top: 60px;
    }
}

.category-detail {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    clear: both;
}

.category-info {
    font-size: 14px;
}

.category-description {
    padding: 0;
}
/*#endregion product list*/

/*#region category filter*/

.category-panel .panel-heading .panel-title {
    font-size: 17px;
    font-weight: 600;
}

.collapseMaxHeight {
    max-height: 216px;
    margin: 10px 0 24px;
}

.category-panel a.color-filter {
    margin: 6px 3px 6px 0;
    min-height: 34px;
    min-width: 34px;
    border-radius: 50%;
}

    .category-panel a.color-filter.selected::after {
        min-width: 32px;
        min-height: 32px;
        border-radius: 50%;
    }

    .category-panel a.color-filter.selected::before {
        line-height: 32px;
    }

.category-panel.filter-panel ul > li > a, .category-panel.filter-panel .filter-item a {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    display: block;
}

    .category-panel.filter-panel .filter-item a.selected {
        color: #ff5200;
    }

        .category-panel.filter-panel .filter-item a.selected .text-muted, .category-panel.filter-panel .filter-item a:hover .text-muted {
            color: #ff5200;
        }

.filter-square-box .filter-square.selected:after {
    background: #ff5200;
    top: 6px;
}

.filter-square-box .filter-square.selected:before, .filter-square-box .filter-square:hover:before {
    border: 1px solid #ff5200;
}

.collapseMaxHeight::-webkit-scrollbar {
    background-color: #f2f2f2;
}

.collapseMaxHeight::-webkit-scrollbar-thumb {
    background-color: #646464;
}

@media (min-width: 992px) {
    .category-panel .panel-heading {
        padding: 0 0 10px 0;
    }

    .cat-top-bar .psort-list .dropdown-menu {
        right: 0;
        left: auto;
    }

    .cat-top-bar .psort-list {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .filterfixed.stuck {
        position: fixed;
        top: 0px;
        z-index: 1;
        width: 100%;
        background: #ff5200;
        left: 0;
        right: 0;
    }

    .filterbox {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .cat-top-bar {
        position: relative;
        top: 0;
        right: inherit;
        padding: 12px 0;
        height: 46px;
        width: 50%;
        display: flex;
        background: #ff5200;
        color: #fff;
        border-radius: 10px;
        justify-content: center;
        margin-left: 5px;
    }

        .cat-top-bar .psort-list {
            margin-right: 0;
        }

            .cat-top-bar .psort-list .dropdown-menu {
                min-width: 180px;
                left: auto;
                right: -52px;
                top: 32px;
            }

    .filter-click {
        padding: 12px 0;
        width: 50%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        background: #ff5200;
        color: #fff;
        height: 46px;
        border-radius: 10px;
        margin-right: 5px;
    }
}
/*#endregion category filter*/


/*#region product detail*/
.product-images {
    border-right: 1px dotted #e5e5e5;
}

.fancybox-inner {
    max-width: 900px;
    margin: auto;
    background: #fff;
    max-height: 900px;
    border-radius: 10px;
}

.fancybox-button {
    background: none;
}

    .fancybox-button:hover {
        color: #000;
    }

hr.hr-base {
    border-top: 1px dotted #e5e5e5;
}

.product-code {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    margin-right: 16px;
}

.product-subtitle {
    padding-bottom: 10px;
    font-size: 15px;
    color: #929292;
}

.pd-top {
    padding-bottom: 5px;
}

.pdetail .product-icon {
    margin-top: 5px;
    margin-bottom: 0;
}

    .pdetail .product-icon div {
        border-radius: 12px;
        width: 106px;
        padding: 6px 4px 4px 4px;
        border: 1px solid #e5e5e5;
    }

    .pdetail .product-icon span {
        font-size: 11px;
        color: #929292;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .pdetail .product-icon i {
        color: #ff5200;
        margin-bottom: 0px;
    }

.pdetail .product-detail-label {
    width: 80px;
    display: inline-block;
}

.product-price .price-standard {
    font-size: 16px;
    display: inline-block;
}

.product-price .price-sales {
    color: #ff5200;
}
.campaign {
    border: 1px solid #ff52004f;
    background-color: #ffe0d16e;
}
.pd-campaigns .applied-campaigns span {
    font-size: 13px;
    display: block;
}
.prd-campaign .campaign .campaign-sep {
    border-bottom: 1px solid #ff52004f;
    padding: 10px 0;
}
.prd-campaign .campaign .campaign-sep:last-child {
    border-bottom: none;
}
.product-price-rate {
    font-size: 21px;
    font-weight: 600;
    height: 50px;
    line-height: 1.2;
    width: 50px;
    background-color: #5cb85c;
    padding: 0;
    align-items: center;
    margin-right: 15px;
    border-radius: 5px;
}

    .product-price-rate small {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.5px;
        display: block;
    }

.installment-price {
    margin-top: 10px;
}

.show-installment {
    font-size: 13px;
}
.pd-info {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ff5200;
    margin-top: 5px;
}
.prd-group-container .product {
    border: solid 3px #dfdfdf;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 4px 2px;
    border-radius: 10px;
}

    .prd-group-container .product:hover {
        border: solid 3px #ff5200;
    }

.prd-group-container .owl-item:first-child .item .product {
    border: solid 3px #ff5200;
}

.prd-group-container .product-image span {
    text-align: center;
    display: block;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 11px;
    line-height: 1.2;
    min-height: 26px;
}

.prd-group-container .owl-item:first-child .item .product .product-image span, .prd-group-container .product:hover .product-image span {
    color: #ff5200;
}

.prd-group-container .product-image img {
    border-radius: 10px;
    padding: 0;
}

.product-variants a {
    background: #fff;
    color: #666;
    padding: 10px 11px;
    min-width: 47px;
    border: 3px solid #e5e5e5;
    border-radius: 10px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .product-variants a.vselected.vprp-enabled,
    .product-variants a:hover:not(.nostock) {
        border: 3px solid #ff5200;
    }

    .product-variants a.nostock {
        background: #eee;
        cursor: no-drop;
        position: relative;
    }

        .product-variants a.nostock:after {
            display: block;
            content: "\Tükendi";
            white-space: pre;
            font-size: 10px;
            position: absolute;
            bottom: -5px;
            margin: 0 auto;
            letter-spacing: 0.5px;
            text-align: center;
            width: 100%;
            left: 0;
        }

.cnt-quantity {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    max-width: none;
}

    .cnt-quantity .quantity {
        width: 90px;
    }

    .cnt-quantity .input-group {
        border: none;
        border-radius: 0;
    }

    .cnt-quantity .bootstrap-touchspin .btn {
        padding: 6px 12px;
        height: 34px;
        background: #eee;
    }

    .cnt-quantity .input-group input.form-control {
        border-width: 1px 0;
        width: 60px;
        height: 34px;
        padding: 7px 0 18px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .cnt-quantity .bootstrap-touchspin:after, .cart-quanity .bootstrap-touchspin:after {
        content: "Adet";
        position: absolute;
        right: 52px;
        bottom: -2px;
        height: 10px;
        font-size: 10px;
        line-height: 0px;
        z-index: 2;
        color: #ff5200;
    }

.cart-actions .btn-cart {
    font-size: 20px;
    padding: 13px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    transition: none;
}

    .cart-actions .btn-cart i {
        font-size: 30px;
        margin-right: 5px;
        vertical-align: text-top;
    }

.pdetail .btn-shopping-list {
    width: 56px;
    background-color: #fcfbfa;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 56px;
}

    .pdetail .btn-shopping-list.active:before {
        color: #f85424;
    }

.alert-box div {
    margin-bottom: 15px;
}

    .alert-box div:first-child {
        margin-right: 10px;
    }

    .alert-box div > a {
        border: 1px dotted #e5e5e5;
        padding: 6px 16px;
        border-radius: 5px;
        font-size: 13px;
        background: #eee;
        margin: 0;
    }

.list-buttons {
    margin: 0;
}

.shipping-time {
    margin-bottom: 7px;
}

.shipping-time, .ask-question {
    font-size: 14px;
}

    .ask-question i, .shipping-time i {
        font-size: 20px;
        width: 27px;
        vertical-align: text-bottom;
    }

.product-tab .panel-group .panel-heading i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fd5929;
}

.prd-properties > .table > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.prd-properties > .table > tbody > tr > td {
    padding: 0 0 10px 0;
}
/*#endregion product detail*/

.cart-product .cart-description .price-standard {
    font-size: 18px;
}

@media (max-width:767px) {
    .cart-product .cart-description .price-standard {
        font-size: 15px;
    }

    .campaign-prbox .camp-label {
        font-size: 11px;
    }
}

/*#region pd size*/
.modal.center {
    z-index: 1051;
}

    .modal.center .modal-dialog.modal-size {
        max-width: 960px;
    }

.modal .modal-size .modal-header {
    border-bottom: none;
    padding: 15px 10px 0;
    margin-bottom: 0px;
}

.modal-size .modal-title h1 {
    text-align: center;
    color: #AEAEAE;
    font-size: 25px;
    padding: 0;
}

.tabs-size .nav-tabs {
    height: 42px;
    clear: both;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

    .tabs-size .nav-tabs li {
        height: 40px;
        line-height: 40px;
        float: left;
        margin-right: 1%;
        list-style-type: none;
        width: 24%;
    }

        .tabs-size .nav-tabs li:last-child {
            margin-right: 0;
        }

        .tabs-size .nav-tabs li.active {
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            z-index: 5;
        }

        .tabs-size .nav-tabs li a {
            text-decoration: none;
            display: block;
            font-size: 17px;
            text-align: center;
            font-family: sans-serif;
            font-weight: 400;
            color: #888888;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 40px;
            background-color: #eeeeee;
            line-height: 40px;
        }

    .tabs-size .nav-tabs .active a, .tabs-size .nav > li > a:hover, .tabs-size .nav > li > a:focus, .tabs-size .nav-tabs > li.active > a, .tabs-size .nav-tabs > li.active > a:hover, .tabs-size .nav-tabs > li.active > a:focus, .tabs-size .nav-tabs > li.hover > a {
        color: #fff;
        line-height: 40px;
        height: 40px;
        font-size: 17px;
        padding: 0;
        background-color: #aeaeae;
    }

        .tabs-size .nav-tabs > li.active > a:before {
            display: none;
        }


.tabs-size h1 {
    text-align: center;
    color: #AEAEAE;
    font-size: 25px;
    font-weight: 600;
}

.sizing {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 0px 0px;
    float: left;
    text-align: center;
}

    .sizing .even {
        background-color: #eeeeee;
    }

    .sizing tr {
        height: 25px;
        font: 12px Arial;
        color: #7a7d76;
    }

    .sizing th {
        font: bold 13px Arial;
        color: #7a7d76;
        text-align: center;
    }

    .sizing tr th,
    .sizing tr td {
        padding-left: 18px;
    }

    .sizing tr td {
        vertical-align: middle;
    }

.catHeadBar {
    width: 100%;
    height: 30px;
    background-color: #aeaeae;
    float: left;
    margin: 15px 0 0 0;
    text-align: center;
    padding-top: 10px;
}

.catHeadTitle {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    font-family: sans-serif;
}

.shoeNotes {
    float: left;
    padding: 0;
}

    .shoeNotes li {
        list-style-type: disc !important;
        background-color: #fff !important;
        font-size: 14px;
        line-height: 20px;
        font-family: sans-serif;
        font-weight: 500;
        color: #7a7d76;
    }

.shoeNotesTitle {
    font-size: 18px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    color: #666;
    padding-bottom: 20px;
}



.copyBar {
    width: 730px;
    height: 150px;
    background-color: #0067b1;
    margin-bottom: 15px;
}



.sizing tbody tr th:nth-child(2) {
    width: 170px;
}

@media only screen and (max-width:320px) {

    .tabs-size .nav-tabs li a {
        font-size: 14px;
    }
}
/*#endregion pd size*/



/*#region module titles*/
.module-title-v2 {
    border: none;
    margin: 0px;
    padding: 24px 0 24px;
    z-index: 1;
    clear: both;
    position: relative;
    text-align: center;
    color: #ff5200;
}

.module-title {
    background: none;
    padding: 24px 0 24px;
    text-align: left;
    /*border-top: 1px solid rgb(0 0 0 / 20%);*/
    z-index: 1;
    position: relative;
    clear: both;
    margin-bottom: 0;
}

.module-title-v4 {
    margin-bottom: 30px;
    z-index: 1;
    clear: both;
    position: relative;
}

    .module-title-v4:before {
        display: none;
    }

    .module-title-v4 h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0px;
        text-transform: none;
        padding: 0;
        background: none;
        color: #ff5200;
    }

.module-title-v5 {
    padding: 50px 0px 24px;
    z-index: 1;
    clear: both;
    position: relative;
}

    .module-title-v5 h2 {
        display: inline-block;
        padding-bottom: 0;
        font-size: 34px;
        line-height: 34px;
    }

.module-title h2, .module-title-v2 h2 {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 24px;
}

.module-link {
    float: right;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.module-title img {
    margin: 0 5px;
}

@media (max-width:991px) {
    .module-title {
        padding: 24px 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-end;
    }


    .module-title-v2 {
        padding: 24px 20px;
        margin: 0 -20px;
    }

        .module-title-v2 h2 {
            font-size: 20px;
        }

    .module-title h2 {
        font-size: 18px;
    }

    .module-link {
        font-size: 12px;
    }

    .module-title img {
        margin: 0 5px 0 0;
    }

    .module-title-v4 h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .module-title-v5 h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .module-title-v5 {
        padding: 24px 0px 24px;
    }
}
/*#endregion module titles*/

/*#region km-slider*/

.home-slider .container {
    max-width: 1200px;
}


.home-slider .slide-textbox .btn {
    border-radius: 10px;
}

@media (min-width:992px) {
    .home-slider {
        background: #e0e1e5;
        padding: 60px 0 30px;
        margin-top: -25px;
        margin-bottom: 20px;
    }

        .home-slider .owl-stage-outer {
            border-radius: 10px;
        }

        .home-slider .content-slide {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: 10px;
        }

        .home-slider .slide-textbox {
            width: 35%;
            text-align: left;
            padding: 0 40px;
        }

        .home-slider .km-slider .content-slide > a {
            display: block;
            width: 65%;
        }


        .home-slider .slide-textbox h3 {
            padding-bottom: 10px;
        }

        .home-slider .slide-textbox h2 {
            font-size: 36px;
            line-height: 42px;
            font-weight: 600;
            padding-bottom: 30px;
        }

        .home-slider .slide-textbox .btn {
            display: block;
            width: 100%;
        }
}

@media (max-width:991px) {

    .home-slider .content-slide {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .home-slider .slide-textbox {
        width: 100%;
        text-align: left;
        padding: 20px 20px;
    }

    .home-slider .km-slider .content-slide > a {
        display: block;
        width: 100%;
    }

    .home-slider .slide-textbox h2 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .home-slider .slide-textbox h3 {
        padding-bottom: 8px;
        font-size: 15px;
        line-height: 20px;
    }

    .home-slider .km-slider .content-slide > a img {
        border-radius: 10px;
        padding: 0 1px;
    }

    .home-slider .slide-textbox .btn {
        font-size: 14px;
        padding: 8px 20px;
    }
}

.km-slider.km-slider-thumb {
    margin-top: 20px;
    text-align: center;
}

    .km-slider.km-slider-thumb.owl-carousel .owl-stage {
        margin: 0 auto;
		left: -20px;
    }

    .km-slider.km-slider-thumb .slider-thumb-item a {
        margin: 3px 5px;
        border-radius: 10px;
        display: inline-block;
    }

.km-slider.km-slider-thumb .slider-thumb-item a img {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #ffffff;
    max-width: 84px;
}

        .km-slider.km-slider-thumb .slider-thumb-item a:hover img {
            box-shadow: 0px 0px 0px 2px #ff5200;
        }
	
/*#region km-slider ps-nav & owl-dots*/
.ps-nav {
    display: flex;
    height: 40px;
    top: 50%;
    border-radius: 30px;
    width: 40px;
    text-shadow: none;
    opacity: 1;
    background: #F2F2F2;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border: none;
    aspect-ratio: 3/2;
    font-size: 26px;
}

.km-slider-wrapper .ps-nav {
    opacity: 1;
    transform: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.km-slider-wrapper:hover .ps-nav {
    background: #e0e1e5;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.owl-theme .owl-dots {
    position: relative;
    z-index: 1;
}

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff5200;
    }

.plist .ps-nav, .center-slider .ps-nav {
    background: #F2F2F2;
    top: 42%;
}

    .plist .ps-nav.ps-next, .center-slider .ps-nav.ps-next, .cat-slider .ps-nav.ps-next {
        right: 0px;
        transform: translate(100%,-50%);
    }

    .plist .ps-nav.ps-prev, .center-slider .ps-nav.ps-prev, .cat-slider .ps-nav.ps-prev {
        left: 0px;
        transform: translate(-100%,-50%);
    }

@media (max-width:1440px) {
    .plist .ps-nav, .center-slider .ps-nav {
        display: none;
    }

    .km-slider-wrapper .ps-nav {
        display: none;
    }
}

@media (min-width:992px) {

    .home-slider .owl-dots {
        display: none;
    }
}

/*#endregion ps-nav & owl-dots*/

/*#endregion km-slider*/
/*#region center slider*/
.center-slider .owl-item img {
    transition: transform 400ms;
    transform: scale(0.9);
    border-radius: 8px;
    transform-origin: center center;
}

.center-slider .owl-item.active.center img {
    transform: scale(1);
}

.center-slider .owl-item.active.center .content-info {
    font-weight: 700;
}

.content-info {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 10px;
    height: 42px;
}

.all-campaings-button {
    color: #666666;
    background: #f2f2f2;
    padding: 10px;
    font-size: 20px;
    border-radius: 68px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

    .all-campaings-button i {
        margin-left: 5px;
        font-size: 28px;
        vertical-align: sub;
    }

    .all-campaings-button:hover {
        background: #ff5200;
        color: #fff;
    }
/*#endregion center slider*/
/*#region category list*/
.catlist {
    text-align: center;
}

    .catlist .catlist-img {
        border-radius: 50%;
        border: solid 2px #fff;
        width: auto !important;
    }

    .catlist .catlist-category-name {
        font-size: 18px;
        margin-top: 10px;
        display: block;
    }

    .catlist a:hover .catlist-category-name {
        color: #ff5200;
    }

    .catlist a:hover .catlist-img {
        border: solid 2px #ff5200;
    }

@media (max-width:767px) {
    .catlist .catlist-category-name {
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }
}

/*#endregion category list*/

/*#region category list2*/
.catlist2 {
    text-align: center;
}

    .catlist2 .catlist2-img {
        border: solid 2px #fff;
        border-radius: 12px;
    }

    .catlist2 .catlist2-category-name {
        font-size: 18px;
        margin-top: 10px;
        display: block;
        height: 42px;
    }

    .catlist2 a:hover .catlist2-category-name {
        color: #ff5200;
    }

    .catlist2 a:hover .catlist2-img {
        border: solid 2px #ff5200;
    }
/*#endregion category list2*/

/*#region multi-slide*/
.content-slide.multi-slide {
    margin: 0 auto;
    padding: 0 30px;
}

    .content-slide.multi-slide .content-desc {
        padding: 20px 0
    }

        .content-slide.multi-slide .content-desc a {
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 10px;
            display: block;
        }

        .content-slide.multi-slide .content-desc p {
            font-size: 16px;
            line-height: 22px;
            margin: 0;
        }


@media (max-width:991px) {
    .content-slide.multi-slide .content-desc a {
        font-size: 18px;
        line-height: 20px;
    }

    .content-slide.multi-slide {
        padding: 0 12px;
    }
}

/*#endregion multi-slide*/

/*#region blog slider*/
.blog-slider {
    margin-right: -8px;
    margin-left: -8px;
}

    .blog-slider .blog-item {
        margin: 0 8px 0;
    }

    .blog-slider .blog-content {
        min-height: inherit;
        margin-bottom: 0;
        font-size: 16px;
    }

    .blog-slider .blog-item .main-image {
        margin-bottom: 20px;
    }

    .blog-slider .blog-content a {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
        display: block;
    }

    .blog-slider .blog-content p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 0 0;
    }

@media (max-width:991px) {

    .blog-slider .blog-content a {
        font-size: 18px;
        line-height: 20px;
    }

    .blog-slider .blog-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-bottom h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
/*#endregion blog slider*/

/*#region show-hide text*/
@media (min-width:992px) {
    .show-btn, .hide-btn {
        display: none;
    }
}

@media (max-width:991px) {
    .shwhd-wrapper {
        position: relative;
    }

    .show-btn, .hide-btn {
        position: absolute;
        bottom: -1em;
        z-index: 100;
        text-align: center;
        text-decoration: underline;
    }

    .hide-btn {
        display: none;
    }

    .show-btn:target {
        display: none;
    }

        .show-btn:target ~ .hide-btn {
            display: block;
        }

        .show-btn:target ~ .shwhd-box {
            max-height: 2000px;
        }

        .show-btn:target ~ .fade {
            margin-top: 0;
            height: 20px;
        }

    .shwhd-box {
        position: relative;
        width: 100%;
        max-height: 136px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .shwhd-wrapper .fade {
        background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
        background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
        background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
        height: 100px;
        margin-top: -100px;
        position: relative;
        opacity: 1;
    }
}

.shwhdcat-wrapper {
    position: relative;
}

.showcat-btn, .hidecat-btn {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
    text-decoration: underline;
    display: block;
}

.hidecat-btn {
    display: none;
}

.showcat-btn:target {
    display: none;
}

    .showcat-btn:target ~ .hidecat-btn {
        display: block;
    }

    .showcat-btn:target ~ .shwhdcat-box {
        max-height: 10000px;
    }

    .showcat-btn:target ~ .fadecat {
        margin-top: 0;
        height: 20px;
    }

.shwhdcat-box {
    position: relative;
    width: 100%;
    max-height: 136px;
    margin-bottom: 20px;
    overflow: hidden;
}

.shwhdcat-wrapper .fadecat {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 75%);
    height: 100px;
    margin-top: -100px;
    position: relative;
    opacity: 1;
}

.category-desc {
    font-size: 16px;
    line-height: 22px;
    max-width: 780px;
}

    .category-desc ul li {
        list-style: disc;
        margin-left: 20px;
    }

.mx-810 {
    max-width: 810px;
    margin: 0 auto;
}
/*#endregion show-hide text*/

/*#region Responsive-Video*/
.embed-wrapper {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 54.38%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

    .embed-container div, .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*#endregion Responsive-Video*/

/*#region support*/

.support-pagebg {
    background: #f7f7f7;
    padding: 60px 0 10px;
    margin: -45px 0 -40px;
}

.support-page .panel-default > .panel-heading {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
}

.support-page .panel-group .panel {
    border: none;
}

.support-page .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.support-page .panel-default > .panel-heading {
    background-color: #fff;
    padding: 10px 10px;
}

.support-page .panel-group .panel .panel-collapse.collapse.in .panel-body {
    margin: 7px 0 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0px 3px 10px 0px #77777733;
    font-size: 15px;
    line-height: 24px;
}

.support-page .panel-default > .panel-heading > .panel-title > a:after {
    font-family: "kmicons";
    content: "\f155";
    float: right;
    font-weight: normal;
    font-size: 20px;
    margin-right: 12px;
}


.support-page .panel-default > .panel-heading > .panel-title {
    font-size: 16px;
    font-weight: 600;
}

    .support-page .panel-default > .panel-heading > .panel-title > a.collapsed:after {
        content: "\f146";
    }

.support-page a:focus, .support-page a:hover, .support-page a:active {
    color: #ff5200;
}

.support-page a {
    margin-left: 12px;
}

.support-page .module-title-v4 {
    text-align: unset;
}

    .support-page .module-title-v4 h2 {
        font-size: 24px;
    }


.support-bg .km-sidebar .sidebar-navigation ul li.active a {
    color: #ff5200;
}

@media (min-width: 992px) {

    .support-bg .km-sidebar .sidebar-navigation ul li a {
        padding: 16px 0 16px 15px;
    }

    .support-bg .km-sidebar .sidebar-navigation ul li.active a:after {
        content: url(../../Skins/shared/images/faq-arrow.svg);
        margin-right: 10px;
        float: left;
        transform: rotate(270deg);
    }

    .support-bg .km-sidebar .sidebar-navigation ul li a:after {
        content: url(../../Skins/shared/images/faq-arrow-black.svg);
        margin-right: 10px;
        float: left;
    }
}

.collapsing {
    -webkit-transition-duration: 0.01s;
    transition-duration: 0.01s;
}

.support-bg {
    display: flex;
    background: #fff;
    padding: 40px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 30px;
    margin-bottom: 40px;
    height: 100%;
}

@media (min-width: 992px) {
    .support-bg {
        align-items: flex-start;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .support-bg {
        flex-direction: column
    }
}

.contact-page .border-box {
    margin-bottom: 8px;
}

.contact-page span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ff5200;
    margin: 6px 0px 22px;
}

.contact-page .contact-page-img img {
    max-height: 40px;
    float: right;
}

.contact-page .contact-page-logo img {
    max-height: 30px;
    float: right;
    filter: grayscale(100%);
    opacity: 0.6;
}

.contact-page a {
    display: block;
    margin: 12px 0 0;
    font-weight: 600;
}

.contact-page p {
    font-size: 15px;
}

.support-page .contact-page .btn-primary:hover {
    background: #13AD0F;
    color: #fff;
}
/*#endregion support*/
/*#region ps reset page*/
.psreset-result {
    text-align: center;
}

    .psreset-result .title {
        font-size: 26px;
        padding: 20px 0;
        line-height: 32px;
    }

    .psreset-result .btn {
        max-width: 350px;
        margin-top: 40px;
    }
/*#endregion ps reset page*/

/*#region error page*/

.error-wrap {
    margin: auto;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
}

    .error-wrap h1 {
        color: #fff;
        font-weight: 600;
        font-size: 144px;
        line-height: 158px;
    }

    .error-wrap p {
        color: #fff;
        font-weight: 500;
        font-size: 52px;
        line-height: 52px;
    }

    .error-wrap .btn {
        margin-top: 40px;
    }

@media (max-width:991px) {
    .error-wrap p {
        font-size: 24px;
        line-height: 24px;
    }
}
/*#endregion error page*/
.shopping-cart-content {
    background: #000;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #fff;
}

@media (min-width: 992px) {
    .sld-box .contentBox {
        top: 16px;
    }
}
/*#region order tracking page*/
.order-tracking {
    margin: 50px auto;
    max-width: 370px;
    background: #F2F2F2;
    padding: 20px;
}

    .order-tracking .order-tracking-desc {
        margin-bottom: 30px;
    }



.tracking-sep {
    text-align: center;
    font-weight: 600;
}

.order-tracking .km-submit {
    margin-top: 15px;
}
/*#endregion order tracking page*/

/*#region UP BUTTON*/

.scrollup {
    background-image: url(../../Skins/shared/images/up-white.svg);
    bottom: 20px;
    display: none;
    height: 52px;
    background-color: #ff5200;
    position: fixed;
    right: 20px;
    line-height: 0;
    background-repeat: no-repeat;
    width: 52px;
    border-radius: 50%;
    background-position: center 7px;
    z-index: 9;
    background-size: 34px;
}

/*#endregion UP BUTTON END*/

/*#region PsReset*/
.login-content .main-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}

    .login-content .main-title a:before {
        content: "\f14a";
        font-family: "kmicons";
        font-size: 25px;
        font-weight: bold;
        padding: 0 10px 0 0px;
        vertical-align: middle;
    }

.psreset-desc {
    font-size: 14px;
    margin-bottom: 30px;
}

h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: none;
}
/*#endregion PsReset*/
/*#region login-disc*/
.login-disc-text {
    background: #efefef;
    margin-top: 15px;
    text-align: center;
    padding: 6px;
    border-radius: 30px;
}
.login-disc-text span {
    font-size: 14px;
    font-weight: 600;
	margin:0 4px;
}
/*#endregion login-disc*/
/*#region category item list*/
.cp-cat2-list ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .cp-cat2-list ul li {
        display: inline-block;
        float: none;
        width: 108px;
        margin-right: 10px;
        position: relative;
        margin-bottom: 15px;
    }

.cp-cat2-list-img {
    border-radius: 50px;
    overflow: hidden;
    height: 108px;
    margin-bottom: 10px;
    padding: 2px;
}

.cp-cat2-list img {
    filter: brightness(1.02);
    border-radius: 50px;
}

.cp-cat2-list span {
    font-size: 14px;
    color: #999999;
    display: block;
    white-space: normal;
    text-align: center;
    height: 34px;
    overflow: hidden;
    line-height: 16px;
}

.cp-cat2-list-gray-bg {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 108px;
    z-index: 1;
    border: solid 3px #e5e5e5;
    padding: 10px;
    border-radius: 50px;
}

.cp-cat-list {
    text-align: center;
    text-transform: uppercase;
}

    .cp-cat-list .img-responsive {
        margin: 0 auto;
        border: solid 1px #ddd;
        padding: 10px;
    }

    .cp-cat-list ul li a span {
        display: -webkit-box;
        height: 30px;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        margin-top: 4px;
        font-size: 14px;
        color: #999999;
    }

    .cp-cat-list ul li a:hover img {
        border: solid 1px #ff5200;
    }

.cp-middle-three ul li a span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}

    .cp-middle-three ul li a span:before {
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #282828;
        content: "";
        top: 5px;
    }

.cp-middle-three ul li a div p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.cp-middle-three ul li a div {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.cp-middle-three ul li a:hover div,
.cp-middle-three ul li a:hover img {
    border: 1px solid #ff5200;
    background: #ff5200;
    color: #fff;
}

.cp-middle-three ul li a:hover span:before {
    border-left: 5px solid #fff;
}

.top-buffer {
    margin-top: 20px;
}

.cp-middle-big {
    border: solid 1px #eee;
}

.cp-cat2-list ul::-webkit-scrollbar {
    background: transparent;
    height: 8px;
    -webkit-appearance: none;
}

.cp-cat2-list ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #aaa;
}

.cp-cat2-list ul::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    height: 8px;
    border-radius: 8px;
}

@media (max-width:767px) {
    .cp-cat2-list ul li {
        width: 93px;
    }

    .cp-cat2-list-img {
        height: 93px;
    }

    .cp-cat2-list-gray-bg {
        height: 93px;
    }
}
/*#endregion category item list*/

.lightgreybg {
    background: #f2f2f2;
    padding-bottom: 60px;
    padding-top: 40px;
}

    .lightgreybg .content-slide {
        margin: 0 5px;
    }

        .lightgreybg .content-slide img {
            border-radius: 8px;
        }

/*#region CVL CODE START*/

.topbar-links {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 6px 0;
    height: 43px;
}

    .topbar-links ul li:first-child {
        margin-left: 0;
    }

    .topbar-links ul li {
        display: inline-block;
        margin: 0 20px;
    }

        .topbar-links ul li a {
            color: #666666;
            font-size: 14px;
            line-height: 30px;
        }

.favorite-menu {
    text-align: center;
    margin: 0px 17px;
}

    .favorite-menu > a i {
        font-size: 30px;
        vertical-align: bottom;
    }

    .favorite-menu > a span, .cart-name {
        font-size: 13px;
        text-transform: uppercase;
    }

@media (min-width: 992px) {
    .cd-dropdown-content > li:last-of-type > a {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        padding-right: 15px;
    }

    .cd-dropdown .cd-dropdown-content > li:nth-last-child(2) > a {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        padding-right: 15px;
    }

    .cd-dropdown-content > li.has-children.first-child:not(.has-children ~ .has-children).has-children > a {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding-left: 15px;
    }

    .navbar {
        border: none;
    }

}
.cd-dropdown-content .cd-secondary-dropdown > li > a.online-a-ozel-urunler {
    color: #ff5200;
}
.home-slider-bg {
    margin: 15px 0 0 0;
    min-height: 438px;
    overflow: hidden;
    background-color: #e0e1e5;
    z-index: 0;
    top: -31px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



@media (max-width: 991px) /* @grid-float-breakpoint -1 */
{
    .navbar-km {
        background-color: #FFF;
    }

    .home-slider-bg {
        /*min-height: 534px;*/
    }
}

.splide-campaign-name {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #454545;
}




#CampaignsCarousel .splide__slide.is-visible.is-active span.splide-campaign-name {
    font-weight: 700;
}
/*splide css*/
#slider-sync-thumbnail {
    margin-top: -36px;
    margin-bottom: 23px;
}

.home-main-slider-container {
    margin: 15px 0 0 0;
    /*min-height: 445px;*/
    overflow: hidden;
}

.home-main-slider {
    position: relative;
    z-index: 1;
    padding: 70px 0 0px;
    max-width: 1080px;
    margin: 0 auto;
}

.splide__slider {
    border-radius: 10px;
    /*background-color: #fff;
    -webkit-box-shadow: 0 6px 26px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 6px 26px rgb(0 0 0 / 16%);*/
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 23px;
}

.home-main-slider .item-detail {
    padding: 56px 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

    .home-main-slider .item-detail h2 {
        font-weight: 600;
        font-size: 36px;
    }

    .home-main-slider .item-detail h3 {
        font-size: 24px;
    }

    .home-main-slider .item-detail a.btn-primary {
        background-color: #ff5200;
        border-radius: 10px;
        padding: 10px;
        border: none;
        text-align: center;
        font-size: 21px;
    }

.home-main-slider .item-image {
    padding: 4px;
}

.home-main-slider-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    justify-content: center;
}

.slider-thumb-images .item {
    margin: 5px;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.slider-big-images {
    position: relative;
}

.slider-thumb-images {
    padding: 10px;
}

.page-container {
    margin-top: -31px;
    position: relative;
}


.item-flex-container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .item-flex-container {
        flex-direction: column-reverse;
    }

        .item-flex-container .img-fluid {
            width: 100%;
        }
}

.splide {
    /*padding: 20px 0;*/
}

.splide__slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(0.9);
    transform-origin: center center;
}

.splide__slide.is-active img {
    transform: scale(1);
}

.splide .splide__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    border-radius: unset;
    width: 50px;
    opacity: 0.9;
    background: none;
}

    .splide .splide__arrow svg {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        padding: 5px;
    }

.splide__arrow--next {
    right: -1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.splide__arrow--prev {
    left: -1.6rem;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
    border: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 3px transparent;
    -moz-box-shadow: inset 0px 0px 0px 3px transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0px 3px transparent;
}

    .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border: none;
        cursor: pointer;
        -webkit-box-shadow: inset 0px 0px 0px 3px #ff5200;
        -moz-box-shadow: inset 0px 0px 0px 3px #ff5200;
        border-radius: 10px;
        box-shadow: inset 0px 0px 0px 3px #ff5200;
    }

.campaign-carousel {
    margin-top: 20px
}

/*splide end*/


/*custom*/



.custom-overlay:hover {
    opacity: 0.75;
    border: solid 1px #ff5200;
    background-color: rgba(30, 30, 30, 0.2);
}

.temp8 .img-block:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

.temp8 .img-block img {
    transition: all 0.7s ease 0s;
    width: 100%;
}

.temp8 .img-block:hover img {
    transform: scale(1.08)
}

.temp8.inner {
    margin-bottom: 0;
    padding: 0px 5px 10px;
}

/*custom end*/


/*#endregion CVL CODE START*/


/*#region civil form*/

.title-incident {
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (min-width:768px) {
    .civilform .form-info > div:first-child {
        width: calc(50% - 50px);
        margin-right: 50px;
        padding-left: 0;
    }
}

.civilform {
    padding: 15px 30px 30px;
    background-color: #F2F2F2;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0px 0px 20px -4px #777777a1
}

@media (max-width:767px) {
    .civilform {
        padding: 15px 15px;
    }
}


.civilform .form-control {
    background-color: #fff;
}

.incident-info {
    font-weight: 600;
    font-size: 17px;
    margin: 12px 0 20px;
}

.req-info {
    color: #f00;
}

.incident-detail-info {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px;
    line-height: 25px;
    margin: 15px 0;
}

.incident-info-group span span {
    font-weight: 600;
    line-height: 25px;
}

.incident-message .message-box {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px;
    line-height: 25px;
    margin: 15px -10px 0;
}

.incident-message .message-date {
    font-size: 14px;
    float: right;
    margin-top: 3px;
}

.incident-message-detail-info .cust {
    display: flex;
    justify-content: flex-start;
}

.incident-message-detail-info .cvlanswer {
    display: flex;
    justify-content: flex-end;
}

.incident-detail-button {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 20px;
}

    .incident-detail-button a {
        color: #ff0000;
    }
/*#endregion civil form*/





/*#region mobil checkout*/
@media (max-width: 767px) {
}

.header-checkout .navbar-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.checkout-logo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.checkout-back {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .checkout-back a {
        display: block;
    }

        .checkout-back a i {
            font-size: 28px;
        }

.header-checkout .navbar-brand {
    height: 60px;
    padding: 0px;
    display: flex;
    color: #454545;
    font-size: 16px;
    align-items: center;
    font-weight: 700;
}

.checkout-page h2 {
    font-size: 20px;
    font-weight: 600;
}

.checkout-page .checkout-box {
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

    .checkout-page .checkout-box.selected {
        border: 2px solid #ff5200;
    }

.delivery-address {
    padding-bottom: 12px;
}

    .delivery-address .new-address {
        font-size: 12px;
        display: inline-block;
        margin-bottom: 12px;
        font-weight: 600;
        border-radius: 4px;
        color: #ff5200;
    }

        .delivery-address .new-address:after {
            content: "\f14d";
            font-family: "kmicons";
            font-size: 12px;
            padding-left: 2px;
            vertical-align: middle;
        }

    .delivery-address .address-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .delivery-address .address-wrap::-webkit-scrollbar {
            display: none;
        }

        .delivery-address .address-wrap .address-item {
            position: relative;
            padding: 30px 20px 20px;
            min-width: 210px;
            width: 210px;
            height: 140px;
            margin-bottom: 16px;
            margin-right: 16px;
            cursor: pointer;
        }

            .delivery-address .address-wrap .address-item .address-detail {
                font-size: 13px;
            }

                .delivery-address .address-wrap .address-item .address-detail h3 {
                    font-weight: 600;
                    font-size: 15px;
                    padding-bottom: 0;
                    color: #ff5200;
                }

                .delivery-address .address-wrap .address-item .address-detail > span {
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-letter-spacing: normal;
                    -moz-letter-spacing: normal;
                    -ms-letter-spacing: normal;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .delivery-address .address-wrap .address-item .address-detail p {
                    margin: 0;
                }

            .delivery-address .address-wrap .address-item .address-edit {
                position: absolute;
                top: 5px;
                right: 10px;
                font-size: 11px;
                font-weight: 600;
            }

            .delivery-address .address-wrap .address-item .address-selected:before {
                content: "\f184";
                font-family: "kmicons";
                font-size: 10px;
                position: absolute;
                top: 6px;
                left: 6px;
                width: 18px;
                padding-top: 4px;
                text-align: center;
                height: 18px;
                font-weight: bold;
                line-height: 1;
                border: 1px solid #ff520080;
                color: #ff5200;
                border-radius: 50%;
            }

div#pnl-ptype.payment-methods {
    padding-bottom: 12px;
    border: none;
    margin: 0;
}

.payment-methods .panel-group {
    margin-bottom: 16px;
}

    .payment-methods .panel-group .panel-default {
        border-radius: 10px;
    }

    .payment-methods .panel-group .panel + .panel {
        margin-top: 10px;
    }

    .payment-methods .panel-group .panel-default > .panel-heading {
        padding: 15px 20px;
    }

        .payment-methods .panel-group .panel-default > .panel-heading > .panel-title > a {
            display: block;
        }

        /* .payment-methods .panel-group .panel-default > .panel-heading > .panel-title > a:after {
                    margin-top: 15px;
                }*/

        .payment-methods .panel-group .panel-default > .panel-heading > .panel-title span {
            font-size: 13px;
            display: block;
            font-weight: 400;
        }

    .payment-methods .panel-group .panel-default .panel-body {
        padding: 0 20px 20px;
        font-size: 13px;
    }

        .payment-methods .panel-group .panel-default .panel-body .payment-group .checkout-box {
            display: flex;
            align-items: center;
            flex-direction: row;
            margin-bottom: 10px;
            padding: 10px;
        }

            .payment-methods .panel-group .panel-default .panel-body .payment-group .checkout-box:last-child {
                margin-bottom: 0;
            }

.payment-methods .bank-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

    .payment-methods .bank-select .checkout-box {
        height: 77px;
        margin: 0 10px 10px 0;
    }

        .payment-methods .bank-select .checkout-box a {
            padding: 15px;
            display: block;
        }

            .payment-methods .bank-select .checkout-box a img {
                max-width: 136px;
            }

.checkout-page .radio label::before {
    border: none;
    background: #eee;
    width: 20px;
    height: 20px;
}

.checkout-page .radio-success input[type="radio"]:checked + label::after {
    content: "\f184";
    font-family: "kmicons";
    font-size: 12px;
    padding-left: 4px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background: #ff5200;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
}

div#pnl-shipper.shipping-options {
    padding: 0 0 28px;
    margin: 0;
    border: none;
}

.shipping-options .shipper-wrap .shipper-item {
    margin-top: 10px;
}

    .shipping-options .shipper-wrap .shipper-item:first-child {
        margin-top: 0px;
    }

.shipping-options .shipper-wrap .shipper-btn {
    position: absolute;
    visibility: hidden;
}

.shipping-options .shipper-wrap .shipper-label {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    padding: 18px 18px 18px 48px;
    position: relative;
    width: 100%;
    font-size: 13px;
}

    .shipping-options .shipper-wrap .shipper-label:before {
        background: #eee;
        border-radius: 50%;
        content: '';
        height: 20px;
        left: 15px;
        position: absolute;
        top: calc(50% - 10px);
        width: 20px;
    }

.shipping-options .shipper-wrap .shipper-btn:checked + .shipper-label:before {
    content: "\f184";
    font-family: "kmicons";
    font-size: 12px;
    padding-left: 4px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    background: #ff5200;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.shipping-agreements {
    padding-bottom: 28px;
}

.agreements-wrap {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 28px;
}

.checkbox label::before {
    border: none;
    background: #eee;
}

.checkbox {
    line-height: 16px;
    cursor: pointer;
}
    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        cursor: pointer;
    }
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #ff5200;
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    content: "\f184";
    font-family: "kmicons";
    padding-left: 3px;
    font-weight: 600;
    padding-top: 2px;
    font-size: 12px;
}

#pnl-installment .table-responsive {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;
}

.table-installment.table > thead > tr > th {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}

.table-installment.table > thead > tr > th, .table-installment.table > tbody > tr > th, .table-installment.table > tfoot > tr > th, .table-installment.table > thead > tr > td, .table-installment.table > tbody > tr > td, .table-installment.table > tfoot > tr > td {
    font-size: 13px;
    line-height: 21px;
}

.credit-card-options {
    font-size: 15px;
    font-weight: 400;
    background-color: #ff5200;
    border-radius: 10px 10px 0 0;
    padding: 7px 0;
}

.text-warning {
    color: #ff5200;
}

#pnl-installment .checkbox.td-checkbox {
    margin-top: 25px;
}

#pnl-credit-card-form .form-control {
    background: #eee;
}
/*#endregion mobil checkout*/


.pnl-shipper-label.afad {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.pnl-shipper-btn:checked + .pnl-shipper-label.afad {
    background: rgb(0 0 0);
}



/*#region dijitalcadir sayfası*/


/*cat slider*/

.catsldr-box {
    max-width: 1242px;
    margin: 0 auto;
}

.cslide-title {
    text-align: center;
    padding-top: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    color: #474747;
}

.cat-slider .content-slide {
    padding: 0 10px;
}

.cat-slider .owl-item img {
    border-radius: 90px;
    border: solid 2px #fff;
}

.km-slider-wrapper .ps-nav.cat-nav {
    background-color: transparent;
    transform: none;
    font-size: 30px;
    opacity: 1;
    height: auto;
    width: auto;
    box-shadow: none;
    top: 25%;
}

    .km-slider-wrapper .ps-nav.cat-nav i {
        color: #b2b2b2;
    }


.cat-slider .owl-item:hover img {
    border: solid 2px #ff5200;
}

@media (min-width:1180px) {
    .cat-nav.ps-prev {
        left: -25px;
    }

    .cat-nav.ps-next {
        right: -25px;
    }
}

@media (max-width:1179px) {
    .owl-carousel.cat-slider {
        padding: 0 20px;
    }

    .cat-slider .content-slide {
        padding: 0 5px;
    }

    .cat-nav.ps-prev {
        left: 0px;
    }

    .cat-nav.ps-next {
        right: 0px;
    }
}
/*cat slider END*/



/*#region hm buttons*/
.hm-buttons {
    margin-bottom: 20px;
}

    .hm-buttons ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .hm-buttons ul li {
            display: flex;
            margin: 0 8px;
            min-width: 152px;
            width: 100%;
        }


            .hm-buttons ul li a {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                padding: 16px 20px;
                text-align: center;
                width: 100%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

.shape-btn {
    border-radius: 8px;
}

.green-btn {
    background: rgb(0,177,153);
    background: linear-gradient(90deg, rgba(0,177,153,1) 0%, rgba(47,184,124,1) 35%, rgba(151,201,63,1) 100%);
}

.purple-btn {
    background: rgb(142,45,223);
    background: linear-gradient(90deg, rgba(142,45,223,1) 0%, rgba(112,24,225,1) 35%, rgba(73,0,225,1) 100%);
}

.pink-btn {
    background: rgb(255,108,19);
    background: linear-gradient(90deg, rgba(255,108,19,1) 0%, rgba(255,93,68,1) 35%, rgba(255,74,135,1) 100%);
}

.darkpurple-btn {
    background: rgb(161,0,238);
    background: linear-gradient(90deg, rgba(161,0,238,1) 0%, rgba(187,107,226,1) 35%, rgba(72,7,221,1) 100%);
}

.orange-btn {
    background: rgb(236,132,12);
    background: linear-gradient(90deg, rgba(236,132,12,1) 0%, rgba(228,156,79,1) 35%, rgba(255,78,18,1) 100%);
}


.cyan-btn {
    background: rgb(1,254,233);
    background: linear-gradient(90deg, rgba(1,254,233,1) 0%, rgba(6,206,182,1) 35%, rgba(0,182,160,1) 100%);
}


@media (max-width:767px) {
    .hm-buttons {
        margin-bottom: 8px;
    }

        .hm-buttons ul li {
            min-width: 140px;
        }

            .hm-buttons ul li a {
                font-size: 14px;
                padding: 15px 0px;
                line-height: 20px;
            }
}
/*#endregion hm brands*/

/*#region marka-banner*/

span.banner-bottom {
    background: #1b1b1b;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    overflow: hidden;
    transition: background 300ms ease;
    border-radius: 0 0 6px 6px;
}

.banner-container {
    overflow: hidden;
    display: block;
    position: relative;
}


    .banner-container:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        -webkit-transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
    }


span.banner-container > img {
    border-radius: 6px 6px 0 0;
    transform: scale(1.015);
}

.brand-banner-inner:hover span.banner-bottom {
    background: #f68428;
}

.image-look .brand-banner-inner {
    display: block;
    position: relative;
    margin: 0 10px 15px;
}

.catlist-border .catlist .catlist-img {
    border: solid 2px #ccc;
}
/*#endregion marka-banner*/

/*#endregion dijitalcadir sayfası*/

.double-slide-box {margin:0 -10px}
.double-slide {margin:0 10px}
.double-slide-box .ps-nav {
    top: 38%;
    width: 30px;
    height: 30px;
    font-size: 18px;
}



.content-temp img {
    width: 100%;
}

