/* SECTION: BASE STYLES */



html,
body {
    background: #ffffff;
    background-image:none;
}

/* HTML5 Elements */

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* Challenge Page */
.shopify-challenge__container {
 	padding-top: 180px; 
}
/* Forms and Inputs */

form {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
    *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.button {
  	position: relative;
    z-index: 2;
  	border: none;
	font-family: 'Roboto', sans-serif;
    background-color: #D38729;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  	padding: 24px 32px;
}
.button.outline {
    border: solid 1px #d38729;
    color: #d38729!important;
  	background-color: #fff;
}
.button:hover {
  	background-color: #BB7824;
  	color: #fff!important;
  	text-decoration: none;
}
.button.outline:hover {
    color: #fff;
}
.button:visited {
  	color: #fff;
  	text-decoration: none;
}
.configurator-video {
  	width: 100%;
  	margin-top: 28px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
select,
input[type=file] {
    height: 27px;
    *height: auto;
    line-height: 27px;
    *margin-top: 4px;
}
input.focus,
input:focus,
textarea.focus,
textarea:focus {
    border: 1px solid #4c90ee;
    -moz-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
}
input[type=password]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus {
    outline: none;
}
input[type=checkbox],
input[type=radio] {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
input[type=file] {
    cursor: pointer;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
input[type=submit] {
    cursor: pointer;
}
select {
    max-width: 100%;
    font-size: 14px;
    display: inline-block;
    color: #222;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    padding: 2px;
    padding: initial;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 4px;
    background-image: -webkit-linear-gradient(270deg, rgba(250, 250, 250, 1.00) 0.52%, rgba(230, 230, 230, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(250, 250, 250, 1.00) 0.52%, rgba(230, 230, 230, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(250, 250, 250, 1.00) 0.52%, rgba(230, 230, 230, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(250, 250, 250, 1.00) 0.52%, rgba(230, 230, 230, 1.00) 100%);
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
select:focus,
select.focus {
    outline: none;
    border: 1px solid #4c90ee;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
}
textarea {
/*     min-height: 72px; */
    max-width: 98%;
}
ul,
ol {
    margin: 0 0 0 10px;
    padding: 0;
}
ul {
    list-style: disc inside none;
}
/* flex-height (centers content vertically */
.flex-height {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* Typography */
h1 {
  	color: #6EB340;
  	width: 100%;
    font-family: 'Berkshire Swash', cursive!important;
  	display: block;
  	margin-top: 0;
    margin-bottom: 18px;
}
.hero-title-container {
 	width: 100%;
    z-index: 1;
  	position: relative;
    top: 50%;
    transform: translateY(-50%);
  	height: 100px;
  	text-align: center;
}
#epb_background {
 	position: fixed!important; 
}
#product .hero-title-container {
    top: 50%;
}
.hero-title-container > h1 {
	position: relative;
  	text-align: center;
  	color: #fff!important;
  	width: 100%;
    font-family: 'Berkshire Swash', cursive!important;
    text-transform: none;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  	margin: 0!important;
  	padding: 0 8%;
  	display: block;
}
.hero-title-container > h11 {
	position: relative;
  	color: #fff!important;
  	width: 100%;
    font-family: 'Berkshire Swash', cursive!important;
  	font-size: 36px!important;
    text-transform: none;
    line-height: 44px;
  	margin: 0!important;
  	padding: 0 2%;
  	display: block;
}
h2 {
    color: #6eb340;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
  	font-family: 'Montserrat', sans-serif;
}
#product.bya-product h8 {
 	font-size: 20px;
    margin-bottom: 6px;
    margin-top: 22px; 
}
#product.bya-product h2 {
    font-size: 38px;
    margin-bottom: 10px;
  	margin-top: 50px;
}
#product.wishlist h3{
	color: #393012;
    font-size: 20px;
    margin-bottom: 17px;
    clear: both;
  	border-bottom: 0;
}
.company h2 {
  	font-size: 28px;
}
h3 {
    color: #6eb340;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    border-bottom:1px solid #e3e3e3;
}
h4 {
    font-size: 13px;
    line-height: 18px;
}
h5 {
    font-size: 12px;
    line-height: 18px;
}
h6 {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
h1 .note,
h2 .note,
h3 .note,
h4 .note,
h5 .note,
h6 .note {
    margin-left: 8px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}
h1 .note a,
h2 .note a,
h3 .note a,
h4 .note a,
h5 .note a,
h6 .note a {
    color: #FFFFFF;
}
h8 {
 	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #6EB340;
    margin: 40px 0 40px 0;
    border: none; 
  	display: block;
  	clear: both;
}
p {
    margin: 0 0 8px 0;
  	color: #555555;
    font-size: 16px;
    line-height: 30px;
}
sup {
 	font-size: 50%; 
}

.expanded-message { text-align:center; padding:50px 0; }
.expanded-message h2 { border-bottom:none; }
.highlight { background-color:#fff000; }

/* Links and Buttons */

a {
    color: #d38729;
    text-decoration: none !important;
    outline:none;
  	word-wrap: break-word;
}
a:hover {
    text-decoration: none !important;
    color: #bb7824;
}
a:active {
    outline: none;
  	text-decoration: none !important;
}
a:visited {
    text-decoration: none !important;
}
a.btn,
input.btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    display: inline-block;
}
a.btn:hover,
input.btn:hover {
}
a.btn.slim,
input.btn.slim {
    height: 34px;
    line-height: 34px;
}
a.buy-btn,
input.buy-btn {
    background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/btn-add-to-cart.png?10903420115553867938') -266px 0;
    width: 133px;
    height: 30px;
    border: none;
    color: transparent;
    margin: 5px 0 0 0;
}
a.buy-btn:hover,
input.buy-btn:hover {
    background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/btn-add-to-cart.png?10903420115553867938') -133px 0;
}
a.buy-btn.slim,
input.buy-btn.slim {
    height: 34px;
    line-height: 34px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #6eb340;
}

#product .add-to-cart .icon,
a.btn,
input.btn,
.searchform input.submit,
.cart-summary a .icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#zoom-image {
    -webkit-border-radius:0 4px 0 0;
    -moz-border-radius:0 4px 0 0;
    border-radius:0 4px 0 0;
}

/* Tables */

table {
    width: 100%;
}
table tr td,
table tr th {
    padding: 10px 5px;
    text-align: left;
}
table tr td:first-child,
table tr th:first-child {
    padding-left: 0px;
}
table tr td:last-child,
table tr th:last-child {
    padding-right: 0px;
}
table tr td {
/*     border-top:1px solid #e3e3e3; */
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.no-gutter-right {
    padding-right: 0;
}
.no-gutter-left {
    padding-left: 0;
}
/* END SECTION: BASE STYLES */
/* SECTION: UTILITY CLASSES */

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}
.clearfix:after,
.row:after {
    clear: both;
}
.clearfix,
.row {
    zoom: 1;
}
.clearboth {
 	clear: both; 
}
.sb {
    margin-bottom: 15px;
}
.ssb {
    margin-bottom: 30px;
}
.pb {
    padding-bottom: 15px;
}
.ppb {
    padding-bottom: 30px;
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
.fn {
    float: none !important;
}
.tr {
    text-align: right !important;
}
.tl {
    text-align: left !important;
}
.tc {
    text-align: center !important;
}
.trow {
    display: table-row;
}
.tcell {
    display: table-cell;
}
.no-psdding {
  	padding: 0;
}
.sold-out, .sale, del {
 	padding-left: 0;
    padding-right: 10px;
    color: #CB0000;
}
.collection-bucket .sold-out, .collection-bucket .sale, .collection-bucket del {
    color: #fff;
}
.price-container .banner.sale {
  	float: right;
    line-height: 8px;
    margin-left: 10px;
    color: #ff0000;
    background-color: #fff;
    padding: 5px;
    margin-top: -2px;
}
.cl {
 	clear: both; 
}
/* Layout */

.wrapper {
  width: 100%;
}
.hero {
    width: 100%;
    height: 200px;
    position: relative;
}
.hero .hero-element-wrapper {
 	width: 100%;
  	position: absolute;
  	padding-left: 10px;
  	margin: 0;
  	z-index: 998;
}
#product .hero {
  	height: 500px
}

.arrow-down {
  	width: 100%;
    position: absolute;
    bottom: 27px;
    text-align: center;
  	z-index: 999;
}
.arrow-down span {
    margin: 42px auto 0;
    padding: 0 14px;
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_down.png?10903420115553867938') no-repeat center center;
}


/* Lists */

ul.unstyled,
ol.unstyled {
    margin: 0;
    list-style: none outside none;
}
ul.unstyled > li,
ol.unstyled > li {
    list-style: none;
}
ul.horizontal > li,
ol.horizontal > li {
    display: block;
    float: left;
}
ul.horizontal-inline,
ol.horizontal-inline {
    text-align: center;
}
ul.horizontal-inline > li,
ol.horizontal-inline > li {
    display: inline;
    margin: 0 5px;
}
ul.expanded > li,
ol.expanded > li {
    margin-bottom: 10px;
}
/* END SECTION: UTILITY CLASSES */
/* SECTION: LAYOUT */

div.social-and-search {
    padding-top: 15px;
}
div.payments-and-notices {
    margin: 0;
    padding-top: 15px;
}
ul.credit-cards {
    margin: 0;
    list-style: none outside none;
}
/* Global Header */

.logo {
    float: left;
    z-index: 10;
    position: relative;
}
.logo h1 {
    margin: 0;
    border: 0;
}
.logo h1 a {
    text-decoration: none;
    font-size: 72px;
    line-height: 72px;
    color: #6eb340;
    font-weight: 400;
    margin:0;
    padding:0;
    border:0;
}
.logo h1 a:hover {
    text-decoration: none;
    color: #6eb340;
}
.logo a,
.logo img {
    display: block;
    margin: 0px;
}
.cart-summary {} .cart-summary a {
    text-decoration: none;
}
.cart-summary a .details,
.cart-summary a .icon {
    float: right;
}
.cart-summary a .details {
    text-align: right;
    height: 40px;
    padding: 0px 15px;
}
.cart-summary a .details .note {
    display: block;
    line-height: 14px;
    padding-top: 2px;
    font-size: 12px;
    color: #FFFFFF;
}
.cart-summary a .details .item-count {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 2px;
    font-weight: 400;
    color:#FFFFFF;
}
.cart-summary a:hover .details .item-count {
    text-decoration: underline;
}
.cart-summary a .icon {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: left;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background:#FFFFFF url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icn_cart-icon.png?10903420115553867938') 50% -40px;
}
.cart-summary a:hover .icon {
    background: #ed7d1e url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icn_cart-icon.png?10903420115553867938') 50% -82px;
}
.customer {
    float: right;
    padding: 3px 0 2px 20px;
}
.customer a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
.customer a:hover {
    text-decoration: underline;
}
.cart-items-header > div {
 	font-weight: bold; 
  	font-size: 12px; 
}
.cart-items > div {
 	font-size: 12px; 
}
#sca_fg_cart {
 	margin-top: 0px!important; 
}

nav {
    position: relative;
    border-bottom: 0;
    border-top: 0;
}
nav > ul > li > a {
    text-decoration: none;
    color: #d5d5d5;
    display:block;
    padding:0 12px;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    font-weight: 400;
    text-transform: none;
}

nav > ul > li > a.current {
    color: #ffffff;
}
nav > ul > li > a span.selected {
 	color: #fff; 
}
nav > ul > li:hover > a {
    color: #ffffff;
    text-decoration:none;
}
nav > ul > li.dropdown {
    position: relative;
}
nav > ul > li.dropdown > .dropdown {
    list-style: none outside none;
    padding: 0 0 0 0;
    display: none;
    position: absolute;
    min-width: 235px;
    z-index: 99999;
    top: 86%;
    margin-left: 0px;
    background: #f0f0f0;
    border-top: 0;
}
nav > ul > li.dropdown:nth-child(1) > .dropdown {
  	left: -22%;
}
nav > ul > li.dropdown:nth-child(2) > .dropdown {
  	left: -17%;
}
nav > ul > li.dropdown:nth-child(3) > .dropdown {
  	left: -25%;
}
nav > ul > li.dropdown:nth-child(4) > .dropdown {
  	left: -30%;
}
nav > ul > li.dropdown > .dropdown li {
    height: 50px!important;
}
nav > ul > li.dropdown > .dropdown.advanced {
    min-width: 360px;
    left: -15px;
}
nav > ul > li.dropdown:hover > .dropdown {
    display: block;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
}
nav > ul > li.dropdown li {
    list-style: none;
    font-size: 13px;
    padding-left: 40px;
  	line-height: 30px;
    height: 30px;
    color: #393012;
    font-weight: 400;
    text-decoration: none;
  	padding-top: 10px;
}
nav > ul > li.dropdown li:hover {
    background-color: #D38729;
}
nav > ul > li.dropdown li {
    
}
nav > ul > li.dropdown li:hover {
    color: #fff;
}
#cart-link {
    float: right;
}
#cart-link a {
    padding-right: 0;
}
#head-search {
    margin: 6px 0 6px 10px;
}
/* Fixed Navigation */

.show-when-fixed {
    display: none !important;
}
.fixed-navigation .show-when-fixed {
    display: block !important;
}
.fixed-navigation #nav {
    border: none;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 50%;
    margin-left: -498px;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
}
/* Advanced Dropdown Navigation */

.dropdown.advanced .menu {
    float: left;
    margin: 5px 15px 15px 15px;
    width: 160px;
}
.dropdown.advanced .menu a {
    margin: 0px !important;
    padding: 0px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.dropdown.advanced .menu ul {
    margin-left: 0;
}
.dropdown.advanced .menu h3 {
    color: #6eb340;
    font-weight: 400;
}
.dropdown.advanced .menu h3 a:hover {
    text-decoration: underline;
    color: #6eb340;
}
/* Footer */

#footer {
    background-color: #fafafa;
    margin-top: 4%;
  	clear: both;
}
#footer .outer-container {
    padding: 80px 0 100px 0;
}
#footer .product-list {
    list-style: none;
    margin: 58px 0 0 0;
}
#footer .product-list li {
    margin-bottom: 28px;
}
#footer .product-list li a {
    color: #d38729;
  	text-decoration: none;
}
#footer .product-list li a:hover {
    color: #bb7824;
}
#footer h2 {
    font-size: 14px;
    font-weight: 800;
    color: #676666;
    margin-bottom: 10px;
  	margin-top: 10px;
    height: 34px;
    position: relative;
  	text-align: center;
}
#footer .footer-top-content {
    padding-bottom: 32px;
}
#footer .footer-phone-wrapper {
    width: 168px;
    height: 41px;
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/footer_phone_bkg.png?10903420115553867938) no-repeat;
    font-size: 17px;
    line-height: 42px;
    color: #676666;
    text-decoration: none;
    padding-left: 38px;
    display: block;
    cursor: pointer;
  	margin: 0 auto 20px;
  	
}
#footer p {
    color: #676666;
    font-size: 15px;
    margin-bottom: 0;
}
#footer .footer-bottom-content {
    margin-top: 13px;
}
#footer .footer-bottom-content p {
    margin-top: 9px;
    margin-bottom: 20px;
}
#footer input {
    font-size: 15px;
    color: #9B9B9B;
}
#footer input[type=text], #footer input[type=email] {
    width: 305px;
    height: 41px;
    border-radius: 0;
    border: 1px solid #9B9B9B;
    padding-left: 12px;
    margin-right: 9px;
}
#footer input[type=submit] {
    width: 114px;
    height: 41px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #D38729;
    color: #D38729;
}
#footer .signup-form-msg {
 	color: #ff0000; 
}
#footer .signup-form-mobile {
  	width: 378px;
  	margin: 0 auto;
}
#footer .signup-form-mobile p {
  	width: 100%;
  	text-align: center;
  	margin-bottom: 10px;
}
#footer .signup-form-mobile input[type=text], #footer input[type=email] {
  	width: 250px;
}
#footer .signup .byd-footer-element.copy {
 	text-align: center; 
}
#footer .footer-social-icons {
    margin-top: 64px;
  	width: 182px;
  	float: left;
}
#footer .footer-social-icons ul {
    list-style: none;
    height: 35px;
    margin: 0 auto;
}
#footer .footer-arrow-up {
    margin-top: -42px;
    float: right;
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/footer_arrow_up.png?10903420115553867938) no-repeat;
  	padding: 22px;
  	cursor: pointer;
}
#footer .footer-social-icons ul li {
    float: left;
    margin-top: 10px;
    margin-right: -7px;
}
#footer .footer-social-icons ul li:last-child {
    margin-right: 0;
}
#footer .footer-social-icons li a {
    padding: 11px 20px;
}
#footer .footer-social-icons li .icon_facebook {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_facebook.png?10903420115553867938) no-repeat;
}
#footer .footer-social-icons li .icon_instagram {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_instagram.png?10903420115553867938) no-repeat;
}
#footer .footer-social-icons li .icon_linkedin {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_linkedin.png?10903420115553867938) no-repeat;
}
#footer .footer-social-icons li .icon_twitter {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_twitter.png?10903420115553867938) no-repeat;
}
#footer .footer-social-icons li .icon_youtube {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_youtube.png?10903420115553867938) no-repeat;
}
#footer .footer-social-icons p {
    color: #676666;
    font-size: 8px;
  	text-align: center;
  	margin-top: -4px;
}

/* BYA footer elements */
.bya-footer-element {
  display: none;
}
/* end BYA footer elements */

.newsletter .btn {
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}
#mail {
    width: 170px;
}
.wrapper.payment-methods {
    padding: 0;
    background: none;
    margin: 20px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.payment-methods li,
.payment-methods img {
    display: block;
    float: left;
}
.payment-methods li {
    margin: 0 10px 10px 0;
}
.payment-methods img {
    max-width: 38px;
}
.icon-social {
    display: block;
    float: left;
}
.icon-social {
    margin-right: 5px;
    margin-bottom: 5px;
}
.icon-social {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    filter: alpha(opacity 30);
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/social-icons-light-bg.png?10903420115553867938) no-repeat;
}
.icon-social:hover {
    opacity: 0.6;
    filter: alpha(opacity 60);
}
.icon-social.twitter {
    background-position: 0 0;
}
.icon-social.facebook {
    background-position: -50px 0;
}
.icon-social.youtube {
    background-position: -100px 0;
}
.icon-social.atom {
    background-position: -150px 0;
}
.icon-social.instagram {
    background-position: -200px 0;
}
.icon-social.pinterest {
    background-position: -250px 0;
}
.icon-social.vimeo {
    background-position: -300px 0;
}
.icon-social.tumblr {
    background-position: -350px 0;
}
.icon-social.google {
    background-position: -400px 0;
}
.shop-notices {
    text-align: right;
    float: right;
}
.footer-columns > section {
    margin-bottom: 15px;
}
/* END SECTION: LAYOUT */
/* SECTION: MODULES */

.desktop-header {
    height: 130px;
    position: fixed;
    width: 100%;
    z-index: 99;
  	margin: 0;
  	padding: 0;
}
.desktop-header-bkg {
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity 60);
    position: absolute;
    width: 100%;
    height: 100%;
}
.desktop-header-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}
.desktop-header  .top-header-bkg {
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity 40);
    height: 62px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.desktop-header  .bottom-header-bkg {
    background-color: #000000;
    opacity: 0;
    filter: alpha(opacity 0);
    height: 68px;
    width: 100%;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 1;
}
.desktop-header  .logo {
    position: absolute;
    top: 0;
    left: 0;
}
.desktop-header .header-content {
    height: 130px;
}
.desktop-header .top-header-content {
    width: calc(100% - 215px);
    height: 62px;
    display: table;
    margin-left: 215px;
}
.desktop-header .bottom-header-content {
    width: calc(100% - 215px);
    height: 68px;
    display: table;
    margin-left: 215px;
}
.desktop-header .top-content-spacer {
  	position: relative;
    width: 100%;
    background-color: #000000;
    background: transparent url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/phone_bkg.png?10903420115553867938);
}
.desktop-header .top-right-content {
    width: 186px;
    height: 62px;
    position: relative;
    z-index: 3;
}
.desktop-header #nav {
    position: relative;
    z-index: 2;
    width: 100%;
}
.desktop-header #nav .main {
    position: absolute;
    top: 10px;
    left: 29px;
}
.desktop-header #nav li {
    font-size: 13px;
    height: 68px;
}
/* Mobile Header */
.mobile-header {
    height: 58px;
    width: 100%;
    z-index: 9999;
  	background: none;
  	position: relative;
}
.mobile-header-bkg {
 	background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity 80);
    height: 58px;
    width: 100%;
    z-index: 1;
  	position: fixed;
  	left: 0;
  	top: 0;
}
.mobile-header .navbar {
 	background: none;
  	border: none;
}
.mobile-header .navbar-default .navbar-toggle {
  	border: none;
  	margin-top: 12px;
  	background-color: transparent;
}
.mobile-header .navbar-default .navbar-toggle:hover,
.mobile-header .navbar-default .navbar-toggle:visited {
  	background-color: #000; 
}
.mobile-header .navbar-default .navbar-toggle .icon-bar {
 	background-color: #fff; 
}
.mobile-header .mobile-logo {
  	float: left;
}
.mobile-header .navbar .menu-text {
  	float: left;
  	font-size: 13px;
  	margin-top: 19px;
  	color: #fff;
}
.mobile-header .navbar .cart {
  	float: right;
  	margin: 2px 33px 0;
  	height: 56px;
}
.mobile-header .navbar .item-count {
    right: 23px;
  	left: auto;
}

/* Nav menu */
.mobile-nav .navbar-collapse {
 	padding: 0; 
  	overflow: hidden;
  	height: 100%;
}
.mobile-searchform {
    width: 100%;
  	background-color: #fff;
  	border-bottom: 1px solid #000;
}
.mobile-searchform input.submit {
    float: left;
    margin: 17px 15px 18px 0;
    float: right;
    background: transparent url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/search_icon.png?10903420115553867938) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    border: none;
}
.mobile-searchform input[type=text] {
	width: 70%;
  	margin-left: 28px;
  	height: 58px;
  	border: none;
  	font-size: 14px;
  	color: #C6C6C6;
  	margin-top: 0;
}
.mobile-nav-menu {
  	list-style: none;
  	margin: 0;
}
.mobile-dropdown {
 	height: 50px;
  	width: 100%;
  	background-color: #fff;
/*   	padding: 16px 0 0 28px;  */
  	background: #fff url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_orange.png?10903420115553867938') no-repeat 92% center;
	position: relative;
	z-index: 1;
}
.mobile-dropdown:hover {
    background-color: #D38729!important;
  	background: #fff url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_white.png?10903420115553867938') no-repeat 92% center;
}
.mobile-dropdown a {
    color: #393012;	
}
.mobile-dropdown a span {
    padding: 16px 0 0 28px;	
  	display: block;
}
.mobile-dropdown.open a span {
    padding: 0px 0 0 47px;
    display: block;
    line-height: 12px;
}
.mobile-dropdown:hover > a {
 	color: #fff; 
}
.mobile-dropdown-menu {
 	display: none;
  	list-style: none;
  	margin: 0;
  	width: 100%;
  	background-color: #fff;
}
.mobile-dropdown.open {
    z-index: 9999;
}
.mobile-dropdown.open {
    background-color: #D38729!important;
  	background: #fff url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_left_white.png?10903420115553867938') no-repeat 28px center;
    color: #fff;
}
.mobile-dropdown.open > a {
    color: #fff;
  	padding-left: 20px;
}
.mobile-dropdown.open > .mobile-dropdown-menu {
    display: block;
  	position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}
.mobile-dropdown-menu li {
 	width: 100%;
  	height: 50px;
  	padding: 16px 28px;
}
.mobile-dropdown-menu li:hover {
 	background-color: #D38729!important;
  	color: #fff; 
}
.mobile-nav-bottom {
 	width: 100%;
    height: 64px;
    background-color: #d8d8d8;
  	padding: 2% 2%;
}
.mobile-nav-bottom > div {
 	width: 33%;
  	height: 100%;
  	text-align: center;
  	float: left;
    padding: 17px 0;
  	position: relative;
}
.mobile-nav-bottom .login {
	background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/user_icon_white.png?10903420115553867938) no-repeat;
    padding: 6px 14px;
}
.mobile-nav-bottom .wishlist {
    padding: 6px 14px!important;
    line-height: 0!important;
    margin-left: 0!important;
}
.mobile-nav-bottom .topbadge {
  	left: inherit;
  	right: 25%;
}
.mobile-nav-bottom .cart {
    padding: 6px 14px!important;
  	line-height: 0!important;
    margin-left: 0!important;
}
.mobile-nav-bottom .item-count {
    left: inherit;
  	right: 25%;
}

/* off canvas styles */

.navbar {
 	cursor: pointer; 
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
}

.navmenu {
  z-index: 1;
}

.canvas {
    position: relative;
    left: 0;
    z-index: 2;
    min-height: 100%;
    padding: 0;
    background: #fff;
}
.canvas_overlay {
  	z-index: -1;
  	display: none;
  	height: 0;
  	width: 0;
}
.canvas_overlay.active {
  	background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity 60);
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
	display: block; 
  	cursor: pointer;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
  .canvas {
    padding: 0;
  }
}
/* end off canvas styles */


/* Search */

#search_form {
/*     width: 570px; */
}
.searchform {
    background-color: #ffffff;
    width: 60%;
    height: 62px;
    position: relative;
    z-index: 2;
}
.searchform input.text {
    padding: 0;
    border: none;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    float: left;
    height: 20px;
    margin: 17px 0 0 37px;
    color: #C6C6C6;
    font-size: 18px;
  	width: 75%;
}
.searchform input.submit {
    float: left;
    margin: 17px 15px 18px 0;
    float: right;
    background: transparent url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/search_icon.png?10903420115553867938) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    border: none;
}
.bottom-content-spacer {
    width: 100%;
    height: 62px;
}
.phone-wrapper {
  	position: absolute;
  	z-index: 99;
  	width: 100%;
  	top: 10px;
}
.bottom-content-spacer .phone-wrapper {
  	padding-top: 4px;
}
.phone-wrapper > div {
    z-index: 2;
    color: #fff;
    position: relative;
    text-align: center;
}
.phone-wrapper > div:first-child {
 	font-size: 10px; 
  	color: #A8A8A8;
}
.phone-wrapper > div:last-child {
 	font-size: 19px; 
}
.desktop-header .phone {
 	display: none;
  	position: absolute;
  	z-index: 2;
}
.bottom-content-spacer .phone-wrapper > div:last-child {
 	font-size: 25px; 
}
.phone-wrapper a {
 	color: #fff;
}
.phone-wrapper a:hover {
 	color: #999;
}
.phone-wrapper a:visited {
 	text-decoration: none;
}
.login-wrapper {
    width: 33%;
    height: 32px;
}
#customer_login_link {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/user_icon.png?10903420115553867938) no-repeat;
    padding: 10px 14px;
    line-height: 70px;
    margin-left: 31px;
}
.cart-wrapper,
.wishlist-wrapper{
    width: 33%;
    height: 62px;
    position: relative;
}
#cart_link {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/cart_icon.png?10903420115553867938) no-repeat;
    padding: 10px 14px;
    line-height: 70px;
    margin-left: 17px;
}
#heart_link {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_icon_heart.png?10903420115553867938) no-repeat;
    padding: 10px 14px;
    line-height: 70px;
    margin-left: 26px;
}
.topbadge {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/items_in_cart_bkg.png?10903420115553867938) no-repeat;
    padding: 4px 6px!important;
    margin-left: -8px!important;
    position: absolute;
    top: 6px;
    left: 52px;
    color: #fff;
    font-size: 14px;
  	background-color: transparent!important;
}
.item-count {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/items_in_cart_bkg.png?10903420115553867938) no-repeat;
    padding: 0 6px;
    margin-left: -18px;
    position: absolute;
    top: 6px;
    left: 56px;
    color: #fff;
    font-size: 14px;
}
.create-account {
    position: relative;
    z-index: 2;
    width: 186px;
    height: 68px;
    background-color: #D38729;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
  	color: #fff;
    font-size: 18px;
    text-decoration: none;
  	padding: 0;
  	font-family: 'Roboto', sans-serif;
}
.create-account:hover {
    background-color: #BB7824;
}
.create-account a:hover {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
/* Pagination */

/* .pagination {
    padding: 10px;
    border-bottom:1px solid #e3e3e3;
    border-top:1px solid #e3e3e3;
} */
.pagination .parts {
    float: right;
}
.pagination .item.dots,
.pagination .item.link,
.pagination .item.current {
    display: block;
    float: left;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background-color: #d38729;
    -webkit-border-radius:3px;
    width:20px;
    border:#c16c24 1px solid;
}
.pagination .item.link {
    color: #606060;
    background-color: transparent;
    -webkit-border-radius: 3px;
    width: 20px;
    border: #FFFFFF 1px solid;
}
.pagination .item.link:hover {
    background-color: #b5c3c7;
    border: #88969b 1px solid;
    text-decoration: none;
}
/* Product Loop */

.product {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
    border-bottom:1px solid #e3e3e3;
}
.product:hover {
    border-color: #e0e0e0;
}
.product img {
    opacity: 1;
    filter: alpha(opacity 100);
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.product:hover img {
    opacity: 0.7;
    filter: alpha(opacity 70.0);
}
.product img,
.product .image a {
    display: block;
    margin: 0 auto;
}
.product a {
    text-decoration: none;
}
.product .details a {
    display: block;
    padding: 5px 0;
}
.product .title {
    display: block;
    margin: 0;
    line-height: 24px;
    display: block;
    font-size: 13px;
    color: #6eb340;
    font-weight: 400;
}
.product .title:hover {
    text-decoration: underline;
}
.product .price {
    margin: 0;
    display: block;
    font-size: 12px;
    color: #888888;
}
.product .image {
    position: relative;
    overflow: hidden;
    border: #AAAAAA thin solid;
}
.product .image.image-loading {
    background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icn_loading.gif?10903420115553867938') no-repeat 50% 50%;
}
.product .banner,
#product .banner {
    position: absolute;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 11px;
    line-height: 14px;
    left: 0px;
    bottom: 0px;
    color: #fff !important;
    background-color: #aaa;
    padding: 1px 4px;
    font-weight: 700;
    margin-left: 200px;
}
.product .banner.sale,
#product .banner.sale {
    background-color: #333333;
}
.product:hover .banner.sale,
#product .banner.sale {
    background-color: #ed7d1e;
}
#product .retailers {
  	clear: both;
  	margin-left: 20px;
  	position: relative;
  	margin-top: 10px;
}
#product .retailers div {
  	clear: both;
  	color: #D5D5D5;
  	font-size: 12px;
/*   	margin-left: 22px; */
}
#product .retailers-only div {
	clear: both;
    color: #D5D5D5;
    font-size: 12px;
}
#product .retailers a img {
  	width: auto;
  	height: 35px;
  	margin: 0!important;
}
#product #futurepay-banner {
  	clear: both;
  	padding-top: 16px;
  	margin-right: 0;
}
#product .find-zipcode {
  	margin-left: 0;
}

#product .product-seller-title {
  	color: #fff;
  	font-size: 12px;
}
#product .product-seller-title > div {
 	width: 165px;
  	height: 18px;
  	background-color: #21d3c8;
  	text-align: center;
    line-height: 18px;
  	margin-bottom: 10px;
}
  
/* END SECTION: MODULES */

#not_found .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_404.jpg?10903420115553867938') no-repeat;
    background-size: cover;
}
/* collection buckets */
.collection-bucket {
  	position: relative;
  	margin-bottom: 20px;
}
.image-container {
    width: 100%;
  	position: relative;
}
#index .image-container, #byd404 .image-container {
 	overflow: hidden; 
}
.image-title-container {
	padding: 6px 0 0 20px;
}
#index .homepage .image-title-container h4 {
  	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #494949;
    margin: 18px 0 0;
}
#collection.list .image-title-container h4 {
  	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #494949;
    margin: 18px 0 0;
}
.module-title-container {
  	position: relative;
    top: 40%;
    transform: translateY(-50%);
}
.image-container .item_number {
  	position: absolute;
  	bottom: 27px;
  	left: 26px;
  	font-size: 16px;
  	color: #fff;
	z-index: 2;
  	width: 100%;
}
.image-container .item_number .count {
  	float: left;
}
.image-container .item_number .arrow-right {
  	float: right;
  	width: 10px;
  	height: 15px;
  	margin-right: 44px;
}

.image-container .arrow-right {
  	position: absolute;
  	bottom: 20px;
  	right: 14px;
  	z-index: 2;
}

.price-bkg-container {
  	width: 120px;
    height: 120px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
}
.price-bkg-container .price-info {
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 40px auto;
    top: 0;
    left: 0;
}
.price-bkg-container span:last-child {
    font-size: 12px;
}
.price-bkg-container .price-bkg {
  	width: 120px;
    height: 120px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity 60);
    position: absolute;
    top: 0;
    margin: 0 auto;
}
.price-bkg-container:hover .price-bkg{
  	background-color: #BB7824;
  	cursor: pointer;
}


/* Index Page */

.hero-mask {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/sale_hero_tint.png?10903420115553867938') no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
}

/* skyfort_elite Banner */
#index .homepage-banner {
    background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/skyfort_elite_banner_lt_768.png?10903420115553867938') no-repeat;
    background-size: cover;
}
/* End skyfort_elite Banner */
/* Outdoor Play Module */
#index .outdoor-play {
    background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_tile_lg.jpg?10903420115553867938') repeat;
    width: 100%;
    height: 552px;
    margin-top: 62px;
    border-top: 1px solid #6FB541;
    border-bottom: 1px solid #6FB541;
    position: relative;
}
#index .outdoor-play-round-images {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_round_images_xs.png?10903420115553867938') no-repeat;
    width: 235px;
    height: 62px;
    margin: -33px auto 0;
    background-size: contain;
}
#index .outdoor-play .outdoor-play-logo {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_logo_xs.png?10903420115553867938') no-repeat;
  	margin: 22px auto 0;
  	width: 42px;
    height: 26px;
  	display: block;
    background-size: 100%;
}
#index .outdoor-play h5 {
    font-family: 'Montserrat', sans-serif;
   	font-size: 25px;
    color: #6FB541;
    text-align: center;
    margin-top: 10px;
    line-height: 31px;
}
#index .outdoor-play p {
    font-family: 'Roboto', sans-serif;
  	font-size: 14px;
    color: #424242;
    text-align: center;
    padding-top: 12px;
  	width: 284px;
}
#index .outdoor-play a {
    position: absolute;
    bottom: 38px;
    width: 100%;
}
#index .outdoor-play .outdoor-play-cta {
    color: #fff;
    width: 103px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0;
  	cursor: pointer;
}
/* End Outdoor Play Module */
/* Go Configure Module */
#index .go-configure {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_bkg_xs.jpg?10903420115553867938') center center no-repeat;
    width: 100%;
    height: 384px;
    background-size: cover;
    margin-bottom: 72px;
    position: relative;
    padding-top: 36px;
}
#index .go-configure-logo {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_logo.png?10903420115553867938') center center no-repeat;
    width: 80px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background-size: contain;
}
#index .go-configure p {
 	font-family: 'Roboto', sans-serif; 
  	font-size: 14px;
  	font-weight: 300;
  	line-height: 21px;
  	color: #fff;
  	width: 246px;
  	padding-top: 24px;
}
#index .go-configure a {
    position: absolute;
    bottom: 41px;
    width: 100%;
}
#index .go-configure .go-configure-cta {
    color: #fff;
    width: 105px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    margin: 0 auto;
    padding: 0;
  	cursor: pointer;
}
/* End Go Configure Module */
#index .down-arrow-container {
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	z-index: 999;
}
#index .down-arrow {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/down_arrow_lt_768.png?10903420115553867938') no-repeat;
    width: 14px;
    padding: 8px 0px;
    margin: 0 auto 10px;
    cursor: pointer;
}
#index .hero.white .down-arrow {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/down_arrow_lt_768_orange.png?10903420115553867938') no-repeat;
}
/* End Sale Theme */
#index .container.homepage h8, #index .container.home-blog-posts h8 {
  	margin-left: 35px;
  	font-size: 28px;
}
.pencil-banner {
    background-color: #ffc800;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
  	position: absolute;
  	bottom: -30px;
}
.pencil-banner span {
  	text-decoration: underline;
  	font-style: italic;
}
#index .arrow-down img {
  	bottom: 60px
}
#index .arrow-down img {
  	width: 12px;
}
#index .homepage .image-container,
#collection.list .image-container {
   	width: 100%;
    height: 198px;
    overflow: hidden;
}
#index .homepage .image-container img,
#collection.list .image-container img {
    position: absolute;
    left: 0;
  	display: inline;
}
#index .homepage .image-container span {
   	color: #fff; 
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 80px 0 0 20px;
}
#index .homepage .image-container .title-bkg,
#collection.list .image-container .title-bkg {
   	height: 81px; 
}
#index .homepage .view-all-products .image-container {
   	background-color: #D38729; 
}
#index .homepage .view-all-products .image-container .title-bkg {
    opacity: 0.6;
    filter: alpha(opacity 60);
}
#index .homepage .view-all-products .image-container .title-bkg.active {
    opacity: 0.3;
    filter: alpha(opacity 30);
    background-color: #000;
}
#index .homepage .image-title-container {
    width: 100%;
    z-index: 9;
    bottom: 0!important;
    height: 81px;
}
#index .homepage .image-title-container h4 {
    font-size: 16px;
  	top: 39%;
}
#collection.list .image-title-container h4 {
    font-size: 16px;
  	top: 39%;
}
#index .homepage .image-title-container .arrow-up {
    float: right;
    width: 10px;
    height: 15px;
    margin-right: 44px;
}
#index .homepage .view-all-container {
    width: 100%;
    height: calc(100% - 81px);
}
#index .homepage .view-all-container h4 {
  	font-size: 54px;
    font-weight: 400;
	margin: 0 38px;
  	text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  	padding: 0;
}

#index h2, #index h3 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: 67px;
  	color: #fff;
  	width: 100%;
  	margin: 0 auto;
  	text-align: center;
  	line-height: 70px;
  	border: none;
}
#index h2 {
  	padding: 74px  0 0;
   	display: block;
    text-align: center;
    font-size: 60px;
  	line-height: 60px;
}
#index p {
  	color: #fff;
  	font-size: 18px;
  	padding-top: 50px;
  	width: 75%;
  	line-height: 30px;
  	margin: 0 auto;
  	text-align: center;
}
#index .home-blog-posts .blog-post {
 	margin-bottom: 30px; 
  	position: relative;
}
#index .home-blog-posts .blog-post-content {
    padding: 278px 20px 0 20px;
    height: 369px;
    position: relative;
}
#index .home-blog-posts .blog-post-content .blog-date {
    float: left; 
    background-color: #fff;
    width: 70px;
    height: 70px;
  	position: relative;
}
#index .home-blog-posts .blog-post-content .blog-date > div {
    color: #6EB340;
    text-align: center;
    font-size: 24px;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
}
#index .home-blog-posts .blog-post-content .blog-date > div:nth-child(2) {
    font-size: 18px;
    line-height: 8px;
  	text-transform: uppercase;
  	font-weight: bold;
}
#index .home-blog-posts .blog-title-container {
  	height: 70px;
  	float: left;
  	width: 70%;
    padding-left: 20px;
}
#index .home-blog-posts .blog-title-container h5 {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 24px;
  	font-family: 'Montserrat', sans-serif;
  	margin-top: 0;
}
#index .blog-tint {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/blog_tint.png?10903420115553867938') repeat-x;
 	position: absolute;
    bottom: 0;
  	left: 0;
  	width: 100%;
    height: 200px;
}
/* Featured Products */
#index .featured-product-info {
  	width: 68%;
    margin: 10px auto;
}
#index #featured-products-carousel .featured-product {
	height: 300px;
	background-color: #ffffff;
/*   	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/featured_products_bkg.png?10903420115553867938') no-repeat; */
/* 	box-shadow: inset 0px -3px 5px 3px rgba(191, 191, 191, 0.5); */
  	border: 2px solid #d38729;
  	padding: 5px 32px 0;
}
#index #featured-products-carousel .featured-product:first-child {
  	margin: 0 16px;
}
#index #featured-products-carousel .featured-product img {
  	width: 100%;
    margin: 0 auto;
}
#index .featured-product .featured-product-info {
  	width: 100%;
}
#index .featured-product .featured-product-info ul {
  	list-style: none;
    margin: 0 0 10px 0;
    float: left;
  	width: 100%;
}
#index .featured-product .featured-product-info li {
  	color: #424242;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
  	text-align: center;
    width: 100%
}
#index .featured-product .featured-product-info .price-container {
    font-size: 12px;
}
#index .featured-product .featured-product-info .strikethrough-copy {
 	color: #999; 
}
#index .featured-product .featured-product-info .sale-cta {
 	margin: 0 auto;
  	float: none;
}
/* End Featured Products */
/* Dealer Map */
.dealer-map-container {
 	position: relative; 
  	height: 732px;
  	margin-top: 50px;
  	clear: both;
  	overflow: hidden;
}
#findDealer.dealer-map-container {
  	margin-top: 0;
}
.dealer-map-container h2 {
 	margin-left: -5px; 
  	margin-bottom: 20px;
  	font-size: 28px;
}
.dealer-map-container .dealer-map {
  	width: 100%;
  	height: 1000px;
  	position: absolute;
  	top: -40%;
}
.dealer-map-container .dealer-map-elements {
  	width: 100%;
  	height: 654px;
  	position: absolute;
}

.dealer-map-container .dealer-business-card {
  	box-shadow: 0 0 16px #545454;
  	width: 290px;
    height: 275px;
    position: relative;
    margin: 253px auto;
  	z-index: 9;
}
.dealer-map-container .dealer-street-view {
    height: 110px;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
  	background-color: #fff;
}
.dealer-map-container .dealer-street-view img {
  	width: 80%;
}
.dealer-business-card .dealer-company {
    background-color: #6EB340;
  	padding: 16px 0 16px 23px;
}
.dealer-business-card.missing-dealer .dealer-company {
  	padding: 20px 0 16px 23px;
  	margin-bottom: 12px;
}
.dealer-map-container .dealer-company div {
  	text-transform: capitalize;	
  	font-family: 'Montserrat', sans-serif;
  	font-size: 18px;
   	color: #fff;
}
.dealer-info {
	background-color: #fff;
  	height: 276px;
}
.missing-dealer .dealer-info .dealer-phone{
	margin-top: -20px;
}
.missing-dealer .dealer-info .store-id{
	margin-top: -8px;
}
.missing-dealer .dealer-info .dealer-address {
	display: none;
}
.dealer-map-container .dealer-address {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_marker_md.png?10903420115553867938') no-repeat 0 27px;
  	color: #333;
  	font-family: 'Roboto', sans-serif;
  	font-size: 16px;
  	padding: 13px 0 0 38px;
    margin-left: 24px;
}
.dealer-map-container .dealer-address div:first-child{
  	padding-top: 8px;
}
.dealer-map-container .dealer-phone {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_phone_md.png?10903420115553867938') no-repeat 0 20px;
    height: 50px;
  	color: #333;
  	font-family: 'Montserrat', sans-serif;
  	font-size: 25px;
  	padding: 17px 0 0 36px;
    margin-left: 24px;
} 
.dealer-map-container .dealer-website {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_globe.png?10903420115553867938') no-repeat 0 27px;
    height: 57px;
  	color: #000;
  	font-family: 'Montserrat', sans-serif;
  	font-size: 14px;
  	padding: 30px 0 0 38px;
    margin-left: 24px;
    float: left;
    width: 180px;
}
.dealer-map-container .dealer-website {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_globe.png?10903420115553867938') no-repeat 0 24px;
    height: 57px;
  	color: #000;
  	font-family: 'Montserrat', sans-serif;
  	font-size: 14px;
  	padding: 30px 0 0 38px;
    margin-left: 24px;
    float: left;
    width: 146px;
}
.dealer-map-container .dealer-email {
 	float: left;
    width: 112px;
    padding: 30px 0 0 13px; 
}
.dealer-map-container .dealer-website span {
    margin-right: 15px;
}
.dealer-map-container .dealer-email span {
    margin-right: 16px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.dealer-map-container .dealer-website-link,
.dealer-map-container .dealer-email-link{
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/website_arrow.png?10903420115553867938') no-repeat 0 0;
    padding: 4px 14px;
}
.dealer-pagination {
  	width: 91px;
    height: 91px;
  	position: absolute;
  	top: -125px;
} 
.dealer-map-container .dealer-prev {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_bus_card_prev_arrow.png?10903420115553867938') no-repeat 0 0;
    left: -20px;
    display: none;
} 
.dealer-map-container .dealer-next {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_bus_card_next_arrow.png?10903420115553867938') no-repeat 0 0;
    right: -20px;
    display: none;
} 
.dealer-map-container .no-dealer {
    font-size: 15px;
  	line-height: 20px;
  	padding: 0 10px 12px 24px;
    display: none;
}
.dealer-map-container .no-dealer div {
    border-top: 1px solid #979797;
    opacity: 0.3;
    width: 98%;
    padding: 6px;
}
.dealer-map-container .zipcode-curtain{
 	width: 100%;
  	height: 654px;
  	background-color: #000;
  	opacity: 0.7;
    filter: alpha(opacity 70);
  	top: 0;
  	left: 0;
  	z-index: 9999;
  	position: absolute;
  	display: none;
}
.dealer-zipcode-search-container {
  	width: 590px;
  	position: relative;
	margin: 468px auto 0;
  	z-index: 99999;
}
.dealer-zipcode-arrow {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_green_arrow_right_sm.png?10903420115553867938') no-repeat 0 0;
    width: 99px;
    height: 50px;
    float: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff!important;
    padding: 15px 0 0 16px;
    position: absolute;
    top: 0;
  	left: 14px;
    z-index: 1;
}
.dealer-zipcode-search-container input[type=text] {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 106px;
    padding-right: 64px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #101010;
    -webkit-box-shadow: inset 0px 1px 3px 1px #adadad;
    -moz-box-shadow: inset 0px 1px 3px 1px #adadad;
    box-shadow: inset 0px 1px 3px 1px #adadad;
    position: relative;
    margin-top: 0;
  	background-color: #fff;
  	z-index: 0;
}
.dealer-zipcode-search-container.error input[type=text] {
  	border: 2px solid #CB0000!important;
  	z-index: 2;
  	color: #CB0000;
  	text-align: right;
  	padding-right: 204px;
  	font-style: italic;
  	font-size: 16px;
}

.dealer-zipcode-search-container a {
    position: absolute!important;
    top: 0!important;
    right: 15px!important;
    width: 50px!important;
    height: 50px!important;
    line-height: 3!important;
    padding: 0!important;
  	cursor: pointer!important;
}
.dealer-zipcode-search-container.error input[type=button] {
    height: 56px;
    top: 2px;
}
.zipcode-confirm-container {
  	width: 100%;
  	height: 554px;
  	top: 0;
  	left: 0;
  	z-index: 99999;
  	position: absolute;
  	display: none;
}
.zipcode-confirm-container .zipcode-confirm-outer {
  	display: table;
    height: 100%;
    overflow: hidden;
  	margin: 0 auto;
}
.zipcode-confirm-container .zipcode-confirm-inner {
  	display: table-cell;
    vertical-align: middle;
}
.zipcode-confirm-container .zipcode-confirm {
 	background-color: #fff;
 	width: 280px;
  	height: 261px;
  	position: relative;
  	display: none;
}
.zipcode-confirm-container .zipcode-confirm h6 {
  	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6EB340;
  	margin: 0;
    text-transform: none;
    padding: 19px 30px;
}
.zipcode-confirm-container .ip-zipcode {
 	font-family: 'Roboto', sans-serif;
    font-size: 37px;
    color: #101010;
    width: 104px;
  	margin: 0 auto;
    text-align: center;
    padding-top: 22px; 
}
.zipcode-confirm-container .zipcode-confirm-bottom {
 	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 58px;
  	border-top: 1px solid #979797;
}
.zipcode-confirm-container .zipcode-confirm-bottom div {
 	width: 50%;
    float: left;
    text-align: center;
  	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #D38729;
	padding-top: 14px;
  	height: 58px;
}
.zipcode-confirm-container .zipcode-confirm-bottom div:hover {
 	cursor: pointer;
}
.zipcode-confirm-container .zipcode-confirm-bottom div:first-child {
  	border-right: 1px solid #979797;
}
.zipcode-enter-alert {
 	background-color: #fff;
  	width: 313px;
  	height: 63px;
  	text-align: center;
    padding-top: 21px; 
  	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #101010;
  	display: none;
}

/* end dealer map */

/* Collection Section */
#collection .collection-list > h8 {
 	width: 100%; 
}
/* default */
#collection .hero,
#blog .hero,
#article .hero,
#page .hero,
#customer-login .hero,
#customer-account .hero,
#customer-addresses .hero,
#byaSupport .hero,
#page.refund .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_default.jpg?10903420115553867938') no-repeat;
    background-size: cover;
    height: 0;
}
#collection .hero h1,
#blog .hero h1,
#article .hero h1,
#page .hero h1,
#customer-login .hero h1,
#customer-account .hero h1,
#customer-addresses .hero h1,
#byaSupport .hero h1,
#page.refund .hero h1 {
  	color: transparent!important;
  	text-shadow: none;
}
#collection .hero .hero-title {
  	font-family: 'Berkshire Swash', cursive;
    color: #fff;
    font-size: 55px;
    text-align: center;
    padding-top: 44px;
    text-transform: none;
    line-height: 80px;
    margin: 0 auto;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
#collection .hero .info-tab-overlay, #collection .hero .info-tab-container {
  	width: 185px;
  	height: 76px;
  	position: absolute;
  	bottom: 0;
  	right: 0;
}
#collection .hero .info-tab-overlay {
  	opacity: 0.4;
    filter: alpha(opacity 40);
  	z-index: 1;
  	background-color: #000;
}
#collection .hero .info-tab-container {
  	font-family: 'Montserrat', sans-serif;
  	color: #fff;
  	padding: 8px 0 0 19px;
  	z-index: 2;
}
#collection .hero .info-tab-container .name {
  	padding-top: 8px;
  	font-size: 23px;
}
#collection .hero .info-tab-container .price {
  	font-size: 15px;
}
#collection .hero .info-tab-container .price span:last-child {
  	margin-right: 20px;
}
#collection h8 {
  	margin: 40px 0 36px 0;
}
#collection .collection-list h8 {
  	margin: 40px 0 -15px 0;
}
#collection h2 {
  	font-size: 37px;
  	line-height: 44px;
  	margin: 58px 0 40px;
}
#collection .free-shipping {
  	margin-top: -54px;
 	margin-bottom: 45px; 
  	padding: 20px 0 0 10px;
  	background-position: left 20px;
}
#collection .free-shipping span {
 	color: #676666; 
}
#collection .collection-description {
 	margin: -20px 0 40px;
}
#collection .collection-description p {
	font-size: 14px;
  	line-height: 20px;
}
#collection .product-alerts, 
.related-products .product-alerts {
  	position: absolute;
  	top: 16px;
  	right: 0;
}
.product-alerts > div {
  	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    padding: 2px 14px 2px 26px;
  	margin-bottom: 10px;
}
.product-alerts .out-of-stock {
  	background-color: #EB0C27;
}
.product-alerts .retailers-only {
  	background-color: #F59223;
}
.product-alerts .sale {
  	background-color: #25BC00;
}
.product-alerts .new {
  	background-color: #49BEE2;
}
.product-alerts .no-longer-available {
  	background-color: #F59223;
}
.product-alerts .coupon {
  	background-color: #F55023;
}
#collection .all-categories {
 	float: right;
    width: 188px;
    height: 68px;
  	padding: 0 42px;
  	margin: -20px 16px 50px 0;
}

/* STEP 2 */
#bydIndex .step2-logo {
 	position: absolute;
  	left: 13px!important;
  	top: 70px;
  	z-index: 9;
  	width: 52px;
  	height: 49px;
}
#bydIndex .step2-banner-container {
  	clear: left;
 	border: 2px solid #ED174F;
  	margin: 60px 15px 0;
  	height: 295px;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/step2_hatching.png?10903420115553867938') 0 0;
    margin-bottom: 30px;
    
}
#bydIndex .step2-logo-banner {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/step2_logo_lg.png?10903420115553867938') no-repeat 0 0;
    background-size: 100%;
    padding: 24px;
    width: 50px;
    margin: 22px auto;
}
#bydIndex .step2-banner-container p {
 	color: #4A4A4A;
  	font-size: 16px;
    line-height: 20px;
  	padding: 0 25px;
    text-align: center;
  	clear: both;
}
#bydIndex .step2-learn-more {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/learn_more_button.png?10903420115553867938') no-repeat 0 0;
    margin: 18px auto 0;
    padding: 50px;
    cursor: pointer;
    width: 174px;
    display: block;
}
#collection .step2-logo {
 	position: absolute;
  	left: 13px!important;
  	top: 70px;
  	z-index: 9;
  	width: 52px;
  	height: 49px;
}
#collection .step2-banner-container {
 	border: 2px solid #ED174F;
  	width: 100%;
  	height: 295px;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/step2_hatching.png?10903420115553867938') 0 0;
}
#collection .step2-logo-banner {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/step2_logo.png?10903420115553867938') no-repeat 0 0;
    background-size: 100%;
    padding: 26px;
    width: 50px;
    margin: 22px auto;
}
#collection .step2-banner-container p {
 	color: #4A4A4A;
  	font-size: 16px;
    line-height: 20px;
  	padding: 0 25px;
    text-align: center;
  	clear: both;
}
#collection .step2-learn-more {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/learn_more_button.png?10903420115553867938') no-repeat 0 0;
    margin: 38px auto 0;
    padding: 88px;
    cursor: pointer;
    width: 174px;
    display: block;
}
/* END STEP 2 */
#bydCollection h5 {
 	font-size: 30px;
  	line-height: 40px;
  	margin-left: 15px;
  	clear: both;
  	font-family: 'Montserrat', sans-serif;
}
/* product video */
  #mute-button {
    text-indent: -9999px;
    background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/volume_on.png?10903420115553867938') no-repeat;
    padding: 20px;
    position: absolute;
    bottom: -17px;
    left: 20px;
    cursor: pointer;
    display: none;
  }
  #mute-button.off {
    background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/volume_off.png?10903420115553867938') no-repeat;
  }
  .play-video-button-wrapper, .play-video-bkg-wrapper {
    margin-top: 65px;
   	width: 100%;
    height: 86px;
    position: absolute;
    top: 60%;
    display: block;
  }
  .play-video-button {
    position: relative;
    z-index: 9;
   	width: 318px;
    height: 86px;
 	margin: 0 auto;
  }
  .play-video-button a {
   	padding: 12px 10px 12px 92px;
    font-family: 'Roboto', sans-serif;
    background: transparent url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_play_button.png?10903420115553867938) no-repeat 0 0;
    font-size: 24px;
    color: #FFF;
    line-height: 86px;
  }
  .play-video-bkg {
    position: relative;
    z-index: 1;
   	width: 318px;
    height: 86px;
    background-color: #000;
    opacity: 0.54;
    filter: alpha(opacity 54);
    margin: 0 auto;
  }
/* end product video */
/* modifications to collection-bucket */
.collection-bucket.product-detail {
  	overflow: hidden;
  	margin-bottom: 20px;
  	border: none;
}
.collection-bucket.product-detail .image-container {
  	width: 100%;
	height: 360px;
  	overflow: hidden;
}
.collection-bucket.product-detail .image-container img.initial {
  	display: none;
}
.collection-bucket .image-container .img-bkg {
  	background-color: #F4F4F4;
  	opacity: 0.9;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 999;
}
.collection-bucket.product-detail .price-container {
  	clear: both;
	z-index: 2;
  	width: 100%;
  	padding: 0 0 0 20px;
}
.collection-bucket.product-detail .price-container .price {
  	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
  	color: #494949;
}
.collection-bucket.product-detail .price-container .price .strikethrough {
  	color: #25BC00;
  	text-decoration:line-through;
  	padding-right: 10px;
}
.collection-bucket.product-detail .price-container .price .strikethrough-price {
  	color: #c1c1c1;
}
.collection-bucket.product-detail .price-container .coupon {
  	font-size: 12px;
  	line-height: 12px;
	font-family: 'Roboto', sans-serif;
  	color: #494949;
}
.collection-bucket.product-detail .price-container .coupon span {
  	color: #F55023;
}
.collection-bucket.product-detail .image-info {
  	height: 120px;
}
#manuals .collection-bucket.product-detail .image-info {
  	height: 184px;
}
.collection-bucket.product-detail .image-title-container {
    clear: both;
}
.collection-bucket.product-detail .image-title-container h4 {
 	font-family: 'Montserrat', sans-serif;
  	font-size: 16px;
  	line-height: 22px;
  	color: #494949;
  	padding: 0;
  	margin-top: 8px;
  	margin-bottom: 3px;
}
/* modifications to collection-bucket product-bya */
.collection-bucket.product-detail.product-bya {
  	overflow: hidden;
  	margin-bottom: 30px;
  	border: none;
}
.collection-bucket.product-detail.product-bya .image-container { 
  	width: 100%;
	height: 411px;
  	overflow: hidden;
}
.collection-bucket.product-detail.product-bya .image-container img { 
  	position: absolute;
    left: 0;
}
.collection-bucket.product-detail.product-bya .image-container.square > img { 
	width: 134%;
  	top: 0;
  	left: -18%;
}
.collection-bucket.product-detail.product-bya .price-container {
  	position: absolute;
  	bottom: 24px;
  	left: 8px;
  	font-size: 18px;
  	font-style: italic;
  	color: #fff;
	z-index: 2;
  	width: 100%;
}
.collection-bucket.product-detail.product-bya .price-container .price {
  	float: right;
  	line-height: 14px;
  	margin-right: 74px;
  	margin-left: 10px;
}
.collection-bucket.product-detail.product-bya .price-container .price del {
  	float: left;
}
.collection-bucket.product-detail.product-bya .image-container .overlay-bkg {
  	display: none;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .overlay-bkg {
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	bottom: 0;
  	left: 0;
  	background-color: #000;
  	opacity: 0.5;
    filter: alpha(opacity 50);
	z-index: 0;
}
.collection-bucket.product-detail .image-container .smartwishlist {
  	margin-top: 17px;
/*   	position: absolute!important;
  	top: 10px;
  	left: 3px; */
}
.collection-bucket.product-detail .image-container .smartwishlist.bookmarked .smartwishlist-icon,
.collection-bucket.product-detail .image-container .smartwishlist .smartwishlist-icon:hover{
  	background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya.smartwishlist_icon_red.png?10903420115553867938) no-repeat;
  	padding: 14px;
}

.collection-bucket.product-detail.product-bya .image-container .title-bkg {
 	height: 110px; 
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-outer-container {
 	height: auto; 
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .title-bkg {
 	height: 0; 
}
.collection-bucket.product-detail .image-container .title-click {
  	width: 100%;
   	height: 110px;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: 999;
  	cursor: pointer;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .title-click {
 	top: 0px; 
  	height: 200px;
  	background: transparent;
}
.collection-bucket.product-detail.product-bya .image-container .image-container-arrow {
  	position: absolute;
 	bottom: 0; 
  	right: 0;
    z-index: 999;
    cursor: pointer;
  	width: 25%;
    height: 110px;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-arrow {
 	top: 0; 
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_arrow_down_white.png?10903420115553867938') no-repeat center center;
}
.collection-bucket.product-detail.product-bya .image-container .image-container-overlay {
 	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: none;
  	z-index: 10;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay {
  	display: block;
}
.collection-bucket.product-detail.product-bya .image-container.show-form h4 {
  	color: #6eb340;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay h5,
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay p,
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay ul,
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay > div{
  	display: none;
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay .image-container-buttons {
 	display: block; 
}
.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay p:first-child {
  	display: block;
  	color: #fff;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    margin: 150px 20px 0;
  	padding-top: 8px;
  	height: 25%;
    overflow: hidden;
  	width: 290px;
}
.collection-bucket.product-detail.product-bya .image-container-buttons {
  	width: 100%;
  	position: absolute;
  	left: 0;
  	bottom: 16px;
}
.collection-bucket.product-detail.product-bya .image-container .download-button {
  	position: relative;
  	width: 88%;
  	height: 30px;
  	background-color: #fff;
  	text-align: center;
  	margin: 8px auto;
  	line-height: 30px;
  	z-index: 9999;
  	cursor: pointer;
  	color: #D38729;
}
.collection-bucket.product-detail.product-bya .image-container .quote-button,
#product .collection-bucket.product-detail.product-bya .image-container .quote-button{
  	position: relative;
  	float: left;
  	margin-left: 20px;
  	width: 244px;
/*   	width: 88%; */
/*   	margin: 0 auto; */
  	height: 50px;
    padding: 0;
    line-height: 50px;
  	z-index: 9999;
  	cursor: pointer;
  	float: none;
  	font-weight: 300;
}
.collection-bucket.product-detail.product-bya .image-container .quote-button.sent {
  	background-color: #6EB340;
}
.collection-bucket.product-detail.product-bya .image-container .quote-form-overlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: none;
  	z-index: 10;
  	background-color: #fff;
  	border: 1px solid #ececec;
  	z-index: 9999;
}
.collection-bucket.product-detail.product-bya .image-container.show-form .quote-form-overlay {
  	display: block;
  	padding: 0 20px;
}
.collection-bucket.product-detail.product-bya .image-container .quote-form-closer {
 	position: absolute;
  	top: 39px;
  	right: 40px;
  	padding: 8px;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_quote_form_close.png?10903420115553867938') no-repeat 0 0;
    z-index: 99999;
    cursor: pointer;
    display: none;
    margin-right: 2%;
}
.collection-bucket.product-detail.product-bya .image-container.show-form .quote-form-closer {
    display: block;
}
.collection-bucket.product-detail .image-container img {
  	position: absolute;
    left: 0;
}
.collection-bucket.product-detail .image-container.show-buttons .image-container-arrow {
 	top: 44px; 
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_arrow_down_white.png?10903420115553867938') no-repeat 0 0;
}
.collection-bucket.product-detail .image-container .image-container-overlay {
 	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: none;
  	z-index: 10;
}
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay {
  	display: block;
}
.collection-bucket.product-detail .image-container.show-form h4 {
  	color: #6eb340;
}
.collection-bucket.product-detail .image-container.show-buttons .image-title-container {
  	top: 20px;
}
.collection-bucket.product-detail .image-container.show-form .image-title-container {
  	z-index: 99999;
  	top: 31px;
  	margin: 0 19%;
}
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay h5,
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay p,
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay ul,
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay > div{
  	display: none;
}
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay .image-container-buttons {
 	display: block; 
}
.collection-bucket.product-detail .image-container.show-buttons .image-container-overlay p:first-child {
  	display: block;
  	color: #fff;
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    margin: 150px 14px 0;
  	padding-top: 8px;
  	height: 27%;
    overflow: hidden;
}
.collection-bucket.product-detail .image-container-buttons {
  	width: 100%;
  	position: absolute;
  	left: 0;
  	bottom: 10px;
}
.collection-bucket.product-detail .image-container .download-button {
  	position: relative;
  	width: 88%;
  	height: 30px;
  	background-color: #fff;
  	text-align: center;
  	margin: 8px auto;
  	line-height: 30px;
  	z-index: 9999;
  	cursor: pointer;
  	color: #D38729;
}
.collection-bucket.product-detail .image-container .quote-button,
#product .collection-bucket.product-detail .image-container .quote-button{
  	position: relative;
  	width: 88%;
  	margin: 0 auto;
  	height: 50px;
    padding: 0;
    line-height: 50px;
  	z-index: 9999;
  	cursor: pointer;
  	float: none;
}
.collection-bucket.product-detail .image-container .quote-button.sent {
  	background-color: #6EB340;
}
.collection-bucket.product-detail .image-container .quote-form-overlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: none;
  	z-index: 10;
  	background-color: #fff;
  	border: 1px solid #ececec;
  	z-index: 9999;
}
.collection-bucket.product-detail .image-container.show-form .quote-form-overlay {
  	display: block;
  	padding: 0 20px;
}
.collection-bucket.product-detail .image-container .quote-form {
 	margin: 115px 20% 0;
}
.collection-bucket.product-detail .image-container .quote-form-closer {
 	position: absolute;
  	top: 9px;
  	right: 25px;
  	padding: 8px;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_quote_form_close.png?10903420115553867938') no-repeat 0 0;
    z-index: 99999;
    cursor: pointer;
    display: none;
    margin-right: -18px;
}
.collection-bucket.product-detail .image-container.show-form .quote-form-closer {
    display: block;
}
.collection-bucket.product-detail .image-container .quote-form label,
.collection-bucket.product-detail .image-container .quote-form input,
.collection-bucket.product-detail .image-container .quote-form textarea{
 	width: 100%;
  	color: #979797;
}
.collection-bucket.product-detail .image-container .quote-form textarea{
 	height: 33px!important;
}

#quote-form-remember {
  	float: left;
    width: 20px;
    margin-top: 9px;
}
.quote-overlay .quote-form label[for=quote-form-remember] {
  	margin-top: 20px;
  	margin-left: 5px;
    width: 80%;
}

.quote-sent-button {
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/quote_sent_button.png?10903420115553867938') no-repeat 0 20px;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 23px 0 20px 35px;
    width: 104px;
    display: none;
}

.quote-curtain {
 	width: 100%;
  	height: 100%;
  	background-color: #000;
  	opacity: 0.7;
    filter: alpha(opacity 70);
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 9999;
  	display: none;
}

.quote-overlay-wrapper {
 	width: 100%;
  	height: 100%;
  	position: absolute;
    margin-top: 32px;
  	z-index: 99999;
  	top: 0;
  	display: none;
}
.quote-overlay {
 	width: 290px;
  	height: 826px;
  	background-color: #fff;
    z-index: 99999;
  	display: none;
  	margin: 0 auto;
	overflow: hidden;
}
.quote-overlay .quote-image{
	width: 100%;
  	height: 166px;
}
.quote-overlay .quote-image img{
 	height: 100%;
  	margin-left: -33px;
}
.quote-overlay .quote-form-container {
  	width: 100%;
 	padding: 20px 22px;
  	z-index: 999999;
}
.quote-overlay .quote-form-container h5 {
 	font-size: 20px;
  	line-height: 22px;
  	float: left;
  	width: 90%;
}
.quote-overlay .quote-form label, 
.quote-overlay .quote-form input, 
.quote-overlay .quote-form textarea {
    width: 100%;
    color: #333;
}
.quote-overlay .quote-form textarea {
 	height: 50px; 
}
.quote-overlay .quote-form label {
    color: #979797;
    font-size: 13px;
    font-family: Arial, sans-serif;
    margin: 10px 0 5px;
  	font-weight: normal;
}
.quote-overlay .quote-form-send,
#product .quote-overlay .quote-form-send {
    width: 121px;
   	height: 50px;
  	float: left;
  	margin: 20px 0;
  	line-height: 48px;
    padding: 0;
  	font-size: 14px;
}
.quote-overlay input {
   	height: 40px;
  	padding-left: 16px;
}
.quote-form-field.error {
    border: 2px solid #CB0000;
  	color: #CB0000!important;
    text-align: right;
    padding-right: 24px;
    z-index: 2;
    font-style: italic;
}

.collection-bucket.product-detail.product-bya .image-container .quote-form label {
 	color: #979797!important;
  	font-size: 16px!important;
  	font-family: 'Roboto', sans-serif!important;
  	margin: 8px 0 8px!important;
  	font-weight: normal!important;
}
.collection-bucket.product-detail.product-bya .image-container .quote-form input {
 	color: #979797;
  	font-size: 16px;
  	font-family: 'Roboto', sans-serif;
  	font-weight: normal!important;
}
.collection-bucket.product-detail.product-bya .image-container .quote-form label[for=quote-form-remember] {
  	font-size: 13px!important;
  	margin-top: 16px!important;
}
/* quote form math captcha */
.quote-form-prompt {
  float: left; 
  padding: 5px 0;
  color: #979797;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}
#quote-form-question {
  height: 20px; 
  width: 84px; 
  float: left; 
  clear: both; 
  margin-top: 6px;
}
.quote-form-equals {
  margin-top: 6px; 
  padding: 0 10px; 
  float: left;
}
#quote-form-answer {
  margin-top: 6px; 
  height: 20px; 
  width: 40px; 
  float: left;
}
/* end quote form math captcha */
.collection-bucket.product-detail.product-bya .collection-loop .arrow-right {
  	float: right;
    width: 10px;
    line-height: 43px;
}
.collection-bucket.product-detail.product-bya .collection-loop .arrow-up {
  	float: right;
    width: 10px;
    line-height: 43px;
}
.collection-bucket.product-detail.product-bya .image-title-container {
  	bottom: 0;
  	padding-right: 14px;
  	height: 110px;
}
.collection-bucket.product-detail.product-bya .image-container .arrow-right {
 	bottom: 23px; 
}
.collection-bucket.product-detail.product-bya .price-container .arrow-right {
  	float: right;
  	width: 10px;
  	height: 15px;
  	margin-right: 44px;
  	line-height: 0px;
}
.collection-bucket.collection-loop .image-container .arrow-right {
  	line-height: 43px;
  	right: 27px;
}
.collection-bucket.product-detail.product-bya .price-container .arrow-up {
  	float: right;
  	width: 10px;
  	height: 15px;
  	margin-right: 44px;
  	line-height: 0px;
}
.collection-bucket.product-detail .image-container .image-container-arrow {
  	position: absolute;
 	bottom: 22px; 
  	right: -15px;
    padding: 20px;
    z-index: 999;
    cursor: pointer;
    height: 20px;
}
/* end bya collection products */
#collection .swingsets {
 	display: none; 
}
#collection .home-and-garden {
 	display: none; 
}
#collection .collection-filter-container {
 	position: fixed;
}
#collection .collection-filter-container h2 {
 	font-size: 20px;
  	margin: 84px 0 0 10px;
}
#collection .collection-filter {
  	list-style: none;
  	padding-right: 20px;
}
#collection .collection-filter h8 {
 	margin-bottom: 30px;
}
#collection .collection-filter ul {
 	list-style: none; 
  	margin-left: 0;
}
#collection .collection-filter li {
  	margin-bottom: 26px;
}
#collection .collection-filter a {
  	font-family: 'Roboto', sans-serif;
  	color: #393012;
}
#collection .collection-filter .collection-filter-mainmenu-items {
 	margin-top: 30px; 
}
#collection .collection-filter .collection-filter-mainmenu-items.show {
 	display: block; 
}
#collection .collection-filter li.collection-filter-mainmenu > a {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat left center;
  	font-weight: 400;
  	font-size: 18px;
    padding-left: 30px;
}
#collection .collection-filter li.collection-filter-mainmenu.active > a {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_down_black.png?10903420115553867938') no-repeat left center;
    font-weight: bold;
}
#collection .collection-filter li.collection-filter-mainmenu > a.inactive {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/double_arrow_right_black.png?10903420115553867938') no-repeat left center;
}
#collection .collection-filter.main.swingsets li.collection-filter-mainmenu.active > ul {
 	display: block; 
}
#collection .collection-filter li > a.active {
 	font-weight: 700; 
}

#collection .collection-filter .collection-filter-mainmenu-items {
 	display: none; 
}
#collection .collection-filter-mainmenu-items a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_unchecked.png?10903420115553867938') no-repeat 0 0; 
    padding: 2px 0 0 30px;
    font-size: 16px;
}
#collection .collection-filter-mainmenu-items a:hover {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked.png?10903420115553867938') no-repeat 0 0;
}
#collection .collection-filter-mainmenu-items.active li.active a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked_green.png?10903420115553867938') no-repeat 0 0; 
    font-weight: 400;
}
#collection .filter-mobile {
  	display: none;
    z-index: 999999;
    background-color: #fff;
  	margin: auto;
  	position: relative;
}
#collection .filter-mobile-container {
  	width: 100%;
    margin: 30px auto -20px;
  	position: relative;
}
#collection .filter-mobile-button {
    color: #fff;
    display: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 23px;
    padding: 0;
    width: 132px;
    height: 50px;
    line-height: 48px;
  	float: right;
}
#collection .filter-mobile-button.selected {
    display: block;
}
#collection .filter-mobile-button.inactive.selected {
    display: none;
}
#collection .filter-mobile-content {
  	padding: 0;
}
#collection .swingsets-mobile {
 	display: none;
}
#collection .swingsets-mobile.selected {
 	display: block;
}
#collection .swingsets-mobile .collection-filter-mainmenu-items {
 	display: none;
}
#collection .home-and-garden-mobile {
 	display: none; 
}
#collection .home-and-garden-mobile.selected {
 	display: block; 
}
#collection .collection-filter-mobile {
  	list-style: none;
  	margin: 0;
}
#collection .collection-filter-mobile li {
  	padding: 15px 0 15px 48px;
  	background: #EDEDED url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat 24px center;
}
#collection .collection-filter-mobile li:hover, 
#collection .collection-filter-mobile li.active {
  	background-color: #D8D8D8;
}
#collection .collection-filter-mobile li a {
  	color: #000;
  	font-size: 15px;
  	font-family: 'Roboto', sans-serif;
  	cursor: pointer;
}
#collection .filter-mobile-submenu {
  	list-style: none;
  	padding: 20px 10px;
  	display: none;
}
#collection .filter-mobile-submenu li {
  	padding: 14px 5px;
}

#collection .filter-mobile-submenu a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_unchecked.png?10903420115553867938') no-repeat 0 0; 
    padding: 2px 0 0 42px;
    color: #000;
  	font-size: 15px;
  	font-family: 'Roboto', sans-serif;
}
#collection .filter-mobile-submenu a:hover {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked.png?10903420115553867938') no-repeat 0 0;
}
#collection .filter-mobile-submenu li.active a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked.png?10903420115553867938') no-repeat 0 0; 
    font-weight: 400;
}

#collection .build-your-own-container {
  	margin-top: 49px;
}
#collection .build-your-own-container h5 {
  	font-family: 'Montserrat', sans-serif;
  	color: #6eb340;
  	font-size: 36px;
  	margin-bottom: 40px;
    line-height: 38px;
}
#collection .design-button {
  	width: 100%;
  	height: 70px;
  	line-height: 26px;
}
#collection .ios-android {
  	margin-top: 14px;
  	float: left;
    width: 100%;
}
#collection .ios-android a {
  	text-align: center;
    width: 117px;
}
#collection .ios-android a:last-child {
  margin-left: 12px;
  float: right;
  margin-right: 12px;
}

#collection .build-your-own-container p {
 	font-size: 16px;
  	color: #393012;
  	clear: both;
  	padding-top: 37px;
  	line-height: 30px;
  	margin-bottom: 35px;
}
#collection .build-your-own-container .ios-android p {
 	color: #9B9B9B;
  	margin-top: -11px;
  	font-size: 14px;
  	padding: 0px;
  	line-height: 14px;
}
#collection .build-your-own-container h8 {
 	margin: 42px 0 50px 0;
}
#collection .build-your-own-container h4 {
 	font-size: 20px;
  	color: #6EB340;
  	margin: 0 0 68px;
}
/* Collection page - BYA products */
#collection .dealer-exclusive {
 	margin: 10px 0 0 20px;
    background-color: #666;
    color: #fff;
    font-style: italic;
    padding: 5px 0 5px 10px;
    width: 122px;
    clear: both;
}  
#collection .collection-list h5 {
    font-size: 30px;
    line-height: 34px;
    clear: both;
    font-family: 'Montserrat', sans-serif;
  	color: #6eb340;
  	margin-bottom: 20px;
}
#collection .collection-list .dealer-exclusive {
 	margin: 30px 0 10px 16px; 
  	width: 330px;
}
#collection .collection-list .bya-subtitle {
  	font-size: 14px;
    line-height: 10px;
    margin: 5px 0 30px 0;
    clear: both;
    font-family: 'Montserrat', sans-serif;
  	color: #666;
}
#collection .collection-list .bya-subtitle.collection-sort {
  	font-size: 14px;
    line-height: 10px;
    margin: -6px 0 30px 15px;
    clear: both;
    font-family: 'Montserrat', sans-serif;
  	color: #666;
}
#collection .collection-list h2 .dealer-exclusive {
  	margin: 0;
    padding: 0 10px;
    font-size: 13px;
    height: 30px;
    width: 350px;
    line-height: 30px;
}
#collection .collection-list .dealer-map-container .dealer-zipcode-search-container {
  	margin: 0 auto;
  	clear: both;
}
#collection .collection-list .dealer-map-container .dealer-zipcode-arrow {
  	left: 0;
}
#collection .collection-list .dealer-map-container .dealer-zipcode-search-container a {
  	right: -1px!important;
}
/* Product Pages */

#product .hero {
  	background-position: center -10px!important;
    background-size: cover;
  	background-repeat: no-repeat;
}
#product .hero.square {
  	background-position: center -87px!important;
}
#product .hero-title {
  	font-family: 'Berkshire Swash', cursive;
 	color: #fff;
  	font-size: 55px;
  	text-align: center;
    padding-top: 44px;
  	text-transform: capitalize;
    line-height: 80px;
    margin: 0 auto;
  	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
#product h3 {
  	color: #393012;
  	font-size: 20px;
  	margin-bottom: 17px;
  	clear: both;
  	border: 0;
}
/* BYD/BYA product page */
#product.bya-product .product-info-container {
 	margin-top: 50px; 
}
#product.bya-product .product-image-container {
    height: auto;
  	margin-bottom: 20px;
}
.product-thumbnail-wrapper {
	display: table;
	margin: 14px auto; 
}
#product.bya-product .product-thumbnail-wrapper,
#product.wishlist .product-thumbnail-wrapper{
  	margin: 20px 0 0 0;
    width: 100%;
}
#product .product-thumbnails {
 	min-width: 100px;
	list-style: none;	
}
#product.bya-product .product-thumbnails,
#product.wishlist .product-thumbnails{
 	list-style: none;
    margin-left: 0;
}
#product.wishlist .product-thumbnail-wrapper {
  	position: absolute;
  	bottom: -12px;
}
#product.wishlist .product-thumbnails img {
  	margin-left: -40%;
}
#product.wishlist .product-thumbnails [alt='#square'] {
    width: 100px;
    margin-left: 0;
}
#product .product-thumbnails li {
 	display: block;
    padding: 0;
    float: left;
    width: 100px;
    margin: 0 7px;
    overflow: hidden;
}
#product.bya-product .product-image-container > img {
 	margin-left: 0; 
  	width: 100%;
    height: auto;
}
#product.bya-product .product-description {
 	margin-top: 0;
  	height: auto;
}
#product.bya-product h8 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 8px;
  	margin-left: 0px;
  	line-height: 28px;
}
#product.bya-product h2 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 45px; 
    clear: both;
}
#product.bya-product .dealer-exclusive {
 	margin: 0;
    background-color: #666;
    color: #fff;
    font-style: italic;
    padding: 5px 0 5px 10px;
    width: 122px;
    clear: both;
  	float: left;
}  
#product.bya-product .bya-subtitle {
  	font-size: 12px;
    line-height: 10px;
    margin: 0 0 18px;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}
#product.bya-product .description-content p {
  	font-size: 14px;
	line-height: 20px;
}
#product.bya-product .get-a-quote {
  	width: 140px;
    height: 30px;
    float: right;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 10px;
}
#product.bya-product .product-thumbnail-wrapper {
	position: relative;
}
#product.bya-product .product-thumbnails [alt='#square'] {
  	width: 100px;
    margin-left: 0;
}
#product.bya-product .product-thumbnails img {
  	margin-bottom: 14px;
    width: auto;
    height: 100px;
    margin-left: -25%;
}
#product.bya-product .dealer-map-container h5 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    clear: both;
    font-family: 'Montserrat', sans-serif;
  	padding-left: 15px;
}
#product.bya-product .details-wrapper {
  	margin-top: 0px;
}
#product.bya-product .dealer-map-container {
 	height: 644px; 
}
#product.bya-product .accessories-wrapper {
  padding: 80px 15px 0;
}
/* end BYD/BYA product page */
#product.wishlist .hero {
 	height: 200px; 
}
#product.wishlist .product-thumbnails li {
/*     width: 100px!important;
    margin-right: 5px; */
}
#product .product-thumbnails img {
 	margin-bottom: 14px;	
}
#product .product-thumbnails img.wide {
    height: 100px;
    width: auto;
    margin-left: -30%; 
}
#product.wishlist .slick-arrow {
 	padding: 20px; 
}
#product.wishlist .slick-prev {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_scroll_left.png?10903420115553867938') no-repeat;
}
#product.wishlist .slick-next {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_scroll_right.png?10903420115553867938') no-repeat;
}
#product.wishlist .slick-slide img {
  	height: 100px;
}
#product.wishlist .price-container {
 	color: #676666;
  	font-size: 18px;
  	font-family: 'Roboto', sans-serif;
  	margin-left: 0;
    margin-bottom: 14px;
}
#product.wishlist .price-container span {
 	color: #CB0000;
  	font-size: 24px;
  	font-family: 'Roboto', sans-serif;
}
#product .mobile-youtube {
  max-width: 420px;
  margin: 0px auto;
}
#product .mobile-youtube > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}
#product .mobile-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#product .shopping-cart-wrapper {
  position: relative;
  padding-left: 10px;
}
#product .no-longer-available {
 	color: #ff0000;
  	font-size: 18px;
  	margin: 0 0 10px 22px;
}
#product .add-to-cart-module {
  	margin-top: 40px;
  	height: inherit;
}
#product .add-to-cart-module > div {
  	float: left;
  	position: relative;
    height: 100%;
}
#product .add-to-cart-module .product-image-container {
  	height: 464px;
    position: relative;
    overflow: hidden;
    margin-left: 75px;
}
#product .add-to-cart-module .product-image-container div {
  	font-size: 24px;
  	margin: 152px 0 0 37px;
}
#product .add-to-cart-module img {
  	display: inline-block;
/*     height: 315px; */
}
#product .add-to-cart-module .sold-out {
  	font-size: 18px;
 	color: #ff0000;
  	margin-bottom: 20px;
  	padding-left: 20px;
}
#product .atc-title {
  	color: #6EB340;
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
  	width: 100%;
  	margin-bottom: 2px;
  	margin-left: 0px;
}
#product .add-to-cart-module ul {
 	list-style: none;
  	position: absolute;
    bottom: 0;
    left: 0;
    height: 119px;
    width: 100%;
  	margin: 0;
}
#product .add-to-cart-module ul li {
 	float: left;
  	width: 20%;
  	text-align: center;
  	height: 100%;
  	padding: 31px;
}
#product .add-to-cart-module ul li a {
    padding: 5px 13px;
}
#product .add-to-cart-module ul li .facebook-small {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_facebook_small.png?10903420115553867938') no-repeat;
}
#product .add-to-cart-module ul li .instagram-small {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_instagram_small.png?10903420115553867938') no-repeat;
}
#product .add-to-cart-module ul li .twitter-small {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_twitter_small.png?10903420115553867938') no-repeat;
}
#product .add-to-cart-module ul li .pinterest-small {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_pinterest_small.png?10903420115553867938') no-repeat;
}
#product .add-to-cart-module ul li .mail-small {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_mail_small.png?10903420115553867938') no-repeat;
}

#product .add-to-cart-module ul li:last-child {
  	border-right: none;
}
#product #add-item-form {
  	width: 100%;
}
#product .shipping-container {
  	margin: 16px 0 0 0;
}
#product .form-price-container {
    width: 100%;
}
#product .form-price-container p {
  	color: #676666;
  	font-size: 18px;
  	float: left;
  	margin-right: 10px;
}
#product h2.price {
 	color: #CB0000;
  	font-family: 'Montserrat', sans-serif;
  	font-size: 24px;
  	line-height: 24px;
  	margin: 0;
  	-webkit-font-smoothing: antialiased;
}
.free-shipping {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_truck.png?10903420115553867938') no-repeat left 0px;
    width: 100%;
    padding: 0 10px;
    clear: both;
}
.free-shipping span {
  	margin-left: 26px;
  	font-size: 14px;
  	color: #9B9B9B;
}
#product input[type=checkbox] {
 	margin: 0; 
}
#product label {
 	color: #676666;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 5px;
}
#product .selector-wrapper {
  	margin-top: 50px;
}  
#product .purchase {
 	clear: left;
  	width: 100%;
  	position: relative;
}
#product .purchase.assembly-included {
  	padding-left: 24px;
}
#product .add-to-cart {
  	width: 100%;
  	height: 72px;
  	margin: 24px 0 0 0;
  	padding: 0;
}
#product .add-to-cart.assembly-included {
 	width: 255px; 
}
#product .important {
  	width: 100%;
  	height: 72px;
  	margin: 24px 9px 0 0;
  	padding-top: 0;
 	background: #CB0814 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_download.png?10903420115553867938') no-repeat 88% center; 
}
#product .important:hover {
  	background-color: #A80101;
}
#product .important.assembly-included {
  	display: block;
}
#product .important span {
    line-height: 18px;
    margin-left: 10px;
}
#product .important span:first-child {
  	margin-top: 0;
}
#product .manuals-container {
  margin-left: 75px;
  margin-right: 15px;
}
#product .manuals {
  margin: 10px auto;
  width: 140px;
  text-align: center;
  background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/cloud-download.png?10903420115553867938') no-repeat;
}
#product .manuals-container p {
  font-size: 14px;
  color: #D5D5D5;
  font-family: 'Roboto', sans-serif;
  padding-left: 22px;

}
#product .manual-links {
  width: 100%;
  text-align: center;
}
#product .manual-links .button {
  background-color: #D5D5D5;
  color: #888888;
  font-weight: bold;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 10px!important;
  margin: 0 5px;
  line-height: 20px!important;
  width: auto;
  height: auto;
  float: inherit;
}
#product .details-wrapper {
	margin-top: 100px;
}
#product .details h2, #product .features h2, #product .specs h2, #product .video h2 {
  	font-size: 36px;
  	font-family: 'Montserrat', sans-serif;
  	color: #6EB340;
  	line-height: 36px;
  	margin-bottom: 20px;
}
#product .features h6 {
  	font-size: 24px;
  	font-family: 'Montserrat', sans-serif;
  	color: #676666;
  	text-transform: inherit;
  	line-height: 36px;
  	margin-bottom: 30px;
}
#product .specs h2 {
 	margin-bottom: 48px; 
}
#product .details p, #product .features p, #product .specs p, #product .details span, #product .features span, #product .specs span {
  	margin: 0 0 8px 0;
  	color: #393012;
    font-size: 16px;
    line-height: 30px;
  	font-family: 'Roboto', sans-serif;
} 
#product .details .item-number, #product .details .item-number span {
  	color: #676666;
  	font-size: 20px;
  	margin-bottom: 20px;
  	font-family: 'Montserrat', sans-serif;
}
#product .details .text {
  	width: 100%;
  	float: left;
}
#product .details .text.half-width {
  	width: 50%;
}
#product .details .details-image-container {
  	width: 50%;
  	float: left;
  	margin-top: -25px;
}
.details-image-container img {
  	width: 100%;
}
#product .features p {
  	margin: 20px 0;
} 
#product .features ul li {
  	padding: 10px 0 10px 10px;
    margin: 10px 0 0 -10px;
}
#product .features ul li:nth-child(even){
  background-color: #ffffff;
}
#product .features ul li:nth-child(odd){
  background-color: #f0f0f0;
}
#product .specs ul li {
  	padding: 10px 0 10px 10px;
    margin: 10px 0 0 -10px;
}
#product .specs ul li:nth-child(even){
  background-color: #ffffff;
}
#product .specs ul li:nth-child(odd){
  background-color: #f7f7f7;
}
#product .goconfigure-wrapper {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/goconfigure_bkg.jpg?10903420115553867938') no-repeat;
  	width: 100%;
  	height: 532px;
  	margin: 30px 0;
  	position: relative;
    background-size: cover;
}
#product .goconfigure-wrapper .goconfigure {
 	text-align: center;
    padding-top: 14px;
}
#product .goconfigure-wrapper .goconfigure h2 {
 	font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 6% 0 0;
    line-height: 71px;
}
#product .goconfigure-wrapper .goconfigure p {
 	font-size: 20px;
    color: #fff;
    margin: 38px auto;
    width: 95%;
}
#product .goconfigure-wrapper .goconfigure-button {
  	color: #FFF;
  	font-size: 18px;
	font-family: 'Roboto', sans-serif;
  	background-color: #D38729;
    width: 80%;
    height: 72px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    line-height: 72px;
    text-align: center;
}
#product .specs h8 {
  	margin-bottom: 50px;
}
#product .specs table {
  	width: 100%;
}
#product .specs p {
  	font-size: 20px;
    color: #333;
}
#product .specs table tr td p {
  	font-size: 20px;
    color: #333;
}
#product .specs table tr td:first-child p {
  	font-size: 32px;
    color: #6EB340;
}
#product .related-products-wrapper {
  	margin-top: 20px;
}
#product .related-products h2 {
  	font-size: 40px;
  	color: #6EB340;
  	margin-bottom: 80px;
  	line-height: 40px;
}
#product .sale-alert {
    background-color: #CB0000;
    color: #FFF;
    padding: 4px 0;
    width: 66px;
    text-align: center;
}
#product .black-friday-alert {
    background-color: #000000;
    color: #FFF;
    padding: 5px 0;
    width: 130px;
    text-align: center;
  	margin-bottom: 5px;
}
#product .support-warranty-wrapper {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/support_warranty_bkg.jpg?10903420115553867938') no-repeat;
  	width: 100%;
  	height: 566px;
  	margin: 30px 0;
  	position: relative;
    background-size: cover;
    padding: 25px;
}
#product .support-warranty-wrapper-inner {
 	border: 1px solid #95948b;
    height: 100%;
    width: 100%;
}
#product .support-warranty-wrapper .support-warranty {
 	padding: 38px 0;
}
#product .support-warranty-wrapper .support-warranty > div {
 	width: 50%;
  	height: 432px;
  	float: left;
  	text-align: center;
}
#product .support-warranty-wrapper .support-warranty > div:first-child {
 	border-right: 1px solid #6d6d61;
}
#product .support-warranty-wrapper .support-warranty img {
  	text-align: center;
  	margin-top: 44px;
}
#product .support-warranty-wrapper .support-warranty h2 {
 	font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 40px;
  	margin-top: 40px;
}
#product .support-warranty-wrapper .support-warranty p {
  	font-size: 16px;
  	color: #B3B3B3;
  	font-family: 'Roboto', sans-serif;
  	margin-top: 40px;
  	padding: 0 7%;
  	text-align: center;
}
#product .support-warranty-wrapper-mobile {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/support_warranty_bkg.jpg?10903420115553867938') no-repeat;
  	width: 100%;
  	height: 566px;
    background-size: cover;
    padding: 10px;
}
#product .support-warranty-wrapper-mobile .support-warranty > div {
 	width: 100%;
  	clear: left;
  	text-align: center;
}
#product .support-warranty-wrapper-mobile .support-warranty img {
  	text-align: center;
  	margin-top: 10px;
}
#product .support-warranty-wrapper-mobile .support-warranty h2 {
 	font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 36px;
  	margin-top: 30px;
}
#product .support-warranty-wrapper-mobile .support-warranty p {
  	font-size: 14px;
  	color: #B3B3B3;
  	font-family: 'Roboto', sans-serif;
  	margin-top: 30px;
  	padding: 0;
  	text-align: center;
}
#product .specs-wrapper {
 	margin-top: 50px; 
}
#product .product-description {
  	height: 425px;
    position: relative;
    margin-top: 10px;
}
#product .contact-a-dealer {
  	margin-right: 17px;
}
#product .button {
    width: 188px;
    height: 60px;
    padding: 0;
    line-height: 64px;
    float: left;
}
#product .accessories-wrapper {
    padding: 27px 0 0 0;
}
#product .accessory {
    border: 2px solid #D38729;
    height: 60px;
    padding: 15px;
    text-align: center;
    color: #D38729;
    font-size: 18px;
    margin: 0 18px 18px 0;
    display: table;
    float: left;
}
#product .get-a-quote.sent {
  	background-color: #6EB340;
}
/* Smart Wishlist */
#product.wishlist .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_wishlist_hero.jpg?10903420115553867938') no-repeat center top;
    background-size: cover;
}
#product.wishlist h2 {
  	float: left;
  	font-size: 38px;
}
#product.wishlist h8 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-left: 0px;
  	clear: both;
  	line-height: 28px;
}
#product.wishlist h9 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	color: #6EB340;
	border: none;
  	margin: 50px 0 0;
  	float: left;
}
#product.wishlist .product-info {
  	clear: both;
}
#product.wishlist .wishlist-buttons {
  	float: right;
}
#product.wishlist .wishlist-buttons .button{
  	margin: 50px 0 0 10px;
}
#product.wishlist .product-info-container {
  	padding: 10px 0 0 0;
    clear: both;
}
#product.wishlist .bookmark-bucket {
  	border-top: 1px solid #979797;
  	clear: both;
  	margin-top: 50px;
}
#product.wishlist .accessories-wrapper .button {
 	margin-bottom: 60px; 
}
#product.wishlist .accessories-wrapper {
 	padding-left: 0; 
}
#product.wishlist .bookmark-delete-button {
  	float: right;
  	background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_bookmark_delete.png?10903420115553867938) no-repeat;
  	padding: 14px;
  	cursor: pointer;
  	margin-right: 0;
  	margin-top: 16px;
}
#product.wishlist .no-bookmarked-items {
  	color: #979797;
  	font-size: 18px;
  	clear: both;
  	display: none;
}
/* product page care and maintenance videos  */
#product .video-wrapper {
 	margin-top: 50px; 
}
#product .vid-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
}
#product .vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product .vid-list-container {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
#product .vid-list {
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  display: table;
}

#product .vid-item {
  width: 120px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
} 
#product .vid-item .thumb {
  overflow:hidden;
}
#product .vid-item .thumb img {
  width: 100%;
  position: relative;
}
#product .vid-item:hover {
  background: #eee;
  cursor: pointer;
}
#product .mobile-row {
  float: left;
}
/* end product page care and maintenance videos  */
/* installation videos - manuals page */
.installation-videos-wrapper {
/*  	display: none;  */
}
#installation-videos {
 	display: table;
  	margin: 0 0 40px 0;
  	width: 100%;
}
.installation-video {
  	margin-bottom: 10px;
}

/* end installation videos */
.smartwishlist-icon {
    background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya.smartwishlist_icon_white.png?10903420115553867938) no-repeat;
  	padding: 14px;
}

.product-image-container #smartwishlist {
  	position: absolute;
    left: 8px;
    top: 24px;
  	margin: 0!important;
}
#smartwishlist .tooltip {
  	margin: 0!important;
}
.smartwishlist  {
  	position: relative!important;
}
.product-image-container #smartwishlist .unbookmarked .smartwishlist-icon {
  	background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya.smartwishlist_icon_white.png?10903420115553867938) no-repeat;
  	padding: 9px 20px;
  	background-size: 100%;
}
.product-image-container #smartwishlist .bookmarked .smartwishlist-icon,
.product-image-container #smartwishlist .unbookmarked .smartwishlist-icon:hover {
  	background: url(//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya.smartwishlist_icon_red.png?10903420115553867938) no-repeat;
  	padding: 9px 20px;
  	background-size: 100%;
}
#product.wishlist .product-image-container {
  	padding: 0;
  	margin-top: 0;
  	overflow: hidden;
 	height: 642px; 
  	margin-bottom: 20px;
}
#product.wishlist .product-image-container > img {
 	width: 180%; 
  	position: absolute;
  	left: -35%;
}
#product.wishlist .button-container {
  	width: 100%;
  	right: 0;
}
#product.wishlist .button-container .button {
  	float: right;
}
#product.wishlist .product-description {
 	height: 508px; 
  	margin-top: 0;
}
#product.wishlist .product-description h2 {
  	margin-top: 0;
  	margin-bottom: 8px;
}
#product.wishlist .description-content {
  	clear: both;
  	padding-top: 20px;
  	overflow: hidden;
    height: 162px;
}
#product.wishlist .description-content p {
  	color: #333;
  	font-size: 14px;
  	line-height: 20px;
}
#product.wishlist .dealer-exclusive {
    margin: 0 0 15px 0;
    background-color: #666;
    color: #fff;
    font-style: italic;
    padding: 5px 0 5px 10px;
    width: 122px;
    clear: both;
    float: left;
}
#product.wishlist .get-a-quote {
    width: 140px;
    height: 35px;
    float: right;
    font-size: 14px;
    line-height: 34px;
  	margin-right: 15px;
}
#product.wishlist h2 {
    font-size: 20px;
    margin-bottom: 6px;
    clear: both;
}

#product.wishlist .bya-subtitle {
    font-size: 14px;
    line-height: 10px;
    margin: 0 0 18px;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}
#product.wishlist #add-item-form {
 	position: relative;
}
#product.wishlist .add-to-cart {
 	width: 140px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
  	margin-top: 0;
}
#smartwishlist #bookmarkit .wishlistcounter {
  	color: #fff;
    top: -2px;
    left: -27px;
  	display: none!important;
}
.wishlistpage h8 {
  	margin: 50px 0!important;
}

.downloadCsv {
 	display: none; 
}
.byd-tag {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_tag.png?10903420115553867938') no-repeat center top;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 109px;
    height: 109px;
    z-index: 99;
}
.bya-tag {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_tag.png?10903420115553867938') no-repeat center top;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 109px;
    height: 109px;
    z-index: 99;
}
#iStock-wrapper {
  	margin-left: 0;
}
#zoom-image:hover {
    background-color: #ed7d1e;
}
#zoom-image {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 40px;
    overflow: hidden;
    background: #333333 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/zoom_white_large.png?10903420115553867938') no-repeat -2px 50%;
    line-height:40px;
    height:40px;
    color:#fff;
    text-align:left;
    text-indent:-9999px;
}

/* Specs Module Table */
#specs-table {
  font-family: 'Roboto', sans-serif;
  color: #262626;
  width: 100%;
  margin-top: 30px;
  border-spacing: 0;
  margin-bottom: 62px;
}
#specs-table th {
  color: #6EB340;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 0;
}

#specs-table .dimensions td {
  font-size: 22px;
  height: 100px;
  vertical-align: top;
  padding-top: 0;
}
#specs-table .info td {
  font-size: 22px;
  height: 64px;
  vertical-align: top;
}
#specs-table .box td {
  font-size: 22px;
  height: 92px;
  vertical-align: middle;
}
#specs-table td:nth-child(1) {
  width: 32%;
}
#specs-table td:nth-child(2),
#specs-table td:nth-child(4) {
  width: 11%;
}
#specs-table td:nth-child(3),
#specs-table td:nth-child(5) {
  width: 4%;
}
#specs-table td:nth-child(6) {
  width: 15%;
}
#specs-table td:nth-child(7) {
  width: 9%;
}
#specs-table td:nth-child(8) {
  width: 16%;
  padding-right: 10px;
}
#specs-table .dimensions td:nth-child(1), #specs-table .dimensions td:nth-child(7) {
  font-weight: 500;
}
#specs-table .box td:nth-child(1) {
  color: #6EB340;
  padding-left: 45px;
}
#specs-table .box:nth-child(even) td{
  background-color: #f7f7f7;
}
#specs-table .box:nth-child(odd) td{
  background-color: #ffffff;
}
#specs-table sup {
  font-size: 16px;
  font-weight: 400;
}

/* Collection Pages */

#collection .title {
    margin: 0;
}
#collection .title {
    margin: 0;
}
#sort-by {
    padding-top: 3px;
    position: relative;
    top: 8px;
    padding-bottom: 10px;
}
.sort-label {
    position: relative;
    top: -17px;
    left: 36px;
    font-size: 10px;
}
.tags ul {
    list-style: none;
    margin: 0;
}
.tags li {
    display: block;
    float: left;
    font-size: 11px;
    background: #f0f0f0;
    color: #333333;
    border-radius:3px;
    margin:0 6px 6px 0;
    padding:0;
}
.tags li a {
    display: block;
    color: #333333;
    padding:0 8px;
}
.tags li.active {
    background: #333333;
    color: #f0f0f0;
}
.tags li.active a {
    color: #f0f0f0;
}
/* Customer Pages */
#customer-login .hero {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_default.jpg?10903420115553867938') no-repeat;
    background-size: cover; 
}
#customer-account .hero {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_default.jpg?10903420115553867938') no-repeat;
    background-size: cover; 
}
#customer-addresses .hero {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_default.jpg?10903420115553867938') no-repeat;
    background-size: cover; 
}
#customer-account p,
#customer-order p {
    line-height: 14px;
}
#customer-addresses .customer_address_table .label {
 	color: #676666; 
  	font-size: 14px;
}
#customer-addresses .customer_address_table .label label {
 	margin-top: 10px
}
#address_tables {
  	margin: 60px 0;
}
#login input.text {
    width: 220px;
}
#customer-activate .create-password {
    margin-bottom: 30px;
}
#customer-activate .label,
#customer-login .label,
#customer-reset-password .label,
#create_customer label {
    display: block;
}
#customer-activate .text,
#customer-login .text,
#customer-reset-password .text,
#create_customer .text {
    display: block;
    margin-bottom: 15px;
}
#customer-login .action_bottom,
#create_customer .action_bottom {
    margin-top: 15px;
}
#order_cancelled {
    margin-bottom: 30px;
}
#customer-addresses .add-new-address {
    display: block;
  	font-size: 24px;
    color: #D38729;
  	margin: 60px 0;
}
#customer-addresses .add-new-address:hover {
  	color: #BB7824;
}
.action_bottom span {
    line-height: 40px;
}
/* support page */
#page.support h8 {
    font-size: 26px;
    float: left;
    margin: 22px 0 17px 0;
}
#page.support .assembly h8 {
 	margin-left: 15px; 
  	float: left;
}
#page.support h9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #6EB340;
    float: left;
    margin: 0 0 17px 15px;
}
#page.support.faq h9 {
    margin-left: 0;
}
#page.support .support-copy h9 {
  	margin-left: 0;
}
#page.support .bucket-row {
 	padding-right: 0; 
  	margin-top: 28px;
}
#page.support .bucket-row > div {
 	padding-right: 0; 
}
#page.support .support-menu-button,
#page.support .assembly-filter-button{
 	float: right; 
  	width: 77px;
  	height: 26px;
  	padding: 0;
    margin: 20px 15px;
  	font-size: 10px;
  	line-height: 26px;
}
#page.support .support-menu-container {
 	clear: both; 
  	position: fixed;
}
#page.support .support-menu-list {
 	list-style: none; 
    margin: 65px 0 0 0;
}
#page.support .support-menu li {
 	margin-bottom: 36px;
}
#page.support .support-menu li a {
 	font-family: 'Roboto', sans-serif;
  	font-size: 16px;
  	line-height: 19px;
  	color: #000;
}
#page.support .support-menu-list > li.active > a {
    font-weight: 500;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat left center;
    padding-left: 30px;
}
#page.support .support-menu-list > li.active.submenu > a {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_down_black.png?10903420115553867938') no-repeat left center;
    padding-left: 30px;
}
/* margin for pencil banner */
#page.support .support-content {
    margin-top: 20px;
}
#page.support .support-content .bucket > div {
    background-size: 53%;
    padding: 28%;
}
#page.support .support-content .callus {
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_callus_green.png?10903420115553867938') center top no-repeat;
}
#page.support .support-content .livechat {
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_livechat_green.png?10903420115553867938') center top no-repeat;
}
#page.support .support-content .emailus {
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_email_green.png?10903420115553867938') center top no-repeat;
}
#page.support .bucket-row .bucket .bucket-ui-box {
  	width: 68%;
    height: 43px;
    border: solid 1px #d98636;
    margin: 22px auto 32px;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
    color: #d98636;
  	padding: 0;
}
#page.support .bucket-row .bucket .bucket-ui-box a {
  	color: #d98636;
  	font-size: 13px;
    color: #d98636;
  	padding: 0;
    line-height: 42px;
}
#page.support .bucket-row .bucket .copy {
  	color: #9b9b9b;
  	font-size: 13px;
  	line-height: 21px;
  	text-align: center;
  	padding: 0;
}
#page.support .bucket-row .bucket .copy ul {
  	list-style: none;
  	margin: 0;
}
#page.support .vid-iframe-wrapper {
  	width: 100%;
  	padding: 0 15px 0 15px;
  	position: relative;
    clear: both;
}
#page.support .vid-iframe-container {
  	width: 100%;
  	height: 100%;
  	position: relative;
}
#page.support #vid-iframe {
  	width: 100%;
  	height: 100%;
}
#page.support .vid-iframe-play-container {
    position: absolute;
    top: 47%;
    width: 100%;
  	text-align: center;
  	z-index: 9;
}
/* #page.support .vid-iframe-play {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_sm.png?10903420115553867938') no-repeat;
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_transparent.png?10903420115553867938') no-repeat;
   	padding: 34px 42px;
} */
#page.support .vid-iframe-mask {
  	width: 100%;
  	height: 100%;
  	padding: 0 0 0 15px;
  	position: absolute;
  	top: 0;
    left: 0;
  	background-color: #000;
  	opacity: 0.3;
    filter: alpha(opacity 30);
}
#page.support .vid-data-container {
    width: 100%;
  	height: 44px;
  	margin-left: 15px;
}
#page.support .selected-vid-title-container {
  	padding-top: 23px;
}
#page.support .vid-data-container .selected-vid-title {
  	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #424242;
    line-height: 16px;
}
#page .selected-vid-duration-container {
  	font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  	color: #424242;
  	opacity: .5;
    filter: alpha(opacity 50);
}
#page.support #vid-thumbnails {
  	margin: 58px 0 60px 12px;
}
#page.support .maintenance-video {
 	cursor: pointer; 
  	float: left;
  	position: relative;
}
#page.support .maintenance-video img {
 	width: 95%;
  	height: auto;
  	margin: 0 auto;
}
#page.support .thumbnail-mask-copy,
#page.support .thumbnail-mask {
  	position: absolute;
    top: 0;
    left: 5px;
}
#page.support .thumbnail-mask-copy {
    color: #fff;
    text-align: center;
  	z-index: 9;
}
#page.support .thumbnail-mask {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity 40);
}
#page.support .video-title {
  	font-family: 'Roboto', sans-serif;
  	font-size: 13px;
  	color: #494949;
  	margin: 20px 0 4px 10px;
}
#page.support .video-duration {
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	color: #424242;
  	width: 80px;
  	margin: 0 0 0 10px;
  	opacity: .5;
    filter: alpha(opacity 50);
}
#page.support .video-duration.main {
  	font-size: 16px;
  	width: 80px;
  	margin: 0;
  	
}
#page.support .slick-dots {
  	bottom: -38px;
}
#page.support .slick-dots li button, #page.support .slick-dots li button:before {
 	background-size: 50%;  
}
#page.support .support-copy {
    margin: 45px 0 80px 15px; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
    clear: both;
}
#page.support .support-copy h8 {
 	margin-left: 0; 
}
#page.support .support-copy p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
    clear: both;
}

#page.support ol {
  	clear: both;
  	display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
  	margin: 0;
}

#page.support ol li {
    margin: 25px 0 10px 22px;
    position: relative
}
#page.support ol li:before {
    counter-increment: numList;
    content: counter(numList);
  	float: left;
    position: absolute;
    left: -48px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
  	color: #fff;
    line-height: 32px;
    width: 31px; 
  	height: 31px;
    background: #62ae31;
    -moz-border-radius: 999px;
    border-radius: 999px;
  	text-align: center;
}
#page.support .support-menu-wrapper {
  	z-index: 999;
}
#page.support .filter-mobile-container {
 	margin-top: 70px;
  	display: none;
}
#page.support .filter-mobile-container.active {
  	display: block;
}
#page.support .support-filter-mobile {
  	list-style: none;
  	margin: 0;
}
#page.support .support-filter-mobile > li {
  	padding: 15px 0 15px 48px;
  	background: #EDEDED url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat 24px 25px;
}
#page.support .support-filter-mobile li:hover, 
#page.support .support-filter-mobile li.active {
  	background-color: #D8D8D8;
}
#page.support .support-filter-mobile li a {
  	color: #000;
  	font-size: 15px;
  	font-family: 'Roboto', sans-serif;
  	cursor: pointer;
}
#page.support .support-menu-button {
  	background: url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_list.png?10903420115553867938') no-repeat;
    padding: 18px 0;
    float: right;
    width: 40px;
    margin: 11px 0;
}
/* assembly instructions */
#page.support .collection {
 	clear: both; 
}
#page.support .manual-list {
  	margin: 0;
}
#page.support .manual-list h8 {
  	margin: 12px 0 17px 15px;
}
#page.support .collection h2 {
  	font-size: 16px;
  	margin: 0 0 20px;
}
#page.support .collection .image-title-container {
  	padding: 8px 0 0 0;
}
#page.support .collection .image-title-container h4 {
  	font-size: 14px;
  	line-height: 34px;
  	margin: 0;
}
#page.support .collection .collection-bucket .BVRRInlineRating {
 	padding: 5px 0 0 0; 
}
#page.support .collection .manual-container {
 	clear: both;
  	padding-top: 0;
}
#page.support .collection .manual-container > div {
 	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	color: #979797;
  	margin-bottom: 7px;
}
#page.support .collection .manual-container select {
 	clear: both; 
  	width: 160px;
  	height: 26px;
  	float: left;
}
#page.support .collection .manual-container .download-pdf {
 	width: 106px;
  	height: 27px;
  	float: right;
  	padding: 0;
  	line-height: 25px;
  	color: #d38729;
  	border: solid 2px #d38729;
  	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #d38729;
}
#page.support .collection .sold-by {
  	clear: both;
  	padding-top: 8px;
  	font-size: 12px;
    line-height: 12px;
}
#page.support .collection-bucket.product-detail .image-info {
 	height: 150px; 
}
.assembly-filter-curtain {
 	width: 100%;
  	height: 100%;
  	background-color: #000;
  	opacity: 0.7;
    filter: alpha(opacity 70);
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 9999;
  	display: none;
}
#page.support .assembly-filter-wrapper {
 	width: 100%;
  	height: 100%;
  	position: fixed;
    margin-top: 108px;
  	z-index: 99999;
  	top: 0;
  	display: none;
}
#page.support .assembly-filter {
 	width: 290px;
  	height: 416px;
  	background-color: #fff;
    z-index: 99999;
  	display: none;
  	margin: 0 auto;
	overflow: hidden;
}
#page.support .assembly-filter-items {
 	list-style: none;
  	margin: 16px 0 0 23px;
}
#page.support .support-filter-mobile .assembly-filter-items {
  	margin: 0;
}
#page.support .assembly-filter-items li {
 	margin-bottom: 27px;
}
#page.support .support-filter-mobile .assembly-filter-items li {
 	margin-bottom: 0;
}
#page.support .assembly-filter-items a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_unchecked.png?10903420115553867938') no-repeat 0 0; 
    padding: 2px 0 0 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif!important;
    color: #000;
    cursor: pointer;
}
#page.support .assembly-filter-items a:hover {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked.png?10903420115553867938') no-repeat 0 0;
}
#page.support .assembly-filter-items li.active a {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/byd_checked_green.png?10903420115553867938') no-repeat 0 0; 
    font-weight: 400;
}
#page.assembly-services .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_assembly_services.jpg?10903420115553867938') center -40px no-repeat;
    background-size: cover;
 	height: 292px; 
}
#page.support .support-copy {
 	margin-bottom: 40px; 
}
#page.assembly-services .collections div {
 	margin-bottom: 40px; 
}
#page.assembly-services .collections div img {
 	width: 100%; 
}
#page.assembly-services .collections div h4 {
 	font-size: 15px;
  	color: #424242;
  	margin-left: 15px;
}
#page.assembly-services .vid-data-container {
  	height: 75px;
}
#page.assembly-services .selected-vid-title-container {
  	padding-top: 10px;
}
#page.assembly-services .selected-vid-title {
  	line-height: 14px;
}
#summerAd {
 	clear: both; 
}
#faq-page-container {
  	clear: both;
}
.formBuilder .fitText {
  	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #6EB340;
}

/* end support page */
/* Blogs, Articles, and Pages */


#blog #aside-left, #article #aside-left {
  	padding-top: 5px;
  	margin-top: 40px;
}

#blog .page_content, #article .page_content {
 	margin-top: 40px; 
}
  
.blog-article{
  padding-bottom: 40px;
}
.blog-article_title{}
.blog-article_date{}
.blog-article_read-more{
  margin-top: 20px;
  padding: 0px 52px;
  float: right;
}
.blog-article_meta{}

.blog-article_meta-comments{
 
}
   .blog-article_read-more.btn.btn-info{background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 12px;
    padding: 8px 14px;
  text-transform: uppercase;font-weight: normal;}
  
.blog-article_meta-comments a {color:#999;}
.blog-article_meta-comments a:before {content:'\f075'; font-family:'FontAwesome'; margin-right:8px; color:#ccc; font-size:13px;}  


.blog-article{
  border-bottom: 1px solid 
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-article.last{
  margin-bottom: 0;
  padding-bottom: 0;
  border:none;
}
.pagination > li > span.page.current  {	border: 1px #7bbd42 solid;
	color: #fff;
    background-color: #7bbd42;}
  
.recent-post{overflow:hidden; font: normal 13px/1em 'Raleway', sans-serif;}
.recent-post ul{overflow:hidden; margin:0px; text-align:left; padding:12px 0px 8px 0px; border-bottom:1px #ddd solid;} 
  .recent-post ul:last-child {padding:12px 0px 0px 0px; border-bottom:0px #ddd solid;}  
.recent-post ul li{ float:left; width:180px;padding:0px; margin:0px; text-align:left; display:inline}      
.recent-post .img{width:65px!important; margin-right:10px}
.recent-post .img img{
  height:50px
} 
.recent-post .img img.pdf{
  height: auto;
} 
.recent-post h3 {  color: #000;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px #e5e5e5 solid;
  margin-top: 0px; height: 35px;}  
.recent-post a {display:block;margin-bottom:5px;overflow: hidden;font-weight: 600;} 
.recent-post h3 span {    border-bottom: 2px solid #7bbd42;
    color: #333;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 0;
    padding: 0px 0px 3px;
    position: relative;
    text-transform: uppercase;} 
.recent-post .blog-title {margin-bottom:5px} 
/*===========================================*/
/*Blog article view*/

.article-scope { 
  font-family:'Raleway', sans-serif; margin: 0 0 8px 0;
  margin-left: 15px;
} 
.article-scope p {
  font-size:16px; 
  line-height:30px; 
  margin-top:15px; 
  font-family:Arial,Helvetica,sans-serif;
  padding-bottom:0px;
}  
.article_header {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.blog-article_date {
  width: 60px;
  height: 65px;
  float: right;
  margin: 0 0 0 15px;
  background:#7bbd42;
  color: #FFF;
  text-align: center;
}
.blog-article_date span {
  display: block;
  font-weight: bold;
  line-height: normal;
}
.blog-article_date span.day {padding: 4px 0 0 0;
    font-size: 22px;
    font-family: "Open Sans",sans-serif;}
.blog-article_date span.month {margin:-4px 0 0 0px;}

.article_header h2.article_title,
.article_header h2.blog-article_title {
  display: inline-block;
  padding: 0;
  font: bold 24px/1em 'Raleway', sans-serif;
}

.article_header h2.article_title, .article_header h2.blog-article_title {
  	width: 80%;
}
.blog-article .article-thumbnail {
 	width: 80%; 
}
.blog-article .article-thumbnail a img {
 	width: 100%; 
  	height: auto;
}
.blog-article .article-thumbnail a img.pdf {
 	width: auto; 
}
.article h3 {
  	font-size: 24px;
  	line-height: 30px;
}

.article_meta-comments,
.blog-article_meta-comments {padding: 0px 0 0 0;}

.article_meta-tags,
.blog-article_meta-tags {}

.article_meta-tags span,
.blog-article_meta-tags span {display: none;}

.article_meta-tags a,
.blog-article_meta-tags a {font-size: 11px;text-decoration: underline; color:#999;}



.blog-article .rte,
.article .rte {
	width: 80%;
  	margin-top: 15px;
}

.rte img {
  	max-width:100%;
	max-height:100%;
  	margin-bottom: 10px;
  	width: 100%;
}

.article_title{}
.article-scope .article_image{}
 .article_image{}

 .article_meta > div{}
.article-scope .article_meta .article_meta-comments{}
.article-scope .article_meta .article_meta-comments a {color:#999;}
.article-scope .article_meta .article_meta-comments a:before {content:'\f075'; font-family:'FontAwesome'; margin-right:8px; color:#ccc; font-size:13px;}   
  
.article-scope .article_read-more{}
.article-scope .article_meta-tags{}

.article_comments-form{}
  
.article-thumbnail img {
/*   	min-width:100%; */
/* 	min-height:100%; */
  	max-width:100%;
	max-height:100%;
}
  
.section-title{}

.article_image.pull-left{}
blockquote {
margin: 0 0 20px;
padding: 20px 20px 30px 67px;
border-left: 3px solid #eaeaea;
background: #f8f8f8;
margin-top:15px;
}

blockquote, blockquote p {
font-size: 14px;
line-height: 24px;
color: #5c5c5c;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
position: relative;
}
  
blockquote:before {
content: open-quote;
display: block;
position: absolute;
left: 14px;
top: 10px;
font-family: Verdana, Geneva, sans-serif;
font-size: 72px;
line-height: 1em;
  color: #c2c2c2;}  

  /*Comments*/

  .comment-form{}
  .comment-form #comment-author,
  .comment-form #comment-email,
  .comment-form #comment-body{
    width: 100%;    
  }

  .comment-form #comment-body{
    height: 100px;
    margin-bottom: 20px;
  }

.article_comments-form{
  padding-bottom: 10px;
  margin-top: 20px;
  padding-top: 10px;
}
  
.section_header {
border-bottom: 3px solid #cecece;
height: 39px;
margin-top: 20px;
}  

.section-title{
display: inline-block;
margin: 0 0 15px 0;
padding: 12px 30px 10px 0;
border-bottom: 3px solid #064661;
font: normal 14px/1em 'Raleway', sans-serif;
color: #000000;
text-transform: uppercase;
}

.section_content{
  padding-top: 8px;
}

.comment-submit {}

#comments {padding-top: 15px;}
#comments ul {list-style: none;padding: 0;}
#comments ul h3.comment-author {font-weight: bold;}

#aside-left ul.list li a:before {
color: #333;
}

#aside-left{ padding-right:0px}

.social-links-list li a{}
.addthis_toolbox{
  padding: 40px 0;
}

.comment-submit {
  float: right;
}

.comment-submit .button {
	padding: 0px 40px;
}
.pagination-arrows span {
  	line-height: 72px;
}
/* Pages */
#page .hero-title {
  	font-family: 'Berkshire Swash', cursive;
    color: #fff;
    font-size: 55px;
    text-align: center;
    padding-top: 44px;
    text-transform: capitalize;
    line-height: 80px;
    margin: 0 auto;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
#page.summers-end-contest-rules .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_summer_contest.jpg?10903420115553867938') no-repeat center center;
    background-size: cover;
    height: 400px;
}
#page h2 {
  	margin: 20px 0 13px 0;
}
#page p, #page div, #page span, #page td, #page dt {
 	color: #555555;
  	font-size: 16px;
  	line-height: 30px;
}
/* Go Configure Page */
#page.goconfigure .gc-icon-container {
 	text-align: center;
  	padding: 78px 0 92px;
}
#page.goconfigure .goconfigure-content > div:not(.gc-icon-container) {
  	height: auto;
  	margin-bottom: 100px;
}
#page.goconfigure .goconfigure-content > div p {
 	margin-bottom: 32px;
  	margin-right: 10%;
}
#page.goconfigure h2 {
 	font-size: 36px;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: bold;
    line-height: 44px;
  	margin-bottom: 16px;
}
#page .button-wrapper {
 	width: 100%;
  	position: relative;
  	bottom: 0;
  	padding-right: 0;
}
#page.goconfigure a {
 	padding: 2px 0;
  	display: block;
  	color: #fff!important;
  	width: 100%;
}
#page.company h2 {
  	font-size: 28px;
  	margin: 40px 0 29px 0;
  	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}
#page.careers h2 {
  	font-size: 28px;
  	margin: 40px 0 29px 0;
  	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}
.formBuilder .header h8 {
 	display: none; 
}
/* Configurator page */
#page.configurator .configurator-wrapper {
 	margin: 60px 0; 
}
#page.configurator .configurator-wrapper h8 {
	margin: 21px 0 22px 0;
}
#page.configurator .configurator-wrapper ul {
  	margin: 21px 0 40px 2px;
}
#page.configurator .configurator-wrapper ul li {
  	font-size: 16px;
  	color: #424242;
}
#page.configurator .configurator-wrapper .design-button {
 	padding: 4px 0;
  	width: 188px;
}
#page.configurator .configurator-wrapper .ios-android {
 	margin-left: 16px;
  	margin-top: 44px;
  	float: left;
}
#page.configurator .configurator-wrapper .ios-android a:nth-child(2) {
 	margin-left: 10px;
}

/* Manuals Page */
#manuals .manuals-menu-container {
  	position: fixed;
}
#manuals h2 {
  	color: #6EB340;
  	font-size: 20px;
  	line-height: 32px;
  	font-family: 'Montserrat', sans-serif;
  	margin-top: 15px!important;
}
#manuals h4 {
  	color: #6EB340;
  	font-size: 16px;
}
#manuals span {
 	line-height: 20px; 
}
#manuals #collection {
 	margin-left: -15px; 
  	clear: both;
}
#manuals .manuals-bucket {
  	overflow: hidden;
    margin-bottom: 30px;
    border: none;
  	position: relative;
}
#manuals .image-container-manuals {
  	overflow: hidden;
	height: 370px;
  	position: relative;
}
#manuals .image-container-manuals > img {
	width: auto;
  	height: 100%;
  	position: absolute;
  	left: -50%;
}
#manuals .image-container-manuals.square > img {
	width: 120%;
    top: 0;
    left: 0;
}
#manuals .image-container-manuals .title-bkg {
  	position: absolute;
  	width: 100%;
  	height: 200px;
  	bottom: 0;
  	left: 0;
  	background-color: #000;
  	opacity: 0.4;
    filter: alpha(opacity 40);
	z-index: 1;
}
#manuals .image-container-manuals .title-bkg.active {
  	background-color: #D38729;
  	opacity: 1;
    filter: alpha(opacity 100);
}
/* #manuals .image-title-container {
    bottom: 0;
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-right: 30px;
  z-index: 2;
} */
#manuals .image-title-container h4 {
  	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #494949;
/*     margin: 18px 0 0; */
}
#manuals .manual-icons {
  	width: 100%;
  	clear: both;
  	padding-left: 20px;
  	height: 80px;
}
#manuals .manual-icons img {
  	width: 18px;
  	height: 18px;
  	background: #fff;
}
#manuals .manual-icons a {
  	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  	color: #494949;
}
#manuals .sold-by {
  	clear: both;
  	color: #B6B6B6;
  	font-family: 'Roboto', sans-serif!important;
  	font-size: 14px;
  	z-index: 2;
    line-height: 24px;
  	padding: 10px 0 20px 20px;
  	height: 0;
}	
#manuals .odyssey-description,
#collection .odyssey-description{
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/manuals_odyssey_bkg.jpg?10903420115553867938') no-repeat 0 0;
    background-size: cover;
    height: 240px;
    margin-top: 10px;
    margin-bottom: 35px;
}
#manuals .odyssey-description h2,
#collection .odyssey-description h2{
  	font-size: 41px;
  	font-family: 'Montserrat', sans-serif;
	color: #fff;
  	padding-top: 20px;
    line-height: 44px;
  	width: 100%;
  	text-align: center;
  	margin: 0;
}
#manuals .odyssey-description p,
#collection .odyssey-description p{
  	font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif!important;
    padding: 10px 23% 0;
    line-height: 24px;
}
#manuals .design-button-container,
#collection .design-button-container{
 	text-align: center;
  	width: 100%;
  	padding-top: 27px;
}
#collection .design-button-container{
  	padding-top: 57px;
}
#manuals .odyssey-description .button.design-button,
#collection .odyssey-description .button.design-button{
  	padding: 24px 34px;
  	line-height: 40px;
  	background-color: #fff;
  	width: 188px;
  	height: 70px;
  	font-size: 18px;
  	color: #D38729; 	
}
#manuals .link-container,
#collection .link-container{
	position: absolute;
  	right: 32px;
  	bottom: 24px;
  	width: 90px;
}
#manuals .odyssey-description .ios-android-link img,
#collection .odyssey-description .ios-android-link img{
  	width: 86px;
  	clear: both;
  	margin-bottom: 5px;
}
/* Manuals menu */
#manuals .manual-list {
    padding-left: 0; 
    float: right;
}
.manuals-menu {
    list-style: none; 
    margin: 134px 0 0 -42px;
}
.manuals-menu li {
    width: 280px;
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #F9F9F9 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat 92% center;
    position: relative;
    z-index: 1;
}
.manuals-menu li:hover {
  	background: #D38729 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_white.png?10903420115553867938') no-repeat 92% center;
}
#page .manuals-menu li:hover a span, #page .manuals-menu li.active a span {
  	color: #fff;
}
.manuals-menu li.active {
  	background: #6EB340;
}
#page .manuals-menu li a span {
    color: #393012;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.manuals-menu span {
    padding: 16px 0 0 20px;
    display: block;
}
#page #manuals .menu-mobile-container {
  	width: 100%;
    margin: 0 auto;
  	position: relative;
}
#page #manuals .menu-mobile-button {
    padding: 14px 12px 44px 10px;
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-top: 23px;
  	padding: 0 18px;
}
#page #manuals .menu-mobile-button div {
 	font-size: 18px;
  	float: left;
  	line-height: 70px;
  	color: #fff;
}
#page #manuals .menu-mobile-button div:last-child {
 	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_white.png?10903420115553867938') no-repeat right center;
    font-size: 10px;
    line-height: 71px;
    float: right;
    padding-right: 17px;
}
#page #manuals .menu-mobile {
  	display: none;
    z-index: 999999;
    background-color: #fff;
    margin: auto;
    position: relative;
}
#page #manuals .menu-mobile-close {
 	float: right;
  	width: 56%;
  	cursor: pointer;
  	height: 48px;
  	line-height: 2px;
  	color: #fff;
}
#page #manuals .menu-mobile-content {
  	padding: 10px 20px 67px;

}
#page #manuals .menu-mobile-content h2 {
    font-size: 24px;
    margin: 29px 0 23px;
}
#page #manuals .menu-mobile-content ul {
  	list-style: none;
  	margin: 0;
}
#page #manuals .menu-mobile-content li {
    margin-bottom: 20px;
}
#page #manuals .menu-mobile-content li a {
 	cursor: pointer; 
  	color: #676666;
}
/* Cart Page */
#cartform {
  position: relative;
}
#cart .hero {
    background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_collections.jpg?10903420115553867938') no-repeat;
    background-size: cover;
}
#cart .futurepay-banner-wrapper.mobile {
    margin-top: 44px;
    margin-bottom: 44px;
}
#cart .futurepay-banner-large {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_futurepay_lg.png?10903420115553867938') no-repeat right center;
    height: 75px;
	margin-top: 44px;
    margin-bottom: 44px;
}
#cart .futurepay-banner-large-inner {
 	border: 1px solid #57636C;
  	width: 100%;
  	height: 74px;
  	font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#cart .futurepay-banner-mobile .header {
  	background: #57636C url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_futurepay_sm.png?10903420115553867938') no-repeat center center;
    height: 57px;
    width: 100%;
}
#cart .futurepay-banner-mobile .futurepay-copy {
 	border: 1px solid #57636C;
  	width: 100%;
  	height: auto;
  	font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  	padding: 22px 24px;
}
#cart .futurepay-banner-mobile .futurepay-copy p {
 	margin-bottom: 3px; 
  	text-align: center;
}
#cart .futurepay-copy {
    margin: 0 auto;
    width: 57%;
    float: left;
    padding: 10px 0 0 20px;
}
#cart .futurepay-banner-large img {
  	float: left;
  	margin-top: 12px;
  	margin-left: 20px;
}
#cart .futurepay-banner-large p{
  	font-size: 10px;
  	color: #212224;
    margin-bottom: 0;
  	text-align: center;
}
#cart .futurepay-copy p {
  	font-size: 10px;
  	line-height: 18px;
}
#cart .futurepay-copy p span {
  	font-weight: bold;
}
#cart .futurepay-copy p:nth-child(2) span {
  	color: #D58817;
  	font-size: 11px;
}
#cart .futurepay-copy p:last-child {
  	font-weight: bold;
}
#cart .cart-items-header > div {
  	font-weight: bold; 
  	font-size: 14px; 
}
#cart .cart-items > div {
  	margin-bottom: 20px;
  	font-size: 14px;
}
#cart .cart-items > div  a img{
  	width: 100%;
}
#cart .qty {
    text-align: center;
  	width: 12%;
}
#cart .image {
    max-width: 160px;
    text-align: center;
}
#cart .image a,
#cart .image img {
    margin: 0;
}
#cart a .variant_title {
    display: block;
    color: #393012;
}
#cart a:hover .variant_title {
    color: #bb7824;
}
#cart .item {
    max-width: 400px;
}
#cart .item-description {
    font-size: 12px;
}
#cart .update-checkout {
 	float: right; 
}
#cart .buttons, #cart .shopify-ssl {
    margin-top: 70px;
}
#cart .button {
  	font-size: 18px;
  	line-height: 18px;
  	padding: 0px;
}
#cart .checkout {
  	width: 151px;
  	height: 47px;
}
#cart .update {
  	width: 122px;
  	height: 47px;
  	background-color: #D5D5D5;
}
#cart .update:hover {
  	background-color: #BDBDBD;
}
#cart .shopify-ssl {
 	float: left; 
}
#cart .buttons p {
  	clear: both;
 	color: #676666;
  	font-size: 16px;
  	float:right;
  	margin: 4px 71px;
}
#cart .cart-items.mobile span {
 	font-weight: bold; 
}
#cart .special-instructions {
 	color: #676666;
  	clear: both;
}
#cart .special-instructions label {
 	display: block;
}
#cart .extra-checkout-buttons {
  	clear: both;
    float: right;
    text-align: right;
}
#cart .extra-checkout-button.mobile {
 	float: initial;
  	text-align: initial;
}
#cart .extra-checkout-button.mobile .shopify-ssl {
 	float: left;
  	margin: -8px 0 0 20px;
}
#cart .extra-checkout-button.mobile input {
 	float: right;
    margin-right: 17px;
}
.extra-checkout-buttons input {
    border: none;
    width: auto;
    height: auto;
}
.subtext.success {
    font-weight: 700;
    color: #40954a;
}
div.errors,
.subtext.error {
    font-weight: 700;
    color: #954040;
}
div.errors {
    margin-bottom: 15px;
}
/* Search Page */
#search .results {
    clear: both;
}
#search .results .thumbnail {
    border: none;
}
#search .results .thumbnail a {
    display: block;
    float: right;
}
#search .hero {
  	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/header_search.jpg?10903420115553867938') no-repeat;
    background-size: cover;
}
#search .container {
  	position: relative;
}
#search .pagination-container {
  	position: absolute;
    bottom: -80px;
    background-color: #eee;
    width: 100%;
} 
#search .search-result {
 	margin-bottom: 20px; 
}

/* FancyBox - jQuery Plugin - Copyright (c) 2008 - 2010 Janis Skarnelis */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}
* html #fancybox-loading {
    position: absolute;
    margin-top: 0
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('fancybox.png')
}
#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    display: none
}
* html #fancybox-overlay {
    position: absolute;
    width: 100%
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 999999;
    display: none
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}
#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
    border-radius: 10px;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('fancybox.png');
    background-position: -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}
#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0
}
#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}
#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}
#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102
}
.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333
}
.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold
}
.fancybox-title-over {
    color: #FFF;
    text-align: left
}
#fancybox-title-wrap {
    display: inline-block
}
#fancybox-title-wrap span {
    height: 32px;
    float: left
}
#fancybox-title-left {
    padding-left: 15px;
    background-image: url('fancybox.png');
    background-position: -40px -90px;
    background-repeat: no-repeat
}
#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('fancybox-x.png');
    background-position: 0 -40px;
    color: #FFF
}
#fancybox-title-right {
    padding-left: 15px;
    background-image: url('fancybox.png');
    background-position: -55px -90px;
    background-repeat: no-repeat
}
#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background-image: url('blank.gif');
    z-index: 1102;
    display: none
}
#fancybox-left {
    left: 0
}
#fancybox-right {
    right: 0
}
#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}
#fancybox-left-ico {
    background-image: url('fancybox.png');
    background-position: -40px -30px
}
#fancybox-right-ico {
    background-image: url('fancybox.png');
    background-position: -40px -60px
}
#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}
#fancybox-left:hover span {
    left: 20px
}
#fancybox-right:hover span {
    left: auto;
    right: 20px
}
/* jQuery FlexSlider v1.8 - http://flex.madebymufffin.com - Copyright 2011, Tyler Smith */

.flex-container a:active,
.flexslider a:active {
    outline: 0
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
    cursor: pointer
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.slideshow {
    overflow: hidden
}
.slideshow .flex-direction-nav a {
    z-index: 99999;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px
}
.slideshow .flex-direction-nav a.prev {
    margin-left: -40px;
    left: 0;
    background: #333333 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/slideshow-next-prev.png?10903420115553867938') 0 0
}
.slideshow .flex-direction-nav a.next {
    margin-right: -40px;
    right: 0;
    background: #333333 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/slideshow-next-prev.png?10903420115553867938') 0 100%
}
.slideshow .flex-direction-nav a:hover {
    background-color: #ed7d1e;
}
.slideshow:hover .flex-direction-nav a.prev {
    margin-left: 0
}
.slideshow:hover .flex-direction-nav a.next {
    margin-right: 0
}
.ie7 .slideshow .flex-direction-nav a,
.ie8 .slideshow .flex-direction-nav a {
    margin: 0!important;
    top: 0!important
}
.slideshow .flex-control-nav {
    margin-bottom: -30px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #333333;
}
.slideshow .flex-control-nav li,
.flex-control-nav li a {
    display: block;
    float: left
}
.slideshow .flex-control-nav li a {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
    text-indent: -9999px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/slideshow-pager.png?10903420115553867938') no-repeat 50% 50%
}
.slideshow .flex-control-nav li a:hover,
.flex-control-nav li a.active {
    background-color: #ed7d1e;
}
.slideshow:hover .flex-control-nav {
    margin-bottom: 0
}

/* BazaarVoice Implementation */
.reviews-wrapper.container {
  width: 100%;
}
#BVRRSummaryContainer {
 	margin-top: 8px;
}
#BVQAContainer {
 	margin-bottom: 30px;
  	margin-left: 15px;
}
#BVRRContainer h2, #BVQAContainer h2 {
  	font-family: 'Montserrat', sans-serif!important;
  	margin-top: 34px!important;
    margin-bottom: 22px!important;
  	font-weight: normal!important;
  	font-size: 36px!important;
  	color: #6EB340!important;
}
#BVQAContainer h2 {
  	padding-left: 0!important;
}
#BVQAContainer .bv-action-bar {
  	margin-left: 0!important;
}	
.questions-wrapper {
  	min-height: 300px;
}
.bv-content-placeholder a {
  	margin-left: 6px!important;
}
.BVRRInlineRating {
 	clear: both;
  	float: left;
  	margin-top: 6px;
  	position: relative;
  	z-index: 2;
}
.collection-bucket .BVRRInlineRating {
 	padding: 0 0 0 20px;
  	margin-top: 0;
}
#BVRRContainer .bv-cleanslate .bv-content-preview-message {
  	background-color: #eee!important;
    box-shadow: none!important;
    border-radius: 0!important;
    width: 71%!important;
}

#BVRRContainer .bv-action-bar{
 	margin-left: 0!important; 
}
#BVRRContainer .bv-action-bar .bv-write-review-container button{
    font-weight: normal!important;
  	font-family: 'Roboto', sans-serif!important;
  	line-height: 49px!important;
  	font-size: 18px!important;
  	width: 188px!important;
  	height: 72px!important;
}
#BVQAContainer .bv-action-bar .bv-ask-question-container .bv-ask-question{
    font-weight: normal!important;
}
#BVRRContainer .bv-section-summary, 
#BVRRContainer .bv-control-bar, 
#BVRRContainer .bv-content-filter, 
#BVRRContainer .bv-content-list,
#BVRRContainer .bv-content-pagination{
 	width: inherit!important;
  	margin: 0 auto!important;
}
#BVRRContainer .bv-content-pagination-container{
 	width: inherit!important;
  	margin: 0 auto!important;
}

#BVRRContainer .bv-control-bar{
 	width: inherit!important;
  	margin-left: 0!important;
}
#BVQAContainer .bv-action-bar button{
    font-weight: normal!important;
  	font-family: 'Roboto', sans-serif!important;
  	line-height: 49px!important;
  	font-size: 18px!important;
  	width: 188px!important;
  	height: 72px!important;
}
#BVQAContainer .bv-content-list{
 	width: inherit!important;
  	margin: 0 auto!important;
}
#BVQAContainer .bv-control-bar{
 	width: inherit!important;
  	margin-left: 0!important;
}
/* move Review assets under copy */
#BVRRContainer .bv-content-details-offset-on {
  	width: 90%!important;
}
#BVRRContainer .bv-content-details-container {
  	float: left!important;
}
#BVRRContainer .bv-secondary-ratings {
 	margin: 0!important; 
}

/* Centering slides when they don't have the recommended width */

.flexslider .slides img {
    margin: 0 auto;
}
.featured-collections .image {
    max-width: 90% !important;
    height: auto;
}
/* added by kevin @ shopify */

input[type="radio"] {
    -webkit-appearance: radio;
    /* fix for Minimal, Launchpad, and React */
    
    margin: 0 2px;
}
.product-variants {
    list-style-type: none;
}

/* Mobile media queries */
@media (max-width: 400px) {
  	#index #featured-products-carousel .featured-product:first-child {
     	margin: 0 5px; 
    }
}
@media (max-width: 480px) {
	#index #featured-products-carousel .featured-product {
        height: 262px;
        padding: 10% 32px 0;
    }
  	.pencil-banner {
        font-size: 9px;
    }
  	.collection-bucket.product-detail .image-container {
     	height: 300px; 
    }
  	#product .hero {
      	height: 400px;
  	}
  	#product .hero.square {
        background-position: center 0!important;
    }
  	#index .home-blog-posts .blog-post-content .blog-date {
     	width: 56px;
      	height: 56px;
      	margin-left: -12px;
    }
  	#index .home-blog-posts .blog-title-container {
      	width: 80%;
      	padding-left: 4px;
      	height: 56px;
    }
  	#index .home-blog-posts .blog-title-container h5 {
      	font-size: 13px;
    	line-height: 17px;
      	font-weight: bold;
    }
  	#index .home-blog-posts .blog-post-content .blog-date > div {
      	font-size: 20px;
    	line-height: 38px;	
    }
  	#product .manuals-container a {
  	  	font-size: 20px;
  	}
    .hero-title-container > h8 {
        line-height: 45px;
    }
	#product .add-to-cart-module {
      margin-top: 40px;
	}
  	#product .form-price-container {

	}
  	#product #futurepay-banner {
     	padding-top: 10px; 
    }
  	#BVRRSummaryContainer .bv-write-review.bv-focusable.bv-submission-button {
      	margin-right: 1px!important;
      	font-size: 11px!important;
    }
  	#BVRRSummaryContainer .bv-stars-container {
      	margin-right: 1px!important;
    }
  	#BVRRSummaryContainer .bv-ask-question {
      	font-size: 11px!important;
    }
  	#product .goconfigure-wrapper .goconfigure h2 {
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        margin: 6% 0 0;
        line-height: 54px;
    }
  	#product .goconfigure-wrapper .goconfigure p {
        font-size: 16px;
        color: #fff;
        margin: 48px auto;
        width: 100%;
    }
  	#index .homepage .view-all-container h4 {
        font-size: 9.5vw!important;
    	line-height: 11vw!important;
    }
  	#index .comment	{
     	height: 200px;
    }
  	#index h2 {
     	font-size: 40px; 
    }
    #index .home-blog-posts .blog-post.first .blog-post-image {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/home_blog_left.jpg?10903420115553867938') no-repeat right center;
    }
  	#index .build {
      	height: 400px;
    }
  	#index .ditch-indoors-info h9 {
      	
    }
  	#index .shop-now {
      	padding: 15px 30px;
    }
  	.collection-bucket.product-detail .price-container .price {
      	margin-right: 42px;
    }	
  	.image-container .arrow-right {
     	right: 14px; 
    }
	#page.configurator .configurator-wrapper .ios-android {
        margin-left: 0px!important;
    }
  
    #specs-table .dimensions td {
      	font-size: 13px!important;
    }
    #specs-table sup {
      	font-size: 10px!important;
    }
    #specs-table .box td {
      	font-size: 13px!important;	 
    }
    #specs-table .info td {
      	font-size: 13px!important; 
    }
    #specs-table td:nth-child(8) {
      	width: 24%!important;
      	padding-right: 0;
    }
	#specs-table td:nth-child(1) {
      	width: 14%!important;
      	padding-right: 3px!important;
    }
  	#specs-table tr td, 
  	#specs-table tr th {
     	padding: 5px 0!important; 
    }
	#specs-table .dimensions td {
     	height: 60px!important;
    }
  	#specs-table td:nth-child(6) {
     	width: 16%!important; 
    }
  	#specs-table tr td:nth-child(7) {
      	display: none;
    }
  	#specs-table td:nth-child(2), 
  	#specs-table td:nth-child(4) {
     	width: 20%!important; 
    }
  	#product .support-warranty-wrapper-mobile .support-warranty p {
     	margin-top: 8px!important; 
      	font-size: 13px!important;
    }
  	#product .support-warranty-wrapper-mobile .support-warranty img {
      	margin-top: 4px!important;
    }
  	#product .bv-content-title a {
      	font-size: 13px!important;
    }
  	#product .bv-content-data-summary .bv-content-title {
      	line-height: 22px!important;
    }
  	#manuals .odyssey-description h2,
  	#collection .odyssey-description h2{
        font-size: 22px!important;
    }
  	#manuals .design-button-container,
  	#collection .design-button-container{
      	padding-top: 20px!important;
    }
  	#manuals .link-container,
  	#collection .link-container{
      	bottom: 27px!important;
    	left: 21%!important;
      	width: 180px!important;
    }
  	#manuals .manuals-menu li {
     	width: 250px; 
    }
  	#collection .collection-description {
        padding-right: 0;
    }
  	/* STEP 2 */
  	#bydIndex .step2-logo {
        top: 15px!important;
    }
  	#bydIndex .step2-banner-container p {
        font-size: 14px;
    }
    #collection .step2-logo {
        top: 15px!important;
    }
  	#collection .step2-banner-container p {
        font-size: 14px;
    }
  	.collection-bucket.product-detail .image-container .quote-button, #product .collection-bucket.product-detail .image-container .quote-button {
      	width: 88%!important;
    	margin: 0 auto;
    }
  	.image-container h4 {
     	font-size: 16px;
      	width: 100%;
    }
  	.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay p:first-child {
     	font-size: 13px; 
    }
  	.collection-bucket.product-detail .image-container.show-form .image-title-container {
        margin: 0;
    }
  	.collection-bucket.product-detail .image-container .quote-form {
      	margin: 120px 0% 0;
    }
  	.collection-bucket.product-detail .image-container.show-form .quote-form-closer {
     	right: 16px; 
    }
  	.collection-bucket.product-detail.product-bya .image-container .quote-form label,
  	.collection-bucket.product-detail.product-bya .image-container .quote-form input {
     	font-size: 13px; 
    }
  	/* Dealer Map */
    .dealer-map-container{
        position: relative; 
        height: 540px;
        margin-top: 50px;
    }
  	#collection .collection-list .dealer-map-container h5 {
     	margin-left: 15px; 
    }
  	.dealer-map-container{
        margin-top: 0;
    }
    .dealer-map-container h2 {
        margin-left: -5px; 
        margin-bottom: 20px;
        font-size: 20px;
    }
    .dealer-map-container .dealer-map{
        width: 100%;
        height: 800px;
        position: absolute;
      	top: -266px;
    }
    .dealer-map-container .dealer-map-elements {
        width: 100%;
        height: 504px;
        position: absolute;
    }
  	.dealer-map-container .zipcode-curtain,
  	.zipcode-confirm-container{
     	height: 629px; 
    }
  	.dealer-map-container .dealer-business-card,
  	#collection .collection-list .dealer-map-container .dealer-business-card {
        width: 290px;
        height: 272px;
        position: relative;
        margin: 116px auto;
        float: none;
    }
  	#collection .collection-list .dealer-map-container .dealer-business-card {
        margin-bottom: 59px;
    }
  	.dealer-zipcode-search-container{
     	bottom: -110px; 
    }
  	#collection .collection-list .dealer-map-container .dealer-zipcode-search-container {
        bottom: 40px!important;
    	margin-top: 14px;
    }
  	#collection .collection-list .dealer-map-container .dealer-zipcode-search-container.update {
        bottom: -400px;
    }
    .dealer-map-container .dealer-street-view {
        width: 325px;
        height: 163px;
        margin: 0 auto;
        text-align: center;
        padding-top: 12px;
    }
    .dealer-map-container .dealer-street-view img {
        width: 80%;
    }
  	.dealer-business-card .dealer-company {
        background-color: #6EB340;
        padding: 16px 0 16px 23px;
    }
    .dealer-business-card.missing-dealer .dealer-company {
        padding: 20px 0 40px 23px;
    }
    .dealer-map-container .dealer-company div {
        text-transform: capitalize;	
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #fff;
    }
    .dealer-map-container .dealer-address {
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        padding: 0 0 0 38px;
      	margin-left: 24px;
    }
  	.dealer-map-container .dealer-address div:first-child{
        padding-top: 22px;
    }
    .dealer-map-container .dealer-phone {
        height: 50px;
        color: #333;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        padding: 16px 0 0 36px;
    } 
    .dealer-map-container .store-id {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        padding: 0 0 0 62px;
    }
  	.dealer-map-container .store-id a {
        font-size: 14px;
    }
    .dealer-pagination {
        width: 91px;
        height: 91px;
        position: absolute;
        top: -125px;
    } 
	.dealer-info {
     	height: 272px; 
    }
  	#product.wishlist .product-image-container {
        height: 330px; 
    }
  	/* support page */
  	#page.support .collection .manual-container select {
     	width: 130px; 
    }
  	#page.support .collection .manual-container .download-pdf {
     	width: 90px; 
    }
	#page.support .collection .manual-container select {
     	line-height: 20px; 
    }
  	#page.support .bucket-row .bucket .bucket-ui-box {
     	width: 80%; 
    }

  	/* end support page */
  	#footer .signup-form-mobile {
        width: 324px;
    }
  	#footer input[type=email] {
      	width: 188px;
    }
  	#footer .signup .byd-footer-element.copy {
     	font-size: 13px; 
    }
}
@media (max-width: 560px) {
	#product .vid-item {
      width: 25%!important;
      padding: 5px;
    } 
  	#product .mobile-row {
      clear: left;
    }
/*   	#page.support .vid-iframe-play {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_transparent.png?10903420115553867938') no-repeat;
        padding: 34px 42px;
    } */
}
@media (max-width: 740px) {
  	#footer .footer-top-content > div {
  		width: 100%;
	}
  	#cart .futurepay-copy {
        margin: 0 auto;
        width: 57%;
        float: left;
        padding: 24px;
    }
    #product .hero {
     	height: 417px;
	}
    #product .shopping-cart-wrapper {
      
    }
  	#product .important {
     	background-image: none; 
      	padding-top: 3px;
    }
  	#index .ditch-indoors-info h9 {
        
    }
  	#index .homepage .view-all-container h4 {
        font-size: 11.5vw;
    	line-height: 12vw;
    }
  	#index .shop-now {
      	padding: 15px 30px;
    }
    #page.configurator .configurator-wrapper .ios-android {
        margin-left: 16px;
    }
    #specs-table .dimensions td {
      	font-size: 16px;
    }
    #specs-table sup {
      	font-size: 14px;
    }
  	#specs-table .box td {
     	font-size: 16px;	 
    }
  	#specs-table .info td {
     	font-size: 16px; 
    }
  	#specs-table td:nth-child(8) {
     	width: 20%;
      	padding-right: 0;
    }
  	#specs-table tr td, 
  	#specs-table tr th {
     	padding: 5px 3px; 
    }
  	#manuals .odyssey-description h2 {
        font-size: 34px;
    }
  	#manuals .design-button-container {
      	padding-top: 46px;
    }
  	#manuals .link-container,
  	#collection .link-container{
      	bottom: 63px;
/*       	right: 20px; */
    }
  	#page.summers-end-contest-rules .hero {
      	height: 200px;
    }
  	/* STEP 2 */
  	#bydIndex .step2-logo {
        top: 15px;
    }
    #collection .step2-logo {
        top: 15px;
    }
  	#collection .collection-list .dealer-map-container .dealer-zipcode-search-container {
     	width: 95%;
      	position: absolute;
      	bottom: 20px;
      	margin-left: 15px;
      	margin-right: 15px;
    }
  	#collection .collection-list .dealer-map-container .dealer-zipcode-search-container.update {
      	bottom: -400px;
    }
  	#product .vid-item {
      	width: 95px;
      	padding: 5px;
    } 	
  	.dealer-map-container .no-dealer {
     	font-size: 13px; 
    }
}
@media (min-width: 560px) and (max-width: 767px){
  	/* support page   */
  	#page.support h8 {
     	font-size: 34px;
      	line-height: 36px;
    }
  	#page.support h9 {
     	font-size: 25px; 
    }
  	#page.support .collection .image-title-container h4 {
     	font-size: 30px;
    	line-height: 50px; 
    }
  	#page.support .assembly-filter-button {
     	width: 187px;
      	height: 50px;
      	font-size: 18px;
      	line-height: 48px;
    }
  	#page.support .collection h2 {
     	font-size: 20px; 
    }
  	#page.support .collection .manual-container > div {
     	font-size: 16px; 
    }
  	#page.support .collection .manual-container select {
      	width: 235px;
    	height: 38px;
    	font-size: 18px;
     }
  	#page.support .collection .manual-container .download-pdf {
     	width: 210px;
    	height: 38px;
    	font-size: 16px;
    	line-height: 36px;
    }
  	#page.support .assembly-filter {
     	width: 356px; 
    }
  	#page.support .collection-bucket.product-detail .image-info {
     	height: 250px; 
    }
  	#page.support .collection .sold-by {
     	font-size: 16px; 
    }
	/* end support page */
}
@media (min-width: 740px) and (max-width: 767px){
  	#manuals .link-container,
  	#collection .link-container{
     	bottom: 82px; 
    }
  	/* STEP 2 */
  	#bydIndex .step2-logo {
        top: 15px;
    }
    #collection .step2-logo {
        top: 15px;
    }
}


  	
/* Media queries - Bootstrap resolutions */
@media (min-width: 768px) {
	/* Featured Products */
  	#index #featured-products-carousel .featured-product img,
  	#index .featured-product .featured-product-info {
     	width: 50%;
      	float: left;
    }
  	#index #featured-products-carousel .featured-product {
     	height: 158px; 
    }
  	#index .featured-product .featured-product-info li {
     	font-size: 16px; 
    }
  	#index .featured-product .featured-product-info .price-container {
     	font-size: 14px; 
    }
  	#index .featured-product .featured-product-info .sale-cta {
     	line-height: 35px;
      	width: 102px;
      	font-size: 13px;
    }
  	/* End Featured Products */
  	/* Outdoor Play Module */
    #index .outdoor-play {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_tile_lg.jpg?10903420115553867938') repeat;
        height: 474px;
    	margin-top: 62px;
    }
    #index .outdoor-play-round-images {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_round_images_sm.png?10903420115553867938') no-repeat;
        width: 288px;
        height: 76px;
        margin: -39px auto 0;
        background-size: contain;
    }
    #index .outdoor-play .outdoor-play-logo {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_logo_sm.png?10903420115553867938') no-repeat;
        margin: 30px auto 0;
        background-size: 100%;
      	width: 53px;
        height: 33px;
        display: block;
    }
    #index .outdoor-play h5 {
        font-size: 31px;
        margin-top: 10px;
        line-height: 39px;
    }
    #index .outdoor-play p {
        font-size: 16px;
      	line-height: 27px;
        padding-top: 12px;
        width: 655px;
    }
    #index .outdoor-play a {
        bottom: 85px;
    }
    #index .outdoor-play .outdoor-play-cta {
        width: 128px;
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }
    /* End Outdoor Play Module */
  	/* Go Configure Module */
    #index .go-configure {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_bkg_sm.jpg?10903420115553867938') center top no-repeat;
        height: 606px;
        margin-bottom: 72px;
        padding-top: 121px;
    }
    #index .go-configure-logo {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_logo.png?10903420115553867938') center center no-repeat;
        width: 168px;
        height: 63px;
        background-size: contain;
    }
    #index .go-configure p {
        font-family: 'Roboto', sans-serif; 
        font-size: 16px;
        line-height: 27px;
        width: 570px;
        padding-top: 48px;
    }
    #index .go-configure a {
        position: absolute;
        bottom: 143px;
        width: 100%;
    }
    #index .go-configure .go-configure-cta {
        width: 179px;
        height: 62px;
        font-size: 18px;
        line-height: 62px;
    }
    /* End Go Configure Module */
  	/* skyfort_elite Banner */
  	#index .homepage-banner {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/skyfort_elite_banner_gt_768.png?10903420115553867938') no-repeat;
        background-size: cover;
    }
  	#index .home-blog-posts .blog-title-container {
     	width: 75%; 
      	padding-left: 10px;
    }
  	#index .home-blog-posts .blog-title-container h5 {
        font-size: 15px;
        line-height: 17px;
    }
  	.pencil-banner {
    	line-height: 30px;
      	font-size: 14px;
    }
  	#index .homepage .image-container {
        height: 240px;
    }
  	#fixed-video {
     	position: absolute!important; 
    }
   	#fixed-video.product {
      height: 747px;
    }
    .hero {
        height: 400px;
    }
    #product .hero {
        height: 400px;
    }
  	#index .sun-divider {
        background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/sun.png?10903420115553867938') no-repeat center center;
        padding: 7px 0;
    }
  	#index .ditch-indoors-info {
      	width: 340px;
      	padding-top: 170px;
    }
  	#index .ditch-indoors-info p {
        font-size: 12px;
      	padding: 10px 41px;
    }
  	#index .ditch-indoors-cta {
      	padding: 21px 61px;
    	font-size: 17px;
	}
    #index .homepage .view-all-container h4 {
		font-size: 44px;
      	line-height: 47px;
    }
  	.sale .hero-title-container {
        top: 46%;
    }
    .price-bkg-container {
        margin: 48px auto;
    }
  	#index p {
      	font-size: 20px;
      	width: 70%;
    }
    #index .build .stars {
        margin: 150px auto 0;
    }
    #index .build-button-container {
      	bottom: 91px;
    }
  	#index .build-button-container-sm {
      	bottom: 44px;
    }
    #index .build p {
        font-size: 20px;
        width: 60%;
    }
  	#footer h2 span {
    	position: absolute;
    	bottom: 0;
	}
  	#footer h2 {
  		text-align: left;
      	font-size: 17px;
	}
  	#footer .footer-top-content > div:last-child h2 {
      	margin-bottom: 0;
	}
  	#footer .footer-phone-wrapper {
    	margin-bottom: 18px;
    	margin-top: 12px;
      	margin-left: 0;
    }
    #footer .footer-social-icons p {
        text-align: left;
    }
  	#footer .footer-social-icons ul {
     	margin: 0; 
    }
  	#footer .info p span {
     	font-weight: bold; 
    }
    #product .shopping-cart-wrapper {
      position: relative;
    }
    #product .add-to-cart-module {
      	margin-top: 30px;
  	}
    #product .add-to-cart {
      	width: 200px;
      	margin: 24px 0 0 0;
  	}
  	#product .important {
        width: 200px;
      	margin: 24px 9px 0 0;
      	padding-left: 12px;
      	padding-top: 13px;
    }
    #product .important span {
        margin-left: 12px;
    }
    #product .goconfigure-wrapper .goconfigure h2 {
        font-size: 64px;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        margin: 6% 0 0;
        line-height: 71px;
    }
    #product .goconfigure-wrapper .goconfigure p {
        font-size: 22px;
        color: #fff;
        margin: 38px auto;
        width: 72%;
    }
    #product .goconfigure-wrapper .goconfigure-button {
        width: 188px;
    }
    #product .related-products-container {
        height: 590px;
        overflow: hidden;
    }
    #product .sale-alert {
        
    }
    #product #futurepay-banner {
        
    }
    #product .find-zipcode {
		
    }
    #iStock-wrapper {
        
    }
    #collection h8 {
        margin: 40px 0 36px 0;
    }
  	#collection.list h8 {
        margin: 40px 0 36px 0;
    }
  	#collection.list .collection-list h8 {
        margin: 40px 0 -15px 0;
    }
    #collection .design-button {
        width: 188px;
    }
  	#collection .ios-android {
     	width: 300px; 
    }
  	#collection .ios-android a:last-child {
     	float: right;
      	margin-right: 12px;
    }
    .arrow-down {
        bottom: 30px;
    }
    #page .button-wrapper {
        position: absolute;
        bottom: 0;
        padding-right: 68px;
    }
  	#page.goconfigure a {
		width: 230px;
    }
  	#page.goconfigure .goconfigure-content > div:not(.gc-icon-container) {
     	height: 436px; 
    }
    #product .hero {
     height: 557px;
    }
  	#product .hero.square {
      background-position: center -130px!important;
    }
    .hero-title-container > h8 {
        padding: 0 10%;
    }
  	.hero-title-container > h8 {
        padding: 0 10%;
    }
  	#cart .futurepay-copy {
        width: 65%;
    }
  	#cart .special-instructions {
    	padding-right: 10px;
    }
	/* mobile fix   */
  	#product .atc-title {
        padding: 0;
      	margin-top: 0;
    }
    #product .form-price-container {
        width: 100%;
    }
    .spr-badge {
        margin: 0 0 15px 20px; 
    }
    #product .shipping-container {
      	height: 21px;
        margin: 16px 0 0 0;
    }
  	#product .help-wrapper .help h2 {
        font-size: 60px;
        margin: 7% 4% 0;
        line-height: 66px;
    }
    #product .important span {
        line-height: 18px;
        margin-left: 15px;
        float: left;
        clear: left;
    }
    #page.configurator .configurator-wrapper .ios-android {
        margin-left: 16px;
    }
    #product .support-warranty-wrapper .support-warranty p {
        font-size: 16px;
        margin-top: 40px;
        padding: 0 18%;
    }
    #manuals .image-container-manuals > img {
        left: -67%;
      	width: 700px;
    }
    #manuals .image-container-manuals.square > img {
        width: 133%;
        top: 0;
        left: -30px;
    }
  	#collection .design-button-container {
     	padding-top: 40px; 
    }
    #BVRRContainer .bv-section-summary, 
    #BVRRContainer .bv-control-bar, 
    #BVRRContainer .bv-content-filter, 
    #BVRRContainer .bv-content-list,
    #BVRRContainer .bv-content-pagination{
/*         width: 800px!important; */
        margin: 0 auto!important;
    }
    #BVRRContainer .bv-content-pagination-container{
        width: 756px!important;
        margin: 0 auto!important;
    }

    #BVRRContainer .bv-control-bar{
/*         width: 682px!important; */
        margin-left: 160px!important;
        margin-left: 160px!important;
    }
    #BVQAContainer .bv-action-bar button{
        font-weight: normal!important;
        font-family: 'Roboto', sans-serif!important;
        line-height: 49px!important;
        font-size: 18px!important;
        width: 188px!important;
        height: 72px!important;
    }
    #BVQAContainer .bv-content-list{
/*         width: 800px!important; */
        margin: 0 auto!important;
    }
    #BVQAContainer .bv-control-bar{
/*         width: 774px!important; */
        margin-left: 160px!important;
        margin-left: 160px!important;
    }
  	.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-title-container {
     	top: 15px; 
      	margin: 0 2% 0 0;
    }
  	.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-arrow {
     	top: 0; 
    }
  	.collection-bucket.product-detail.product-bya .image-container.show-form .quote-form-closer {
     	margin-right: -19px; 
      	top: 22px;
    }
  	.collection-bucket.product-detail .image-title-container h4 {
     	font-size: 18px; 
    }
  	#manuals .image-title-container h4 {
      font-size: 18px;
    }
  	.collection-bucket.product-detail .price-container .price {
     	font-size: 20px; 
    }
  	.collection-bucket.product-detail.product-bya .image-container .quote-form-send, 
  	#product .collection-bucket.product-detail.product-bya .image-container .quote-form-send {
     	margin-top: 40px; 
    }
  	#product .product-image-container > img {
      	width: 98%;
    	height: auto;
    }
    #product .product-description {
        height: auto;
    	padding-left: 35px;
    }
  	#product .button-container {
        left: 9%;
        position: relative;
        padding-bottom: 50px;
    }
  	#product .contact-a-dealer, 
  	#product .get-a-quote, 
  	#product .build-your-own {
      	width: 180px;
    }
  	#product .description-content {
        margin-bottom: 20px;
        height: auto;
    }
  	/* STEP 2 */
  	#bydIndex .step2-logo {
        top: 15px;
    }
  	#bydIndex .step2-banner-container {
        height: 143px;
    }
  	
  	#bydIndex .step2-logo-banner {
      	background-size: 100%;
      	float: left;
        margin: 34px 0 0 12px; 
      	padding: 34px;
    	width: 70px;
    }
  	#bydIndex .step2-banner-container p {
      	width: 60%;
        clear: initial;
        float: left;
        margin: 45px 0 0 5px;
        font-size: 13px;
        padding: 0;
    }
  	#bydIndex .step2-learn-more {
        float: right;
        margin: 38px 10px 0 0;
    }
    #collection .step2-logo {
        top: 15px;
    }
  	#collection .step2-banner-container {
        height: 143px;
    }
  	
  	#collection .step2-logo-banner {
      	background-size: 100%;
      	float: left;
        margin: 40px 0 0 12px; 
    }
  	#collection .step2-banner-container p {
     	clear: initial;
      	float: left;
      	margin: 40px 0 0 14px;
      	font-size: 14px;
      	padding: 0;
    }
  	#collection .step2-learn-more {
        float: right;
        margin: 38px 10px 0 0;
    }
  	.collection-bucket.product-detail.product-bya .image-container .quote-button,
    #product .collection-bucket.product-detail.product-bya .image-container .quote-button{
      	width: 88%;
      	margin: 0 auto;
    }
  	.image-container h4 {
        font-size: 16px;
    }
  	.collection-bucket.product-detail.product-bya .image-container.show-buttons .image-container-overlay p:first-child {
     	width: auto; 
      	margin-top: 140px;
    }
  	.collection-bucket.product-detail .image-container .quote-form {
     	margin: 93px 0; 
    }
  	.quote-overlay {
     	width: 595px;
      	height: 656px;
    }
  	.quote-overlay .quote-image {
      	width: 312px;
      	height: 656px;
    	overflow: hidden;
      	float: left;
    }
  	.quote-overlay .quote-image img {
        height: 656px;
        margin-left: -144%;
    }
  	.quote-overlay .quote-form-container {
        width: 283px;
        padding: 20px 22px;
      	float: left;
    }
  	.quote-overlay .quote-form textarea {
        height: 44px;
    }
  	/*  Dealer Map 	 */
  	.dealer-map-container h2 {
     	font-size: 28px; 
    }
  	.dealer-map-container .dealer-map,
  	.dealer-map-container .dealer-map-elements{
     	height: 602px; 
    }
  	.dealer-zipcode-search-container a {
     	width: 130px!important;
      	font-size: 14px!important;
      	padding-top: 4px!important;
    }
    .dealer-map-container .dealer-business-card,
  	#findDealer.dealer-map-container .dealer-business-card,
  	#collection .collection-list .dealer-map-container .dealer-business-card{
        box-shadow: 0 0 16px #545454;
        width: 290px;
        height: 390px;
        position: relative;
        margin: 66px auto 0;
        float: left;
    }
  	#collection .collection-list .dealer-map-container .dealer-business-card {
     	margin-left: 34px; 
    }
  	.dealer-zipcode-search-container {
      	margin: 38px auto 0;
    }
    #collection .collection-list .dealer-map-container .dealer-zipcode-search-container {
        margin: 476px auto 0;
    }
  	.dealer-info {
      	height: 280px;
    }
  	.dealer-pagination {
      	top: 26px;
    }
  	.dealer-map-container .dealer-prev {
     	left: -44px; 
    }
  	.dealer-map-container .dealer-next {
     	right: -44px; 
    }
  	.dealer-map-container .dealer-street-view img {
     	width: 70%; 
    }
    .dealer-map-container .no-dealer {
        font-size: 14px;
        display: none;
      	padding: 0 10px 21px 28px;
    	background-color: #fff;
    }
	/*  BYD/BYA product page  */
  	#product.bya-product .dealer-map-container {
     	height: 594px; 
    }
    #product.bya-product .product-image-container {
      	height: auto;
      	margin-bottom: 20px; 
    }
    #product.bya-product .product-image-container > img {
        margin-left: 0; 
    }
  	#product.bya-product h8 {
        margin-bottom: 10px;
        margin-top: 8px;
    }
    #product.bya-product h2 {
        font-size: 20px;
        margin-bottom: 6px;
        margin-top: 45px; 
        clear: both;
    }
  	#product.bya-product .get-a-quote {
        width: 140px;
        height: 35px;
        float: right;
        font-size: 14px;
        line-height: 34px;
  	}
  	#product.bya-product .accessories-wrapper {
      	padding: 70px 0 0 0;
    }
  	#product.bya-product .dealer-map-container h5 {
  		padding-left: 35px;
	}
  	#collection .collection-list .dealer-map-container {
      	height: 630px;
    }
  	#product .vid-item {
      width: 130px;
    } 
  	#product.wishlist .hero {
        height: 400px; 
    }
  	.dealer-map-container .dealer-map {
     	top: 0; 
    }
  	.collection-bucket.product-detail .price-container .coupon {
        font-size: 14px;
      	line-height: 14px;
    }
  	/* support page   */
  	#page.support h8 {
     	font-size: 34px;
      	line-height: 36px;
    }
  	#page.support h9 {
     	font-size: 25px;
    }
  	#page.support .support-container h9 {
      	margin-top: 43px;
    }
  	#page.support.faq .support-container h9 {
      	margin-top: 0;
    }
  	#page.support .collection .image-title-container h4 {
     	font-size: 20px;
    	line-height: 25px;
    	height: 38px; 
      	display: table;
      	height: 50px;
      	margin-top: 6px;
    }
  	#page.support .assembly-filter-button {
     	width: 187px;
      	height: 50px;
      	font-size: 18px;
      	line-height: 48px;
    }
  	#page.support .collection h2 {
     	font-size: 20px; 
    }
  	#page.support .collection .manual-container > div {
     	font-size: 12px; 
    }
  	#page.support .collection .manual-container select {
      	width: 140px;
    	height: 41px;
    	font-size: 13px;
     }
  	#page.support .collection .manual-container .download-pdf {
     	width: 140px;
    	height: 41px;
    	font-size: 14px;
    	line-height: 38px;
    }
  	#page.support .assembly-filter {
     	width: 430px; 
    }
  	#page.support .collection-bucket.product-detail .image-info {
     	height: 200px; 
    }
  	#page.support .collection .sold-by {
     	font-size: 13px; 
    }
    #page.support .bucket-row {
        padding-right: 0; 
    }
    #page.support .bucket-row > div {
        padding-right: 0; 
    }
  	#page.support .assembly-filter-button{
        margin-bottom: 16px;
    }
    #page.support .support-content .bucket {
        height: 245px;
    }
    #page.support .support-content .bucket a {
        padding-top: 145px;
      	font-size: 22px;
    }
    #page.support .vid-iframe-wrapper {
        width: 100%;
        padding: 0 15px 0 15px;
        position: relative;
        clear: both;
    }
    #page.support .vid-iframe-play-container {
        position: absolute;
        top: 47%;
        width: 100%;
        text-align: center;
        z-index: 9;
    }
/*     #page.support .vid-iframe-play {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_transparent.png?10903420115553867938') no-repeat;
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_md.png?10903420115553867938') no-repeat;
        padding: 34px 42px;
    } */
  	#page.support .vid-data-container {
     	bottom: 35px;
      	left: 53px;
    }
  	#page.support .selected-vid-title-container {
        font-size: 14px;
        line-height: 18px;
    }
  	#page.support .vid-data-container .selected-vid-title {
     	font-size: 25px; 
      	line-height: 26px;
    }
  	#page.support .selected-vid-duration-container {
        font-size: 14px;
        line-height: 14px;
    }
  	#page.support .selected-vid-duration-container .duration {
        font-size: 14px;
        line-height: 14px;
    }
  	#page.support .video-title {
     	font-size: 16px;
    }
  	#page.support .video-duration {
     	font-size: 13px; 
    }
  	#page.support .slick-dots li button, #page.support .slick-dots li button:before {
        background-size: 60%;
    }
    .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 10px;
    }
  	#page.support .support-content .bucket > div {
     	background-size: 40%;
    	padding: 20%; 
    }
  	#page.support .bucket-row .bucket .bucket-ui-box {
        width: 144px;
        height: 62px;
    }
	#page.support .bucket-row .bucket .bucket-ui-box a {
      	font-size: 18px;
    	line-height: 60px;
    }
    #page.assembly-services .hero {
        background-size: cover;
        height: 464px; 
      	background-position-y: -64px;
    }
  	#page.assembly-services .support-copy p {
      	font-size: 16px;
      	line-height: 28px;
    }
  	#page.assembly-services .support-container h9 {
     	margin-top: 0; 
    }
  	#page.assembly-services .collections div h4 {
      	font-size: 18px;
    }
  	#page.assembly-services .vid-data-container .selected-vid-title {
     	 line-height: 36px;
    }
  	#page.assembly-services .vid-data-container {
     	margin-bottom: 40px; 
    }
  	#page.assembly-services .vid-data-container .selected-vid-title {
     	font-size: 18px; 
    }
  	/* end support page */
}
@media (min-width: 992px) {
  	/* Featured Products */
  	#index .featured-product-info {
      	margin: 48px auto;
    }
  	#index #featured-products-carousel .featured-product {
     	height: 250px; 
    }
  	#index .featured-product .featured-product-info ul {
     	margin: 0 0 15px 0; 
    }
  	#index .featured-product .featured-product-info li {
     	font-size: 20px; 
    }
  	#index .featured-product .featured-product-info .price-container {
     	font-size: 18px; 
    }
  	#index .featured-product .featured-product-info .sale-cta {
     	line-height: 49px;
    	width: 130px;
      	height: 50px;
    }
  	/* End Featured Products */
  	/* Outdoor Play Module */
    #index .outdoor-play {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_tile_lg.jpg?10903420115553867938') repeat;
        height: 394px;
    	margin-top: 92px;
    }
    #index .outdoor-play-round-images {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_round_images_xs.png?10903420115553867938') no-repeat;
        width: 360px;
        height: 95px;
        margin: -50px auto 0;
        background-size: contain;
    }
    #index .outdoor-play .outdoor-play-logo {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_logo_md.png?10903420115553867938') no-repeat;
        margin: 20px auto 0;
        background-size: 100%;
      	width: 55px;
        height: 33px;;
        display: block;
    }
    #index .outdoor-play h5 {
        font-size: 39px;
        margin-top: 10px;
        line-height: 48px;
    }
    #index .outdoor-play p {
        font-size: 16px;
      	line-height: 27px;
        padding-top: 12px;
        width: 867px;
    }
    #index .outdoor-play a {
        bottom: 38px;
    }
    #index .outdoor-play .outdoor-play-cta {
        width: 161px;
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }
    /* End Outdoor Play Module */
  	/* Go Configure Module */
    #index .go-configure {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_bkg_lg.jpg?10903420115553867938') center top no-repeat;
        height: 507px;
        margin-bottom: 72px;
        padding-top: 108px;
        background-size: cover;
    }
    #index .go-configure-logo {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_logo.png?10903420115553867938') center center no-repeat;
        width: 168px;
        height: 63px;
        background-size: contain;
    }
    #index .go-configure p {
        font-family: 'Roboto', sans-serif; 
        font-size: 16px;
        line-height: 27px;
        width: 750px;
        padding-top: 26px;
    }
    #index .go-configure a {
        position: absolute;
        bottom: 128px;
        width: 100%;
    }
    #index .go-configure .go-configure-cta {
        width: 179px;
        height: 62px;
        font-size: 18px;
        line-height: 62px;
    }
    /* End Go Configure Module */
  	/* skyfort_elite Banner */
  	#index .homepage-banner {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/skyfort_elite_banner_992.png?10903420115553867938') no-repeat;
        background-size: cover;
    }
  	#index .container.homepage h8, #index .container.home-blog-posts h8 {
     	font-size: 28px; 
    }
  	#index .home-blog-posts .blog-title-container {
     	width: 70%; 
      	padding-left: 20px;
    }
  	#index .home-blog-posts .blog-post-content {
      	padding: 258px 20px 0 20px;
    }
  	#index .home-blog-posts .blog-title-container h5 {
        font-size: 20px;
        line-height: 21px;
      	margin-top: 10px;
    }
  	#index .home-blog-posts .blog-post-content .blog-date {
     	width: 85px;
      	height: 85px;
      	padding-top: 10px;
    }
  	/* shorter style for various pages  */
  	#collection .hero,
    #blog .hero,
  	#article .hero,
    #page .hero,
  	#customer-login .hero,
  	#customer-account .hero,
  	#customer-addresses .hero,
  	#bydPage .company .hero,
  	#byaSupport .hero,
	#page.refund .hero{
        height: 130px;
    }
  	#page .container,
  	#bydAccount .container,
  	#bydRegister .container,
  	#blog .container,
  	#article .container,
  	#customer-login .container
  	{
      padding-top: 30px;
    }
  	#page.refund .container {
      margin-top: 0;
    }
  	#page.refund .container h8 {
      margin-top: 70px;
    }
  
    
    #index .homepage .image-container {
        height: 264px;
    }
  	#index .homepage .image-title-container h4 {
        font-size: 20px;
    }
  	#collection.list .image-title-container h4 {
        font-size: 20px;
    }
  	#manuals .image-title-container h4 {
      font-size: 20px;
    }
  	#index .homepage .view-all-container h4 {
		font-size: 63px;
      	line-height: 66px;
    }
    #collection .collection-product h4 {
      font-size: 20px;
      padding-right: 63px;
    }	
  	#footer .footer-top-content {
    	border-bottom: 1px solid #EAEAEA;
	}
    .image-container h4 {
        font-size: 16px;
    }
    #product .atc-title {
     	padding: 0 14% 0 0; 
      	line-height: 38px;
    }
  	#product .add-to-cart-module > div {
      	width: 50%;
	}
  	#product .shopping-cart-wrapper {
        height: 464px;
    }
    #product #add-item-form {
        position: absolute;
      	bottom: 0;
    }
  	#index p {
      	width: 64%;
    }
  	#collection .collection-filter {
      	padding-right: 20px;
    }
  	#collection .ios-android {
     	width: 300px; 
    }
    #collection .ios-android a:last-child {
      	margin-left: 12px;
      	margin-right: 16px;
    }
    #page.goconfigure a {
/*      	font-size: 24px;  */
    }
  	#page.goconfigure .goconfigure-content > div:not(.gc-icon-container) {
     	height: 442px; 
    }
  	#page.terms .container, #page.privacy .container, #page.refund .container {
        padding-right: 17%;
    }
    #product .hero {
     height: 757px;
    }
  	#product .hero.square {
      background-position: center -136px!important;
    }
  	.hero-title-container {
        padding-top: 0;
      	height: 0;
    }
    .hero-title-container > h1 {
        padding: 0 22%;
    }
  	#page.goconfigure h2 {
    	font-size: 36px;
    }
	#cart .futurepay-banner-wrapper {
        padding-right: 98px;
    }
    #cart .futurepay-copy {
        width: 75%;
    }
  	#cart .cart-items-header div:first-child, #cart .cart-items div:first-child {
     	width: 18%; 
    }
  	#cart .cart-items-header div:nth-child(5), #cart .cart-items div:nth-child(5) {
     	width: 10%; 
    }
  	#cart .shopify-ssl {
        width: 18%;
      	margin-left: 20%;
    }
	#cart .special-instructions {
     	padding-left: 20px;
    	padding-right: 50px;
    }
    #product .help-wrapper .help h2 {
        margin: 5% 4% 0;
    }
	#product .form-price-container {
		margin-top: 10px;
    }
  	#product .support-warranty-wrapper .support-warranty p {
        font-size: 18px;
        margin-top: 40px;
        padding: 0 20%;
    }
  	#fixed-video {
      left: 0;
      height: 817px;
      min-width: 100%;
      position: absolute;
      top: 0;
      z-index: 9 !important;
  	}
  	#page.configurator .configurator-wrapper .ios-android {
        margin-left: 0px;
    }
	#specs-table .dimensions td {
      font-size: 30px;
    }
    #specs-table sup {
      font-size: 20px;
    }
    #specs-table .box td {
      font-size: 36px;	 
    }
    #specs-table .info td {
      font-size: 20px; 
    }
    #specs-table td:nth-child(8) {
      width: 14%;
      padding-right: 14px;
    }
  	.manuals-menu li {
        width: 244px;
        height: 50px;
        margin-bottom: 10px;
        cursor: pointer;
        background: #F9F9F9 url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/arrow_right_black.png?10903420115553867938') no-repeat 92% center;
        position: relative;
        z-index: 1;
    }
    #manuals .link-container,
  	#collection .link-container{
        bottom: 58px;
    }
  	.image-inner-container {
        padding: 0 10px 0 0;
    }
  	.collection-bucket.product-detail .image-container .quote-form label[for=quote-form-remember] {
      	width: 88%!important;
    }
  	#product .product-description {
        height: 425px;
    }
  	#product.bya-product .product-description {
        height: 508px;
      	margin-top: 0;
    }
  	#product .button-container {
        position: absolute;
        bottom: 0;
        padding-bottom: 0;
        left: inherit;
    }
  	#product .description-content {
        height: 180px;
        overflow: hidden;
    }
  	#product.bya-product .description-content {
      	height: 130px;
    }
  	#product.bya-product .product-thumbnails [alt='#square'] {
        width: 100px;
        margin-left: 0;
    }
  	#product.bya-product .accessories-wrapper {
      	padding: 27px 0 0 14px;
    }
  	#product .accessories-wrapper {
        padding: 27px 0 0 35px;
    }
  	.collection-bucket.product-detail .image-title-container h4 {
     	font-size: 20px; 
    }
  	.collection-bucket.product-detail.product-bya .image-container .quote-form-closer {
     	top: 23px; 
    }
  	.collection-bucket.product-detail .image-container .quote-form {
     	margin: 113px 0;
     }
	/* STEP 2   */
  	#bydIndex .step2-logo {
        position: absolute;
        top: 15px;
    }
  	#bydIndex .step2-logo-banner {
        margin: 26px 0 0 30px;
        padding: 44px;
    	width: 90px;
    }
    #bydIndex .step2-banner-container p {
        font-size: 17px;
        margin: 46px 0 0 5%;
        width: 58%;
        line-height: 20px;
    }
  	#bydIndex .step2-learn-more {
        margin: 38px 32px 0 0;
    }
  	#collection .step2-logo {
        position: absolute;
        top: 15px;
    }
  	#collection .step2-logo-banner {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/step2_logo_banner.png?10903420115553867938') no-repeat 0 0;
        background-size: 100%;
        margin: 40px 0 0 30px; 
    }
    #collection .step2-banner-container p {
        font-size: 17px;
        margin: 46px 0 0 5%;
        width: 58%;
        line-height: 20px;
    }
  	#collection .step2-learn-more {
        margin: 38px 32px 0 0;
    }
  	#product .reg-price {
     	margin-bottom: 0; 
    }
  	/* END STEP 2   */
  	#footer .footer-arrow-up {
     	margin-top: 130px; 
    }
  	.quote-overlay-wrapper {
        position: fixed;
        margin-top: 172px;
    }
  	.quote-overlay {
     	width: 778px;
      	height: 608px;
    }
  	.quote-overlay .quote-form-container h5 {
     	font-size: 23px; 
    }
  	.quote-overlay .quote-image {
      	width: 293px;
      	height: 608px;
    	overflow: hidden;
    }
  	.quote-overlay .quote-image img {
        height: 608px;
        margin-left: -144%;
    }
  	.quote-overlay .quote-form-container {
        width: 485px;
        height: 528px;
      	padding: 20px 30px;
    }
  	.quote-overlay .quote-form label {
     	font-size: 15px; 
    }
  	.quote-overlay .quote-form label[for=quote-form-remember] {
      	font-size: 14px; 
    }
  	#quote-form-remember {
		margin-top: 10px;
    }
  	.quote-overlay .quote-form textarea {
  		width: 293px;
      	float: left;
    }
  	.quote-overlay .quote-form-send, #product .quote-overlay .quote-form-send {
      	float: right;
     	margin: -20px 0 0 8px;  
    }
  	/*  Dealer Map 	 */
  	.dealer-map-container,
  	#collection .collection-list .dealer-map-container{
      	height: 792px;
    }
  	.dealer-map-container h2 {
     	font-size: 28px; 
    }
  	.dealer-map-container .dealer-map,
  	.dealer-map-container .dealer-map-elements{
     	height: 717px; 
    }
  	#findDealer.dealer-map-container .dealer-map,
  	#findDealer.dealer-map-container .dealer-map-elements{
     	height: 800px; 
    }
  	.dealer-zipcode-search-container {
        width: 735px;
      	margin-top: 54px;
    }
  	#collection .collection-list .dealer-zipcode-search-container {
     	width: 700px; 
    }
  	#findDealer .dealer-zipcode-search-container {
      	margin-top: 46px;
    }
  	.dealer-zipcode-arrow {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_green_arrow_right_md.png?10903420115553867938') no-repeat 0 0;
        width: 119px;
    	height: 60px;
    	font-size: 16px;
    	padding: 20px 0 0 22px;
    }
  	.dealer-zipcode-search-container input[type=text] {
     	height: 60px;
      	font-size: 16px;
      	padding-left: 131px;
    }
  	.dealer-zipcode-search-container a {
     	width: 156px!important;
      	height: 60px!important;
      	font-size: 16px!important;
      	padding-top: 7px!important;
    }
  	.zipcode-confirm-container,
  	.dealer-map-container .zipcode-curtain {
     	height: 717px;
    }
  	.dealer-map-container .dealer-street-view {
     	height: 136px; 
    }
  	.dealer-info {
        height: 254px;
    }
  	.dealer-map-container .dealer-business-card,
  	#collection .collection-list .dealer-map-container .dealer-business-card{
        box-shadow: 0 0 16px #545454;
        width: 290px;
        height: 390px;
        position: relative;
        margin: 66px auto 0;
        float: left;
    }
  	#collection .collection-list .dealer-map-container .dealer-business-card{
     	margin-left: 15px;
      	margin-bottom: 54px;
    }
  	.dealer-business-card .dealer-company {
        background-color: #6EB340;
        padding: 16px 0 16px 23px;
    }
    .dealer-business-card.missing-dealer .dealer-company {
        padding: 20px 0 20px 23px;
    }
  	.dealer-map-container .dealer-company div {
     	font-size: 18px; 
    }
  	.dealer-map-container .dealer-address {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_marker_md.png?10903420115553867938') no-repeat 0 27px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        padding: 13px 0 0 38px;
        margin-left: 24px;
    }
  	.dealer-map-container .dealer-address div:first-child{
        padding-top: 8px;
    }
  	.dealer-map-container .dealer-phone {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_phone_md.png?10903420115553867938') no-repeat 0 20px;
        height: 50px;
        color: #333;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        padding: 17px 0 0 36px;
        margin-left: 24px;
    }
  	.dealer-pagination {
        top: 42px;
    }
  	.dealer-map-container .dealer-website {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/icon_globe.png?10903420115553867938') no-repeat 0 24px;
        height: 57px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        padding: 30px 0 0 38px;
        margin-left: 24px;
        float: left;
        width: 146px;
    }
  	.dealer-map-container .dealer-email {
        float: left;
        width: 112px;
        padding: 30px 0 0 13px;
    }
    .dealer-map-container .dealer-email span {
        margin-right: 16px;
        font-size: 14px;
    }
  	.dealer-map-container .no-dealer {
        font-size: 13px;
    	padding: 0 20px 12px 26px;
    	line-height: 22px;
        display: none;
    }
	/* BYD/BYA product page   */
  	#product.bya-product .dealer-map-container {
     	height: 780px; 
    }
  	#product.bya-product .product-image-container {
        height: 508px;
        margin-bottom: 0; 
        margin-top: 0;
        padding-left: 0;
        overflow: hidden;
        height: 508px;
    }
  	#product.bya-product .product-image-container > img {
      	width: auto;
    	height: 100%;
    	margin-left: -38%; 
    }
  	#product.bya-product .product-thumbnails img {
        margin-bottom: 14px;
        width: auto;
        height: 100px;
        margin-left: -40%;
    }
  	#product.bya-product .bya-subtitle {
      	font-size: 14px;
    }
  	#product.bya-product .product-thumbnail-wrapper {
        position: absolute;
        bottom: -12px;
    }
  	#product.bya-product .dealer-map-container h5 {
  		padding-left: 0;
	}
  	#product .vid-item {
      width: 180px;
    }
  	#product.wishlist .product-image-container {
        height: 508px; 
      	margin-bottom: 0px;
    }
  	#product.wishlist .product-image-container > img {
        width: 210%;
    	left: -36%;
    }
  	/* support page */
    #page.support h8 {
        font-size: 32px;
        float: left;
        margin: 5px 0 17px 0;
    }
  	#page.support .assembly h8 {
        margin-left: 0; 
    }
    #page.support .support-menu h8 {
      	font-size: 32px;
        margin-left: 0;
      	margin-bottom: 10px;
    }
  	#page.support .manual-list h9 {
      	margin-top: 9px;
    }
  	#page.support .support-menu li {
        margin-bottom: 0;
        border-bottom: 1px solid #ededed;
      	clear: both;
    }
  	#page.support .support-menu li.active {
        border: none;
    }
    #page.support .support-menu li a {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 50px;
        color: #000;
    }
  	#page.support .assembly-filter-items li {
      	margin-bottom: 7px;
    }
    #page.support .bucket-row {
        padding-right: 0; 
      	margin-top: 54px;
    }
    #page.support .bucket-row > div {
        padding-right: 0; 
    }
  	/* remove margin for pencil banner */
    #page.support .support-content {
        margin-top: 0;
    }
    #page.support .support-content .bucket {
        height: 270px;
    }
    #page.support .support-content .bucket a {
        padding-top: 145px;
      	font-size: 22px;
    }
    #page.support .vid-iframe-wrapper {
        width: 100%;
        padding: 0 0 0 15px;
        position: relative;
        clear: both;
    }
    #page.support .vid-iframe-play-container {
        position: absolute;
        top: 47%;
        width: 100%;
        text-align: center;
        z-index: 9;
    }
  	#page.support .selected-vid-duration-container {
        font-size: 13px;
        line-height: 13px;
    }
  	#page.support .selected-vid-duration-container .duration {
        font-size: 13px;
        line-height: 13px;
    }
/*     #page.support .vid-iframe-play {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_transparent.png?10903420115553867938') no-repeat;
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_md.png?10903420115553867938') no-repeat;
        padding: 34px 42px;
    } */
  	#page.support .support-copy {
      	font-size: 17px;
        line-height: 28px;
    }
  	#page.support .support-copy p {
        font-size: 17px;
        line-height: 28px;
    }
  	#page.support .assembly-filter-items a {
     	padding-top: 0; 
    }
  	#page.support .manual-list {
        margin: 34px 0 0 0;
    }
  	#page.support .support-content .callus {
     	background-size: 46%; 
    }
  	#page.support .bucket-row .bucket .copy {
     	font-size: 14px;
      	line-height: 28px;
    }
  	#page.assembly-services .hero {
        background-size: cover;
        height: 500px; 
      	background-position-y: 44px;
    }
  	#page.support .collection .manual-container .download-pdf {
     	width: 137px;
      	height: 41px;
      	font-size: 16px;
      	line-height: 39px;
    }
  	/* end support page */
}
@media (min-width: 1200px) {
  	/* Featured Products */
  	#index .featured-product-info {
      	margin: 48px auto;
    }
  	#index #featured-products-carousel .featured-product {
     	height: 250px; 
    }
  	#index .featured-product .featured-product-info ul {
     	margin: 0 0 15px 0; 
    }
  	#index .featured-product .featured-product-info li {
     	font-size: 22px; 
    }
  	#index .featured-product .featured-product-info .price-container {
     	font-size: 20px; 
    }
  	#index .featured-product .featured-product-info .sale-cta {
     	line-height: 59px;
    	width: 180px;
      	height: 62px;
      	font-size: 18px;
    }
  	/* End Featured Products */
  	/* Outdoor Play Module */
    #index .outdoor-play {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_tile_lg.jpg?10903420115553867938') repeat;
        height: 430px;
    	margin-top: 88px;
    }
    #index .outdoor-play-round-images {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_round_images_xs.png?10903420115553867938') no-repeat;
        width: 400px;
        height: 105px;
        margin: -52px auto 0;
        background-size: contain;
    }
    #index .outdoor-play .outdoor-play-logo {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/outdoor_play_logo_lg.png?10903420115553867938') no-repeat;
        margin: 20px auto 0;
        background-size: 100%;
      	width: 66px;
        height: 41px;;
        display: block;
    }
    #index .outdoor-play h5 {
        font-size: 44px;
        margin-top: 10px;
        line-height: 54px;
    }
    #index .outdoor-play p {
        font-size: 18px;
      	line-height: 30px;
        padding-top: 12px;
        width: 960px;
    }
    #index .outdoor-play a {
        bottom: 30px;
    }
    #index .outdoor-play .outdoor-play-cta {
        width: 179px;
        height: 62px;
        font-size: 18px;
        line-height: 62px;
    }
    /* End Outdoor Play Module */
  	/* Go Configure Module */
    #index .go-configure {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_bkg_lg.jpg?10903420115553867938') center top no-repeat;
        height: 507px;
        margin-bottom: 72px;
        padding-top: 108px;
        background-size: cover;
    }
    #index .go-configure-logo {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/go_configure_logo.png?10903420115553867938') center center no-repeat;
        width: 168px;
        height: 63px;
        background-size: contain;
    }
    #index .go-configure p {
        font-family: 'Roboto', sans-serif; 
        font-size: 18px;
        line-height: 30px;
        width: 750px;
        padding-top: 26px;
    }
    #index .go-configure a {
        position: absolute;
        bottom: 128px;
        width: 100%;
    }
    #index .go-configure .go-configure-cta {
        width: 179px;
        height: 62px;
        font-size: 18px;
        line-height: 62px;
    }
    /* End Go Configure Module */
  	/* skyfort_elite Banner */
  	#index .homepage-banner {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/skyfort_elite_banner_1200.png?10903420115553867938') no-repeat;
        background-size: cover;
    }
  	#index .container.homepage h8, #index .container.home-blog-posts h8 {
     	font-size: 36px; 
    }
  	#index .home-blog-posts .blog-title-container h5 {
        font-size: 20px;
        line-height: 24px;
    }
  	#index .homepage .image-container {
        height: 200px;
    }
  	#product .hero {
      background-position: center -10px!important;
      height: 817px;
    }
  	#product .hero.square {
      background-position: center -180px!important;
    }
  	.collection-bucket.product-detail .image-container {
     	height: 300px; 
    }
    #collection .collection-product h4 {
      font-size: 25px;
      padding-right: 20px;
    }
  	.image-container h4 {
        font-size: 16px;
    }
    #index .homepage .view-all-container h4 {
		font-size: 31px;
      	line-height: 34px;
    }
  	#index .sun-divider {
        background:url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/sun_lg.png?10903420115553867938') no-repeat center center;
        padding: 7px 0;
    }
  	#collection .collection-filter {
      	padding-right: 20px;
    }
  	#index p {
      	width: 50%;
    }
  	#cart .futurepay-banner-wrapper {
        padding-right: 136px;
    }
  	#cart .cart-items-header div:first-child, #cart .cart-items div:first-child {
     	width: 16%; 
    }
  	#cart .cart-items-header div:nth-child(5), #cart .cart-items div:nth-child(5) {
     	width: 14%; 
    }
    #cart .shopify-ssl {
        margin-left: 17%;
    }
	#cart .special-instructions {
     	padding-left: 0;
    	padding-right: 0;
    }
  	#product .add-to-cart {
      	width: 246px;
  	}
  	#product .important {
        width: 246px;
    }
    #product .important span {
/*         margin-left: 22px; */
    }
  	#product .support-warranty-wrapper .support-warranty p {
        font-size: 20px;
        margin-top: 40px;
        padding: 0 22%;
    }
  	#fixed-video {
      height: 817px;
  	}
   	#fixed-video.product {
      height: 817px;
    }
    #page.configurator .configurator-wrapper .ios-android {
        margin-left: 16px;
    }
   	#manuals .image-container-manuals > img {
        left: -64%;
      	width: 554px;
    }
    .manuals-menu li {
        width: 280px;
    }
  	#manuals .link-container,
  	#collection .link-container{
     	bottom: 62px; 
    }
  	#page.summers-end-contest-rules .hero {
      	height: 850px;
    }
  	.collection-bucket.product-detail .image-container .quote-form label[for=quote-form-remember] {
     	width: 90%!important;
    	margin-top: 10px!important;
    }
  	.collection-bucket.product-detail .price-container .price {
     	font-size: 22px; 
    }
  	.image-container .arrow-right {
     	right: 18px; 
    }
    .product-alerts > div {
     	font-size: 19px;
      	padding: 2px 15px 2px 28px;
    }
  	#BVRRSummaryContainer {
        margin-top: 0;
    }
  	.collection-bucket.product-detail.product-bya .image-title-container {
     	margin-right: 9%; 
    }
	/* STEP 2   */
  	#bydLogo .step2-logo {
        position: absolute;
        top: 15px;
    }
  	#collection .step2-logo {
        position: absolute;
        top: 15px;
    }
  	/*  Dealer Map 	 */
  	.dealer-map-container,
  	#collection .collection-list .dealer-map-container{
      	height: 896px;
    }
  	.dealer-map-container h2 {
     	font-size: 30px; 
    }
  	.dealer-map-container .dealer-map,
  	.dealer-map-container .dealer-map-elements{
     	height: 818px; 
    }
  	.dealer-zipcode-search-container {
        width: 881px;
      	margin-top: 104px;
    }
  	.dealer-zipcode-arrow {
        background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/bya_green_arrow_right.png?10903420115553867938') no-repeat 0 0;
        width: 156px;
    	height: 60px;
    	font-size: 21px;
    	padding: 15px 0 0 32px;
    }
  	.dealer-zipcode-search-container input[type=text] {
     	height: 60px;
      	font-size: 21px;
      	padding-left: 170px;
    }
  	.dealer-zipcode-search-container a {
     	width: 195px!important;
      	height: 60px!important;
      	font-size: 21px!important;
      	padding-top: 0!important;
    }
  	.zipcode-confirm-container,
  	.dealer-map-container .zipcode-curtain {
     	height: 818px;
    }
  	.dealer-map-container .dealer-business-card {
      	margin: 100px auto 0;
     	 
    }
  	#collection .collection-list .dealer-map-container .dealer-business-card {
      	margin: 100px auto 114px 42px;
    }
  	#product.bya-product .dealer-map-container {
        height: 880px; 
    }
  	#collection .collection-list .dealer-zipcode-search-container {
     	width: 850px; 
    }
  	#product .vid-item {
      width: 210px;
    }
  	#product.wishlist .product-image-container {
        height: 508px; 
      	margin-bottom: 0px;
    }
  	#product.wishlist .product-image-container > img {
        width: 180%; 
        left: -35%;
    }
  	.collection-bucket.product-detail .price-container .coupon {
        font-size: 16px;
      	line-height: 16px;
    }
  	/* support page */
  	#page.support h8 {
        font-size: 36px;
        float: left;
        margin: 5px 0 26px 0;
    }
    #page.support h9 {
      	font-size: 28px;
    }
    #page.support .bucket-row {
        padding-right: 0; 
    }
    #page.support .bucket-row > div {
        padding-right: 0; 
    }
    #page.support .support-content .bucket {
        height: 308px;
    }
    #page.support .support-content .bucket a {
        padding-top: 177px;
      	font-size: 22px;
    }
    #page.support .vid-iframe-wrapper {
        width: 100%;
        padding: 0 15px 0 15px;
        position: relative;
        clear: both;
    }
    #page.support .vid-iframe-play-container {
        position: absolute;
        top: 47%;
        width: 100%;
        text-align: center;
        z-index: 9;
    }
/*     #page.support .vid-iframe-play {
      	background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_transparent.png?10903420115553867938') no-repeat;
		background: transparent url('//cdn.shopify.com/s/files/1/0545/0041/t/122/assets/play_button_lg.png?10903420115553867938') no-repeat;
        padding: 42px 49px;
    } */
  	#page.support .selected-vid-duration-container {
        font-size: 16px;
        line-height: 26px;
    }
  	#page.support .selected-vid-duration-container .duration {
        font-size: 16px;
        line-height: 26px;
    }
  	#page.support .collection .manual-container select {
 		width: 210px; 
      	font-size: 16px;
      	height: 50px;
	}
  	#page.support .collection .manual-container .download-pdf {
     	width: 166px;
      	height: 50px;
      	font-size: 18px;
      	line-height: 48px; 
    }
  	#page.support .thumbnail-mask-copy,
  	#page.support .thumbnail-mask {
      	left: 4px;
    }
  	#page.support .bucket-row .bucket .bucket-ui-box {
        width: 179px;
        height: 62px;
        border: solid 1px #d98636;
        margin: 22px auto 12px;
        font-family: Roboto;
        font-size: 18px;
        text-align: center;
        color: #d98636;
    }
  	#page.support .bucket-row .bucket .copy {
     	font-size: 16px;
    	line-height: 28px; 
    }
  	#page.assembly-services .hero {
        background-size: cover;
        height: 560px; 
      	background-position-y: -23px;
    }
  	#page.support .collection-bucket.product-detail .image-info {
     	height: 206px; 
    }
  	/* end support page */
@media (min-width: 1750px) {

    #product .hero {
      height: 817px;
      background-position: center -100px!important;
    }
  	#product .hero.square {
      background-position: center -250px!important;
    }
}
/* Form Builder overwrites */
.formBuilder #submitButton {
  	background-color: #D38729!important;
}

/* adjust header elements for width resolutions between 769px and 992px - tablet size */
@media (max-width: 992px) and (min-width: 769px) {
  	.desktop-header #nav {
    	width: 100%;
    }
    .desktop-header .searchform {
        width: 48%;
    }
  	.searchform input.text {
      	margin: 17px 0 0 15px;
      	width: 140px;
      	font-size: 15px;
    }
  	.searchform input.submit {
      	margin: 17px 10px 18px 0;
    }
	.phone-wrapper > div:last-child {
        clear: both;
    }
  	.desktop-header .cart-wrapper {
    	width: 56px;
    }
  	.desktop-header .phone-wrapper > div:last-child {
      	font-size: 16px;
      	line-height: 25px;
    }
  	.desktop-header #customer_login_link {
       	margin-left: 36px;
	}
    .desktop-header #cart_link {
      	margin-left: 15px;
  	}
    .desktop-header .item-count {
      	left: 41px;
  	}
  	#index .blog-posts h2 {
      	font-size: 21px;
    }
  	.collection-filter {
      	display: none;
    }
  	.phone-wrapper top {
     	display: none; 
    }
  	#collection .filter-mobile-container {
      	display: block;
    }
    #collection .filter-mobile {
        width: 60%;
    }
  	#fixed-video {
      left: 0;
      height: 817px;
      min-width: 100%;
      position: absolute;
      top: 0;
      z-index: 9 !important;
  	}
}
/*   smallest tablet portrait	 */
@media (max-width: 769px) and (min-width: 768px) {
  	.price-bkg-container {
     	margin: 70px auto; 
    }
    .searchform {
        width: 40%;
    }
  	.searchform input.text {
      	margin: 17px 0 0 10px;
      	font-size: 14px;
      	width: 130px;
    }
  	.searchform input.submit {
      	margin: 17px 8px 18px 0;
    }
  	.bottom-content-spacer {
      	width: auto;
    }
  	.collection-filter {
     	display: none; 
    }
}




