body {
   font-family: 'Montserrat', sans-serif ;
   /* font-family: 'Avenir', sans-serif; */
	font-size: 14px /*{body-font-size}*/;
	color: #363741 /*{body-font-colour}*/;
    text-decoration: none;
	background-color: #ffffff;
}

.n-responsive-content {
	font-size: 16px /*{body-font-size}*/;
    line-height: 1.5;
	color: #363741 /*{body-font-colour}*/;
    text-decoration: none;
}

.n-responsive-content a, .n-responsive-content a:hover  {
	color: #00545d /*{body-font-colour}*/;
}


.alert-primary {
    background-color: white !important;
    border-color: white !important;
}


/*------------- Padding sytles -------------*/
.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}


.paddingleft5 {
    padding-left: 5px;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingbottom5 {
    padding-bottom: 5px;
}

.paddingtop5 {
    padding-top: 5px;
}

.nopadding {
    padding: 0px !important;
}

/*------------- Margin styles -------------*/

.margin5 {
    margin: 5px;
}
}

.margin10 {
    margin: 10px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginright5 {
    margin-right: 5px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop25 {
    margin-top: 25px;
}
/*------------- Fonts -------------*/
.white {
    color: white;
}

.red {
    color: red;
}

/*------------- Shop links -------------*/

.shop:hover .btn, .shop:focus .btn {
	color: white;
	background-color: #339999;
}

.shop {
    vertical-align: bottom;
}
.shop a {
	text-decoration: none;
    font-size: 17px;
    color: white;
	background-color: black;
    padding: 10px 50px 10px 50px;
    margin-right: 1px;
    font-weight: bold;
    vertical-align: bottom;
}

.guides:hover .btn, .guides:focus .btn {
	color: white;
	background-color: #00545D;
}

.community:hover .btn, .shop:focus .btn {
	color: white;
	background-color: teal;
}

.community a {
	text-decoration: none;
    font-size: 17px;
    color: white;
	background-color: grey;
    padding: 10px 50px 10px 50px;
    vertical-align: bottom;
}
/*------------- Promo boxes -------------*/
.promo {
	margin-bottom: 10px;
	padding: 0 10px;
}
@media (min-width: 768px) {
	.promo {
		margin-bottom: 30px;
	}
}
.promo .col-img {
	padding: 0;
}
.promo .col-img > img {
	width: 100%;
}
.promo a {
	color: black;
	text-decoration: none;
}
.promo p {
	font-size: 17px;
}
.promo-li-content:hover .btn, .promo:focus .btn {
	color: white;
	background-color: black;
    text-align: center;
}
.promo-li-content a {
    color: #000;
}
.padding20 a {
    color: #000;
}
.promo-li-content .btn-promo {
	color: black;
	background-color: transparent;
	border-color: black;
    border:1px solid black;
    text-align: center;
    font-size: 15px;
}
.mega-li-content{
    background-color: whitesmoke;
    margin: auto; 
    padding: 0px;
    width: 100%;
}
.mega-li-content a{
    text-align: center;
    margin: auto;
}
.mega-li-content .btn-promo a:hover, .promo:focus .btn{
	color: white !important;
    text-decoration: bold;
	background-color: black;
    text-align: center;
    border: 0px !important;
}
.mega-li-content .btn-promo a{
	color: black;
	background-color: transparent;
	border-color: black;
    border:1px solid black;
    text-align: center !important;
    padding: 15px;
    display: inline-block;
}


.promo_content_2:hover .btn, .promo:focus .btn {
	color: white;
	background-color: black;
}
.promo_content_2 .btn-promo {
	color: black;
	background-color: transparent;
	border-color: black;
    border:1px solid black;
}

.promo1, .promo3 {
	background-color: whitesmoke;
	background-clip: content-box;
}

.promo_content {
    background-color: whitesmoke;
    padding: 30px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}

.promo_content_2 {
    background-color: whitesmoke;
    padding: 30px;
    margin: 0px 2px 0px 2px;
    font-size: 14px;
    text-align: center;
}
/*------------- Columns of same height styles -------------*/
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;vertical-align: bottom;
  }
}

/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: #00545D /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #00545D /*{link-text-colour}*/;
	opacity:0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
    margin-top: 15px;
}
h5,
.h5 {
	font-size: 15px /*{header-5-font-size}*/;
}


/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: #FFFFFF /*{btn-default-text-colour}*/;
	background-color: #373842 /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: #FFFFFF /*{btn-default-text-colour-hover}*/;
	background-color: #26272d /*{btn-default-bg-colour-hover}*/;
}

.btn-primary,
.btn-success,
.label-primary,
.label-success,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFFFFF /*{btn-primary-text-colour}*/;
	background-color: #339999 /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #339999 /*{btn-primary-bg-colour-hover}*/;
}


.blog-thumbnail .blog-date {
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #363741;
  color: #fff;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 8px;
  left: 19px;
  padding: 6px;
}

.btn-warning,
.label-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
	color: #ffffff /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
}

.btn-danger,
.label-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}

.btn-info,
.label-info {
	color: #ffffff /*{btn-info-text-colour}*/;
}
.thumbnail-badge.label-info span {
	color: #ffffff /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #9b9cab /*{btn-info-bg-colour-hover}*/;
}

.btn-inverse {
  color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
  background-color: #ffffff;
}

/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}

/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: #373842 /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: #fff /*{announcement-text}*/;
}

/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: #359d8f /*{btn-primary-bg-colour}*/;
  color: #fff /*{btn-primary-text-colour}*/;
}

/*--------- MENU ---------*/

.desktop-nav {
  position: absolute;
  font-size: 13px;
  top: 44px;
  left: 226px;
}
#widemenu {
  position: absolute;
  font-size: 13px;
  width: 100%;
  top: 40px;
  left: 226px;
}

/* first stage */

#widemenu > ul {
  position: relative;
  display: flex;
  justify-content: left;
  margin: 0 auto;
  padding: 0;
}
    

#widemenu li a {
  display: block;
  text-decoration: none;
  text-align: left;
}

#widemenu ul li {
  color: #000;
  list-style: none;
  transition: 0.5s;
}

#widemenu > ul > li > a {
  padding: 15px 0px;
  background-color: black;
  color: white;
  font-weight:600;
  border-right: 2px solid white;
  width:150px;
  text-align: center;
}
#widemenu > ul > li > a:hover {
  background-color: darkslategrey;
}

#widemenu > ul > li > a.com {
  padding: 15px 25px;
  background-color: #00545D;
  font-weight:600;
  width: 150px;
  text-align: center;
}
#widemenu > ul > li > .com a:hover {
  background-color: #359d8f; 
  border-right: 0px;
}

#widemenu > ul > li:hover {
  background-color: white;
  padding-right: -2px solid white;
}

/* second stage (the mega-menu) */

#widemenu ul.megamenu {
  position: absolute;
  display: flex;
  flex-wrap: wrap; 
  width: 100%;
  top: -9999px;
  left: -225px;
  padding: 0px;
  margin: 0px;
  background: whitesmoke;
  text-align: left;
  z-index: 9999999;
}

#widemenu .padding20 {
  padding: 30px !important;
}

#widemenu ul.megamenu ul {
  color: #000;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  transition: 0.5s;  
}

#widemenu ul.megamenu ul li .newarrivals{
  width: 100%; /* cancel style before */
}

#widemenu ul.megamenu ul.com {
  width: 25%; /* fallback for non-calc() browsers */
  width: calc(100% /5);
  color: #000;
  box-shadow: none;
  margin: 0px;
  padding: 30px;
}

#widemenu .megamenu ul li {
  color: #000;
  list-style: none;
  transition: 0.5s;  
}

#widemenu .megamenu li a {
  display: block;
  text-decoration: none;
  text-align: left;
}

#widemenu .megamenu li a:hover {
  color: #359d8f;
}
#widemenu ul li:hover ul.megamenu {
  top: 100%;
}

/* third stage (child-menus in the mega-menu) */


/*--------- VERTICAL MEGAMENU ---------*/

.verticalmenu {
    position: relative;
    height: 485px;
    width: 15%;
    top: 0px;
    left: 0px;
    background-color: #ededed;
    color: #000;
    text-align: left;
    z-index: 99;
    margin: 0px;
    padding-top: 20px !important;
}    

.verticalmenu a, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:focus,  {
    color: #000;
    text-decoration: none;
}
.verticalmenu a:hover {
    color: #227087;
    text-decoration: none;
}
.verticalmenu > ul  {
    padding-top: 20px
}
.verticalmenu > ul > li {
    color: #000;
    list-style: none;
    transition: 0.2s;
}

.verticalmenu > li {
    display: block;
    text-align: left;
}


.verticalmenu > li.red > a {
    color: red;
}


.verticalmenu > li > a {
    padding:9px 8px 9px 25px;
    margin: 0px;
    display: block;
}
.verticalmenu > li:hover > a {
    color: #359d8f;
    font-weight: bold;
    transition-delay: 0s; 
    display: block;
}
.verticalmenu > li:hover > a::after { 
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 75%; // ** Tweak this **
    height: 100%; 
}
    
.verticalmenu > li:hover {
    background-color: whitesmoke;
}

/* Megadrop width dropdown */
 .verticalmenu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-left: 100%;
    background-color: whitesmoke;
    list-style: none;
    top: 0px;
    width: 550%;
    min-height: 100%;
    z-index: 99;
    overflow: hidden;
    transition: 0.2s;
    transition-delay: 0.5s;
}


@media (max-width: 1200px) {
    	 .verticalmenu > li > .megadrop {

	}
}
    
/* Megadrop width dropdown ads */
 .verticalmenu > li > .megaad {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-left: 100%;
    background-color: whitesmoke;
    list-style: none;
    top: 0px;
    width: 550%;
    min-height: 100%;
    text-align: center;
    z-index: 99;
    overflow: hidden;
}

/* Megasale width dropdown ads */
 .verticalmenu > li > .megasale {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-left: 100%;
    background-color: whitesmoke;
    list-style: none;
    top: 0px;
    width: 550%;
    min-height: 100%;
    z-index: 99;
    overflow: hidden;
}


.visible {
    visibility: visible !important;
    opacity: 100 !important;
    z-index: 9 !important;
}

.verticalmenu .visible ul li:hover:after {
    visibility: hidden !important;
}

.verticalmenu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    display: block;
}

.verticalmenu > li:hover .megaad {
    opacity: 1;
    visibility: visible;
}
.verticalmenu ul li:hover:after {
    color: #227087;
    display: block;
}
.verticalmenu .col {
    width: 19%;
    background-color: whitesmoke;
    float: left;
    color: white;
    height: 483px;
    display: block;
    top: -15px;
    padding-top: 30px;
    padding-left:15px;
    margin: 0px;
}

.verticalmenu .col ul {
    padding: 0;
    margin: 0;
}
.verticalmenu .col ul li {
    margin: 0px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    width: 100%;
}
.verticalmenu .col h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}

.verticalmenu .col .margintop h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.com h3 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 2px;
}


.verticalmenu .col ul li a {
    display: block;
    padding: 0;
}
.verticalmenu .col ul li a:hover {
    color: #359d8f;
    text-decoration: underline;
}

.carousel {
  background-color: white;
  text-align: center;
  margin: auto;
  padding: 7px;
}

.carousel h3 a, .carousel .price a {
  text-align: center !important;
  font-size: 12px;
}

.carousel p {
  text-align: center;
  font-size: 12px;
}

.verticalmenu .block {
    display: block !important;
}
/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
  color: #363741 /*{header-menu-link}*/;
  font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: #359d8f /*{header-menu-link-hover}*/;
}

/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
	background-color: rgba(55, 56, 66, 0.9) /*{carousel-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
	color: #ffffff /*{carousel-text-colour}*/;
}

/*--------- ABOUT US PAGE ---------*/

.staff {
	margin-bottom: 30px;
	background-color: whitesmoke;
	background-clip: content-box;
}

.staff .content {
	padding: 12px 5px;
}

.staff .content h4, .staff .content p{
	font-size: 90%;
}
.staff .row-height .col-col-img {
	padding: 0;
    height: 250px;
    overflow: hidden;    
}

    
.responsive {
   max-width: 100%;
   min-width: 100%;
   min-height: 100%;
   max-height: 250px;
   object-fit: cover;
}


.staff-photo-desc {
	font-size: 80%;
	margin-top: 8%;
}

.staff-arrow {
	background: url('/assets/images/cam-arrow.png');
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20%;
	left: 2px;
}

@media (max-width: 768px) {
	.staff-arrow {
		background: url('/assets/images/cam-arrow-xs.png');
		background-repeat: no-repeat;
		background-size: contain;
		height: 60%;
		padding-right: 70%;
		position: absolute;
		top: 2px;
		left: 5%;
	}
}

/*--------- SPONSORED ATHELETES PAGE ---------*/

.athlete-banner h2 {
	color: white;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	height: 1em;
	margin: auto;
}

.avatar img{
	text-align: center;
    position: relative;
    border: 4px solid white;
    -webkit-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.athlete-avatar img{
    margin-top: -80px;
    margin-left: 20px;
}

.athlete-avatar i {
	margin: 0 10px;
}

.athlete-quote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.athlete-quote:after {
	content: close-quote;
	font-size: 0;
}

@media (max-width: 768px) {
	.athlete-banner h2 {
		font-size:30px;
	}
	.athlete-avatar img{
		width: 120px;
		height: 120px
	}
}

/*--------- QUICK TIPS ---------*/
.quick-tips {
  border: 1px solid #e6e6e6;
  width: 50%;
  color: #008080;
 margin: 30px;
 line-height: 2em;
float: right;
 height: auto;
}
.quick-tips img {
  float: right;
 overflow: hidden;
 height: 350px;
}

.quick-tips h3{
  margin: 40px 20px 20px 20px;
  text-align: center;
}
.quick-tips ul {
 margin: 20px;
list-style-type: square;
}

@media (max-width: 768px) {
	.quick-tips {
	     width: 100%;
              float: none;
              line-height: 1em;
              margin: 5px;
	}
	.quick-tips img  {
               width: 100%;
               height: auto;
               overflow: hidden;
               text-align: center;
               margin-bottom: 10px;
	}
	.quick-tips h3 {
		margin-top: 20px;
	}
	.quick-tips ul {
		margin: 10px 10px 20px 5px;
	}
}

@media (max-width: 1200px) {
	.quick-tips {
	     width: 100%;
              float: none;
              line-height: 1em;
              margin: 5px;
	}
	.quick-tips img  {
               width: 100%;
               height: auto;
               overflow: hidden;
               text-align: center;
               margin-bottom: 10px;
	}
	.quick-tips h3 {
		margin-top: 20px;
	}
	.quick-tips ul {
		margin: 10px 10px 20px 5px;
	}
}


.image-box {
  border: 1px solid #e6e6e6;
  width: 43%;
  color: #008080;
  margin-right: 10px;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.image-box img {
 overflow: hidden;
 width: 100%;
}

.image-box p {
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
	.image-box  {
	     width: 100%;
	}
}


@media (max-width: 1200px) {
	.image-box  {
	     width: 100%;
	}

}

.image-box-small {
  border: 1px solid #e6e6e6;
  color: #008080;
  margin-right: 10px;
  height: auto;  
  float: left;
  margin-bottom: 10px;
}
.image-box-small img {
 overflow: hidden;
 width: 300px;
}
.image-box-small p {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
	.image-box-small {
	     width: 100%;
	}
}


@media (max-width: 1200px) {
	.image-box-small {
	     width: 100%;
	}

}


/*--------- PRODUCT PAGE ---------*/

.video{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.show-read-more .more-text{
        display: none;
}

a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}
.description {
    width: 100%;
}

/* info buttons */
.info-buttons button {
	padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal_safety {
    visibility: hidden; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

modal_shoe {
    visibility: hidden; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.model-shoe.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
  
}

modal_safety {
    visibility: hidden; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.model-safety.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
  
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    max-width: 600px;
}

/* The Close Button */
.close, .closeSafety {
    color: black;
    float: right;
    font-size: 50px;
    font-weight: bold;
    margin-top: -20px;
}

.close:hover,
.close:focus,
.closeSafety:hover,
.closeSafety:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content img {
	width: 50%;
	display: block;
	margin: auto;
}

.modal-content h2 {
	font-size: 26px;
}

.modal-content h3 {
	font-size: 20px;
}

@media (max-width: 768px) {
	.modal {
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.modal-content {
		padding: 30px;
	}
	.modal-content h2 {
		font-size: 22px;
	}
	.modal-content h3 {
		font-size: 18px;
	}
}

.afterpay-btn {
	color: white;
	background: #428bca;
	border: none;
    width: 100%;
    font-size: 16px;
    margin-bottom:10px;
}


.guide-btn {
	color: white;
    background-image: url("/assets/images/shoe_guide_bg.jpg");
	border: none;
    width: 100%;
    font-size: 16px;
    margin-bottom:10px;
}


.safety-btn {
	color: white;
	background: #d9534f;
	border: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
	text-transform: uppercase;
}

.shoereturns-btn {
	width: 100%;
	color: white;
	background: #f5a32b;
	border: none;
    font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.modal-content p.terms-link {
	font-style: italic;
}

.productpricetext {
	font-size: 24px;
}

.brand-image img {
	height: 70px;
    display:inline;
}

/* for specs box */
.specifications .table tr:first-child td {
	border-top: none;
}

.specifications .table td {
	border-bottom:1px solid;
}

.specifications {
	padding: 1px 15px;
	margin-bottom: 20px;
	background: whitesmoke;
}

.specifications h2 {
	text-align: center;
	margin-top: 20px;
    font-size: 18px;
}


/* organic style image grid */
.styles-button p {
    text-align: center;
    color: white;
    background: #66c066;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    display: block;
}

.organic-styles h3 {
    margin-top: 50px;
    text-align: center;
}
.organic-styles .style-container {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    border-radius: 30px;
}

.organic-styles .style-container .style-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* hydrascape style image grid */
.styles-button p {
    text-align: center;
    color: black;
    background-color: rgba(0, 84, 93, 0.4);
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    display: block;
}

.hydrascape-styles h3 {
    margin-top: 50px;
    text-align: center;
}
.hydrascape-styles .style-container {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 84, 93, 0.7);
    
    /* border-radius: 30px; */
}

.hydrascape-styles .style-container .style-label {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: normal;
    transform: translate(-50%, -50%);
}

/*--------- CATEGORY PAGE ---------*/

.ca-read-more {
    display: none;
}

.readcontent {
    width:100%;
    min-height:50px;
    height:auto;
}
.remaining-content span {
    display:none;
}

.savings-container2 {
	position: absolute;
	width: 40px;
	height:40px;
	top: 0px;
	right: -6px;
	background-color: #d9534f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
}

.soldout-container {
	background-color: black;
	position: absolute;
	bottom: 100px;
	right: 20px;
	font-size: 24px;
	padding-bottom: 5px;
}

.savings-off {
	position: absolute;
	top: -8px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1em;
	margin: auto;
	padding: 0;
}

.was-price {
	text-decoration: line-through;
	font-size: 85%;
	font-weight: bold;
}

.caption h3, .caption .price {
	margin-bottom: 5px;
}

.savings-price {
	color: #d9534f;
}

.price {
	font-weight: bold;
}

.category-adbanner img {
	text-align: center;
    width: 100%;
    height: auto;
}

.panel-ad img {
	width: 100%;
}

.mlp-container {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 110px;
	right: 5px;
	background-image: url("/assets/images/mlp.jpg");
	background-size: 50px;
}
/* pro-deal pricing display */
.wrapper-pricing-prodeal {
	color: white;
	background: #428bca;
	border-radius: .25em;
	border: none;
	padding: 10px;
}

.wrapper-pricing-prodeal .productrrp {
	color: white;
}

.wrapper-pricing-prodeal .productsave {
	color: white;
}

/* pro-deal */
.savings-container-prodeal {
    position: absolute;
	width: 50px;
	height:50px;
	top: 0px;
	right: -6px;
	background-color: #d9534f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
	background-color: #428bca;
}

.savings-container-prodeal .prodeal-tag {
	padding-left: 5px;
    margin-top: 5px;
    color: #2b5982;;
}

/* aussie made */

.savings-container-aussie {
    position: absolute;
	background-image: url("/assets/images/gumleaf.png");
    background-repeat: no-repeat;
    width: 62px;
	height: 48px;
    background-size: 62px;
	top: 65px;
	right: 0px;
    line-height: normal;
	color: white;
	font-size: 65%;
	text-align: center;
    background-color: transparent;
    padding-right:14px;
    padding-top:4px;
    
}
  
    
.savings-container-aussie .aussie-tag {
    margin-top: 10px;
    padding-left: -3px;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* coming soon */


.savings-container-coming {
  position: absolute;
  top: 0px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 1;
  -ms-flex-pack: center;
  text-align: center;
  font-size: 9px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
  
    
.savings-container-aussie .coming-tag {
    margin-top: 10px;
    padding-left: -3px;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* wholesale pricing display */
.wrapper-pricing-wholesae {
	color: white;
	background: #428bca;
	border-radius: .25em;
	border: none;
	padding: 10px;
}

.wrapper-pricing-wholesale .productrrp {
	color: white;
}

.wrapper-pricing-wholesale .productsave {
	color: white;
}

/* wholesale */
.savings-container-wholesale {
    position: absolute;
	width: 50px;
	height:50px;
	top: 0px;
	right: -6px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
	background-color: #FF9A29;
}

.savings-container-wholesale .wholesale-tag {
    font-size: 7.5px;
    color: #331E08;
}


/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: #359d8f  /*{usp-colour}*/;
}

/*--------- Who we are ---------*/
div.background {
  background: url('/assets/images/about us-02489 (1).jpg');
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
}
div.transbox {
  margin: 7px;
  border: 0px solid black;
  opacity: .95;
  filter: alpha(opacity=0); 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
div.transbox p {
  margin: 2%;
  font-weight: bold;
  color: #000000;
}




#IPampleModalCenter .modal-content button.model-close-btn {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 40px;
    font-weight: 500;
    opacity: unset;
}

div#au_only {
    margin-top: 15px;
    background: #f5a32b;
}
.cart-massage {
    text-align: right;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
.col-md-4.col-xl-3.Postcose_cart {
    margin-top: 20px;
}
}


#header-cart .checkout.btn.btn-success {
    display: none;
}
#header-cart  button.btn.btn-default.viewcart {
    width: 100%;
}


#npopupDesc .successaddmessage .footer .left {
    width: 100%;
}

#npopupDesc .successaddmessage button.btn.btn-default.npopup-view {
    float: right;
}
#npopupDesc .successaddmessage .footer .calltoaction.npopup-checkout {
    display: none;
}

div#IPampleModalCenter .modal-body>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#IPampleModalCenter .modal-body>div>*:not(:last-child) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1570px) and (min-width: 1287px) {
    #search {
        width: 55% !important;
    }
}


@media only screen and (max-width: 1286px) and (min-width: 1200px) {
    #search {
        width: 55% !important;
    }
}
@media (max-width: 576px) {
    .mob-links {
        text-align: right;
    }
    .mob-logo {
        width: calc(100% - 180px);
    }

    .mob-logo img {
        max-width: 180px;
    }
}
