﻿html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
}
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
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #e5e5e5;
    font-family: 'Titillium Web', sans-serif;

}

.header-backed {
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 0px 0px 16px;
}

.header-top {
    background-color: rgb(255, 255, 255);
    padding: 10px 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
}

.header-backed .topLink {
    padding-top: 8px;
    padding-bottom: 1px;
    line-height: 1;
    margin: 0px auto;
}

.header-global {
    padding: 25px 0px 0px;
    display: inline-block;
    width: 100%;
}

.header-backed .header-global .home-search-panel {
    position: relative;
    width: 100%;
    display: block;

}

.header-backed .header-global .home-search-panel input {
    padding-left: 150px;
    border: 2px solid #619664;
	background-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-image: url('') initial;
    width: 100%;
    border-radius: 5px;
    padding-left: 145px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-backed .header-global .search-area .select-main {
    position: absolute;
    z-index: 11;
    width: 150px;
    padding: 0px;
}

.header-backed .header-global .home-search-panel select {
    display: none;
}

.header-backed .header-global .search-area .select-main ul.select-options {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 1px 0px;
    position: relative;
    top: -3px;
    display: none;
    left: 23px;
    padding: 10px;
}

.header-backed .header-global .search-area .select-main ul.select-options:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
}

.header-backed .header-global .search-area .select-main ul.select-options:before {
    content: "";
    width: 20px;
    height: 20px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-webkit-radius: 4px;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: calc(50% - 9px);
    border: 1px solid #d4d4d4;
    background: #FFF;
}

.header-backed .header-global .search-area .select-main ul.select-options li {
    line-height: 31px;
    cursor: pointer;
    font-size: 14px;
}

.header-backed .header-global .search-area .select-main ul.select-options li:hover {
    text-decoration: underline;
}

.header-backed .header-global .search-area .select-main .select-type {
    position: relative;
    top: 1px;
    left: 13px;
    padding: 10px;
    cursor: pointer;
}

.header-backed .header-global .home-search-panel .search-button {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-backed .header-global .home-search-panel .search-button button {
    background-color: #f18418;
    border: 0px;
    color: #fff;
    padding: 13px;
    padding-left: 16px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: #619664;
    margin: 0px;
    border-left: 2px solid #619664;
}

.header-backed .header-global #MyAccount .icon-view-account {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    width: 75px;
    min-height: 48px;
    border: 2px solid #919191;
    white-space: nowrap;
    padding: 9px 10px 6px 47px;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    background-image: url(../images/user.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 18px center;
}

.header-backed .header-global #MyAccount .icon-view-account > i {
    font-size: 23px;
    color: #919191;
    position: relative;
    left: -5px;
}

.header-backed .header-global #MyAccount .icon-view-account .accountToggle {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    height: auto;
    border: 2px solid #919191;
    background: #FFF;
    z-index: 5;
    position: absolute;
    top: 60px;
    padding: 0 16px 24px;
    box-sizing: border-box;
    visibility: hidden;
    cursor: default;
}

.header-backed .header-global #MyAccount .icon-view-account:hover .accountToggle {
    visibility: visible;
}

.header-backed .header-global #MyAccount .icon-view-account .accountToggle .translateSquare {
    width: 20px;
    height: 20px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-webkit-radius: 4px;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: calc(50% - 9px);
    border: 2px solid #919191;
    background: #FFF;
}

.header-backed .header-global #MyAccount .icon-view-account .accountToggle .usersProcess {
    background-color: #FFF;
    position: relative;
    padding-top: 23px;
    z-index: 2;
}

.header-backed .header-global #MyAccount .icon-view-account .accountToggle .usersProcess ul li {
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.accountToggle:before {
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    position: absolute;
    content: "";
}

.header-backed .header-global #MyAccount .icon-view-basket {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    width: 75px;
    min-height: 48px;
    border: 2px solid #919191;
    white-space: nowrap;
    padding: 9px 10px 6px 47px;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    background-image: url(../images/shopping-cart.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #919191;
    margin-left: 15px;
}

.header-backed .header-global #MyAccount .icon-view-basket a {
    display: block;
    position: relative;
}

.header-backed .header-global #MyAccount .icon-view-basket a #toplamUrun {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    height: 20px;
    min-width: 20px;
    width: auto;
    display: block;
    font-size: 11px;
    line-height: 16px;
    background-color: #FFF;
    border: 2px solid #919191;
    color: #919191;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -5px;
}

.navigation {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    width: 100%;
    height: 48px;
    background-color: #619664;
    position: relative;
}

.navigation .navigation-shopphp {
    position: relative;
    height: 48px;
    margin: 0 auto;
}

.navigation .navigation-shopphp .menu > li {
    width: 11.11%;
    height: 48px;
    float: left;
    font-size: 12px;
    line-height: 1.2;
}

.navigation .navigation-shopphp .menu > li {
    border-top: 5px solid #619664;
    border-bottom: 5px solid #619664;
}

.navigation .navigation-shopphp .menu > li.active, .navigation .navigation-shopphp .menu > li:hover {
    background-color: #FFF;
    border-bottom: 5px solid #FFF;
}

.navigation .navigation-shopphp .menu > li > a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    position: relative;
    cursor: default;
    cursor: pointer;
}

.navigation .navigation-shopphp .menu > li.active > a, .navigation .navigation-shopphp .menu > li:hover > a, .navigation .navigation-shopphp .nav-home-shopphp .menus li a {
    color: #619664;
}

.navigation .navigation-shopphp .menu > li > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.navigation .navigation-shopphp .menu {
    margin: 0px;
    padding: 0px;
}

.navigation .navigation-shopphp .menu > li > a:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    background-color: rgba(0, 0, 0, 0.12);
    position: absolute;
    right: 0;
}

.navigation .navigation-shopphp .nav-home-shopphp {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    z-index: -1;
    visibility: hidden;
    box-shadow: 3px 5px 5px #ddd
}

.navigation .navigation-shopphp .menu > li:hover .nav-home-shopphp {
    visibility: visible;
    z-index: 9999;
    padding: 15px;
}

.navigation .navigation-shopphp .nav-home-shopphp .col-sm-8 > ul {
    display: flex;
    flex-wrap: wrap;
}

.navigation .navigation-shopphp .nav-home-shopphp .col-sm-8 > ul > li {
    font-size: 16px;
    flex: 1 1 22%;
    font-weight: 600;
}

.navigation .navigation-shopphp .nav-home-shopphp .col-sm-8 > ul > li > a {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-right: 15px;
}

.navigation .navigation-shopphp .menu > li ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

.box-container {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background-color: #FFF;
    padding: 0;
    overflow: hidden;
}

.banner-col a {
    padding: 5px;
    display: inline-block;
    width: 100%;
    
}

.banner-col a img {
    width: 100%;

}

#tabs-navigation {
    margin-top: 24px;
}

#tabs-navigation .tabs-navigation {
    padding: 0px;
    margin: 0px;
}

#tabs-navigation .tabs-navigation.old li {
    width: 20%;
    display: block;
    float: left;
    position: relative;
}

#tabs-navigation .tabs-navigation.old li a.item-link.expanded {
    color: #fff;
    background-color: #619664 !important;
    border-color: #619664 !important;
}

#tabs-navigation .tabs-navigation.old li a.expanded:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$msVal)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#tabs-navigation .tabs-navigation.old li a.item-link {
    border-bottom: 1px solid #e5e5e5 !important;
    line-height: 50px;
    display: block;
    text-align: center;
    background-color: #fff;
}

#tabs-navigation .block-item {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    text-align: center;
}

#tabs-navigation .block-item:nth-child(4n + 0) {
    border-right: #fff;
}

#tabs-navigation .block-item .box {
    padding: 20px 20px 16px;
    display: block;
    min-height: 360px;
}

.block-item .product-image {

    width: 180px;

    height: 180px;

    border: 0;

    margin: 0 auto;

    display: inherit;

}



.block-item .title {

    height: 34px;

    font-weight: 400;

    display: block;

    display: -webkit-box;

    text-align: left;

    margin: 4px 0 0;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    -moz-box-orient: vertical;

    color: #484848;

    overflow: hidden;

    line-height: 1.35em;

    font-size: 14px;

    margin-top: 10px;

    text-align: center;

    margin-bottom: 15px;

}



.block-item .badge-container > div:last-child {
    flex: 0 0 105px;
    text-align: left;
}

.block-item .badge-container > div:last-child * {
    display: block;
}

.block-item .badge-container > div:first-child {
    flex: 0 0 45px;
    line-height: 19px;
    height: 30px;
    font-size: 15px;
}

.block-item .badge-container > div:first-child small {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

.block-item .badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-item .badge.highlight {
    background-color: #8e8633 !important;
    border-right: 10px solid #fff;
    border-radius: 0px !important;
}

.block-item .badge-container > div:last-child .price.old {
    font-size: 14px;
    color: #919191;
    font-weight: 500;
    line-height: 8px;
}

.block-item .badge-container > div:last-child .price {
    font-size: 19px;
    color: #414141;
    font-weight: 700;
}

.block-item .add-to-basket {
    background-color: #444444;
    display: inherit;
    width: 65%;
    margin: 15px auto 15px;
    border: 0px;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
}

.grid .block-item {
    border-right: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    padding: 15px 0px;
}

.results-container {
    width: 100.7%;
    padding-left: 15px;
    padding-right: 19px;
}

.box-container-slider footer {
    padding-top: 24px;
    padding-bottom: 24px;
}

.box-container-slider header {
    margin-top: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-align: center;
    color: #484848;
    font-size: 18px;
    font-weight: 600;
}

.box-container-slider .owl-nav div.owl-prev, .box-container-slider .owl-nav div.owl-next {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: #FFF;
}

.footer-global {
    background-color: #FFF;
    color: rgba(51, 51, 51, .9);
    margin-top: 24px;
    padding-top: 30px;
}

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

#main-owl-carousel, #days-owl-carousel {
    margin: 24px 0px;
}

#main-owl-carousel .owl-item img {
    width: 100%;
}

#days-owl-carousel h2 {
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 7.5px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 7.5px;
}

#days-owl-carousel .block-item .title {
    height: 16px;

    margin-bottom: 7px;
}

#days-owl-carousel .box-container {
    padding-bottom: 7.5px
}

.product-list .owl-dot {
    margin: 0 5px 17px;
}

.product-list .owl-dots .owl-dot {
    display: inline-block;
    margin: 8px 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-webkit-radius: 10px;
    zoom: 1;
    padding: 3px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}

.product-list .owl-dots .active.owl-dot {
    background-color: #444444;
    border-color: #444444;
}

.product-list .owl-dots {
    text-align: center;
    top: 15.5px;
    position: relative;
}

.sort-backed > div:first-child button {
    font-size: 12px;
    border: 0px;
    background-color: #ddd;
    color: #6a6a6a;
    width: 24%;
    margin: 0px;
    display: block;
    float: left;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sort-backed > div:first-child button.active {
    color: #fff;
    background-color: #619664;
}

.sort-backed > div:last-child {
    flex: 0 0 25%;
    justify-items: right;
    display: flex;
    justify-content: flex-end;
}

.sort-backed > div:last-child button.grid {
    border: 0px;
    border: 2px solid #919191;
    padding: 13px 15px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    line-height: 0px;
}

.sort-backed > div:last-child button.grid:before {
    content: "";
    background-color: #919191;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
}

.sort-backed > div:last-child button.grid:after {
    content: "";
    background-color: #919191;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 14px;
    top: 0px;
}

.sort-backed > div:last-child button.list {
    border: 0px;
    border: 2px solid #919191;
    padding: 13px 15px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 0px;
}

.sort-backed > div:last-child button.list:before {
    content: "";
    background-color: #919191;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
}

.sort-backed > div:last-child button.grid.active {
    border: 2px solid #619664;
}

.sort-backed > div:last-child button.grid.active:before {
    background-color: #619664;

}

.sort-backed > div:last-child button.grid.active:after {

    background-color: #619664;

}

.sort-backed > div:last-child button.list.active {
    border: 2px solid #619664;

}

.sort-backed > div:last-child button.list.active:before {
    background-color: #619664;

}

.sort-backed > div:first-child {
    flex: 0 0 75%;
}

.sort-backed {
    display: flex;
    padding: 20px 24px;
}

.page-options h1 {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.show-all-brands li {
    display: block;
    padding: 10px;
}

.show-all-brands li a {
    display: block;
    font-size: 15px;
    line-height: 27px;
}

.show-all-brands li input {
    display: none;
}

.show-all-brands li label:before {
    content: "";
    border: 1px solid #919191;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.show-all-brands li input:checked + label:before {
    content: "";
    border: 1px solid #619664;
    background-color: #619664;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.show-all-brands li label {
    display: block;
    align-items: center;
    line-height: 27px;
    font-size: 13px;
}

.brand h6 {
    padding: 10px;
    border-top: 1px solid #ddd;
    font-weight: 600;
}

.productDetailContent {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    background-color: #FFF;

}

.product-information {
    background-color: #f5f5f5;
    margin-right: 7px;
    padding: 0px 15px 0px 15px;
    padding-top: 24px;
    min-height: 650px

}

.tabs-navigation.new {
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
    height: 44px;
    margin-top: 24px;
    background-color: #919191;
    position: static;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.tabs-navigation.new tr td.expanded {
    cursor: default;
    background-color: #FFF;
}

.tabs-navigation.new tr td {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
    border: none;
    position: relative;
    cursor: pointer;
}

.tabs-navigation.new tr td.expanded a {
    color: #484848;
    cursor: default;
}

.tabs-navigation.new tr td a {
    display: block;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 5px;
}

.owl-dots .owl-thumb-item {
    margin: 5px;
    display: inline-block;
    border: 1px solid #919191;
    flex: 1 1 100%;
    max-width: 15%;
}

.owl-dots .owl-thumb-item.active {
    border: 1px solid #619664;
}

.owl-dots .owl-thumb-item img {
    width: 100%;
}

.list-item-detail-box > div {
    padding: 25px;
}

.carousel-shopphp.total-images-5 {
    display: inline-block;
    width: 100%;
    padding: 25px 0px 9px 15px;
}

#addToCart {
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    background-color: #444444;
    background-image: url(../images/online-shopping-cart.svg);
    white-space: nowrap;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    width: 155px;
    line-height: 50px;
    background-size: 22px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 9px 14px;

}

#oneClickPay {
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    background-color: #537ecf;
    background-image: url(../images/click-cursor.svg);
    white-space: nowrap;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    width: 155px;
    line-height: 50px;
    background-size: 22px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 9px 14px;
}


.button span {
    margin-left: 15px;
}
.addToCartButton {
    margin-bottom: 15px;
}

.procurable-status-shopphp {
    width: 100%;
    padding: 16px 16px 20px 42px;
    background-color: #ffc;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    background-image: url(../images/info.svg);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.badge.active {
    display: table-cell;
}

.badge.highlight {
    background-color: #8e8633 !important;
    border-radius: 0px !important;
}

.price-shopphp .discount-amount {
    display: block;
    padding-bottom: 6px;
    font-size: 21px;
}

.price-shopphp .price.old {
    height: 20px;
    margin: 1px 0;
    font-size: 19px;
    color: #9e9e9e;
    font-weight: 600;
}

.price-shopphp .price {
    font-weight: 700;
    white-space: nowrap;
    display: block;
    height: 20px;
    font-size: 32px;
    color: #484848;
}

.price-shopphp {
    display: flex;
    margin: 15px 0px;
}

.price-shopphp > div:last-child {
    padding-left: 10px;
    align-items: center;
}

.price-shopphp > div:last-child div {
    line-height: 20px;
}

.price-shopphp > div:last-child del {
    line-height: 15px;
    align-items: center;
    margin: 0px;
}

.quantity-shopphp button {
    background-color: #bfbfbf;
    border: 0px;
    color: #fff;
    flex: 0 0 28px;
    font-style: normal;
    z-index: 9;
}

.quantity-shopphp input {
    flex: 1 1 100%;
    width: 55px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.quantity-shopphp {
    background-color: #bfbfbf;
    width: 120px;
    padding: 5px;
    line-height: 45px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.quantity-shopphp > div:after {
    content: "Adet";
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    bottom: -11px;
}

.user-backed {
    margin-top: 15px;
}

.user-backed > div {
    line-height: 30px;
}

#product-name {
    color: #484848;
    line-height: 1.2;
    font-size: 17px;
    font-weight: bold;
}

.breadcrumbs > li:first-child {
    padding-left: 0px;
}

.breadcrumbs > li {
    padding: 15px 10px;
}

.breadcrumbs > li:after {
    content: "\f105";
    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;
    padding-left: 15px;
}

.breadcrumbs > li:last-child:after {
    display: none;
}

.breadcrumbs {
    display: flex;
}

.product-detail-box {
    display: none;
}

.urun-sayac span span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 17px;
}

.urun-sayac span {
    font-size: 15px;
    line-height: 15px;
    border-right: 0px;
}

.filter-butons {
    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: block;
    position: fixed;
    bottom: 24px;
    left: 24px;
    background-color: #444444;
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    z-index: 9999;
}
.list > li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.list > li > div {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.list > li > div > a {
    display: flex;

}

.list > li > div > a .title {
    height: auto;
    font-size: 17px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
    font-weight: bold;
}

.list > li > div > a .badge-container {
    display: block;
    align-items: left;
    justify-content: left;
    margin-left: 15px;
}

.list > li > div > a .badge-container > div:last-child {
    flex: 0 0 105px;
    text-align: left;
    margin-top: 15px;
}

.list > li > div > a .badge-container > div:last-child .price.old {
    font-size: 18px;
    color: #919191;
    font-weight: 500;
    line-height: 8px;
}

.list > li > div > a .badge-container > div:last-child .price {
    font-size: 23px;
    color: #414141;
    font-weight: 700;
    margin-top: 5px;
}

.list > li > div .add-to-basket {
    background-color: #444444;
    display: inherit;
    width: 125px;
    margin: 15px auto 15px;
    border: 0px;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 195px;
    height: 34px;
}

.pagination {
    display: block;
    margin: 15px 0px;
}

.pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > ul > li > a {
    background-color: #444;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #333;
    margin: 0px 2px;
    border-radius: 3px;
}
.pagination > ul > li > a.active, .pagination > ul > li > a:hover {
    background-color: #8e8633;
    border-color: #255491;
}

.menu-image img {
    width: 115px;
    height: auto;
    border: 1px solid #ddd;
    height: 115px;
    margin-bottom: 15px;
}

.brand-name{
    margin-top:10px;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
.BreadCrumb {
    color: #484848;
}
.breadcrumbs > li:first-child > a:first-child {
    padding-left: 0px;
}

.breadcrumbs > li:first-child > a {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
}
.breadcrumbs > li:first-child {
    padding-left: 0px;
    width: 100%;
    display: flex;
    line-height: 27px;
    flex-wrap: wrap;
    align-items: center
}
.breadcrumbs > li {
    padding: 15px 10px;
}

.catSlider .cat_pager li a.active{
    padding: 10px 8px!important;
}
.catSlider .cat_pager li a{
    height: 50px!important;
}


.suggest .submit{
    margin: 6px 0 0 0!important;
    margin-right: 10px!important;

}

#tabProductDesc2 .list-item-detail-box > div > div {
    width: 33%!important;
}