/* General */
@font-face {
	font-family: 'Grotesk';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Regular.ttf');
}
@font-face {
	font-family: 'Grotesk-semi';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-SemiBold.woff2');
}
@font-face {
	font-family: 'Grotesk-med';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Medium.ttf');
}
@font-face {
	font-family: 'Grotesk-bold';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Bold.woff2');
}
@font-face {
	font-family: 'Grotesk-book';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Book.woff2');
}
@font-face {
	font-family: 'Grotesk-light';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Light.woff2');
}
@font-face {
	font-family: 'Grotesk-reg';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Regular.ttf');
}
@font-face {
	font-family:'Grotesk-BookItalic';
	font-display: block;
	src:url('/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-BookItalic.woff2');
}
@font-face {
	font-family: 'Gothic-semi';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-SemiBold.woff2');
}
@font-face {
	font-family: 'Gothic-med';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Medium.woff2');
}
@font-face {
	font-family: 'Gothic-reg';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Regular.ttf');
}
@font-face {
	font-family: 'Gothic-black';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Black.woff2');
}
@font-face {
	font-family: 'Gothic-bold';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Bold.ttf');
}
@font-face {
	font-family: 'Grotesk-BoldItalic';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-BoldItalic.ttf');
}
@font-face {
	font-family: 'Gothic-BoldItalic';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-BoldItalic.ttf');
}
@font-face {
	font-family: 'Gothic-MedItalic';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-MediumItalic.ttf');
}
@font-face {
	font-family: 'Gothic-ExtraBold';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-ExtraBold.woff2');
}
@font-face {
	font-family: 'Gothic-ExtraBoldItalic';
	font-display: block;
	src: url('https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-ExtraBoldItalic.woff2');
}
* {
  font-weight: unset;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: sans-serif;
}
div,
p,
span,
ul,
ol,
li,
table {
	font-size: 16px;
	color: #000;
	font-family: sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	background: #fff;
	padding-top: 0;
}
#main #content{
	background: #fff;
}
#main {
	padding-top: 100px;
}
@keyframes spin {
	from { transform: scale(1) rotate(360deg); }
	to { transform: scale(1) rotate(0deg); }
}
@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(360deg); }
	to { -webkit-transform: rotate(0deg); }
}
a{
	color: #000;
}
a:hover, a:active, a:focus{
	color: #000;
}
input,
textarea, 
select{
	outline: none;
	border-radius: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="text"].cm-inputtext, input[type="text"].cm-inputtext:focus, input[type="text"].cm-inputtext:active, input[type="email"].cm-inputtext, input[type="email"].cm-inputtext:focus, input[type="email"].cm-inputtext:active, input[type="password"].cm-inputtext, input[type="password"].cm-inputtext:focus, input[type="password"].cm-inputtext:active, input[type="tel"].cm-inputtext, input[type="tel"].cm-inputtext:focus, input[type="tel"].cm-inputtext:active, select.cm-inputtext, select.cm-inputtext:focus, select.cm-inputtext:active {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-box-shadow: inset 1px 1px 4px #a5a9ad;
	-webkit-box-shadow: inset 1px 1px 4px #a5a9ad;
	outline: none;
	width: 100%;
	height: 32px;
	padding: 0 5px;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	box-shadow: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #000;
    opacity: 1;
}
a:focus, button:focus {
    outline:0;
}
.page-top-banner {
    min-height: 90px;
	margin-bottom: 40px;
	position: relative;
}
.page-banner-h1 {
	position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    font-family: 'Gothic-semi';
    color: #fff;
    font-size: 20px;
}
.page-breadcrumbs {
    margin-bottom: 50px;
}
.page-breadcrumbs a {
	color: #000;
	opacity: 0.4;
	font-size: 12px;
}
.page-breadcrumbs span {
   font-size: 12px;
   opacity: 0.4;
}
.page-breadcrumbs a:first-child {
    font-family: Grotesk-semi;
	opacity: 1;
}

/* Template */
.cms-template {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 100px;
}

.main-template {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}

.main-template-no {
	margin-bottom: 80px;
	width: 100%;
}

.main-template-mobile-non {
	padding-left: 0;
	padding-right: 0;
}

.global-template {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
}

.main-template-no .main-template {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-template-no.no-padding .main-template {
	padding-top: 0;
	padding-bottom: 0;
}

.main-template.no-padding{
	padding-top: 0;
	padding-bottom: 0;
}

.main-template.margin-bottom0 {
	margin-bottom: 0;
}
/* END.Template */

/* Containers */
.theme-container {
	min-height: 250px;
}
.main-container100 {
	margin-top: 40px;
}
.main-container50 {
	margin-top: 50px;
}
.main-container{
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.main-container-bg{
	padding-left: 20px;
	padding-right: 20px;
}
.full-container-margin {
	padding: 50px 15px;
}
.full-container{
	width: 100%;
}
.col-container {
	padding: 0;
}
#sc-page-content .container {
    margin-bottom: 20px;
}
.sc-page-content {
	margin: 0;
}
/* END.Containers */

/* Margins and Paddings */
.margin0{
	margin: 0;
}
.margin-bottom0{
	margin-bottom: 0;
}
.margin-bottom15 {
	margin-bottom: 15px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.margin-bottom50{
	margin-bottom: 50px;
}
.margin-bottom100{
	margin-bottom: 100px;
}
.margin-left-right-0{
	margin-right: 0px;
	margin-left: 0px;
}
.margin-top0 {
	margin-top: 0;
}
.margin-top10 {
	margin-top: 10px;
}
.margin-top15 {
	margin-top: 15px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-top50 {
	margin-top: 50px;
}
.margin-top70 {
    margin-top: 70px;
}
.no-row {
	margin: 0;
}
.padding0{
	padding: 0;
}

.paddingTop0{
	padding-top: 0;
}
.paddingBottom0{
	padding-bottom: 0;
}
.padding-left0{
	padding-left: 0;
}
.padding-right0{
	padding-right: 0;
}
.padding-left-right0 {
	padding: 0px;
}
.padding-left-right15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-right5 {
	padding-right: 5px;
}
.padding-left5 {
	padding-left: 5px;
}
.padding-top15 {
    padding-top: 15px;
}
/* END.Margins and Paddings */

/* Links */
.underline-link {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 3px;
}
.white-underline-link,
.white-underline-link:hover,
.white-underline-link:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-family: Grotesk-bold;
}
.black-underline-link,
.black-underline-link:hover {
	color: #000;
	border-bottom: 1px solid #000;
	font-family: Grotesk-book;
}
/* END.Links */

/* cm-btn related */
.cm-btn {
	padding: 5px 20px;
	border: 0 none;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor:pointer;
}
.cm-btn-full {
	width: 100%;
	display: block;
}
.cm-btn-apricot, .cm-btn-apricot:disabled {
	background-color: #fa9d60;
	color: #ffffff;
}
.cm-btn-gray, .cm-btn-gray:disabled {
	background-color: #000;
	color: #ffffff;
}
.cm-btn-apricot:hover, .cm-btn-apricot:focus, .cm-btn-apricot:active, .cm-btn-apricot.active {
	background-color: #ffc18c;
	box-shadow: none;
}
.cm-btn-gray:hover, .cm-btn-gray:focus, .cm-btn-gray:active, .cm-btn-gray.active {
	background-color: #8f9aa7;
	box-shadow: none;
}
.cm-btn-apricot-outline, .cm-btn-apricot-outline:disabled {
	color: #fa9d60;
	background-color: transparent;
	border: 1px solid #fa9d60;
}
.cm-btn-gray-outline, .cm-btn-gray-outline:disabled {
	color: #595a65;
	background-color: transparent;
	border: 1px solid #595a65;
}
.cm-btn-apricot-outline:hover, .cm-btn-apricot-outline:focus, .cm-btn-apricot-outline:active, .cm-btn-apricot-outline.active {
	color: #ffc18c;
	border: 1px solid #ffc18c;
	box-shadow: none;
}
.cm-btn-gray-outline:hover, .cm-btn-gray-outline:focus, .cm-btn-gray-outline:active, .cm-btn-gray-outline.active {
	color: #8f9aa7;
	border: 1px solid #8f9aa7;
	box-shadow: none;
}
.cm-btn-black:hover, .cm-btn-black:focus, .cm-btn-black:active, .cm-btn-black.active , .cm-btn-black:disabled{
    background:#a394f8;
    color: #000;
    border: 2px solid #a394f8;
}
.cm-btn-violet:hover, .cm-btn-violet:focus, .cm-btn-violet:active, .cm-btn-violet.active , .cm-btn-violet:disabled{
    background: #fff;
    color: #000;
    border: 2px solid #000;
}
.cm-btn-black-outline{
	color: #000;
	border: 2px solid #000;
	box-shadow: none;
	background: #fff;
}
.cm-btn-black-outline:hover, .cm-btn-black-outline:focus, .cm-btn-black-outline:active, .cm-btn-black-outline.active {
	color: #fff;
	border: 2px solid #000;
	box-shadow: none;
	background: #000;
}
.cm-btn-black{
	background-color: #000;
	color: #fff;
	box-shadow: none;
	border: 2px solid #000;
	padding: 0;
    height: 40px;
    line-height: 35px;
}
.cm-btn-violet{
	background-color: #9ca3db;
	color: #000;
	box-shadow: none;
	border: 2px solid #9ca3db;
	padding: 0;
    height: 50px;
    border-radius: 32px;
    line-height: 50px;
}
.cm-btn-black a{
	display: inline-block;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-family: Grotesk-bold;
}
.cm-btn-black a:hover, .cm-btn-black:hover a, .cm-btn-black a:focus, .cm-btn-black:focus a, .cm-btn-black a:active, .cm-btn-black:active a, .cm-btn-black.active a{
	display: inline-block;
	color: #000;
	width: 100%;
	text-align: center;
}
.cm-btn-left{
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}
.cm-btn-right{
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}
.dashboard-btn {
	border: 0;
    width: 100%;
	margin-bottom: 60px;
}
/* END.cm-btn related */

/* CMS */
.cms-static-page .page-header{
    background: -moz-linear-gradient(0deg,#f05a3f 0%,#f05a3f 29%,#ef649d 95%,#ef649d 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f05a3f),color-stop(29%,#f05a3f),color-stop(95%,#ef649d),color-stop(100%,#ef649d));
    background: -webkit-linear-gradient(0deg,#f05a3f 0%,#f05a3f 29%,#ef649d 95%,#ef649d 100%);
    background: -o-linear-gradient(0deg,#f05a3f 0%,#f05a3f 29%,#ef649d 95%,#ef649d 100%);
    background: -ms-linear-gradient(0deg,#f05a3f 0%,#f05a3f 29%,#ef649d 95%,#ef649d 100%);
    background: linear-gradient(90deg,#f05a3f 0%,#f05a3f 29%,#ef649d 95%,#ef649d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05a3f',endColorstr='#ef649d',GradientType=1);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.cms-static-page .page-header h1 {
    width: 100%;
    max-width: 100%;
    font-family: 'Grotesk';
    font-size: 34px;
    text-align: center;
    color: #ffffff;
    height: 72px;
    line-height: 72px;
}
.cms-static-page .page-content {
    max-width: 1000px;
    margin: 0px auto;
}

.cms-static-page .page-content h2, .cms-static-page .page-content h3, .cms-static-page .page-content h4,  .cms-static-page .page-content h5, .cms-static-page .page-content h6 {
    color: #f05f69;
    margin: 3% auto 3%;
    font-family: 'Grotesk-bold';
    text-align: center;
}
.cms-static-page .page-content p {
    font-size: 18px;
    font-family: 'Grotesk';
    line-height: 22px;
}

.cms-static-page .page-content ul {
  list-style: initial;
  width: 900px;
  margin: 0px auto;
}
/* END.CMS */

/* CM LINK */
.cm-link {
	font-size: 14px;
	text-decoration: underline;
}
.cm-link-gray:link, .cm-link-gray:visited, .cm-link-gray:focus {
	color: #595a65;
}
.cm-link-gray:hover, .cm-link-gray.active {
	color: #8f9aa7;
}
.cms-static-page .page-content p:empty {
	height: 18px;
}
.cms-static-page .page-content p.responsive-size-image img {
	text-align: center;
	width: 40px;
}
.cms-static-page .page-content p a.btn {
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
}
.cms-static-page .page-content p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.cms-static-page .page-content p.hide-img-mobile {
	display: none;
}
.cms-static-page .page-content p.iframe-container {
	padding-bottom: 56.25%;
	position: relative;
}
.cms-static-page .page-content p.iframe-container iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}
/* END.CM LINK */

/* Text and Content */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.bold-text {
	font-weight: bold;
}
.cursor-pointer {
	cursor: pointer;
}
.display-none {
	display: none;
}
.img-responsive {
	width: 100%;
}
/* END.Text and Content */

.page-header{
	margin-top: 30px;
	text-align: center;
}
.page-header .container{
	font-size: 32px;
	padding: 0;
}
.material-icons-white{
	color: #fff;
}
.form-container input {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.return-svg {
	width: 15px;
	height: 15px;
}
.required-warning-label {
	font-size: 12px;
	color: #ca656e;
	display: none;
}
.danger-border {
	border: 2px solid #ca656e;
}

/* FORM Style */
.sc-form h1{
	font-size: 26px;
	margin-bottom: 20px;
	font-family: 'Gothic-semi';
}

#wrapper form.sc-form input{
	background:#fff;
	border:1pt solid #000;
	color:#000;
	font-family: 'Grotesk-book',sans-serif;
	height:40px;
}

#wrapper form.sc-form input:focus,
#wrapper form.sc-form input:active,
#wrapper form.sc-form select:focus,
#wrapper form.sc-form select:active {
	outline: 0;
}

#wrapper form.sc-form select {
	border: 1px solid #000;
    font-family: 'Grotesk-book';
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    background: #fff url(/themes/sugarcandybra/assets/images/svg/sugarcandy-icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right;
	background-origin: content-box;
}

#wrapper form.sc-form ::placeholder{
	color: #000;
	opacity: 1;
	font-family: 'Grotesk-book',sans-serif;
	font-size: 15px;
	text-transform: capitalize;
}

#wrapper form.sc-form :-ms-input-placeholder{
  	color: #000;
 	font-family: 'Grotesk-book',sans-serif;
	font-size: 15px;
	text-transform: capitalize;
}

#wrapper form.sc-form ::-ms-input-placeholder{
  	color: #000;
  	font-family: 'Grotesk-book', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
}

#wrapper form.sc-form button{
	font-family: 'Grotesk-bold';
	height: 40px;
	text-transform: none;
	font-size: 16px;
	padding-top: 0px;
	line-height: 40px;
}


/* Custom */
.featured-main-container .feature-image-container {
	margin-top: 30px;
}
.iframe-container {
    padding-bottom: 64.4%; /*padding-bottom was set from 56.40% to 49.4%*/
	position: relative;
}
.iframe-container iframe {
    position: absolute;
    height: 100%;
	width: 100%;
}

/* For Demo */
.blur-up {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1);
    transition: filter 200ms, -webkit-filter 200ms, box-shadow 200ms;
}
.spinning {
	animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

/*  Dashboard */
.page-my-account #content .links{
	margin: 0 auto;
}
/*  END.Dashboard */

/* Custom - to be transfer */
.about-playvideo {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
}
.about-playvideo img {
	height: 80px;
	width: 80px;
}
.headerdescription {
	background-color: #ffffff;
	min-height: 40px;
	padding: 20px 25px 20px 25px;
	margin-bottom: 20px;
	border: #FFC190 1px solid;
}
.headerdescription .headerdescriptiontext {
	text-align: center;
	font-size: 14px;
	color: #6E6668;
}
.headerdescription-pink {
	background-color: #ffffff;
	min-height: 40px;
	padding: 20px 25px 20px 25px;
	overflow: hidden;
	margin-bottom: 20px;
	border: #f2bdc6 1px solid;
}
.headerdescription-pink .headerdescriptiontext {
	text-align: center;
	font-size: 14px;
	color: #6E6668;
}
.error-message-container {
	display: block;
	background: none;
	border: 1px solid red;
	color: #4d4d4d;
	font-size: 14px;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto;
	margin-top: 10px;
	font-family: "Neuzeit", Tahoma, Geneva, sans-serif;
}
.err-display.error-message-container{
	font-family: 'Grotesk-semi';

}
.product-attribute-size.error-message-container {
	display: block;
	background: none;
	border: 1px solid red;
	padding: 5px 5px 0;
	margin: 0;
	text-align: left;
	height: auto;
}
.about-video .play-button-other-video{
	position: absolute;
}
.iframe-container .iframe-video-footer {
    display: none;
    height: 100%;
	width: 100%;
	background-color: #000;
}
.price-strike {
	color: #dc3545;
	text-decoration: line-through;
}
.carousel .carousel-inner {
	height: auto;
}
#search-product-list.no-content {
	border:0px #fff;
}

.mob-close-icon-img {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	height: auto;
	width: 15px;

}
.color-swatch {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 10px;
    border: 2px transparent;
    cursor: pointer;
    margin: 0px 5px;
    cursor: pointer;
    color:#fff;
	font-size: 16px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}
.color-swatch .color-swatch-asterisk{
	background:url('https://cdn.sugarcandybra.com/themes/sugarcandybra/assets/img/asterisk.png');
	background-size: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.arrow-up-svg {
	content:url('/themes/sugarcandybra/assets/images/svg/arrow-up.svg');
	/* content:url('https://cdn.sugarcandybra.com/themes/sugarcandybra/assets/images/svg/arrow-up-white.svg'); */
}
.arrow-down-svg {
	content:url('/themes/sugarcandybra/assets/images/svg/arrow-down.svg');
	/* content:url('https://cdn.sugarcandybra.com/themes/sugarcandybra/assets/images/svg/arrow-down-white.svg'); */
}


/*this is for authentication page */
.auth-login-form input,.auth-login-form input:focus, .customer-register-form input, .customer-register-form input:focus {
	background-color: #fff;
    border: 1px solid black;
    outline: none;
    color:#000;
}
.auth-login-form .input-group:focus, .auth-login-form .input-group.focus,.customer-register-form .input-group:focus, .customer-register-form .input-group.focus {
	outline: none;
}
.auth-login-form .input-group .input-group-btn>.btn, .customer-register-form .input-group .input-group-btn>.btn {
    font-family: Grotesk-bold;
	background-color: #000;
    border: 1px solid #000;
    border-left: 0px;
    outline: none;
    height: 38px;
}
.auth-login-form .input-group .input-group-btn>.btn:hover, .auth-login-form .input-group .input-group-btn>.btn:focus,.customer-register-form .input-group .input-group-btn>.btn:hover, .customer-register-form .input-group .input-group-btn>.btn:focus {
	background-color: #ffffff;
	outline: none;
	color: #000;
}
.auth-login-form .black-btn,.auth-reg-account .black-btn,.customer-register-form .black-btn {
    background: #000;
    font-family: 'Grotesk-bold';
    box-shadow: none;
    outline: none;
}
.auth-login-form .black-btn:focus, .auth-login-form .black-btn:hover,.auth-reg-account .black-btn:hover, .auth-reg-account .black-btn:focus,.customer-register-form .black-btn:focus, .customer-register-form .black-btn:hover {
	border:1px solid #000;
	background-color: #fff;
	color: #000;
}

#loginContainer {
	width: 100%;
	margin:0 auto;
	align-items: end;
}

#loginContainer .form-control-label {
	text-align:left;
}

#loginContainer #submit-login {
	width:100%;
}

#loginContainer #login-form input {
	text-transform: none;
	height: 30px;
}

#login-form ::placeholder {
	color: #000;
  opacity: 1;
  font-family: 'Grotesk-book',sans-serif;
  font-size: 15px;	
}

#loginContainer .authTitle {
	font-family: 'Gothic-semi';
	padding-bottom:25px;
}

#loginContainer .register-link-sub-container {
	margin-top:30px;
}

#loginContainer .register-con-list li {
	font-family: 'Grotesk-book';
	font-size: 14px;
}

.register-con-list {
	font-family: 'Grotesk';
	padding-left: 15px;
	margin-bottom: 33px;
	font-size: 16px;
	list-style: disc;
}

#loginContainer .btn{
	font-family: 'Grotesk-bold';
	text-transform: none;
	font-weight: normal;
}

#loginContainer button.btn{
	height: 32px;
	line-height: 32px;
	padding-top: 0px;
	font-size: 16px;
} 

.register-link-sub-container .btn{
	width: 100%;
}

.register-form{
	width:100%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#authentication .sc-form .chkinputs{
	display: none;
}

#authentication #save-customer{
	width: 100%;
}

/*end of authentication page*/
.forgotten-password .form-fields .forget-password-cont {
    display: block;
    max-width: 400px;
    margin: 0px auto;
}
.forget-headertext {
    text-align: center;
    font-family: 'Gothic-semi';
    font-size: 20px;
    margin-bottom: 0;
	padding: 30px 0;
}
.forget-subtext{
    font-family: 'Grotesk-book';
    font-size: 17px;
    letter-spacing: -1px;
    text-align: center;
}
.forget-input-email{
    max-width: 370px;
    margin: 0 auto;
    font-family: 'Grotesk-semi';
    text-transform: none;
    font-weight: 400;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #000;
    outline: none;
    color: #000;
}
.forget-btn-submit{
    display: block;
    width: 370px;
    margin: 0px auto;
    background-color: #000;
    font-family: 'Grotesk-bold';
    text-transform: none;
    font-weight: 400;
    border: 0px solid;
    color: #fff;
}
.forget-btn-submit:hover{
	background-color: #fff;
	color: #000;
	border:1px solid #000;
}
.forgotten-password .form-fields .forget-email-cont{
	padding-bottom: 15px;
	max-width: 375px;
	width: 100%;
	margin:0px auto;
}
.forget-input-email:hover, .forget-input-email:focus {
	outline: 0px;
	border:1px solid #000;
	color: #000;
}
.forget-back-login{
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px auto;
}
.forget-back-login span{
    font-family: 'Grotesk-bold';
}
.login-form .forgot-password,
.login-form .register-account {
	margin-top: 10px;
}
.renew-password .new-passwd, .renew-password .confirm-passwd{
    width: 100%;
    max-width: 320px;
    outline: 0px;
    background-color: #fff;
    border: 1px solid black;
    margin: 0px auto;
}
.renew-password .black-btn{
    font-family: 'Grotesk-bold';
    text-transform: none;
    font-weight: 400;
    display: block;
    background: #000;
    box-shadow: none;
    outline: none;
    margin: 0px auto;
    min-width: 320px;
}
.renew-password .black-btn:hover{
	background: #ffffff;
	border:1px solid #000;
	color: #000;
}
.renew-password .renew-input-cont{
	width: 100%;
	display: block;
}
.forget-main-cont .error-msg{
	text-align: center;
    max-width: 450px;
    margin: 0px auto;
    padding: 15px;
    border: 1px solid red;
}
#my-account #notifications{
	text-align: center;
	margin-top: 50px;
}
.category-bot-desc-container {
    margin: 0 auto;
    display: table;
}
.category-bot-desc-content {
	display: table-cell;
    vertical-align: middle;
    height: 160px;
    font-family: 'Grotesk-med';
    text-align: center;
}
#afterpay-modal-popup .modal-content{
	left:7%;
}
.banner-strip #main {
	padding-top: 120px;
}
.banner-strip #main.mrgn-tp-cmpgn-ovrd{
	padding-top: 170px;
}
#module-sugarclub-downloadpage #main {
	padding-top: 0;
}
.banner-strip.cms-affiliate #main {
	padding-top: 70px;
}
#cms.cms-id-33 #main {
	padding-top: 70px;
}
#cms.header-banner-strip.cms-id-33 #main {
	padding-top: 170px;
}
#module-sugarclub-accountpage #main {
	padding-top: 0;
}
#module-sugarclub-accountpage.banner-strip #main {
	padding-top: 0;
}
.banner-strip .header-container {
	height: auto;
}
.play-lazy-Video {
	cursor: pointer;
}


/* Latest Updates */
.cms-id-7 .cms-static-page .page-header {
	margin-top: 0;
	height: 60px;
	background: #000;
}

.cms-id-7 .cms-static-page .page-header h1 {
	height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-transform: capitalize;
}

.latest-updates-container {
	padding: 30px 0 50px;
}

#latestUpdates .header-title {
    font-size: 25px;
    color: #000;
    font-family: 'Gothic-semi';
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
	text-align: center;
	line-height: 37.5px;
}

#latestUpdates .sub-text {
	text-align: center;
}

#latestUpdates .latest-updates-text {
	margin-bottom: 0;
}

#latestUpdates .img-cake-family {
	width: 100%;
    max-width: 345px;
}

#latestUpdates .sub-text {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 10px 0;
}

#latestUpdates .sub-text p {
	font-family: 'Grotesk-light';
	line-height: 25.5px;
}
/* END.Latest Updates */

.sc-link-arrow:after {
    content: "\2192";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
}

.cm-link-arrow:after {
	content: "\2192";
	font-family: "Glyphicons Halflings";
	line-height: 1;
	display: inline-block;
	padding-left: 5px;
}

.cm-link-arrow, .cm-link-left-arrow {
	display: inline-block;
	border-bottom: 1px solid #000;
}

.cm-link-arrow a, .cm-link-left-arrow a, .cm-link-left-arrow {
	font-family: 'Grotesk-Semi';
	font-size: 14px;
}

/* Adroll Landing Page */
.adroll-container,
.klaviyo-container {
	margin-top: 70px;
}

.page-cms .sub-text {
	margin: 0 auto;
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.adroll-sub-title,
.cms-semi-title {
	font-family: 'Grotesk-Semi';
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 25px;
	letter-spacing: 1px;
}

.adroll-title,
.cms-title {
	font-family: 'Gothic-semi';
	font-size: 34px;
	line-height: 48px;
	/* max-width: 780px; */
	margin-bottom: 0;
}

.adroll-shop-btn,
.cms-shop-btn {
	max-width: 400px;
    width: 100%;
    margin: 60px 0;
    text-transform: none;
    font-family: 'Grotesk-Semi';
    font-size: 18px;
	border-radius: 4px;
}

.adroll-content p,
.cms-content p {
	font-family: 'Grotesk-Light';
	font-size: 22px;
	line-height: 32px;
}

.adroll-content p:nth-last-child(1),
.cms-content p:nth-last-child(1) {
	margin-bottom: 0;
}

.page-cms .benefit-container {
	margin-bottom: 0;
}

.adroll-headbanner,
.klaviyo-headbanner,
.mother-headbanner {
	min-height: 69px;
}

/* Klaviyo Landing Page */
.klaviyo-content {
	margin: 40px 0;
}

.klaviyo-code-title {
	margin-bottom: 10px;
}
.header-banner-strip .header-container {
    height: auto;
}
.header-banner-strip #main {
	padding-top: 172px;
}
.category-imgseal-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.pl-seal {
    background: #fff;
    padding: 5px 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.pl-seal div, .pl-seal span {
    font-size: 12px;
    font-family: 'Grotesk-Bold';
    line-height: 10px;
}

.main-template-wide, .main-template-no-wide {
	margin-top: 0px;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.mobile-margin-on {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.margin-left-right0 {
	margin-left: 0px;
	margin-right: 0px;
}
/* Small devices (landscape phones, 576px and up) */

.p-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.p-border-top {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.click-disabled {
	cursor: not-allowed;
}

.margin-right0 {
	margin-right: 0px;
}
.border-separate {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
} 
/*footer gdpr message css*/
#footerMessageBannerDiv {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

#footerMessageBannerDiv p {
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 20px;
    color: #000 !important;
    font-size: 15px;
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#footerMessageBannerDiv a {
	color: #000;
	text-decoration: underline;
}

#footerMessageCloseBtn {
	position: absolute;
    top: 10%;
    left: 90%;
    width: 25px;
    cursor: pointer;
}

#footerMessageBannerDiv .ukFlagMsg {
	width: 89px;
  padding-right: 15px;
}


.footer-message-cookie .button-div{
	  display: block;
	  font-size: 12px;
	  margin-top: 10px;
		text-align: center;
		padding: 0;
}

.footer-message-cookie button#cookie-no{
    width: 235px;
    display: inline-block;
    color: #000000;
    border-color: #000000;
    font-family: 'Grotesk-semi';
    text-transform: none;
    letter-spacing: 0px;
}
.footer-message-cookie button#cookie-yes{
    width: 235px;
    display: inline-block;
    background-color: #000000;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    font-family: 'Grotesk-semi';
    text-transform: none;
    letter-spacing: 0px;
}
.footer-message-cookie{
   width: 100%;
   position: relative;
   /* top: 0;
   left: 0; */
   z-index: -1;
   background: #FFFFFF;
   background-size: contain;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   display:block;
   min-height:50px;
   display: none;
   padding: 30px;
   position:relative;
}

.footer-message-cookie p {
	color: #fff;
	margin-bottom: 0;
}
.footer-message-cookie a{
	color: #000;
	text-decoration: underline;
}

#footer-message-cookie-div {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#footer-message-cookie-div p {
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
    /* padding: 20px; */
    color: #000 !important;
    font-size: 16px;
		width: 100%;
	font-family: 'Grotesk-book';
}

#footer-message-cookie-div a {
		color: #000;
		text-decoration: underline;
}


#footerCookieCloseBtn {
	position: absolute;
    top: 15px;
    right: 6%;
    float: right;
    width: 15px;
    cursor: pointer;
}
/* button.needsclick {
    height: 20px !important;
} */
/*end of footer*/

/*for klaviyo popup override*/
span.ql-font-hk-gothic-semibold-italic {
	font-family: Gothic-BoldItalic !important;
}
/* end for popup */

/* Override overlap popup on messenger chat */
#fb-root .fb_dialog {
	top: -100000px;
}
.prvcy-ftr-sngl{
	text-align: left;
	padding: 15px;
}
.prvcy-ftr-sngl p,
.prvcy-ftr-sngl a{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 0px;
	font-family: 'Grotesk-Book';
}
.prvcy-ftr-sngl a{
	text-decoration: underline;
}

/*Customer Dashboard */
.dshbrd-hdr{
	text-align: center;
	background: #fff1d0;
	border-bottom: 1px solid #000;
}
.dshbrd-hdr h1{
	font-family: 'Gothic-BoldItalic';
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 0px;
	padding: 50px 0px;
}
#dashboardNavigation.owl-carousel li span {
    font-family: 'Grotesk-med';
    font-size: 15px;
}
#dashboardNavigation.owl-carousel .owl-item:nth-child(1) {
	margin-left: 30px;
}
#dashboardNavigation li a.active {
	border-bottom: 1px solid #000;
}
#content.mbl{
	padding: 0px;
	margin-bottom: 0px;
}
.dshbrd-sdbr-mn{
	margin-top: 20px;
	margin-bottom: 20px;
	/* padding-left: 30px; */
}
.dshbrd-sdbr-mn-sprtr{
	border-bottom: 1px solid #000;
}
#main #content.dsk {
	padding-top: 0;
	padding-bottom: 0;
}
#my-account #main,
#my-account #main #content.dsk,
#history #main,
#history #main #content.dsk,
#identity #main,
#identity #main #content.dsk,
#addresses #main,
#addresses #main #content.dsk,
#address #main,
#address #main #content.dsk,
#my-returns-exchanges #main,
#my-returns-exchanges #main #content.dsk,
#module-sugarclub-display #main #content.dsk,
#module-sugarclub-display #main,
#module-sugarclub-referafriend #main,
#module-sugarclub-referafriend #main #content.dsk,
#module-productreviews-acountproductreview #main,
#module-productreviews-acountproductreview #main #content.dsk,
#module-productreviews-acountproductreview #content{
	background: #fff1d0;
	margin-bottom: 0px;
	box-shadow: none;
}
p.dshbrd-title{
	margin: 30px 0px;
	font-family: 'Gothic-semi';
	font-size: 27px;
	line-height: normal;
}
.dshbrd-content {
	font-family: 'Grotesk-book';
	margin-bottom: 0;
	font-size: 16px;
    line-height: 25px;
}
.referafriend-container {
	max-width: 555px;
	margin: 0 auto;
}
.referral-link {
	width: 100%;
    margin: 35px 0;
    height: 30px;
    font-family: 'Grotesk-book';
    border: 1px solid #000;
	text-align: center;
	font-size: 16px;
}
.referral-btn {
	width: 60%;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-family: 'Gothic-semi';
    font-size: 12px;
}
#history .my-order-cont,
#identity .account-setings,
.dashboard-returns {
	padding-bottom: 60px;
}
.crd-hstry {
	padding-bottom: 20px;
}
.identity_form_footer{
	height: 40px;
}
#history .empty-order{
	font-size: 20px;
	font-family: 'Grotesk-med';
}
#history table.order-history th{
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0px;
	font-size: 12px;
    font-family: 'Grotesk-Semi';
	padding-top: 0;
	padding-bottom: 0;
}
#history table.order-history{
	width: 100%;
	border-collapse: separate;
    border-spacing: 0 15px;
}
#history table.order-history tbody > tr{
	border: 1px solid #000;
}
#history table.order-history td{
	padding: 5px;
	font-size: 14px;
	font-family: 'Grotesk-Book';
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#history table.order-history td:first-child,
#module-sugarclub-display table.credit-history td:first-child {
	border-left: 1px solid #000;
}
#history table.order-history td:nth-child(3),
#module-sugarclub-display table.credit-history td:nth-child(3) {
	border-right: 1px solid #000;
}
.account-setings .customer-register-form label{
	font-size: 15px;
	font-family: 'Grotesk-med';
	text-transform: capitalize;	
}
.account-setings .customer-register-form button{
	width: 100%;
}
.birthday-input {
	margin-bottom: 10px;
}
/* START.Addresses */
.page-addresses .address .address-body {
	font-family: 'Grotesk-book';
	padding: 0;
}
.page-addresses .address .address-footer a span {
	font-family: 'Grotesk-book';
}
.page-addresses .address .address-footer {
	display: flex;
    justify-content: space-around;
	border-top: 1px solid #000;
}
.page-addresses .addresses-footer a span {
	font-family: 'Grotesk-book';
}
.panel-title {
	font-family: 'Gothic-semi';
    font-size: 32px;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.page-addresses .address .address-body h4 {
	border-bottom: 1px solid;
    padding: 15px;
    margin-bottom: 0;
	font-weight: normal;
    font-family: 'Grotesk-bold';
}
.page-addresses .address .address-body address {
	margin-bottom: 0;
    padding: 15px;
}
.page-addresses .address {
	border: 1px solid;
    box-shadow: none;
}
.sc-form.address-form .form-group .col-md-4 {
	display: none;
}
.sc-form.address-form .form-group .col-md-8 {
    flex: 0 0 100%;
	max-width: 100%;
}
/* END.Addresses */

#module-sugarclub-display table.credit-history th{
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0px;
	padding-top: 0;
    padding-bottom: 0;
	font-weight: normal;
    font-family: 'Grotesk-semi';
    font-size: 12px;
}
#module-sugarclub-display table.credit-history{
	width: 100%;
	border-collapse: separate;
    border-spacing: 0 15px;
}
#module-sugarclub-display table.credit-history tbody > tr{
	border: 1px solid #000;
}
#module-sugarclub-display table.credit-history td{
	padding: 5px;
	font-size: 14px;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
	font-family: 'Grotesk-book';
}

/* END.Override overlap popup on messenger chat */
/* START.Sugar Club Landing Page */
.sugarcrew-headline-sub {
	display: table-cell;
    vertical-align: middle;
}
.sugarcrew-headline-sub h1 p {
	margin-bottom: 50px;
    font-family: 'Gothic-ExtraBoldItalic';
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    display: block;
}
.sugarcrew-subtext-sub {
	margin: auto;
    width: 350px;
}
.sugarcrew-subtext-sub p {
    font-family: 'Grotesk';
	font-size: 21px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 0;
    display: inline;
}
.sugarcrew-headline-sub .btn-style-contain {
	width: 136px;
}
.sugarcrew-headline-sub .link-btn-contain-ver1 {
	max-width: 300px;
}
.sugar-marquee-main-cont .contain-marquee{
	background: #fff1d0;
}
.sugar-marquee-main-cont .marquee-class div {
	color: #000;
}
.sugar-marquee-main-cont.main-template-no-wide {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sugar-join-text.main-template-wide{
	margin-bottom: 0;
	margin-top: 0;
}
.sugar-join-text {
	background: #054a29;
	padding: 80px 40px;
	margin-bottom: 0;
}
.sugar-intro-text p {
	font-family: 'Grotesk-med';
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	color: #fff1d0;
	max-width: 900px;
    margin: auto;
}
.sugar-intro-text p.intro-headline {
	font-family: 'Gothic-ExtraBold';
	font-size: 36px;
    line-height: 44px;
	margin-bottom: 40px;
}
.earn-credit-green-bg {
	display: block;
    position: relative;
}
.sugar-earn-redeem {
	width: 100%;
	margin-bottom: 80px;
	display: block;
    align-items: stretch;
}
.sugar-credits-images {
	width: 100%;
	max-width: 430px;
	height: auto;
}
.sugar-credits-cont {
    height: 100%;
}
.sugar-credits-cont.sugarclub-dashboard {
	background: #054a29;
}
.sugar-credits-cont.sugarclub-landing {
	background: #fff1d0;
}
.earn-redeem-cont-headline {
	display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.earn-redeem-cont {
	display: table-cell;
    vertical-align: middle;
}
.earn-redeem-height {
	height: 298px;
	padding: 25px 0;
}
.sugar-credits-sub-title {
	font-family: 'Gothic-semi';
	font-size: 36px;
    line-height: 44px;
	text-align: center;
	margin-bottom: 30px;
}
.sugar-credits-desc {
	max-width: 310px;
	margin:auto;
}
.sugar-credits-desc p{
	font-family: 'Grotesk-med';
	font-size: 14px;
    line-height: 14px;
    margin-bottom: 17px;
}
.redeem-text-cont {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	/* padding: 28px 30px; */
}
.bg-headline-align {
	display: table-cell;
	vertical-align: middle;
}
.banner-cont {
	height: 442px;
	text-align: center;
}
.banner-background {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.banner-icon {
	margin-bottom: 30px;
}
#sugarcarousel.main-template-no-wide{
	margin-bottom: 80px;
	margin-bottom: 80px;
	padding: 0;
}
#sugarcarousel .banner-icon img{
	max-width: 100px;
	height: auto;
	margin: auto;
}
#sugarcarousel p.banner-headline{
	font-family: 'Gothic-semi';
	font-size: 22px;
    color: #fff;
    line-height: 42px;
	margin-bottom: 25px;
	text-align: center;
}
#sugarcarousel .banner-background.black p {
	color: #000;
}
.banner-link:hover,.banner-link:focus {
	text-decoration: none;
}
#sugarcarousel p.banner-subline{
	font-family: 'Grotesk-bold';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
#sugarcarousel .owl-stage {
	display: flex;
}
.bannertext-cont {
	position: absolute;
    top: 0;
	height: 100%;
    width: 100%;
}
.bg-headline {
	display: table;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.sugarcarousel-cont {
	margin: 65px 0;
}
.sugarcrew-faqs-header {
    font-family: 'Gothic-black';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.sugarcrew-faq-container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.sugarcrew-faq-question {
    font-family: 'Grotesk-semi';
    font-size: 20px;
    line-height: 30px;
    background: url(/themes/sugarcandybra/assets/images/icon-dropdown.png) no-repeat right;
    background-size: 15px 10px;
    background-position: 100% 83%;
}
.sugarcrew-faq-answer p,
.sugarcrew-faq-answer ul li {
	font-family: 'Grotesk';
	font-size: 16px;
}
.sugarcrew-faq-border-top {
    border-top: 1px solid #000;
    padding-top: 10px;
}
.sugarcrew-faq-answer {
    display: none;
    margin-top: 10px;
}
.sugarcrew-faq-btn {
    margin-top: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    border-radius: 17px;
}
.sugarcrew-faq-btn a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Gothic-semi';
}
.second-border {
    border-top: 0px;
    padding-top: 0px;
}
.redeem-table td {
	font-family: 'Grotesk-bold';
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 17px;
	color: #fff;
}
.redeem-table {
	width: 270px;
	margin: auto;
}
.redeem-table tr {
	border: 1px solid #fff;
}
.redeem-table td {
	height: 40px;
}
.redeem-text-cont .sugar-credits-sub-title {
	color: #fff;
	margin-bottom: 38px;
}
.sugar-credits-cont.sugarclub-dashboard .sugar-credits-sub-title,
.sugar-credits-cont.sugarclub-dashboard .sugar-credits-desc p {
	color: #fff;
}
#sugar-earn-redeem .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#sugar-earn-redeem .owl-dots .owl-dot span {
	margin: 5px 3px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.dashboard-left-tab {
	padding-left: 0;
	padding-right: 0;
}
.dashboard-right-tab {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.referafriend-container {
	text-align: center;
}
/* START.Account Settings */
.sc-form .form-control-comment {
	display: none;
}
/* END.Account Settings */
.msg {
	display: none;
	text-align: center;
    font-family: 'Grotesk-book';
    font-size: 14px;
    padding: 15px;
    margin-bottom: 30px;
}
.error-msg-container {
	border: 1px solid #ff0000;
}
.sugar-crew-btn:hover, .sugar-crew-btn:active {
	background: #000;
	color: #fff;
}
.sugar-credits-desc-row {
	display: flex;
    justify-content: space-between;
}
.sugar-credits-desc-row p:nth-child(1) {
	text-align: left;
}
.sugar-credits-desc-row p:nth-child(2) {
	text-align: right;
}
.dashboard-separator {
	border-bottom: 1px solid;
    margin: 40px 0;
}
/* START.Dashboard Return */
.returns-title-content {
	margin-bottom: 0;
	font-family: 'Grotesk-book';
}
table.table-return-list {
    border-collapse: separate;
    border-spacing: 0 15px;
}
table.table-return-list thead th {
    border: none;
    padding: 0;
    vertical-align: middle;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Grotesk-Semi';
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}
table.table-return-list tbody td:first-child {
	border-left: 1px solid #000;
	padding: 5px 15px;
}

table.table-return-list tbody td:last-child {
	border-right: 1px solid #000;
	padding: 5px 15px;
}
table.table-return-list tbody td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
    font-size: 16px;
    font-family: 'Grotesk-Book';
}
table.table-return-list tbody td.action,
table.table-return-list tbody td.status,
table.table-return-list tbody td.id-order {
    font-family: 'Grotesk-Semi';
    text-transform: uppercase;
}
table.table-return-list tbody td .view-returns,
table.table-return-list tbody td .do-returns {
    cursor: pointer;
    float: right;
}
.account-returns-summary {
	display: none;
	padding-top: 30px;
}
.order-id-p {
    font-family: 'Grotesk-Bold';
    font-size: 22px;
}
table.table-returns-summary th {
    height: 0px;
    width: 50%;
    font-size: 14px;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
	font-family: 'Grotesk-bold';
    font-weight: normal;
}
table.table-returns-summary thead th:first-child {
    padding-left: 0;
    text-align: left;
}
table.table-returns-summary thead th:last-child {
    padding-right: 0;
    text-align: right;
}
table.table-returns-summary tbody td:first-child {
    padding-left: 0;
    text-align: left;
}
table.table-returns-summary tbody td:last-child {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
p.td-label {
	color: #000;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Grotesk-Semi';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -5px;
}
p.td-label-product {
	margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
    font-family: 'Grotesk-Light';
}
table.table-returns-summary .product-line-info {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 13px;
    margin-top: 10px;
    font-family: 'Grotesk-BookItalic';
    letter-spacing: 1px;
}
table.table-returns-summary .prod-detail-info-bold {
    font-size: 14px;
    font-style: normal;
    font-family: 'Grotesk-Bold';
    text-transform: uppercase;
}
p.returns-qty {
    margin: 20px auto 20px 0;
    background-color: #F0EDE8;
    padding: 5px;
    width: fit-content;
    font-family: 'Grotesk-Semi';
    font-size: 16px;
}
table.table-returns-summary .return-product-tr td {
	height: 0px;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    padding-bottom: 75px;
}
table.table-returns-summary .returns-price-span {
    display: block;
    /* bottom: 0;
    position: absolute;
    padding-bottom: 0px; */
	/* width: 100%; */
}
table.table-returns-summary tbody td:first-child {
    padding-left: 0;
    text-align: left;
}
table.table-returns-summary .return-product-tr .returns-reason-p {
    height: 100%;
    background-color: #fff;
    padding: 37px 20px;
    text-align: left;
    font-size: 16px;
	font-family: 'Grotesk-book';
}
table.table-returns-summary .returns-price-p {
    font-family: 'Grotesk-Bold';
    font-size: 18px;
    white-space: nowrap;
}
table.table-returns-summary .returns-reason-p {
	height: calc(100% + 60px);
    background-color: #F9F8F6;
    padding: 15px;
    text-align: left;
    font-size: 16px;
	font-family: 'Grotesk-book';
}
table.table-returns-summary tr,
table.table-returns-summary td {
    border: 0;
}
table.table-returns-summary .reason-tr-mbl td {
    padding: 0;
}
table.table-returns-summary .returns-reason-p span {
    font-family: 'Grotesk-Bold';
    font-size: 14px;
}
table.table-returns-summary .return-exchange-product-currency.mbl {
	padding-top: 20px;
	padding-bottom: 20px;
}
table.table-returns-summary .price-tr-mbl .returns-price-p {
    font-family: 'Grotesk-Bold';
    font-size: 22px;
}
.returns-total-row {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-bottom: 40px;
	margin-left: 0;
    margin-right: 0;
}
.returns-total-label {
    font-family: 'Grotesk-Bold';
    font-size: 26px;
    text-align: left;
}
.returns-total-value {
    font-family: 'Grotesk-Bold';
    font-size: 26px;
    text-align: right;
}
.account-returns-summary-close {
	border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-bottom: 40px;
    display: inline-block;
    padding: .5rem 1rem;
	font-family: 'Grotesk-bold';
	cursor: pointer;
}
/* END.Dashboard Return */

/* START Find my fit Size Chart */
#fsSizeChart {
	width: 100%;
}
.fitting-room-size-chart table {
	border-color: #000;
}
#fittingRoomSizeChart .sizing-table-container {
	font-family: 'Grotesk-bold';
    width: 100%;
    text-align: left;
    max-width: 150px;
	background: #FFF1D0;
	border: 1px solid #000;
	margin: 5px 0;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.sizing-table {
	width: 100%;
}

.popup-sizechart {
	overflow-x: hidden;
}

.fitting-room-sizechart-container .title-container {
	margin-top: 100px;
}
#fittingRoomSizeChart .contact-country-select {
    width: 40%;
	background-repeat: no-repeat;
    background-size: 50px 25px;
    background-position-x: 150%;
    background-position-y: 50%;
	margin-bottom: 0;
	border: 1px solid #FFF1D0;
    background-color: #FFF1D0;
}
#fittingRoomSizeChart .fitting-room-size-chart {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

#fittingRoomSizeChart .sizing-region-label {
	font-family: 'Grotesk-bold';
	font-size: 14px;
}

.contact-country-select, .country-selected,
#fittingRoomSizeChart .sizing-table-header,
#fittingRoomSizeChart .table-sizes-header,
#fittingRoomSizeChart .table-brasizes-content {
    font-size: 15px;
}
#popupRoomTableBody .table-sizes-header,
#popupTableRow .sizing-table-header,
#popupRoomTableBody2 .table-sizes-header,
#popupTableRow2 .sizing-table-header,
.help_maintitle h2,
.help-answer-sub-container p strong {
	font-weight: unset;
}
#fsSizeChartHead .sizing-table-header,
#fittingRoomSizeChart .table-sizes-header,
.size-finalized,
.bestie-bra-res,
#opc-wrapper p,
#opc-wrapper .cart-summary-line.cart-total .value,
#opc-wrapper .cart-summary-line.cart-total .label,
#opc-wrapper .quantity-div span {
	font-weight: unset;
}

#fittingRoomSizeChart .country-selected, #fittingRoomSizeChart thead .sizing-table-header {
    font-family: 'Grotesk-bold';
	background: #FFF1D0;
	padding: 10px 5px;
	font-size: 14px;
}

#fittingRoomSizeChart .country-selected {
	padding-left: 0;
	padding-right: 0;
}

#fittingRoomSizeChart .sizing-table-center {
    width: 65px;
	text-align: center;
}

#fittingRoomSizeChart .table-sizes-header {
	font-family: 'Grotesk-bold';
	text-align: center;
	font-size: 14px;
	background: #FFF0CF;
	padding: 10px 0;
	padding: 10px 0;
	line-height: 1.25em;
}

#fittingRoomSizeChart .table-brasizes-content {
	padding: 10px 0;
	font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-align: center;
    background: #fff;
}

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

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

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

#fittingRoomSizeChart .table-brasizes-content {
    padding: 5px 5px;
    padding: 5px 5px;
}

#fittingRoomSizeChart .table-brasizes-content {
    font-family: 'Grotesk-book';
	text-transform: uppercase;
}

.fitting-room-sizechart-container {
    padding: 0 50px 50px;
}

.fitting-room-help-container {
	/* background: #FEF8E9;  */
	padding: 60px 60px 20px 60px;
}

.fitting-room-template-no-wide {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
/* START.Thank you*/
.cms-id-31 .page-header {
	display: none;
}
.cms-square-block {
    min-height: 400px;
    padding: 15px 10px;
    box-shadow: 0 0 20px 2px #eceef0;
    background-color: #ffffff;
    margin: 20px 0;
}
.cms-id-31 .cms-square-block .cms-title {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.cms-horizontal-separator {
    border-bottom: 1px solid #d8d6da;
    margin: 3px 0;
}
.ty-container {
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 15px 0;
}
.ty-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
	line-height: 1.5;
}
.ty-container p {
    color: #000;
}
.ty-content {
    font-size: 18px;
    margin-bottom: 50px;
	line-height: 1.5;
}
.cms-id-31 .cms-square-block .cm-btn-grey a{
	display: block;
    background: #000;
	color: #fff;
	font-family: 'Gothic-black';
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	width: 250px;
    border-radius: 30px;
    margin: auto;
}
.cms-id-31 .cms-square-block .cm-btn-grey a:hover{
    background: #fff;
	color: #000;
	border: 1px solid #000;
}
.bestie-bra-cups-lbl {
	font-family: 'Grotesk-bold';
	font-size: 16px;
	text-align: left;
	display: none;
	margin-bottom: 5px;
}
.product-description-short p a {
	border-bottom: 1px #000 solid;
	color: #000;
}
.size-chart-title {
	font-family: 'Gothic-semi';
    font-size: 14px;
    line-height: 18px;
}
#returnsSection, #returnsSectionDetails {
	max-width: 1100px;
	margin: 0 auto;
}
.empty-cart-detailed-cont {
	text-align: center;
	margin: 15px 0;
}
.empty-cart-cont {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	box-shadow: none;
	border: none;
	min-height: 400px;
}
.cart-container .empty-text {
	padding: 15px;
	text-align: center;
	font-family: 'Grotesk-light';
	color: #000;
}
.cart-container .empty-cart-btn {
	margin: 0 auto 15px;
	max-width: 383px;
}
.vouchers-cont {
    margin-top: 30px;
}
p.dshbrd-title {
    margin: 30px 0;
    font-family: 'Gothic-semi';
    font-size: 27px;
    line-height: normal;
}
table.voucher-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
table.voucher-list th {
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    font-weight: 400;
    font-family: 'Grotesk-semi';
    font-size: 12px;
}
table.voucher-list td {
    padding: 5px;
    font-size: 14px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'Grotesk-book';
}
table.voucher-list tr,
table.voucher-list td:first-child
table.voucher-list td:last-child {
    border: 1px solid #000;
}
table.voucher-list td:first-child {
	border-left: 1px solid #000;
}
table.voucher-list td:last-child {
	border-right: 1px solid #000;
}
.block-content-title {
    text-align: center;
    font-family: 'Grotesk-semi';
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 40px;
	line-height: 36px;
}
.block-content-link {
    /* width: 800px; */
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
	word-break: break-all;
	font-family: 'Grotesk-light';
}
.block-content-btn {
    width: 250px;
    margin: auto;
}
.copy-link-btn {
	width: 100%;
	border-radius: 10px;
}
.block-content-url {
    text-align: center;
    margin: 15px auto;
}
.block-content-url a{
    font-family: 'Grotesk-semi';
    border-bottom: 1px solid #000;
    font-size: 14px;
}
.authentication-form-container {
	background-color: #fff1d0;
	padding: 50px 0 50px;
}
#loginContainer #login-form .input-group-btn {
	display: none;
}
.login-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}
#login-form .form-group {
	margin-bottom: 10px;
}
#loginContainer #loginForm {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
    padding: 30px 70px 45px;
    background: #fff;
    max-width: 435px;
    margin: 0 auto;
}
#login-form{
	max-width: 285px;
}
.login-options a {
	font-family: 'Grotesk-semi';
	font-size: 12px;
}
.forget-password a,.forget-password a:hover,
.register-account a,.register-account a:hover {
	display: block;
}

.register-form {
	padding-top: 1px;
	padding-bottom: 1px;
}
.register-form-container form {
	max-width: 700px;
	margin: 100px auto;
	background-color: #fff;
}
.register-form-container .dshbrd-subtitle {
	font-family: 'Grotesk-book';
	font-size: 16px;
	width: 300px;
	margin: 0 auto;
}
.register-form-container section,
.register-form-container .identity_form_footer {
	max-width: 300px;
	margin: 25px auto 0;
}
.register-form-container form .form-group {
	margin-bottom: 10px;
}
.register-form-container section .input-group-btn {
	display: none;
}
#customer-register-form input {
	height: 30px;
}
input[type=checkbox]#email_loop,
input[type=checkbox]#subscribe_offers {
  	display: none;
}
input[type=checkbox]:checked + span.bg_checkbox {
  	background: url(https://assets.cakematernity.com/modules/opccake/views/img/checkbox-active.svg) no-repeat center;
}
.register-options span.bg_checkbox {
  	background: url(https://assets.cakematernity.com/modules/opccake/views/img/checkbox-inactive.svg) no-repeat center;
  	width: 15px;
  	height: 13px;
  	border: none;
}
span.bg_checkbox {
  	cursor: pointer;
  	display: inline-block;
  	margin-bottom: -2px;
  	margin-right: 5px;
}
.register-options label {
  	font-family: 'Grotesk-book';
  	font-size: 12px;
	text-align: left;
}
.register-options label.subsoffer,
.register-options label.emaillabel {
    text-indent: -23px;
    padding-left: 23px;
}
.register-options {
	margin-top: -20px;
}
.register-form-container .auth-fname-fld {
	padding-right: 5px;
}
.register-form-container .auth-lname-fld {
	padding-left: 5px;
}
.register-form-container .login-options {
	justify-content: center;
	padding-top: 20px;
}
#header .menu-drop {
	text-align: start;
	min-width: 160px;
	position: absolute;
	top: auto;
	right: 40px;
	background: #ffffff;
	padding: 10px 15px 5px;
	box-shadow: -4px 8px 6px -10px #000000;
	z-index: 2;
	display: none;
	white-space: normal;
}
#header .account-ul.account-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#header .account-ul.account-dropdown li {
	display: block;
	padding: 0;
	margin-bottom: 8px;
	height: auto;
}
#header .account-ul.account-dropdown a {
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	line-height: normal;
    font-size: 14px;
	font-family: 'Grotesk-Semi';
}
/* AFFILIATE - Header Banner Section */
.main-template-wide.affiliate-header-banner {
	margin: 0;
	padding: 0 15px;
	max-width: 100%;
}
.banner-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
/* AFFILIATE - Header Banner Section */

/* AFFILIATE - Form Section */
.main-template-no.affiliate-form-container {
	margin-bottom: 0;
}
.affiliate-form-container {
    background: #f0ede8;
	margin-bottom: 0;
}
.affiliate-content {
    max-width: 730px;
	margin: 0 auto;
	padding: 70px 0 70px;
}
.affiliate-form-title {
    text-align: center;
	font-family: 'Gothic-Bold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.affiliate-form-container h1 {
    font-family: 'Gothic-Semi';
    text-align: center;
    font-weight: 400;
    margin: 15px auto 20px auto;
    font-size: 36px;
    width: 100%;
    max-width: 300px;
}
.affiliate-form-container .affiliate-content p {
    text-align: center;
    font-family: 'Grotesk-Light';
    font-size: 16px;
    line-height: 32px;
}
.affiliate-form-btn {
    padding-top: 50px;
}
.affiliate-form-container .affiliate-btn {
    padding: 10px 0;
    line-height: 1;
    text-transform: none;
	width: 300px;
	margin: 0 auto;
}
.affiliate-form-fields-container .affiliate-btn {
	width: 100%;
}
.affiliate-btn {
    padding: 5px 20px;
    border: 0 none;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
	border: 0 none;
	line-height: 20px;
	cursor: pointer;
	border-radius: 4px;
	width: 100%;
}
.affiliate-content .affiliate-form-btn .affiliate-or-separator {
    font-family: 'Grotesk-BoldItalic';
    font-size: 15px;
	margin-top: 40px;
	line-height: normal;
}
.affiliate-form-container .affiliate-btn span {
    text-transform: none;
	padding: 5px;
	font-size: 15px;
}
.btn-bg-black span {
    font-family: 'Grotesk-Med';
    color: #fff;
}
.affiliate-link-section {
    text-align: center;
}
.affiliate-link-section span {
    font-family: 'Grotesk-Bold';
    font-size: 14px;
    border-bottom: 1px solid #000;
}
.affiliate-form-fields-container {
    display: none;
    margin-top: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.affiliate-form-fields-container input[type="text"],
.affiliate-form-fields-container textarea,
.affiliate-form-fields-container select {
    width: 100%;
    margin-bottom: 10px;
}
.affiliate-form-fields-container input[type="text"],
.affiliate-form-fields-container input[type="text"]:focus,
.affiliate-form-fields-container input[type="email"],
.affiliate-form-fields-container input[type="email"]:focus,
.affiliate-form-fields-container input[type="tel"],
.affiliate-form-fields-container input[type="tel"]:focus,
.affiliate-form-fields-container input[type="password"],
.affiliate-form-fields-container input[type="password"]:focus,
.affiliate-form-fields-container select,
.affiliate-form-fields-container select:focus {
    background: #fff;
    border: 1pt solid #000;
    color: #000;
    font-family: 'Grotesk-Book';
    height: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.5rem 1rem;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: block;
    margin-bottom: 1rem;
}
.affiliate-form-fields-container textarea {
    background: #fff;
    border: 1pt solid #000;
    color: #000;
    font-family: 'Grotesk-Book';
    height: 150px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: 0;
}
.affiliate-form-fields-container select, 
.affiliate-form-fields-container select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6% 100%;
    background-position: 96.2%;
}
.affiliate-error-show, .affiliate-success-show {
    display: none;
}
.error-msg-container {
	width: 100%;
    max-width: 900px;
    font-size: 14px;
	text-align: center;
	font-family: 'Grotesk-Book';
	color:#000;
	margin: 0 auto 30px;
	padding: 10px;
}
.success-msg-container {
	width: 100%;
    max-width: 900px;
    border: 1px solid green;
    color: #4d4d4d;
    font-size: 14px;
    margin: 10px auto 30px;
    padding: 10px;
    text-align: center;
}
/* AFFILIATE - Form Section */

/* AFFILIATE - How does it work? Section */
.how-affiliate-container {
    padding-top: 70px;
}
.how-affiliate-section-title p {
    font-family: 'Gothic-Bold';
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 40px;
}
.how-affiliate-content {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
}
.how-affiliate-content img {
    width: 120px;
	margin-bottom: 50px;
}
.how-affiliate-title {
    font-family: 'Gothic-Semi';
    font-size: 20px;
}
.how-affiliate-detail {
    font-family: 'Grotesk-Reg';
    font-size: 16px;
    line-height: 24px;
}
.how-affiliate-separator {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto;
	margin-top: 70px;
}
/* AFFILIATE - How does it work? Section */

/* AFFILIATE - Perks Section */
.perks-container {
    padding-top: 0;
    padding-bottom: 0;
	margin-top: 70px;
}
.perks-section-title {
	margin: 0 auto;
}
.perks-section-title p {
    font-family: 'Gothic-Bold';
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 40px;
}
.perks-content {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
}
.perks-content img {
    width: 100%;
	margin-bottom: 20px;
}
.perks-title {
    font-family: 'Gothic-Semi';
    font-size: 20px;
}
.perks-detail {
    font-family: 'Grotesk-Reg';
    font-size: 16px;
    line-height: 24px;
}
.perks-separator {
    border-bottom: 1px solid #e6e6e6;
    margin: 70px auto;
}
/* AFFILIATE - Perks Section */
/* LINK MANAGER */
#module-sugarclub-downloadpage .link-manager,
#module-sugarclub-accountpage .link-manager {
	margin-top: 67px;
}
#module-sugarclub-downloadpage.header-banner-strip .link-manager,
#module-sugarclub-accountpage.header-banner-strip .link-manager {
	margin-top: 114px;
}
.link-manager.main-template {
	margin-bottom: 0;
}
.lm-container {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
}
.lm-sub {
	width: 100%;
}
.lm-links a {
	font-family: 'Grotesk-Semi';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.lm-links a:hover,
.lm-links a:active {
	border-bottom: 1px solid #000;
}
#category .lm-links a:hover {
	border-bottom: none;
	color: #595a65;
}
#category .lm-links a:active {
	border-bottom: 1px solid #000;
}
.lm-sub .lm-links {
	display: inline-block;
	font-family: 'Grotesk-SemiBold';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 9px;
	white-space: nowrap;
}
.lm-sub li.main-label {
	font-family: 'Grotesk-BookItalic';
}
.lm-links a.active {
	border-bottom: 1px solid #000;
	font-family: 'Grotesk-Bold';
}
.lm-category {
	display: inline-block;
	white-space: nowrap;
}
.lm-text {
	font-family: 'Grotesk-BookItalic';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 15px;
}
.lm-dot {
	padding: 0px 12px 0 10px;
}
#topLinksCarousel .owl-stage {
	padding: 10px 0;
	margin: 0 auto;
	display: inline-flex;
}
#topLinksCarousel .owl-item {
	width: auto !important;
}
#topLinksCarousel .owl-nav {
	display: none;
}
/* LINK MANAGER */
/* START. Affiliate - Share Earn Redeem */
.affiliate-credits {
    display: flex;
    align-items: inherit;
	flex-wrap: nowrap;
}
.credits-image-cont {
    padding-right: 0;
    display: none;
}
.credits-images {
    margin-bottom: 20px;
}
.credits-cont {
    background-color: #9CA3DB;
    color: #fff;
    padding-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.credits-sub-title {
    font-family: 'Grotesk-semi';
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    color: #fff;
}
.credits-desc {
    margin-bottom: 28px;
}
.credits-desc p {
    display: block;
    width: 100%;
    max-width: 340px;
    font-family: 'Gothic-Semi';
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto 0 auto;
    color: #fff;
}
.credits-btn {
    background-color: #fff;
    color: #000;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 4px;
    max-width: 170px;
    margin: 0 auto 40px auto;
}
.credits-btn span {
    font-family: 'Grotesk-bold';
    font-size: 11px;
	color: #000;
}
.div-separator {
    border-bottom: 1px solid #e6e6e6;
    margin: 70px 0;
}
/* END. Affiliate - Share Earn Redeem */
/* START. Affiliate - You'll also get access to */
.collective-title {
    font-family: 'Gothic-Bold';
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 40px;
}
.perks-content {
    margin-bottom: 30px;
    text-align: center;
}
.perks-content img {
    margin-bottom: 20px;
}
.information-title {
    font-family: 'Grotesk-semi';
    font-size: 20px;
}
.information-detail {
    font-family: 'Grotesk-light';
    font-size: 16px;
    line-height: 24px;
}
/* END. Affiliate - You'll also get access to */
/* START. Affiliate - FAQs */
.faq-section {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    cursor: pointer;
}
.faq-title {
    background: url(/themes/sugarcandybra/assets/images/plus.svg) no-repeat right;
    background-size: 14px;
}
.faq-title.selected {
    background: url(/themes/sugarcandybra/assets/images/minus.svg) no-repeat right;
    background-size: 14px;
}
.faq-title p{
    font-family: 'Gothic-Med';
	font-size: 18px;
	margin: 5px 0;
}
.faq-detail {
    display: none;
}
.faq-detail p, .faq-detail ul li {
    font-family: 'Grotesk-book';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
}
.faq-detail p a, .faq-detail ul li a {
    border-bottom: 1px solid #000;
}
.faq-section:last-child {
	
    border-bottom: 1px solid #e6e6e6;
}
.page-content.page-cms.page-cms-34 {
	padding: 0;
}
.main-template-no.affiliate-tc-header-section {
	padding: 0;
}
.container.main-template-no.affiliate-tc-header-section {
    overflow-x: hidden;
}
.affiliate-tc-header-section {
	margin-bottom: 0;
}
.cms-section .cms-content {
    padding: 20px 15px 50px 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.cms-section-title {
    font-family: 'Gothic-Bold';
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.affiliate-terms-condition-content .cms-section-title {
    text-align: left;
}
.cms-section .cms-content h1, .cms-section .cms-content h2 {
    font-family: 'Gothic-Semi';
    text-align: center;
    font-weight: 400;
    margin: 15px auto 20px auto;
    font-size: 29px;
    width: 100%;
    max-width: 300px;
}
.cms-section .affiliate-terms-condition-content .cms-content h1 {
    text-align: left;
    max-width: 100%;
}
.cms-section .cms-content p {
    text-align: center;
    font-family: 'Grotesk-Book';
    font-size: 22px;
    line-height: 32px;
}
.affiliate-terms-condition-content .cms-content p {
	font-size: 17px;
}
.cms-section .affiliate-terms-condition-content .cms-content p {
    text-align: left;
}
.affiliate-terms-condition-content ol li {
    font-family: 'Grotesk-Semi';
    text-align: left;
    font-size: 19px;
    line-height: 32px;
}
/* END. Affiliate - FAQs */
.ourstory-wrapperv2 {
	background-color: #FFFBF3;
}
.ourstory-imgwrapper {
	padding-top: 80px;
}
.ourstory-imgwrapper,
.ourstory-imgicon {
	text-align: center;
}
.ourstory-imgicon {
	margin-bottom: 50px;
}
.ourstory-imgwrapper img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.ourstory-header p {
    font-family: 'Gothic-bold';
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ourstory-subtext {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ourstory-subtext p {
    font-family: 'Grotesk-med';
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #000;
	margin-bottom: 30px;
}
.ourstory-btn {
	text-align: center;
}
.ourstory-btn a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-family: 'Gothic-Bold';
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
	line-height: normal;
}
.isAffilate {
	padding-bottom: 20px;
}
.as-seen-on-cont-homepage .item-list > div[id^="img-cntr-"] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.as-seen-on-cont-homepage .item-list .asseen-video {
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.as-seen-on-cont-homepage .as-seen-header-text-homepage p,
.as-seen-on-cont-homepage .as-seen-sub-text-homepage p {
	color: #000;
}
.as-seen-on-cont-homepage .owl-carousel-wrapper {
    position: relative;
}
.as-seen-on-cont-homepage .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 60px;
}
.as-seen-on-cont-homepage .owl-nav button {
    pointer-events: all;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as-seen-on-cont-homepage .owl-prev span,
.as-seen-on-cont-homepage .owl-next span {
    font-size: 40px;
}
.as-seen-on-cont-homepage .owl-prev {
    margin-left: -50px;
}
.as-seen-on-cont-homepage .owl-next {
    margin-right: -50px;
}
.as-seen-on-cont-homepage .asseen-on-module-cont {
	padding: 0 50px;
}
@media (max-width: 320px) {
	.sugar-credits-sub-title {
		font-size: 26px;
	}
	.sugar-credits-desc {
		max-width: 235px;
	}
	.sugar-credits-desc p {
		font-size: 14px;
	}
}
@media (min-width: 414px) {
	.earn-redeem-height {
		height: 328px;
		padding: 45px 0;
	}
	.redeem-text-cont .sugar-credits-sub-title {
		margin-bottom: 50px;
	}
}
/* END Find my fit Size Chart */

#product iframe#launcher {
	margin: 10px 20px 80px !important;
}
body iframe#launcher {
	z-index: 998 !important;
}

.great-filter .filter-icon {
	padding-bottom: 15px;
}
.no-recommended-size-container {
	margin: 0 15px;
}
.delivery-options-neutral-carbon img {
	height: 40px;
}
.not-available-msg-cont {
	background: #9ca3db;
	margin: 10px 15px 20px 15px;
	width: -webkit-fill-available;
}
.not-available-msg-cont.has-notif-above {
	margin: 0 15px 20px 15px;
}
.not-available-msg-cont.no-notif-above {
	margin: 176px 15px -100px 15px;
}
.not-available-region-msg {
	background-color: transparent;
    border-color: transparent;
}
.not-available-region-msg p{
	text-align: center;
	color: #000;
	font-family: 'Grotesk-Semi';
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 12px;
}
.not-available-region-msg p a {
	border-bottom: 1px solid #000;
}

#regionalAccessChangeDropdown {
	position: fixed;
	right: 5px;
	top: auto;
	bottom: 70px;
	z-index: 99999;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	transition: all 0.2s ease;
	height: 36px;
	max-width: 135px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='black' d='M7 9l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 25px;
	appearance: none;
	-webkit-appearance: none; /* Safari/Chrome */
	-moz-appearance: none;    /* Firefox */
}
.prodlist-container .region-access-href {
	border-bottom: 1px solid #000;
}
@media (max-width: 320px) {
	.fitting-room-row {
		margin-right: 60px;
	}
}
@media (min-width: 576px) {
	/* START.Template */
	.main-template {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* END.Template */
	
	.login-form label{
		font-family: 'Grotesk';
		font-weight: bold;
	}

	/* Custom */
	.about-video, .about-video img{
		max-height: 275px;
	}
	.authTitle {
		font-weight: bold;
		font-size: 16px;
	}
	#authPage {
			font-family: 'Grotesk',sans-serif;
			max-width: 1000px;
			margin-left: auto;
			margin-right: auto;
	}
	.authCreateAccount{
		font-family: 'Grotesk-semi';
		font-size: 16px;
		letter-spacing: -1px;
	}
	.register-link-sub-container,
	#login-form{
		max-width: 400px;
	}
	.about-text-footer .about-title, .about-text-footer .about-content, .about-text-footer .about-content,.about-text-footer .about-links{
		text-align: left;
	}

	.sugarcrew-faqs-link {
		font-family: 'Gothic-black';
		font-size: 14px;
		line-height: 23px;
		vertical-align: bottom;
		position: absolute;
		right: 15px;
		/* bottom: 40px; */
		padding-right: 0px;
		border-bottom: 1px solid #000;
	}
	.second-border {
		border-top: 1px solid #000;
		padding-top: 10px;
	}
	.register-form-container .dshbrd-subtitle {
		width: unset;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* START.Template */
	.cms-template {
		max-width: 700px;
	}

	.main-template {
		max-width: 700px;
		margin-bottom: 100px;
	}
	
	.main-container{
		padding-left: 0;
		padding-right: 00;
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.main-container-bg{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.main-container100 {
		margin-top: 50px;
	}
	/* END.Template */
	
	/* CMS */
	.cms-static-page .page-header h1{
		height: 110px;
		line-height: 110px;
	}
	.cm-btn-left{
		margin: 0 auto;
		float: left;
	}
	.cm-btn-right{
		float: right;
	}

	.link-path .baselinks {
		font-family: 'Grotesk-Semi';
	}

	.link-path .active {
		font-family: 'Grotesk-Semi';
		color: #9a9a9a;
	}

	.link-path a, .link-path span {
		font-size: 12px;
	}
	/* END.CMS */

	/* Custom */
	.about-video .play-button-other-video {
	    max-height: 85px;
	    margin: 19% 0px;
	}

	.about-text {
	    padding-top: 19px;
	}
	.iframe-container {
	    padding-bottom: 50%; /*padding-bottom was set from 56.40% to 49.4%*/
		position: relative;
	}
	.about-textcontainer-pink {
		background: #D25346; /*background-color was change from F6D6F1 to D25346*/
	}
	.about-text-footer {
	    padding: 8% 8% 4% 20%;
	}
	.about-text-footer .about-title {
        font-size: 22px;
    	line-height: 30px;
	}
	.about-text-footer .about-content {
	    font-size: 15px;
    	line-height: 18px;
	}
	.about-text-footer .about-title, .about-text-footer .about-content, .about-text-footer .about-content,.about-text-footer .about-links a{
		color: #ffffff;
	}
	.about-text-footer .about-links a{
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.page-banner-h1 {
		top: 35%;
		font-size: 40px;
	}
	.banner-strip #main {
		padding-top: 120px;
	}
	.banner-strip.cms-affiliate #main {
		padding-top: 70px;
	}
	.banner-strip .header-container {
		height: auto;
	}
	.page-cms .sub-text {
		max-width: 700px;
	}
	.adroll-headbanner,
	.klaviyo-headbanner,
	.mother-headbanner {
		min-height: 165px;
	}
    .header-banner-strip #main {
	    padding-top: 149px;
	}
	/* Start Homepage Structure  */
		.main-template-no-wide {
			width: 100%;
			max-width: 100%;
	   		padding: 0px 0px 80px 0px;
		    margin-left: auto;
		    margin-right: auto;
		}
		.main-template-wide {
		    width: 100%;
		    max-width: 100%;
		    padding: 0px 30px 0px 30px;
		    /*margin-left: auto;
		    margin-right: auto;*/
		    margin-bottom: 40px;
		    margin-top: 30px;
		}
		.mobile-margin-on {
			margin-left: 0px;
			margin-right: 0px;
		}
	/* End Homepage Structure */
	.main-template-no {
		width: 100%;
		max-width: 100%;
   		padding: 0px 30px 0px 30px;
	}
	.prvcy-ftr-sngl{
		text-align: center;
		margin: 0 auto;
	}

	/*Customer Dashboard */
	.dshbrd-sdbr-mn{
		border-right: 1px solid #000;
		padding-top:60px;
		padding-bottom:100px;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.dshbrd-sdbr-mn li{
		margin-bottom:35px;
	}
	.dshbrd-sdbr-mn li span{
		font-size: 23px;
		font-family: 'Grotesk-med';
	}
	.dshbrd-sdbr-mn li a.active{
		border-bottom: 1px solid #000;
	}
	.dshbrd-sdbr-mn li a{
		text-decoration: none;
	}
	.dshbrd-sdbr-mn-sprtr{
		display: none;
	}
	#content .right-content-padding{
        padding: 65px 0px 100px 65px;
    }
	#content .right-content-padding.table-redeem{
        padding-top: 0;
    }
	p.dshbrd-title{
		margin: 0px 0px 30px 0px;
	}
	#history .empty-order{
		margin: 30px 0px;
	}
	.account-setings .customer-register-form label{
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
	.addresses-padding {
		padding-left: 45px;
	}
	.birthday-input.day-input {
		padding-right: 0;
	}
	.birthday-input.year-input {
		padding-left: 0;
	}
	/* START.Sugar Club Landing Page */
	#loadBanner.sugarcrew-container {
		min-height: 273px;
	}
	.sugarcrew-container .homebanner-image-contain {
		min-height: 273px;
	}
	.sugar-join-text.main-template-no-wide{
		padding: 40px;
		margin-bottom: 0;
	}
	.sugar-intro-text p {
		max-width: 540px;
	}
	.sugar-credits-image-cont {
		display: block;
	}
	.banner-cont {
		padding: 0;	
	}
	#sugarcarousel p.banner-headline {
		font-size: 19px;
		line-height: 21px;
	}
	#sugarcarousel p.banner-subline {
		font-size: 15px;
	}
	.fQcontMain .main-template-no-wide {
		padding: 0;
	}
	.sugar-credits-desc {
		max-width: 310px;
		margin:auto;
	}
	.sugar-credits-sub-title {
		font-size: 32px;
	}
	.sugar-intro-text p {
		font-size: 19px;
		line-height: 29px;
	}
	.sugar-intro-text p.intro-headline {
		font-size: 30px;
		line-height: 44px;
		margin-bottom: 40px;
	}
	.sugarcrew-headline-sub h1 p {
		font-size: 38px;
		margin-bottom: 0;
	}
	.sugarcrew-subtext-sub {
		width: 455px;
	}
	.sugarcrew-subtext-sub p{
		font-size: 22px;
    	line-height: 24px;
	}
	.bannertext-color-cont {
		padding: 123px 0;
	}
	.sugar-earn-redeem.main-template-no-wide {
		padding-bottom: 0;
	}
	.sugar-earn-cont {
		width: 50%;
		float: left;
	}
	.sugar-redeem-cont {
		display: block;
		width: 50%;
		float: right;
		position: relative;
	}
	.earn-redeem-height {
		height: 245px;
		padding: 0;
	}
	.sugar-credits-desc p {
		font-size: 17px;
		font-family: 'Grotesk-bold';
	}
	.dashboard-left-tab {
		padding-left: 15px;
		padding-right: 0;
	}
	.dashboard-right-tab {
		padding-left: 0;
		padding-right: 0;
	}
	.sc-form.address-form .form-fields .form-group.row:nth-child(8),
	.sc-form.address-form .form-fields .form-group.row:nth-child(9),
	.sc-form.address-form .form-fields .form-group.row:nth-child(10),
	.sc-form.address-form .form-fields .form-group.row:nth-child(11) {
		max-width: 56%;
		display: inline-block;
		width: 100%;
	}
	.sc-form.address-form .form-fields .form-group.row:nth-child(8),
	.sc-form.address-form .form-fields .form-group.row:nth-child(10) {
		float: left;
	}
	.sc-form.address-form .form-fields .form-group.row:nth-child(9),
	.sc-form.address-form .form-fields .form-group.row:nth-child(11) {
		float: right;
	}
	#identity #wrapper form.sc-form input,
	#identity #wrapper form.sc-form select,
	#address #wrapper form.sc-form input,
	#address #wrapper form.sc-form select {
		background: #fff1d0;
	}
	/* START.Dashboard Return */
	table.table-returns-summary th {
        height: 0px;
        width: 25%;
    }
	table.table-returns-summary .return-product-tr td {
        height: 0px;
        width: 20%;
        padding-bottom: 85px;
    }
	p.returns-qty {
		background: #fff;
	}
	.returns-total-label,
	.returns-total-value {
		font-size: 18px;
	}
	/* END.Dashboard Return */
	.fitting-text {
		font-size: 16px;
	}
	#fittingRoomSizeChart .table-sizes-header,
	#fittingRoomSizeChart .country-selected, 
	#fittingRoomSizeChart thead .sizing-table-header,
	#fittingRoomSizeChart .table-brasizes-content {
		font-size: 16px;
		padding: 6px 15px;
	}
	
	#product iframe#launcher {
		margin: 10px 20px 10px !important;
	}
	#fittingRoomSizeChart .sizing-region-label {
		font-size: 16px;
	}
	#fittingRoomSizeChart select.contact-country-select,
	#fittingRoomSizeChart select.contact-country-select{
		font-size: 16px;
	}
	#fittingRoomSizeChart .sizing-table-container {
		max-width: 150px;
	}
	.dshbrd-content {
		font-size: 22px;
		line-height: 25px;
	}
	.referral-link {
		font-size: 18px;
	}
	.referral-btn {
		font-size: 12px;
	}
	#sc-page-content .container {
		margin-bottom: 58px;
	}
	p.dshbrd-title {
        margin: 0 0 30px;
    }
	/* START. Affiliate - Share Earn Redeem */
	.credits-image-cont {
		display: block;
	}
	.credits-cont {
		margin-left: 0;
	}
	.credits-desc p {
		max-width: 400px;
	}
	/* END. Affiliate - Share Earn Redeem */
	/* START. Affiliate - You'll also get access to */
	.collective-title {
		text-align: left;
	}
	.perks-content {
		margin-bottom: 0;
	}
	/* END. Affiliate - You'll also get access to */
	/* AFFILIATE - Header Banner Section */
	#cms.header-banner-strip.cms-id-33 #main {
		padding-top: 150px;
	}
	.banner-img {
        height: 100%;
    }
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Form Section */
	.affiliate-form-container h1 {
		max-width: 100%;
	}
	.affiliate-form-container .affiliate-content p {
		font-size: 22px;
	}
	.affiliate-form-fields-container select, 
	.affiliate-form-fields-container select:focus {
        background-size: 4% 100%;
        background-position: 97.2%;
    }
	/* AFFILIATE - Form Section */
	/* AFFILIATE - How does it work? Section */
	/* AFFILIATE - How does it work? Section */
	/* AFFILIATE - Perks Section */
	.perks-content img {
		width: 100%;
	}
	/* AFFILIATE - Perks Section */
	.ourstory-imgwrapper {
		padding-top: 0;
		position: relative;
		height: 100%;
		max-height: 100%;
		padding: 0;
	}
	.ourstory-imgwrapper img,
	.ourstory-img-container img {
		width: 430px;
		height: 100%;
		min-height: 560px;
		object-fit: cover;
		border-radius: 0;
	}
	.ourstory-subtext  {
		max-width: 450px;
	}
	.ourstory-subtext p {
		font-size: 16px;
		line-height: normal;
	}
	.delivery-options-neutral-carbon img {
		margin-right: 10px;
	}
	.faq-title p{
		font-size: 16px;
	}
	.main-template-wide.homebanner-container.homeversion1 {
		margin-top: -1px;
	}
	.isAffilate {
		padding-bottom: 70px;
	}
	.affiliate-tc-header-section {
		margin-bottom: 30px;
	}
	#module-sugarclub-accountpage.banner-strip #main {
		padding-top: 70px;
	}
	.affiliate-terms-condition-content ol li {
		font-size: 16px;
	}
	.affiliate-terms-condition-content .cms-content p {
		font-size: 16px;
	}
	.cms-section .affiliate-terms-condition-content .cms-content p {
		text-align: left;
	}
	.cms-section .cms-content h1, .cms-section .cms-content h2 {
		font-size: 26px;
	}
	.cms-section .affiliate-terms-condition-content .cms-content h1 {
		text-align: left;
		max-width: 100%;
	}
	.as-seen-on-cont-homepage .owl-prev {
		margin-left: 120px;
	}
	.as-seen-on-cont-homepage .owl-next {
		margin-right: 120px;
	}
	.not-available-region-msg p{
		font-size: 14px;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.not-available-region-msg br {
		display: none;
	}
	.not-available-msg-cont {
		margin: 10px 45px 20px 45px;
	}
	#regionalAccessChangeDropdown {
		top: 7px;
		bottom: unset;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* START.Template */
	.cms-template {
		max-width: 900px
	}

	.main-template {
		max-width: 900px
	}

	.main-template-mobile-non {
		padding-left: 85px;
		padding-right: 85px;
	}
	
	.main-container100 {
		margin-top: 60px;
	}
	
	.main-container50 {
		margin-top: 50px;
	}
	
	.main-container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 100px;
		margin-right: 100px;
	}
	
	.main-container-bg {
		padding-left: 70px;
		padding-right: 70px;
	}
	
	.full-container-margin {
		padding: 100px 120px;
	}
	
	.main-template-no {
		margin-bottom: 100px;
	}
	
	.main-template-no .main-template {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	/* END.Template */
	
	/* START.Padding */
	.padding-md-0 {
		padding-left: 0;
		padding-right: 0;
	}
	/* END.Padding */

	/* Custom */
	.about-title {
		font-size: 24px;
	}
	.about-content {
		font-size: 26px;
		line-height: 30px;
	}
	.about-position {
		height: 100%;
		position: absolute;
	}
	.about-subtext {
		max-width: 499px;
	}
	.about-playvideo {
		top: 37%;
	}
	.about-playvideo img {
		height: 100px;
		width: 100px;
	}

    .page-top-banner {
        min-height: 200px;
	}
	
	#loginContainer{
		width: 100%;
		margin: 80px auto;
	}
	
	#loginContainer .authTitle{
		font-size: 25px;
		margin-bottom: 0px;
	}

	#loginContainer .register-link-sub-container{
		margin-top:0px;
	}

	#loginContainer .form-control-label{
		text-align: right;
	}

	#login-form{
		max-width: 285px;
		margin:0 auto;
	}
	.forget-main-cont{
		width: 100%;
		margin: 80px auto;
	}
	.page-banner-h1 {
		font-size: 50px;
	}
	.banner-strip .header-container {
		height: auto;
	}
	.banner-strip #main {
		padding-top: 120px;
	}
	.banner-strip #main.mrgn-tp-cmpgn-ovrd{
		padding-top: 170px;
	}
	.adroll-headbanner,
	.klaviyo-headbanner,
	.mother-headbanner {
		min-height: 219px;
	}
    .header-banner-strip #main {
	    padding-top: 158px;
	}

	/* Start Homepage Structure  */
		.main-template-no-wide {
			max-width: 100%;
	   		padding: 0 0 80px;
		    margin-left: auto;
		    margin-right: auto;
		}
		.main-template-wide {
		    width: 100%;
		    max-width: 100%;
		    padding: 0px 30px 0px 30px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 40px;
		}
	/* End Homepage Structure */

	.footer-message-cookie button#cookie-yes{
		width: 135px;
	}
	
	.contact-country-select, .country-selected,
	#fittingRoomSizeChart .sizing-table-header,
	#fittingRoomSizeChart .table-sizes-header,
	#fittingRoomSizeChart .table-brasizes-content {
		font-size: 20px;
	}

	#fittingRoomSizeChart .table-sizes-header,
	#fittingRoomSizeChart .country-selected, 
	#fittingRoomSizeChart thead .sizing-table-header,
	#fittingRoomSizeChart .table-brasizes-content {
		font-size: 16px;
		padding: 6px 15px;
	}
	
	#fittingRoomSizeChart .sizing-region-label,
	#fittingRoomSizeChart select.contact-country-select {
		font-size: 16px;
	}
	
	#fittingRoomSizeChart .country-selected,
	#fittingRoomSizeChart thead .sizing-table-header {
		padding: 6px 15px;
	}
	
	#fittingRoomSizeChart .table-brasizes-content {
		padding: 5px 15px;
	}
	/* START.Sugar Club Landing Page */
	.earn-redeem-height {
		height: 270px;
	}
	.sugar-credits-sub-title {
		margin-bottom: 40px;
	}
	.bannertext-color-cont {
		padding: 43px 0;
	}
	.sc-form.address-form .form-fields .form-group.row:nth-child(8),
	.sc-form.address-form .form-fields .form-group.row:nth-child(9),
	.sc-form.address-form .form-fields .form-group.row:nth-child(10),
	.sc-form.address-form .form-fields .form-group.row:nth-child(11) {
		max-width: 54%;
	}
	/* #header .menu-drop{
		min-width: 200px;
		position: absolute;
		top: auto;
		left: -85px;
		background: #ffffff;
		padding: 10px 15px 5px;
		box-shadow: -4px 8px 6px -10px #000000;
		z-index: 2;
		display: block;
	}
	#header .menu-drop ul li{
		text-align: left;
		line-height: 20px;
		width: 100%;
		padding-bottom: 5px;
		display: block;
	} */
	.sugarcrew-headline-sub h1 p {
		font-size: 45px;
		margin-bottom: 0;
	}
	.sugarcrew-headline-sub h1 {
		margin-bottom: 40px;
	}
	.sugarcrew-subtext-sub {
		width: 100%;
	}
	.sugarcrew-subtext-sub p {
		font-size: 19px;
		line-height: 25px;
	}
	.sugar-join-text.main-template-no-wide {
		padding: 60px 0;
	}
	#history table.order-history td:nth-child(3),
	#module-sugarclub-display table.credit-history td:nth-child(3) {
		border-right: 0;
	}
	#history table.order-history td:last-child,
	#module-sugarclub-display table.credit-history td:last-child {
		border-right: 1px solid #000;
	}
	#fittingRoomSizeChart .sizing-table-container {
		max-width: 150px;
	}
	.fit-selection-container {
        height: 270px;
    }
    .fitting-selection-container .fitting-room-content .fitting-btn {
        bottom: -30px;
    }
    .fitting-room .fitting-btn {
        height: 50px;
    }
	.block-content-link {
		width: 560px;
	}
	#cms.header-banner-strip.cms-id-33 #main {
		padding-top: 159px;
	}
	/* START. Affiliate - Share Earn Redeem */
	.credits-sub-title, .credits-desc {
        margin-bottom: 50px;
    }
	.credits-cont {
		padding-top: 85px;
	}
	.credits-desc p {
        max-width: 325px;
		font-size: 25px;
        line-height: 35px;
    }
	/* END. Affiliate - Share Earn Redeem */
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Form Section */
	.affiliate-form-fields-container select, 
	.affiliate-form-fields-container select:focus {
        background-size: 3% 100%;
        background-position: 98.2%;
    }
	/* AFFILIATE - Form Section */
	/* AFFILIATE - How does it work? Section */
	/* AFFILIATE - How does it work? Section */
	.lm-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lm-sub .lm-links {
		margin: 0px 15px;
	}
	.ourstory-wrapperv2 {
		min-height: 460px;
	}
	.ourstory-wrapperv2 .main-template-wide {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.ourstory-subtext {
		max-width: 500px;
	}
	.ourstory-imgwrapper {
		padding-top: 0;
		position: relative;
		height: 100%;
		max-height: 100%;
	}
	.ourstory-img-container {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		max-height: 100%;
	}
	.ourstory-subtext p {
		font-size: 16px;
		line-height: 21px;
	}
	.ourstory-imgicon {
		margin-bottom: 0;
	}
	.ourstory-imgicon img {
		margin: 0 20px;
	}
    .ourstory-imgwrapper img, .ourstory-img-container img {
        width: 430px;
        height: 100%;
        min-height: 459px;
        object-fit: cover;
        border-radius: 0;
    }
	.isAffilate {
		padding-bottom: 70px;
	}
	.sugar-credits-images {
		max-width: 760px;
	}
	.asseen-on-module-cont {
		padding: 0 40px;
	}
	.as-seen-on-cont-homepage .owl-prev {
		margin-left: -100px;
	}
	.as-seen-on-cont-homepage .owl-next {
		margin-right: -100px;
	}
	.not-available-region-msg p{
		font-size: 14px;
	}
	.not-available-msg-cont.has-notif-above {
		margin: 0 0 20px 0;
	}
	.not-available-msg-cont.no-notif-above {
		margin: 175px 0 -120px 0;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* START.Template */
	.cms-template {
		max-width: 960px
	}

	.main-template {
		max-width: 1100px
	}

	.main-template-mobile-non {
		max-width: 1100px
	}
	
	.main-container100 {
		margin-top: 70px;
	}
	
	.main-container {
		margin-left: 125px;
		margin-right: 125px;
	}
	
	.main-container-bg {
		padding-left: 140px;
		padding-right: 140px;
	}
	/* END.Template */
	
	/* Custom */
	.about-video, .about-video img {
		max-height: 489px;
	}
	.about-video .play-button-other-video{
		max-height: 100px;
	    margin: 19% 0px;
	}
	.iframe-container .iframe-video-footer {
	    display: none;
	    height: 100%;
		width: 100%;
		background-color: #000;
	}
	.about-video .video-image-footer{
		position: absolute;
    	max-height: 485px;
	}
	.about-text-footer {
	    padding: 10% 8% 0% 22%;
	}
	.about-text-footer .about-title {
		font-size: 24px;
    	line-height: 36px;
	}
	.about-text-footer .about-content {
		font-size: 22px;
		line-height: 28px;
    	max-width: 335px;
	}
	.page-banner-h1 {
		top: 40%;
    	font-size: 55px;
	}
	.page-cms .sub-text {
		max-width: 820px;
	}
	.adroll-headbanner,
	.klaviyo-headbanner,
	.mother-headbanner {
		min-height: 289px;
	}
    .header-banner-strip #main {
	    padding-top: 166px;
	}

	/* Start Homepage Structure  */
		.main-template-no-wide {
			width: 100%;
			max-width: 100%;
			max-height: 690px;
	   		padding: 0px 0px 0px 0px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 80px;
		}
		.main-template-wide {
		    width: 100%;
		    max-width: 1150px;
		    padding: 0px 40px 0px 40px;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 80px;
		    margin-top: 40px;
		}
		
	/* End Homepage Structure */ 
	.home-review-container {
		padding: 0 0 50px;
	}
	.main-template-no {
		padding-left: 40px;
		padding-right: 40px;
	}
	#product .marquee-main-cont {
		margin-bottom: 100px;
	}
	/* START.Sugar Club Landing Page */
	#sugarcarousel.main-template-no-wide {
		max-height: 100%;
	}
	.sugar-credits-sub-title {
		font-size: 42px;
	}
	.earn-redeem-height {
		height: 290px;
	}
	.sugar-credits-sub-title {
		margin-bottom: 64px;
	}
	.bannertext-color-cont {
		padding: 78px 0;
	}
	.sugar-credits-desc {
		max-width: 500px;
		margin: auto;
	}
	.sugar-credits-desc p {
		font-size: 19px;
	}
	.sc-form.address-form .form-fields .form-group.row:nth-child(8),
	.sc-form.address-form .form-fields .form-group.row:nth-child(9),
	.sc-form.address-form .form-fields .form-group.row:nth-child(10),
	.sc-form.address-form .form-fields .form-group.row:nth-child(11) {
		max-width: 53%;
	}
	.sugarcrew-headline-sub h1 p {
		font-size: 52px;
	}
	.sugar-intro-text p.intro-headline {
		font-size: 35px;
	}
	.sugar-join-text.main-template-no-wide {
		padding: 80px 0;
	}
	.sugar-earn-redeem.main-template-no-wide {
		max-height: 100%;
	}
	#sugarcarousel.main-template-no-wide {
		padding-top: 0;
	}
	/* START.Dashboard Return */
	.returns-total-label,
	.returns-total-value {
		font-size: 26px;
	}
	/* END.Dashboard Return */
	.fit-selection-container {
        height: unset;
    }
    .fitting-selection-container .fitting-room-content .fitting-btn {
        bottom: 0;
    }
    .fitting-room .fitting-btn {
        height: 40px;
    }
	/* START. Affiliate - Share Earn Redeem */
	.credits-sub-title, .credits-desc {
        margin-bottom: 50px;
    }
	.credits-cont {
		padding-top: 120px;
	}
	.credits-desc p {
        max-width: 380px;
		font-size: 30px;
		line-height: 40px;
    }
	/* END. Affiliate - Share Earn Redeem */
	/* AFFILIATE - Header Banner Section */
	.banner-img {
        /* transform: scale(1); */
    }
	#cms.header-banner-strip.cms-id-33 #main {
		padding-top: 165px;
	}
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Form Section */
	/* AFFILIATE - How does it work? Section */
	.ourstory-subtext {
		max-width: 680px;
	}
	.ourstory-subtext p {
		font-size: 16px;
		line-height: 24px;
	}
	.ourstory-wrapperv2 .main-template-wide {
		max-width: 100%;
		height: auto;
	}
	.ourstory-imgwrapper img, 
	.ourstory-img-container img {
        width: auto;
        height: 100%;
        /* min-height: 500px; */
        object-fit: cover;
        border-radius: 0;
    }
	.as-seen-on-cont-homepage .owl-prev {
		margin-left: -130px;
	}
	.as-seen-on-cont-homepage .owl-next {
		margin-right: -130px;
	}
	.not-available-msg-cont {
		margin: 10px 55px 20px 55px;
	}
}
@media (min-width: 1400px) {
	.main-template-wide {
		max-width: 100%;
	}
	/* START.Sugar Club Landing Page */
	.bannertext-color-cont {
		padding: 112px 0;
	}
	#sugarcarousel p.banner-headline {
        font-size: 22px;
    }
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Header Banner Section */
	/* AFFILIATE - Form Section */
	/* AFFILIATE - Form Section */
	/* AFFILIATE - How does it work? Section */
	/* AFFILIATE - How does it work? Section */
	.asseen-on-module-cont {
        padding: 0 160px;
    }
}
@media (min-width: 1600px) {
	/* START.Sugar Club Landing Page */
	.bannertext-color-cont {
		padding: 145px 0;
	}
	.asseen-on-module-cont {
        padding: 0 325px;
    }
}