@charset "utf-8";
/*============================================================================================*/
/* 2.  PAGES */
/* 2.1 index */
/* 2.2 page full width */
/* 2.3 page with sidebar */
/* 2.4 page top menu */
/* 2.5 category full width*/
/* 2.6 category with sidebar */
/*============================================================================================*/
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
/********** 2.1 index */

#manset {
	margin: -35px 0; /* -15px */
}

@media (max-width: 767px) {
#manset {
	margin: -15px 0 15px 0;
}
}
.index-first .box {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	margin-top: -45px;
}

@media (max-width: 767px) {
.index-first .box {
	margin: 0 0 15px 0;
}
}
section {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	margin: 15px 0;
}
section .head {
	padding: 15px 0;
	text-align: center;
}
section .head h2 {
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
section .head small {
	color: #959595;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
}
.slide-index {
	padding-bottom: 75px;
}

@media (max-width: 768px) {
.slide-index {
	padding: 15px 0;
}
}
.section-bg i.fa-quote-left {
	font-size: 72px;
}
.slide-index .col-sm-4:first-child {
	margin-left: 15px;
	margin-right: -15px;
}
.slide-index .col-sm-4:last-child {
	margin-left: -15px;
	margin-right: 15px;
}

@media (max-width: 767px) {
.slide-index .col-sm-4:first-child {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.slide-index .col-sm-4:last-child {
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
}
}
.section-bg {
	background-image: url(../images/section-bg.jpg);
	background-position: center;
	background-size: cover;
	color: #FFF;
	margin: -15px 0;
	padding: 30px 0;
	text-align: center;
}
.section-bg .head h2 {
	color: #FFF;
}
.section-bg i.fa-quote-left {
	color: rgba(255,255,255,.4);
	font-size: 72px;
	margin-right: -30px;
}
.section-bg i.fa-quote-right {
	color: rgba(255,255,255,.4);
	font-size: 72px;
	margin-left: -30px;
}

@media (max-width: 768px) {
.section-bg i.fa-quote-left {
	margin-right: 0;
}
.section-bg i.fa-quote-right {
	margin-left: 0;
}
}
/********** 2.2 page full width */
/********** 2.3 page with sidebar */

.single {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	padding: 15px;
	margin-bottom: 15px;
}
.single .single-content {
	border-bottom: 1px solid #f1f1f1;
}
.single .single-content .head {
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 15px 0;
}
.single .single-content p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.single ul {
	position: relative;
}
.single ul li {
	position: relative;
}
/*.single ul li:before{
	color: #c7c7c7;
    position: absolute;
    font-family: 'FontAwesome';
    top: 5px;
    left: 0px;
    content: "\f101";
	padding-left: 5px;
	padding-top: 5px;
}*/

.single-bottom {
	margin: 15px 0 0 0;
}
.single-bottom .sm {
	margin: 0 5px;
}
.single-bottom .sm a i {
	background-color: #f1f1f1;
	color: #FFF;
	line-height: 31px;
	width: 30px;
	text-align: center;
}
.single-bottom .sm a i.fa-facebook {
	background-color: #3b5997;
}
.single-bottom .sm a i.fa-twitter {
	background-color: #55aced;
}
.single-bottom .date {
	color: #959595;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

@media (min-width: 768px) {
.single-bottom .date {
	text-align: right;
}
}
/********** 2.4 page top menu */
/********** 2.5 category full width*/

.cat-list {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	padding: 15px;
	margin-bottom: 15px;
}
.cat-list:first-child {
	margin-top: 15px;
}
.cat-list:last-child {
	border: none;
}
.cat-list .cat-list-content {
	border-bottom: 1px solid #f1f1f1;
}
.cat-list .cat-list-content .cat-name {
	background-color: #e74c3c;
	color: #FFF;
	display: inline;
	font-size: 11px;
	padding: 5px 8px;
}
.cat-list .cat-list-content .head {
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 15px 0;
}
.cat-list .cat-list-content p {
	color: #959595;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
.cat-list-bottom {
	margin: 15px 0 0 0;
}
.cat-list-bottom .sm, .cat-list-bottom .btn {
	display: inline;
}
.cat-list-bottom .btn {
	border: 1px solid #f1f1f1;
}
.cat-list-bottom .sm {
	margin: 0 5px;
}
.cat-list-bottom .sm a i {
	background-color: #f1f1f1;
	color: #FFF;
	line-height: 31px;
	width: 30px;
	text-align: center;
}
.cat-list-bottom .sm a i.fa-facebook {
	background-color: #3b5997;
}
.cat-list-bottom .sm a i.fa-twitter {
	background-color: #55aced;
}
.cat-list-bottom .date {
	color: #959595;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

@media (min-width: 768px) {
.cat-list-bottom .date {
	text-align: right;
}
}
/********** 2.6 category with sidebar */
/********** 2.7 gallery */

.gallery {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	padding: 15px;
	margin: 15px;
}
.gallery .gallery-content .head {
	color: #323232;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 15px 0;
}
.gallery .gallery-content .item {
	background: #FFF;
	border: 1px solid #ededed;
	border-radius: 4px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.gallery .gallery-content .item .head {
	border-bottom: 1px solid #f1f1f1;
	margin: -5px 0 15px 0;
}
.gallery .gallery-content .item .desc {
	padding: 15px;
}
.gallery .gallery-content .item h6 {
	color: #2980b9;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 10px 0;
}
.gallery .gallery-content .item a i {
	background-color: #2980b9;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	margin-top: 6px;
	text-align: center;
}
.gallery .gallery-content .item .desc p {
	color: #959595;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
.gallery .gallery-content .item .btn {
	font-size: 12px;
	margin-bottom: 15px;
}
.product {
	border: 1px solid #f1f1f1;
	padding: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 460px;
	webkit-box-shadow: 2px 2px 5px 0px rgba(149,149,149,0.54);
	-moz-box-shadow: 2px 2px 5px 0px rgba(149,149,149,0.54);
	box-shadow: 2px 2px 5px 0px rgba(149,149,149,0.54);
}
.product:hover {
	border: 1px solid #ff0000;
}
.product .desc {
	margin: 45px 0 15px 0;
	text-align: center;
}
.product .desc .title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.product .desc p {
	font-size: 12px;
	color: #959595;
	margin: 10px 0;
	height: 35px;
	overflow: hidden;
}
.product .desc .kose-uyari {
	background-color: rgba(255,0,0,0.7);
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 30px;
	position: absolute;
	top: 25px;
	right: -40px;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product .desc .sol-ust-list {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}
.product .desc .sol-ust-list ul li {
	background-color: rgba(255,0,0,0.7);
	color: #FFF;
	font-size: 12px;
	padding: 3px 6px;
	margin-bottom: 1px;
	text-align: left;
}
.product .desc .indirim {
	background-color: #959595;
	border-radius: 4px;
	color: #FFF;
	padding: 5px;
	width: 50%;
	margin-left: 25%;
}
.product .desc .fiyat-eski {
	font-size: 12px;
	color: #959595;
	text-decoration: line-through;
}
.product .desc .fiyat {
	color: #FF0000;
	font-size: 24px;
	font-weight: 700;
}
.product .desc .gonderim {
	font-size: 14px;
	color: #959595;
	margin: 10px 0;
	position: relative;
}
.product .desc .taksit {
	font-size: 13px;
	color: #313131;
	width: 50%;
	margin-left: 25%;
}
.product .desc .haber-ver {
	margin: 15px 0;
}
.product .bottom {
	background-color: #959595;
	border-top: 1px solid #f1f1f1;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 30px;
	width: 100%;
	height: 30px;
}
.product .bottom .left {
	border-right: 1px solid #f1f1f1;
	float: left;
	width: 50%;
}
.product .bottom .left:hover {
	background-color: #cc0000;
}
.product .bottom .right {
	float: left;
	width: 50%;
}
.product .bottom .right:hover {
	background-color: #cc0000;
}
.product .bottom .full:hover {
	background-color: #cc0000;
}
.product .bottom a, .product .bottom a:hover {
	color: #FFF;
}
.product .sepete-ekle {
	background-color: #FF0000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	opacity: 0;
	overflow: hidden;
}
.product:hover .sepete-ekle {
	height: 70px;
	opacity: 1;
}
.product .sepete-ekle a {
	display: block;
	margin: 14px 5px;
	text-align: center;
}
/**/

.product-comments {
	position: relative;
}
.product-comments .title {
	border: 1px solid #f1f1f1;
	color: #959595;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	margin: 30px 0;
	padding: 15px;
}
.product-comments .title .left {
	float: left;
}
.product-comments .title .right {
	float: right;
}
.product-comments .rating {
	margin-top: -10px;
}
.product-comments .rating ul li {
	border-radius: 12px;
	color: #6a6a6a;
	padding: 10px;
}
.product-comments .rating ul li a {
	color: #6a6a6a;
	display: block;
}
.product-comments .rating ul li a i {
	color: #ff0000;
}
.product-comments .rating ul li:hover {
	background-color: #f1f1f1;
}
.product-comments .rating ul li:hover a {
	color: #313131;
}
.product-comments .rating-number {
	border: 2px solid #f1f1f1;
	border-radius: 15px;
	height: 200px;
	padding: 15px;
	position: relative;
	text-align: center;
}
.product-comments .rating-number:after {
	color: #f1f1f1;
	position: absolute;
	font-size: 48px;
	font-family: 'FontAwesome';
	bottom: -17px;
	left: 50%;
	margin-left: -14px;
	content: "\f0d7";
}
.product-comments .rating-number .title {
	border: none;
	margin-top: -15px;
	margin-bottom: -5px;
}
.product-comments .rating-number i {
	color: #ff0000;
	font-size: 18px;
}
.product-comments .rating-number .puan {
	color: #6a6a6a;
	font-size: 112px;
	font-weight: 500;
	letter-spacing: -5px;
	margin: 40px 0 0 0;
}
.product-comments .comments {
	border-top: 1px solid #f1f1f1;
	margin: 45px 0;
	position: relative;
}
.product-comments .comments .top {
	margin: 45px 0;
}
.product-comments .user-comment {
	border-top: 1px solid #f1f1f1;
	padding: 15px;
}
.product-comments .user-comment:hover {
	background-color: #f1f1f1;
}
.product-comments .user-comment .user-comment-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.product-comments .user-comment p {
	color: #959595;
}
.product-comments .user-comment .name {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
}
.product-comments .user-comment .bottom {
	color: #959595;
	font-size: 12px;
}
.product-comments .user-comment .bottom a {
	color: #313131;
	font-size: 12px;
	margin: 0 10px;
}
.product-comments .user-comment .bottom a:hover {
	color: #ff0000;
}
/********** ürün detay sayfası
*/
	
.product-info {
	position: relative;
}
.product-info h2 {
	border-bottom: 1px solid #f1f1f1;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 30px 15px;
	padding: 0 0 30px 0;
}
.product-info .short-desc {
	color: #959595;
	font-size: 13px;
}
.product-info .price {
	color: #FF0000;
	font-size: 36px;
	font-weight: 600;
	margin: 30px 0;
}
.product-info .price small {
	color: #959595;
	font-size: 18px;
	text-decoration: line-through
}
.product-info ul li {
	border-bottom: 1px solid #f1f1f1;
	padding: 5px;
}
.product-info .piece {
	margin: 30px 0;
}
.product-info .total {
	border: 1px solid #959595;
	background-color: #f1f1f1;
	border-radius: 5px;
	font-weight: 700;
	padding: 15px 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
/********** ödeme bandı
*/


.checkout-navigation {
	background-color: #f1f1f1;
	padding: 0 45px;
}
.checkout-navigation .part {
	padding: 15px;
	margin: 0 -30px;
	text-align: center;
}
.checkout-navigation .part .icon {
	background-image: url(../images/arrow-long.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}
.checkout-navigation .part .icon i {
	background-color: #FFF;
	border: 2px solid #959595;
	border-radius: 50%;
	color: #959595;
	line-height: 42px;
	width: 44px;
	height: 44px;
	text-align: center;
}
.checkout-navigation .part .text {
	color: #959595;
	font-size: 13px;
}
/**/

.checkout-navigation .active .icon {
	background-image: url(../images/arrow-long-red.png);
}
.checkout-navigation .active .icon i {
	background-color: #FFF;
	border: 2px solid #FF0000;
	color: #FF0000;
}
.checkout-navigation .active .text {
	color: #FF0000;
}
/**/

.checkout-navigation .part:hover .icon {
	background-image: url(../images/arrow-long-red.png);
}
.checkout-navigation .part:hover .icon i {
	background-color: #FFF;
	border: 2px solid #FF0000;
	color: #FF0000;
}
.checkout-navigation .part:hover .text {
	color: #FF0000;
}
/**/

.checkout-navigation .first {
	text-align: left;
}
.checkout-navigation .first .icon {
	text-align: left;
}
/**/

.checkout-navigation .last {
	text-align: right;
}
.checkout-navigation .last .icon {
	text-align: right;
}
/********** taksit seçenekleri
*/

.banka {
	margin: 30px 0;
}

@media (max-width: 767px) {
.banka {
	margin: 15px;
}
}
.banka .title {
	text-align: center;
}
.banka .satir {
	border-left: 1px solid #f1f1f1;
	float: left;
	font-size: 13px;
	width: 100%;
}
.banka .first {
	color: #FF0000;
	font-weight: 600;
}
.banka .satir:hover {
	background-color: #f1f1f1;
}
.banka .first:hover {
	background-color: #fff;
}
.banka .satir .sol, .banka .satir .sag, .banka .satir .rakam {
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	float: left;
	padding: 5px 8px;
	width: 45%;
	text-align: center;
}
.banka .satir .rakam {
	color: #FF0000;
	font-weight: 600;
	width: 10%;
}
.banka .first .rakam {
	border: none;
}
/********** grup detay
*/

.grup-desc {
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	color: #333;
	padding: 15px;
	margin: 30px 0;
	background: rgba(241,241,241,1);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
}
/********* iletişim
*/

ul.iletisim-list li {
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
	padding: 5px;
}
.iletisim-form {
	background-color: rgba(0,0,0,0.1);
	padding: 15px;
}
.iletisim-form h6 {
	margin: 0 0 15px 0;
}
/*********** video sayfası
*/

.video-page-box {
	position: relative;
}
.video-page-box img {
	border: 1px solid #FFF;
	outline: 5px solid rgba(49,49,49,0.50);
	outline-offset: -8px;
	position: relative;
	z-index: 1;
}

@media (min-width: 767px) {
.video-page-box img {
	float: left;
	width: 50%;
	margin-right: 2%;
}
.video-page-box figcaption {
	float: left;
	width: 48%;
}
}
.video-page-box:hover img {
	border: 1px solid #FFF;
	outline: 10px solid rgba(49,49,49,0.90);
	outline-offset: -13px;
}
.video-page-box i {
	background-color: #FF0000;
	border-radius: 50%;
	color: #FFF;
	font-size: 36px;
	line-height: 96px;
	margin-bottom: 6px;
	width: 96px;
	height: 96px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
	z-index: 2;
}
.video-page-box .title a {
	color: #FF0000;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
}
.video-page-box .desc {
	color: #959595;
	font-size: 14px;
	margin: 15px 0;
}
.video-page-box .desc small {
	color: #313131;
	font-size: 13px;
}
.onerilen-videolar {
	margin-top: 60px;
}
.onerilen-videolar .video-page-box {
	margin: 10px 0;
}
.onerilen-videolar .video-page-box .title a {
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0;
}
.onerilen-videolar .video-page-box .desc {
	font-size: 12px;
	margin: 5px 0;
}
/**********
hesap numaraları 
*/

.banka-eft {
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 10px;
}
/**********
profil 
*/

.profile-page {
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
	/*margin: 0 30px;*/
}
ul.profile-page {
	margin: 0 15px;
}
ul.profile-page li {
	border-bottom: 1px solid #F1f1f1;
	padding: 15px;
	list-style: none;
}
/**********/

.tab-content {
	margin: 0 15px;
}
