.cc-faq-detail p a, .cc-faq-detail ul li a {
    border-bottom: 1px solid #000;
}
#cakeCollectiveFaq .cc-div-separator {
    margin-bottom: 10px;
}
.sml-title {
    font-family: 'GroteskPro-Bold';
    font-size: 20px;
}
.sub-title {
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
}
.sb-desc {
    font-family: 'GroteskPro-Light';
    font-size: 14px;
    line-height: 18px;
}
.sb-desc a{
    border-bottom: 1px solid #000;
    font-family: 'GroteskPro-SemiBold';
}
.sub-data-withlink {
    font-family: 'GroteskPro-Light';
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 5px;
}
.sub-data {
    font-family: 'GroteskPro-Light';
    font-size: 14px;
    line-height: 18px;
}
.cake-collective-main .row:after {
    clear: unset;
}
.total-prc {
    font-family: 'GroteskPro-Bold';
    font-size: 32px;
    margin-top: 10px;
    line-height: 40px;
    text-align: left;
}
.underline-payment-method {
    border-bottom: 1px solid black;
    display: inline-block;
    margin-top: 30px;
}
.pymnt-txt {
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.cake-collective-main .rdm-crdt{
    font-family: 'GroteskPro-Bold';
    font-size: 16px;
    border: 1px solid #988e8e;
    margin-top: 35px;
    border-radius: 0px;
}
.margin-top40 {
    margin-top: 40px;
}
.margin-top30 {
    margin-top: 30px;
}
button.pdt-my-dtls {
    font-family: 'GroteskPro-Bold';
    font-size: 16px;
    /* border-radius: 0px; */
}
.sb-desc strong {
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
    line-height: 18px;
}
.lbl-txt {
    font-family: 'GroteskPro-SemiBold';
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.npt-slct, .npt-slct:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 5.5% 100%;
    background-position: 98.2%;
    width: 100%;
    font-family: 'GroteskPro-Book';
    color: #000;
    font-size: 16px;
}
.cake-collective-main .rfrrl-lnk, .cake-collective-main .rfrrl-lnk:focus,
.cake-collective-main .rfrrl-cd, .cake-collective-main .rfrrl-cd:focus {
    width: 100%;
    font-family: 'GroteskPro-SemiBold';
    color: #b58069;
    font-size: 16px;
}
.cake-collective-main .rfrrl-lnk::-webkit-input-placeholder,
.cake-collective-main .rfrrl-cd::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b58069;
}
.cake-collective-main .rfrrl-lnk::-moz-placeholder,
.cake-collective-main .rfrrl-cd::-moz-placeholder { /* Firefox 19+ */
    color: #b58069;
}
.cake-collective-main .rfrrl-lnk:-ms-input-placeholder,
.cake-collective-main .rfrrl-cd:-ms-input-placeholder { /* IE 10+ */
    color: #b58069;
}
.cake-collective-main .rfrrl-lnk:-moz-placeholder,
.cake-collective-main .rfrrl-cd:-moz-placeholder { /* Firefox 18- */
    color: #b58069;
}
.tbl-title-data {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
}

.pprvd {
    color: #b58069;
}
.tbl-data-val {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-align: center;
}
.s-sd-crdts {
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    border-bottom: 1px solid #000;
}
.ttl-txt, .ttl-prc{
    font-family: 'GroteskPro-Bold';
    font-size: 22px;
}

.margin-bottom40 {
	margin-top: 40px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}
.dwnldbls-ttl {
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    /* line-height: 18px; */
    width: 100%;
    display: block;
    /* height: 36px; */
    margin-bottom: 10px;
}
.dwnldbls-mg {
    max-width: 225px;
    width: 100%;
}
.form-cake-affiliate-container {
    display: none;
    margin-top: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.form-cake-affiliate-container input[type="text"], .form-cake-affiliate-container textarea, .form-cake-affiliate-container select {
    width: 100%;
    margin-bottom: 10px;
}
.form-cake-affiliate-container select, .form-cake-affiliate-container select:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6% 100%;
    background-position: 96.2%;
}
.form-cake-affiliate-container textarea {
    background: #fff;
    border: 1pt solid #000;
    color: #000;
    font-family: 'GroteskPro-Book';
    height: 150px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: 0px;
}
.form-cake-affiliate-container textarea::-webkit-input-placeholder {
    color:#000;
}
.form-cake-affiliate-container textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;  
}

.form-cake-affiliate-container textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #000;  
}

.form-cake-affiliate-container textarea:-ms-input-placeholder {
  color: #000;  
}

.form-cake-affiliate-container textarea::placeholder {
  color: #000;  
}
.affiliate-btn-submit {
    margin-top: 15px;
}
.affiliate-error-show, .affiliate-success-show {
    display: none;
}
button.referralcopy {
    border-radius: 0px;
    border-top: 1pt solid #000;
    border-bottom: 1pt solid #000;
    background-color: #fff;
	color: #000;
    text-align: right;
    width: 80px;
	width: 100%;
    border: 1px solid #000;
    text-align: center;
}
.tbl-ckcllctn {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.tbl-ckcllctn tbody tr {
    margin-bottom: 5px;
    outline: thin solid black;
}
.tbl {
    position: relative;
    height: 90px;
    width: 100%;
    max-width: 130px;
}
.tbl-cell {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.dl-pdf-tbl td{
    vertical-align: bottom;
    border-top: 0;
    float: none;
    padding: 10px 15px;
}
.border-black-tbl {
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.border-seperator-shadow-tbl {
    border-bottom: 1px solid #e6e6e6;
}
.margin-bottom10 {
    margin-bottom: 10px
}
.dropdown-show,
.redeemed-show {
    display: none;
}
.padding-rightleft0 {
    padding-left: 0px;
    padding-right: 0px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}

#cakeCollectiveFaq .cc-div-separator {
    margin-bottom: 10px;
}

.faq-section:nth-last-child(1) {
    /* border-bottom: 1px solid #e6e6e6; */
}
.npt-wdth {
    width: 100%;
}

.prod-req-tbl {
    font-family: 'GroteskPro-bold';
    font-size: 12px;
    line-height: 12px;
}
.prod-req-tbl-data-bold {
    font-family: 'GroteskPro-Bold';
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 5px;
}
.prod-req-tbl-data {
    font-family: 'GroteskPro-book';
    font-size: 16px;
}
.text-align-right {
    text-align: right;
}
.brd-table {
    border: 1px solid #000;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.prod-request-delete {
    font-family: 'GroteskPro-Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.dl-pdf-tbl .dwnldbls-btn,
.dwnldbls-btn {
    border-radius: 0;
    font-family: 'GroteskPro-Bold';
}

.cake-collective-main .prod-req-notification {
    display: block;
    text-align: left;
    max-width: 100%;
    font-family: 'GRoteskPro-SemiBold';
    font-size: 22px;
}
.cakecollective-href {
    border-bottom: 1px solid #000;
}


.payment-method-container {
    display: block;
    margin-top: 30px;
}

.payment-method-text {
    margin-bottom: 10px;
}

.paypalemail {
    width: 100%;
}
.cake-collective-main .form-cake-affiliate-container {
    margin-left: 0px;
}

.pprvd {
    text-transform: uppercase;
}

.tbl-name {
    text-transform: capitalize;
}

.amount-padding {
    padding-left: 6px;
}

.payment-method-text a {
    text-align: right;
    float: right;
    border-bottom: 1px solid #000;
    line-height: 20px;
    font-size: 16px;
}
.payment-method-form {
    display: none;
}
.payment-method-form .paypalemail, .payment-method-form .paypalemail:focus {
    width: 100%;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}
.payment-method-form .sbmt-pymnt-chnge {
    width: 100%;
    border-radius: 0px;
}
.payment-method-form .cancel-pymnt-chnge {
    width: 100%;
    border-radius: 0px;
}

.form-cake-affiliate-container .add-border-error,
.product-address .add-border-error,
.product-request .add-border-error {
    border: 1px solid #b58069;
}
.view-logs {
    float: right;
}

.logs-credit {
    display: none;
    border: 1px solid #000;
}
.show-edit-form {
    float: right;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}
.cake-collective-main .btn-bg-black {
    font-family: 'GroteskPro-Bold';
}
.margin-bottom100 {
    margin-bottom: 100px;
    display: block;
}
.page-select-list .disabled-option {
    color: #aaaaaa;
}
.cake-collective-main {
    margin-top: 40px;
}

#module-cakecollective-accountpage #wrapper,
#module-cakecollective-downloadpage #wrapper {
    padding-top: 114px;
}

#module-cakecollective-accountpage #topLinksCarousel .lm-category,
#module-cakecollective-downloadpage #topLinksCarousel .lm-category {
    display: none;
}

.dl-breadcrumbs,
.dl-breadcrumbs span,
.dl-breadcrumbs span a {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'GroteskPro-Bold';
    font-size: 12px;
    color: #666;
}

.dl-breadcrumbs span.active,
.dl-breadcrumbs span.active a {
    color: #000;
}

.cake-collective-main button.dl-btn {
    height: 160px;
}

.video-asset {
    width: 100%;
    min-height: 327px;
}

.main-asset-container {
    min-height: 335px;
    overflow: hidden;
}

.main-asset-name {
    font-family: 'GroteskPro-Bold';
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 55px;
}

.cake-collective-main ul.affiliate-banner-list {
    list-style: disc;
    list-style-position: inside;
}

.cake-collective-main ul.affiliate-banner-list li {
    line-height: 30px;
}

.cm-btn.affiliate-banner-btn {
    width: 25%;

}

#module-cakecollective-accountpage.header-banner-strip #wrapper, #module-cakecollective-downloadpage.header-banner-strip #wrapper {
    padding-top: 105px;
}

.sb-desc .link-adjusted {
    font-family: 'GroteskPro-SemiBold';
    border-bottom: 1px solid #000;
}
.padding-right15{
    padding-right: 15px;
}
.share-my-link-container {
    height: 40px;
    text-align: right;
}
.share-my-link {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
}
.share-my-link-container ul {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.share-my-link-container ul li {
    display: inline-block;
}
.share-my-link-container ul li img {
    width: 100%;
    max-width: 30px;
    height: auto;
}
.margin-button30 {
    margin-bottom: 30px;
}
.show-credits span {
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.underline-payment-method .show-credits span {
    border-bottom: 0;
}

.share-title {
    font-size: 12px;
    font-family: 'GroteskPro-SemiBold';
    letter-spacing: 1px;
}

.share-socials-container {
    text-align: center;
}

.share-socials-container .share-socials img {
    margin-left: 6px;
    margin-right: 6px;
}
.error-redeem-credit {
	text-align: center;
    color: red;
}
.cmc-left-redeem {
    background-color: #fff;
    padding-right: 35px;
    padding-left: 35px;
}
.cmc-left-img{
    margin-top: 50px;
}
.cmc-left-img {
    padding-top: 50px;
    padding-bottom: 30px;
}
.cmc-left-header {
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.cmc-left-body p{
    text-align: center;
    font-family: 'GroteskPro-SemiBold';
    font-size: 32px;
    padding-bottom: 30px;
}
.cmc-left-btn button {
    margin-bottom: 30px;
}
.cmc-left-body-text {
    text-align: center;
}
.cmc-left-body-text {
    padding-bottom: 50px;
}
.cmc-left-body-text p {
    text-align: center;
    font-family: 'GroteskPro-Book';
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.cmc-left-body-text a {
    font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    border-bottom: 1px solid #000;
    width: auto;
    text-align: center;
    margin: auto;
}
.img-responsive.imgCmc {
    height: 85px;
    width: 85px;
    margin: auto;
    display: block;
}
.referral-container {
    margin-top: 40px;
}
.referral-link {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.referral-btn {
    /* max-width: 50%; */
}
@media (max-width: 320px){
    #module-cakecollective-accountpage.header-banner-strip #wrapper, #module-cakecollective-downloadpage.header-banner-strip #wrapper {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    .form-cake-affiliate-container select,  .form-cake-affiliate-container select:focus {
        background-size: 4% 100%;
        background-position: 97.2%;
    }
    .referralcopy {
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0px;
        right: 3%;
        background: none;
        font-family: 'GroteskPro-Bold';
        color: #000;
        font-size: 16px;
    }
    .dl-pdf-tbl .dwnldbls-btn,
    .dwnldbls-btn {
        margin-top: 20px;
        border-radius: 4px;
    }
    .tbl-data-val{
        text-align: left;
    }

    .cake-collective-main .state-select, .cake-collective-main .state-select:focus, .cake-collective-main .country-select, .cake-collective-main .country-select:focus {
        background-size: 9% 25%;
        background-position: 101%;
    }

    .dwnldbls-mg {
        max-width: 100%;
    }
    .sb-desc {
        font-size: 20px;
        line-height: 28px;
    }
    .sml-title {
        font-size: 20px;
    }
    .sb-desc strong {
        font-size: 20px;
    }
    .lbl-txt {
        font-size: 20px;
    }
    .npt-slct, .npt-slct:focus{
        font-size: 16px;
        height: 40px;
        line-height: 20px;
    }
    .cake-collective-main .rfrrl-lnk, .cake-collective-main .rfrrl-lnk:focus, .cake-collective-main .rfrrl-cd, .cake-collective-main .rfrrl-cd:focus {
        font-size: 20px;
        height: 40px;
    }
    .prod-req-tbl {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 10px;
        display: block;
    }
    .prod-req-tbl-data {
        font-size: 20px;
        line-height: 28px;
    }
    .brd-table {
        margin-bottom: 10px;
    }
    .prod-req-tbl-data-bold {
            font-size: 20px;
    }
    .prod-request-delete {
        font-size: 20px;
    }

    .header-banner-strip .override-header-Container {
        height: 90px;
    }
    #module-cakecollective-accountpage.header-banner-strip #wrapper #wrapper, #module-cakecollective-downloadpage.header-banner-strip #wrapper #wrapper {
        padding-top: 85px;
    }

    .video-asset,
    .main-asset-container {
        min-height: 193px;
    }

    .main-asset-container {
        max-height: 193px;
    }

    .main-asset-name {
        min-height: 88px;
    }

    #cakeMamaRefer .referralcopy {
        right: 8%;
    }

    .share-socials-container {
        text-align: right;
    }

    .share-socials-container .share-socials img {
        margin-left: 10px;
        margin-right: 0;
    }

    .total-prc {
        text-align: right;
    }

    .cmc-left-redeem {
        background-color: #fff;
        padding-right: 70px;
        padding-left: 70px;
    }

    .cmc-left-body p {
        font-size: 38px;
    }
	
	button.referralcopy {
		border-left: 0;
        border-right: 0;
		text-align: right;
		width: 80px;
	}
	
	.payment-method-form .paypalemail, .payment-method-form .paypalemail:focus {
		max-width: 62%;
	}
	
	.payment-method-form .sbmt-pymnt-chnge {
		width: 26%;
	}
	
	.payment-method-form .cancel-pymnt-chnge {
		width: 10%;
	}
	
	.payment-method-text a {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
    .header-banner-strip .override-header-Container {
        height: 100px;
    }
    #module-cakecollective-accountpage #wrapper, #module-cakecollective-downloadpage #wrapper {
        padding-top: 95px;
    }
    .video-asset,
    .main-asset-container {
        min-height: 260px;
    }
    .main-asset-name {
        min-height: 66px;
    }

    #cakeMamaRefer .referralcopy {
        right: 6%;
    }

    .share-socials-container .share-socials img {
        margin-left: 13px;
        margin-right: 0;
    }
	
	.payment-method-form .paypalemail, .payment-method-form .paypalemail:focus {
		max-width: 69%;
	}
	
	.payment-method-form .sbmt-pymnt-chnge {
		width: 20%;
	}
	
	.payment-method-form .cancel-pymnt-chnge {
		width: 10%;
	}
}
@media (min-width: 1200px) {
    .form-cake-affiliate-container select,  .form-cake-affiliate-container select:focus {
        background-size: 3% 100%;
        background-position: 98.2%;
    }
    .npt-slct, .npt-slct:focus {
        background-size: 2% 100%;
    }
    .product-request .npt-slct, .product-request .npt-slct:focus {
        background-size: 3% 100%;
    }

    #module-cakecollective-accountpage .banner-strip #wrapper {
        padding-top: 61px;
	}

    #module-cakecollective-accountpage .banner-strip #wrapper {
        padding-top: 61px;
    }
   .header-banner-strip .override-header-Container {
        height: 105px;
    }

    #module-cakecollective-accountpage.header-banner-strip #wrapper #wrapper, #module-cakecollective-downloadpage.header-banner-strip #wrapper #wrapper {
        padding-top: 105px;
    }

    .video-asset,
    .main-asset-container {
        min-height: 335px;
    }
    .main-asset-container {
        max-height: 335px;
    }
    .main-asset-name {
        min-height: 66px;
    }
    .main-asset-name {
        min-height: 55px;
    }
    .referral-container {
        max-width: 100%;
    }
}
