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

.rottica_feat, .rottica_info {  display: inline-flex;}
.rottica_feat p span {
  width: auto;
  display: inline-block;
}

.rottica-container {width:100%;float:left;margin-bottom:10px;}
.img-fluid.module-logo {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.rottica_value {
  margin-right: 20px!important
}

.rottica_feat p {
  font-weight: 700;
  color: #000;
  line-height:34px;
}
/**********************modal box********************/
#rottica_text {
  align-items: left;
  justify-content: left;
}


#target-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;              
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms;
}
#target-content:target {
  pointer-events: all;
  opacity: 1;
}

#target-inner {
  max-width: 90%;              
  max-height: 90%;             
  background: #fff;
  border-radius: 8px;
  overflow: auto;             
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  width: 750px;
}


.target-container {
  text-align: center;          
}

.target-content a.close {
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: none;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  opacity 0.5;
  transition: opacity 200ms;
}
#target-content a.close:hover {
  opacity: 0.4;
}

.target-container h2 {
  margin-bottom: 15px;
  font-size: 1.5em;
  text-align: center;
}


.rottica_text {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
}


.target-container img {
  max-width: 100%;  
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width:467px) {
  #target-inner {max-width:350px;}
}