/**
* 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.
*/
.container.care-instructions-container {
    background: #F3E9DC;
	margin-bottom: 0;
}
.care-instructions-sub {
	border-top: 1px solid #E5E5E5;
	margin: 0;
}
.care-accordion {
	border-bottom: 1px solid #E5E5E5;
	padding: 18px 0;
	cursor: pointer;
}
.care-title{
    font-size: 14px;
	background: url(/themes/sugarcandybra/assets/images/plus.svg) no-repeat right;
	background-size: 14px;
	font-family: 'Grotesk-book';
    height: 19px;
    line-height: 19px;
}
.care-title.minus {
    background: url(/themes/sugarcandybra/assets/images/minus.svg) no-repeat right;
	background-size: 14px;
    height: 19px;
    line-height: 19px;
}
.care-content{
	display: none;
}
.care-content p strong {
	font-family: Grotesk-semi;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.care-content p {
	font-family: Grotesk-reg;
	font-size: 20px;
	line-height: 24px;
}
.care-content p a {
	color: #000;
	font-family: 'Grotesk-book';
	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%;
}

.light-grey-border-line {
    margin: 30px 0px;
    border-bottom: 1px lightgrey solid;
}

.care-content > p { 
	margin: 0 0 10px;
}

.care-content > p ~ p {
    margin: 10px 0px;
}

.care-content > p ~ p strong:before {
    display: block;
    content: '';
    background: lightgrey;
    height: 1px;
    margin: 30px 0 25px;
}

.care-instructions-container .main-template {
	width: 100%;
}
.care-content li {
    list-style:disc;
}

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

}

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