@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
}

#campaign {
    width: 100%;
    height: 65px;
    float: left;
    background: rgb(50,172,255);
    background: linear-gradient(90deg, rgba(50,172,255,1) 0%, rgba(140,110,222,1) 61%, rgba(140,110,222,1) 100%);
}

#campaign .box {
    margin: auto;
    display: table;
    height: 65px;
}

#campaign .box img {
    float: left;
    margin-top}

#campaign .box .btn {
    float: left;
    background: #FFF;
    height: 43px;
    margin-left: 25px;
    width: 130px;
    border-radius: 5px;
    margin-top: 11px;
    display: table;
}

#campaign .box .btn a {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
    font-size: 16px;
    color: #0272cc;
    font-weight: 700;
    text-align: center;
}

#campaign .box .clock {
    background: #5198f0;
    height: 43px;
    margin-left: 30px;
    padding: 0px 20px 0px 10px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    display: table;
}

#campaign .box .clock .icon {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
}

#campaign .box .clock .icon img {
    width: 30px;
}

#campaign .box .clock .title {
    display: table-cell;
    vertical-align: middle;
    height: 43px;
    padding-left: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    line-height: 14px;
}

#campaign .box .clock .time {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    line-height: 14px;
}

#campaign .box .clock .time .name {
    font-size: 10px;
}

#topmenu {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    background: #fff;
}

#topmenu::before {
    content: '';
    position: absolute;
    height: 50px;
    left: 50%;
    width: 50%;
    background: #fcfcfc;
    z-index: 1
}

#topmenu .box {
    width: 1200px;
    margin: auto;
    height: 40px;
}

#topmenu .box .bb {
    width: 19%;
    float: left;
    height: 40px;
}

#topmenu .box .menubox {
    width: 80%;
    float: right;
    background: #fcfcfc;
    position: relative;
    z-index: 2
}

#topmenu .box .menubox ul.currency {
    float: left;
    margin-top: 20px;
}

#topmenu .box .menubox ul.currency li {
    padding: 0px 20px 0px 20px;
    border-right: 1px #cfcfd0 solid;
    float: right;
    color: #70797d;
    font-size: 12px;
    font-weight: 700;
}

#topmenu .box .menubox ul.currency li:nth-child(1) {
    border-right: 0px;
}

#topmenu .box .menubox ul.menu {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

#topmenu .box .menubox ul.menu li {
    padding: 0px 10px 0px 10px;
    float: left;
    height: 30px;
    display: table;
}

#topmenu .box .menubox ul.menu li a {
    color: #70797d;
    font-size: 12px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
}

#top {
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
    background: #ffff;
}

#top .box {
    width: 1200px;
    margin: auto;
}

#top .box .logo {
    float: left;
    width: 19%;
    height: 60px;
    display: table;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 999;
}

#top .box .logo a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

#top .box .logo a img {
    width: 220px;
    float: left;
}

#top .box .menuTop {
    float: right;
    width: 80%;
    /* background: #f1f5f9; */
    height: 50px;
    display: table;
    position: relative;
    z-index: 9999999;
}

#top .box .menuTop ul.menu {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

#top .box .menuTop ul.menu li {
    padding: 22px 20px;
    border-right: 1px #cfcfd0 solid;
    float: left;
}

#top .box .menuTop ul.menu li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

#top .box .menuTop ul.menu li a {
    color: #70797d;
    font-size: 14px;
    font-weight: 700;
    padding-right: 30px;
}

#top .box .menuTop ul.menu li a.sub {
    /* background-size: 100%; */
    /* content: ''; */
    /* background: url(../img/icons/down.png) no-repeat right 10px center; */
    /* background-size: 11px 7px; */
}

#top .box .menuTop ul.menu li.active a {
    color: #ec1651;
}

#top .box .menuTop ul.menu li:hover a {
    color: #ec1651;
}

#top .box .menuTop .basket {
    /* height: 50px; */
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #e4e4e4;
    margin-top: 14px;
}

#top .box .menuTop .basket a {
    display: table;
    margin: auto;
    margin-top: 8px;
}

#top .box .menuTop .basket a img {
    float: left;
    margin-top: 1px;
}

#top .box .menuTop .basket a .text {
    margin-left: 9px;
    font-size: 14px;
    color: #ec1651;
    font-weight: 700;
    float: left;
}

#top .box .menuTop .basket a .count {
    background: #ec1651;
    width: 18px;
    height: 18px;
    display: table;
    margin-top: -15px;
    margin-left: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    float: left;
}

#top .box .menuTop .basket a .count span {
    height: 18px;
    display: table-cell;
    vertical-align: middle;
}

#top .box .menuTop .user {
    height: 50px;
    float: right;
    display: table;
    padding-right: 15px;
    padding-left: 15px;
}

#top .box .menuTop .user a {
    display: table;
    margin: auto;
    margin-top: 24px;
}

#top .box .menuTop .user a img {
    float: left;
}

#top .box .menuTop .user a .text {
    margin-left: 9px;
    font-size: 14px;
    color: #70797d;
    font-weight: 700;
    float: left;
}

#top .box .menuTop .user a .count {
    background: #ec1651;
    width: 18px;
    height: 18px;
    display: table;
    margin-top: -3px;
    margin-left: 9px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    float: left;
}

#top .box .menuTop .user a .count span {
    height: 18px;
    display: table-cell;
    vertical-align: middle;
}

#top .box .menuTop .search {
    background: #e4ebf3;
    float: right;
    width: auto;
    border-left: 1px solid #e4e4e4;
    margin-top: 16px;
    padding-right: 20px;
    margin-right: 0px;
    border-radius: 50px;
    overflow: hidden;
}

#top .box .menuTop .search input[type="text"] {
    float: left;
    background: #e4ebf3;
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #70797d;
    padding-left: 33px;
    width: 335px;
    height: 34px;
}

#top .box .menuTop .search input[type="text"]::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #70797d;
    font-family: 'Poppins', sans-serif
}

#top .box .menuTop .search input[type="image"] {
    float: left;
    width: 15px;
    margin-top: 9px;
}

#header2 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#header2 .box {
    width: 1200px;
    margin: auto;
}

#header2 .box .bb {
    width: 14%;
    float: left;
    height: 50px;
}

#header2 .box ul#menu2 {
    float: left;
}

#header2 .box ul#menu2 li {
    float: left;
    padding: 5px 15px 5px 15px;
    border-right: 1px solid #e4e4e4;
}

#header2 .box ul#menu2 li:nth-child(1) {
    padding-left: 0px;
}

#header2 .box ul#menu2 li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

#header2 .box ul#menu2 li a {
    color: #70797d;
    font-size: 14px;
}

#header2 .box ul#menu2 li:hover a {
    color: #ec1651;
}

#header2 .box ul#menu {
    float: left;
}

#header2 .box ul#menu li {
    float: left;
    height: 60px;
    display: table;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

#header2 .box ul#menu li a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0px 30px 0px 0px;
    font-weight: 700;
    color: #70797d;
    font-size: 13px;
}

#header2 .box ul#menu li a.sub {
    background-size: 100%;
    content: '';
    background: url(../img/icons/down.png) no-repeat right 10px center;
    background-size: 11px 7px;
}

#header2 .box ul#menu li:last-child {
    border-right: 0px;
}

#header2 .box ul#menu li.active {
    height: 56px;
    border-bottom: 4px solid #c2cfdd;
}

#header2 .box ul#menu li:hover {
    height: 56px;
    border-bottom: 4px solid #c2cfdd;
}

#header2 .box ul#menu li.bayi:hover {
    height: 60px;
    border-bottom: 0px;
}

#header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 50px;
    display: none;
}

#header .box {
    width: 1200px;
    margin: auto;
}

#header .box .logo {
    float: left;
    width: 14%;
    height: 120px;
    display: table;
    text-align: center;
}

#header .box .logo a {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

#header .box .logo a img {
    width: 180px;
}

#header .box .menuBox {
    width: 50%;
    float: left;
}

#header .box .menuBox .menuTop {
    float: left;
    width: 100%;
    background: #f1f5f9;
    height: 40px;
    display: table;
    border-left: 1px solid #e4e4e4;
}

#header .box .menuBox .menuTop ul.menu {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

#header .box .menuBox .menuTop ul.menu li {
    padding: 0px 20px 0px 20px;
    border-right: 1px #cfcfd0 solid;
    float: left;
}

#header .box .menuBox .menuTop ul.menu li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

#header .box .menuBox .menuTop ul.menu li a {
    color: #70797d;
    font-size: 14px;
    font-weight: 700;
}

#header .box .menuBox .menuTop ul.menu li.active a {
    color: #ec1651;
}

#header .box .menuBox .menuTop ul.menu li:hover a {
    color: #ec1651;
}

#header .box .menuBox .menuTop ul.currency {
    display: table-cell;
    vertical-align: middle;
    right: 0px;
}

#header .box .menuBox .menuTop ul.currency li {
    padding: 0px 20px 0px 20px;
    border-right: 1px #cfcfd0 solid;
    float: right;
    color: #70797d;
    font-size: 12px;
    font-weight: 700;
}

#header .box .menuBox .menuTop ul.currency li:nth-child(1) {
    border-right: 0px;
}

#header .box .menuBox .menuBottom {
    border-left: 1px solid #e4e4e4;
    float: left;
}

#header .box .menuBox .menuBottom ul#menu {
    float: left;
    width: 100%;
}

#header .box .menuBox .menuBottom ul#menu li {
    float: left;
    height: 80px;
    display: table;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

#header .box .menuBox .menuBottom ul#menu li a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 0px 40px 0px 30px;
    font-weight: 700;
    color: #70797d;
    font-size: 14px;
}

#header .box .menuBox .menuBottom ul#menu li a.sub {
    background-size: 100%;
    content: '';
    background: url(../img/icons/down.png) no-repeat right 20px center;
    background-size: 15px 9px;
}

#header .box .menuBox .menuBottom ul#menu li:last-child {
    border-right: 0px;
}

#header .box .menuBox .menuBottom ul#menu li.active {
    height: 76px;
    border-bottom: 4px solid #c2cfdd;
}

#header .box .menuBox .menuBottom ul#menu li:hover {
    height: 76px;
    border-bottom: 4px solid #c2cfdd;
}

#header .box .menuBox .menuBottom ul#menu li.bayi:hover {
    height: 80px;
    border-bottom: 0px;
}

#header .box .menuBox .menuBottom ul#menu li.bayi a {
    color: #16e38a;
}

#header .box .search_basket {
    float: left;
    width: 16.666667%;
}

#header .box .search_basket .search {
    background: #e4ebf3;
    float: left;
    width: 100%;
    border-left: 1px solid #e4e4e4;
}

#header .box .search_basket .search input[type="text"] {
    float: left;
    background: #e4ebf3;
    border: none;
    font-weight: 700;
    font-size: 12px;
    color: #70797d;
    padding-left: 33px;
    width: 225px;
    height: 38px;
}

#header .box .search_basket .search input[type="text"]::placeholder {
    font-weight: 700;
    font-size: 12px;
    color: #70797d;
    font-family: 'Poppins', sans-serif
}

#header .box .search_basket .search input[type="image"] {
    float: left;
    width: 15px;
    margin-top: 12px;
}

#header .box .search_basket .basket {
    height: 80px;
    width: 100%;
    float: left;
    border-left: 1px solid #e4e4e4;
}

#header .box .search_basket .basket a {
    display: table;
    height: 80px;
    margin: auto;
    margin-top: 32px;
}

#header .box .search_basket .basket a img {
    float: left;
}

#header .box .search_basket .basket a .text {
    margin-left: 9px;
    font-size: 14px;
    color: #ec1651;
    font-weight: 700;
    float: left;
}

#header .box .search_basket .basket a .count {
    background: #ec1651;
    width: 18px;
    height: 18px;
    display: table;
    margin-top: -3px;
    margin-left: 9px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    float: left;
}

#header .box .search_basket .basket a .count span {
    height: 18px;
    display: table-cell;
    vertical-align: middle;
}

#header .contact_user {
    float: left;
    width: 16.60%;
}

#header .contact_user .contact {
    float: left;
    width: 100%;
    background: #f1f5f9;
    border-left: 1px solid #e4e4e4;
}

#header .contact_user .contact .tel {
    float: left;
    width: 50%;
    height: 40px;
    display: table;
}

#header .contact_user .contact .tel span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    color: #70797d;
    font-size: 14px;
    font-weight: 700;
}

#header .contact_user .contact .language {
    float: left;
    width: 49%;
    border-left: 1px solid #e4e4e4;
    height: 40px;
    border-left: 1px solid #e4e4e4;
    display: table;
}

#header .contact_user .contact .language span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #70797d;
    text-align: center;
    width: 100%;
    background: url('../img/icons/next.png') no-repeat right 30px center;
    background-size: 9px 16px;
}

#header .contact_user .user {
    float: left;
    width: 100%;
    height: 80px;
    border-left: 1px solid #e4e4e4;
}

#header .contact_user .user .userBox {
    display: table;
    margin: auto;
    height: 80px;
}

#header .contact_user .user .userBox .text {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 17px;
    text-align: right;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

#header .contact_user .user .userBox .text b {
    color: #70797d;
}

#header .contact_user .user .userBox .picture {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 10px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

#header .contact_user .user .userBox .picture img {
    width: 100%;
}

#categoryBar {
    width: 100%;
    float: left;
    background: #886cd7;
    height: 40px;
    display: table;
}

#categoryBar ul {
    width: 100%;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

#categoryBar ul li {
    border-right: 1px solid #FFF;
    padding-left: 29px;
    padding-right: 29px;
    float: left;
}

#categoryBar ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

#categoryBar ul li a {
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
}

.sliderBox {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto!important;
    margin-top: 10px;
}


.sliderurunler {
    height: 380px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    font-size: 0;
    /* THIS IS A HACK TO REMOVE THE "WHITESPACE" BETWEEN IMAGES.
                  YOU COULD ALSO PUT ALL OF THE IMAGES ON THE SAME LINE
                  (eg: <img src=""><img src=""><img src=""> 
                  with no spaces or line-breaks),
                  BUT THAT MAKES THE CODE LESS READABLE SO I'M DOING THIS
                  FOR THE SAKE OF CREATING THIS EXAMPLE FOR YOU */
}

.sliderurun {
    height: 380px;
    width: max-content;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    animation: moveSlideshow 5s linear infinite;
}

.sliderurun img {
    display: inline-block;
    vertical-align: middle;
    height: 380px;
    margin: 0;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(-500px);
    }

    100% {
        transform: translateX(-2500px);
    }
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper .bx-has-pager {
    width: 100%;
    position: absolute;
    bottom: 1vw;
    z-index: 900;
}

.bx-wrapper .bx-has-pager .bx-pager {
    display: table;
    margin: auto;
}

.bx-wrapper .bx-has-pager .bx-pager .bx-pager-item {
    float: left;
    margin-right: 5px;
}

.bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a {
    font-size: 0px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background: #CCC;
    border-radius: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.42);
}

.bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a.active {
    background: #727070;
}

#information {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#information ul {
    width: 1200px;
    margin: auto;
}

#information ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

#information ul li .box {
    width: 100%;
    margin-left: 0;
    background: #f1f5f9;
    position: relative;
    padding-bottom: 16px;
    margin-right: 15px;
}

#information ul li:last-child .box {
    margin-right: 0;
}

#information ul li .box .title {
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
    font-weight: 700;
    color: #70797d;
    padding-top: 15px;
}

#information ul li .box .detail {
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    color: #a6a6a6;
}

#information ul li .box .button {
    margin-left: 5%;
    padding: 7px 32px 8px 11px;
    border: 1px solid #babbbc;
    font-size: 10px;
    color: #70797d;
    font-weight: 500;
    display: table;
    margin-top: 17px;
    border-radius: 5px;
}

#information ul li .box .button:after {
    content: '';
    background: url(../img/icons/down.png) no-repeat;
    background-size: 100%;
    width: 6px;
    height: 9px;
    transform: rotate(-90deg);
    margin-left: 17px;
    position: absolute;
}

#information ul li .box img {
    position: absolute;
    right: 16px;
    top: 60px;
    max-width: 110px;
}

#campaignList {
    width: 100%;
    float: left;
    margin-top: 100px;
}

#campaignList .box {
    width: 1200px;
    margin: auto;
}

#campaignList ul {
    float: left;
    width: 100%;
}

#campaignList ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
}

#campaignList ul li:last-child {
    margin-right: 0px;
}

#campaignList ul li img {
    width: 100%;
}

#campaignList ul li .title {
    width: 100%;
    color: #70797d;
    font-size: 16px;
    margin-bottom: 20px;
}

#industry {
    width: 100%;
    float: left;
}

#industry .box {
    width: 1200px;
    margin: auto;
}

#industry .box .title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #70797d;
    font-weight: 700;
}

#industry .box .industryList {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
}

#industry .box .industryList ul {
    width: 100%;
    float: left;
}

#industry .box .industryList ul li {
    width: 406px;
    height: 195px;
    float: left;
    background: #f4f4f6;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

#industry .box .industryList ul li:nth-child(3),#industry .box .industryList ul li:nth-child(6) {
    margin-right: 0px;
}

#industry .box .industryList ul li .icon {
    height: 100%;
    width: 50%;
    /* display: table; */
    float: right;
}

#industry .box .industryList ul li .icon span {
}

#industry .box .industryList ul li .icon span img {
    width: 100%;
}

#industry .box .industryList ul li .text {
    width: 50%;
    color: #70797d;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 5%;
}

#industry .box .industryList ul li .text h2 {
    font-size: 16px;
    height: 36px;
}

#industry .box .industryList ul li .text p {
    font-size: 12px;
}

#industry .box .industryList ul li .text a {
    font-size: 12px;
    font-weight: 600;
}

#industry .box .industryList2 {
    float: right;
    width: 80%;
    position: relative;
    margin-top: 30px;
    background: #f3f5f9;
    padding: 9px;
    border-radius: 28px;
}

#industry .box .industryList2 ul {
    width: 100%;
    float: left;
}

#industry .box .industryList2 ul li {
    float: left;
    padding: 11px 51px;
    cursor: pointer;
}

#industry .box .industryList2 ul li:last-child {
    margin-right: 0px;
}

#industry .box .industryList2 ul li .icon {
    width: 70px;
    height: 70px;
    border: solid;
    border-radius: 10px;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    margin: 0 auto;
}

#industry .box .industryList2 ul li .icon span {
}

#industry .box .industryList2 ul li .icon span img {
    width: 230px;
}

#industry .box .industryList2 ul li .text {
    width: 100%;
    color: #70797d;
    float: left;
    text-align: center;
}

#industry .box .industryList2 ul li .text h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

#industry .box .industryList2 ul li .text p {
    font-size: 12px;
    display: none;
}

#industry .box .industryList2 ul li .text a {
    font-size: 12px;
    font-weight: 600;
}

#industry .box .industryList2 ul li.aktif,#industry .box .industryList2 ul li:hover {
    background: #454E51;
    border-radius: 20px;
    color: #fff
}

#industry .box .industryList2 ul li.aktif .icon {
    color: #fff;
}

#industry .box .industryList2 ul li.aktif .icon span {
}

#industry .box .industryList2 ul li.aktif .icon span img {
    width: 230px;
}

#industry .box .industryList2 ul li.aktif .text ,#industry .box .industryList2 ul li:hover .text {
    color: #ffffff;
}

#industry .box .industryList2 ul li.aktif .text h2 {
    font-weight: 500;
}

#industry .box .industryList2 ul li.aktif .text p {
    font-size: 12px;
    display: block;
    padding: 0 25px;
}

#industry .box .industryList2 ul li.aktif .text a {
    font-size: 12px;
    font-weight: 600;
}

#homeProduct {
    width: 100%;
    float: left;
    margin-top: 35px;
}

#homeProduct .box {
    width: 1200px;
    margin: auto;
}

.boxfiyat {
    position: absolute;
    right: 40px;
    bottom: 58px;
    font-weight: bold;
    color: #e51846;
    font-size: 36px;
    text-align: right;
    line-height: 1;
}

.boxfiyat del {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
}

#homeProduct .box .title {
    width: 100%;
    float: left;
}

#homeProduct .box .title .text {
    float: left;
    font-size: 24px;
    color: #70797d;
    font-weight: 700;
}

#homeProduct .box .title .all {
    float: right;
    font-size: 14px;
    color: #d2d2d2;
    font-weight: 500;
}

.productList {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.productList ul {
    float: left;
    width: 100%;
}

.productList ul li {
    width: 184px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.productList ul li .name {
    width: 100%;
    float: left;
    height: 55px;
    font-size: 16px;
    color: #70797d;
    font-weight: 600;
    margin-top: 10px;
}

.productList ul li .image {
    float: left;
    width: 100%;
    position: relative;
}

.productList ul li .image img {
    width: 100%;
    border-radius: 4px;
}

.productList ul li .image .stamp {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    font-family: 600;
    border-radius: 10px;
}

.productList ul li .productCode {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #afadad;
    /* height: 40px; */
}

.productList ul li .ratings .star {
    float: left;
}

.productList ul li .ratings .count {
    float: left;
    margin-left: 9px;
    color: #d2d2d2;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
}

.productList ul li .info {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    color: #c2c2c2;
    line-height: 15px;
}

.productList ul li .info b {
    font-size: 14px!important;
}

.productList ul li .price1 {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #e50051;
    margin-top: 15px;
}

.productList ul li .price1 b {
    font-size: 18px;
    font-weight: 700;
}

.productList ul li .price1 .orginal {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.productList ul li .price2 {
    float: left;
    width: 100%;
    margin-top: 14px;
    margin-bottom: -7px;
}

.productList ul li .price2 .pl {
    float: left;
    font-size: 14px;
    color: #70797d;
    text-decoration: line-through;
}

.productList ul li .price2 .pr {
    float: left;
    font-size: 18px;
    color: #e50051;
    font-weight: 700;
    margin-left: 7px;
    margin-top: -3px;
}

.productList ul li .price2 .pr.green {
    color: #439e4a;
}

.productList ul li .calculate {
    width: 100%;
    float: left;
    height: 38px;
    display: table;
    background: #f6f5f6;
    margin-top: 15px;
    border: 1px solid #f1f5f9;
}

.productList ul li .calculate a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 600;
    color: #70797d;
    font-size: 14px;
    text-align: center;
}

.productList ul li .addbasket {
    width: 100%;
    float: left;
    height: 40px;
    display: table;
    background: #f6f5f6;
    margin-top: 15px;
    cursor: pointer;
}

.productList ul li .addbasket .ab {
    display: table;
    margin: auto;
    /* height: 40px; */
    display: table;
}

.productList ul li .addbasket .ab span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 600;
    color: #70797d;
    font-size: 14px;
    text-align: center;
}

.productList ul li .addbasket .ab span .notactive {
    display: block;
    float: left;
    margin-top: 50px;
}

.productList ul li .addbasket .ab span .active {
    display: none;
    float: left;
    margin-top: 50px;
}

.productList ul li .addbasket .ab span .text {
    float: left;
    margin-top: 2px;
    margin-left: 7px;
}

.productList ul li:hover .addbasket .ab span .notactive {
    display: none;
}

.productList ul li:hover .addbasket .ab span .active {
    display: block;
}

.productList ul li:hover .addbasket .ab span .text {
    float: left;
    color: #16e38a;
}

.productList ul li .basket {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.productList ul li .basket .count {
    width: 115px;
    float: left;
    height: 40px;
    display: table;
    background: #f6f5f6;
}

.productList ul li .basket .count .plussour {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    text-align: center;
    color: #70797d;
    font-size: 14px;
    cursor: pointer;
}

.productList ul li .basket .count input[type="text"] {
    width: 50px;
    height: 28px;
    float: left;
    background: #FFF;
    border: 0px;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #70797d;
    font-weight: 500;
}

.productList ul li .basket .detail {
    float: left;
    width: 100%;
    height: 40px;
    background: #e51750;
    display: table;
    border-radius: 5px;
}

.productList ul li .basket .detail:hover {
    background: #CCC;
}

.productList ul li:hover {
    border-color: #e51750!important
}

.productList ul li .basket .detail a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}

.productList {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.productList ul.table {
    float: left;
    width: 100%;
}

.productList ul.table li {
    width: 100%!important;
    margin-right: 0px;
    margin-bottom: 18px!important;
    border: 1px solid #f1f5f9;
    position: relative;
    height: auto;
}

.productList ul.table li .name {
    display: none;
}

.productList ul.table li .image {
    float: left;
    width: 110px;
    height: 110px;
    position: relative;
    /* border-right:1px solid #f1f5f9; */
}

.productList ul.table li .image img {
    width: 100%;
}

.productList ul.table li .image .stamp {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    font-family: 600;
    border-radius: 10px;
}

.productList ul.table li .productCode {
    width: 120px;
    height: 79px;
    margin-top: 0px;
    font-size: 11px;
    color: #d2d2d2;
    border-right: 1px solid #f1f5f9;
    text-align: center;
}

.productList ul.table li .productCode > span {
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    text-align: center;
    color: #e50046;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f1f5f9;
    line-height: 64px;
    color: #c2c2c2;
}

.productList ul.table li .ratings {
    float: left;
    width: 100%;
    height: 55px;
    margin-top: 0px;
    border-right: 1px solid #f1f5f9;
}

.productList ul.table li .ratings span {
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    text-align: center;
    width: 100%;
    float: left;
    padding: 13px;
}

.productList ul.table li .ratings span .star {
    float: none;
}

.productList ul.table li .ratings span .star img {
    width: 88px;
}

.productList ul.table li .ratings span .count {
    float: none;
    margin-left: 0px;
    margin-top: 4px;
}

.productList ul.table li .info {
    float: left;
    width: 135px;
    margin-top: 0px;
    height: 89px;
    display: table;
}

.productList ul.table li .info span {
    display: table-cell;
    vertical-align: middle;
    /* height: 75px; */
    text-align: center;
}

.productList ul.table li .info span b {
    font-size: 16px!important;
    color: #000;
}

.productList ul.table li .info2 {
    float: left;
    width: 433px;
    height: 110px;
    margin-top: 0;
    border-right: 1px solid #f1f5f9;
    color: #9f9999;
    font-size: 14px;
    display: table;
    position: relative;
}

.productList ul.table li .info2 span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding-left: 15px;
    padding: 0 20px;
}

.productList ul.table li .info2 span b {
    font-size: 14px!important;
}

.productList ul.table li .price1 {
    float: left;
    width: 135px;
    height: 55px;
    margin-top: 0px;
    display: table;
    border-right: 1px solid #f1f5f9;
}

.productList ul.table li .price1 span {
    display: table-cell;
    vertical-align: middle;
    /* height: 89px; */
    text-align: center;
    line-height: 18px;
}

.productList ul.table li .price1 span b {
    font-size: 16px;
    font-weight: 700;
}

.productList ul.table li .price1 .orginal {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.productList ul.table li .price2 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.productList ul.table li .price2 .pl {
    float: left;
    font-size: 14px;
    color: #70797d;
    text-decoration: line-through;
}

.productList ul.table li .price2 .pr {
    float: left;
    font-size: 18px;
    color: #e50051;
    font-weight: 700;
    margin-left: 10px;
}

.productList ul.table li .price2 .pr.green {
    color: #439e4a;
}

.productList ul.table li .calculate {
    width: 100%;
    float: left;
    height: 38px;
    display: table;
    background: #f6f5f6;
    margin-top: 15px;
    border: 1px solid #f1f5f9;
}

.productList ul.table li .calculate a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 600;
    color: #70797d;
    font-size: 14px;
    text-align: center;
}

.productList ul.table li .addbasket {
    width: 129.5px;
    float: left;
    border-left: 1px solid #f1f5f9;
    height: 82px;
    display: table;
    background: #f6f5f6;
    margin-top: 0px;
    cursor: pointer;
    /* position: absolute; */
    top: 0px;
    right: 0px;
    margin-top: -55px!important;
    line-height: 110px;
}

.productList ul.table li .addbasket .ab {
    display: table;
    margin: auto;
    height: 56px;
    display: table;
}

.productList ul.table li .addbasket .ab span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 600;
    color: #70797d;
    font-size: 14px;
    text-align: center;
}

.productList ul.table li .addbasket .ab span .notactive {
    display: block;
    /* float: left; */
    margin-top: 50px;
}

.productList ul.table li .addbasket .ab span .active {
    display: none;
    float: left;
    margin-top: 50px;
}

.productList ul.table li .addbasket .ab span .text {
    float: left;
    margin-top: 2px;
    margin-left: 7px;
}

.productList ul.table li:hover .addbasket {
    background: #FFF;
}

.productList ul.table li:hover .addbasket .ab span .notactive {
    display: none;
}

.productList ul.table li:hover .addbasket .ab span .active {
    display: block;
}

.productList ul.table li:hover .addbasket .ab span .text {
    float: left;
    color: #16e38a;
}

.productList ul.table li .basket {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.productList ul.table li .basket .count {
    width: 115px;
    float: left;
    height: 40px;
    display: table;
    background: #f6f5f6;
}

.productList ul.table li .basket .count .plussour {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    text-align: center;
    color: #70797d;
    font-size: 14px;
    cursor: pointer;
}

.productList ul.table li .basket .count input[type="text"] {
    width: 50px;
    height: 28px;
    float: left;
    background: #FFF;
    border: 0px;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #70797d;
    font-weight: 500;
}

.productList ul.table li .basket .detail {
    float: left;
    width: 80px;
    height: 40px;
    background: #d5d5d5;
    display: table;
}

.productList ul.table li .basket .detail a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}

#homeProduct .box .productList .owl-carousel .owl-nav .owl-prev {
    top: 110px;
}

#homeProduct .box .productList .owl-carousel .owl-nav .owl-next {
    top: 110px;
}

#reference {
    float: left;
    width: 100%;
    /* margin-top: 100px; */
}

#reference .box {
    width: 1200px;
    margin: auto;
}

#reference .box .title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #70797d;
    font-weight: 700;
}

#reference .box .referenceList {
    float: left;
    width: 100%;
}

#reference .box .referenceList ul {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

#reference .box .referenceList ul li {
    float: left;
    width: 128px;
    height: 78px;
    margin-right: 1.66%;
    border: 2px solid #e7e7e7;
    margin-right: 30px;
}

#reference .box .referenceList ul li img {
    width: 100%;
    /* msie */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    opacity: 50%;
}

#reference .box .referenceList ul li:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ;
    /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%);
    opacity: 100%;
}

#reference .box .referenceList .owl-carousel .owl-nav .owl-prev {
    top: 26px;
}

#reference .box .referenceList .owl-carousel .owl-nav .owl-next {
    top: 26px;
}

#blog {
    width: 100%;
    float: left;
    margin-top: 100px;
}

#blog .titleBox {
    float: left;
    width: 16.66%;
    height: 290px;
    display: table;
    position: relative;
}

#blog .titleBox .all {
    position: absolute;
    left: 30px;
    bottom: 0px;
    font-size: 14px;
    color: #d2d2d2;
    font-weight: 500;
}

#blog .titleBox .titlebg {
    position: absolute;
    transform: rotate(270deg);
    bottom: 90px;
    right: -110px;
    font-weight: 700;
    font-size: 111px;
    background: url(../img/bgline.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#blog .titleBox span {
    width: 100%;
    height: 290px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

#blog .titleBox span .title {
    width: 100%;
    font-size: 28px;
    color: #ec1651;
    font-weight: 700;
    position: relative;
}

#blog .titleBox span .title::before {
    content: '';
    width: 60px;
    height: 4px;
    background: #e6ebed;
    position: absolute;
    top: -18px;
    border-radius: 2px;
}

#blog .titleBox span .text {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #70797d;
}

#blog .blogList {
    float: left;
    width: 81.80%;
    margin-left: 1%;
}

#blog .blogList ul {
    float: left;
    width: 100%;
    position: relative;
}

#blog .blogList ul li {
    float: left;
    width: 100%;
}

#blog .blogList ul li .image {
    float: left;
    width: 100%;
    position: relative;
}

#blog .blogList ul li .image .stamp {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    font-family: 600;
    border-radius: 10px;
}

#blog .blogList ul li .image img {
    float: left;
    width: 100%;
}

#blog .blogList ul li .title {
    margin-top: 25px;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #70797d;
    font-weight: 600;
    line-height: 19px;
    overflow: hidden;
    margin-bottom: 12px;
}

#blog .blogList ul li .detail {
    float: left;
    width: 100%;
}

#blog .blogList ul li .detail .field {
    float: left;
    margin-right: 23px;
}

#blog .blogList ul li .detail .field .icon {
    float: left;
    margin-top: 3px;
}

#blog .blogList ul li .detail .field .icon img {
    height: 14px;
}

#blog .blogList ul li .detail .field .text {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    color: #70797d;
    padding-top: 2px;
}

#blog .blogList .owl-carousel .owl-nav .owl-prev {
    top: 190px;
    left: -20%!important;
}

#blog .blogList .owl-carousel .owl-nav .owl-next {
    top: 190px;
    left: -17.5%!important;
}

#steps {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#steps .box {
    width: 1200px;
    margin: auto;
}

#steps .box ul {
    width: 100%;
    border-top: 1px solid #e6ebed;
    border-bottom: 1px solid #e6ebed;
    float: left;
}

#steps .box ul li {
    float: left;
    width: 16.66%;
    height: 190px;
    text-align: center;
}

#steps .box ul li .icon {
    width: 100%;
    display: table;
    height: 100px;
}

#steps .box ul li .icon span {
    display: table-cell;
    vertical-align: bottom;
    height: 100px;
}

#steps .box ul li .text {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    color: #c2cedc;
    font-weight: 600;
    line-height: 19px;
}

#infoText {
    float: left;
    width: 100%;
}

#infoText .box {
    width: 1200px;
    margin: auto;
}

#infoText .box .text {
    float: left;
    width: 100%;
    margin-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e6ebed;
    color: #70797d;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#infoText .box .text a {
    font-weight: 700;
    color: #70797d;
    font-size: 14px;
}

#footer {
    width: 100%;
    float: left;
    margin-top: 45px;
}

#footer .box {
    width: 1200px;
    margin: auto;
}

#footer .box .fmenu {
    float: left;
    width: 74%;
}

#footer .box .fmenu ul {
    float: left;
    width: 33%;
    margin-bottom: 20px;
    padding-right: 18px;
    height: 250px;
}

#footer .box .fmenu ul li {
    float: left;
    /* width: 100%; */
    margin-bottom: 10px;
}

#footer .box .fmenu ul li:after {
    content: "/";
    margin: 0 6px;
    font-size: 8px;
}

#footer .box .fmenu ul li.title {
    font-size: 16px;
    color: #626c70;
    font-weight: 700;
    width: 100%;
}

#footer .box .fmenu ul li.title:after {
    content: ""
}

#footer .box .fmenu ul li a {
    color: #70797d;
    font-size: 14px;
}

#footer .box .social {
    width: 12.5%;
    float: left;
}

#footer .box .social .title {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #626c70;
    font-weight: 600;
}

#footer .box .social ul {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#footer .box .social ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#footer .box .social ul li .icon {
    float: left;
}

#footer .box .social ul li .name {
    margin-left: 7px;
    float: left;
    margin-top: 7px;
    font-size: 14px;
    color: #70797d;
    font-weight: 500;
}

#footer .box .contact {
    float: left;
    width: 12.5%;
}

#footer .box .contact .title {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #70797d;
    font-weight: 600;
    line-height: 20px;
}

#footer .box .contact .solution {
    float: left;
    margin-top: 16px;
    width: 100%;
    padding: 12px 0px 10px 0px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #70797d;
    font-weight: 600;
    border: 1px solid #c6d1de;
    border-radius: 10px;
}

#footer .box .contact .or {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}

#footer .box .contact .or::after {
    width: 100%;
    position: absolute;
    height: 1px;
    background: #f2f4f7;
    content: '';
    top: 7px;
    z-index: 1
}

#footer .box .contact .or .text {
    background: #FFF;
    display: table;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #c2cedc;
    z-index: 2;
    position: relative;
}

#footer .box .contact .customer {
    float: left;
    width: 100%;
    margin-top: 23px;
    font-size: 14px;
    color: #70797d;
    text-align: center;
}

#footer .box .contact .tel {
    float: left;
    width: 100%;
    height: 50px;
    display: table;
    background: #c2cedc;
    border-radius: 5px;
    display: table;
    margin-top: 8px;
}

#footer .box .contact .tel span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 17.33px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

#footer .box .contact .whatsapp {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#footer .box .contact .whatsapp .icon {
    float: left;
}

#footer .box .contact .whatsapp .icon img {
    width: 28px;
}

#footer .box .contact .whatsapp .text {
    float: left;
    margin-left: 8px;
    color: #4caf50;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
    font-weight: 600;
}

#footer .box .contact .app {
    float: left;
    width: 100%;
    margin-top: 35px;
}

#footer .box .contact .app img {
    margin-bottom: 6px;
    width: 100%;
}

#copyright {
    width: 100%;
    float: left;
    margin-top: 50px;
    background: #f1f5f9;
    padding-top: 40px;
    padding-bottom: 30px;
}

#copyright .box {
    width: 1200px;
    margin: auto;
}

#copyright .box .banks {
    float: left;
    width: 100%;
}

#copyright .box .banks .paytr {
    float: left;
}

#copyright .box .banks .bank {
    float: right;
}

#copyright .box .arm {
    float: left;
    width: 70%;
    margin-top: 35px;
}

#copyright .box .arm .logo {
    float: left;
}

#copyright .box .arm .text {
    float: left;
    font-size: 13px;
    color: #69788b;
    line-height: 20px;
    font-weight: 500;
}

#copyright .box .version {
    float: right;
    margin-top: 40px;
    font-size: 13px;
    color: #69788b;
    line-height: 20px;
    font-weight: 500;
    text-align: right;
}

#page {
    width: 100%;
    float: left;
    margin-top: 23px;
}

#page .box {
    width: 1200px;
    margin: auto;
}

#page .box .breadcrumb {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

#page .box .breadcrumb ul {
    float: left;
}

#page .box .breadcrumb ul li {
    float: left;
    margin-right: 17px;
    position: relative;
    padding-right: 20px;
}

#page .box .breadcrumb ul li::before {
    content: '>';
    position: absolute;
    right: 0px;
    font-size: 11px;
    color: #c9c9c9;
    font-weight: 300;
    top: 4px;
}

#page .box .breadcrumb ul li:last-child {
    padding-right: 0px;
}

#page .box .breadcrumb ul li:last-child a {
    color: #e50046;
}

#page .box .breadcrumb ul li:last-child::before {
    content: '';
}

#page .box .breadcrumb ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #70797d;
}

#page .box .pleft {
    float: left;
    width: 270px;
    /* border-right: 1px solid #f1f4f8; */
}

#page .box .pleft .title {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #c0c9d2;
    background: url('../img/icons/upicon.png') no-repeat right 23px center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 23px;
    cursor: pointer;
    transition: background 0.2s;
}

#page .box .pleft .title::before {
    width: 100%;
    height: 2px;
    float: left;
    background: rgb(238,240,243);
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, rgba(238,240,243,1) 0%, rgba(253,253,254,1) 54%, rgba(255,255,255,1) 100%);
    content: '';
}

#page .box .pleft .title.active {
    background: url('../img/icons/downicon.png') no-repeat right 23px center;
}

#page .box .pleft ul.sidebar {
    width: 100%;
    float: left;
    display: none;
}

#page .box .pleft ul.sidebar.active {
    display: block;
}

#page .box .pleft ul.sidebar li {
    float: left;
    width: 100%;
    height: 36px;
    display: table;
    margin-bottom: 5px;
}

#page .box .pleft ul.sidebar li a {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    font-size: 12px;
    color: #70797d;
    font-weight: medium;
}

#page .box .pleft ul.sidebar li span {
    right: 0px;
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    font-size: 12px;
    color: #c0c9d2;
    text-align: right;
    padding-right: 22px;
}

#page .box .pleft ul.sidebar li.active {
    background: #f9fafb;
    margin-left: -13px;
    border-left: 3px solid #e50046;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#page .box .pleft ul.sidebar li:hover {
    background: #f9fafb;
    margin-left: -13px;
    border-left: 3px solid #e50046;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#page .box .pright {
    width: 930px;
    float: right;
}

#page .box .pright h1 {
    float: left;
    font-size: 24px;
    color: #70797d;
    font-weight: 700;
}

#page .box .pright .productList ul li {
    width: 220px;
    margin-bottom: 60px;
}

#page .box .pright .productList ul li:nth-child(4n+4) {
    margin-right: 0px;
}

#page .box .pright .pageTitle {
    width: 100%;
    float: left;
}

#page .box .pright .pageTitle h1 {
    float: left;
    width: 50%;
    color: #70797d;
    font-size: 24px;
    font-weight: 700;
}

#page .box .pright .pageTitle .selectarea {
    float: right;
    width: 50%;
}

#page .box .pright .pageTitle .selectarea .show {
    float: right;
    border: 2px solid #f5f8fb;
    padding: 9px 12px 10px 12px;
    margin-right: 15px;
}

#page .box .pright .pageTitle .selectarea .show.sort {
    padding-top: 11px;
    margin-right: 0px;
}

#page .box .pright .pageTitle .selectarea .show .icon {
    float: left;
    margin-right: 9px;
    width: auto;
    margin-bottom: 0;
    cursor: pointer;
}

#page .box .pright .pageTitle .selectarea .show .icon:last-child {
    margin-right: 0px;
}

#page .box .pright .pageTitle .selectarea .show .text {
    float: left;
    font-size: 14px;
    color: #c0c9d2;
    font-weight: 500;
}

#page .box .pright .subTitle {
    float: left;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #f1f5f9;
    padding: 15px;
    background: #f1f5f9;
}

#page .box .pright .subTitle h2 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #e50046;
    margin: 0;
}

#page .box .pright .subTitle h4 {
    float: right;
    color: #d2d2d2;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 0;
    margin: 0;
    color: #e50046;
}

#page .box .pright .pageInfo {
    width: 100%;
    float: left;
    position: relative;
}

#page .box .pright .pageInfo img {
    width: 100%;
}

#page .box .pright .pageInfo .text {
    position: absolute;
    margin-top: 223px;
    width: 410px;
    top: 0px;
}

#page .box .pright .pageInfo .text .title {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #70797d;
    font-weight: 800;
}

#page .box .pright .pageInfo .text p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #70797d;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}

#page .box .pright .productList ul li .info {
    height: 55px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #f1f5f9;
}

#page .box .pright .productList ul li {
}

#calculatePage {
    float: left;
    width: 100%;
}

#calculatePage .cleft {
    float: left;
    width: 432px;
}

#calculatePage .cleft .imageGallery {
    float: left;
    width: 100%;
    border: solid 1px #e3e8ea;
    border-radius: 14px;
    height: 430px;
    overflow: hidden;
    text-align: center;
    line-height: 430px;
}

#calculatePage .cleft .info {
    width: 100%;
    margin-top: 20px;
    float: left;
    border: solid 1px #e3e8ea;
    border-radius: 14px;
    padding: 20px;
}

#calculatePage .cleft .info .title {
    float: left;
    color: #ec1651;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    margin-top: -28px;
    padding-right: 20px;
    padding-left: 15px;
    margin-left: -15px;
}

#calculatePage .cleft .info .text {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #919191;
    line-height: 19px;
    margin-top: 10px;
}

#calculatePage .cleft .formatDetail {
    width: 100%;
    margin-top: 20px;
    float: left;
}

#calculatePage .cleft .sablontab {
    width: 100%;
    margin-top: 10px;
    float: left;
    border: solid 1px #e3e8ea;
    border-radius: 14px;
    overflow: hidden;
}
#calculatePage .cleft .formatDetail .title {
    float: left;
    color: #70797d;
    font-size: 12px;
    background: #fff;
    padding-right: 20px;
    padding-left: 15px;
}

#calculatePage .cleft .formatDetail ul.formatList {
    /* overflow: hidden; */
    float: left;
    width: 76px;
    height: 430px;
}

#calculatePage .cleft .formatDetail ul.formatList li {
    width: 100%;
    height: 149px;
    float: left;
    display: table;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

#calculatePage .cleft .formatDetail ul.formatList li span {
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    height: 27px;
    color: #919191;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    border-bottom: 0.5px solid #bcc7cd;
}

#calculatePage .cleft .formatDetail ul.formatList li.active span {
    border-bottom:none;
}
#calculatePage .cleft .formatDetail ul.formatList li.active span {
    border-right: 2px solid #ff8400;
    background: #ff8400;
    color: #fff;
}

#calculatePage .cleft .formatDetail ul.formatList li:nth-child(1) span {
    border-right: 2px solid #ff8400;
}
#calculatePage .cleft .formatDetail ul.formatList li:nth-child(2) span {
    border-right: 2px solid #ca0902;
}
#calculatePage .cleft .formatDetail ul.formatList li:nth-child(3) span {
    border-right: 2px solid #02cf37;
}
#calculatePage .cleft .formatDetail ul.formatList li.active:nth-child(2) span {
    border-right: 2px solid #ca0902;
    background: #ca0902;
    color: #fff;
}
#calculatePage .cleft .formatDetail ul.formatList li.active:nth-child(3) span {
    border-right: 2px solid #02cf37;
    background: #02cf37;
    color: #fff;
}

#calculatePage .cleft .formatDetail .pTabContent {
    width: 82%;
    color: #000;
    margin-top: 0;
    float: left;
    padding: 15px;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList {
    width: 100%;
    float: left;
    overflow-y: auto;
    height: 400px;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList li {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList li .icon {
    float: left;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList li .text {
    color: #919191;
    font-size: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList::-webkit-scrollbar {
    width: 5px;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList::-webkit-scrollbar-track {
    background: #f6f6f6;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList::-webkit-scrollbar-thumb {
    background: #c0c0c0;
}

#calculatePage .cleft .formatDetail .pTabContent ul.fileList::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#calculatePage .ccenter {
    float: left;
    width: 100%;
}

#calculatePage .ccenter .banner {
    width: 100%;
    float: left;
}

#calculatePage .ccenter .banner img {
    width: 100%;
    float: left;
}

#calculatePage .ccenter h1 {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #70797d;
    font-weight: 700;
}

#calculatePage .ccenter h2 {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #70797d;
    font-weight: 400;
}

#calculatePage .ccenter .calculateForm {
    width: 100%;
    float: left;
    margin-top: 28px;
}

#calculatePage .ccenter .calculateForm .line {
    width: 100%;
    float: left;
    background: #f1f5f9;
    height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#calculatePage .ccenter .calculateForm .line:nth-child(2n+2) {
    background: #FFF;
}

#calculatePage .ccenter .calculateForm .line label {
    margin-left: 20px;
    margin-top: 12px;
    float: left;
    width: 240px;
    font-size: 14px;
    color: #70797d;
    font-weight: 700;
}

#calculatePage .ccenter .calculateForm .line select {
    float: left;
    width: 290px;
    height: 31px;
    border: 2px solid #f8fafc;
    border-radius: 5px;
    font-size: 12.97px;
    color: #70797d;
    font-family: 'Poppins', sans-serif;
    background: #FFF;
}

#calculatePage .ccenter .calculateForm .line .question {
    float: left;
    margin-left: 20px;
    width: 26px;
    height: 26px;
    background: #FFF;
    border: 1px solid #f1f5f9;
    border-radius: 100%;
    font-size: 12px;
    color: #929292;
    font-weight: 600;
    display: table;
}

#calculatePage .ccenter .calculateForm .line .question span {
    display: table-cell;
    vertical-align: middle;
    height: 26px;
    text-align: center;
}

#calculatePage .ccenter .calculateForm button {
    width: 100%;
    height: 48px;
    border: none;
    background: url('../img/buttonbg.png') no-repeat left center #16e38a;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

#calculatePage .ccenter .calculateForm button::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: 28px;
    top: 17px;
    background: url('../img/icons/nextarrow.png') no-repeat;
}

#calculatePage .ccenter .more {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 10px;
}

#calculatePage .ccenter .more .title {
    width: 100%;
    color: #70797d;
    font-size: 12px;
    font-weight: 700;
}

#calculatePage .ccenter .more ul {
    width: 100%;
    border-top: 2px solid #f9fbfd;
    overflow-y: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 14px;
}

#calculatePage .ccenter .more ul li {
    float: left;
    width: 109px;
    height: 79px;
    margin-right: 3px;
    background: #f8fafc;
    position: relative;
    margin-bottom: 3px;
    border-radius: 5px;
    cursor: pointer;
}

#calculatePage .ccenter .more ul li:nth-child(4n+4) {
    margin-right: 0px;
}

#calculatePage .ccenter .more ul li .stamp {
    position: absolute;
    top: -5px;
    left: 0;
    padding: 3px 10px 2px 10px;
    font-size: 8px;
    border-radius: 10px 10px 10px 0;
}

#calculatePage .ccenter .more ul li .total {
    width: 80%;
    float: left;
    margin-top: 15px;
    margin-left: 10%;
    font-size: 10px;
    color: #70797d;
    font-weight: 700;
}

#calculatePage .ccenter .more ul li .price {
    width: 80%;
    float: left;
    margin-left: 10%;
    color: #70797d;
    font-size: 19px;
    font-weight: bold;
}

#calculatePage .ccenter .more ul li .totalprice {
    width: 80%;
    float: left;
    margin-left: 10px;
    color: #70797d;
    font-size: 11px;
}

#calculatePage .ccenter .more ul li.check {
    background: #FFF;
    border-bottom: 1px solid #16e38a;
    height: 79px;
}

#calculatePage .ccenter .more ul li:hover {
    background: #FFF;
}
#calculatePage .ccenter .more ul li.check .price {
    color: #16e38a;
}

#calculatePage .ccenter .more ul li.suggestion {
    border-bottom: 1px solid #e60f51;
    height: 79px;
}

#calculatePage .ccenter .more ul li.suggestion .price {
    color: #e60f51;
}

#calculatePage .ccenter .cargo {
    width: 100%;
    float: left;
    margin-top: 12px;
    background: #e7fcf3;
    font-size: 12px;
    border-radius: 10px;
    padding: 4px 0;
}

#calculatePage .ccenter .cargo span {
    display: table;
    margin: auto;
}

#calculatePage .ccenter .cargo span .icon {
    float: left;
}

#calculatePage .ccenter .cargo span .text {
    font-size: 12px;
    color: #16e38a;
    float: left;
    margin-left: 10px;
}

#calculatePage .ccenter .installment {
    background: url('../img/icons/creditcart.png') no-repeat right 17px top 11px #fbbd00;
    margin-top: 15px;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
}

#calculatePage .ccenter .installment .title {
    width: 100%;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    float: left;
    margin-top: 14px;
}

#calculatePage .ccenter .installment ul {
    width: 100%;
    float: left;
    margin-top: 12px;
}

#calculatePage .ccenter .installment ul li {
    width: 143px;
    height: 80px;
    background: #FFF;
    margin-right: 4px;
    float: left;
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 2px 4px;
}

#calculatePage .ccenter .installment ul li:nth-child(1) {
    background: #f8fafc;
}
#calculatePage .ccenter .installment ul li:nth-child(2) {
    background: #f6fff7;
}
#calculatePage .ccenter .installment ul li:nth-child(3) {
    background: #e9f9fd;
}
#calculatePage .ccenter .installment ul li:nth-child(4) {
    background: #fef4ff;
}
#calculatePage .ccenter .installment ul li:nth-child(5) {
    background: #ffeaff;
}
#calculatePage .ccenter .installment ul li:nth-child(6) {
    background: #fefaea;
}
#calculatePage .ccenter .installment ul li:nth-child(3n+3) {
    margin-right: 0px;
}

#calculatePage .ccenter .installment ul li .banklogo {
    width: 100%;
    float: left;
    height: 42px;
    text-align: center;
    display: table;
}

#calculatePage .ccenter .installment ul li .banklogo span {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

#calculatePage .ccenter .installment ul li .banklogo span img {
    max-height: 30px;
}

#calculatePage .ccenter .installment ul li .text {
    width: 100%;
    text-align: center;
    background: #01193e;
    float: left;
    padding: 6px 0;
    border-radius: 5px;
}

#calculatePage .ccenter .installment ul li:nth-child(2) .text {
    background: #00633a;
}
#calculatePage .ccenter .installment ul li:nth-child(3) .text {
    background: #0ea6db;
}
#calculatePage .ccenter .installment ul li:nth-child(4) .text {
    background: #792182;
}
#calculatePage .ccenter .installment ul li:nth-child(5) .text {
    background: #e5069b;
}
#calculatePage .ccenter .installment ul li:nth-child(6) .text {
    background: #f8c900;
}


#calculatePage .ccenter .installment ul li .text span {
    font-size: 10px;
    color: #fff;
}

#calculatePage .ccenter .installment ul li .text span b {
    font-size: 12px;
}

#calculatePage .ccenter .installment ul li .text span strong {
    font-size: 12px;
}

#calculatePage .cright {
    float: right;
    width: 270px;
}

#calculatePage .cright button {
    width: 100%;
    height: 48px;
    border: none;
    background: url('../img/buttonbg.png') no-repeat left center #16e38a;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

#calculatePage .cright button::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: 28px;
    top: 17px;
    background: url('../img/icons/nextarrow.png') no-repeat;
}

#calculatePage .cright .basketItem {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #FFF;
    padding: 20px 12px;
    border: solid 0.5px #bcc7cd;
    border-radius: 14px;
    box-shadow: 0px 20px 38px 0px #0000000d;
}

#calculatePage .cright .basketItem .totaltext {
    width: 100%;
    color: #70797d;
    font-size: 12px;
}
#calculatePage .cright .basketItem .totaltext b {
    font-weight: bold;
}


#calculatePage .cright .basketItem .totalPrice {
    width: 100%;
    color: #70797d;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.sepetaciklama{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #70797d;
    margin: 5px 0;
}
.sepetaciklama img{
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

#calculatePage .cright .basketItem .addbasket {
    color: #e50046;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #e50046;
    padding: 10px 27px;
    margin-right: 10px;
    cursor: pointer;
}
#calculatePage .cright .basketItem .addbasket:last-child {
    background: #e50046;
    color: #fff;
    margin-right: 0;
}
#calculatePage .cright .basketItem .addbasket:hover {
    background: #e50046;
    color: #fff;
}
#calculatePage .cright .basketItem .addbasket:last-child:hover {
    background:#fff;
    color: #e50046;
}

#calculatePage .cright .basketItem .priceDetailTitle {
    width: 250px;
    margin-left: 19px;
    margin-top: 30px;
    background: url('../img/icons/downwhite.png') no-repeat right 18px center #9da4a7;
    height: 44px;
    display: table;
}

#calculatePage .cright .basketItem .priceDetailTitle span {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    padding-left: 13px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}

#calculatePage .cright .basketItem ul.priceList {
    width: 250px;
    float: left;
    margin-top: 5px;
    margin-left: 19px
}

#calculatePage .cright .basketItem ul.priceList li {
    float: left;
    width: 100%;
    height: 45px;
    display: table;
}

#calculatePage .cright .basketItem ul.priceList li:nth-child(2n+2) {
    background: #f8fafc;
}

#calculatePage .cright .basketItem ul.priceList li span {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    padding-left: 20px;
}

#calculatePage .cright .basketItem ul.priceList li span .p1 {
    float: left;
    width: 140px;
    font-size: 12px;
    color: #70797d;
}

#calculatePage .cright .basketItem ul.priceList li span .p2 {
    float: left;
    width: 20px;
    font-size: 12px;
    color: #70797d;
    text-align: center;
}

#calculatePage .cright .basketItem ul.priceList li span .p3 {
    float: left;
    width: 70px;
    font-size: 12px;
    color: #454545;
}

#calculatePage .cright .basketItem ul.priceList li span .p3 b {
    color: #ec1651;
}

#calculatePage .cright .buttonBox {
    width: 100%;
    float: left;
    margin-top: 16px;
}

#calculatePage .cright .buttonBox .ttButton {
    width: 130px;
    height: 116px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: white;
    border: solid 1px #e9ecee;
    border-radius: 14px;
    cursor: pointer;
}

#calculatePage .cright .buttonBox .ttButton:nth-child(2n+2) {
    margin-right: 0px;
}

#calculatePage .cright .buttonBox .ttButton .icon {
    width: 100%;
    text-align: center;
    float: left;
    height: 48px ;
    display: table;
}

#calculatePage .cright .buttonBox .ttButton .icon span {
    display: table-cell;
    vertical-align: bottom;
    height: 48px;
}

#calculatePage .cright .buttonBox .ttButton .text {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #70797d;
}

#creviews {
    width: 100%;
    float: left;
    margin-top: 80px;
}

#creviews .box {
    width: 1200px;
    margin: auto;
}

#creviews .box .title {
    width: 100%;
    float: left;
    color: #70797d;
    font-size: 24px;
    font-weight: bold;
}

#creviews .box .comments {
    width: 100%;
    float: left;
    margin-top: 30px;
    border: 2px solid #f1f5f9;
    display: table;
}

#creviews .box .comments .area {
    padding: 35px;
}

#creviews .box .comments .area .top {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

#creviews .box .comments .area .top .raiting {
    float: left;
    width: 33%;
    height: 40px;
    display: table;
}

#creviews .box .comments .area .top .raiting span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

#creviews .box .comments .area .top .raiting span .text {
    font-size: 28px;
    font-weight: medium;
    color: #70797d;
    float: left;
}

#creviews .box .comments .area .top .raiting span .point {
    margin-left: 20px;
    float: left;
}

#creviews .box .comments .area .top .commentLength {
    width: 33%;
    float: left;
    height: 40px;
    display: table;
}

#creviews .box .comments .area .top .commentLength span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    margin: auto;
}

#creviews .box .comments .area .top .commentLength span .center {
    display: table;
    margin: auto;
}

#creviews .box .comments .area .top .commentLength span .center .text {
    float: left;
    font-size: 14px;
    color: #70797d;
    font-weight: medium;
    border-right: 1px solid #70797d;
    margin-right: 15px;
    padding-right: 15px;
}

#creviews .box .comments .area .top .commentLength span .center .text:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

#creviews .box .comments .area .top .setComment {
    width: 34%;
    float: left;
}

#creviews .box .comments .area .top .setComment .button {
    height: 40px;
    display: table;
    background: #f1f5f9;
    width: 150px;
    text-align: center;
    float: right;
}

#creviews .box .comments .area .top .setComment .button a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color: #70797d;
    font-size: 14px;
    font-weight: medium;
}

#creviews .box .comments ul {
    float: left;
    width: 100%;
    border-top: 2px solid #f1f5f9;
}

#creviews .box .comments ul li {
    margin: 0px 35px 0px 35px;
    padding: 35px 0px 35px 0px;
    float: left;
    border-bottom: 2px solid #f1f5f9;
}

#creviews .box .comments ul li .comment {
    width: 970px;
    float: left;
}

#creviews .box .comments ul li .comment .raiting {
    float: left;
}

#creviews .box .comments ul li .comment .text {
    float: left;
    margin-left: 20px;
    color: #70797d;
    font-size: 14px;
    font-weight: 500;
    width: 860px;
    line-height: 18px;
}

#creviews .box .comments ul li .comment .info {
    width: 100%;
    margin-top: 20px;
    float: left;
    font-weight: 500;
    font-size: 14px;
    color: #70797d;
}

#creviews .box .comments ul li .comment .info .user {
    border-right: 2px solid #d2d2d2;
    padding-right: 20px;
    float: left;
}

#creviews .box .comments ul li .comment .info .time {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

#creviews .box .comments ul li .comment .info .buy {
    float: left;
    margin-left: 20px;
}

#creviews .box .comments ul li .comment .info .buy .icon {
    float: left;
}

#creviews .box .comments ul li .comment .info .buy .textt {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #4dd503;
    padding-top: 4px;
}

#creviews .box .comments ul li .commentLike {
    float: right;
    width: 200px;
    margin-top: 25px;
}

#creviews .box .comments ul li .commentLike .icon {
    float: left;
}

#creviews .box .comments ul li .commentLike .icon.zil {
    float: right;
    margin-top: -3px;
}

#creviews .box .comments ul li .commentLike .text {
    float: left;
    margin-left: 10px;
    font-weight: 500;
    color: #70797d;
    font-size: 14px;
}

#detail {
    width: 100%;
    float: left;
    margin-top: 80px;
}

#detail .box {
    width: 1200px;
    margin: auto;
}

#detail .box .detailTab {
    width: 100%;
    float: left;
    border: 2px solid #f1f5f9;
}

#detail .box .detailTab ul.tabList {
    float: left;
    width: 100%;
    background: #c0c9d2;
}

#detail .box .detailTab ul.tabList li {
    float: left;
    display: table;
    height: 50px;
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
    cursor: pointer;
}

#detail .box .detailTab ul.tabList li.active span {
    height: 50px;
    border-bottom: 4px solid #f1f5f9;
    font-weight: 700;
}

#detail .box .detailTab ul.tabList li:hover span {
    height: 50px;
    border-bottom: 4px solid #f1f5f9;
    font-weight: 700;
}

#detail .box .detailTab ul.tabList li::after {
    content: '|';
    position: absolute;
    right: 0px;
    color: #FFF;
    top: 20px;
    font-weight: 200;
}

#detail .box .detailTab ul.tabList li span {
    width: 100%;
    font-weight: 500;
    color: #FFF;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

#detail .box .detailTab .content {
    width: 96%;
    padding: 35px 2% 35px 2%;
    text-align: center;
    float: left;
}

#detail .box .detailTab .content p {
    color: #70797d;
    font-size: 14px;
    line-height: 18px;
    float: left;
    text-align: left;
    display: inline-block;
    width: 100%;
}

#detail .box .detailTab .content img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.warning {
    position: fixed;
    width: 219px;
    height: 219px;
    right: 90px;
    top: 350px;
}

.warning.o {
    opacity: 0.5;
    top: 600px;
}

.toTop {
    position: fixed;
    right: 100px;
    bottom: 30px;
    color: #626c70;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #FFF;
    border-radius: 50px;
    background: url('../img/icons/up.png') no-repeat right 16px center #FFF;
    padding: 14px 40px 12px 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.23);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.23);
}

.stamp-green {
    background: #16e38a;
    color: #FFF;
}

.stamp-red {
    background: #e83363;
    color: #FFF;
}

.pageProductList {
    position: relative;
    margin-top: 20px;
}

.pageProductList .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    font-size: 1.5vw;
    text-align: center;
    top: -40px;
    right: 20px;
    left: auto;
}

.pageProductList .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    font-size: 1.5vw;
    text-align: center;
    top: -40px;
    right: 0px;
    left: auto;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 31px;
    height: 25px;
    background: #f1f5f9;
    font-size: 1.2vw;
    text-align: center;
    top: 83px;
    z-index: 999;
    left: -60px;
    cursor: pointer;
    border-radius: 100%;
    color: #757e82;
    line-height: 28px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 31px;
    height: 25px;
    background: #f1f5f9;
    font-size: 1.2vw;
    text-align: center;
    /* padding-top:6px; */
    top: 83px;
    right: -60px;
    border-radius: 100%;
    color: #757e82;
    cursor: pointer;
    line-height: 28px;
}

#loginPage {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../img/login-page-bg.png') no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#loginPage .box {
    width: 1200px;
    margin: auto;
}

#loginPage .box .area {
    float: left;
    width: 100%;
}

#loginPage .box .area .advantage {
    float: left;
    width: 642px;
}

#loginPage .box .area .advantage .logo {
    width: 100%;
    float: left;
    text-align: center;
}

#loginPage .box .area .advantage .logo img {
    width: 340px;
}

#loginPage .box .area .advantage ul {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#loginPage .box .area .advantage ul li {
    float: left;
    width: 50%;
    margin-top: 59px;
}

#loginPage .box .area .advantage ul li .icon {
    float: left;
    width: 80px;
    height: 65px;
    display: table;
}

#loginPage .box .area .advantage ul li .icon span {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
}

#loginPage .box .area .advantage ul li .text {
    float: left;
    width: 220px;
    height: 65px;
    display: table;
}

#loginPage .box .area .advantage ul li .text span {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    font-size: 16px;
    color: #FFF;
    line-height: 26.99px;
}

#loginPage .box .area .advantage .info {
    float: left;
    width: 100%;
    margin-top: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 27.03px;
}

#loginPage .box .area .login {
    width: 398px;
    padding: 56px;
    float: right;
    background: #FFF;
    border-radius: 20px;
}

#loginPage .box .area .login .title {
    width: 100%;
    float: left;
    font-size: 32px;
    font-weight: 700;
    color: #e50046;
}

#loginPage .box .area .login p {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 12.82px;
    color: #70797d;
}

#loginPage .box .area .login p a {
    color: #e50046;
}

#loginPage .box .area .login form {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#loginPage .box .area .login form div label {
    width: 100%;
    float: left;
    font-size: 12.82px;
    color: #70797d;
}

#loginPage .box .area .login form div input[type="text"] {
    width: 99%;
    float: left;
    height: 25px;
    margin-top: 5px;
    background: #FFF;
    border: 0px;
    border-bottom: 2px solid #e50046;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

#loginPage .box .area .login form div.bos {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#loginPage .box .area .login form div input[type="password"] {
    width: 99%;
    float: left;
    height: 25px;
    margin-top: 5px;
    background: #FFF;
    border: 0px;
    border-bottom: 2px solid #e50046;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

#loginPage .box .area .login form div label .passwordback {
    float: left;
    font-size: 15px;
    color: #e50046;
    background: #e5e5e5;
    padding: 5px 8px 5px 8px;
    border-radius: 100%;
    margin-top: -5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 700;
}

#loginPage .box .area .login form input[type="submit"] {
    width: 84px;
    height: 39px;
    float: right;
    margin-top: 24px;
    background: #e50046;
    border: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

#loginPage .box .area .login .veya {
    float: left;
    width: 100%;
    margin-top: 62px;
    position: relative;
}

#loginPage .box .area .login .veya::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f8fafc;
    position: absolute;
    top: 5px;
    z-index: 1;
}

#loginPage .box .area .login .veya .text {
    display: table;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
    font-size: 12.82px;
    color: #70797d;
    position: relative;
    z-index: 2
}

#loginPage .box .area .login .social {
    width: 100%;
    height: 58px;
    display: table;
    float: left;
    margin-top: 12px;
}

#loginPage .box .area .login .social a {
    display: table-cell;
    vertical-align: middle;
    height: 58px;
    border: 2px solid #f8fafc;
    width: 100%;
    width: 394px;
}

#loginPage .box .area .login .social a .button {
    display: table;
    margin: auto;
}

#loginPage .box .area .login .social a .button .icon {
    float: left;
}

#loginPage .box .area .login .social a .button .text {
    float: left;
    color: #70797d;
    font-size: 12.82px;
    margin-left: 10px;
    margin-top: 3px;
}

#loginPage .box .area .login .social.facebook a {
    border: none;
    height: 62px;
    background: #1977f2;
}

#loginPage .box .area .login .social.facebook a .button .text {
    color: #FFF;
}

#loginPage .box .area .login .social.apple a {
    border: none;
    height: 62px;
    background: #000000;
}

#loginPage .box .area .login .social.apple a .button .text {
    color: #FFF;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#calculatePage .products {
    float: left;
    width: 468px;
    margin: 0 15px;
    position: relative;
}
#calculatePage .urundetaybanner{
    float: left;
    width: 100%;
    height: 84px;
    background: #e50046;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
#calculatePage .urundetaybanner span{
    position: absolute;
    background: #bcc7cd;
    font-size: 10px;
    border-radius: 3px;
    padding: 4px 8px;
    top: 10px;
    left: 124px;
}
#calculatePage .urundetaybanner h2{
    position: absolute;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    top: 20px;
    left: 124px;
    line-height: 17px;
}
#calculatePage .urundetaybanner a{
    position: absolute;
    color: #680000;
    right: 14px;
    bottom: 14px;
    font-size: 11px;
    background: #f6d076;
    border-radius: 5px;
    padding: 4px 15px;
}
#calculatePage .products h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #72797d;
    font-weight: 500;
    margin: 10px 0;
}
#calculatePage .products h1 span {
    position: absolute;
    font-size: 10px;
    color: #e50046;
    font-weight: bold;
    background: #f8f6f6;
    border-radius: 7px;
    padding: 6px 10px;
    margin-left: 10px;
}

#calculatePage .products .banner {
    width: 100%;
    float: left;
}

#calculatePage .products .banner img {
    width: 100%;
}

#calculatePage .products .urundetaykategori {float: left;width: 100%;margin: 10px 0;}
#calculatePage .products .urundetaykategori a {font-size: 10px;color: #72797d;border: solid 1px #e50047;border-radius: 7px;padding: 9px 14px;margin-right: 10px;}
#calculatePage .products .urundetayyorum {float: left;width: 100%;margin: 10px 0;font-size: 10px;font-weight: bold;}
#calculatePage .products .urunsablon {
}

#calculatePage .products .urunsablon .urunsecenek {
    display: table;
    width: 100%;
    /* margin: 8px 0; */
    border-top: solid 1px #e9ecee;
    padding: 4px 15px;
}

#calculatePage .products .urunsablon .secenekismi {
    font-size: 12px;
    color: #70797d;
    font-weight: 600;
    display: table-cell;
    width: 140px!important;
    margin: 0;
    vertical-align: middle;
}

#calculatePage .products .urunsablon .secenekler {
    width: 252px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: flex;
    margin-left: 32px;
}

#calculatePage .products .urunsablon .secenekler .secenek {
    border: 1px solid #edf0f2;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%!important;
    display: inline-block;
    margin: 8px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-radius: 4px;
    padding: 7px 4px;
    float: left;
    font-size: 11px;
    color: #72797d;
}

#calculatePage .products .urunsablon .secenekler  .kilitlisecenek{
    border: 1px solid #edf0f2;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%!important;
    display: inline-block;
    margin: 8px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-radius: 5px;
    padding: 9px;
    float: left;
    font-size: 11px;
    color: #72797d;
    cursor: not-allowed;
    box-shadow: none;
}
#calculatePage .products .urunsablon .secenekler  .kilitlisecenek img{position: absolute;right: 10px;top: 12px;}
#calculatePage .products .urunsablon .secenekler select {
    border: 2px solid #e9e9e9;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%!important;
    margin: 5px 0;
    position: relative;
    border-radius: 4px;
    padding: 6px;
    float: left;
    font-size: 11px;
}

#calculatePage .products .urunsablon .secenekler .secenek:hover {
    border-color: #999;
}

#calculatePage .products .urunsablon .secenekler .secenek.active {
    border-color: #d02d4b;
}

  /* Popover Body */
  .popover-content {
      font-size: 12px;
  }
#calculatePage .products .urunsablon .secenekler .disabled {
    border: 1px solid #edf0f2;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    display: inline-block;
    margin: 8px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-radius: 4px;
    padding: 7px 11px;
    float: left;
    font-size: 11px;
    color: #72797d;
    cursor: not-allowed;
}

.urunfiyat {
    background-color: #fafafc;
    clear: both;
    padding: 15px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #f0f0f4;
    position: relative;
}

.urunfiyat h2 {
    margin: 0;
    font-size: 14px;
    color: #4a4a56;
    font-weight: 600;
    margin-bottom: 10px;
}

.urunfiyat p {
    font-size: 11px;
    color: #4a4a56;
    font-weight: 300;
    line-height: 16px;
    border-top: 1px solid #f0f0f4;
    padding-top: 6px;
}

.urunfiyat table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

.urunfiyat table th {
    border: none;
    padding: 5px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #92929b;
}

.urunfiyat table thead th .atcf-production {
    border-radius: 5px;
    border: 1px solid #d9d9e1;
    background-color: #fff;
    color: #4a4a56;
    font-weight: 500;
    height: 60px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.urunfiyat table thead th.active .atcf-production {
    -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    border: 2px solid #d02d4b;
}

.urunfiyat table thead th.active .atcf-production:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: #fff;
    bottom: -4px;
    left: 46%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 2px 2px #d02d4b;
    box-shadow: 2px 2px #d02d4b;
}

.urunfiyat table thead th .pt-content-group {
    width: 100%;
}

.urunfiyat table thead th .pt-content-group .pt-est {
    font-weight: 600;
    font-size: 15px;
}

.urunfiyat table thead th .pt-content-group .pt-day-static {
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #7e858a;
    margin-top: 3px;
}

tr, td, th {
    vertical-align: middle;
}

.urunfiyat table td.quantity {
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-right: 10px;
    border: none;
}

.urunfiyat table td {
    cursor: pointer;
    word-break: break-word;
}

.urunfiyat table tbody td>span.q-in {
    display: block;
    height: 38px;
    width: 73px;
    border: 1px solid #d9d9e1;
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}

.urunfiyat table tbody td.active>span.q-in {
    border-color: #d02d4b;
}

.urunfiyat table tbody tr td.quantity:before {
    content: "Adet";
    left: 0;
    color: #8c8c8c;
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 51%;
    top: 40px;
}

.urunfiyat table td.no-price span {
    opacity: .3;
    border: 1px solid #d9d9e1;
    clear: both;
    display: block;
    font-weight: 300;
    padding: 15px 5px;
    width: 94%;
    text-align: center;
    box-sizing: border-box;
}

.urunfiyat table tbody td>span {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.urunfiyat table tbody label {
    cursor: pointer;
    position: relative;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 5px solid #fafafc;
    display: block;
    margin-bottom: 0;
    border-radius: 10px;
}

.urunfiyat table tbody td.selected label {
    background: #d02d4b;
    color: #fff;
}

.urunfiyat table tbody td.selected label:before {
    content: "\ea10";
    font-family: 'IcoMoon-Free';
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 13px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 100%;
    text-align: center;
}

.urunfiyat table label .tax-tag {
    display: block;
    font-weight: 200;
    font-size: 10px;
    line-height: 8px;
    margin-top: 6px;
}

.urunfiyat table tbody td > span.suggested .control label {
    border: 2px solid #fb197b !important;
    position: relative;
}

.urunfiyat table tbody td > span.suggested .control label:before {
    content:"";
    clip-path: polygon(100% 100%,100% 100%,100% 100%,100% 100%);
    position: absolute;
    top: -27px;
    right: -2px;
    text-align: right;
    background-color: #fb197b;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px 4px 0 4px;
    font-weight: 400;
    height: auto !important;
    -webkit-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.container {
    width: 1200px;
    padding: 0;
}

.iletisimpopup {
    position: fixed;
    bottom: 100px;
    right: -355px;
    z-index: 9999;
    width: 300px;
    background: #f3f6fc;
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 6px -3px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 6px -3px rgb(0 0 0 / 25%);
    -webkit-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.iletisimpopup.show {
    right: 20px;
    -webkit-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.iletisimpopupic {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.iletisimpopupic h2 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin: 8px 0;
}

.iletisimpopupic p {
    color: #4a4a56;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 16px 0;
}

.iletisimpopupic .form-group {
    /* text-align: right; */
}

.iletisimpopupic .form-group label {
    font-weight: 400;
    font-size: 13px;
    float: left;
}

.iletisimpopupic .form-group input[type=text] {
    background-color: #fff;
    border: 2px solid #d9d9e1;
    border-radius: 5px;
}

.iletisimpopupic .form-group input[type=submit] {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    float: revert;
}

.iletisimpopupkapa {
    text-align: center;
    float: left;
    font-size: 15px;
    color: #f00;
    margin-top: 5px;
}

.makineliste {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    height: 461px;
    overflow: hidden;
}

.makinresim {
    float: left;
    width: 610px;
    height: 461px;
    text-align: center;
    line-height: 461px;
    background: #f1f5f9;
}

.makinelisteters .makinresim {
    float: right;
}

.makinresim img {
    max-width: 100%;
    max-height: 100%;
}

.makineaciklama {
    float: left;
    margin-left: 85px;
    margin-top: 106px;
}

.makinelisteters .makineaciklama {
    float: right;
    margin-left: 0;
}

.makinlogo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.makinetable {
    float: left;
    width: 100%;
    color: #70797d;
    font-size: 14px;
}

.makinetable tr {
}

.makinetable th {
    font-weight: bold;
    width: 106px;
    padding: 6px 0px;
}

.makinetable td {
}

.anasayfabanner {
    float: left;
    width: 100%;
    height: 120px;
    background: #f2f5f9;
    margin: 15px 0;
}

.dortluanasayfabanner {
    float: left;
    width: 49%;
    height: 303px;
    background: #f2f5f9;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.dortluanasayfabanner img {
    width: 100%;
}

.dortluanasayfabanner:nth-child(2n+2) {
    margin-right: 0
}

.anasayfaurunleryan {
    float: left;
    width: 15%;
    background: #d63555;
    color: #fff;
    padding: 10px;
}

.anasayfaurunleryan h2 {
    margin-top: 0;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
}

.anasayfaurunleryan p {
    font-size: 12px;
    height: 138px;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 16px;
}

.anasayfaurunleryan a {
    color: #70797d;
    background: #f6f5f6;
    margin-top: 30px;
    margin-left: -10px;
    margin-bottom: -10px;
    float: left;
    width: 112%;
    padding: 11px 10px;
    font-weight: 600;
}

.digersiteler {
    font-size: 12px;
    color: #707070;
    text-align: center;
    background: #F2F5FA;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    z-index: 999;
}

.digersiteler a {
    padding: 0 25px;
    border-right: solid 1px #707070;
}

.digersiteler a.active {
    color: #E50046
}

.digersiteler a:last-child{
    border: 0
}

.gifsag,.gifsol {
    position: absolute;
    color: #fff;
    font-size: 18px;
    background: #323232;
    line-height: 1;
    text-align: center;
    width: 165px;
    padding: 40px 0;
    margin-top: -8px;
}

.gifsag span,.gifsol span {
    font-size: 16px;
    color: #ed1751;
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.gifsag b,.gifsol b {
    font-weight: 600;
}

.gifsag:hover,.gifsol:hover {
    color: #d5d5d5;
}

.gifsag {
    right: 276px;
}

.gifsol {
    left: 276px;
}

.bogbas {
    float: left;
    width: 100%;
    position: relative;
    height: 477px;
}

.bogbas .blogyildiz {
    position: absolute;
    background: #d02f4c;
    color: #fff;
    padding: 10px;
    z-index: 99;
}

.bogbas .blogimg {
    float: left;
    width: 100%;
    height: 477px;
    overflow: hidden;
}

.bogbas .blogimg:after {
    position: absolute;
    content: "";
    background: linear-gradient(83deg, #000000e0, transparent);
    left: 0;
    top: 0;
    width: 100%;
    animation-timing-function: gra;
    height: 477px;
}

.bogbas .blogimg img {
    width: 100%;
}

.bogbas .blogbaslik {
    font-size: 36px;
    position: absolute;
    left: 20px;
    bottom: 61px;
    color: #fff;
    font-weight: 600;
    width: 410px;
    line-height: 1;
}

.bogbas .blogbaslik span {
    font-size: 24px;
    font-weight: 400;
}

.bogbas .blogtarih {
    font-size: 12px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #00000057;
    color: #fff;
    padding: 10px;
}

.bogbas .blogokuma {
    font-size: 12px;
    position: absolute;
    left: 155px;
    bottom: 20px;
    background: #00000057;
    color: #fff;
    padding: 10px;
}

.bogbas .bloglink {
    font-size: 12px;
    position: absolute;
    left: 213px;
    bottom: 20px;
    background: #00000057;
    color: #fff;
    padding: 10px;
}

.bloglist {
    float: left;
    width: 100%;
    margin: 26px 0;
    margin-bottom: 0;
}

.bloglist .bogs {
    float: left;
    width: 290px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.bloglist .bogs:nth-child(4n+4) {
    margin-right: 0;
}

.bloglist .bogs .blogkategori {
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #be3e4f;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
}

.bloglist .bogs .blogimg {
    float: left;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.bloglist .bogs .blogimg img {
    width: 100%;
}

.bloglist .bogs .blogbaslik {
    font-size: 16px;
    color: #70797d;
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 45px;
    overflow: hidden;
    font-weight: 500;
}

.bloglist .bogs .blogbaslik {
}

.bloglist .bogs .blogtarih {
    color: #70797d;
    float: left;
    margin-left: 20px;
}

.bloglist .bogs .blogokuma {
    color: #70797d;
    float: left;
}

.bloglist2 {
    float: left;
    width: 100%;
}

.bloglist2 .bogs {
    float: left;
    width: 610px;
    height: 610px;
    margin-right: 30px;
    position: relative;
}

.bloglist2 .bogs:last-child {
    margin-right: 0;
}

.bloglist2 .bogs .blogkategori {
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #be3e4f;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
}

.bloglist2 .bogs .blogimg {
    width: 100%;
    float: left;
    height: 620px;
    overflow: hidden;
}

.bloglist2 .blogimg:after {
    position: absolute;
    content: "";
    background: linear-gradient(83deg, #000000e0, transparent);
    left: 0;
    top: 0;
    width: 100%;
    animation-timing-function: gra;
    height: 611px;
}

.bloglist2 .bogs .blogimg img {
    width: 100%;
}

.bloglist2 .bogs .blogbaslik {
    font-size: 30px;
    position: absolute;
    left: 20px;
    color: #fff;
    bottom: 50px;
    width: 70%;
    line-height: 31px;
    width: 410px;
    line-height: 1;
}

.bloglist2 .bogs .blogbaslik span {
    font-size: 22px;
    font-weight: 400;
}

.bloglist2 .bogs .blogtarih {
    position: absolute;
    left: 157px;
    color: #fff;
    bottom: 20px;
}

.bloglist2 .bogs .blogokuma {
    position: absolute;
    left: 20px;
    color: #fff;
    bottom: 20px;
}

.bloglist2 .bogs .bloglink {
}


                .erorpages {
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1200px;
                    padding-bottom: 72px;
                    padding-top: 72px;
                    position: relative
                }

                .erorpages br:nth-child(2) {
                    display: none!important
                }

                .erorpages .erorpagesic {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
                }

                .erorpages .erorpagesic1 {
                    margin-top: 72px
                }

                .erorpages .erorpagesic>div {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1
                }

                .erorpages .erorpagesic>div:first-child {
                    max-width: 468px;
                    width: 100%
                }

                .erorpages .erorpagesicbaslik {
                    color: #484848;
                    font-size: 40px;
                    font-weight: 600;
                    line-height: 50px;
                    margin: 0
                }

                .erorpages .kategoribaslikss {
                    color: #484848;
                    font-size: 26px;
                    font-weight: 700;
                    margin: 0
                }
                .erorpages .erorpagesicaciklama {
                    color: #7b7b7b;
                    font-size: 22px;
                    font-weight: 500;
                    margin: 40px 0 0
                }

                .erorpages .erorpagesicaciklama br {
                    display: none
                }

                .erorpages .anasayfalink {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #484848;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    font-size: 15px;
                    font-weight: 600;
                    margin-bottom: 43px;
                    margin-top: 43px;
                    text-decoration: none
                }

                .erorpages .anasayfalink:before {
                    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%239B9B9B'%3E%3Cpath d='M12.5 2.003 2.005 10.315c-.002 0-.003 4.225-.005 12.673 0 .006 7 .01 21 .012-.002 0-.002-4.224 0-12.673 0-.004-3.5-2.779-10.5-8.324zM23 25H2c-1.107 0-2-.903-2-2.012V10.326c0-.616.281-1.198.763-1.58l10.5-8.315a1.99 1.99 0 0 1 2.474 0l10.5 8.315c.482.382.763.964.763 1.58v12.662A2.006 2.006 0 0 1 23 25z'/%3E%3Cpath d='M15 23v-6h-5v6h5zm-5-8h5a2 2 0 0 1 2 2v7a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-7a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
                    background-position: 50%;
                    background-repeat: no-repeat;
                    background-size: contain;
                    content: "";
                    display: block;
                    height: 25px;
                    margin-right: 16px;
                    width: 25px
                }

                .erorpages .erorpagesresimimg {
                    border: 0;
                    display: block;
                    float: right;
                    margin: 0;
                    max-width: 600px;
                    padding: 0;
                    width: 100%
                }

                .erorpages .kategorilerliste {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 14px -10px
                }

                .erorpages .kategorilerlistes {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
                    max-width: 20%;
                    padding: 10px;
                    width: 100%
                }

                .erorpages .kategoriss {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border: 1px solid #eee;
                    border-radius: 8px;
                    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
                    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
                    color: #484848;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    font-size: 15px;
                    font-weight: 500;
                    height: 100%;
                    height: 70px;
                    justify-content: center;
                    padding: 24px;
                    text-align: center;
                    text-decoration: none;
                    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
                    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
                    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
                }

                .erorpages .kategoriss:hover {
                    border: 2px solid #e60648;
                    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.04);
                    box-shadow: 0 4px 12px 0 rgba(0,0,0,.04)
                }



.sliderbg{
    float: left;
    width: 878px;
    height: 350px;
    background: #f4f2ef;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.slidercarousel{
    float: left;
    width: 878px;
    height: 350px;
    background: #f4f2ef;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.baskihesaplink{
    float: left;
    margin: 10px;
}

.fixpro{
    float: left;
    margin-left: 10px;
    width: 151px;
    height: 194px;
    overflow: hidden;
    background: #c2c8cf;
    position: relative;
}
.fixpro p{color: #6b7076;padding: 0 7px;margin-top: 50px;float: left;font-size: 13px;}
.fixpro a{background: #e2164a;border: #fff;margin: 10px;font-size: 11px;}
.fixpro a:hover{background: #cd1a48;}
.probanner{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    /* display:  none; */
}
.proimza{
    position: absolute;
    width: 100%;
    left: 10px;
    top: 23px;
    width: 120px;
}
.prologo{float: left;width: 100%;}
.mkoleksiyon{
    float: right;
    margin-top: 10px;
}

.slideritems{
    float: left;
    padding: 40px 30px;
    font-family: 'Archivo', sans-serif;
    width: 100%;
    height: 350px;
    position: relative;
}
.slideritems h1{
    float: left;
    font-weight: bold;
    font-size: 34px;
    margin-top: 0;
    width: 700px;
    position: relative;
    z-index: 1;
    margin-right: 310px;
}
.slideritems p{
    float: left;
    font-size: 14px;
    width: 550px;
    /* height: 40px; */
    position: relative;
    z-index: 1;
    font-weight: normal;
    margin-right: 165px;
    margin-top: 16px;
}
.slideruyari{
    float: left;
    font-size: 10px;
    width: 380px;
    height: 40px;
    position: relative;
    z-index: 1;
    font-weight: normal;
    margin-top: 70px;
}
.slideritems a{
    float: left;
    font-size: 12px;
    color: #62636a;
    border: solid 1px #62636a;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    padding: 10px 30px;
    margin-right: 315px;
    margin-top: 10px;
    font-weight: 600;
}

.slideritems a:hover{
    color: #fff;
    background: #62636a;
}
.slideritems img{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

.dots{
    position: absolute;
    left: 30px;
    bottom: 40px;
    background: #fff;
    border-radius: 5px;
    z-index: 2;
}
.dots .item{
    float: left;
    width: 86px;
    height: 36px;
    overflow: hidden;
    background: #3b2121;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
}
.dots .item img{
    max-width: 107%;
}
.dots .item.active{}


.urunresmi{
    border-radius: 10px;
    overflow: hidden;
}
.urunresmi img{
    border-radius: 10px;
}
.urun-marka{
    font-size: 21px;
    font-weight: 600;
    color: #E51746;
    margin: 0;
}
.urun-baslik {
    font-size: 26px;
    font-weight: 600;
    color: #70797D;
    margin: 0;
    margin-top: 5px;
}
.urunkodu{
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #C6C6C6;
    border-bottom: 1px dotted #C6C6C6;
    margin-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.urun-fiyat{
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #C6C6C6;
    border-bottom: 1px dotted #C6C6C6;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.fiyatyuzde{
    float: left;
    width: 57px;
    height: 96px;
    text-align: center;
    color: #fff;
    background: #2BE52B;
    border-radius: 7px;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 0;
    margin-right: 15px;

}
.fiyatyuzde span{
    float: left;
    width: 100%;
    font-size: 10px;
}
.urun-eskifiyat{
    float: left;
    width: 80%;
    font-size: 22px;
    font-weight: 600;
    color: #C6C6C6;
    text-decoration: line-through;
    margin-bottom: -8px;
}
.urun-yenifiyat{
    float: left;
    width: 80%;
    font-size: 28px;
    font-weight: 600;
    color: #E51746;
}
.fiyataciklama{
    float: left;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    color: #6F6F6F;
}
.urun-sepeteekle{
    float: left;
    width: 100%;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
}
.urun-sepeteekle select{
    float: left;
}
.urun-sepeteekle .btn-readmore{
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #E51746;
    border-radius: 10px;
    padding: 6px 25px;
    margin-top: 0!important;
    margin-right: 30px;
}
.urunlogolar{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.urunlogo{
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #6F6F6F;
    border: solid 1px #C6C6C6;
    line-height: 24px;
    height: 78px;
    width: 48%;
    padding: 26px;
    margin-right: 15px;
    border-radius: 7px;
}
.urunlogo:last-child{
    margin-right: 0px;
    line-height: 15px;
}
.urunlogo i{
    float: left;
    margin-right: 7px;
    font-size: 20px;
}
.urunlogo span{
    font-size: 10px;
    display: block;
    font-weight: 300;

}
.urunpaylas{
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #70797D;
    margin: 10px 0;
}
.urunpaylas .sosyalmedyapaylas a {
    font-size: 20px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: #ffffff;
}
.urunpaylas .sosyalmedyapaylas a.pface:hover {
    color: #4267b2;
}
.urunpaylas .sosyalmedyapaylas a.ptwt:hover {
    color: #4ab3f4;
}
.urunpaylas .sosyalmedyapaylas a.pwp:hover {
    color: #47a831;
}
table.urunfiyat-table{
    width: 100%;

}
table.urunfiyat-table tr{
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #EFEFEF;
}
table.urunfiyat-table td{
    color:#70797D ;
    text-align: center;
    padding: 2px 0;
}
table.urunfiyat-table th{
    color: #E51746;
    text-align: center;
    padding: 2px 0;
}

.kartoncantabg{
    float: left;
    width: 100%;
    height: 240px;
    background: #f2f5f9;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}
.kartoncantatext{
    float: left;
    width: 52%;
    padding: 16px;
    font-family: 'Archivo', sans-serif;
    line-height: 20px;
}
.kartoncantatext h2{
    font-weight: bold;
    font-size: 34px;
    margin: 6px 0;
    color: #e50047;
}
.kartoncantatext p{
    font-size: 13px;
}
.kartoncantaimg{
    float: right;
    height: 150px;
    width: 360px;
}
.kartoncantaimg img{
    max-height: 100%;
}
.promosyonfixbg{
    float: left;
    margin-left: 10px;
    width: 151px;
    height: 194px;
    background: #e50047;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}
.promosyonfixbg p{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    float: left;
}
.prologo{
    width: 100%;
}
.prourunler{
    width: 100%;
    position: absolute;
    right: -41px;
    bottom: -40px;
}
.ambalajfixbg{
    float: right;
    margin-top: 10px;
    width: 150px;
    height: 350px;
    background: #5f6278;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.ambalajfixbg p{float: left;width: 100%;color: #fff;font-size: 10px;margin: 7px 0;line-height: 17px;}
.ambalajfixbg a{width: 100%;font-size: 12px;background: #e50047;}
.ambalajfixbg a:hover{background: #000000;border-color: #000;}
.ambalajfixbgurun{
    width: 100%;
    float: left;
    margin-left: 20px;
    margin-top: -6px;
}
.ambalajfixbglogo{
    width: 100%;
}


.kartoncantatext{
    float: left;
    width: 52%;
    padding: 16px;
    font-family: 'Archivo', sans-serif;
    line-height: 24px;
}
.kartoncantatext h2{
    font-weight: bold;
    font-size: 34px;
    margin: 6px 0;
    color: #e50047;
}
.kartoncantaimg{
    float: right;
    height: 240px;
    width: 576px;
}
.kartoncantaimg img{
    max-height: 100%;
}
.kartoncantaform{
    float: left;
    width: 100%;
    margin-top: 15px;
}
select[multiple], select[size] {
    height: 355px;
}
.kartoncantasonuc{

    text-align: center;
    padding: 34px;
    display: none;
}
.kartoncantasonuc img{
    display: block;
    margin: auto;
}
.kartoncantasonuc span{

    font-size: 16px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.kartoncantaebatlama{
    position: relative;
}
.kartoncantaebatlama span{
    position: absolute;
    right: 0;
}
.kartoncantaebatlama span.ebaten{
    bottom: 38px;
    right: 115px;
    width: 173px;
    text-align: center;
}
.kartoncantaebatlama span.ebatboy{
    right: 20px;
    top: 172px;
    width: 60px;
}
.kartoncantaebatlama span.ebatkoruk{
    bottom: 44px;
    right: 38px;
    width: 54px;
}
.kartoncantaebatlama img{
    width: 100%;
}

.kartoncantaebatlama.yatayebat span.ebatboy {
    right: -24px;
    width: 70px;
}

.kartoncantaebatlama.yatayebat span.ebatkoruk {
    right: 0;
    width: 60px;
}

.kategoribaslik{
}
.kategoribaslik h2{
    font-weight: 600;
    font-size:24px;
    color: #70797d;
    margin: 0;
}
.kategoribaslik h4{
    font-size:13px;
    color: #bac6cc;
    margin: 0;
    margin-top: 14px;
}
.kategoriaciklama{
    padding: 16px 25px;
    border-radius: 10px;
    background: #f1f5f9;
    margin-top: 16px;
    float: left;
    width: 100%;
}
.kategoriaciklamayan{
    float: left;
    width: 580px;
}
.kategoriaciklamayan h3{
    font-weight: bold;
    font-size: 20px;
    color: #949ca5;
}
.kategoriaciklamayan p{
    font-size: 10px;
    color: #949ca5;
}
.kategoribilgilink{
    color: #70797d;
    font-size: 14px;
    padding: 17px 15px;
    border-radius: 10px;
    background: #fff;
    margin: 17px 0;
    margin-left: 15px;
    float: left;
}
.kategoriaciklama a.kategoribilgilink:first-child{
    background: #fff;
}
.kategoriaciklama a.kategoribilgilink:last-child{
    border: solid 1px #4caf50;
    background: transparent;
}
.kategoribilgilink img{
    margin-right: 15px;
}
.kategorilist{
    float: left;
    width: 100%;
}
.kategorilist ul{}
.kategorilist ul li{
    float: left;
    width: 286px;
    border-radius: 7px;
    border: solid 1px #dce1e5;
    margin: 14px;
    padding: 14px;
}
.kategorilist ul li:nth-child(3n+3){
    margin-right:0;
}
.kategorilist ul li .katimage{
    float: left;
    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}
.kategorilist ul li .katimage img{
    width: 100%;
}
.kategorilist ul li .katimage span{
    position: absolute;
    font-size: 9px;
    color: #e50046;
    font-weight: bold;
    background: #f8f6f6;
    left: 10px;
    top: 10px;
    border-radius: 3px;
    padding: 4px;
}
.kategorilist ul li .katname{
    font-weight: 600;
    font-size: 18px;
    color: #72797d;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.kategorilist ul li .katyorum{
    float: left;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}
.kategorilist ul li .katadet{
    font-size: 11px;
    color: #72797d;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.kategorilist ul li .katfiyat{
    color: #2e3335;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    margin-bottom: 20px;
}
.kategorilist ul li .katfiyat span{
    font-weight: 300;
    font-size: 12px;
    color: #72797d;
}
.kategorilist ul li .katlink{
    float: left;
    width: 100%;
    color: #fff;
    background: #e50046;
    font-size: 18px;
    text-align: center;
    padding: 7px;
    border-radius: 7px;
}
.kategorilist ul li .katlink:hover{
    background: #e50046a6;
}
img.mfp-img {
    max-width: 90%;
}