﻿@charset "UTF-8";

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden !important;
    /*a {
        @extend %d-block;
        font-size: 13px;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        text-decoration: none;
    }*/
}

    body.modal-open header,
    body.modal-open .prd-images:after {
        z-index: auto;
    }

#pageBody {
    min-height: 350px;
}

#up {
    bottom: 70px;
    right: 30px;
    position: fixed;
    color: #000;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    display: none;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #fed700;
    padding: 8px 0px;
    font-size: 23px;
}

    #up:hover {
        background-color: #00bcd4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

a {
    text-decoration: none;
    color: #565657;
    font-size: 13px;
    transition: 300ms;
}

    a:hover {
        color: #fed701;
    }

.irs-bar,
.irs-from,
.irs-to,
.irs-single {
    background: #fed700;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

tr input {
    margin-right: 5px;
}

tr label {
    margin-right: 15px;
}

a.help {
    left: 15px;
    top: 15px;
    color: #2c2929;
    padding: 8px 0px;
    line-height: 22px;
}

    a.help i {
        font-size: 21px;
        margin-right: 5px;
        color: #303030;
    }

.postModule.flipInY {
    animation-name: flipInY;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.fancybox-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.clearFix:after {
    clear: both;
}

.clearFix:before,
.clearFix:after {
    display: table;
}

li {
    list-style: none;
}

.btn:focus {
    outline: none !important;
}

.module {
    min-height: 45px;
}
.custom-heading.module {
    min-height: 25px;
}

.caption-absolute {
    top: 35%;
    left: 85px;
}

.lazy:before {
    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;
    animation: spinner-border .75s linear infinite;
    top: 50%;
    bottom: 50%;
    margin: 0px auto !important;
    z-index: 1;
}

img.lazy {
    min-height: 150px;
    min-width: 80px;
    background-position: center;
}

.btn-primary:hover {
    background-color: #5881a5;
    border-color: #5881a5;
}

a.add-slide, a.add-tab, a.add-product-slider-tab {
    color: white !important;
}

.remove-tab, .remove-slide, .remove-product-slider-tab {
    color: white !important;
    margin-top: 25px;
}

.tabs-box, .accordion-box, .slider-box, .product-slider-box {
    margin-bottom: 90px;
}

.slide-box, .product-slider-box {
    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 {
        width: 50px;
        border: 1px solid white;
        height: 30px;
        border-radius: 4px;
        margin-left: 8px;
    }

    .slide-order h5, .product-slide-order h5 {
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
    }

.module-check-list {
    line-height: 26px;
}

    .module-check-list label {
        font-size: 13px;
    }

a.remove-image {
    right: 12px;
    bottom: 12px;
    background: rgba(44, 41, 41, 0.839);
    padding: 4px 8px;
    border-radius: 3px;
}

    a.remove-image:before {
        content: "\f2ed";
        margin-right: 5px;
    }

.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: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #171717;
}

.tipografi p {
    font-size: 13px;
    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 **/
#up {
    bottom: 70px;
    right: 30px;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    padding: 5px;
    cursor: pointer;
    z-index: 999999;
    background: #6eaee7;
    padding: 10px 0px;
    font-size: 18px;
    border-radius: 4px;
}

    #up:hover {
        background-color: #1c1d1d;
    }

/* FILTER MODULE */
.filter-module input, .filter-module select {
    line-height: 64px !important;
    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 ul li {
    padding: 0px 6px;
}

.filter-module input::placeholder {
    color: #1d1c1c;
}

.filter-button {
    background: #ff9803;
    border-radius: 4px;
    line-height: 64px;
    padding: 0px 26px;
    font-size: 18px;
    font-weight: 700;
}

/* FILTER MODULE */
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}

#htmlmodule .moduleContent {
    padding: 15px;
    border: 1px solid #efeded;
}

.title h1 {
    font-size: 15px;
    background: #f6f6f6;
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left !important;
}

.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;
        margin-right: 15px;
        line-height: 45px;
        color: #2e2c2c;
    }

.title-type-2 {
    border: 1px solid rgba(231, 231, 231, 0.619);
    font-size: 13px;
    padding: 0px 15px;
    background: rgba(246, 246, 246, 0.431);
}

    .title-type-2 span {
        line-height: 45px;
        font-size: 14px;
    }

.title-type-3 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    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;
        background: #f9f9f9;
        border-top-left-radius: 6px;
        top: -1px;
        left: -1px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
    }

.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
}

    .title-type-4 i {
        background: #f9f9f9;
        line-height: 42px;
        width: 60px;
        margin-right: 15px;
        border-right: 1px solid #f1f1f1;
    }

.title-type-5 {
    border-bottom: 1px solid #efefef;
}

    .title-type-5 span {
        padding-bottom: 7px;
        float: left;
        font-family: 'Dosis', sans-serif;
        font-size: 20px;
        font-weight: 700;
        position: relative;
    }

        .title-type-5 span:before {
            content: "\f0d8";
            left: 50%;
            bottom: 2px;
            margin-top: 0;
            margin-left: 0;
            color: #fed700;
            position: absolute;
            transform: translateX(-50%);
            font-family: 'font awesome 5 free';
            font-weight: 900;
            line-height: 0;
        }

        .title-type-5 span:after {
            border-bottom: 2px solid #fed700;
            padding-bottom: 13px;
            content: "";
            height: 1px;
            width: 100%;
            bottom: -2px;
            position: absolute;
            left: 0;
        }


.failed {
    bottom: 12px;
    right: 24px;
    color: #d84444;
}

.admin-edit-button {
    background: #545659;
    padding: 14px 16px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}

#admin-edit-layout .modal-body {
    padding: 0 !important;
}

.custom-header {
    text-decoration: none !important;
    color: black !important;
}

.edit-button {
    z-index: 98;
    right: 15px;
    background: #f6f6f6;
    box-shadow: none;
    color: black;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 9px;
}

.modal-header {
    background: #2c2929;
}

    .modal-header .close {
        color: #e9e9e9 !important;
        text-shadow: none;
    }

    .modal-header h5 {
        font-weight: 400;
        font-size: 16px;
    }

.theme-edit .modal-header {
    background: #2c2929;
}

.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;
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px;
}

.theme-edit-tabs li {
    width: calc(100% / 4) !important;
}

    .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 li:first-child a {
        border-top-left-radius: 9px !important;
    }

    .theme-edit-tabs li:last-child a {
        border-top-right-radius: 9px !important;
    }

.custom-menu ul li a i {
    color: white !important;
    margin-right: 0px !important;
    text-shadow: none !important;
}

.topbar {
    font-size: 14px;
    font-family: 'poppins';
    padding: 0;
    border-bottom: 1px solid #ededed;
}

.topbar-left li {
    display: inline-block;
    padding: 5px 0;
}

    .topbar-left li a {
        color: #999;
        padding: 0 10px;
    }

        .topbar-left li a i {
            margin-right: 5px;
        }

    .topbar-left li:first-child a {
        border-right: 1px solid #e6e3e3;
        padding-left: 0;
    }

#nav-menu-topbar {
    margin: 0 !important;
    padding: 0 !important;
    position: unset;
}

    #nav-menu-topbar button.navbar-toggler {
        padding: 10px 0;
    }

#menu-topbar > ul > li i {
    margin-right: 4px;
    font-size: 12px;
    color: #999;
}

#menu-topbar > ul > li {
    padding: 12px 0;
}

    #menu-topbar > ul > li > a {
        color: #3d3d3d;
        padding: 0px 15px !important;
        font-weight: 300;
        border-right: 1px solid #e6e3e3;
    }

.vertical {
    border: 1px solid #ebebeb;
}

    .vertical ul li a {
        border-bottom: 1px solid #e3e3e3;
        line-height: 54px;
        padding: 0px 20px !important;
        color: #5b5959;
        font-size: 14px;
    }

        .vertical ul li a:before {
            content: "\f35a";
            font-family: 'font awesome 5 free';
            font-size: 22px;
            margin-right: 8px;
            color: #e7e7e7;
        }

    .vertical ul li:hover a {
        background: #6eaee7;
    }

.currency ul,
.language ul {
    max-width: 200px;
    width: 150px;
    min-width: 0;
}

    .currency ul li a,
    .language ul li a {
        padding: 8px 20px;
        font-size: 13px;
        border-bottom: 1px solid #f1efef;
    }

.currency .btn,
.language .btn {
    background: none;
    font-size: 13px;
    color: #514f4f;
    padding: 11px 0px;
}

.language img {
    margin-top: 3px;
    margin-right: 5px;
}

.currency span {
    border-radius: 50%;
}

.language ul li a img {
    margin-right: 5px;
}

.my-cart > .btn {
    background: none;
    color: black;
}

    .my-cart > .btn:hover {
        background: none;
        color: black;
    }

.my-cart #cart-count {
    position: absolute;
    left: 19px;
    background: #fed700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    top: 0;
}

span.my-cart-title {
    font-size: 14px;
    color: gray;
    margin-top: 4px;
}

.my-cart-item {
    margin-right: 5px;
}

    .my-cart-item i {
        font-size: 28px;
    }

.dropdown-menu {
    min-width: 18rem;
}

    .dropdown-menu:before {
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        border-radius: 2px;
        zoom: 1;
        top: -7px;
        left: 25px;
        border-top: 1px solid #d6d5d5;
        border-left: 1px solid #d6d5d5;
    }

.cart-button-group {
    font-size: 12px;
}

    .cart-button-group a {
        font-size: 13px;
    }

.dis-grp {
    padding: 10px 0;
}

    .dis-grp .title3 {
        font-weight: 500;
        margin: 4px 0;
    }

    .dis-grp ul li {
        display: table-row;
        width: 33.33333333333333%;
        padding-right: 2%;
        margin-bottom: 5%;
    }

        .dis-grp ul li .dis-box {
            background-color: #f1f1f1;
            font-size: 12px;
            font-weight: bold;
            color: #313131;
            padding: 10px 0;
        }

            .dis-grp ul li .dis-box div.discount {
                font-weight: 400;
            }

            .dis-grp ul li .dis-box div.dis-box-price {
                font-size: 15px;
            }

        .dis-grp ul li .dis-grp-active {
            background-color: rgba(109, 190, 20, 0.83);
            color: #f5f5f5;
        }

.total-price {
    font-weight: 600;
    font-family: 'rubik';
    color: #6eaee7;
    font-size: 16px;
    max-width: 90px;
    margin-right: 10px;
}

.cart-title {
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}

.cart-product-image {
    width: 25%;
}

.cart-product-title {
    width: 75%;
    padding: 0px 10px;
    font-size: 13px;
}

.cart-product-name {
    max-width: 90%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.my-cart .dropdown-menu {
    max-width: 320px;
    left: inherit !important;
    padding: 10px 15px;
    top: 20px !important;
    transform: translate3d(0px, 40px, 0px) !important;
}

    .my-cart .dropdown-menu:before {
        right: 35px !important;
        left: inherit;
    }

.cart-total-products .remove {
    right: -15px;
    float: right !important;
    left: inherit;
    width: 35px !important;
    top: 35px;
    color: red;
}

.cart-total-products > ul > .cart-product {
    padding: 12px 0px;
    border-bottom: 1px solid #e3e1e1;
}

    .cart-total-products > ul > .cart-product img {
        border: 1px solid #e1dede;
    }

.total-cart-price {
    padding: 10px 0px;
    font-size: 15px;
}

    .total-cart-price span {
        font-weight: 500;
    }

.search-open-button {
    line-height: 43px;
    padding: 0px 14px;
}

    .search-open-button i {
        color: #696363;
        font-size: 19px;
    }

#search-modal .modal-header-free {
    position: absolute;
    right: 0;
    top: -21px;
    background: white;
    width: 45px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    #search-modal .modal-header-free button {
        text-align: center;
        width: 100%;
        line-height: 38px;
        /* background: #e72a2a; */
        z-index: 99;
        position: relative;
        opacity: 1;
        text-shadow: none;
        color: #252323;
        /* border-top-right-radius: 9px; */
    }

.header-middle-search input {
    color: #717070;
    font-size: 14px;
    border: 1px solid #d8d5d5;
    background: #fdfdfd !important;
    overflow: hidden;
    height: 54px;
    font-size: 13px;
}

.header-middle-search .search-button {
    background: #1d1d1d;
    color: #fff;
    height: 36px;
    padding: 0px 38px;
    line-height: 36px;
    position: absolute;
    right: 8px;
    top: 9px;
    border-radius: 0;
    font-size: 15px;
}

    .header-middle-search .search-button i {
        line-height: 36px;
    }

.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    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;
    color: #3d3d3d;
    padding: 12px 15px;
    transition: 300ms;
}

    .user-menu > button > span {
        font-size: 13px;
    }

#user-menu-modal ul li {
    width: 33%;
    padding: 8px 5px;
}

    #user-menu-modal ul li a {
        color: #5d5b5b;
        font-size: 13px;
        border: 1px solid #f3f3f3;
        line-height: 46px;
    }

    #user-menu-modal ul li:hover a {
        background: #6eaee7;
    }

        #user-menu-modal ul li:hover a i {
            background: #67a7e1;
        }

.rotate:hover i {
    transform: rotateX(360deg);
    transition: all 0.5s;
}

#user-menu-modal ul li a i {
    background: #f3f3f3;
    width: 35px;
    height: 47px;
    line-height: 47px;
    text-shadow: none;
    color: #424242;
    margin-right: 6px;
}

.favorite-list {
    margin-top: 8px;
    margin-bottom: 5px;
}

    .favorite-list a span {
        font-size: 13px;
        line-height: 15px;
    }

    .favorite-list > a i,
    .user-menu > button i {
        margin-right: 5px;
        color: #999;
        width: 15px;
        line-height: 18px;
    }

.mainMenu-right li a {
    padding: 12px 12px !important;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

    .mainMenu-right li a:hover {
        /*color: #c13b93;*/
    }

.productbookmark-popup .product-item,
.overview-product .product-item {
    min-height: inherit;
}

    .productbookmark-popup .product-item a,
    .overview-product .product-item a {
        cursor: pointer;
        z-index: 98;
    }

/* SMART KATEGORİ */
.categories-title {
    border-radius: 5px 5px 0 0;
    min-height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    font-family: 'rubik';
    font-weight: 400;
    background: #202020;
}

    .categories-title .navbar-toggler {
        padding: 0px 12px !important;
        display: block;
        float: left;
        margin: 0;
        height: 55px;
        border-radius: 0;
        border: none;
    }

.proticaret-categories .mega-left ul > li > ul > li a {
    line-height: 42px;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;
}

.proticaret-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}

.proticaret-categories .navbar {
    flex-flow: column;
}

.proticaret-categories .n-category {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    width: 100%;
    border-bottom: 0;
}

.proticaret-categories .navbar-nav > li > a {
    line-height: 46px;
    padding: 0 10px !important;
    font-size: 13px;
    border-bottom: 1px solid #efefef;
}

    .proticaret-categories .navbar-nav > li > a:hover {
        color: #fed700 !important;
    }

.proticaret-categories ul > li > a i {
    margin-right: 5px;
    width: 25px;
    font-size: 12px;
}

.proticaret-categories .dropdown-toggle::after {
    right: 12px;
    top: 25%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    content: "\f105";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}

.categories-title .navbar-toggler span {
    height: 20px;
    background: none;
}

.expand-category-link,
.expand-category-left-link {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 17px 18px;
    border-top: 0;
    cursor: pointer;
    font-weight: 500;
}

    .expand-category-link i,
    .expand-category-left-link i {
        width: 26px;
        text-align: center;
        color: #fed700;
    }

/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
.top-categories {
    /*display: block;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;*/
}

    .top-categories .nav-item .primary-level.single-col {
        width: 320px;
    }

        .top-categories .nav-item .primary-level.single-col > .mega-left > ul > li {
            width: 100%;
        }

    .top-categories .nav-item .primary-level > .mega-left > ul > li.second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
        padding: 0 0 0 10px;
        margin-bottom: 15px;
    }

    .top-categories > li {
        position: relative;
        /*.dropdown-menu {
            border: none;
            margin: 0;
            padding: 0;
            opacity: 0;
            transition: 0.3s all ease 0s;
            display: block;
            visibility: hidden;
            top: 150%;
            width: 800px;
            transform: scaleY(0);
            transform-origin: 0 0 0;
        }*/
    }

        .top-categories > li > a {
            position: relative;
            display: inline-block;
            color: #080808;
            text-decoration: none;
            font-weight: 500;
            font-family: "Rubik", sans-serif;
            font-size: 13px;
            width: 100%;
            padding: 14px 16px !important;
            /* display: block; */
            line-height: 1.5;
        }

            .top-categories > li > a span {
                padding: 8px 0px;
                border-bottom: 2px solid transparent;
                transition: 300ms;
            }

                .top-categories > li > a span i {
                    display: none;
                }

        .top-categories > li > .dropdown-toggle::after {
            margin-left: 0.255em;
            font-family: 'Font Awesome 5 Free';
            content: "";
            font-weight: 900;
            color: gray;
            border: none;
            vertical-align: middle;
            display: inline;
        }

        .top-categories > li > .dropdown-menu > .mega-left > ul > li {
            width: 33%;
            float: left;
            padding: 0px 15px;
            margin-bottom: 15px;
        }

        .top-categories > li > .dropdown-menu:before {
            display: none;
        }

        .top-categories > li:first-child a {
            padding-left: 0;
        }

        .top-categories > li:hover .primary-level {
            margin: 0;
            border: 0;
            border-radius: 0;
            opacity: 1;
            transition: 0.3s all ease 0s;
            visibility: visible;
            top: 100%;
            transform: scaleY(1);
            box-shadow: 1px 15px 26px -1px rgba(93, 93, 93, 0.27);
        }

/* SMART ÜST KATEGORİLER SONU
/* SMART KATEGORİ*/
/* SLIDER MODÜLÜ */
.slider .owl-nav {
    bottom: 75px;
    right: 50px;
}

    .slider .owl-nav div {
        background: #fff !important;
        padding: 12px 15px !important;
        color: #000 !important;
    }

        .slider .owl-nav div:hover {
            background: #202020 !important;
            color: #fff !important;
        }

.dots-numbered .slider .owl-dot:before {
    counter-increment: dots;
    content: "0" counter(dots);
    font-size: 18px;
    color: #4a4949;
}

.dots-numbered .slider .owl-dots .owl-dot.active span {
    background: #1ac981;
}

.dots-numbered .slider .owl-dots .owl-dot span {
    height: 4px !important;
    width: 30px !important;
}

.slider-pager-disabled .owl-dots {
    display: none !important;
}

.slider-description {
    top: 50%;
    left: 10%;
    max-width: 52%;
    text-align: center;
    transform: translateY(-50%);
}

    .slider-description h1 {
        margin: 0;
        color: #fed700;
        font-size: 43px;
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }

    .slider-description h2 {
        color: #3a3737;
        font-size: 26px;
        letter-spacing: -0.4px;
    }

    .slider-description p {
        font-size: 15px;
        line-height: 28px;
        color: #2b2b2c;
        margin-top: 0;
        font-weight: 300;
    }

    .slider-description .indirim {
        font-size: 35px;
        color: #6eaee7;
        font-weight: 600;
    }

    .slider-description .satin-al {
        display: inline-block;
        background: #202020;
        margin-top: 35px;
        color: #fff;
        border-radius: 32px;
        padding: 10px 24px;
        font-size: 14px;
        font-family: 'Dosis', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .slider-description .satin-al:hover {
            background: #fed700;
            color: #fff;
            /* border: 1px solid #fed700;*/
        }

/* SLIDER MODÜLÜ SON */
/* MARKA SLIDER BAŞLANGIÇ */
.brand-slider {
    padding: 16px 30px;
    border-radius: 14px;
}

    .brand-slider a {
        padding: 10px;
    }

/* MARKA SLIDER SON */
/* TOP10 FULLWIDTH BAŞLANGICI */
.product-slider-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #6eaee7;
}

    .product-slider-title h3 {
        background: #6eaee7;
        padding: 0px 30px;
        line-height: 55px;
        height: 55px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }

.product-slider .owl-nav {
    top: -70px;
    margin: 0 !important;
}

    .product-slider .owl-nav div {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0 0 0 5px !important;
    }

.product-slider .module-title {
    border-bottom: 2px solid #6eaee7;
}

.product-container {
    z-index: 0;
}

    .product-container:hover {
        z-index: 1;
    }

.product-item {
    /*border: 1px solid #e5e5e5;*/
    border-radius: 8px;
    z-index: 99;
    margin-bottom: 35px;
    box-shadow: 0px 7px 22px 0px transparent;
    transition: 300ms;
}

    .product-item:hover {
        box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
    }

.product-image {
    min-height: 100px;
    padding: 10px 10px 30px 10px;
}

.product-item .user-visit {
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    width: 34px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    z-index: 11;
}

    .product-item .user-visit i {
        line-height: 34px;
    }

    .product-item .user-visit i {
        line-height: 34px;
    }

.orderCount {
    z-index: 97;
    bottom: 12px;
}

    .orderCount span {
        z-index: 97;
        background: #f0f3f7;
        padding: 8px 18px;
        border-radius: 0px 16px;
        top: 15px;
        font-family: 'rubik', sans-serif;
    }

.product-image img {
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    z-index: 9;
}

.product-image:after {
    content: none;
    border-bottom: 1px solid #f2f2f2;
    height: 1px;
    width: 65%;
}

.discount-rate, .new-product {
    width: 60px;
    height: 28px;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 9999;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
}

    .discount-rate:after, .new-product:after {
        font-size: 22px;
        top: 18px;
        content: "\f0d7";
        font-weight: 900;
    }

.new-product {
    top: 15px;
    left: 24px;
    color: black;
    background: #fed700;
}

    .new-product:after {
        right: 10px;
        color: #fed700;
    }

.discount-rate {
    color: white;
    background: #f37059;
    top: 15px;
    right: 24px;
}

    .discount-rate:after {
        left: 10px;
        color: #f37059;
    }

.firsat-inline {
    padding: 2px 6px;
    background: red;
    font-size: 12px;
}

.product-name {
    height: 43px;
}

    .product-name a {
        font-size: 14px;
    }

.product-info {
    padding: 10px 15px;
}

    .product-info .product-mark-image img {
        max-width: 75px;
    }

.product-code-compare {
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}

.product-rating {
    margin-bottom: 10px;
}

    .product-rating span {
        font-family: 'rubik', sans-serif;
        color: #c0c3c6;
        line-height: 26px;
        top: 1px;
        left: 5px;
    }

.product-price > div {
    padding: 0px 5px;
}

.product-price .price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}

.cart-content td.product-name {
    max-width: 390px;
}

.rate-content {
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
}

.rate {
    z-index: 99;
}

ul.stars {
    width: 75px;
    left: 13px;
    z-index: 1;
}

    ul.stars li {
        color: #C5C5C5;
        padding: 2px 0px;
        font-size: 11.5px;
    }

.rate img {
    width: auto !important;
    display: inline-block !important;
}

.product-item .product-image .action-hover {
    z-index: 99;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    transform: translateY(-200px);
}

.product-item:hover .product-image .action-hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    transform: translateY(0px);
}

.product-image .action-hover ul li div {
    /* @extend %d-none;*/
}

    .product-image .action-hover ul li div span {
        border-radius: 0px;
        padding: 7px 13px 5px 13px;
    }

.product-image .action-hover li {
    display: inline-block;
    border-right: 0;
    padding: 2px;
}

    .product-image .action-hover li a {
        position: relative;
        font-size: 13px;
        color: #444;
        cursor: pointer;
        line-height: 35px;
        text-align: center;
        background: #fff;
        height: 35px;
        width: 35px;
        border-radius: 50%;
    }

        .product-image .action-hover li a i {
            line-height: 35px;
        }

    .product-image .action-hover li .alert-error {
        cursor: move;
        background: #ef4f4f !important;
    }

        .product-image .action-hover li .alert-error i {
            margin-right: 5px;
            color: #f94646;
            width: 23px;
            height: 23px;
            line-height: 25px;
            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;
        bottom: 100%;
        color: transparent;
        background-color: rgba(255, 194, 41, 0);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
    }

.product-image .action-hover ul li div span:hover,
.product-image .action-hover ul li a:hover {
    color: #fff;
    background: #fed700;
}

    .product-image .action-hover ul li div span:hover i,
    .product-image .action-hover ul li a:hover i {
        color: #fff !important;
    }


.product-image .action-hover li a:hover i {
    color: black !important;
}

/* TOP10 FULLWIDTH BAŞLANGICI */
/*PRODUCT ALTERNATIVES */
.alternatives {
    margin: 25px 0px;
}

    .alternatives.alternatives-basic .related-products .related-product-box {
        margin-right: 8px;
    }

.related-product-box {
    border: 2px solid #edecec;
    border-radius: 6px;
    padding: 10px;
}

.related-product-rating {
    margin: 10px 0px;
}

    .related-product-rating img {
        width: auto !important;
        display: inline-block !important;
    }

.related-product-pricebox > div {
    padding-right: 5px;
}

.pr-alternatives {
    top: calc(100% - 4px);
    z-index: 1000;
}

    .pr-alternatives ul {
        padding: 5px 5px 5px 5px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .pr-alternatives ul li {
            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 img {
                padding: 3px;
                object-fit: contain;
            }

            .pr-alternatives ul li:hover {
                border: 1px solid #6eaee7;
                box-shadow: 0 0 4px 1px #6eaee7;
            }

.product-item:hover .pr-alternatives {
    -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 ul.best-seller-products-list > li.related-product-box {
    width: 50%;
    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 {
    width: 50%;
    padding: 0 40px;
}

.best-seller-products .related-product-images {
    padding: 3px;
    border: 2px solid #eeeeee;
    width: 50px;
}

.best-seller-products .related-product-pricebox, .best-seller-products .related-product-name {
    padding: 0 8px;
    width: calc(100% - 50px);
}

    .best-seller-products .related-product-name a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.best-seller-products .related-product-percent {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.best-seller-products .related-product-percent-bar {
    width: calc(100% - 40px);
}

    .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;
    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*/
/* 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 {
        margin-right: 10px;
        width: auto !important;
    }

    .icon-container h3 {
        font: 500 14px/24px "Rubik",Helvetica,sans-serif;
        margin-top: 6px;
        color: #484848;
    }

/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container img {
    height: auto;
}

/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */
.category-navigation {
    padding: 12px 0 !important;
}

.sidebar {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.sidebar-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px 18px;
}

.categories ul li {
    line-height: 32px;
}

#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 {
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb !important;
    padding: 30px 30px;
    border-radius: 3px;
}

.cat-color ul li {
    padding: 2px;
}

    .cat-color ul li label img {
        width: 35px;
        height: 35px;
    }

    .cat-color ul li label input {
        height: 100%;
    }

.check-list ul li label input {
    height: 100%;
}

.check-list ul > li label,
.radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #444444;
    line-height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.radio-list ul > li > label img {
    padding-left: 20px;
    margin-bottom: 10px;
}

.cat-color .check-list ul > li label,
.radio-list ul > li label {
    font-weight: 900;
}

.check-list ul > li > label:before,
.radio-list ul > li > label:before {
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
}

.cat-color .check-list ul > li > label.select:after,
.cat-color .radio-list ul > li > label.select:after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
    right: 0 !important;
    line-height: 35px;
    content: "\f00c";
    font-family: 'font awesome 5 free';
}

.check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after {
    content: "\f00c";
    font-size: 16px;
    right: inherit;
    font-weight: 900;
}

.tabs-navigation ul {
    margin-bottom: -2px;
}

.view-options li {
    margin-right: 6px;
    cursor: pointer;
}

    .view-options li i {
        background: #fbfbfb;
        padding: 10px;
        color: #515151;
        border: 1px solid #dcd7d7;
        border-radius: 3px;
    }

    .view-options li:hover i, .view-options li.tab-active i {
        background: #fed700;
        color: #fff;
        border: 1px solid transparent;
    }

.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.one-content .product-image {
    width: 25%;
    border-right: 1px solid #e5e5e5;
}

.one-content .product-info {
    width: 75%;
    margin-top: 35px;
}

.one-content .product-item .action-hover {
    max-width: 75%;
}

.one-content .product-container {
    width: 100% !important;
}

.one-content .user-cart {
    width: 150px;
    left: inherit;
    background: #6eaee7;
}

.one-content .product-container,
.two-content .product-container {
    flex: inherit !important;
    max-width: none !important;
}

.two-content .product-container {
    width: 50% !important;
}

.user-cart {
    top: 50%;
    background: #f9f9f9;
    width: 60%;
    padding: 8px 0px;
    z-index: 11;
}

.one-content .user-cart:not(.style-2) {
    width: 150px;
    left: inherit;
    background: #6eaee7;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.user-cart.style-2 {
    left: auto;
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    width: 34px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
}

.product-container .product-image .product-second-image {
    /* opacity:0;
     */
}

.product-container .product-image:hover .product-first-image {
    /*opacity:0*/
}

.product-container .loader {
    z-index: -1;
}

.product-label ul li {
    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;
    }

.false {
    display: none !important;
}

.product-label-category {
    bottom: 5px;
    z-index: 99;
    text-align: center;
}

    .product-label-category li {
        padding: 0px 2px;
    }

        .product-label-category li a {
            width: 26px;
            height: 26px;
            border: 1px solid #ededed;
            border-radius: 50%;
            background: #f0f3f7;
            text-align: center;
        }

            .product-label-category li a i {
                line-height: 26px;
                font-size: 12px;
            }

.total-stock {
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
}

    ul.pagination li span.select {
        background: #f9f9f9;
        color: #2a2828;
    }

    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;
}

.pagination .quantity {
    margin-top: 25px;
}

.dataPager span,
.dataPager a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 5px 0;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* VİTRİN MODÜLÜ SONU */


/* BANNER MODÜLÜ */
.banner-container img {
    max-width: 100%;
    height: auto;
}

.banner-container > div a {
    position: relative;
}

    .banner-container > div a:before {
        content: "";
        background: rgba(255,255,255,.4);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        position: absolute;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transition: transform 1s ease 0s;
        -moz-transition: transform 1s ease 0s;
        -webkit-transition: transform 1s ease 0s;
    }

.banner-container > div:hover a:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
/* BANNER MODÜLÜ SON */

/* POSTER ICONS BAŞLANGICI */
.icon-container {
    border-radius: 9px;
    border: 1px solid #ebebeb;
}

    .icon-container > div {
        padding-left: 0 !important;
    }

    .icon-container i {
        font-size: 24px;
        color: #333;
        width: 57px;
        height: 57px;
        line-height: 57px;
        text-align: center;
        margin-right: 12px;
        position: relative;
        z-index: 1;
        border: 1px solid gray;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
    }

    .icon-container ul {
        margin-top: 0;
    }

    .icon-container li:hover i {
        transform: scale(1.15);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        background: #333333;
        border-color: transparent;
        color: white;
    }

.icon-content {
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

    .icon-content:after {
    }

.icon-container img {
    float: left;
    margin-right: 10px;
    width: auto !important;
}

.text-content {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.icon-container h3 {
    margin-bottom: 0;
    color: #484848;
    font-family: 'dosis';
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.4px;
}

.icon-container p {
    float: left;
    margin-right: 10px;
    width: auto !important;
    color: #828080;
    letter-spacing: 0.4px;
    font-weight: 300;
}

.icon-container ul li:last-child .icon-content {
    border-right: 0;
}
/* POSTER ICONS SONU */

/* ÜRÜN DETAYI BAŞLANGICI */
.cargo-time {
    padding: 15px;
    margin: 12px 0;
}

    .cargo-time span.cargo-header {
        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;
            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: #6eaee7;
                border-color: #6eaee7;
            }

/* Product Detail Count Down */
.product-page .countdown-wrapper {
    padding: 8px 0px;
    border-bottom: 1px solid #e8e7e7;
}

    .product-page .countdown-wrapper .countdown-title {
        font-size: 18px;
        color: #6eaee7;
        font-weight: 600;
    }

    .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: #6eaee7;
    }

        .product-page .countdown-wrapper #pd-countdown .time-item span {
            line-height: 1;
        }

/* Product Detail Count Down End */
.prd-images img {
    width: 100% !important;
    object-fit: contain;
}

.product-page-center {
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    color: #7b7b7b;
    float: left;
    border: 1px solid #ededed;
}

.product-name-detail {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

    .product-name-detail .pd-firsat {
        background: red;
        border-radius: 5px;
        padding: 3px 10px;
        font-size: 15px;
        top: -1px;
    }

.product-title {
    padding-top: 6px;
    padding-bottom: 14px;
}

ol.breadcrumb {
    background: none;
}

    ol.breadcrumb li a:after {
        content: "/";
        margin: 0px 8px;
    }

.product-navigation .next, .product-navigation .prev {
    margin-left: 10px;
    font-size: 13px;
}

.description {
    padding: 30px 20px 20px 30px;
    border: 1px solid rgba(231, 231, 231, 0.619);
    position: relative;
    margin-top: 30px;
    border-bottom: 2px solid #fed700;
    border-radius: 20px;
    line-height: 28px;
    color: #6f6d6d;
}

    .description .desc-title {
        position: absolute;
        top: -18px;
        background: #fed700;
        padding: 5px 50px;
        /* border: 1px solid #e7e7e79e; */
        left: 30px;
        font-family: 'dosis', sans-serif;
        font-size: 14px;
        color: #fff;
        border-radius: 20px;
    }

.overview-list .alert-success, 
.overview-list-cont {
    padding: 0px 10px;
    width: 100%;
    /* margin-top: 15px; */
    display: block;
    text-align: center;
    border-radius: 32px;
    background: transparent;
    color: #333632;
    font-size: 12px;
}

.product-social {
    padding: 10px 0;
    font-size: 13px;
}

    .product-social ul li {
        font-family: 'poppins';
        width: 25%;
    }

        .product-social ul li i {
            width: 35px;
        }

.product-label-detail ul li {
    padding-right: 5px;
    margin-top: 15px;
}

.product-label-detail a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 12px;
}

    .product-label-detail a i {
        line-height: 35px;
    }

.rating-sprite {
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-size: 13px 31px;
    height: 13px;
    width: 65px;
}

.rating-count {
    padding-left: 10px;
    right: -10px;
    line-height: 15px;
}

.add-comment {
    padding-left: 10px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

ul.product-price-list {
    color: #616060;
    background: #fff;
    padding: 0;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    margin-bottom: 25px;
    margin-top: 8px;
    border-radius: 12px;
    overflow: hidden;
}

    ul.product-price-list li {
        line-height: 32px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
        padding: 6px 20px;
        background: #fdfdfd;
    }

        ul.product-price-list li .bold {
            font-weight: 700;
            width: 30%;
        }

            ul.product-price-list li .bold:after {
                content: ":";
                padding-right: 6px;
                font-weight: 400;
            }

        ul.product-price-list li:last-child {
            border-bottom: 1px solid #efefef;
        }

li.featured-price {
    font-weight: 700 !important;
    font-size: 20px;
    color: #3a3b3c;
    font-family: 'rubik';
}

.price-title {
    width: 30%;
    font-size: 13px;
    min-width: 120px;
}

    .price-title:after {
        content: ":";
        padding-right: 6px;
    }

.price-discount {
    left: 120%;
}

ul.product-price-list > li span.discount div {
    float: left;
    margin-right: 5px;
    background-color: #4bd694;
    padding: 2px 23px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    margin-top: 2px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul.product-code {
    font-size: 13px;
    color: #5f5e5e;
}

    ul.product-code li {
        padding-right: 10px;
    }

        ul.product-code li span:first-child {
            font-weight: 600;
        }

.product-add {
    padding: 16px 0px;
    /* border-bottom: 1px solid #efefef; */
    /* margin-bottom: 20px; */
}

    .product-add .quantity-minus, .quantity-plus {
        width: 38px;
        font-size: 11px;
        padding: 5px 0px 0px 0px;
        cursor: pointer;
    }

.quantity-control {
    padding: 5px 0px;
}

li.quantity-piece input {
    box-shadow: none;
    height: 45px;
    border: 1px solid #dddddd;
    border-radius: 32px;
}

.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 {
    line-height: 45px;
    color: #fff !important;
    border-radius: 36PX;
    cursor: pointer;
    border: none;
    width: 100%;
    font-size: 17px;
    text-align: center;
    background: #151515;
}

    .add-to-cart-detail i {
        margin-right: 10px;
    }

    .add-to-cart-detail:hover {
        background: #3e3e3e;
    }

.overview-list {
    padding: 15px 0px;
    float: left;
    width: 100%;
}

    .overview-list li a {
        color: #3e3e3e !important;
    }

        .overview-list li a i {
            margin-right: 3px;
            width: 32px;
            text-align: center;
            height: 32px;
            line-height: 32px;
            font-size: 11px;
            border-radius: 50%;
            border: 1px solid #edecea;
            color: #6d6868;
        }

        .overview-list li a:hover span {
            display: none;
        }

    .overview-list .btn-danger {
        font-size: 11px;
    }

/** KARGO BAŞLANGIÇ **/
.cargo {
    margin-top: 20px;
}

ul.cargo-list li {
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

#afis-value select {
    border: 1px solid #ebebeb;
    padding: 6px 8px;
    margin-bottom: 18px;
    color: #636161;
    background: #f5f5f552;
}

#afis-value span {
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
}

#afis-price {
    color: black;
    font-size: 20px;
}

    #afis-price label {
        margin-left: 5px;
    }

/** KARGO BİTİŞ **/
.product-tabs .product-detail-tabs .tab-box {
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #e8e8e8;
}

    .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 {
        line-height: 2;
        color: grey;
    }

    .product-tabs .product-detail-tabs .tab-box ul.customer li i {
        margin-right: 6px;
        min-width: 16px;
    }

    .product-tabs .product-detail-tabs .tab-box ul.customer li:last-child {
        margin-top: 4px;
    }

    .product-tabs .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 a {
    padding: 12px 20px;
    color: #2d2d2d;
    font-size: 13px;
}

.product-tabs .tabs-navigation ul .tab-active a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #e8e8e8;
}

.variant-control dl {
    margin-bottom: 15px;
}

    .variant-control dl label {
        font-weight: 600;
        color: #5d5d5d;
        font-size: 13px;
    }

.checklist-container li label {
    margin-right: 20px;
}

.checklist-container li input {
    margin-right: 2px;
}

.variant-upload label {
    margin: 0px 5px;
    font-weight: 400 !important;
}

.product-tabs {
    margin-top: 35px;
}

.degree-bar-container {
    background: #f3f3f3;
    border-radius: 8px;
    width: 90%;
}

.shop-degree-bar-cont li {
    height: 25px;
}

    .shop-degree-bar-cont li span {
        top: -5px;
        font-weight: 300;
        color: #1b1a1a;
    }

.shop-degree-bar {
    background: #6eaee7;
    height: 10px;
    border-radius: 8px;
}

.taksit-list-container td img {
    height: 50px;
    object-fit: contain;
}

.productTags {
    border: 1px dashed rgba(0, 0, 0, 0.188);
    padding: 10px;
    border-radius: 15px;
}

#ulProductTags li {
    margin: 5px 5px 0 0;
    padding: 2px 14px;
    background: #afafaf;
    border-radius: 10px;
}

.fast-cart-button {
    color: #fff !important;
    font-size: 17px;
    letter-spacing: 1px;
    background: #3fcb30;
    border: 1px solid #2db91e;
    border-radius: 36px;
    line-height: 31px;
    transition: 350ms;
}

    .fast-cart-button i {
        top: -4px;
        margin-right: 10px;
    }

    .fast-cart-button:hover {
        background: #65e657;
        border: 1px solid #1f8115;
    }

/* ÜRÜN DETAYI SONU */
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ BAŞLANGICI */
.tekstil-modulu {
    padding: 15px;
}

    .tekstil-modulu .variant-box {
        margin-bottom: 20px;
    }

    .tekstil-modulu label {
        font-size: 16px;
        color: black;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

.color-selector input {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 2px solid transparent;
    border-radius: 4px;
    /* padding: 4px;
     */
}

    .color-selector input.selected {
        border: 2px solid #8e8f8f;
        padding: 4px;
    }

.size-selector .normal {
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
}

    .size-selector .normal.hover {
        border: 1px solid transparent;
        background: #6eaee7;
    }

.size-selector .selected {
    border: 1px solid transparent;
    background: #6eaee7;
    margin-right: 8px;
    width: 35px;
    height: 35px;
}

.standarts {
    color: #2a2828;
    font-size: 14px;
    font-weight: 300;
}

.size-selector .soldOut,
.color-selector .selectedSoldOut,
.size-selector .selectedSoldOut {
    background: #f1f1f1;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    cursor: no-drop;
    box-shadow: none !important;
}

    .size-selector .soldOut:after,
    .color-selector .selectedSoldOut:before,
    .size-selector .selectedSoldOut:before {
        font-size: 36px;
        content: "X";
        line-height: 1;
        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 {
    @extend %d-none;
}*/
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */
/* HESABIM SAYFALARI */
.account-status {
    width: calc(100% - 156px);
    padding-right: 5px;
}

.user-menu > button > span {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.static-content {
    border: 1px solid #efeeee;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0 !important;
}

    .static-content p {
        line-height: 24px;
    }

.user-address-box {
    padding: 15px;
    background: #f7f7f7;
    min-height: 200px;
    border: 1px dashed #dad7d7;
}

.new-address-popup {
    top: 36%;
}

.address-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.address-button {
    bottom: 12px;
    font-size: 12px;
}

    .address-button a {
        font-size: 13px;
        color: white !important;
    }

.address-tab-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px;
}

.input-group div {
    right: 0 !important;
    left: inherit !important;
    top: 35px !important;
}

.input-group.date span input {
    border: 1px solid #d6d6d6;
    padding: 8px;
    border-radius: 4px;
}

    .input-group.date span input + input {
        right: -4px;
    }

tr.group.shopTitle {
    background: #f7f7f7;
}

.compareTable h5 {
    font-size: 14px;
}

.compareHeader {
    height: 234px;
}

td.compareTd table.compareTable .compareHeader {
    height: 210px;
}

.compareEraseButton {
    right: 15px;
    top: 10px;
}

.compareHeader h4 {
    margin-bottom: 55px;
    margin-top: 38px;
}

td.compareTd {
    vertical-align: top;
}

tr.compareProductShipping {
    height: 150px;
}

tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
    height: 63px;
}

tr.compareListAddCart {
    height: 61px;
}

td.compareTable-priceCell {
    min-width: 100px;
}

.comparePrdTitle {
    height: 45px;
}

.comparePrdImg {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

tr.otherProperty {
    height: 67px;
}

ul.shop-degree img {
    padding-right: 10px;
}

ul.shop-degree li strong {
    font-weight: 500;
    padding-right: 5px;
    font-size: 13px;
    font-family: 'rubik';
}

.star-ratings-sprite1 {
    width: 85px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
}

.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    height: 20px;
}

ul.customer {
    border: 1px solid #efeeee;
    padding: 6px 20px;
    background: #fdfdfd;
    font-size: 13px;
}

    ul.customer li {
        padding-right: 15px;
        line-height: 35px;
    }

.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;
        font-size: 12px;
        font-weight: 400;
    }

.alternative-product-number {
    background: #f6f6f6;
    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 {
    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";
        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 {
        margin-bottom: 15px;
    }

        #account-menu > ul > li > ul {
            padding: 12px;
            border: 1px solid #eaeaea;
            margin-top: 10px;
        }

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

    #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;
        background-color: #6eaee7;
    }

.pbx_extensions {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.pbx_extensions_td {
    font-size: 24px;
    padding: 10px;
}

.pbxstyle1 {
    padding: 10px;
    width: 25%;
}

.pbxstyle2 {
    height: 150px;
    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;
    }

    .pbxstyle2 tr {
        height: 75px;
    }

.pbxstyle5 {
    align: center;
}

/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.login-form .btn-link {
    padding: 0px 8px;
    font-size: 13px;
}

.register-page, .login-page {
    border: 1px solid #f1f1f1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

    .login-page .form-group {
        margin-bottom: 1rem;
    }

.user-type tr {
    padding: 5px 0px;
    font-size: 14px;
}

.user-type {
    padding: 8px 15px;
}

    .user-type tr input {
        height: 30px;
    }

.captcha label {
    font-size: 12.5px;
}

.captha img, .captha-2 img {
    right: 0px;
    height: 32px;
    border-radius: 4px;
    z-index: 97;
}

.captha-2 img {
    top: 31px;
}

.register-btn {
    min-width: 160px;
    line-height: 42px;
    background: #6eaee7;
    border: 2px solid #6aa9e1;
}

    .register-btn:before {
        content: "\f234";
        font-family: 'font awesome 5 free';
        line-height: 42px;
        width: 56px;
        border-right: 1px solid rgba(0, 0, 0, 0.109);
        font-weight: 900;
    }

    .register-btn:hover {
        background: #5c99d0;
    }

.privacy-popover {
    padding: 0px 5px;
    margin-top: -3px;
}

.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;
    line-height: 50px;
}

.register-icons .icon-item {
    margin-bottom: 20px;
}

.register-icons .icon-content {
    padding-top: 5px;
}

    .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;
    }

ul.register-icons {
    border: 1px solid #f3f3f3;
    padding: 25px 0px;
}

.title-type-4.mb-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
}

.upload-btn {
    border: 2px solid gray;
    color: gray;
    padding: 4px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */
/* İLETİŞİM SAYFASI */
.contact ul li {
    margin-bottom: 22px;
}

    .contact ul li i {
        width: 55px;
        height: 55px;
        background: #f6f6f6;
        line-height: 55px;
        font-size: 18px;
        border-radius: 50%;
        color: #6eaee7;
        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;
    height: 18px;
    margin-right: 5px;
}

/* İLETİŞİM SAYFASI SON */
/* FOOTER BAŞLANGICI */
#footer {
    background-color: #f6f6f6;
    font-size: 14px;
    color: #707070;
    padding-top: 55px;
}

.footer-newsletter {
    border-bottom: 1px solid #e0dbdb;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#newsletter-content h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    margin: 0;
}

#newsletter-content p {
    font-size: 13px;
    color: #5d5a5a;
}

.news-inputs {
    position: relative;
}

.add-button {
    right: 0 !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 42px;
    color: #fff;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 30px 30px 0;
    z-index: 99;
    width: 25%;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    cursor: pointer;
    background: #fed700;
}

.newsletter-input {
    height: 42px;
    line-height: 42px;
    border: 1px solid #fed700 !important;
    border-width: 2px 0 2px 2px;
    text-align: left;
    border-radius: 30px 0 0 30px;
    width: 85% !important;
    text-indent: 25px;
}

#nav-menu-social {
    padding: 0;
}

.footer-social .navbar-nav {
    text-align: right;
    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;
    font-weight: 600;
    padding: 0;
    color: #1d1d1d;
    font-size: 16px;
}

.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-address .footer-title {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

.footer-address ul li a {
    padding-left: 0;
    line-height: 32px;
}

    .footer-address ul li a span {
        font-weight: 600;
        font-family: 'Dosis', sans-serif;
        color: #000;
        font-size: 16px;
    }

#nav-menu-footer {
    padding: 0;
}

.footer-cards {
    font-size: 35px;
}

.footerBottom {
    background-color: #f1f1f1;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    margin-top: 30px;
    color: #515050;
}

.footer_ref {
    text-align: right;
}

/* 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;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    font-weight: 300;
    color: black;
    border-radius: 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);
    padding: 0 20px 0 0;
    font-family: 'Rubik', sans-serif;
    min-width: 160px;
}

.spare-search {
    /*@extend %m-0-auto;*/
    /*width: 16.666666%;*/
    /*@extend %float-left;*/
}

    .spare-search input {
        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 {
    background: #6eaee7;
    width: 50px;
    height: 65px;
    padding: 25px 0px;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
}

/*KATEGORI VITRIN URUN ADETI BELIRLEYIP SEPETE EKLEME*/
.quantity-vitrin {
    margin-top: 15px;
    border: 1px solid #7f7f7f;
}

    .quantity-vitrin .vitrin-qty-minus {
        width: 20% !important;
        padding-top: 3px;
    }

    .quantity-vitrin .vitrin-qty-piece {
        width: 60% !important;
    }

        .quantity-vitrin .vitrin-qty-piece input {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid #c9c9c9;
            border-right: 1px solid #c9c9c9;
            padding: 2px;
        }

        .quantity-vitrin .vitrin-qty-piece span {
            padding-top: 3px;
            border-right: 1px solid #949494;
        }

    .quantity-vitrin .vitrin-qty-plus {
        width: 20% !important;
        padding-top: 3px;
    }

    .quantity-vitrin.inactive {
        cursor: no-drop;
        background: #e2e2e2;
    }

        .quantity-vitrin.inactive .vitrin-qty-minus,
        .quantity-vitrin.inactive .vitrin-qty-plus,
        .quantity-vitrin.inactive input {
            pointer-events: none;
            cursor: inherit;
            background: #e2e2e2;
        }

            .quantity-vitrin.inactive .vitrin-qty-minus a,
            .quantity-vitrin.inactive .vitrin-qty-plus a,
            .quantity-vitrin.inactive input a {
                pointer-events: inherit;
                cursor: inherit;
            }

#vitrin-AddToCart {
    background: #6eaee7;
    border-radius: 8px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 3px 8px 0 rgba(40, 122, 150, 0.58);
}

    #vitrin-AddToCart.inactive {
        cursor: no-drop;
    }

/*KATEGORI VITRIN URUN ADETI BELIRLEYIP SEPETE EKLEME*/
/*ARAMA YAPMA AutoCompleteExtender TASARIMI*/
.autocomplete_completionListElement {
    visibility: hidden;
    background-color: #223e66;
    color: windowtext;
    border: buttonshadow;
    cursor: default;
    overflow: auto;
    /*height: 200px;*/
    list-style-type: none;
    border-style: solid;
    border-width: 1px;
}

.autocomplete_highlightedListItem {
    background-color: #ff9;
    color: #000;
    padding: 1px;
}

.autocomplete_listItem {
    background-color: #223e66;
    padding: 1px;
}

/*ARAMA YAPMA AutoCompleteExtender TASARIMI*/
/* Bilgi Bankası*/
.kbmenu-title {
    background: #fcb31f;
    padding: 14px 20px;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#kbmenu #main_menu_container {
    border: 1px solid #ebebeb;
    /* padding: 15px; */
    margin-bottom: 20px;
}

    #kbmenu #main_menu_container > ul > li {
        padding: 0px 15px;
        background: transparent;
        transition: 300ms;
    }

        #kbmenu #main_menu_container > ul > li > a {
            line-height: 44px;
            font-size: 14px;
            font-family: 'raleway', sans-serif;
            border-bottom: 1px solid #e7e7e7;
            color: #343333;
        }

        #kbmenu #main_menu_container > ul > li > ul {
            left: 100%;
            z-index: 999;
            background: #f3f3f3;
            min-width: 250px;
            visibility: hidden;
            transition: 300ms;
        }

            #kbmenu #main_menu_container > ul > li > ul > li {
                padding: 5px 10px;
            }

        #kbmenu #main_menu_container > ul > li:hover {
            background: #ececec;
        }

            #kbmenu #main_menu_container > ul > li:hover > ul {
                visibility: visible;
            }

/* Bilgi Bankası Son */
a.quick-view-to-details {
    background: #323030;
    padding: 10px 38px;
    border-radius: 5px;
}

#preloader {
    z-index: 9999;
}

.products-preloader {
    z-index: 9999;
    padding: 60px 0px;
}

    .products-preloader .sr-only {
        height: 30px;
        top: 25px;
        overflow: visible;
        clip: unset;
    }

#status {
    height: 100%;
    top: 0%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.status-preloader {
    height: 100%;
    top: 0%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/* Fiyat Sorunuz Stil */
.ask-price-lbl {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 3px 1.25rem;
}

    .ask-price-lbl:before {
        font-family: 'font awesome 5 free';
        font-weight: 900;
        content: "\f12a";
        margin-right: 5px;
    }

.product-page .ask-price-lbl {
    margin: 15px 0;
    padding: .5rem 1.25rem;
}

#categorydetails2 img,
#categorydetails1 img,
#categorydetails3 img {
    height: auto;
}

#categoryslider .owl-dots {
    margin-top: -25px;
}

.center-middle-center {
    padding: 0 0;
}

#whatsapp {
    bottom: 50%;
    right: 0px;
    margin: 4px;
    z-index: 998;
}

.billing-popup .title-type-2 span {
    line-height: 36px;
}

.cargo-time-remain-wrapper {
    padding: 15px;
    margin: 12px 0;
    font-size: 12px;
}

    .cargo-time-remain-wrapper span.cargo-header {
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        font-weight: 600;
    }

        .cargo-time-remain-wrapper span.cargo-header i {
            margin-right: 5px;
            font-size: 20px;
        }

    .cargo-time-remain-wrapper #cargo-time-remain b {
        font-size: 18px;
    }

/*Diğer Stilleri ezebilmesi için en altta olması gereklidir.*/
/*Placeholders*/
body, .cart-button-group, .cart-product-price, .cart-total-products > ul > .cart-product, .cart-total-products > ul > .cart-product > a, .total-cart-price, .header-contact, .proticaret-categories #navbarNav, .cargo-time, .product-page .countdown-wrapper, .product-page .countdown-wrapper .countdown-title, .product-page .countdown-wrapper #pd-countdown, .product-page .countdown-wrapper #pd-countdown .time {
    float: left;
    width: 100%;
}

    a.help i, .vertical ul li a:before, .language img, .dis-grp ul li, .cart-product-image, .cart-product-title, #user-menu-modal ul li, .pr-alternatives, .pr-alternatives ul, .pr-alternatives ul li, .pr-alternatives ul li a, .pr-alternatives ul li img, .best-seller-products ul.best-seller-products-list > li.related-product-box, .best-seller-products .related-product-content, .best-seller-products .related-product-images, .best-seller-products .related-product-pricebox, .best-seller-products .related-product-name, .best-seller-products .related-product-name a, .best-seller-products .related-product-percent, .best-seller-products .related-product-percent-bar, .best-seller-products .related-product-popularity, .icon-container img, .sidebar, .cat-size, .cat-size ul li, .one-content .product-image, .one-content .product-container,
    .two-content .product-container, .dataPager span,
    .dataPager a, .product-page .countdown-wrapper #pd-countdown .time-item span, .product-page-center, .product-social ul li, .rating-sprite, .add-comment, ul.product-comments, ul.product-price-list li > div, ul.product-price-list li .bold, ul.product-code, .product-add li, .overview-list, .productTags, #ulProductTags li, .star-ratings-sprite1, .comment-box li span, .user-type tr, .register-btn:before, .facebook-register label, .register-icons li span, .contact ul li, .contact ul li i, .dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"], .quantity-vitrin, .quantity-vitrin li, .quantity-vitrin .vitrin-qty-minus, .quantity-vitrin .vitrin-qty-piece, .quantity-vitrin .vitrin-qty-piece input, .quantity-vitrin .vitrin-qty-piece span, .quantity-vitrin .vitrin-qty-plus {
        float: left;
    }

.remove-tab, .remove-slide, .remove-product-slider-tab, .slide-order input, .product-slide-order input, #nav-menu-topbar, .user-menu > button > span, .favorite-list a span, .one-content .product-info, .one-content .product-item .action-hover, .one-content .user-cart, .one-content .user-cart:not(.style-2), .price-title:after {
    float: right;
}

a.remove-image:before, .discount-rate:after, .new-product:after, .check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after {
    font-family: "font awesome 5 free";
}

#menu-topbar > ul, .vertical ul, .twitter-typeahead, .proticaret-categories .navbar-brand, .pr-alternatives, .pr-alternatives ul, .pr-alternatives ul li a, .pr-alternatives ul li img, .best-seller-products ul.best-seller-products-list, .best-seller-products .related-product-name a, .sidebar, .cat-size, .cat-color ul li label input, .check-list ul li label input, .cargo-time span.cargo-header, .product-page .countdown-wrapper #pd-countdown .time-item span,  ul.product-comments, ul.product-code, li.quantity-piece input, .overview-list, #afis-value select, .product-tabs .tabs-navigation ul li a, .product-tabs, .taksit-list-container tbody, .taksit-list-container td img, .productTags, .fast-cart-button, .tekstil-modulu label, .size-selector .soldOut:after,
.color-selector .selectedSoldOut:before,
.size-selector .selectedSoldOut:before, .input-group.date span, .comment-box li span, #customers, .pbxstyle2 tbody, .pbxstyle2 tr, .user-type tr input, .contact ul li, .spare-search input, .quantity-vitrin, .quantity-vitrin li, #vitrin-AddToCart, #kbmenu #main_menu_container > ul > li > a, #kbmenu #main_menu_container ul > li, .products-preloader .sr-only, #status, .status-preloader {
    width: 100%;
}

    .cat-size ul li, .balance_back, .key_back, .quantity-vitrin .vitrin-qty-piece input, .quantity-vitrin .vitrin-qty-piece span {
        width: 50%;
    }

.logo img, .variant-control dl label img, ul.shop-degree img, .captha img, .captha-2 img {
    width: auto;
}

.image-module img, .logo img, .cart-product-image img, .product-image img, .pr-alternatives ul li img, .banner-container img, .sorting-list select, .product-label ul li img, .input-group.date span, #categorydetails2 img,
#categorydetails1 img,
#categorydetails3 img {
    max-width: 100%;
}

body, .slide-order h5, .product-slide-order h5, .title h1, .cart-total-products > ul, .header-bottom .navbar, .header-bottom .navbar .navbar-brand, .proticaret-categories .navbar, .proticaret-categories .navbar-brand, .proticaret-categories .dropdown-toggle::after, .cat-color ul li label input, .check-list ul li label input, .tabs-navigation ul, .one-content .product-image, .product-page .countdown-wrapper #pd-countdown .time-item span, ol.breadcrumb, .compareTable h5, .select-content select, .autocomplete_completionListElement {
    margin: 0;
}

ol, ul, dl, .title-type-2, .product-slider-title h3, .icon-container h3, .product-social ul, .product-social ul li a, .comparePrdTitle, .user-type label, .ask-price-lbl, .billing-popup .title-type-2 span {
    margin-bottom: 0;
}

ol, ul, dl, .currency ul,
.language ul {
    margin-top: 0;
}

.user-type tr:last-child label {
    margin-right: 0;
}

.product-item .user-visit, .product-image img, ul.stars, .user-cart, .product-container .product-image .product-second-image, .product-container .loader, .overview-list li a:hover span, .contact ul li i, .products-preloader .sr-only, #status, .status-preloader {
    margin: 0 auto;
}

ol, ul, dl, .title-type-3, .title-type-4, .currency ul,
.language ul, .my-cart > .btn, .cart-button-group, .cart-total-products > ul, .header-bottom .navbar, .proticaret-categories .mega-left ul > li > ul > li a, .proticaret-categories .navbar, .proticaret-categories .navbar-brand, .proticaret-categories .dropdown-toggle::after, .sidebar, .cat-color .check-list ul li label,
.radio-list ul > li label, ol.breadcrumb, .register-btn {
    padding: 0;
}

.product-social ul li a, .checklist-container li label {
    padding-bottom: 0;
}

ol.breadcrumb {
    padding-left: 0;
}

.product-tabs .product-detail-tabs .tab-box ul.customer li {
    padding-right: 0;
}

a.help, .caption-absolute, .lazy:before, a.remove-image, .failed, .edit-button, .dropdown-menu:before, .cart-total-products .remove, .proticaret-categories .dropdown-toggle::after, .slider .owl-nav, .slider-description, .product-slider .owl-nav, .product-item .user-visit, .orderCount, .product-multi-image .owl-dots, .discount-rate, .new-product, .discount-rate:after, .new-product:after, ul.stars,
.pr-alternatives, .cat-color ul li label input, .check-list ul li label input, .check-list ul > li > label:before,
.radio-list ul > li > label:before, .cat-color .check-list ul > li > label.select:after,
.cat-color .radio-list ul > li > label.select:after, .check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after, .user-cart, .user-cart.style-2, .product-container .product-image .product-second-image, .product-container .loader, .product-label-category, .rating-count, ul.product-price-list li .bold:after, .price-discount, .quantity-control, .overview-list li a:hover span, .shop-degree-bar-cont li span, .size-selector .soldOut:after,
.color-selector .selectedSoldOut:before,
.size-selector .selectedSoldOut:before, .new-address-popup, .address-button, .input-group.date span input + input, .compareEraseButton, .user-type tr input, .captha img, .captha-2 img, .upload-btn-wrapper input[type=file], .filterButton, #kbmenu #main_menu_container > ul > li > ul, .products-preloader, #status, .status-preloader {
    position: absolute;
}

#up, .admin-edit-button, #preloader, #whatsapp {
    position: fixed;
}

.theme-edit .modal-footer, .module, .tabs-box, .accordion-box, .slider-box, .product-slider-box, .slide-box, .title-type-3 i, .cart-total-products > ul > .cart-product, .header-middle-search, .proticaret-categories .mega-left ul > li > ul > li a, .product-slider .module-title, .product-item, .product-image, .product-image img, .product-rating span, .rate-content, .rate, .best-seller-products ul.best-seller-products-list > li.related-product-box, .cat-color .check-list ul li label, .check-list ul > li label,
.radio-list ul > li label, .tabs-navigation ul, .one-content .product-info, .product-name-detail .pd-firsat, .rating-sprite, ul.product-price-list li .bold, .price-label, li.quantity-piece, .overview-list li a, .shop-degree-bar-cont li, .shop-degree-bar, .fast-cart-button i, .size-selector .soldOut,
.color-selector .selectedSoldOut,
.size-selector .selectedSoldOut, .account-menu ul > li, .date, .input-group.date span, .compareHeader, .TablePoints, .alternative-product-price .discount:after, .register-form ul li, .login-page .form-group, .user-type tr, .captha, .captha-2, .upload-btn-wrapper, .select-content select, .spare-search, #kbmenu #main_menu_container > ul > li, .ask-price-lbl, #categoryslider .owl-dots {
    position: relative;
}

.clearFix:before,
.clearFix:after, .lazy:before, .check-list ul > li > label:before,
.radio-list ul > li > label:before {
    content: "";
}

.dropdown-menu:before {
    content: none;
}

body, .my-cart-info span, .best-seller-products ul.best-seller-products-list > li.related-product-box, .cat-price, #customers th, .autocomplete_completionListElement {
    text-align: left;
}

.slide-order input, .product-slide-order input, #up, .title-type-1 i, .title-type-3 i, .title-type-4 i, .theme-edit-tabs li, .currency span, .dis-grp ul li, .cart-title, #user-menu-modal ul li a i, .favorite-list > a i,
.user-menu > button i, .proticaret-categories ul > li > a i, .proticaret-categories .dropdown-toggle::after, .product-item .user-visit, .discount-rate, .new-product, .product-info, .product-code-compare, .rate, ul.stars li, .related-product-box, .cat-color .check-list ul > li > label.select:after,
.cat-color .radio-list ul > li > label.select:after, .check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after, .user-cart, .user-cart.style-2, .product-label ul li, .total-stock, .dataPager span,
.dataPager a, .product-page .countdown-wrapper .countdown-title, .product-page .countdown-wrapper #pd-countdown .time, .product-page .countdown-wrapper #pd-countdown .time-item span,  .product-social ul li a, .product-social ul li i, .product-label-detail a, .product-add .quantity-minus, .quantity-plus, li.quantity-piece input, .overview-list li a:hover span, .size-selector .soldOut:after,
.color-selector .selectedSoldOut:before,
.size-selector .selectedSoldOut:before, .alternative-product-number, .pbx_extensions_td, .register-icons li span, .contact ul li i, .select-content select, .filterButton, .quantity-vitrin .vitrin-qty-minus, .quantity-vitrin .vitrin-qty-piece input, .quantity-vitrin .vitrin-qty-piece span, .quantity-vitrin .vitrin-qty-plus, #vitrin-AddToCart, .products-preloader .sr-only {
    text-align: center;
}

#menu-topbar > ul, .cart-button-group, .total-cart-price, .product-detail-edit, .product-navigation, .product-navigation .next, .product-navigation .prev, .address-button {
    text-align: right;
}

a.remove-image, #up, #up i, #up:hover i, .filter-button, .admin-edit-button, .modal-header, .theme-edit .modal-header, .vertical ul li:hover a, .search-button i, #user-menu-modal ul li:hover a, #user-menu-modal ul li:hover a i, .categories-title i, .product-slider-title h3, .discount-rate, .firsat-inline,
.cat-color .check-list ul > li > label.select:after,
.cat-color .radio-list ul > li > label.select:after, .view-options li:hover i, .view-options li.tab-active i, .one-content .user-cart, .one-content .user-cart:not(.style-2), .product-media-view ul li a:hover, .product-page .countdown-wrapper #pd-countdown .time-item, .product-name-detail .pd-firsat, .overview-list li a:hover span, #ulProductTags li a, .size-selector .normal.hover, .size-selector .selected, #customers th, .register-btn, .register-btn:before, .register-btn:hover, #vitrin-AddToCart, .autocomplete_listItem, .kbmenu-title, a.quick-view-to-details {
    color: white;
}

.currency ul,
.language ul, .dropdown-menu:before, .cart-product-image, .tt-menu, .product-item, .rate,
.pr-alternatives, .sorting-list select, .dataPager span,
.dataPager a, .cargo-time, .description, .product-social, .product-label-detail a, ul.product-price-list, .product-tabs .tabs-navigation ul .tab-active a, .tekstil-modulu, .static-content, .upload-btn, #preloader, .products-preloader {
    background-color: white;
}

    .lazy, .paragraph-advanced a, .title a, .theme-edit h3, .module:hover a.edit-button, .vertical ul, .vertical ul li a, .currency ul li a,
    .language ul li a, .my-cart-info span, .cart-total-products > ul > .cart-product, .cart-total-products > ul > .cart-product > a, #user-menu-modal ul li a, .favorite-list, .proticaret-categories .mega-left ul > li > ul > li a, .proticaret-categories .navbar-nav > li > a, .slider li a, .slider li a img, .cart-content .product-price > div, .pr-alternatives ul li a, .product-item:hover .pr-alternatives, .best-seller-products .related-product-name a, #pagecountdiv, .product-page .countdown-wrapper #pd-countdown .time-item span,  ul.product-comments, ul.product-code, .product-add .quantity-minus, .quantity-plus, .overview-list li a:hover span, #afis-value select, #afis-value span, .product-tabs .product-detail-tabs .tab-box ul li, .product-tabs .product-detail-tabs .tab-box:first-child, .address .tab-box:first-child, .pbxstyle2, .captcha label, .contact ul li, .products-preloader .sr-only {
        display: block;
    }

        a, a.help i, span a, .lazy:before, .title-type-4 i, #menu-topbar > ul > li, .user-menu > button > span, .product-slider-title h3, .firsat-inline, .product-rating span, .product-price > div, ul.stars li,
        .alternatives.alternatives-basic .related-products .related-product-box, .related-product-pricebox > div, .pr-alternatives ul li, .cat-color ul li, .check-list ul > li > label:before,
        .radio-list ul > li > label:before, .cat-color .check-list ul > li > label.select:after,
        .cat-color .radio-list ul > li > label.select:after, .check-list ul > li > label.select:after,
        .radio-list ul > li > label.select:after, .view-options li, .user-cart, .product-label-category li, .dataPager span,
        .dataPager a, .cargo-time span.cargo-header, .product-media-view ul li a, ol.breadcrumb li a:after, .product-navigation .next, .product-navigation .prev, .product-social ul li, ul.product-price-list li > div, ul.product-price-list li .bold, .price-discount, ul.product-code li, .overview-list li, ul.cargo-list li, .product-tabs .product-detail-tabs .tab-box ul.customer li i, .product-tabs .tabs-navigation ul li, .standarts, .star-ratings-sprite-rating1, ul.customer, ul.customer li, .alternative-product-price, .alternative-product-old-price, .upload-btn-wrapper, .dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"], .select-content select, a.quick-view-to-details {
            display: inline-block;
        }

.best-seller-products ul.best-seller-products-list {
    display: flex;
}

.best-seller-products ul.best-seller-products-list {
    justify-content: space-between;
}

.best-seller-products ul.best-seller-products-list {
    flex-wrap: wrap;
}

.best-seller-products ul.best-seller-products-list {
    flex-direction: row;
}

.none, .hide, #up, .my-cart .dropdown-toggle::after, .slider-button-disabled .slider-description .satin-al, .orderCount, .pr-alternatives, .cat-color ul li label span, .cat-color ul li label:before, .cat-color ul li label:after, .radio-list ul > li > label input[type="radio"], .cat-color .check-list ul > li > label input,
.check-list ul > li > span input,
.cat-color .radio-list ul > li > label input, .cat-color .check-list ul > li > label:before,
.cat-color .radio-list ul > li > label:before, .total-stock, ol.breadcrumb li:last-child a:after, .overview-list li a span, .product-tabs .product-detail-tabs .tab-box, .variant-control dl label img, .taksit-list-container td:empty, .soldOut, .selectedSoldOut, .address .tab-box, .register-form ul .form-group > label {
    display: none;
}

.controls-disabled .slider .owl-nav {
    display: none !important;
}

.hidden, .cat-color ul li label input, .check-list ul li label input, .user-type tr input, .upload-btn-wrapper input[type=file], #kbmenu #main_menu_container > ul > li > ul {
    opacity: 0;
}

.visible, .edit-button:hover, .modal-header .close, .product-container .product-image:hover .product-second-image, #kbmenu #main_menu_container > ul > li:hover > ul {
    opacity: 1;
}

.cart-product-name, .product-image, .product-name, .product-code-compare, .check-list ul > li label,
.radio-list ul > li label, .one-content .product-image, .user-menu > button > span, .comparePrdTitle, .upload-btn-wrapper {
    overflow: hidden;
}

#up, .admin-edit-button, .theme-edit-tabs, .my-cart > .btn, .user-menu > button, .proticaret-categories .dropdown-toggle::after, .best-seller-products ul.best-seller-products-list > li.related-product-box, ul.cargo-list li:last-child, .size-selector .soldOut,
.color-selector .selectedSoldOut,
.size-selector .selectedSoldOut, .select-content select {
    border: none;
}

.filter-button {
    border: 0;
}

#htmlmodule .moduleContent, .edit-button, .tt-menu, .proticaret-categories .navbar, td.taksit-list, .taksit-list-container td, .static-content, ul.register-icons, #kbmenu #main_menu_container {
    border-top: 0;
}

    .title-type-3 i, .vertical ul li:last-child a, .currency ul li,
    .language ul li:last-child a, .proticaret-categories nav ul li:last-child, .product-tabs .tabs-navigation ul .tab-active a, .taksit-list-container td, ul.customer, #kbmenu #main_menu_container > ul > li:last-child > a, #kbmenu #main_menu_container ul > li:last-child {
        border-bottom: 0;
    }

#user-menu-modal ul li a, .register-btn {
    border-left: 0;
}

.edit-button, .product-item .user-visit, ul.stars, .cat-color ul li label input, .check-list ul li label input, .check-list ul > li > label:before,
.radio-list ul > li > label:before, .one-content .user-cart, .user-cart.style-2, .product-container .product-image .product-second-image, .product-container .loader, .price-discount, .quantity-control, .size-selector .soldOut:after,
.color-selector .selectedSoldOut:before,
.size-selector .selectedSoldOut:before, .input-group.date span input + input, .user-type tr input, .captha img, .captha-2 img, .upload-btn-wrapper input[type=file], .filterButton, #kbmenu #main_menu_container > ul > li > ul, #preloader, .products-preloader {
    top: 0;
}

    .lazy:before, .admin-edit-button, .my-cart .dropdown-menu, .product-slider .owl-nav, .orderCount, .product-multi-image .owl-dots, ul.stars,
    .one-content .product-item .action-hover, .one-content .user-cart, .user-cart, .user-cart.style-2, .product-container .product-image .product-second-image, .product-container .loader, .product-label-category, ul.product-price-list li .bold:after, .quantity-control, .overview-list li a:hover span, .shop-degree-bar-cont li span, .new-address-popup, .filterButton, #preloader, .products-preloader, .products-preloader .sr-only, #status, .status-preloader {
        right: 0;
    }

.product-multi-image .owl-dots, .one-content .product-item .action-hover, #preloader, .products-preloader {
    bottom: 0;
}

    .lazy:before, .product-item .user-visit, .orderCount, .product-multi-image .owl-dots, .pr-alternatives, .cat-color ul li label input, .check-list ul li label input, .check-list ul > li > label:before,
    .radio-list ul > li > label:before, .cat-color .check-list ul > li > label.select:after,
    .cat-color .radio-list ul > li > label.select:after, .check-list ul > li > label.select:after,
    .radio-list ul > li > label.select:after, .user-cart, .product-container .product-image .product-second-image, .product-container .loader, .product-label-category, .overview-list li a:hover span, .size-selector .soldOut:after,
    .color-selector .selectedSoldOut:before,
    .size-selector .selectedSoldOut:before, .new-address-popup, .user-type tr input, .upload-btn-wrapper input[type=file], #preloader, .products-preloader, .products-preloader .sr-only, #status, .status-preloader {
        left: 0;
    }



.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";
    }
	.login-page-special {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #dedede;
    border-radius: 5px;
    font-family: 'Rubik';
}

.lp-title,
.lg-content {
    padding: 20px 44px;
}

.lp-title {
    border-bottom: 1px solid #717171;
}

.lg-content {
}


.lp-desc h1 {
    font-size: 44px;
    color: #fff;
}

.lp-desc p {
    color: #fff;
    font-size: 14px;
}

    .lp-desc p a {
        color: #c86942;
    }


.lg-form {
    margin-top: 18px;
    background: #f57320;
    padding: 10px 15px;
    border-radius: 5px;
}

.lg-form-title h2 {
    font-size: 20px;
}

.lg-form-title h2,
.lg-form-title a {
    color: #fff;
}

.lg-login-btn {
    color: #fff;
    background: rgb(41,171,232);
    background: linear-gradient(180deg, rgba(41,171,232,1) 0%, rgba(20,133,190,1) 100%);
    text-shadow: 0 0 3px black;
}

.register-text {
    font-size: 13px;
    color: #bbb;
}

.lg-register-btn {
    background: #676767;
    background: linear-gradient(180deg, #676767 0%, #474747 100%);
    border-color: #676767;
    max-width: 180px;
}


.login-page-info .icon {
    text-align: center;
}

    .login-page-info .icon i {
        color: #fff;
        border-radius: 50%;
        background: #9d9d9d;
        font-size: 42px;
        height: 90px;
        width: 90px;
        text-align:center;
        line-height: 90px;
    }


.login-page-info .title {
    font-weight: 500;
    font-size: 16px;
    text-align:center;
    margin: 12px 0;
}

.login-page-info .desc {
    font-size: 14px;
    text-align: center;
}

.login-page-info > div[class^="col-"] {
    border-right: 1px solid #000;
}

.login-page-info > div[class^="col-"]:last-child {
    border-right: none;
}

.mainMenu-right li a {
    padding: 12px 12px !important;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}