/**
* 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.
*/
#informationPage {
	font-family: 'Grotesk';
}
.margin-top-50{
	margin-top: 50px;
}
.margin-top-35 {
	    margin-top: 35px;
}
.margin-bottom-50{
	 margin-bottom: 50px;
}

.margin-bottom-23{
	 margin-bottom: 23px;
}
#informationPage .page-links a{
	font-family: 'Grotesk-semi';
	text-transform: capitalize;
	font-size: 16px;
    color: #000;
}
#informationPage .page-links a.active{
	opacity: 0.4;
}
#informationPage .section-details{
	display: none;
}
#informationPage .information-sub-container #contactSection{
	border-top:	1px solid #000000;
}

#informationPage .information-sub-container .contact-info-faq-container{
	border-bottom:	1px solid #000000;
}
#informationPage .information-sub-container .contact-info-name{
	padding: 25px 0px 23px 0px;
}
.margin-bottom0{
	margin-bottom: 0px;
}
#informationPage .contact-info-faq-container .contact-info-name{
	font-family: 'Gothic-semi';
	text-transform: capitalize;
	font-size: 22px;
	cursor: pointer;
}
#informationPage .dropdown-image{
	background: url(/themes/sugarcandybra/assets/images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 30px 40px;
    background-position-x: 100%;
    background-position-y: 17px;
}
#informationPage .upwardimage-image{
	background: url(/themes/sugarcandybra/assets/images/svg/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 30px 40px;
    background-position-x: 100%;
    background-position-y: 17px;
}
#informationPage .section-details h3,#informationPage .section-details p{
	margin-bottom: 10px;
}
.contact-num-mail{
	width: 100%;
	display: block;
	margin: 0px;
	color: #000;
}
.contact-num-mail:hover{
	color: #000;
}
.icon-images{
	padding-right: 15px;
}
.light-grey-border-line{
	margin:30px 0px;
	border-bottom: 1px lightgrey solid;
}
.black-font-link{
	color: #000;
	border-bottom: 1px #000 solid;
	padding-bottom: 1px;
	display: inline;
}
.black-font-link:hover {
	color: #000;
}
.information-sub-container .search-text-box{
	font-family: 'Grotesk-book';
    background: url(/themes/sugarcandybra/assets/images/svg/sugarcandy-icon-search.svg);
    background-repeat: no-repeat;
    background-size: 25px 38px;
    background-position-x: 9px;
    background-position-y: 0;
    padding-left: 40px;
    font-size: 16px;
    border: 1px #000 solid;
    outline: 0px;
    min-height: 40px;
}

#contactUsForm {
	margin-top: 20px;
}
#contactUsForm .contact-us-field-names{
	margin-top:25px;
	font-family: 'Grotesk-semi';
	font-size: 20px;
}
#contactUsForm .input-text-design{
	font-family: 'Grotesk-reg';
	margin-bottom: 25px;
    height: 40px;
    border: 1px #000 solid;
    background-color: #fff;
    outline: 0px;
    font-size: 20px;
    color: #000;
    width: 100%;
}
#contactUsForm .textarea-text-design{
	font-family: Grotesk-reg;
	margin-bottom: 25px;
    height: 200px;
    border: 1px #000 solid;
    background-color: #fff;
    outline: 0px;
    font-size: 20px;
    color: #000;
}
#contactUsForm #contactTopic .full-width{
	width: 100%;
}

#contactUsForm #contactUsSubmit{
	font-family: 'Grotesk-bold';
    border: 1px #000 solid;
    background: #000;
    color: #fff;
    outline: 0px;
    min-height: 40px;
    font-size: 20px;
}
#contactUsForm #contactUsSubmit:hover{
    background: #fff;
    color: #000;
}
#contactUsForm #contactUsSubmit:focus{
	background-color: #fff;
	color: #000;
	border:1px #000 solid;
	cursor: pointer;
}
.contact-info-faq-container .section-details .contact-info-question{
	font-family: 'Grotesk-semi';
	font-size: 20px;
}
.contact-info-faq-container .section-details .contact-info-answer, .contact-info-answer p, .contact-info-answer li{
	font-family: 'Grotesk-reg';
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
.contact-info-faq-container .section-details{
	padding-bottom: 40px;
}
.drop-down-show{
	display: none;
    border-top: 1px #000 solid;
    position: absolute;
    width: 100%;
    top: 39px;
}
.drop-down-show ul{
    box-shadow: 0px 10px 18px #888888;
}
.drop-down-show li{
	font-family: 'Grotesk';
	font-size: 20px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
}
.drop-down-show li:hover {
	background-color: #000;
	color: #fff;

}
.position-relative{
	position: relative;
}
#contactUsForm .input-text-design::placeholder, #contactUsForm .textarea-text-design::placeholder, #contactUsForm .search-text-box::placeholder{
  color: #000 !important;
  opacity: 1; /* Firefox */
}

#contactUsForm .input-text-design:-ms-input-placeholder, #contactUsForm .textarea-text-design:-ms-input-placeholder, #contactUsForm .search-text-box:-ms-input-placeholder{ /* Internet Explorer 10-11 */
 color: #000 !important;
}

#contactUsForm .input-text-design::-ms-input-placeholder, #contactUsForm .textarea-text-design::-ms-input-placeholder, #contactUsForm .search-text-box::-ms-input-placeholder{ /* Microsoft Edge */
 color: #000 !important;
}
.content-header {
	font-family: 'Grotesk-semi';
	font-size: 20px
}
.content-body {
    font-family: 'Grotesk-reg';
    font-size: 20px;
    line-height: 24px;
}

.error-message-container{
	font-family: 'Grotesk';
    font-size: 20px;
    line-height: 30px;
    color: #000;
    border: red 1px solid;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}
.success-message-container{
	font-family: 'Grotesk';
    font-size: 20px;
    line-height: 30px;
    color: #000;
    border: green 1px solid;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}
#contactTopic.arrow-down{
    background: url(/themes/sugarcandybra/assets/images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 60px 40px;
    background-position-x: 100%;
    background-position-y: 100%;
    margin: 0;
}
#contactTopic:hover{
	cursor: pointer;
}
.contact-info-answer ul {
    list-style: initial;
    padding-left: 40px;
}
.contact-info-footer .content-header {
    font-family: 'Grotesk-semi';
    font-size: 20px;
}
.video-width-container{
    max-width: 100%;
    max-height: 157px;
    overflow: hidden;
}
.video-width-subcontainer{
    position: relative;
    padding-bottom: 56.3%;
    overflow: hidden;
    display: block;
}
.video-width-center{
    position: absolute;
    width: 100%;
    height: 100%;
}
.sizing-table-container{
    border: 1px solid #000;
    width: 100%;
    max-width: 190px;
    display: block;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #f4eadc;
    margin-top: 30px;
}
.sizing-region-label{
    font-family: 'Grotesk-bold';
    font-size: 15px;
}
.contact-country-select{
    outline: 0px;
    width: 42%;
    font-family: 'Grotesk-bold';
    font-size: 17px;
    -webkit-appearance: none;
    border: 1px solid #f4eadc;
    background-color: #f4eadc;
    background-image: url(/themes/sugarcandybra/assets/images/svg/sugarcandy-icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 100%;
}
.content-title {
    font-family: 'Gothic-reg';
    margin-bottom: 50px;
}
.sizing-table{
    width: 100%;
    margin-top: 50px;
    border-color: #000;
}
.sizing-table thead{
    background-color: #fff1d0;
}
.sizing-table-header{
    padding: 10px 0;
    font-family: 'Grotesk-semi';
    font-size: 15px;
}
#helpsizeChartHead .sizing-table-header{
    padding: 10px 0;
}
.country-selected{
    font-family: 'Grotesk-semi';
    font-size: 15px;
}
.table-sizes-header{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    background-color: #FFF8E7;
    padding: 10px 5px;
    font-family: 'Grotesk-semi';
}
.table-brasizes-content {
    padding: 10px 0px;
    font-family: 'Grotesk';
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.sizing-table-center{
    text-align: center;
    width: 115px;
}
.table-border-right-black{
    border-right:1px solid #000;
}
.table-border-bottom-black{
    border-bottom:1px solid #000;
}
.contact-info-answer p a, .contact-info-answer p a:focus {
    font-family: 'Grotesk-semi';
    border-bottom: 1px solid;
    text-decoration: none;
}
.contactus-success-form {
    display: none;
    width: 100%;
    height: auto;
    margin:15px;
}
.contactus-success-text {
    font-family: 'Gothic-semi';
    font-size: 25px;
    line-height: 37px;
}
.contact-info-faq-container #returnsSection,
.contact-info-faq-container #returnsSectionDetails {
    margin: 0 15px;
}
@media(min-width: 768px){
    .video-width-container{
        max-height: 355px;
    }
    .sizing-table-container{
        width: 100%;
        max-width: 190px;
    }
    .contact-country-select{
        width: 49%;
    }
    .sizing-region-label{
        font-size: 15px;
    }
    .sizing-table-header,
    .table-sizes-header,
    .table-brasizes-content {
        padding: 10px 0px;
        font-size: 15px;	
    }
    #helpsizeChartHead .sizing-table-header{
        padding: 10px 10px;
    }
    .table-brasizes-content {
        padding: 10px 5px;
    }
    .sizing-table-header, 
    .table-sizes-header,
    .table-brasizes-content {
        font-size: 17px;
    }
    .contact-info-faq-container #returnsSection,
    .contact-info-faq-container #returnsSectionDetails {
        margin: 0 30px;
    }
}
@media(min-width: 992px){
    .video-width-container {
        max-height: 550px;
    }
    .contact-country-select{
        width: 51%;
        background-size: 30%;
    }
    .sizing-table-header,
    .table-sizes-header,
    .table-brasizes-content {
        padding: 10px 15px;
        font-size: 20px;	
    }
    #helpsizeChartHead .sizing-table-header{
        padding: 10px 15px;
    }
    .sizing-table-header, 
    .table-sizes-header,
    .table-brasizes-content {
        font-size: 20px;
    }
    .contact-info-faq-container #returnsSection,
    .contact-info-faq-container #returnsSectionDetails {
        margin: 0 auto;
    }
    #informationPage .section-details p{
        margin-bottom: 15px;
    }
}
@media(min-width: 1200px){
    .video-width-container {
        max-height: 750px;
    }
    .video-width-subcontainer{
        padding-bottom: 56.23%;
    }
    .contact-country-select{
        width: 50%;
        background-size: 17px;
        max-width: 230px;
    }
}
