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

.arrowOne {
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
    bottom: 70%;
    left: 2%;
}
 .arrowTwo{
     display: none;
	position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
    bottom: 70%;
    left: 45%;
}
.arrowThree{
    display: none;
	position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
	bottom: 70%;
    right: 2%;
}
.arrowSeven {
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
    top: 70%;
    left: 2%;
}
.arrowEight {
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
    top: 80%;
    left: 45%;
}
.arrowNine {
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    z-index: 1;
    top: 70%;
    right: 2%;
}
.arrowFour {
    display: none;
    position: absolute;
    height: 20px;
    width: 10px;
    z-index: 1;
    bottom: 34%;
    left: 2%;
}
.arrowSix {
    display: none;
    position: absolute;
    height: 20px;
    width: 10px;
    z-index: 1;
    bottom: 34%;
    right: 2%;
}

.cms-template div.margin-bottom0 {
    margin-bottom: 0;
}

.bra-size-dropdown {
	border: 1px solid #000;
    font-size: 16px;
    height: 30px;
    color: #595a65;
    padding: 0 5px;
    max-width: 410px;
	width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.bra-size-form {
	margin-top: 40px;
}

.bra-size-form .row {
	margin-bottom: 0;
}

.bra-size-container {
	max-width: 410px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.bra-size-container img {
    display: block;
}

.cms-template div.bra-size-btn {
	padding: 3px 5px;
	margin-bottom: 5px;
}

.cms-template div.bra-size-output-tile-peach, 
.cms-template div.bra-size-output-tile-orange,
.cms-template div.bra-size-output-tile-arrow {
	height: 60px;
    font-size: 25px;
    color: #d4b5a1;
    background-color: #ede3df;
	padding: 15px;
	margin-bottom: 0;
}

.cms-template div.bra-size-output-tile-orange {
	background-color: #d4b5a1;
    color: #f0ede8;
}

.cms-template div.bra-size-output-tile-arrow {
	background-color: #fff;
	color: #595a65;
}

.cms-template div.bra-size-output-tile-arrow span {
	font-size: 25px;
}

.cms-template div.bra-size-recommended {
	border: 1px solid #d4b5a1;
    text-transform: uppercase;
    padding: 5px 20px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 15px;
}

.cms-template div.rec_indicator {
	border: 4px solid #d4b5a1;
    padding-top: 10px;
}

.cms-template div.recommended {
    color: #595a65;
    font-weight: bold;
    background-color: #ede3df;
    font-size: 25px;
    border: 4px solid #d4b5a1;
    padding: 10px;
}