@charset "utf-8";
    * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: arial;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}
body, html {
    min-width: 320px;
    background-color: #f4f4f4;
}
body, div, html, li, ul {
    color: #333;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.tacenter {
    text-align: center;
}
.taright {
    text-align: right;
}
.vacenter {
    vertical-align: middle;
}
.txt10 {
    font-size: 10pt;
}
.txt11 {
    font-size: 11pt;
}
.txt12 {
    font-size: 12pt;
}
.txtO {
    color: #f5891c!important;
}
.txtB {
    color: #6a91cb!important;
}
.txtR {
    color: #c24848!important;
}
.txtG {
    color: #0dab7a!important;
}
.txtG1 {
    color: #55b055!important;
}
.bcgreen {
    background-color: #eaf5e9;
}
.bcgray {
    background-color: #f3f1e6;
}
.txtU {
    text-decoration: underline;
}
.txt16 {
    font-size: 16pt;
}
.txt20 {
    font-size: 20pt;
}
.txtdots {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.txtdots:after {
    content: ":";
    position: absolute;
    right: 0;
    margin-right: 5px;
}
.txtline {
    text-decoration: line-through;
}
input[type=checkbox]+label span:not(.count), input[type=radio]+label span:not(.count) {
    background-image: url(../img/sprite-sub.png);
    background-repeat: no-repeat;
    background-position: -209px -23px;
    float: left;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}
input[type=checkbox]:checked+label span, input[type=radio]:checked+label span {
    background-position: -196px -23px;
}
.fiyat1 {
    color: #1eb2f7;
}
.fiyat2:after {
    content: " +KDV";
    font-weight: 700;
}
.icon1:before {
    content: "";
    background-image: url(../img/sprites.png);
    height: 14px;
    display: inline-block;
    margin-top: 1px;
    margin-right: 5px;
    float: left;
    width: 15.7px;
}
.notif1 {
    position: absolute;
    top: 6px;
    right: 3px;
    border-radius: 24px;
    width: auto;
    height: 16px;
    background-color: #e02d2d;
    color: #fff;
    font-weight: 700;
    font-size: 8pt;
    text-align: center;
    padding: 0 2px;
    z-index: 10;
}
.notif2 {
    position: absolute;
    margin-left: -100px;
    margin-top: -8px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #1eb2f7;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    z-index: 20;
    border: 1px solid #1eb2f7;
    line-height: 20px;
}
.hideit {
    display: none!important;
}
.campsil, .pagesil {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    background-color: #000;
}
.backw {
    background-color: #fff;
}
.icobtn {
    background: url(../img/sprite-sub.png) no-repeat;
    display: inline-block;
}
.docbtn {
    width: 25px;
    height: 27px;
}
.icobtnp {
    position: relative;
    display: inline-block;
}
.icobtnp:before {
    content: "";
    background: url(../img/sprite-sub.png) no-repeat;
    display: inline-block;
    position: absolute;
}
.formC>ul>li {
    float: left;
    width: 100%;
    position: relative;
}
.formC>ul>li.userMenucol {
    width: 33%;
    height: 100%;
    display: inline-block;
}
.formC>ul>li.userMenunotif-c {
    margin-bottom: 10px;
    position: relative;
}
.userMenucol {
    border-right: 1px solid #ccc;
    padding-left: 12px;
}
.userMenucol:first-child {
    padding-left: 0;
}
.userMenucol:last-child {
    border-right: none;
}
.userMenucol .title {
    color: #1eb2f7;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 3px;
    font-size: 9pt;
    line-height: 9pt;
}
.userMenucol>ul {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    margin-left: 5px;
}
.userMenucol>ul>li {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.formC input[type=checkbox] {
    border: 1px solid #c6c6c6;
    height: 15px;
    width: 15px;
    padding-top: 3px;
    float: left;
    margin-right: 5px;
    background-color: #fff;
}
.formC .finp {
    margin-bottom: 10px;
}
.btnLogin {
    margin-left: 10px;
    background-color: #1eb2f7;
    border-radius: 4px;
    border: none;
    border-bottom: 3px solid #1eb2f7;
    height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 10pt;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    cursor: pointer;
}
.formC>ul {
    width: 100%;
    padding: 5% 5% 5px 5%;
    float: left;
}
.userLoggedC>ul {
    padding: 2%;
    float: left;
    margin-bottom: 0;
}
.borBotDot {
    width: 100%;
    border-bottom: 1px dotted #cdcdcd;
    display: inline-block;
}
.docs {
    float: left;
}
.docs:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 19px;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}
.dpdf:before {
    background-position: -152px -26px;
}
.headerC {
    height: 130px;
    border-bottom: 3px solid #1eb2f7;
    -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px -1px rgba(0, 0, 0, .5);
    background-color: #fff;
}
.headerTop {
    background-color: #f5f2ed;
    border-bottom: 1px solid #e8e8e8;
    height: 32px;
    position: relative;
}
.headerTopIn {
    width: 1200px;
    margin: auto;
}
.headerLogo {
    position: absolute;
    width: 230px;
    height: 67px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    padding-top: 10px;
}
.headerLogo:before {
    content: "";
    width: 8px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -8px;
    background-color: transparent;
    background-image: url(../img/top-logo-left-back.png);
}
.headerLogo:after {
    content: url(../img/top-logo-right-back.png);
    width: 8px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -8px;
    background-color: transparent;
}
.headerTopMenu {
    width: 100%;
    height: 32px;
    float: right;
    position: relative;
    z-index: 98;
}
.headerTopMenu>ul {
    float: left;
    width: 100%}
.headerTopMenu>ul>li {
    float: right;
    height: 32px;
    text-align: center;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    border-left: 1px solid #dedede;
    font-size: 8pt;
}
.headerTopMenu>ul>li.topli-alert, .headerTopMenu>ul>li.topli-useralert {
    padding-right: 14px;
    padding-left: 14px;
}
.headerTopMenu>ul>li>a {
    height: 32px;
    display: inline-block;
}
.headerTopMenu>ul>li.topli-user {
    display: none;
}
.headerTopMenu>ul>li.topli-name {
    float: left;
    margin-left: 230px;
}
.headerTopMenu>ul>li.topli-company {
    float: left;
}
.headerTopMenu>ul>li.topli-exrate, .headerTopMenu>ul>li.topli-name {
    border: none;
}
.headerTopMenu a {
    font-weight: 700;
    font-size: 8pt;
    color: #575757!important;
    margin-top: 10px;
}
.menuHello {
    float: left;
}
.menuHello:before {
    background-position: -78px -57px;
}
.menuTopRight {
    width: 420px;
    position: absolute;
    right: -20px;
}
.menuTopRight>ul>li {
    position: relative;
    float: left;
    height: 32px;
}
.menuTopRight>ul>li>a {
    height: 32px;
    padding-top: 10px;
    float: left;
    margin-left: 5px;
    border-right: solid 1px #dedede;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 0;
    position: relative;
}
.menuTopRight>ul>li>a:last-child {
    border: none;
    padding-right: 0;
}
.menuAlert span.txt {
    display: none;
}
.menuAlert:before {
    content: "\f0f3";
    font-family: fontawesome;
    font-size: 15px;
    background: 0 0;
}
.menuUser:before {
    content: "\f0a1";
    font-family: fontawesome;
    font-size: 15px;
    background: 0 0;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 8px;
    margin-left: 3px;
}
.menuOrder:before {
    content: "\f02b";
    font-family: fontawesome;
    font-size: 15px;
    background: 0 0;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.menuSupport:before {
    background-position: -154px -57px;
}
.menuLogout:before {
    background-position: -173px -57px;
}
.headerMenu {
    width: 1200px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 50px;
}
.topSubMenu {
    width: 200px;
    position: absolute;
    top: 32px;
    left: -10px;
    background-color: #fff;
    border: 3px solid #cdcdcd;
    z-index: 120;
    height: auto;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    display: none;
    max-height: 450px;
    overflow: auto;
}
ul>li.selected .topSubMenu {
    display: inline-block;
}
.topSubMenu:after, .topSubMenu:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.topSubMenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.topSubMenu:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: #cdcdcd;
    border-width: 9px;
    margin-left: -9px;
}
.topSubMenu>ul>li {
    width: 100%;
    float: left;
}
.topSubMenu>ul>li>a {
    padding: 5%;
    width: 100%;
    border-bottom: 1px dotted #cdcdcd;
    float: left;
    margin-top: 0;
}
.topSubMenu>ul>li:last-child {
    border: none;
}
.catsMenuC {
    width: 230px;
    float: left;
    position: relative;
    z-index: 100;
}
.catsBtn {
    height: 50px;
    width: 230px;
    font-size: 12pt;
    font-weight: 700;
    display: inline-block;
    padding-left: 10px;
    padding-top: 20px;
    background: #fefefe;
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254, 254, 254, 1)), color-stop(100%, rgba(208, 208, 208, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-radius: 3px 3px 0 0;
    z-index: 100;
    position: relative;
}
.catsBtn:hover {
    text-decoration: none;
}
.catsMenu {
    width: 230px;
    border: 1px solid #d4d4d4;
    border-top: none;
    position: absolute;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .2);
    display: none;
    z-index: 100;
}
.opened .catsMenu {
    display: block;
}
.catsMenu:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -141px -85px;
    position: absolute;
    left: 35px;
    top: -7px;
    width: 14px;
    height: 7px;
}
.catsMenu>ul>li {
    height: 32.8px;
    border-bottom: 1px solid #e9eaee;
    float: left;
    width: 100%;
    background-color: #fff;
}
.catsMenu>ul>li>a {
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 10pt;
    font-weight: 600;
    padding-left: 10px;
    float: left;
    position: relative;
}
.catsMenu>ul>li.selected>a {
    color: #1eb2f7;
}
.catsMenu>ul>li>a:hover {
    text-decoration: none;
    color: #1eb2f7;
}
.catsMenu>ul>li>a:after {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -103px -85px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6px;
    height: 10px;
}
.catsMenu>ul>li.selected>a:after {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -103px -95px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6px;
    height: 10px;
}
.catsMenu>ul>li.selected:after {
    content: "";
    position: absolute;
    z-index: 110;
    background-color: #fff;
    height: 32px;
    width: 10px;
    right: -3px;
    border-bottom: 1px solid #e9eaee;
}
.catsMenu>ul>li>a:hover:after {
    background-position: -103px -95px;
}
.catSubMenu {
    position: absolute;
    width: 720px;
    min-height: 390px;
    height: auto;
    border: 3px solid #cdcdcd;
    background-color: #fff;
    margin-left: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    display: none;
}
.selected .catSubMenu {
    display: block;
}
.catSubMenuList {
    width: 222px;
    padding: 4px 10px;
    background-color: #f5f5f5;
    display: none;
    float: left;
    height: 100%;
    min-height: 394px;
}
.subMenuListCat {
    margin-bottom: 15px;
    float: left;
    width: 100%}
.subMenuListCat:last-child {
    margin-bottom: 0;
}
.subMenuListCat .title {
    color: #1eb2f7;
    background: 0 0;
    font-size: 10pt;
    font-weight: 700;
    display: inline-block;
    line-height: 19pt;
}
.subMenuListCat>ul>li {
    width: 100%;
    float: left;
    line-height: 1.5;
}
.subMenuListCat>ul>li>a {
    position: relative;
    float: left;
}
.subMenuListCat>ul>li>a:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -141px -92px;
    width: 3px;
    height: 5px;
    position: relative;
    margin-top: 6px;
    margin-right: 5px;
    float: left;
}
.catSubMenuImage {
    width: 514px;
    height: 100%;
    float: right;
    display: none;
}
.catSubMenuImage>ul>li {
    width: 33.3%;
    height: 131.35px;
    float: left;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}
.catSubMenuImage>ul>li .catImg {
    display: inline-block;
    height: 100px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
}
.catSubMenuImage>ul>li>a>span:last-child {
    width: 100%;
    text-align: center;
}
.sublist .catSubMenuList {
    display: inline-block;
}
.subimage .catSubMenuImage {
    display: inline-block;
}
.midMenu {
    width: 80%;
    height: 40px;
    float: right;
    position: absolute;
    left: 245px;
    z-index: 9;
}
@media screen and (min-width:600px) and (max-width:900px) {
    .markaSelect {
    display: none;
}
}@media screen and (min-width:900px) and (max-width:1220px) {
    .midMenu {
    left: 250px;
    width: calc(100% - 250px)!important;
}
.midMenu .searchC {
    width: calc(100% - 250px);
}
.searchSelect {
    margin-left: 1%!important;
    height: 38px!important;
    padding: 3px!important;
}
.searchC>.markaSelect>div>.btn-default {
    height: 32px!important;
    min-height: 20px;
}
}.searchC {
    width: 74%;
    float: left;
}
.searchIn {
    width: 66.2%;
    float: left;
    background-color: #1eb2f7;
    padding: 3px;
    height: 38px;
    position: relative;
    left: 3px;
}
.searchIn input[type=text] {
    height: 32px;
    float: left;
    width: 91%;
    padding-left: 10px;
}
.searchIn input[type=button] {
    width: 26px;
    height: 26px;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -152px 0;
    background-color: transparent;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
.searchPop {
    width: 100%;
    min-width: 460px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 100;
    display: none;
}
.searchPopin {
    float: left;
    width: 100%}
.search-list {
    width: 40%;
    float: left;
    padding: 12px;
}
.search-list .title {
    font-size: 11pt;
    color: #1eb2f7;
    width: 100%;
    margin-bottom: 12px;
    float: left;
}
.search-list>ul>li {
    float: left;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.search-list>ul {
    position: relative;
}
.search-list>ul>li:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-position: -136px -50px;
    width: 4px;
    height: 6px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}
.search-result {
    width: 60%;
    float: left;
    border-left: 1px solid #d7d7d7;
}
.search-result .title {
    font-size: 11pt;
    color: #1eb2f7;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px;
}
.search-pop-line {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 10px;
    float: left;
}
.search-pop-line:last-child {
    border-bottom: none;
}
.search-pop-line .simg {
    width: 46px;
    height: 46px;
    float: left;
    border: 1px solid #d7d7d7;
    margin-right: 12px;
}
.search-pop-line .simg img {
    width: auto;
    max-width: 44px;
    max-height: 44px;
}
.search-pop-line .name {
    display: block;
    margin-top: 5px;
}
.search-pop-line .name .marked {
    color: #1eb2f7;
}
.search-allc {
    width: 100%;
    float: left;
    border-top: 1px solid #d7d7d7;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    background-color: #f9f9f9;
}
.searchSelect {
    width: 31%;
    float: left;
    margin-left: 15px;
    background-color: #1eb2f7;
    padding: 4px;
    height: 40px;
}
.searchSelect select {
    height: 32px;
    width: 100%;
    border-radius: 2px;
    border-color: transparent!important;
    border-radius: 0;
}
.prd-list-sort select {
    height: 34px!important;
    font-size: 13px!important;
    background-color: #f4f4f4!important;
    border: 1px solid #e1e1e1!important;
    padding: 2px 12px!important;
    font-weight: 600;
    width: 174px!important;
    margin-right: 15px!important;
    -webkit-appearance: none;
}
.markaSelect .dropdown-menu li:first-child {
    display: none!important;
}
.markaSelect option:nth-child(1) {
    display: none!important;
}
.statusC {
    width: 240px;
    float: right;
    margin-top: -5px;
    height: 59px;
    position: relative;
}
.statusInC {
    width: 105px;
    float: left;
    border-right: 1px solid #dedede;
    position: relative;
    height: 50px;
}
.statusOpen {
    display: none;
    border: 2px solid #cdcdcd;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    right: -2px;
    height: auto;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    top: 56px;
}
.statusInC:hover:before {
    content: "";
    position: absolute;
    height: 10px;
    bottom: -2px;
    right: -2px;
    background-color: #fff;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    z-index: 101;
    width: 103.1%}
.selected .statusOpen {
    display: inline-block;
}
.statusInUser {
    width: 110px;
    height: 59px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 5px;
    position: absolute;
    z-index: 90;
}
.statusInUser:hover {
    border-top: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    padding-top: 7px;
    padding-left: 7px;
    background-color: #fff;
}
.userLoginC {
    width: 230px;
}
.userLoggedC {
    width: 500px;
    right: -126px;
}
.userLoginC:before {
    width: 104px;
}
.statusInBasket {
    border: none;
    width: 130px;
    float: right;
    height: 58px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    z-index: 90;
}
.statusInBasket:hover {
    border-top: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    padding-top: 7px;
    padding-left: 7px;
    background-color: #fff;
}
.userBasketC {
    width: 470px;
}
.userBasketC .basketline {
    width: 100%;
    padding: 8px 7px;
    border-bottom: 1px dotted #dfdfdf;
    float: left;
    position: relative;
    max-height: 342px;
    overflow-y: auto;
}
.userBasketC .basketline:last-child {
    border-bottom: none;
}
.userBasketC ul {
    width: 100%;
    border: 1px solid #d4d4d4;
    float: left;
}
.userBasketC ul li {
    float: left;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    width: 100%}
.userBasketC ul li:last-child {
    border-bottom: none;
}
.userBasketC .slideImg {
    width: 62px;
    height: 62px;
    border: none;
    border-right: 1px solid #e9eaee;
    margin: 0;
    float: left;
}
.userBasketC .aciklama {
    float: left;
    margin-left: 14px;
    margin-top: 8px;
    max-width: 346px;
    width: 72%}
.userBasketC .fiyat1 {
    position: absolute;
    bottom: 7px;
    right: 48px;
    font-weight: 700;
}
.userBasketC .unit {
    position: absolute;
    bottom: 7px;
    left: 77px;
    color: #bababa;
}
.userBasketC .fiyat1:after {
    content: " +KDV"}
.basket-closeprod {
    float: right;
    border-left: 1px solid #e9eaee;
    height: 62px;
    text-align: center;
    position: relative;
    width: 40px;
}
.basket-closeprod:before {
    content: "";
    background-image: url(../img/sprites.png);
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -11px;
    background-position: 0 -84px;
    position: absolute;
}
.userBasketC .basket {
    float: right;
    border-radius: 2px;
    padding-top: 6px;
    color: #fff;
    background-color: #1eb2f7;
    border-bottom: 2px solid #1eb2f7;
    height: 31px;
    width: 167px;
    text-align: center;
    font-size: 12pt;
}
.userBasketC .total-price {
    font-size: 16pt;
    font-weight: 700;
    float: left;
    color: #1eb2f7;
    position: absolute;
    bottom: 10px;
    left: 8px;
}
.userBasketC .total-price:before {
    content: "Toplam: ";
    font-size: 10pt;
    color: #333;
}
.userBasketC .total-price .fiyat2 {
    font-size: 10pt;
}
.userBasketC:before {
    width: 124px;
}
.statusT {
    font-size: 11pt;
    font-weight: 700;
    float: left;
}
.statusB {
    float: right;
}
.statusTS {
    font-size: 1.1rem;
    font-weight: 600!important;
    float: left;
    font-weight: 400;
}
.statusT:after {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -94px -85px;
    width: 9px;
    height: 7px;
    float: right;
    margin-top: 4px;
    margin-left: 5px;
    position: absolute;
}
.statusB:before {
    font-family: 'Material Icons';
    font-size: 33px;
    content: "\E8CC";
    width: 27px;
    height: 22px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    margin-bottom: 6px;
    margin-right: 5px;
    position: relative;
    left: -1px;
}
.contentC {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.row {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.row-top0 {
    padding-top: 0;
}
.row-bot0 {
    margin-bottom: 0;
}
.col .title {
    height: 21px;
    font-weight: 700;
    font-size: 12pt;
    display: inline-block;
    margin-top: 9px;
    padding-left: 10px;
    line-height: 10px;
}
.col .titleO {
    height: 40px;
    font-weight: 700;
    font-size: 12pt;
    display: inline-block;
    color: #fff;
    background-color: #1eb2f7;
    width: 100%;
    padding-left: 1%;
    padding-top: 1%}
.col45 {
    width: 79.2%;
    display: inline-block;
}
.col15 {
    width: 19%;
    display: inline-block;
}
.col11 {
    width: 100%;
    display: inline-block;
}
.col11.colshadow:after {
    content: "";
    background: url(../img/z-bottom-product.png) repeat-x;
    width: 100%;
    height: 13px;
    display: inline-block;
    float: left;
}
.rowSlider {
    margin-top: 3px;
    padding-top: 15px;
}
.mainSlider {
    float: left;
    width: 58.5%;
    position: relative;
    margin-left: 20.7%;
    overflow: hidden;
}
.mainSlider .sliderC {
    border: 1px solid #d4d4d4;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mainSlider .sliderNav {
    width: 68%!important;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    height: 20px;
    text-align: right;
}
.mainRightSlider {
    float: right;
    width: 235px;
    position: relative;
    border: 1px solid #d4d4d4;
    height: 375px;
    background-color: #fff;
}
.rsliderC {
    width: 100%;
    overflow: hidden;
}
.rsliderC .swiper-slide {
    width: 100%;
    text-align: center;
}
.rsliderC .swiper-slide a {
    display: inline-block;
    width: 90%}
.rsliderC .aciklama {
    display: inline-block;
    margin-top: 10px;
}
.rsliderC .fiyat1 {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 18pt;
    font-weight: 700;
    float: left;
}
.rsliderC .fiyat2 {
    font-size: 12pt;
}
.rsliderC .fiyat1:before {
    content: "Fiyatı";
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
    font-size: 10pt;
    float: left;
}
.mainRightSlider .title {
    font-weight: 700;
    font-size: 12pt;
    padding: 10px;
    display: inline-block;
    text-align: left;
}
.mainRightSlider .rsliderNav {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    height: 54px;
    pointer-events: none;
}
.mainRightSlider .rsliderNav a {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 54px;
    display: inline-block;
    pointer-events: auto;
}
.mainRightSlider .rsliderNav .prev {
    background-position: -105px 0;
    float: left;
}
.mainRightSlider .rsliderNav .next {
    background-position: -78px 0;
    float: right;
}
.slider10MainProduct .rsliderNav {
    width: 99.4%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    height: 54px;
    pointer-events: none;
    display: none;
}
.sliderMainProduct .rsliderNav {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    height: 54px;
    pointer-events: none;
    display: none;
}
.slider10MainProduct .rsliderNav a, .sliderMainProduct .rsliderNav a {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 54px;
    display: inline-block;
    pointer-events: auto;
}
.slider10MainProduct .rsliderNav .prev, .sliderMainProduct .rsliderNav .prev {
    background-position: -105px 0;
    float: left;
}
.slider10MainProduct .rsliderNav .next, .sliderMainProduct .rsliderNav .next {
    background-position: -78px 0;
    float: right;
}
.rowBack {
    width: 100%;
    background-image: url(../img/row-seperator.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 15px;
}
.rowBackafter:after {
    width: 100%;
    background-image: url(../img/row-seperator.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 15px;
}
.mainLeftBanners {
    width: 230px;
    float: left;
    margin-top: 30px;
}
.leftBanner {
    float: left;
    margin-bottom: 12.4px;
}
.colProductIn {
    width: 100%;
    border: 1px solid #d4d4d4;
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
}
.slideImg {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f6f7f8;
    width: 212px;
    height: 212px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}
.slideImg img {
    width: 100%!important;
    height: 100%!important;
}
.colProductIn ul>li {
    float: left;
    border-left: 1px solid #e9eaee;
    border-bottom: 1px solid #e9eaee;
    position: relative;
    text-align: center;
}
.product11>ul>li, .product45 ul>li {
    height: 320px;
}
.colProductIn ul>li>a {
    text-decoration: none;
}
.colProductIn .promo {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/labels.png);
    background-repeat: no-repeat;
    width: 94px;
    height: 94px;
    pointer-events: none;
    display: none;
}
.pbuguneozel {
    background-position: 0 0;
    display: block!important;
}
.pfirsat {
    background-position: -94px 0;
    display: block!important;
}
.pkampanya {
    background-position: -188px 0;
    display: block!important;
}
.ppopuler {
    background-position: -282px 0;
    display: block!important;
}
.colProductIn .slideImg {
    margin-top: 10px;
}
.colProductIn .aciklama {
    text-align: left;
    display: inline-block;
    width: 90%;
    max-height: 50px;
    overflow: hidden;
}
.colProductIn .fiyat1 {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100.5%;
    height: 40px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #f0f0f0;
    font-size: 20pt;
    font-weight: 700;
    padding-right: 3%;
    padding-top: 14px;
}
.colProductIn .fiyat2 {
    font-size: 14pt;
    color: #1eb2f7;
    font-weight: 700;
}
.priceplusb .fiyat2:after {
    float: left;
    margin-left: 10px;
    color: #333;
    font-size: 8pt;
    margin-top: 2px;
}
.product15 .fiyat2 {
    font-size: 10pt;
}
.product15.priceplusb .fiyat2:after {
    margin-left: 0;
}
.fiyat3 {
    display: none;
}
.product45 ul>li {
    width: 25%}
.product11>ul>li {
    width: 20%}
.product15 ul>li {
    width: 100%;
    padding: 10px;
    border-left: none;
    height: 106px;
}
.product15>ul>li:last-child {
    border: none;
}
.product15 .slideImg {
    width: 78px;
    height: 78px;
    float: left;
    border: none;
}
.product15 .aciklama {
    float: left;
    width: 59%;
    margin-left: 3%}
.product15 .fiyat1 {
    float: left;
    border: none;
    width: 59%;
    background-color: inherit;
    position: relative;
    margin-left: 3%;
    font-size: 14pt;
}
.product15 .fiyat3:before {
    margin-left: 0;
}
.product_l_12 {
    border: none;
    position: relative;
}
.product_l_12:after {
    content: "";
    background-image: url(../img/product-line-bottom-back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.product_l_12>ul>li {
    width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1%;
    padding-right: 1%;
    height: 47px;
    border: none;
}
.product_l_12 .slideImg {
    background-color: #fff;
    width: 38px;
    height: 38px;
    float: left;
    margin-top: 2px;
    border: 1px solid #f3f3f5;
}
.product_l_12 .aciklama {
    height: 47px;
    left: 50px;
    line-height: 47px;
    padding-left: 10px;
    position: absolute;
    width: 410px;
}
.product_l_12 .fiyat1 {
    border: none;
    width: 25%;
    background-color: inherit;
    right: 0;
    left: auto;
    font-size: 13pt;
}
.product_l_12 .fiyat2 {
    font-size: 9pt;
}
.product_l_12>ul>li.backlgrey {
    background-color: #f9f9f9;
}
.product_l_12>ul>li.backdgrey {
    background-color: #e8e8e8;
}
.product_l_12>ul>li.rline {
    border-right: 2px solid #cdcdcd;
}
.stock {
    width: 63px;
    height: 23px;
    float: left;
    margin-left: 5px;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 8px;
    z-index: 10;
}
.prodcheckbox {
    position: absolute;
    z-index: 20;
    right: 20px;
    top: 20px;
    display: none;
}
.prodaddbasket {
    display: none;
}
.proddetails {
    display: none;
}
.shwstock .stock {
    display: inline-block!important;
}
.footerC {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 12px solid #343434;
    background-color: #252525;
    color: #838381;
}
.footerC a {
    color: #838381;
}
.footerIn {
    width: 1200px;
    margin: auto;
    position: relative;
}
.footerTop {
    min-height: 206px;
    width: 100%;
    float: left;
    position: relative;
}
.footerLeft {
    width: 37%;
    float: left;
}
.footerXml {
    padding-left: 90px;
    float: left;
    padding-top: 20px;
    font-size: 10pt;
    color: #838381;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footerXml .title {
    color: #b0b0b2;
    font-weight: 700;
}
.footerXml:before {
    content: "";
    width: 75px;
    height: 84px;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.footerSecure {
    border-top: 1px solid #313131;
    padding-top: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
}
@media screen and (max-width:600px) {
    .footerSecure {
    border-top: none;
}
}.footerSecure .globalSign {
    background-image: url(../img/pay-icons.png);
    width: 125px;
    height: 34px;
    margin-right: 12px;
    display: inline-block;
}
.footerSecure .banks {
    background-image: url(../img/pay-icons.png);
    width: 263px;
    height: 34px;
    display: inline-block;
    background-position: -125px 0;
}
.footerLinks {
    width: 63%;
    border-left: 1px solid #313131;
    padding-bottom: 5px;
    padding-left: 2%;
    float: right;
    margin-bottom: 15px;
}
.footerLinkCol {
    width: 20%;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #313131;
    display: inline-block;
}
.footerLinkCol:first-child {
    width: 25%;
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.footerLinkCol:last-child {
    width: 25%}
.footerLinkCol .title {
    font-weight: 700;
    color: #b0b0b2;
}
.footerLinkCol>ul>li>a {
    line-height: 14pt;
}
.footerNumber {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
}
.footerNumber:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -169px -26px;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}
.footer2col {
    width: 350px;
}
.footer2col>ul>li {
    width: 50%;
    float: left;
}
.footerCopyright {
    width: 100%;
    float: left;
    border-top: 1px solid #313131;
    padding-top: 10px;
    font-weight: 600;
    color: #838381;
    text-align: right;
    font-size: 9px;
    padding-right: 27px;
}
.mainSlider .swiper-slide {
    float: left;
    position: relative;
}
.mainSlider .swiper-slide>img {
    width: 100%!important;
    height: 100%}
.sliderNav .swiper-pagination-bullet {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: -132px 0;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.sliderNav .swiper-pagination-bullet-active {
    background-position: -132px -20px;
}
.swiper-text {
    width: 100%;
    height: auto!important;
    text-align: center;
    padding: 35px 15px;
}
.swiper-text span {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: initial;
}
.swiper-text:hover {
    text-decoration: none;
}
.stxt-big1 {
    font-size: 55pt;
    color: #c72c1d;
    font-weight: 700;
}
.stxt-big2 {
    font-size: 40pt;
    color: #333;
    font-weight: 700;
}
.stxt-big3 {
    font-size: 40pt;
    color: #1eb2f7;
    font-weight: 700;
    font-style: italic;
}
.stxt-txt {
    font-size: 14pt;
    color: #333;
}
.swiper-slide.swiper-left, .swiper-slide.swiper-right {
    background-color: #fff;
    height: auto;
}
.swiper-slide.swiper-left img, .swiper-slide.swiper-right img {
    height: 100%!important;
    width: auto!important;
    position: absolute;
    top: 0;
}
.swiper-slide.swiper-right img {
    right: 0;
}
.swiper-slide.swiper-left img {
    left: 0;
}
.swiper-right>span {
    float: left;
    text-align: left;
    margin-left: 20px;
    clear: both;
    position: relative;
    z-index: 10;
    line-height: initial;
    max-width: 55%}
.rtxt-big1 {
    font-size: 30pt;
    color: #494949;
    font-weight: 700;
    margin-top: 40px;
}
.rtxt-big2 {
    font-size: 30pt;
    color: #699;
    font-weight: 700;
}
.rtxt-prod {
    font-size: 14pt;
    color: #333;
    margin-top: 30px;
}
.rtxt-price {
    color: #1eb2f7;
    margin-top: 30px;
    font-weight: 700;
    font-size: 30pt;
    font-style: italic;
}
.rtxt-price span {
    font-size: 14pt;
}
.clr-oranj {
    color: #1a17b9;
}
.swiper-left>span {
    float: right;
    text-align: right;
    margin-right: 20px;
    clear: both;
    position: relative;
    z-index: 10;
    line-height: initial;
    max-width: 55%}
.scrollTop {
    position: fixed;
    z-index: 1000;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background-color: #343434;
    border-radius: 3px;
    opacity: 0;
}
.scrollTop:hover {
    opacity: 1!important;
}
.scrollTop:before {
    content: "";
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -109px -85px;
    width: 32px;
    height: 19px;
    position: absolute;
    top: 15px;
    left: 10px;
}
.scrollTop:after {
    content: "YUKARI ÇIK";
    font-size: 6.5pt;
    text-align: center;
    position: absolute;
    bottom: -15px;
    width: 50px;
}
@media screen and (max-width:1220px) {
    .stxt-big1 {
    font-size: 43pt;
}
.stxt-big2 {
    font-size: 36pt;
}
.stxt-big3 {
    font-size: 36pt;
}
.contentC, .footerIn, .headerMenu, .headerTopIn {
    width: 99.5%;
    padding-left: .5%}
.searchC {
    width: 69%}
.scrollTop {
    display: none!important;
}
.mainSlider {
    float: none;
    width: 54.65%;
    position: absolute;
    margin-left: 0;
    left: 250px;
}
.statusC {
    margin-right: 10px;
}
.midMenu {
    width: 77%}
.searchIn input[type=text] {
    width: 89%}
.row, .rowBack {
    width: 99.5%}
.footerLinkCol {
    margin-left: 10px;
}
.footerCopyright {
    padding-right: 5%;
    width: 95%}
.product15 .slideImg {
    width: 60px!important;
}
.slideImg img {
    height: auto!important;
}
.product15 .fiyat1 {
    width: 62%}
}@media screen and (max-width:1100px) {
    .mainSlider {
    width: 70%;
    left: 1%}
.searchC {
    width: 60%}
.searchIn input[type=text] {
    width: 84%}
.midMenu {
    width: 72%}
.mainRightSlider {
    width: 28%}
.mainLeftBanners {
    width: 20%}
.mainLeftBanners img {
    width: 100%!important;
    height: auto!important;
}
.colProductIn .slideImg {
    width: 96%;
    max-width: 212px;
    max-height: 212px;
}
.footerLinkCol {
    padding-left: 5px;
    margin-left: 5px;
}
.footer2col {
    width: 300px;
}
.footerLinks {
    padding-left: 1%;
    width: 59%}
.product_l_12 .slideImg {
    width: 45px;
}
.product_l_12 .aciklama {
    line-height: inherit;
    height: 47px;
    width: 58%}
.product_l_12 .fiyat1 {
    width: 32%}
.product15>ul>li {
    padding: 5px;
}
.product15 .slideImg {
    width: 50px!important;
}
.product15 .fiyat3 {
    font-size: 13pt;
}
.colProductIn .fiyat3:before {
    font-size: 7pt;
}
}@media screen and (max-width:900px) {
    .stxt-big1 {
    font-size: 45pt;
}
.stxt-big2 {
    font-size: 36pt;
}
.stxt-big3 {
    font-size: 36pt;
}
.headerTopMenu>ul>li.topli-name {
    margin-left: 150px;
}
.headerTopMenu>ul>li.topli-company {
    display: none;
}
.headerLogo {
    width: auto;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 1%}
.menuHello {
    left: 22%}
.headerC {
    height: 200px;
}
.headerMenu {
    height: 123px;
}
.catsMenuC {
    position: absolute;
    bottom: 0;
}
.midMenu {
    position: absolute;
    left: 0;
    width: 100%}
.statusC {
    top: 69px;
    position: absolute;
    right: 0;
}
.mainSlider {
    width: 99%;
    left: 1%;
    position: relative;
}
.mainSlider .sliderNav {
    width: 100%;
    padding-right: 15px;
}
.slider10MainProduct .rsliderNav {
    left: 1px;
    top: 48.2%}
.sliderMainProduct .rsliderNav {
    left: 0;
    top: 40%}
.mainRightSlider {
    display: none;
}
.mainLeftBanners {
    width: 100%;
    float: left;
    margin-top: 0;
}
.mainLeftBanners img {
    width: 97%!important;
}
.col45 {
    width: 100%}
.product11>ul>li {
    height: 290px;
}
.product11 .slideImg {
    height: 170px;
}
.col15 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.product15 .slideImg {
    width: 120px!important;
    height: 120px;
}
.product15 .slideImg img {
    height: 98%!important;
    width: auto!important;
}
.product15 .aciklama {
    width: 70%}
.product15 .fiyat1 {
    width: 150px;
}
.product15 ul>li {
    height: auto;
}
.searchC {
    width: 100%;
    padding-right: 6px;
}
.searchIn {
    width: 100%;
    left: unset;
}
.searchIn input[type=text] {
    width: 88%}
.searchSelect {
    width: 30%}
.catSubMenuImage {
    width: 100%}
.catSubMenuList {
    width: 100%;
    height: auto;
}
.catSubMenuImage ul li {
    width: 33.33%}
.subpage .product11 .slideImg img {
    height: 100%!important;
    width: auto!important;
}
.markaSelect {
    height: 54px!important;
}
.markaSelect .btn {
    font-size: 16px!important;
    top: 6px!important;
    font-weight: 700!important;
    padding-left: 5px;
}
.catsBtn {
    height: 54px;
}
}@media screen and (max-width:768px) {
    .headerTopMenu>ul>li.topli-name {
    display: none;
}
.headerTopMenu>ul>li.topli-exrate {
    font-size: 8pt;
}
.headerLogo:after, .headerLogo:before, .htmsubMenu {
    display: none;
}
.menuAlert span.txt {
    display: inline-block;
}
.headerTop {
    background-color: #fff;
    border: none;
}
.headerTopMenu {
    margin-top: 20px;
}
.headerTopMenu>ul>li {
    display: inline-block;
}
.htmsubMenu {
    width: 200px;
    position: absolute;
    top: 32px;
    right: 5px;
    background-color: #fff;
    border: 3px solid #cdcdcd;
    z-index: 110;
    height: auto;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    display: none;
}
.selected>.htmsubMenu {
    display: inline-block;
}
.htmsubMenu:after, .htmsubMenu:before {
    bottom: 100%;
    right: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.htmsubMenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.htmsubMenu:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: #cdcdcd;
    border-width: 9px;
    margin-left: -9px;
}
.menuTopRight>ul>li>a {
    border-right: none;
    width: 100%}
.topSubMenu>ul>li:last-child>a {
    border-bottom: none;
}
.headerTopMenu a {
    font-size: 10pt;
    font-weight: 400;
}
.menuTopRight>ul>li {
    border-bottom: 1px solid #dedede;
}
.menuHello {
    left: 0;
    width: 100%;
    padding: 3%;
    float: left;
    position: relative;
}
.menuTopRight {
    width: 100%;
    position: relative;
    float: left;
    right: 0;
}
.menuTopRight>ul>li {
    position: relative;
    float: left;
    width: 100%;
    padding: 1%;
    height: auto;
}
.product_l_12>ul>li {
    width: 100%;
    border-bottom: 2px solid #cdcdcd;
    border-right: none!important;
    height: auto;
    float: left;
    position: relative;
}
.product11>ul>li, .product45 ul>li {
    width: 33.33%}
.product11 .slideImg img {
    height: 100%!important;
    width: auto!important;
}
.footer2col {
    width: inherit;
}
.footer2col>ul>li {
    width: 100%}
.footerLeft {
    width: 40%}
.footerLinks {
    width: 60%}
}@media screen and (max-width:600px) {
    .swiper-text {
    padding: 20px 10px;
}
.stxt-big1 {
    font-size: 27pt;
}
.stxt-big2 {
    font-size: 25pt;
}
.stxt-big3 {
    font-size: 25pt;
}
.stxt-txt {
    font-size: 12pt;
}
.swiper-slide.swiper-left img, .swiper-slide.swiper-right img {
    height: 80%!important;
    top: 10%}
.rtxt-big1 {
    font-size: 20pt;
    margin-top: 20px;
}
.rtxt-big2 {
    font-size: 20pt;
}
.rtxt-prod {
    font-size: 12pt;
    margin-top: 30px;
}
.rtxt-price {
    margin-top: 20px;
    font-size: 20pt;
}
.statusC {
    top: -60px;
    width: 32px;
}
.icon1:before {
    background-image: none;
}
.midMenu {
    z-index: 102;
}
.headerTopMenu {
    z-index: 99;
}
.headerTopMenu>ul {
    width: auto;
    position: absolute;
    right: 45px;
}
.headerTopMenu>ul>li {
    display: none;
}
.headerTopMenu>ul>li>a {
    text-decoration: none;
    padding-right: 10px;
}
.menuAlert:before {
    content: "\f0f3";
    font-family: fontawesome;
    font-size: 22px;
}
.menuUser:before {
    font-size: 24px;
    position: relative;
    left: 10px;
}
.statusB:before {
    font-size: 31px;
    position: relative;
    left: -2px;
    top: -3px;
    font-weight: 400;
}
.statusInBasket:hover {
    padding-top: 0!important;
}
.menuUserMob:before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 24px;
}
.notif2 {
    margin: 0;
    left: -13px;
    top: -3px;
}
.statusB>span:first-child {
    display: none;
}
.statusInC:hover:before {
    content: none;
}
.userBasketC {
    width: 98%;
    position: fixed;
    left: 1%;
    top: 70px;
}
.userBasketC .basketline:first-child {
    overflow: scroll;
    max-height: 300px;
}
.statusInBasket {
    padding: 0;
    width: 32px;
    height: 32px;
    color: #565656;
    position: absolute;
    top: 13px;
}
.statusInBasket:hover {
    border: none;
    padding: 0;
    background-color: transparent;
}
.statusB:before {
    background-image: none;
    color: #565656;
}
.statusT:after {
    background-image: none;
}
.headerTopMenu>ul>li.topli-alert, .headerTopMenu>ul>li.topli-user, .headerTopMenu>ul>li.topli-useralert {
    display: inline-block;
}
.headerC {
    height: 187px;
}
.headerMenu {
    height: 110px;
}
.catSubMenu {
    width: 100%!important;
    position: relative;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    border: none;
}
.catSubMenuImage, .catsBtn, .footerLinks {
    width: 100%}
.catsMenuC, .product11>ul>li, .product45>ul>li {
    width: 50%}
.searchSelect {
    width: 49%;
    position: absolute;
    right: 1%;
    top: 57px;
    height: 53px;
    padding: 1%;
    background: #fefefe;
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254, 254, 254, 1)), color-stop(100%, rgba(208, 208, 208, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(208, 208, 208, 1) 100%);
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-radius: 0 3px 0 0;
}
.searchSelect .btn {
    height: 52px;
    background-color: transparent;
    top: -3px;
    border-left: 1px solid #c3c3c3;
}
.catSubMenuList {
    min-height: auto;
}
.searchIn {
    width: 100%}
.searchSelect select {
    height: 100%;
    background-color: transparent;
    font-size: 12pt;
    font-weight: 700;
}
.catsMenu {
    width: 195%}
.catsMenu>ul>li.selected:after, .statusInUser, .statusTS {
    display: none;
}
.catsMenu>ul>li {
    height: auto;
}
.catsMenu>ul>li>a {
    height: 50px;
    padding-top: 20px;
}
.catsMenu>ul>li>a:after {
    top: 23px;
}
.product11 .slideImg img, .product45 .slideImg img {
    height: 100%!important;
    width: auto!important;
}
.sliderMainProduct {
    overflow: hidden;
    position: relative;
}
.footerLinks {
    border: none;
    padding-left: 0;
}
.footerLeft {
    width: 100%;
    margin-bottom: 30px;
}
.footerLinkCol {
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    width: 31%}
.footerLinkCol:first-child {
    padding-left: 5px;
    margin-left: 5px;
}
.footerLinkCol>ul>li>a {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sliderNav .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-position: -132px -40px;
}
.mainSlider .sliderNav {
    bottom: 20px;
    padding-right: 5px;
}
.sliderNav .swiper-pagination-bullet-active {
    background-position: -142px -40px;
}
.catSubMenuImage ul li .catImg {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-top: 6px;
}
.catSubMenuImage>ul>li {
    height: 140px;
}
.topSubMenu {
    width: 90%;
    position: fixed;
    background-color: #fff;
    border: 3px solid #cdcdcd;
    z-index: 120;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .3);
    display: none;
    left: 5%;
    right: 5%;
    height: auto;
    max-height: 80%;
    overflow: auto;
    border-radius: 5px;
    top: 60px;
}
.topSubMenu:after, .topSubMenu:before {
    content: none;
}
}@media screen and (max-width:460px) {
    .swiper-text {
    padding: 10px 5px;
}
.stxt-big1 {
    font-size: 18pt;
}
.stxt-big2 {
    font-size: 16pt;
}
.stxt-big3 {
    font-size: 16pt;
}
.stxt-txt {
    font-size: 11pt;
    overflow: hidden;
    max-height: 60px;
}
.swiper-slide.swiper-left img, .swiper-slide.swiper-right img {
    height: 80%!important;
    top: 10%}
.rtxt-big1 {
    font-size: 14pt;
    margin-top: 10px;
}
.rtxt-big2 {
    font-size: 14pt;
}
.rtxt-prod {
    font-size: 11pt;
    margin-top: 15px;
    max-height: 60px;
    overflow: hidden;
}
.rtxt-price {
    margin-top: 15px;
    font-size: 14pt;
}
.product11 .slideImg img, .product45 .slideImg img {
    height: auto!important;
    width: 100%!important;
}
.product15 .aciklama {
    width: 55%}
.product_l_12 .aciklama {
    width: 50%;
    height: auto;
    position: relative;
    float: left;
    left: 0;
    max-height: inherit;
    padding-bottom: 5px;
}
.product_l_12 .fiyat1 {
    width: 37%;
    top: 25%}
.footerNumber:before {
    margin-right: 100%;
    margin-bottom: 5px;
}
.catSubMenuImage ul li .catImg img {
    width: auto;
    height: 100%;
    max-width: 100%}
.headerLogo img {
    width: 100px;
    height: auto;
}
.searchPop {
    min-width: inherit;
}
.searchPopin {
    overflow: auto;
    max-height: 300px;
}
}@media screen and (max-width:320px) {
    .catsMenu {
    width: 187%}
.product45 .slideImg {
    height: 150px;
}
.product11 ul>li, .product45 ul>li {
    height: 300px;
}
.shwstock .fiyat1 {
    height: 60px;
    padding-top: 38px;
}
.mainSlider .sliderNav {
    bottom: 15px;
    padding-right: 0;
}
.stock {
    bottom: 29px;
}
}::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-thumb {
    background: #666;
}
.toploader {
    z-index: 100001;
    left: 0;
    top: 40px;
    height: 4px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #ddd;
}
.toploader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: toploaderloading 2s linear infinite;
}
@keyframes toploaderloading {
    from {
    left: -200px;
    width: 30%}
50% {
    width: 30%}
70% {
    width: 70%}
80% {
    left: 50%}
95% {
    left: 120%}
to {
    left: 100%}
}