/* General */

* {
    outline: none!important;
}

#shopify-section-footer>footer>div>div:nth-child(5)>div.grid-item.large--two-fifths>ul>li:nth-child(2)>a {
    display: none!important;
}

#Email {
    border: none;
}

table#size-guide {
    font-size: .7em!important;
    max-width: 100%;
}

.section-header--right {
    text-transform: uppercase;
}

/* Product pages */
@media all and (max-width: 768px) {
	#addToCartForm-product-template>div.payment-buttons.payment-buttons--small {
		margin-top: 25px;
		background: white;
		padding: 15px 15px 0 15px;
		width: 100%;
		position: fixed!important;
		bottom: 0px!important;
		right: 0px!important;
        z-index: 2147483647;
	}
}

.btn.btn--secondary-accent,
.btn--secondary-accent.btn-secondary,
input.btn--secondary-accent[type="submit"],
.btn--secondary-accent.header-cart-btn,
.shopify-payment-button .btn--secondary-accent.shopify-payment-button__button--unbranded {
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
    color: #FFF;
}

.btn.btn--secondary-accent:hover,
.btn--secondary-accent.btn-secondary:hover,
input.btn--secondary-accent[type="submit"]:hover,
.btn--secondary-accent.header-cart-btn:hover,
.shopify-payment-button .btn--secondary-accent.shopify-payment-button__button--unbranded:hover {
    background-color: #388E3C;
    border: 2px solid #388E3C;
    color: #FFF;
}

}
.p-thirty {
    padding: 0 0 30px 0;
}
.product-description img {
    max-width: 70%;
    margin: 40px auto;
}
.product-description td,
.product-description th {
    font-size: 12px;
}
select {
    background-color: rgba(0, 0, 0, .05);
}
div.product-description.rte>h2.prod-details,
div.product-description.rte>h2.prod-fit {
    margin-top: 50px;
}
#ProductSection figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.lower-content-block{
	margin-top: 30px;
}
.lower-content-title span{
  	font-size: 1.333em;
	background: white;
  	padding-right: 10px;
}

.lower-content {
	border-top: 1px solid #C7373D;
  	padding-top: 10px;
}

.lower-content-block > div > p:nth-child(1) {
  	margin-top: 10px;
}

/* Desktop Navigation */

.site-nav {
    font-size: 12px;
}
@media all and (min-width: 768px) {
  	#MenuParent-2 {
  		padding-bottom: 17px;
    }
    #MenuParent-2,
    #MenuParent-3,
    #MenuParent-4,
    #MenuParent-5,
   	#MenuParent-6 {
        background: #000;
        border-color: #000;
    }
    
    #MenuParent-2 a,
    #MenuParent-3 a,
    #MenuParent-4 a,
    #MenuParent-5 a,
  	#MenuParent-6 a,
    #MenuChildren-2-2 a,
    #MenuChildren-3-2 a,
    #MenuChildren-4-2 a,
    #MenuChildren-5-2 a {
        color: rgba(255, 255, 255, .6);
        text-transform: uppercase;
    }
  	#MenuParent-3 > li > a
  	{
      min-width: 132px;
  	}
    
    #MenuParent-2 a:hover,
    #MenuParent-3 a:hover,
    #MenuParent-4 a:hover,
    #MenuParent-5 a:hover,
  	#MenuParent-6 a:hover{
      	background: #191919;
        color: white;
        
    }
    #MenuChildren-2-1,
    #MenuChildren-2-2,
    #MenuChildren-2-3,
    #MenuChildren-2-4,
    #MenuChildren-2-5 {
		background: #000;
        border: none;
        padding: 15px;
        margin-left: 220px;
        margin-right: 80px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #MenuChildren-2-1{
        margin-top: -40px;
    }
    #MenuChildren-2-2{
        margin-top: -79px;
    }
    #MenuChildren-2-3{
        margin-top: -118px;
    }
    #MenuChildren-2-4{
        margin-top: -157px;
    }
    #MenuChildren-2-5 {
        margin-top: -89px;
    }
    #MenuChildren-2-1 li,
    #MenuChildren-2-2 li,
    #MenuChildren-2-3 li,
    #MenuChildren-2-4 li,
    #MenuChildren-2-5 li {
        margin-left: 15px;
    }
    #MenuChildren-2-1 > li .more-link,
    #MenuChildren-2-2 > li .more-link,
  	#MenuChildren-2-3 > li .more-link,
  	#MenuChildren-2-4 > li .more-link,
 	#MenuChildren-2-5 > li .more-link {
        color: #fff;
        text-decoration: underline;
        display: block;
        float: right;
        column-span: all;
    }
    #MenuChildren-2-1 h2,
    #MenuChildren-2-2 h2,
  	#MenuChildren-2-3 h2,
  	#MenuChildren-2-4 h2,
  	#MenuChildren-2-5 h2 {
        color: #fff;
        margin-left: 30px;
        padding-bottom: 12px;
        font-size: 1.2em;
        margin-bottom: 0;
        column-span: all;
    }
    #MenuChildren-2-1 span a,
    #MenuChildren-2-2 span a,
  	#MenuChildren-2-3 span a,
  	#MenuChildren-2-4 span a,
  	#MenuChildren-2-5 span a {
        color: #fff;
        margin-left: 15px;
        column-span: all;
        font-size: .8em;
        text-decoration: underline;
    }
    #MenuChildren-2-1 span a:hover,
    #MenuChildren-2-2 span a:hover,
  	#MenuChildren-2-3 span a:hover,
  	#MenuChildren-2-4 span a:hover,
  	#MenuChildren-2-5 span a:hover {
        background: #000;
    }
  .site-nav--dropdown a:focus, .site-nav--dropdown-grandchild a:focus {
      	background: #000;
        color: white;
	} 
}

#CollectionSection > div.lower-content-block {
  margin-top: 50px;
}

#CollectionSection > div.lower-content-block > h1 {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #E53935;
}
.lower-content {
/*   border-top: 2px solid #E53935; */
}

.rich-text hr{
  display: none;
}
.flex-viewport {
  
}
.custom-content{
  margin-bottom: 0;
}

.flexslider { 
  text-align: center;
  margin-top: 40px;
}

.slider-heading{
    padding: 20px 20px 20px 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 86;
}
.slider-heading > p {
    background: #000;
  	font-size: 1.2em;
    font-family: Akko,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  	padding: 20px 20px 20px 20px;
  	cursor: pointer;
  	transition: background 1s;
  	min-width: 400px;
}
.slider-heading > p:hover {
  background: #C7373D;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;

}
.flex-control-nav,
.index-section hr,
#shopify-section-1576889091922 > hr{
  display: none;
}
#shopify-section-1576734170105 > div > div{
  margin-bottom: 30px;
}
@media all and (max-width: 768px) { 
  .flexslider { 
  	margin-top: -15px;
  }
  .featured-block-1{
  	margin-top: -65px;
  }
  .featured-block-1 .grid-item,
  .featured-block-2 .grid-item{
  	margin-top: 5px;
  }
  .featured-block-2{
    margin-top: -40px;
  }
  li.featured-collection {
    margin-left: -3px;
  }
  .featured-block-1 .featured-collection a:hover:after,
  .featured-block-2 .featured-collection a:hover:after {
    width: 60%;
  }
  .slider-heading{
	top: 96%;
  }
  .slider-heading > p {
  	background: #C7373D;
  	font-size: .8em;
  	padding: 8px 10px 10px 10px;
  }
  .slider-heading > p:hover{
  	box-shadow: 0;
  }
  #shopify-section-1576734170105 > div > div {
  	margin-top: 40px;
  }
}

.social-sharing a:first-of-type {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 0 10px 10px 26px;
  height: 22px;
  line-height: 22px; 
  text-decoration: none;
  font-weight: 500;
}
#shopify-section-header {

}

@media (min-width: 1024px) {
  .row-full{
   width: calc(100vw - 8px);
   position: relative;
   margin-left: -50vw;
   height: 1px;
   margin-top: 1px;
   left: 50%;
   margin-top: 0;
  }
  .theme-cover { 
  background: #000;
  color: #fff;
  min-height: 200px;
  background-image:
  linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6)),
  url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  }
  .theme-info {
  height: 140px;
/*   max-width: 400px; */
  margin-top: 20px;
  margin-left: 40px;
  float: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .theme-cover-header {
  display: inline-block;
  float: left;
  font-size: .9em;
  margin-right: 30px;
  max-width: 530px;
  }
  .theme-info p {
  text-transform: uppercase;
  width: 110px;
  line-height: 1;
  padding: 5px 12px 5px 11px;
  background: #E53935;
  color: #fff;
  border-radius: 4px;
  }
  .theme-info .themed .rte .rte--header {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  
  }
  #CollectionSection > div > div > header > div > div > div > div.rte.rte--header {
  margin-top: 15px;
  }
  #mobile-gender-toggle{
  display: none;
  }
}

@media (max-width: 1024px) {
  #desktop-gender-toggle{
  display: none;
  }
  #mobile-gender-toggle{
  margin-bottom: 0;
  padding-bottom: 0;
  }
  .row-full{
   width: 100vw;
   position: relative;
   margin-left: -50vw;
   height: 1px;
   margin-top: 1px;
   left: 50%;
   margin-top: 0;
  }
  .theme-cover { 
  background: #000;
  color: #fff;
  min-height: 600px;
  background-image:
  linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6)),
  url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  }
  .theme-info h1,
  .theme-cover-header {
    line-height: 1em;
  }
  .theme-info {
  height: 500px;
  max-width: 300px;
  margin-top: 200px;
  margin-left: 40px;
  float: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  .theme-info p {
  text-transform: uppercase;
  width: 110px;
  line-height: 1;
  padding: 5px 12px 5px 11px;
  background: #E53935;
  color: #fff;
  border-radius: 4px;
  }
}



.theme-cover {
  background-color: #000;
  margin-top: -60px;
}


.theme-cover h1 {
  font-size: 3.4em;
  color: #fff!important;
}


.theme-cover-inner {
  max-width: 1060px;
  margin: 0 auto;
} 



#CollectionSection > div > div > div.grid-item.large--one-whole > div > a:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -4px;
}
#CollectionSection > div > div > div.grid-item.large--one-whole > div > a:nth-child(2) {
  border-right: 0;
  border-left: 0;
  margin-right: -4px;
}
#CollectionSection > div > div > div.grid-item.large--one-whole > div > a:nth-child(3) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#toggleFilters {
 display: none;
}


@media (max-width: 540px) { 
  #desktop-gender-toggle{
  display: none;
  }
  #mobile-gender-toggle{
  margin-bottom: 0;
  padding-bottom: 0;
  }
  .row-full{
   width: 100vw;
   position: relative;
   margin-left: -50vw;
   height: 1px;
   margin-top: 1px;
   left: 50%;
   margin-top: 0;
  }
  .theme-cover { 
  background: #000;
  color: #fff;
  min-height: 380px;
  background-image:
  linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6)),
  url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-bottom: 10px;
  }
  .theme-info h1,
  .theme-cover-header {
    line-height: 1em;
  }
  .theme-info {
  height: 380px;
  max-width: 300px;
  margin-top: 40px;
  margin-left: 40px;
  float: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  .theme-info p {
  text-transform: uppercase;
  width: 110px;
  line-height: 1;
  padding: 5px 12px 5px 11px;
  background: #E53935;
  color: #fff;
  border-radius: 4px;
  }
}

.shopify-payment-button__more-options {
	z-index: 2147483647;
}

/*  .sale-tag {
    text-decoration: line-through;
    color: #E53935;
    border: 0;
}

.grid-item .sale-tag {
  position: absolute;
  font-size: 1.5em;
  margin-left: 45px;
  margin-top: -30px;
}
.grid-item .sale-tag sup {
    display: inline-block;
}
.grid-item .product-item--price {
    margin-bottom: 0;
} */

.grid-item .sale-tag {
  display: none;
}

.product-item--price > span > small:nth-child(4) > s > small {
 color: #E53935;
}

#productPrice-product-template s {
 color: #E53935;
}

.additional-checkout-buttons {
  display: none !important;
}