

@font-face {
    font-family: 'Schnyder Wide S Web';
    src: url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/SchnyderWideS-Demi-Web.woff2?v=1673535732') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/SchnyderWideS-Demi-Web.woff?v=1673535732') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Sackers Gothic Std';
    src: url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/SackersGothicStd-Medium.woff2?v=1673535412') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/SackersGothicStd-Medium.woff?v=1673535412') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/SackersGothicStd-Medium.ttf?v=1673535412') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

@font-face {
    font-family: 'Futura';
    src: url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/FuturaBT-Book.woff2?v=1671867934') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0052/7686/0490/files/FuturaBT-Book.woff?v=1671867934') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {

  scroll-behavior: smooth;

}




body {

    margin: 0 auto;

    padding: 0;

    overflow-x: hidden;

    text-rendering: auto;

    font-family: "futura-pt";

    font-size: 1rem;

    transition: 0.4s;

    background: #fff;

    background-repeat: repeat;

}
#topbar {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px 0px 8px #0006;
}
.header {
    background: #fbf7f1;
    padding: 20px 0px;
}
.header .shopbtn {
    float: right;
    color: #565D50;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 1.5;
    background: #F5F1E2;
    font-size: 14px;
    transition: 0.4s;
    font-family: 'Sackers Gothic Std';
    letter-spacing: 2.8px;
    font-weight: 500;
}
.header .shopbtn:hover {
    background: #565D50;
    color: #FAF8F0;
}

.logo{
    width: 50px;
}





h1 {
  font-size: 3em;
  text-align: center;
}
.embiggen {
  font-size: 4em;
  text-shadow: 0 0 40px #ffbab3;
}
article {
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto 50px;
}

.subtitle {
  margin: 0 0 2em 0;
}
.fancy {
    line-height: 0.5;
    text-align: center;
    color: #565D50;
    font-size: 35px;
    font-family: 'Schnyder Wide S Web' !important;
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 0px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.location .fancy span {
  font-family: 'Schnyder Wide S Web' !important;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 6px;
  border-bottom: 1px solid #d0d4cd;
  border-top: 1px solid #d0d4cd;
  top: 4px;
  width: 100%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.amp {
  margin: 0 0 0.25em 0;
}
.amp span {
  font-size: 0.7em;
}

.copy {
  font: 1em Georgia, Serif;
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.copy p {
  margin: 0 0 1em 0;
}

.store_btn {
    background: #F5F1E2;
    color: #565D50;
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    transition: 0.4s;
    font-family: 'Sackers Gothic Std';
    letter-spacing: 2.8px;
}
.store_btn:hover{
    background: #565D50;
    color: #fff;
    text-decoration: none;
}
.store_location{
    background: #fbf7f1;
}
.store_location h5{
    letter-spacing: 3.2px;
    color: #575D51;
    text-transform: uppercase;
    font-family: 'Sackers Gothic Std';
    font-size: 16px;
}
.store_location p{
    font-family: 'Futura';
    color: #565D50;
}
.store_location h6{
    font-family: 'Sackers Gothic Std';
    font-size: 14px;
    color: #575D51;
}
.locationbox_cont{
    padding: 20px 15px;
}
.location_box p a{
    color: #575D51;
    letter-spacing: 1px;
}
.location_box p .fa {
    color: #c9c6cd;
    width: 25px;
    height: 25px;
    background: #575D51;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
}
.location_box .gd {
    background: #565D50;
    width: 100%;
    color: #fff;
    display: block;
    padding: 6px 20px;
    font-family: 'Sackers Gothic Std';
    transition: 0.4s;
    letter-spacing: 2px;
    font-size: 13px;
    text-align: center;
}

.location_box .gd:hover{
    text-decoration: none;
    background: #F5F1E2;
    color: #565D50;
}
.footer{
    background: #fbf7f1;
    color: #565D50;
}
.footer p{
    font-family: "futura";
    font-size: 17px;
}
.form-control{
    font-size: 15px;
    font-family: "futura";
}
.footer a{
    color: #565D50;
    font-size: 14px;
    transition: 0.4s;
}
.footer ul{
    list-style: none;
}
.footer ul li a{
    font-size: 20px;
}
.footer_bottom p{
    font-family: 'Futura';
    color: #565D50;
}
.footer_bottom a{
    color: #565D50;
    text-decoration: underline;
}
.form-control:focus {
    color: #454c3e;
    background-color: #fff;
    border-color: #454c3e;
    outline: 0;
    box-shadow: none;
}
.location span{
    font-family: "futura";
}
.footerlogo{
    width: 200px;
    margin-bottom: 30px;
}
.footer .quick_link{
    display: inline-block;
}
.footer .quick_link li a {
    font-family: "futura";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    line-height: normal;
    transition: 0.4s;
}
.footer .quick_link li{
    margin-bottom: 12px;
    display: block;
}
.footer .quick_link li a:hover{
    border-bottom: 1px solid #565D50;
    text-decoration: none;
    line-height: normal;
}
.footer h5{
    font-family: "futura";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}
.footer .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #454c3e;
    padding: 5px 20px 5px 5px;
    border-radius: 0px;
    font-family: "futura";
    letter-spacing: 3px;
}
.footer .input-group-text{
    background: none;
    border: none;
    border-bottom: 1px solid #454c3e;
    cursor: pointer;
    color: #565D50;
}
.footer .social_icon{
    float: right;
}
.footer .social_icon li{
    float: left;
    margin-right: 10px;
}
.footer .social_icon li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    background: #565d50;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}
.footer .social_icon li a:hover{
    background: #F5F1E2;
    color: #565d50;
}
.footer_bottom{
    background: #fbf7f1;
    color: #565D50;
}
.home_banner{
    margin-top: 88px;
}

.formbox {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 200px 100px;
    background-image: url(../images/formbg.jpg);
    margin-top: 88px;
}

.formbox h3{
    color: #fff;
    font-family: 'Schnyder Wide S Web' !important;
}
.formbox .formbtn1 {
    color: #565D50;
    text-decoration: none;
    padding: 10px 30px;
    line-height: 1.5;
    background: #F5F1E2;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 50px;
    font-family: 'Sackers Gothic Std';
    font-size: 13px;
    font-weight: 600;
    transition: 0.4s;
}

.formbox .formbtn1:hover{
    background: #565D50;
    color: #FAF8F0;
}

.formbox .borderbox{
    border: 1px solid #aeaeae;
    padding: 100px;
}

.form-check-label {
    margin-bottom: 0;
    color: #fff;
    padding: 10px 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

/*.gap_box {
    padding-left: 0px;
    background: #4a68cb;
    color: #9baaf1;
    border: 1px solid var(--white);
}*/

.gap_box input:checked ~ label {
    background: #F5F1E2;
    color: #565D50;
    font-weight: 700;
    border: 1px solid;
}

.form-check-input{
    display: none;
}

.form-check-label{
    width: 100%;
    font-family: "futura";
    border-radius: 50px;
}
.form-check{
    padding: 0px;
    margin-bottom: 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #565D50;
    border-color: #565D50;
}
.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 0;
    color: #007bff;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #565D50;
    font-weight: 600;
    font-family: "futura";
    margin-right: 10px;
    font-size: 18px;
    transition: 0.4s;
    text-align: center;
}

.page-link:hover{
    background: #565D50;
    color: #fff;
}
.page-item:last-child .page-link {
    border-radius: 50px;
}
.page-item:first-child .page-link {
    border-radius: 50px;
}
.nextbtn {
    border: 1px solid #565D50;
    background: #565D50;
    padding: 10px 10px;
    display: inline-block;
    font-family: 'Sackers Gothic Std';
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    transition: 0.4s;
    font-weight: 600;
    letter-spacing: 2px;
    width: 170px;
    text-align: center;
}
.nextbtn:hover{
    background: #F5F1E2;
    color: #565D50;
    text-decoration: none;
}
.previousbtn {
    border: 1px solid #F5F1E2;
    background: #F5F1E2;
    padding: 10px 10px;
    display: inline-block;
    font-family: 'Sackers Gothic Std';
    text-transform: uppercase;
    font-size: 12px;
    color: #565D50;
    border-radius: 50px;
    transition: 0.4s;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 10px;
    width: 170px;
    text-align: center;
}
.previousbtn:hover{
    background: #565D50;
    color: #F5F1E2;
    border: 1px solid #565D50;
    text-decoration: none;
}

.borderbox .thetea{
    color: #fff;
    font-size: 30px;
    font-family: 'Futura';
}


















/*******************************/
/*******************************/
/*** Responsive_CSS ***/
/********************************/
/*******************************/
@media screen and (max-width: 768px) {
    .fancy span:before, .fancy span:after {
    width: 50%;
}
.fancy {
    font-size: 25px;
}
.footer p{
    width: 80%;
    margin: auto;
}
.formbox .borderbox {
    padding: 40px;
}
.formbox {
    padding: 100px 30px;
    margin-top: 88px;
}
.previousbtn {
    width: 150px;
}
.nextbtn {
    width: 150px;
}
.formbox h3 {
    font-size: 24px;
}
.borderbox .thetea {
    font-size: 25px;
}

}

@media screen and (max-width: 575px) {
    .fancy span:before, .fancy span:after {
    width: 10%;
}
.fancy {
    font-size: 18px;
}
.form-control {
    margin: 10px 0px;
}
.footer h5{
    font-size: 18px;
}
.header .shopbtn {
    padding: 6px 10px;
    font-size: 13px;
    letter-spacing: 1px;
}
.header {
    padding: 15px 0px;
}
.home_banner {
    margin-top: 78px;
}
.fancy span:before, .fancy span:after {
    top: 1px;
}
.store_btn {
    padding: 7px 15px;
    font-size: 13px;
    letter-spacing: 2px;
}
.store_location h5 {
    letter-spacing: 2px;
    font-size: 15px;
}
.location_box .gd {
    padding: 7px 10px;
    letter-spacing: 2px;
    font-size: 13px;
}
.footer p {
    width: 100%;
    margin: auto;
    font-size: 15px;
}
.footer .quick_link li {
    margin-bottom: 10px;
}
.footer .quick_link li a {
    letter-spacing: 2px;
}
.footer .social_icon {
    float: none;
    display: flex;
    justify-content: center;
}

.footer {
    text-align: center;
}
.formbox {
    padding: 50px 0px;
    margin-top: 78px;
}
.formbox h3 {
    font-size: 20px;
}
.formbox .formbtn1 {
    padding: 8px 25px;
    font-size: 12px;
}
.formbox .borderbox {
    padding: 30px 20px;
}
.form-check-label {
    padding: 5px 10px;
    font-size: 15px;
}
.page-link {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    font-size: 13px;
}
.nextbtn, .previousbtn{
    width: auto;
    padding: 6px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.previousbtn {
    margin-right: 7px;
}
.borderbox .thetea {
    font-size: 20px;
}

}










