/**
* 2007-2020 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-2020 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.
*/
.custompackproduct .products-section-title{
    color: #007583 !important;
}
.header_pack{
    margin: 0px;
    background-color: #f7f6f5;
    padding: 15px;
    font-size: 22px;
    position: relative;
}
.header_pack strong{
    font-family: 'BalooTammudu-Regular' !important;
    font-size: 30px !important;
    color: #007583;
    font-weight: 400;
    line-height: 0;
}
.header_pack a .material-icons{
    font-size: 25px;
}
.header_pack .price,.header_pack .old_price{
    font-family: Lato-Black;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e50b7b;
    background-color: white;
    padding: 5px;
    float: right;
    transform: translateY(-25%);
    position: relative;
}
span.old_price {
    margin-left: 10px;
}
.header_pack .price strike{
    font-size: 18px;
}
.header_pack .add-to-cart {
    float: right;
    color: white;
    margin-left: 10px;
    padding: 9px;
    height: 34px;
    transform: translateY(-25%);
    max-width: 45px;
}
.header_pack .add-to-cart .material-icons{
    margin-right: 0px;
}
/*.header_pack .add-to-cart:hover{
    background: white;
}
.header_pack .add-to-cart:hover .material-icons{
    background: white;
    color: #e50b7b;
}*/
.custompackproduct .owl-theme .owl-controls span {
    background: #e50b7b;
}
#product .custompackproduct .product-actions .add-to-cart {
    width: initial;
    margin: 0;
}


.custompackproduct .owl-carousel .owl-wrapper-outer{
  padding-top: 15px;
}
.custompackproduct .owl-carousel .owl-item {
    padding: 0 20px;
}
.custompackproduct .owl-carousel .owl-item:not(:last-child):after{
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background:url('../img/plus_after.svg') center top no-repeat;
    right: -17.5px;
    z-index: 1;
    background-size: contain;
}
#product .product-cover ul.product-flags{
    display: none;
}
@media(max-width: 480px){
    .header_pack .price {

        float: inherit;
        transform: none;
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .header_pack .add-to-cart {
        float: inherit;
        transform: none;
        display: inline-block;
    }
    .custompackproduct .owl-carousel .owl-item:not(:last-child):after{
        display: none;
    }
}