/* colors */
@navbar-color      : #000;
@header-color      : #f8050e;
@koyu-color        : #b10a10;
@footer-color      : #f80811; 
@footer-koyu-color : #cf020a; 
@footer-list-color : #9d050b; 
@resim-hover       : rgba(227, 28, 35, 0.50); 
@white             : #FFFFFF; 
@black             : #000000; 
@icon-bar          : #5f5f5f; 
@site-renk         : #477851;
@yesil-hover       : #089241;
/* colors */
.border{border:1px solid;}
.border-gray{border:1px solid rgba(139, 139, 139, 0.1);}
.border-no-top{border-top:0px !important;}
.border-no-bottom{border-bottom:0px !important;}
.border-no-left{border-left:0px !important;}
.border-no-right{border-right:0px !important;}
.border-top{border-top:1px solid #d4d4d4;}
.border-bottom{border-bottom:1px solid #d4d4d4;}
.borderIletisim{border:1px solid #d4d4d4;min-height: 411px}
.no-padding{padding: 0px !important;}
.padding-auto{padding: auto !important;}
.no-padding-left{padding-left: 0px !important;}
.no-padding-right{padding-right: 0px !important;}
.no-paddingMasa{padding: 0px !important;} 
.no-margin{margin: 0px !important;}
.position-relative{position: relative;}
.B15{bottom: 15px;}
.B11{bottom: 11px;}
.marginT5{margin-top: 5px;}
.marginT10{margin-top: 10px;}
.marginT15{margin-top: 15px;}
.marginT20{margin-top: 20px;}
.marginT30{margin-top: 30px;}
.T70{top: 70px;}
.marginT150{margin-top: 150px;}
.marginT50{margin-top: 50px;}
.marginT140{margin-top: 140px;}
.marginM5{margin-bottom: 5px;}
.marginM10{margin-bottom: 10px;}
.marginM15{margin-bottom: 15px!important;}
.marginM20{margin-bottom: 20px;}
.marginM30{margin-bottom: 30px;}
.marginM50{margin-bottom: 50px;}
.marginM150{margin-bottom: 150px;}
.marginM140{margin-bottom: 140px;}
.margin--T-30{margin-top:-30px;}
.padding5{padding:5px;}
.padding15{padding: 15px !important;}
.paddingT10{padding-top: 10px !important;}
.paddingT15{padding-top: 15px !important;}
.paddingT20{padding-top: 20px !important;}
.paddingT30{padding-top: 30px !important;}
.paddingR5{padding-right:5px !important;}
.paddingL5{padding-left:5px !important;}
.paddingR10{padding-right:10px !important;}
.paddingR15{padding-right:15px !important;}
.paddingL10{padding-left:10px !important;}
.paddingR20{padding-right:20px !important;}
.paddingL20{padding-left:20px !important;}
.paddingR30{padding-right:30px !important;}
.paddingL30{padding-left:30px !important;}
.width-270px{width: 270px;}
.width-60px{width: 60px;}
.width-100px{width: 100px;}
.width-175px{width: 175px;}
body {font-family: 'Open Sans', sans-serif;}
.container{width: 1220px;max-width:100%;padding:0px;}
.container-fluid {padding:0px!important;}
.no-padding{padding: 0px !important;}
.no-margin{margin: 0px !important;}
a {outline: 0px !important;}
a:focus {text-decoration:none;}
textarea {resize:none;}
.btn-primary {background-color:transparent!important;background-image:none;color:#000;}
.warning {color:#d80127;font-size:13px;font-style:italic;}
.carousel-control.left {background-image:none;}
.carousel-control.right {background-image:none;}
.carousel-indicators li {border-color:#fff;background-color:#fff;width:15px;height:15px;}
.carousel-indicators li.active {border-color:@site-renk;background-color:#1fa23a;width:15px;height:15px;}
.carousel-inner .item img {width:100%;}
#destekForm .modal-body {height:390px;}
#destekForm .modal-body .destekButon {background-color:@site-renk!important;color: #fff;border: 0px;outline:0px;}
.swal-text {font-size:19px;font-weight:600;}
.swal-button {background-color:@site-renk;}
.swal-button:not([disabled]):hover {background-color:@site-renk;}

/* index_2 stil kodları */
.sectionCenterNoBg {background-image:none!important;background-color:#e0e0e0!important;min-height:535px!important;}
.sectionCenterNoBg .boxCar {position:relative!important;bottom:0px!important;top:20px;}
.sectionTopNoImage {background-color:#a7a7a7!important;min-height:132px;}
.sectionTopNoImage img {margin:0 auto;padding-top:10px;}
.sectionTopTextNoRight {background-color:#d6d6d6!important;}
.sectionTopTextNoRight p {color:#565656!important;}
.sectionTopTextNoRight p a {color:#565656!important;}
/* index_2 stil kodları */

.sepetForm input::placeholder { 
  color: #00652a;
  opacity: 1; /* Firefox */
}
.sepetForm textarea::placeholder {  
  color: #00652a;
  opacity: 1;  
}

.sepetForm input:-ms-input-placeholder {
  color:#00652a;
}

.sepetForm input::-ms-input-placeholder {  
  color:#00652a;
}
.sepetForm textarea:-ms-input-placeholder {
  color:#00652a;
}

.sepetForm textarea::-ms-input-placeholder {  
  color:#00652a;
}

.leftMenu li.active {background-color:#b5b5b5;}

#scrollup{position: fixed; bottom: 35px; right: 5px; background-color: @site-renk; color: #FFF; padding: 0px 10px 0px 10px; font-size: 25px; font-weight: bold; cursor: pointer; z-index: 50;  display: none;}


main {padding:0px 0px 20px 0px;}
.headerTop{
    background-color:@site-renk;
    width: 100%;
    min-height:40px;
    .headerTopLeft {
        background-color:@site-renk;
        height: 40px;
        &::after {
            width: 10px;
            height: 40px;
            border-width: 40px 15px 0 0;
            border-color: @site-renk transparent transparent transparent;
            border-style: solid;
            content:'';
            right: 0px;
            background-color: #fff;
            position:absolute;
            top: 0px;
        }
        a.headerSocial {
            line-height: 40px;
            border-radius: 50%;
            padding:2px 3px;
            margin-right:10px;
            span {
                color:#fff;
                font-size:16px;
                position:relative;
                top:2px;
                left:2px;
                &:hover {
                    color:#e5e5e5;
                }
            }
        }
        a.socialTwo {
            color:#fff;
        }
    }
    .headerInstagram {
        padding:2px 3px!important;
        span {
            position:relative;
            left:1px;
        }
    }
    .headerFacebook {
        padding:2px 2px!important;
        span {
            position: relative;
            left: 0px!important;
        }
    }
    .headerTopRight {
        background-color:#adb7b1;
        height: 40px;
        &::before {
            width: 10px;
            height: 40px;
            border-width: 0 0 40px 15px;
            border-color: transparent transparent #adb7b1 transparent;
            border-style: solid;
            content:'';
            left: 0px;
            background-color: #fff;
            position:absolute;
            top: 0px;
        }
        .headerRightText {
            line-height: 40px;

            a {
                color: #fff;
                font-size: 16px;
                &:first-child {
                    border-right: 1px solid #fff;
                    padding-right: 15px;
                }
                &:last-child {
                    padding-left: 11px;
                }
                &:hover {
                    text-decoration: none;
                }
            }
        }
        .login {
            padding:4px 10px;
                a {
                    text-align:center;
                    color:green;
                    background-color:#fff;
                    padding:5px 5px;
                        &:hover {
                            text-decoration:none;
                            background-color:@yesil-hover;
                            color:#fff;
                            transition:all 0.5s;
                        }
                        i {
                            padding-right:3px;
                        }
                }
        }
    }
    .langSelect {
        select {
            background-color:#9ca59e;
            width:140px;
            color: #fff;
            font-size:13px;
            border-radius:0px;
            margin-top: 3px;
            margin:2px auto;
            margin-right:2px;
        }
    }
}

.headerCenter {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
    min-height:140px;
    .headerCenterTop {
        padding-top: 10px;
        a {
            color: #000;
            font-size: 14px;
            font-weight: 600;
            &:hover {
                text-decoration: none;
            }
            &:first-child {
                margin-right:25px;
            }
            span {
                padding-right: 5px;
                font-size:22px;
                position: relative;
                top:3px;
            }
        }
    }
    .navbar-brand {
        margin-top:0px;
        padding-left: 0px;
    }
    .headerCenterText {
        margin-top:17px;
        position:relative;
        left:-20px;
        p {
            text-transform: uppercase;
            margin: 0px;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            margin-left:-20px;
        }
        .flag {
        	img {
        		float:left;
        		padding-right:5px;
                padding-top:7px;
        	}
        	span {
        		font-weight:600;
        		font-style:italic;
        		text-align:center;
                font-size:13px;
        	}
        }
    }
    .headerCenterSearch {
        margin-top: 21px;
        input[type=search] {
            border-radius: 15px;
        }
        span.fa-search {
            position: absolute;
            color: @site-renk;
            right: 30px;
            top: 10px;
            cursor:pointer;
        }
    }
}

.headerBottom {
    .navbar-default {
        background-image: none;
        background-color: #fff;
        border: 0px;
        box-shadow:none;
        margin-bottom: 0px;
        min-height:40px;
        .navbar-nav {
            li {
                padding-right: 50px;
                a {
                    color: #000;
                    padding: 0px;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 40px;
                    padding-top: 0px;
                    padding-bottom: 0px;
                    &::before {
                        content: '';
                        display: block;
                        width: 0;
                        height: 3px;
                        background:@site-renk;
                        transition: width .3s;
                    }
                    &:hover {
                        &::before {
                            width: 100%;
                        }
                    }
                }
            }
            .active {
                a {
                    background-image: none;
                    background-color:transparent;
                    box-shadow:none;
                }
            }
        }
        ul.navbar-right {
            li {
                a {
                    font-size:14px;
                    img {
                        padding-right: 10px;
                    }
                    span {background-color:@site-renk;color:#fff;font-size:11px;padding:8px 0px;border-radius:50%;text-align:center;line-height:1;position:relative;top:-2px;left:4px;display:inline-block;width:30px;height:30px;text-align:center;}
                }
            }
        }
        .navbar-collapse {
            padding-left:0px;
        }
    }
    .stickyLogo {display:none;}
    .sticky {
        position:fixed;
        z-index:1020;
        width:100%;
        top:0px;
        box-shadow: 1px 2px 5px #b3b3b3;
        -webkit-box-shadow: 1px 2px 5px #b3b3b3;
        -moz-box-shadow: 1px 2px 5px #b3b3b3;
        min-height:55px;
        .navbar-nav {
            li {
                padding-right:26px;
                a {
                    padding-top:5px;
                }
            }
        }
        .stickyLogo {
            display:block;
            padding-right:30px!important;
            padding-top:5px;
            a {
                line-height:0px!important;
                padding-top:0px!important;
                &::before {
                    content:'';
                    display:block;
                    background:#fff!important;
                    height:0px;
                }
            }
        }
    }
}



.sectionTop {
    background-color:#e0e0e0;
    width:100%;
    min-height:132px;
    .sectionTopText {
        min-height: 105px;
        .sectionTopImage {
            background-color:#c5c7c9;
            img {
                z-index:10;
                position:relative;
                margin:0 auto;
            }
        }
        .sectionTopTextRight {
            background-color:@site-renk;
            min-height: 132px;

            p.sectionBorder {
                width:200px;
                height:4px;
                margin-top: 20px;
                background-color: #fff;
                float: none;
                display: block;
            }
            p {
                display:block;
                color:#fff;
                text-transform: capitalize;
                font-weight: 600;
                font-size: 16px;
                a {
                    color: #fff;
                    background-color:#1b4624;
                    padding:3px 10px;
                    &:hover {
                        text-decoration: none;
                    }
                    span {
                        i {
                            padding-left:5px;
                        }
                    }
                }
            }
        }
    }
    .sectionTopPoligon {
        max-width: 100%;
        height: 50px;
        border-width:45px 599px 0px 44px;
        border-color: @site-renk transparent transparent transparent;
        border-style: solid;
    }
}


.sectionCenter {
    width: 100%;
    background: url('../img/desen-1.png') no-repeat;
    min-height:600px;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index:20;
    position:relative;
    .sectionTopPoligon {
        max-width: 100%;
        height: 50px;
        border-width:45px 599px 0px 44px;
        border-color: @site-renk transparent transparent transparent;
        border-style: solid;
    }
    .sectionCorporate {
        padding-top:40px;
        .sectionCorporateTitle {
            p {
                color: #fff;
                text-transform: uppercase;
                font-size: 29px;
                font-weight: 600;
            }
        }
    }
    .sectionBoxArea {
        margin-top: 30px;
        position:relative;
        .sectionBox {
            border-right: 1px solid #cccccc;
            min-height:306px;
            .sectionBoxImage {
                i {
                    font-size:40px;
                }
            }
            .boxCizgi {
                height: 2px;
                background-color:@site-renk;
                margin-top: 20px;
            }
            .boxTitle {
                h3 {
                    color:@site-renk;
                    font-weight: 600;
                }
            }
            .boxText {
                p {
                    color: #403b3b;
                    font-size:16px;
                }
            }
            &:nth-child(3) {
                border-right: 0px;
            }
        }
        .boxCar {
            position:absolute;
            bottom: -95px;
            right: 0px;
        }
    }
}

.sectionBottom {
    width:100%;
    background-color:#3c3c3b;
    min-height: 275px;
    margin-top:-100px;
    z-index:15;
    position:relative;
    .sectionBottomArea {
        padding-top:150px;
        .sectionBottomBox {
            h2,h1 {
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 20px;
            }
            p {
                color:#fff;
                font-size: 14px;
                word-spacing:5px;
            }

        }
    }
}

footer {
    width: 100%;
    background-color:#3c3c3b;
    min-height: 315px;
    padding-top:150px;
    .footerLogo {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
    .footerText {
        color: #fff;
        padding-top: 5px;
        p {
            padding:5px 50px;
        }
    }
    .footerAdres {
        padding-top: 40px;
        .footerCizgi {
            height: 2px;
            background-color: #fff;
            margin-bottom:5px;
        }
        .footerAdresText {
            color:#fff;
            margin: 5px 0px;
        }
        .footerPhone {
            margin:10px 0px;
            a {
                margin:5px 0px;
                color: #fff;
                &:hover {
                    text-decoration: none;
                }
            }
        }
        .footerSkype {
            a {margin: 15px 0px;
               color:#fff;
               span {
                   font-size:23px;
                   padding-right:5px;
                   vertical-align:bottom;
               }
               &:hover {
                text-decoration: none;
               }
            }
        }
        .footerPhoneIcon {
            margin: 15px 0px;
            a {
                margin:5px 0px;
                color: #fff;
                &:hover {
                    text-decoration:none;
                }
                img {
                    padding-right:5px;
                }
            }
        }
        .footerKvkk {
            margin: 5px 0px;
            a {
                color: #fff;
                text-transform: uppercase;
                margin:5px 0px;
                &:hover {
                    text-decoration:none;
                }
            }
        }
    }
}

.footerBand {
    width:100%;
    background-color:#19462c;
    min-height:50px;
    .footerBandText {
        color: #fff;
        p {
            line-height:50px;
            margin:0px;
        }
    }
}

.contactLeftArea {
    .contactTitle {
        p {
            color: #000;
            font-weight: 700;
            font-size: 18px;
            padding-top:15px;
        }
    }
    .contactBorder {
        height:5px;
        background-color:#c4e3e6;
        margin-left:0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .contactText {
        font-size: 16px;
    }
    .formArea {
        background-color:#ffffff;
        .formAreaAdres {
            color:#232323;
            font-size: 15px;
            padding-top:35px;
            a{
                color:#232323;
                font-size:15px;
                &:hover {
                    text-decoration:none;
                }
            }
            span {
                font-size:25px;
                color:@site-renk;
                padding-right:10px;
            }
        }
        .formSend {
            padding:10px 15px;
            .kontrol-group {
                span {
                    color: #232323;
                }
            }
            .kontrol-control {
                background-color:#eae7e7;
                border: 0px;
                color: #232323;
                border:1px solid #eae7e7;
                border-radius:10px;
                box-shadow: none;
                span {
                    color: #fff;
                }
            }
            .kontrol-button {
                border-radius: 0px;
                background-color:@site-renk!important;
                background-image:none;
                color:#fff;
                outline: 0px;
                border: 0px;
                text-transform: uppercase;
                font-weight:600;
                padding:5px 30px;
                margin-top:10px;
            }
        }
    }
}

.contactRightArea {
	margin-top:149px;
    iframe {
        border: 15px solid #c7f4ff!important;
    }
}

.productBox {
    background-color:#ccc;
    min-height:40px;
    margin:10px 0px 0px;
    &:hover {
        background-color:#00652a;
        transition: all 0.5s;
        .productBoxDetail {
            p {
                color: #fff;
            }
        }
        .productBoxButton {
            span {
                color: #fff;
            }
        }
    }
    .productBoxDetail {
        position:relative;
        padding-top:10px;
        p {
            font-size: 14px;
            list-style-type: square;
            text-transform:uppercase;
            display:inline-block;
            color: #050505;
            font-weight:700;
        }
    }
    .productBoxButton {
        position:relative;
        height:70px;
        display:table;
        background-color:#00652a;
        span {
            display:table-cell;
            vertical-align:middle;
            color: #fff;
            text-transform: uppercase;
            font-weight:600;
            &:hover {
                text-decoration:none;
            }
        }
    }
}

.productListText {
    h1 {
        font-size:25px;
        font-weight:600;
    }
    p {
        color:#000;
        font-size:15px;
        line-height:25px;
    }
}

.productArea {
    padding-top:40px;
    .product {
        padding-bottom:15px !important;
        min-height: 297px;
        border-bottom: 1px solid #00652a;
        .product-inner {
            .image {
                border: 2px solid #e5e0e0;
                padding:10px;
                position:relative;
            }
            .productCode {
                background-color:#00652a;
                color: #fff;
                padding:3px 0px;
                font-weight:600;
                margin-top: 5px;
                &:hover {
                    background-color:#0b7537;
                }
            }
            .productDetail {
                margin-top:5px;
                font-size:13px;
                li {
                    list-style-type:none;
                    padding-bottom:3px;
                    color: #000;
                }
            }
            .productSpin {
                margin-top:10px;
                padding-right:0px;
                .bootstrap-touchspin {
                    span {
                        background-color:#00652a;
                        button {
                            color: #fff;
                            padding:5px 10px;
                            font-weight:600;
                            text-shadow:none;
                            border: 0px;
                            box-shadow:none;
                            &:first-child {
                                margin-right: 0px;
                            }
                        }
                    }
                    input {
                        color: #fff;
                        font-weight:600;
                        text-align: center;
                        padding: 0px 5px;
                        background-color:#0e4a27;
                        border:0px;
                    }
                }
            }
            .productSepet {
                background-color:#0e4a27;
                margin-top:0px;
                color: #fff;
                font-size: 11px;
                text-transform:uppercase;
                text-align: center;
                height:34px;
                a{
                    font-weight: 600;
                    color: #fff;
                    line-height:34px;
                    &:hover {
                        text-decoration:none;
                    }
                }
            }
        }
    }
}

.leftMenu {
    margin: 40px 0px;
    padding:0px;
    background-color:#efefef;
    li {
        padding:10px 10px;
        list-style-type:none;
        border-bottom:1px solid #00652a;
        &:hover {
            background-color:#00652a;
            transition: all 0.5s;
            a {
                color: #fff;
            }
            &:nth-child(1) {
                color: #fff;
            }
        }
        a {
            color:#000;
            font-weight:600;
            display:block;
            &:hover {
                text-decoration:none;
            }
        }
        &:last-child {
            border-bottom:0px;
        }
        &:nth-child(1) {
            color:#000;
            font-weight:600;
            font-size:15px;
            background-color:#00652a;
            color:#fff;
        }
    }
}

.urunDetayImage {
    margin-top: 10px;
    .carousel-control.left {
        background-image: none;
    }
    .carousel-control.right {
        background-image: none;
    }
    .hide-bullets {
        list-style:none;
        margin-top:20px;
        .thumbnail {
            border: 0px;
            cursor:pointer;
        }
    }
}

.urunDetay {
    height:400px;
    margin-top:10px;
    .urunDetayArea {
        background-color:@site-renk;
        height:400px;
        .urunDetayDetail {
            padding:40px 0px;
            min-height:352px;
            li {
                color: #fff;
                list-style-type:none;
                &:nth-child(1) {
                    font-weight:600;
                    font-size:17px;
                }
            }
        }
    }
}

.pageTitle {
    h1 {
        font-size:18px;
        color:@site-renk;
        font-weight:600;
        text-transform:uppercase;
    }
}

.corporateImage {
    img {
        margin:0 auto;
    }
}
.corporateText {
    margin-top:20px;
    p {
        color: #000;
        font-size:15px;
    }
}
.breadCrumb {
    margin:20px 0px 11px 0px;
    a {
        color:@site-renk;
        font-weight:600;
        font-size:14px;
        &:hover {
            text-decoration:none;
        }
    }
}

.faqTitle {
    h2 {
        font-size: 18px;
        color: #477851;
        font-weight: 600;
        text-transform: uppercase;
    }
}

.faqArea {
    min-height:auto;
    a.togglefaq {
        font-weight:600;background-color:@site-renk;font-size:15px;text-align:left;color:#fff;font-size:14px;margin-bottom:10px;width:100%;display:block;padding:10px 20px;
        &:hover {
            text-decoration:none;
        }
    }
    .faqanswer {
        padding:10px 10px;
        display:none;
        background-color: #fff;
        font-size:13px;
        p {
            color: #000;
            font-size:14px;
            span {
                color:#007cb1!important;font-size:13px!important;
            }
        }
    }
}


.catalogTitle {
    h1 {
        font-size: 18px;
        color: #477851;
        font-weight: 600;
        text-transform: uppercase;
    }
}

.catalogBox {
    width:600px;
    background-color:@site-renk;
    height:70px;
    margin: 5px 10px 5px 0px;
    .catalogIcon {
        color:#fff;
        font-size: 30px;
        line-height:70px;
    }
    .catalogLink {
        color: #fff;
        line-height:70px;
        a {
            color:#fff;
            font-weight:600;
            &:hover {
                text-decoration: none;
            }
        }
    }
}

.sepetTitle {
    h1 {
        font-size: 18px;
        color: #477851;
        font-weight: 600;
        text-transform: uppercase;	
    }
}

.sectionSepet {
    background-color:#fafafa;
    /*display: table;*/
    width: 100%;
    min-height: 250px;
    .sepetArea {
        border-bottom:1px solid #dadada;
        padding-bottom: 5px;
        height:90px;
        /*margin-bottom:30px;*/
        .sepetImage {
			margin-top:15px;
            img {
                border-radius:5px;
            }
        }
        .sepetCode {
            padding-top:15px;
            margin-top:15px;
                strong {
                    font-size:13px;
                }
                span {
                    font-size:13px;
                }
        }
        .sepetOem {
            padding-top:15px;
            margin-top:15px;
                strong {
                    font-size:13px;
                }
                span {
                    font-size:13px;
                }
        }
        .sepetAdet {
            padding-top:12px;
            .bootstrap-touchspin {
                span {
                    background-color:#00652a;
                    border-radius:2px;
                    button {
                        color: #fff;
                        padding:5px 10px;
                        font-weight:600;
                        text-shadow:none;
                        border: 0px;
                        box-shadow:none;
                        &:first-child {
                            margin-right: 0px;
                        }
                    }
                }
                input {
                    color: #00652a;
                    font-weight:600;
                    text-align:center;
                    padding:0px 5px;
                    background-color:#ffffff;
                    border:1px solid #c9c8c8;
                    border-radius:3px;
                }
            }
        }
    }

}
.sepetUrunBulunamadi{  
    center{ 
        p{
            font-size:30px;
            font-weight:600;
            color:#477851;
        }
    }
}
.sepetDetay {
    background-color:#e6e6e6;
    height:55px;
    margin-top:20px;
    margin-bottom:10px;
    display:table;
    border-radius:3px;
    .sepetDetayText {
        display:table-cell;
        vertical-align: middle;
        float:none; 
        strong {
            color:#00652a;	
        } 

    }	
}

.sepetForm {
    margin-top:20px;
    padding-right:0px;
    .sepetButon {
        background-color:#1f295d!important;
        color: #fff;
        border: 0px;
        outline:0px;
        height:45px;
        width:100%;
        font-weight:600;
        display:block;
        margin-top:10px;
        &:hover {
            text-shadow: none;
        }
    }
    strong {
        margin-bottom:5px;
    }
    input {
        border:1px solid #00652a;
        border-radius:3px;
        background-color:#ffffff;
        color:#00652a;
    }
    textarea {
        border:1px solid #00652a;
        border-radius:3px;
        background-color:#ffffff;
        color:#00652a;
    }
    select {
        border:1px solid #00652a;
        border-radius:3px;
        background-color:#ffffff;
        color: #00652a;
    }
    label {
        color:@yesil-hover;
        font-size:13px;
    }
    .sepetFormText {
        p {
            color:@yesil-hover;
            font-weight: 600;
            margin-bottom:30px;
        }
    }
}

.urunDetaySpinner {
    padding-left:0px;
    input {
        background-color:#54c66b;
        color: #fff;
        font-weight:600;
        text-align: center;
        padding:0px 5px;
        border: 0px;
    }
    .bootstrap-touchspin {
        span {
            background-color:#54a364;
            button {
                color: #fff;
                padding:5px 10px;
                font-weight:600;
                text-shadow:none;
                border: 0px;
                box-shadow:none;
                &:first-child {
                    margin-right: 0px;
                }
            }
        }
    }
}


.pagination {
    display:inline-block;
    padding-left:0px;
    margin:20px 0px;
    .btn-pagination {
        border-radius:0px;
        color:#fff;
        font-weight:600;
        font-size:17px;
        background-color:@site-renk;
        padding:3px 8px;
        &:hover {
            text-decoration:none;
        }
    }
    .active {
        background-color:#37a54d;
    }
}
.urunDetaySepet {
    a {
        background-color:#fff;
        color:@site-renk;
        font-weight:600;
        padding:7px 15px;
        text-transform:uppercase;
        text-align:center;
        &:hover {
            text-decoration:none;
            background-color:#54a364;
            color:#fff;
            transition:all 0.4s;
        }
    }
    .sepeteEkle {
        background-color:#fff;
        color:@site-renk;
        font-weight:600;
        padding:7px 15px;
        text-transform:uppercase;
        text-align:center;
        &:hover {
            text-decoration:none;
            background-color:#54a364;
            color:#fff;
            transition:all 0.4s;
        }
    }
}

.pageBack {
    a {
        background-color:@site-renk;
        font-size:14px;
        font-weight:600;
        color:#fff;
        text-transform:uppercase;
        padding:5px 30px;
        margin:10px 0px;
        cursor:pointer;
        span {
            padding-right:10px;
        }
        &:hover {
            text-decoration:none;
        }
    }
}

.thanksPageText {
    h3 {
        font-weight:600;
        font-size:30px;
        text-transform:uppercase;
        margin:30px 0px;
    }
    p {
        font-weight:600;
        font-size:15px;
            a {
                color:#000;
                    &:hover {
                        text-decoration:none;
                    }
            }
    }
}



/* Profile Page Stil Kodları */

.uyelikArea {
    width:100%;
    height:auto;
    padding:40px 0px;
        .girisYap {
            border:1px solid #ddd;
            box-shadow:3px 3px 4px #ddd;
            padding:10px 10px;
            .girisYapTitle {
                font-weight:700;
                color: #00652a;
                font-size:19px;
                border-bottom:3px solid #00652a;
            }
            .form-group {
                label {
                    color:#00652a;
                    font-weight:600;
                }
                input {
                    border-radius:0px;
                        &:focus {
                            box-shadow:none;
                            border-color:#ccc;
                        }
                }
            }
            button {
                background-color:#00652a;
                background-image: none;
                text-shadow:none;
                color: #fff;
                font-weight:600;
                margin-bottom:10px;
                    &:focus {
                        outline:0px;
                        border:0px;
                    }
            }
            .girisYapForm {
                margin-top:20px;
            }
            .sifreYenile {
                a {
                    color:#fff;
                    background-color:@yesil-hover;
                    padding:4px 10px;
                    margin:10px 0px;
                    border-radius:2px;
                    width:100%;
                    display:block;
                    text-align:center;
                    font-size:15px;
                        &:hover {
                            text-decoration:none;
                        }
                        i {
                            padding-right:5px;
                        }
                }
            }
        }
        .kayitOl {
            border:1px solid #ddd;
            box-shadow:3px 3px 4px #ddd;
            padding:10px 10px;
            .kayitOlTitle {
                font-weight:700;
                color: #00652a;
                font-size:19px;
                border-bottom: 3px solid #00652a;
            }
            .form-group {
                label {
                    color:#00652a;
                    font-weight:600;
                }
                input {
                    border-radius:0px;
                        &:focus {
                            box-shadow:none;
                            border-color:#ccc;
                        }
                }
            }
            button {
                background-color:#00652a;
                background-image: none;
                text-shadow:none;
                color: #fff;
                font-weight:600;
                    &:focus {
                        outline:0px;
                        border:0px;
                    }
            }
            .kayitOlForm {
                margin-top:20px;
            }
        }
}

.profilLeftMenuArea {
    margin:50px 0px;
    ul {
        background-color:#00652a;
            li {
                list-style-type:none;
                border-bottom:1px solid #ddd;
                    a {
                        color: #fff;
                        display:block;
                        padding:10px 15px;
                        font-weight:600;
                            &:hover {
                                text-decoration:none;
                            }
                    }
                    &:hover {
                        background-color:@yesil-hover;
                    }
            }
    }
}

.profilPage {
    margin:50px 0px;
    .profilPageTitle {
        color:#00652a;
        font-weight:600;
        font-size:17px;
    }
    .profilBox {
        background-color:#ddd;
        margin:5px 0px;
            div {
                padding:10px 0px;
                font-weight:600;
            }
            &:hover {
                background-color:#ccc;
            }
            .form-group {
                margin-bottom:0px;
            }
            label {
                padding-top:7px;
                color:#00652a;
            }
            .warning {
                height:0px;
                font-size:12px;
            }
            input {
                border-radius:0px;
            }
    }
    .profilBoxButton {
        button {
            background-color:#00652a;
            background-image:none;
            text-shadow:none;
            color:#fff;
            font-weight:600;
        }
    }
}

.siparislerimArea {
    margin:50px 0px;
    .siparislerimAreaTitle {
        color:#00652a;
        font-weight:600;
        font-size:17px;
    }
    .siparisFilterTitle {
        color:#1f295d;
        font-weight:600;
        font-size:14px;
    }
    .filterSearch {
        .form-control {
            height:30px;
            border:1px solid #00652a;
        }
        .form-group {
            margin-bottom:0px;
            padding:4px;
        }
        .datepicker {
            z-index:1001;
            padding:4px 0px;
                .input-group-addon {
                    background-color:#085026;
                    color:#fff;
                    border:0px;
                }
        }
    }
    .filterButon {
        button {
            background-color:#1f295d;
            background-image:none;
            text-shadow:none;
            color:#fff;
            font-weight:600;
            padding:4px;
            margin:3px 0px;
        }
    }
    .panelArea {
        .panel-group {
            .panel-default {
                .panel-heading {
                    background-color:#00652a;
                    background-image:none;
                        &:hover {
                            background-color:@yesil-hover;
                        }
                    .panel-title {
                        a {
                            display:block;
                            color:#fff;
                            font-size:13px;
                            font-weight:bold;
                            text-transform:uppercase;
                            letter-spacing:1px;
                            word-spacing:3px;
                            text-decoration:none;
                                &:active {
                                    display:block;
                                    color:#555;
                                    font-size:14px;
                                    font-weight:bold;
                                    text-transform:uppercase;
                                    letter-spacing:1px;
                                    word-spacing:3px;
                                    text-decoration:none;
                                }
                        }
                    }
                        a::before {
                            font-family: 'Glyphicons Halflings';
                            content: "\e114";
                            float: right;
                            transition: all 0.5s;
                        }
                }
                .panel-collapse {
                    .panel-body {
                        .panelBodyTitle {
                            .panelDetail {
                                strong {
                                    color:#00652a;
                                    border-bottom:1px solid #00652a;
                                    text-align:left;
                                    font-size:13px;
                                }
                                span {
                                    text-align:left;
                                    color:#000;
                                }
                            }
                        }
                        .panelBodyDetail {
                        	
                        	margin:10px 0px;
                        		div {
                        			padding-top:5px;
                        			padding-bottom:5px;
                        		}
                        }
                    }
                }
            }
        }
    }
}

.panel-heading.active a::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sifreTalep {
	margin:0px 0px 50px 0px;
    .sifreTalepTitle {
        color:@yesil-hover;
        font-weight:600;
        font-size:17px;
    }
    .sifreTalepForm {
        .form-group {
            label {
                color:@yesil-hover;;
                font-weight:600;
            }
            input {
                border-radius:0px;
                    &:focus {
                        box-shadow:none;
                        border-color:#ccc;
                    }
            }
        }
        button {
            background-color:@yesil-hover;
            background-image: none;
            text-shadow:none;
            color: #fff;
            font-weight:600;
                &:focus {
                    outline:0px;
                    border:0px;
                    }
        }
    }
}

.sifreChange {
	margin:0px 0px 50px 0px;
    .sifreChangeTitle {
        color:#00652a;
        font-weight:600;
        font-size:17px;
    }
    .sifreChangeForm {
        .form-group {
            label {
                color:#00652a;
                font-weight:600;
            }
            input {
                border-radius:0px;
                    &:focus {
                        box-shadow:none;
                        border-color:#ccc;
                    }
            }
        }
        button {
            background-color:#00652a;
            background-image: none;
            text-shadow:none;
            color: #fff;
            font-weight:600;
                &:focus {
                    outline:0px;
                    border:0px;
                }
        }
    }
}


/* Profile Page Stil Kodları */


/*Responsive - 1024px*/

@media (max-width: 1024px) {
    .container {max-width:100%;padding-left:15px;padding-right:15px;}

    .headerTop {
        background-color: #fff;
        .headerTopLeft {
            background-color: #fff;
            &::after {
                display:none;
            }
            a.headerSocial {
                span {
                    color: #000;
                }
            }
            .headerWhatsapp {
                position:relative;
                z-index:25;
            }
        }
        .headerTopRight {
            background-color: #fff;
            &::before {
                display:none;
            }
            .headerRightText {
                text-align:right;
                a {
                    color: #000;
                    font-size:15px;
                    position:relative;
                    z-index:26;
                }
            }
            .login {
                margin:7px 0px;
                    a {
                        background-color:@yesil-hover;
                        color: #fff;
                    }
            }
        }
    }

    .headerCenter {
        border-bottom: 0px;
        background-color:transparent;
        min-height:125px;
        .headerCenterTop {
            padding-top:5px;
            text-align:center;
            margin-top:-10px;
        }
        .headerLogo {
            width:100%;
            text-align: center;
            margin: 0 auto;
            a.navbar-brand {
                width:100%;
                img {
                    text-align: center;
                    margin: 0 auto;
                }
            }
        }
        .headerCenterText {
            display:none;
        }
        .headerCenterSearch {
            width:100%;
            margin-left: 0px;
            margin-top:35px;
            input[type=search] {
                border-radius:15px;
            }
        }
    }

    .headerBottom {
        .navbar-default {
            .navbar-nav {
                li {
                    padding-left:15px;
                    a {
                        &::before {
                            display:none;
                        }
                    }
                }
            }
            .navbar-collapse {
                padding-left:15px;
            }
        }
    }

    .sectionTop {
        .sectionTopText {
            .sectionTopTextRight  {
                p {
                    font-size:15px;
                }
            }
        }
    }
    .sectionCenter {
        min-height:910px;
        background-image:none;
        background-color:#adb7b1;
        .sectionTopPoligon {
            display:none;
        }
        .sectionCorporate {
            .sectionCorporateTitle {
                text-align: center;
            }
        }
        .sectionBoxArea {
            .sectionBox {
                width:100%;
                text-align:center;
                .boxCizgi {
                    width:100%;
                    height:1px;
                }
            }
            .boxCar {
                position:relative;
                bottom:0px;
                width:100%;
                img {
                    margin: 0 auto;
                }
            }
        }
    }

    .sectionBottom {
        .sectionBottomArea {
            padding-top:20px;
        }
    }

    footer {
        padding-top:20px;
    }

    .leftMenuArea {
        width:100%;
        ul.leftMenu {
            li {

            }
        }
    }
    .productArea {
        width:100%;
        padding-top:10px;
        .product {
            width:49%;
            margin: 15px 4px;
            height:100%;
            .product-inner {
            }
            .productSpin {
                width:100%;
                padding:0px;
            }
        }
    }

    .urunDetayImage {
        width:100%;
        .bigSlider {
            width:100%;
        }
        .smallSlider {
            width:100%;
        }
    }
    .urunDetay {
        width:100%;
        padding:0px;
        min-height:200px;
        .urunDetayArea {
            min-height:200px;
        }
    }
    .contactLeftArea {
        width:100%;
        .formArea {
            .formSend {
                width:100%;
            }
        }
    }
    .contactRightArea {
        width:100%;
        margin:15px 0px;
        padding: 0px;
        right:0px;
        iframe {
            width:100%;
        }
    }
    .contactTopPoligon {
        display:none;
    }
    .productBox {
        text-align:center;
        .productBoxDetail {
            padding: 20px 10px;
        }
        .productBoxButton {
            width:100%;
            height:40px;
        }
    }

    .catalogBox {
        width:100%;
        background-color:@site-renk;
        min-height:120px;
        .catalogIcon {
            color:#fff;
            font-size: 30px;
            line-height:70px;
            width:100%;
            text-align:center;
            border-bottom: 1px solid #fff;
        }
        .catalogLink {
            color: #fff;
            line-height:50px;
            width:100%;
            a {
                color:#fff;
                font-weight:600;
                &:hover {
                    text-decoration: none;
                }
            }
        }
    }



.siparislerimArea {
    margin:50px 0px;
    padding:0px;
    .siparislerimAreaTitle {
        color:#00652a;
        font-weight:600;
        font-size:17px;
    }
    .siparisFilterTitle {
        color:#1f295d;
        font-weight:600;
        font-size:14px;
    }
    .filterSearch {
        .form-control {
            height:40px;
            border:1px solid #00652a;
        }
        .form-group {
            margin-bottom:10px;
            padding:0px;
        }
        .datepicker {
            z-index:1001;
            padding:4px 0px;
            margin-bottom:7px;
                .input-group-addon {
                    background-color:#085026;
                    color:#fff;
                    border:0px;
                }
        }
    }
    .filterButon {
        button {
            background-color:#1f295d;
            background-image:none;
            text-shadow:none;
            color:#fff;
            font-weight:600;
            margin:10px 0px;
            width:100%;
            padding:10px 0px;
        }
    }
    .panelArea {
        .panel-group {
            .panel-default {
                .panel-heading {
                    background-color:#00652a;
                    background-image:none;
                    padding:15px 10px;
                        &:hover {
                            background-color:@yesil-hover;
                        }
                    .panel-title {
                        a {
                            display:block;
                            color:#fff;
                            font-size:13px;
                            font-weight:bold;
                            text-transform:uppercase;
                            letter-spacing:1px;
                            word-spacing:3px;
                            text-decoration:none;
                                &:active {
                                    display:block;
                                    color:#555;
                                    font-size:14px;
                                    font-weight:bold;
                                    text-transform:uppercase;
                                    letter-spacing:1px;
                                    word-spacing:3px;
                                    text-decoration:none;
                                }
                        }
                    }
                        a::before {
                            font-family: 'Glyphicons Halflings';
                            content: "\e114";
                            float: right;
                            transition: all 0.5s;
                        }
                }
                .panel-collapse {
                    .panel-body {
                    	overflow-x:scroll;
                        .panelBodyTitle {
                        	width:700px;
                            .panelDetail {
                                text-align:center;
                                strong {
                                    color:#00652a;
                                    border-bottom:0px;
                                    text-align:left;
                                    font-size:13px;
                                    display:block;
                                    text-align:center;
                                }
                                span {
                                    text-align:left;
                                    color:#000;
                                }
                                &:nth-child(even) {
                                    
                                    padding:5px 0px;
                                }
                                &:nth-child(odd) {
                                    
                                    padding:5px 0px;
                                }
                            }
                        }
                        .panelBodyDetail {
                        	width:700px;
                        	div {
                        		text-align:center;
                        	}
                        }
                    }
                }
            }
        }
    }
}

.profilPage {
    margin:50px 0px;
    padding:0px;
    .profilPageTitle {
        color:#00652a;
        font-weight:600;
        font-size:17px;
    }
    .profilBox {
        background-color:#ddd;
        margin:10px 0px;
            div {
                padding:5px 0px;
                font-weight:600;
                text-align:center;
            }
            &:hover {
                background-color:#ccc;
            }
            .form-group {
                margin-bottom:0px;
            }
            label {
                padding-top:7px;
                color:#00652a;
            }
            .warning {
                height:0px;
                font-size:12px;
            }
            input {
                border-radius:0px;
            }
    }
    .profilBoxButton {
        button {
            background-color:#00652a;
            background-image:none;
            text-shadow:none;
            color:#fff;
            font-weight:600;
            width:100%;
            padding:10px 0px;
        }
    }
}

.uyelikArea {
    .kayitOl {
        margin-bottom:20px;
            button {
                padding:10px 0px;
            }
    }
    .girisYap {
        button {
            padding:10px 0px;
        }
    }
}

.sifreTalep {
    .sifreTalepForm {
        padding:0px;
        button {
            width:100%;
            padding:10px 0px;
        }
    }
}

.sifreChange {
    .sifreChangeForm {
        padding:0px;
            button {
                padding:10px 0px;
                width:100%;
            }
    }
}

.sepetDetay {
    margin-top:40px;
}





}

@media (max-width: 992px) and (min-width:768px) {
    .headerTopLeft {
        width:50%;
        text-align:center;
        float: left;

    }
    .headerTopRight {
        width:50%;
        float: left;
    }
    .headerCenter {
        .headerCenterSearch {
            margin-top: 80px;
        }
    }

    .sectionTop {
        .sectionTopText {
            .sectionTopImage {
                width:30%;
                float:left;
            }
            .sectionTopTextRight  {
                width:70%;
                float:left;
            }
        }
    }
    .sectionCenter {
        .sectionBoxArea {
            .sectionBox {
                border-right: 0px;
            }
        }
    }
    .sectionBottom {
        margin-top:0px;
        .sectionBottomArea {
            .sectionBottomBox {
                text-align:center;
            }
        }
    }
    .urunDetayImage {
        min-height:530px;
        .smallSlider {
            ul.hide-bullets {
                .thumbnail {
                    float: left;
                    width:150px;
                }
            }
        }
    }

    .productArea {
        .product {
            width:48%;
            float:left;
            margin: 15px 6px;
        }
    }
    .contactLeftArea {
        .formArea {
            .formSend {
                padding:40px 15px;
            }
        }
    }
    .sepetCode {
        text-align:center;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-default .navbar-toggle {
        border-color:#fff;
        background-color:@site-renk;
    }
    .navbar-default .navbar-toggle:hover {
        background-color:@site-renk;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#fff;
        color: #fff;
    }
    ul.navbar-nav li {
        width:100%;
    }
    ul.navbar-right  {
        float: left!important;
    }
    .sectionSepet {
        .sepetArea {
            min-height:380px;
            margin:10px 0px;
            .sepetImage {
                text-align:center!important;
            }
            .sepetOem {
            	text-align:center!important;
            }
        }
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
	.sepetArea {
		min-height:auto!important;
	}
	.sepetGuncelle {
		font-size:11px;
	}
}

@media (max-width:768px) {
	.carousel {display:block;}
    .headerTop {
        .headerTopLeft {
            width:50%;
            float: left;
        }
        .headerTopRight {
            width:50%;
            float:left;
        }
    }
    .headerCenter {
        .headerCenterTop {
            margin-top:0px;
            a {
                font-size:14px;
            }
        }
        .headerCenterSearch {
            margin-top:80px;
        }
    }
    .sectionTop {
    	background-color:#c5c7c9;
        .sectionTopText {
            .sectionTopImage {
                width:30%;
                float: left;
            }
            .sectionTopTextRight {
                width:70%;
                float: left;
                p {
                    font-size:13px;
                }
            }
        }
    }
    .sectionCenter {
        .sectionBoxArea {
            .sectionBox {
                border-right:0px;
            }
        }
    }
    .sectionBottom {
        margin-top:0px;
        .sectionBottomArea {

        }
    }
    footer {
        padding-top:30px;
        .footerText {
            p {
                padding:5px 10px;
            }
        }
        .footerAdres {
            padding-top:0px;
            .footerPhone {
                line-height:30px;
                a {
                    margin:10px 25px;
                }
            }
        }
    }

    .contactLeftArea {
        .formArea {
            .formSend {
                padding:40px 15px;
            }
        }
    }

    .productArea {
        .product {
            width:100%;
        }
    }

    .urunDetayImage {
        .smallSlider {
            ul.hide-bullets {
                li {
                    width:20%;
                    display:inline-block;
                }
            }
        }
    }
    .sectionBottom {
        .sectionBottomArea {
            .sectionBottomBox {
                text-align:center;
            }
        }
    }

    .catalogBox {
        width:100%;
        background-color:@site-renk;
        min-height:120px;
        .catalogIcon {
            color:#fff;
            font-size: 30px;
            line-height:70px;
            width:100%;
            text-align:center;
            border-bottom: 1px solid #fff;
        }
        .catalogLink {
            color: #fff;
            line-height:50px;
            width:100%;
            a {
                color:#fff;
                font-weight:600;
                &:hover {
                    text-decoration: none;
                }
            }
        }
    }


    .sectionSepet {
        .sepetArea {
            min-height:405px;
            margin:10px 0px;
            .sepetImage {
                text-align:center!important;
            }
            .sepetCode {
            	text-align:center!important;
            }
            .sepetOem {
            	text-align:center!important;
            }
        }
    }

    .sepetCode {
        text-align:center;
    }

    .sepetForm {
        .sepetButonArea {padding:0px;}
        .sepetButon {
            background-color:#00652a!important;
            color: #fff;
            border: 0px;
            outline:0px;
            height:45px;
            width:100%!important;
            font-weight:600;
            display:block;
            margin: 0 auto;
            &:hover {
                text-shadow: none;
            }
        }
        .form-group {
            padding: 0px;
        }
    }


} 

@media (max-width:480px) {
    .headerCenter {
        .headerCenterTop  {
            a {
                font-size:11px;
            }
        }
    }
    .headerTopRight {
        .login {
            text-align:center;
            a {
                font-size:10px;
                padding:1px!important;
            }
        }
    }
    .headerLogo {
        .navbar-brand {
            img {
                width:100%;
            }
        }
    }

    .sectionTop {
        .sectionTopText {
            .sectionTopTextRight {
                p {
                    font-size:11px;
                }
            }
            .sectionTopImage {
                padding-top:35px;
                float: left;
            }
        }
    }
    .sectionCenter {
        .sectionBoxArea {
            .boxCar {
                padding-bottom:20px;
                img {
                    max-width:80%;
                }
            }
        }
    }
    .catalogBox {
        width:100%;
        background-color:@site-renk;
        min-height:120px;
        .catalogIcon {
            color:#fff;
            font-size: 30px;
            line-height:70px;
            width:100%;
            text-align:center;
            border-bottom: 1px solid #fff;
        }
        .catalogLink {
            color: #fff;
            line-height:50px;
            width:100%;
            font-size:12px;
            a {
                color:#fff;
                font-weight:600;
                &:hover {
                    text-decoration: none;
                }
            }
        }
    }
	.cerezNotification {
		width:300px!important;
	}

    footer {
        .footerAdres {
            .footerPhone {
                a {
                    width:100%;
                    display:block;
                    text-align:center;
                    margin:10px 0px;
                }
            }
            .footerPhoneIcon {
                a {
                    width:100%;
                    display:block;
                    text-align:center;
                    margin:10px 0px;
                }
            }
            .footerKvkk {
                a {
                    width:100%;
                    display:block;
                    text-align:center;
                    margin:10px 0px;
                }
            }
        }
    }
}


.sepetGuncelle{
    width: 48%;
    float: left;
    background: #00652a;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #00652a;  
    margin-top:5px;
    font-size:12px;
    border-radius:3px;
}
.sepetSil{
    width: 48%;
    float: right;
    background: #1ea255;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #1ea255; 
    margin-top:5px;
    font-size:12px;
    border-radius:3px;
}
.sectionSepetThanks {
    display:block!important;
}
.productDetayCarousel {
	.item {
		img {
			width:auto;
		}
	}
}

.sepetButonArea .sepetButon:hover {background-color:#1ea255!important;}

