/**
* 2007-2019 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-2019 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.
*/
.modal {
    z-index: 999999;
}
.modal-hide {
    display: none;
}

.fit-modal-content {
    border: none;
    border-radius: 0;
    background: #f9f4ed;
}

.fit-modal-header {
    border-bottom: none;
    text-align: right;
    padding: 15px;
}

.fit-modal-header img {
    margin-bottom: 30px;
}

.fit-modal-header img:hover {
    cursor: pointer;
}

.fit-modal-title {
    text-align: center;
    font-size: 21pt;
    font-family: 'Quincy-Cf';
    line-height: 1.2;
    font-weight: normal;   
    margin-top: 50px;
    
}
.popup-quiz-template .fit-modal-title {
    margin-top: 0;
}

.p-header {
    margin: 10px 0px 30px 0px;
    text-align: center;
    font-size: 16px;
    font-family: 'GroteskPro-Book';
}

.modal-form {
    top: 5%;
}

.fit-img-starter {
    background: #fff;
    height: 160px;
    text-align: center;
    margin: 0 auto;
}

.fit-img-starter p {
    line-height: 2;
    text-transform: uppercase;
    font-family: 'Grotesk-semi';
    font-size: 15px;
}

.fit-modal-dialog {
    max-width: 800px;
}

.measure-start-container {
    width: 100%;
    margin: 15px auto 0px auto;
    max-width: 560px;
    margin-top: 15px;
}


.fit-modal-content {
    padding: 0px;
    margin-bottom: 10px;
}

.fit-popup-dropdown, .fit-popup-dropdown:focus, .fit-popup-dropdown:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/popupmodule/popup-icon-filter-arrow.svg');
    background-repeat: no-repeat;
    background-size: 5% 100%;
    background-position: 96%;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding-left: 7px;
    padding-right: 45px;
    -webkit-padding-end: 45px;
    -webkit-padding-start: 7px;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'GroteskPro-SemiBold';
    overflow: hidden;
    text-overflow: ellipsis;
}

.fit-popup-dropdown:focus {
    outline: none;
}
.fit-popup-dropdown#fitIssue {
    height: 65px;
    white-space: normal;
    line-height: normal;
}
.notification-error{
	border: 1px solid #FF0000;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #595a65;
    font-size: 14px;
    display: none;
    margin-bottom: 30px;
    line-height: 30px;
}

.notification-success{
    border: 1px solid #90ee90 ;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #595a65;
    font-size: 18px;
    display: none;
    margin-bottom: 30px;
    line-height: 30px;
}

.best-fit-size-content-background {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.best-fit-size-background {
    width: 150px;
    height: 150px;
    display: table;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
}
.best-fit-first-column, .best-fit-first-column span {
    font-size: 16px;
    margin: 0;
    font-family: 'Grotesk-book';
    line-height: 25px;
    text-align: center;
}
.bra-size-finalized{
    font-family: 'Grotesk-semi';
}
.best-fit-second-column {
    margin: 0;
    font-size: 90px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Gothic-reg';
}

.best-fit-third-column {
    font-size: 16px;
    margin: 0;
    font-family: 'Gothic-reg';
    line-height: 25px;
    text-align: center;
}

.unfortunately-content p {
    font-size: 17pt;
    font-family:'GroteskPro-Book';
    line-height: normal;
    margin-bottom: 40px;
}
.measure-underbust-container{
    padding-left: 15px;
    padding-right: 15px;
}
.measure-overbust-container{
    padding-left: 15px;
    padding-right: 15px;
}
.under-bust-measure-text {
    text-align: center;
    font-family: 'Grotesk-Book';
    font-size: 16px;
}
.over-bust-measure-text {
    text-align: left;
    font-family: 'Grotesk-Book';
    font-size: 16px;
}
.under-bust-measure-inch {
    text-align: left;
    font-family: 'Grotesk-Semi';
    font-size: 16px;
}
.over-bust-measure-inch {
    text-align: left;
    font-family: 'Grotesk-Semi';
    font-size: 16px;
}
.under-bust-measure-input, .over-bust-measure-input {
    background: #fff;
    width: 100%;
    display: block;
    border: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    border-radius: 6px;
}

.fit-me-template .input-under-bust,.fit-me-template .input-under-bust:hover,.fit-me-template .input-under-bust:focus, .fit-me-template .input-over-bust, .fit-me-template .input-over-bust:hover, .fit-me-template .input-over-bust:focus {
    border: #fff;
    width: 65%;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-family:'GroteskPro-SemiBold';
    color: #000;
    background-color: transparent;
}
#braSizeRes, #braSizeResMobile {
    width: 100%;
}
.under-bust-inch,.over-bust-inch {
    display: inline-block;
    width: 35%;
    font-size: 19px;
    font-family: 'GroteskPro-Book';
    text-align: right;
}
.under-bust-sub-container{
    padding-left: 15px;
    padding-right: 15px;
}
.over-bust-sub-container{
    padding-left: 15px;
    padding-right: 15px;
}
.under-bust-black-background, .over-bust-black-background{
    height: 100%;
} 

.input-btn-last {
    border-radius: 5px;
}
.input-bra-size {
    border: 2px solid #000;
    outline: none;
    color: #fff;
    background: #000;
    margin: 25px 0px 30px;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    height: 40px;
    line-height: 35px;
    width: 100%;
}
.input-bra-size:hover, .input-bra-size:focus{
    color: #000;
    background: #fff;
    text-decoration: none;
}

.bra-size-final{
    border: 2px solid #000;
    height: 150px;
    display: block;
    background: #fff;
}

.finalize-bra-size{
    font-size: 72px;
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 50px;
    font-family: 'Quincy-Cf';
    letter-spacing: 5px;
}
.fitting-room-disclaimer {
    margin-top: 16px;
}
.bra-size-text{
    font-family: 'Grotesk-Book';
    font-size: 20px;
    margin: 20px 0px;
}
.finalize-size{
    font-size: 16px;
    font-family: 'GroteskPro-SemiBold';
}
.finalize-size strong {
    font-family: 'GroteskPro-Bold';
}
.under-bust-black-background img{
    width: 100%;
    height: 100%;
}
.over-bust-black-background img{
    width: 100%;
    height: 100%;
}
.margin-bottom15-mobile{
    margin-bottom: 15px;
}
.input-unfortimate{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 3% 100%;
    background-position: 97%;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    font-family: 'Grotesk-book';
}
.sugarcandy-text {
    font-family: 'Grotesk-book';
    font-size: 20px;
}
.size-finalized{
    font-family: 'Grotesk-semi';
}

.padding-left-right15 {
    padding: 0 15px;
}

.min-height75 {
    min-height: 75px;
}

.image-text {
    text-align: center;
    vertical-align: middle;
    display: table;
}
.image-text p{
    vertical-align: middle;
    display: table-cell;
    font-family: GroteskPro-Bold;
    text-transform: uppercase;
    font-size: 14px;
}
.fitme-popup-round {
    width: 100%;
    max-width: 75px;
    margin: 0px auto 0px auto;
}
.background-white {
    background-color:#ffffff;
}
.needed-item {
    margin-bottom: 15px;
    border-radius: 5px;
}
.find-perfect-fit-container {
    margin-top: 50px;
}
.margin-buttom15{
    margin-bottom: 15px;
}
.measure-image {
    width: 100%;
}
.image-area img {
    width: 100%;
}
.input-text  {
    margin-top: 20px;
    margin-bottom:20px;
}
.input-text p {
    font-size: 13px;
    line-height: 14px;
    font-family: 'GroteskPro-Bold';
    vertical-align: middle;
    margin: 7px 0px;
    text-align: left;
}
.desc-area p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'GroteskPro-Book';
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.order-container {
    display: flex;
    flex-wrap: wrap;
}
.order-2nd {
    order:2;
}
.order-1st {
    order:1;
}
.order-3rd {
    order:3;
}

.fit-me-modal .modal-content {
    background-color: #eedfd5;
}
#globalClassModalContainer .fit-quiz-modal-dialog .modal-content {
    background: #fff;
}
#globalClassModalContainer.fit-me-modal {
   background: rgba(251, 251, 251, 0.9);
}
.image-area {
    margin-top: 20px;
}
.margin-custom {
    margin-left: -30px;
    margin-right: -30px;
}
.fit-me-template .fit-btn-start {
    padding: 0px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}
.fit-me-template .fit-btn-start a{
    height: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    font-family: 'GroteskPro-SemiBold';
    border-radius: 5px;
    -webkit-appearance: none;
    text-transform: inherit;
}

.fit-me-template .need-help {
    margin-top: 10px;
}
.margin-top0{
    margin-top: 0px;
}
.fit-me-template .fit-keep-margin {
    margin-top: 15px;
}
.main-content-container {
    min-height: 240px;
}

.fit-me-modal .first-step {
    padding-top: 40px;
}

.fit-me-modal .size-option-help{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: GroteskPro-Book;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 20px 10px;
    letter-spacing: 0px;
    text-transform: initial;
}
.option1-step2, .option1-step3 {
   padding-top: 40px; 
   max-width: 450px;
   margin:0px auto;
}
.back-btn {
    float: left;
    font-family: 'GroteskPro-Bold';
    font-size: 12px;
}
#module-cakefittingroom-display #globalClassModalContainer {
    background: rgb(146 146 144 / 90%);
}
.popup-quiz-template {
    padding: 30px;
}
.measure-field {
    text-align: left;
}
.measure-field .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.measure-field .col-xs-5,
.measure-field .col-xs-7 {
    display: flex;
    align-items: center;
}
.my-measure {
    padding-bottom: 0;
    font-family: 'GroteskPro-Bold';
    margin: 0;
}

.popup-quiz-template .fit-btn-start {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 170px;
    border-radius: 25px;
}
.popup-quiz-template .fit-btn-start a {
    letter-spacing: 4px;
    text-transform: uppercase;
}
.popup-quiz-template .main-content-container {
    min-height: unset;
}
.brasize-mobile-row {
    display: block;
}
.brasize-dsktop-row {
    display: none;
}
.bg-peach {
    background: #FCF0EB;
    padding-left: 70px;
    padding-right: 70px;
}

.measure-title {
    margin-top: 40px;
    margin-bottom: 40px;
}
.step-title {
    margin-bottom: 20px;
    font-family: 'GroteskPro-Bold';
    text-align: left;
}
.step-title-top {
    margin-top: 40px;
    text-align: left;
}

.rounding-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-bottom-grey {
    border-bottom: 1px solid grey;
}
.instruction-text {
    margin-bottom: 40px;
    font-family: 'GroteskPro-Book';
    text-align: left;
}
.instruction-text-small {
    margin-bottom: 10px;
    font-family: 'GroteskPro-Book';
    text-align: left;
}
.row-top-spacing {
    margin-top: 40px;
}
.video-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.help-list-divider {
    border-bottom: 0.5px solid #000;
}
.size-not-supported-row {
    display: none;
    margin-top: 15px;
}
.size-not-supported {
    text-align: left;
    color: red;
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    
    .fit-modal-dialog {
        max-width: 730px;
    }
    .margin-bottom15-mobile{
        margin-bottom: 0px;
    }
    .notification-error{
        font-size: 17px;
    }
    .fit-popup-dropdown, .fit-popup-dropdown:focus, .fit-popup-dropdown:hover {
        background-size: 15px 100%;
        background-position: 98%;
    }
    .underbust-image-container,.underbust-desc-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .overbust-image-container,.overbust-desc-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .under-bust-measure-text {
        text-align: left;
    }
    .bra-size-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bra-size-final{
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width:610px;
    }
    .fit-img-starter{
        margin-left: 5px;
        margin-right: 5px;
    }
    .background-white {
        background-color: transparent;
    }
    .fitme-popup-round {
        background-color: #fff;
        border-radius: 50%;
        max-width: 100%;
        min-height: 130px;
    }
    .fitme-popup-round img{
        width: 100%;
        max-width: 120px;
        display: block;
        margin: 0px auto;
        padding: 15px 10px;
    }
    .order-2nd {
        order:1;
    }
    .order-1st {
        order:2;
    }
    .order-3rd {
        order:3;
    }
    
    .rounding-image {
        border-radius: 100%;
        overflow: hidden;
        max-width: 240px;
        max-height: 240px;
    }

    .image-area img {
        max-width: 236px;
    }
    .desc-area {
        margin-top: 15px;
    }
    .measure-over-bust-container, .measure-under-bust-container {
        margin-top: 20px;
    }
	
    .finalize-bra-size {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 143px;
    }
    #inputBraSize {
        font-size: 16px;
    }
    .fit-modal-title {
        font-size: 37px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .needed-item {
        margin-bottom: 0px;
    }
    .fit-btn-start {
        margin: 35px auto 30px auto;
    }
    .desc-area p {
        text-align: left;

    }

    .input-text .my-measure {
        font-family: 'GroteskPro-Bold';
    }
    .finalize-size {
        font-size: 19px;
        font-family: 'GroteskPro-Book';
    }
    .finalize-size strong {
        font-size: 19px;
    }
    .bra-size-text {
        margin: 30px 0px 20px 0px;
    }
    .fit-me-template .need-help {
        margin-top: 35px;
    }
    .p-header {
        font-size: 20px;
    }
    .fit-me-template .fit-btn-start {
        min-height:0px;
        margin: 35px auto 10px auto;
    }
    .popup-quiz-template .fit-btn-start {
        margin: 35px auto 10px 0;
    }
    .main-content-container{
        min-height: 0px;
        margin-bottom: 30px;
    }
    #fitIssue {
        margin-bottom: 90px;
        margin-top: 30px;
    }
    #imFrom {
        margin-top: 20px;
    }
    #braSize {
        margin-bottom: 55px;
    }
    .fit-me-modal .size-option-help {
        padding: 30px 15px;
    }
    .fit-me-template .input-under-bust,.fit-me-template .input-under-bust:hover,.fit-me-template .input-under-bust:focus, .fit-me-template .input-over-bust, .fit-me-template .input-over-bust:hover, .fit-me-template .input-over-bust:focus {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .brasize-mobile-row {
        display: none;
    }
    .brasize-dsktop-row {
        display: block;
    }
    .step-title-top {
        margin-top: 0;
    }
    .row-quiz-step-cont {
        display: flex;
    }
    .video-container {
        width: 145px;
        height: 145px;
    }
} 

@media (min-width: 992px) {
    .fit-modal-dialog {
        max-width: 800px;
    }
    .fit-modal-title {
        margin-left: 20px;
        margin-right: 20px;
    }
    .best-fit-size-content-background {
        height: 150px;
    }
    .best-fit-first-column, .best-fit-first-column span {
        text-align: left;
        font-size: 18px;
        font-family: 'Gothic-reg';
    }  
    .best-fit-third-column {
        text-align: right;
        font-size: 18px;
        font-family: 'Gothic-reg';
    } 
    .unfortunately-content {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    
    .fit-me-template .title-container {
        margin-top: 50px;
    }
    .col-xs-12.fit-questions{
        padding: 0px;
        width: 500px;
    }
    .col-xs-12.fit-questions .fit-popup-dropdown, .col-xs-12.fit-questions .fit-popup-dropdown:focus, .col-xs-12.fit-questions .fit-popup-dropdown:hover {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cm-btn.fit-questions-btn{
        margin-right: 50px;
    }
}
/* Most of the Smartphones Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
    .modal-content{
        padding: 10px;
    }
}
/* for fit modal custom class*/
@media (min-width: 340px) and (max-width: 385px){
    .fit-modal-custom{
        word-spacing: -1px;
        word-break: break-all;
    }
}