/**
* 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.
*/

.dbjointpursache img {
    max-width: 200px;
}


/**** Header ****/
.dbjointpursache_title {
	text-align: center;
	margin: 30px 0;
}
.dbjointpursache_title .title {
    color: #232323;
    font-weight: 600;
    text-align: left;
}
.dbjointpursache_title .title span {
	color: #FFF;
	background-color: #ce3535;
	border-radius: 25px;
	padding: 2px 15px;
}
.dbjointpursache_title .desc {
	color: #232323;
	font-size: .875rem;
}
.dbjointpursache_title .desc span {
	font-weight: 800;
}


/**** Current Product ****/
.db__current {
	color: #232323;
}
.db__current_price {
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
}
img.--db_plus {
    width: 65px;
    position: absolute;
    left: 94%;
    top: 155px;
    z-index: 99;
}
.--db_plus {
    position: absolute;
    left: 98%;
    top: 50%;
    z-index: 99;
    padding: 8px 8px;
    border: 3px solid #eee;
    border-radius: 50%;
    background: #FFF;
}
.--db_plus > i {
    color: #2fb5d2;
    font-weight: 800;
}

/**** Other Product ****/
.db__product_block {
    border: 3px solid #EEEEEE;
    min-height: 320px;
    padding: 5px;
    display: inline-table;
}
.db__product_block.--db_ccselected {
    border: 3px solid #2FB5D2;
}
.db__product_text {
    padding: 5px 0;
}
.db__product_text > div {
    display: inline-flex;
}
.db__product_price {
    left: 18%;
    position: relative;
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
}
.db__product_image {
    text-align: center;
}
.db__product_image img {
    width: 200px;
}
.db__product_change p {
	text-align: center;
	color: #777;
	margin-top: 25px;
	font-size: .75rem;
}
.db__product_change p i {
	font-size: 1rem;
}
/**** Label check****/
.db__product label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
.db__product_block label:before {
    content: "\e5ca";
    font-size: 16px;
    font-family: "Material Icons", sans-serif;
    border: 2px solid #eeeeee;
    border-radius: 0.2em;
    width: 20px;
    height: 20px;
    padding: 3px 5px;
    vertical-align: middle;
    color: transparent;
    box-sizing: content-box;
    transition: .2s;
}
.db__product_block.--db_ccselected label:before {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    color: #fff;
}
.db__product_text input[type=checkbox] {
    display: none;
}


/**** Footer ****/
.dbjointpursache_footer {
    display: inline-block;
    text-align: right;
    margin: 30px 0;
}
.dbjointpursache_footer > span {
	margin: 0 5px;
}
.dbjointpursache_footer_offer {
	color: #ce3535;
	font-size: 1rem;
	font-weight: 800;
}
.dbjointpursache_footer_priceold {
	text-decoration: line-through;
}
.dbjointpursache_footer_price {
    color: #2FB5D2;
    font-size: 1.6rem;
    font-weight: 600;
}
.dbjointpursache_footer_tax {
	color: #adabab;
	font-size: .8rem;
}
.dbjointpursache .add-to-cart {
    background-color: #ed8033;
    border: 1px solid #eb7331;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    padding: .5rem 0.5rem;
    min-width: 18%;
}
.dbjointpursache .add-to-cart > svg {
	padding-left: 0;
}



@media (max-width: 991px) {
    .--db_plus {
        left: 46%;
        top: 245px;
    }
    .dbjointpursache.card_product {
        display: inline-block;
        padding: 1.25rem 0;
    }
    .db__product_block {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
    }
    .db__product_image a {
        float: left;
        max-width: 70%;
    }
    .db__product_image > div {
        float: left;
    }
    .db__product_image img {
        max-width: 100%;
    }
    .dbjointpursache .js-qv-product-cover {
        display: block;
        margin: 0 auto;
    }
    .db__current_article, .db__current_price {
        text-align: center;
    }
}