/**
* 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;
}

.modal-backdrop {
    background-color: #e9d4ba;
    z-index: 99999;
}
.modal-backdrop.in{
    opacity: .8;
}
.pop-email .fit-modal-content {
    position: relative;
    padding:20px;
}
.fit-modal-content {
    border: none;
    border-radius: 0;
    background: #f9f4ed;
}

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

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

.fit-modal-title ,
.unfortunate-title{
    text-align: center;
    font-family: 'Gothic-semi';
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
}

.unfortunate-title{
    width: 100%;
    max-width:250px;
    margin: 0 auto;
    padding-top:20px;
}

.p-header {
    margin: 15px 0px 30px;
    text-align: center;
    font-family: 'Grotesk';
    font-size: 20px;
}

.modal-form {
    top: 31px;
}

.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;
}

button.fit-btn-start,
.fit-btn-start{
    background: #000;
    height: 40px;
    padding: 0px;
    outline: none;
    color:#fff;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    border: 2px solid #000000;
    cursor: pointer
}
.fit-btn-start a{
    color: #fff;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    text-decoration:none;
    line-height:36px;
    padding: 0px;
}

.fit-btn-start:focus {
    outline: none;
    color: #fff;
}

.fit-btn-start:hover {
    color: #000;
    background: #fff;
    border:2px solid #000000;
}
.fit-btn-start:hover > a {
    color: #000;
}
.fit-btn-keep {
    margin-top: 10px;
}

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

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

.need-help {
    font-size: 12px;
    font-family: 'Grotesk-book';
    margin:15px 0px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.need-help:hover {
    cursor: pointer;
}

.fit-modal-content {
    padding: 0px;
    padding: 15px 20px;
}

.fit-popup-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://assets.sugarcandybra.com/themes/sugarcandybra/themes/sugarcandybra/assets/images/svg/sugarcandy-icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding-left: 15px;
    padding-right: 26px;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'Grotesk-book';
    overflow: hidden;
}

.fit-popup-dropdown:focus {
    outline: none;
}

.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;
}

.best-fit-size-background {
    width: 145px;
    height: 145px;
    display: table;
    margin: 15px auto;
    background: #fff;
    border: 2px solid #000;
    border-radius: 145px;
}
.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: 45px;
    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: 17px;
    font-family: 'Grotesk-Book';
    line-height: 25px;
}
.unfortunately-content{
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
    padding:55px 0px 60px 0px; 
}
.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: center;
    font-family: 'Grotesk-Book';
    font-size: 16px;
    margin-top: 15px;
}
.under-bust-measure-inch {
    text-align: left;
    font-family: 'Grotesk-Semi';
    font-size: 16px;
    margin-bottom: 0px;
}
.over-bust-measure-inch {
    text-align: left;
    font-family: 'Grotesk-Semi';
    font-size: 16px;
    margin-bottom: 0px;
}
.under-bust-measure-input {
    background: #fff;
    width: 100%;
    display: block;
    border: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.over-bust-measure-input {
    background: #fff;
    width: 100%;
    display: block;
    border: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.input-under-bust, .input-over-bust  {
    border: #fff;
    width: 65%;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-family: 'Grotesk-semi';
    color: #000;
    background: none;
}
.under-bust-inch {
    display: inline-block;
    width: 35%;
    font-size: 16px;
    font-family: 'Grotesk-semi';
}
.over-bust-inch {
    display: inline-block;
    width: 35%;
    font-size: 16px;
    font-family: 'Grotesk-semi';
}
.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{
    /*! margin:0px 0px 19px 0px; */
} 

.under-bust-btn {
    border: 2px solid #000;
    outline: none;
    color: #fff;
    background: #000;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    height: 40px;
    width: 100%;
}
.under-bust-btn:hover {
    background: #fff;
    color: #000;
}
.over-bust-btn {
    border: 2px solid #000;
    outline: none;
    color: #fff;
    background: #000;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    height: 40px;
    width: 100%; 
}
.over-bust-btn:hover {
    background: #fff;
    color: #000;
}
.input-bra-size {
    border: 2px solid #000;
    outline: none;
    color: #fff;
    background: #000;
    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;
    height: 100px;
    font-family: 'Grotesk-Book';
    border:2px solid #000000;
    line-height: 100px;
    width: 100%;
    max-width: 260px;
    margin: 0px auto;
}
.bra-size-text, .bestiebra-msg{
    font-family: 'Grotesk-Book';
    font-size: 20px;
    margin: 10% auto 20px;
    width: 100%;
    max-width: 300px;
    line-height:25px;
}
.finalize-size, .bestiebra-size{
    font-family: 'Grotesk-Semi';
    font-size: 20px;
    max-width: 485px;
    margin: 0 auto;
}
.under-bust-black-background img{
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.over-bust-black-background img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.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, 
.disclaimer-text {
    font-family: 'Grotesk-book';
    font-size: 20px;
}
.size-finalized, .bestie-bra-res{
    font-family: 'Grotesk-semi';
}
.padding-left-right15 {
    padding: 0 15px;
}
.title-container{
    width: 100%;
    max-width: 220px;
    margin-top:20px;
    text-align: center;
    margin: 20px auto 0px auto;
}
.title-container h4{
   line-height: 30px;
   font-size: 22px;
}
.title-container.nosize{
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.main-content-container{
    min-height: 280px;
}
.main-content-container select{
    margin-bottom: 10px;
}
.modal-body,
.fit-modal-header{
    padding: 0px;   
}
p.best-fit-first-column{
    margin:15px;
    text-align: center;
}
.options-container{
    padding-top: 70px;
}
.needed-item img{
    width: 80px;
    height: auto;
}
.background-white{
    background: #ffffff;
}
.needed-item{
    margin-bottom: 10px;
}
.needed-item p{
    height: auto;
    line-height: 80px;
    margin-bottom: 0px;
}
.underbust-desc-container{
    margin-top:10px;
}
.overbust-input{
    position: absolute;
    top:390px;
}
.overbust-desc-container{
    text-align: center;
}
.show-mbl{
    display: block;
}
.show-dsk{
    display:none;
}
#firstOffTellUs{
    margin-bottom:30px;
}

#fitButtonStart{
    margin-bottom:10px;
}
.size-input{
    display: none;
}
.mbl-size-input{
    margin:30px 0px;
}
.bra-size-final{
    margin-top: 20px;
}
.input-bra-size a{
    color:#ffffff;
}

.unfortunately-content{
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
    padding: 30px 0px 70px 0px; 
}
.btn-no-size{
  margin-bottom: 10px;  
}
.needed-item{
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px auto;
}
.result-container{
    padding-top:50px;
}

.first-under {
    order: 1;
}

.second-under {
    order: 2;
}

#sizeChart .size-chart-brasize {
    font-family: 'Grotesk-semi';
    border: 0;
    background: none;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    padding: 0;
}

#sizeChart .size-chart-brasize a {
    border-bottom: 1px solid #000;
    font-size: 13px;
}

#sizeChart .sizing-table-container {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 30px;
    max-width: 200px;
}

#sizeChart .contact-country-select {
    width: 48%;
    background-image: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 50px 25px;
    background-position-x: 150%;
    background-position-y: 50%;
}

#sizeChart .sizing-region-label {
    letter-spacing: 2px;
}

#sizeChart .contact-country-select,
#sizeChart .country-selected,
#sizeChart .sizing-table-header,
#sizeChart .table-sizes-header,
#sizeChart .table-brasizes-content {
    font-size: 14px;
    text-align: center;
}

#sizeChart .country-selected, #sizeChart thead .sizing-table-header {
    font-family: Grotesk-bold;
    letter-spacing: 1px;
}

.sizing-table-header {
    padding: 5px 0;
}

#sizeChart .sizing-table-center {
    width: 65px;
}

#sizeChart .table-brasizes-content {
    text-align: center;
    background: #fff;
}

.margin-mobile {
    margin: 50px 0 10px;
}

#sizeChart select.contact-country-select,
#sizeChart select.contact-country-select{
    font-size: 17px;
    transition: none;
}

#sizeChart .sizechart-title {
    font-family: 'Gothic-semi';
    text-align: left;
    line-height: 30px;
    font-size: 22px;
    width: 180px;
    margin: 20px 0;
}

#sizeChart .table-brasizes-content {
    padding: 0;
}

#sizeChart .table-brasizes-content {
    font-family: 'Grotesk-book';
}

/*pop email design start*/

.pop-email-header, .pop-email-header span {
    font-family: Gothic-semi;
    font-size: 26px;
    line-height: 40px;
    max-width: 300px;
    margin: auto;
}
.pop-email-form input, .pop-email-form input:focus {
    width: 100%;
    height: 40px;
    display: block;
    padding: 0px 5px;
    font-family: Grotesk-book;
    font-size: 17px;
    line-height: 17px;
    border: 1px solid #000000;
    margin-bottom: 15px;
    transition: none;
    color:#000000;
    background:#ffffff;
    padding-left: 15px;
}

.pop-email-content, .pop-email-content span {
    font-family: Grotesk-book;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 12px auto 12px;
    max-width: 250px;
}
.imready-togo {
    font-family: Grotesk-semi;
    line-height: 40px;
    letter-spacing: 0px;
    border-bottom: 1px solid #000;
}
.pop-email-content span {
    width: 100%;
    display: block;
}
.pop-email-form input::placeholder {
    color : #000;
}
.pop-email-form input[readonly] {
    background: #ffffff;
}


.popup-email-container .sign-me-pop-email, .popup-email-container .sign-me-add-cart {
    padding: 0px 15px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    display: block;
    text-transform: none;
    font-family: Grotesk-Bold;
}

.pop-email .fit-modal-header {
    position: relative;
    /* right: 2%; */
    z-index: 2;
}
.pop-email .title-container {
    display: none;
}
.pop-email .modal-body .pop-up-email-cont {
    padding: 0px;
}
.pop-email-image {
    padding: 0px;
}
.pop-email-text-content {
    padding: 0px;
}


.notify-popup-error {
    height: auto;
    text-align: left;
    color: red;
    font-size: 12px;
    padding: 0px;
    line-height: 16px;
}

.pop-email-form input:hover, .pop-email-form input:focus {
    outline: 0px;
    background-color: #fff;
    color: #232323;
    border-color: #000;
}

.full-price-step-1 {
    outline: 0px;
    background-color: #fff;
    color: #232323;
    border-color: #000;
}

.new-input {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.new-email {
    border-radius: 8px;
}

.new-modal-fit-content{
    position: relative;
}
.new-modal-body{
    overflow-y: auto;
}
.new-modal-content {
    background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/modules/popupmodule/sc-banner-image-mobile.jpg) no-repeat center; background-size:100%; width:100%; height:100%;
    background-color: #f5e2c2;
}
.duh-step-1 , .full-price-step-1{
    box-shadow: none;
    border: 2px solid #000;
    padding: 0;
    height: 40px;
    line-height: 35px;
    padding: 5px 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 0px 15px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    display: block;
    text-transform: none;
    font-family: Grotesk-Bold;
    margin-bottom: 14px;
    border-radius: 8px;
}
.full-price-step-1 {
    background-color: #fff;
    color: #000;
}
.duh-step-1 {
    background-color: #000;
    color: #fff;
    margin-top: 24px;
}
.cm-btn span {
    color: white;
}
.cm-btn:hover > span, .cm-btn:active > span  {
    color: #000;
}
.new-pop-email-form {
    margin: auto;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
.new-fit-modal-header > img{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -o-box-sizing:      border-box;
    /* padding: 10px; */
    background: none;
    background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/themes/sugarcandybra/assets/images/modules/popupmodule/close-button.svg) no-repeat;
}
.dsk-sign-up-sidebar-btn, .mbl-sign-up-sidebar-btn{
    background: none;
    width: 100%;
    border: none;
}
.pop-email-content.popup-content-new-tcs {
    font-family: 'Grotesk-light';
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
    margin-bottom: 12px;
    text-align: justify;
    text-align-last: center;
}
.container .container-ovr {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;

}
.new-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
}
.new-input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}
.new-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
}
.new-input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}
.pop-email-header-new span {
    font-style: italic;
}
.pop-email-content.popup-email-content-new-tcs {
    max-width: 500px;
}
.pop-email-text-content .popup-design-tcs {
    margin-bottom: 25px;
    max-width: 260px;
    font-size: 14px;
}
.pop-email-text-content .popup-header-tcs {
    margin-bottom: 25px;
    
}
.pop-email-content.popup-email-content-new-tcs a{
    border-bottom: 1px solid #000;

}
.pop-email .new-fit-modal-header {
    float: right;
    bottom: 40px;
}
.close-globalmodal {
    text-align: right;
}
.close-globalmodal-icon {
    border: none;
    background: transparent;
}
#helpSizeChartHead .sizing-table-header:first-child {
    padding: 10px;
    max-width: 52px;
}
@media (min-width: 768px) {
    .fit-modal-dialog {
        max-width: 730px;
        margin: 0px auto;
    }
    .margin-bottom15-mobile{
        margin-bottom: 0px;
    }
    .notification-error{
        font-size: 17px;
    }
    .fit-popup-dropdown{
        background-size: 3% 100%;
    }
    .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;
        max-width:610px;
        margin-top: 40px
    }
    .fit-img-starter{
        margin-left: 5px;
        margin-right: 5px;
    }
    .title-container{
        width: 100%;
        max-width: 100%;
    }
    .title-container.nosize{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .unfortunately-content{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .unfortunately-content p{
        font-size: 19px;
        margin-bottom: 10px;
    }
    .modal-form{
        top: 10%;
    }
    .under-bust-btn {
        border: 2px solid #000;
        outline: none;
        color: #fff;
        background: #000;
        margin: 25px 0px 30px;
        font-family: 'Grotesk-bold';
        font-size: 16px;
        height: 40px;
        width: 100%;
    }
    .over-bust-btn {
        border: 2px solid #000;
        outline: none;
        color: #fff;
        background: #000;
        margin: 25px 0px 30px;
        font-family: 'Grotesk-bold';
        font-size: 16px;
        height: 40px;
        width: 100%; 
    }
    .unfortunate-title{
        width: 100%;
        max-width: 500px;;
    }
    .options-container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-content-container{
        min-height: 240px;
    }
    .results-container{
        padding-top:40px;
        padding-bottom:40px;
    }
    .needed-item{
        padding:0px 20px;
    }
    .show-mbl{
        display: none;
    }
    .show-dsk{
        display:block;
    }
    #measureUnderBust,
    #measureOverBust{
        margin-top:0px;
        margin-bottom: 30px;
    }
    .underbust-main-container,
    .underbust-image-container{
        padding: 35px 0px;
    }
    #myModal .underbust-desc-container,
    #myModal .overbust-desc-container{
        margin-top: 0px;
        padding: 0px 15px!important;
    }
    .under-bust-measure-inch{
        margin-bottom: 10px;
    }
    p.over-bust-measure-text{
        text-align: left;
        margin: 0px 0px 10px 0px;
    }
    
    #firstOffTellUs{
        margin-bottom:47px;
    }

    #fitButtonStart{
        margin-bottom:30px;
    }
    
    .size-input{
        display: block;
    }
    
    .mbl-size-input{
        display: none;
    }
    
    .over-bust-measure-inch{
        margin-bottom: 10px;
    }
    
    .finalize-bra-size{
        font-size: 72px;
        display: block;
        text-align: center;
        height: 100px;
        font-family: 'Grotesk-Book';
        border:2px solid #000000;
        line-height: 100px;
        width: 100%;
        max-width: 260px;
        margin: 0px auto;
    }

    .btn-no-size{
        margin-bottom: 33px;
    }
    .bra-size-calculator-container .p-header{
        margin-bottom: 50px
    }
    .needed-item img{
        width: 120px;
        height: 120px;
    }
    .needed-item p{
        padding-bottom: 20px;
        line-height: 20px;
    }
    #doThisAgain{
        margin:15px 0px;
    }
    .unfortunately-content{
        width: 100%;
        max-width: 295px;
        margin: 0 auto;
        padding:55px 0px 60px 0px; 
    }
    .needed-item{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    #firstOffTellUs{
        margin-bottom:50px;
    }
    .bra-size-text{
        font-family: 'Grotesk-Book';
        font-size: 20px;
        margin: 7% auto 20px;
        width: 100%;
        max-width: 100%;
    }

    .first-under {
        float: right;
        order:0;
    }
    
    .second-under {
        order: 0;
    }

    /*pop email design start*/

    #sizeChart {
        padding: 0px 40px 40px;
    }

    #sizeChart .sizing-table-container.size-chart-brasize {
        width: 100%;
    }

    #sizeChart .size-chart-brasize {
        text-align: right;
        padding-right: 0;
    }

    #sizeChart .size-chart-brasize a {
        font-size: 14px;
    }

    #sizeChart .sizing-region-label,
    #sizeChart .contact-country-select {
        font-size: 17px;
    }
    
    #sizeChart .country-selected, #sizeChart thead .sizing-table-header {
        font-size: 17px;
    }

    .sizing-table-header {
        padding: 7px 15px;
    }

    #helpSizeChartHead .sizing-table-header:first-child {
        max-width: 62px;
    }

    #helpSizeChartHead .sizing-table-header:not(:first-child) {
        padding: 8px;
        max-width: 41px;
    }
    
    #sizeChart .sizing-table-header, 
    #sizeChart .table-sizes-header, 
    #sizeChart .table-brasizes-content {
        font-size: 17px;
    }

    #sizeChart .table-brasizes-content {
        padding: 5px 15px;
    }
    .sizing-table-header, .table-sizes-header, .table-brasizes-content {
        padding: 7px 15px;
    }
    #sizeChart .contact-country-select {
        background-position-x: 155%;
    }
    
    #sizeChart .sizing-table-center {
        width: 100px;
    }
    
    .title-container h4{
       font-size: 24px;
    }

    .new-modal-body{
        width: 50vw;
        left: 25vw;
    }

    .duh-step-1 {
        margin-top: 44px;
    }
    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
    .new-pop-email-form {
        max-width: 450px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .pop-email-header-new {
        max-width: 300px;
        margin: auto;
    }
    .pop-email-text-content .popup-design-tcs {
        margin-bottom: 40px;
        font-size: 21px;
    }
    .popup-email-text-content.popup-header-tcs {
        margin-bottom: 40px;
        max-width: 380px;
    }
    .new-modal-content {
        background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/modules/popupmodule/sc-banner-image-desktop.jpg) no-repeat center; background-size:100%; width:100%; height:100%;
    }
    .pop-email .new-fit-modal-header {
        /* right: 1%; */
        bottom: 40px;
    }
    .close-globalmodal {
        display: none;
    }
} 

@media (min-width: 992px) {
    .fit-modal-dialog {
        max-width: 800px;
    }
    .fit-modal-title {
        font-size: 26px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .best-fit-size-content-background {
        height: 150px;
    }
    .under-bust-measure-input{
        width: 50%
    }
    .over-bust-measure-input{
        width: 50%
    }
    .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;
    }
     .modal-form{
        top: 20%;
    }

    /*pop email design start*/

    .pop-email-form input, .pop-email-form input:focus {
        font-size: 19px;
        line-height: 29px;
    }

   .new-email-text-content {
        position: relative;
        padding: 0;
    }

    .new-modal-body{
        width: 45vw;
        left: 30vw;
    }
    .duh-step-1 {
        margin-top: 44px;
    }
    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
    .pop-email-content, .pop-email-content span {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0px;
        margin: 15px auto 15px;
        max-width: 400px;
    }
    .pop-email-content.popup-content-new-tcs {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .pop-email-content.popup-email-content-new-tcs {
        max-width: 500px;
    }
    .duh-step-1 {
        margin-top: 24px;
    }
    .pop-email-header-new {
        max-width: 500px;
        margin: auto;
    }
    .pop-email-text-content .popup-design-tcs {
        max-width: 390px;
    }
    .new-modal-body{
        top: 20vh;
    }
    #helpSizeChartBody .table-sizes-header:first-child {
        max-width: 62px;
        width: max-content;
    }
}
@media (min-width: 1200px) {
    .pop-email-form input, .pop-email-form input:focus{
        font-size: 16px;
        line-height: 26px;
    }
    .pop-email .fit-modal-content {
        padding:10px;
    }
    .new-modal-body{
        width: 40%;
    }
    .new-email-text-content {
        position: relative;
        padding: 0;
    }
    .new-modal-body{
        left: 30vw;
    }
    .pop-email-header, .pop-email-header span {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }
    .duh-step-1 , .full-price-step-1{
        margin-bottom: 16px;
    }
    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
}
.new-modal-dialog {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  max-width:none;
  
}
.new-modal-content {
    height:auto;
    height:100%;
    border-radius:0;
    border:none;
    background-size: cover;
}

.new-modal-form {
    top: 0%;
}

#newsletter_box {
    width: 157px;
    border: 0px solid rgb(22, 38, 69);
    background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(0, 0, 0)) rgb(0, 0, 0);
    padding: 8px;
    box-shadow: rgb(50 50 50 / 75%) 0px 0px 0px 0px;
    border-radius: 0px;
    transform: rotate(270deg);
    transform-origin: left top;
    top: 518.5px;
    left: 0;
    display: block;
}
#newsletter_box.newsletter_prev {
    z-index: 1;
}
.newsletter_prev {
    /* white-space: nowrap; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.428571429;
    background-color: #fff;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    display: none;
    z-index: 999996;
    position: absolute;
    position: fixed;
    color: white;
    text-align: center;
    cursor: pointer;
}
#newsletter_box * {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    margin: 0px !important;
    padding: 0px !important;
}
.text-white {
    color: #ffffff;
}
#newsletter_box.toggle-hide{
    display: none;
}