/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied Started Overhaul by Websites in a Flash
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.2.73
*/

@import url("../shopkeeper/style.css");

body {
	font-family: 'Roboto Condensed' , sans-serif;
}
/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.page-id-1001693 #ubermenu-nav-main-3-main-navigation li a span {
    color: #000 !important;
}
.page-id-1001693 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.slide-from-right.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-325px, 0, 0) !important;
    transform: translate3d(-325px, 0, 0) !important;
}
.st-menu {
    width: 325px !important;
}
.pt-80{
    padding-top:80px;
}
.tax-product_cat .main-navigation li a,
.single-product .main-navigation.no-header-image li a,
.page-template-contact-us .main-navigation li a,
.page-template-warranty-form .main-navigation li a,
.page-template-contest-entry .main-navigation li a {
    color: #000 !important;
}
/*.woocommerce-tabs{
    display: none!important;
}*/
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-weight: normal!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
  top:40%;
}
.archive a.tools_button .tools_button_icon img{
    filter: brightness(0) !important;
}
.jumboIcon{
    display: inline-block;
    /*margin-left: 250px;*/
}

#menu-mobile-menu-slide-out li a{
    background-color: #f46000;
    padding: 5px 20px;
    color: white;
    border-radius: 6px;
    transition: .2s ease;
}
#menu-mobile-menu-slide-out li a:hover{
    background-color: #0275d8;
    transition: .2s ease;
    text-decoration: none;
}
.jumboHeaderText span:last-child{
    /*font-size: 65px;*/
    /*font-size: 60px;*/
    font-size: 26px;
}
.jumboHeaderText span{
    display: block;
}
.product_after_shop_loop_price{
    text-align: center;
}
.product_after_shop_loop_price span.price{
    display: inline-block;
    padding:0px 5px;
}
.contentBox h3{
    padding: 0px !important;
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
}
#ubermenu-main-3-main-navigation-4{
    display: none;
}

.offcanvas-menu-button .tools_button span.tools_button_icon {
	width: 34px !important;
	height: 34px;
}


.woocommerce-account .tools_button_icon img {
	padding: 15%;
	filter: none !important;
}

/*body.archive #products-grid li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.archive #products-grid li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.archive #products-grid li:hover {
  -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 999;
    box-shadow: 0 5px 15px rgba(8,141,223, 0.3);

}
*/
.woocommerce-account .col-1, .woocommerce-account .col-2{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#products-grid li.display_buttons {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_thumbnail {
  object-fit: contain;
  margin:0 auto;
}
body.archive #products-grid li .product_thumbnail img {
    /* max-height: 200px; */
}

.products li img {
    width: 100%;
    object-fit: contain;
    height: auto;
		aspect-ratio: 1/1;
}

body.archive #products-grid li{
    background-color:#FFF;
    box-shadow: 0 1px 2px rgba(120,120,120,.4);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    -ms-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 0);
    /* max-height: 270px; */
    min-height: 340px;
}

@media screen and (min-width: 1441px) {
	body.archive #products-grid li{
	    min-height: 420px;
	}
}

body.archive #products-grid li:hover{
    box-shadow: 0 1px 2px rgba(120,120,120,.6);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.1, 1.1);
    z-index: 999;
    background-color:#FFF;
}





.newBadge{
    background-color: #0084cb;
    color: white !important;
    padding: 3px;
    margin-left: 5px;
    border-radius: 5px;
}
#ubermenu-main-156-secondary_navigation-2.ubermenu-main{
    width:100% !important;
}
.white{
    color:#fff;
}
.sticky .ubermenu-main {
    margin-top: 0px;
}
.sticky .tools_button_icon img{
    filter: brightness(0);
}
.shopping_bag_items_number{
    display: none;
}
.offcanvas-menu-button .tools_button span.tools_button_icon{
    background-color: #F3600A;
    border-radius: 50%;
    width: 33px;
}
.offcanvas-menu-button {
    margin-left: 70px !important;
}
.offcanvas-menu-button .tools_button span.tools_button_icon img{
    top: 50%;
    margin: 0 auto;
    display: block;
}
.shopping-bag-button,.search-button{
    margin-left:0px;
}
#ubermenu-main-3-main-navigation-2{
    margin-right: 64px;
}
/****************************************************************/
/****************************************************************/
/****************************************************************/
.jumbotron{
    height:650px;
    /*height:800px;*/
    background-size:cover;
    /*background-position: center;*/
    background-position: bottom;
    border-radius: none;
    padding: 2rem 1rem;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
}
.featuredBox{
    min-height: 285px;
    background-color:#FFF;
    position: relative;
    box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.30);
}

.preseasonButton {
    background: #f26012;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: .61px;
    padding: 7px 15px;
    transition: .2s ease;
    position: absolute;
    right: 15vw;
    top: 35vh;
}

.vertical-text{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vertical-text h5 {
    position: absolute;
    transform: rotate(-90deg);
    top: 112px;
    left: -120px;
    background: #F3600A;
    width: 286px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
}
.featuredContainer {
    padding: 55px 61px 30px 61px !important;
}
.btn-black{
    border: 1px solid black;
    border-radius: 0px;
    color: black;
}
.subText{
    font-size: 14px;
    color: #050505;
    display: block;
}
.topText{
    font-size: 15px;
    color: #050505;
    display: block;
}
.modal-open .modal {
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
}
.modal.show .modal-dialog {
    z-index: 999;
}
.hyerHeader{
    margin: 0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}
.hyerSubHeader{
    margin: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 62px;
    letter-spacing: 1.9px;
    position: relative;
}
.hyerSubHeader::after {
    content: "";
    border: 3px solid white;
    display: block;
    width: 100%;
    position: absolute;
    right: 866px;
    top: 36px;
}
.btn-black{
    border:2px solid black;
    transition: .2s ease;
    font-weight: 100;
    font-size: 14px;
    color: #050505;
    letter-spacing: 0.61px;
}
.btn-black:hover{
    transition: .2s ease;
    color: #FFF;
    background-color:black;
}
.headerTitle{
    position: relative;
    top: 100px;
    /*top: 140px;*/
    /*top: 250px;*/
}

.blueGradientContainer{
    background-image: linear-gradient(-180deg, #088DDF 49%, #036CA5 100%);
}
.blueGradientContainer #featured{
    position: relative;
    /*bottom: 138px;*/
    bottom: 60px;
    max-width: 1215px;
    margin: 0 auto;
}

/*PACK IT IN SECTION HOMEPAGE*/



.product-img-container,
.icon-cta-1 {
	max-width: 1190px;
	margin:0 auto;
}
.product-img-container {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-content: space-around;
}
.product-img-container .prod-img{
	max-width: 45%;
	margin: 0 auto;
}


.prod-at {
	text-align: center;
	padding: 40px;
	font-weight: 600;
	font-size: 20px;
}

.ct-1 h2 {
	margin-top: 15px;
}

.prod-img h3 {
	padding-top: 0px;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}

.prod-img {
	width: 49%;
	padding-top: 30px;
	text-align: center;
}

.prod-img-shadow a>img {
	box-shadow: 0px 4px 4px 0px black;
}

.ct-1 {
  display: block;
  text-align: center;
  margin: 15px 0;
}



section#packitin{
    background-size:cover;
    background-position: center center;
    padding: 100px 0px;
}
.packitinContent h1{
    display: block;
    margin:0px;
    text-align:center;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 1.9px;
    line-height: 91px;
    text-transform: uppercase;
    font-weight: 600;
}
.packitinContent h1.lower{
    font-weight: 600;
    font-size: 39px;
    line-height: 13px;
    padding: 50px 0px 0px 0px;
}
.packitinContent{
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.76px;
}
.packitinContent p{
    padding: 30px 0px;
}
.btn-orangeSolid {
    background: #f26012;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: .61px;
    padding: 7px 15px;
    transition: .2s ease;
}
.btn-orangeSolid:hover {
    text-decoration: none;
    background: #FFF;
    color: #000;
    transition: .2s ease;
}
/*END PACK IT IN SECTION HOMEPAGE*/













/*HYER STANDARDS SECTION HOME PAGE*/

.btn-whiteOutline {
    border: 2px solid #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 20px;
    color: white;
    font-weight: 400;
    transition: .2s ease;
    font-size:13px;
}
.btn-whiteOutline:hover {
    transition: .2s ease;
    background-color:#FFF;
    color:#000;
    text-decoration: none;
}
.modal-content{
    background-color: #0084cb;
    /*width: 400px;
    padding: 17px 25px 35px;
    margin: 10% auto;*/
    border-radius: 10px;
}
.modal-body h5{
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 600 !important;
    margin: 20px 0px;
}
.modal-body p{
    margin-top: 5%;
    text-transform: initial;
    color: white;
    font-weight: 400 !important;
    text-align: center;
}
/*.modal-content .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    background: white !important;
    padding: 10px 17px !important;
    color: black !important;
    border-radius: 50%;
    left: 349px;
    top: -25px !important;
    max-width: 20px;
}
.modal-content button.close span{
    position: relative;
    left: -3px;
}*/
#fixedModals {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    padding-bottom:100px;
}
#fixedModals img {
  display: block;
}
#fixedModals a:hover .cssCircle{
    color: #FFF;
    background: #067EC5;
    transition: .2s ease;
}
#fixedModals .static {
    width: 85%;
    height: auto;
    padding-right: 0px;
    margin: 0 auto;
}
#fixedModals a.urethaneBottomChafers {
    position: absolute;
    top: 6%;
    left: 19.5%;
    width: 19%;
    height: auto;
    text-align: center;
    line-height: 22px;
    color: #067EC5;
}
#fixedModals a.unmatchedTearStrength {
    position: absolute;
    top: 7%;
    left: 62%;
    text-align: center;
    line-height: 19px;
    color: #067EC5;
}
#fixedModals a.tripleBondedSeams {
    position: absolute;
    top: 29%;
    left: 17%;
    text-align: center;
    line-height: 17px;
    color: #067EC5;
}
#fixedModals a.durableHypalonCoating {
    position: absolute;
    bottom: 15%;
    left: 16%;
    text-align: center;
    line-height: 18px;
    color: #067EC5;
}
.cssCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    /*behavior: url(PIE.htc);*/
    width: 15px;
    height: 15px;
    padding: 0px;
    background: #FFF;
    border: 1px solid #067EC5;
    color: #067EC5;
    text-align: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    transition: color 0.2s linear;
    font: 13px Arial, sans-serif;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.cssCircle:hover {
  background: #3F69A0 ;
  cursor: pointer;
}
.plusSign {
  line-height: 1.1em;
}
.plusSign:hover {
  color: white;
}
.hyerContainer{
    margin-bottom:100px;
}
.hyerContainer p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    font-weight: ;
    padding: 20px;
    text-align: center !important;
    max-width: 320px;
    margin: 0 auto;
}
.hyerContainer a.btn-white{
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 2px solid #FFF;
    max-width: 155px;
    color: white;
    text-transform: uppercase;
    padding: 4px 20px;
    transition: .2s ease;
    text-decoration: none;
}
.hyerContainer a.btn-white:hover{
    transition: .2s ease;
    border: 2px solid #F3600A;
    background-color:#F3600A;
}
/*MODAL STYLES*/
.modal-content.modal-hyer {
    background-color: #0084cb;
    width: 400px;
    padding: 40px 40px 80px;
    position: relative;
    margin: 10% auto;
    border-radius: 10px;
}
.modalh3 {
    color: white;
    text-align: center;
    font-size: 23px;
    font-weight: 600 !important;
    margin-bottom: 5%;
}
.modalhr {
    border-top: 3px solid white;
}
.modalh5 {
    margin-top: 5%;
    text-transform: initial;
    color: white;
    font-weight: 400 !important;
    text-align: center;
    font-size: 14px;
}
.close.CloseOutModal {
    background: white;
    color: #0084cb;
    line-height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 37px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    font-size: 15px;
}
.hyermodalimage {
    display: block;
    margin: 0 auto;
    width: 60%;
}
/*END HYER STANDARS SECTION HOMEPAGE*/




/*OTHER STYLES*/
.contained{
    padding: 205px 0px 150px 0px;
}



/*Footer styles*/

#site-footer {
    background-color: #423e3e !important;
    color: #FFF ;
    padding: 70px 0px;
}
#site-footer .footerMenu ul li a{
    color:#FFF;
}
#site-footer .footerMenu ul li a:hover{
    text-decoration: none;
}
.footerMenu ul{
    list-style: none;
}
.contactBtn a.btn-whiteOutlineFooter {
    border: 2px solid white;
    border-radius: 0px;
    margin: 0px;
    transition: .2s ease !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.contactBtn a.btn-whiteOutlineFooter:hover{
    color:#000 !important;
    background-color:#FFF;
    transition: .2s ease !important;
}
.footerMenu ul li{
    display: inline;
    padding: 0px 30px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    font-weight: 300;
}
.footerMenu ul li a {
    color: #FFF;
    font-weight: 400;
}
#site-footer .footerMeta a{
    color:#FFF;
}
.footerMeta {
    color:#FFF;
    padding-top: 25px;
    font-size: 12px;
    font-weight: 400;
}
.footerLogo img{
    max-width: 250px;
}
.mt-10{
    margin-top:10px;
}
.contact-button {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 50px;
    bottom: 50px;
    z-index: 100;
}
@media (max-width: 768px) {
    .contact-button {
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }
}
/*END Footer styles*/





/*CATEGORY PAGES*/
.archive .woocommerce-result-count{
    display: none;
}
.archive .shop-page .page-title.on-shop {
    font-size: 30px !important;
}
.archive .shippingNoticeArchive{
    background-color:#368add;
    margin-top:20px;
}
.archive .shippingNoticeArchive p{
    text-align: center;
    padding:20px 5px;
    color:#fff;
    font-size: 18px;
}

.term-description {
    text-align: left;
    max-width: 800px;
}

/*SINGLE PRODUCT STYLES*/
.woocommerce-tabs{
    margin: 50px 0px;
}
#boatHeader{
    background-size:cover;
    height:550px;
    background-position: center center;
    position: relative;
}
.boatName{
    position: relative;
}
.overlayBoats{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}
.boatName h3 {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 1.52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    border: 5px solid white;
    max-width: 565px;
    margin: 0 auto;
    display: block;
    padding: 20px;
}
.specifications{
    display: none;
}
.toggleButton{
    background-color: #F46000;
    margin: 0 auto;
    display: block;
    color: black;
    padding: 13px 40px;
    font-size: 20px;
    letter-spacing: 0.63px;
    transition: .2s ease;
}
.toggleButton:hover{
    background-color:#177FB6;
    transition: .2s ease;
}
.construction h3{
    padding:15px 0px;
}
.specifications h3{
    padding:15px 0px;
}
.construction, .specifications{
    margin-top:50px;
}
#boatSlider{
    margin: 120px 0px 65px 0px;
}
#max{
    background-color:#FCFCFC;
    padding:65px 0px;
}
.maxRec{
    padding: 0px 0px 0px 100px;
    text-align: center;
    font-size: 20px;
    color: #5A5A5A;
    letter-spacing: 0.63px;
}
.maxRec span{
    display: block;
}
.maxRec span.frameLength, .maxRec span.frameWidth, .maxRec span.frameDisclaimer{
    font-size:14px;
}
.maxRec img{
    padding: 25px;
    max-width: 130px;
}
.preseason p{
    font-size: 16px;
    color: #5A5A5A;
    letter-spacing: 0.63px;
}
.product_title{
    font-size: 36px !important;
    color: #5A5A5A !important;
    letter-spacing: 1.14px !important;
    font-weight: 500 !important;
}
.single-product .woocommerce-Price-amount{
    font-weight: 500 !important;
    font-size: 24px;
    color: #5A5A5A;
    letter-spacing: 1.14px;
}
.product-template-default .tools_button_icon i {
    color: black !important;
}
.product-template-default .tools_button_icon img {
    filter: brightness(0) !important;
}
/*.woocommerce-variation-add-to-cart .quantity button.single_add_to_cart_button{
    background-color: #F46000 !important;
    font-size: 15px !important;
    color: #000000 !important;
    letter-spacing: 0.63px !important;
    font-weight: 500 !important;
}*/
.single-product select{
    border: 1px solid #979797 !important;
}
.productNotice {
    font-style: oblique;
    font-size: 11px;
    color: #949494;
    letter-spacing: 0;
    font-weight: 400;
}
.product_cat_boats-products .product_meta span{
    display: none;
}
/*.product_cat_boats-products #page_wrapper.sticky_header .content-area,.product_cat_boats-products #page_wrapper.transparent_header .content-area {
    margin-top: 0px!important;
}*/
.product_cat_boats-products .single_product_summary_upsell{
    /*display: none;*/
}
section.up-sells{
    padding:0px;
}

section.upsells ul#products-grid li{
    box-shadow: 0 1px 2px rgba(120,120,120,.4);
    height: 285px;
    overflow: hidden;
		padding-top: 20px;
}
section.upsells ul#products-grid li h3 a.product-title-link {
    padding: 10px 0px;
}
section.upsells ul#products-grid li img{
    object-fit: contain;
    max-height: 180px;
}

section.upsells ul#products-grid li .woocommerce-Price-amount {
    font-size: 13px;
}
section.upsells ul#products-grid li .product_thumbnail {
    height: 180px;
}

@media screen and (max-width: 640px) {
	section.upsells ul#products-grid li{
		height: auto;
	}
}

#products-grid li h3 a.product-title-link{
    font-size: 16px !important;
}
.shop-page .page-title.on-shop{
    font-size: 20px !important;
}
.menu-button-text-custom{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}
.tools_button_icon {
    float: none;
    margin: 0 auto;
}
#fabric{
    padding-top:100px;
    position: relative;
}
#fabric .offset-md-3 {
    margin-left: 21%;
}
#fabric .boatImg {
    position: relative;
}
#fabric .boatImg img {
    max-width: 290px;
    position: absolute;
}
.noPad{
    padding:0px;
}
#fabric h2{
    font-size: 44px;
    color: #5D5D5D !important;
    letter-spacing: 1.9px;
}
#fabric h4{
    font-size: 33px;
    color: #5D5D5D!important;
    font-weight: 100;
    letter-spacing: 1.9px;
}
#fabric p {
    font-size: 14px;
    color: #2F2F2F;
    letter-spacing: 0.57px;
}
#whyHypalon{
    background-color:#F7F7F7;
    color:#2F2F2F;
}
#whyHypalon img{
    padding: 40px;
}
#whyHypalon .why{
    padding: 80px 40px;
}
#whyHypalon p{
    font-size: 16px;
    color: #2F2F2F;
    letter-spacing: 0.57px;
}
#whyHypalon .vertical-text h5 {
    top: 166px;
    left: -174px;
    width: 393px;
}
#featuredProduct{
    background-color:white;
    color: #2F2F2F!important;
}
#featuredProduct .why{
    /*padding: 80px 40px;*/
    padding-top: 70px;
    color: #2F2F2F!important;
}
#featuredProduct p{
    font-size: 16px;
    color: #2F2F2F!important;
    letter-spacing: 0.57px;
}
#featuredProduct .vertical-text h5 {
    top: 126px;
    left: -134px;
    width: 314px;
}
#hyerStandards{
    margin-top: 30px;
}
#noFluff{
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
#noFluff .blueOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8,141,223,0.7);
}
#noFluff h2{
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 1.9px;
    margin: 0;
}
#noFluff h4 {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 1.9px;
    margin: 0;
}
#noFluff p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.57px;
    font-weight: 100;
    margin-top: 33px;
}
#nexusFrameLink {
    display: inline-block;
    position: relative;
    border: 1px solid;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    transition: all .15s linear;
    color: #fff;
    border-color: #f15f22;
    background-color: #f15f22;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
.woocommerce div.product .stock.available-on-backorder {
    font-size: 1.3em;
    color: #ff2727;
}

/*NAV BARS STYLES FOR INDIVIDUAL PAGES*/

.main-navigation.align_right {
  position: relative;
  margin: 0 200px;
}
.main-navigation ul,
.main-navigation ul li.mega {
  position: static;
}
.main-navigation>ul>li>a {
  padding: 20px 15px;
  font-size: 20px;
}
.main-navigation .mega ul {
  right: 0;
  left: auto;
  width:120%;
  max-width: 800px;
  top:50px;
  overflow-x: hidden;
}

@media only screen and (max-width: 1200px) {
  .main-navigation .mega ul {
    width: 155%;
  }
}

.main-navigation li.mega>ul>li {
  float: left;
  font-size: 24px;
}
.main-navigation li.mega>ul>li.header {
  float: none;
  width:100%;
  padding-bottom:20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.main-navigation li.mega>ul>li.header a {
  color: #f46000 !important;
  text-transform: uppercase;
  font-size: 32px;
}
.main-navigation li.mega2>ul>li {
  width: 44%;
  margin: 0 3%;
}
.main-navigation li.mega3>ul>li {
  width: 27%;
  margin: 0 3%;
}
.main-navigation li.mega4>ul>li {
  width: 19%;
  margin: 0 3%;
}
.main-navigation li.mega5>ul>li {
  width: 14%;
  margin: 0 3%;
}
.main-navigation .mega.menu-item-has-children a:after {
  display: none;
}

.main-navigation .mega>ul>li>a  {
  font-weight: 700;
  text-transform: uppercase;
}

.main-navigation ul .mega ul ul {
  position: static;
  padding: 0;
  min-width: auto;
  display: block;
  box-shadow: none;
}

.main-navigation ul .mega ul ul ul{
  padding-left: 10px;
}

.main-navigation ul ul li.sale-link a {
  color: #f46000 !important;
}

.site-header.sticky {
	height: 64px !important;
}

ul.sub-menu.level-0 {
  left: unset !important;
}

button .product_type_simple .add_to_cart_button .ajax_add_to_cart, button .product_type_variable .add_to_cart_button {
	text-align: center;
}

#mobiles-menu-offcanvas {
    padding: 20px;
}


@media only screen and (min-width: 1024px) {
	#page_wrapper.transparent_header .site-header {
    background: rgba(255, 255, 255, 0.5);
	}

	#page_wrapper.transparent_header .site-header li:not(.offcanvas-menu-button) .tools_button_icon img:first-of-type {
		filter: invert(1) !important;
	}



	#page_wrapper.transparent_header .site-header .tools_button_icon i {
		color: #000 !important;
	}

	#page_wrapper.transparent_header .site-header .menu-button-text-custom {
		color: #000;
	}
}



.archive .site-tools ul .shopping-bag-button a span.tools_button_icon img{
    filter: brightness(0);
}
.archive .menu-button-text-custom {
    color: black;
}
.archive .sticky .tools_button_icon img {
    filter: brightness(1);
}
.archive .site-tools ul .search-button .tools_button span i.spk-icon {
    color: black;
}

/*cart page */
.woocommerce-cart #ubermenu-nav-main-3-main-navigation li a, .woocommerce-checkout #ubermenu-nav-main-3-main-navigation li a{
    color:#000 !important;
}
.woocommerce-cart #ubermenu-nav-main-3-main-navigation li a span, .woocommerce-checkout #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.woocommerce-cart .site-tools ul .shopping-bag-button a span.tools_button_icon img, .woocommerce-checkout .site-tools ul .shopping-bag-button a span.tools_button_icon img {
    filter: brightness(0) !important;
}
.woocommerce-cart .menu-button-text-custom, .woocommerce-checkout .menu-button-text-custom {
    color: black;
}
.woocommerce-cart .sticky .tools_button_icon img, .woocommerce-checkout .sticky .tools_button_icon img {
    filter: brightness(1);
}
.woocommerce-cart .site-tools ul .search-button .tools_button span i.spk-icon, .woocommerce-checkout .site-tools ul .search-button .tools_button span i.spk-icon {
    color: black !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    display: block;
    width: 100%;
}

.cart-collaterals .cross-sells {
  display: none;
}
.woocommerce-cart .shopkeeper-continue-shopping {
    margin: 20px 0px 20px 0px;
}
.woocommerce-lost-password .entry-content p{
    text-align: center;
}
.woocommerce-checkout .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-checkout .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cross-sells {
	margin-top: 40px;
}

.cross-sells #products-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
	gap: 10px;
}

.cross-sells #products-grid li.display_buttons {
	flex-basis: 30%;
	min-width: 200px;
}

.cross-sells ul li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cross-sells ul.products::before  {
	display: none !important;
}

/*404 page styles */


/*cart page */
.error404 #ubermenu-nav-main-3-main-navigation li a, .woocommerce-checkout #ubermenu-nav-main-3-main-navigation li a{
    color:#000 !important;
}
.error404 #ubermenu-nav-main-3-main-navigation li a span, .woocommerce-checkout #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.error404 .site-tools ul .shopping-bag-button a span.tools_button_icon img, .woocommerce-checkout .site-tools ul .shopping-bag-button a span.tools_button_icon img{
    filter: brightness(0);
}
.error404 .menu-button-text-custom, .woocommerce-checkout .menu-button-text-custom {
    color: black;
}
.error404 .sticky .tools_button_icon img, .woocommerce-checkout .sticky .tools_button_icon img {
    filter: brightness(1);
}
.error404 .site-tools ul .search-button .tools_button span i.spk-icon, .woocommerce-checkout .site-tools ul .search-button .tools_button span i.spk-icon {
    color: black;
}

.woocommerce a.button {
	color: #fff !important;
}



/*CONTACT US PAGE*/
.page-id-5428 #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.page-id-5428 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.page-id-5428 .tools_button_icon img {
    filter: brightness(0);
}
.page-id-5428 .tools_button_icon i {
    color: black;
}
.page-id-5428 .menu-button-text-custom {
    color: black;
}


/*boats listing page*/
.page-id-6552 #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.page-id-6552 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.page-id-6552 .tools_button_icon img {
    filter: brightness(0);
}
.page-id-6552 .tools_button_icon i {
    color: black;
}
.page-id-6552 .menu-button-text-custom {
    color: black;
}


/*gear listing page*/
.page-id-7 #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.page-id-7 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.page-id-7 .tools_button_icon img {
    filter: brightness(0);
}
.page-id-7 .tools_button_icon i {
    color: black;
}
.page-id-6552 .menu-button-text-custom {
    color: black;
}
.page-id-7 .menu-button-text-custom {
    color: black;
}

/*boats, parts accessories page*/
.page-id-5264 #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.page-id-5264 .ubermenu .ubermenu-target-text {
    color: black;
}
.page-id-5264 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.page-id-5264 .tools_button_icon img {
    filter: brightness(0);
}
.page-id-5264 .tools_button_icon i {
    color: black;
}
.page-id-5264 .menu-button-text-custom {
    color: black;
}
.page-id-5264 .menu-button-text-custom {
    color: black;
}

.woocommerce-account #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.woocommerce-account .ubermenu .ubermenu-target-text {
    color: black;
}
.woocommerce-account .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.woocommerce-account .tools_button_icon img {
    filter: brightness(0);
}
.woocommerce-account .tools_button_icon i {
    color: black;
}
.woocommerce-account .menu-button-text-custom {
    color: black;
}
.woocommerce-account .menu-button-text-custom {
    color: black;
}



/*boats care repair page*/
.page-id-5255 #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.page-id-5255 .ubermenu .ubermenu-target-text {
    color: black;
}
.page-id-5255 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.page-id-5255 .tools_button_icon img {
    filter: brightness(0);
}
.page-id-5255 .tools_button_icon i {
    color: black;
}
.page-id-5255 .menu-button-text-custom {
    color: black;
}
.page-id-5255 .menu-button-text-custom {
    color: black;
}


/*boats PRODUCT PAGE page*/
.product_cat_boats-products ul.ubermenu-submenu li a:after{
    color: black !important;
}
.product_cat_boats-products #ubermenu-nav-main-3-main-navigation li a span{
    color:#FFF !important;
}
.product_cat_boats-products #ubermenu-nav-main-3-main-navigation li .ubermenu-submenu a span {
    color: #000 !important;
}
.product_cat_boats-products .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.product_cat_boats-products .on_page_scroll #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
.product_cat_boats-products .ubermenu .ubermenu-target-text {
    color: white;
}
.product_cat_boats-products .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: white;
}
.product_cat_boats-products .on_page_scroll .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
.product_cat_boats-products .tools_button_icon img {
    filter: brightness(1);
}
.product_cat_boats-products .on_page_scroll .tools_button_icon img {
    filter: brightness(0);
}
.product_cat_boats-products .tools_button_icon i {
    color: white;
}
.product_cat_boats-products .on_page_scroll .tools_button_icon i {
    color: black;
}
.product_cat_boats-products .menu-button-text-custom {
    color: white;
}
.product_cat_boats-products .on_page_scroll .menu-button-text-custom {
    color: black;
}
.product_navigation{
    display: none;
}



/*SINGLE NEO LINE*/
body.product_cat_the-neo-line #ubermenu-nav-main-3-main-navigation li a span {
    color: #000 !important;
}
body.product_cat_the-neo-line .on_page_scroll #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
body.product_cat_the-neo-line .ubermenu .ubermenu-target-text {
    color: black;
}
body.product_cat_the-neo-line .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
body.product_cat_the-neo-line .on_page_scroll .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
body.product_cat_the-neo-line .on_page_scroll .tools_button_icon img {
    filter: brightness(1) !important;
}
body.product_cat_the-neo-line .on_page_scroll .tools_button_icon i {
    color: black !important;
}
body.product_cat_the-neo-line .menu-button-text-custom {
    color: black;
}
body.product_cat_the-neo-line .on_page_scroll .menu-button-text-custom {
    color: black;
}
body.product_cat_the-neo-line .shopping-bag-button a span.tools_button_icon img{
    filter: brightness(0) !important;
}
body.product_cat_the-neo-line a.tools_button .tools_button_icon i {
    color: black !important;
}
body.product_cat_the-neo-line #primary #content {
    margin-top: 100px;
}


/* Hide Addition Information Section on products */
.additional_information_tab {
    display: none!important;
}



/*Catalog Request page*/
body.page-id-5677 #ubermenu-nav-main-3-main-navigation li a span {
    color: #000 !important;
}
body.page-id-5677 .on_page_scroll #ubermenu-nav-main-3-main-navigation li a span{
    color:#000 !important;
}
body.page-id-5677 .ubermenu .ubermenu-target-text {
    color: black;
}
body.page-id-5677 .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
body.page-id-5677 .on_page_scroll .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: black;
}
body.page-id-5677 .on_page_scroll .tools_button_icon img {
    filter: brightness(1) !important;
}
body.page-id-5677 .on_page_scroll .tools_button_icon i {
    color: black !important;
}
body.page-id-5677 .menu-button-text-custom {
    color: black;
}
body.page-id-5677 .on_page_scroll .menu-button-text-custom {
    color: black;
}
body.page-id-5677 .shopping-bag-button a span.tools_button_icon img{
    filter: brightness(0) !important;
}
body.page-id-5677 a.tools_button .tools_button_icon i {
    color: black !important;
}
body.page-id-5677 #primary #content {
    margin-top: 100px;
}









.woocommerce-cart #content, .woocommerce-checkout #content{
    margin-top:55px;
}
/*slide out menu styles*/
.woo-ma-link.woo-ma-lost-pass{
    padding:0;
    margin:0;
    font-size:16px;
    color: #545454;
}
#in-stock-widget {
    display: none;
}
#custom_html-2 .custom-html-widget a{
    padding:0px;
    font-size:16px !important;
}
#ubermenu-main-156-secondary_navigation-2 .ubermenu h3.ubermenu-widgettitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.3em;
    font-size: 16px !important;
    font-weight: bold;
    color: black;
}
.mobile-navigation {
    padding: 0px !important;
    border-bottom: 0px !important;
}
.mobile-navigation a {
    font-size: 15px;
    padding: 3px 0px;
}
#fbw_id-2 h3.ubermenu-widgettitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px !important;
}
.ubermenu h3.ubermenu-widgettitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.3em;
    border-bottom: 2px solid grey;
    text-align: center;
    font-size: 20px !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 100;
    font-size: 13px;
}
.widget_shopping_cart .buttons .button {
    display: inline;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 30px;
}

    body.product_cat_kayaks #page_wrapper, body.product_cat_rafts #page_wrapper, body.product_cat_catarafts #page_wrapper {
        padding-top:0px !important;
    }
    body.product_cat_kayaks .tools_button_icon img, body.product_cat_rafts .tools_button_icon img, body.product_cat_catarafts .tools_button_icon img {
        filter: brightness(1) !important;
    }
    body.product_cat_kayaks .tools_button_icon i, body.product_cat_rafts .tools_button_icon i, body.product_cat_catarafts .tools_button_icon i {
        color: #FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky, body.product_cat_rafts .site-header.stick, body.product_cat_catarafts .site-header.stick {
        background-color:#FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon i, body.product_cat_rafts .site-header.sticky .tools_button_icon i, body.product_cat_catarafts .site-header.sticky .tools_button_icon i {
        color: #000 !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon img, body.product_cat_rafts .site-header.sticky .tools_button_icon img, body.product_cat_catarafts .site-header.sticky .tools_button_icon img {
        filter: brightness(0) !important;
    }

		.swiper-wrapper {
			display: flex;
			align-items: center !important;
		}

		.product_summary_thumbnails_wrapper {
	    width: 100%;
		}

		.product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
	    max-width: 120px;
	    object-fit: contain;
		}


		/* WiaF Store credit section fixes 11/29/2023 */
		#acfw_redeem_store_credit .acfw-form-control-label {
			display: none;
		}

		#acfw_redeem_store_credit button {
			min-width: unset;
		}

		.woocommerce #payment div.payment_box p, .woocommerce-page #payment div.payment_box p {
			padding: 5px 0;
		}

		/* WiaF Add top bar text 12/19/2023 */
		 /* (excluding oversized items) */
		 .site-top-message::after {
			 content: " (excluding oversized items)";
			 font-weight: normal;
		 }

		/* Hide pagination links */
		.woocommerce-pagination.berocket_pagination {
			display: none !important;
		}

		/* Fix product gallery slider overlap */
		.swiper-slide {
			margin-right: 1px;
			padding: 0 20px;
		}

		/* WiaF Remove black background behind full screen product gallery thumbs */
		.fr-thumbnail-wrapper {
			background: #fff;
		}

		.fr-window-skin-fresco .fr-thumbnail-wrapper {
			box-shadow: none;
		}

/*************************************** MEDIA QUERIES *************************************/
/*************************************** MEDIA QUERIES *************************************/
/*************************************** MEDIA QUERIES *************************************/
/*************************************** MEDIA QUERIES *************************************/
/*************************************** MEDIA QUERIES *************************************/
/*************************************** MEDIA QUERIES *************************************/
@media only screen and (max-width: 768px) and (min-width: 300px){
    .page-id-1001693 .page-title{
        margin-top:2rem;
    }
    #ubermenu_navigation_widget-5,#ubermenu-main-3-main-navigation-6{
        display: none !important;
    }
    #boatHeader{
        height:300px!important;
    }
    .boatName h3 {
        top: 125px!important;
    }
    .single-product .woocommerce-variation-add-to-cart {
        background: transparent !important;
    }
    .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
        background-color: #f46000 !important;
        display: block;
        text-align: center;
        max-width: 250px;
        margin: 0 auto !important;
        display: block;
    }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
        display: block;
        float: none !important;
        vertical-align: middle;
        padding: 16px 16px !important;
        margin: 9px auto;
        display: block !important;
        text-align: center;
        width: 250px;
        max-width: 200px !important;
    }
    .single-product #preseasonLinkButton{
        margin: 0 auto !important;
        display: block;
        max-width: 250px;
    }

}
@media only screen and (max-width: 560px) and (min-width: 300px){
    .pt-80 {
        padding-top: 0px;
    }
    .grow:hover {
        transform: scale(1);
    }
}
@media only screen and (min-width: 1330px){
    .hyerSubHeader::after {
        right: 1218px;
    }
}
@media only screen and (max-width: 1207px){
    .footerMenu ul li {
        padding: 0px 18px;
    }
    .contactBtn .btn-whiteOutline {
        padding: 5px 6px;
    }
}
@media only screen and (max-width: 1199px){
    .headerTitle {
        top: 150px;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 6%;
        line-height: 16px;
        font-size: 14px;
    }
    #fixedModals a.unmatchedTearStrength {
        top: 8%;
        line-height: 14px;
        font-size: 14px;
    }
    #fixedModals a.tripleBondedSeams {
        line-height: 14px;
        font-size: 14px;
    }
    #fixedModals a.durableHypalonCoating {
        line-height: 14px;
        font-size: 14px;
    }
    section#home #fabric .offset-md-2 {
        margin-left: 23.666667%;
    }
    #whyHypalon .why {
        padding: 72px 10px 45px 10px;
    }
}

@media screen and (max-width: 1024px) {
	.offcanvas-menu-button .tools_button span.tools_button_icon img {
		display: none;
	}

	.offcanvas-menu-button .tools_button span.tools_button_icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.offcanvas-menu-button .tools_button span.tools_button_icon::after {
		content: "";
		display: block;
		height: 80%;
		width: 80%;
		background-image: url('/wp-content/uploads/hamburger-icon.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	https://hyside.com/wp-content/uploads/hamburger-icon.png
}

@media only screen and (min-width:480px) and (max-width: 1023px){
    /*Navbar Tablet styles on scroll Home Page*/
    #page_wrapper {
        padding-top: 0px;
    }

    .site-tools ul .wishlist-button, .site-tools ul .my_account_icon, .site-tools ul .search-button {
        display: inline-block;
    }
    .menu-button-text-custom{
        display: none;
    }
    .site-header {
        background: transparent!important;
    }
    .site-header.sticky {
        background-color:#FFF !important;
    }
    .tools_button_icon img {
        filter: brightness(1) !important;
    }
    .site-header.sticky .tools_button_icon img {
        filter: brightness(0) !important;
    }
    .tools_button_icon i {
        color: white !important;
    }
    .site-header.sticky .tools_button_icon i {
        color: black !important;
    }
    #page_wrapper {
        padding-top: 0px;
    }
    .archive .site-tools ul .wishlist-button, .site-tools ul .my_account_icon, .site-tools ul .search-button {
        display: inline-block;
    }
    .archive .menu-button-text-custom{
        display: none;
    }
    .archive .site-header {
        background: #FFF!important;
    }
    .archive .site-header.sticky {
        background-color:#FFF !important;
    }
    .archive .tools_button_icon img {
        filter: brightness(0) !important;
    }
    .archive .site-header.sticky .tools_button_icon img {
        filter: brightness(0) !important;
    }
    .archive .tools_button_icon i {
        color: black !important;
    }
    .archive .site-header.sticky .tools_button_icon i {
        color: black !important;
    }
    .single-product #page_wrapper {
        padding-top: 100px;
    }
    body.product_cat_kayaks #page_wrapper, body.product_cat_rafts #page_wrapper, body.product_cat_catarafts #page_wrapper {
        padding-top:0px !important;
    }
    body.product_cat_kayaks .tools_button_icon img, body.product_cat_rafts .tools_button_icon img, body.product_cat_catarafts .tools_button_icon img {
        filter: brightness(1) !important;
    }
    body.product_cat_kayaks .tools_button_icon i, body.product_cat_rafts .tools_button_icon i, body.product_cat_catarafts .tools_button_icon i {
        color: #FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky, body.product_cat_rafts .site-header.stick, body.product_cat_catarafts .site-header.stick {
        background-color:#FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon i, body.product_cat_rafts .site-header.sticky .tools_button_icon i, body.product_cat_catarafts .site-header.sticky .tools_button_icon i {
        color: #000 !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon img, body.product_cat_rafts .site-header.sticky .tools_button_icon img, body.product_cat_catarafts .site-header.sticky .tools_button_icon img {
        filter: brightness(0) !important;
    }

}
@media only screen and (min-width:320px) and (max-width: 768px){
    body.product_cat_kayaks #page_wrapper, body.product_cat_rafts #page_wrapper, body.product_cat_catarafts #page_wrapper {
        padding-top:0px !important;
    }
    body.product_cat_kayaks .tools_button_icon img, body.product_cat_rafts .tools_button_icon img, body.product_cat_catarafts .tools_button_icon img {
        filter: brightness(1) !important;
    }
    body.product_cat_kayaks .tools_button_icon i, body.product_cat_rafts .tools_button_icon i, body.product_cat_catarafts .tools_button_icon i {
        color: #FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky, body.product_cat_rafts .site-header.stick, body.product_cat_catarafts .site-header.stick {
        background-color:#FFF !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon i, body.product_cat_rafts .site-header.sticky .tools_button_icon i, body.product_cat_catarafts .site-header.sticky .tools_button_icon i {
        color: #000 !important;
    }
    body.product_cat_kayaks .site-header.sticky .tools_button_icon img, body.product_cat_rafts .site-header.sticky .tools_button_icon img, body.product_cat_catarafts .site-header.sticky .tools_button_icon img {
        filter: brightness(0) !important;
    }





    .single-product #page_wrapper {
        padding-top: 100px;
    }
    .product-template-default .tools_button_icon i {
        color: black !important;
    }
    .product-template-default .tools_button_icon img {
        filter: brightness(1) !important;
    }
}
@media only screen and (max-width: 991px){
    section#home #fabric .offset-md-2 {
        margin: 0 auto;
    }
    section#home #fabric .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home #fabric .boatImg img {
        max-width: 250px;
    }
    section#home #fabric .container {
        background-color: rgba(255,255,255,.8);
        width: 100%;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 7%;
        left: 19.5%;
        font-size: 14px;
    }
    #fixedModals a.unmatchedTearStrength {
        font-size: 14px;
        left: 62%;
    }
    #fixedModals a.tripleBondedSeams {
        top: 30%;
        left: 17.5%;
        font-size: 14px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 16%;
        left: 16.5%;
        font-size: 14px;
    }
    .featuredContainer img{
        max-width: 115px;
        margin: 0 auto;
        display: block;
    }
    .featuredBox {
        min-height: 334px;
    }
    .featuredContainer {
        padding: 25px 61px 30px 75px !important;
        text-align: center;
    }
    .vertical-text h5 {
        top: 136px;
        left: -144px;
        width: 334px;
    }
    .footerMenu ul li {
        padding: 0px 11px;
    }
    .contactBtn .btn-whiteOutline {
        padding: 5px 2px;
    }
    #whyHypalon p {
        font-size: 15px;
    }
    #whyHypalon .vertical-text h5 {
        top: 0px;
        left: 0px;
        width: 100%;
        transform: rotate(0);
        margin-top: 0;
    }
    #whyHypalon .container {
        width: 975px;
        padding: 30px 0px 50px 0px;
    }
    #whyHypalon .why {
        padding: 80px 10px 0px 10px;
    }
    #whyHypalon img {
        padding:0px;
        position: relative;
        top: 55px;
        max-width: 320px;
    }
    section#home #noFluff .offset-md-1 {
        margin-left: 0px;
    }
    section#home #noFluff .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    /*resources page*/
    section#resources .dealerRepair .tabbedContent {
        min-width: 518px !important;
        max-width: 100%;
    }
    section#faqs h2 {
        font-size: 29px;
    }
    section#faqs h3 {
        font-size: 35px;
    }
    section#faqs p {
        padding: 0px 20px 20px 20px;
    }
    section#caring .caringTextBox h3:nth-child(1) {
        font-size: 24px;
    }
    section#caring .caringTextBox h3 {
        font-size: 43px;
    }
    section#caring .caringTextBox{
        padding-top: 20px;
    }
    section#faqs .container {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 920px){
    .headerTitle {
        top: 160px;
    }
    .featuredContainer img {
        max-width: 100px;
    }
    .vertical-text h5{
        transform: rotate(0);
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0px;
    }
    .featuredContainer {
        padding: 65px 0px 20px 0px !important;
    }
    .featuredBox {
        min-height: 350px;
    }
    .footerLogo img {
        margin: 0 auto;
        display: block;
        max-width: 150px;
    }
    .footerMenu ul li {
        display: inline-block;
        padding: 5px 5px;
        text-align: center;
    }

    .footerMenu ul {
        margin: 10px 0px;
    }
    .footerMeta {
        text-align: center;
    }
    .footerMeta .text-right{
        text-align: center !important;
    }
    .contactBtn.mt-10 {
        margin-top: 36px;
    }
}
@media only screen and (max-width: 803px){
    .headerTitle {
        top: 50px;
        /*top: 95px;*/
    }
    .jumboHeaderText span:last-child {
        font-size: 26px;
    }
    .jumboIcon {
        display: block;
        margin: 0 auto;
        width: 120px;
    }
    .jumboHeaderText {
        display: block;
        font-size: 41px;
        clear: both;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .menu-button-text-custom {
        display: none;
    }
    section#home .featuredBox .vertical-text h5 {
        transform: none;
        top: -8px;
        left: 0;
        width: 100%;
    }
    section#home .featuredContainer {
        padding: 70px 20px 16px 20px !important;
        text-align: center;
    }
    section#home .featuredBox .featuredContainer img{
        margin: 0 auto;
        display: block;
        max-width: 150px;
    }
    section#home .featuredBox {
        min-height: 415px;
        margin-bottom: 50px;
    }
    section#home #boatImageRow .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home .featuredContainer .topText {
        display: block;
        font-size: 17px;
    }
    section#home .featuredContainer .subText {
        font-size: 15px;
        display: block;
    }
    section#home #featured .col-md-6{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 5%;
        left: 20%;
        font-size: 12px;
        line-height: 14px;
    }
    #fixedModals a.unmatchedTearStrength {
        left: 61%;
        top: 7%;
        font-size: 12px;
        line-height: 12px;
    }
    #fixedModals a.tripleBondedSeams {
        top: 28%;
        left: 17.5%;
        font-size: 12px;
        line-height: 12px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 14%;
        left: 17%;
        font-size: 12px;
        line-height: 12px;
    }
    #fixedModals {
        padding-bottom: 58px;
    }
    section#home #fabric .container {
        background-color: rgba(255,255,255,.8);
        width: 100%;
    }
    section#home #fabric .offset-md-2 {
        margin: 0 auto;
        display: block;
    }
    section#home #fabric .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home #fabric h4 {
        font-size: 30px;
        line-height: 1;
    }
    section#home #fabric h2 {
        font-size: 32px;
    }
    section#home #whyHypalon .vertical-text h5 {
        transform: none;
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
    }
    section#home #whyHypalon img {
        padding: 0px;
        top: 0;
        margin: 30px 0px 55px 0px;
    }
    #whyHypalon .why {
        padding: 47px 10px 0px 10px;
    }
    section#home #whyHypalon .container .row{
        padding: 0px;
    }
    section#home #noFluff h2 {
        font-size: 46px;
    }
    section#home #noFluff {
        padding: 40px 0px;
    }
    section#home #noFluff img {
        max-width: 200px;
    }
    section#home #noFluff .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    section#home #noFluff .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-tools ul .search-button {
        display: inline-block;
    }
    .tools_button_icon img {
        filter: brightness(0);
    }
    .menu-button-text-custom {
        margin-top: 2px;
    }
    section#resources .container .dealerRepair .row .col-sm-3.buttonsMobileCol {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#resources .container .dealerRepair .row .col-sm-3 .toggleBoxes .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tabbed button img{
        max-width: 35px;
        display: inline-block !important;
    }
    section#resources .dealerRepair {
        bottom: 0;
    }
    section#tipsHeader {
        background-size: cover;
        background-position: center;
        height: 508px;
    }
    section#resources .container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    section#resources .container .dealerRepair .row .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#resources .tabbedContent {
        min-width: 100% !important;
        max-width: 100%;
        width: 100%;
    }
    section#faqs h2 {
        font-size: 28px;
    }
    section#faqs h3 {
        font-size: 33px;
    }
    section#faqs p {
        padding: 0px 20px 20px 20px;
    }
    section#showUs .container {
        width: 100%;
    }
    section#showUs h2 {
        font-size: 26px;
    }
    .maxRec{
        padding: 60px 20px 0px 20px;
    }
    .product_summary_thumbnails_wrapper{
        width: 100% !important;
    }
}
@media only screen and (max-width: 720px){
    #fixedModals a.urethaneBottomChafers {
        top: 7%;
        left: 20%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.unmatchedTearStrength {
        left: 62%;
        top: 8%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.tripleBondedSeams {
        top: 28%;
        left: 18.5%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 14%;
        left: 18%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals {
        padding-bottom: 58px;
    }
}
@media only screen and (max-width:700px){
    #whyHypalon .container .row .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home #whyHypalon img {
        margin: 10px 0px 10px 0px;
    }
    .tabbed button img {
        display: block !important;
    }
}
@media only screen and (max-width:575px){
    #whyHypalon .container {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .site-header {
        background: transparent !important;
    }
    #page_wrapper {
        padding-top:0px;
    }
    /*Navbar mobile styles on scroll Home Page*/
    .site-header.sticky {
        background-color:#FFF !important;
    }
    .tools_button_icon img {
        filter: brightness(1);
    }
    .site-header.sticky .tools_button_icon img {
        filter: brightness(0);
    }
    .tools_button_icon i {
        color: white;
    }
    .site-header.sticky .tools_button_icon i {
        color: black;
    }


    .site-branding {
        max-width: 48%;
    }
    section#home .jumbotron {
        height: 618px;
    }
    section#home .headerTitle {
        margin: 0!important;
        top: 20px;
        /*top: 100px;*/
    }
    section#home .blueGradientContainer #featured {
        bottom: 0px;
    }
    section#home #featured .vertical-text h5 {
        position: relative;
        transform: rotate(0deg);
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    section#home .featuredContainer {
        padding: 10px 10px 20px 10px !important;
        margin: 0 auto !important;
        text-align: center;
    }
    section#home .featuredContainer img{
        max-width: 120px;
    }
    section#home .featuredBox {
        margin-top: 50px;
    }
    section#home #hyerStandards{
        padding-bottom:100px;
    }
    section#home .hyerContainer {
        margin-bottom: 100px;
        margin-top: 90px;
    }
    section#home .hyerSubHeader {
        font-size: 42px;
    }
    #fixedModals {
        padding-bottom: 0px;
    }
    .cssCircle {
        margin-top: 5px;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 8%;
        left: 16%;
        font-size: 11px;
        line-height: 14px;
    }
    #fixedModals .static {
        width: 100%;
        padding-bottom: 40px;
    }
    #fixedModals a.unmatchedTearStrength {
        top: 7%;
        font-size: 11px;
        line-height: 14px;
        left: 64%;
    }
    #fixedModals a.tripleBondedSeams {
        top: 26%;
        left: 12.5%;
        font-size: 11px;
        line-height: 14px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 24%;
        left: 12%;
        font-size: 11px;
        line-height: 14px;
    }
    .home .modal-content {
        width: 345px!important;
        padding: 0px 0px 34px!important;
        margin: 10% auto!important;
    }
    .home .modal-content .close {
        left: 318px!important;
        top: -11px !important;
    }
    section#home #fabric .container{
        background-color: rgba(255,255,255,.8);
    }
    section#home #fabric .offset-md-2 {
        margin-left: 0px;
    }
    section#home #fabric .boatImg img {
        max-width: 190px;
    }
    section#home #fabric h4 {
        line-height: 24px;
    }
    section#home #fabric h2 {
        line-height: 32px;
    }
    section#home #fabric p {
        margin-top: 24px;
    }
    section#home #whyHypalon .vertical-text h5 {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
    section#home #whyHypalon img {
        padding: 20px 10px;
        margin: 0;
    }
    section#home #whyHypalon .why {
        padding: 30px 0px;
    }
    section#home #noFluff {
        padding: 40px 0px;
    }
    section#home #noFluff h4 {
        font-size: 32px;
        margin-top: 30px;
        text-align: center;
    }
    section#home #noFluff h2 {
        font-size: 42px;
        margin: 0;
        text-align: center;
    }
    .site-tools ul .search-button {
        display: inline-block;
    }

    .menu-button-text-custom {
        margin-top: 2px;
    }
    .site-tools ul li {
        margin-left: 8px !important;
    }
    .site-tools {
        height: 42px !important;
    }
    .footerLogo img {
        margin: 0 auto;
        display: block;
    }
    .footerMenu ul li {
        display: block;
        padding: 5px 30px;
        text-align: center;
    }
    .footerMenu ul {
        margin: 10px 0px;
    }
    .footerMeta {
        text-align: center;
    }
    .footerMeta .text-right{
        text-align: center !important;
    }
    .contactBtn.mt-10 {
        margin-top: 36px;
    }

    /*RESOURCES PAGE*/
    section#tipsHeader {
        height: 520px;
    }
    section#tipsHeader img {
        width: 115px;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom:20px;
    }
    section#tipsHeader .contained {
        padding: 160px 0px 80px 0px;
        margin: 0 auto;
    }
    section#tipsHeader h2, section#tipsHeader h1 {
        display: block;
        padding-left: 0px;
        text-align: center;
    }
    #resources .dealerRepair {
        bottom: 0;
        max-width: 100%;
    }
    .toggleBoxes .col-sm-12{
        width:50%;
        display: inline-block;
    }
    #resources .tabbed img {
        max-width: 30px;
        display: block !important;
    }
    #resources div.tabbed button {
        padding: 10px;
        height: 100px;
    }
    #resources .tabbed span {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #resources .tabbedContent{
        min-width: 100% !important;
    }
    #resources .dealerRepair {
        box-shadow: none;
    }
    #resources .container{
        padding:0px;
    }
    #resources .tabcontent {
        padding: 20px 0px;
    }
    #resources #Dealer .iconGroup, #resources #Repair .iconGroup{
        text-align: left !important;
    }
    #Dealer .p-12, #Repair .p-12 {
        padding: 15px 0px !important;
    }
    #Dealer .container-fluid, #Repair .container-fluid{
        margin-bottom: 38px;
    }
    #caring .caringTextBox h3:nth-child(1) {
        font-size: 24px;
    }
    #caring .caringTextBox h3 {
        font-size: 38px;
    }
    #caring .caringTextBox {
        top: 175px;
    }
    section#faqs h2 {
        font-size: 28px;
    }
    section#faqs h3 {
        font-size: 30px;
    }
    section#faqs p {
        font-size: 16px;
        padding: 20px 5px;
    }
    section#faqs .panel-title {
        font-size: 13px;
    }
    section#faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
        font-size: 13px;
    }
    section#hysideInAction {
        padding: 65px 0px 35px 0px;
    }
    section#hysideInAction .hysideInActionHeader h3 {
        padding: 30px 0px 20px 0px;
        line-height: 0;
    }
    section#hysideInAction .hysideInActionHeader h2 {
        font-size: 38px;
        line-height: normal;
    }
    section#hysideInAction .gallery.galleryContainer {
        margin-top: 50px !important;
    }
    section#showUs h2 {
        font-size: 25px;
        text-align: left;
    }
    section#showUs h3{
        text-align: left;
    }
    section#showUs p {
        font-size: 16px;
        padding: 20px 0px;
    }
    section#showUs .container {
        padding: 11px 0px 0px 0px;
    }
    /*BOATS PRODUCT*/
    .boatName h3 {
        max-width: 275px;
    }
    .construction, .specifications {
        margin-top: 25px;
    }
/*    .construction img, .specifications img{
        max-width: 75px;
    }*/
    .toggleButton {
        padding: 10px 25px;
    }
    .constructionInfo{
        padding: 0px 0px 20px 0px;
    }
    #max {
        padding: 0px 0px 65px 0px;
    }
    .maxRec img {
        display: block;
        margin: 0 auto;
    }
    .maxRec {
        padding: 0px;
        margin-top: 28px;
    }
    .product:not(.product-type-grouped) .quantity.custom .minus-btn, .product:not(.product-type-grouped) .quantity.custom .plus-btn, .product:not(.product-type-grouped) form.cart:not(.variations_form), .woocommerce-variation-add-to-cart {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
        margin-top: 20px;
        min-width: 200px;
        text-align: center;
    }
    .product_layout_classic .woocommerce-tabs {
        margin-bottom: 75px;
    }
    /*archive*/
    .archive .shippingNoticeArchive{
        margin:20px 0px 30px 0px;
    }
}
@media only screen and (max-width: 414px) {
    #whyHypalon .container {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .vertical-text h5 {
        font-size: 14px;
    }
    section#home .blueGradientContainer #featured {
        padding: 0px;
    }
    section#home .featuredContainer .topText {
        font-size: 15px;
    }
    section#home .featuredBox {
        min-height: 336px;
        margin-bottom: 0px;
    }
    section#home .hyerSubHeader {
        font-size: 34px;
    }
    .hyerContainer p {
        font-size: 15px;
    }
     #fixedModals a.urethaneBottomChafers {
        top: 7%;
        left: 17%;
        font-size: 12px;
        line-height: 14px;
    }
    #fixedModals a.unmatchedTearStrength {
        top: 7%;
        font-size: 12px;
        line-height: 14px;
        left: 63%;
    }
    #fixedModals a.tripleBondedSeams {
        top: 25%;
        left: 12.5%;
        font-size: 12px;
        line-height: 14px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 25%;
        left: 12%;
        font-size: 12px;
        line-height: 14px;
    }
    .home .modal-content {
        width: 345px;
        padding: 0px 0px 34px;
        margin: 10% auto;
    }
    .home .modal-content .close {
        left: 318px;
        top: -11px !important;
    }
    section#home #fabric .container{
        background-color: rgba(255,255,255,.8);
    }
    section#home #fabric .boatImg img {
        max-width: 190px;
    }
    section#home #fabric h4 {
        line-height: 10px;
        font-size: 22px;
    }
    section#home #fabric h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section#home #fabric p {
        margin-top: 24px;
    }
    section#home #whyHypalon .vertical-text h5 {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width:100%;
    }
    section#home #whyHypalon p {
        font-size: 14px;
    }
    section#home #whyHypalon img {
        padding: 20px 10px;
    }
    section#home #whyHypalon .why {
        padding: 30px 0px;
    }
    section#home #noFluff {
        padding: 40px 0px;
    }
    section#home #noFluff h4 {
        font-size: 32px;
        margin-top: 30px;
        text-align: center;
    }
    section#home #noFluff img{
        max-width: 140px;
    }
    section#home #noFluff h2 {
        font-size: 34px;
        margin: 0;
        text-align: center;
    }
    .site-tools ul .search-button {
        display: inline-block;
    }
    .tools_button_icon img {
        filter: brightness(0);
    }
    .menu-button-text-custom {
        margin-top: 2px;
    }
    .site-tools ul li {
        margin-left: 8px !important;
    }
    .site-tools {
        height: 42px !important;
    }
    #whyHypalon .container {
        width: auto;
    }
    section#home .featuredBox .featuredContainer img {
        max-width: 100px;
    }
    section#home .featuredBox {
        min-height: 355px;
    }
    .jumboHeaderText {
        font-size: 26px;
    }
    .jumboHeaderText span:last-child {
        font-size: 28px;
    }
}
@media only screen and (max-width: 362px) {
    .vertical-text h5 {
        font-size: 14px;
    }
    section#home .blueGradientContainer #featured {
        padding: 0px;
    }
    section#home .featuredContainer .topText {
        font-size: 15px;
    }
    section#home .featuredBox {
        min-height: 336px;
        margin-bottom: 0px;
    }
    section#home .hyerSubHeader {
        font-size: 34px;
    }
    .hyerContainer p {
        font-size: 15px;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 7%;
        left: 17%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.unmatchedTearStrength {
        top: 7%;
        font-size: 10px;
        line-height: 11px;
        left: 63%;
    }
    #fixedModals a.tripleBondedSeams {
        top: 25%;
        left: 12.5%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 25%;
        left: 12%;
        font-size: 10px;
        line-height: 11px;
    }
    .home .modal-content {
        width: 345px;
        padding: 0px 0px 34px;
        margin: 10% auto;
    }
    .home .modal-content .close {
        left: 318px;
        top: -11px !important;
    }
    section#home #fabric .container{
        background-color: rgba(255,255,255,.8);
    }
    section#home #fabric .boatImg img {
        max-width: 190px;
    }
    section#home #fabric h4 {
        line-height: 10px;
        font-size: 22px;
    }
    section#home #fabric h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section#home #fabric p {
        margin-top: 24px;
    }
    section#home #whyHypalon .vertical-text h5 {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width:100%;
    }
    section#home #whyHypalon p {
        font-size: 14px;
    }
    section#home #whyHypalon img {
        padding: 20px 10px;
    }
    section#home #whyHypalon .why {
        padding: 30px 0px;
    }
    section#home #noFluff {
        padding: 40px 0px;
    }
    section#home #noFluff h4 {
        font-size: 32px;
        margin-top: 30px;
        text-align: center;
    }
    section#home #noFluff img{
        max-width: 140px;
    }
    section#home #noFluff h2 {
        font-size: 34px;
        margin: 0;
        text-align: center;
    }
    .site-tools ul .search-button {
        display: inline-block;
    }
    .tools_button_icon img {
        filter: brightness(0);
    }
    .menu-button-text-custom {
        margin-top: 2px;
    }
    .site-tools ul li {
        margin-left: 8px !important;
    }
    .site-tools {
        height: 42px !important;
    }
    #whyHypalon .container {
        width: auto;
    }
    section#home .featuredBox .featuredContainer img {
        max-width: 100px;
    }
    section#home .featuredBox {
        min-height: 355px;
    }
    .jumboHeaderText {
        font-size: 26px;
    }
    .jumboHeaderText span:last-child {
        font-size: 28px;
    }
}
@media only screen and (max-width: 320px) {
    .vertical-text h5 {
        font-size: 14px;
    }
    section#home .blueGradientContainer #featured {
        padding: 0px;
    }
    section#home .featuredContainer .topText {
        font-size: 15px;
    }
    section#home .featuredBox {
        min-height: 336px;
        margin-bottom: 0px;
    }
    section#home .hyerSubHeader {
        font-size: 34px;
    }
    .hyerContainer p {
        font-size: 15px;
    }
    #fixedModals a.urethaneBottomChafers {
        top: 7%;
        left: 17%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.unmatchedTearStrength {
        top: 7%;
        font-size: 10px;
        line-height: 11px;
        left: 63%;
    }
    #fixedModals a.tripleBondedSeams {
        top: 25%;
        left: 12.5%;
        font-size: 10px;
        line-height: 10px;
    }
    #fixedModals a.durableHypalonCoating {
        bottom: 25%;
        left: 12%;
        font-size: 10px;
        line-height: 11px;
    }
    .home .modal-content {
        width: 345px;
        padding: 0px 0px 34px;
        margin: 10% auto;
    }
    .home .modal-content .close {
        left: 318px;
        top: -11px !important;
    }
    section#home #fabric .container{
        background-color: rgba(255,255,255,.8);
    }
    section#home #fabric .boatImg img {
        max-width: 190px;
    }
    section#home #fabric h4 {
        line-height: 10px;
        font-size: 22px;
    }
    section#home #fabric h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section#home #fabric p {
        margin-top: 24px;
    }
    section#home #whyHypalon .vertical-text h5 {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width:100%;
    }
    section#home #whyHypalon p {
        font-size: 14px;
    }
    section#home #whyHypalon img {
        padding: 20px 10px;
    }
    section#home #whyHypalon .why {
        padding: 30px 0px;
    }
    section#home #noFluff {
        padding: 40px 0px;
    }
    section#home #noFluff h4 {
        font-size: 32px;
        margin-top: 30px;
        text-align: center;
    }
    section#home #noFluff img{
        max-width: 140px;
    }
    section#home #noFluff h2 {
        font-size: 34px;
        margin: 0;
        text-align: center;
    }
    .site-tools ul .search-button {
        display: inline-block;
    }
    .tools_button_icon img {
        filter: brightness(0);
    }
    .menu-button-text-custom {
        margin-top: 2px;
    }
    .site-tools ul li {
        margin-left: 8px !important;
    }
    .site-tools {
        height: 42px !important;
    }
    #whyHypalon .container {
        width: auto;
    }
    section#home .featuredBox .featuredContainer img {
        max-width: 100px;
    }
    section#home .featuredBox {
        min-height: 355px;
    }
    .jumboHeaderText {
        font-size: 26px;
    }
    .jumboHeaderText span:last-child {
        font-size: 28px;
    }


    /*BOATS PRODUCT*/
    .boatName h3 {
        max-width: 275px;
    }
    .construction, .specifications {
        margin-top: 25px;
    }
/*    .construction img, .specifications img{
        max-width: 75px;
    }*/
    .toggleButton {
        padding: 10px 25px;
    }
    .constructionInfo{
        padding: 0px 0px 20px 0px;
    }
    #max {
        padding: 0px 0px 65px 0px;
    }
    .maxRec {
        padding: 0px;
        margin-top: 28px;
    }
    .product:not(.product-type-grouped) .quantity.custom .minus-btn, .product:not(.product-type-grouped) .quantity.custom .plus-btn, .product:not(.product-type-grouped) form.cart:not(.variations_form), .woocommerce-variation-add-to-cart {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
        margin-top: 20px;
        min-width: 200px;
        text-align: center;
    }
    .product_layout_classic .woocommerce-tabs {
        margin-bottom: 75px;
    }
}

/* Changing table headings for quantity based discounts */
.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(1),
.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(2),
.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(3) {
    position: relative;
    color: transparent;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}


.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(1)::after,
.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(2)::after,
.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(3)::after {
    content: '';
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 10px;
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(1)::after {
    content: 'QTY';
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(2)::after {
    content: 'PRE-SEASON PRICING FOR SPRING DELIVERY';
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(3)::after {
    content: 'MARGIN';
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(1) {
    width: 20%;
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(2) {
    width: 60%;
}

.order-quantity-based-wholesale-pricing-view.table-view th:nth-child(3) {
    width: 20%;
}
