/* Header BaÅŸlangÄ±Ã§ */

a {
    text-decoration: none!important;
}

ul {
    padding: 0px;
    margin: 0px;
}

button:focus {
    outline: none;
}

.transition {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Cera Pro';
}


/* Header BaÅŸlangÄ±Ã§ */

.header-menu {
    width: 100%;
    height: auto;
    background: transparent;
    top: 0px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
    padding: 0px 0px;
}

.header-menu .top-header {
    background: #ab182d;
    height: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-bottom: 3px;
}


/*.header-menu .top-header:after {content: '';position: absolute;bottom:-10px;width: 100%;height: 10px;background: url('../images/top-before.png') repeat-x center;display: block;z-index: 9;}
*/

.header-menu .top-header .baslik li:first-child {
    padding: 0px;
}

.header-menu .top-header .baslik li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}

.header-menu .top-header .baslik li a {
    padding-right: 4px;
    color: #e4dbd2;
}

.header-menu .top-header .baslik li span {
    font-weight: 400;
    padding-left: 4px;
}

.header-menu .top-header .sosyal span.baslik {
    color: #e4dbd2;
    font-weight: 500;
}

.header-menu .top-header .sosyal li:first-child {
    margin: 0px;
}

.header-menu .top-header .sosyal li {
    display: inline-block;
    list-style: none;
    margin-left: 18px;
}

.header-menu .top-header .sosyal li a {
    color: #e4dbd2;
}

.header-menu .top-header .sosyal li a:hover {
    color: #e4dbd2;
    text-decoration: none;
}

.header-menu .top-header .iletisim {
    display: flex;
    color: #e4dbd2;
}

.header-menu .top-header .iletisim span.baslik {
    color: #e4dbd2;
    font-weight: 600;
}

.header-menu .top-header .iletisim i {
    padding-right: 10px;
}

.header-menu .top-bilgi {
    align-items: center;
    color: #fff;
}

.header-menu .top-bilgi i {
    font-size: 16px;
    padding-right: 15px;
}

.header-menu .top-bilgi span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-menu a.topbutton {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #f6a207;
    margin-left: 35px;
}

.header-menu .navbar-brand-bg {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    align-items: center;
    position: relative;
    background: #000;
}


/*.header-menu .navbar-brand-bg:after {content: '';position: absolute;bottom:-14px;width: 100%;height: 14px;background: url('../images/headermenu-before.png') repeat-x center;display: block;}*/

.header-menu .navbarbg {
    width: 100%;
    display: flex;
}

.header-menu .navbar-brand {
    margin-top: 5px;
    position: relative;
    z-index: 9;
}

.header-menu .navbar-brand img {
    height: 115px;
}

.header-menu .navbar {
    padding: 0px;
    margin-top: 0px;
    height: auto;
    display: block;
}

.header-menu .nav {
    display: flex;
    margin: 0px 0px 0px auto;
    position: relative;
    bottom: auto;
    overflow: visible;
}

.header-menu .nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-menu .nav li:first-child {
    margin-left: 0px;
}

.header-menu .nav li {
    position: relative;
    margin-left: 18px;
}

.header-menu .nav li a {
    border-radius: 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-menu .nav li a .icon {
    height: 30px;
    padding-right: 10px;
}

.header-menu .nav li a .icon img {
    height: 100%;
}

.header-menu .nav li.active a {
    background: transparent;
    color: #718f3f;
}

.header-menu .nav li a:hover {
    background: transparent;
    color: #718f3f;
}

.header-menu .nav ul li {
    display: inline-block
}

.header-menu .nav ul {
    display: block
}

.header-menu .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    width: 100%;
    background: #000;
    margin-top: 15px;
    padding: 12px 0px;
}

.header-menu .nav ul ul ul {
    top: 5px;
    left: 100%;
    z-index: 902;
    background: #fff;
}

.header-menu .nav ul ul ul ul {
    z-index: 903;
    background: #fff;
}

.header-menu .nav ul ul ul ul ul {
    z-index: 904;
    background: #fff;
}

.header-menu .nav ul ul li.nav-left>ul {
    left: auto;
    right: 95%
}

.header-menu .nav-no-js .nav li:hover>ul {
    display: block
}

.header-menu .nav>ul>.nav-submenu>a:after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .nav li.nav-active>a,
.nav li:hover>a {
    color: #C7D7CA;
    background: transparent;
}

.header-menu .nav .nav-submenu>ul {
    margin-left: 0px
}

.header-menu .nav .nav-submenu>ul li {
    margin-left: 0px;
    display: block;
    width: 100%;
}

.header-menu .nav .nav-submenu>ul li a {
    width: 100%;
    display: flex;
    padding: 13px 13px 13px 13px;
    color: #fff;
    font-size: 13px;
}

.nav .nav-submenu>a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 10px;
}

.bd-menu .header-menu .navbar-brand-bg {
    height: auto;
}

.bd-menu .header-menu .top-header {
    display: flex;
}

.bd-menu .header-menu {
    background: #000;
}

.bd-menu .header-menu .navbar-brand img {
    height: 80px;
}

.bd-menu .header-menu .nav li a {
    font-size: 13px;
}

.bd-menu .header-uyelik li a {
    font-size: 13px;
}

.bd-menu .header-search {
    height: 37px;
}

.bd-menu .header-search form input {
    font-size: 13px;
}

.header-search {
    width: 100%;
    max-width: 230px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 30px 0px;
    margin-left: 25px;
}

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

.header-search form input {
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    font-weight: 700;
    color: #fff;
    width: inherit;
    text-transform: uppercase;
}

.header-search form input::-webkit-input-placeholder {
    color: #fff;
}

.header-search form input::-moz-placeholder {
    color: #fff;
}

.header-search form input:-ms-input-placeholder {
    color: #fff;
}

.header-search form input:-moz-placeholder {
    color: #fff;
}

.header-search form button.ara {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
}

.header-search form button.ara:focus {
    border: none;
}

.header-search form button.ara:hover {
    color: #718f3f;
}

.header-uyelik {
    width: auto;
}

.header-uyelik li:first-child {
    margin-left: 0px;
}

.header-uyelik li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
}

.header-uyelik li a {
    color: #c1d832;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-uyelik li a .uyelikb {
    display: inline-block;
    margin-top: 0px;
}

.header-uyelik li a i {
    padding-right: 5px;
    font-size: 14px;
    line-height: 14px;
}

.header-uyelik li.sepetim a {
    color: #fff;
}

.header-uyelik li.sepetim .sayi {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700!important;
    margin-left: 5px;
    display: flex;
    align-items: center;
    color: #232422;
    justify-content: center;
}


/* Header Son */


/*Slider BÃ¶lÃ¼m BaÅŸlangÄ±Ã§ */


/* HaftanÄ±n FÄ±rsatÄ± BaÅŸlangÄ±Ã§ */

.slider-bolum .haftanin-firsati {
    width: 25%;
    padding-right: 65px;
}

.slider-bolum .haftanin-firsati .ic:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 95%;
    height: 88%;
    background: #fcdddc;
}

.slider-bolum .haftanin-firsati .ic {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

.slider-bolum .haftanin-firsati .ic .anabaslik {
    width: 100%;
    position: absolute;
    border-top: 1px solid #f1f1f1;
    top: 0px;
    left: 0px;
    z-index: 888;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

.slider-bolum .haftanin-firsati .ic .anabaslik .anabasli-ic {
    width: 100%;
    height: 61px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    background: #fff;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.slider-bolum .haftanin-firsati .ic .anabaslik .anabasli-ic span {
    margin: 0px 10px;
}

.slider-bolum .haftanin-firsati .ic .anabaslik .anabasli-ic i {
    font-size: 13px;
    color: #C7D7CA;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0px 1px 17px #d8d8d8;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .bannerefek {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item {
    width: 100%;
    height: 600px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center top!important;
    border: ;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/firsat-urunleri/bg.html') center bottom;
    display: flex;
    align-items: flex-end;
    padding: 50px 50px;
    color: #000;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .baslik {
    width: 100%;
    height: auto;
    display: block;
    font-size: 23px;
    font-weight: 600;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .fiyat {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .fiyat .eski {
    text-decoration: line-through;
    color: #000;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 5px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .fiyat .yeni {
    font-weight: 700;
    color: #E98C97;
    font-size: 20px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .indirim {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #E98C97;
    text-align: center;
    line-height: 13px;
    margin: 3px 3px 3px 5px;
    display: flex;
    align-items: center;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .indirim span {
    font-size: 16px;
    font-weight: 500;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .indirim small {
    font-size: 8px
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .button {
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .button .button1 {
    background: #000;
    line-height: 42px;
    padding: 0px 25px;
    color: #fff;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .button .button1 i {
    padding-right: 5px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .button .button1:hover {
    background: #C7D7CA;
    color: #000;
}


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .baslik {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .fiyat {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .button {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item.active .item .text .baslik {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item.active .item .text .fiyat {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item.active .item .text .button {
    opacity: 1;
    transform: translate(0%, 0%);
}


/*Slider Etki Son*/


/*Firsat Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-dots {
    position: relative;
    margin-top: 21px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-theme .owl-dots .owl-dot span {
    background: #000;
    margin-top: -10px!important;
    margin: 0px 6px;
    width: 8px!important;
    height: 8px!important;
    border-radius: 0px!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: solid 2px #000;
    width: 12px!important;
    height: 12px!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: solid 2px #000;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    display: none;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-prev,
.owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    border: solid 1px #fff!important;
    color: #fff!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 0.5!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-prev span,
.owl-next span {
    margin: -8px auto 0px!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-next {
    right: 20px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-prev {
    left: 20px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-prev:hover,
.owl-next:hover {
    opacity: 1!important;
    background: #fff!important;
    color: #202020!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider:hover .owl-nav {
    opacity: 1;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider:hover .owl-dots {
    opacity: 1;
}


/*Firsat Slider Etki Son*/

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .text1 {
    font-size: 47px;
    letter-spacing: 0px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text .text2 {
    font-size: 18px;
    opacity: 1!important;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    font-size: 13px;
}

.slider-bolum .haftanin-firsati .ic .firsat-slider .owl-nav .owl-prev,
.owl-next {
    font-size: 35px!important;
    width: 50px;
    height: 50px;
}


/* HaftanÄ±n FÄ±rsatÄ± Son */


/* --------------------------------*/

.slider-bolum .slider {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
    background: #000;
}

.slider-bolum .slider .ic {
    display: block;
    margin-top: 0px;
}

.slider-bolum .sosyal {
    width: 25px;
    position: absolute;
    bottom: 150px;
    right: 90px;
    z-index: 99;
    background: transparent;
}

.slider-bolum .sosyal li {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-top: 15px;
}

.slider-bolum .sosyal li a {
    color: #fff;
    font-size: 18px;
}

.slider-bolum .slider .ic .bannerefek {
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.slider-bolum .slider .ic .owl-item {
    height: auto;
}

.slider-bolum .slider .ic .owl-item .item {
    width: 100%;
    height: 800px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.slider-bolum .slider .ic .owl-item .item .text {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
}

.slider-bolum .slider .ic .owl-item .item .text .text1 {
    width: 100%;
    height: auto;
    display: block;
}

.slider-bolum .slider .ic .owl-item .item .text .text2 {
    width: 100%;
    height: auto;
    display: block;
}

.slider-bolum .slider .ic .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.slider-bolum .slider .ic .owl-item .item .text a.button.button1 {
    border: solid 1px #fff;
    color: #fff;
}

.slider-bolum .slider .ic .owl-item .item .text a.button.button2 {
    border: solid 1px #fff;
    color: #202020;
    background: #fff;
}

.slider-bolum .slider .ic .owl-item .item .text a.button i {
    margin-right: 5px;
}


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .slider .ic .owl-item .item {
    opacity: 0;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .ic .owl-item .item .text .text1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .ic .owl-item .item .text .text2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .ic .owl-item.active .item {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .ic .owl-item.active .item .text .text1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .ic .owl-item.active .item .text .text2 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .ic .owl-item .item .text a.button.button1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .ic .owl-item .item .text a.button.button1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .ic .owl-item .item .text a.button.button2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider-bolum .slider .ic .owl-item.active .item .text a.button.button1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider-bolum .slider .ic .owl-item.active .item .text a.button.button2 {
    opacity: 1;
    transform: translate(0%, 0%);
}


/*Slider Etki Son*/


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider-bolum .slider .ic .owl-dots {
    position: absolute;
    margin-top: 0px;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .slider .ic .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin: 0px 3px;
}

.slider-bolum .slider .ic .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

.slider-bolum .slider .ic .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.slider-bolum .slider .ic .owl-nav {
    top: 40%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider-bolum .slider .ic .owl-nav .owl-prev,
.owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    color: #fff!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 1!important;
    text-decoration: -999px;
}

.slider-bolum .slider .ic .owl-nav .owl-prev span,
.owl-next span {
    margin: -8px auto 0px!important;
    display: none;
}

.slider-bolum .slider .ic .owl-nav .owl-prev {
    left: 20px;
    width: 33px!important;
    height: 60px!important;
    background: url('../images/icon/geri.html')!important;
}

.slider-bolum .slider .ic .owl-nav .owl-next {
    right: 20px;
    width: 33px!important;
    height: 60px!important;
    background: url('../images/icon/ileri.html')!important;
}

.slider-bolum .slider .ic .owl-nav .owl-prev:hover,
.owl-next:hover {
    opacity: 1!important;
}

.slider-bolum .slider .ic:hover .owl-nav {
    opacity: 1;
}

.slider-bolum .slider .ic:hover .owl-dots {
    opacity: 1;
}


/*Slider Etki Son*/

.slider-bolum .slider .ic .owl-item .item .text .text1 {
    font-size: 47px;
    letter-spacing: 0px;
}

.slider-bolum .slider .ic .owl-item .item .text .text2 {
    font-size: 18px;
    opacity: 1!important;
}

.slider-bolum .slider .ic .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    font-size: 13px;
}

.slider-bolum .slider .ic .owl-dots {
    opacity: 0;
    display: none;
}

.slider-bolum .slider .ic .owl-nav {
    opacity: 0;
}

.slider-bolum .slider .ic .owl-nav .owl-prev,
.owl-next {
    font-size: 35px!important;
    width: 50px;
    height: 50px;
}


/*Slider BÃ¶lÃ¼m Son */


/*ÃœrÃ¼n Listeleme BaÅŸlangÄ±Ã§*/

.urun-liste {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    display: block;
    position: relative;
}

.urun-liste a .yuzde {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #E98C97;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste a .kampanya {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 56px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste a .organik {
    position: absolute;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 9
}

.urun-liste a .organik img {
    ;
    width: 82px;
    height: 82px;
}

.urun-liste a .resim {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
}

.urun-liste a .resim img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    transition: transform .5s ease;
}

.urun-liste a .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    display: flex;
    transition: all .5s ease-in-out;
    bottom: -50px;
    background: transparent;
}

.urun-liste a .resim .buttons .icon {
    width: 43px;
    height: 43px;
    align-items: center;
    display: flex;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    margin: 0px 2px;
}

.urun-liste a .resim .buttons .icon i {
    margin: 0px auto;
}

.urun-liste a .resim .buttons .icon:hover {
    background: #E98C97;
    color: #fff;
}

.urun-liste a:hover .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 1;
    bottom: 15px;
}

.urun-liste a:hover .resim img {
    transform: scale(1.1);
}

.urun-liste a .text {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 15px;
}

.urun-liste a .text .baslik {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
    color: #1e1e23;
    font-weight: 700;
}

.urun-liste a .text .fiyat {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.urun-liste a .text .fiyat .eski {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 0px;
}

.urun-liste a .text .fiyat .yeni {
    font-weight: 600;
    color: #000;
}

.urun-liste2 {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    display: block;
    position: relative;
}

.urun-liste2 a .yuzde {
    width: 77px;
    line-height: 36px;
    text-align: center;
    background: url('../images/indirim.html');
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    font-weight: 500;
    font-size: 14px;
}

.urun-liste2 a .kampanya {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 56px;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

.urun-liste2 a .organik {
    position: absolute;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 9
}

.urun-liste2 a .organik img {
    ;
    width: 82px;
    height: 82px;
}

.urun-liste2 a .resim {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.urun-liste2 a .resim img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    transition: transform .5s ease;
}

.urun-liste2 a .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    display: flex;
    transition: all .5s ease-in-out;
    bottom: -50px;
    background: transparent;
}

.urun-liste2 a .resim .buttons .icon {
    width: 43px;
    height: 43px;
    align-items: center;
    display: flex;
    background: #C7D7CA;
    color: #000;
    border-radius: 50%;
    margin: 0px 2px;
}

.urun-liste2 a .resim .buttons .icon i {
    margin: 0px auto;
}

.urun-liste2 a .resim .buttons .icon:hover {
    background: #E98C97;
    color: #fff;
}

.urun-liste2 a:hover .resim .buttons {
    width: 100%;
    height: auto;
    opacity: 1;
    bottom: 15px;
}

.urun-liste2 a:hover .resim img {
    transform: scale(1.1);
}

.urun-liste2 a .kampanya-text {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 0px;
    background: url('../images/urunbaslikbg.jpg') center;
    padding: 25px 25px;
}

.urun-liste2 a .kampanya-text .baslik {
    width: 100%;
    height: 48px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 14px;
    display: block;
    color: #fff;
    font-weight: 300;
}

.urun-liste2 a .kampanya-text .fiyat {
    height: auto;
    padding: 0px 0px 0px 0px;
}

.urun-liste2 a .kampanya-text .fiyat .eski {
    text-decoration: line-through;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.urun-liste2 a .kampanya-text .fiyat .yeni {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.urun-liste2 a .kampanya-text .buttonbg {
    width: auto;
    line-height: 35px;
    padding: 0px 15px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #AB172D;
}

.urun-liste2 a .kampanya-text .buttonbg span {
    display: block;
    margin: 2px auto 0 auto;
}

.urun-liste2 a:hover .kampanya-text .buttonbg {}


/*ÃœrÃ¼n Listeleme Son*/


/*ÃœrÃ¼n Detay BaÅŸlangÄ±Ã§*/

.urun-detay {
    width: 100%;
    height: auto;
    color: #000;
    padding-left: 20px;
}

.urun-detay .urun-detay-resim {
    width: 100%;
    height: auto;
}

.urun-detay .urun-detay-resim img {
    max-width: 100%;
}

.urun-detay .bolumayir {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6cc;
}

.urun-detay h3 {
    font-size: 25px;
    font-weight: 600;
}

.urun-detay small {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: block;
}

.urun-detay small a {
    color: #000;
    text-decoration: underline!important;
}

.urun-detay .fiyat {
    margin-top: 0px;
    font-weight: 500;
}

.urun-detay .fiyat .eskifiyat {
    color: #7e7e7e;
    font-size: 25px;
    line-height: 25px;
    text-decoration: line-through;
}

.urun-detay .fiyat .yenifiyat {
    color: #AB182D;
    font-size: 34px;
    line-height: 34px;
    margin-top: 5px;
    font-weight: 600;
}

.urun-detay .fiyat .indirim {
    width: 92px;
    height: 60px;
    background: #AB182D;
    color: #fff;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    margin-left: 40px;
    position: relative;
    border-radius: 0px;
    padding-left: 13px;
}

.urun-detay .fiyat .indirim:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -10px;
    border-color: transparent #AB182D transparent transparent;
    border-style: solid;
    border-width: 13px 13px 13px 0px;
    width: 0;
    height: 0;
}

.urun-detay .fiyat .indirim span {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.urun-detay .fiyat .indirim small {
    display: block;
    font-size: 12px;
    color: #fff;
}

.urun-detay .beden {
    border-radius: 0px;
    max-width: 150px;
}

.urun-detay .beden:focus {
    box-shadow: 0px;
    stroke: none;
    stroke: none;
}

.urun-detay .btn-light {
    background: #fff;
    border: solid 1px #000;
    border-radius: 0px;
    box-shadow: none;
    padding: 10px 30px 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.urun-detay .btn-light:focus {
    box-shadow: 0px;
    stroke: none;
    stroke: none;
}

.urun-detay .adet {
    background: #fff;
    margin-left: 0px;
    align-items: center;
}

.urun-detay .adet .artieksi {
    background: #DEDEDE;
    position: relative;
    font-size: .8125rem;
    border: 2px solid #CCC;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
}

.urun-detay .adet .artieksi:hover {
    background: #41130A;
    color: #fff;
    border-color: #41130A;
}

.urun-detay .adet span {
    font-size: .8125rem;
    font-weight: 500;
    text-align: right;
}

.urun-detay .adet input.adet-input {
    width: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.urun-detay .adet input.adet-input:focus {
    box-shadow: none;
    outline: none;
}

.urun-detay .dropdown-menu {
    border-radius: 0px!important;
    padding: 0px;
}

.urun-detay .dropdown-menu .dropdown-item:active {
    background: #92ae4d!important;
}

.urun-detay .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #92ae4d;
    font-size: 14px;
}

.urun-detay .sepeteekle {
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background: #92ae4d;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
}

.urun-detay .sepeteekle i {
    padding-right: 15px;
    font-size: 20px;
}

.urun-detay .favori {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    color: #000;
}

.urun-detay .favori .icon {
    background: #efeeee;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.urun-detay .favori .icon:focus {
    box-shadow: none;
    outline: none;
}

.urun-detay .favori .icon .ekle:before {
    content: '\e83f';
    font-family: "fontello";
}

.urun-detay .favori .icon .ekle:hover:before {
    color: #f08174;
}

.urun-detay .favori .icon .eklendi:before {
    content: '\e83e';
    font-family: "fontello";
    color: #f08174;
}

.urun-detay .favori:hover {
    color: #f08174;
}

.urun-detay .kargo {
    display: flex;
    align-items: center;
}

.urun-detay .kargo .icon {
    background: #efeeee;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.urun-detay .sepetim-ozet-bilgi {
    padding-top: 0px;
    text-align: left;
    width: 100%;
}

.urun-detay .sepetim-ozet-bilgi .bilgi-liste {
    width: auto;
}

.urun-detay .sepetim-ozet-bilgi .icon {
    display: block;
    height: 40px;
    margin-bottom: 10px;
}

.urun-detay .sepetim-ozet-bilgi .icon img {
    max-width: 100%;
    max-height: 100%;
}

.urun-detay .sepetim-ozet-bilgi span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.urun-detay .sepetim-ozet-bilgi small {
    width: 80%;
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #999;
    margin-top: 5px;
    opacity: 0.5;
}

.urun-detay .urun-detay-aciklama {
    width: 100%;
    height: auto;
    background: #f3f3f3;
    padding: 50px 0px;
}

.urun-detay .urun-detay-aciklama .urundetay-yazi {
    font-size: 15px;
    color: #000;
}

.urun-detay .urun-detay-aciklama .nav-tabs {
    border: none;
    display: block;
    width: 100%;
}

.urun-detay .urun-detay-aciklama .nav-tabs li:first-child {
    margin: 0px;
}

.urun-detay .urun-detay-aciklama .nav-tabs li {
    width: 100%;
    margin-bottom: 0px;
    display: block;
    margin-top: 4px;
}

.urun-detay .urun-detay-aciklama .nav-tabs li a {
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 15px;
    color: #000;
    border-radius: 0px;
    font-weight: 700;
}

.urun-detay .urun-detay-aciklama .nav-tabs li a.active {
    border: 1px solid #708F3F;
    color: #708F3F;
}


/*ÃœrÃ¼n Detay Son*/

.toptansatis {
    width: 100%;
    height: 246px;
    background: url('../images/toptansatis.html') no-repeat center top;
    background-size: cover!important;
    margin-top: 0px;
    position: relative;
}

.toptansatis a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.toptansatis a .yazi {
    position: relative;
    padding-top: 15px;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 600px;
    align-items: center;
}

.toptansatis a .yazi:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 246px;
    background: url('../images/toptansatisic-before.html') no-repeat center;
    opacity: 0.2;
}

.toptansatis a .yazi .yazi1 {
    display: block;
    margin-left: 25px;
}

.toptansatis a:hover .yazi .yazi1 {
    display: block;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.bolum-baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.bolum-baslik:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 75px;
}

.bolum-baslik h2 {
    font-size: 36px;
    letter-spacing: 0px;
    color: #000;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.bolum-baslik h2 span {
    color: #AB182D;
}

.bolum-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #afafaf;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    display: none;
    z-index: 9;
}

.bolum-baslik2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.bolum-baslik2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 75px;
}

.bolum-baslik2 h2 {
    font-size: 32px;
    letter-spacing: -2px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.bolum-baslik2 h2 span {
    color: #f6a207;
}

.bolum-baslik2 small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
    z-index: 9;
}

.sepet-bolum-baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.sepet-bolum-baslik:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 55px;
}

.sepet-bolum-baslik h2 {
    font-size: 25px;
    letter-spacing: -2px;
    color: #ab182d;
    position: relative;
    z-index: 9;
}

.sepet-bolum-baslik h2 span {
    color: #AB182D;
}

.sepet-bolum-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #afafaf;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
    z-index: 9;
    display: none;
}

a.tum-urunler-button {
    width: 224px;
    line-height: 61px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: url('../images/tumunu-gor-button.html');
}

a.tum-urunler-button span {
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    display: block;
    margin-top: 2px;
}

a.tum-urunler-button:hover {
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}


/* ÃœrÃ¼n Kategori BaÅŸlangÄ±Ã§ */

.urunkategori {
    width: 100%;
    height: auto;
    z-index: 99;
    position: relative;
    z-index: 99;
    padding: 50px 0px 50px;
}

.urunkategori .slider {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
}

.urunkategori .slider .ic {
    display: block;
    margin-top: 10px;
}

.urunkategori .slider .ic .bannerefek {
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.urunkategori .slider .ic .owl-item {
    height: auto;
}

.urunkategori .slider .ic .owl-item .item {
    width: 100%;
    height: auto;
    text-align: center;
}

.urunkategori .slider .ic .owl-item .item .icon {
    width: 100%;
    height: auto;
}

.urunkategori .slider .ic .owl-item .item .icon img {
    width: auto;
    height: 120px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.urunkategori .slider .ic .owl-item .item:hover .icon img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.urunkategori .slider .ic .owl-item .item .text {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.urunkategori .slider .ic .owl-item .item .text .text1 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9c9c9c;
}

.urunkategori .slider .ic .owl-item .item:hover .text .text1 {
    color: #3f120a;
}


/*ÃœrÃ¼n Kategori Slider Etki BaÅŸlangÄ±Ã§*/

.urunkategori .slider .ic .owl-dots {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunkategori .slider .ic .owl-theme .owl-dots .owl-dot span {
    background: #b3b3b3;
    margin: 0px 8px;
}

.urunkategori .slider .ic .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    position: relative;
}

.urunkategori .slider .ic .owl-theme .owl-dots .owl-dot.active span:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
}

.urunkategori .slider .ic .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.urunkategori .slider .ic .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    margin-top: -50px;
}

.urunkategori .slider .ic .owl-nav .owl-prev,
.owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    color: #000!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 1!important;
}

.urunkategori .slider .ic .owl-nav .owl-prev span,
.owl-next span {
    margin: -8px auto 0px!important;
}

.urunkategori .slider .ic .owl-nav .owl-next {
    right: -50px;
}

.urunkategori .slider .ic .owl-nav .owl-prev {
    left: -50px;
}

.urunkategori .slider .ic .owl-nav .owl-prev:hover,
.owl-next:hover {
    opacity: 1!important;
    background: transparent!important;
    color: #202020!important;
}

.urunkategori .slider .ic:hover .owl-nav {
    opacity: 1;
}

.urunkategori .slider .ic:hover .owl-dots {
    opacity: 1;
}


/*ÃœrÃ¼n Kategori Slider Etki Son*/

.urunkategori .slider .ic .owl-dots {
    opacity: 1;
}

.urunkategori .slider .ic .owl-nav {
    opacity: 1;
}

.urunkategori .slider .ic .owl-nav .owl-prev,
.owl-next {
    font-size: 35px!important;
    width: 50px;
    height: 50px;
}


/* ÃœrÃ¼n Kategori Son */


/* KampanyalÄ± ÃœrÃ¼nler BaÅŸlangÄ±Ã§ */

.kampanyali-urunler {
    width: 100%;
    height: auto;
    z-index: 99;
    position: relative;
    z-index: 99;
    padding: 50px 50px 0px;
    background: url('../images/kampanyabg.html') no-repeat center;
}

.kampanyali-urunler .kampanyali-baslik-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik {
    max-width: 450px;
    margin: 50px auto 0px;
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 75px;
    background: url('../images/baslikbg.html') no-repeat center left;
    z-index: -1;
    background-size: contain!important;
    opacity: 0.2;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #a4aeb0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik h2 {
    font-size: 32px;
    letter-spacing: -2px;
    color: #41130A;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik h2 span {
    color: #718f3f;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik p {
    font-size: 15px;
    color: #636363;
    margin-top: 30px;
    margin-bottom: 30px;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik a.kampanyali-tum-urunler-button {
    width: 166px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    color: rgba(255, 255, 255, 0.83);
    background: url('../images/button.html') no-repeat;
    text-align: center;
}

.kampanyali-urunler .kampanyali-baslik-bg .kampanyali-baslik a.kampanyali-tum-urunler-button:hover {
    color: #fff;
}

.kampanyali-urunler .slider {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
}

.kampanyali-urunler .slider .ic {
    display: block;
    margin-top: 10px;
}

.kampanyali-urunler .slider .ic .bannerefek {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.kampanyali-urunler .slider .ic .owl-item {
    height: auto;
}

.kampanyali-urunler .slider .ic .owl-item .item {
    height: auto;
    text-align: center;
    margin: 10px;
}


/* KampanyalÄ± ÃœrÃ¼nler Slider Etki BaÅŸlangÄ±Ã§*/

.kampanyali-urunler .slider .ic .owl-dots {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    display: none;
}

.kampanyali-urunler .slider .ic .owl-theme .owl-dots .owl-dot span {
    background: #b3b3b3;
    margin: 0px 8px;
}

.kampanyali-urunler .slider .ic .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    position: relative;
}

.kampanyali-urunler .slider .ic .owl-theme .owl-dots .owl-dot.active span:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border: solid 2px #000;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
}

.kampanyali-urunler .slider .ic .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.kampanyali-urunler .slider .ic .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    margin-top: 0px;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-prev,
.owl-next {
    top: 50%;
    margin-top: -30px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    color: #000!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 1!important;
    border: none!important;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-prev span,
.owl-next span {
    margin: -8px auto 0px!important;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-next {
    right: -50px;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-prev {
    left: -50px;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-prev:hover,
.owl-next:hover {
    opacity: 1!important;
    background: transparent!important;
    color: #202020!important;
}

.kampanyali-urunler .slider .ic:hover .owl-nav {
    opacity: 1;
}

.kampanyali-urunler .slider .ic:hover .owl-dots {
    opacity: 1;
}


/* KampanyalÄ± ÃœrÃ¼nler Slider Etki Son*/

.kampanyali-urunler .slider .ic .owl-dots {
    opacity: 1;
}

.kampanyali-urunler .slider .ic .owl-nav {
    opacity: 1;
}

.kampanyali-urunler .slider .ic .owl-nav .owl-prev,
.owl-next {
    font-size: 35px!important;
    width: 50px;
    height: 50px;
}


/* KampanyalÄ± ÃœrÃ¼nler Son */


/*Bilgi BÃ¶lÃ¼m BaÅŸlangÄ±Ã§*/

.bilgi {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}

.bilgi .liste {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 0px 40px;
}

.bilgi .liste.renk1 {
    background: #f8eae4;
}

.bilgi .liste.renk2 {
    background: #e9f1f9;
}

.bilgi .liste.renk3 {
    background: #fcebec;
}

.bilgi .liste.renk4 {
    background: #eef7f5;
}

.bilgi .liste .icon {
    font-size: 45px;
    line-height: 45px;
}

.bilgi .liste .text {
    padding-left: 20px;
}

.bilgi .liste .text span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.bilgi .liste .text small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 10px;
}


/* Bilgi BÃ¶lÃ¼m Son*/


/*Bilgi BÃ¶lÃ¼m BaÅŸlangÄ±Ã§*/

.bilgi2 {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    position: relative;
    z-index: 99;
}

.bilgi2 .biber {
    position: absolute;
    right: 0px;
    top: 100px;
}

.bilgi2 .baharat {
    position: absolute;
    left: 0px;
    top: 40%;
}

.bilgi2 .bilgi2-baslik {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.bilgi2 .bilgi2-baslik:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 75px;
    background: url('../images/baslikbg.html') no-repeat center;
    z-index: -1;
    background-size: contain!important;
    opacity: 0.2;
}

.bilgi2 .bilgi2-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #a4aeb0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}

.bilgi2 .bilgi2-baslik h2 {
    font-size: 32px;
    letter-spacing: -2px;
    color: #41130A;
}

.bilgi2 .bilgi2-baslik h2 span {
    color: #718f3f;
}

.bilgi2 a.bilgi2-button {
    width: auto;
    line-height: 45px;
    text-align: center;
    border: solid 1px #C7D7CA;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 30px;
    color: #C7D7CA;
}

.bilgi2 a.bilgi2-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.bilgi2 .ic {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
    padding: 50px 50px;
    position: relative;
}

.bilgi2 .ic .bilgisol {
    width: 60%;
    display: flex;
    align-items: center;
}

.bilgi2 .ic .bilgiorta {
    width: 40%;
    display: flex;
    align-items: center;
}

.bilgi2 .ic .bilgisag {
    width: 20%;
    display: flex;
    align-items: center;
}

.bilgi2 .ic .liste {
    width: 100%;
    height: auto;
    margin-top: 23px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    position: relative;
}

.bilgi2 .ic .liste .icon {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 99;
}

.bilgi2 .ic .liste .icon .over:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 93px;
    height: 93px;
    border: dashed 1px #c5c5c5;
    border-radius: 50%;
}

.bilgi2 .ic .liste .icon .over {
    border-radius: 50%;
    overflow: hidden;
}

.bilgi2 .ic .liste .icon .over img {
    max-width: 100%;
}

.bilgi2 .ic .liste .ok1 {
    position: absolute;
    left: -120px;
    top: 33px;
    display: none;
}

.bilgi2 .ic .liste .ok2 {
    position: absolute;
    left: -120px;
    top: 33px;
    display: none;
}

.bilgi2 .ic .liste .ok3 {
    position: absolute;
    left: -120px;
    top: 25px;
    display: none;
}

.bilgi2 .ic .liste .ok4 {
    position: absolute;
    left: -120px;
    top: 25px;
    display: none;
}

.bilgi2 .ic .liste .text {
    width: 80%;
    padding-left: 20px;
    color: #41130a;
}

.bilgi2 .ic .liste .text span {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.bilgi2 .ic .liste .text small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 10px;
    color: #848484;
}

.bilgi2 .ic .bilgiresim {
    width: 100%;
    height: auto;
    text-align: center;
}

.bilgi2 .ic .bilgiresim img {
    max-width: 100%;
}

.bilgi2 .ic .bilgisag .bilgisagic {
    width: 256px;
    height: 270px;
    border-radius: 10px;
    border: dashed 1px #ccc;
    display: block;
    margin-left: 60px;
    background: #fff;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagicon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    background: #708F3F;
    border-radius: 50%;
    margin: -50px auto;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagicon img {
    width: 60%;
    margin: 0px auto;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext {
    display: block;
    padding: 0px 25px;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 0px;
    display: block;
    position: relative;
    z-index: 999;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 75px;
    background: url('../images/baslikbg.html') no-repeat center;
    z-index: -1;
    background-size: contain!important;
    opacity: 0.2;
    display: none;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #a4aeb0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik h2 {
    font-size: 27px;
    letter-spacing: -2px;
    color: #41130A;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik h2 span {
    color: #718f3f;
}

.bilgi2 .ic .bilgisag .bilgisagic .bilgisagtext .bilgisag-baslik p {
    font-size: 17px;
    font-weight: 500;
    color: #41130a;
    margin-top: 25px;
}


/* Bilgi BÃ¶lÃ¼m Son*/


/* BÃ¼lten BÃ¶lÃ¼m BaÅŸlangÄ±Ã§*/

.bulten .bulten-resim {
    width: 100%;
    height: 680px;
    background: url('../images/bulten.html');
    background-position: center;
    background-size: cover!important;
}

.bulten .bulten-ic {
    width: 100%;
    height: 100%;
    background: #C7D7CA;
    display: flex;
    align-items: center;
    padding: 0px 180px;
}

.bulten .bulten-ic .bulten-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    position: relative;
    color: #000;
}

.bulten .bulten-ic .bulten-text:before {
    content: '';
    position: absolute;
    left: 16px;
    top: -16px;
    width: 100%;
    height: 90px;
    background: url('../images/baslikbg2.html') no-repeat center;
    background-size: contain!important;
    opacity: 1;
}

.bulten .bulten-ic .bulten-text span {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px!important;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    position: relative;
    z-index: 1;
}

.bulten .bulten-ic .bulten-text span b {
    font-weight: 700;
}

.bulten .bulten-ic .bulten-text small {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    z-index: 1;
    position: relative;
}

.bulten .bulten-search {
    max-width: 500px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px auto;
    transition: all .3s;
    background-color: #fff;
}

.bulten .bulten-search input {
    border: none;
    box-shadow: 0px;
    outline: none;
    width: 100%;
    background: none;
    height: 70px;
    padding-left: 30px;
}

.bulten .bulten-search button.bulten-ara {
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    width: 170px;
    height: 70px;
    display: block;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.bulten .bulten-search button.bulten-ara i {
    padding-right: 5px;
}

.bulten .bulten-uyari {
    max-width: 500px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 15px!important;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
}

.bulten .bulten-search button.bulten-ara:hover {
    background-color: #dede;
}


/* BÃ¼lten BÃ¶lÃ¼m Son*/


/* Ä°Ã§erik Sayfalar BaÅŸlangÄ±Ã§*/

.page-baslik {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px;
    background-size: cover;
    text-align: center;
    position: relative;
}

.page-baslik h3 {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 700;
    color: #ab182d;
    position: relative;
    z-index: 9;
}

.page-baslik .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
    position: relative;
    z-index: 9;
}

.page-baslik .breadcrumb li a {
    color: #fff;
}

.page-baslik .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-icerik {
    padding: 50px 0px 50px 0px;
}

.filtre {
    height: auto;
    margin-bottom: 0px;
}

.filtre span {
    letter-spacing: 1px;
    color: #41130a;
}

.filtre span b {
    color: #708f3f;
}

.filtre .siralama-dropdown .siralama-dropdown-button {
    margin: 0px;
    font-size: 12px;
    padding: 0px 20px;
    cursor: pointer;
    background-color: #708F3F;
    font-weight: 500;
    letter-spacing: .6px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    height: 35px;
    width: 183px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.filtre .siralama-dropdown .siralama-menu {
    width: 100%;
    height: auto;
    background: #F3F3F3;
    border-radius: 10%;
    border: none;
    padding: 15px 15px;
    margin-top: 15px;
}

.filtre .siralama-dropdown .siralama-menu li:first-child {
    margin-top: 0px;
}

.filtre .siralama-dropdown .siralama-menu li {
    display: block;
    list-style: none;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.filtre .siralama-dropdown .siralama-menu li .custom-control {
    line-height: normal;
    min-height: inherit;
}

.filtre .siralama-dropdown .siralama-menu li .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #ccc solid 1px;
}

.filtre .siralama-dropdown .siralama-menu li .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #708F3F;
    background-color: #708e3f;
}

.filtre .siralama-dropdown .siralama-menu li .custom-control-label::after {
    position: absolute;
    top: 5px;
    left: -19px;
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}

.filtre .siralama-dropdown .siralama-menu li label:focus {
    box-shadow: none;
    outline: none;
}

.filtre .siralama-dropdown .siralama-menu li label:active {
    box-shadow: none;
    outline: none;
}

.filtre .breadcrumb {
    margin-bottom: 0px;
    background: transparent;
    padding: 0px;
}

.filtre .breadcrumb li a {
    color: #41130a;
    font-weight: 600;
}

.filtre .breadcrumb li.breadcrumb-item.active {
    color: #708F3F;
    font-weight: 600;
}


/* Ä°Ã§erik Sayfalar BaÅŸlangÄ±Ã§*/


/* Ãœye GiriÅŸi BaÅŸla*/

.uyelik {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 190px 0px 100px 0px;
    display: flex;
    align-items: center;
}

.uyelik-ic {
    width: 100%;
    max-width: 470px;
    height: auto;
    background: #fff;
    margin: 0px auto;
    padding: 50px;
}

.uyelik-baslik {
    width: 100%;
    height: auto;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #42140B;
}

.form-group {
    height: 60px;
    display: block;
    width: 100%;
    padding: 20px 15px 8px;
    cursor: pointer;
    background: #fff;
    position: relative;
    border: none;
    z-index: 4;
}

.form-group button.reset {
    display: none!important;
    position: absolute;
    height: 100%;
    align-items: center;
    display: flex;
    right: 10px;
    top: 0px;
    border: none;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 18px;
}

.form-group button.reset:hover {
    color: #FA7900;
}

.form-group:hover button.reset {
    display: block!important;
}

.form-group .form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.form-group label {
    position: absolute;
    font-size: 15px;
    top: 23px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    line-height: 1;
    padding: 0 25px;
    cursor: pointer;
    z-index: -1;
    display: inline;
    height: 12px;
    transition: all .15s ease-in-out;
}

.form-group .form-control {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 22px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.form-group .form-control:focus+label,
.form-group .form-control:focus+label span,
.form-group .form-control:valid+label,
.form-group .form-control:valid+label span {
    top: 10px;
}

.form-group .form-control:focus {
    border-color: #708F3F;
    outline: none;
    box-shadow: none;
}

.form-group .form-control2 {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.odeme-bilgileri {
    width: 100%;
}

.odeme-bilgileri .kart-baslik {
    width: 25%;
    font-weight: 700;
    padding-right: 15px;
}

.odeme-bilgileri .kart-input {
    width: 75%;
}

.odeme-bilgileri .kart-input {
    display: inline-block;
}

.odeme-bilgileri .kart-input .form-group2 {
    width: 100%;
    max-width: 114px;
    display: block;
    padding: 0px 10px;
    cursor: pointer;
    background: transparent;
    position: relative;
    border: none;
    z-index: 4;
}

.odeme-bilgileri .kart-input .form-group2 button.reset {
    display: none!important;
    position: absolute;
    height: 100%;
    align-items: center;
    display: flex;
    right: 10px;
    top: 0px;
    border: none;
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 18px;
}

.odeme-bilgileri .kart-input .form-group2 button.reset:hover {
    color: #FA7900;
}

.odeme-bilgileri .kart-input .form-group2:hover button.reset {
    display: block!important;
}

.odeme-bilgileri .kart-input .form-group2 .form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.odeme-bilgileri .kart-input .form-group2 .form-control {
    height: 47px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    text-align: center;
}

.odeme-bilgileri .kart-input .form-group2 .form-control:focus+label,
.form-group .form-control:focus+label span,
.form-group .form-control:valid+label,
.form-group .form-control:valid+label span {
    top: 10px;
}

.odeme-bilgileri .kart-input .form-group2 .form-control:focus {
    border-color: #708F3F;
    outline: none;
    box-shadow: none;
}

a.unuttum {
    font-size: 15px;
    color: #6F8F3F;
    font-weight: 500;
    width: 100%;
    display: block;
    margin: 15px 0px;
}

a.unuttum:hover {
    text-decoration: underline;
}

.giris-button {
    font-size: 15px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #708F3F;
    color: #fff;
    border: none;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.giris-button:hover {
    background-color: #67843a;
}

.kayitol {
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    padding-top: 15px;
}

.kayitol a {
    padding-left: 0px;
    color: #708F3F;
}

label.kullanim-kosulu input.buton {
    width: 100%;
    height: 24px;
    padding: 10px 10px;
    outline: none;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0px;
}

label.kullanim-kosulu {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    height: 24px;
}

label.kullanim-kosulu input.buton {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.turuncu {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 18px;
    background-color: transparent;
    width: 18px;
    border: solid 1px #000;
    border-radius: 3px;
}

label.kullanim-kosulu input.buton:checked~.turuncu {
    background-color: transparent;
}

label.kullanim-kosulu button {
    outline: none;
    background: transparent;
    border: none;
    padding: 0 5px 0 0px;
    margin: 0px;
}

.turuncu:after {
    content: "";
    position: absolute;
    display: none;
}

label.kullanim-kosulu input.buton:checked~.turuncu:after {
    display: block;
}

label.kullanim-kosulu .turuncu:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #92ae4d;
}

label.kullanim-kosulu .turuncu {
    left: 2px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: white;
}

label.kullanim-kosulu a {
    color: #708F3F;
}

.sozlesmemodal .modal-dialog {
    max-width: 1000px;
}

.sozlesmemodal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0px;
}

.sozlesmemodal .modal-dialog .modal-content .modal-body {
    border-bottom: none;
}


/* Ãœye GiriÅŸi Son*/


/* Yeni Ãœyelik BaÅŸlangÄ±Ã§*/


/* Form ÃƒÅ“ye GiriÃ…Å¸ Form BaÃ…Å¸langÃ„Â±ÃƒÂ§ */

.uye-girisi-toplam {
    width: 100%;
}

.uye-girisi-toplam .logo {
    width: 210px;
    margin: 0 auto;
    margin-top: 20px;
}

.uye-girisi-toplam .logo img {
    width: 100%;
}

.uye-girisi-toplam .uye-girisi {
    background: white;
    width: 60%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs {
    padding: 0px!important;
    justify-content: center;
    margin-bottom: 35px;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.tab {
    list-style: none;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.tab a {
    color: #66798a;
    border: 1px solid transparent;
    padding: 10px 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 1px #cbcbcb;
    padding: 10px 40px;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.tab a i {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #66798a;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.tab a.active i {
    color: #000;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.tab a.active {
    border-bottom: 1px solid hsla(0, 0%, 59.2%, .5)!important;
    color: #000;
    font-weight: 700;
}

.uye-girisi-toplam .uye-girisi .nav-content ul.tabs li.indicator {
    list-style: none;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form {
    padding: 10px 0 0 0;
    width: 60%;
    margin: 0 auto;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form h3 {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form input {
    width: 100%;
    height: 44px;
    padding: 10px 10px;
    outline: none;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a {
    text-decoration: underline!important;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form input.submit {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    margin: 0px;
    font-size: 16px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form input.submit:hover {
    background: #3e3e3e;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form label input.checkbox {
    width: auto;
    height: 20px;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .ikili_input {
    padding: 15px 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form label h2 {
    font-size: 14px;
    margin: 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form label {
    margin: 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .ikili_input {
    padding: 5px 0 18px 0;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .yada {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 11px 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .yada h3.yada {
    text-align: center;
    position: relative;
    display: inline-block;
    color: #7b7b7ba8;
    font-size: 15px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .yada h3.yada:before {
    width: 150px;
    height: 1px;
    position: absolute;
    background: #7b7b7ba8;
    content: '';
    right: 3px;
    top: 9px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form .yada h3.yada:after {
    width: 150px;
    height: 1px;
    position: absolute;
    background: #7b7b7ba8;
    content: '';
    left: 0px;
    top: 9px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a.anasayfaya {
    margin-top: 25px;
    display: inline-block;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a.facebook {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #3c5a96;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a.facebook:hover {
    background: #3c5a96d9;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a.facebook i.icon-facebook {
    font-size: 28px;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form a.sifremi-unuttum {
    color: #000;
}

.sifrealan {
    position: relative;
    z-index: 9999;
}

.sifrealan .sifrealan-ul {
    display: none;
}

.sifrealan.menugoster .sifrealan-ul {
    display: block;
}

.uye-girisi-toplam .uye-girisi form.uye-giris-form label.beni_hatirla_buton input.buton {
    width: 100%;
    height: 24px;
    padding: 10px 10px;
    outline: none;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0px;
}

.beni_hatirla_buton {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.beni_hatirla_buton input.buton {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.turuncu {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 18px;
    background-color: transparent;
    width: 18px;
    border: solid 1px #000;
    border-radius: 3px;
}

.beni_hatirla_buton:hover input.buton~.turuncu {
    background-color: transparent;
}

.beni_hatirla_buton input.buton:checked~.turuncu {
    background-color: transparent;
}

.turuncu:after {
    content: "";
    position: absolute;
    display: none;
}

.beni_hatirla_buton input.buton:checked~.turuncu:after {
    display: block;
}

.beni_hatirla_buton .turuncu:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #000;
}


/* Form ÃƒÅ“ye GiriÃ…Å¸ Form Son */


/* Form ÃƒÅ“ye Ol BaÃ…Å¸langÃ„Â±ÃƒÂ§ */

form.uye-ol .input {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0px 15px;
}

form.uye-ol {
    padding: 10px 0 0 0;
    width: 100%;
    margin: 0 auto;
}

form.uye-ol h3 {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

form.uye-ol input {
    width: 100%;
    height: 44px;
    padding: 10px 10px;
    outline: none;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000
}

form.uye-ol select {
    width: 100%;
    height: 44px;
    padding: 10px 10px;
    outline: none;
    font-weight: 700;
    margin-bottom: 10px;
}

form.uye-ol a {
    text-decoration: underline!important;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

form.uye-ol input.submit:hover {
    background: #000;
}

form.uye-ol input.submit {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form.uye-ol label input.checkbox {
    width: auto;
    height: 30px;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
    margin: 0 9px 0 0px;
}

form.uye-ol label h2 {
    font-size: 14px;
    margin: 0px;
    font-weight: 900;
}

form.uye-ol label {
    margin: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

form.uye-ol label:hover {
    cursor: pointer;
}

form.uye-ol label:hover h2 {
    color: #000;
}

form.uye-ol .ikili_input {
    padding: 15px 0px;
}

form.uye-ol .yada {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 11px 0px;
}

form.uye-ol .yada h3.yada {
    text-align: center;
    position: relative;
    display: inline-block;
    color: #7b7b7ba8;
}

form.uye-ol .yada h3.yada:before {
    width: 150px;
    height: 1px;
    position: absolute;
    background: #7b7b7ba8;
    content: '';
    right: 3px;
    top: 9px;
}

form.uye-ol .yada h3.yada:after {
    width: 150px;
    height: 1px;
    position: absolute;
    background: #7b7b7ba8;
    content: '';
    left: 0px;
    top: 9px;
}

form.uye-ol a.anasayfaya {
    margin-top: 25px;
    display: inline-block;
}

form.uye-ol a.facebook {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #3c5a96;
    color: #fff;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form.uye-ol a.facebook i.icon-facebook {
    font-size: 25px;
    margin-right: 5px;
}

form.uye-ol a.facebook:hover {
    background: #3c5a96d9;
}

form.uye-ol .uye-ol-butonlar {
    width: 60%;
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

form.uye-ol .sozlesmeler {
    margin: 20px 0 0px 15px;
}

form.uye-ol .sozlesmeler h2 {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0px;
    font-weight: 900;
}

form.uye-ol .sozlesmeler h2 button {
    background: transparent;
    border: none;
    padding: 0 6px 0px 0px;
    margin: 0px;
    outline: none;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton input.buton {
    width: 100%;
    height: 24px;
    padding: 10px 10px;
    outline: none;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0px;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    height: 24px;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton input.buton {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.turuncu {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 18px;
    background-color: transparent;
    width: 18px;
    border: solid 1px #000;
    border-radius: 3px;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton:hover input.buton~.turuncu {}

form.uye-ol .sozlesmeler label.beni_hatirla_buton input.buton:checked~.turuncu {
    background-color: transparent;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton button {
    outline: none;
    background: transparent;
    border: none;
    padding: 0 5px 0 0px;
    margin: 0px;
}

.turuncu:after {
    content: "";
    position: absolute;
    display: none;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton input.buton:checked~.turuncu:after {
    display: block;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton .turuncu:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #000;
}

form.uye-ol .sozlesmeler label.beni_hatirla_buton .turuncu {
    left: 2px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: white;
}

form.uye-ol .sozlesmeler .modal h5.modal-title {
    color: #000;
}

form.uye-ol .sozlesmeler .modal .modal-header .close {
    outline: none;
}

form.uye-ol .sozlesmeler .modal .modal-header .close span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e2e2e2;
    color: #fff;
}


/* Form ÃƒÅ“ye Ol Son */


/* Form ÃƒÅ“ye Olmadan Devam Et BaÃ…Å¸langÃ„Â±ÃƒÂ§ */

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam {
    padding: 10px 0 0 0;
    width: 63%;
    margin: 0 auto;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam h2 {
    text-align: left;
    font-size: 14px;
    margin: 10px 0 27px 0;
    font-weight: 500;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam h3 {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam input {
    width: 100%;
    height: 44px;
    padding: 10px 10px;
    outline: none;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam a {
    text-decoration: underline!important;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam input.submit {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam input.submit:hover {
    background: #000d1
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam label input.checkbox {
    width: auto;
    height: 20px;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam label h2 {
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam label {
    margin: 0px;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam label:hover h2 {
    color: #000;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam a.anasayfaya {
    margin-top: 25px;
    display: inline-block;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam a.facebook {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #3c5a96;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none!important;
}

.uye-girisi-toplam .uye-girisi form.uye-olmadan-devam label.onay_buton input.buton {
    width: 100%;
    height: 24px;
    padding: 10px 10px;
    outline: none;
    top: 0px;
    left: 0px;
    margin: 0 0 10px 0px;
}

.onay_buton {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.onay_buton input.buton {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.turuncu {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 18px;
    background-color: transparent;
    width: 18px;
    border: solid 1px #000;
    border-radius: 3px;
}

.onay_buton:hover input.buton~.turuncu {
    background-color: transparent;
}

.onay_buton input.buton:checked~.turuncu {
    background-color: transparent;
}

.turuncu:after {
    content: "";
    position: absolute;
    display: none;
}

.onay_buton input.buton:checked~.turuncu:after {
    display: block;
}

.onay_buton .turuncu:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #000;
}


/* Form ÃƒÅ“ye Olmadan Devam Et Son */

.sifremi_unuttum_form {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    padding: 15px 0px;
}

.sifremi_unuttum_form h3 {
    font-size: 17px;
    font-weight: 700;
}

.sifremi_unuttum_form p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.21;
    margin-bottom: 25px;
}

.sifremi_unuttum_form .sifre_form h2 {
    font-size: 15px;
    font-weight: 600;
}

.sifremi_unuttum_form .sifre_form input {
    width: 100%;
    height: 40px;
    display: inline-block;
}

.sifremi_unuttum_form input.submit {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 5px;
    margin: 0px;
    font-size: 16px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sifremi_unuttum_form input.submit:hover {
    background: #000cf;
}

.sifremi_unuttum_form a.anasayfaya {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    text-decoration: underline!important;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.favori-urunler {
    display: block;
}

.favori-urunler .favori-liste {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.favori-urunler .favori-liste .favori-cikar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #C41A33;
    z-index: 999;
    cursor: pointer;
}

.favori-urunler .favori-liste .favori-cikar:hover {
    color: #f08174;
}

.favori-urunler .favori-liste .resim img {
    width: 100%;
}

.favori-urunler .favori-liste .baslik {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}

.favori-urunler .favori-liste .fiyat {
    margin-top: 10px;
    font-weight: 500;
}

.favori-urunler .favori-liste .fiyat .eskifiyat {
    color: #7e7e7e;
    font-size: 15px;
    line-height: 16px;
    text-decoration: line-through;
}

.favori-urunler .favori-liste .fiyat .yenifiyat {
    color: #cc304d;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 600;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #aabe2c;
    background-color: #aabe2c;
}


/* Yeni Ãœyelik Son */


/* Sepetim BaÅŸlangÄ±Ã§*/

.sepetim-page {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px;
}

.sepetim-page .sepetim-adim {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sepetim-page .sepetim-adim li:last-child {
    margin-right: 0px;
}

.sepetim-page .sepetim-adim li {
    width: 100%;
    list-style: none;
    margin-right: 14px;
}

.sepetim-page .sepetim-adim li a {
    padding: 10px 25px;
    height: auto;
    border: 2px solid #ecedee;
    display: flex;
    align-items: center;
    position: relative;
    color: #708f3f;
    border-radius: 50px;
}

.sepetim-page .sepetim-adim li a .icon {
    font-size: 32px;
    margin-left: -27px;
    position: relative;
    z-index: 9;
}

.sepetim-page .sepetim-adim li a .sayi {
    right: -39px;
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
    color: #efefef;
    font-size: 48px;
    position: absolute;
}

.sepetim-page .sepetim-adim li a .yazi {
    color: #1e1e27;
    padding-left: 12px;
    position: relative;
    z-index: 99;
}

.sepetim-page .sepetim-adim li a .yazi span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.sepetim-page .sepetim-adim li a .yazi small {
    color: #42150c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
    letter-spacing: 0px;
    font-weight: 300;
}

.sepetim-page .sepetim-adim li.active a {
    border: 1px solid #708F3F;
    background: #708F3F;
}

.sepetim-page .sepetim-adim li.active a .icon {
    color: #fff;
}

.sepetim-page .sepetim-adim li.active a .yazi {
    color: #fff;
}

.sepetim-page .sepetim-adim li.active a .yazi small {
    color: #fff;
}

.sepetim-page .sepetim-adim li.active a .sayi {
    color: #7c9c48;
}

.sepetim-page .sepetim-ic {
    width: 100%;
    height: auto;
    border: solid 1px #ebebeb;
    border-radius: 20px;
}

.sepetim-page .sepetim-ic .sepetim-ic-tab {
    width: 100%;
    height: auto;
    padding: 19px 29px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 29px;
}

.sepetim-page .sepetim-ic .sepetim-ic-tab .sepetim-ic-tab-baslik {
    padding: 0px;
    font-weight: 700;
    text-align: center;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste {
    width: 100%;
    padding: 0px 29px 29px 29px;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum {
    padding: 0px;
    font-weight: 700;
    text-align: center;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-resim {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-resim img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-baslik {
    font-size: 16px;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-fiyat {
    font-size: 18px;
    color: #708F3F;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-adet {
    display: block;
    text-align: center;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-adet .sepet-artieksi {
    font-size: 10px;
    border: 1px solid #fff;
    background: transparent;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-adet .sepet-sayi {
    max-width: 65px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 700;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-adet .sepet-sayi:focus {
    box-shadow: none;
    outline: none;
}

.sepetim-page .sepetim-ic .sepetim-ic-liste .sepetim-ic-liste-bolum .sepetim-delete {
    background: transparent;
    border: none;
    color: #41130A;
}

.sepetim-page .sepetim-table {
    width: 100%;
    border: solid 1px #dee2e6;
    border-radius: 20px;
    overflow: hidden;
}

.sepetim-page .sepetim-table .sepetim-table-ic {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.sepetim-page .sepetim-table .sepetim-table-ic tr th,
.sepetim-page .sepetim-table .sepetim-table-ic tr td {
    padding: 13px;
    border-left: 1px solid #dee2e6;
}

.sepetim-page .sepetim-table .sepetim-table-ic .urun-bilgi {
    font-size: 15px;
}

.sepetim-page .sepetim-table .sepetim-table-ic .urun-bilgi a {
    color: #000;
}

.sepetim-page .sepetim-table .sepetim-table-ic .urun-bilgi a.urunu-sil {
    display: block;
    color: #AB182D;
}

.sepetim-page .sepetim-table .sepetim-table-ic tr td a.sepet-resim {
    max-width: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
}

.sepetim-page .sepetim-table .sepetim-table-ic tr td a.sepet-resim img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
}

.sepetim-page .sepetim-table .sepetim-table-ic tr td span.fiyat {
    color: #708F3F;
    font-weight: 700;
}

.btn-kaydet {
    background: #708F3F;
    color: #fff;
}

.btn-kaydet:hover,
.btn-kaydet:focus {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.sepetim-page .urun-sayisi {
    width: auto;
    height: auto;
}

.sepetim-page .urun-sayisi b {
    color: #708F3F;
}

.mobil-sepepet {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.mobil-sepepet .mobil-sepepet-list {
    width: 100%;
    height: auto;
    border-top: 1px solid #dee2e6;
    padding: 10px 0px;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-resim {
    border: 2px solid #232323;
    padding: 5px;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-resim .mobil-sepepet-delete {
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #232323;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    position: absolute;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-baslik {
    padding-left: 15px;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-baslik span {
    font-weight: 700;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-baslik .mobil-sepepet-adet {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.mobil-sepepet .mobil-sepepet-list .mobil-sepepet-baslik .mobil-sepepet-fiyat {
    font-weight: 700;
    color: #708F3F;
}

.sepetim-page .sepetim-ozet {
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
}

.sepetim-page .sepetim-ozet h5 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}

.sepetim-page .sepetim-ozet h5 i {
    padding-right: 8px;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic {
    border: solid 1px #ebebeb;
    padding: 20px 20px;
    border-radius: 20px;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-liste {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 0px;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-liste span {
    width: 100%;
    height: auto;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-liste.toplam {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-top: 15px;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-bilgi {
    padding-top: 25px;
    text-align: center;
    opacity: 0.5;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-bilgi .icon {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-bilgi .icon img {
    max-width: 69%;
}

.sepetim-page .sepetim-ozet .sepetim-ozet-ic .sepetim-ozet-bilgi span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
}

.kullanim-kosullari {
    font-size: 12px;
    line-height: 22px;
}

.kullanim-kosullari a {
    color: #708f3f;
    font-weight: 700;
}

.kullanim-kosullari input:focus {
    box-shadow: none;
    outline: none;
}

.kullanim-kosullari label:focus {
    box-shadow: none;
    outline: none;
}

a.satin-al {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 25px;
    text-align: center;
    display: inline-block;
    background: #708F3F;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

a.satin-al:hover {
    background: #67843a;
}

a.alisverise-devam {
    font-size: 14px;
    padding: 0px 25px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #ab182d;
    border: 1px solid #ab182d;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

a.alisverise-devam:hover {
    background: #ab182d;
    color: #fff;
}

.satin-al2 {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 25px;
    text-align: center;
    display: inline-block;
    background: #708F3F;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.satin-al2:hover {
    background: #67843a;
    color: #fff;
}

.sepetim-page.siparisozeti {
    width: 100%;
    height: auto;
    padding: 170px 0px 0px;
}

.sepet-adres-baslik {
    width: 100%;
}

.sepet-adres-baslik .sepet-adres-icon {
    font-size: 35px;
    color: #ab182d;
}

.sepet-adres-baslik .sepet-adres-yazi {
    font-size: 15px;
    color: #ab182d;
    padding-left: 15px;
}

.sepet-adres-baslik .sepet-adres-yazi span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #ab182d;
}

.sepet-adres-baslik .sepet-adres-yazi small {
    font-size: 15px;
    opacity: 0.8;
    display: block;
    color: #000;
}

.adres-secimi-box {
    width: 100%;
    min-height: 200px;
    border-radius: 0px;
    border: 1px solid #ecedee;
    transition: all .2s linear;
    -webkit-transition: border-color .2s linear;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.adres-secimi-box .adres-secimi-ic {
    padding: 30px 20px;
    display: block;
}

.adres-secimi-box .adres-secimi-baslik {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: block;
}

.adres-secimi-box span {
    font-size: 15px;
    color: #1e1b16;
    display: block;
}

.adres-secimi-box span i {
    margin-right: 5px;
}

.adres-secimi-box .adres-secimi-alt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    display: block;
    background: #000;
    padding: 10px 10px;
}

.adres-secimi-box .adres-secimi-alt a.sil {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.adres-secimi-box .adres-secimi-alt a.guncelle {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 0px;
}

.adres-secimi-box .adres-secimi-alt a.sil:hover,
.adres-secimi-box a.guncelle:hover {
    color: #fff;
    opacity: 0.5;
}

.adres-secimi-box .adres-secimi-alt .adres-secimi-tur {
    padding: 0px 0px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
}

.adres-secimi-box .adres-secimi-alt .adres-secimi-tur:before {
    position: relative;
    left: 0;
    bottom: 0;
    content: '\e956';
    font-family: "fontello";
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

.adres-secimi-box.selectedAddress .adres-secimi-alt {
    background: #708f3f;
}

.adres-secimi-box.selectedAddress .adres-secimi-alt .adres-secimi-tur:before {
    position: relative;
    left: 0;
    bottom: 0;
    content: '\e955';
    font-family: "fontello";
    color: #fff;
    margin-right: 5px;
}

.selectedAddress,
.selectedBillingAddress {
    position: relative;
    border-color: #708f3f!important;
}

.adres-secimi-box.selectedAddress:before,
.adres-secimi-box.selectedBillingAddress:before {}

.kredi-karti-tabmenu {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #708F3F;
}

.kredi-karti-tabmenu li {
    border: none;
    margin-right: 10px;
}

.kredi-karti-tabmenu li a {
    color: #000;
    display: flex;
    align-items: center;
    border: none!important;
}

.kredi-karti-tabmenu li a i {
    color: #708F3F!important;
    padding-right: 10px;
}

.kredi-karti-tabmenu li a.active {
    border: none;
    background: #708F3F!important;
    color: #fff!important;
}

.kredi-karti-tabmenu li a.active i {
    color: #fff!important;
}

.kredi-karti-tabmenu li a:hover {
    background: transparent;
    color: #708F3F;
}

.sepetim-page .tab-content {
    border: solid 1px #ebebeb;
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
}

.sepetim-kredi-gÃ¼venli {
    background: #708F3F;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 25px 0px;
}

.sepetim-kredi-gÃ¼venli i {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    display: block;
}

.sepetim-kredi-gÃ¼venli span {
    display: block;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.sepet-radio .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #708F3F solid 1px;
}

.sepet-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #708F3F;
    background-color: #708e3f;
}

.sepet-radio .custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -23px;
    display: block;
    width: 1rem;
    height: 1rem;
    background: no-repeat 50%/50% 50%;
}

.sepet-radio label:focus {
    box-shadow: none;
    outline: none;
}

.sepet-radio label:active {
    box-shadow: none;
    outline: none;
}

.sepet-radio .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background: #fff;
    border: none;
}

.sepet-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.adres-secimi-box.adresekle {
    text-align: center;
    align-items: center;
    background: #fff;
    border: solid 1px #ebebeb;
    cursor: pointer;
}

.adres-secimi-box.adresekle .adresekle-icon {
    font-size: 50px;
    margin: 0px auto;
    color: #41130a;
}

.adres-secimi-box.adresekle .adresekle-icon span {
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    color: #41130a;
}

.adres-secimi-box.adresekle:hover {
    border-color: #708F3F;
}

.sepetim-modal .modal-dialog {
    max-width: 700px;
}

.sepetim-modal .modal-header {
    border-bottom: 0px;
}

.adres-form {
    display: block;
}

.siparisozeti .siparisozeti-baslik {
    margin-bottom: 20px;
    font-size: 17px;
}


/* Sepetim Son*/


/* Footer BaÅŸla*/

footer.footer1 {
    margin-top: 0px;
    border-top: 1px solid #efefef;
}

footer.footer1 .footer-services {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer.footer1 .footer-services-item {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

footer.footer1 .footer-services-item span.icon {
    margin-right: 15px;
    font-size: 33px;
    color: #719044;
}

footer.footer1 .footer-services-item .footer-services-yazi {
    display: block;
    font-weight: 500;
}

footer.footer1 .footer-services-item .footer-services-yazi span {
    display: block;
    font-size: 20px!important;
    font-weight: 700;
    color: #26211d;
    font-family: 'Cera Condensed Pro';
}

footer.footer1 .footer-services-item .footer-services-yazi small {
    display: block;
    font-size: 18px!important;
    margin-top: 3px;
    color: #26211d;
    font-family: 'Cera Condensed Pro';
    font-weight: 300;
}

footer.footer1 .footer-bulten {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer.footer1 .footer-bulten span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

footer.footer1 .footer-bulten small {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-bulten .uyari {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-top: 15px;
}

footer.footer1 .footer-bulten .footer-bulten-search {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 5px 5px 5px 27px;
    transition: all .3s;
    width: 100%;
    margin-top: 15px;
    border-radius: 23px;
}

footer.footer1 .footer-bulten form .footer-bulten-search input {
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    background: transparent;
    color: #fff;
}

footer.footer1 .footer-bulten form .footer-bulten-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-bulten form .footer-bulten-search input::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-bulten form .footer-bulten-search input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-bulten form .footer-bulten-search input:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-bulten form .footer-bulten-search button.ara {
    background: #719044;
    border: none;
    border-radius: 23px;
    padding: .25rem .7rem;
    color: #fff;
    font-weight: 500;
}

footer.footer1 .radio-button {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 11px;
    line-height: 20px;
}

footer.footer1 .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

footer.footer1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

footer.footer1 .radio-button:hover input~.checkmark {
    background-color: #ccc;
}

footer.footer1 .radio-button input:checked~.checkmark {
    background-color: #fff;
}

footer.footer1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

footer.footer1 .radio-button input:checked~.checkmark:after {
    display: block;
}

footer.footer1 .radio-button .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}

footer.footer1 .footer-orta {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: url('../images/footer.jpg') no-repeat center top;
    color: #fff;
    background-size: cover;
}

footer.footer1 .footer-orta ul.footer-liste {
    margin: 0px;
    padding: 0px;
}

footer.footer1 .footer-orta ul.footer-liste span {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

footer.footer1 .footer-orta ul.footer-liste li:first-child {
    margin-top: 0px;
}

footer.footer1 .footer-orta ul.footer-liste li {
    list-style: none;
    margin-top: 3px;
}

footer.footer1 .footer-orta ul.footer-liste li a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    opacity: 0.6;
}

footer.footer1 .footer-orta ul.footer-liste li a:hover {
    color: #fff;
}

footer.footer1 .footer-orta ul.footer-sosyal {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
}

footer.footer1 .footer-orta ul.footer-sosyal span {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

footer.footer1 .footer-orta ul.footer-sosyal li {
    list-style: none;
    margin-left: 5px;
    display: inline-block;
}

footer.footer1 .footer-orta ul.footer-sosyal li i {
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 15px;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-facebook {
    background: #3b5998;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-twitter {
    background: #1da1f2;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-instagram {
    background: #E84B56;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-youtube {
    background: #ff0000;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-linkedin {
    background: #0173AF;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-pinterest {
    background: #BC141C;
}

footer.footer1 .footer-orta ul.footer-sosyal li i.icon-whatsapp {
    background: #719044;
}

footer.footer1 .footer-orta ul.footer-iletisim {
    margin: 0px;
    padding: 0px;
}

footer.footer1 .footer-orta ul.footer-iletisim span {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

footer.footer1 .footer-orta ul.footer-iletisim li:first-child {
    margin-top: 0px;
}

footer.footer1 .footer-orta ul.footer-iletisim li {
    list-style: none;
    margin-top: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: flex-start;
}

footer.footer1 .footer-orta ul.footer-iletisim li .icon {
    font-size: 15px;
    padding-right: 10px;
}

footer.footer1 .footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -50px;
}

footer.footer1 .footer-logo img {
    height: 140px;
}

footer.footer1 .footer-banka {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

footer.footer1 .footer-banka li:first-child {
    margin-left: 0px;
}

footer.footer1 .footer-banka li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

footer.footer1 .gizlilik {
    font-size: 17px;
    margin-top: 15px;
}

footer.footer1 .gizlilik span {
    font-weight: 400;
}

footer.footer1 .gizlilik span a {
    font-weight: 500;
    text-decoration: underline;
}

footer.footer1 .gizlilik .gizlilik-chec {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
}

footer.footer1 .gizlilik .gizlilik-chec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

footer.footer1 .gizlilik .checkmark {
    position: relative;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: solid 1px #333;
    border-radius: 0px!important;
}

footer.footer1 .gizlilik .gizlilik-chec:hover input~.checkmark {
    background-color: #ccc;
}

footer.footer1 .gizlilik .gizlilik-chec input:checked~.checkmark {
    background-color: #c867a5;
}

footer.footer1 .gizlilik .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

footer.footer1 .gizlilik .gizlilik-chec input:checked~.checkmark:after {
    display: block;
}

footer.footer1 .gizlilik .gizlilik-chec .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer.footer1 .footer-alt {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    text-align: center;
    color: #202020;
    font-weight: 300;
    font-size: 0.97em;
    border-top: 1px solid #efefef;
}

footer.footer1 .footer-alt a {
    color: #202020;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}


/* Footer Son */