/**
* 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.
*/
.care-instructions-container {
	margin-top: 40px;
	padding: 0;
}
.care-instructions-sub {
	border-top: 1px solid #eee;
	margin: 0;
}
.care-accordion{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	cursor: pointer;
}
.care-title{
    font-size: 20px;
	font-family: 'Quincy-Cf';
	background: url(/themes/cakematernity/assets/img/svg/plus.svg) no-repeat right;
	background-size: 12px;
}
.care-title.selected {
	background: url(/themes/cakematernity/assets/img/svg/minus.svg) no-repeat right;
	background-size: 12px;
}

.care-content{
	display: none;
}
.care-content p strong {
	font-family: GroteskPro-SemiBold;
	font-size: 16px;
	line-height: 22px;
}
.care-content p, .care-content p span {
	font-family: GroteskPro-Light !important;
	font-size: 16px !important;
	margin-bottom: 8px !important;
	line-height: 1.4 !important;
	color: #000 !important;
}
.care-content p a {
	color: #000;
	font-family: GroteskPro-Light;
	border-bottom: 1px solid;
}
.video-width-container{
    max-width: 100%;
    max-height: 157px;
    overflow: hidden;
}
.video-width-subcontainer{
    position: relative;
    padding-bottom: 56.3%;
    overflow: hidden;
    display: block;
}
.video-width-center{
    position: absolute;
    width: 100%;
    height: 100%;
}

.care-instructions-container ul {
	list-style: initial;
}

@media (min-width: 768px) {
	.video-width-container{
        max-height: 355px;
    }

}

@media (min-width: 992px){
	.video-width-container {
        max-height: 550px;
    }
}
@media(min-width: 1200px){
    .video-width-container {
        max-height: 750px;
    }
    .video-width-subcontainer{
        padding-bottom: 56.25%;
    }
}