/**
* 2007-2025 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-2025 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.
*/
/**[data-display="web"]{display: none !important;}*/
.mens_cof_block_cat,
.cof_block_cat {
    position: absolute;
	background-color: #d0103b;
	display: block;
	z-index: 990;
	width: 100%;
	padding: 2% 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cof_block_cat {bottom: 0;	}
.mens_cof_block_cat{
	top: -3.9em;
	z-index: 950000;
	padding: 5px 10px;
} 
	.mens_cof_block_cat .mens_cof_text{
		font-size: 1em;
		line-height: 1em;
		color: #fff;
		margin-bottom: 0;
		font-weight: 600;
		font-family: 'Overpass';
		font-style: italic;
		margin-top: 8px;
	}
	.mens_cof_block_cat img{
		margin: 0 !important;
		max-width: 80px !important;
		height: auto !important;
		margin-right: 5px !important;
	}
	.mens_cof_block_cat img,
	.cof_block_cat img{
		margin-right: 20px;
		background: rgba(0, 0, 0, 0);
	}
	.cof_block_cat .cof_mens_text {
		/*width: 100%;*/
		font-size: 1em;
		text-align: center;
		line-height: 1.4em;
		display: block;
		color: #fff;
		margin-bottom: 0;
		font-weight: 600;
		font-family: 'Overpass';
		font-style: italic;
	}
		.cof_block_cat .cof_mens_text .cof_price_mens {
			font-size: 2em;
		}
.cof_prop_text{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
}
	.cof_prop_text .cof_mens{
		display: inline-block;
		background-color: #000;
		color: #fff;
		padding: 0 10px;
		margin: 5px 3px;
		font-size: 1.1em;
		line-height: 1.6em;
		border-radius: 15px;
	}

#product .print{
    width: 100%;
    left: 0;
    font-size: 1.6em !important;
    line-height: 1.2em;
   /* margin-top: -250px;*/
    /*position: absolute;*/
    min-height: 130px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*#product .web{display: none;}*/
#product .print{display: none;}
#product .cof_block_cat.print{
    right:0;
    left: initial;
}
@media screen and (min-width: 576px) {
    .cof_block_cat .cof_mens_text {
        font-size: 1.2em;
    }
}
@media screen and (min-width: 768px) {
	.mens_cof_block_cat .mens_cof_text {margin-top: 6px;}
    .cof_block_cat .cof_mens_text {
        font-size: 0.9em;
        line-height: 1em;
        font-weight: 600;
        font-style: italic;
    }
}
@media screen and (min-width: 992px) {
    .cof_block_cat .cof_mens_text {
        font-size: 1.3em;
        line-height: 1.3em;
    }
}
@media screen and (min-width: 1200px) {
    .cof_block_cat .cof_mens_text {
        font-size: 1.4em;
        line-height: 1.6em;
    }
}
@media print {
    #product .web{display: none;}
    #product .print{display: flex;}
    #product .print img{
		width: 102px;
    	height: 68px;
    }
    .cof_block_cat .cof_mens_text .cof_price_mens {font-size: 1.6em;}
    /*#product .product-cover{margin-bottom: 10px;}*/
}