body {
    font-family: 'Dosis', sans-serif;
    background: #fff;
}

.header {
    position: fixed;
    padding: 35px 0;
    background: #00000073;
	width:100%;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
}

.header .logo {
    margin: 0;
}

.header .mainmenu {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    display: inline-block;
}

.header .mainmenu > li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

.header .mainmenu > li > a {
   padding: 0 10px;
    display: block;
    color: #f3f4f7;
    font-size: 16px;
    font-weight: 600;
}

.header .mainmenu > li > a:hover, .header .mainmenu > li > a:focus {
    text-decoration: none;
    color: #2d3a41;
}

.header .mainmenu > li > ul {
    display: none;
    position: absolute;
    min-width: 160px;
    left: 15px;
    text-align: left;
    list-style: disc;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    z-index: 999;
}

.header .mainmenu > li > ul > li {
    margin-left: 20px;
}

.header .mainmenu > li > ul > li > a {
    color: #58595b;
    font-size: 12px;
    text-decoration: none;
}

.header .mainmenu > li > ul > li > a:hover {
    color: #f3f4f7;
}

.header .mainmenu > li:hover > ul {
    display: block;
}

.header .actions {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
    display: inline-block;
}

.header .actions > li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.header .actions > li > a {
    color: #e3e6eb;
    text-decoration: none;
    font-size: 21px;
}

.header .actions > li.active > a {
    background: #2d3a41;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-top: 4px;

}

.header .actions > li > span.badge {
    position: absolute;
    right: -5px;
    top: -5px;
}

.header .actions > li > span.badge.badge-red {
    background: #ff0000;
    color: #fff;
}

.header .actions > li > ul {
    display: none;
    position: absolute;
    min-width: 160px;
    left: 15px;
    text-align: left;
    list-style: disc;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    z-index: 999;
}

.header .actions > li > ul > li {
    margin-left: 20px;
}

.header .actions > li > ul > li > a {
    color: #58595b;
    font-size: 12px;
    text-decoration: none;
}

.header .actions > li > ul > li > a:hover {
    color: #2d3a41;
}

.header .actions > li:hover > ul {
    display: block;
}

.slider {
    background: #f7f7f7;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slider .slide-item {
    text-align: center;
    height: 500px;
    overflow: hidden;
	background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.slider .slide-item img {
    display: inline-block !important;
    height: 500px;
}

.slider .slide-prev, .slider .slide-next {
    position: absolute;
    top: 190px;
    font-size: 84px;
    color: #dbdbdb;
    cursor: pointer;
}

.slider .slide-prev {
    left: 40px;
}

.slider .slide-next {
    right: 40px;
}

.products {
    padding: 40px 0 20px 0;
}

.products .product-categories {
    list-style: circle;
    margin: 0;
    padding: 0;
}

.products .product-categories > li {
    list-style: none;
    width: 100%;
    text-align: left;
    padding: 5px;
	margin:5px 0;
    border: 1px solid #eee;
}
.products .product-categories > li:hover a{color:#111; font-weight:bolder}
.product-categories > li > a {
    color: #58595b;
    text-decoration: none;
	display:block
}
.products .product-categories > li:hover {
    transition:300ms;
    background:#f095bf
}
.products .product-categories > li:hover a{
	color:#fff
}
.product-categories > li > a.mixitup-control-active, .product-categories > li > a:hover {
    color: #2d3a41;
}

.products .product-box {
    height: 360px;
}

.product-box {
    border: 2px solid #dfdfdf;
  transition:300ms;
    margin: 15px 0;
    position: relative;
	
}
.product-box:hover {
	 box-shadow: 3px 3px 6px #e8e2e5;
   
}
.product-box-hover{
	display:none;
	transition:300ms;
	height:0;
}
.product-box:hover .product-box-hover{
	display: flex;
    position: absolute;
    width: 100%;
    height: 356px;
    align-items: center;
    top: 0;
    background: #00000052;
    justify-content: center;
}
.product-box:hover .product-box-hover a{
color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: #f095bf;
    padding: 4px 20px;
    transition: 300ms;
}
.label-abs {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
}

.product-box img {
    width: 100%;
}

.product-box .product-name {
    font-size: 18px;
    color: #808285;
}

.product-box .product-name a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}

.product-box .price {
    font-size: 22px;
    color: #000;
}

.product-box .price-multi {

}

.product-box .price-multi .old-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #8e9093;
}

.product-box .price-multi .new-price {
    font-size: 22px;
    color: #2d3a41;
}

.btn-basic {
    color: #808285;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    font-size: 18px;
}

.btn-basic:hover {
    color: #f1f1f1;
    background-color: #2d3a41;
}

.btn-basic:active {
    color: #f1f1f1;
    background-color: #2d3a41;
}

.striped-header {
    text-align:center;
    padding: 0 10px;
}

.striped-header .brown {
    color: #2d3a41;
}

.striped-header .text {
    position: relative;
}

.striped-header .text:before {
    content: "";
    width: 96px;
    height: 5px;
    left: -120px;
    top: 50%;
    position: absolute;
    background: url(../images/striped-header.png) no-repeat center center;
}

.striped-header .text:after {
    content: "";
    width: 96px;
    height: 5px;
    right: -120px;
    top: 50%;
    position: absolute;
    background: url(../images/striped-header-right.png) no-repeat center center;
}

.photos {
    margin-bottom: 50px;
}

.gallery {

}

.gallery .photo {
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.gallery .photo img {
    width: 100%;
    height: 280px;
}

.footer {
    background: #2d3a41;
    padding: 20px 0;
    color: #fff;
}

.footer .description {
    padding: 20px 0;
    font-size: 18px;
}

.footer .contact-info {
    line-height: 24px;
}

.footer .links {

}

.footer .links > li {

}

.footer .links > li > a {
    color: #2d3a41;
    padding: 3px 0;
    display: block;
}

.footer .border-right {
    border-right: 1px solid #71bf44;
}

.footer .border-left {
    /*border-left: 1px solid #71bf44;*/
}

.footer hr {
    border-color: #fff;
    margin: -36px;
}

.social {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

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

.social > li > a {
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 15px;
}

.social > li > a.social-facebook {
    background-image: url('../images/social-facebook.png');
}

.social > li > a.social-twitter {
    background-image: url('../images/social-twitter.png');
}

.social > li > a.social-instagram {
    background-image: url('../images/social-instagram.png');
}

.footer .footer-pay {
    margin: 10px;
    width: 50px;
}

.blog-post {
    background: #f1f1f1;
    margin-bottom: 20px;
}

.blog-post .post-detail {
    padding: 25px;
}

.blog-post .post-categories {

}

.blog-post .post-categories a {
    font-size: 14px;
    color: #979797;
}

.blog-post .post-name {
    font-size: 22px;
    color: #666666;
    font-weight: normal;
}

.blog-post .post-name a {
    color: inherit;
    text-decoration: none;
}

.blog-post .post-excerpt {
    color: #979797;
    font-size: 14px;
}

.blog-post .post-readmore {
    font-size: 14px;
    color: #979797;
    border-bottom: 1px solid #d6d6d6;
}

.blog-post .post-readmore a {
    color: inherit;
    text-decoration: none;
}

.blog-post .post-meta {
    color: #979797;
}

.posrel {
    position: relative;
}

.blog-prev, .blog-next {
    position: absolute;
    top: 120px;
    font-size: 84px;
    color: #dbdbdb;
    cursor: pointer;
}

.blog-prev:hover, .blog-next:hover {
    color: #969696;
}

.blog-prev {
    left: -70px;
}

.blog-next {
    right: -70px;
}

.sitepath {
 background: #f095bf;
    padding: 180px 0 35px;
}

.sitepath h3 {
    margin: 0;
    font-weight: normal;
	color:#fff
}

.sitepath ul {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 23px;
}

.sitepath ul li {
    display: inline-block;
    padding-left: 10px;
	color:#fff
}

.sitepath ul li:before {
    content: "•";
    margin-right: 10px;
    font-size: 20px;
}

.sitepath ul li:first-child:before {
    content: "";
}

.sitepath ul li a {
    color:#ffffff;
}

.sitepath ul li a:hover {
    text-decoration: none;
    color: #71bf44;
}

.sitepath-mini h3 {
    font-size: 16px;
    color: #fff;
}

.sitepath-mini ul {
    line-height:14px;
}

.product-detail {
    padding: 15px 0;
}

.product-image img {
    max-width: 100%;
}
.product-detail .product-image {
    border: 1px solid #e4e4e4;
    padding: 10px;
    position: relative;
}

.product-detail .product-gallery {
    margin: 10px 0;
}

.product-detail h2 {
    font-size: 24px;
    color: #58595b;
    padding-top: 50px;
}

.product-detail .company {
    font-size: 12px;
    color: #58595b;
}

.product-detail .product-code {
    font-size: 16px;
    color: #58595b;
}

.product-detail .product-code span {
    color: #2d3a41;
}
.product-thumb img {
    width: 100%;
    height: 100%;
}



.product-detail .price {
    font-size: 24px;
    color: #58595b;
}

.add-to-cart {

}

.add-to-cart label {
    font-size: 12px;
    font-weight: normal;
    color: #58595b;
    margin-right: 5px;
}

.add-to-cart select, .shop-quantity {
    border: none;
    background: #d6d6d6;
    text-align: center;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 10px;
    margin-right: 5px;
    font-size: 12px;
}

.add-to-cart button ,.add-to-cart a{
    background: #2d3a41;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 15px;
}

.add-to-cart button:hover ,.add-to-cart a:hover {
    background: #71bf44;
    text-decoration:none;
}

.product-detail .product-info *{
    text-align: center;
}

.related-products {
    padding: 25px 0;
}

.related-product {
    border: 1px solid #dedede;
    padding: 20px;
    display: block;
    height: 250px;
    overflow: hidden;
}

.related-product img {
    max-width: 100%;
    height: 190px;
    margin: 0 auto;
}

.related-product h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #808285;
    text-align: center;
    font-weight: normal;
}

.related-prev, .related-next {
    text-align: center;
    font-size: 56px;
    height: 250px;
    line-height: 250px;
    color: #dbdbdb;
}

.related-prev:hover, .related-next:hover {
    color: #989898;
    cursor: pointer;
}

.related-prev {

}

.related-next {

}

.gallery-detail {
    text-align: center;
    background: rgba(0,0,0,0.6);
    margin-bottom: 20px;
}
.gallery-detail img {
    height: 300px;
    display: inline-block;
}

.page-detail h3 {
    font-weight: normal;
}
.product-thumb {
    width: 88px;
    height: 88px;
    border: 1px solid silver;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.product-thumb img {
    width: 100%;
    height: 100%;
}
.product-gallery {
    height: 90px;
    overflow: hidden;
}
.product-gallery:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.login-form {
    display: none;
}
.modal {
    overflow: visible;
    padding: 40px;
}
.blocker {
    background: rgba(132,70,30,0.8);
}
.modal a.close-modal {
    top: 12px;
    right: 12px;
    background: #2d3a41;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-indent: 8px;
    padding-top: 2px;
    font-weight: bold;
    content: "X";
    color: #fff;
    text-decoration: none;
}
#login-form h3 {
    font-size: 26px;
    text-align: center;
    color: #2d3a41;
    margin: 30px 0;
    font-weight: bold;
}
#register-form h3 {
    font-size: 26px;
    text-align: center;
    color: #2d3a41;
    margin: 30px 0;
    font-weight: bold;
}
.login-input {
    width: 100%;
    background: #2d3a41;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
}
.login-input span {
    color: #fff;
    margin-left: 22px;
    margin-right: 10px;
    font-size: 24px;
    display: block;
    float: left;
}
.login-input input {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    float: left;
    font-size: 18px;
    width: calc(100% - 70px);
}
.login-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.login-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.login-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.login-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.modal-button {
    margin-top: 20px;
    border: 1px solid #5d2500;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    background: #4e1f00;
    background: -moz-linear-gradient(top,  #4e1f00 0%, #2d3a41 100%);
    background: -webkit-linear-gradient(top,  #4e1f00 0%,#2d3a41 100%);
    background: linear-gradient(to bottom,  #4e1f00 0%,#2d3a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e1f00', endColorstr='#2d3a41',GradientType=0 );
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.topradius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.botradius {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* table styles */
table.bTable {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    float:left;
    margin-top:10px;
}

.bTable th {
    background: #341706;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
}

.bTable th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

.bTable td {
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
    vertical-align: middle;
}

.bTable td:last-child {
    border-right: 1px solid #e8e8e8;
}

.bTable tr {
    background: #DEDEDE ;
    cursor:pointer;
}

.bTable tr:nth-child(odd) td {
    background: #f1f1f1 ;
}


.bTable tbody:hover td {
    color: #444;
}
/*table styles */
.pageContent{
    float: left;
    width: 100%;
}
.leftSide {
    background-color: white;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    -moz-box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    box-shadow: 0px 10px 32px 0px rgba(81,84,86,0.23);
    border-radius: 5px;
    margin-top: -91px;
    float: left;
    width: 30%;
}
.leftSide h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #0f4294;
    padding: 30px;
    border-bottom: 1px solid #eaeef0;
}
.urunlersidebar {
    width: 22%;
    margin-top: 0;
}
.urunlersidebar h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #0f4294;
    padding: 20px;
    border-bottom: 1px solid #eaeef0;
}

.uyelikbtn{
    float: left;
    padding: 10px 26px;
    font-size: 15px;
    cursor: pointer;
    background: none;
    margin-right: 20px;
    margin-top: 30px;
    border: 2px solid #341706;
    color: #341706;
    border-radius: 4px;
    font-weight: 700;
}
.uyelikbtn:hover{
    background: #341706;
    color: #fff;
}

.bbContactFormButton {
    position: relative;
    width: 100%;
    height: 48px;
    border: 2px solid #f44336;
    border-radius: 4px;
    font-size: 15px;
    color: #f44336;
    font-weight: 700;
    background-color: white;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
}

.bbContactFormButton:hover {
    color: white;
    background-color: #f44336;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.subContent {
    margin-bottom: 50px;
}

ul.nav-wizard {
    background-color: transparent;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    z-index: 11;
    content: " ";
}
ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    z-index: 11;
    content: " ";
}
ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    width: 25%;
    background-color: #EFEFEF;
}
ul.nav-wizard li a {
    padding: 0;
    background-color: transparent!important;
    font-weight:  normal;
    color:  inherit;
}
ul.nav-wizard li a:hover ,ul.nav-wizard li a:hover i {
    background-color: transparent;
    color:  inherit;
}
ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #efefef;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
}
ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #efefef;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
}
ul.nav-wizard li.active {
    color: #fff;
    font-weight: normal;
    background: #341706;
}
ul.nav-wizard li.active a{
    color: #fff;
    line-height: 3;
}
ul.nav-wizard li.active:after {
    border-left: 16px solid #341706;
}
ul.nav-wizard .active ~ li {
    color: #999999;
    background: #efefef;
}
ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #efefef;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}

ul.nav-wizard li.active i {
    color: #ffffff;
}
.adresbilgi{
    float: left;
    margin-right:  30px;
    width: 100%;
}
.adresbilgi:last-child{
    margin-right: 0;
}
.adresbilgi h2{
    font-size:  22px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
}

.siparisnotu{
    float:  left;
    width:  100%;
    margin-top: 17px;
}
.siparisnotu label{
    margin-bottom: 10px;
}
.siparisnotu label input{
    margin-right:  7px;
}
.siparisnotu textarea{
    height: 100px;
}
.sozlesmebilgi{
    padding: 10px;
    background:#f5f5f5;
    height:200px;
    overflow:scroll;
    border:1px solid #dddddd;
    border-radius:4px
}
.payOptTable th {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:  center;
    font-weight:  bold;
}

.payOptTable .bank img {
    max-width: 110px;
    max-height: 34px;
    vertical-align: middle;
}

.payOptTable .payDetail {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}
.payOptTable .installment {
    font-weight: 700;
    width: 50px;
}

.payOptTable td {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 80px;
    vertical-align:  middle;
}

.payOptTable tr:hover td {
    background:#efefef !important;
    border:1px solid #fff;
}
.tabmenuContent table {
    color:  inherit;
    font-weight:  normal;
    line-height: 17px;
}
.tabmenuContent table tr{
    background:  none;
}
.payOptTable .payDetail span {
    color: gray;
    font-weight: 400;
    font-size: 12px;
}
-

.box {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    margin: 20px 0;
    clear: both;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.installmentHeader {
    margin-bottom: 20px;
}

.checkoutContainer .box__title {
    line-height: 1em;
    margin-bottom: 15px;
}

.box__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.installmentOptions {
    margin-top: 10px;
    margin-bottom: 10px;
}
.installmentOptions .installmentBox.active {
    border-color: #32be23;
}
.installmentOptions .installmentBox:first-child {
    margin-left: 0;
}
.installmentOptions .installmentBox {
    float: left;
    height: 120px;
    width: 120px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dedede;
    padding: 13px 10px;
    margin: 10px 13px;
    float: left;
    cursor: pointer;
    position:  relative;
    line-height: 8px;
    text-align:  center;
}

.installmentOptions .content {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    position:  relative;
    float:  left;
}
.content {
    position: relative;
    width: 100%;
}

.installmentOptions .installmentBox .duration {
    font-size: 11px;
    margin: 10px 0;
    color: #6d6767;
}
.installmentOptions .installmentBox p {
    margin: 3px;
}

.showAllInstallmentBtn {
    color: #06c;
    cursor: pointer;
    float:  left;
    width:  100%;
}

.installmentOptions .installmentBox.active .greenTriangle {
    display: block;
}
.installmentOptions .installmentBox .greenTriangle {
    display: none;
}
.greenTriangle {
    border-color: transparent transparent #32be23;
    border-width: 0 0 25px 25px;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.greenTriangle.svgIcon:before {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: -15px;
    top: 10px;
}
.svgIcon_tick-white:before {
    background: url(../images/spriteSVG.svg#tick-white);
    width: 20px;
    height: 20px;
}
.svgIcon:before {
    content: '';
    position: relative;
    display: inline-block;
}

.installmentOptions hr {
    width: 21px;
    border: solid 1px #c9c9c9;
    margin: 8px auto;
}

.installmentOptions .installmentBox .monthlyAmount {
    font-size: 14px;
    font-weight: 700;
}

.installmentHeader--logo {
    position: absolute;
    top: 18px;
    right: 0;
    display: inline-block;
    width: 530px;
    height: 50px;
    background-size: 530px;
}

.subContent .rightContent {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 40px;
    line-height: 125%;
    padding-right: 0;
}
.subContent .rightContent h3.titleContent {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 800;
    color: #515456;
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.subContent .rightContent h2.titleContent {
    float: left;
    width: 100%;
    margin: 10px;
    font-size: 24px;
    color: #97989a;
}
.subContent .rightContent h3.titleContent:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    background-color: #3482d6;
}

#tab-menu {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.tab-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 73px;
    display: inline-block;
    background-color: #3582d6;
    border-top-left-radius:  5px;
    border-top-right-radius:  5px;
    border: 2px solid #3582d6;
    border-bottom:  none;
}
.tab-menu a.aktif {
    color: #3582d6;
    border: 2px solid #3582d6;
    background: #fff;
    border-bottom: none;
}
.tabmenuContent {
    background: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    line-height: 29px;
    box-sizing:  border-box;
}
.product-box img {
    height: 310px;
   width: 100%;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
}
.navbar-togglerrrr{
    color: #2d3a41;
    border: 2px solid#2d3a41;
    background: #fff;
    padding: 3px 8px;
    display: none;
}
.mobilmenu.active{
    display: block;
}
.mobilmenu {
    display: none;
}
.mobilmenu .mainmenu{
    display: block;
}

.mobilmenu .mainmenu > li > a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
}
.mobilmenu  .mainmenu > li {
    display: block;
    position: relative;
    padding: 0 5px;
    text-align: center;
}
.mobilmenu .mainmenu > li > ul {
     position: relative;

 }
 @media only screen and (max-width:991px) {
     ul.actions{
         display:none !important;
         
     }
     button.navbar-togglerrrr{
         margin-right:10px;
     }
 }
@media only screen and (max-width:479px) {
    .zoomContainer{
        display: none;
    }
    .header .mainmenu > li:hover > ul{
        left: 50px;
        width: calc(100% - 100px);
    }
    .logo img{
        max-width: 100%;
    }
    .navbar-togglerrrr{
        display: inline-block;
    }
    .blog-prev,.blog-next{
        display:none;
    }.related-prev, .related-next{

    display: none;
         }

    .urunlersidebar{
        width: 100% !important;
    }
    .subContent .rightContent {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0px;
        line-height: 125%;
        padding-right: 0;
    }
    .tab-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 52px;
        display: inline-block;
        background-color: #3582d6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 2px solid #3582d6;
        border-bottom: none;
    }
    .tab-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 52px;
        display: inline-block;
        background-color: #3582d6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 2px solid #3582d6;
        border-bottom: none;
    }
    .slider .slide-item {
        text-align: center;
        height: 155px;
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .slider{
        height: 155px;
    }.slider .slide-prev, .slider .slide-next{
    display: none;
         }
    .sitepath ul {
        margin: 0;
        padding: 0;
        text-align: right;
        line-height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sitepath {
        background: #f7f7f7;
        padding: 20px 0;
        text-align: center;
    }
}