:root{--white: #fff;--black: #000}.color-wh{color:var(--white)}.color-bl{color:var(--black)}.color-gr{color:#444}.bg-color-wh{background-color:var(--white)}.bg-color-bl{background-color:var(--black)}.bg-color-gr{background-color:#f8f8f8}.bg-color-grn{background-color:var(--highlight)}@keyframes smoothScroll{0%{transform:translateY(-100px)}100%{transform:translateY(0px)}}@keyframes smoothScrollOut{0%{transform:translateY(100px)}100%{transform:translateY(0px)}}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-o-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fade-in-stagger{to{opacity:1;transform:translateY(0)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-disabled{opacity:0;visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}.slick-prev,.slick-next{top:45%;position:absolute;display:flex;height:25px;width:25px;line-height:1;cursor:pointer;align-items:center;justify-content:center;z-index:1}.slick-prev{left:10px}.slick-next{right:10px}.slick-dots{position:absolute;bottom:25px;left:0;z-index:1;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:12px;width:12px;border-radius:50%;border:1px solid #444;background-color:var(--white);margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{display:none}.slick-dots li.slick-active{background-color:var(--btn-hover)}.slick-dots li::before{content:"";display:block;border-radius:50%;height:100%;width:100%;padding:2px;border:1px solid #fff}.sticky_header{position:fixed;top:0;left:0;width:100%;z-index:999;-webkit-box-shadow:0px 1px 4px 0px rgba(0,0,0,.08);box-shadow:0px 1px 4px 0px rgba(0,0,0,.08);-webkit-transform:translateZ(0);transform:translateZ(0);background-color:#f8f8f8;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.sticky_header>a img{max-width:160px}.sticky_header ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;flex-wrap:wrap}.sticky_header ul::-webkit-scrollbar{display:none}.sticky_header ul li{height:47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.sticky_header ul li:hover>a{color:var(--btn-hover)}.sticky_header ul li.active>a{color:var(--btn-hover)}.sticky_header>ul>li:first-of-type{display:none}.sticky_header ul li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--black);font-size:.95em;padding:0px 20px;text-decoration:none}.sticky_header ul li:first-child>a{padding-left:0}.sticky_header ul li .mega-menu{position:absolute;left:0;top:0;width:100%;top:100%;background:#f8f8f8;padding:30px 0px;border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07);display:none}.sticky_header ul li:hover .mega-menu{display:block}.sticky_header ul li .mega-menu .menus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-30px}.sticky_header ul li .mega-menu .menus .menu{padding:30px;width:20%}.sticky_header ul li .mega-menu .menus .menu ul{display:block;font-size:.95em;line-height:1.7em}.sticky_header ul li .mega-menu .menus .menu ul li{display:block;height:auto}.sticky_header ul li .mega-menu .menus .menu ul li a{padding:0;font-weight:normal}.sticky_header ul li .mega-menu .menus .menu .title{font-size:1.15em;font-weight:500;color:var(--accent);display:block;margin-bottom:7px}.sticky_header ul ul.simple-menu{position:absolute;left:0;min-width:100%;top:100%;display:none}.sticky_header ul li:hover ul.simple-menu{display:block}.sticky_header ul li ul.simple-menu li{position:relative}.sticky_header ul li ul.simple-menu li .subs{padding:0 5px;left:100%;top:0;position:absolute}.sticky_header ul li ul.simple-menu li ul{display:none}.sticky_header ul li ul.simple-menu li:hover ul{display:block}.sticky_header ul ul.simple-menu li{display:block;height:40px;line-height:40px}.sticky_header ul ul.simple-menu li a{padding:0;white-space:nowrap;padding:0px 20px}.sticky_header .icon-wrap{display:block;position:relative}.sticky_header .icon-wrap i{font-size:17px}.sticky_header .icon-wrap .items{position:absolute;right:-10px;top:-5px;width:15px;height:15px;line-height:15px;font-size:10px;text-align:center;font-weight:bold;background:#f6836b;color:#fff;border-radius:100%}.sticky_header .acct_div{display:flex;align-items:center}.sticky_header .acct_div a.search_link .fa{font-size:16px}.sticky_header .acct_div a{padding-left:15px;color:var(--black)}.sticky_header .search-bar{max-width:200px;position:absolute;top:3px;right:-5000px;display:none;transition:opacity .5s 0s,visibility .5s 0s,transform .5s 0s}.sticky_header .search-bar input[type=text]{width:unset}.sticky_header .search-bar input[type=text]:focus{background-color:var(--white)}.sticky_header .search-bar.voila{display:block;right:50px}.landingpage .landingpage__header{text-align:center;padding:20px 0}.landingpage .landingpage__header img{max-width:80%}.landingpage .landingpage__wrapper{display:flex}.landingpage .landingpage__fly_shop,.landingpage .landingpage__tackle_shop{width:50%;position:relative}.landingpage .landingpage__fly_shop img,.landingpage .landingpage__tackle_shop img{width:100%;height:100%;object-fit:cover;object-position:center}.landingpage .landingpage__fly_shop .landingpage__fly_shop__wrapper,.landingpage .landingpage__fly_shop .landingpage__tackle_shop__wrapper,.landingpage .landingpage__tackle_shop .landingpage__fly_shop__wrapper,.landingpage .landingpage__tackle_shop .landingpage__tackle_shop__wrapper{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.landingpage .landingpage__fly_shop .landingpage__fly_shop__wrapper:hover,.landingpage .landingpage__fly_shop .landingpage__tackle_shop__wrapper:hover,.landingpage .landingpage__tackle_shop .landingpage__fly_shop__wrapper:hover,.landingpage .landingpage__tackle_shop .landingpage__tackle_shop__wrapper:hover{background-color:rgba(0,0,0,.65)}.landingpage .landingpage__fly_shop a,.landingpage .landingpage__tackle_shop a{display:inline-block;background-color:var(--white);color:var(--btn-color);padding:15px 40px;white-space:nowrap;text-transform:uppercase;font-size:1.5rem;font-weight:500;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.landingpage .landingpage__fly_shop a span,.landingpage .landingpage__tackle_shop a span{color:var(--btn-hover);-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.landingpage .landingpage__fly_shop a:hover,.landingpage .landingpage__tackle_shop a:hover{text-decoration:none;background-color:var(--btn-hover);color:var(--white)}.landingpage .landingpage__fly_shop a:hover span,.landingpage .landingpage__tackle_shop a:hover span{color:var(--white)}.flyshop,.tackleshop{margin-bottom:12em}.flyshop__slider,.tackle__slider{margin:0;padding:0}.flyshop__slider li figure,.tackle__slider li figure{width:100%}.flyshop__slider li img,.tackle__slider li img{width:100%;height:unset}.flyshop__slider .flyshop__slider__wrapper,.flyshop__slider .tackle__slider__wrapper,.tackle__slider .flyshop__slider__wrapper,.tackle__slider .tackle__slider__wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;z-index:2}.flyshop__slider .flyshop__slider__wrapper a,.flyshop__slider .tackle__slider__wrapper a,.tackle__slider .flyshop__slider__wrapper a,.tackle__slider .tackle__slider__wrapper a{display:inline-block;background-color:var(--white);color:var(--btn-color);padding:15px 40px;white-space:nowrap;text-transform:uppercase;font-size:1.5rem;font-weight:500;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__slider .flyshop__slider__wrapper a span,.flyshop__slider .tackle__slider__wrapper a span,.tackle__slider .flyshop__slider__wrapper a span,.tackle__slider .tackle__slider__wrapper a span{color:var(--btn-hover);-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__slider .flyshop__slider__wrapper a:hover,.flyshop__slider .tackle__slider__wrapper a:hover,.tackle__slider .flyshop__slider__wrapper a:hover,.tackle__slider .tackle__slider__wrapper a:hover{text-decoration:none;background-color:var(--btn-hover);color:var(--white)}.flyshop__slider .flyshop__slider__wrapper a:hover span,.flyshop__slider .tackle__slider__wrapper a:hover span,.tackle__slider .flyshop__slider__wrapper a:hover span,.tackle__slider .tackle__slider__wrapper a:hover span{color:var(--white)}.flyshop__slider .slick-dots,.tackle__slider .slick-dots{padding:6px 7px;background-color:#f8f8f8;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;border-radius:15px;right:20px;top:43%;left:unset;bottom:unset;width:unset}.flyshop__slider .slick-dots li,.tackle__slider .slick-dots li{display:block;margin:5px 0}.flyshop__featured_categories a,.tackle__featured_categories a{-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__featured_categories a:hover,.tackle__featured_categories a:hover{text-decoration:none}.flyshop__featured_categories .flex,.tackle__featured_categories .flex{display:flex;height:75vh;width:95%;margin:30px auto}.flyshop__featured_categories img,.tackle__featured_categories img{width:100%;height:100%;object-fit:cover;object-position:top center;transform:scale(1.2);-webkit-transition:all .7s ease .15s;-moz-transition:all .7s ease .15s;-o-transition:all .7s ease .15s;-ms-transition:all .7s ease .15s;transition:all .7s ease .15s}.flyshop__featured_categories .one_third,.tackle__featured_categories .one_third{position:relative;width:30%;margin-right:20px;height:100%;overflow:hidden}.flyshop__featured_categories .one_third::before,.tackle__featured_categories .one_third::before{position:absolute;z-index:1;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.flyshop__featured_categories .one_third:hover img,.tackle__featured_categories .one_third:hover img{transform:scale(1)}.flyshop__featured_categories .two_thirds,.tackle__featured_categories .two_thirds{width:70%;height:100%}.flyshop__featured_categories .two_thirds__wrapper,.tackle__featured_categories .two_thirds__wrapper{display:flex;height:50%}.flyshop__featured_categories .two_thirds__wrapper .one_half,.tackle__featured_categories .two_thirds__wrapper .one_half{position:relative;margin-right:20px;margin-bottom:20px;width:50%;overflow:hidden}.flyshop__featured_categories .two_thirds__wrapper .one_half::before,.tackle__featured_categories .two_thirds__wrapper .one_half::before{position:absolute;z-index:1;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.flyshop__featured_categories .two_thirds__wrapper .one_half:last-of-type,.tackle__featured_categories .two_thirds__wrapper .one_half:last-of-type{margin-right:0}.flyshop__featured_categories .two_thirds__wrapper .one_half:last-of-type::before,.tackle__featured_categories .two_thirds__wrapper .one_half:last-of-type::before{width:100%}.flyshop__featured_categories .two_thirds__wrapper .one_half:hover img,.tackle__featured_categories .two_thirds__wrapper .one_half:hover img{transform:scale(1)}.flyshop__featured_categories .two_thirds__wrapper .one_third,.tackle__featured_categories .two_thirds__wrapper .one_third{position:relative;width:33.33%}.flyshop__featured_categories .two_thirds__wrapper .one_third:last-of-type,.tackle__featured_categories .two_thirds__wrapper .one_third:last-of-type{margin-right:0}.flyshop__featured_categories .flyshop__featured_categories__header,.flyshop__featured_categories .tackle__featured_categories__header,.tackle__featured_categories .flyshop__featured_categories__header,.tackle__featured_categories .tackle__featured_categories__header{position:absolute;z-index:1;top:0;left:0;width:80%;padding:20px;color:var(--white)}.flyshop__featured_categories .flyshop__featured_categories__header .line1,.flyshop__featured_categories .tackle__featured_categories__header .line1,.tackle__featured_categories .flyshop__featured_categories__header .line1,.tackle__featured_categories .tackle__featured_categories__header .line1{font-size:2rem;font-weight:500}.flyshop__featured_categories .flyshop__featured_categories__header .line2,.flyshop__featured_categories .tackle__featured_categories__header .line2,.tackle__featured_categories .flyshop__featured_categories__header .line2,.tackle__featured_categories .tackle__featured_categories__header .line2{font-size:1.5rem;margin-top:5px}.flyshop__featured_categories .flyshop__featured_categories__footer,.flyshop__featured_categories .tackle__featured_categories__footer,.tackle__featured_categories .flyshop__featured_categories__footer,.tackle__featured_categories .tackle__featured_categories__footer{position:absolute;z-index:1;bottom:0;left:0;width:80%;padding:20px}.flyshop__featured_categories .flyshop__featured_categories__caption,.flyshop__featured_categories .tackle__featured_categories__caption,.tackle__featured_categories .flyshop__featured_categories__caption,.tackle__featured_categories .tackle__featured_categories__caption{position:absolute;z-index:1;bottom:0;left:0;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;color:var(--white)}.flyshop__featured_categories .flyshop__featured_categories__caption .line1,.flyshop__featured_categories .tackle__featured_categories__caption .line1,.tackle__featured_categories .flyshop__featured_categories__caption .line1,.tackle__featured_categories .tackle__featured_categories__caption .line1{font-size:2rem;font-weight:500}.flyshop__featured_categories .flyshop__featured_categories__caption .line2,.flyshop__featured_categories .tackle__featured_categories__caption .line2,.tackle__featured_categories .flyshop__featured_categories__caption .line2,.tackle__featured_categories .tackle__featured_categories__caption .line2{font-size:1.5rem;margin-top:5px}.flyshop__featured_categories .flyshop__featured_categories__caption a:hover,.flyshop__featured_categories .tackle__featured_categories__caption a:hover,.tackle__featured_categories .flyshop__featured_categories__caption a:hover,.tackle__featured_categories .tackle__featured_categories__caption a:hover{color:var(--btn-hover)}.flyshop__featured_categories a.btn_link,.tackle__featured_categories a.btn_link{display:inline-block;padding:7px 15px;background-color:var(--white);text-transform:uppercase;color:var(--black);white-space:nowrap;font-size:1.3rem;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.flyshop__featured_categories a.btn_link:hover,.tackle__featured_categories a.btn_link:hover{background-color:var(--btn-hover);color:var(--white)}.search-bar .icon{cursor:pointer}.flyshop__videos{width:95%;position:relative;margin:50px auto 30px}.flyshop__videos iframe{width:100%}.flyshop__videos .grid-2-cols{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:20px;row-gap:20px}.flyshop__featured_products,.tackle__featured_products{width:95%;position:relative;margin:50px auto 30px}.flyshop__featured_products a,.tackle__featured_products a{-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__featured_products a:hover,.tackle__featured_products a:hover{text-decoration:none}.flyshop__featured_products h1,.tackle__featured_products h1{font-weight:300;font-size:26px;letter-spacing:unset}.flyshop__featured_products .all_link,.tackle__featured_products .all_link{position:absolute;top:10px;right:0;z-index:1}.flyshop__featured_products .all_link:hover,.tackle__featured_products .all_link:hover{color:var(--black)}.flyshop__featured_products .flyshop__featured_products__wrapper,.flyshop__featured_products .tackle__featured_products__wrapper,.tackle__featured_products .flyshop__featured_products__wrapper,.tackle__featured_products .tackle__featured_products__wrapper{margin-top:35px}.flyshop__featured_products .col-lg-3,.tackle__featured_products .col-lg-3{width:20%}.flyshop__categories,.tackle__categories{width:95%;position:relative;margin:50px auto 30px}.flyshop__categories a,.tackle__categories a{-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__categories a:hover,.tackle__categories a:hover{text-decoration:none}.flyshop__categories h1,.tackle__categories h1{font-weight:300;font-size:26px;letter-spacing:unset}.flyshop__categories .all_link,.tackle__categories .all_link{position:absolute;top:10px;right:0;z-index:1}.flyshop__categories .all_link:hover,.tackle__categories .all_link:hover{color:var(--black)}.flyshop__categories .grid-4-cols,.tackle__categories .grid-4-cols{display:grid;grid-template-columns:repeat(4, 1fr);column-gap:20px;row-gap:20px;margin-top:25px}.flyshop__categories .flyshop__categories__wrapper,.flyshop__categories .tackle__categories__wrapper,.tackle__categories .flyshop__categories__wrapper,.tackle__categories .tackle__categories__wrapper{width:100%;height:30vh;position:relative;overflow:hidden}.flyshop__categories .flyshop__categories__wrapper a,.flyshop__categories .tackle__categories__wrapper a,.tackle__categories .flyshop__categories__wrapper a,.tackle__categories .tackle__categories__wrapper a{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4);color:var(--white);text-transform:uppercase;font-weight:500;font-size:1.7rem}.flyshop__categories .flyshop__categories__wrapper a:hover,.flyshop__categories .tackle__categories__wrapper a:hover,.tackle__categories .flyshop__categories__wrapper a:hover,.tackle__categories .tackle__categories__wrapper a:hover{color:var(--btn-hover)}.flyshop__categories .flyshop__categories__wrapper img,.flyshop__categories .tackle__categories__wrapper img,.tackle__categories .flyshop__categories__wrapper img,.tackle__categories .tackle__categories__wrapper img{width:100%;height:100%;-webkit-transition:all .6s ease .15s;-moz-transition:all .6s ease .15s;-o-transition:all .6s ease .15s;-ms-transition:all .6s ease .15s;transition:all .6s ease .15s;transform:scale(1.2);object-fit:cover;object-position:top center}.flyshop__categories .flyshop__categories__wrapper:hover img,.flyshop__categories .tackle__categories__wrapper:hover img,.tackle__categories .flyshop__categories__wrapper:hover img,.tackle__categories .tackle__categories__wrapper:hover img{transform:scale(1)}.flyshop__brands,.tackle__brands{width:95%;position:relative;margin:50px auto 30px}.flyshop__brands a,.tackle__brands a{-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__brands a:hover,.tackle__brands a:hover{text-decoration:none}.flyshop__brands h1,.tackle__brands h1{font-weight:300;font-size:26px;letter-spacing:unset}.flyshop__brands .all_link,.tackle__brands .all_link{position:absolute;top:10px;right:0;z-index:1}.flyshop__brands .all_link:hover,.flyshop__brands .all_link:focus,.flyshop__brands .all_link:active,.tackle__brands .all_link:hover,.tackle__brands .all_link:focus,.tackle__brands .all_link:active{color:var(--black);text-decoration:none}.flyshop__brands .grid-5-cols,.tackle__brands .grid-5-cols{display:grid;grid-template-columns:repeat(5, 1fr);column-gap:20px;row-gap:20px;margin-top:25px}.flyshop__brands .flyshop__brands__wrapper,.flyshop__brands .tackle__brands__wrapper,.tackle__brands .flyshop__brands__wrapper,.tackle__brands .tackle__brands__wrapper{position:relative;width:100%;height:100px;background-color:var(--white)}.flyshop__brands .flyshop__brands__wrapper a.nopix,.flyshop__brands .tackle__brands__wrapper a.nopix,.tackle__brands .flyshop__brands__wrapper a.nopix,.tackle__brands .tackle__brands__wrapper a.nopix{position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;padding:5px;color:var(--black);font-size:1.7rem}.flyshop__brands .flyshop__brands__wrapper a.nopix:hover,.flyshop__brands .tackle__brands__wrapper a.nopix:hover,.tackle__brands .flyshop__brands__wrapper a.nopix:hover,.tackle__brands .tackle__brands__wrapper a.nopix:hover{color:var(--btn-hover)}.flyshop__brands .flyshop__brands__wrapper img,.flyshop__brands .tackle__brands__wrapper img,.tackle__brands .flyshop__brands__wrapper img,.tackle__brands .tackle__brands__wrapper img{width:100%;height:100%;border:1px solid #f8f8f8;padding:5px;object-fit:cover;object-position:center center}.flyshop__blog,.tackle__blog{width:95%;position:relative;margin:50px auto 30px}.flyshop__blog a,.tackle__blog a{-webkit-transition:all .5s ease .15s;-moz-transition:all .5s ease .15s;-o-transition:all .5s ease .15s;-ms-transition:all .5s ease .15s;transition:all .5s ease .15s}.flyshop__blog a:hover,.tackle__blog a:hover{text-decoration:none}.flyshop__blog h1,.tackle__blog h1{font-weight:300;font-size:26px;letter-spacing:unset}.flyshop__blog h3,.tackle__blog h3{font-weight:300;font-size:22px;letter-spacing:unset}.flyshop__blog p,.tackle__blog p{font-size:1.6rem;margin-bottom:22px}.flyshop__blog p a,.tackle__blog p a{display:inline-block;padding:7px 15px;background-color:var(--black);color:var(--white);white-space:nowrap;font-size:1.2rem;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.flyshop__blog p a:hover,.tackle__blog p a:hover{background-color:var(--btn-hover);color:var(--white)}.flyshop__blog .all_link,.tackle__blog .all_link{position:absolute;top:10px;right:0;z-index:1}.flyshop__blog .all_link:hover,.tackle__blog .all_link:hover{color:var(--black)}.flyshop__blog .flyshop__blog__wrapper,.flyshop__blog .tackle__blog__wrapper,.tackle__blog .flyshop__blog__wrapper,.tackle__blog .tackle__blog__wrapper{margin-top:30px}.flyshop__blog .grid-2-cols,.tackle__blog .grid-2-cols{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:50px;row-gap:50px;margin-bottom:60px}.flyshop__blog figure,.tackle__blog figure{overflow:hidden}.flyshop__blog figure img,.tackle__blog figure img{width:100%;height:100%;object-fit:cover;object-position:center center;-webkit-transition:all .7s ease .15s;-moz-transition:all .7s ease .15s;-o-transition:all .7s ease .15s;-ms-transition:all .7s ease .15s;transition:all .7s ease .15s;transform:scale(1.2)}.flyshop__blog figure:hover img,.tackle__blog figure:hover img{transform:scale(1)}#footer{position:relative;margin-top:5%}#footer::before{content:"";position:absolute;z-index:-1;right:0;top:-142px;background-image:url(bf-footer.png);background-repeat:no-repeat;background-size:cover;width:350px;height:142px}#footer .main-footer{border-top:0}#footer .main-footer .footer-title{font-weight:500;font-size:1.3em;text-transform:uppercase}#footer .main-footer ul.contact{margin-top:50px}#footer .main-footer ul.contact a{display:flex;align-items:center}#footer .main-footer ul.contact a i{display:block;width:30px}#footer .main-footer ul.contact a:hover{text-decoration:none !important;color:var(--btn-hover) !important}#footer #formNewsletter{display:inline-flex}#footer .newsletter input{margin-right:unset;border-radius:unset;background-color:var(--white)}#footer .newsletter a.btn{border-radius:unset;padding:0 15px;font-size:1.2rem;text-transform:uppercase;-webkit-transition:all .6s ease .15s;-moz-transition:all .6s ease .15s;-o-transition:all .6s ease .15s;-ms-transition:all .6s ease .15s;transition:all .6s ease .15s}#footer .newsletter a.btn:hover{background-color:var(--btn-hover) !important}#footer .col .content-wrap{max-width:300px;line-height:normal}#footer .content-wrap li{margin-bottom:6px}#footer .content-wrap a:hover{text-decoration:none !important;color:var(--btn-hover) !important}#footer .socials a{background:unset;border:1px solid #ccc}#footer .socials a:hover{border-color:var(--btn-hover);color:var(--btn-hover) !important}.stagger-down{transform:translateY(-20px);transition:opacity .5s ease;animation:fade-in-stagger .8s ease forwards}.btn-red{background-color:var(--btn-red);width:100%}.btn-preorder{position:relative}.btn-preorder:hover span.pre_order_title{display:block}span.pre_order_title{display:none;transition:.7s all ease-in;position:absolute;bottom:60px;width:300px;padding:15px 10px;border-radius:12px;background-color:var(--accent);color:var(--white);text-align:center;z-index:1;white-space:normal}span.pre_order_title::after{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 15px 0 15px;border-color:var(--accent) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;bottom:-10px;left:calc(50% - 15px);z-index:1}.quick_shop{margin-top:30px !important}.quick_shop ul{display:none}.quick_shop .products .product .info{position:relative;z-index:2;background-color:#fff}.quick_shop .products .product a{color:#666}.quick_shop a.one-line{color:var(--black) !important}.quick_shop .action{padding:0px 15px 15px 15px}.quick_shop .shop_options{display:flex}.quick_shop .shop_options select{padding:5px 8px;background-color:rgba(0,0,0,0);border:1px solid #eee;border-radius:3px}.quick_shop .shop_options select.qty{width:25%;margin:5px}.quick_shop .shop_options select.variants{width:75%;margin:5px}.quick_shop .cart__wrapper{padding:5px}.quick_shop .cart__wrapper .btn{width:100%}.quick_shop .cart_message{padding:10px 10px 10px 0;text-align:center;color:var(--btn-hover)}@media(max-width: 1260px){#header .main-menu ul li>a{padding:0 10px}}@media(max-width: 768px){.flyshop,.tackleshop{margin-top:50px}.landingpage .landingpage__wrapper{flex-wrap:wrap}.landingpage .landingpage__fly_shop,.landingpage .landingpage__tackle_shop{width:100%}.flyshop__featured_categories .flex,.tackle__featured_categories .flex{height:55vh;margin-bottom:20px}.flyshop__featured_categories .one_third,.flyshop__featured_categories .two_thirds,.tackle__featured_categories .one_third,.tackle__featured_categories .two_thirds{width:50%}.flyshop__featured_categories .two_thirds__wrapper,.tackle__featured_categories .two_thirds__wrapper{flex-wrap:wrap;height:100%}.flyshop__featured_categories .two_thirds__wrapper .one_half,.tackle__featured_categories .two_thirds__wrapper .one_half{width:100%;margin-right:0;height:calc(50% - 10px)}.flyshop__featured_categories .two_thirds__wrapper .one_half:last-of-type,.tackle__featured_categories .two_thirds__wrapper .one_half:last-of-type{margin-bottom:0}.flyshop__featured_categories .two_thirds__wrapper .one_third,.tackle__featured_categories .two_thirds__wrapper .one_third{width:100%;margin-right:0}.flyshop__featured_categories .two_thirds__wrapper.last,.tackle__featured_categories .two_thirds__wrapper.last{width:95%;margin:auto}.flyshop__featured_categories .two_thirds__wrapper.last .one_third,.tackle__featured_categories .two_thirds__wrapper.last .one_third{height:150px;margin-bottom:20px}.flyshop__featured_categories .two_thirds__wrapper.last .one_third:last-of-type,.tackle__featured_categories .two_thirds__wrapper.last .one_third:last-of-type{margin-bottom:0}.flyshop__featured_categories .flyshop__featured_categories__header,.flyshop__featured_categories .tackle__featured_categories__header,.tackle__featured_categories .flyshop__featured_categories__header,.tackle__featured_categories .tackle__featured_categories__header{width:100%}.flyshop__featured_categories .flyshop__featured_categories__header .line1,.flyshop__featured_categories .tackle__featured_categories__header .line1,.tackle__featured_categories .flyshop__featured_categories__header .line1,.tackle__featured_categories .tackle__featured_categories__header .line1{font-size:1.6rem}.flyshop__featured_products .col-lg-3,.tackle__featured_products .col-lg-3{width:25%}.flyshop__categories .grid-4-cols,.tackle__categories .grid-4-cols{grid-template-columns:repeat(2, 1fr)}.flyshop__brands .grid-5-cols,.tackle__brands .grid-5-cols{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 767px){#header .main-header .logo.large-logo img{height:unset !important}}@media(max-width: 650px){.flyshop__slider li img,.tackle__slider li img{height:35vh;object-fit:cover;object-position:center center}}@media(max-width: 568px){.flyshop__slider li img,.tackle__slider li img{height:40vh}.flyshop__featured_products .col-lg-3,.tackle__featured_products .col-lg-3{width:50%}.flyshop__brands .grid-5-cols,.tackle__brands .grid-5-cols{grid-template-columns:repeat(3, 1fr)}.flyshop__slider .slick-dots,.tackle__slider,.slick-dots{top:40%}.flyshop__videos .grid-2-cols{grid-template-columns:repeat(1, 1fr)}.quick_shop .col-xs-6{width:100% !important}}@media(max-width: 470px){.flyshop__slider li img,.tackle__slider li img{height:30vh}.flyshop__featured_categories .flex,.tackle__featured_categories .flex{margin-bottom:10px}.flyshop__featured_categories .flex .one_third,.tackle__featured_categories .flex .one_third{margin-right:10px}.flyshop__featured_categories .two_thirds__wrapper .one_half,.tackle__featured_categories .two_thirds__wrapper .one_half{margin-bottom:10px;height:calc(50% - 5px)}.flyshop__featured_categories .two_thirds__wrapper.last .one_third,.tackle__featured_categories .two_thirds__wrapper.last .one_third{margin-bottom:10px}.flyshop__categories .grid-4-cols,.tackle__categories .grid-4-cols{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:10px;row-gap:10px}.flyshop__brands .grid-5-cols,.tackle__brands .grid-5-cols{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:10px;row-gap:10px}.flyshop__blog .grid-2-cols,.tackle__blog .grid-2-cols{grid-template-columns:repeat(1, 1fr);row-gap:15px}.flyshop__slider .flyshop__slider__wrapper,.flyshop__slider .tackle__slider__wrapper,.tackle__slider .flyshop__slider__wrapper,.tackle__slider .tackle__slider__wrapper{align-items:flex-end;padding-bottom:15px}.flyshop__videos iframe{height:30vh}}@media(max-width: 370px){.flyshop__categories .flyshop__categories__wrapper,.flyshop__categories .tackle__categories__wrapper,.tackle__categories .flyshop__categories__wrapper,.tackle__categories .tackle__categories__wrapper{height:20vh}#footer::before{width:300px;height:121px;top:-121px}}
