* {
    font-family: 'Exo 2', sans-serif;
    box-sizing: border-box;

}

[data-control=""], [data-control="0"] {
    display: none !important
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

input, select {
    font-family: 'Exo 2', sans-serif;

}

input[type="submit"], button {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

p {
    display: block;
    padding-top: 5px
}

b, strong {
    font-weight: 700;
}

ol, ul {
    list-style: none
}

li {
    display: list-item
}

table {
    font-size: 11px
}

th, td, caption {
    font-weight: 300;

    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px
}

q {
    quotes: none
}

q:before, q:after {
    content: '';
    content: none
}

sub, sup, small {
    font-size: 75%
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    overflow: hidden
}

a:hover {
    text-decoration: none;
   
}

a:active {
    outline: none
}

a:focus {
    outline: none
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

img {
    border: 0;
    display: block
}

a {
    color: #2f2f2f
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: normal;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: normal;
}

.clear {
    clear: both
}

.img-responsive {
    width: 100%;
    height: auto;
}

#header-top {
    clear: both;
    padding: 4px 0;
    font-size: 13px;
    background: #403042;

    display: table;
    width: 100%;
}

#header-top .user-nav-wrap a{
    font-size: 13px;
    color: #fff;
    line-height: 29px;
}

#header-top .user-nav-wrap a i{
    margin-right: 5px;
}

.user-nav-wrap ul li {
    margin-right: 15px;
    border-right: 1px solid #6a536c;
    padding-right: 15px;
}

.user-nav-wrap ul li:last-child {
    margin-right: 0px;
    border-right: 0px;
    padding-right: 0px;
}


#header-mid {
    background: #4c394e;

}

.header-logo-wrapper {
    padding: 10px 0 10px 0;
    position: relative;
}

.header-search-form {
    margin-top: 15px;
    display: inherit;

    border-radius: 4px;
    overflow: hidden;
}

.btn-primary {
    background: #403042;
    background: -moz-linear-gradient(#fa6220 0%, #dd4705 100%);
    background: -webkit-linear-gradient(#fa6220 0%, #dd4705 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa6220), to(#dd4705));
    background: -o-linear-gradient(#fa6220 0%, #dd4705 100%);
    background: linear-gradient(#fa6220 0%, #dd4705 100%);
}

#header-top .btn-default {
    background: #f8f8f8;
    background: -moz-linear-gradient(#fafafa 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(#fafafa 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));
    background: -o-linear-gradient(#fafafa 0%, #eaeaea 100%);
    background: linear-gradient(#fafafa 0%, #eaeaea 100%);
    line-height: 20px;
    display: inline-block;
    padding: 0px 7.61px;
    font-size: 10px;
    text-transform: uppercase;
}

.header-search-button {
    border: 3px solid #403042;
    line-height: 1.28;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: url(../images/search.png);
    background-position: 9px 7px;
    background-repeat: no-repeat;
    background-color: #403042;
    background-size: 27px;

}

.header-search-input {
    border: 3px solid #403042;
    font-size: 14px;
    background-color: #fff !important;
    
}

.header-search-select {
    border: 3px solid #403042;
    font-size: 14px;
    background-color: #fff !important;
    border-right: 0px;
    width: 125px;
    padding: 5px;
}

.header-sepet {
    display: block;
    width: 100%;
    padding-left: 45px;
    height: 46px;
    margin-top: 15px;
    background: #fff url(../images/cart.png) no-repeat 7px 7px;

    border-radius: 3px;
}

.header-book {
    display: block;
    width: 100%;
    padding-left: 45px;
    height: 46px;
    margin-top: 15px;
    background: #fff url(../images/book.png) no-repeat 7px 7px;

    border-radius: 3px;
}

.header-sepet span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    padding-top: 10px;
}

.header-sepet span.sepet-pill {
    color: #fff;
    background-color: #403042;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 8px;
    border-radius: 12px;
    margin-top: -3px;
    display: none;
    margin-right: -4px;
}

#main-navigation {
    border-top: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    height: 52px;
}

#main-navigation .navigation-list {
    float: left;
    width: 100%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    background: url(../images/nav-bg.png) no-repeat right top;
}

.mobil-button {

    color: #fff;
}
#main-navigation .navigation-list > li {
    float: left;
    width: 16.5%;
    text-align: center;
    position: static;
    display: block;
}

#main-navigation .navigation-list > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #777;
    line-height: 20px;
    padding: 15px;
    background: url(../images/nav-bg.png) no-repeat top left;
    text-transform: uppercase;
}

#main {
    margin-bottom: 30px;
    margin-top: 20px;
}

.brand-list {

}

.brand-list .brand-item {
    border: 1px solid #ddd;

    margin-top: 15px;
}

.brand-list .brand-item img {
    width: 100%;
}

.product-owl-list {

}

.product-owl-list > h2 {
    display: flex;
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
    text-transform: uppercase;
}

.product-owl-list > h2 i {
    color: #f9611f;
    font-size: 20px;
    margin-right: 5px;
}

.product-owl-list .owl-carousel-item .product-title {
    height: 35px;
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
    line-height: 17px;
    overflow: hidden;
}

.product-owl-list .owl-carousel-item img {
    height: 295px;
}

.product-owl-list .owl-carousel-item .hover-img {
    display: none;
}

.product-owl-list .owl-carousel-item {
    border: 1px solid #ddd;
}

.product-owl-list .owl-carousel-item .wrapp-swap {
    padding: 7.5px;
}

.product-owl-list .owl-carousel-item .add_to_cart_button {
    background-color: #f05816;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    margin-top: 3px;
}

.product-owl-list .owl-carousel-item .product-item-oran > div {
    color: #fff;
    background-color: #ed1717;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

.product-owl-list .owl-carousel-item .product-item-oran > div b {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.product-owl-list .owl-carousel-item .swap-elements > div:last-child del {
    font-size: 15px;
    line-height: 25px;
    color: #7a7878;
    display: block;
}

.product-owl-list .owl-carousel-item .swap-elements > div:last-child b {
    font-size: 19px;
    line-height: 15px;
    display: block;
}

.product-owl-list .owl-carousel-item .swap-elements > div:last-child {
    font-weight: 700;
    line-height: 14px;
    padding-left: 6px;
}

.product-owl-list .owl-carousel-item .swap-elements {
    display: flex;
}

.banner-list div {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 3px;
}

.footer-global {
    background-color: #fcfcfc;
    color: rgba(51, 51, 51, .9);
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #dfdfdf;
}

#global_up_con {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    content: "";
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #444444;
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    color: #fff;
}

.footer-menu-col h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}

.footer-menu-col ul {
    list-style: none;
}

.footer-menu-col ul li {
    margin-bottom: 7px;
}

.footer-menu-col ul li a i {
    font-size: 6px;
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 5px;
}

.footer-menu-col ul li {
    list-style: none;
    line-height: 23px;
    justify-items: center;
    justify-content: center;
}

.newsletter-backed {
    text-align: left;
    font-size: 15px;

}

.newsletter-backed label {
    cursor: pointer;

}

.newsletter-backed label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #9c9c9c;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.newsletter-backed [type=checkbox]:checked + label:before {
    background-color: #9c9c9c;

}

.newsletter-backed [type=checkbox] {
    display: none;
}

.newsletter-backed form {
    display: block;
    border: 1px solid #9c9c9c;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newsletter-backed form input {
    display: block;
    border: 0px;
    padding: 10px;
    width: 100%;
}

.newsletter-backed form button {
    background-color: #f05816;
    border: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 88%;
    margin: 2.5px;
    color: #fff;
    font-size: 20px;
}

.bank-list div {
    margin: 0 10px 10px 10px;
}

.bank-list {
    display: flex;
    align-items: center;
}

.footer-bottom {
    background-color: #fff;
    line-height: 33px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
}

.footer-bottom p {
    display: block;
}

.product-item .product-title {
    font-size: 17px;
    margin-bottom: 7px;
}

.product-item .hover-img {
    display: none;
}

.product-item {
    border: 1px solid #ddd;
    display: block;
    margin-top: 15px;
}

.product-item .wrapp-swap {
    padding: 7.5px;
}

.btn-add {
    display: flex;
}

.add_to_cart_button {
    background-color: #f05816;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    margin-top: 3px;
    flex: 1 1 100%;
    margin-right: 2.5px;
}

.add_to_views_button {
    flex: 1 1 100%;
    background-color: #403042;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    margin-top: 3px;
    margin-left: 2.5px;
}

.product-item .product-item-oran > div {
    color: #fff;
    background-color: #ed1717;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

.product-item .product-item-oran > div b {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.product-item .swap-elements > div:last-child del {
    font-size: 15px;
    line-height: 25px;
    color: #7a7878;
    display: block;
}

.product-item .swap-elements > div:last-child b {
    font-size: 19px;
    line-height: 15px;
    display: block;
}

.product-item .swap-elements > div:last-child {
    font-weight: 700;
    line-height: 14px;
    padding-left: 6px;
}

.product-item .swap-elements {
    display: flex;
}

.product-pagination ul {
    display: flex;
}

.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    justify-content: center;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #403042;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #403042;
    border-color: #403042;
    cursor: default;
}

.zoomContainer {
    display: none !important;
}

.product-single {

}

#urun-image-container a img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
}

ul.tab-heads li.active {
    border-bottom-color: #403042;
}

ul.tab-heads li {
    background-color: #fafafa;
    flex: 1 1 100%;
    line-height: 50px;
    color: #282727;
    border-right: 1px solid #cecece;
    border-bottom: 2px solid #ddd;
    padding: 0px 15px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

ul.tab-heads li i {
    margin-right: 5px;
}

ul.tab-heads {
    margin-top: 15px;
    display: flex;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    border: 0px;
    border-right: 0px;
}

.tab-contents .tab-content-style {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px;
    line-height: 25px;
    font-size: 16px;
}

ul.product-property {
    margin: 0px;
    padding: 0px;
}

ul.product-property li {
    display: flex;
    border: 1px solid #edebeb;
    margin-bottom: 1px;
    background-color: #ddd;
    font-size: 14px;
    line-height: 27px;
    padding-left: 10px;
}

ul.product-property li:nth-child(odd) {
    background-color: #f7f7f7;

}

ul.product-property li div {
    flex: 1 1 100%;
    text-align: left;

}

ul.product-property li div:first-child {
    flex: 0 0 125px;
    border-right: 1px solid #edebeb;
    margin-right: 10px;

}

.indirim {
    display: block;
    float: left;
    width: 20%;
    max-width: 65px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #ec6f00;
    color: #ec6f00;
    margin-right: 1em;
    line-height: 12px;
    font-size: 14px;
    padding-bottom: 5px;
}

.indirim b {
    display: block;
    font-size: 19px;
    line-height: 17px;
    margin-top: 5px;
}

.product-money > div > div:last-child {
    font-size: 21px;
    font-weight: 600;
}

.product-money > div > div:first-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 5px;
}

.product-money > div {
    margin-right: 10px;
}

.product-money {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.satis_fiyati {
    margin-top: 7px;
}

.piyasa_fiyati {
    margin-top: 7px;
}

.stockerdetayd {
    background-color: #f20404;
    line-height: 40px;
    width: auto;
    display: inline-block;
    padding: 0px 21px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.filters-area {
    border: 1px solid #c2c2c2;
    margin-bottom: 15px;

}

.filters-inner-area {
    padding: 10px;
}

.filter-widget {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.filter-widget:last-child {
    border-bottom: 0px;
}

.filter-widget input {
    display: none;
}

.filter-widget label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #c2c2c2;
    display: inline-block;
    margin-right: 5px;
}

.filter-widget input:checked + label:before {
    background-color: #c2c2c2;
}

.filter-widget label {

    display: block;
    line-height: 30px;
}

.filter-widget h5, .filters-inner-area h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0px;
    margin-top: 0px;
}

.header-page-wrapper {
    background-color: #403042;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.header-page-wrapper .BreadCrumb, .header-page-wrapper a {

    color: #fff;
}

.header-page-wrapper nav {
    display: flex;
}

.main-page-wrapper .products-grid .product-item {
    margin-top: 0px;
    margin-bottom: 15px;
    display: block;
}

.main-page-wrapper .products-grid .product-item .product-element-img {
    height: 295px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main-page-wrapper .products-grid .product-item .product-element-img img {
    width: 100%;
    height: auto;
}

.main-page-wrapper .products-grid .product-item .product-title {
    font-size: 17px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jslider .jslider-bg i, .jslider .jslider-pointer {
    background-image: none !important;
}

.jslider .jslider-bg .v {
    background-color: #f4f4f4;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-left: 0;
    height: 8px !important;
}

.jslider .jslider-pointer {

    background-color: #aaa7a7 !important;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.jslider {
    display: block;
    width: 99% !important;

}

.product-meta {
    padding-left: 25px;
}

.product-meta .product-title {
    margin-bottom: 10px;
}

.product-meta .product-mega-btn:after {
    content: "ADET";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    width: 32px;
    bottom: 0px;
}

.product-meta .product-mega-btn input[type="button"] {
    flex: 0 0 50px;
    border: 0px;
    padding: 0px;
    background-color: #ec6f00;
    font-size: 30px;
    color: #fff;
}

.product-meta .product-mega-btn input[type="text"] {
    width: 100%;
    border: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 6px;
    padding-bottom: 10px;
}

.product-mega-cointer {
    display: flex;
    margin-bottom: 15px;

}

.product-meta .product-mega-btn {
    position: relative;
    display: flex;
    border: 2px solid #ec6f00;
    width: 160px;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 160px;
}

.product-meta .sepet2go {
    display: block;
    line-height: 49px;
    background-color: #e61000;
    color: #fff;
    text-align: center;
    font-size: 21px;
    border-radius: 3px;
    flex: 0 0 175px;
    margin: 0px;
    margin-left: 15px;
}

.anindaGonderim {
    margin-bottom: 10px;
}

.product-tag a {
    font-size: 13px;
    color: #4d4d4d;

}

.product-tag {
    margin-top: 10px;
}

.product-item-user > div * {
    color: #282727;
}

.product-item-user > div {
    background-color: #fafafa;
    margin-bottom: 10px;
    color: #282727;
    line-height: 30px;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #cecece;
}

.new_search {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 6px 10px #0000002e;
    top: 65px;
    z-index: 99;
    border: 1px solid #e9e9e9;
    left: 0;
    right: 0;
    margin: auto;
}

.new_search:after {
    bottom: 100%;
    left: 3px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.new_search:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: 10px;
}

.new_search ul li > div > a img {
    width: 100%;
    height: auto;
}

.new_search ul li {
    display: flex;
    align-items: center;
}

.new_search ul li > div:last-child ul li {
    font-size: 12px;
    margin-bottom: 3px;
}

.new_search ul li > div:last-child h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.new_search ul li > div:last-child {
    flex: 1 1 100%;
}

.new_search ul li > div:first-child {
    flex: 0 0 75px;
    margin-right: 10px;
}

.new_search > ul > li {
    display: flex;
    align-items: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.search-loading img {
    display: inline-block;
}

.search-loading {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.search-content-all a {
    background-color: #403042;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 3px;
}

.sepet-long span {
    padding-top: 12px;
    font-size: 17px;
    color: #000;
    margin-right: 5px;
}

.sepet-long {
    display: flex;
    font-size: 22px;
    align-items: center;
}

.sepet-info {
    text-transform: uppercase;
    background: #c64309;
    color: #fff;
    border: none;
    box-shadow: none;
    border: 1px solid #a93907;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}

.sepet-info a {
    color: #fff !important;
}

#main-navigation .navigation-list > li:hover > a {
    color: #403042;
}

#main-navigation .navigation-list > li:hover > div {
    display: block;
}

.sub-menu-dropdown {
    width: 100%;
    position: absolute;
    left: 0px;
    background-color: #333;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 6px 10px #0000002e;
    top: 50px;
    z-index: 99;
    border: 1px solid #e9e9e9;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

ul.sub-menu > li:nth-child(4n+4) {
    margin-right: 0px;
}

.sub-brad-dropdown ul.sub-menu > li {
    flex: 0 0 16%;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.sub-brad-dropdown ul.sub-menu > li > a {
    color: #2f2f2f;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 15px;
}

ul.sub-menu > li.menu-type-marka {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.sub-menu > li.menu-type-marka:after {
    display: none;
}

ul.sub-menu > li.menu-type-marka > a {
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px;
    height: 100px;
    font-size: 12px;
    text-align: left;
}

ul.sub-menu > li.menu-type-marka > a:before {
    display: none;
}

ul.sub-menu > li.menu-type-marka > a > img {
    border: 1px solid #ddd;
    width: 75px;
    height: auto;
    margin-right: 10px;
    margin-left: 5px;
}

.sub-brad-dropdown ul.sub-menu > li > a:hover {
    color: #403042;

}

ul.sub-menu > li > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02e";
    margin-right: 7px;
}

ul.sub-menu > li > a {
    color: #403042;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    /* position: fixed; */
}

ul.sub-menu > li:after {
    content: "";
    border-bottom: 1px solid #979797;
    display: block;
    position: absolute;
    bottom: -2.8px;
    width: 100%;
}

ul.sub-menu > li {
    flex: 0 0 24%;
    font-size: 14px;
    margin-bottom: 25px;
    margin-right: 15px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 8px;
    position: relative;
}

ul.sub-menu > li > ul {

    font-size: 14px;
    height: 145px;
    overflow: overlay;

}

ul.sub-menu > li > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

ul.sub-menu > li > ul::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

ul.sub-menu > li > ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

ul.sub-menu > li > ul li a:hover {
    color: #403042;
}

ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.iconListe span {
    width: 75px;
    text-align: center;
    border-radius: 2px;
    line-height: 11px;
    border: 1px solid #0000003d;
}

.iconListe span.ri-indirimde {
    background-color: #ee1717;
}

.iconListe span.ri-yeni {
    background-color: #f66322;
}

.iconListe span.ri-aninda-gonderim {
    background-color: #2551f4;
}

.iconListe span.ri-ucretsiz-kargo {
    background-color: #0fd343;
}

.iconListe span.ri-tukendi {
    background-color: #605c5c;
}

#home-front.owl-carousel .owl-item img {
}

.spbanner img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

.spbanner {
    text-align: center;
    display: flex;
}

.spbanner a {
    width: 100%;
}

.content-404 * {
    font-size: 21px;
}

.content-404 i {
    font-size: 55px;
    margin-right: 10px;
}

.content-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 25px 0px;
}
.banner-list {
    margin-top: 85px;
}
.tukendigizle {
     display:none;
}
