﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Playfair Display Italic';
    src: url('font/playfair/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Playfair Display';
    src: url('font/playfair/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Work Sans', sans-serif !important;
    font-size: 13px;
}

    body.modal-open header,
    body.modal-open .prd-images:after {
        z-index: auto;
    }

#pageBody {
    min-height: 400px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #222;
    display: inline-block;
    font-size: 13px;
}

    a:hover {
        color: #40a944;
    }

:focus {
    outline: none !important;
    outline: 0 !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

tr input {
    margin-right: 5px;
}

tr label {
    margin-right: 15px;
}

a.help {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #2c2929;
    padding: 8px 0px;
    line-height: 22px;
}

    a.help i {
        font-size: 21px;
        display: inline-block;
        float: left;
        margin-right: 5px;
        color: #303030;
    }

.theme-edit .modal-footer {
    position: relative;
}

.postModule.flipInY {
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

:focus {
    outline: none;
    box-shadow: none !important;
}

.fancybox-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.clearFix:after {
    clear: both;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}

li {
    list-style: none;
}

span a {
    display: inline-block;
}

.none, .hide {
    display: none;
}

.btn:focus {
    outline: none !important;
}

.btn-primary {
    background: #40a944;
}

.module {
    /*min-height: 45px;*/
    position: relative;
}

.custom-heading.module {
    min-height: 25px;
}

.module-min-h-0 .module {
    min-height: 0;
}

.image-module img {
    max-width: 100%;
}

.img-hover-effect .image-module {
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .img-hover-effect .image-module:before {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
    }

    .img-hover-effect .image-module:after {
        background: rgba(255, 255, 255, 0.6);
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        pointer-events: none;
    }

    .img-hover-effect .image-module:hover::before {
        left: 0;
        right: 0;
        opacity: 0;
        -moz-transition: all 900ms linear;
        -o-transition: all 900ms linear;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

    .img-hover-effect .image-module:hover::after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -moz-transition: all 900ms linear;
        -o-transition: all 900ms linear;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

.caption-absolute {
    position: absolute;
    top: 35%;
    left: 85px;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.lazy {
    display: block;
}

    .lazy:before {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: text-bottom;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        -moz-animation: spinner-border .75s linear infinite;
        -o-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        content: "";
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 0;
        right: 0;
        margin: 0px auto !important;
        z-index: 1;
    }

img.lazy {
    /*min-height: 200px;*/
    min-width: 80px;
    background-position: center;
}

.px-0-child-cols > div > div {
    padding-left: 0;
    padding-right: 0;
}

a.add-slide, a.add-tab, a.add-product-slider-tab {
    color: white !important;
}

.remove-tab, .remove-slide, .remove-product-slider-tab {
    float: right;
    color: white !important;
    margin-top: 25px;
}

.tabs-box, .accordion-box, .slider-box, .product-slider-box {
    position: relative;
    margin-bottom: 90px;
}

.slide-box, .product-slider-box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 50px;
}

.slide-order, .product-slide-order {
    background: #f3f3f3;
    padding: 12px 0px;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 30px;
}

    .slide-order input, .product-slide-order input {
        float: right;
        width: 50px;
        border: 1px solid white;
        height: 30px;
        border-radius: 4px;
        margin-left: 8px;
        text-align: center;
    }

    .slide-order h5, .product-slide-order h5 {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
    }

.module-check-list {
    line-height: 26px;
}

    .module-check-list label {
        font-size: 13px;
    }

a.remove-image {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: #2c2929d6;
    padding: 4px 8px;
    border-radius: 3px;
    color: white;
}

    a.remove-image:before {
        content: "\f2ed";
        font-family: 'font awesome 5 free';
        margin-right: 5px;
    }

.paragraph-advanced a {
    display: block;
}

.paragraph-text:hover {
    color: #565657 !important;
}

.html p, .html ul li {
    line-height: 28px;
}

.html ul {
    margin-top: 15px;
}
/** STATIC TYPE **/

.alert[style*="inline"] {
    display: flex !important;
    align-items: center;
}

    .alert[style*="inline"]:before {
        content: "\f12a";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        display: inline-block;
        margin-right: 6px;
        font-size: 16px;
        line-height: 1;
    }

.bordered-1 {
    border: 1px solid #f3f3f3;
}

.tipografi h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #171717;
}

.tipografi p {
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0px 25px 0px;
}

.static-type b {
    font-size: 1rem;
    font-weight: 600;
}

.static-type h5 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.border-1 {
    border: 1px solid #efebeb;
    border-radius: 4px;
}
/** STATIC TYPE END **/

/* FILTER MODULE */
.filter-module input, .filter-module select {
    line-height: 64px !important;
    /*border: 0;*/
    padding: 0px 20px;
    font-weight: 600;
    color: #1d1c1c;
    font-size: 17px;
    height: 64px;
}

.form-control.location {
    min-width: 370px;
}

.filter-module select {
    min-width: 210px;
}

.filter-module input::placeholder {
    color: #1d1c1c;
}

.filter-button {
    background: #ff9803;
    border: 0;
    border-radius: 4px;
    color: white;
    line-height: 64px;
    padding: 0px 36px;
    font-size: 18px;
    font-weight: 700;
}

.filter-module ul li {
    padding: 0px 6px;
}
/* FILTER MODULE */

#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}

#htmlmodule .moduleContent {
    padding: 15px;
    border: 1px solid #efeded;
    border-top: 0;
}

.title a {
    display: block;
}

.title h1 {
    /*font-size: 15px;
    background: #f6f6f6;
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left !important;
    margin: 0;*/
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 21px;
}

.title-type-1 {
    margin-bottom: 25px;
    border-radius: 6px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 45px;
}

    .title-type-1 i {
        width: 45px;
        background: #f6f6f6;
        text-align: center;
        margin-right: 15px;
        line-height: 45px;
        color: #2e2c2c;
    }

.title-type-2 {
    border: 1px solid #e7e7e79e;
    font-size: 13px;
    padding: 0px 15px;
    margin-bottom: 0;
    background: #f6f6f66e;
}

    .title-type-2 span {
        line-height: 45px;
        font-size: 14px;
    }

.title-type-3 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}

    .title-type-3 i {
        height: 42px;
        line-height: 42px;
        width: 62px;
        text-align: center;
        background: #f9f9f9;
        border-top-left-radius: 6px;
        position: relative;
        top: -1px;
        left: -1px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
        border-bottom: 0;
    }

.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
}

    .title-type-4 i {
        display: inline-block;
        background: #f9f9f9;
        line-height: 42px;
        width: 60px;
        text-align: center;
        margin-right: 15px;
        border-right: 1px solid #f1f1f1;
    }


.title-type-5 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 25px;
    color: #222;
}

.failed {
    position: absolute;
    bottom: 12px;
    right: 24px;
    color: #d84444;
}

.admin {
}

.admin-edit-button {
    position: fixed;
    right: 0;
    background: #545659;
    border: none;
    padding: 14px 16px;
    color: white;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
}

#admin-edit-layout .modal-body {
    padding: 0 !important;
}

.custom-header {
    text-decoration: none !important;
    color: black;
}

.secondary-module-head {
    font-weight: 300;
}

.edit-button {
    position: absolute;
    z-index: 98;
    right: 15px;
    background: #f6f6f6;
    box-shadow: none;
    color: black;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
    border-top: 0;
    top: 0;
    border-radius: 9px;
}

    .edit-button:hover {
        opacity: 1;
    }

.modal-header {
    background: #2c2929;
    color: white;
}

.theme-edit .modal-header {
    background: #2c2929;
    color: white;
}

.modal-header .close {
    color: #e9e9e9 !important;
    text-shadow: none;
    opacity: 1;
}

.modal-header h5 {
    font-weight: 400;
    font-size: 16px;
}

.theme-edit label {
    font-size: 14px;
}

.theme-edit .form-control {
    font-size: 13px;
}

.theme-edit h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    display: block;
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px;
}

.theme-edit-tabs li a {
    color: #363636;
    border: transparent !important;
    border-radius: 0 !important;
    background: #efefef;
    margin-right: 2px;
    font-size: 14px;
}

    .theme-edit-tabs li a.active {
        background: #2c2929 !important;
        border: none !important;
        color: white !important;
        /* border-radius: 0 !important;
     */
    }

.theme-edit-tabs {
    border: none;
}

    .theme-edit-tabs li {
        width: calc(100% / 4) !important;
        text-align: center;
    }

        .theme-edit-tabs li:first-child a {
            border-top-left-radius: 9px !important;
        }

        .theme-edit-tabs li:last-child a {
            border-top-right-radius: 9px !important;
        }

.module:hover a.edit-button {
    display: block;
}

.custom-menu ul li a i {
    color: white !important;
    margin-right: 0px !important;
    text-shadow: none !important;
}

header {
}

.topbar {
    position: relative;
    background: #fff;
    font-size: 14px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    color: #222;
    /*box-shadow: 1px 1px 1px #ededed;*/
}

#nav-menu-topbar {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    position: unset;
}

#menu-topbar > ul {
    text-align: right;
    width: 100%;
}

    #menu-topbar > ul > li {
        display: inline-block;
    }

.vertical ul {
    display: block;
    width: 100%;
}

    .vertical ul li a:before {
    }

    .vertical ul li a {
        border-bottom: 1px solid #e3e3e3;
        line-height: 54px;
        padding: 0px 20px !important;
        display: block;
        color: #5b5959;
        font-size: 14px;
    }

.vertical {
    border: 1px solid #ebebeb;
}

    .vertical ul li:last-child a {
        border-bottom: 0;
    }

    .vertical ul li:hover a {
        background: #1b7d1f;
        color: white;
    }

    .vertical ul li a:before {
        content: "\f35a";
        font-family: 'font awesome 5 free';
        font-size: 22px;
        float: left;
        margin-right: 8px;
        color: #e7e7e7;
    }

.language img {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.currency span {
    text-align: center;
    border-radius: 50%;
}

.currency ul li a, .language ul li a {
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f1efef;
    display: block;
}

.currency ul li, .language ul li:last-child a {
    border-bottom: 0;
}

.currency ul, .language ul {
    max-width: 200px;
    width: 150px;
    min-width: auto;
    padding: 0;
    background: white;
    margin-top: 0;
}

    .language ul li a img {
        margin-right: 5px;
    }

.language .btn, .currency .btn {
    background: none;
    font-size: 13px;
    color: #514f4f;
    padding: 11px 0px;
}

.logo img {
    max-width: 100%;
    width: auto;
}

.my-cart {
    top: 2px;
}

    .my-cart > .btn {
        background: none;
        border: none;
        color: black;
        padding: 0;
    }

        .my-cart > .btn:hover {
            background: none;
            color: black;
        }

    .my-cart #cart-count {
        position: relative;
        font-weight: 500;
        margin-left: 5px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        background: #e6e6e6;
        color: #222222;
        border-radius: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        display: inline-block;
        top: -2px;
    }

.my-cart-info span {
    display: block;
    text-align: left;
}

span.my-cart-title {
    font-size: 14px;
    color: gray;
    margin-top: 4px;
}

.my-cart-item {
    line-height: 22px;
}

    .my-cart-item i {
        font-size: 22px;
        line-height: 1;
        color: #222;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .my-cart-item:hover i {
        color: #40a944;
    }


.my-cart .dropdown-toggle::after {
    display: none;
}

.account-status {
    font-size: 14px;
    color: #222;
}

.dropdown-menu:before {
    width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-webkit-radius: 2px;
    -ms-zoom: 1;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: 25px;
    border-top: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5;
    background: #ffffff;
    content: "";
}

.cart-button-group {
    padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}

    .cart-button-group a {
        width: 100%;
        margin: 7px 0 7px 0 !important;
        text-transform: uppercase;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 500;
        background: #eef0f1 !important;
        display: block;
        text-align: center;
        line-height: 20px;
        margin-bottom: 0;
        padding: 13px 0px 11px;
        border: 1px solid #ededed !important;
        color: #222222;
    }

        .cart-button-group a.btn.btn-success:before,
        .cart-button-group a.btn.btn-primary:before {
            font-family: "font awesome 5 free";
            font-size: 12px;
            margin-right: 4px;
            font-weight: 600;
        }

        .cart-button-group a.btn.btn-success:before {
            content: "\f07a";
        }

        .cart-button-group a.btn.btn-primary:before {
            content: "\f2f6";
        }

        .cart-button-group a:hover {
            border-color: #40a944;
            background-color: #40a944 !important;
            color: #fff;
        }


.total-price {
    font-weight: 600;
    color: #1b7d1f;
    font-size: 16px;
    max-width: 90px;
    overflow: hidden;
}

.cart-title {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}

.cart-product-image {
    background: white;
    width: 25%;
    float: left;
}

    .cart-product-image img {
        max-width: 100%;
    }

.cart-product-title {
    width: 75%;
    float: left;
    padding: 0px 10px;
    font-size: 13px;
}

.cart-product-name {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.my-cart .dropdown-menu {
    width: 320px;
    right: 0;
    left: inherit !important;
    padding: 10px 15px;
    top: 0 !important;
    -moz-transform: translate3d(0px, 30px, 0px) !important;
    -ms-transform: translate3d(0px, 30px, 0px) !important;
    -o-transform: translate3d(0px, 30px, 0px) !important;
    -webkit-transform: translate3d(0px, 30px, 0px) !important;
    transform: translate3d(0px, 30px, 0px) !important;
}

    .my-cart .dropdown-menu:before {
        right: 35px !important;
        left: inherit;
    }

.cart-product-price {
    width: 100%;
    float: left;
}

.cart-total-products > ul {
    padding: 0;
    margin: 0;
}

    .cart-total-products > ul > .cart-product {
        display: block;
        width: 100%;
        float: left;
        padding: 12px 0px;
        border-bottom: 1px solid #e3e1e1;
        position: relative;
    }

        .cart-total-products > ul > .cart-product > a {
            display: block;
            float: left;
            width: 100%;
        }

        .cart-total-products > ul > .cart-product img {
            border: 1px solid #e1dede;
        }

.cart-total-products .remove {
    position: absolute;
    right: -15px;
    float: right !important;
    left: inherit;
    width: 35px !important;
    top: 35px;
}

.total-cart-price {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    text-align: right;
}

    .total-cart-price span {
        font-weight: 500;
        float: left;
    }

.header-middle-search {
    position: relative;
}

    .header-middle-search input {
        color: #222;
        font-size: 14px;
        height: 45px;
        border-radius: 30px;
        border: 1px solid #ededed;
        overflow: hidden;
    }

    .header-middle-search .search-button {
        background: #40a944;
        font-size: 20px;
        color: white;
        height: 100%;
        border-radius: 0;
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
        padding: 0px 19px;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 30px 30px 0;
        width: 60px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .header-middle-search .search-button:hover {
            background: #222222;
        }

        .header-middle-search .search-button i {
            line-height: 45px;
        }

.search-button i {
    color: #ffffff;
}

.twitter-typeahead {
    display: block !important;
    width: 100%;
}

.tt-menu {
    background: white;
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
}

.tt-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}

h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}

.account-title.mobile {
    width: unset !important;
    float: none !important;
    margin-left: 5px;
}

#user-login-modal input {
    height: 42px;
}

.user-menu > button {
    background: none;
    border: none;
    padding: 0;
    color: #222;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .user-menu > button:hover {
        color: #40a944;
    }

    .user-menu > button > span {
        font-size: 13px;
        display: inline-block;
        float: right;
    }

#user-menu-modal ul li {
    float: left;
    width: 33%;
    padding: 8px 5px;
}

    #user-menu-modal ul li a {
        color: #5d5b5b;
        font-size: 13px;
        display: block;
        border: 1px solid #f3f3f3;
        border-left: 0;
        line-height: 46px;
    }

    #user-menu-modal ul li:hover a {
        background: #1b7d1f;
        color: white;
    }

        #user-menu-modal ul li:hover a i {
            background: #0e6822;
            color: white;
        }

.rotate:hover i {
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#user-menu-modal ul li a i {
    background: #f3f3f3;
    width: 35px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    text-shadow: none;
    color: #424242;
    margin-right: 6px;
}

.favorite-list {
    float: right;
    display: block;
    margin-right: 20px;
}

    .favorite-list a {
        color: #222;
        display: inline-block;
        font-size: 22px;
        line-height: 1;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .favorite-list a:hover {
            color: #40a944;
        }

.header-bottom {
    padding-top: 24px;
}

    .header-bottom.sticky-active {
        display: block;
        padding-top: 0;
        position: fixed;
        z-index: 99;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 900ms;
        -moz-animation-duration: 900ms;
        -o-animation-duration: 900ms;
        animation-duration: 900ms;
        -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        -o-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -o-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-fill-mode: none;
        -moz-animation-fill-mode: none;
        -o-animation-fill-mode: none;
        animation-fill-mode: none;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
        border-bottom: 0;
    }

    .header-bottom .navbar {
        padding: 0;
        margin: 0;
    }

        .header-bottom .navbar .navbar-brand {
            margin: 0;
        }

.productbookmark-popup .product-item a, .overview-product .product-item a {
    cursor: pointer;
    z-index: 98;
}

.productbookmark-popup .product-image, .overview-product .product-image {
    min-height: inherit;
}
/* SMART KATEGORİ */
.categories-title {
    background: #1b7d1f;
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

    .categories-title i {
        color: white;
    }

    .categories-title .navbar-toggler {
        background: #5a9cd6;
        padding: 0px 12px !important;
        display: block;
        float: left;
        margin: 0px 15px 0px 0px;
        height: 55px;
        border-radius: 0;
        border: none;
    }

.proticaret-categories #navbarNav {
    width: 100%;
    float: left;
}

.categories-title .navbar-toggler span {
    height: 24px;
    background: none;
}

.proticaret-categories .n-category {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    width: 100%;
}

.proticaret-categories .mega-left > ul > li {
}

.proticaret-categories nav ul li:last-child {
    border-bottom: 0;
}

.proticaret-categories .mega-left ul > li > ul > li a {
    position: relative;
    padding: 0;
    line-height: 42px;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

.proticaret-categories .navbar-nav > li > a {
    line-height: 46px;
    padding: 0 10px !important;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #efefef;
}



.proticaret-categories ul > li > a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    font-size: 12px;
}

.proticaret-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #1b7d1f !important;
}

.proticaret-categories .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 25%;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    content: "\f105";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}

.proticaret-categories .navbar {
    border-top: 0;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.proticaret-categories .navbar-brand {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .categories-title .navbar-toggler {
        pointer-events: none;
        cursor: default !important;
    }

    .proticaret-categories .categories-title .navbar-toggler {
        pointer-events: none;
    }

    .proticaret-categories nav ul li .dropdown-menu {
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        opacity: 0;
        left: 100%;
        display: none;
        width: 700px;
        padding: 20px 10px;
        border: 1px solid #edebeb;
        box-shadow: 4px 4px 0px #0000000d;
    }

    .proticaret-categories nav ul li:hover .dropdown-menu {
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        left: 100%;
        top: 0;
        display: block;
    }

    .proticaret-categories .dropdown-menu:before {
        display: none;
    }

    .proticaret-categories .mega-left {
        width: 100%;
        float: left;
    }

    .proticaret-categories .mega-right {
        width: 100%;
        display: block;
        float: left;
    }

    .cat-image-box span {
        display: none;
    }

    .proticaret-categories .mega-left > ul > li {
        width: 33.33333%;
        margin-bottom: 15px;
        display: block;
        float: left;
        position: relative;
        padding: 0px 10px;
    }

    .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
        width: 100%;
    }

        .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul {
            display: none;
        }

    .proticaret-categories .mega-left > ul > li > a {
        font-weight: 500;
        line-height: 42px;
        border-bottom: 1px solid #f3f3f3;
        padding: 0;
    }

        .proticaret-categories .mega-left > ul > li > a:hover {
            background-color: unset !important;
        }

    .dropdown-item.active, .dropdown-item:active {
        color: inherit;
        background-color: unset !important;
    }
}
/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
.top-categories {
}
/* SMART ÜST KATEGORİLER SONU 
/* SMART KATEGORİ*/
/* SLIDER MODÜLÜ */
.slider li a img, .slider li a {
    display: block;
}

.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}

    .slider .owl-nav div {
        background: #ffffff !important;
        padding: 12px 15px !important;
        color: black !important;
    }

        .slider .owl-nav div:hover {
            background: #6daee6 !important;
            color: white !important;
        }

.sli-controls-disable .slider .owl-nav {
    display: none;
}

.sli-pager-style-1 .slider .owl-dots {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 10px;
}

    .sli-pager-style-1 .slider .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
        margin: 0 3px;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .sli-pager-style-1 .slider .owl-dots.owl-dot:hover,
        .sli-pager-style-1 .slider .owl-dots .owl-dot.active {
            background: #40a944;
            border-color: #40a944;
        }

        .sli-pager-style-1 .slider .owl-dots .owl-dot span {
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 0;
            height: 0;
        }

        .sli-pager-style-1 .slider .owl-dots .owl-dot span,
        .sli-pager-style-1 .slider .owl-dots .owl-dot.active span,
        .sli-pager-style-1 .slider .owl-dots .owl-dot:hover span {
            background: none;
        }

.sli-img {
}

.slider-description {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

    .slider-description .slider-desc-inner {
        max-width: 555px;
        width: 100%;
        float: left;
    }

    .slider-description h1 {
        font-size: 48px;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .slider-description h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .slider-description p {
        font-size: 16px;
        line-height: 22px;
        width: 80%;
        padding: 18px 0 39px;
        margin-bottom: 0;
    }

.slider-desc-inner h1 + p {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0;
}

.slider-description .indirim {
    font-size: 35px;
    color: #1b7d1f;
    font-weight: 600;
}

.slider-description .satin-al {
    font-size: 15px;
    font-weight: 400;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
    background: inherit;
    color: #fff;
    background: #40A944;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .slider-description .satin-al:hover {
        background: #222222;
    }

.active .slider-desc-inner h1,
.active .slider-desc-inner a,
.active .slider-desc-inner p {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    /*text-shadow: 0px 0px 1px #222;*/
}

    .active .slider-desc-inner h1 + p {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

.active .slider-desc-inner p {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .slider-desc-inner a {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}


/* SLIDER MODÜLÜ SON */


/*GÖRSEL ÜSTÜ YAZI MODÜLÜ (img with text)*/

.imgText-img-container {
    overflow: hidden;
}

    .imgText-img-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        min-height: 350px;
    }

.imgText-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 55px 0 60px;
}

.imgText-item {
    position: relative;
    width: 100%;
}

    .imgText-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .imgText-item a:hover {
            color: initial;
        }

.imgText-desc p {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #40A944;
    margin-bottom: 9px;
    text-transform: none;
}

.imgText-desc h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.imgText-desc h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

.imgText-desc span {
    font-size: 15px;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    display: inline-block;
    background: #40A944;
    color: #fff;
    border-radius: 10px;
    margin-top: 45px;
}


/*GÖRSEL ÜSTÜ YAZI MODÜLÜ SON (img with text)*/


/* MARKA SLIDER BAŞLANGIÇ */
.brand-image a {
    padding: 8px 30px;
}
/* MARKA SLIDER SON */
/* TOP10 FULLWIDTH BAŞLANGICI */
.product-slider-container {
}

.module-hide-title .product-slider-title {
    display: none;
}

.product-slider-title {
    margin-bottom: 24px;
    text-align: center;
}

    .product-slider-title h3 {
        /*padding: 0px 30px;*/
        color: #222;
        /*letter-spacing: 0.4px;*/
        font-size: 32px;
        line-height: 35px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 0;
        text-transform: capitalize;
        padding-bottom: 0;
    }

.product-slider .owl-nav {
    /*position: absolute;
    top: -70px;
    right: 0;
    margin: 0 !important;*/
}

    .product-slider .owl-nav .owl-prev,
    .product-slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 36px !important;
        background: none !important;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

        .product-slider .owl-nav .owl-prev i,
        .product-slider .owl-nav .owl-next i {
            color: #777;
            -moz-transition: all 300ms;
            -o-transition: all 300ms;
            -webkit-transition: all 300ms;
            transition: all 300ms;
        }

    .product-slider .owl-nav .owl-next {
        /*content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;*/
        right: -4%;
    }

    .product-slider .owl-nav .owl-prev {
        left: -4%;
    }

.product-slider:hover .owl-nav .owl-prev,
.product-slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.product-slider .owl-nav .owl-prev:hover i,
.product-slider .owl-nav .owl-next:hover i {
    color: #40a944;
}

.product-slider:hover .owl-nav .owl-next {
    /*content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;*/
    right: -5%;
}

.product-slider:hover .owl-nav .owl-prev {
    left: -5%;
}

.product-slider .owl-nav div {
    background: #ffffff !important;
    padding: 5px 10px !important;
    color: black !important;
    font-size: 15px !important;
    margin: 0px 0 0 5px !important;
}

.product-slider .module-title {
    border-bottom: 2px solid #1b7d1f;
    position: relative;
}

.product-item {
    z-index: 99;
    background-color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.product-slider li {
}

.product-slider .nav-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 16px;
}

    .product-slider .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
    }

    .product-slider .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 28px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500;
        color: #222222;
        border: 1px solid transparent;
        padding: 0 20px;
        border-radius: 20px;
    }

        .product-slider .nav-tabs .nav-link.active {
            color: #40a944;
            border-color: #40a944;
        }

        .product-slider .nav-tabs .nav-link:hover {
            border-color: #40a944;
        }


.product-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    text-align: center;
    min-height: 100px;
    padding: 0;
}

.product-item .user-visit {
    position: absolute;
    top: 0;
    margin: 0px auto;
    text-align: center;
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    left: 0;
    width: 34px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 16px;
}

    .product-item .user-visit i {
        line-height: 34px;
    }

.orderCount {
    position: absolute;
    left: 0;
    z-index: 97;
    bottom: 12px;
    right: 0;
    display: none;
}

    .orderCount span {
        z-index: 97;
        background: #f0f3f7;
        padding: 8px 18px;
        border-radius: 0px 16px;
        top: 15px;
    }

.product-multi-image .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    margin: 0px auto;
    z-index: 9;
    position: relative;
    filter: brightness(0.95);
}

/*.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.new-product {
    top: 15px;
    left: 24px;
    color: black;
    background: #f9f9f9;
}

.discount-rate {
    color: white;
    background: #40a944;
    top: 15px;
    right: 24px;
}

.discount-rate, .new-product {
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 9999;
    text-align: center;
}

    .discount-rate:after, .new-product:after {
        position: absolute;
        font-size: 22px;
        top: 12px;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .new-product:after {
        right: 10px;
        color: #f9f9f9;
    }

    .discount-rate:after {
        left: 10px;
        color: #40a944;
    }

    .new-product span {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.6px;
    }

.product-name {
    height: 65px;
    overflow: hidden;
}

    .product-name a {
        font-size: 15px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

/*.product-price {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
}*/

.product-info {
    padding: 10px 15px;
    text-align: center;
}

.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
}

.product-rating span {
    display: inline-block;
    color: #c0c3c6;
    line-height: 26px;
    position: relative;
    top: 1px;
    left: 5px;
}

.product-rating {
    margin-bottom: 10px;
}

.product-price > div {
    display: inline-block;
    padding: 0px 5px;
}

.cart-content .product-price > div {
    display: block;
}

.cart-content td.product-name {
    max-width: 390px;
    height: auto;
}

.cart-content .quantity-changer {
    right: 3px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-content td {
    vertical-align: middle;
    text-align: center;
}


.product-price .price {
    font-size: 17px;
    color: #40a944;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #222;
}

.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
}

.rate {
    text-align: center;
    z-index: 99;
    position: relative;
    background: white;
}

ul.stars {
    width: 75px;
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}

    ul.stars li {
        display: inline-block;
        text-align: center;
        color: #C5C5C5;
        padding: 2px 0px;
        font-size: 11.5px;
    }

.rate img {
    width: auto !important;
    display: inline-block !important;
}

.product-item .product-image .action-hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background: #ffffff;
    padding: 4px 7px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

    .product-item .product-image .action-hover ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .product-item .product-image .action-hover li {
        margin-right: 4px;
    }

        .product-item .product-image .action-hover li a {
            font-size: 16px;
            display: inline-block;
            width: 33px;
            height: 33px;
            line-height: 36px;
            text-align: center;
            background: #fff;
            border-radius: 50%;
            -moz-transition: all 250ms;
            -o-transition: all 250ms;
            -webkit-transition: all 250ms;
            transition: all 250ms;
        }

            .product-item .product-image .action-hover li a:hover {
                color: #fff;
                background-color: #40a944;
            }

.product-item:hover .product-image .action-hover {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    z-index: 10;
}

/*.product-item:hover .product-image .action-hover {
    opacity: 1;
    right: 15px;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}*/

.product-image .action-hover ul li div {
    /* display: none;
     */
}

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

.product-image .action-hover ul li div span {
    border-radius: 0px;
    padding: 7px 13px 5px 13px;
}

/*.product-image .action-hover li {
    display: inline-block;
    width: 100%;
    border: 0;
    border-right: 0;
    background: #252424d9;
    border-bottom: 1px solid #6b6767;
}*/

/*.product-image .action-hover li:last-child {
        border-bottom: 0;
    }*/

/*.product-image .action-hover li a {
        padding: 0px 8px;
        position: relative;
        font-size: 13px;
        color: #fffcfc;
        line-height: 43px;
        cursor: pointer;
        height: 43px;
        display: block;
    }*/

.product-image .action-hover li a i {
    line-height: 35px;
    font-size: 13px;
    color: #222;
}

.product-image .action-hover li:last-child {
    border-right: 0;
}

.product-image .action-hover li .alert-error {
    line-height: 43px;
    cursor: move;
}

    .product-image .action-hover li .alert-error i {
        margin-right: 5px;
        background: white;
        color: #f94646;
        width: 23px;
        height: 23px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
    }

.product-image .action-hover ul li div span span, .product-image .action-hover li a span {
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.50px;
    padding: 0px 20px;
    position: absolute;
    bottom: 100%;
    color: rgba(0,0,0,0);
    background-color: rgba(255, 194, 41,0);
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    right: 0;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    display: none;
}

.product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
}

.product-image .action-hover ul li div span:hover span, .product-image .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-image .action-hover ul li div span:hover span:before, .product-image .action-hover ul li a:hover > span:before {
        color: rgb(255, 126, 0);
    }

.product-image .action-hover ul li div span i {
    padding-right: 0px;
}

.product-image .action-hover li div:hover, .product-image .action-hover li a:hover {
    background: white;
}

    .product-image .action-hover li a:hover i {
        color: #fff !important;
    }

.product-slider .slide-style-2 .product-image {
    width: 120px;
    float: left;
    min-height: 0;
    overflow: visible;
}

.product-slider .product-item:hover .slide-style-2 .product-image .action-hover {
}

.product-slider .slide-style-2 .product-item .product-image .action-hover {
    left: calc(100% + 15px);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.product-slider .slide-style-2 .product-image img.lazy {
    min-height: 0;
}

.product-slider .slide-style-2 .product-info {
    position: relative;
    width: calc(100% - 120px);
    float: left;
    margin-top: 0;
    padding-left: 16px;
    text-align: left;
}

.product-slider .slide-style-2 .discount-rate,
.product-slider .slide-style-2 .new-product {
    display: none;
}

.product-slider .slide-style-2 li {
    float: left;
    width: 100%;
}

.product-slider .slide-style-2.slitem-mb-16px li {
    margin-bottom: 12px;
}

.product-slider .slide-style-2.slitem-mb-16px .action-hover li {
    margin-bottom: 0;
}

.product-slider .slide-style-2 .product-price .price {
    float: left;
}

/* TOP10 FULLWIDTH BAŞLANGICI */
/* POSTER ICONS BAŞLANGICI */
.icon-container {
    border-radius: 9px;
}

    .icon-container a i {
        font-size: 34px;
        line-height: 55px;
    }

    .icon-container > div {
        padding-left: 0 !important;
    }

    .icon-container img {
        float: left;
        margin-right: 10px;
        width: auto !important;
    }

    .icon-container h3 {
        font: 500 14px/24px;
        margin-top: 6px;
        margin-bottom: 0;
        color: #484848;
    }
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container img {
    max-width: 100%;
    height: auto;
}
/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */

.category-navigation {
    padding: 12px 0 !important;
}

.sidebar {
    padding: 0;
    float: left;
    width: 100%;
}

.sidebar-item {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    /*padding: 10px 18px;*/
}

    .sidebar-item h6 {
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px;
        border-bottom: 1px solid #ededed;
    }

.cat-size {
    float: left;
    width: 100%;
}

    .cat-size ul li {
        float: left;
        width: 50%;
    }

.categories ul li {
    line-height: 32px;
}

    .categories ul li a {
        font-size: 14px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}

.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

.sidebar .check-list ul li label:before {
    top: 6px;
}

.cat-review {
    padding: 0px 15px;
}

.cat-price {
    text-align: left;
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb !important;
    padding: 30px 30px;
    border-radius: 3px;
}

.cat-color ul li {
    display: inline-block;
    padding: 2px;
}

    .cat-color ul li label img {
        width: 35px;
        height: 35px;
    }

.cat-color .check-list ul li label {
    position: relative;
    padding: 0;
}

.check-list ul li label input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.cat-color .check-list ul li label:before, .cat-color .check-list ul li label:after {
    display: none;
}

.cat-color .check-list ul li label span {
    display: none;
}

.check-list ul > li label, .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #222;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.check-list ul > li:hover label,
.radio-list ul > li:hover label {
    color: #40a944;
}

.radio-list ul > li > label input[type="radio"] {
    display: none;
}

.radio-list ul > li > label img {
    padding-left: 20px;
    margin-bottom: 10px;
}

.cat-color .check-list ul > li label, .radio-list ul > li label {
    padding: 0;
    font-weight: 900;
}

.cat-color .check-list ul > li > label input, .check-list ul > li > span input, .cat-color .radio-list ul > li > label input {
    display: none;
}

.check-list ul > li > label:before,
.radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.check-list ul > li:hover > label:before,
.radio-list ul > li:hover > label:before {
    border-color: #40a944;
}



.cat-color .check-list ul > li > label:before, .cat-color .radio-list ul > li > label:before {
    display: none;
}

.cat-color .check-list ul > li > label.select:after, .cat-color .radio-list ul > li > label.select:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0 !important;
    line-height: 35px;
    text-align: center;
    content: "\f00c";
    font-family: 'font awesome 5 free';
}

.check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after {
    display: inline-block;
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: inherit;
    text-align: center;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #222;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/*.check-list ul > li:hover > label.select:after,
.radio-list ul > li:hover > label.select:after {
    color: #40a944;
}*/

.tabs-navigation {
    margin-bottom: 12px;
}

    .tabs-navigation ul {
        margin: 0;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.view-options li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

    .view-options li:last-child {
        margin-right: 0;
    }

    .view-options li i {
        color: #c4c4c4;
        font-size: 20px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .view-options li:hover i, .view-options li.tab-active i {
        color: #222;
    }

.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: white;
    max-width: 100%;
}

.one-content .product-image {
    width: 260px;
    float: left;
    overflow: hidden;
    margin: 0;
}

.one-content .product-info {
    width: calc(100% - 260px);
    float: left;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.one-content .product-price .price,
.one-content .product-price > div {
    padding-left: 0;
}

.one-content .product-rating {
    display: none;
}

.one-content .product-name {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.product-short-desc {
    display: none;
}

.one-content .product-short-desc {
    display: block;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 22px;
}

.action-under-desc {
    display: none;
}

.one-content .action-under-desc {
    display: block;
}

    .one-content .action-under-desc ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .one-content .action-under-desc ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .one-content .action-under-desc ul li a {
                font-size: 16px;
                display: inline-block;
                text-align: center;
                background: #fff;
                border-radius: 50%;
                width: 42px;
                height: 42px;
                border: 1px solid #ededed;
                line-height: 42px;
                -moz-transition: 300ms;
                -o-transition: 300ms;
                -webkit-transition: 300ms;
                transition: 300ms;
            }

                .one-content .action-under-desc ul li a:hover {
                    background: #40a944;
                    border-color: #40a944;
                    color: #fff;
                }

                .one-content .action-under-desc ul li a.add-to-cart {
                    padding: 0 30px;
                    height: 42px;
                    line-height: 40px;
                    background: #222;
                    color: #fff;
                    border-radius: 30px;
                    width: inherit;
                    font-size: 14px;
                    font-weight: 600;
                    text-transform: capitalize;
                    border-color: #222;
                }

                    .one-content .action-under-desc ul li a.add-to-cart:hover {
                        background: #40a944;
                        border-color: #40a944;
                    }



.one-content .product-container, .two-content .product-container {
    float: left;
    -ms-flex: inherit !important;
    -webkit-flex: inherit !important;
    flex: inherit !important;
    max-width: none !important;
}

.one-content .product-container {
    width: 100% !important;
}

/*.one-content .product-item .action-hover {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    bottom: 0;
    transform: translateX(0);
    right: auto;
    left: 100%;
    top: auto;
}*/

.one-content .product-item .action-hover li:first-child {
}

.two-content .product-container {
    width: 50% !important;
}

.user-cart {
    position: absolute;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}

.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #1b7d1f;
    color: white;
}

.product-container .product-image .product-second-image {
    /* opacity:0;
     */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.product-container .product-image:hover .product-first-image {
    /*opacity:0*/
}

.product-container .product-image:hover .product-second-image {
    opacity: 1;
}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: -1;
}

.product-item:hover .product-hover {
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #3c3a3a;
    margin-bottom: 8px;
    padding: 8px 4px;
    background: #f3f3f3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 85px;
}

    .product-label ul li i {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.false {
    display: none !important;
}

.product-hover {
}

.product-label-category {
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
    z-index: 99;
}

    .product-label-category li {
        display: inline-block;
        padding: 0px 2px;
    }

        .product-label-category li a {
            width: 26px;
            height: 26px;
            border: 1px solid #ededed;
            border-radius: 50%;
            background: #f0f3f7;
        }

            .product-label-category li a i {
                line-height: 26px;
                font-size: 12px;
            }

.total-stock {
    text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}

#pagecountdiv {
    display: block;
}

ul.pagination {
    border: 1px solid #e5e5e5;
    justify-content: center;
    padding: 0 10px;
}

    ul.pagination li {
        margin: 8px 0;
    }

        ul.pagination li span {
            cursor: pointer;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #f1f1f1;
            border-radius: 3px;
            margin-left: 3px;
            color: #222;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            ul.pagination li span:hover {
                background: #f1f1f1;
            }

        ul.pagination li:first-child span {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

        ul.pagination li:last-child span {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }

        ul.pagination li span.select {
            background: #40a944;
            color: #fff;
        }

        ul.pagination li:hover span {
            background: #40a944;
            color: #fff;
        }

.pagination .quantity {
    margin-top: 25px;
}

.dataPager span, .dataPager a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.category-page .wp-tab {
    float: left;
    width: 100%;
}

    .category-page .wp-tab #view-content {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .category-page .wp-tab #best-products,
        .category-page .wp-tab #view-content #pagecountdiv {
            float: left;
            width: 100%;
        }

/* VİTRİN MODÜLÜ SONU */
/* ÜRÜN DETAYI BAŞLANGICI */
.product-page-center {
    color: #222;
    float: left;
}

.cargo-time {
    padding: 15px;
    margin: 12px 0;
    background-color: white;
    float: left;
    width: 100%;
}

    .cargo-time span.cargo-header {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        font-weight: 600;
        color: #666;
    }

        .cargo-time span.cargo-header i {
            margin-right: 5px;
            font-size: 20px;
        }

    .cargo-time .cargotime-info {
        margin-top: 4px;
        font-size: 12px;
        color: #444444;
        margin-bottom: 8px;
    }

.product-media-view {
    margin-bottom: 8px;
}

    .product-media-view ul li {
        margin-right: 4px;
    }

        .product-media-view ul li a {
            font-weight: 500;
            font-size: 16px;
            padding: 8px 12px;
            display: inline-block;
            max-width: 33.3333%;
            border: 2px solid #565657;
            border-radius: 6px;
            background: transparent;
            transition: 350ms;
        }

            .product-media-view ul li a i {
                margin-right: 6px;
            }

            .product-media-view ul li a:hover {
                background: #40A944;
                border-color: #40A944;
                color: white;
            }


/* Product Detail Count Down */
.product-page .countdown-wrapper {
    float: left;
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid #e8e7e7;
}

    .product-page .countdown-wrapper .countdown-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #40A944;
        font-weight: 600;
    }

    .product-page .countdown-wrapper #pd-countdown {
        float: left;
        width: 100%;
    }

        .product-page .countdown-wrapper #pd-countdown .time {
            float: left;
            width: 100%;
            text-align: center;
        }

        .product-page .countdown-wrapper #pd-countdown .time-item {
            display: inline-flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            line-height: 1;
            width: 60px;
            height: 60px;
            margin: 12px 6px;
            border-radius: 50%;
            font-size: 14px;
            font-weight: 500;
            background: #40A944;
            color: white;
        }

            .product-page .countdown-wrapper #pd-countdown .time-item span {
                display: block;
                float: left;
                text-align: center;
                width: 100%;
                margin: 0;
                line-height: 1;
            }

/* Product Detail Count Down End */
.prd-images img {
    width: 100% !important;
    object-fit: contain;
}

/*.product-page-center {
    background-color: #f9f9f9;
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    color: #7b7b7b;
    float: left;
}*/

.product-name-detail {
    font-size: 22px;
    font-weight: 400;
    color: black;
    padding-right: 70px;
}

.product-title {
    padding-top: 6px;
    padding-bottom: 10px;
}

ol.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    margin: 0px 8px;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding-left: 0;
    padding: 0;
}

    ol.breadcrumb li:last-child a:after {
        display: none;
    }

.product-detail-edit {
    text-align: right;
}

.product-navigation .next,
.product-navigation .prev {
    float: left;
}

    .product-navigation .next a,
    .product-navigation .prev a {
        display: inline-block;
        background: #40A944;
        border-radius: 3px;
        color: #ffffff;
        display: block;
        font-size: 15px;
        height: 30px;
        width: 30px;
        text-align: center;
        margin-left: 3px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .product-navigation .next a i,
        .product-navigation .prev a i {
            line-height: 30px;
        }

        .product-navigation .next a:hover,
        .product-navigation .prev a:hover {
            background: #222222;
        }


.product-navigation {
    text-align: right;
    position: relative;
    bottom: -38px;
    z-index: 1;
}

.description {
    margin-bottom: 19px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 26px;
}

.overview-list .alert-success,
.overview-list-cont {
    padding: 8px 25px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 32px;
    background: #3e3e3e;
    color: #ffffff;
    font-size: 12px;
}

.product-social {
    background: white;
    font-size: 13px;
}

.product-label-detail {
}

.product-social ul {
    margin-bottom: 0;
}



    .product-social ul li {
        display: inline-block;
        float: left;
        margin-right: 8px;
    }

        .product-social ul li a {
            color: #fff;
            font-size: 12px;
            line-height: 24px;
            padding: 0 8px;
            border-radius: 3px;
            text-transform: capitalize;
            display: block;
            opacity: 1;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

        .product-social ul li i {
            margin-right: 8px;
        }

        .product-social ul li a:hover {
            opacity: .75;
        }

        .product-social ul li.facebook-button a {
            background: #3B5999;
        }

        .product-social ul li.twitter-button a {
            background: #1DA1F2;
        }

.product-label-detail ul li {
    padding-right: 5px;
    margin-top: 15px;
}

    .product-label-detail ul li a {
        background: white;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
    }

        .product-label-detail ul li a i {
            line-height: 35px;
        }

.rating-sprite {
    position: relative;
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-size: 13px 31px;
    height: 13px;
    width: 65px;
    float: left;
}

.rating-count {
    padding-left: 10px;
    position: absolute;
    right: -10px;
    line-height: 15px;
}

.add-comment {
    padding-left: 10px;
    font-size: 12px;
    float: left;
    line-height: 22px;
    cursor: pointer;
}

ul.product-comments {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

ul.product-price-list li .bold {
    font-weight: 700;
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

    ul.product-price-list li .bold:after {
        content: ":";
        position: absolute;
        right: 0;
        padding-right: 6px;
        font-weight: 400;
    }

ul.product-price-list {
    color: #222;
    background: white;
}

    ul.product-price-list li {
        line-height: 32px;
        float: left;
        width: 100%;
    }

li.featured-price {
    font-weight: 700 !important;
    font-size: 22px;
    color: #3a3b3c;
}

ul.product-price-list li > div {
    display: inline-block;
    float: left;
}

.price-title {
    width: 30%;
    font-size: 13px;
    min-width: 120px;
}

    .price-title:after {
        content: ":";
        float: right;
        padding-right: 6px;
    }

.price-label {
    position: relative;
}

.price-discount {
    display: inline-block;
    position: absolute;
    left: 120%;
    top: 0;
}

ul.product-price-list > li span.discount div {
    float: left;
    margin-right: 5px;
    background-color: #f9f9f9;
    padding: 0px 10px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 3px;
    color: #545353;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
}

ul.product-code {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #222;
    margin-bottom: 15px;
}

    ul.product-code li {
        display: inline-block;
        padding-right: 10px;
    }

        ul.product-code li span:first-child {
            font-weight: 600;
        }

.product-add {
    padding: 20px 0px;
    border-top: 1px solid #efefef;
    margin-left: 0;
    margin-right: 0;
}

    .product-add li {
        float: left;
    }

ul.pd-quantity-control-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    float: left;
}

.quantity-minus, .quantity-plus {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    top: 50%;
    right: 0;
    color: #222;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px;
}

    .quantity-minus i, .quantity-plus i {
        color: #222;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .quantity-minus:hover i, .quantity-plus:hover i {
        color: #40a944;
    }

.quantity-minus {
    left: 8px;
    right: auto;
}

.quantity-plus {
    right: 8px;
    left: auto;
}

li.quantity-text {
    margin-right: 8px;
}

li.quantity-piece {
    position: relative;
}

    li.quantity-piece input {
        width: 90px;
        margin-left: 0;
        text-align: center;
        border: 1px solid #ebebeb;
        background: none;
        height: 42px;
        padding: 0 12px;
        border-radius: 5px;
        max-width: 100%;
    }

.quantity-plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity-minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.add-to-cart-detail {
    display: inline-block;
    color: #ffffff !important;
    padding: 0 22px;
    border: 0;
    font-size: 16px;
    margin-left: 20px;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    min-width: 200px;
    background: #40a944;
    border-radius: 3px;
    text-align: center;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .add-to-cart-detail:hover {
        background: #3E444A;
    }



    .add-to-cart-detail:hover {
        background: #3e3e3e;
    }

.overview-list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .overview-list li {
        display: inline-block;
    }

        .overview-list li a {
            position: relative;
            color: #222;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            .overview-list li a:hover {
                color: #40a944;
            }

            .overview-list li a i {
                margin-right: 3px;
                width: 32px;
                text-align: center;
                background: #ffffff;
                height: 32px;
                line-height: 32px;
                font-size: 16px;
                border-radius: 50%;
            }


    .overview-list .btn-danger {
        font-size: 11px;
    }

    .overview-list li a span {
        display: none;
    }

    .overview-list li a:hover span {
        display: block;
        position: absolute;
        top: -36px;
        left: 0;
        right: 0;
        min-width: 144px;
        background: #3e3e3e;
        text-align: center;
        color: white;
        border-radius: 22px;
        padding: 5px 8px;
        font-size: 10px;
        margin: 0px auto;
    }
/** KARGO BAŞLANGIÇ **/
.cargo {
    margin-top: 20px;
}

ul.cargo-list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

    ul.cargo-list li:last-child {
        border: none;
    }

#afis-value select {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 6px 8px;
    margin-bottom: 18px;
    color: #636161;
    background: #f5f5f552;
}

#afis-value span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: black;
}

#afis-price {
    color: black;
    font-size: 20px;
}

    #afis-price label {
        margin-left: 5px;
    }
/** KARGO BİTİŞ **/
.alternatives {
    margin: 25px 0px;
}

.related-product-box {
    border: 2px solid #edecec;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.related-product-rating {
    margin: 10px 0px;
}

    .related-product-rating img {
        width: auto !important;
        display: inline-block !important;
    }

.related-product-pricebox > div {
    display: inline-block;
    padding-right: 5px;
}


.pr-alternatives {
    float: left;
    width: 100%;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    z-index: 1000;
    background-color: white;
    display: none;
}

    .pr-alternatives ul {
        width: 100%;
        float: left;
        padding: 5px 5px 5px 5px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .pr-alternatives ul li {
            float: left;
            display: inline-block;
            width: calc((100% / 7) - 5px);
            margin-right: 5px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            border-radius: 3px;
            box-shadow: 0 0 0 0 transparent;
            transition: 350ms;
        }

            .pr-alternatives ul li a {
                display: block;
                float: left;
                width: 100%;
            }

            .pr-alternatives ul li img {
                padding: 3px;
                object-fit: contain;
                max-width: 100%;
                width: 100%;
                float: left;
            }

            .pr-alternatives ul li:hover {
                border: 1px solid #40A944;
                box-shadow: 0 0 4px 1px #40A944;
            }

.product-item:hover .pr-alternatives {
    display: block;
    -webkit-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
}

/* PRODUCT ALTERNATIVES END  */
/*BEST SELLER PRODUCTS*/
.best-seller-products {
    padding-top: 10px;
}

    .best-seller-products ul.best-seller-products-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .best-seller-products ul.best-seller-products-list > li.related-product-box {
            width: 50%;
            float: left;
            border: none;
            position: relative;
            text-align: left;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

    .best-seller-products .order-number {
        width: 32px;
        height: 32px;
        line-height: 30px;
        border: 2px solid #eeeeee;
        font-family: 'open_sanssemibold';
        font-size: 15px;
        text-align: center;
        color: #c4c4c4;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .best-seller-products .related-product-content {
        float: left;
        width: 50%;
        padding: 0 40px;
    }

    .best-seller-products .related-product-images {
        padding: 3px;
        border: 2px solid #eeeeee;
        float: left;
        width: 50px;
    }

    .best-seller-products .related-product-pricebox, .best-seller-products .related-product-name {
        float: left;
        padding: 0 8px;
        width: calc(100% - 50px);
    }

        .best-seller-products .related-product-name a {
            display: block;
            float: left;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .best-seller-products .related-product-percent {
        float: left;
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .best-seller-products .related-product-percent-bar {
        width: calc(100% - 40px);
        float: left;
    }

        .best-seller-products .related-product-percent-bar span {
            font-size: 10px;
            padding: 0 8px;
        }

    .best-seller-products .related-product-popularity {
        width: 30px;
        text-align: center;
        float: left;
        font-size: 12px;
    }

        .best-seller-products .related-product-popularity i {
            font-size: 22px;
        }

        .best-seller-products .related-product-popularity .natural {
            color: gray;
            font-size: 10px;
        }

        .best-seller-products .related-product-popularity .increase {
            color: green;
        }

        .best-seller-products .related-product-popularity .decrease {
            color: red;
        }

/*BEST SELLER PRODUCTS end*/
.collapse-pd-list {
    width: 45px;
    background: #f6f6f6;
    text-align: center;
    margin-left: 15px;
    line-height: 45px;
    color: #2e2c2c;
    float: right;
}

    .collapse-pd-list:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

    .collapse-pd-list.collapsed:after {
        content: "\f067";
    }


.product-tabs .product-detail-tabs .tab-box {
    display: none;
    padding: 20px 30px 27px;
    border: 1px solid #ededed;
}

.product-tabs .product-detail-tabs #comment-products.tab-box a#lnklogin {
    padding: 6px 0;
}


.product-tabs .product-detail-tabs .tab-box:first-child {
    display: block;
}


.product-tabs .product-detail-tabs .tab-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-tabs .product-detail-tabs .tab-box h3 {
    font-size: 20px;
    font-weight: 400;
}

.product-tabs .product-detail-tabs .tab-box ul li {
    display: block;
    line-height: 2;
    color: grey;
}

.product-detail-tabs .tab-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #7a7676;
}

.product-tabs .tabs-navigation ul li {
    display: inline-block;
    margin-top: 20px;
}

    .product-tabs .tabs-navigation ul li a {
        display: block;
        float: left;
        text-transform: capitalize;
        font-size: 20px;
        color: #555;
        font-weight: 500;
        margin-right: 35px;
        line-height: 26px;
        position: relative;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .product-tabs .tabs-navigation ul li:hover a {
        color: #40a944;
    }


.product-tabs .tabs-navigation ul .tab-active a {
    color: #333333;
}

.variant-control dl {
    margin-bottom: 15px;
}

    .variant-control dl label {
        font-weight: 600;
        color: #5d5d5d;
        font-size: 13px;
    }

        .variant-control dl label img {
            width: auto;
            display: none;
        }

.checklist-container li label {
    margin-right: 20px;
    padding-bottom: 0;
}

.checklist-container li input {
    margin-right: 2px;
}

.variant-upload label {
    margin: 0px 5px;
    font-weight: 400 !important;
}

.product-tabs {
    margin-top: 35px;
    width: 100%;
}

.degree-bar-container {
    background: #f3f3f3;
    border-radius: 8px;
    width: 90%;
}

.shop-degree-bar-cont li {
    position: relative;
    height: 25px;
}

.shop-degree-bar {
    position: relative;
    background: #1b7d1f;
    height: 10px;
    border-radius: 8px;
}

.shop-degree-bar-cont li span {
    position: absolute;
    right: 0;
    top: -5px;
    font-weight: 300;
    color: #1b1a1a;
}

.taksit-list-container tbody {
    width: 100%;
}

td.taksit-list {
    border-top: 0;
}

.taksit-list-container td {
    border-bottom: 0;
    border-top: 0;
}

.productTags {
    border: 1px dashed #00000030;
    padding: 10px;
    border-radius: 15px;
    float: left;
    width: 100%;
}

    .productTags h4 {
        font-size: 18px;
    }

#ulProductTags li {
    float: left;
    margin: 5px 5px 0 0;
    padding: 2px 14px;
    background: #afafaf;
    border-radius: 10px;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    #ulProductTags li:hover {
        background: #40a944;
    }

    #ulProductTags li a {
        color: #fff;
    }

.product-page .widget-products .tabs-navigation {
    display: none;
}
/* ÜRÜN DETAYI SONU */
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ BAŞLANGICI */
.tekstil-modulu {
    border-top: 1px solid #e3e3e3;
}

    .tekstil-modulu .variant-box {
        margin-bottom: 20px;
    }

    .tekstil-modulu label {
        font-size: 16px;
        color: black;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.color-selector input {
    margin-right: 13px;
    margin-bottom: 8px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background-position: center center;
    outline: 1px solid #ccc;
}

    .color-selector input:hover {
        outline: 1px solid #40a944;
    }

    .color-selector input:focus,
    .color-selector input.selected {
        outline: 3px solid #40a944 !important;
    }

.size-selector .normal,
.size-selector .selected {
    margin-right: 12px;
    color: #222222;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .size-selector .normal.hover {
        color: #40a944;
    }

.size-selector .selected {
    color: #40a944;
}

.standarts {
    color: #2a2828;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

    .standarts i {
        margin-right: 8px;
    }

.size-selector .soldOut, .color-selector .selectedSoldOut, .size-selector .selectedSoldOut {
    background: #f1f1f1;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;
    box-shadow: none !important;
    border: none;
}

    .size-selector .soldOut:after, .color-selector .selectedSoldOut:before, .size-selector .selectedSoldOut:before {
        font-size: 36px;
        content: "X";
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        text-align: center;
        width: 100%;
        color: gray;
        opacity: 0.4;
    }

.soldOut, .selectedSoldOut {
    margin-right: 10px;
}

    .soldOut:focus, .selectedSoldOut:focus {
        outline: 0;
    }

.size-selector .soldOut {
    border: 1px solid transparent !important;
}

.color-selector .selectedSoldOut {
    border: 2px solid transparent !important;
}

.quantity-category {
    display: none;
}
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */
/* HESABIM SAYFALARI */
.static-content {
    border-top: 0;
    background: white;
    margin-top: 0 !important;
}

    .static-content p {
        line-height: 24px;
    }

    .static-content label {
    }

.account-menu ul > li {
    position: relative;
}

.user-address-box {
    padding: 15px;
    background: #f7f7f7;
    min-height: 200px;
    border: 1px dashed #dad7d7;
}

.new-address-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
}

.address-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.address-button {
    position: absolute;
    bottom: 12px;
    text-align: right;
    font-size: 12px;
}

    .address-button a {
        font-size: 13px;
        color: white !important;
    }

.address .tab-box {
    display: none;
}

    .address .tab-box:first-child {
        display: block;
    }

.address-tab-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px;
}

.date {
    position: relative;
}

.input-group div {
    right: 0 !important;
    left: inherit !important;
    top: 35px !important;
}

.input-group.date input + input {
    position: absolute;
    right: -4px;
    top: 0;
}

.input-group.date span {
    max-width: 100%;
    position: relative;
    width: 100%;
}

    .input-group.date span input {
        border: 1px solid #d6d6d6;
        padding: 8px;
        border-radius: 4px;
    }

tr.group.shopTitle {
    background: #f7f7f7;
}

.compareTable h5 {
    font-size: 14px;
    margin: 0;
}

.compareHeader {
    position: relative;
}

.compareEraseButton {
    position: absolute;
    right: 15px;
    top: 10px;
}

.TablePoints {
    position: relative;
}

.compareHeader h4 {
    margin-bottom: 28px;
    margin-top: 38px;
}

.compare-container {
    margin-top: 5px;
}

td.compareTd {
    vertical-align: top;
}

tr.compareProductShipping {
    height: 150px;
}

tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
    height: 50px;
}

tr.compareListAddCart {
    height: 61px;
}

tr.otherProperty {
    height: 67px;
}

ul.shop-degree img {
    width: auto;
    padding-right: 10px;
}

ul.shop-degree li strong {
    font-weight: 500;
    padding-right: 5px;
    font-size: 13px;
}

.star-ratings-sprite1 {
    width: 75px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    float: left;
}

.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 20px;
}

ul.customer {
    border: 1px solid #efeeee;
    padding: 6px 20px;
    background: #fdfdfd;
    font-size: 13px;
    border-bottom: 0;
    display: inline-block;
}

    ul.customer li {
        display: inline-block;
        padding-right: 15px;
        line-height: 35px;
    }

        ul.customer li i {
            display: inline-block;
            text-align: left;
            width: 20px;
        }


.comment-box {
    padding: 20px;
    border: 1px solid #efefef;
}

    .comment-box p {
        color: #252525 !important;
        font-size: 14px !important;
        margin: 10px 0px !important;
    }

    .comment-box li span {
        padding: 8px 0px;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
    }

.alternative-product-number {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.alternative-product-name a {
    font-size: 13px;
    color: black;
    padding-bottom: 10px;
}

.alternative-product-price, .alternative-product-old-price {
    display: inline-block;
    padding-right: 10px;
}

.alternative-product-old-price {
    text-decoration: line-through;
    color: #a3a2a2;
}

.alternative-product-price {
    font-weight: 500;
}

    .alternative-product-price .discount:after {
        line-height: 5px;
        font-family: 'fontawesome';
        content: "\f0dd";
        position: relative;
        top: -2px;
        margin-left: 5px;
    }

.form-control-file {
    border: 1px solid #ced4da;
    padding: 10px;
}

#account-menu {
    border: 1px solid #ece9e9;
    padding: 10px;
    border-radius: 6px;
}

    #account-menu > ul > li > a {
        font-weight: 500;
    }

    #account-menu > ul > li > ul {
        padding: 12px;
        border: 1px solid #eaeaea;
        margin-top: 10px;
    }

    #account-menu > ul > li {
        margin-bottom: 15px;
    }

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #efefef;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #1b7d1f;
        color: white;
    }

.balance_back {
    width: 50%;
}

.key_back {
    width: 50%;
}

.pbx_extensions {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.pbx_extensions_td {
    text-align: center;
    font-size: 24px;
    padding: 10px;
}

.pbxstyle1 {
    padding: 10px;
    width: 25%;
}

.pbxstyle2 {
    height: 150px;
    display: block;
    margin: 10px 0;
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .pbxstyle2 tbody {
        height: 150px;
        width: 100%;
    }

    .pbxstyle2 tr {
        height: 75px;
        width: 100%;
    }

.pbxstyle5 {
    align: center;
}
/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */

#user-login-modal a.btn-link {
    color: #40a944;
}

.register-col {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 37px 40px;
    text-align: left;
    overflow: hidden;
}

    .register-col .register-btn,
    .login-page input[type="submit"].btn-success {
        border: 2px solid #40a944;
        background: #40a944;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .register-col .register-btn:hover,
        .login-page input[type="submit"].btn-success {
            border: 2px solid #222;
            background: #222;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

.login-form .btn-link {
    padding: 0px 8px;
    font-size: 13px;
    color: #40a944;
}

.register-page, .login-page {
    /*border: 1px solid #f1f1f1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;*/
}

.register-form ul li {
    position: relative;
}

.register-form ul .form-group > label {
    display: none;
}

.register-form .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}

.register-form select.form-control {
    width: 100%;
    margin-bottom: 0;
}

.register-form .alert {
    padding-left: 10px;
}

.form-inner-title {
    margin-bottom: 30px;
    text-align: center;
}

.register-form .form-inner-title h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 36px;
}

.register-form .form-inner-title p {
    color: #666666;
    font-size: 15px;
}

.login-page .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.user-type tr {
    float: left;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
}

.user-type {
    padding: 8px 15px;
}

    .user-type tr input {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        opacity: 0;
    }

    .user-type label {
        margin-bottom: 0;
    }

.captcha label {
    display: block;
    font-size: 12.5px;
}

.user-type tr:last-child label {
    margin-right: 0;
}

.captha, .captha-2 {
    position: relative;
}

    .captha img, .captha-2 img {
        position: absolute;
        right: 3px;
        top: 3px;
        height: 32px;
        width: auto;
        border-radius: 4px;
        z-index: 97;
    }

    .captha-2 img {
        top: 31px;
    }

.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #40a944;
    color: white;
    border: 2px solid #40a944;
    border-left: 0;
}

    .register-btn:before {
        content: "\f234";
        font-family: 'font awesome 5 free';
        float: left;
        line-height: 42px;
        width: 56px;
        color: white;
        border-right: 1px solid #0000001c;
        font-weight: 900;
    }

    .register-btn:hover {
        background: #5c99d0;
        color: white;
    }

.privacy-popover {
    padding: 0px 5px;
    margin-top: -3px;
}

.facebook-register label {
    float: left;
}

    .facebook-register label a, .captcha label a {
        color: #307bbe;
        font-size: 13px;
        font-family: 'poppins';
        font-weight: 500;
    }

.facebook-register p {
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #efebeb;
    padding: 20px;
}

.register-icons li span {
    font-size: 32px;
    float: left;
    text-align: center;
    line-height: 50px;
}

.register-icons .icon-item {
    margin-bottom: 20px;
}

.register-icons .icon-content h3 {
    font-size: 15px;
    font-weight: 400;
}

.register-icons .icon-content p {
    font-size: 13px;
    color: #404040;
    line-height: 22px;
    font-weight: 300;
}

.register-icons .icon-content {
    padding-top: 5px;
}

ul.register-icons {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 25px 0px;
}

.title-type-4.mb-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */
/* İLETİŞİM SAYFASI */
.contact ul li {
    display: block;
    width: 100%;
    float: left;
    padding: 13px 0;
    border-top: 1px solid #ededed;
}

    .contact ul li i {
        width: 32px;
        height: 32px;
        margin: 0px auto;
        /*background: #f6f6f6;*/
        line-height: 32px;
        font-size: 18px;
        border-radius: 50%;
        color: #222222;
        text-align: center;
        float: left;
        margin-right: 15px;
        -webkit-column-break-before: 45px;
    }

    .contact ul li .inner-table {
        display: table;
    }

        .contact ul li .inner-table span {
            display: table-cell;
            vertical-align: middle;
        }

.dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"] {
    width: 18px;
    display: inline-block;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.contact-form-col input[type="text"].form-control,
.contact-form-col select.form-control {
    border: 1px solid #ededed;
    height: 45px;
    background: #ffffff;
    width: 100%;
    padding: 0 20px;
    color: #757575;
}

.contact-form-col textarea.form-control {
    height: 170px;
    border: 1px solid #ededed;
    background: #ffffff;
    resize: vertical;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    color: #222222;
}

.contact-form-col input[type="submit"] {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    border: none;
    background: #222222;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
}

    .contact-form-col input[type="submit"]:hover {
        background: #40a944;
    }

/* İLETİŞİM SAYFASI SON */
/* FOOTER BAŞLANGICI */
#footer {
    font-size: 14px;
    color: #222;
    /*padding-top: 55px;*/
}

#nav-menu-social {
    padding: 20px 0px;
}

.nav-footer-menu .nav-item > a.dropdown-toggle {
    font-weight: 600 !important;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.footer-social .navbar-nav {
    text-align: left;
    width: 100%;
    display: block;
}

.footer-social .nav-social-menu {
    padding: 0;
    margin-top: 15px;
}

.footer-social h3 {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.footer-social li {
    display: inline-block;
}

    .footer-social li a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        background: white;
        padding: 0;
    }

        .footer-social li a i {
            line-height: 40px;
            color: #343333;
        }

        .footer-social li a:hover {
            background: #303030;
        }

            .footer-social li a:hover i {
                color: white;
            }

.footer-cards {
    font-size: 35px;
}

    .footer-cards i {
        margin-left: 12px;
    }

.footerBottom {
    background: #40a944;
    padding: 29px 0;
    letter-spacing: 0.3px;
    margin-top: 30px;
    color: #fff;
}

    .footerBottom a {
        font-size: 14px;
        color: #fff;
    }

.footer_ref {
    text-align: right;
}

#newsletter-content h3 {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

#newsletter-content p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 100px;
    margin-bottom: 22px;
}

.news-inputs {
    position: relative;
    border: 1px solid #ededed;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
}

.newsletter-input {
    width: 100%;
    border: 0;
    background: none;
    padding: 0 120px 0 20px;
    height: 46px;
    font-size: 13px;
    color: #222;
    border-radius: 30px;
}

.add-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
    background: #40A944;
    color: #fff;
}

    .add-button:hover {
        background: #222222;
    }

.contact-us .footer-title {
    padding: 0;
    color: #1d1d1d;
    font-size: 16px;
    /* letter-spacing: 0.02em; */
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-us ul li a {
    padding-left: 0;
    line-height: 32px;
}

    .contact-us ul li a span {
        font-weight: 600;
        color: #222;
    }

.footer-newsletter {
    margin: 20px 0;
}

/* FOOTER SONU */




/* CALENDAR */
div[id*=calendar],
div[id*=calendar] table tbody tr:nth-child(1),
div[id*=calendar] table tbody tr:nth-child(1) td {
    background: #354052 !important;
    font-size: 12px !important;
    top: 37px !important;
    left: 35px !important;
}

    div[id*=calendar] table td {
        font-size: 12px !important;
        padding: 3px;
    }
/* CALENDAR */

.select-content select {
    height: 65px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    border: none;
    outline: 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: black;
    border-radius: 0;
    margin: 0;
    text-indent: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/right-arrow.png) no-repeat scroll top right white;
    -webkit-filter: brightness(1.02);
    filter: brightness(1.02);
    padding: 0 20px 0 0;
    min-width: 160px;
}

.spare-search {
    /*margin: 0px auto;*/
    position: relative;
    /*width: 16.666666%;*/
    /*float: left;*/
}

    .spare-search input {
        width: 100%;
        margin: 0px !important;
        box-shadow: none !important;
        padding: 0px !important;
        background: #ffffff !important;
        border: none !important;
        height: 65px !important;
        border-radius: 0 !important;
        text-indent: 25px;
        font-size: 14px !important;
        color: black !important;
    }

.filterButton {
    position: absolute;
    right: 0;
    top: 0;
    background: #1b7d1f;
    width: 50px;
    height: 65px;
    padding: 25px 0px;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.row.col-p-0 > div {
    padding-left: 0;
    padding-right: 0;
}


.top-notification-bar {
    background: #e32c2b;
    background: -moz-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e32c2b), color-stop(100%, #e32c2b));
    background: -webkit-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -o-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -ms-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: linear-gradient(to right, #e32c2b 0%, #e32c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32c2b', endColorstr='#e32c2b', GradientType=1 );
    padding: 0;
    position: relative;
}

    .top-notification-bar .alert-warning {
        background-color: transparent;
        border-color: transparent;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .top-notification-bar p {
        color: #fff;
        display: inline;
        font-size: 16px;
    }

    .top-notification-bar a {
        background-color: #40a944;
        border: 1px solid #40a944;
        color: #ffffff;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 600;
        height: 30px;
        line-height: 18px;
        margin-left: 15px;
        padding: 5px 20px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
    }

        .top-notification-bar a:hover {
            background: #222222;
            border: 1px solid #222222;
        }

    .top-notification-bar button.close {
        color: #fff;
        opacity: .8;
        font-size: 14px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.topbar-left .language:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    right: 0;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.3);
}


.top-categories {
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

    .top-categories > li {
        position: relative;
    }

        .top-categories > li > a {
            padding: 10px 0px;
            width: 100%;
        }

    .top-categories .mega-left > ul > li > a {
        padding: 0;
        line-height: 36px;
    }

    .top-categories > li .dropdown-menu {
        border: none;
        margin: 0;
        padding: 0 0 0 15px;
    }

    .top-categories .mega-left {
        padding-left: 15px;
    }

        .top-categories .mega-left ul:before, .dropdown-menu:before {
            display: none;
        }

    .top-categories > li > a > span > i {
        margin-right: 0px;
    }

    .top-categories .mega-left > ul > li > ul > li > a {
        line-height: 36px;
        padding: 0;
    }

    .top-categories .mega-left > ul > li > ul {
        padding-left: 15px;
    }

    .top-categories .mega-left > ul > li > a:before {
        content: "\f3be";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        margin-right: 8px;
        color: #bebdbb;
    }

    .top-categories .down-menu:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 16px;
        width: 30px;
        height: 25px;
        line-height: 25px;
    }

    .top-categories .mega-left .show > .down-menu:after {
        content: "\f106";
    }

    .top-categories .mega-left > ul > li {
        position: relative;
    }

    .top-categories .down-menu {
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
        text-align: center;
        padding: 0;
        background: #f3f3f3;
        color: #575555;
    }

    .top-categories > li > .dropdown-toggle::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        display: block;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        text-align: center;
        padding: 0;
        color: #222;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .top-categories > li.show > .dropdown-toggle::after {
        content: "\f106";
    }

.header-bottom .navbar-brand {
    display: none;
}


.top-categories {
    display: block;
    width: 100%;
}

    .top-categories > li > a {
        /*border-bottom: 1px solid #e6e6e6;*/
        padding: 0px 0px !important;
        line-height: 38px;
        display: block;
    }

        .top-categories > li > a > span > i {
            width: 30px;
            text-align: center;
        }

    .top-categories > li:last-child a {
        border-bottom: 0;
    }

.all-cats {
    position: relative;
    cursor: pointer;
}

    .all-cats.sub-active .navbar {
        position: absolute;
        top: 100%;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        display: block !important;
        visibility: visible;
        opacity: 1;
        z-index: 100;
        background: white;
        width: 100%;
        height: auto;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }



    .all-cats > span {
        display: block;
        font-size: 15px;
        width: 100%;
        background: #40a944;
        position: relative;
        cursor: pointer;
        height: 51px;
        border-radius: 10px 10px 0 0;
        color: white;
        padding: 16px 20px;
        font-weight: 500;
    }

        .all-cats > span:after {
            content: "\f078";
            font-family: 'font awesome 5 free';
            float: right;
            font-weight: 700;
        }

        .all-cats > span i {
            margin-right: 10px;
        }

    /*.all-cats > span:before {
                content: "";
                height: 6px;
                width: 100%;
                bottom: 100%;
                left: 0;
                border-radius: 20px 20px 0 0;
                background: #0f8db3;
                position: absolute;
            }*/

    .all-cats .navbar {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
        top: 100%;
    }

        .all-cats .navbar.navbar-light .navbar-nav .nav-link {
            color: #222;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            .all-cats .navbar.navbar-light .navbar-nav .nav-link:hover {
                color: #40a944;
            }

.top-categories > li > a:hover .dropdown-menu {
    display: block;
    opacity: 1;
    left: 100%;
}

.top-categories > li:hover .dropdown-menu {
    display: block;
    left: 100%;
    border: 0;
    top: 0;
}


.top-categories > li > .dropdown-menu {
    box-shadow: 8px 9px 0px #00000026;
    border-radius: 0;
    margin: 0;
    min-width: 700px;
}

    .top-categories > li > .dropdown-menu:before {
        display: none;
    }


    .top-categories > li > .dropdown-menu > .mega-left > ul > li {
        width: 33%;
        float: left;
        padding: 0px 15px;
        margin-bottom: 15px;
    }


        .top-categories > li > .dropdown-menu > .mega-left > ul > li.second-level .dropdown-submenu.dropdown-menu {
            float: left;
            position: static;
        }

    .top-categories > li > .dropdown-menu ul > li .down-menu {
        display: none;
    }

    .top-categories > li > .dropdown-menu > .mega-left > ul > li > a {
        line-height: 38px;
        border-bottom: 1px solid #e6e6e6;
        padding: 0;
        font-weight: 500;
        font-size: 14px;
    }

    .top-categories > li > .dropdown-menu ul > li > ul {
        position: unset !important;
        min-width: unset;
    }

        .top-categories > li > .dropdown-menu ul > li > ul > li {
            width: 100%;
            padding: 0;
        }


.top-categories .mega-left > ul > li > ul > li {
    position: relative;
}

.top-categories > li > .dropdown-menu > .mega-left > ul > li > ul > li > a {
    line-height: 38px;
}

.top-categories > li > .dropdown-menu ul > li > ul:before {
    display: none;
}


.topbar-social-right .navbar-nav {
    margin-left: auto;
    margin-right: -0.75rem;
}

.topbar-social-right .navbar.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
}

.topbar-social-right .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

.topbar-social-right .navbar-expand-lg .navbar-nav a.nav-link {
    color: #222;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .topbar-social-right .navbar-expand-lg .navbar-nav a.nav-link:hover {
        color: #40a944;
    }



.topbar-right ul.navbar-nav a.dropdown-toggle:after {
    border: none;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: inherit;
    content: "\f078";
    line-height: inherit;
    font-size: 10px;
    position: relative;
    bottom: -3px;
    right: -2px;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

#menu-topbar > ul > li > a {
    padding: 12px 18px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}



    #menu-topbar > ul > li > a:hover,
    #menu-topbar > ul > li > a:hover:after {
        color: #40a944;
    }


.px-105px {
    padding-left: 105px !important;
    padding-right: 105px !important;
}

.language.dropdown .dropdown-toggle:after,
.currency.dropdown .dropdown-toggle:after {
    border: none;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: inherit;
    content: "\f078";
    line-height: inherit;
    font-size: 10px;
    position: relative;
    bottom: -3px;
    right: -2px;
}

.border-grey {
    padding: 25px 0 23px;
    border: 1px solid #efefef;
    border-radius: 7px;
}

.xzoom-gallery4 {
    border: 2px solid transparent;
}

.xactive {
    border-color: #000 !important;
}

.irs-from,
.irs-to,
.irs-single,
/*.view-options li:hover i,*/
/*.view-options li.tab-active i,*/
.irs-bar {
    background: #40a944 !important;
}

.product-tabs .tabs-navigation {
    border: none;
    padding: 20px 30px 0;
}

    .product-tabs .tabs-navigation > ul {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding-bottom: 15px;
    }

.container {
    max-width: 1170px;
}

.header-mobile-button .mobile-menu-btn {
    font-size: 26px;
    width: 41px;
    height: 37px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #222222;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .header-mobile-button .mobile-menu-btn:hover {
        border: 1px solid #222222;
        color: #222;
    }

/* The side navigation menu */
.siteMobileSideNav {
    height: 100vh;
    width: 290px;
    position: fixed;
    z-index: 103;
    top: 0;
    bottom: 0;
    right: auto;
    left: -290px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    padding: 50px 15px 30px;
    overflow-y: auto;
    right: 0;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .siteMobileSideNav ~ .mobileMenuOverlay {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: #000;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .siteMobileSideNav.active {
        left: 0;
        visibility: visible;
        opacity: 1;
    }

        .siteMobileSideNav.active ~ .mobileMenuOverlay {
            visibility: visible;
            opacity: .5;
            z-index: 102;
        }

    .siteMobileSideNav .closeMobileMenuBtn a {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        width: 32px;
        height: 32px;
        display: block;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ededed;
        border-radius: 50%;
    }


.closeMobileMenuBtn {
    position: absolute;
    top: 10px;
    right: 13px;
}

    .closeMobileMenuBtn a {
        font-weight: 500;
        font-size: 32px;
        line-height: 32px;
    }


.billing-popup .static-content label {
    width: 100%;
}

.order-payment-section .tabs-navigation {
    display: block;
}



.overview-list-cont {
    position: relative;
    border: 0;
}

.overview-button-toggle {
    cursor: pointer;
}

.overview-list-dropdown {
    position: absolute;
    z-index: 999;
    border: 1px solid #e9e9e9;
    top: 39px;
    left: -10px;
    width: 160px;
    padding-top: 10px;
    background-color: #fff;
    display: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

    .overview-list-dropdown .overview-list-ul {
        background-color: #fff;
        overflow-y: auto;
        max-height: 155px;
        width: 100%;
        padding: 0px 10px;
    }

        .overview-list-dropdown .overview-list-ul li {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            padding-top: 10px;
            margin-bottom: 3px;
        }

            .overview-list-dropdown .overview-list-ul li input[type="checkbox"] {
                margin-right: 5px;
                float: left;
                margin-top: 0px;
                width: 13px;
                margin: 4px 0 0;
                line-height: normal;
            }

            .overview-list-dropdown .overview-list-ul li span {
                width: calc(100% - 13px);
                padding-left: 6px;
            }

            .overview-list-dropdown .overview-list-ul li.bBorder {
                border-bottom: 1px solid #e9e9e9;
            }

    .overview-list-dropdown #productFavoriteList > li {
        display: inline-block;
        width: 100%;
    }

        .overview-list-dropdown #productFavoriteList > li > input {
            float: left;
        }

        .overview-list-dropdown #productFavoriteList > li > span {
            float: left;
        }

            .overview-list-dropdown #productFavoriteList > li > span > a {
                width: 100%;
                margin-left: 3px;
            }

    .overview-list-dropdown .new-wish-list {
        padding: 10px;
    }

        .overview-list-dropdown .new-wish-list a i {
            width: auto;
            height: auto;
            line-height: normal;
            margin-right: 5px;
            margin-left: 3px;
            padding-right: 3px !important;
            font-size: 16px;
            color: inherit;
        }

        .overview-list-dropdown .new-wish-list a div {
            display: inline;
            color: inherit;
        }

    .overview-list-dropdown .new-wish-list-box {
        display: none;
    }

        .overview-list-dropdown .new-wish-list-box > input {
            width: 94%;
            margin: 0px 4px;
            border: 1px solid #ddd;
            outline: none;
            padding: 3px 0px 3px 3px;
            -webkit-transition: all 0.30s ease-in-out;
        }

        .overview-list-dropdown .new-wish-list-box .new-wish-list-btn {
            margin-bottom: 5px;
            text-align: center;
        }

            .overview-list-dropdown .new-wish-list-box .new-wish-list-btn > a {
                padding: 7px 14px;
                background-color: #f21822;
                color: #fff !important;
                font-size: 12px;
                width: 45%;
                margin: 0px auto;
                margin-top: 7px;
                cursor: pointer;
                border-radius: 3px;
                float: none;
            }


.allNotifyContainer {
    background-color: #FFF;
}

    .allNotifyContainer ul li {
        border-bottom: 1px solid #e9e9e9;
        float: left;
        width: 100%;
        padding: 10px;
    }

        .allNotifyContainer ul li a {
            float: left;
            width: 100%;
            display: block;
            color: #666;
        }

    .allNotifyContainer .allNotify {
        width: 100%;
    }

        .allNotifyContainer .allNotify > div {
            float: left;
        }

            .allNotifyContainer .allNotify > div > .mesageDate {
                color: #999;
                font-size: 11px;
                text-align: right;
                float: right;
            }

            .allNotifyContainer .allNotify > div:nth-child(2) {
                width: 95%;
                margin-top: 6px;
            }

                .allNotifyContainer .allNotify > div:nth-child(2) > div:nth-child(1) {
                    float: left;
                }

    .allNotifyContainer .notifyline {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        font-weight: bold;
        background: #eee;
        color: #fff;
        font-size: 14px;
        margin-right: 10px;
    }

        .allNotifyContainer .notifyline.nOrder {
            background: #6e6e30;
        }

        .allNotifyContainer .notifyline.nSupport {
            background: #e5b33a;
        }

        .allNotifyContainer .notifyline.nDispatch {
            background: #ffc229;
        }

        .allNotifyContainer .notifyline.nCampaign {
            background: #9a9acc;
        }

        .allNotifyContainer .notifyline.nStockAlarm {
            background: #d3d278;
        }

        .allNotifyContainer .notifyline.nPriceAlarm {
            background: #ce4453;
        }

.whatsapp-icon-button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    transform: rotate(0deg);
    z-index: 99;
}

    .whatsapp-icon-button a {
        background: #25d366;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    }

    .whatsapp-icon-button i {
        color: #fff;
        font-size: 34px;
    }

.collapse-pd-list {
    width: 45px;
    background: #f6f6f6;
    text-align: center;
    margin-left: 15px;
    line-height: 45px;
    color: #2e2c2c;
    float: right;
}


    .collapse-pd-list:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

    .collapse-pd-list.collapsed:after {
        content: "\f067";
    }
/* Bilgi Bankası*/
.kbmenu-title {
    background: #ff7f27;
    padding: 14px 20px;
    color: white;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#kbmenu #main_menu_container {
    border: 1px solid #ebebeb;
    /* padding: 15px; */
    border-top: 0;
    margin-bottom: 20px;
}

    #kbmenu #main_menu_container > .categories > ul > li {
        position: relative;
        padding: 0px 15px;
        background: transparent;
        transition: 300ms;
    }

        #kbmenu #main_menu_container > .categories > ul > li .sub-menubutton::after {
            position: absolute;
            right: 12px;
            top: 25%;
            border: none;
            padding: 0;
            margin: 0;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            content: "\f105";
            font-family: 'font awesome 5 free';
            font-weight: 900;
        }

        #kbmenu #main_menu_container > .categories > ul > li > a {
            line-height: 44px;
            font-size: 14px;
            font-family: 'raleway', sans-serif;
            border-bottom: 1px solid #e7e7e7;
            color: #343333;
            width: 100%;
        }

        #kbmenu #main_menu_container > .categories > ul > li > ul {
            position: absolute;
            position: absolute;
            left: 100%;
            top: 0;
            z-index: 999;
            background: #f3f3f3;
            min-width: 250px;
            visibility: hidden;
            opacity: 0;
            transition: 300ms;
        }

            #kbmenu #main_menu_container > .categories > ul > li > ul > li {
                padding: 5px 10px;
            }

        #kbmenu #main_menu_container > .categories > ul > li:last-child > a {
            border-bottom: 0;
        }

        #kbmenu #main_menu_container > .categories > ul > li:hover {
            background: #ececec;
        }

            #kbmenu #main_menu_container > .categories > ul > li:hover > ul {
                opacity: 1;
                visibility: visible;
            }

    #kbmenu #main_menu_container ul > li {
        width: 100%;
    }

        #kbmenu #main_menu_container ul > li:last-child {
            border-bottom: 0;
        }

#kbsearch .form-control {
    height: 38px;
}

#kbdetails {
    padding-bottom: 30px;
}

/* Bilgi Bankası Son */