@media (min-width: 768px) {
    .display-collapse {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .fc-collapse.opened.navbar {
        left: 70%;
        width: 100% !important;
    }

    .fc-collapse.opened#fc-body-collapse {
        margin-left: 70%;
        width: 100% !important;
    }

    #fc-menu-collapse .dropdown-menu {
        /* background-color: #ddd; */
    }

    #body-overlap {
        width: 30%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
        opacity: 0;
    }

    #body-overlap:hover {
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .fc-menu-toggle.closed.navbar {
        left: 0px;
    }

    .fc-menu-toggle.closed#fc-body-collapse {
        margin-left: 0px;
    }
}

/* SHOPPING CART */
.cart-count {
    position: absolute; 
    background-color: #ef472c; 
    border-radius: 50%; 
    -moz-border-radius: 50%; 
    -o-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -ms-webkit-radius: 50%; 
    height: 18px; 
    width: 18px; 
    text-align: center; 
    border: 2px solid #fff;
}

.cart-count-label {
    color: #fff; font-size: 10px; position: relative; top: -7px;
}

@media (max-width: 768px) {
    .cart-count {
        top: 2px; left: 19px; 
    }
}

@media (min-width: 768px) {
    .cart-count {
        top: 10px; left: 22px;
    }
}

/* LEFT SIDEBAR MENU */
#fc-collapse-menu {
    background-color: #ffffff;
    box-shadow: 0 5px 20px #888;
    -moz-box-shadow: 0 5px 20px #888;
    -webkit-box-shadow: 0 5px 20px #888;
}

@media (max-width: 768px) {
    .darkside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 4;
    }
}

@media (min-width: 768px) {
    .darkside {
        display: none;
    }
}

.navbar {
    transition: all 0.3s ease;
    z-index: 2; /* hide carousel-indicators */
}

/* ###################### */

.carousel-indicators {
    z-index: 1; /* hide carousel-indicators */
}

@media (min-width: 768px) {
    #fc-collapse-menu {
        display: none;
    }
}

ul.sidebar-menu {
    margin: 0;
    padding: 0;
}

ul.sidebar-menu li {
    list-style-type: none;
}

ul.sidebar-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

ul.sidebar-menu li a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

ul.sidebar-menu li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* ########## Optimizations ########## */
.od-navbar .navbar-toggle:hover {
    background-color: #DB351A !important;
}

.od-navbar .navbar-toggle, .od-navbar .navbar-toggle:focus {
    background-color: transparent !important;
}

/* to provide square structure for basket and search icons*/
.od-navbar .navbar-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
}

/* to provide square structure for menu icon */
#menu-button {
    width: 40px;
    height: 40px;
    padding-left: 7px;
}

section {
    padding: 0 !important;
    margin: 0 !important;;
}

/**/
.tabbable-line > .nav-tabs > li {
    border-bottom: 4px solid transparent;
}

/* ################################### */

/*=== Search Area Small Screens ===*/
/* Search input */
.od-arama-alan input {
    width: 80%;
    display: inline-block;
}

/* Search button */
.od-arama-alan button {
    vertical-align: bottom;
}

/* to prevent duplicated white borders*/
@media (max-width: 768px) {
    .navbar-form {
        border: 0px solid #fff;
        padding: 0;
    }

    .od-arama-alan {
        margin: 0 auto;
        text-align: center;
    }
}

/* to prevent basket overflow in screen sizes */
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/* ################################### */

.pageslide {
    z-index: 999 !important;
}

.kapsayici {
    width: 160px;
    height: 50px;
    margin-top: auto;
    padding: 5px 0px;
}

/*background-color:#01184e;*/
.kapsayici div {
    float: left;
    padding: 0 15px;
}

.sprite.option {
    background: url(../img/sprite.png) no-repeat top left;
    width: 40px;
    height: 30px;
}

.sprite-blog {
    background-position: 0 0 !important;
}

.sprite-facebook {
    background-position: 0 -80px !important;
}

.sprite-gplus {
    background-position: 0 -160px !important;
}

.sprite-twitter {
    background-position: 0 -240px !important;
}

.sprite-youtube {
    background-position: 0 -320px !important;
}

.footer_bottom2 {
    background: #ef472c;
    height: 50px;
}

.footer_bottom {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 5px;
}

.hr2 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.hr3 {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.hr4 {
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.hr5 {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #e3e3e3;
}

.hr6 {
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 2px solid #EF472C;
    width: 70%;
}

.hr7 {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #F0AD4E;
    width: 100%;
}

.aracizgi {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 10 20px;
    display: inline-block;
}

.tel-boyut {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/* Ürün İsimleri Fiyatları - Clasları*/
.urun-ad {
    text-align: left;
    color: #181818;
    padding-top: 10px;
    width: 100%;
    height: 60px;
}

.urun-ad a{
    text-decoration: none;
    font-size: 15px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
}

.fiyat {
    float: left;
    padding-top: 15px;
    margin-top: 15px;
}

.ssl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.alternatif-fiyat {
    text-align: left;
    color: #000;
    font-size: 14px;
    text-decoration: line-through;
}

.urun-fiyat {
    float: right;
    color: #C03;
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

.sola-dayali {
    float: left !important;
    margin-top: 15px;
	color: #fff;
}

.sosyal-sol {
    float: center !important;
}

/*
	5 Columns Layout Grid
	09.10.20114
*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
        margin-bottom: 5px;
    }
}

@media (min-width: 480px) {
    .col-xs-50 {
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }
}

section {
    padding: 5% 0;
}

.alizarin {
    background: #e74c3c;
}

.amethyst {
    background: #9b59b6;
}

.emerald {
    background: #2ecc71;
}

.midnight-blue {
    background: #2c3e50;
}

.peter-river {
    background: #3498db;
}

.dl {
    background: #f0f0f0;
    padding: 30px 0;
    border-radius: 20px;
    position: relative;
}

.dl:before {
    content: " ";
    height: 20px;
    width: 20px;
    background: #ddd;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -10px;
}

.dl .brand {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 15px;
    margin-top: 10px;
    text-align: center;
    min-height: 100px;
}

.dl .discount {
    min-height: 50px;
    position: relative;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;

    padding: 20px 15px 0;
    color: #f1c40f;
}

.dl .discount:after {
    content: " ";

    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.dl .discount.alizarin:after {
    border-top: 20px solid #e74c3c;
}

.dl .discount.peter-river:after {
    border-top: 20px solid #3498db;
}

.dl .discount.emerald:after {
    border-top: 20px solid #2ecc71;
}

.dl .discount.amethyst:after {
    border-top: 20px solid #9b59b6;
}

.dl .discount .type {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -30px;
}

.dl .descr {
    color: #999;
    margin-top: 10px;
    padding: 20px 15px;
}

.dl .ends {
    padding: 0 15px;
    color: #f1c40f;
    margin-bottom: 10px;
}

.dl .coupon {
    min-height: 50px;
    text-align: center;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 15px;
}

.dl .coupon a.open-code {
    color: #16a085;
}

.dl .coupon .code {
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 15px;
    color: #f1c40f;
    background: #f0f0f0;
}

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login {
    padding-top: 0px
}

#login .form-wrap {
    width: 100%;
    margin: 0 auto;
}

#login h1 {
    color: #1fa67b;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

#login .form-group {
    margin-bottom: 20px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
}

#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}

#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}

.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}

.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
	:: facebooka benzeyen
	-------------------------------------------------- */
.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}

.form-control {
    margin-bottom: 10px;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 6px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 0px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.product-detay {
    background-color: #f2f2f2;
}

.product-title {
    font-size: 24px;
    text-align: left;
    line-height: 1.2;
    padding-left: 10px;

}

.btn-sepete-ekle {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f0ad4e;
    border-color: #eea236;

}

.btn-sepete-ekle:hover,
.open > .dropdown-toggle.btn-sepete-ekle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.urun-kucuk-resim {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 2px;
}

.product-fiyat {
    line-height: 30px;
}

.product-alternatif-fiyat {

    color: #000;
    font-size: 14px;
    text-decoration: line-through;
}

.product-urun-fiyat {

    color: #C03;
    font-size: 26px;
}

.product-gri {
    background: #f5f5f5;

}

.product-gri2 {
    background: #f0eeee;
    height: 100px;
}

.product-gri3 {
    background: #e6e6e6;
    height: 120px;
}

.bosluk1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sepeteEkleButon {
    background-color: rgb(88, 166, 16);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-top: 4px;
    text-align: center;
    text-shadow: none;

}

.stoktaYok {
    background-color: #bf000c;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-top: 4px;
    text-align: center;
    text-shadow: none;

}

.panel2 {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 0px;
}

.checkoutfiyat {
    font-size: 18px;
    color: #ef472c;
    text-align: right;
}

.urunlerintoplami {
    font-size: 18px;
    color: #5cb85c;
}

.od-kategori-yazi-renk {
    color: #ef472c;
}

.od-kategori-yazi {
    padding: 4px 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid rgb(251, 223, 62);
}

.breadcrumb2 {
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid rgb(90, 129, 168);
}

.breadcrumb2 > li {
    display: inline-block;
}

.breadcrumb2 > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb2 > .active {
    color: #777;
}

.od-breadcrumb3 {
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    list-style: none;
    background-color: #ECECEC;
    border-radius: 0px;
    border: 0px solid rgb(90, 129, 168);
}

.od-breadcrumb3 > li {
    display: inline-block;
}

.od-breadcrumb3 > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.od-breadcrumb3 > .active {
    color: #777;
}

.od-breadcrumb4 {
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
    background-color: #ECECEC;
    border-radius: 0px;
    border: 0px solid rgb(90, 129, 168);
}

.od-breadcrumb4 > li {
    display: inline-block;
}

.od-breadcrumb4 > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.od-breadcrumb4 > .active {
    color: #777;
}

.od-breadcrumb-kategori {
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
    background-color: #f1f1f1;
    border-radius: 0px;
    border: 0px solid rgb(90, 129, 168);
}

.od-breadcrumb-kategori > li {
    display: inline-block;
}

.od-breadcrumb-kategori > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.od-breadcrumb-kategori > .active {
    color: #777;
}

.butonlink {
    font-size: 24px;
    color: #ffffff;
!important
}

.a1 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.a1:hover,
.a1:focus {
    color: #ffffff;
    text-decoration: underline;
}

.a1:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.od-navbar {
    background-color: #ef472c;
    border-color: #ef472c;
    font-size: 16px;
    color: #FFF;
}

.footer-baslik {
    text-align: left;
    color: #5A81A8;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.od-navbar-brand {
    float: left;
    height: 50px;
    padding-right: 30px;
}

.od-navbar .navbar-toggle {
    border-color: #fff;
}

.od-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.od-kat > a,
.od-kat > a:hover,
.od-kat > a:focus {
    color: #FFF;
    background-color: #db361c;
}

.od-navbar-fixed-top {
    top: 0;
    border-width: 2px 2px;
    margin-bottom: 0px;
}

.od-link-renk {
    font-size: 16px;
    color: #FFF;
}

.od-navbar .navbar-nav > li > a {
    color: #fff;
    padding-top: 17px;
}

.od-navbar .navbar-nav > .open > a,
.od-navbar .navbar-nav > .open > a:hover,
.od-navbar .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #db351a;
}

.od-sepet {
    width: 400px;
    float: left;
}

.od-sepet-fiyat {
    color: #006;
}

.od-sepet .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.od-sepet .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}

.od-sepet-tutar {
    width: 400px;
    float: left;
    height: 60px;
    background-color: #ef472c;
    margin-top: 10px;
}

.btn-od-alisveris:hover,
.btn-od-alisveris:focus {
    color: #f6f6f6;
    text-decoration: none;
}

.kargo {
    width: 100%;
    font-size: 14px;
}

.btn-od-alisveris {
    padding: 8px 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    width: 160px;
    font-size: 14px;
    margin-bottom: 0px;
}

.od-kategori-button {
    float: right;
}

.od-slider {
    margin-top: 10px;
}

.od-gri-taban1 {
    background-color: #ededed;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
}

.od-gri-taban2 {
    background-color: #ededed;
    height: 210px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.od-anasayfagri-taban {
    background-color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.od-kategorihtml-taban {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.od-anasayfaurun-alan {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.od-anasayfa-sutun1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.od-padding-yok {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.od-margin-deger {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;

}

.od-arama-alan {
    width: 100%;
}

.od-anasayfa-yaslar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffff;
}

.od-container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.od-odeme-logo {
    margin-bottom: 0px;
    margin-top: 0px;
}

.od-odeme-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    list-style: none;
    background-color: #FF9933;
    border-radius: 0px;
}

.od-odeme-breadcrumb > li {
    display: inline-block;
}

.od-odeme-breadcrumb > a {
    color: 5 F656B;
}

.od-odeme-breadcrumb > li + li:before {
    padding: 0 5px;
    color: #5F656B;
    content: "/\00a0";
}

.od-odeme-breadcrumb > .active {
    color: #5F656B;
}

.od-odeme-ustalan {
    background-color: #ef472c;
}

.od-odeme-ustalan-anasayfa {
    background-color: #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}

.od-odeme-ustyazi {
    margin-bottom: 5px;
    margin-top: 5px;
}

.od-odeme-ustyazi-sag {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: right;
    color: #FFF;
!important
}

.od-odeme-ustyazi-sag > a {
    color: fff;
}

.od-odeme-fatura {
    color: #494949;
}

.od-sip-tamamla {
    background-color: #439d20;
    width: 100%;
    line-height: 2;
    font-size: 14px;
    margin-top: 20px;
}

.od-btn-primary {
    padding: 8px 15px;
    color: #fff;
    background-color: #439d20;
    border-color: #359035;
}

.od-btn-primary:hover,
.od-btn-primary:focus,
.od-btn-primary:active,
.od-btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2B892B;
    border-color: #238623;
}

.od-font-renk {
    color: #5A81A8;
}

.od-odeme-icrenk {
    background-color: #FFF;
}

.od-padding-yok {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-odeme-mrgn-left {
    margin-left: 10px;
    margin-right: 0px;
}

.od-padding-odeme1 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.od-padding-odeme2 {
    padding-left: 5px;
    padding-right: 5px;
}

.od-odeme-h1 {
    color: #1fa67b;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.od-kategori-slider {
    margin-bottom: 10px;
}

.od-uyepanel-uyebilgileri1 {
    background-color: #F4C453;
    height: 50px;
    width: 100%;
}

.od-uyepanel-uyebilgileri {
    background-color: #f8e9c6;
    height: 470px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-uyepanel-uyeadres1 {
    background-color: #76E069;
    height: 50px;
    width: 100%;
}

.od-uyepanel-uyeadres {
    background-color: #ABF9A2;
    height: 470px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-uyepanel-uyesiparisleri1 {
    background-color: #EA8A7B;
    height: 50px;
    width: 100%;
}

.od-uyepanel-uyesiparisleri {
    background-color: #f6c9c2;
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-uyepanel-uyekupon1 {
    background-color: #7AB5CF;
    height: 50px;
    width: 100%;
}

.od-uyepanel-uyekupon {
    background-color: #b6ddee;
    height: 470px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-uyepanel-baslik {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 16px;
}

.od-uyepanel-hg {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.od-uyepanel-m1 {
    margin-bottom: 10px;
}

.od-uyepanel-icon {
    margin-right: 10px;
}

.od-breadcrumb-uyepanel {
    padding: 4px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    border: 0px solid rgb(90, 129, 168);
    color: #2a6496;
}

.od-breadcrumb-uyepanel > li {
    display: inline-block;
}

.od-breadcrumb-uyepanel > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.od-breadcrumb-uyepanel > .active {
    color: #777;
}

.od-uyepanel-bg {
    background-color: #FFF;
}

.od-anasayfa-yaslarmobil {
    margin-bottom: 4px;
}

.od-yaslarmobilmargin {
    margin-left: 0px;
}

.od-yaslarmobil-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.od-yaslarmobil-pad-bosluk {
    padding-left: 2px;
    padding-right: 2px;
}

.od-anasayfaimg {
    margin-right: 0px;
}

.od-anasayfamargin {
    margin-top: 10px;
}

.od-footer-bankalarpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.od-hrfoot {
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 0px solid #e3e3e3;
}

.od-paddin-odeme {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.od-odeme-sepet5 {
    border: 1px solid #eee;
    border-radius: 0px;
}

.od-odeme-height-deger {

    /* Scrollable Screen
    height: 470px;
    overflow-x: hidden;
    overflow-y: scroll;
    */

    height: 100%;
    overflow: hidden;
}

.od-padding-mobil-banner {
    padding-top: 10px;
}

.od-urun-gorsel {
    padding: 0px;
}

.od-padding2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

.od-benzer-urun-padding {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 10px;
}

.urun-baslik-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 00px;
    padding-bottom: 0px;
}

.logo-beyaz-alan {
    background-color: #FFF;
}

.od-urun-img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.od-urun-orta-margin {
    margin-top: 10px;
}

.od-anasayfa-sepet-zindex {
    z-index: 1;
}

.od-urundetay-taksit {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f6f6f6;
    height: 250px;
}

.od-urundetay-taksit-kutu {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #39F;
    height: 250px;
}

/*====================== Header ========================*/
@media (max-width: 768px) {
    #navbar-cart-container {
        display: none !important;
    }

    #collapsedCart {
        display: block !important;
        background-color: #fff;
    }

    #collapsedCart .od-sepet {
        width: 100%;
    }

    #collapsedCart li, ul, div {
        padding: 0;
        margin: 0;
    }

    #collapsedCart > li > ul > li {
        padding: 0;
        margin: 0;
    }

    #collapsedCart > li > ul > li > div {
        padding: 0;
        margin: 0;
    }

    #collapsedCart > li > ul > li > div > div {
        padding: 0;
        margin: 0;
    }

    #collapsedCart li div {
        background-color: #fff;
    }

    #collapsedCart li.divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5 !important;
    }
}

@media (min-width: 768px) {
    #collapsedCart {
        display: none !important;
    }
}

/*###################### Header ########################*/
/* ================ Category Product ================== */
.img-responsive {
    margin: 0 auto;
}

.size-fixed {
    width: 190px!important;
    height: 190px!important;
}

#category-top-editor {
    background-color: #f7f3f2;
    padding: 10px;
    margin-bottom: 10px;
}

#category-top-editor .tab-content {
    background-color: #ffffff;
    height: 279px;
}

#category-top-editor h1 {
    color: #EF472C;
    font-size: 22px;
}

#category-top-editor ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#category-top-editor ul li a {
    color: #282828;
    text-decoration: none;
    display: block;
    padding: 5px;
	font-weight: bold;
}

#category-top-editor ul.border_bottom li {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
}
#category-top-editor ul.border_bottom li:last-child {
    border-bottom: none;
}

#categoryTopTab {
    width: 100%;
}

#categoryTopTab li {

    background-color: #eee6e4;
    border-bottom: 0;
}

#categoryTopTab li a {
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#categoryTopTab li:hover, #categoryTopTab li.active {
    background-color: #ffffff;
    border-bottom: 0;
}

#categoryTopTab li h2 {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#categoryTopTab li a img {
    background: url(../img/assets/down_arrow.png) no-repeat top left;
    width: 24px;
    height: 24px;
}

#categoryTopTab li.active a img, #categoryTopTab li:hover a img {
    background: url(../img/assets/down_arrow_hover.png) no-repeat top left;
    width: 24px;
    height: 24px;
}

#categoryTopTab li:nth-child(2) {
    margin: 0 2%;

}

.recent-product {
    padding: 10px;
    background-color: #fff8e0;
}

.recent-product h2 {
    font-size: 20px;
    margin-left: 7px;
}

/* Product Cards */
.col-md-15 > .panel-default:hover{
    background-color: rgba(0, 118, 255, 0.08);
}

.col-md-15 .panel:hover .urun-ad a{
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20);
}

/*#######################################################*/

/* ================== Product Details ================== */
img.urun-kucuk-resim:hover {
    cursor: pointer;
}

/* hidden-m class size */
@media (min-width: 992px) {
    #owl-demo .owl-controls {
        display: none !important;
    }
}

#tab_default_1 > ul, .js-tabcollapse-panel-body > ul {
    list-style-image: url(../img/cat_arrow.png);
    margin: 10px;
}

a.js-tabcollapse-panel-heading {
    display: block;
}

a.js-tabcollapse-panel-heading:hover, a.js-tabcollapse-panel-heading:visited {
    text-decoration: none;
}

/* Taksit Tab */
table.taksit_secenek {
    color: #000;
}

/* Basket Quantity Input */
span.input-group-btn {
    width: auto !important;
}

input.productBasketQuantity {
    text-align: center;
}

button.productBasketQuantity {
    height: 34px;
}

#owl-demo .owl-item div {
    padding: 5px;
}

#owl-demo .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ########### Product Details ########### */

/* ================ Basket Page ===============*/
.input-group .form-control {
    z-index: 0 !important;
}

.dropdown, .dropdown.open {
    z-index: 2 !important;
}

/* ################ Basket Page ################*/

/* ================ Checkout Page ===============*/
#billAddress {
    display: none;
}

/* ################ Checkout Page ################*/

/*===================== Account Page =====================*/
.account-address-item {
    display: block;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.account-address-item:hover {
    background-color: rgba(255, 255, 255, 0.86);
}

.account-address-item h1 {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.account-coupon-item {
    display: block;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.account-coupon-item:hover {
    background-color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.account-coupon-item h1 {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

/*##################### Account Page #####################*/

/*========================== Hakkımızda ve İletişim Sayfası Başlangıç ==========================*/

.hakkimizda-od-1 {
    background-color: #EDEDED;
}

.hakkimizda-od-2 {
    background-color: #5DA6C7;
    margin-top: 10px;
}

.hakkimizda-od-3 {
    background-color: #ea3f2f;
    margin-top: 10px;
}

.hakkimizda-od-4 {
    background-color: #f5b544;
    margin-top: 10px;
}

.hakkimizda-od-5 {
    background-color: #FE5454;
    margin-top: 10px;
}

.hakkimizda-od-6 {
    margin-top: 10px;
}

.hakkimizda-od-7 {
    background-color: #EDEDED;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hakkimizda-iconbox {
    height: 290px
}

.hakkimizda-iconboxpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.hakkimizda-od-yazi1 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.hakkimizda-od-yazi2 {
    font-size: 18px;
    color: #FE5454;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hakkimizda-icon {
    margin-top: 15px;
}

.od-iletisim-box1 {
    background-color: #7AB5CF;
    height: 50px;
    width: 100%;
}

.od-iletisim-box {
    background-color: #f6f6f6;
    padding-left: 0px;
    padding-right: 0px;
}

.od-iletisim-box2 {
    background-color: #5DA6C7;
    height: 50px;
    width: 100%;
}

.od-iletisim-box2a {
    background-color: #EDEDED;
    padding-left: 0px;
    padding-right: 0px;
}

.od-iletisim-box-baslik {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 16px;
}

.od-iletisim-icerikbaslik {
    font-size: 16px;
}

.od-iletisim-icerikyazi {
    font-size: 14px;
}

.od-iletisim-gonder {
    background-color: #439d20;
    width: 100%;
    line-height: 2;
    font-size: 14px;
}

/*########################## Hakkımızda ve İletişim Sayfası Bitiş ##########################*/

/*===================================== Kargo Bilgisi Sayfası Başlangıç ===========================================*/

.kolaysiparis-od-1 {
    background-color: #FE5454;
    height: 250px;
}

.kolaysiparis-od-2 {
    background-color: #F6F6F6;
    height: 250px;
}

.kolaysiparis-od-3 {
    background-color: #1CCFE4;
    margin-top: 10px;
}

.kolaysiparis-od-4 {
    background-color: #f6f6f6;
    margin-top: 10px;
}

.kolaysiparis-od-5 {
    background-color: #f6f6f6;
    margin-top: 10px;
}

.kolaysiparis-od-6 {
    background-color: #f6f6f6;
    margin-top: 10px;
}

.kolaysiparis-od-yazi1 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.kolaysiparis-od-yazi2 {
    font-size: 18px;
    color: #ea3f2f;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.kolaysiparis-od-yazi3 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.kolaysiparis-od-yazi4 {
    font-size: 24px;
    color: #ea3f2f;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.kolaysiparis-od-yazi5 {
    font-size: 18px;
    color: #ea3f2f;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.kolaysiparis-od-yazi6 {
    font-size: 18px;
    color: #107593;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.kolaysiparis-od-yazi7 {
    font-size: 18px;
    color: #EF472C;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.kolaysiparis-icon {
    margin-top: 15px;
}

.kolaysiparis-kargotakip {
    width: 100%
}

.kolaysiparis-kargotakipform {
    margin-bottom: 40px;
}

.kolaysiparis-kargotakipbuton {
    color: #FFF;
    text-align: center;
    background-color: #8DBF44;
}

.kolaysiparis-kargotakipbuton:hover, .kolaysiparis-kargotakipbuton:focus {
    color: #FFF;
}

#followOrder .cargo-navigation {

}

#followOrder .cargo-navigation > div > a {
    padding: 15px 20px;
    display: block;
    border: 1px solid #44aebf;
    background-color: #effafc;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#followOrder .cargo-navigation > div > a.yorum {
    border: 1px solid #a6a6a6;
    background-color: #f3f2f2;
}

#followOrder .cargo-navigation > div > a.iptal {
    border: 1px solid #d63e3e;
    background-color: #fef7f7;
}

/*########################################## Kargo Bilgisi Sayfası Bitiş ##########################################*/

/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}

/********************************************************************/

/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}

/********************************************************************/

.product-short-desc-od {
    height: 50px;
    overflow: hidden;
    color: #EF472C;
    padding-top: 10px;
}

/********************************************************************/

/*** ALT KATEGORİLER HOVER ***/

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.cuadro_intro_hover:hover .caption {
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
}

.cuadro_intro_hover img {
    z-index: 4;
}

.cuadro_intro_hover .caption {
    position: absolute;
    top: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cuadro_intro_hover .blur {
    background-color: #ef472c;
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .blurod {
    background-color: #428bca;
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: -7px;
    width: 100%;
}

/********************************************************************/

/*** ALT KATEGORİLER YAZILI HTML ALAN ***/

.alt-ktgr-yazi-alan-mavi {
    font-size: 18px;
    padding: 0px;
    text-align: center;
    height: 55px;
    color: #ffffff;
    line-height: 1.4;
    background-color: #108eca;
    margin-bottom: 0px;
}

.alt-ktgr-yazi-alan-kirmizi {
    font-size: 18px;
    padding: 0px;
    text-align: center;
    height: 55px;
    color: #ffffff;
    line-height: 1.4;
    background-color: #0fa0e4;
    margin-bottom: 0px;
}

.alt-ktgr-yazi-alan-sari {
    font-size: 18px;
    padding: 0px;
    text-align: center;
    height: 55px;
    color: #ffffff;
    line-height: 1.4;
    background-color: #cbd000;
    margin-bottom: 0px;
}

.alt-ktgr-yazi-alan-pembe {
    font-size: 18px;
    padding: 0px;
    text-align: center;
    height: 55px;
    color: #ffffff;
    line-height: 1.4;
    background-color: #fe1281;
    margin-bottom: 0px;
}

.alt-ktgr-yazi-alan-turuncu {
    font-size: 18px;
    padding: 0px;
    text-align: center;
    height: 55px;
    color: #ffffff;
    line-height: 1.4;
    background-color: #fe7900;
    margin-bottom: 0px;
}

/*############# Anasayfa Kategoriler Kutu resimler 6lı Bailangıç ####################*/

.ktgr-6li-anasayfa {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/*############# Anasayfa Kategoriler Kutu resimler 6lı Bitiş ####################*/




/*############# Anasayfa Kategoriler 2li alt alan ####################*/

.althtml-2li {
    background-color: #f6f6f6;
    margin-top: 10px;

}

.althtml-2li-baslik {
    font-size: 18px;
    color: #107593;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.althtml-2li-baslik1 {
    font-size: 24px;
    padding: 10px;
    text-align: center;
    color: #107593;
    line-height: 1.4;
	padding-bottom: 0px;

}
.althtml-2li-yazi {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: #107593;
    line-height: 1.4;

}

/*############# Anasayfa Kategoriler 2li alt alan ####################*/

.specialyazi {
	font-size:16px;
	color:#333;
    padding: 10px!important;
}

.egiticispecialyazi {
	font-size:16px;
	color:#333;
    padding: 5px!important;
}

.specialyazi:hover {
  color:#F30;
  background-color: #ECFF91 ;
}

.egiticispecialyazi:hover {
  color:#F30;
  background-color: #ECFF91 ;
}



/*############# Ürün Açıklama h2 h3 özellikleri için ####################*/

.urun-aciklama-h2 {
    font-size: 18px;
    color: #FF6000;
	line-height: 18px;
	}
	
.urun-aciklama-h3 {
    font-size: 18px;
    color: #FF6000;
	line-height: 18px;
	}
.urun-aciklama-h4 {
    font-size: 18px;
    color: #FF6000;
	line-height: 18px;
	}
	
	/*############# Ürün Açıklama Link Rengi ####################*/
	
.tab-content a {
	color: #ef472c;	
	font-weight: bold;
}

.tab-content h3 {
    
    line-height: 1.6;
    
}

.tab-content h2 {
  line-height: 1.3;
  font-size: 18px;
}

/*############# Ürün Açıklama Kutu Özellikleri ####################*/
	
.urunbox {
	background: #fff;
    border: 2px solid #ccc;
    padding: 5px 10px;
}
.panel-group a {
  color: #ef472c;	
  font-weight: bold;
}
.panel-group h3 {
  line-height: 1.3;
}

.panel-group h2 {
  line-height: 1.3;
  font-size: 20px;
}

	/*############# Ürün Açıklama Link Rengi ####################*/
	
.br-od {
	
	width: 1140px;
}


body > iframe{
    display: none;
}

/* =================================== Video Content Migration Start =================================== */
/* Ana Kategoriler Deneme Alan */

#lot {

    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
}

#lot #frst-kiz-alan {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
#lot #frst-kiz-alan #frst-kiz-sol {
    float: left;
    height: 200px;
    width: 482px;
}
#lot #frst-kiz-alan #frst-kiz-sag {
    float: left;
    height: 200px;
    width: 483px;
    margin-left: 15px;
}

#lot #abc-alan {
    float: left;
    height: auto;
    width: 100%;
}

#lot #ab-alan {
    float: left;
    height: 400px;
    width: 655px;
}
#lot #ab-alan #a1-alan {
    float: left;
    height: 285px;
    width: 320px;
}
#lot #ab-alan #a2-alan {
    float: left;
    height: 285px;
    width: 320px;
    margin-left: 15px;
    background-image: none;
}
#lot #ab-alan #b-alan {
    float: left;
    margin-top: 15px;
    height: 100px;
    width: 655px;
    background-image: none;
}

#lot #c-alan {
    float: right;
    height: 400px;
    width: 310px;
    margin-left: 15px;
    background-image: none;
}
#lot #d-alan {
    height: 100px;
    width: 100%;
    margin-top: 15px;
    float: left;
}
#lot #efg-alan {
    float: left;
    height: 240px;
    width: 100%;
    margin-top: 15px;
    background-color: #FFF;
}
#lot #efg-alan #e-alan {
    float: left;
    height: 240px;
    width: 430px;
}
#lot #efg-alan #f-alan {
    float: left;
    height: 240px;
    width: 260px;
    margin-left: 15px;
}
#lot #efg-alan #g-alan {
    float: left;
    height: 240px;
    width: 260px;
    margin-left: 15px;
}
#lot #klm-alan {
    background-color: #FFF;
    float: left;
    height: 240px;
    width: 100%;
    margin-top: 15px;
}
#lot #klm-alan #k-alan {
    float: left;
    height: 240px;
    width: 260px;
}
#lot #klm-alan #l-alan {

    float: left;
    height: 240px;
    width: 260px;
    margin-left: 15px;
}
#lot #klm-alan #m-alan {

    float: left;
    height: 240px;
    width: 430px;
    margin-left: 15px;
}
#lot #kargobilgisi {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}

#lot #h-alan {
    float: left;
    height: 150px;
    width: 100%;
    margin-top: 15px;
}
#lot #h-alan #h1-alan {
    float: left;
    height: 150px;
    width: 482px;
}
#lot #h-alan #h2-alan {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}

#lot #x-alan {
    float: left;
    height: 240px;
    width: 100%;
    margin-top: 15px;
}
#lot #x-alan #x1-alan {
    float: left;
    height: 240px;
    width: 317px;
}
#lot #x-alan #x2-alan {
    float: left;
    height: 240px;
    width: 316px;
    margin-left: 15px;
}
#lot #x-alan #x3-alan {
    float: left;
    height: 240px;
    width: 317px;
    margin-left: 15px;
}
#lot #lot-yas-alan {
    float: left;
    height: 192px;
    width: 100%;
    margin-top: 15px;
}
#lot #lot-yas-alan #lot-yasagoreara {
    float: left;
    height: 50px;
    width: 100%;
}
#lot #lot-yas-alan #lotyasgruplari {
    float: left;
    height: 127px;
    width: 100%;
    margin-top: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-1-yas {
    float: left;
    height: 127px;
    width: 127px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-2-yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-3-yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-4-yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-5-yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-6-yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#lot #lot-yas-alan #lotyasgruplari #lot-7-yas {
    float: left;
    height: 127px;
    width: 128px;
    margin-left: 15px;
}
#lot #kiz-yazi-alan {
    float: left;
    height: 280px;
    width: 100%;
    margin-top: 15px;
}
#lot #kiz-yazi-alan #kiz-yazi-resim {
    float: left;
    height: 240px;
    width: 380px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#lot #kiz-yazi-alan #kiz-yazi {
    float: left;
    height: 240px;
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}





/* erkek oyuncaklarÄ± Deneme Alan */
#build {
    float: none;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#build #build-a {
    float: left;
    height: 315px;
    width: 100%;
    margin-top: 0px;
}
#build #build-a #build-a1 {
    float: left;
    height: 150px;
    width: 100%;
}
#build #build-a #build-a1a {
    float: left;
    height: 150px;
    width: 482px;
}
#build #build-a #build-a2a {
    float: left;
    height: 150px;
    width: 482px;
}

#build #build-a #build-a2 {
    float: left;
    height: 150px;
    width: 100%;
    margin-top: 15px;
}
#build #build-a #build-a2b {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}

#build #build-a #build-a1b {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}
#build #build-b {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
#build #build-c {
    float: left;
    height: 483px;
    width: 100%;
    margin-top: 15px;
}
#build #build-c #build-c1 {
    float: left;
    height: 234px;
    width: 100%;
}
#build #build-c #build-c1 #build-c1a {
    float: left;
    height: 234px;
    width: 234px;
}
#build #build-c #build-c1 #build-c1b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#build #build-c #build-c1 #build-c1c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-c #build-c2 {
    height: 234px;
    width: 100%;
    margin-top: 15px;
    float: left;
}
#build #build-c #build-c2 #build-c2b {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-c #build-c2 #build-c2c {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build #build-c #build-c2 #build-c2d {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-c #build-c2 #build-c2a {
    float: left;
    height: 234px;
    width: 234px;
}
#build #build-karakterler {
    float: left;
    height: 648px;
    width: 100%;
    margin-top: 15px;
}
#build #build-karakterler #build-d {
    float: left;
    height: 150px;
    width: 100%;
}
#build #build-karakterler #build-d #build-d1 {
    float: left;
    height: 150px;
    width: 482px;
}
#build #build-karakterler #build-d #build-d2 {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}
#build #build-karakterler #build-e {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build #build-karakterler #build-e #build-e1 {
    float: left;
    height: 234px;
    width: 234px;
}
#build #build-karakterler #build-e #build-e2 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-karakterler #build-e #build-e3 {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build #build-karakterler #build-e #build-e4 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-karakterler #build-f {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build #build-karakterler #build-f #build-f1 {
    float: left;
    height: 234px;
    width: 234px;
}
#build #build-karakterler #build-f #build-f2 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-karakterler #build-f #build-f3 {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build #build-karakterler #build-f #build-f4 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build #build-yas {
    float: left;
    height: 127px;
    width: 100%;
    margin-top: 15px;
}
#build #build-yas #build-1yas {
    float: left;
    height: 127px;
    width: 127px;
}
#build #build-yas #build-2yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#build #build-yas #build-3yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#build #build-yas #build-4yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#build #build-yas #build-5yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#build #build-yas #build-6yas {
    float: left;
    height: 127px;
    width: 127px;
    margin-left: 15px;
}
#build #build-yas #build-7yas {
    float: left;
    height: 127px;
    width: 128px;
    margin-left: 15px;
}


/* ana kategori yas alanlarÄ± */
#yasgruplari-4yas {
    float: left;
    height: 120px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#yasgruplari-4yas #yasgruplari-4yas-kiz {
    float: left;
    height: 150px;
    width: 482px;
}
#yasgruplari-4yas #yasgruplari-4yas-erkek {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}

/* ANA KATEGORÄ° EÄžÄ°TÄ°CÄ° OYUNCAK */

#b-egitici-main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#b-egitici-main #b-egitici-ktg1 {
    float: left;
    width: 100%;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan1 {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan1 #b-egitici-1a {
    float: left;
    height: 150px;
    width: 482px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan1 #b-egitici-1b {
    float: left;
    height: 150px;
    width: 483px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan2 {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan2 #b-egitici-2a {
    float: left;
    height: 240px;
    width: 317px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan2 #b-egitici-2b {
    float: left;
    height: 240px;
    width: 316px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan2 #b-egitici-2c {
    float: left;
    height: 240px;
    width: 317px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-slagon1 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
}
#b-egitici-main #b-egitici-ktg1 {
    float: left;
    height: auto;
    width: 100%;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan3 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 25px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan3 #b-egitici-3a {
    float: left;
    height: 234px;
    width: 234px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan3 #b-egitici-3b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan3 #b-egitici-3c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan4 {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan4 #b-egitici-4a {
    float: left;
    height: 234px;
    width: 234px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan4 #b-egitici-4b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-ktg1 #b-egitici-alan4 #b-egitici-4c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-slagon2 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
}
#b-egitici-main #b-egitici-lego {
    float: left;
    height: auto;
    width: 100%;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego1 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 25px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego1 #b-egitici-lego1a {
    float: left;
    height: 234px;
    width: 234px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego1 #b-egitici-lego1b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego1 #b-egitici-lego1c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego2 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego2 #b-egitici-lego2a {
    float: left;
    height: 234px;
    width: 482px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego2 #b-egitici-lego2b {
    float: left;
    height: 234px;
    width: 483px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego3 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego3 #b-egitici-lego3a {
    float: left;
    height: 234px;
    width: 234px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego3 #b-egitici-lego3b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#b-egitici-main #b-egitici-lego #b-egitici-lego3 #b-egitici-lego3c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}

/* KATEGORÄ°LERDE YAZI */


#resimliyazialani {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#resimliyazialani #kayabir {
    background-color: #ef452c;
    float: left;
    height: 280px;
    width: 100%;
    margin-top: 25px;
}
#resimliyazialani #kayabir #kayayatayresim {
    float: left;
    height: 240px;
    width: 380px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #FFF;
}
#resimliyazialani #kayabir #kayayatayyazi {
    float: left;
    height: 240px;
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}


#resimliyazialani #kayaiki {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
#resimliyazialani #kayaiki #kayakolonbir {
    background-color: #ef452c;
    float: left;
    height: auto;
    width: 317px;
}
#resimliyazialani #kayaiki #kayakolonbir #kayakolonbirresim {
    background-color: #FFF;
    float: left;
    height: 170px;
    width: 277px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#resimliyazialani #kayaiki #kayakolonbir #kayakolonbiryazi {
    float: left;
    height: 200px;
    width: 277px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#resimliyazialani #kayaiki #kayakoloniki {
    background-color: #ef452c;
    float: left;
    height: auto;
    width: 316px;
    margin-left: 15px;
}
#resimliyazialani #kayaiki #kayakoloniki #kayakolonikiresim {
    background-color: #FFF;
    float: left;
    height: 170px;
    width: 276px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#resimliyazialani #kayaiki #kayakoloniki #kayakolonikiyazi {
    float: left;
    height: 200px;
    width: 276px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#resimliyazialani #kayaiki #kayakolonuc {
    background-color: #ef452c;
    float: left;
    height: auto;
    width: 317px;
    margin-left: 15px;
}


#resimliyazialani #kayaiki #kayakolonuc #kayakolonucresim {
    background-color: #FFF;
    float: left;
    height: 170px;
    width: 277px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#resimliyazialani #kayaiki #kayakolonuc #kayakolonucyazi {
    float: left;
    height: 200px;
    width: 277px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* Bebek kategori html alanÄ± */

#build-bebek-kategori {
    float: none;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#build-bebek-kategori #b-bebek-ktg {
    float: left;
    height: auto;
    width: 100%;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s1 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s1 #b-bebek-s1a {
    float: left;
    height: 234px;

    width: 234px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s1 #b-bebek-s1b {
    float: left;
    height: 234px;
    width: 482px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s1 #b-bebek-s1c {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s2 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s2 #b-bebek-s2a {
    float: left;
    height: 234px;
    width: 234px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s2 #b-bebek-s2b {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s2 #b-bebek-s2c {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-ktg #b-bebek-s2 #b-bebek-s2d {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-slogan1 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}
#build-bebek-kategori #b-bebek-s3 {
    float: left;
    height: 184px;
    width: 100%;
    margin-top: 15px;
}
#build-bebek-kategori #b-bebek-s3 #b-bebek-s3a {
    float: left;
    height: 184px;
    width: 184px;
}
#build-bebek-kategori #b-bebek-s3 #b-bebek-s3b {
    float: left;
    height: 184px;
    width: 184px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s3 #b-bebek-s3c {
    float: left;
    height: 184px;
    width: 184px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s3 #b-bebek-s3d {
    float: left;
    height: 184px;
    width: 184px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s3 #b-bebek-s3e {
    float: left;
    height: 184px;
    width: 184px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-slogan2 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}
#build-bebek-kategori #b-bebek-s4 {
    float: left;
    height: 234px;
    width: 100%;
}
#build-bebek-kategori #b-bebek-s4 #b-bebek-s4a {
    float: left;
    height: 234px;
    width: 234px;
}
#build-bebek-kategori #b-bebek-s4 #b-bebek-s4b {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s4 #b-bebek-s4c {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s4 #b-bebek-s4d {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s6 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build-bebek-kategori #b-bebek-s6 #b-bebek-s6a {
    float: left;
    height: 234px;
    width: 234px;
}
#build-bebek-kategori #b-bebek-s6 #b-bebek-s6b {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s6 #b-bebek-s6c {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s6 #b-bebek-s6d {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-slogan3-yas {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
}
#build-bebek-kategori #b-bebek-s5 {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#build-bebek-kategori #b-bebek-s5 #b-bebek-s5a {
    float: left;
    height: 234px;
    width: 234px;
}
#build-bebek-kategori #b-bebek-s5 #b-bebek-s5b {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s5 #b-bebek-s5c {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#build-bebek-kategori #b-bebek-s5 #b-bebek-s5d {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}

/* BEYAZ YAZI ALANI ARA KATEGORÄ°LERDE */

#beyazresimliyazialani {
    height: 100%;
    width: 100%;
}
#beyazresimliyazialani #beyazkayabir {
    background-color: #FFF;
    float: left;
    width: 100%;
    margin-top: 25px;
}
#beyazresimliyazialani #beyazkayabir #beyazkayayatayresim {
    float: left;
    height: 240px;
    width: 380px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #CCC;
}
#beyazresimliyazialani #beyazkayabir #beyazkayayatayyazi {
    float: left;
    height: 240px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}


#beyazresimliyazialani #beyazkayaiki {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakolonbir {
    background-color: #FFF;
    float: left;
    height: auto;
    width: 317px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakolonbir #beyazkayakolonbirresim {
    background-color: #CCC;
    float: left;
    height: 170px;
    width: 277px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakolonbir #beyazkayakolonbiryazi {
    float: left;
    width: 277px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#beyazresimliyazialani #beyazkayaiki #beyazkayakoloniki {
    background-color: #FFF;
    float: left;
    height: auto;
    width: 316px;
    margin-left: 15px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakoloniki #beyazkayakolonikiresim {
    background-color: #CCC;
    float: left;
    height: 170px;
    width: 276px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakoloniki #beyazkayakolonikiyazi {
    float: left;
    height: 200px;
    width: 276px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakolonuc {
    background-color: #FFF;
    float: left;
    height: auto;
    width: 317px;
    margin-left: 15px;
}


#beyazresimliyazialani #beyazkayaiki #beyazkayakolonuc #beyazkayakolonucresim {
    background-color: #CCC;
    float: left;
    height: 170px;
    width: 277px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
#beyazresimliyazialani #beyazkayaiki #beyazkayakolonuc #beyazkayakolonucyazi {
    float: left;
    height: 200px;
    width: 277px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* PELUÅž OYUNCAK ANA KATEGOR YAZI ALANLI */


#pelusoynck {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#pelusoynck #pelus-slogan-1 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
#pelusoynck #pelus-alan-1 {
    float: left;
    height: 220px;
    width: 100%;
    margin-top: 25px;
}
#pelusoynck #pelus-alan-1 #pelus-alan-1a {
    float: left;
    height: 220px;
    width: 482px;
}
#pelusoynck #pelus-alan-1 #pelus-alan-1b {
    float: left;
    height: 220px;
    width: 483px;
    margin-left: 15px;
}
#pelusoynck #pelus-alan-2 {
    float: left;
    height: 220px;
    width: 100%;
    margin-top: 15px;
}
#pelusoynck #pelus-alan-2 #pelus-alan-2a {
    float: left;
    height: 220px;
    width: 482px;
}
#pelusoynck #pelus-alan-2 #pelus-alan-2b {
    float: left;
    height: 220px;
    width: 483px;
    margin-left: 15px;
}
#pelusoynck #pelus-alan-ktgr {
    float: left;
    height: 260px;
    width: 100%;
    margin-top: 15px;
}
#pelusoynck #pelus-alan-ktgr #pelus-alan-ktgr-1 {
    float: left;
    height: 260px;
    width: 317px;
}
#pelusoynck #pelus-alan-ktgr #pelus-alan-ktgr-2 {
    float: left;
    height: 260px;
    width: 316px;
    margin-left: 15px;
}
#pelusoynck #pelus-alan-ktgr #pelus-alan-ktgr-3 {
    float: left;
    height: 260px;
    width: 317px;
    margin-left: 15px;
}
#pelusoynck #pelus-slogan-2 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 25px;
}
#pelusoynck #beyazkayabiralan {
    float: left;
    height: 280px;
    width: 100%;
    margin-top: 15px;
}
#pelusoynck #beyazkayabiralan #beyazkayayatayresimalan {
    float: left;
    height: 240px;
    width: 380px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#pelusoynck #beyazkayabiralan #beyazkayayatayyazialan {
    float: left;
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

/* Ã‡ocuk Puzzle Kategorisi */

#cocuk-puzzle-alani {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#cocuk-puzzle-alani #cocuk-puzzle-cinsiyet {
    float: left;
    height: 110px;
    width: 100%;
    margin-top: 25px;
}
#cocuk-puzzle-alani #cocuk-puzzle-cinsiyet #cocuk-puzzle-cinsiyet-kiz {
    float: left;
    height: 110px;
    width: 482px;
}
#cocuk-puzzle-alani #cocuk-puzzle-cinsiyet #cocuk-puzzle-cinsiyet-erkek {
    float: left;
    height: 110px;
    width: 483px;
    margin-left: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-slogan-1 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-slogan-2 {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-yas-alan {
    float: left;
    height: 234px;
    width: 100%;
    margin-top: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-yas-alan #cocuk-puzzle-yas-alan-1 {
    float: left;
    height: 234px;
    width: 234px;
}
#cocuk-puzzle-alani #cocuk-puzzle-yas-alan #cocuk-puzzle-yas-alan-2 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-yas-alan #cocuk-puzzle-yas-alan-3 {
    float: left;
    height: 234px;
    width: 233px;
    margin-left: 15px;
}
#cocuk-puzzle-alani #cocuk-puzzle-yas-alan #cocuk-puzzle-yas-alan-4 {
    float: left;
    height: 234px;
    width: 234px;
    margin-left: 15px;
}
#cocuk-puzzle-alani #puzlle-yazi-alani {
    float: left;
    height: 280px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#cocuk-puzzle-alani #puzlle-yazi-alani #puzlle-yazi-alani-resim {
    float: left;
    height: 240px;
    width: 380px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#cocuk-puzzle-alani #puzlle-yazi-alani #puzlle-yazi-alani-yazi {
    float: left;
    height: 240px;
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

/* FIRSAT ÃœRÃœNLERÄ° HTML ALANI */

#frstsayfasi {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#frstsayfasi #frst-tum-alan {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#frstsayfasi #frst-tum-alan #frst-sol {
    float: left;
    height: auto;
    width: 482px;
}
#frstsayfasi #frst-tum-alan #frst-sag {
    float: left;
    height: auto;
    width: 483px;
    margin-left: 15px;
}
#frstsayfasi #uyeolfrst {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}



/* AÃ‡IKHAVA OYUNCAKLARI */


#acikhavaalan {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
#acikhavaalan #acikalan-uclu {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#acikhavaalan #acikalan-uclu #acikalan-uclu1 {
    float: left;
    height: 240px;
    width: 317px;
}
#acikhavaalan #acikalan-uclu #acikalan-uclu2 {
    float: left;
    height: 240px;
    width: 316px;
    margin-left: 15px;
}
#acikhavaalan #acikalan-uclu #acikalan-uclu3 {
    float: left;
    height: 240px;
    width: 317px;
    margin-left: 15px;
}
#acikhavaalan #acikalan-slogan {
    float: left;
    height: 50px;
    width: 100%;
    margin-top: 15px;
}
#acikhavaalan #acikalan-ikili {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#acikhavaalan #acikalan-ikili #acikalan-ikili1 {
    float: left;
    height: 220px;
    width: 482px;
}
#acikhavaalan #acikalan-ikili #acikalan-ikili2 {
    float: left;
    height: 220px;
    width: 483px;
    margin-left: 15px;
}


/* AHÅžAP PUZZLE ÃœST HTML ALANI */


#ahsappuzzletumalan {
    height: auto;
    width: 100%;
}
#ahsappuzzletumalan #ap-alan1 {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}
#ahsappuzzletumalan #ap-alan1 #ap-alan1a {
    float: left;
    height: 350px;
    width: 350px;
    margin-left: 15px;
}
#ahsappuzzletumalan #ap-alan1 #ap-alan1b {
    float: left;
    height: 350px;
    width: 200px;
    margin-left: 25px;
}
#ahsappuzzletumalan #ap-alan1 #ap-alan1c {
    float: left;
    height: 350px;
    width: 350px;
    margin-right: 15px;
    margin-left: 25px;
}
#ahsappuzzletumalan #ap-alan2 {
    float: left;
    height: 185px;
    width: 950px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
}


/* YENÄ° REÄ°MLÄ° YAZI ALANI 4 ALAN */

#writeall {
    float: none;
    height: auto;
    width: 100%;
}
#writeall #writealan1 {
    float: left;
    height: auto;
    width: 100%;
}
#writeall #writealan1 #writealan1resim {
    margin: 20px;
    float: left;
    height: 325px;
    width: 380px;
}
#writeall #writealan1 #writealan1yazi {
    float: left;
    height: 325px;
    width: 540px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#writeall #writethree {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
#writeall #writethree #writealan2 {
    float: left;
    height: auto;
    width: 340px;
}
#writeall #writethree #writealan2 #writealan2resim {
    margin: 20px;
    float: left;
    height: 190px;
    width: 300px;
}
#writeall #writethree #writealan2 #writealan2yazi {
    float: left;
    height: auto;
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
}
#writeall #writethree #writealan3 {
    float: left;
    height: auto;
    width: 320px;
}
#writeall #writethree #writealan3 #writealan3resim {
    float: left;
    height: 190px;
    width: 300px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#writeall #writethree #writealan3 #writealan3yazi {
    float: left;
    height: auto;
    width: 300px;
    margin-right: 20px;
}
#writeall #writethree #writealan4 {
    float: left;
    height: auto;
    width: 300px;
}
#writeall #writethree #writealan4 #writealan4resim {
    float: left;
    height: 190px;
    width: 300px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#writeall #writethree #writealan4 #writealan4yazi {
    float: left;
    height: auto;
    width: 300px;
    margin-right: 20px;
}

#m1 {
    padding: 0px;
    height: 258px;
    width: 100%;
    margin: 10px 0;
}
#m1 #sol-m1 {
    float: left;
    border: 4px solid #fd4239;
    position: absolute;
    height: 250px;
    width: 654px;
}
#m1 #sol-m1 #t1 {
    float: left;
    height: 250px;
    width: 184px;
    margin-top: 0px;
    margin-left: 10px;
}
#m1 #sol-m1 #t1 img {
    height: 250px;
    width: 184px;
    float: left;

}
#m1 #sol-m1 .r1 {
    float: right;
    height: 230px;
    width: 440px;
    background-color: #930;
    margin-top: 10px;
    margin-right: 10px;
}
#m1 #sol-m1 .r1 img {
    height: 115px;
    width: 220px;
    float: left;
}




#m1 #sag-m2 {
    float: right;
    margin-right: 10px;
    height: 256px;
    width: 300px;
}
#m1 #sag-m2 a img {
    height: 256px;
    width: 300px;
    border: 1px solid #FD4239;
}
/* =================================== Video Content Migration Finish =================================== */





/* Kategori H1 alanı özellikleri */

#h1-category {
  font-size:18px; color:#ef472c;
}

.category-od-list {
    font-size:16px;
	
}

.category-od-list-nkt {
	list-style-type:none;
}

/* Ahmet CSS Alanı */

.ahmet-img-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.ahmet {
    font-size: 14px;
}
.hw {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Ahmet CSS Alanı */
