*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------WARNING------------*/
.warning .alert{
  width: 40%;
  padding:30px;
  position:fixed;
  height: auto;
  bottom: 2vh;
  right: 2vh;
}

.warning .alert p{
  font-size: 14px;
}

.warning .close-warning{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:5px;
  top:5px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}
.warning .success-alert{
    background-color:#F1F12A;
    border-left:5px solid #BDBD22;
}
.warning .close-warning{
  border-color:black;
  color:black;
}

@media screen and (max-width: 900px) {
.alert{
    display: none; 
}
}
/* ---------SPECIAL------------*/
.special .alert{
  width:30%;
  padding:30px;
  position:fixed;
  height: auto;
  bottom: 2vh;
  right: 2vh;
}

.special .alert p{
  font-size: 20px;
}

.special .close-special{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:5px;
  top:5px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}
.special .success-alert{
  background-color:#a8f0c6;
  border-left:5px solid #178344;
}
.special .close-special{
  color:#178344;
}

@media screen and (max-width: 900px) {
.alert{
    display: none; 
}
}

/* ----------------------------*/


#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: white;
  background-image: url("images/wild-fish-attack-short.gif");
  background-repeat: no-repeat;
  background-position: center;
}

#loading h1 {
    position:absolute;
    left: 55vh;
    top: 30vh;
}

.shop-footer{
    margin-left: 25vh;
    margin-top: 5vh;
}

#header-logo{
  width: auto !important;
  height: 8vh !important;
} 

.logo{
  display: flex;
  float: left;
  position: relative;
  height: 100%;
} 
.logo a{
  position: relative;
  text-align: center;
  margin: auto;
}

#404-row{
    min-height:20vh !important;
}

body{
font-family: "Roboto","RobotoDraft","Helvetica","Arial","sans-serif";
}

#ecwid_body{
    height: 0px;
}

.selected{
    color: #ff8c00 !important;
}

ul #MenuItems{
    padding-right: 10vh;
}



/* SHOP COVER PAGE */

.shop-hero {
  position: absolute;
  top: 0;
  background-color: white;
  width: 100%;
  height: 10vh;
  z-index: 1;
  transition: height 0.5s;
}

.shop-hero img{
  object-fit: none;
  object-position: 50% 35%;
  width: 100%;
  position: absolute;
  height: 10vh;
  z-index: 1;
  opacity: .5;
  transition: height 0.5s;
}

.shop-hero::after{
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 10vh;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  transition: height 0.5s;
}

/* SIDEBAR */

.sb-container{
  top: 0;
  z-index:10;
  height:7vh;
  min-height: 7vh;
  background-color: #1E2B32;
}

.sb-left{
 display: flex;
 justify-content: flex-start;
 float: left;
}

.sb-right{
  display: flex;
  justify-content: flex-end;
  float: right;
}


.sb-card{
  width: 80%;
  height: 100%;
  margin: auto;
}

.sb-right .sb-header{
  padding: 5px;
  padding-right: 0px;
}

.sb-left .sb-header{
  padding: 5px;
  padding-left: 0px;
}

.sb-right .sb-header h3{
  color: #FFFFFF;
  padding: 15px;
  padding-right: 0px;
}

.sb-left .sb-header h3{
  color: #FFFFFF;
  padding: 15px;
  padding-left: 0px;
}

.sb-iconM{
  font-size: 18px;
  margin-left: 170px;
  color: #2f89fc;
}

.sb-left .sb-body{ 
  padding:5px;
  padding-left:0px;
}

.sb-right .sb-body{ 
  padding:5px;
  padding-right:0px;
}


.sb-body .icon{
  margin-right: 8px;
}

.sb-left .sb-body li{
  transition: .5s all;
  font-size: 18px;
  padding: 15px;
  padding-left: 0px;
  margin-top: 0px;
  color: #fff;
  list-style: none;
  display: flex;
}

.sb-right .sb-body li{
  transition: 1s all;
  font-size: 18px;
  padding: 15px;
  padding-right: 0px;
  margin-top: 0px;
  color: #fff;
  list-style: none;
  display: flex;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: white;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.sb-body ul{
  display: flex;
}

.sb-body li ul{
  background: #1E2B32;
  margin-left: 280px;
  margin-top: -38px;
  position: absolute;
}

.sb-body li:hover > ul{
  display: block;
  cursor: pointer;
}

.sb-container a{
    text-decoration: none;
}

.about-us-container {
    position: relative;
    margin: auto;
    width: 80%;
    padding-top: 5%;
    display: none;
}

.blog-container {
    padding-right: 5vh;
    padding-top: 10vh;
    position: relative;
    padding-left: 5vh;
    width: 100%;
    height: 80vh;
}

.about-us-container div{
    padding: 2.5vh;
}

@media screen and (min-width: 900px) {
    .sbm-container{
        display: none;
    }
    #shopping-cart{
        display: none;
    }
}

@media screen and (max-width: 900px) {
    
    .shop-hero img{
        object-position: 73% 30%;
        height: 10vh !important;
    }
    
    .about-us-container{
        display: none;
    }
    
    .header{
        height: 10vh !important;
        transition: top 0.3s;
    }
    
    
    .shop-hero{
        height: 10vh !important;
    }
    
    .shop-hero::after{
        height: 10vh !important;
    }
    
    #header-logo{
        width: auto !important;
        height: 8vh !important;
    }
    
    .sb-container{
        display: none !important;
    }
    
    #MenuItems{
        display: none;
    }
    
    .sbm-container a {
      text-decoration: none;
      color: #1E1E23;
      opacity:1;
      font-size: 1.5em;
      font-weight: 400;
      z-index: 10;
      transition: 200ms;
    }
    .sbm-container a:hover {
      opacity:0.8;
      color: #1E1E23;
    }
    .sbm-container ul {
      padding: 0;
      list-style-type: none;
    }
    .sbm-container {
      z-index: 2;
      position: relative;
      height: 5vh;
    }
    .sbm-content {
      width: auto;
      z-index: 10;
      height: 5vh;
    }
    .sbm-container nav {
      background-color: #1E2B32;
      width: 100%;
      height: 5vh;
    }
    
    
    #menuToggle {
      display: flex;
      flex-direction: column;
      position: absolute;
      width: 5vh;
      height: 5vh;
      z-index: 10;
      -webkit-user-select: none;
      user-select: none;
    }
    
    #menuToggle input
    {
      display: flex;
      position: absolute;
      width: 5vh;
      height: 5vh;
      cursor: pointer;
      opacity: 0;
      z-index: 10;
    }
    
    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin: auto;
      margin-bottom: 5px;
      margin-top: 0px;
      top: 1vh;
      bottom: 1vh;
      z-index: 9;
      position: relative;
      background: white;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    
    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #36383F;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    
    
    #sbm-menu
    {
      text-align: left;
      position: absolute;
      width: 300px;
      height: auto;
      box-shadow: 0 0 10px #85888C;
      margin: -0px 0 0 -50px;
      padding: 50px;
      padding-top: 7vh;
      background-color: #F5F6FA;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    ul:active{
      transform: none;
    }
    
    #sbm-menu li
    {
      padding: 10px 0;
      transition-delay: 2s;
      display: block;
    }
    
    #menuToggle input:checked ~ ul
    {
      transform: none;
    }
  
    #sbm-menu li:active ~ ul
    {
      transform: none;
    }
  
    #my-store-59699113{
    padding: 10px !important;
    position: relative;
    width: 100vh;
    z-index: auto;
    }
    
    nav {
      right: 0vh !important;
      
    }

    .ec-minicart__icon {
      height: 45px !important;
      width: 45px !important;
    }
    
    circle.cart-not-empty{
        fill: white !important;
    }
    
    nav a {
      font-size:18px !important;
    }

    .about-us-container {
        padding-top: 5%;
        position: relative;
        width: 95%;
    }
    
}

/* LANDING PAGE CATEGORIES */


/* Rain Drop Path */

.rain__drop {
  -webkit-animation-delay: calc(var(--d) * 1s);
          animation-delay: calc(var(--d) * 1s);
  -webkit-animation-duration: calc(var(--a) * 1s);
          animation-duration: calc(var(--a) * 1s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  height: 30px;
  left: calc(var(--x) * 1%);
  position: absolute;
  top: calc((var(--y) + 50) * -1px);
}
.rain__drop path {
  fill: #a1c6cc;
  opacity: var(--o);
  transform: scaleY(calc(var(--s) * 1.5));
}
@-webkit-keyframes drop {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
}
@keyframes drop {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
  
  .hc-powered-by {
    display: none;
}

    .hc-product-tab--branding {
        visibility: hidden;
    }
  
}



/* ------------------------*/

#header-logo2{
    height: 125px;
    width: 125px;
}

#header-logo3{
    height: 300px;
    width: 300px;
}

.navbar {
  width: 80%;
  height: 100%;
  margin: auto;
}

nav {
  display: flex;
  float: right;
  height:100%;
}


.ec-cart-widget {
  float: right;
  top: 2vh;
  position: relative;
  text-align: center;
  margin: auto;
}

@media (min-width: 900px){
 .ec-cart-widget {
  display: none;
}
}

nav ul{
  position: relative;
  text-align: center;
  margin: auto;
}

nav ul li{
  display: inline-block;
  margin-left: 15px;
}

nav ul li a{
  color: white;
}

nav a{
  text-decoration: none;
  color: black;
  font-size: 20px;
}

nav a:hover{
  color: white;
}

p{
  color: black;
  font-size: 20px;
}


.container{
  width: 100%;
  height: 100%;
  margin: auto;
}

.row{
  padding-top: 5vh;
}

.header{
  height: 10vh;
  margin: auto;
  position: relative;
  z-index: 2;
  transition:background 1.5s ease;
}



.hc-powered-by {
    display: none;
}

.hc-product-tab--branding {
    visibility: hidden;
}

/*
.ec-likely__widget--twitter {
    display: none;    visibility: hidden;
}

.ec-likely__widget--twitter {
    visibility: hidden;
}

.ec-likely__widget--pinterest {
    display: none;
}

.ec-likely__widget--pinterest {
    visibility: hidden;
}
*/



#landing_page{
    min-height: 50vh;
}

#404-row{
    min-height: 20vh;
}

#body-content{
    display:flex;
    justify-content: space-around;
    width: 80%;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 800px){
#body-content{
    width: 100%;
}
}

#my-store-59699113{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display:flex;
    justify-content: space-around;
}

.grid__sort {
    text-align: left !important;
}

.grid-sort__item--sortby{
    margin-left: 0px !important;
}

.ec-wrapper{
    margin-top: 10vh;
}

.giphy-embed html body img{
    width:100%;
    height:100%;
}

.small-container.single-product{
  width: 100%;
  margin: auto;
  position: relative;
  top: 20vh;
}

.ec-cart-widget svg path{
    stroke: white !important;
}

#detail-div{
  background-color: white;
  box-shadow: 0 8px 6px -6px black;
}

.col-4{
  flex-basis: 30%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
  transition: transform 0.5s;
  background-color: white;
  box-shadow: 0 8px 6px -6px black;
}

.col-4 img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.col-4 H3{
  text-align: center
}
.col-4 H4{
  text-align: center
}

.title{
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
  line-height: 60px;
  color: #fff;
}

.title::after{
  content: '';
  background: #ce410d;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h4{
  color: #555;
  font-weight: 5000;
}

.col-4 p{
  font-size: 14px;
}

.col-4:hover{
  transform: translateY(-5px);
}





/*--------------BRANDS--------------*/
.brands{
  margin: 100px auto;
}

.col-5{
  width: 160px;
  margin: 15px 15px;
}

.col-5 img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
}

.col-5 img:hover{
  filter: grayscale(0);
}

/*--------------HEADER--------------*/

ul{
  list-style-type: none;
}

.menu-icon{
  width: 28px;
  margin-left: 20px;
  display: none;
}


/*-------- Single product details--------*/

.single-product, .footer, .header {
  animation: cssAnimation 0s 1s forwards;
  visibility: hidden;
}

@keyframes cssAnimation {
  to   { visibility: visible; }
}


@media only screen and (max-width: 900px){
    
 #header-id{
  transition: max-height 0.5s;
  transition:background 1.5s ease;
  position: relative;
  }
  .navbar{
      width: 95%;
  }
  
}


/*--------- all products ----------*/

label {
    font-size: 18px !important;
}




/* GALLERY */

/* Create two unequal columns that floats next to each other */
/* Left column */

#gallery{
    display: none;
}

a {
    color: #365899;
}

.post-header {
    background: transparent;
    border-bottom: 0;
}

.post-header h6 {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 0;
}

.post-text {
    font-size: .875rem;
}

.avatar {
    width: 36px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.post-actions {
    background: transparent;
    border-top: 0;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 5px;
}

.item {
    position: relative;
}

.item:nth-child(2) {
    grid-column: 3;
    grid-row: 2 / 4;
}

.item:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.item img {
    height: 100%;
    width: auto;
}

.special-form-control {
    padding-left: 0;
    font-size: .785rem;
}

.actions-menu {
    flex-wrap: nowrap;
    display: flex;
}

.btn-floating {
    background: #eee;
}

.btn-floating:not(:hover) {
    box-shadow: none !important;
}

.btn-floating i {
    color: #1d2129;
}

/* FOOTER */

.footer{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 70px 0;
  background-color:#1E2B32;
  position: relative;
}

.inner_footer{
  display: block;
  margin: 0 auto;
  width: 1100px;
  height: 100%;
}

.inner_footer .footer_logo_container{
  width: 35%;
  float: left;
  height: 100%;
  display: block;
  text-align: center;
  margin: auto;
}

.inner_footer .footer_logo_container img{
  width: 150px;
  height: auto;
}

.inner_footer .footer_third{
  width: calc(21.6666666667 - 20px);
  margin-right: 60px;
  float: left;
  height: 100%;
}

.inner_footer .footer_third:last-child{
  margin-right: 0px;
}

.inner_footer .footer_third h1{
  font-size: 22px;
  color: white;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.inner_footer .footer_third li a{
  color: white;
}

.inner_footer .footer_third p{
  font-size: 18px;
  font-weight: 200;
  color: white;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.inner_footer .footer_third li{
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
  margin-bottom: 20px;
}

.inner_footer .footer_third span{
  color: white;
  font-size: 16px;
  font-weight: 200;
  display: block;
  width: 100%;
}

@media(max-width: 600px){
  .footer .inner_footer{
    width: 90%;
  }
  .inner_footer .footer_logo_container,
  .inner_footer .footer_third{
    width: 100%;
    margin-bottom: 30px;
  }
}



