/*---------------------------------------------
User CSS modifications
version: 1.0
date:    03/05/2020
Last updated: AB | HA - 03/05/2020
-----------------------------------------------
Amimoon jewellers
---------------------------------------------*/

/*----------------- Navbar -----------------*/

/*----------------- Title Bar -----------------*/

/*----------------- Footer -----------------*/

/*----------------- pagination -----------------*/

/*----------------- Services Section -----------------*/
 
/*----------------- Remove breadcrumb -----------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Tajawal:wght@400;500;700&display=swap');*/

/*body, h1, h2, h3, h4, h5, h6 {font-family: 'Tajawal', sans-serif !important;}*/

/*	[lang=ar] {font-family: "Frutiger-Light";direction: rtl;}*/
/*	[lang=en] body, h1, h2, h3, h4, h5, h6 {font-family: "font-family: 'Raleway', sans-serif !important;}*/


.section-bg {
    background: #f5f8fd;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(http://amimoon.tajer.es/image.php?width=1920&image=files/images/banners/hero-2019-us_aexc49h5.jpg);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
    background-attachment: fixed;
}


.section-bg > div > header h3  {
    color: #eedc89;
    font-size: 50px;
}


#services .description {
    padding-top: 30px;
}

#more {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #5f5b96;
	border-radius: 0;
	padding: 10px 24px;
	border-radius: 50px;
	background: #eedd8a;
	color: #fff;
	margin-top: 30px;
}

#more.btn:hover {
  background: #b2b6b7;
}


.product-item {
    border-radius: 10px;
    transition: all .3s;
}

.product-item:hover {
    transform: translateY(-10px);
}


/*.pi-img-wrapper div {*/
/*    background: rgba(238, 220, 137, 0.8);*/
/*    border-radius: 5px;*/
/*}*/

.div-hover {
    background: rgba(238, 220, 137, 0.8) !important;
    border-radius: 5px;
}



.pi-img-wrapper div .btn {
    padding: 3px 10px;
    font-size: 16px;
    min-width: 80px;
}


.product-item .btn:hover {
    background: #00000059;
    border-color: #0000;
    border: 0px solid #00000059;
}