/** Shopify CDN: Minification failed

Line 169:2 All "@import" rules must come first

**/
  html{
    scroll-behavior:smooth;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
  }


/* Start Navbar section */

  /* Main nav bar fix width */
    .container-padd60 {
      max-width: 1250px !important;
    }

  /* Navbar right icons */

    .icon-user svg, .icon-search svg{
      width:24px !important;
      height:24px !important;
    }

    a.wishlist svg{
      width:24px !important;
      height:24px !important;
    } 


  /* end navbar right icons*/

  /* Navbar re-design gradiant + hove animation*/

    .wrapper_header_parallax .left-header{
      width:200px !important;
    }

    .header-logo a.logo-img {
        display: flex;
    }

    .wrapper_header_parallax .wrapper-header-bt{
      padding:10px 0 !important;
    }



    .wrapper_header_parallax .site-nav .menu-lv-1 {
        margin-right: 0px !important;
    }
	
	/*Start of mediaquery for desktop*/
    @media screen and (min-width: 1200px) {

      .menu-lv-1.item>a{
        text-align: center;
        padding: 12px !important;
        margin: 1px 1px !important;
        width: 125px;
        font-size: 14px !important;
        text-transform:none;
        color:#FFFFFF !important;
      } 

      .menu-lv-1:nth-child(1){

          border-radius: 50px;
          background: -moz-linear-gradient(to right, rgba(54,218,244,1), rgba(12,155,201,1), rgba(54,218,244,1), rgba(12,155,201,1));
          background: -webkit-linear-gradient(to right,rgba(54,218,244,1), rgba(12,155,201,1), rgba(54,218,244,1), rgba(12,155,201,1));
          background: linear-gradient(to right, rgba(54,218,244,1), rgba(12,155,201,1), rgba(54,218,244,1), rgba(12,155,201,1));
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36daf4",endColorstr="#0c9bc9",GradientType=1);
          transition: all .6s ease-in-out;
          background-size:350%,100%;
      }


      .menu-lv-1:nth-child(2) {
        border-radius: 50px;
        background: -moz-linear-gradient(90deg, rgba(239,63,60,1), rgba(193,19,16,1), rgba(239,63,60,1), rgba(193,19,16,1)  );
        background: -webkit-linear-gradient(90deg, rgba(239,63,60,1), rgba(193,19,16,1), rgba(239,63,60,1), rgba(193,19,16,1) );
        background: linear-gradient(90deg, rgba(239,63,60,1), rgba(193,19,16,1), rgba(239,63,60,1), rgba(193,19,16,1) );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef3f3c",endColorstr="#c11310",GradientType=1);
        transition: all .6s ease-in-out;
        background-size:350%,100%;
      }
      .menu-lv-1:nth-child(3) {
        border-radius: 50px;
        background: rgb(134,210,64);
        background: -moz-linear-gradient(90deg, rgba(134,210,64,1), rgba(75,171,19,1), rgba(134,210,64,1), rgba(75,171,19,1) );
        background: -webkit-linear-gradient(90deg, rgba(134,210,64,1) 0%, rgba(75,171,19,1), rgba(134,210,64,1), rgba(75,171,19,1));
        background: linear-gradient(90deg, rgba(134,210,64,1), rgba(75,171,19,1), rgba(134,210,64,1), rgba(75,171,19,1));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86d240",endColorstr="#4bab13",GradientType=1);
        transition: all .6s ease-in-out;
        background-size:350%,100%;
      }
      .menu-lv-1:nth-child(4) {
        border-radius: 50px;
        background: -moz-linear-gradient(90deg, rgba(250,173,0,1), rgba(236,121,10,1), rgba(250,173,0,1), rgba(236,121,10,1));
        background: -webkit-linear-gradient(90deg, rgba(250,173,0,1), rgba(236,121,10,1), rgba(250,173,0,1), rgba(236,121,10,1));
        background: linear-gradient(90deg, rgba(250,173,0,1), rgba(236,121,10,1), rgba(250,173,0,1), rgba(236,121,10,1));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faad00",endColorstr="#ec790a",GradientType=1);
        transition: all .6s ease-in-out;
        background-size:350%,100%;
      }

      .menu-lv-1:hover{
          background-position: center center;
      }

      .site-nav .menu-lv-1 > a:hover {
          color: #FFFFFF !important;
          text-decoration: none;
          transition: 0.3s ease;
      }
      
       a.icon-search:hover {
         transform: scale(1.3);
       }

      a.icon-user:hover {
        transform: scale(1.3);
      }

      a.wishlist:hover {
        transform: scale(1.3);
      }

      a.icon-cart:hover{
        transform: scale(1.3);
      }

    } /*end of mediaquery for desktop*/
	
    .site-nav .menu-lv-1>a>span:not(.icon-dropdown):before{
      display:none !important;
    }

    /* Sticky v-aling */
    .wrapper_header_parallax .wrapper-navigation {
        margin: auto 0 !important;
    }

    .wrapper_header_parallax .right-header, .wrapper_header_parallax .is-sticky .right-header {
        margin: auto 0 !important;
    }



 

  .wrapper-header-bt {
    z-index: 99 !important;
  }

  .header-bottom {
      z-index: 99;
  }

/* End Navbar section */





/* Start Josefin Sans font for Rupee symbol */
  @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');
  .price{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1.5;
  }
  span.total-money{
    font-family: 'Josefin Sans', sans-serif;
  }
  .price-regular, .price-box, .compare-price {
      font-family: 'Josefin Sans', sans-serif;
  }

  .template-collection .sidebar-filter .sidebar-tags:nth-child(5) .widget-content ul.list-tags li label{
    font-family: 'Josefin Sans', sans-serif;
  }

  .template-collection .sidebar-filter .refined-widgets .refined a span {
    font-family: 'Josefin Sans', sans-serif;
  }


/* End Josefin Sans font for Rupee symbol */


/* start About page style */

  #about-us h1, h2, h3 {
    margin-bottom: 0.5em;
  }
  #about-us p{
    margin-bottom: 0.5em;
  }

  #about-us .blumer-sec {
      height: 15rem;
      background-color: #dedede;
  }
  #about-us a.card-cta.btn {
    width: 360px;
    margin:0;
  }

  #about-us .desig {
      font-size: .9em;
  }

  #about-us a.card-cta.btn {
    width: 280px;
    font-size: 16px;
    text-transform:none;
  }

  #about-us .hashluma {
    background-color: #2AC2EA;
    background: url('https://cdn.shopify.com/s/files/1/0271/4642/0298/files/alt-bg.jpg?v=1582793120');
    background-repeat:no-repeat;
    background-size:cover;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top:3em;
  }

  .team-social-block .social-icon {
      letter-spacing: normal;
      display: inline-block;
      margin: 0 7px;
      width: 37px;
      height: 37px;
  }

  .team-social-block .social-icon a {
      color: #141414;
      background-color: #eaeaea;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      display: block;
      border: none;
      border-radius: 50%;
      position: relative;
  }

  .social-icon:hover a{
      color:#FFFFFF;
  }
  .team-social-block .facebook:hover a {
      background-color: #3b5998;
  }
  .team-social-block .instagram:hover a {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }

  .team-social-block .twitter:hover a {
      background-color: #55acee;
  }

  .team-social-block .linkedin:hover a {
      background-color: #0e76a8;
  }


  #about-us img.advisor-img{
    width:263px;
  }

/* end About page style */


a.card-cta.btn {
  background-color: #FAAD00;
  border-color: #FAAD00;
  text-align: center;
  padding: 10px 12px;
  margin: 1em 0;
  width: 170px;
  font-size: 1em;
  color: #FFFFFF;
  border-radius: 50px;
  text-transform: capitalize;

}

a.card-cta.btn:hover {
  color:#000000;
}

/* Start Home>Journal */

.row.blog-img {
  background: rgb(51,203,255);
  background: -moz-linear-gradient(90deg, rgba(51,203,255,1) 25%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(51,203,255,1) 25%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(51,203,255,1) 25%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cbff",endColorstr="#ffffff",GradientType=1);
  text-align:left;
}

.blog-img p.home-blog-title {
  color: #FFFFFF;
  font-weight: 600;
  line-height:1.2;
  font-size: 2.3em;
  margin-bottom: .8em;
  text-shadow: 0px 3px 2px rgb(88, 88, 88);
}

.blog-info-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color:#000000;
}
.blog-info-sec h2 {
  width: 450px;
  font-size: 1.7em;
  letter-spacing: .05em;
  font-weight: 600;
}

/* End Home>Journal */

/* Start challenge page */
#challenge input.shopify-challenge__button.btn {
  border-radius: 50px;
  width: 170px;
}
#challenge input.shopify-challenge__button.btn:hover {
  color:#000000;
}

/* End challenge page */


/* Start blog home page */
.template-blog .sidebar h3.sidebar-title {
    text-transform: none;
}

/* End blog home page */


/* Start article page */
.template-article .page-header h2 {
    display: none;
}
.template-article .page-header {
    padding-bottom: 2em;
}

.template-article .sidebar h3.sidebar-title {
    text-transform: none;
}


.template-article .comment-form input.btn {
    border-radius: 50px;
    text-transform: none;
}
.template-article .comment-form input.btn:hover {
  color:#000000 !important;
}
/* End article page */

/* Start Login page + User Account slider*/
#account h1, #account .box-title, #create-account h1{
  text-transform:none;
}

/* 	create an account */
#account a.btn.btn-2.btn-register, .customer-content .ct-register .btn-register, #create-account #create_customer .action-btn .btn {
  border-radius: 50px;
  color: #FFFFFF;
  background-color: #2072AF;
  border-color: #2072AF;
  text-transform:none;
}
/* 	create an account hover */
#account a.btn.btn-2.btn-register:hover, .customer-content .ct-register .btn-register:hover, #create-account #create_customer .action-btn .btn:hover {
  color:#000000;
  background-color: #2072AF;
  border-color: #2072AF;
}
#account .action-btn .btn, .customer-content .btn-login{
  background-color: #fa7300;
  border-radius:50px;
  border-color:#fa7300;
  text-transform:none;
}
.customer-content .btn-login:hover, #account .btn:hover{
  background-color: #fa7300;
  border-color:#fa7300;
  color:#000000;
}
#account #customer_login #customer_email, #account #customer_login #customer_password{
  border-radius:50px;
  border: 1px solid #58b41f;
}

/* End Login page */


/* start User account + Cart sider bar */
  
	#dropdown-cart .cart-title h5, #dropdown-customer .customer-title h5{
      font-size:24px;
      text-transform:none;
    }

  #dropdown-cart .product-details a.product-name:hover {
    color: #d0201f;
  }


 #dropdown-cart a.btn.btn-continue, #dropdown-cart .btn.btn-checkout,  .ajax-success-modal.halo-modal .cart-popup-action a.btn.btn-checkout {
   border-radius: 50px;
   text-transform: none;
   background-color: #59b41f;
   border-color: #59b41f;
  }

  #dropdown-cart a.btn.btn-continue:hover,#dropdown-cart .btn.btn-checkout:hover, #dropdown-cart a.btn.btn-view-cart:hover, .cart-popup-action a.btn.btn-checkout:hover {
    background-color: #59b41f;
    border-color: #59b41f;
    color:#000000;
  }

  #dropdown-cart a.btn.btn-view-cart{
    border-radius: 50px;
    text-transform: none;
    background-color: #29b4e3;
    border-color: #29b4e3;
  }

  #dropdown-cart a.btn.btn-view-cart:hover{
    background-color: #29b4e3;
    border-color: #29b4e3;
    color:#000000;
  }
	

.customer-content .form-group .form-control, #create_customer input{
  border-radius:50px;
  border: 1px solid #58b41f;
}

#dropdown-customer .customer-content .action-btn .forgot-password {
    font-size: .8em;
}


	
/* end User account sider bar */

/* Start cart page */

#your-shopping-cart h1{
  text-transform:capitalize;
}

#your-shopping-cart .cart-details a.product-name {
  color: #25a9d2;
  font-weight: 600;
  font-size: 1.3em;
}

#your-shopping-cart .cart-details a.product-name:hover{
  color: #d0201f;
}

#your-shopping-cart .btn.btn-checkout, #your-shopping-cart button.update.btn{

  border-radius: 50px;
  text-transform: none;
  border-color: #59b41f;
  background-color: #59b41f;
  color:#FFFFFF;
  font-weight:600;
}

#your-shopping-cart .btn.btn-checkout:hover, #your-shopping-cart button.update.btn:hover{
  color:#000000;
  background-color:#59b41f;
}

#your-shopping-cart button.update.btn {
    border-radius: 50px;
}

#your-shopping-cart .cart-details .price-box {
    font-size: 1.2em;
}

  
/* End cart page */

/*Start quick cart modal */
.cart-form .box-title{
  text-transform:none;
}
/*end quick cart modal */

/* Start wishlist page */

#wish-list .wishlist-header.t-header h4 {
    text-transform: none;
}

#wish-list h2 span {
    text-transform: capitalize;
}
#wish-list a.product-title:hover {
    color: #d0201f;
}
#wish-list a.product-title {
    color: #25a9d2;
    font-weight: 600;
    font-size: 1.3em;
}
#wish-list .wishlist-content .product-image img {
    max-width: 150px;
}
#wish-list button.btn.add-to-cart-btn{
  border-radius:50px;
}

#wish-list .wishlist-content .product-vendor {
    display: none;
}

/* end wishlist page */
  



/* Start quick view modal */

.product-shop .quantity {
    margin-bottom: 0px;
}
.product-shop .total-price label {
    margin-bottom: 0px;
}
.product-shop .total-price {
    margin-bottom: 0;
    align-items: center;
    display: flex;
}
/* End quick view modal */




/* Start Shop / collection page */



.template-collection .collection-template.collection-template-default {
    padding-top: 1.5em;
}

.translate-filter-pc .sidebar-filter{
  z-index:110 !important;
}

.customer-show .template-collection .wrapper-overlay, .cart-show .template-collection .wrapper-overlay {
    z-index: 99;
}

html.sidebar-open body.template-collection{
	padding-right:0;
}

.filters-toolbar__view-as.toolbar-col label, .filters-toolbar__sortby.toolbar-col label  {
    text-transform: none;
}

/* start 	View as grid 1 */
  h2.collection-grid1-title {
    margin-bottom: 0;
  }

.template-collection a.product-title:hover {
    color: #d0201f;
}

  .collection-grid1-wishlist{
    padding:.5em;
  }
/* end 	View as grid 1 */

.toolbar .filters-toolbar__sortby .filter-sortby {
    min-width: 220px;
}
 

.template-collection h1 {
    display: none;
}

.product-bottom a.product-title:hover, .template-collection a.product-name:hover {
    color: #cb1c1b;
}

html.js.sidebar-open footer.site-footer.footer-default, html.js.cart-show footer.site-footer.footer-default, html.js.customer-show footer.site-footer.footer-default{
    position: relative;
}

.template-collection .price-box .price-regular {
    font-size: 1.4em;
}


.template-collection .sidebar-filter .widget.sidebar-tags .widget-content .list-tags input[type="checkbox"]+label:before {
  top: 5.5px;
}
.template-collection .sidebar-filter .widget.sidebar-tags .widget-content .list-tags input[type="checkbox"]+label:after{
  top:9px;
}

.price-sale .old-price{
  position:relative;
  text-decoration:none;
}
.price-sale .old-price::before {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  transform: skewY(-8deg);
}


/* End Shop / collection page */

/* start Home>Folds> waves + sand*/

div#hex-island {
  margin-bottom: 100px;
  margin-top: -100px;
}
div#hex-island img {
    width: 100%;
}

div#shopify-section-1579273531501 {
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/skills-bottom-wave.svg?3256);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 570px;
    margin-top: -190px;
}

div#shopify-section-1579612525968 {
    background-color: rgb(252, 207, 101);
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/sand-bg2.svg?3256);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}

#home-html-block-1579612525968 {
  margin-bottom: -1px !important;
  margin-top: -365px;
  height:300px;
}



/*end Home>Folds>  waves + sand*/




/* Start section title */
  .widget-title .box-title .title {
      background: none !important;
  }
  .widget-title .box-title:before {
      background: none !important;
  }


/* End section title */

/* Start Home > Hero > slider */

#slideshow-1579245185315{
  padding: 0 30px;
}
.slide-content .slide-heading .line {
    display: none;
}

#slideshow-1579245185315 .slick-arrow{
  border-width:0;
}

.slide-content .slide-button {
    min-width: 200px;
}

.template-index .slide-content{
  text-align:left;
}
.template-index .slide-content .slide-text{
  margin-left:0px;
}
.template-index .slide-content h2.slide-heading{
	text-transform:none;
  	margin-bottom:0px;
}
.template-index .slide-content .slide-heading .line {
    background-color: transparent;
}

/* End Home > Hero > slider */

/* Start Home>sec3 Folds>title-desc> arrow bounce */

p.sec3-desc{
  width:50%;
  text-align:center;
  margin:0 auto;
  padding-bottom:1em;
  
}

.arrow i.fa.fa-arrow-down.fa-2x {
  color: #36DAF4;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-6px);
  }
}
/* End Home>sec3 Folds>title-desc> arrow bounce */

.widget-title .box-title{
  text-transform:none !important;
  line-height: 1.2;
}

a.card-cta.btn.body-btm-cta{
  width:260px;
}
a.card-cta.btn.body-btm-cta:hover{
  color:#000000;
}

/* start Product page sytle */


	/* start Terra Loop */

    #tl-product-hero-bg{
        position: absolute;
    }
    #tl-product-hero-right{
      background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/terra-loop-hero-bg1.png?v=1581940392);
      height: 500px;
      background-position: initial;
      background-repeat: no-repeat;
      background-size: cover;
    }

  /* end Terra Loop */

	/* start Guess The Fence */

    #gtf-product-hero-bg{
        position: absolute;
    }
    #gtf-product-hero-right{
      background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/guess-the-fence-hero-bg2.png?v=1582804711);
      height: 500px;
      background-position: initial;
      background-repeat: no-repeat;
      background-size: cover;
    }

  /* end Guess The Fence */

  /* start galaxy raiders */

    #gr-product-hero-bg{
        position: absolute;
    }
    #gr-product-hero-right{
      background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/galaxy-raiders-hero-bg1.png?v=1581940171);
      height: 500px;
      background-position: initial;
      background-repeat: no-repeat;
      background-size: cover;
    }

  /* end galaxy raiders */

	/* start Alpha Steel */

    #as-product-hero-bg{
        position: absolute;
    }
    #as-product-hero-right{
      background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/Alpha-Steel-hero-bg3.png?v=1580380153);
      height: 500px;
      background-position: initial;
      background-repeat: no-repeat;
      background-size: cover;
    }
	/* end Alpha Steel */

h1.product-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height:1.2;
}

  /* start Product quantity */
    .product-shop .qty-group, .cart-form .cart-list .qty-group {
      border-radius: 50px;
      background-color: #f5f5f5;
    }

    .product-shop .qty-group .button {
      width: 37px;
    }
    .product-shop .qty-group input[type="text"] {
        background-color: #FFFFFF;
        width: 65px !important;
    }
    .cart-form .cart-list .qty-group input[name="quantity"] {
        width: 45px;
        background-color: #FFFFFF;
    }
    .cart-form .cart-list .cart-title{
      display: flex;
      align-self: center;
    }
	.cart-form .cart-list .cart-title a.product-name:hover {
      color: #d0201f;
    }
    .cart-form .cart-list .details {
      width: auto !important;
      min-width: auto;
    }
    .cart-form .cart-list .flex_row {
      padding: 3px 0;
      width: auto !important;
      min-width: auto;
    }
    .price-box{
      font-size:17px;
    }

  /* end Product quantity */


.product-shop a.wishlist {
    padding: 0 1em;
    color: #a2a2a2;
  	padding-top: 5px;

}
a.wishlist.whislist-added {
    color: #eb3a37;
}

/* 	Product buy section */
	.product-shop .prices{
      margin-bottom:0;
    }

	span.in-stock, p.in-stock {
      background-color: #5db724;
      padding: 3px 15px;
      margin: 0px 20px;
      border: solid 1px #5db724;
      font-size: 12px;
      font-weight:600;
      color: #FFFFFF;
      line-height: 2;
      text-transform: uppercase;
      border-radius: 50px;
  	}
	span.out-of-stock, p.out-of-stock {
      background-color: #d0211f;
      padding: 3px 15px;
      margin: 0px 20px;
      border: solid 1px #d0211f;
      font-size: 12px;
      font-weight:600;
      color: #FFFFFF;
      line-height: 2;
      text-transform: uppercase;
      border-radius: 50px;
  	}
	 .product-shop .groups-btn #product-add-to-cart, .sticky_form .sticky-add-to-cart, .ajax-success-modal.halo-modal.ajax-quickview input.btn.product-add-to-cart {
       width: 100% !important;
       border-radius: 50px;
       border-width: 3px;
       padding: 10px 12px;
       line-height: 22px;
       text-transform: none;
       color:#FFFFFF;
       background-color: #59b41f;
       border-color: #59b41f;
	}

	.product-shop .groups-btn #product-add-to-cart:hover, .sticky_form .sticky-add-to-cart:hover, .ajax-success-modal.halo-modal.ajax-quickview input.btn.product-add-to-cart:hover{
      background-color: #59b41f;
      border-color: #59b41f;
      color:#000000;
    }
	
	.product-shop .groups-btn #product-add-to-cart:hover, .sticky_form .sticky-add-to-cart:hover, .ajax-success-modal.halo-modal.ajax-quickview input.btn.product-add-to-cart:hover{
      color:#000000;
    }

	.product-shop .shopify-payment-button .shopify-payment-button__button {
      border-color: #FAAD00;
      text-align: center;
      padding: 10px 12px;
      font-size: 1em;
      border-radius: 50px;
      text-transform:capitalize;
    }
  .product-shop .shopify-payment-button .shopify-payment-button__button:hover{
    color:#000000;
    background-color: #FAAD00;
    border-color: #FAAD00;
  }





/* 	Product description tab */

.tabs__product-page .tab-content ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
    margin: auto 10px;
  	float:none;
}

.tabs__product-page .tab-links{
  text-transform: capitalize;
}

.tabs__product-page .list-tabs .tab-links.active:before {
    background-color: transparent !important;
}
.tabs__product-page .list-tabs .tab-links.active {
    background-color: #f9a600 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tabs__product-page .list-tabs .tab-links {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product-custom-social-feed .slide.slick-slide{
  margin:0 15px;
}

.template-product .widget-title h3.box-title {
    font-size: 36px;
}

.template-product section.related-products .widget-title h3.box-title {
  text-align: center;
/*   font-size:26px; */
}

#shopify-section-custom-social-feeds span.title {
    padding-left: 0;
}
#shopify-section-custom-social-feeds .widget-title.not-before {
    border-top: 1px solid #e6e6e6;
}


	/* start Slider track */
.template-product .slick-track .item.slick-slide{
      border: 1px solid #CCCCCC;
  }
	/* 	end slider track */

	.product-label{
      right: unset;
      left: 0;
    }
	
	.product-label .label{
      font-size: 1.2em;
    }
	
	.ajax-quickview .product-shop .prices {
      font-size: 1em;
    }
	.ajax-quickview .product-type {
      font-size: .9em;
    }

	.product-shop .prices .compare-price{
      position:relative;
      text-decoration:none;
    }
	.product-shop .prices .compare-price::before {
      width: 95%;
      position: absolute;
      content: '';
      left: 0;
      top: 45%;
      right: 0;
      border-top: 1px solid;
      border-color: inherit;
      -webkit-transform: skewY(-10deg);
      -moz-transform: skewY(-10deg);
      transform: skewY(-7deg);
    }

/* end product page style */





/*Start Folds section begin + Ship animation */

.custom-desc {
    text-align: center;
}

.container#folds-top {
  height: 650px;
  width: 100%;
  position: relative;
  z-index:3;
}


.cls-build-blocks{
  position: absolute;
  left:4%;
  top:20%;
  background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/Building-Blocks.svg?1088);
  background-size: cover;
  text-align: center;
  width: 202px;
  height: 200px;
  z-index: 2;
}

.cls-flash-cards{
  position: absolute;
  left: 4%;
  bottom: 12%;
  background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/Flash-Cards.svg?1088);
  background-size: cover;
  text-align: center;
  width: 200px;
  height: 211px;
  z-index: 2;
}

.cls-games{
  position: absolute;
  top:20%;
  right: 4%;
  background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/Game.svg?1088);
  background-size: cover;
  text-align: center;
  width: 205px;
  height: 200px;
  z-index: 2;
}

.cls-app-book{
  position: absolute;
  bottom: 12%;
  right: 4%;
  background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/Apply-Book.svg?1088);
  background-size: cover;
  text-align: center;
  width: 200px;
  height: 200px;
  z-index: 2;
}


.cta-bg{
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  padding: 2px 0px;
/*   background-color: #fdce43; */
  border-radius: 50px;
}

.cta-bg.clr-green{
  background-color: #86D240;
}

.cta-bg.clr-blue{
  background-color: #36DAF4;
}
.cta-bg.clr-red{
  background-color: #EF3F3C;
}
.cta-bg.clr-yellow{
  background-color: #FAAD00;
}

 .cta-a{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
}

#ship-motion{
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: absolute;
  text-align:center;
  left:0;
  top:0;
  padding: 0;
  margin: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(214,238,240,1) 50%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(214,238,240,1) 50%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(214,238,240,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d6eef0",GradientType=1);
}

#ship-motion .ship{
  bottom: -12px;
  position: absolute;
  animation: swing 10s ease-in-out forwards infinite;
  transform-origin: bottom;
  z-index: 2;  
  overflow:auto;
  margin:auto;
  left:0;
  right:0;
  height:auto;
}


@keyframes swing {
  0%{transform: rotate(8deg);}
  50%{transform: rotate(-5deg)}
  100%{transform: rotate(8deg);}
}

.cls-moon{
  fill: #c3e7ef;
  position: absolute;
  bottom: 10%;
  overflow:auto;
  margin:auto;
  left:0;
  right:0;
  height:auto;
}

.cloud{
  position: absolute;
  right:-12%;
  left: 0;
  top:15%;
  transform: translateX(10%);
  z-index:0;
}


.cloud2{
  position: absolute;
  left:31%;
  top:19%;
  z-index:0;
}


#ship-motion #footer1 {
  width:100%;
  position:absolute;
  bottom:-18px;
  z-index:2;
}

#ship-motion #footer2 {
  width:100%;
  position:absolute;
  bottom:-18px;
  z-index:1;
}

#ship-motion svg {
  width: 100% !important;
  height: auto;
  fill: none !important;
  stroke: none !important;
}


/*footer2*/
	#wave1 {
	  animation: wave 35s linear;
	  animation-iteration-count:infinite;
	  fill: rgba(79, 210, 207,8);
	  animation-direction: reverse;
	}

	#wave3 {
	  animation: wave 45s linear;
	  animation-iteration-count:infinite;
	  fill: rgba(133, 225, 221, 1);
	}


/*Footer1*/
	#wave2 {
	  animation: wave 30s linear;
	  animation-iteration-count:infinite;
	  fill: rgba(0, 203, 203, 0.9);
	  	}

	#wave4 {
	  animation: wave 40s linear;
	  animation-iteration-count:infinite;
	  fill: rgb(44, 189, 193);	  
	}


@keyframes wave {	  
  0% {
    transform: translateX(-170%);
  }
  100% {
    transform: translateX(-25.5%);
  }

}

/* section2 of ship animation */
div#shopify-section-1577952762680 , div#shopify-section-1574666835242{
  background-color: rgb(41, 181, 185);
  background: url("https://cdn.shopify.com/s/files/1/0271/4642/0298/files/home-water-bg3.jpg?v=1578575114");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  
}

.folds-sec{
  background-color: rgb(41, 181, 185);
  margin:0;
  width:100%;
  position:relative;
  background:url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/folds-path.png?v=1577970619);
  background-repeat:no-repeat;
  background-size: 74%;
  background-position: center;
}

.row.folds1, .row.folds2, .row.folds3, .row.folds4 {
  text-align: left;
  color:#FFFFFF;
}

.row.folds1 h3, .row.folds2 h3, .row.folds3 h3, .row.folds4 h3{
  font-size: 2.3em;
  margin-bottom: .6em;
  text-shadow: 0px 3px 2px rgb(88, 88, 88);
}

p.folds-desc{
  font-size:1.2em;
  line-height:1.5;
}

.row.folds1 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.row.folds2, .row.folds3, .row.folds4 {
  padding-top: 5em;
  padding-bottom: 5em;
}




/*Folds info small object animation*/

.small-ship {
    right: 0;
    width: 150px;
    position: absolute;
    bottom: 0px;
  	animation: smallswing 3s ease-in-out forwards infinite;
	transform-origin: bottom;
}

@keyframes smallswing {
  0%{transform: rotate(2deg);}
  50%{transform: rotate(-2deg);}
  100%{transform: rotate(2deg);}
}

.small-crab {
    right: 0px;
    width: 150px;
    position: absolute;
  	z-index:1;
    top: -40px;
  	animation: whalemotion 2s ease-in-out forwards infinite;
}

.small-croc {
    right: 0px;
    width: 150px;
    position: absolute;
  	z-index:1;
    top: -30px;
  	animation: whalemotion 2s ease-in-out forwards infinite;
}
.small-whale {
    right: -30px;
    width: 130px;
    position: absolute;
  	z-index:2;
    top: -20px;
  	animation: whalemotion 2s ease-in-out forwards infinite;
}

.small-octopus {
    right: -15px;
    width: 150px;
    position: absolute;
  	z-index:1;
    top: -70px;
  	animation: whalemotion 1.5s ease-in-out forwards infinite;
}

.small-octopus img, .small-croc img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@keyframes whalemotion{
  
  0% { transform:translateY(-5%); }
  50% { transform:translateY(0%); }
  100% { transform:translateY(-5%); }
}



/* Main slider cta round */
.slide-content .slide-button {
  border-radius: 50px;
  text-transform: none;
}

.slide-content .slide-button:hover{
  color:#000000 !important;
}




/* Cart CTA rounded */
button.btn.add-to-cart-btn {
  border-radius: 50px;
  font-size:18px;
  text-transform: none;
  background-color: #59b41f;
  border-color: #59b41f;
}

button.btn.add-to-cart-btn:hover{
  background-color: #59b41f;
  border-color: #59b41f;
  color:#000000;
}


a.btn.btn-checkout {
    border-radius: 50px;
}

/* Hover quick view on Product Grid */
.quickview-button {
  background-color: #29b4e3;
  color: #FFFFFF;
  border-radius: 50px;
  text-transform:none;
  width: 170px;
  margin: 0 auto;
}

.quickview-button:hover {
  background-color: #29b4e3;
  color: #000000;
}

.cards-top.one {
  background-color: #6DB944;
}
.cards-top.two {
  background-color: #29B4E3;
}
.cards-top.three {
  background-color: #EC4142;
}
.cards-top.four {
  background-color: #F8AC19;
}

.cards-top {
  border-radius: 17px;
  padding: 30px 35px 0px 40px;
}
.card-img {  
  padding-top: 30px;
  text-align:center;
}

p.img-text {
 padding-top: 10px;
 font-size: .9em;
 line-height:1.4;
 text-align:center;
}


#new-instagram-1541566560488 span.title {
    background-color: #FFFFFF !important;
}


.cart-icon .cartCount {
    font-size: 14px;
    min-width: 22px !important;
    line-height: 1.3;
}



button.slick-prev.slick-arrow, button.slick-next.slick-arrow{
  width:50px;
  height:50px;
}

div#sub-banner-1540984915288 {
  margin-top: 100px;
}

.item.col-6.four-blocks {
    margin-bottom: 0;
}


div#collapse-tab1 {
    font-size: 18px;
    line-height: 30px;
}

/* Product page title */
.product-shop .product-title {
    font-size: 35px !important;
}


/* 404 page */
.fof-wrapper .content{
	padding-top:4em;
}

/* start footer content */

/* start footer nav links */
    .col-footer ul li:nth-child(5) a.foot-link {
        font-weight: 700;
        color: #FFFFFF;
    }
/* end footer nav links */


footer.site-footer.footer-default {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  z-index:1;
}

.footer-default .footer-top {
  padding: 35px 0 100px !important;
}

.footer-default .footer-bottom {
  padding: 22px 0px 20px !important;
  background-color:transparent;
  border-top:none;
}

.social-icons li.instagram:hover a{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.images-contain::before{display:none;}
/* end footer content */

@media screen and (max-width: 1024px)
{
  .mb-area .site-nav .menu-lv-1>a {
    text-transform: none;
  }
  #about-us img.advisor-img{
    width:auto;
  }
  
  .header-bottom {
    z-index: 14 !important;
  }
  
  .template-collection .collection-template.collection-template-default #shopify-section-sidebar-filter {
    z-index: 99;
  }
}

@media screen and (max-width: 768px){
  
  .template-index .widget-title .box-title{
    font-size:1.13em;
  }
  
  .folds-sec p.img-text {
    font-size: .7em;
  }
  .small-octopus {
    right: 0px;
  }
  .small-whale {
    right: 0px;
  }
  .blog-info-sec h2 {
    width: 100%;
  }
  
  .folds-sec {
    background: none;
  }
    
  .blog-info-sec {
    padding: 2em 0;
    text-align: center;
  }
  
  .site-footer .newsletter .input-group-field {
    min-width: 100%;
  }
  
  #about-us img.advisor-img{
    width:auto;
  }
  
  p.sec3-desc {
    width: 100%;
  }
  
  
}

@media (max-width: 767px){
  
  /*   add to cart Modal  */
  .cart-form .scroll-content .cart-list::-webkit-scrollbar-thumb{
    background-color: #0C9BC9 !important;
    background-image:none !important;
  }
	
}

/***** Media query for Mobile *****/
@media screen and (max-width: 500px) {
  
  
  
  .header-logo a.logo-img{
    display:block;
  }
  
  .template-index .slide-content{
    text-align:center;
  }
  
  .template-index .slide-content h2.slide-heading{
    font-size: 14px !important;
    padding: 8px 8px;
    border-radius: 50px;
  }
  
  .template-index .slide-content .slide-text{
    font-size: 14px !important;
  }
  
   .template-index .home-slideshow .slide-content.abs_left {
      padding-top: 14px;
  }

  .template-index .slide-content.slide-content-mb {
    top: 85% !important;
  }
  
  
  .template-collection .product-item .product-title {
     max-height: fit-content;
  }
  
  .template-index .widget-title .box-title .title{
    padding:0;
  }
  
  
/*   Home ship animation */
  
  #folds-top .cta-a{
    font-size: 16px;
  }

  
  .cls-app-book{
    top: 40%;
    right: 2%;
    width: 140px;
    height: 140px;
  }
  .cls-flash-cards{
    left: 2%;
    top: 40%;
    width: 140px;
    height: 140px;
  }
  .cls-build-blocks{
    left: 2%;
    top: 15%;
    width: 150px;
    height: 150px;
  }
  .cls-games{
    top: 15%;
    right: 2%;
    width: 143px;
    height: 140px;
  }
  
  #ship-motion{
    height:700px;    
  }
  
  #ship-motion .ship, #ship-motion .cls-moon{
    width:300px;
  }
  
  .small-octopus {
    right: 0px;
  }
  .small-whale {
    right: 0px;
  }
  
  .blog-info-sec h2 {
    width: 100%;
  }
  
  .folds-sec {
    background: none;
  }
    
  .blog-info-sec {
    padding: 2em 0;
    text-align: center;
  }
  
  .row.folds4{
    margin-bottom:5em;
  }
  
  h2.title.m-hexa {
    font-size: 1.4em !important;
  }
  
  #m-skills-dev img {
    width: 100%;
    height: 100%;
  }
  
  #hex-island{
    padding-top:50px;
  }
  
  #hex-island img {
    width: 100%;
    height: 100%;
  }
  
  #home-html-block-1579612525968{
    height:220px;
  }

/* Start product page */
  
/*   add to cart Modal  */
  .cart-form .scroll-content .cart-list::-webkit-scrollbar-thumb{
    background-color: #0C9BC9 !important;
    background-image:none !important;
  }
  
/*   #as-product-hero-bg .col-empty, #tl-product-hero-bg .col-empty, #gtf-product-hero-bg .col-empty, #gr-product-hero-bg .col-empty {
    height: 350px;
  } */
  #tl-hero-top-m img, #as-hero-top-m img, #gr-hero-top-m img, #gtf-hero-top-m img{
    object-fit:contain;
  }
  #tl-hero-top-m{
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/terra-loop-hero-bg-mobile.jpg?v=1583136893);
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  #as-hero-top-m{
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/alpha-steel-hero-bg-mobile.jpg?v=1583136892);
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  #gr-hero-top-m{
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/galaxy-raiders-hero-bg-mobile.jpg?v=1583136892);
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  #gtf-hero-top-m{
    background: url(https://cdn.shopify.com/s/files/1/0271/4642/0298/files/guess-the-fence-hero-bg-mobile.jpg?v=1583136892);
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  #tl-product-hero-right, #gr-product-hero-right, #gtf-product-hero-right, #as-product-hero-right{
    background:none !important;
    height:auto;
  }


/* end product page */

/*   Add to cart popup */
  .cart-form .cart-list .flex_row, .cart-form .cart-list .details{
    min-width: fit-content;
  }
  .cart-popup-coll-related .product-item .product-image {
    padding-bottom: 15px;
  }
  .cart-form .cart-list .details {
    padding-top: 9px;
  }
  
  
/* start   About page responsive*/
  #about-us .is_parallax, #about-us2 .is_parallax{
    height:0px;
  }
  #about-us {
      padding-top: 10px !important;
  }
  
  #about-us h1.abt-title {
   font-size:3.3em;
   
  }
/* End about page */
  
/*   footer */
	footer.site-footer.footer-default {
      bottom:inherit;
    }

  
  
}


/***** Media query for Mobile *****/
@media screen and (max-width: 380px) {
  
  .template-index .slide-content h2.slide-heading{
    font-size: 12px !important;
  }
  
  .template-index .slide-content .slide-text{
    font-size: 11px !important;
  }
  
  #about-us h3 {
      font-size: .95em;
      line-height: 1.4;
  }
  
  .product-shop .prices {
    font-size: 19px;
  }
  
}