body {
  font-family: 'Lora';
  background: linear-gradient(rgb(255, 255, 255),rgb(206, 224, 224));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index:1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora'; }

p {
  line-height: 1.75; }

.text-faded {
  color: rgba(255, 255, 255, 0.3); }



.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85); 
}
/*style for animated menu icon in mobile view*/
    .animated-icon1, .animated-icon3, .animated-icon4 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #f9ae18;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
display: none;

}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

#mainNav {
  position: fixed;
  border-bottom: 1px solid #212529;
  background-color: rgba(33,37,41, 0.9);
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  border: none;
}

/*this for changining the colors in nav bar on scroll*/
.fixed-top.scrolled {
  background-color: rgba(33,37,41, 0.9) !important;
  transition: background-color 200ms linear;
}

.fixed-top.scrolled .nav-link  {
    color: #fff !important;
}
.fixed-top.scrolled .nav-item > a:focus {
    outline:none;
    color:#f7b92a !important;
  }
.fixed-top.scrolled .nav-item > a:hover {
    color:#f7b92a !important;
    outline:none;
  }
.fixed-top.scrolled .nav-item > a.active {
  outline:none;
    color:#f7b92a !important;
  }
   /*this code is for account Btn behavior*/
.fixed-top.scrolled .dropdown-menu{
   background-color: rgba(33,37,41, 0.9) !important;
   border-radius:15px;
  }

/*end*/

#mainNav .navbar-brand {
  font-weight: 900;
  color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 10px;
  font-weight: 800;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: none;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
 color: #fff;
 outline:none;
}
#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
  }
#mainNav .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
  }
/*this code is for account Btn behavior*/
  .btnAccount{
      background-color: transparent;
      color: #fff;
      border:none;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      padding-top:  2px;
      text-decoration: none;
      border-style:none;
      padding-left: inherit;
      outline:none;
  }
  .btnAccount:hover,.btnAccount:focus{
     color: #f7b92a;
     text-decoration: none;
     border-style:none;
     border:none;
     outline:none;
  }
  .dropdown-menu{
        
        background-color: rgba(33,37,41, 0.9) !important;
        min-width: 60px !important;       
        border-radius:15px;
        border:none;
        outline:none;
        
  }
  .dropdown-menu .nav-link  {
    color: #fff !important;
  }
  .dropdown-menu .nav-link:hover,.dropdown-menu .nav-link:focus{
     color: #f7b92a !important;
     outline:none;
  }

 
/*-----------------end---------------*/


@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background:transparent;
  }
  /*this code is for account Btn behavior*/
  .btnAccount{
      background-color: transparent;
      color: #fff;
      border:none;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      padding-top:  2px;
      text-decoration: none;
      border-style:none;
     
  }
  .btnAccount:hover,.btnAccount:focus{
     color: #f7b92a;
     text-decoration: none;
     border-style:none;
  }
  .dropdown-menu{
        background-color:#686868;
        min-width: 60px !important;       
        border-radius:15px;
        
  }
  .dropdown-menu .nav-link  {
    color: #fff !important;
    outline:none;
}
  .dropdown-menu .nav-link:hover,.dropdown-menu .nav-link:focus{
     color: #f7b92a !important;

  }
/*-----------------end---------------*/
#mainNav .navbar-collapse{
    color: #fff !important;
    
}
  
  #mainNav .navbar-brand {
    padding: 5px 10px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color:  #f7b92a;
    outline:none;
  }
  #mainNav .navbar-nav > li.nav-item > a {
     padding: 5px 2px 5px 2px;
    color: #fff;
    outline:none;
  }
 #mainNav .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }
 
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }


}
#mainNavAbout {
  position: fixed;
  border-bottom: 1px solid #212529;
  background-color: rgba(33,37,41, 0.9) !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  border: none;
}

#mainNavAbout .navbar-brand {
  font-weight: 800;
  color: #fff;
}

#mainNavAbout .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 10px;
  text-transform: uppercase;
  color: #343a40;
  background-color: transparent;
  border: none;
}

#mainNavAbout .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#fff;
  outline:none;
}
#mainNavAbout .navbar-nav > li.nav-item > a:focus, #mainNavAbout .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }

 #mainNavAbout .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }

@media only screen and (min-width: 992px) {
  #mainNavAbout {
    border-bottom: 1px solid transparent;
    background: rgba(33,37,41, 0.9);
  }
  
  #mainNavAbout .navbar-brand {
   padding: 5px 2px 5px 2px;
    color: #fff;
  }
  #mainNavAbout .navbar-brand:focus, #mainNavAbout .navbar-brand:hover {
    color:  #f7b92a;
    outline:none;
  }
  #mainNavAbout .navbar-nav > li.nav-item > a {
    padding: 5px 2px 5px 2px;
    color: #fff;
    outline:none;
  }
 #mainNavAbout .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }
 
  #mainNavAbout .navbar-nav > li.nav-item > a:focus, #mainNavAbout .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }


}

#mainNavStore {
  position: fixed;
  border-bottom: 1px solid #212529;
  background-color: rgba(33,37,41, 0.9) !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  border: none;
}

#mainNavStore .navbar-brand {
  font-weight: 800;
  color: #fff;
}

#mainNavStore .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 10px;
  text-transform: uppercase;
  color: #343a40;
  background-color: transparent;
  border: none;
}

#mainNavStore .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#fff;
  outline: none;
}
#mainNavStore .navbar-nav > li.nav-item > a:focus, #mainNavStore .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline: none;
  }
 #mainNavStore .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }

@media only screen and (min-width: 992px) {
  #mainNavStore {
    border-bottom: 1px solid transparent;
    background: rgba(33,37,41, 0.9);
  }
  #mainNavStore .navbar-brand {
    padding: 5px 2px 5px 2px;
    color: #fff;
  }
  #mainNavStore .navbar-brand:focus, #mainNavStore .navbar-brand:hover {
    color:  #f7b92a;
  }
  #mainNavStore .navbar-nav > li.nav-item > a {
    padding: 5px 2px 5px 2px;
    color: #fff;
    outline:none;
  }
 #mainNavStore .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }
 
  #mainNavStore .navbar-nav > li.nav-item > a:focus, #mainNavStore .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }


}

#mainNavProducts {
  position: fixed;
  border-bottom: 1px solid#212529;
  background-color: rgba(33,37,41, 0.9) !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  border: none;
  z-index: 700000;
}

#mainNavProducts .navbar-brand {
  font-weight: 800;
  color: #fff;
}

#mainNavProducts .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 10px;
  text-transform: uppercase;
  color: #343a40;
  background-color: transparent;
  border: none;
}

#mainNavProducts .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#fff;
  outline:none;
}
#mainNavProducts .navbar-nav > li.nav-item > a:focus, #mainNavProducts .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }
  #mainNavProducts .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }


@media only screen and (min-width: 992px) {
  #mainNavProducts {
    border-bottom: 1px solid transparent;
    background: rgba(33,37,41, 0.9);
    z-index: 700000;
  }
  #mainNavProducts .navbar-brand {
    padding: 5px 10px;
    color: #fff;
  }
  #mainNavProducts .navbar-brand:focus, #mainNavProducts .navbar-brand:hover {
    color:  #f7b92a;
  }
  #mainNavProducts .navbar-nav > li.nav-item > a {
    padding: 5px 2px 5px 2px;
    color: #fff;
    outline:none;
  }
 #mainNavProducts .navbar-nav > li.nav-item > a.active {
    color: #f7b92a;
    outline:none;
  }
 
  #mainNavProducts .navbar-nav > li.nav-item > a:focus, #mainNavProducts .navbar-nav > li.nav-item > a:hover {
    color: #f7b92a;
    outline:none;
  }


}

.intro {
  position: relative; }
  @media (min-width: 992px) {
    .intro .intro-img {
      width: 75%;
      float: right; }
    .intro .intro-text {
      left: 0;
      width: 60%;
      margin-top: 7rem;
      position: absolute; }
      .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -1rem; } }
  @media (min-width: 1200px) {
    .intro .intro-text {
      width: 50%; 
      font-size:1.3rem;
    } }

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(43, 67, 104,0.6);
/*  background-image: url("../img/shop1.jpeg");*/
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size:  100%;

}
  .cta .cta-inner {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85); }
    .cta .cta-inner:before {
      border-radius: 0.5rem;
      content: '';
      position: absolute;
      top: -0.5rem;
      bottom: -0.5rem;
      left: -0.5rem;
      right: -0.5rem;
      border: 0.25rem solid rgba(255, 255, 255, 0.85);
    }


@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0; }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1; } }

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem; }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw; }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw; } }

/*style for store page*/   
.list-hours {
  font-size: 1.3rem;
}
.list-hours .list-hours-item {
    border-bottom: 2px solid rgb(230, 167, 86);
    padding-bottom: .20rem;
    margin-bottom: 1rem;
    font-style: italic; }
.list-hours .list-hours-item.today {
      font-weight: bold;
      color: #0062cc;
}
@media (max-width: 992px) {
 .list-hours {
      width: 100%;
      font-size: 0.8rem;
    }
 .list-hours .list-hours-item {
    border-bottom: 2px solid rgb(230, 167, 86);
    padding-bottom: .20rem;
    margin-bottom: 1rem;
    font-style: italic;
 }
 .list-hours .list-hours-item.today {
      font-weight: bold;
      color: #0062cc; }
  }

.address  {
    position: relative;    
    font-size: 1.4rem;
    padding: 0px;
    margin: 0px;
}
.address a:hover{
    color:red;
}
.phoneStore{
    font-size: 23px;
    color:#0062cc;
    position: relative;
}
.phoneStore a:hover{
    color: red;
}
@media (max-width: 992px){
    .address  {
    position: relative;    
    font-size: 17px;
    padding: 0px;
    margin: 0px;
}
.address a:hover{
    color:red;
}
.phoneStore{
    font-size: 15px;
    color:#0062cc;
    position: relative;
}
.phoneStore a:hover{
    color: red;
}    
}

.ctaStore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(43, 67, 104,0.6);
  background-image: url("../img/storeBack.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size:  100%;
}
.ctaStore .cta-innerStore {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85); }
    .ctaStore .cta-innerStore:before {
      border-radius: 0.5rem;
      content: '';
      position: absolute;
      top: -0.5rem;
      bottom: -0.5rem;
      left: -0.5rem;
      right: -0.5rem;
      border: 0.25rem solid rgba(255, 255, 255, 0.85);
    } 
/* Extra small devices (phones, 600px and down) */
    @media (max-width: 600px){
       .ctaStore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(43, 67, 104,0.6);
  background-image: url("../img/storeBack.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size:  100%;
}
 .ctaStore .cta-innerStore {
    position: relative;
    padding: 0.3rem;
    margin: 0rem;
    background-color: rgba(255, 255, 255, 0.85); }
    .ctaStore .cta-innerStore:before {
      border-radius: 0.5rem;
      content: '';
      position: absolute;
      top: -0.5rem;
      bottom: -0.5rem;
      left: -0.5rem;
      right: -0.5rem;
      border: 0.25rem solid rgba(255, 255, 255, 0.85);
    } 
    }
  /* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .ctaStore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(43, 67, 104,0.6);
  background-image: url("../img/storeBack.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size:  100%;
}
 .ctaStore .cta-innerStore {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
    background-color: rgba(255, 255, 255, 0.85); }
    .ctaStore .cta-innerStore:before {
      border-radius: 0.5rem;
      content: '';
      position: absolute;
      top: -0.5rem;
      bottom: -0.5rem;
      left: -0.5rem;
      right: -0.5rem;
      border: 0.25rem solid rgba(255, 255, 255, 0.85);
    } 
    }




.footer {
  background-color: rgba(3, 43, 47, 0.9); }

.text-primary {
  color: #e6a756 !important; }

.bg-primary {
  background-color: rgba(208, 234, 239, 0.5) !important;
    
}








