.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}
.mobile-nav li:nth-child(5) {
    display:none !important;
}

@media (min-width: 576px) {
    .w-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .w-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .w-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .w-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.site-header {
    display: none
}

@media screen and (min-width: 36em) {
    .wrapper {
        padding: 0 50px
    }
}

.main-content {
    margin-top: 40px
}

.main-content.index {
    overflow: hidden;
    margin-top:0px;
}

@media screen and (min-width: 48em) {
    .main-content {
        margin-top: 60px
    }
}

.main-content:after {
    border: 0
}

.main-content.cart:after {
    padding: 0;
    display: none
}

a,
p,
small,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[aria-selected] {
    background-color: #9bcac4 !important
}

.select2-results__options {
    font-family: Montserrat, sans-serif
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent !important;
    border-width: 10px 8px 0 8px !important;
    left: -40% !important;
    top: 45% !important
}

.select2 {
    margin-bottom: 20px !important
}

.thc-logo-mobile {
    max-width: 85% !important;
    margin: 0 auto 25px;
    display: none
}

@media screen and (max-width: 47.99em) {
    .thc-logo-mobile {
        display: block
    }
}

.homepage .grid {
    margin: 0
}

.homepage .grid__item {
    padding: 0
}

.homepage__section-one,
.homepage__section-two,
.homepage__section-three,
.homepage__section-four {
    margin: 0
}

@media screen and (min-width: 48em) {

    .homepage__section-one,
    .homepage__section-two,
    .homepage__section-three,
    .homepage__section-four {
        display: flex;
        margin-top: 200px;
        margin-bottom: 200px
    }

    .homepage__section-one .grid,
    .homepage__section-two .grid,
    .homepage__section-three .grid,
    .homepage__section-four .grid {
        align-self: center
    }
}

@media screen and (max-width: 47.99em) {

    .homepage__section-one,
    .homepage__section-two,
    .homepage__section-three,
    .homepage__section-four {
        /* margin: 75px 0 */
        margin: 30px 0
    }
}

.homepage__section-one {
    margin-bottom: 0;
    margin-top: 25px
}

@media screen and (min-width: 48em) {
    .homepage__section-one {
        margin-bottom: 0;
        margin-top: 0;
        min-height: 75vh
    }
}

/* .homepage__section-two {
    margin-top: 50px
} */

@media screen and (min-width: 48em) {
    .homepage__section-two {
        margin-top: 140px
    }
}

.homepage__section-three {
    margin-bottom: 150px;
    display: block;
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three {
        margin-bottom: 30px;
    }
}

.homepage__section-four {
    margin-top: 0
}

@media screen and (min-width: 48em) {
    .homepage__section-four {
        margin-bottom: 100px
    }
}

.homepage__section-two .grid {
    display: flex
}

@media screen and (max-width: 47.99em) {
    .homepage__section-two .grid {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }
}

.homepage__section-two video {
    width: 90%;
    margin-left: auto;
    height: 100%;
    z-index: 1;
    display: block;
    position: relative
}

@media screen and (max-width: 47.99em) {
    .homepage__section-two video {
        width: 100%
    }
}

.homepage__section-two video:hover,
.homepage__section-two video:active,
.homepage__section-two video:focus {
    border: 0;
    outline: 0
}

.homepage__section-two .grid__item:nth-child(1) {
    position: relative
}

.homepage__section-two .grid__item:nth-child(2) {
    align-self: center
}

@media screen and (min-width: 48em) {
    .homepage__section-two .grid__item:nth-child(2) {
        padding-left: 30px
    }
}

.homepage__section-two .grid__item:nth-child(2) span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1
}

.homepage__section-two .grid__item h1 {
   display: block;
   font-family: Montserrat, sans-serif;
   line-height: 1;
   font-size: 3.5rem;
   color: #283890;
}
@media screen and (max-width: 47.99em) {
    .homepage__section-two .grid__item:nth-child(2) span {
        text-align: center
    }
}

.homepage__section-two .grid__item:nth-child(2) span:nth-child(odd) {
    font-size: 3.5rem
}

@media screen and (max-width: 72.5em) {
    .homepage__section-two .grid__item:nth-child(2) span:nth-child(odd) {
        font-size: 2.5rem
    }
}

.homepage__section-two .grid__item:nth-child(2) span:nth-child(2n) {
    font-size: 3.5rem;
}

@media screen and (max-width: 72.5em) {
    .homepage__section-two .grid__item:nth-child(2) span:nth-child(2n) {
        font-size: 4rem
    }
}

.homepage__section-two .grid__item:nth-child(2) span:last-child {
    /* font-size: 1rem;
    text-transform: uppercase;
    line-height: initial;
    margin-top: 15px;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: 2px */
    font-size: 1rem;
    line-height: inherit;
    margin-top: 15px;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: normal;
}

.homepage__section-two .grid__item p {

    font-size: 1rem;
    line-height: inherit;
    margin-top: 15px;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: normal;
}


@media screen and (max-width: 47.99em) {
    .homepage__section-two .grid__item:nth-child(2) span:last-child {
        margin-bottom: 20px
    }
}

.homepage__section-two--background {
    min-height: 560px;
    background-color: #283890;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%)
}

@media screen and (max-width: 47.99em) {
    .homepage__section-two--background {
        min-height: 50vh
    }
}

.homepage__section-two img ,.homepage__section-two .jarallax{
    /* z-index: 1;
    position: relative */
    width: 90%;
    margin-left: auto;
    height: 100%;
    z-index: 1;
    display: block;
    position: relative;
}

.homepage__section-two .video-button {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 99
}
.homepage__section-two .video-button svg{
    color: white;
    font-size: 80px;
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three--learn-more {
        text-align: center
    }
}

@media screen and (min-width: 48em) {
    .homepage__section-three .grid {
        display: flex
    }
}

.homepage__section-three .grid__item {
    height: 400px
}

.homepage__section-three .grid__item:nth-child(1) {
    align-self: center
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three .grid__item:nth-child(1) {
        height: auto;
        margin-bottom: 30px
    }
}

.homepage__section-three .grid__item:nth-child(2) {
    position: relative
}

.homepage__section-three .grid__item:nth-child(2) img.bottle {
    z-index: 2;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.homepage__section-three .grid__item:nth-child(2) img.leaves-left {
    z-index: 1;
    width: 350px;
    position: absolute;
    top: -100px;
    left: -37px
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three .grid__item:nth-child(2) img.leaves-left {
        width: 250px;
        top: 0
    }
}

@media screen and (min-width: 48em) and (max-width: 81.25em) {
    .homepage__section-three .grid__item:nth-child(2) img.leaves-left {
        top: -8vw;
        left: -4vw;
        width: 29vw
    }
}

.homepage__section-three .grid__item:nth-child(2) img.leaves-right {
    z-index: 1;
    width: 350px;
    position: absolute;
    right: -66px;
    bottom: 25px
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three .grid__item:nth-child(2) img.leaves-right {
        width: 250px;
        bottom: 90px;
        right: -50px
    }
}

@media screen and (min-width: 48em) and (max-width: 81.25em) {
    .homepage__section-three .grid__item:nth-child(2) img.leaves-right {
        bottom: 2vw;
        right: -6vw;
        width: 29vw
    }
}

.homepage__section-three__images {
    position: absolute;
    top: 14%;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 500px;
    margin: 0 auto;
    height: 100%
}

@media screen and (min-width: 48em) and (max-width: 81.25em) {
    .homepage__section-three__images {
        height: 34vw
    }
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three__images {
        top: 5%
    }
}

.homepage__section-three__background {
    width: 100%;
    background-color: #97245f;
    min-height: 65%
}

.homepage__section-three span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #97245f;
}

.homepage__section-three h1 {
    display: block;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    font-size: 3.5rem;
    color: #97245f;
}

@media screen and (max-width: 47.99em) {
    .homepage__section-three span {
        text-align: center
    }
}

.homepage__section-three span:nth-child(odd) {
    font-size: 3.5rem
}

@media screen and (max-width: 72.5em) {
    .homepage__section-three span:nth-child(odd) {
        font-size: 2.5rem
    }
}

.homepage__section-three span:nth-child(2n) {
    font-size: 3.5rem;
}

@media screen and (max-width: 72.5em) {
    .homepage__section-three span:nth-child(2n) {
        font-size: 4rem
    }
}

.homepage__section-three p {
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    margin: 25px 0
}

@media screen and (min-width: 48em) {
    .homepage__section-three p {
        max-width: 90%
    }
}

.homepage__section-three a {
   font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 5px 60px;
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px
}

.homepage__section-three a:hover,
.homepage__section-three a:active,
.homepage__section-three a:focus {
	background:#283890;
	color:white;
}

.homepage__section-four {
    position: relative
}

@media screen and (min-width: 48em) {
    .homepage__section-four .grid {
        display: flex
    }
}

.homepage__section-four .grid__item:nth-child(3) {
    z-index: 2;
    padding-left:20px;
}

.homepage__section-four .grid__item:nth-child(3) div {
    /* margin-top: -85px */
}

@media screen and (min-width: 48em) {
    .homepage__section-four .grid__item:nth-child(3) div {
        min-width: 350px
    }
}

.homepage__section-four .grid__item:nth-child(3) div span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #bee090
}

@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(3) div span {
        text-align: center
    }
}

.homepage__section-four .grid__item:nth-child(3) div span:nth-child(1) {
    font-size: 3.5rem;
}

@media screen and (max-width: 72.5em) {
    .homepage__section-four .grid__item:nth-child(3) div span:nth-child(1) {
        font-size: 5rem
    }
}

.homepage__section-four .grid__item:nth-child(3) div span:nth-child(2) {
    font-size: 3.5rem;
    line-height: 3.01rem
}

@media screen and (max-width: 72.5em) {
    .homepage__section-four .grid__item:nth-child(3) div span:nth-child(2) {
        font-size: 3.5rem;
        line-height: 2.01rem
    }
}

.homepage__section-four .grid__item:nth-child(3) div span:nth-child(3) {
    margin-top: 5px;
    font-size: 4rem
}

@media screen and (max-width: 72.5em) {
    .homepage__section-four .grid__item:nth-child(3) div span:nth-child(3) {
        font-size: 3rem
    }
}

.homepage__section-four .grid__item:nth-child(3) small {
    margin: 30px 0;
    text-align: left;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    display: block
}

@media screen and (min-width: 48em) {
    .homepage__section-four .grid__item:nth-child(3) small {
        /* max-width: 75% */
    }
}

.homepage__section-four .grid__item:nth-child(1) {
    z-index: 1;
    position: relative;
    background-color: #283890
}

@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(1) {
        min-height: 424px
    }
}

.homepage__section-four .grid__item:nth-child(1) img.bottle {
    z-index: 1;
    position: absolute;
    /* top: 50%; */
    top: 40%;
    left: 104px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 81.25em) {
    .homepage__section-four .grid__item:nth-child(1) img.bottle {
        left: 7.6vw
    }
}

@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(1) img.bottle {
        left: 48px
    }
}

.homepage__section-four .grid__item:nth-child(1) img.lemon-left {
    z-index: 0;
    position: absolute;
    bottom: 45px;
    left: -120px
}

@media screen and (max-width: 81.25em) {
    .homepage__section-four .grid__item:nth-child(1) img.lemon-left {
        width: 23vw;
        left: -8.9vw;
        bottom: 3.4vw
    }
}

@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(1) img.lemon-left {
        width: 100%;
        left: -35px;
        bottom: 26px
    }
}

.homepage__section-four .grid__item:nth-child(1) img.lemon-right {
    z-index: 0;
    width: 250px;
    position: absolute;
    right: -36px;
    bottom: 23px
}

@media screen and (max-width: 81.25em) {
    .homepage__section-four .grid__item:nth-child(1) img.lemon-right {
        width: 17.4vw;
        right: -2.5vw;
        bottom: 1.6vw
    }
}

@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(1) img.lemon-right {
        width: 78%;
        right: -15px;
        bottom: 12px
    }
}

.homepage__section-four__images {
    z-index: 1;
    position: absolute;
    top: -35%;
    right: 0;
    left: 0;
    max-width: 325px;
    height: 145%
}

@media screen and (max-width: 81.25em) {
    .homepage__section-four__images {
        height: 54vw;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }
}



.homepage__section-four .grid__item:nth-child(2) {
    position: relative;
    display: flex;
    background-color: #283890
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child {
    align-self: center;
    padding: 80px 30px
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child h3,
.homepage__section-four .grid__item:nth-child(2)>div:first-child small {
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child h2,
.homepage__section-four .grid__item:nth-child(2)>div:first-child h3 {
    display: inline
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child>div {
    margin-top: 30px
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child>div h2 {
   font-family: Montserrat, sans-serif;
    font-weight: 300
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child>div:nth-child(3) {
    margin-bottom: 30px
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child>div:nth-child(4) {
    text-align: center
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child button {
    text-transform: uppercase;
    border: 1px solid #fff;
    letter-spacing: 3px;
    border-radius: 0;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background-color: transparent !important;
}


.homepage__section-four h2,.homepage__section-four p {

    color: #fff;
  
}



@media screen and (max-width: 47.99em) {
    .homepage__section-four .grid__item:nth-child(2)>div:first-child button {
        padding: 8px 9px
    }
}

.homepage__section-four .grid__item:nth-child(2)>div:first-child button:hover,
.homepage__section-four .grid__item:nth-child(2)>div:first-child button:active,
.homepage__section-four .grid__item:nth-child(2)>div:first-child button:focus {
    color: #181818
}

.about__header {
    text-align: center
}

.about__header h1 {
    color: #319f91;
    font-size: 3rem;
    font-weight: 300;
   font-family: Montserrat, sans-serif;
    margin-bottom: 15px
}

@media screen and (min-width: 48em) {
    .about__header h1 {
        margin-bottom: 40px
    }
}

.about__body p:nth-of-type(1) span {
   font-family: Montserrat, sans-serif;
    font-weight: 300 !important;
    font-size: 1.64706em
}

.about__body img {
    float: none;
    margin: 10px auto 40px;
    display: block
}

@media screen and (min-width: 62em) {
    .about__body img {
        float: left;
        margin-right: 60px
    }
}

.about__body p {
    margin-bottom: 30px;
    line-height: 2.2rem;
    font-size: .97rem;
    font-family: Montserrat, sans-serif
}

.our-story__body h1 {
    /* color: #283890;
    font-size: 7rem;
    max-width: 273px;
    font-weight: 300;
    margin-bottom: 30px;
   font-family: Montserrat, sans-serif;
    line-height: .7;
    text-align: center */
    color: #283890;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
   font-family: Montserrat, sans-serif;
    line-height: normal;
}

.our-story__body--mobile {
    text-align: center;
    margin-bottom: 80px !important
}

@media screen and (min-width: 74.125em) {
    .our-story__body--mobile {
        display: none
    }
}

@media screen and (max-width: 47.99em) {
    /* .our-story__body--mobile {
        font-size: 7rem !important
    } */
}

@media screen and (max-width: 74.125em) {
    .our-story__body--desktop {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .our-story__body--main-image {
        float: right;
        margin: 30px 0 0 80px
    }
}

@media screen and (max-width: 74.125em) {
    .our-story__body--main-image {
        text-align: center;
        float: none
    }
}

.our-story__body--main-image img {
    -webkit-box-shadow: -33px -33px 0px 3px #283890;
    -moz-box-shadow: -33px -33px 0px 3px #283890;
    box-shadow: -33px -33px 0 3px #283890;
    filter: brightness(100%)
}

@media screen and (min-width: 74.125em) {
    .our-story__body--main-image img {
        max-width: 600px
    }
}

@media screen and (max-width: 47.99em) {
    .our-story__body--main-image img {
        -webkit-box-shadow: -20px -15px 0px 3px #283890;
        -moz-box-shadow: -20px -15px 0px 3px #283890;
        box-shadow: -20px -15px 0 3px #283890
    }
}

.our-story__body p {
    margin-bottom: 30px;
    line-height: 2.2rem;
    font-size: .97rem;
    font-family: Montserrat, sans-serif
}

.our-story__section-two {
    margin-top: 60px
}

.our-story__section-two p {
    margin-top: 25px;
    font-family: Montserrat, sans-serif
}

@media screen and (max-width: 47.99em) {
    .our-story__section-two p {
        text-align: center
    }
}

.our-story__section-two span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #283890
}

@media screen and (max-width: 47.99em) {
    .our-story__section-two span {
        text-align: center
    }
}

.our-story__section-two span:nth-child(1) {
    /*font-size: 4rem*/
}

@media screen and (max-width: 47.99em) {
    .our-story__section-two span:nth-child(1) {
        /*font-size: 4rem;*/
        text-align: center
    }
}

.our-story__section-three>div:nth-child(1) .mobile {
    display: block
}

.our-story__section-three>div:nth-child(1) .mobile .grid {
    margin: 50px 0
}

.our-story__section-three>div:nth-child(1) .mobile .grid p {
    text-align: center
}

.our-story__section-three>div:nth-child(1) .mobile .grid__item:nth-child(1) {
    text-align: center
}

@media screen and (min-width: 48em) {
    .our-story__section-three>div:nth-child(1) .mobile {
        display: none
    }
}

@media screen and (max-width: 47.99em) {
    .our-story__section-three>div:nth-child(2) {
        display: none
    }
}

.our-story__section-three p {
    font-family: Montserrat, sans-serif
}

@media screen and (min-width: 48em) {
    .our-story__section-three p {
        max-width: 430px
    }
}

.our-story__section-three>div {
    padding-left: 0
}

.our-story__section-three>div img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(4000%) hue-rotate(200deg) brightness(90%) contrast(90%);
    max-width: 65px
}

.our-story__section-three>div>div.grid {
    margin: 50px 0
}

@media screen and (min-width: 48em) {
    .our-story__section-three>div>div.grid {
        display: flex
    }

    .our-story__section-three>div>div.grid>div {
        align-self: center
    }

    .our-story__section-three>div>div.grid>div:nth-child(1) {
        text-align: center
    }
}

.our-story__section-three>div>div.grid>div:nth-child(1) {
    padding-left: 0
}

@media screen and (max-width: 47.99em) {
    .our-story__section-three>div>div.grid>div:nth-child(1) {
        text-align: center;
        padding-left: 30px
    }
}

.our-story__section-three>div>div.grid>div:nth-child(2) {
    padding-left: 0
}

@media screen and (max-width: 47.99em) {
    .our-story__section-three>div>div.grid>div:nth-child(2) {
        text-align: center;
        padding-left: 30px
    }
}

@media screen and (min-width: 48em) {
    .distributors .grid {
        display: flex
    }

    .distributors .grid>div:nth-child(1) {
        align-self: center
    }
}

.distributors h2 {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #fca290;
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-top: 40px
}

@media screen and (max-width: 47.99em) {
    .distributors h2 {
        font-size: 2rem
    }
}

.distributors div:nth-child(1) span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #fca290
}

.distributors div:nth-child(1) span:nth-child(odd) {
    font-size: 2.5rem
}

@media screen and (max-width: 47.99em) {
    .distributors div:nth-child(1) span:nth-child(odd) {
        text-align: center;
        font-size: 1.5rem
    }
}

.distributors div:nth-child(1) span:nth-child(2n) {
    font-size: 4rem;
    font-weight: 700
}

@media screen and (max-width: 47.99em) {
    .distributors div:nth-child(1) span:nth-child(2n) {
        text-align: center;
        font-size: 3rem
    }
}

.distributors p {
    margin: 30px 0;
    font-family: Montserrat, sans-serif
}

@media screen and (min-width: 48em) {
    .distributors form {
        max-width: 90%
    }
}

.distributors form input {
    margin: 25px 0
}

.distributors form input#DistributorsFormSubmit {
   font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 60px;
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px;
    border-radius: 0;
    background-color: transparent;
    min-height: 32px;
    margin: 15px
}

.distributors form input#DistributorsFormSubmit:hover,
.distributors form input#DistributorsFormSubmit:active,
.distributors form input#DistributorsFormSubmit:focus {
    color: #fff;
    border: 1px solid transparent;
    background-color: #fca290
}

.distributors form input,
.distributors form textarea {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    border: 0;
    background-color: #f5f5f5;
    padding: 12px 14px
}

.distributors form input::-webkit-input-placeholder,
.distributors form textarea::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.distributors form input:-moz-placeholder,
.distributors form textarea:-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.distributors form input::-moz-placeholder,
.distributors form textarea::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.distributors form input:-ms-input-placeholder,
.distributors form textarea:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.distributors form div {
    text-align: center
}

.distributors__form-message {
    display: none;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background-color: #fca290
}

.distributors__form-message p {
    color: #fff;
    margin: 15px 0
}

.distributors__form-message a {
    color: #fff
}

.retail-partners {
    margin: 0 auto 15px;
    display: block
}

.contact-us .the-content a {
    font-weight: 700
}

.contact-us p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    text-align: center
}
.contact-us form input,
.contact-us form select {
width: 98%;
}
.contact-us form input.wpcf7-submit {
    width: initial;
    float: left !important;
    margin: 1rem 0rem;
}
@media screen and (max-width: 85.375em) {
    .contact-us p {
        font-size: 14px !important
    }
}

.contact-us h1 {
    margin-bottom: 15px;
    text-align: center;
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    color: #fca290;
    font-size: 4rem;
    font-weight: 700
}

@media screen and (max-width: 47.99em) {
    .contact-us h1 {
        text-align: center;
        font-size: 3rem
    }
}

.contact-us .form-success {
    margin-bottom: 30px !important;
    border: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background-color: #fca290
}

.contact-us .form-success a {
    color: #fff
}

.contact-us form {
    margin-top: 15px
}

.contact-us form input.wpcf7-submit {
    float: none !important;
   font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 60px;
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px;
    border-radius: 0;
    background-color: transparent;
    min-height: 32px;
    margin: 15px
}

.contact-us form input.wpcf7-submit:hover,
.contact-us form input.wpcf7-submit:active,
.contact-us form input.wpcf7-submit:focus {
    color: #fff;
    border: 1px solid transparent;
    background-color: #fca290
}

.contact-us form input,
.contact-us form textarea,
.contact-us form select
 {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    border: 0;
    background-color: #f5f5f5;
    padding: 12px 14px
}

.contact-us form input::-webkit-input-placeholder,
.contact-us form textarea::-webkit-input-placeholder,
.contact-us form select::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.contact-us form input:-moz-placeholder,
.contact-us form textarea:-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.contact-us form input::-moz-placeholder,
.contact-us form textarea::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.contact-us form input:-ms-input-placeholder,
.contact-us form textarea:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #000
}

.contact-us form div {
    text-align: center
}




.header-bar-inner {
   font-family: Montserrat, sans-serif;
    font-weight: 400;
    background-color: transparent;
    opacity: 0.9;
    position: absolute;
    z-index: 999;
    width: 100%;
}


.home .header-bar {
   font-family: Montserrat, sans-serif;
    font-weight: 400;
    background-color: #283890;
    position: relative;

}


.related.products {
clear: both;
 
 }

 .woocommerce div.product div.images img {
    width: inherit;
}

.header-bar a,
.header-bar p,
.header-bar small,
.header-bar span,
.header-bar h1,
.header-bar h2,
.header-bar h3,
.header-bar h4,
.header-bar h5,
.header-bar h6,
.header-bar button {
    color: #fff;
}

.header-bar__logo {
    width: 65px;
    height: auto;
    max-width: 100%;
}

.header-bar__icon-cart {
    width: 16px;
    margin-top: 5px;
    display: block
}

.header-bar__left {
    width: 200px
}

@media screen and (min-width: 48em) {
    .header-bar {
        padding-top: 20px
    }
}

.header-bar__search {
    max-width: 97px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-bar__search button.btn {
    padding-top: 0;
    color: #181818;
    margin-left: 5px
}

.header-bar__search input {
    padding-top: 0 !important;
    padding-bottom: 2px
}

.header-bar__search input::-webkit-input-placeholder {
    font-weight: 400;
   font-family: Montserrat, sans-serif;
    color: #181818
}

.header-bar__search input:-moz-placeholder {
    font-weight: 400;
   font-family: Montserrat, sans-serif;
    color: #181818
}

.header-bar__search input::-moz-placeholder {
    font-weight: 400;
   font-family: Montserrat, sans-serif;
    color: #181818
}

.header-bar__search input:-ms-input-placeholder {
    font-weight: 400;
   font-family: Montserrat, sans-serif;
    color: #181818
}

.header-bar__search:focus {
    max-width: 300px
}

.header-bar__cart {
    margin-left: -20px;
    margin-right: 5px
}

@media screen and (min-width: 70em) {
    .header-bar__cart-search {
        display: inline
    }
}

.header-bar__custom-nav-links {
    display: inline;
    position: relative
}

.header-bar__custom-nav-links ul {
    position: relative;
    z-index: 1
}

.header-bar__custom-nav-links #stroke {
    height:3000px;
    /* height: 800px; */
    position: absolute;
    top: -140px;
    z-index: 0;
    left: -12.5px;
    width: 91px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (max-width: 76.875em) {
    .header-bar__custom-nav-links #stroke {
        top: -158px
    }
}

@media screen and (max-width: 71.25em) {
    .header-bar__custom-nav-links {
        display: none
    }
}

.header-bar__custom-nav-links.medium {
    display: none
}

.header-bar__custom-nav-links.medium ul li:last-child {
    margin-right: 0
}

@media screen and (max-width: 71.25em) {
    .header-bar__custom-nav-links.medium {
        display: inline
    }
}

.header-bar__custom-nav-links>ul {
    display: inline
}

.header-bar__custom-nav-links>ul>li {
    margin: 0 15px
}

@media screen and (min-width: 62em) {
    .header-bar__custom-nav-links>ul>li {
        margin: 0 10px
    }
}

.header-bar__custom-nav-links>ul>li a {
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1em
}

.thc-slider {
    max-width: 100%;
    margin: 0 auto
}

.thc-slider .flexslider,
.thc-slider .custom-navigation {
    display: none
}

.thc-slider .grid {
    display: flex
}

.thc-slider .grid>.grid__item {
    align-self: center
}

.thc-slider .grid>.grid__item:nth-child(1) {
    padding-left: 60px;
    padding-right: 15px
}

@media screen and (max-width: 47.99em) {
    .thc-slider .grid>.grid__item:nth-child(1) {
        display: none
    }
}

.thc-slider .grid>.grid__item:nth-child(2)>div {
    margin-left: auto
}

@media screen and (max-width: 47.99em) {
    .thc-slider .cta {
        text-align: center
    }
}

.thc-slider .flex-control-paging li a {
    background-color: #959595
}

.thc-slider .flex-control-paging li a.flex-active {
    border-color: #959595
}

.thc-slider>div:nth-child(1) {
    position: relative
}

@media screen and (min-width: 48em) {
    .thc-slider .slider-mobile {
        display: none
    }
}

.thc-slider .slider-mobile ul li {
    display: none
}

.thc-slider .slider-details h1 {
   font-family: Montserrat, sans-serif;
    /* font-weight: 400; */
    font-size: 3.5rem;
    line-height: normal;
}

@media screen and (min-width: 48em) {
    .thc-slider .slider-details h1 {
        /* white-space: nowrap; */
        /* letter-spacing: 10px;
        font-size: 2.5rem */
    }
}

.thc-slider .slider-details p,
.thc-slider .slider-details small {
    display: block;
    font-family: Montserrat, sans-serif;
    margin-bottom: 25px;
    font-weight: 300
}

@media screen and (min-width: 48em) {

    .thc-slider .slider-details p,
    .thc-slider .slider-details small {
        /* max-width: 300px; */
        line-height: 30px
    }
}

.thc-slider .slider-details a {
   font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px;
    margin-bottom: 10px
		
}

.thc-slider .slider-details a:hover,
.thc-slider .slider-details a:active,
.thc-slider .slider-details a:focus {
    background: #283890;
    color: white;
}


.thc-slider .slider-details   {
  padding-right: 1rem;
}
.thc-slider .slides div:nth-child(1) {
    position: relative
}

.thc-slider .slides div:nth-child(1) img {
    display: block;
    position: relative;
    z-index: 1
}
.thc-slider .slides div:nth-child(1) img {
    display: block;
    position: relative;
    z-index: 1
}
@media screen and (min-width: 48em) {
    .thc-slider .flex-direction-nav {
        display: none
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .thc-slider .custom-navigation {
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translateY(-50%);
        width: 20px
    }
}

.thc-slider .custom-navigation>div {
    position: relative;
    align-self: center;
    width: 100%;
    height: 100%
}

.thc-slider .custom-navigation a.flex-prev {
    color: #959595;
    position: absolute;
    top: 12px;
    left: 30%
}

@media screen and (min-width: 48em) {
    .thc-slider .custom-navigation a.flex-prev {
        display: none
    }
}

.thc-slider .custom-navigation a.flex-next {
    color: #959595;
    position: absolute;
    top: 12px;
    right: 30%
}

@media screen and (min-width: 48em) {
    .thc-slider .custom-navigation a.flex-next {
        display: none
    }
}

.thc-slider .wide--three-tenths {
    z-index: 2
}

footer {
    text-align: center;
    color: #181818;
    font-family: Montserrat, sans-serif;
    padding: 25px 5px;
    font-size: .9rem
}

footer .break {
    display: none
}

@media screen and (max-width: 47.99em) {
    footer {
        font-size: .8rem
    }

    footer .break {
        display: block
    }
}

footer.bottom {
    display: flex;
    justify-content: center;
    text-align: center
}

footer.bottom p {
    display: inline-block
}

footer.bottom a,
footer.bottom p {
    padding: 0;
    margin: 0;
    color: #181818
}

.custom-footer {
    position: relative;
    padding-bottom: 50px
}

.custom-footer__background {
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c7f9d8
}

.custom-footer .footer__logo {
    width: 250px;
    z-index: 1;
    position: relative;
    margin: 0 auto 15px;
    display: block
}

.custom-footer #instafeed {
    padding: 0 3 0px;
    z-index: 2;
    position: relative;
    max-width: 1342px;
    margin: 0 auto
}

.custom-footer #instafeed>div {
    padding: 20px
}

@media screen and (max-width: 47.99em) {
    .custom-footer #instafeed>div {
        padding: 5px
    }
}

.custom-footer #instafeed>div:hover a>div div,
.custom-footer #instafeed>div:active a>div div,
.custom-footer #instafeed>div:focus a>div div {
    opacity: 1
}

@media screen and (min-width: 48em) and (max-width: 61.99em) {
    .custom-footer #instafeed>div {
        padding: 15px
    }
}

.custom-footer #instafeed>div a>div {
    position: relative
}

.custom-footer #instafeed>div a>div div {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: 8px;
    background-color: #fff;
    width: 100%;
    height: 50%;
    padding: 30px
}

@media screen and (min-width: 48em) and (max-width: 61.99em) {
    .custom-footer #instafeed>div a>div div {
        padding: 15px
    }
}

.custom-footer #instafeed>div a>div div p {
    color: #383838;
    font-family: Montserrat, sans-serif
}

@media screen and (max-width: 47.99em) {
    .custom-footer #instafeed>div a>div div p {
        display: none !important
    }
}

.custom-footer #instafeed>div a>div div p:hover,
.custom-footer #instafeed>div a>div div p:active,
.custom-footer #instafeed>div a>div div p:focus {
    color: #383838
}

.custom-footer h2,
.custom-footer p {
    z-index: 2;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    
}

.custom-footer h2 {
    margin-top: 25px;
    font-weight: 300;
   font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px
}

.custom-footer__social-icons {
    display: flex;
    z-index: 2;
    position: relative
}

.custom-footer__social-icons>div {
    width: 100%
}

.custom-footer__social-icons p {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    align-self: center;
    margin: 0 0 0 7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px
}

.custom-footer__social-icons div.box {
    margin: 0 5px;
    align-self: center;
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.custom-footer__social-icons div.box:hover {
    background-color: #000;
}

.custom-footer__social-icons div.box:hover i {
    color: #9bcac4
}

.custom-footer__social-icons div.box a {
    height: 35px;
    /* display: flex; */
    justify-content: center
}
.custom-footer__social-icons div.box a  {
    color: #fff;
   
}
.custom-footer__social-icons div.box a:hover  {
    color: #fff;
   
}
.custom-footer__social-icons div.box a i {
    color: #181818;
    align-self: center
}

.custom-footer__social-icons div.box a svg.fa.fa-facebook-f {
    height: 20px;
    font-size: 1.2rem
}

.custom-footer__social-icons div.box a svg.fa.fa-instagram {
    height: 18px;
    font-size: 1.1rem
}

.products .simplebar-resize-wrapper {
    overflow: scroll
}

.products hr {
    margin: 0;
    border-top: 1px solid #cccccc
}

@media screen and (min-width: 48em) {
    .products__header {
        padding-bottom: 60px;
        display: flex
    }
}

.products__header ul li {
    margin: 13px 0
}

.products__header ul li a {
    text-transform: uppercase;
    color: #3f3f3f
}

@media screen and (min-width: 48em) {
    .products__header ul li a {
        letter-spacing: 1.2px
    }
}

.products__header--mobile {
    display: none;
    white-space: nowrap
}

.products__header--mobile li {
    display: inline-block;
    padding: 10px 15px
}

.products__header--mobile li.active a {
    font-weight: 700;
    color: #000
}

@media screen and (max-width: 47.99em) {
    .products__header--mobile {
        display: block
    }
}

.products__header--desktop li.active a {
    font-weight: 700;
    color: #000
}

@media screen and (max-width: 47.99em) {
    .products__header--desktop {
        display: none
    }
}

.products__header>div:nth-of-type(1) {
    align-self: center
}

.products__header>div:nth-of-type(1) span {
    display: block;
   font-family: Montserrat, sans-serif;
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 2px
}

@media screen and (min-width: 48em) {
    .products__header>div:nth-of-type(1) span {
        margin-bottom: 40px
    }
}

.products__header .portrait {
    justify-content: center
}

.products__header .portrait img {
    max-width: 450px;
    margin-left: 100px !important
}

.products__header>div:nth-of-type(2) {
    position: relative;
    display: flex
}

@media screen and (max-width: 47.99em) {
    .products__header>div:nth-of-type(2) {
        display: none
    }
}

.products__header>div:nth-of-type(2) img {
    margin-left: 49px;
    z-index: 1;
    align-self: center;
    padding: 30px 0
}

.products__header--background {
    background-color: #eeca53;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%
}

.products__list {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 48em) {
    .products__list {
        margin-top: 60px
    }
}

.products .grid-link__image {
    margin: 15px 0;
    height: initial !important
}

.grid-link__title,
.grid-link__meta {
    font-weight: 400;
    font-family: Montserrat, sans-serif
}

.grid-link__meta {
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d
}

.grid-link__product-description {
    max-width: 200px;
    margin: 0 auto
}

.product {
    position: relative
}

.product-banner {
    z-index: 1;
    padding: .5rem 1rem;
    color: #fff;
    width: 50%;
    text-align: center;
    font-weight: 700;
    transform: translate(-50%);
    position: absolute;
    left: 50%
}

.product-single .zoomImg {
    background: #fff
}

.product-single h1,
.product-single p,
.product-single span {
    color: #181818
}

.product-single h1 {
   font-family: Montserrat, sans-serif;
    font-weight: 400
}

.product-single #ProductPrice {
    font-family: Montserrat, sans-serif;
    font-size: 16.8px
}

.product-single .product-description p,
.product-single .product-description span,
.product-single .product-description li {
    font-family: Montserrat, sans-serif
}

.product-single #AddToCartTextLoading {
    display: none
}

.product-single .quantity {
    padding-left: 30px
}

.product-single .quantity>div {
    padding: 0
}

.product-single .quantity__counter,
.product-single .quantity__plus,
.product-single .quantity__minus {
    touch-action: manipulation;
    padding: 10px;
    line-height: initial;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #181818
}

.product-single .quantity__plus,
.product-single .quantity__minus {
    cursor: pointer
}

.product-single .quantity__plus {
    border-left: 0
}

.product-single .quantity__minus {
    border-right: 0
}

.product-single .quantity input[type=number]::-webkit-inner-spin-button,
.product-single .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-single #AddToCart {
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px;
    background-color: transparent;
    font-weight: 400;
    text-transform: uppercase;
   font-family: Montserrat, sans-serif;
    padding: initial;
    border-radius: 0
}

.product-single #AddToCart:hover,
.product-single #AddToCart:active,
.product-single #AddToCart:focus {
    background-color: transparent
}

.product-single label,
.product-single .selector-wrapper>label {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.product-single .select2-selection.select2-selection--single,
.product-single .select2-dropdown.select2-dropdown--below {
    border-radius: 0;
    border: 1px solid #181818
}

.product-single .select2-container .select2-selection--single,
.product-single .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 42px
}

.product-single .select2-container .select2-selection--single:hover,
.product-single .select2-container .select2-selection--single:active,
.product-single .select2-container .select2-selection--single:focus,
.product-single .select2-container--default .select2-selection--single .select2-selection__rendered:hover,
.product-single .select2-container--default .select2-selection--single .select2-selection__rendered:active,
.product-single .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: 0
}

.product-single .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

@media screen and (max-width: 47.99em) {
    .product-single .product-single__hero>div.grid__item:nth-of-type(1) {
        display: none
    }
}

.variant__option--left {
    padding-left: 25px
}

.variant__option--right {
    display: block;
    float: right;
    padding-right: 40px
}

.product-mobile-slider {
    display: none;
    padding-left: 30px
}

.product-mobile-slider .product-flex-slider,
.product-mobile-slider .custom-navigation {
    display: none
}

@media screen and (max-width: 47.99em) {
    .product-mobile-slider {
        display: block
    }
}

.product-mobile-slider .product-flex-slider {
    position: relative
}

.product-mobile-slider ul.slides {
    margin-bottom: 0 !important
}

.product-mobile-slider .custom-navigation {
    display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2
}

.product-mobile-slider .custom-navigation a {
    display: inline
}

.product-mobile-slider .custom-navigation a:nth-of-type(2) {
    float: right
}

.product-mobile-slider .custom-controls-container {
    display: none
}

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb a,
.breadcrumb span,
.breadcrumb p {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.related-products {
    margin-top: 50px
}

.related-products h2 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-align: center
}

.drawer-page-content:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 99;
    transition: all .35s cubic-bezier(.29, .63, .44, 1)
}

.drawer-page-content.active:after {
    visibility: visible;
    opacity: 1;
    overflow: hidden
}

#shopify-section-cart-template {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
    height: 100%;
    width: 370px;
    transform: translate(370px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 47.99em) {
    #shopify-section-cart-template {
        width: 100vw;
        transform: translate(100vw)
    }
}

#CartSection .quantity,
#CartSectionAsPage .quantity {
    padding-left: 30px
}

#CartSection .quantity>div,
#CartSectionAsPage .quantity>div {
    padding: 0
}

#CartSection .quantity__counter,
#CartSection .quantity__plus-cart,
#CartSection .quantity__minus-cart,
#CartSectionAsPage .quantity__counter,
#CartSectionAsPage .quantity__plus-cart,
#CartSectionAsPage .quantity__minus-cart {
    touch-action: manipulation;
    padding: 10px;
    line-height: initial;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 100%
}

#CartSection .quantity__counter,
#CartSectionAsPage .quantity__counter {
    margin: 0;
    border: 0;
    padding: 10px 0
}

#CartSection .quantity__plus-cart,
#CartSection .quantity__minus-cart,
#CartSectionAsPage .quantity__plus-cart,
#CartSectionAsPage .quantity__minus-cart {
    cursor: pointer
}

#CartSection .quantity__plus-cart,
#CartSectionAsPage .quantity__plus-cart {
    border-right: 0
}

#CartSection .quantity__minus-cart,
#CartSectionAsPage .quantity__minus-cart {
    border-left: 0
}

#CartSection .quantity input[type=number]::-webkit-inner-spin-button,
#CartSection .quantity input[type=number]::-webkit-outer-spin-button,
#CartSectionAsPage .quantity input[type=number]::-webkit-inner-spin-button,
#CartSectionAsPage .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#CartSection .grid--full,
#CartSectionAsPage .grid--full {
    display: flex
}

#CartSection .grid--full>div,
#CartSectionAsPage .grid--full>div {
    align-self: center
}

#CartSection .grid--full>div:nth-child(2) a,
#CartSection .grid--full>div:nth-child(2) span,
#CartSection .grid--full>div:nth-child(2) p,
#CartSectionAsPage .grid--full>div:nth-child(2) a,
#CartSectionAsPage .grid--full>div:nth-child(2) span,
#CartSectionAsPage .grid--full>div:nth-child(2) p {
    color: #0b0d0e;
    font-family: Montserrat, sans-serif
}

#CartSection .grid--full>div:nth-child(2) a.h5,
#CartSection .grid--full>div:nth-child(2) span.h5,
#CartSection .grid--full>div:nth-child(2) p.h5,
#CartSectionAsPage .grid--full>div:nth-child(2) a.h5,
#CartSectionAsPage .grid--full>div:nth-child(2) span.h5,
#CartSectionAsPage .grid--full>div:nth-child(2) p.h5 {
    text-transform: uppercase
}

#CartSection .grid--full>div:nth-child(2) span.h5,
#CartSectionAsPage .grid--full>div:nth-child(2) span.h5 {
    font-weight: 300;
    display: block;
    margin-top: 5px
}

#CartSection .grid--full>div:nth-child(2)>div,
#CartSectionAsPage .grid--full>div:nth-child(2)>div {
    display: flex
}

#CartSection .grid--full>div:nth-child(2)>div>div,
#CartSectionAsPage .grid--full>div:nth-child(2)>div>div {
    align-self: center
}

#CartSection .grid--full>div:nth-child(2)>div>div:nth-child(2),
#CartSectionAsPage .grid--full>div:nth-child(2)>div>div:nth-child(2) {
    padding-left: 0
}

#CartSection .cart__row,
#CartSectionAsPage .cart__row {
    border: 0;
    margin: 0
}

#CartSection .cart__row>div>div:nth-child(2),
#CartSectionAsPage .cart__row>div>div:nth-child(2) {
    padding-left: 10px
}

#CartSection .item-list form,
#CartSectionAsPage .item-list form {
    height: 100%;
    position: relative;
    margin-bottom: 0
}

#CartSection .cart__header,
#CartSectionAsPage .cart__header {
    padding: 0 10px;
    height: 55px;
    display: flex
}

#CartSection .cart__header span,
#CartSectionAsPage .cart__header span {
    cursor: pointer;
    align-self: center;
    display: block;
    margin-left: auto;
    padding: 15px
}

#CartSection .cart__item-list,
#CartSectionAsPage .cart__item-list {
    padding: 0 20px
}

#CartSection .cart__footer,
#CartSectionAsPage .cart__footer {
    background-color: #fff;
    padding: 20px 39px;
    width: 100%
}

#CartSection .cart__footer .grid,
#CartSectionAsPage .cart__footer .grid {
    margin-left: 0;
    height: 100%;
    display: flex
}

#CartSection .cart__footer .grid>div,
#CartSectionAsPage .cart__footer .grid>div {
    padding-left: 0;
    align-self: center
}

#CartSection .cart__footer .grid>div:nth-child(1),
#CartSectionAsPage .cart__footer .grid>div:nth-child(1) {
    text-align: left
}

#CartSection .cart__footer .grid>div:nth-child(2),
#CartSectionAsPage .cart__footer .grid>div:nth-child(2) {
    text-align: right
}

#CartSection .cart__footer .cart__subtotal,
#CartSectionAsPage .cart__footer .cart__subtotal {
    width: 100%;
    margin: 0 auto 10px !important
}

#CartSection .cart__footer .cart__subtotal-title,
#CartSection .cart__footer .cart__subtotal-price,
#CartSectionAsPage .cart__footer .cart__subtotal-title,
#CartSectionAsPage .cart__footer .cart__subtotal-price {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

#CartSection .cart__footer .cart__policies,
#CartSectionAsPage .cart__footer .cart__policies {
    font-family: Montserrat, sans-serif;
    text-align: left;
    margin-bottom: 10px !important
}

#CartSection .cart__footer .cart__policies em,
#CartSectionAsPage .cart__footer .cart__policies em {
    font-style: normal
}

#CartSection .cart__footer .cart__extra-message,
#CartSectionAsPage .cart__footer .cart__extra-message {
    text-align: left;
    font-weight: 400;
    margin-bottom: 0
}

#CartSection .cart__footer .cart__extra-message ul,
#CartSectionAsPage .cart__footer .cart__extra-message ul {
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 15px
}

#CartSection .cart__footer .cart__extra-message p,
#CartSection .cart__footer .cart__extra-message li,
#CartSection .cart__footer .cart__extra-message small,
#CartSectionAsPage .cart__footer .cart__extra-message p,
#CartSectionAsPage .cart__footer .cart__extra-message li,
#CartSectionAsPage .cart__footer .cart__extra-message small {
    font-family: Montserrat, sans-serif;
    margin: 0
}

#CartSection .cart__footer button,
#CartSection .cart__footer a,
#CartSectionAsPage .cart__footer button,
#CartSectionAsPage .cart__footer a {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 5px 60px;
    color: #181818;
    border: 1px solid #181818;
    letter-spacing: 3px;
    background: none;
    border-radius: 0;
    font-family: Alice, serif
}

#CartSection .cart__footer button:hover,
#CartSection .cart__footer button:active,
#CartSection .cart__footer button:focus,
#CartSection .cart__footer a:hover,
#CartSection .cart__footer a:active,
#CartSection .cart__footer a:focus,
#CartSectionAsPage .cart__footer button:hover,
#CartSectionAsPage .cart__footer button:active,
#CartSectionAsPage .cart__footer button:focus,
#CartSectionAsPage .cart__footer a:hover,
#CartSectionAsPage .cart__footer a:active,
#CartSectionAsPage .cart__footer a:focus {
    color: #181818
}

#CartSection .cart__footer .continue-shopping,
#CartSectionAsPage .cart__footer .continue-shopping {
    padding: 5px 11px;
    background-color: #ececec;
    margin-bottom: 10px;
    line-height: 2
}

#CartSectionAsPage .grid__item.medium-down--one-whole>div {
    display: flex
}

#CartSectionAsPage .grid__item.medium-down--one-whole>div>div {
    align-self: center
}

@media screen and (max-width: 47.99em) {
    #CartSectionAsPage .grid__item.medium-down--one-whole>div>div:nth-child(2) {
        text-align: right
    }
}

#CartSectionAsPage .cart__row {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0
}

#CartSectionAsPage .quantity {
    padding-left: 0
}

#CartSectionAsPage .continue-shopping {
    margin-bottom: 20px !important
}

#CartSectionAsPage .cart__header {
    display: none !important
}

#CartSectionAsPage .cart__item-list {
    text-align: right;
    max-width: 800px;
    margin: 0 auto
}

@media screen and (max-width: 47.99em) {
    #CartSectionAsPage .cart__item-list {
        margin-bottom: 40px;
        text-align: left
    }

    #CartSectionAsPage .cart__item-list .grid--full {
        display: block
    }
}

#CartSectionAsPage .cart__buttons {
    margin-top: 25px
}

@media screen and (min-width: 48em) {
    #CartSectionAsPage .cart__buttons {
        text-align: right
    }
}

#CartSectionAsPage .cart__subtotal {
    width: 100% !important
}

#CartSectionAsPage .cart__policies,
#CartSectionAsPage .cart__extra-message {
    margin-left: 0 !important
}

#CartSectionAsPage .cart__footer {
    padding: 20px !important;
    max-width: 800px;
    margin: 0 auto;
    height: 300px
}

#CartSectionAsPage .cart__footer button {
    margin-bottom: 20px !important
}

@media screen and (min-width: 48em) {
    #CartSectionAsPage .cart__footer button {
        margin-left: 10px !important
    }
}

#CartSection {
    height: 100%;
    position: relative
}

#CartSection p,
#CartSection li,
#CartSection small {
    font-size: .85rem
}

#CartSection .cart__item-list {
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 334px;
    left: 0
}

#CartSection .cart__footer {
    position: absolute;
    bottom: 0
}

/*# custom css */


.has-drop-down .subnav-drop-down {
    display: none;
    }


footer {
   background-color: #283890;
   padding: 2rem;
   color: white;
   margin-top: 1rem;
        }
footer .copright {
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px 0px 0px;
    clear: both;
    display: block;
    text-align: center;
                 }
footer .copright span,footer .copright  a{
                    color: #fff;
                    font-weight: bolder;

                                 }



                                 .column,
                                 .columns {
                                     position: relative;
                                     padding-left: 0.9375rem;
                                     padding-right: 0.9375rem;
                                     float: left
                                 }
                             
                                 .large-1 {
                                     width: 8.33333%
                                 }
                             
                                 .large-2 {
                                     width: 16.66667%
                                 }
                             
                                 .large-3 {
                                     width: 25%
                                 }
                             
                                 .large-4 {
                                     width: 33.33333%
                                 }
                             
                                 .large-5 {
                                     width: 41.66667%
                                 }
                             
                                 .large-6 {
                                     width: 50%
                                 }
                             
                                 .large-7 {
                                     width: 58.33333%
                                 }
                             
                                 .large-8 {
                                     width: 66.66667%
                                 }
                             
                                 .large-9 {
                                     width: 75%
                                 }
                             
                                 .large-10 {
                                     width: 83.33333%
                                 }
                             
                                 .large-11 {
                                     width: 91.66667%
                                 }
                             
                                 .large-12 {
                                     width: 100%
                                 }
                                 .row {
                                    /* margin: 0 auto;
                                    max-width: 62.5rem;
                                    width: 100%; */
                                    max-width: 1340px;
                                    width: 100%;
                                    margin: 0 auto;
                                }
                                
                                


footer h4{
    font-size: 24px;
    color: white;
    font-weight: bolder;
    text-align: left;
}

footer p,footer a{
    color: #fff;
    text-align: left;
    font-size: 18px;
}    



/*==============j
jarallax css
=================*/
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 600px;
  }
  
  .jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }


  .our-story-title-sub   {
    color: #fff;
    font-size: 4rem;
    font-weight: 300;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 48%);
   font-family: Montserrat, sans-serif;
    text-align: center;
    margin: 0 auto;
    clear: both;
    padding-top: 15rem;

  }


  button,
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 1.25rem 0 1.25rem !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #283890 !important;
    border-color: #283890;
    color: #fff !important;
    transition: background-color 300ms ease-out;
}


.contact-us a span {
    margin: 0 5px;
    align-self: center;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50%;
    background: #982362;
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  
  }

  .contact-us a.row {
    font-size: 1rem;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 4rem;
    }

    

 


        .our-story .grid:nth-child(2)  .our-story__body--main-image{
            float: left;
            margin-right: 53px;
            margin-left: 35px;
            margin-top: 5rem;
               }

               


               .faq-wrapper  h1 {
                color: #283890 !important;
                   }

                   .faq-wrapper   strong {
                    text-decoration: underline;
                    font-weight: 700;
                    font-style: italic;

                }

                .faq-wrapper   p {
                    padding-left: 30px;
                }
                
                .products .product {
                    border: none;
                    padding: 0px !important;
                    text-align: center;
                }
                       

                .menu-item-has-children .sub-menu
                {
                 display: none;
                 position: relative;
					margin:0px;
                }


                .menu-item-has-children:hover .sub-menu
                {
                 display: block;
                 position: absolute;
                 z-index: 9;
                 margin:0px;
                }
                .menu-item-has-children .sub-menu li
                {
                 display: block;
                 clear: both;
                 background:#fff;
                 color:#000 !important;
                 text-decoration:none;
                 font-weight:700;
                 font-size:12px;
                 line-height:32px;
                 padding:0 15px;
                 font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
                 text-align: left;
            
                }


                .menu-item-has-children .sub-menu li a
                {
                    color:#000 !important;
                }

p{
                    font-size: 1rem;
                    margin-top: 15px;
                    color: #4a4a4a;
                   
                }
                
 body {
                   
                 font-size: 1rem;
                margin-top: 0px;
                color: #4a4a4a;
                   
                }  
  
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
position: absolute;
    top: 50%;
    bottom: 50%;
    background: white;
    height: 50px;
    width: 70px;
    text-align: center;
    line-height: 50px;

                   
                }
                
.owl-carousel .owl-nav .owl-next {
    right: 5%;
                   
                } 
                
                
 .owl-carousel .owl-nav .owl-prev {
    left: 5%;
                   
                }    
                
                
                
                
.thumbnail.owl-carousel .owl-item img {
    max-width: 100%;
    background: #fff;
	padding: 5rem;
}            
                
                
                
                
                
                
                
                
                
/*Media query */

@media screen and (max-width: 47.99em) {

}

                @media only screen and (max-width: 768px) {
                    .column, .columns{
              width: 100%;
                           }


                           .thc-slider .slides li .row .column:nth-child(1) {
                            order: 2;
                        }

                        .thc-slider .slides li .row .column:nth-child(2) {
                           order: 1;
                        }

                        .thc-slider .slides li .row  {
                           display: grid;
                         }

                         .thc-slider .slides li .row .column .jarallax ,.homepage__section-two img, .homepage__section-two .jarallax,
                         .homepage__section-three .jarallax,.jarallax{
                            min-height: 365px !important;
                            -webkit-box-shadow: -33px -33px 0px 3px transparent !important;
                            margin-bottom: 2rem;
                            -moz-box-shadow: -33px -33px 0px 3px transparent !important;
                            box-shadow: -33px -33px 0 3px transparent!important;
                            
                         }
                         .thc-slider .slides li .row .column .slider-details h1,.homepage__section-two .grid__item h1,
                         .homepage__section-three h1,.our-story-title-sub,
                         .our-story__body h1{
                            font-size: 2rem;
                            text-align: center;
                         }

                         .thc-slider .slides li .row .column .slider-details {
                        
                            height: 450px !important;
                        }
                        .homepage__section-two .grid__item h1 br {
                        
                           display: none;
                        }
                        .homepage__section-two img, .homepage__section-two .jarallax {
                            width: 100%;

                        }

                        .homepage__section-three .homepage__section-three__background {
                          display: none;
                        }

                        footer {
                                margin-top: 1rem;
                        }


                        .custom-footer__social-icons {
                            display: inherit;
                            margin: 0px auto 20px auto;
                            text-align: center;
                        }

                        .homepage__section-four__images {
                            max-width: 230px;
                            top: 90px;
                            left: 34vw;
                            height: 100%;
                        }

                        
                        .mobile-menu.active  ul{
                         display: block !important;
                        }

                }

/*# sourceMappingURL=/cdn/shop/t/2/assets/app.css.map?v=173955986347096760141652350307 */