.cd-main-content {
	position: relative;
	min-height: 100vh;
	background-color: #fff;
	overflow: hidden;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter-wrapper h3{
    color:#383b4d;
    font-family: 'FaktPro-Black';
    font-size:30px;
    padding-left:25px;
    padding-top:30px;
    padding-bottom:15px
}
.cd-tab-filter {
	position: relative;
	height: 43px;
	width: auto;
	margin: 0 auto;
	z-index: 1;
	background-color: #f9f9f9;
}
.cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
.cd-tab-filter li { display: none; }
.cd-tab-filter li:first-child { display: block; }
.cd-tab-filter a {
    display: block;
    height: 32px;
    width: 200px;
    line-height: 33px;
    padding-left: 14px;
    font-family: 'FaktPro-Bold';
    font-size:11px;
    cursor:pointer;
}

.cd-tab-filter a i{ 
    font-size:25px;
    display:inline-block;
    vertical-align:middle;
    margin-top:5px;
    margin-right:10px;
}

	.cd-tab-filter a.selected {
		background: #791132;
		color: #383b4d;
	}
.cd-tab-filter.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
	.cd-tab-filter.is-open ul {
		box-shadow: inset 0 -2px 0 #791132, 0 2px 10px rgba(0, 0, 0, 0.2);
	}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {width: auto;cursor: auto;margin: 0px 20px;}
  .cd-tab-filter::after { display: none; }
  .cd-tab-filter ul {
    background: transparent;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
    float:left;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 0 0 1em;
    width: auto;
    color: #383b4d;
    font-size: 16px;
    margin-top:4px;
  }
	.no-touch .cd-tab-filter a:hover {
		color: #791132;
	}
	.cd-tab-filter a.selected {
		background: transparent;
		color: #791132;
	}
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
  
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    width: auto;
    float: none;
    margin: 0px 20px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible { width: 70%; }
}

.cd-gallery {
  padding: 26px 5%;
  width: 100%;  
}
.cd-gallery > ul > li {
  margin-bottom: 1.6em;
  display: none;
  min-height:300px;
}

	.cd-gallery > ul > li > div:first-child {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		position:relative;
	}
	.cd-gallery > ul > li > div:last-child {
		display: flex;
		flex-direction: column;
		font-family: 'FaktPro-Medium';
		padding-top:5px;
	}

	.cd-gallery > ul > li > div:last-child > strong{
		font-family: 'FaktPro-Bold';
	}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

.cd-gallery ul { border-bottom:3px solid #f9f9f9; }

@media only screen and (min-width: 320px) {
    .news-image{ float:none; width:100%; }
    .news-text{ float:none; width:100%; padding-left:0px;padding-top:10px; }
}

@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery > ul > li {
    width: 48%;
    margin-bottom: 2em;
  }
  .news-image{ float:none; width:100%; }
  .news-text{ float:none; width:100%; padding-left:0px;padding-top:10px; }
}

@media only screen and (min-width: 970px) {
  .news-image{ float:left; width:198px; }
  .news-text{ float:left; width:194px; padding-left:10px;padding-top:0px; }
}

@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 25px 2%;
    float: left;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery > ul > li {
    width: 32.0%;
    margin-bottom: 2em;
    float:left;
    margin-left:7px;
    margin-right:7px;
  }

  .news > ul > li{ width: 48.3%; }

  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    /*width: 70%;*/
  }

  /*.cd-gallery.filter-is-visible > ul > li { width: 31.4%;}*/
  /*.news.filter-is-visible > ul > li{ width: 48.1%; }*/
  .cd-gallery.filter-is-visible li{
        /*width:274px;*/
    }
  .news-image{ float:left; width:198px; }  
  .news-text{ float:left; width:204px; padding-left:10px;padding-top:0px; }
}

@media only screen and (min-width: 1200px) {
  .news-image{ float:left; width:242px; }
  /*.filter-is-visible .news-image{ float:left; width:168px; }*/
  .news-text{ float:left; width:244px; padding-left:15px;padding-top:0px; }
  /*.filter-is-visible .news-text{ float:left; width:154px; padding-left:10px;padding-top:0px; }*/
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #791132;
	box-shadow: 4px 4px 20px transparent;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 10px;
}
	.cd-filter .cd-close {
		position: absolute;
		top: 0;
		right: 0;
		height: 65px;
		line-height: 65px;
		width: 65px;
		color: #791132;
		font-size: 1.3rem;
		text-align: center;
		background: #fbfbfd;
		opacity: 0;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		transition: opacity 0.3s;
		z-index: 3;
		padding-top: 4px;
	}

.cd-filter .cd-close i{
    font-size:22px;
}

.no-touch .cd-filter .cd-close:hover {
	background: #eaeced;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 30%;
  }
  .cd-filter form {
    padding: 40px 5% 70px 5%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 20px;
  right: 2%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  z-index: 3;
  color: #9a9a9a;
}

.cd-filter-trigger i{ 
    color:#383b4d;
    font-size:52px;
}

.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
  display:none;
}

@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    right: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
	.no-touch .cd-filter-trigger:hover {
		color: #791132;
	}
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
	color: #791132;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
	.cd-filter-block input[type='search'],
	.cd-filter-block input[type='text'],
	.cd-filter-block select {
		width: 100%;
		padding: .4em .4em .4em 1.2em;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		box-shadow: none;
		background-color: #fff;
		border: 0px;
		color: #791132;
		font-family: 'FaktPro-Bold';
		font-size: 12px;
		font-weight: 300;
		border-radius: 50px;
	}
		.cd-filter-block input[type='search']:focus,
		.cd-filter-block input[type='text']:focus,
		.cd-filter-block select:focus {
			outline: none;
			background-color: #f9f9f9;
			border-color: #f9f9f9;
		}
.cd-filter-block input[type='search'] {
  border: 1px solid #c8cdd2;
  background-color: transparent;
  border-radius:50px;
  font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-input-placeholder { color: #c8cdd2; }
.cd-filter-block input[type='search']::-moz-placeholder { color: #c8cdd2; }
.cd-filter-block input[type='search']:-ms-input-placeholder { color: #c8cdd2; }
.cd-filter-block input[type='search']:-moz-placeholder { color: #c8cdd2; }


.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  position: relative;
}
	.cd-filter-block .cd-select:after {
		content: "\68";
		position: absolute;
		z-index: 1;
		right: 14px;
		top: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		width: 16px;
		height: 16px;
		pointer-events: none;
		font-family: "kent-universitesi" !important;
		color: #791132;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.cd-filter-block .cd-select.safarionly:after { top: 28px;}


.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .2em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#ffffff;
  font-size:14px;
  font-family: 'FaktPro-Medium';
  font-weight:400;
  padding-top:5px;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  left: 3px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
	border-color: #000;
	background-color: #000;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

.daha-fazla-yukle{
    margin:20px auto;
    width:300px;
    position: relative;
    display:none;
}

.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle-left{ float:left;width:40px}
.sk-circle-right{ 
    float:left;
    color:#383b4d;
    font-size:16px;
    font-family: 'FaktPro-Medium';
    width:220px;
    margin-top:10px;
    margin-left:20px;
}
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }

}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**::after, *::before {
  content: '';
}*/

body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 55, 78, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:99;
}
@media only screen and (min-width: 320px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
}

.cd-quick-view {display: none;  }

.cd-quick-view.is-visible { visibility: visible; }

.cd-quick-view .footer-social {
    border-top:1px solid #eff0f0;
    border-bottom:1px solid #eff0f0;
    padding-top:8px;
    padding-bottom:15px;
}

.cd-quick-view .footer-social .sosyal-head {
    font-family: 'FaktPro-Black';
    color:#393b4e;
    font-size:13px;
    float:left;
    padding-top:12px;
}
.cd-quick-view .footer-social a { color:#647386; margin-bottom:0px;float:right; }
.cd-quick-view .footer-social a{
    font-size:36px;
    width:34px;
    height:34px;
}
.cd-quick-view .galeri-hastag { padding-bottom:10px;min-height:50px;}
.cd-quick-view .galeri-hastag a{
    color:#3a3b4c;
    font-size:12px;
    font-family: 'FaktPro-Medium';
    padding-right:10px;
}
@media (min-width: 320px) {
	.cd-quick-view {
		display: flex;
		flex-direction:column;
	}
}

@media (min-width: 768px) {
	.cd-quick-view {
		display: flex;
		flex-direction: row;
	}
}
@media only screen and (min-width: 320px) {
  .cd-quick-view {
    display: flex;
    position: fixed;
    max-width: 1140px;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 201;
  }
  .cd-quick-view:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-quick-view.is-visible {
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  flex-basis:100%;
}

.cd-quick-view-photo .galeri-item { display:none;}
.cd-quick-view-photo .galeri-item:first-child { display:block;}
.cd-quick-view-photo .galeri-item:first-child img { display:none;}

.cd-quick-view-photo .cd-slider-wrapper .back-hover{
    background-color:rgba(255,255,255,0);
    position:absolute;
    width:100%;
    height:100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.cd-slider-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-slider-wrapper a{
    position:absolute;
    right:20px;
    top:20px;
    background-color:#fff;
    border-radius:50%;
    width:51px;
    height:51px;
    text-align:center;
    padding-top:1px;
    padding-left:1px;
    z-index:1;
}

.cd-slider-wrapper a i{
    font-size:46px;
    color:#465566;
}

.cd-quick-view-photo .cd-slider-wrapper:hover .back-hover{
    background-color:rgba(255,255,255,0.4);
}

.cd-quick-view-video { background-color: transparent !important;}

.cd-quick-view-video .cd-slider-wrapper{
    display: block;
    float: none;
}

.cd-slider {
  float: left;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 648px;
}
.cd-slider li.selected {
  position: relative;
  z-index: 3;
}
.add-content .cd-slider {
  margin-right: 3em;
}

.cd-slider-navigation {
  opacity: 0;
}
.add-content .cd-slider-navigation {
  opacity: 1;
}

.cd-slider-navigation li {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.cd-slider-navigation li:first-child {
  left: 0;
}
.cd-slider-navigation li:last-child {
  right: 3em;
}
.cd-slider-navigation li a {
  display: block;
  width: 40px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s, background 0.2s;
  -moz-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
}
.cd-slider-navigation li a::before, .cd-slider-navigation li a::after {
  position: absolute;
  top: 18px;
  left: 14px;
  display: inline-block;
  background: #ffffff;
  height: 3px;
  width: 12px;
}
.cd-slider-navigation li a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-slider-navigation li a::after {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.add-content .cd-slider-navigation li a {
  opacity: .2;
}
.no-touch .cd-slider-navigation li a:hover {
  background: rgba(71, 55, 78, 0.8);
  opacity: 1;
}
.touch .cd-slider-navigation li a {
  opacity: 1;
}
.cd-slider-navigation li:first-child a::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-slider-navigation li:first-child a::after {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.cd-item-info {
  position: absolute;
  /*padding: 3em 3em 3em 0;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility 0s;
  -moz-transition: opacity .3s, visibility 0s;
  transition: opacity .3s, visibility 0s;
}
.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
  color: #67919c;
}
.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}
.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.25em;
  border: none;
  padding: .6em 1.2em;
  background-color: #f82f53;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.add-content .cd-item-info {
  position: relative;
  visibility: visible;
  opacity: 1;
  float:left;
  width:490px;
  padding:20px;
  color:#393b4e;
  flex-basis:100%;
}
.add-content .cd-item-info h2 {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
  font-size:29px;
  font-family: 'FaktPro-Medium';
  line-height:1.2;
  padding-top:20px;
}
    .add-content .cd-item-info p {
        -webkit-animation: cd-slide-in 0.4s;
        -moz-animation: cd-slide-in 0.4s;
        animation: cd-slide-in 0.4s;
        color: #8e8e8e;
        font-size: 13px;
        font-family: 'FaktPro-Normal';
        line-height: 1.2;
    }

@media (min-width: 320px) {
    .add-content .cd-item-info { width:100%; padding:10px; }
    cd-slider li img { max-width: 100%; }
    .add-content .cd-item-info h2 { padding-top:0px;font-size:16px; }
}

@media (min-width: 480px) {
    .add-content .cd-item-info { width:100%; padding:10px; }
    .cd-slider li img { max-width: 250px; }
    .add-content .cd-item-info h2 { padding-top:0px;font-size:18px; }
}
@media (min-width: 768px) {
    .add-content .cd-item-info { width:100%; padding:10px; }
    .cd-slider li img { max-width: 300px; }
    .add-content .cd-item-info h2 { padding-top:0px;font-size:20px; }
}
@media (min-width: 992px) {
    .add-content .cd-item-info { width:390px; padding:20px; }
    .cd-slider li img { max-width: 400px; }
    .add-content .cd-item-info h2 { padding-top:20px;font-size:29px; }
}
@media (min-width: 1200px) {
    .add-content .cd-item-info {  width:490px; padding:20px 20px 20px 33px; }
    .cd-slider li img { max-width: 648px; }
    .add-content .cd-item-info h2 { padding-top:20px;font-size:29px; }
    
}

.add-content .cd-item-info .cd-item-action {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cd-quick-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	text-indent: 0;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
	-moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
	transition: transform .3s 0s, visibility 0s .3s;
	z-index: 9;
	content: "\71";
	font-size: 32px;
	color: #424456;
	font-family: "kent-universitesi" !important;
}

	.cd-quick-close:before {
		position: absolute;
		top: 0px;
		left: 0px;
		display: inline-block;
		/*height: 4px;
		width: 20px;*/
		/*background: #47374e;*/
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		content: "\71";
		font-size: 32px;
		color: #424456;
		font-family: "kent-universitesi" !important;
	}
@media (min-width: 320px) {
	.cd-quick-close:before {
		color: #fff;
	}
}

@media (min-width: 768px) {
	.cd-quick-close:before {
		color: #424456;
	}
}
.no-touch .cd-quick-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.add-content .cd-quick-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
  transition: transform .3s 0s, visibility 0s 0s;
}

.cd-lg-click{
	position:absolute;
	z-index:9;
	display:flex;
	right:35px;
	top:35px;
	align-items:center;
}

	.cd-lg-click div:first-child {
		background-color: #ffffff;
		height: auto;
		color: #424456;
		font-family: 'FaktPro-Bold';
		font-size: 20px;
		padding: 4px 25px 4px 15px;
		margin-right: -15px;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}

	.cd-lg-click div:last-child {
		background-color: #ffffff;
		border-radius:100%;
		width:50px;
		height:50px;
		text-align:center;
		padding-top:2px;
	}
	.cd-lg-click div:last-child i {
		font-size:42px;
	}
.overlay-layer .galeri-zemin {
	background-color: rgba(57, 59, 78, 0.90);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	opacity: 1;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	cursor:pointer;
}