@charset "utf-8";
body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #565657;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.navbar {
    padding: 0px;
}

tr input {
    margin-right: 5px;
}

tr label {
    margin-right: 15px;
}

.clearFix:after {
    clear: both;
}

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

li {
    list-style: none;
}

span a {
    display: inline-block;
}

.none {
    display: none;
}

:focus {
    outline: none !important;
}

.module {
    min-height: 60px;
    position: relative;
}

/** STATIC TYPE **/
.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;
}

#middle_center {
    margin-top: 40px;
}

#left {
    margin-top: 40px;
}

/** STATIC TYPE END **/

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

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

.title-type-1 {
    margin-bottom: 29px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    line-height: 45px;
    text-align: left;
    padding-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 25px;
}

.title-type-1 i {
    width: 45px;
    background: #f6f6f6;
    text-align: center;
    margin-right: 15px;
    line-height: 45px;
    color: #2e2c2c;
    display: none;
}

.title-type-2 {
    border: 1px solid #e7e7e79e;
    font-size: 13px;
    padding: 0px 15px;
    /* background: rgba(252,252,252,1); */
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    /* background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(243, 243, 243, 1) 100%);
    /* background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f3f3f3', GradientType=0);
    margin-bottom: 0;
    background: #f6f6f66e;
}

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

.title-type-3 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}

.title-type-3 i {
    height: 42px;
    line-height: 42px;
    width: 62px;
    text-align: center;
    background: #f9f9f9;
    border-top-left-radius: 6px;
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
}

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

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

.title-type-5 {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 6px;
    position: relative;
}

.title-type-5 span:after {
    content: "";
    border-bottom: 2px solid #e83f33;
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.title-type-5 span {
    position: relative;
}

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

a.edit-button {
    display: none;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 999;
    background: #ffffff;

    padding: 10px 20px;
    color: #3c3939;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.module:hover a.edit-button {
    display: block;
}

.topbar {
    font-size: 13px;
    font-family: 'rubik';
    padding: 0;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    height: 45px;
}

.header-middle-search form {
    display: block;
    width: 100%;
}

.topbar i {
    margin-right: 4px;
    font-size: 12px;
    color: #232323;
}

.topbar a {
    color: #232323;
    font-size: 12px;
}

.topbar-menu li {
    margin: 0;
    padding: 12px 0px;
}

ul.topbar-left li:first-child {
    padding-left: 0 !important;
}

.topbar-menu li > a {
    padding: 0px 15px !important;
    font-weight: 400;
    border-right: 1px solid #e6e3e3;
    color: #232323;
    font-size: 12px;
}

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

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

ul.topbar-left li a {
    padding: 0px 15px;
}

ul.topbar-left li a i {
    color: #232323;
}

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

.currency span {
    text-align: center;
    float: left;
    border-radius: 50%;
    padding-right: 5px;
}

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

.currency ul li, .language ul li:last-child a {
    border-bottom: 0;
}

.currency ul, .language ul {
    max-width: 200px;
    width: 150px;
    min-width: auto;
    padding: 0;
    background: white;
    margin-top: 0;
}

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

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

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

.logo img {
    max-width: 100%;
    width: auto;
}

.call-us i {
    float: left;
    font-size: 40px;
    color: #e83f33;
}

.call-us .header-phone h3 {
    font-size: 13px;
    font-weight: 400;
    margin: 3px 0px;
}

.call-us .header-phone h3 span {
    font-weight: 600;
    font-size: 14px;
}

.call-us .header-phone {
    padding-left: 10px;
    display: inline-block;
    text-align: left;
    color: #292929;
}

.call-us {
    /* padding-top: 6px; */
}

.header-nav ul li a {
    padding: 16px !important;
    /* font-family: 'Dosis', sans-serif; */
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.search-open-button {
    font-size: 20px;
    padding: 8px 20px;
    cursor: pointer;
}

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

.my-cart > .btn {
    background: none;
    border: none;
    color: black;
    padding: 0;
    float: right;
    height: 54px;
}

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

.my-cart #cart-count {
    position: absolute;
    background: #e83f33;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'rubik';
    top: 2px;
    right: -10px;
}

.my-cart-info {
    color: #202020;
    font-weight: 500;
    display: inline-block;
}

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

.my-cart-item {
    margin-right: 16px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.my-cart-item i {
    font-size: 20px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    /* margin-top: 6px; */
}

.my-cart .dropdown-toggle::after {
    display: none;
}

.dropdown-menu:before {
    width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-webkit-radius: 2px;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: 25px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;

    background: #fdfdfd;
    content: "";
}

.cart-button-group {
    padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}

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

.total-price {
    font-weight: 600;
    color: #e83f33;
    display: block;
    text-align: left;
    line-height: 52px;
}

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

.cart-product-image {
    background: white;
    width: 25%;
    float: left;
}

.cart-product-image img {
    max-width: 100%;
}

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

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

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

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

.my-cart .dropdown-menu > i {
    display: none;
}

.cart-product-price {
    width: 100%;
    float: left;
}

.cart-total-products > ul {
    padding: 0;
    margin: 0;
}

.cart-total-products > ul > .cart-product {
    display: block;
    width: 100%;
    float: left;
    padding: 12px 0px;
    border-bottom: 1px solid #e3e1e1;
    position: relative;
}

.cart-total-products > ul > .cart-product > a {
    display: block;
    float: left;
    width: 100%;
}

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

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

.total-cart-price {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
}

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

.header-middle-search {
    position: relative;
}

.header-middle-search input {
    border-right: 0;
    border: 2px solid #e83f33 !important;
    background: #fff;
    text-align: left;
    height: 45px;
    color: #827f7f;
    font-weight: 300;
    width: 90%;
    padding: 0 20px;
    padding-right: 55px;
    position: relative;
    float: left;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    border-radius: 30px 0px 0px 30px;
    font-size: 13px;
}

.header-middle-search .search-button {
    background: #e83f33;
    color: white;
    height: 45px;
    padding: 0px 15px;
    line-height: 45px;
    border-radius: 0 30px 30px 0;
    width: 75px;
    position: absolute;
    right: -5px;
    top: 0;
}

.header-middle-search .search-button i {
    line-height: 38px;
    font-size: 22px;
}

.search-button i {
    color: white;
}

.tt-menu {
    background: white;
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}

.tt-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-menu button {
    background: none;
    border: none;
    font-family: 'poppins';
    color: #232323;
    height: 41px;
    padding: 0;
}

.user-menu .dropdown-menu {
    padding: 15px;
    top: 20px !important;
}

.user-menu .dropdown-menu .btn i {
    color: white;
}

.user-menu .btn-success {
    color: white !important;
}

.user-menu button span {
    font-size: 12px;
    padding: 0 15px;
    border-right: 1px solid #e6e3e3;
}

.user-menu .dropdown-toggle::after {
    display: none;
}

.user-menu li {
    float: left;
    width: 100%;

}

.user-menu ul > li > a {
    padding: 10px 12px;
    font-size: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.user-menu ul > li:last-child > a {
    border-bottom: 0;
}

.user-menu li a i {
    font-size: 13px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
}

.user-menu .user-name {
    padding: 10px 15px;
}

.user-menu .user-close {
    border: none !important;
}

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

.favorite-list a {
    color: black;
    font-size: 13px;
}

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

.favorite-list a i, .user-menu button i { /* line-height: 45px; */
}

#main {
    min-height: 350px;
}

#up {
    bottom: 70px;
    right: 30px;
    position: fixed;
    color: black;
    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: white;
    background: #2a2b2c;
    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;
}

/* SMART KATEGORİ */
.categories-title {
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: #302f2f;
    font-family: 'rubik';
    font-weight: 400;
    text-transform: uppercase;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
}

.categories-title i {
    color: #272727;
    margin-right: 15px;
}

.categories-title .navbar-toggler {
    padding: 22px 21px !important;
    display: block;
    float: left;
    height: 55px;
    border-radius: 0;
    border: none;
    color: #383838;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.expand-category-link {
    border: 1px solid #ebebeb;
    padding: 13px 18px;
    border-top: 0;
    cursor: pointer;
    font-weight: 500;
}

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

.expand-category-link span:before {
    content: "Daha Fazla Kategori";
}

.expand-category-link.expanding span:before {
    content: "Daha Az Kategori" !important;
}

.smart-categories #navbarNav {
    width: 100%;
    float: left;
}

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

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

.smart-categories > nav ul > li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.smart-categories nav ul li:last-child {
    border-bottom: 0;
}

.smart-categories > nav ul > li a {
    position: relative;
    padding: 0px 18px !important;
    line-height: 48px;
    font-size: 13px;
    color: #404040;
}

.smart-categories > nav ul > li a:hover {
    text-decoration: underline;
}

.smart-categories > nav ul > li a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
}

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

.smart-categories .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 25%;
    content: "\f054";
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;

    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.smart-categories .navbar {
    border-top: 0;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.smart-categories .navbar-brand {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .categories-title .navbar-toggler {
        pointer-events: none;
        cursor: default !important;
    }

    .smart-categories .categories-title .navbar-toggler {
        pointer-events: none;
    }

    .smart-categories nav ul li .dropdown-menu {
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
        opacity: 0;
        left: 100%;
        display: inherit;
    }

    .smart-categories nav ul li:hover .dropdown-menu {
        transform: scaleY(1);
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        left: 100%;
        top: 0;
        width: 700px;
        padding: 20px 10px;
        border: 1px solid #edebeb;
        box-shadow: 4px 4px 0px #0000000d;
    }

    .smart-categories nav ul li:hover .dropdown-menu:before {
        display: none;
    }

    .smart-categories nav ul li:hover .dropdown-menu .mega-left {
        width: 100%;
        float: left;
    }

    .smart-categories nav ul li:hover .dropdown-menu .mega-right {
        width: 100%;
        display: block;
        float: left;
    }

    .cat-image-box span {
        display: none;
    }

    .smart-categories nav ul li .dropdown-menu ul {
        margin-bottom: 12px;
        float: left;
        width: 100%;

    }

    .smart-categories nav ul li .dropdown-menu .mega-left ul li {
        width: 33.33333%;
        border-bottom: 0;
    }

    .smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
        width: 100%;
    }

    .smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul {
        display: none;
    }

    .smart-categories nav ul li .dropdown-menu .mega-left > ul > li > a {
        font-weight: 600;
        /* margin-bottom: 0px; */
    }
}

/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
@media (min-width: 1200px) {
    .all-cats {
        position: relative;
        cursor: pointer;
    }

    .all-cats:hover .navbar , .page-home .all-cats .navbar {
        position: absolute;
        top: 100%;
        transform: scaleY(1);
        display: block !important;
        visibility: visible;
        opacity: 1;
        z-index: 98;
        background: white;
        width: 100%;
        height: auto;
        transition: all 0.4s ease 0s;
    }

    .all-cats > span {
        background: #e83f33;
        color: white;
        padding: 16px 20px;
        width: 100%;
        display: block;
        position: relative;
        font-size: 15px;
    }

    .all-cats > span i {
        margin-right: 10px;
    }

    .all-cats > span:before {
        content: "";
        height: 6px;
        width: 100%;
        bottom: 100%;
        left: 0;
        border-radius: 20px 20px 0 0;
        background: #e83f33;
        position: absolute;
    }

    .all-cats .navbar {
        transform: scaleY(0);
        transform-origin: 0 0 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
        top: 100%;
    }

    .mega-left h4 {
        margin: 10px;
        font-size: 16px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 15px;
        padding-top: 14px;
    }

    .top-categories {
        width: 100%;
        display: block;
        border: 1px solid #e8e8e8;
    }

    .top-categories > li {
        padding: 0px 18px !important;
        position: relative;
    }

    .top-categories > li:last-child a {
        border-bottom: 0px;
    }

    .top-categories > li > a {
        border-bottom: 1px solid #e8e8e8;
        padding: 12px 0px !important;
        font-weight: 500;
    }

    .top-categories li a:hover {
        color: #e83f33 !important;
    }

    .top-categories > li > .dropdown-toggle::after {
        content: "\f105";
        right: 24px;
        position: absolute;
        color: #2c2a2a;
        line-height: 21px;
        border: 0px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .top-categories li .primary-level {
        left: 100%;
        top: 0;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        opacity: 0;
        min-width: 600px;
        margin: 0;
        border: none;
        padding: 0;
        border: 1px solid #ececec;
        border-radius: 0;
    }

    .top-categories .second-level {
        float: left;
        width: 33%;
        padding: 5px;
    }

    .top-categories .second-level ul > li > a {
        padding: 9px 15px;
    }

    .top-categories .dropdown-submenu {
        border: 0;
        min-width: unset;
    }

    .top-categories .second-level .parent {
        border-bottom: 1px solid whitesmoke;
        background: none;
        font-weight: 600;
        padding: 12px 15px;
    }

    .top-categories li:hover .primary-level {
        left: 100%;
        top: 0;
        transform: scaleY(1);
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .top-categories .dropdown-menu {
        display: block;
    }

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

    .top-categories .second-level .dropdown-menu {
        position: inherit !important;
    }

    .second-level .dropdown-toggle::after {
        display: none;
    }

    .top-categories .nav-item a span i {
        margin-right: 8px;
        width: 23px;
        text-align: center;
        font-size: 12px;
        color: #4a5151;
    }

    .top-categories .nav-item a, .top-categories .nav-item .nav-link {
        padding: 1em 1em;
        font-size: 14px;
    }

    .top-categories .down-menu {
        display: none;
    }
}

/* SMART ÜST KATEGORİLER SONU

/* SMART KATEGORİ*/

/* SLIDER MODÜLÜ */
.slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.slide {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}

.slider .owl-nav div {
    background: #ffffff !important;
    padding: 12px 15px !important;
    color: black !important;
    border-radius: 50% !important;
}

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

.slider-description {
    position: absolute;
    top: 50%;
    max-width: 52%;
    text-align: left;
    transform: translate(0%, -50%);
    min-height: 225px;
    bottom: 50%;
}

.slider-description h1 {
    font-weight: 700;
    color: #3b3b3b;
    margin: 0;
}

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

.slider-description h4 {
    font-size: 20px;
    color: #171515;
    /* letter-spacing: 0.5px; */
    font-weight: 500;
    font-family: 'rubik';
}

.slider-description h3 span {
    display: block;
}

.slider-description h3 {
    font-size: 44px;
    font-family: 'rubik';
    font-weight: 500;
}

a.hemen-incele {
    display: inline-block;
    background: #202020;
    margin-top: 35px;
    color: white;
    border-radius: 32px;
    padding: 10px 24px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
}

a.hemen-incele:hover {
    background: #e83f33;
}

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

.slider-description .satin-al:hover {
    background: #5ea5e5;
}

/* SLIDER MODÜLÜ SON */

/* MARKA SLIDER BAŞLANGIÇ */
.markaImage a {
    padding: 8px 30px;
}

.banner-container, .brands-container {
    /* border-top: 1px solid #e2e2e2; */
}

.brands-container {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 10px;
}

.brand-slider {
    border: 1px solid #e9e8e8;
    border-radius: 9px;
    padding: 15px 40px;
}

.brands-container .owl-nav > div {
    position: absolute;
    top: 50%;
    background: white !important;
    color: #514f4f !important;
    border: 1px solid #dfdddd;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    opacity: 1 !important;
    transform: translate(0%, -50%);
    bottom: 50%;
}

.brands-container .owl-nav .owl-next {
    right: 15px;
}

.brands-container .owl-nav .owl-prev {
    left: 15px;
}

.brands-container .owl-nav > div i {
    color: #676060;
    line-height: 33px;
}

/* MARKA SLIDER SON */

/* TOP10 FULLWIDTH BAŞLANGICI */
.top10-fullwidth {
}

.top10-fullwidth .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
}

.full-width-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;
}

.view-category {
    float: right;
    padding-right: 85px;
    line-height: 50px;
}

.top10-fullwidth .owl-nav .owl-next:before {
    content: "";
    border-left: 1px solid #e5e3e3;
    position: relative;
    left: -12px;
}

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

.top10-fullwidth .module-title {
    border-bottom: 2px solid #5c9fda;
    position: relative;
}

.top10-fullwidth .module-title span {
    background: #6eaee7;
    padding: 0px 30px;
    margin: 0 !important;
    line-height: 55px;
    height: 55px;
    display: inline-block;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.product-item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding-bottom: 14px;
    margin: 20px 0px;
}

.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-multi-image .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.product-multi-image .owl-dots > div span {
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    background: #e1e1e1 !important;
}

.product-multi-image .owl-dots .owl-dot.active span, .product-multi-image .owl-theme .owl-dots .owl-dot:hover span {
    background: #fed700 !important;
}

.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    /* -webkit-filter: brightness(0.98); */
}

.product-item:hover .product-image img {
    /*   -webkit-filter: brightness(0.85); */
}

.product-image:after {

}

.new-product {

    top: 55px;

    right: 5px;

    color: black;

    background: #444444;

}

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

.discount-rate, .new-product {
    width: 60px;
    height: 26px;
    position: absolute;
    border-radius: 3px;
    z-index: 96;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
}

.discount-rate:after, .new-product:after {
    position: absolute;
    font-size: 22px;
    top: 10px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.new-product:after {
    left: 10px;
    color: #444444;
}

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

.new-product span {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: white;
}

.product-name {
    height: 46px;
    overflow: hidden;
}

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

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

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

.product-rating span {
    display: none;
}

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

.product-price > div {
    display: inline-block;
}

.cart-content .product-price > div {
    display: block;
}

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

.product-price .price {
    font-size: 15px;
    color: #e83f33;
    letter-spacing: -0.3px;
    font-weight: 600;
}

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

.rate-content {
    position: relative;

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

.rate {
    text-align: center;
    z-index: 99;
    position: relative;
    background: white;
}

ul.stars {
    width: 75px;
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}

ul.stars li {
    display: inline-block;
    text-align: center;
    color: #C5C5C5;
    padding: 2px 0px;
    font-size: 11.5px;
}

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

.product-item .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 .action-hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    transform: translateY(0px);
}

.product-item .action-hover ul li div {
    /*     display: none; */
}

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

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

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

.product-item .action-hover li:first-child {
}

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

a.stock-out-1 {
    background: #ef4f4f !important;
    color: white !important;
}

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

.product-item .action-hover li:last-child {
    border-right: 0;
}

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

.product-item .action-hover li .alert-error i {
    margin-right: 5px;
    background: white;

    color: #f94646;
    width: 23px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}

.product-item .action-hover ul li div span span, .product-item .action-hover li a span {
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.50px;
    position: absolute;
    bottom: 110%;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 194, 41, 0);
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    right: -100px;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    display: none;
    left: -100px;
    width: 110px;
    margin: 0px auto;
}

.product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
    /*   display: none; */
}

.product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;

    background-color: #2d2c2d;
}

.product-item .action-hover ul li div span:hover span:before, .product-item .action-hover ul li a:hover > span:before {

    color: rgb(255, 126, 0);
}

.product-item .action-hover ul li div span i {
    padding-right: 0px;
}

.product-item .action-hover li div:hover, .product-item .action-hover li a:hover {
    color: white;
    background: #2d2c2d;
}

/* TOP10 FULLWIDTH BAŞLANGICI */

/* TOP10 GROUP BAŞLANGICI */
.top10-group .tab-content {
    border-top: 2px solid #e83f33;
}

.top10-group .product-item {
    border-left: 0;
    border-top: 0;
    margin: 0;
}

.top10-group .product-price {
    margin-top: 10px;
}

.top10-group .product-name a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top10-group .product-name {
    height: auto;
}

.top10-group .nav-tabs li a {
    color: #222;
    font-weight: 500;
    font-size: 13px;
    border: none;
    padding: 12px 20px;
    border-bottom: 1px solid;
    border-color: #efefef !important;
}

.top10-group .nav-tabs li:last-child a {
    border-bottom: 0;
}

.top10-group .nav-tabs {
    border: 1px solid #efefef;
    border-top: 0;
    padding: 20px 0px;
}

.top10-group .nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs .nav-link.active {
    color: #e83f33;
}

.top10-group .rate-content {
    display: none;
}

.group-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: left;
    background: #e83f33;
    color: white;
    padding: 0px 15px;
    line-height: 50px;
}

.group-title:before {
    margin-top: -10px;
    margin-left: -4px;
    font-weight: 900;
    border-color: #222 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 0px 0px 8px;
    top: 60px;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    z-index: 98;
}

.group-title:after {
    content: "";
    height: 100%;
    position: absolute;
    left: -5px;
    width: 5px;
    background: #e83f33;
}

.top10-group .owl-nav {
    position: absolute;
    right: 0;

    top: -30px;
    margin: 0 !important;
}

.top10-group .owl-nav > div {
    margin: 0px 2px !important;
    background: none !important;
    color: black !important;
}

.group-title.red {
    background: #2a2b2c;
}

.group-title.red:before {
    border-color: #4e5357 transparent transparent transparent;
}

.group-title.red:after {
    background: #2a2b2c;
}

.top10-half-container .full-width-title.red:before {
    border-top: 2px solid #2a2b2c !important;
}

.top10-half-container .product-name {
    text-align: left;
}

.top10-half-container .product-price .price {
    font-size: 14px;
}

/* TOP10 GROUP SONU */

/* TOP10 HALF */
.top10-half-container .full-width-title .group-title {
    float: left;
}

.top10-half-first, .top10-half-second {
    border: 1px solid #e9e7e7;
    padding: 15px 10px;
    border-top: 0;
}

.top10-half-container .full-width-title {
    padding-bottom: 0px;
    position: relative;
    border-right: 1px solid #e5e5e5;
}

.top10-half-container .full-width-title:before {
    border-top: 2px solid #2a2b2c;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
}

.top10-half-container .product-item {
    border: none;
}

/* TOP10 HALF */

/* POSTER ICONS BAŞLANGICI */
.icon-widget-container {
    padding: 27px 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.icon-wrapper {
    padding: 0px 28px;
}

.icon-widget-content h3 {
    font-weight: 600;
    margin-bottom: 4px;
}

.icon-widget-image {
    margin-right: 20px;
}

.icon-widget-image i {
    line-height: 38px;
    font-size: 32px;
    color: #e83f33;
}

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

.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 */

/* BANNER WIDGET (KAMPANYA KATEGORİLERİ) BAŞLANGIÇ */
.banner-widget {
    margin-top: 25px;
}

.banner-widget-item {
    border: 1px solid #ebebeb;
}

.banner-widget-content {
    padding-top: 18px;
}

a.parent-link {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #272525;
    margin-bottom: 12px;
}

.sub-links a {
    width: 100%;
    line-height: 22px;
}

.banner-widget-container .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.banner-widget-container .owl-nav div {
    background: none !important;
    color: black !important;
    margin: 2px 2px !important;
}

/* BANNER WIDGET (KAMPANYA KATEGORİLERİ) SONU */

/* 3 KOLON VİTRİN */
.group-header li h4 {
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
}

.group-header li h4 span {
    position: relative;
}

.group-header li h4 span:after {
    border-bottom: 2px solid #fed700;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -13px;
    position: absolute;
    left: 0;
}

.group-header li h4 span:before {
    content: "\f0d8";
    left: 50%;
    top: 100%;
    margin-top: 0px;
    margin-left: -4px;
    color: #fed700;
    position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
}

.top10Group-3-column .owl-nav {
    position: absolute;
    right: 0;

    top: -58px;
}

.top10Group-3-column .owl-nav div {
    background: none !important;
    color: black !important;
    margin: 0px 2px !important;
}

.top10Group-3-column .product-name {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    text-align: left;
}

.top10Group-3-column .product-info {
    text-align: left;
}

.top10Group-3-column .rate-content {
    background: url(../images/ratingblank.png) no-repeat scroll center left transparent;
    margin-top: 15px;
}

.bordered {
    border: 1px solid #efeaea;
}

/* 3 KOLON VİTRİN SON*/

/* BLOG SLILDER ALANI */
.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image:before {
    background: #ffffff;
    content: "";
    height: 100px;
    left: -110px;
    position: absolute;
    top: -20px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 200px;
    z-index: 94;
}

.tarih {
    position: absolute;
    top: 0;
    z-index: 96;
    font-size: 20px;
    color: #696868;
    font-family: 'rubik';
    text-align: center;
    font-weight: 400;
    line-height: 1.250;
}

.tarih span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0px;
    color: #292828;
}

.blog-content p {
    line-height: 26px;
    color: #757373;
}

.detaylar {
    display: inline-block;
    color: #e83f33;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}

.detaylar:hover {
    color: #3e3c3c;
}

.blog-content {
    text-align: left;
}

.blog-container .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.blog-container .owl-nav div {
    background: none !important;
    color: black !important;
    margin: 0 2px !important;
}

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

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

.sidebar-item {
    padding-bottom: 20px;
    font-family: 'rubik';
    margin-bottom: 20px;
    padding: 10px 18px;
}

.cat-size {
    float: left;
    width: 100%;
}

.cat-size ul li {
    float: left;
    width: 50%;
}

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

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

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

.cat-color .check-list ul li label {
    position: relative;
    padding: 0;
}

.check-list ul li label input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.cat-color .check-list ul li label:before, .cat-color .check-list ul li label:after {
    display: none;
}

.cat-color .check-list ul li label span {
    display: none;
}

.check-list ul > li input {
    display: none;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.radio-list ul > li > label input[type="radio"] {
    display: none;
}

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

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

.cat-color .check-list ul > li > label input, .check-list ul > li > span input, .cat-color .radio-list ul > li > label input {
    display: none;
}

.check-list ul > li > label:before, .radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

.check-list ul > li > input:checked + label:before{
    background-color: #333;
}

.cat-color .check-list ul > li > label:before, .cat-color .radio-list ul > li > label:before {
    display: none;
}

.cat-color .check-list ul > li > label.select:after, .cat-color .radio-list ul > li > label.select:after {
    display: inline-block;
    content: "\f00c";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0 !important;
    line-height: 35px;
    text-align: center;
    content: "\f00c";
        font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
}

.check-list ul > li > label.select:after, .radio-list ul > li > label.select:after {
    display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: inherit;
    text-align: center;
    font-weight: 900;
}

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

.view-options li {
    display: inline-block;
    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: #e83f33;
    color: white;
    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;
    background: white;
    max-width: 100%;
    width: 100%;
}

.one-content .product-image {
    width: 25%;
    float: left;
    /* border-right: 1px solid #e5e5e5; */
    overflow: hidden;
    margin: 0;
}

.one-content .product-item {
    border: 1px solid #f5f2f2;
    padding: 20px;
}

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

.one-content .product-item .action-hover {
    max-width: 60%;
    float: right;
}

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

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

.one-content .product-item .action-hover {
    max-width: 75%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.one-content .product-item .action-hover li:first-child {
}

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

.user-cart {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #ffffffe0;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
    color: #61605c;
}

.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}

.product-container .product-image .product-second-image {
    /* opacity:0; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}

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

.product-container .product-image:hover .product-second-image {
    opacity: 1;

}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: -1;
}

.product-item:hover .product-hover {

}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #3c3a3a;
    margin-bottom: 8px;
    padding: 8px 4px;
    background: #f3f3f3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 85px;
    font-family: 'raleway';
}

.product-label ul li i {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-label ul li img {
    max-width: 100%;
}

.false {
    display: none !important;
}

.product-hover {
    z-index: 98;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 80%;
}

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

#pagecountdiv {
    display: block;
}

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

ul.pagination li a:hover {
    background: #f1f1f1;
}

ul.pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

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

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

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

/* ÜRÜN DETAYI BAŞLANGICI */
.product-page {
    margin-top: 30px;
}

.product-page-center {
    border-radius: 8px;
    color: #7b7b7b;
}

.product-name-detail {
    font-size: 22px;
    font-weight: 400;
    color: black;
}

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

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

ol.breadcrumb {
    background: none;
    margin: 0;
    padding-left: 0;
    padding: 0;
}

ol.breadcrumb li:last-child a:after {
    display: none;
}

.product-detail-edit {
    text-align: right;
}

.product-navigation .next, .product-navigation .prev {
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    font-size: 13px;
}

.product-navigation {
    text-align: right;
}

.description {
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e7e7e79e;
    position: relative;
    margin-top: 30px;
    border-bottom: 2px solid #e83f33;
    border-radius: 8px;
    line-height: 28px;
    color: #6f6d6d;
}

.description:before {
    /* content: "Detay"; */
    position: absolute;
    top: -18px;
    background: #e83f33;
    padding: 5px 50px;
    /* border: 1px solid #e7e7e79e; */
    left: 30px;
    font-family: 'dosis', sans-serif;
    font-size: 14px;
    color: white;
    border-radius: 4px;
}

.overview-button .alert-success {
    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: 31px 0px;
    background: white;
    font-size: 13px;
}

.product-label-detail {
}

.product-social ul {
    margin-bottom: 0;
}

.product-social ul li a {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    color: #535353;
}

.product-social ul li {
    display: inline-block;
    font-family: 'poppins';
    float: left;
    margin-right: 20px;
}

.product-social li i {
    text-align: left;
    margin-right: 5px;
}

.product-label-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    float: left;
    padding-top: 10px;
    border-radius: 4px;
}

.product-label-detail ul li span {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;

    padding: 0px 10px;
}

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

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

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

ul.product-comments {
    display: block;
    float: left;
    /* width: 100%; */
}

ul.product-price-list li .bold {
    font-weight: 700;
    width: 30%;
    display: inline-block;
    float: left;

    position: relative;
}

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

ul.product-price-list {
    color: #616060;
    background: white;
    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;
}

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

ul.product-price-list li > div {
    display: inline-block;
    float: left;

}

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

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

.price-label {
    /* width: 70%; */
    position: relative;
}

.price-discount {
    display: inline-block;
    position: absolute;
    left: 120%;
    top: 0;
}

ul.product-price-list > li span.discount {
}

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: #ffffff;
    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 {
    display: block;
    float: left;
    font-size: 13px;
    color: #5f5e5e;
    margin-left: 0px;
}

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

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

.product-add {
}

.product-add li {
    float: left;
}

.quantity-minus, .quantity-plus {
    width: 38px;
    text-align: center;
    font-size: 11px;
    padding: 5px 0px 0px 0px;
}

li.quantity-piece {
    position: relative;
}

.quantity-control {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 0px;
}

li.quantity-piece input {
    width: 105px;
    text-align: center;
    box-shadow: none;
    height: 45px;
    border-bottom: 0;
    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 {
    margin: 0px 5px;
    padding: 0px 50px;
    line-height: 45px;
    background: #e83f33;
    color: white !important;
    border-radius: 32px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-family: 'rubik';
}

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

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

.overview-button li {
    display: inline-block;
}

.overview-button li a {
}

.overview-button 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-button .btn-danger {
    font-size: 11px;
}

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

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

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

ul.cargo-list li:last-child {
    border: none;
}

/** KARGO BİTİŞ **/
.alternatives {
    margin-bottom: 25px;
}

.related-product-box {
    border-radius: 6px;
    text-align: center;
}

.related-product-images {
    margin-bottom: 15px;
}

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

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

.related-product-pricebox > div {

    display: inline-block;
    padding-right: 5px;
}

.product-tabs .product-detail-tabs .tab-box:first-child {
    display: block;
}

.product-tabs .product-detail-tabs .tab-box {
    display: none;
    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 {
    display: block;
    line-height: 2;
    color: grey;
}

.product-detail-tabs .tab-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #7a7676;
}

.product-tabs .tabs-navigation ul li {
    display: inline-block;
}

.product-tabs .tabs-navigation ul li a {
    padding: 18px 20px;
    /* background: #ffffff; */
    color: #2d2d2d;
    font-size: 14px;
}

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

.variant-control {
    /*    padding-top: 20px;
        border-top: 1px solid #efefef;
        margin-top: 20px;
        */

}

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

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

.variant-control dl label img {
    width: auto;
    display: none;
}

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

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

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

.product-tabs {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 35px;
}

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

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

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

}

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

.taksit-list-container tbody {
    width: 100%;
}

td.taksit-list {
    /* float: left; */
    border-top: 0;
    /* padding: 0; */
}

.taksit-list-container td {
    border-bottom: 0;
    border-top: 0;
}

/* ÜRÜN DETAYI SONU */

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

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

.tekstil-modulu label {
    font-size: 16px;
    color: black;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    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 #e7e7e7a3;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
}

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

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

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

.size-selector .soldOut, .color-selector .selectedSoldOut, .size-selector .selectedSoldOut {
    background: #f1f1f1;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;

    box-shadow: none !important;
    border: none;
}

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

/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */

/* HESABIM SAYFALARI */
.static-content {

    border: 1px solid #efeeee;
    border-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    margin-top: 0 !important;
}

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

.static-content label {
}

.user-address-box {
    padding: 10px;
    background: #f7f7f7;
}

.address .tab-box {
    display: none;
}

.address .tab-box:first-child {
    display: block;
}

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

.date {
    position: relative;
}

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

.input-group input {
    border: 1px solid #d0d0d0;
    padding: 7px;
}

.input-group input + input {
    position: absolute;
    right: 10px;
}

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

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

.compareHeader {
    position: relative;
}

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

.TablePoints {
    position: relative;
}

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

.compare-container {
    margin-top: 5px;
}

td.compareTd {
    vertical-align: top;
}

tr.compareProductShipping {
    height: 150px;
}

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

tr.compareListAddCart {
    height: 61px;
}

tr.otherProperty {
    height: 67px;
}

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

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

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

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

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

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

.comment-box {
    padding: 20px;
    border: 1px solid #efefef;
    /* box-shadow: inset 0px 0px 56px 0px whitesmoke; */
}

.comment-box p {
    color: #252525 !important;
    font-size: 14px !important;
    margin: 10px 0px !important;
    /* background: #fdfdfd; */
    /* padding: 15px; */
}

.comment-box li span {
    padding: 8px 0px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;

}

.alternative-product-number {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.alternative-product-name a {
    font-size: 13px;
    color: black;
    padding-bottom: 10px;
}

.alternative-product-price, .alternative-product-old-price {
    display: inline-block;
    padding-right: 10px;
}

.alternative-product-old-price {
    text-decoration: line-through;
    color: #a3a2a2;
}

.alternative-product-price {
    font-weight: 500;
}

.alternative-product-price .discount:after {
    line-height: 5px;
    font-family: 'fontawesome';
    content: "\f0dd";

    position: relative;
    top: -2px;
    margin-left: 5px;
}

#account-menu {
    border: 1px solid #ece9e9;
    padding: 10px;
    border-radius: 6px;
}

#account-menu > ul > li > a {
    font-weight: 500;
}

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

#account-menu > ul > li {
    margin-bottom: 15px;
}

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

#customers td, #customers th {
    border: 1px solid #efefef;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #6eaee7;
    color: white;
}

.balance_back {
    width: 50%;
}

.key_back {
    width: 50%;
}

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

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

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

.pbxstyle2 {
    height: 150px;
    display: block;
    /*padding: 8px 35px 8px 14px;*/
    margin: 10px 0;
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pbxstyle2 tbody {
    height: 150px;
    width: 100%;
}

.pbxstyle2 tr {
    height: 75px;
    width: 100%;
}

.pbxstyle5 {
    align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* 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;
    margin-bottom: 20px;
}

.register-form ul li {
    position: relative;
}

.register-form ul .form-group > label {
    display: none;
}

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

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

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

.user-type tr:hover label {
    text-decoration: underline;
}

.user-type tr input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}

.user-type label {

    margin-bottom: 0;
}

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

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

.captha, .captha-2 {
    position: relative;
}

.captha img, .captha-2 img {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
    border-radius: 4px;
}

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

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

.register-btn:before {
    float: left;
    background: #5c99d0;
    line-height: 42px;
    width: 56px;
    color: white;
    border-right: 1px solid #5f8cb3;
    content: "\f234";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

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

.facebook-register label {
    float: left;
}

.facebook-register label a, .captcha label a {
    color: #307bbe;
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 500;
}

.facebook-register p {
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #efebeb;
    padding: 20px;
}

.register-icons li span {
    font-size: 32px;
    float: left;
    text-align: center;
    line-height: 50px;
}

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

.register-icons .icon-content h3 {
    font-size: 15px;
    font-weight: 400;
}

.register-icons .icon-content p {
    font-size: 13px;
    color: #404040;
    line-height: 22px;
    font-weight: 300;
}

.register-icons .icon-content {
    padding-top: 5px;
    text-align: left;
    border: none;
}

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

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

/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */

/* İLETİŞİM SAYFASI */
.contact ul li {
    margin-bottom: 22px;
    display: block;
    width: 100%;
    float: left;
}

.contact ul li i {
    width: 55px;
    height: 55px;
    margin: 0px auto;
    background: #f6f6f6;
    line-height: 55px;
    font-size: 18px;
    border-radius: 50%;
    color: #6eaee7;
    text-align: center;
    float: left;
    margin-right: 15px;
    -webkit-column-break-before: 45px;
}

.contact ul li .inner-table {
    display: table;
}

.contact ul li .inner-table span {
    display: table-cell;
    vertical-align: middle;
}

.dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"] {
    width: 18px;
    display: inline-block;
    height: 18px;
    float: left;
    margin-right: 5px;
}

/* İLETİŞİM SAYFASI SON */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.sidebar-button {
    border: 1px solid #6eaee7;
    color: #6eaee7;
    padding: 12px 18px;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    left: 15px;

    background: none;
    display: none;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #000000;
    color: #fff;
    transition: all 0.3s;

    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e13226;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 0px;
    line-height: 0px;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px;
    background: #e83f33;
}

#sidebar .sidebar-header h3 {
    font-size: 18px;
    font-weight: 300;
}

#sidebar ul.components {
    /* padding: 20px 0; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;

    color: white;
}

#sidebar .cat-image-box {
    display: none;
}

#sidebar ul li a:hover {
    color: #5f9cd2;
    background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #5f9cd2;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #7fbbf1;
}

#sidebar ul li ul li {
    background: #7fbbf1;
}

#sidebar ul li ul li ul {
    padding-left: 30px;
    background: transparent;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* FOOTER BAŞLANGICI */
#footer {
    background: #f0f0f0;
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
}

.footer-top {
    background: #f0f0f0;
    padding: 45px 0px;
    border-bottom: 1px solid #e9e7e7;
}

.footer-content {
    margin-top: 20px;
    padding-top: 40px;
    /* border-top: 1px solid #e0dbdb; */
}

.footer-title {
    color: #1d1d1d;
    font-size: 16px;
    /* letter-spacing: 0.02em; */
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-links li a {
    position: relative;
    padding-left: 15px;
    color: #615d5d;
    line-height: 37px;
    display: flex;
    align-items: center;
}
.contact-us li a{
    display:block;
}
.footer-links li a:before {
    border-radius: 100%;
    left: 0;
    position: absolute;
    content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    color: #b7b5b5;
}

.contact-us li a:before {
    display: none;
}

.contact-us li a {
    padding-left: 0;
}

.contact-us li a span {
    font-weight: 600;
    color: black;
    font-size: 14px;
}

#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;
    background: #e83f33;
    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;
}

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

.footer-newsletter span {

}

ul.footer-social {
    text-align: right;
}

.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: 5px;
    background: white;
}

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

.footerBottom {
    background-color: #e9e9e9;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    margin-top: 30px;
    color: #fff7f7;
    font-size: 13px;
    color: #323131;
}

.footer_ref {
    text-align: right;
}

.footer_ref a {
    color: #323131;
    font-size: 13px;
}

/* FOOTER SONU */
.xzoom3 {
    border: 1px solid #efefef;
    border-radius: 6px;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.hidden {

    opacity: 0;
}

.visible {
    opacity: 1;
}

.dataPager span, .dataPager a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#urunResimListContainer li a img {
    height: auto;
    width: 100%;
}

#urunResimListContainer li:last-child {
    margin-right: 0px;
}

#urunResimListContainer ul {
    display: flex;
}

#urunResimListContainer li {
    flex: 1 1 100%;
    float: left;
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #f6f6f6;
    margin-right: 10px;
    margin-top: 10px;
    max-width:100px;
}
#urun-image-container {
    border: 1px solid #f6f6f6;
}

.product-add ul {
    float: left;
}

.product-add .quantity-button {
    display: flex;
}

.add-to-cart-detail-buy {
    margin: 0px 5px;
    padding: 0px 50px;
    line-height: 45px;
    background: #4bd694;
    color: white !important;
    border-radius: 32px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-family: 'rubik'
}

.product-user-meta > div {

    line-height: 35px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.product-user-meta a {

    color: #000;
    font-size: 13px;
}

.product-varyant-meta .urunSecimTable {
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    clear: both;
    padding: 0px;
}

.product-varyant-meta table.urunSecimTable tr:first-child {
    background-color: #f3f3f3;
    color: #333;
    font-size: 14px;
}

.product-varyant-meta table.urunSecimTable tr {
    line-height: 32px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding: 6px 20px;
    background: #fdfdfd;
    background-color: #fdfdfd;
    color: #333;
    font-size: 14px;
}

.product-varyant-meta .urunSecimTable td {
    padding: 0px;
    width: 100%;
    display: block;
}

.product-varyant-meta .urunSecimTable .UrunSecenekleriHeader {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

.product-varyant-meta ul.urunSecim {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-varyant-meta ul.urunSecim li {
    flex: 14%;
    max-width: 76px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
}

.product-varyant-meta {
    display: block;
    margin-bottom: 15px;
}

.widget-products h2 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    margin-left: -10px;
    margin-bottom: 10px;
}

ol.breadcrumb {

    margin-bottom: 25px;
}

.blog-image a img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

#sliderContainer .owl-nav {
    width: 95%;
    display: flex;
    height: 0.1px;
    bottom: 75px;
    margin: auto;
    left: 0px;
    right: 0px;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

#sliderContainer .owl-nav div {
    border: 1px solid #565657;
    background: #ffffff !important;
    padding: 0px !important;
    color: black !important;
    border-radius: 50% !important;
    width: 40px;
    text-align: center;
    font-size: 33px;
    margin-left: 15px;
    line-height: 39px;
    font-weight: bold;
}

.my-cart-item img {
    width: 35px;
}

.my-user {
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 18px;
    max-width: 151px;
    padding: 0px 30px 0px 0px;

}

.my-user-item-left {
    margin-right: 5px;
    display: block;
    width: 35px;
}

.my-user-item-right a:first-child {
    font-size: 15px;
    color: #e83f33;
}

.my-user-item-right a:last-child {
    font-size: 13px;
}

.icon-widget-image img {
    width: 40px;
}


.icon-widget-content p {
    font-weight: bold;
    color: #e83f33;
}

.call-us img {
    width: 40px;
}

.call-us {
    align-items: end;
    display: flex;
}

.navbar-expand-lg .navbar-collapse{
    place-self: flex-start;
}


.main-container.col1-layout {
    background-color: #fafafa;
    padding: 15px 25px;
    border: 1px solid #ddd;
}

.main-container.col1-layout  .sf-form-container {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.page-login .main-container.col1-layout {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.menu_list .menu_head {
    flex: 0 0 24%;
    background-color: #ddd;
    text-align: center;
    line-height: 35px;
    margin: 0px;
    margin-right: 10px;
    margin-top: 11px;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
}


div#shopphp-payment-body-step1, div#shopphp-payment-body-step2, div#shopphp-payment-body-step3, div#shopphp-payment-body-step4, div#shopphp-payment-body-step5 ,.tabs-container{
    width: 100%;
}

.tabs-footer > div label {
    display: flex;
    align-items: center;
}