/* Intro Start*/

.intro_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url("assets/img/boluplas_slider.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 50vh;
	text-align: center;
	padding: 125px 0;
}

.intro_product h4 {
	color: white;
	font-size: 42px;
	font-family: Arial;
	font-weight: bold;
}

.intro_product span {
	font-size: 20px;
	color: white;
	display: block;
	font-weight: 400;
	margin-top: 20px;
}


/* Intro End*/
*:hover, *:focus{
  outline: none !important;
}
.owl-theme .owl-dots{
  margin-top: 35px;
  text-align: center;
  margin-bottom: 35px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/* Product List Start */

.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product {
	width: 100%;
	background: #fff;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0;
	        box-shadow: 0;
	-webkit-transform: scale(.95);
	    -ms-transform: scale(.95);
	        transform: scale(.95);
	-webkit-transition: -webkit-box-shadow .5s, -webkit-transform .5s;
	transition: -webkit-box-shadow .5s, -webkit-transform .5s;
	-o-transition: box-shadow .5s, transform .5s;
	transition: box-shadow .5s, transform .5s;
	transition: box-shadow .5s, transform .5s, -webkit-box-shadow .5s, -webkit-transform .5s
}

.product:hover {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, .2);
	        box-shadow: 5px 20px 30px rgba(0, 0, 0, .2)
}

.product .product-details {
	width: 100%;
	height: 100%
}

.product .product-details .top {
	position: relative;
}

.product .product-details .top img {
	width: 100%;
	background-size: 100%
}

.product .product-details .bottom {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.product .product-details .bottom.clicked {
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%)
}

.product .product-details .bottom .left {
	width: 100%;
	background: #f4f4f4;
	position: relative;
	float: left
}

.product .product-details .bottom .left .details {
	padding: 20px;
	float: left;
	width: calc(100% - 40px)
}

.product .product-details .bottom .right .details {
	padding: 20px;
	float: right;
	width: calc(70% - 40px)
}

.product .inside {
	display: none;
}

.product .details p,
h5 {
	display: none;
}


/*
.product .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background: #507db4;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  right: -70px;
  border-radius: 0 0 200px 200px;
  transition: all .5s, border-radius 2s, top 1s;
  overflow: hidden
}

.product .inside .icon {
  position: absolute;
  right: 85px;
  top: 85px;
  color: #fff;
  opacity: 1
}

.product .inside:hover {
  background:rgba(80, 125, 180, 0.7490196078431373);
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 100%
}

.product .inside:hover .icon {
  opacity: 0;
  right: 15px;
  top: 15px
}

.product .inside:hover .contents {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0)
}

.product .inside .contents {
  padding: 5%;
  opacity: 0;
  transform: scale(.5);
  transform: translateY(-200%);
  transition: opacity .2s, transform .8s
}

.product .inside .contents table {
  text-align: left;
  width: 100%;
  color: #fff
}

.product .inside .contents h1,
.product .inside .contents p {
  color: #fff
}

.product .inside .contents p {
  font-size: 13px
}
*/

#products h2 {
	padding-top: 50px;
	text-align: center;
	font-size: 40px;
	color: #4a4a4a;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	display: block;
}

#products h2:before {
	padding-top: 50px;
	color: #f1f1f1;
	font-size: 55px;
	content: 'Ürünlerimiz';
	letter-spacing: 3px;
	position: absolute;
	/* left: 50%; */
	top: -35px;
	/* transform: translateX(-50%); */
	z-index: -1;
	left: 0;
	text-align: center;
	width: 100%;
}


/* Product List End */

@media (max-width: 576px) {
	.intro_product {
		height: 50vh;
	}
	.product {
		width: 50%;
	}
	.product .product-details .bottom .left .details {
		width: 100%;
	}
	.details h5 {
		font-size: 1rem;
	}
	.intro_product h4 {
		font-size: 33px;
	}
}
