/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.featuredproducts-description {
    margin-bottom: 10px;
	padding: 0 15px;
}
.featuredproducts-description p {
	color: #595a65;
    font-family: 'Montserrat-ExtraLight';
    font-size: 19px;
    margin: 0;
}
.featuredproducts-text {
	color: #272727;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat-ExtraBold';
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
    text-decoration: none;
	width: 100%;
}
.featuredproducts a {
	text-align: center;
}
.featuredproducts-product {
	padding-top: 30px;
	text-align: center;
}

/* General CSS */
.cm-link-apricot:link,
.cm-link-apricot:visited,
.cm-link-apricot:focus{
	color:#d4b5a1;
}

.cm-outlinebg-apricot{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
	padding: 5px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color:#d4b5a1;
	background-color:transparent;
	border: 1px solid#d4b5a1;
}

.cm-outlinebg-apricot, 
.cm-outlinebg-gray, 
.cm-outlinebg-darkgray, 
.cm-outlinebg-pink, 
.cm-outlinebg-blue{
	transition: background-color 1s ease,border 1s ease,color 1s ease;
}

.cm-outlinebg-apricot:hover, .cm-outlinebg-apricot:focus, .cm-outlinebg-apricot:active {
    background-color:#d4b5a1;
	box-shadow: none;
	color:#ffffff;
    text-decoration: none;
}

/* Cake Maternity Featured Products */
#ck-fprod{
	text-align: center;
	margin-top:30px;
}
#ck-fprod .featured-prod-title{
	text-align: center;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 21px;
}
#ck-fprod .fprod-item a{
	display: block;
}
#ck-fprod .featured-prod-title a{
	text-decoration: none;
	color:#595a65;
	height: auto;
	text-align: center;
	font-size: 16px;
	min-height: 49px;
	margin-bottom: 5px;
}
#ck-fprod .featured-prod-title a:hover{
	color:#8f9aa7;
}
#ck-fprod .fprod-item{
	box-shadow: 0px 1px 6px#c8c8c8;
	margin: 10px auto;
	min-height: 280px;
	width: 100%;
	max-width: 195px;
}
#ck-fprod .featured-content{
    text-align: center;
    padding: 10px;
    min-height: 100px;
}
#ck-fprod .fprod-category{
	margin-bottom: 0px;
}
#ck-fprod .fprod-category a{
	display: block;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size:14px;
}
#ck-fprod .fprod-button{
	margin-bottom: 0px;
}
#ck-fprod .fprod-button a{
	font-size: 14px;
}
#ck-fprod .fprod-thumbnail{
	min-height: 180px;
}

.ckbrand#fprodrange .fprod-item{
	position: relative;
	max-width:195px;
	height:195px;
	margin: 10px auto;
}

.ckbrand#fprodrange .range-title{
	background-color:#d4b5a1;
	height: 30px;
	position: absolute;
	width: 100%;
	bottom: 0;
	opacity: .8;
	color:#ffffff;
	letter-spacing: 5px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size:14px;
}
.featuredproducts-product img {
	padding: 0px 15px;
}
.featuredproducts-description br{
	display: none;
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.featuredproducts-description p {
		font-size: 26px;
	}
	.featuredproducts-description br{
		display: block;
	}
	.featuredproducts-product img {
		width: 100%;
		max-width: 250px;
	}
	.featuredproducts-product img {
		padding: 0px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	.page-home .featuredproducts-container{
		max-width: 830px;
	}
}
