


.product-grid4,.product-grid4 .product-image4{position:relative;}
.product-grid4{font-family:Poppins,sans-serif;text-align:center;border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s
	
	
	}

.product-grid4{box-shadow:0 0 20px rgba(0,0,0,.3);margin-bottom:30px;}
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{width:150px;height:150px;}

.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s;}
.product-grid4.pic-2{opacity:1}


.product-grid4 {padding:25px;}
.product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#16a085}
.product-grid4 .title a:hover{color:#16a085}
.product-grid4 .price{color:#8A1414;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#8A1414;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s}
.product-grid4:hover .add-to-cart{border:1px solid transparent;background:#930D0F ;color:#fff}
.product-grid4 .add-to-cart:hover{background-color:#930D0F;box-shadow:0 0 10px rgba(0,0,0,.5)}
 .card-ribbon {
    position: absolute;
    overflow: hidden;
    top: -10px;
    left: -10px;
    width: 114px;
    height: 112px;
}
.nspan {
        position: absolute;
        display: block;
        width: 160px;
        padding: 5px 0;
        background-color: #E92626;
	
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        left: -35px;
        top: 25px;
        transform: rotate(-45deg);
    
   
}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px;}
		}

	
.message_box .box{
	margin: 10px 0px;
    border: 1px solid #2b772e;
    text-align: center;
    font-weight: bold;
    color: #2b772e;
	}

.cart_div {
	float:right;
	margin-right:auto;
	
	font-weight:bold;
	position:relative;
	
	
	}
.cart_div a {
	color:#000;
	}	
.cart_div span {
	font-size: 10px;
    line-height: 18px;
    background: #F70004;
    padding: 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 13px;
    color: #fff;
    width: 14px;
    height: 13px;
    text-align: center;
	}
.cart .remove {
    background: none;
    border: none;
    color: #0067ab;
    cursor: pointer;
    padding: 0px;
	
	}
.cart .remove:hover {
	text-decoration:underline;
	}



/*==================== Footer ====================== */
footer {
  background: #16222A;
  width: 100%;
  color: white;
  margin-top:100px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 20px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 15px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoInstagram:hover {
  background-color: #D3435E;
}
.social-network a.icoInstagram:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 5px auto 5px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

h2 {
  text-align: left;
  text-transform: lowercase;
  color: #3E3434;
}

p {
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: #008CBA;
}

