﻿@charset "utf-8";
/* CSS Document */
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 28/05/2018 22:30
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../font/flat/Flaticon.eot");
  src: url("../font/flat/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../font/flat/Flaticon.woff") format("woff"),
       url("../font/flat/Flaticon.ttf") format("truetype"),
       url("../font/flat/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/flat/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  /* font-size: 20px; */
  font-style: normal;
  /* margin-left: 20px; */
}


.flaticon-power-button:before { content: "\f100"; }
.flaticon-exit-2:before { content: "\f101"; }
.flaticon-exit-1:before { content: "\f102"; }
.flaticon-exit:before { content: "\f103"; }
.flaticon-left-arrow:before { content: "\f104"; }
.flaticon-right-arrow:before { content: "\f105"; }
.flaticon-send-1:before { content: "\f106"; }
.flaticon-send:before { content: "\f107"; }
.flaticon-settings:before { content: "\f108"; }
.flaticon-24-hours:before { content: "\f109"; }
.flaticon-trash:before { content: "\f10a"; }
.flaticon-magnifier:before { content: "\f10b"; }
.flaticon-musica-searcher:before { content: "\f10c"; }
.flaticon-star-1:before { content: "\f10d"; }
.flaticon-star:before { content: "\f10e"; }
.flaticon-shopping-bag:before { content: "\f10f"; }
.flaticon-cart:before { content: "\f110"; }
.flaticon-shopping-cart:before { content: "\f111"; }
.flaticon-shuffle:before { content: "\f112"; }
.flaticon-headphones:before { content: "\f113"; }
.flaticon-user:before { content: "\f114"; }
.flaticon-login:before { content: "\f115"; }
.flaticon-web-log-in:before { content: "\f116"; }
.flaticon-shopping-cart-1:before { content: "\f117"; }
.flaticon-shopping-cart-2:before { content: "\f118"; }
.flaticon-phone-call:before { content: "\f119"; }
.flaticon-mail:before { content: "\f11a"; }
.flaticon-envelope:before { content: "\f11b"; }
.flaticon-placeholder:before { content: "\f11c"; }
.flaticon-sent-mail:before { content: "\f11d"; }
.flaticon-open-laptop-computer:before { content: "\f11e"; }
.flaticon-reload:before { content: "\f11f"; }
.flaticon-delivery-truck:before { content: "\f120"; }
.flaticon-search:before { content: "\f121"; }
.flaticon-like-1:before { content: "\f122"; }
.flaticon-like:before { content: "\f123"; }
.flaticon-commerce:before { content: "\f124"; }

 body {
    /* background: white; */
     font-family: 'Raleway', sans-serif;
  /*   font-family: 'Rubik', sans-serif; */
}

tr input {
    /* float: left; */
    margin-right: 5px;
}
tr label {
    /* float: left; */
    /* padding-left: 5px; */
    margin-right: 15px;
}
 .clearFix:after {
     clear: both;
}
 .clearFix:before, .clearFix:after {
     content: "";
     display: table;
}
li {
	list-style:none;
}
span a {
    display: inline-block;
}
.none {
    display: none;
}
.btn:focus {
  outline: none !important;
}
.module {
    min-height: 60px;
    position: relative;
}
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}
#htmlmodule .moduleContent {
    padding: 15px;
    border: 1px solid #efeded;
    border-top: 0;
}
.title-type-1 {
	margin-bottom: 25px;
	border-radius: 6px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 13px;
	line-height: 45px;
}
.title-type-1 i {
    width: 45px;
    background: #f6f6f6;
    text-align: center;
    margin-right: 15px;
    line-height: 45px;
    color: #2e2c2c;
}
.title-type-2 {
    border: 1px solid #e7e7e79e;
    font-size: 13px;
    padding: 0px 15px;
    /* background: rgba(252,252,252,1); */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(243,243,243,1)));
    /* background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    /* background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3', GradientType=0 );
    margin-bottom: 0;
    background: #f6f6f66e;
}
.title-type-2 span {
	line-height: 45px;
    font-size: 14px;
}
.title-type-3 {
	margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}
.title-type-3 i {
    height: 42px;
    line-height: 42px;
    width: 62px;
    text-align: center;
    background: #f9f9f9;
    border-top-left-radius: 6px;
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
}
.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
}
.title-type-4 i {
    display: inline-block;
    background: #f9f9f9;
    line-height: 42px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    border-right: 1px solid #f1f1f1;
}
.failed {
    position: absolute;
    bottom: 12px;
    right: 24px;
    color: #d84444;
}

a.edit-button {
	display: none;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 999;
    background: #ffffff;
    padding: 10px 20px;
    color: #3c3939;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.module:hover a.edit-button {
    display: block;
}
#header {
    background: #333d40;
}
.topbar {
    font-size: 14px;
    font-family: 'rubik';
    padding: 0;
    background: #293133;
}
.topbar-left span {
    padding: 11px 0px;
    color: white;
    font-size: 12px;
}
.topbar i {
    margin-right: 4px;
}
.topbar a {
    color: #ffffff;
}
.topbar-menu li {
    margin: 0;
    padding: 12px 0px;
}
.topbar-menu li > a {
    padding: 0px 15px !important;
  
}
.language img {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.currency span {
    text-align: center;
    float: left;
    border-radius: 50%;
    padding-right: 5px;
}
.currency ul li a, .language ul li a {
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f1efef;
}
.currency ul li, .language ul li:last-child a  {
	border-bottom:0;

}
.currency ul, .language ul {
    max-width: 200px;
    width: 150px;
    min-width: auto;
    padding: 0;
    background: white;
    margin-top: 0;
}
.language ul li a img {
    margin-right: 5px;
}
.language .btn, .currency .btn {
	background: none;
	font-size: 13px;
	color: #514f4f;
	padding: 11px 0px;
}
.headder-middle-right {
  /*  padding-left: 0 !important; */
}
.header-middle {}
.twitter-typeahead {
    display: block !important;
}
.logo img {
    max-width: 88%;
    width: 115px;
    margin-left: 23px;
}
.my-cart > .btn {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.my-cart > .btn:hover {
    background: none;
	color:black;
}
.my-cart #cart-count {
	position: absolute;
	left: 19px;
	background: #6eaee7;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'rubik';
	top: 8px;
}
.my-cart-info span {
    display: block;
	text-align:left;
}
span.my-cart-title {
    font-size: 14px;
    color: gray;
}
.my-cart-item {
    margin-right: 5px;
}
.my-cart .dropdown-toggle::after {
    display: none;
}
.dropdown-menu:before {
width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-webkit-radius: 2px;
    zoom: 1;
    position: absolute;
    top: -9px;
    left: 25px;
    border-top: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5;
    background: #fdfdfd;
    content: "";
}
.cart-button-group {
	padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}
.cart-button-group a {
    font-size: 13px;
}
.total-price {
    font-weight: 600;
    font-family: 'rubik';
    color: #6eaee7;
    font-size: 20px;
    max-width: 115px;
}
.cart-title {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}
.cart-product-image {
	background: white;
    width: 25%;
    float: left;
}
.cart-product-image img {
    max-width: 100%;
}
.cart-product-title {
width: 75%;
    float: left;
    padding: 0px 10px;
    font-size: 13px;
}
.cart-product-name {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.my-cart .dropdown-menu {
    max-width: 320px;
    right: 0;
    left: inherit !important;
    padding: 10px 15px;
    top: 20px !important;
}
.my-cart .dropdown-menu:before {
    right: 35px !important;
    left: inherit;
}
.cart-product-price {
    width: 100%;
    float: left;
}
.cart-total-products > ul {
    padding: 0;
    margin: 0;
}
.cart-total-products > ul > .cart-product {
display: block;
    width: 100%;
    float: left;
    padding: 12px 0px;
    border-bottom: 1px solid #e3e1e1;
    position: relative;
}
.cart-total-products > ul > .cart-product > a {
    display: block;
    float: left;
    width: 100%;
}
.cart-total-products > ul > .cart-product img {
    border: 1px solid #e1dede;
}
.cart-total-products .remove {
position: absolute;
    right: -15px;
    float: right !important;
    left: inherit;
    width: 35px !important;
    top: 35px;
}
.total-cart-price {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
}
.total-cart-price span {
    font-weight: 500;
}
.header-middle-search input {
    color: #717070;
    font-size: 14px;
    font-family: 'rubik';
    border: 3px solid #c6c6c6;
    border-right: 0;
    height: 53px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.header-middle-search .search-button {
    background: #6eaee7;
    color: white;
    height: 53px;
    border-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 0px 25px;
    line-height: 53px;
}
.header-middle-search .search-button i {
    line-height: 53px;
}
.search-button i {
    color: white;
}
.tt-menu {
    background: white;
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}
.tt-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}
h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}
.user-menu button {
    background: none;
    border: none;
    color: black;
    font-family: 'rubik';
    padding: 0;
}
.user-menu .dropdown-menu {
    padding: 15px;
	top:20px !important;
}

.user-menu .btn-success {
	color:white !important;
}
.user-menu button span {
    font-size: 13px;
    display: inline-block;
    float: right;
}
.user-menu .dropdown-toggle::after {
    display: none;
}
.user-menu li {
    float: left;
    width: 100%;
}
.user-menu ul > li > a {
    padding: 10px 12px;
    font-size: 14px;
    border-bottom: 1px solid #e1dede;
}
.user-menu ul > li:last-child > a {
    border-bottom: 0;
}
.user-menu li a i {
    font-size: 13px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
}
.user-menu .user-name {
    padding: 10px 15px;
}
.user-menu .user-close {
    border: none !important;
}

.favorite-list {
    margin-top: 8px;
    margin-bottom: 5px;
    display: block;
}
.favorite-list a {
    color: black;
    font-size: 13px;
}
.favorite-list a span {
    font-size: 13px;
    float: right;
    line-height:  15px;
}
.favorite-list a i, .user-menu button i {
    margin-right: 5px;
    color: #e4e4e4;
    width: 15px;
    text-align: center;
    line-height:  15px;
}
ul.header-social li {
    display: inline-block;
}
ul.header-social li a {
    color: white;
    background: #f20306;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    margin: 0px 5px;
}
ul.header-social li a i {
    line-height: 42px;
}
.header-bottom {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
}
ul.header-social {
    text-align: right;
}
.topbar-menu button {
    background-color: white !important;
}
@media (min-width: 1024px){
.navbar-brand {
display:none;
}
}
@media (max-width: 1023px){
.header-bottom {
    padding: 20px 0px;
}
a.logo {
    text-align: center;
}
ul.header-social {
    text-align: center;
}
.topbar {
    font-size: 14px;
    font-family: 'rubik';
    padding: 10px 0px;
    background: #293133;
}
}
.header-bottom .navbar li:first-child a {
  /*  padding-left: 0 !important; */
}
.header-bottom .navbar-collapse ul li.active:before {
    height: 12px;
    width: 100%;
    transform: skewX(45deg);
    background: #fffc00;
    display: block;
    content: '';
    margin: -12px 0 0 6px;
}
.header-bottom .navbar-collapse ul li.active a {
    background: #f20306;
    color: #FFF;
}
.header-bottom  .nav-item.active {
    position: relative;
}
.header-bottom .nav-item.active a {
    color: white !important;
}
.header-bottom .navbar-collapse ul li.active a:before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #f20306;
    margin-top: -12px;
    left: 0;
    position: absolute;
}
.header-bottom .navbar-collapse ul li.active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    border-top: 25px solid #f20306;
    position: absolute;
    bottom: -24px;
    z-index: 1001;
    left: 0;
}
.header-bottom .nav-link {
    font-size: 17px;
    line-height: 84px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    border-right: 1px solid #dedede;
    padding-top: 0;
    padding-bottom: 0;
}
#main {}


/* SMART KATEGORİ */
.categories-title {
    background: #6eaee7;
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-family: 'rubik';
    font-weight: 500;
    padding: 0px 20px 0 0;
}
.categories-title i {
    color: white;
}
.categories-title .navbar-toggler {
    background: #5a9cd6;
    padding: 0px 12px !important;
    display: block;
    float: left;
    margin: 0px 15px 0px 0px;
    height: 55px;
    border-radius: 0;
    border: none;
}


.smart-categories #navbarNav {
    width: 100%;
    float: left;
}
.categories-title .navbar-toggler span {
    height: 24px;
    background: none;
}
.smart-categories .n-category {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    width: 100%;
 }
.smart-categories > nav ul > li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.smart-categories nav ul li:last-child {
    border-bottom: 0;
}
.smart-categories > nav ul > li a {
	position: relative;
    padding: 0px 18px !important;
    line-height: 46px;
    font-size: 13.5px;
}
.smart-categories > nav ul > li a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
}
.smart-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}
.smart-categories .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 25%;
    content: "\f054";
    font-family: 'fontawesome';
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.smart-categories .navbar {
    border-top: 0;
    flex-flow: column;
    margin:  0;
    padding:  0;
}
.smart-categories .navbar-brand {
    width: 100%;
    margin: 0;
    padding:  0;
}
@media (min-width: 1200px) {
.categories-title .navbar-toggler {
    pointer-events: none;
    cursor: default !important;
}
.smart-categories nav ul li .dropdown-menu {
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
	opacity:0;
	    left: 100%;
		display:inherit;
	}
.smart-categories nav ul li:hover .dropdown-menu {
    transform: scaleY(1);
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 100%;
    top: 0;
    width: 700px;
    padding: 20px 10px;
    border: 1px solid #edebeb;
    box-shadow: 4px 4px 0px #0000000d;
}
.smart-categories nav ul li:hover .dropdown-menu:before {
	display:none;
}
.smart-categories nav ul li:hover .dropdown-menu .mega-left {
    width: 100%;
    float: left;
}
.smart-categories nav ul li:hover .dropdown-menu .mega-right {
    width: 100%;
    display: block;
	float: left;
}
.cat-image-box span {
    display: none;
}
.smart-categories nav ul li .dropdown-menu ul {

}
.smart-categories nav ul li .dropdown-menu .mega-left ul li {
	width: 33.33333%;
}
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
    width: 100%;
}
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul {
    display: none;
}

/* UYARI: 3. Seviye kategoriler orantısız ise scroll ile yüksekliği sınırlayabilirsiniz.

.smart-categories nav ul > li .dropdown-menu .mega-left > ul > li > ul {
    max-height: 300px;
    overflow-y: scroll;
}
*/
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > a {
    font-weight: 500;
}
}
@media (max-width: 1200px) {
.smart-categories .navbar-nav .dropdown-menu {
    float: left;
    width: 100%;
    position: relative;
    background: #fdfdfd;
    border: 1px solid whitesmoke;
    border-bottom: 0;
}
.smart-categories .show .dropdown-toggle:after {
    content: "\f107";
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
}


/* SMART KATEGORİ*/

/* SLIDER MODÜLÜ */
.slider {
    overflow: hidden;
}
.slideItem {
    filter: brightness(0.6);
}
.slider:after {
    content: '';
    background: transparent;
    width: 0;
    height: 0;
    border-left: 585px solid transparent;
    border-right: 585px solid transparent;
    border-bottom: 68px solid #FFF;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0px auto;
}
@media (max-width: 767px){
.slider:after {
display:none;
}
}

.slide {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.slider .owl-nav {
    /* position: absolute; */
    /* bottom: 75px; */
    /* right: 0; */
}
.slider .owl-nav div {
	background: #ffffff !important;
	padding: 12px 15px !important;
	color: black !important;
	position: absolute;
	bottom: 0;
}
.slider .owl-nav div:hover {
    background: #6daee6 !important;
    color: white !important;
}

.slider-description {
	position: absolute;
	top: 27%;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
	color: white;
}
.slider-description h1 {
    font-weight: 200;
    margin: 0;
    font-size: 50px;
    margin-bottom: 22px;
}
.slider-description h1 strong {
    font-weight: 600;
}
.slider-description h2 {
    /* color: #3a3737; */
    font-size: 26px;
    letter-spacing: -0.4px;
    display: none;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0px;
}
.slider-description .indirim {
    font-size: 35px;
    /* color: #6eaee7; */
    font-weight: 600;
    display: none;
}
.slider-description .satin-al {
    display: inline-block;
    padding: 15px 30px;
    background: #f7b71e;
    border-radius: 0;
    color: white;
    font-size: 15px;
    margin-top: 35px;
}
.slider-description p {
    line-height: 28px;
    border: 1px solid #ffffff5e;
    padding: 22px 20px;
    margin: 0px auto;
    font-weight: 200;
    font-size: 17px;
}
span.gray {
    background: #9c9c9c;
    padding: 8px 20px;
}
span.yellow {
    padding: 8px 20px;
    background: #f7b71e;
}
.slider-description .satin-al:hover {
    background: #dfa418;
}

ul.icon-box {
    text-align: center;
}
ul.icon-box li {
    display: inline-block;
    height: 148px;
    line-height: 148px;
    background: rgba(0, 0, 0, 0.15);
    margin: 15px;
    text-align: center;
}
ul.icon-box li a {
    text-align: center;
    display: inline-block;
    line-height: 148px;
    padding: 50px 50px;
    width: 100%;
}
ul.icon-box li:hover {
    background: rgba(0, 0, 0, 0.43);
}
.slider-description h1 strong {
    font-weight: 600;
}
.slider .owl-nav div {
	position:absolute;
	bottom:0;
	margin:0 !important;
}
.slider .owl-nav .owl-next {
	right:0;

}
.slider .owl-nav .owl-prev {
	left:0;

}
.slider .owl-nav .owl-next:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 99px solid transparent;
    border-bottom: 99px solid transparent;
    border-right: 99px solid #FFF;
    position: absolute;
    bottom: -99px;
    right: 0;
}

.slider .owl-nav .owl-prev:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 99px solid transparent;
    border-bottom: 99px solid transparent;
    border-left: 99px solid #FFF;
    position: absolute;
    bottom: -99px;
	left:0;
}
.slider .owl-theme .owl-nav .disabled {
    opacity: 1;
}
.slider .owl-nav .owl-next:after {
    position: absolute;
    color: #f7b71e;
    top: -5px;
    content: "\f105";
    right: 55%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
}
.slider .owl-nav .owl-prev:after {
    position: absolute;
    color: #f7b71e;
    top: -5px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    content: "\f053";
}
@media (max-width: 1024px) {

.slider:after {
    border-left: 385px solid transparent;
    border-right: 385px solid transparent;
    border-bottom: 68px solid #FFF;
}

}
@media (max-width: 420px) {

.slider:after {
    border-left: 285px solid transparent;
    border-right: 285px solid transparent;

}

}
/* SLIDER MODÜLÜ SON */

/*Section Title*/
.sectionTitles {
  margin-bottom: 40px;
}
.sectionTitles .sectionTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}
.sectionTitles .sectionTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #4c545f;
  text-align: center;
}
.sectionTitles .sectionSubTitle:before,
.sectionTitles .sectionSubTitle:after {
  width: 75px;
  height: 1px;
  background: #4c545f;
  content: '';
  display: inline-block;
  top: -4px;
  position: relative;
}
.sectionTitles .sectionSubTitle:before {
  margin-right: 20px;
}
.sectionTitles .sectionSubTitle:after {
  margin-left: 20px;
}
.sectionTitles .sectionSubTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle.whiteTC:before,
.sectionTitles .sectionSubTitle.whiteTC:after {
  background: #FFF;
}
@media (max-width: 1024px) {
  .sectionTitles .sectionTitle {
    font-size: 30px;
  }
  .sectionTitles .sectionSubTitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}
/*MixitUp*/
.mix {
  display: none;
}

/*Services*/
.sectionTitles .sectionTitle {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    margin-top: 0;
}
section.row, header.row, footer.row {
    margin: 0;
    position: relative;
}
#nr_services {
  padding: 50px 0 0;
}
#nr_services .service {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333d40;
  height: 220px;
  width: 220px;
  border: 10px solid #ffff01;
  padding: 20px;
  border-radius: 100%;
  cursor: all-scroll;
  margin: 0 auto 10px;
}
#nr_services .service .innerRow {
  border: 2px solid rgba(247, 183, 30, 0.8);
  height: 100%;
  border-radius: 100%;
  transition: all 300ms ease-in-out;
}
#nr_services .service .innerRow i {
  font-size: 50px;
  line-height: 50px;
  color: #f7b71e;
  margin: 39px 0 10px;
  display: block;
}
#nr_services .service .innerRow .serviceName {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#nr_services .service .innerRow .serviceName:after {
  content: attr(data-hover);
  position: absolute;
  display: block;
  top: 0;
  max-width: 0;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
#nr_services .service:hover .innerRow {
  background: #f7b71e;
}
#nr_services .service:hover .innerRow i {
  color: #FFF;
}
#nr_services .service:hover .innerRow .serviceName:after {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #nr_services .service {
    height: 200px;
    width: 200px;
    border: 8px solid #f7b71e;
    padding: 10px;
  }
  #nr_services .service .innerRow i {
    font-size: 26px;
    line-height: 26px;
    margin: 55px 0 5px;
  }
  #nr_services .service .innerRow .serviceName {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
  }
}
@media (max-width: 990px) {
  #nr_services .service {
    height: 148px;
    width: 148px;
    border: 7px solid #f7b71e;
    padding: 8px;
  }
  #nr_services .service .innerRow i {
    font-size: 24px;
    line-height: 24px;
    margin: 33px 0 3px;
  }
  #nr_services .service .innerRow .serviceName {
    display: inline-block;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #nr_services .col-sm-3 {
    width: calc(100% / 4);
    float: left;
  }
  #nr_services .service {
    height: 148px;
    width: 148px;
    border: 7px solid #f7b71e;
    padding: 8px;
    margin: 10px auto;
  }
  #nr_services .service .innerRow i {
    font-size: 24px;
    line-height: 24px;
    margin: 33px 0 3px;
  }
  #nr_services .service .innerRow .serviceName {
    display: inline-block;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  #nr_services .col-sm-3 {
    width: calc(100% / 4);
    float: left;
  }
  #nr_services .service {
    height: 145px;
    width: 145px;
    border: 7px solid #f7b71e;
    padding: 8px;
    margin: 10px auto;
  }
  #nr_services .service .innerRow i {
    font-size: 24px;
    line-height: 24px;
    margin: 30px 0 3px;
  }
  #nr_services .service .innerRow .serviceName {
    display: inline-block;
    font-size: 11px;
  }
}
@media (max-width: 610px) {
  #nr_services .col-sm-3 {
    width: 100%;
    float: none;
  }
  #nr_services .service {
    height: 200px;
    width: 200px;
    border: 7px solid #f7b71e;
    padding: 8px;
    margin: 15px auto;
  }
  #nr_services .service .innerRow i {
    font-size: 28px;
    line-height: 28px;
    margin: 55px 0 3px;
  }
  #nr_services .service .innerRow .serviceName {
    font-size: 14px;
  }
}
/*Services Page*/

/*Projects*/
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
#projects .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
#projects {
  padding: 50px 0 0;
}
#projects .filters {
  border-top: 1px solid rgba(156, 156, 156, 0.3);
  padding: 40px 0;
  color: rgba(156, 156, 156, 0.9);
  font-family: 'Raleway', sans-serif;
}
#projects .filters .filter {
    padding: 0 40px;
    position: relative;
    line-height: 14px;
    cursor: pointer;
    display: inline-block;
}
#projects .filters .filter i {
  margin-right: 10px;
}
#projects .filters .filter:after {
  width: 5px;
  height: 14px;
  content: '';
  border: 1px solid rgba(156, 156, 156, 0.8);
  border-width: 0 1px;
  position: absolute;
  right: 0;
  top: 0;
}
#projects .filters .filter.active {
  color: #f7b71e;
}
#projects .project.mix {
  position: relative;
  overflow: hidden;
  float: left;
}
#projects .project.mix .projectImg {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#projects .project.mix .projectDetails {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(156, 156, 156, 0.85);
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  transition: all 300ms ease-in-out;
}
#projects .project.mix .projectDetails .nameType {
  transition: all 300ms ease-in-out;
}
#projects .project.mix .projectDetails .nameType .projectName {
  font-size: 22px;
}
#projects .project.mix .projectDetails .nameType .projectType {
  color: rgba(255, 255, 255, 0.4);
}
#projects .project.mix .projectDetails .projectIcons a {
    width: 50px;
    line-height: 50px;
    border-color: #f7b71e;
    background: none;
    border-radius: 0;
    color: #FFF;
    font-size: 20px;
    text-shadow: none;
    transition: all 300ms ease-in-out;
    height: 50px;
    padding: 13px 12px;
}
#projects .project.mix .projectDetails .projectIcons a:first-child {
  margin-right: 2px;
}
#projects .project.mix:hover .projectDetails {
  background: none;
}
#projects .project.mix:hover .projectDetails .nameType {
  margin-left: -500%;
}
#projects .project.mix:hover .projectDetails .projectIcons {
  background: none;
}
#projects .project.mix:hover .projectDetails .projectIcons a {
  background: #f7b71e;
}
#projects.fullWidth .project,
#projects.col3 .project {
  width: calc(100% / 3);
}
#projects.col2 .project {
  width: calc(100% / 2);
}
#projects.col2 .projects,
#projects.col3 .projects {
  margin: -15px 0 0;
  background: none;
}
#projects.col2 .projects .project,
#projects.col3 .projects .project {
  padding: 15px;
}
#projects.col2 .projects .project .projectInner,
#projects.col3 .projects .project .projectInner {
  position: relative;
}
#projects.col2 .paginationRow,
#projects.col3 .paginationRow {
  top: -15px;
}
#projects.col3 .project .projectDetails {
  overflow: hidden;
  position: relative;
  bottom: 0;
}
#projects.col3 .project .projectDetails .nameType .projectName {
  font-size: 22px;
}
#projects.col3 .project .projectDetails .nameType .projectType {
  color: rgba(255, 255, 255, 0.4);
}
#projects.col3 .project .projectDetails .projectIcons {
  margin-right: -150%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
#projects.col3 .project:hover .projectDetails {
  background: #f7b71e;
}
#projects.col3 .project:hover .projectDetails .projectIcons {
  background: none;
  margin-right: 0;
}
#projects.col3 .project:hover .projectDetails .projectIcons a {
  background: #293133;
}
#projects.page {
  padding-top: 0;
}
@media (max-width: 1024px) {
  #projects .filters {
    padding: 20px 0;
  }
  #projects .filters .filter {
    padding: 0 20px;
  }
  #projects .project.mix .projectDetails {
    padding: 15px;
  }
  #projects .project.mix .projectDetails .nameType {
    transition: all 300ms ease-in-out;
  }
  #projects .project.mix .projectDetails .nameType .projectName {
    font-size: 15px;
  }
  #projects .project.mix .projectDetails .nameType .projectType {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
  }
  #projects .project.mix .projectDetails .projectIcons a {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-shadow: none;
  }
}
@media (max-width: 990px) {
  #projects .project.mix .projectDetails .nameType .projectName {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #projects .project.mix {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #projects .project.mix {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #projects .filters {
    padding: 0;
  }
  #projects .filters .project_filderButton {
    width: 100%;
    background: #333d40;
    border: 0;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    word-spacing: 10px;
    line-height: 50px;
  }
  #projects .filters #filters {
    padding: 10px 0;
    transition: all 300ms ease-in-out;
  }
  #projects .filters .filter {
    padding: 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  #projects .filters .filter i {
    font-size: 24px;
    margin: 0;
    display: block;
  }
  #projects .filters .filter:after {
    display: none;
  }
}

/*----------------------------------------------------------------*/
/*Blogs*/
#blogs {
  padding-top: 10px;
  margin-bottom: 10px;
}
.blog {
  margin-top: 30px;
}
.blog .blogInner {
  border: 1px solid rgba(156, 156, 156, 0.3);
  overflow: hidden;
}
.blog .blogInner .blogDateTime {
  line-height: 60px;
  color: #4c545f;
  font-family: 'Raleway', sans-serif;
}
.blog .blogInner .blogDateTime i {
  line-height: 60px;
  width: 60px;
  background: #8a8a8a;
  text-align: center;
  position: relative;
  font-size: 28px;
  color: #FFF;
  margin-right: 30px;
  float: left;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .blogDateTime i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #8a8a8a;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .featureImg {
  max-height: 320px;
  position: relative;
}
.blog .blogInner .featureImg a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.blog .blogInner .featureImg a img {
  width: 100%;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts {
  background: #f2eded;
  padding: 0 40px 0px;
  position: relative;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner {
  /* margin-top: -40px; */
  padding: 20px;
  font-family: 'Raleway', sans-serif;
  background: #FFF;
  position: relative;
  position: relative;
  top: -40px;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  transition: all 300ms ease-in-out;
}
.blog .blogInner:hover .blogDateTime i {
  background: #f7b71e;
}
.blog .blogInner:hover .blogDateTime i:after {
  border-left-color: #f7b71e;
}
.blog .blogInner:hover .featureImg a img {
  transform: scale(1.3);
}
.blog .blogInner:hover .postExcerpts {
  background: #f7b71e;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.postTitle h4 {
  color: #f7b71e;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.readMore {
  color: #9c9c9c;
}
.blog.row {
  padding: 0 15px;
}
.blog.row .blogInner .featureImg a img {
  width: 100%;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts {
  padding: 40px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
  margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog {
  margin-bottom: 40px;
  padding-right: 20px;
}
.blog.sinlge-blog .blogInner .featureImg {
  max-height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a {
  height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a img {
  width: 100%;
}
.blog.sinlge-blog .blogInner .postExcerpts {
  padding-top: 0;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1024px) {
  .blog .blogInner .blogDateTime {
    line-height: 50px;
    font-size: 13px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    margin-right: 20px;
  }
  .blog .blogInner .postExcerpts {
    background: #f2eded;
    padding: 0 25px 25px;
    position: relative;
    transition: all 300ms ease-in-out;
  }
  .blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
    padding: 20px;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
    font-weight: normal;
  }
  .blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.readMore {
    font-size: 13px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #blogs .col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 30px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog {
    max-width: 100%;
    padding: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
/*Elements*/
#elements {
  padding: 50px 0;
}
.leftAlignedTap {
  border: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs {
  float: left;
  width: 232px;
  border: 0;
  border-right: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs li {
  width: 100%;
}
.leftAlignedTap ul.nav-tabs li a {
  color: rgba(156, 156, 156, 0.9);
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 120px;
  height: 120px;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs li a i {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}
.leftAlignedTap ul.nav-tabs li:last-child a {
  border: 0;
}
.leftAlignedTap ul.nav-tabs li.active,
.leftAlignedTap ul.nav-tabs li:hover {
  border: 0;
}
.leftAlignedTap ul.nav-tabs li.active a,
.leftAlignedTap ul.nav-tabs li:hover a {
  background: #f7b71e;
  color: #FFF;
  border: 0;
}
.leftAlignedTap .tab-content {
  width: calc(100% - 232px);
  height: 100%;
  float: left;
}
.leftAlignedTap .tab-content .tab-pane {
  padding: 20px;
  color: rgba(156, 156, 156, 0.9);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
/*Testimonials*/
#testimonials {
    background: url("../images/background.png") no-repeat scroll center center #f7b71e;
  padding: 60px 0;
}
#testimonials .testimonialSlider {
  margin: 15px 0 10px;
}
#testimonials .testimonialSlider .item {
  color: #FFF;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#testimonials .testimonialSlider .item .clientPhoto {
  width: 153px;
  height: 153px;
  border-radius: 100%;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #FFF;
}
#testimonials .testimonialSlider .item .clientPhoto img {
  width: 100%;
  height: 100%;
}
#testimonials .testimonialSlider .item .clientNameTitle {
  margin: 20px 0;
}
#testimonials .testimonialSlider .item .arrow {
  margin-bottom: 30px;
  font-size: 40px;
}
#testimonials .testimonialSlider .item .arrow img {
  width: 42px;
  display: block;
  margin: 0 auto;
}
#testimonials .testimonialSlider .item .testimonial {
  background: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  font-weight: 300;
  border-radius: 10px;
  padding: 20px 40px;
}
@media (max-width: 1024px) {
  #testimonials {
    padding: 40px 0;
  }
  #testimonials .testimonialSlider {
    margin: 0;
  }
  #testimonials .testimonialSlider .item .clientPhoto {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
  #testimonials .testimonialSlider .item .clientPhoto img {
    width: 100%;
    height: 100%;
  }
  #testimonials .testimonialSlider .item .clientNameTitle {
    margin: 10px 0;
  }
  #testimonials .testimonialSlider .item .arrow {
    margin-bottom: 15px;
  }
  #testimonials .testimonialSlider .item .arrow img {
    width: 25px;
  }
  #testimonials .testimonialSlider .item .testimonial {
    font-size: 16px;
    border-radius: 5px;
    padding: 15px 30px;
  }
}
@media (max-width: 540px) {
.leftAlignedTap .tab-content {
    width: 100%;
}
}
/*----------------------------------------------------------------*/
/*About us*/
#aboutus {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}
#aboutus .aboutContent {
  padding-right: 10px;
}
#aboutus .member {
  margin-top: 30px;
}
#aboutus .member h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #aboutus .member h2 {
    font-size: 24px;
  }
}
#aboutus .member h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #aboutus .member h3 {
    font-size: 20px;
  }
}
#aboutus .member p {
  font-size: 17px;
  line-height: 22px;
  color: #9c9c9c;
  margin: 0;
}
@media (max-width: 1024px) {
  #aboutus .member p {
    font-size: 14px;
  }
}
#aboutus .member .textsPart {
  width: calc(100% - 300px);
}
@media (max-width: 640px) {
  #aboutus .member .textsPart {
    width: 100%;
  }
}
#aboutus .member .aboutImg,
#aboutus .member .memImg {
  width: 300px;
  padding: 0 0 0 30px;
}
#aboutus .member .aboutImg img,
#aboutus .member .memImg img {
  width: 100%;
}
@media (max-width: 640px) {
  #aboutus .member .aboutImg,
  #aboutus .member .memImg {
    width: 100%;
    float: left;
    padding: 30px 0 0;
  }
}
#aboutus .member .memberIntro {
  height: 62px;
  background: #9c9c9c;
}
#aboutus .member .memberIntro .memberSocial {
  float: right;
  height: 62px;
  margin: 10px;
}
#aboutus .member .memberIntro .memberSocial li {
  padding: 0;
  margin: 0 1px;
}
#aboutus .member .memberIntro .memberSocial li a {
  display: block;
}
#aboutus .member .memberIntro .memberSocial li a i {
  color: #293133;
  border: 1px solid #838383;
  width: 40px;
  line-height: 38px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
}
#aboutus .member .memberIntro .memberSocial li a:hover i {
  background: #f7b71e;
  border-color: #f7b71e;
  color: #FFF;
}
@media (max-width: 480px) {
  #aboutus .member .memberIntro .memberSocial {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  #aboutus .member .memberIntro .memberSocial li {
    display: inline-block;
  }
}
#aboutus .member .memberIntro .namePro {
  float: left;
  line-height: 62px;
  background: #293133;
  position: relative;
  color: #FFF;
  font-size: 16px;
  padding-right: 25px;
}
#aboutus .member .memberIntro .namePro span.name {
  background: #f7b71e;
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 23px;
  font-size: 22px;
  font-weight: bold;
  margin-right: 25px;
}
#aboutus .member .memberIntro .namePro span.name:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7b71e;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  #aboutus .member .memberIntro .namePro {
    width: 100%;
  }
}
#aboutus .member:nth-child(odd) .textsPart {
  float: left;
}
#aboutus .member:nth-child(odd) .memImg {
  float: left;
  padding: 0 0 0 30px;
}
#aboutus .member:nth-child(even) .textsPart {
  float: right;
}
#aboutus .member:nth-child(even) .memImg {
  float: left;
  padding: 0 30px 0 0;
}
#aboutus .member:nth-child(even) .memberIntro .memberSocial {
  float: left;
}
#aboutus .member:nth-child(even) .memberIntro .namePro {
  float: right;
  padding: 0 0 0 25px;
}
#aboutus .member:nth-child(even) .memberIntro .namePro span.name {
  float: right;
  padding: 0 23px;
  font-size: 22px;
  font-weight: bold;
  margin-left: 25px;
  margin-right: 0;
}
#aboutus .member:nth-child(even) .memberIntro .namePro span.name:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f7b71e;
  border-left: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: auto;
  left: -10px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  #aboutus .member:nth-child(even) .memberIntro .namePro span.name {
    float: left;
    margin-left: 0;
    margin-right: 25px;
  }
  #aboutus .member:nth-child(even) .memberIntro .namePro span.name:after {
    border-left: 10px solid #f7b71e;
    border-right: 0;
    right: -10px;
    left: auto;
  }
}
@media (max-width: 480px) {
  #aboutus .member:nth-child(even) .memberIntro .namePro {
    padding: 0 25px 0 0;
  }
}
#aboutus .member.aboutUsTexts {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
#aboutus .member.member3_1 {
  margin-bottom: 30px;
}
#aboutus .member.member3_1 .memImg {
  float: none;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
#aboutus .member.member3_1 .memImg img {
  max-width: 100%;
  display: inline-block;
}
#aboutus .member.member3_1 .memberIntro {
  text-align: center;
  height: auto;
  color: #FFF;
}
#aboutus .member.member3_1 .memberIntro .name {
  line-height: 62px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  background: #f7b71e;
}
#aboutus .member.member3_1 .memberIntro .name:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f7b71e;
  position: absolute;
  left: calc(50% - 10.5px);
  top: 100%;
  transition: all 300ms ease-in-out;
}
#aboutus .member.member3_1 .memberIntro .pro {
  line-height: 62px;
  background: #293133;
}
#aboutus .member.member3_1 .memberIntro .memberSocial {
  height: 42px;
  float: none;
  text-align: center;
}
@media (max-width: 480px) {
  #aboutus .member.member3_1 .memberIntro .memberSocial {
    margin: 10px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  #aboutus .col-sm-9 {
    width: 100%;
  }
}
.widgetS {
  font-family: 'Raleway', sans-serif;
  padding: 20px;
  border: 1px solid rgba(156, 156, 156, 0.3);
  margin-bottom: 20px;
  color: #9c9c9c;
}
.widgetS h4 {
  color: #40434c;
  font-weight: bold;
  margin: 0 0 18px;
}
@media (max-width: 1024px) {
  .widgetS h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
/*Text Widget*/
.textWidget p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1024px) {
  .textWidget p {
    font-size: 13px;
  }
}
/*Conact Widget*/
.contactWidget ul {
  margin-bottom: 0;
}
.contactWidget ul li i {
  font-size: 16px;
  color: #f7b71e;
  margin-right: 10px;
  width: 17px;
}
@media (max-width: 1024px) {
  .contactWidget ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .contactWidget ul li i {
    font-size: 14px;
    width: 10px;
  }
  .contactWidget ul li:last-child {
    margin-bottom: 0;
  }
}
ul.product-list li {
    margin-bottom: 30px;
}
ul.product-list li h3 {
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
}
ul.product-list li a img {
    width: 100%;
    height: auto;
}
ul.product-list li a {
    display: block;
}
.product-content p {
    line-height: 29px;
    font-size: 15px;
    margin-bottom: 15px;
}
.product-content h3 {
    font-size: 42px;
}
/*Page Cover*/
#pageCover {
  position: relative;
  min-height: 281px;
  text-align: center;
  padding-top: 80px;
  background: url(../images/cover.png) no-repeat scroll center center #6f2020;
}
#pageCover img.pageCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
}
#pageCover .pageTitle {
  color: #FFF;
  padding: 0 27px;
  min-width: 138px;
  line-height: 65px;
  border: 1px solid #f7b71e;
  margin: 0 auto;
  display: inline-block;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  background: rgba(0, 0, 0, 0.2);
}
#pageCover .pageBreadcrumbs {
  margin: 0;
}
#pageCover .pageBreadcrumbs .breadcrumb {
  border-bottom: 1px solid #FFF;
  line-height: 40px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
}
#pageCover .pageBreadcrumbs .breadcrumb li {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}
#pageCover .pageBreadcrumbs .breadcrumb li a {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
}

#pageCover.blogPage {
  background-image: url("../images/projects/cover.png");
}
#pageCover.projectPage {
  background-image: url("../images/projects/cover.png");
}
#pageCover.servicePage {
  background-image: url("../images/serviceCover.png");
}
/*----------------------------------------------------------------*/
/* MARKA SLIDER BAŞLANGIÇ */
.markaImage a {
    padding: 8px 30px;
}
/* MARKA SLIDER SON */

/* TOP10 FULLWIDTH BAŞLANGICI */
.top10-fullwidth {}
.top10-fullwidth .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.top10-fullwidth .owl-nav .owl-next:before {
    content: "";
    border-left: 1px solid #e5e3e3;
    position: relative;
    left: -12px;
}
.top10-fullwidth .owl-nav div {
background: #ffffff !important;
    padding: 5px 10px !important;
    color: black !important;
    font-size: 15px !important;
    margin: 0px 0 0 5px !important;
}
.top10-fullwidth .module-title {
    border-bottom: 2px solid #5c9fda;
    position: relative;
}
.top10-fullwidth .module-title span {
	background: #6eaee7;
	padding: 0px 30px;
	margin: 0 !important;
	line-height: 55px;
	height: 55px;
	display: inline-block;
	color: white;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
}
.product-item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    z-index: 999;
    background-color: #fff;
    margin: 35px 0px;
	    position: relative;
}
.product-image {
    position: relative;
    margin: 20px;
    overflow: hidden;
    text-align: center;
}

.product-image img {
    max-width: 100%;
	 -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
}
.new-product {

    top: 15px;
    left: 24px;
    color: black;
    background: #f9f9f9;
}
.discount-rate {
    color: white;
    background: #6eaee7;
	top: 15px;
    right: 24px;
}
.discount-rate, .new-product{
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 9999;
    text-align: center;
}
.discount-rate:after, .new-product:after {
    content: "\f0dd";
    font-family: 'fontawesome';
    position: absolute;
    font-size: 22px;
	top: 9px;
}
.new-product:after {
    right: 10px;
    color: #f9f9f9;
}
.discount-rate:after{
    left: 10px;
    color: #6eaee7;
}
.new-product span {
    font-size: 12px;
    line-height: 22px;
	    letter-spacing: 0.6px;
}
.product-name {
    height: 50px;
    overflow: hidden;
}
.product-name a {
    font-size: 14px;
}

.product-info {
    padding: 10px 15px;
    text-align: center;
}
.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}
.product-rating span {
    display: none;
}
.product-rating {
    margin-bottom: 10px;
}
.product-price > div {
    display: inline-block;
    padding: 0px 5px;
}
.cart-content .product-price > div {
    display: block;
}
.cart-content td.product-name {
    max-width: 390px;
}
.product-price .price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    font-weight: 500;
}
.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}
.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
}
.rate {
    text-align: center;
    z-index: 99;
    position: relative;
    background: white;
}
ul.stars {
    width: 75px;
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}
ul.stars li {
    display: inline-block;
    text-align: center;
    color: #C5C5C5;
    padding: 2px 0px;
    font-size: 11.5px;
}
.rate img {
    width: auto !important;
    display: inline-block !important;
}
 .product-item .action-hover {
    z-index: 99;
    width: 100%;
    text-align: center;
}
 .product-item .action-hover ul li div {
/*     display: none; */
}
 .product-item:hover .action-hover ul li div {
     display: inline-block;
     position:absolute;
}
 .product-item .action-hover ul li div span {
     border-radius: 0px;
     padding: 7px 13px 5px 13px;
}

 .product-item .action-hover li {
    display: inline-block;
    width: 15%;
    float: left;
    border: 1px solid #e9e9e9;
    border-right: 0;
    background: #f9f9f9;
}
.product-item .action-hover li:first-child {
    width: 55%;
    border-left: 0;
}

 .product-item .action-hover li a {
    padding: 0px 8px;
    position: relative;
    font-size: 13px;
    color: #444444;
    line-height: 43px;
    cursor: pointer;
}
.product-item .action-hover li:last-child {
    border-right: 0;
}
.product-item .action-hover li .alert-error {
	line-height: 43px;
    cursor: move;
}
.product-item .action-hover li .alert-error i {
    margin-right: 5px;
    background: white;
    color: #f94646;
    width: 23px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}
 .product-item .action-hover ul li div span span, .product-item .action-hover li a span {
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.50px;
    padding: 0px 20px;
    position: absolute;
    bottom: 100%;
    color: rgba(0,0,0,0);
    background-color: rgba(255, 194, 41,0);
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    right: 0;
    border-radius: 3px;
    height:  35px;
    line-height:  35px;
}
 .product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
  /*   display: none; */
}
 .product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;

    background-color: #2d2c2d;
}
 .product-item .action-hover ul li div span:hover span:before, .product-item .action-hover ul li a:hover > span:before {

     color: rgb(255, 126, 0);
}
 .product-item .action-hover ul li div span i {
     padding-right: 0px;
}

 .product-item .action-hover li div:hover, .product-item .action-hover li a:hover {
     color: white;
     background: #6eaee7;
}
/* TOP10 FULLWIDTH BAŞLANGICI */

/* POSTER ICONS BAŞLANGICI */
.iconContainer {
    border-radius: 9px;
    border: 1px solid #f1efef;
}
.iconContainer > div {
    padding-left: 0 !important;
}
.iconContainer img {
    float: left;
    margin-right: 10px;
    width: auto !important;
}
.iconContainer h3 {
    font: 500 14px/24px "Rubik",Helvetica,sans-serif;
    margin-top: 6px;
    margin-bottom: 0;
	    color: #484848;
}
.iconContainer p {
    float: left;
    margin-right: 10px;
    width: auto !important;
    color: #828080;
    letter-spacing: 0.4px;
    font-weight: 300;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.bannerContainer img {
    max-width: 100%;
    height: auto;
}

/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */
.sidebar {
    border-radius: 8px;
    padding: 15px;
}
.sidebar-item {
    padding-bottom: 20px;
    font-family: 'rubik';
    margin-bottom: 20px;
}

.categories ul li {
    line-height: 32px;
}
#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}
.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.cat-color ul li {
    display: inline-block;
    padding: 2px;
}
.cat-color ul li label img {
    width: 35px;
    height: 35px;
}
.cat-color .check-list ul li label {
    position: relative;
    padding: 0;
}

.cat-color .check-list ul li label input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.cat-color .check-list ul li label:before, .cat-color .check-list ul li label:after {
	display:none;
}

.cat-color .check-list ul li label span {
    display: none;
}
.check-list ul > li label,  .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #444444;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}
.cat-price {
    padding: 0px 20px;
}

.check-list ul > li > label input, .check-list ul > li > span input, .radio-list ul > li > label input {
    display: none;
}
.check-list ul > li > label:before, .radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 7px;
    left: 0px;
    content: "";
}
.check-list ul > li > label.select:after, .radio-list ul > li > label.select:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 35px;
    text-align: center;
}
.tabs-navigation ul {
    margin: 0;
    position: relative;
    margin-bottom: -2px;
}
.view-options li {
    display: inline-block;
    margin-right: 6px;
	cursor:pointer;
}
.view-options li i {
    background: #fbfbfb;
    padding: 10px;
    color: #515151;
    border: 1px solid #dcd7d7;
	border-radius: 3px;
}
.view-options li:hover i, .view-options li.tab-active i {
    background: #6eaee7;
    color: white;
    border: 1px solid transparent;
}
.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.one-content .product-image {
    width: 25%;
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
	margin: 0;
}
.one-content .product-info {
    width: 75%;
    float: right;
    position: relative;
    margin-top: 35px;
}
.one-content .product-item .action-hover {
    max-width: 60%;
    float: right;
}
.one-content .product-container, .two-content .product-container {
    float: left;
    flex: inherit !important;
    max-width: none !important;
}
.one-content .product-container {
    width: 100% !important;
}
.one-content .product-item .action-hover {
    max-width: 75%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.one-content .product-item .action-hover li:first-child {
}
.two-content .product-container {
    width: 50% !important;
}
.user-cart {
    position: absolute;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}
.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}
.product-container .product-image .product-second-image {
	opacity:0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.product-container .product-image:hover .product-first-image {
	opacity:0	
}
.product-container .product-image:hover .product-second-image {
	opacity:1;

}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
	z-index:-1;
}

.product-item:hover .product-hover {
    display: none;
}
.product-label ul li {
	text-align: center;
    font-size: 12px;
    color: #7e7d7d;
    margin-bottom: 8px;
    /* border: 1px solid #e7e7e7; */
    padding: 8px 4px;
    /* background: #f9f9f9; */
    text-shadow: 1px 1px white;
}
.product-label ul li i {
    font-size: 16px;
    margin-bottom: 5px;
}
.product-label ul li img {
    max-width: 100%;
}
.false {
    display: none !important;
}
.product-hover {
    z-index: 98;
    position: absolute;
    right: 15px;
    top: 60px;
}
.total-stock {
	text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}
/* VİTRİN MODÜLÜ SONU */

/* ÜRÜN DETAYI BAŞLANGICI */
.product-page-center {
	background-color: #f9f9f9;
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    color: #7b7b7b;
}
.product-name-detail {
    font-size: 22px;
    font-weight: 400;
    color: black;
}

.product-title {
    padding-top: 0px;
    padding-bottom: 20px;
}

ol.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    margin: 0px 8px;
}
ol.breadcrumb {
    background: none;
    margin: 0;
	padding:0;
}
ol.breadcrumb li:last-child a:after {
    display: none;
}
.product-detail-edit {
    text-align: right;
}
.product-navigation .next, .product-navigation .prev {
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    font-size: 13px;
}
.product-navigation {
    text-align: right;
}
.overview-button .alert-success {
    padding: 8px 25px;
    width: 100%;
    /* margin-top: 15px; */
    display: block;
    text-align: center;
    border-radius: 32px;
    background: #3e3e3e;
    color: #ffffff;
    font-size: 12px;
}
.product-social {
    padding: 10px 10px;
    border-radius: 36px;
    background: white;
    font-size: 13px;
    margin-top: 20px;
}
.product-social ul {
    margin-bottom: 0;
}
.product-social ul li a {
    margin-bottom: 0;
    padding-bottom: 0;
    /* line-height: 28px; */
}
.product-social ul li {
    display: inline-block;
    font-family: 'poppins';
    width: 25%;
    float: left;
}
.product-social li i {
    width: 35px;
    text-align: center;
}
.product-label-detail ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 25%;
    float: left;
    background: #efefef;
    border: 1px solid #efefef;
    padding-top: 12px;
    border-radius: 4px;
    margin-right: 5px;
}
.product-label-detail ul li span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
    padding: 8px;
    background: #f3f3f3;
    border-top: 1px solid #e3e3e3;
}
.rating-sprite {
	position:relative;
	background: url(../images/star-rating-sprite.png) repeat-x;
	background-size: 13px 31px;
	height: 13px;
	width: 65px;
	float: left;
}
.rating-count {
    padding-left: 10px;
    position: absolute;
    right: -10px;
    line-height:  15px;
}
.add-comment {
    padding-left: 10px;
    font-size: 12px;
    float: left;
    line-height: 22px;
    cursor: pointer;
}
ul.product-comments {
    display: block;
    float: left;
    width: 100%;
}
ul.product-price-list li .bold {
    font-weight: 700;
    width: 30%;
    display: inline-block;
    float: left;

    position: relative;
}
ul.product-price-list li .bold:after {
    content: ":";
    position: absolute;
    right: 0;
    padding-right: 6px;
    font-weight: 400;
}
ul.product-price-list {
    margin-top: 25px;
    margin-bottom: 25px;
	color: #616060;
}
ul.product-price-list li {
	line-height: 32px;
    float: left;
    width: 100%;
}
li.featured-price {
    font-weight: 700 !important;
}
ul.product-price-list li > div {
    display: inline-block;
    float: left;
}
.price-title {
    width: 30%;
    font-size: 13px;
}
.price-title:after {
    content: ":";
    float: right;
    padding-right: 6px;
}
.price-label {
    /* width: 70%; */
    position: relative;
}
.price-discount {
    display: inline-block;
    position: absolute;
    left: 120%;
    top: 0;
}
ul.product-price-list > li span.discount {}
ul.product-price-list > li span.discount div {
    float: left;
    margin-right: 5px;
    background-color: #ffffff;
    padding: 0px 10px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 3px;
    color: #545353;
    font-weight: 400;
    letter-spacing: 1px;
}
ul.product-code {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #5f5e5e;
}
ul.product-code li {
    display: inline-block;
    padding-right: 10px;
}
ul.product-code li span:first-child {
    font-weight: 600;
}
.product-add {
	padding: 20px 0px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 20px 0px;
}
.product-add li{
	float:left;
}
.quantity-minus,  .quantity-plus {
	width: 38px;
    text-align: center;
    font-size: 11px;
    padding: 5px 0px 0px 0px;
}
li.quantity-piece {
    position: relative;
}
.quanity-control {
	position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0px;
}
li.quantity-piece input {
	width: 105px;
    text-align: center;
    box-shadow: none;
    height: 45px;
    border-bottom: 0;
    border: 1px solid #dddddd;
    border-radius: 32px;
}
.quantity-plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quantity-minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.add-to-cart-detail {
    margin: 0px 5px;
    padding: 0px 50px;
    line-height: 45px;
    background: #6eaee7;
    color: white !important;
    border-radius: 36px;
	cursor: pointer;
	border:none;
}
.add-to-cart-detail:hover {
    background: #3e3e3e;
}
.overview-button {
    padding: 20px 0px;
    border: 1px solid #e8e7e7;
    float: left;
    width: 100%;
    margin-top: 25px;
    border-left: 0;
    border-right: 0;
}
.overview-button li {
    display: inline-block;
}
.overview-button li a {}
.overview-button li a i {
    margin-right: 3px;
    width: 32px;
    text-align: center;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 50%;
}
.overview-button .btn-danger {
    font-size: 11px;
}
.overview-button li a span {
    display: none;
}
.alternatives {
    margin-bottom: 25px;
}
.related-product-box {
    border: 2px solid #edecec;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}
.related-product-rating {
    margin: 10px 0px;
}
.related-product-rating img {
	width: auto !important;
    display: inline-block !important;
}
.related-product-pricebox > div {

    display: inline-block;
    padding-right: 5px;
}

.product-tabs .product-detail-tabs .tab-box:first-child {
    display: block;
}
.product-tabs .product-detail-tabs .tab-box {
    display: none;
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #e8e8e8;
}
.product-tabs .product-detail-tabs .tab-box h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}
.product-detail-tabs .tab-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #7a7676;
}
.product-tabs .tabs-navigation ul li {
    display: inline-block;
}
.product-tabs .tabs-navigation ul li a {
    padding: 12px 20px;
    /* background: #ffffff; */
    color: #2d2d2d;
    font-size: 13px;
}
.product-tabs .tabs-navigation ul .tab-active a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    background: white;
}
.variant-control {
/*    padding-top: 20px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
	*/
}
.variant-control dl {
    margin-bottom: 15px;
}
.variant-control dl label {
    font-weight: 600;
    color: #5d5d5d;
    font-size: 13px;
}
.variant-control dl label img {
    width: auto;
    display: none;
}
.checklist-container li label {
    margin-right: 20px;
    padding-bottom: 0;
}
.checklist-container li input {
    margin-right: 2px;
}
.variant-upload label {
    margin: 0px 5px;
    font-weight: 400 !important;
}

.degree-bar-container {
    background: #f3f3f3;
    border-radius: 8px;
    width: 90%;
}
.shop-degree-bar-cont li {
    position: relative;
    height: 25px;
}
.shop-degree-bar {
    position: relative;
    background: #6eaee7;
    height: 10px;
    border-radius: 8px;

}
.shop-degree-bar-cont li span {
	position: absolute;
    right: 0;
    top: -5px;
    font-weight: 300;
    color: #1b1a1a;
}


/* ÜRÜN DETAYI SONU */

/* ÜRÜN DETAYI TEKSTİL MODÜLÜ BAŞLANGICI */
.tekstil-modulu .variant-box {
    margin-bottom: 20px;
}
.tekstil-modulu label {
	font-size: 16px;
    color: black;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.color-selector input {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border: 2px solid transparent;
	border-radius: 4px;
	/* padding: 4px; */
}
.color-selector input.selected {
    border: 2px solid #8e8f8f;
    padding: 4px;
}
.size-selector .normal {
    border: 1px solid #e7e7e7a3;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
	cursor:pointer;
}
.size-selector .normal.hover {
    border: 1px solid transparent;
    background: #6eaee7;
    color: white;
}
.size-selector .selected {
    border: 1px solid transparent;
    background: #6eaee7;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #ffffff;
}
.standarts {
    color: #2a2828;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}
.size-selector .soldOut, .color-selector .selectedSoldOut {

    background: #f1f1f1;

    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
	    cursor: no-drop;
		
}
.size-selector .soldOut{
border:1px solid transparent !important;
}
.color-selector .selectedSoldOut {
border:2px solid transparent !important;
}

/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */

/* HESABIM SAYFALARI */
.static-content {
    border: 1px solid #efeeee;
    border-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
	background: white;
}
.static-content label {

}
.user-address-box {
    padding: 10px;
    background: #f7f7f7;
}
.address .tab-box {
    display: none;
}
.address .tab-box:first-child {
    display: block;
}
.address-tab-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px;
}
.date {
    position: relative;
}
.input-group div {
    right: 0 !important;
    left: inherit !important;
    top: 35px !important;
}
.input-group input {
    border: 1px solid #d0d0d0;
    padding: 7px;
}
.input-group input + input {
    position: absolute;
    right: 10px;
}
tr.group.shopTitle {
    background: #f7f7f7;
}
.compareTable h5 {
    font-size: 14px;
    margin: 0;
}
.compareHeader {
    position: relative;
}
.compareEraseButton {
    position: absolute;
    right: 15px;
    top: 10px;
}
.TablePoints {
    position: relative;
}
.compareHeader h4 {
    margin-bottom: 28px;
    margin-top: 38px;
}
.compare-container {
    margin-top: 5px;
}
td.compareTd {
    vertical-align: top;
}
tr.compareProductShipping {
    height: 150px;
}
tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
    height: 50px;
}
tr.compareListAddCart {
    height: 61px;
}
tr.otherProperty {
    height: 67px;
}
ul.shop-degree img {
    width: auto;
    padding-right: 10px;
}
ul.shop-degree li strong {
	font-weight: 500;
    padding-right: 5px;
    font-size: 13px;
    font-family: 'rubik';
}
.star-ratings-sprite1 {
    width: 75px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    float: left;
}
.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 20px;
}
ul.customer {
    border: 1px solid #efeeee;
    padding: 6px 20px;
    background: #fdfdfd;
    font-size: 13px;
    border-bottom: 0;
    display: inline-block;
}
ul.customer li {
    display: inline-block;
    padding-right: 15px;
    line-height: 35px;
}
.comment-box {
    padding: 20px;
    border: 1px solid #efefef;
    /* box-shadow: inset 0px 0px 56px 0px whitesmoke; */
}
.comment-box p {
    color: #252525 !important;
    font-size: 14px !important;
    margin: 10px 0px !important;
    /* background: #fdfdfd; */
    /* padding: 15px; */
}
.comment-box li span {
    padding: 8px 0px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
.alternative-product-number {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.alternative-product-name a {
font-size: 13px;
    color: black;
    padding-bottom: 10px;
}
.alternative-product-price, .alternative-product-old-price {
    display: inline-block;
    padding-right: 10px;
}
.alternative-product-old-price {
    text-decoration: line-through;
    color: #a3a2a2;
}
.alternative-product-price {
    font-weight: 500;
}
.alternative-product-price .discount:after {
    line-height: 5px;
    font-family: 'fontawesome';
    content: "\f0dd";
    position: relative;
    top: -2px;
	    margin-left: 5px;
}
/* HESABIM SAYFALARI SONU */


/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.login-form .btn-link {
    padding: 0px 8px;
    font-size: 13px;
}
.register-page, .login-page {
    border: 1px solid #f1f1f1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.register-form ul li {
    position: relative;
}
.register-form ul .form-group > label {
    display: none;
}
.login-page .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.user-type tr {
    float: left;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
}

.user-type {
    padding: 8px 15px;
}
.user-type tr input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    opacity: 0;
}
.user-type label {
    margin-bottom: 0;
}
.captcha label {
	display: block;
    font-size: 12.5px;
}
.user-type tr:last-child label {
    margin-right: 0;
}
.captha, .captha-2 {
    position: relative;
}
.captha img, .captha-2 img {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
    border-radius: 4px;
}
.captha-2 img {
    top: 31px;
}
.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #6eaee7;
    color: white;
    border: 2px solid #6aa9e1;
    border-left: 0;
}
.register-btn:before {
    content: "\f234";
    font-family: 'fontawesome';
    float: left;
    background: #5c99d0;
    line-height: 42px;
    width: 56px;
    color: white;
    border-right: 1px solid #5f8cb3;
}
.register-btn:hover {
    background: #5c99d0;
    color: white;
}
.privacy-popover {
    padding: 0px 5px;
    margin-top: -3px;
}
.facebook-register label {
    float: left;
}
.facebook-register label a, .captcha label a {
    color: #307bbe;
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 500;
}
.facebook-register p {
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #efebeb;
    padding: 20px;
}

.register-icons li span {
    font-size: 32px;
    float: left;
    text-align: center;
    line-height: 50px;
}
.register-icons .icon-item {
    margin-bottom: 20px;
}
.register-icons .icon-content h3 {
    font-size: 15px;
    font-weight: 400;
}
.register-icons .icon-content p {
    font-size: 13px;
    color: #404040;
    line-height: 22px;
    font-weight: 300;
}
.register-icons .icon-content {
    padding-top: 5px;
}
ul.register-icons {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 25px 0px;
}
.title-type-4.mb-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */


/* İLETİŞİM SAYFASI */
.contact ul li {
    margin-bottom: 22px;
    display: block;
    width: 100%;
    float: left;
}
.contact ul li i {
    width: 55px;
    height: 55px;
    margin: 0px auto;
    background: #f6f6f6;
    line-height: 55px;
    font-size: 18px;
    border-radius: 50%;
    color: #6eaee7;
    text-align: center;
    float: left;
    margin-right: 15px;
    -webkit-column-break-before: 45px;
}
.contact ul li .inner-table {
    display: table;
}
.contact ul li .inner-table span {
    display: table-cell;
    vertical-align: middle;
}
.dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"] {
    width: 18px;
    display: inline-block;
    height: 18px;
    float: left;
    margin-right: 5px;
}
/* İLETİŞİM SAYFASI */
/* FOOTER BAŞLANGICI */
#footer {
    background-color: #333d40;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding-top: 55px;
    margin-top: 35px;
}
footer > .container {
    position: relative;
}
footer > .container:after {
    content: '';
    background: transparent;
    width: 0;
    height: 0;
    border-left: 585px solid transparent;
    border-right: 585px solid transparent;
    border-top: 68px solid #FFF;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
}
@media (max-width: 1024px) {

footer > .container:after {
display:none;
}

.slider:after {
    content: '';
    background: transparent;
    width: 0;
    height: 0;
    border-left: 385px solid transparent;
    border-right: 385px solid transparent;
    border-bottom: 68px solid #FFF;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0px auto;
}

}
.footer-links-container {
    padding-top: 45px;
}
.footer-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.07em;
	margin-bottom: 18px;
}

.footer-links li a {
    line-height: 30px;
    color: white;
    font-size: 14px;
}
.footer-newsletter .btn {
    right: 0;
    background: #293133;
    border: none;
    height: 100%;
    border-radius: 0;
    width: 85px;
}
.footer_ref a {
    color: white;
}
.footer-newsletter span {
	padding: 20px 0px;
    display: block;
    font-family: 'rubik';
    line-height: 24px;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    background: white;
}
.footer-social li a i {
    line-height: 40px;
    color: #343333;
}
.footer-social li a:hover {
    background: #303030;
}
.footer-social li a:hover i{
	color:white;
}

.footerBottom {
    background-color: #293133;
    padding: 20px 0 15px;
    font-family: 'rubik';
    letter-spacing: 0.3px;
    margin-top: 30px;
}
.footer_ref {
    text-align: right;
}
.footerBottom span a {
    color: white;
    font-size: 14px;
}
footer .container .goTop {
  text-align: center;
  z-index: 100;
  position: absolute;
  left: -30px;
  right: 0;
  margin: 0px auto;
  width: 62px;
  top: -80px;
}
footer .container .goTop a {
  display: inline-block;
  width: 62px;
  line-height: 62px;
  border-radius: 100%;
  background: #f7b71e;
  color: #FFF;
  font-size: 30px;
  height: 62px;
  padding: 15px;
}

/* FOOTER SONU */
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.header-bottom .dropdown-menu {
    top: 82px !important;
}
.header-bottom .dropdown-item {
padding: 20px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
}
@media (max-width: 1024px) {
	.whatsapp {
		    z-index: 99999;
    text-align: center;
    background: #54bf54;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.whatsapp a {
    color: white;
    line-height: 52px;
    font-size: 16px;
}
.header-bottom .dropdown-menu:before {
    display: none;
}
.header-bottom .nav-link {
	border-right:0 !important;
}
.slider-description {
    top: 35px;
}

.header-bottom .navbar-collapse ul li.active:before, .header-bottom .navbar-collapse ul li.active a:before, .header-bottom .navbar-collapse ul li.active a:after {
	display:none;
	
}
.header-bottom .navbar-collapse ul li.active a {
    background: transparent;
}
.header-bottom .nav-item.active a {
    color: #646262 !important;
}
.slider-description h1 {

    font-size: 32px;
}
ul.icon-box {
    display: none;
}
}
@media (min-width: 1024px) {
	.whatsapp {
		display:none;;
}
}
@media (max-width: 812px) {
.leftAlignedTap ul.nav-tabs {
    width: 100%;
}
.leftAlignedTap {
    border: 1px solid rgba(156, 156, 156, 0.3);
    margin: 0px;
    margin-top: 15px;
}
nav.topbar-menu .navbar-collapse li {
    border-bottom: 1px solid #404040;
}
nav.topbar-menu .navbar-collapse {
    position: absolute;
    top: 50px;
    width: 300px;
    text-align: right;
    background: #293133;
    right: 0;
    z-index: 999;
}

}
span.nav-item {
    color: white;
}