.MaintenanceModeNotice {
    display: none;
}
* {
    box-sizing: border-box !important;
}


a[href^='javascript:void(0)'] {
    cursor: default;
}

body {
    min-width: 320px;
    min-height: 320px;
    background-color: #ffffff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000000;
}

h1,
h2,
h3,
.TitleHeading {
    color: #000;
}

#Outer {
    background: #fff;
}

.otnotice-content .otnotice-menu,
.otnotice-content .otnotice-sections {
    position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
    display: block;
    margin: 0 0 2rem !important;
}

@media only screen and (min-width: 900px) {
	#Outer,
	#Container {
		overflow: unset;
	}
	.otnotice-content .otnotice-menu {
		position: sticky;
		top: 200px;
		display: inline-block;
		vertical-align: top;
		margin: 0 !important;
	}

	.otnotice-content .otnotice-sections {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 360px);
		margin: 0 !important;
	}
}

.Content,
.Content.Widest,
.ContentHead {
    max-width: 1200px;
}

.ContentHead {
    padding: 0 30px;
}

.Content p {
    margin-bottom: 15px;
    line-height: 1.75;
    font-weight: 300;
}

.Content p:first-child {
    margin-top: 0px;
}

.Content p:last-child {
    margin-bottom: 0px;
}

.Content ul {
    margin-left: 30px;
    list-style: disc;
    margin-bottom: 15px;
}

.Left ul {
    margin-left: 0;
    list-style: none;
}

#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 0;
}

.Content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.Content .column ul ul {
    margin-top: 10px;
}

.Content ul:last-child,
.textArea ul ul {
    margin-bottom: 0px;
}

.Content li {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 100%;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.cols {
    font-size: 0;
}

[class*='col-'] {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 15px;
    position: relative;
}

.cols .col-2 {
    width: 50%;
}

.cols .col-3 {
    width: 33.333%;
}

.cols .col-2-3 {
    width: 63.666%;
    margin-left: 3%;
}

.cols .col-4 {
    width: 25%;
}

.show-mobile {
    display: none !important;
}

.hide-mobile {
    display: block !important;
}

.Content .ProductList .ProductImage .QuickViewBtn {
    display: none !important;
}

/* =============================================================================
   Header & Navigation
   ========================================================================== */

#TopMenu {
    position: absolute;
    top: 0;
    right: 30px;
    width: auto;
    background-color: inherit;
    z-index: 3;
    display: block;
}

#TopMenu ul {
    float: none;
    text-align: center;
}

#TopMenu li {
    display: inline-block;
    vertical-align: top;
}

#TopMenu li,
#TopMenu li a,
#TopMenu li.CartLink a span,
#TopMenu li.CartLink a span.total {
    color: #000;
    font-size: 14px;
}

#Header {
    width: 100%;
    background-color: #ffffff;
    border: none;
    z-index: 2;
    padding: 10px 0;
    line-height: 1;
    color: #000000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto !important;
}

html.safari #Header {
    position: absolute;
}

#Header .Content {
    padding: 0 30px;
    position: relative;
    font-size: 0;
}

#HeaderLower .Content {
    padding: 0 35px 0 0;
}

#Logo {
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: middle;
    margin: 0;
}

#Logo #LogoImage {
    display: block;
    width: 100%;
    max-width: 260px;
}

#Logo #LogoImage {
    max-width: 200px;
}

#HeaderUpper {
    /* Contains Topmenu & Search */
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: middle;
}

#HeaderUpper {
    display: none;
}

.support-block {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}

.support-block p {
    font-size: 12px;
}

#socnet {
    display: inline-block;
    margin: 0.5rem 0 0;
    vertical-align: middle;
    padding: 0;
}

a.icon_facebook,
a.icon_twitter,
#socnet a {
    text-indent: 0;
    font-size: 0;
    background-image: none;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 0 0;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    margin: 0;
    margin-right: 0.5rem;
}

a.icon_facebook:hover,
a.icon_twitter:hover,
#socnet a:hover {
    background-color: transparent;
}

a.icon_facebook:hover:before,
a.icon_twitter:hover:before,
#socnet a:hover:before {
    text-decoration: none;
}

a.icon_facebook:before,
a.icon_twitter:before,
#socnet a:before {
    font-size: 24px;
    color: #a7acad;
}

a.cartToggle {
    display: none !important;
}

#HeaderLower {
    border: none;
    text-align: right;
    display: block;
    margin: 0;
}

#Menu ul {
    position: relative;
    background-color: inherit;
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
}

#FooterUpper .footerMenu li,
#HeaderLower li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin: 0 10px 0 0;
    position: relative;
    background-color: inherit;
    line-height: 1;
    height: auto;
    vertical-align: middle;
}

#HeaderLower li:hover a {
    text-decoration: none;
}

#HeaderLower li ul li {
    display: block !important;
}

#FooterUpper li a,
#HeaderLower li a {
    font-size: 14px;
    color: #000;
    background-color: inherit;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 0;
    margin: 0;
    text-transform: capitalize;
}

#FooterUpper li a:hover,
#HeaderLower li a:hover {
    color: #fe5000;
    text-decoration: none;
}

#HeaderLower li ul {
    top: 40px;
    background-color: inherit;
    border: none;
    left: 0;
    margin: 0;
    width: 150px;
}

#HeaderLower .HasSubMenu ul {
    width: 190px;
}

#HeaderLower li ul:before {
    background: none;
    height: 0;
    width: 0;
    display: none;
}

#HeaderLower li ul li a {
    color: #000;
    border: none;
}

#HeaderLower li ul li a:hover {
    color: #fe5000;
}

#HeaderLower li {
    background-color: #f3f3f3;
}

#HeaderLower li.First.parent {
    display: none;
}

#HeaderLower li a {
    color: #000;
}

#SearchForm {
    display: none;
    position: absolute;
    top: 80%;
    right: 0;
    padding: 0;
    z-index: 999;
}

#HeaderLower #SearchForm {
    display: block;
    top: 4px;
}

#SearchForm form {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #ececec;
    height: 35px;
    width: auto;
    min-width: 35px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 16px;
}

#SearchForm input#search_query {
    border: 0;
    background: none;
    padding: 4px 0 4px 30px;
    line-height: 1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    height: inherit;
    width: 0;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#SearchForm:hover input#search_query,
#SearchForm input#search_query:focus {
    padding: 4px 0 4px 30px;
    width: 200px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#SearchForm .closeIcon {
    color: #fe5000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#SearchForm .Button {
    height: 17px;
    width: 17px;
    padding: 0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px -9px;
    display: none;
}

.MobileMenu .MobileMenuContent {
    box-shadow: none;
}

.MobileMenuLower {
    display: none;
}

.MobileMenu {
    z-index: 5;
    width: 320px;
    display: block;
    left: -330px;
    transition: left 250ms ease-out;
    font-family: 'Montserrat', sans-serif;
}

.menuActive .MobileMenu {
    left: 0;
}

.MobileMenu .MobileMenuContent .phoneIcon {
    left: 100px;
    right: auto;
}

.MobileMenu .menu-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 20px;
    z-index: 2;
}

/* =============================================================================
   Home
   ========================================================================== */
#Header + #Wrapper {
    padding-top: 110px;
}

@media (max-width: 991px) {
    #Header + #Wrapper {
        padding-top: 80px;
    }
}

@media (max-width: 680px) {
    #Header + #Wrapper {
        padding-top: 75px;
    }
}

#featured {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/echogear-home-feature.jpg?t=1456947134);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Content.featured {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Content.featured,
.featured h1 {
    color: #fff;
    text-align: center;
}

.featured h1 {
    font-size: 32px;
}

.featured h1 .text-orange {
    font-size: 1.5em;
    margin: 5px 0 -10px;
    display: block;
}

.featured p {
    font-size: 20px;
}

.featured .button {
    font-size: 24px;
}

.home .lineThroughHeading h3 {
    font-size: 40px;
    font-weight: 300;
    text-transform: none;
    margin: 0 auto 2rem;
}

.home .lineThroughHeading h3:before,
.home .lineThroughHeading h3:after {
    top: 0.65em;
    width: 140px;
}

.home-products {
    margin: 0;
    padding: 0;
    margin: 2rem auto;
}

.home-products .item-feature-product {
    display: none;
}

.home-products .item-feature-product:nth-child(2),
.home-products .item-feature-product:nth-child(3),
.home-products .item-feature-product:nth-child(4),
.home-products .item-feature-product:nth-child(5) {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 4% 0 0;
    width: 22%;
    box-shadow: none;
    padding: 20px 10px;
    background: #fff;
}

.home-products .item-feature-product:nth-child(5) {
    margin: 0;
}

.home-products .item .ProductImage {
    float: none;
    width: 100%;
    height: auto;
}

.home-products .item .ProductImage a {
    display: block;
    width: 100%;
    height: auto;
}

.home-products .item .ProductImage img {
    max-width: 100%;
    max-height: none;
}

.home-products .item .ProductImage .QuickViewBtn {
    display: none !important;
    position: absolute;
    top: -9999em !important;
    left: -9999em !important;
}

.home-products .item .ProductInfo {
    width: 100% !important;
    float: none;
    text-align: center;
    padding: 0;
    height: auto;
}

.home-products .item h2 {
    height: 68px;
    overflow: hidden;
    margin: 0 0 0.5rem;
}

.home-products .item h2 a {
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.25;
    color: #333;
    padding: 0;
    text-align: center;
}

.home-products .item .ProductPrice {
    font-size: 20px;
}

.home-products .item .ProductInfo .arrow {
    width: 120px;
    height: 28px;
    color: #333;
    border: 1px solid #fe5000;
    display: block;
    background: none;
    margin: 1rem auto 0;
    position: relative;
    top: 0;
    left: 0;
}

.home-products .item .ProductInfo .arrow:after {
    content: 'Shop Now';
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.home-products .swiper-slide {
    padding: 0%;
    vertical-align: bottom;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #333;
}

.home-products .swiper-button-next,
.home-products .swiper-button-prev,
.home-products .swiper-pagination {
    display: none;
}

.home-products .swiper-slide > div {
    position: absolute;
    opacity: 1;
    bottom: 0px;
    width: 100%;
    min-height: 0%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity 0.25s linear, min-height 0.25s linear;
    transition: opacity 0.25s linear, min-height 0.25s linear;
}

.home-products .swiper-slide .ProductName {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-top: 0%;
    -webkit-transition: margin-top 0.25s linear, background-color 0.25s linear;
    transition: margin-top 0.25s linear, background-color 0.25s linear;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
}

.home-products .swiper-slide:hover .ProductName {
    margin-top: 0%;
    background-color: #fe5000;
}

.home-products .swiper-slide:hover > div {
    opacity: 1;
    min-height: 100%;
}

.home-products .ProductPrice em {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.home-products .swiper-slide .ProductPrice {
    position: absolute;
    bottom: -100%;
    -webkit-transition: bottom 0.25s linear;
    transition: bottom 0.25s linear;
    width: 100%;
    text-align: center;
    box-shadow: none;
    margin: auto;
    background-color: #fe5000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 12px 18px;
    font-size: 113%;
    letter-spacing: 1px;
    font-weight: 400;
}

.home-products .swiper-slide:hover .ProductPrice {
    bottom: 0%;
}

.swiper-slide a,
.swiper-slide a:hover {
    color: #fff;
}

.swiper-slide .arrow {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
}

#HomeRecentBlogs h3 {
    display: none;
}

#HomeRecentBlogs li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 18px;
    padding: 0;
    border: none;
}

#HomeRecentBlogs li:not(:last-child) {
    margin-right: 5%;
}

#HomeRecentBlogs ul {
    font-size: 0;
}

#HomeRecentBlogs li p {
    display: none;
}

#HomeRecentBlogs li a {
    color: #333;
    text-align: center;
    display: block;
}

#HomeRecentBlogs li strong {
    font-weight: 300;
    padding: 0 1em;
    text-align: center;
    display: block;
}

.home-feature {
    padding: 8rem 0;
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/hero-background.jpg?t=1496843846&_ga=2.113068100.1144163231.1496761511-2104737527.1487883022);
    background-size: 1920px 503px;
    background-position: 50% 50%;
}

.home-feature__headline {
    text-transform: none;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 3rem;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.75);
}

.xlight {
    font-weight: 300;
}

.home-feature__button.button {
    background-color: rgba(255, 255, 255, 0.75);
    color: #333;
    text-transform: none;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: 300;
    box-shadow: none;
}

.home-categories__button.button,
.home-categories__button.button:hover {
    background-color: transparent;
    color: #fff;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    box-shadow: none;
    border: 1px solid #fe5000;
    padding: 0.75rem 0;
    width: 200px;
}

.home-categories__button.button:hover {
    background-color: #fe5000;
}

.home-categories__category {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #3b3b3b;
    border-bottom: 1px solid;
    padding: 3rem 0;
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/mount-background-75.jpg?t=1496849487);
    background-size: cover;
    background-position: center center;
    min-height: 320px;
}

.home-categories__category.accessories {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/accessories-background-75.jpg?t=1496849487);
}

.home-categories__category.surge-protectors {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/outlet-background-75.jpg?t=1496849487);
}

.home-categories__category.cables {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/cable-background-75.jpg?t=1496849487);
}

.home-categories__category.gaming {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/gaming-monitor-mounts-background-66.jpg?t=1519141403);
    border-top: 1px solid #fff;
}

.home-categories__category.mounts {
    border-top: 1px solid #fff;
}

.home-categories__category.mounts,
.home-categories__category.accessories {
    border-right: 1px solid #fff;
}

.home-categories.text-white {
    font-size: 0;
    font-family: 'Montserrat';
}

.home-categories__category > * {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

h2.home-categories__title {
    color: #fff;
    font-size: 40px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 2rem;
}

p.home-categories__description {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.home-categories__button {
    color: #fff;
    font-size: 18px;
}

.home-categories__category > p:last-child {
    margin-bottom: 0;
}

.productReviews .home-from-our-customers__review p {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-left: 140px !important;
}

.home-from-the-blog .btn.dark-outline {
    border-radius: 0;
    background: #fff;
    color: #333;
    text-transform: none;
    font-weight: 300;
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 0.5em !important;
    height: auto;
    line-height: 1;
}

.home-from-the-blog {
    margin: 0 0 2rem;
}

.home-about-echogear {
    text-align: center;
}

.home-about-echogear__block {
    border: 1px solid #fe5000;
    margin: 3rem 2rem 6rem;
    padding: 2rem;
    position: relative;
}

p.home-about-echogear__text {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #333;
    font-family: 'Montserrat';
}

h2.home-about-echogear__title {
    margin: 0;
    position: absolute;
    top: -0.65em;
    left: 50%;
    background: #fff;
    padding: 0 1rem;
    font-weight: 300;
    text-transform: none;
    font-size: 38px;
    transform: translateX(-50%);
    text-align: center;
}

.home-affiliate-program .Content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 2;
    position: relative;
}

.home-affiliate-program h3 {
    font-size: 38px;
    margin: 0 0 2rem;
}

.home-affiliate-program .Content p {
    font-size: 22px;
    max-width: 800px;
    margin: 0 0 2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-affiliate-program .Content p:last-child {
    margin-bottom: 0;
}

.home-affiliate-program .btn {
    background: #fff;
    color: #fe5000;
}

.home-affiliate-program {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/affiliatelp-image.jpg?t=1540409342);
    position: relative;
    background-size: cover;
    background-position: bottom;
}

.home-affiliate-program:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fe5000;
    z-index: 0;
    opacity: 0.85;
}

@media (max-width: 767px) {
    .evergage-tribes {
        display: none;
    }

    .home-affiliate-program h3 {
        font-size: 28px;
    }

    .home-affiliate-program .Content p {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .home-affiliate-program h3 {
        font-size: 24px;
    }
}

.home-from-our-customers {
    margin: 0 0 2rem;
}

#SideNewsletterBox {
    float: none;
}

.NewsletterSubscription label {
    width: auto;
    font-size: 1em;
    line-height: 1.5;
}

.NewsletterSubscription input {
    font-size: 16px;
    height: 40px;
    border-radius: 0;
    font-style: normal;
    padding: 10px;
    width: calc(100% - 110px);
    color: #000;
    border-color: #000;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.NewsletterSubscription .button,
.NewsletterSubscription .button:hover {
    text-indent: 0;
    width: auto;
    padding: 12px 0;
    line-height: 1;
    background-color: #000;
    color: #fff;
    width: 110px;
}

#subscribe_form {
    height: auto;
    font-size: 0;
    width: 100%;
    max-width: 300px;
}

.Block.BlockContent.banner_home_page_top {
    border: 0;
    margin: 30px 15px;
}

.Block.banner_home_page_top h1 {
    padding: 10px !important;
    color: #fff;
    font-size: 38px;
}

.Block.BlockContent.banner_home_page_top h3 {
    padding: 20px !important;
}

.row.bg-gray {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 40px 0;
    color: #fff;
}

.bg-gray h2 {
    color: #fff;
}

.bg-gray p {
    font-weight: 400;
}

/* =============================================================================
   Footer
   ========================================================================== */
#ContainerFooter {
    background-color: #f3f3f3;
}

#FooterUpper .Content,
#Footer .Content,
#Footer {
    padding: 0;
}

#FooterUpper {
    font-size: 0;
    padding: 20px 0 0;
}

#FooterUpper .Column {
    width: 33.333%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
    padding: 0;
}

#FooterUpper .Column.Uno {
    width: 320px;
    max-width: 100%;
}

#FooterUpper .Column.Dos {
    width: calc(100% - 320px);
    text-align: right;
}

#FooterUpper .footerMenu {
    display: inline-block;
}

#FooterUpper .footerMenu li {
    display: inline-block;
    margin: 0 0 0 1rem;
    padding: 0;
}

#FooterUpper li a {
    display: block;
    padding: 0;
    line-height: 2;
}

#Footer ul {
    float: right;
}

#Footer li {
    color: #000;
}

/* =============================================================================
   Side Tab Fixed Callouts
   ========================================================================== */

#tabs-fixed-callout {
    position: fixed;
    top: 207px;
    right: -120px;
    z-index: 99;
}

#tabs-fixed-callout img {
    display: block;
    position: relative;
    left: 0px;
    -webkit-transition: left 0.25s linear;
    transition: left 0.25s linear;
}

#fixedContact img {
    top: 0;
    position: absolute;
}

#mountFinder img {
    z-index: 2;
}

#tabs-fixed-callout:hover img:not(:hover) {
    left: 50px;
}

#tabs-fixed-callout .contact-us {
    width: 160px;
    height: 440px;
    position: relative;
    top: 0;
    left: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    font-family: Montserrat;
    transition: transform 0.25s linear;
}

#tabs-fixed-callout .contact-us .tab {
    position: absolute;
    top: 308px;
    left: -38px;
    text-align: right;
    width: 150px;
    height: 38px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    transform-origin: left top;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#tabs-fixed-callout .contact-us .inner {
    padding: 20px 0;
    text-align: center;
    height: 440px;
}

#tabs-fixed-callout .contact-us .inner h4 {
    margin-bottom: 1rem;
}

#tabs-fixed-callout .contact-us .inner a {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.25rem;
    color: #000;
}

#tabs-fixed-callout .contact-us .inner span {
    display: block;
}

#tabs-fixed-callout .contact-us .inner p {
    margin: 0;
    line-height: 20px;
}

a#mountFinder {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    transition: transform 0.25s linear;
}

#tabs-fixed-callout .contact-us:hover,
#mountFinder:hover {
    -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    transform: translateX(-160px);
}

#mountFinder:hover + .contact-us {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

@media screen and (max-width: 720px) {
    #tabs-fixed-callout {
        display: none;
    }
}

/* =============================================================================
   Inside
   ========================================================================== */
.PageTitle {
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/img-defaultbanner.jpg?t=1456947134);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    max-width: 100%;
}

.PageTitle.fourOhFour {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/echogear-404.jpg?t=1456947118);
}

.PageTitle .Content {
    padding-top: 120px;
    padding-bottom: 120px;
}

/*
.PageTitle h1{
    display:inline-block; 
    margin:auto; 
    max-width:1080px; 
    text-align:center;
    color:#ffffff;
    font-weight:300;
    background-color:#fe5000;
    box-shadow: -1px 1px 2px rgba(0,0,0,.25);   
    padding: 10px;
    font-size:275%;
    line-height: 1;
}
*/

.PageTitle h1 {
    text-transform: none;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 3rem;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'Montserrat';
    font-weight: 300;
}

.breadcrumb.Content {
    padding: 10px 30px 0;
}

.Content.breadcrumb ul,
#PageBreadcrumb,
.Breadcrumb ul {
    margin: 0;
}

.Breadcrumb li,
.Breadcrumb li a {
    color: #2e2e2e;
    font-size: 12px;
}

/* =============================================================================
   Contact Form
   ========================================================================== */

#ContactForm label {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 24px;
    padding-right: 5px;
    margin-bottom: 10px;
    line-height: 1;
}

#ContactForm input {
    display: block;
    width: auto;
    vertical-align: top;
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    height: auto;
}

.ContactButton {
    padding: 12px 18px !important;
    text-align: center;
}

form#ContactForm {
    display: inline-block;
    width: 50%;
    padding: 15px;
}

#ContactForm [type='text'],
#ContactForm [type='email'],
#ContactForm textarea {
    background-color: #ffffff;
    -webkit-appearance: none;
    padding: 10px;
    color: #030303;
    border: 1px solid #fe5000;
    line-height: 1;
    max-width: 100% !important;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    padding: 15px;
    width: 100%;
}

.HorizontalFormContainer p.Submit {
    margin: 20px 0 0;
}

/* =============================================================================
   Category
   ========================================================================== */

.CategoryDescription {
    background-color: rgba(0, 0, 0, 0.85);
}

.CategoryDescription .cols .col-2 {
    vertical-align: middle;
    padding: 0;
}

.CategoryDescription h3 {
    text-transform: capitalize;
}

.CategoryDescription img {
    max-width: 100%;
    height: auto;
    display: block;
}

.CategoryDescription p {
    color: #fff;
}

.CategoryDescription .cols .col-2:last-child {
    padding: 15px 5%;
}

.Block.Breadcrumb {
    display: inline-block;
}

.Content .CategoryContent .ProductList .item {
    width: 25% !important;
    margin: 0;
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.Content .CategoryContent .ProductList .item,
.item.item-feature-product {
    border: none !important;
}

.Content .ProductList .ProductDetails {
    height: auto !important;
    margin: 0.5rem 0 1rem;
}

.Content .ProductList .ProductImage,
.Content .ProductList .ProductImage a,
.Content .ProductList .ProductImage img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    text-align: center;
    max-width: 100%;
    max-height: 1000px;
}

a[data-title*='youtu'] {
    position: relative;
    display: block;
}

a[data-title*='youtu']:after {
    content: '\f144';
    font-family: FontAwesome;
    display: block;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 27px;
    line-height: 27px;
    width: 27px;
    border-radius: 50%;
}

.item.over .QuickViewBtn {
    display: none !important;
}

.ProductList li .ProductActionAdd {
    display: none;
}

.ProductList span.Rating {
    display: none;
    left: auto;
    right: 10px;
    font-size: 14px;
    width: auto;
    height: auto;
}

#CategoryContent .ProductList li .ProductName a,
.item .ProductName a {
    color: #333;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 1.25;
    height: 66px;
    overflow: hidden;
}

.ProductList li .ProductCompareButton {
    display: none;
}

#CategoryContent .ProductList .ProductPriceRating em {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}

.CompareButton {
    display: none;
}

.ProductList .ProductPriceRating {
    float: none;
    max-width: 100%;
    position: relative;
    text-align: center !important;
}

/* =============================================================================
   Products
   ========================================================================== */

.product.product-variants .product-classic-variants-layout,
.product .product-classic-layout {
    display: block;
}

.product .product-classic-variants-layout,
.product.product-variants .product-classic-layout {
    display: none;
}

.OutOfStockMessage {
    display: none;
}

div#ProductBreadcrumb {
    margin: 10px 0 0;
}

.PrimaryProductDetails .col-2 {
    width: 50% !important;
}

.ProductThumbImage .zoomWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.ProductThumbImage .zoomWindow,
.zoomWrapperImage {
    min-height: 100%;
}

.zoomWrapperImage img {
    max-width: none;
}

.PrimaryProductDetails .zoomPad img,
.ProductThumbImage {
    border: none;
}

#ProductDetails .ProductTinyImageList {
    width: 95% !important;
}

#ProductDetails .ProductTinyImageList ul {
    width: 100% !important;
    display: table;
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li {
    height: auto !important;
    margin: 0 20px 0 0;
    float: none !important;
    display: inline-block;
    border-color: #ddd !important;
}

.ProductZoomImageBox,
.ProductZoomImageBox * {
    margin: auto;
    vertical-align: middle;
    height: auto !important;
    width: auto !important;
    display: block;
}

.ProductZoomImage img {
    width: 50% !important;
}

.ProductTinyImageList ul li .TinyOuterDiv img {
    width: auto;
    height: auto;
}

#prodAccordion .ProductDescriptionContainer.prodAccordionContent h2,
#prodAccordion .ProductDescriptionContainer.prodAccordionContent h3 {
    font-size: 125%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    border: none;
    text-decoration: none;
    cursor: initial;
}

#ProductDetails .ProductTinyImageList ul li div {
    text-align: center;
    height: auto !important;
    width: 100% !important;
}

#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv img {
    padding: 0 !important;
    width: 100%;
    height: auto;
}

#prodAccordion .ProductDescriptionContainer.prodAccordionContent h2 {
    padding-right: 60px !important;
}

.ProductDescription,
.ProductReviews,
#ProductReviews,
.ProductsByCategory,
.ProductOtherDetails {
    font-size: 16px;
}

.ProductMain h1 {
    font-size: 175%;
    line-height: 1.4;
    margin-bottom: 5px;
}

.ProductMain h2 {
    font-size: 85%;
    line-height: 1.4;
}

.productDownloads.col-1 * {
    display: inline-block;
}

.productDownloads h4 {
    margin-right: 20px;
}

ul.downloads {
    margin-left: 0;
    list-style: none;
    font-size: 0;
}

ul.downloads li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
}

.icon_download:before {
    content: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/icon-22x22-download.png?t=1457104419);
    margin-left: -25px;
    margin-right: 10px;
}

.icon_download {
    padding-left: 25px;
}

p.prod-price {
    font-size: 24px;
    /* float: left; */
    display: inline-block;
    width: calc(100% - 150px);
}

.PrimaryProductDetails .ProductMain h1 {
    padding: 0 0 0px;
}

p.amazon-link {
    display: inline-block;
    vertical-align: top;
}

.amazon-link a.buttonOrange {
    padding: 12px 0;
    width: 150px;
    text-align: center;
}

.icon_facebook,
.icon_twitter {
    font-family: 'FontAwesome';
    display: inline-block;
    padding: 0 !important;
}

.icon_facebook:before {
    content: '\f09a';
}

.icon_twitter:before {
    content: '\f099';
}

img.mount-brochure {
    display: block;
    margin: 20px auto;
}

#SideProductRelated li {
    width: 20% !important;
    display: inline-block;
    vertical-align: top;
}

#ProductDetails {
    font-size: 18px;
    margin: 0;
}

#ProductDetails h1.title {
    text-align: center;
    text-transform: none;
    font-weight: 300;
}

#ProductDetails h1.title .fa:first-child {
    margin-left: 10px;
}

.title .fa {
    color: #ccc;
    transition: color 400ms ease;
}

.title .fa.fa-star.fa-star-half {
    margin-right: 5px;
}

#ProductDetails .cols p {
    margin: 0;
}

.productHeaderImage:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc(-100%);
    background-color: #fff;
    border-left: 2px solid #fe5000;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: -1px;
    -webkit-transform: skewY(-3.2deg);
    transform: skewX(10deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#ProductDetails .cols {
    padding: 15px 0;
    overflow: hidden;
}

[class*='col-']:empty {
    display: none;
}

.ProductThumb,
.productIcons,
.productHeaderSloganContainer,
.productHeaderImage {
    vertical-align: middle;
}

.productHeaderImage.col-2 {
    padding: 0 !important;
    width: 60% !important;
}

.productHeaderImage img {
    display: block;
}

.productHeaderSlogan h2 {
    text-transform: none;
    margin: 0;
    letter-spacing: 0.075em;
}

.productHeaderSlogan.col-2,
.productHeaderSloganContainer.col-2 {
    text-align: center;
    width: 40% !important;
    padding: 0 !important;
}

.productHeaderSlogan > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}

.PrimaryProductDetails .productHeaderSlogan .col-2 {
    vertical-align: bottom;
}

#ProductDetails .productHeaderSlogan .cols {
    padding: 0;
}

.productHeaderSlogan .cols p {
    font-size: 28px;
}

.productHeaderSlogan .col-2:first-child p {
    line-height: 1;
}

.cols .col-1 {
    width: 100%;
}

.productSpecsTable.col-1 {
    text-align: center;
}

.productAddToCartRight {
    display: block;
    transition: opacity 400ms cubic-bezier(0.0, 0.0, 0.2, 1);
}

.wishlist-button {
    display: none;
}

.ProductDetailsGrid.ProductAddToCart {
    font-size: 0;
    margin: 1rem auto 0;
    padding: 0;
    position: relative;
}
.productHeaderSlogan .ProductDetailsGrid.ProductAddToCart {
    margin: 0;
    padding: 0 0 1rem;
}

.ProductDetailsGrid.ProductAddToCart .DetailRow.AddCartButton,
.ProductAddToCart .BulkDiscount {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 50%;
}

.ProductAddToCart .Label.QuantityInput {
    width: auto;
}

#ProductDetails .BulkDiscount .BulkDiscountLink {
    display: none;
}

#ProductDetails .BulkDiscount .AddCartButton {
    width: 173px;
    border: none;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 !important;
    background-color: #fe5000;
}

.button[href*="amazon"] {
    background-color: #a5a5a5;
}

.AddCartButton input[type='text'],
.CartItemQuantity input[type='text'] {
    width: 100%;
    max-width: 80px;
    text-align: center;
}

.ProductDetailsGrid.ProductAddToCart:before,
.ProductDetailsGrid.ProductAddToCart:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.productHeaderSlogan .ProductDetailsGrid.ProductAddToCart:before,
.productHeaderSlogan .ProductDetailsGrid.ProductAddToCart:after {
    top: auto;
    bottom: 0;
}
.productHeaderSlogan .ProductDetailsGrid.ProductAddToCart:after {
    margin: -16px -18px;
}
.ProductDetailsGrid.ProductAddToCart:before {
    content: '.';
    height: 1px;
    width: 85%;
    background-color: #e4e4e4;
    left: 7.5%;
}

.ProductDetailsGrid.ProductAddToCart:after {
    content: 'OR';
    background-color: #fff;
    padding: 0.5rem;
    left: 50%;
    margin: -18px -18px;
    font-size: 14px;
}

.product-variants #ProductDetails .BulkDiscount .AddCartButton {
    width: 173px;
    border: none;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 !important;
    color: #fff;
}

.Label.QuantityInput {
    margin-bottom: 7px;
}

.DetailRow.AddCartButton p {
    font-size: 28px;
    line-height: 1;
}

.product-variants
    .productView-details
    .ProductDetailsGrid
    .BulkDiscount
    .DetailRow:before {
    display: none;
}

.product-variants #productDetailsAddToCartForm:after {
    content: 'OR';
    display: block;
    font-size: 1rem;
    margin: 1rem 0;
}

.product-variants #productDetailsAddToCartForm + p .button[href^="https://www.amazon.com"]
{
    display: block;
    max-width: 320px;
    margin: auto;
}

div.selector,
div.selector span {
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    min-width: 75px;
    padding: 0 15px;
}

div.selector span:before {
    color: #fe5000;
}

[data-featherlight='#mf-widget'] span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}

[data-featherlight='#mf-widget'] .btn {
    margin-left: 0.5rem;
    background-color: #fff;
    border-color: currentColor;
    padding: 0.5rem 1rem;
    font-size: 14px;
    text-transform: capitalize;
    width: auto;
}

#mf-widget {
    display: none;
    max-width: 100%;
}

.featherlight-content #mf-widget {
    display: block;
    max-height: 430px;
    height: 90vh;
}

.productReviews ul,
.productIcons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.productReviews li,
.productIcons li {
    margin-bottom: 30px;
    font-size: 24px;
    padding: 0;
}

.productIcons li:last-child {
    margin-bottom: 0;
}

.productReviews li {
    display: table;
    width: 100%;
    position: relative;
}

.productReviews .review-rating,
.productIcons img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.productReviews p,
.productIcons p {
    display: inline-block;
    vertical-align: middle;
}

.productReviews p,
.productReviews .review-rating {
    line-height: 1;
    font-size: 20px;
}

.productReviews p {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    margin-left: 130px !important;
}

.productReviews .review-rating {
    color: #fe5000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.productAbout ul,
.productReviews ul {
    margin: 20px auto;
    max-width: 960px;
    width: 90%;
}

.productAbout ul {
    max-width: 800px;
}

.specs {
    margin: 0px auto 0;
    table-layout: fixed;
    max-width: 600px;
    z-index: 99999;
    display: table;
    border-collapse: initial;
    white-space: nowrap;
    width: 100%;
}

.specs.show-mobile tr,
.specs tbody {
    display: table;
    width: 100%;
}

.specs td {
    width: 25%;
}

.specs .value {
    border: 15px solid #fff;
    border-top: 10px solid #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: inherit;
    padding: 10px 0;
    z-index: 99999;
    background-color: #f4f4f4;
    position: relative;
}

.specs .descriptor {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
    border: 0 none;
}

.productAbout h4 {
    font-weight: 400;
}

#ProductDetails .productInstallOne p,
#ProductDetails .productInstallTwo p,
#ProductDetails .productInstallThree p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}

.lineThroughHeading {
    font-size: 18px;
    overflow: hidden;
}

.lineThroughHeading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 0 5px;
    display: table;
    white-space: nowrap;
    text-transform: capitalize;
    width: 100%;
}

.lineThroughHeading h3:before,
.lineThroughHeading h3:after {
    border-top: 1px solid #fe5000;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}

.lineThroughHeading h3:before {
    right: 2%;
}

.lineThroughHeading h3:after {
    left: 2%;
}

[class*='productWhatsInTheBox'] h4 {
    color: #fe5000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

[class*='productWhatsInTheBox'] img {
    border: 1px solid #ddd;
}

.productHeaderSlogan small {
    text-decoration: line-through;
    opacity: 0.55;
    font-size: 0.66em;
}

.productOrangeImagesOne,
.productOrangeImagesTwo,
.productOrangeImagesThree {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 !important;
    vertical-align: top !important;
}

[class*='productOrangeImages'] img,
[class*='productInstall'] img,
[class*='productWhatsInTheBox'] img {
    display: block;
    margin: auto;
}

.productOrangeImagesOne,
.productOrangeImagesTwo {
    border-left: 1px solid #e3e3e3;
}

.productOrangeImagesTwo,
.productOrangeImagesThree {
    border-right: 1px solid #e3e3e3;
}

#ProductDetails .productActionAmazon.col-2,
#ProductDetails .productActionContact.col-2 {
    font-size: 28px;
    overflow: visible !important;
}

#ProductDetails .productActionAmazon.col-2 {
    padding-right: 90px;
}

#ProductDetails .productActionContact.col-2 {
    padding-left: 90px;
}

#ProductDetails .productActionAmazon.col-2:after {
    content: 'OR';
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: -4px;
    color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -32px -23px 0 0;
}

.productActionAmazon.col-2 p,
.productActionContact.col-2 p {
    line-height: 1.25;
    font-weight: 300;
}

.productActionAmazon.col-2 p:last-child,
.productActionContact.col-2 p:last-child {
    margin-top: 30px !important;
    text-align: center;
}

.productActionAmazon.col-2 p:last-child .button,
.productActionContact.col-2 p:last-child .button {
    font-size: 18px;
    padding: 1em 2em;
}

.productActionContact.col-2 p:last-child .button {
    background-color: #babcb9;
}

#SideProductRelated {
    margin-top: 2rem;
}

.productRelatedParagraph {
    padding: 15px;
}

.Content .productRelatedParagraph p {
    margin-bottom: 15px;
}

.fastCartTop {
    padding: 0;
    float: left;
    width: calc(100% - 235px);
    text-align: center;
}

.fastCartItemBox {
    padding: 0;
    width: 100%;
}

.fastCartThumb {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.fastCartThumb img {
    border: 1px solid #e4e4e4;
    display: inline-block;
}

.fastCartItemBox {
    padding: 0;
    width: auto;
    font-size: 16px;
    position: absolute;
    bottom: 3px;
    left: 0;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    font-size: 18px;
}

.fastCartSummaryBox {
    width: auto;
    text-align: center;
    float: none;
    background: #fff;
    padding: 0 10px 20px;
}

.fastCartContent .btn {
    padding: 0;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    width: 175px;
    margin: 0.5rem 0;
}

.fastCartContent .actionLink .btn,
.fastCartContent .actionLink .btn:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    text-decoration: none;
}

.fastCartSummaryBox .ProceedToCheckout .CheckoutButton {
    text-align: center;
    margin: auto;
    float: none;
}

#ModalContent,
.ModalContent {
    max-height: 90vh;
    overflow: hidden;
    border: none !important;
}

.ModalTitle {
    padding: 35px 20px 0 !important;
    text-align: center !important;
    font-size: 19px !important;
    line-height: 1.4;
    text-transform: uppercase;
}

#ModalContainer .fastCartProd,
#ModalContainer .fastCartTop,
#ModalContainer .fastCartBottom {
    display: none !important;
}

#ModalContainer {
    width: 430px !important;
    overflow: hidden;
    margin: 0 !important;
    max-width: 100%;
    border-radius: 4px;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
}

#ModalContainer.animate {
    animation: fade-alt 400ms 1;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fade-alt {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
    }
}

@-moz-keyframes fade-alt {
    0% {
        opacity: 0;
        -moz-transform: translateX(300px);
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(-50%);
    }
}

@keyframes fade-alt {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#ModalContainer .modalClose:after {
    color: #a5a5a5 !important;
    top: 0;
}

#ModalContainer .modalClose {
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    top: 0;
    right: 0;
}

#ModalContainer .fastCartSummaryBox .ProductPrice {
    font-size: 42px;
}

#ModalContainer .fastCartSummaryBox .ProductPrice + div {
    color: #000;
}

.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .CartActions > div {
    color: #000;
    padding-bottom: 0.5rem;
    font-size: 18px;
}

.fastCartSummaryBox .CartActions > .ProceedToCheckout {
    padding: 0;
}

.fastCartSummaryBox .CartActions > div {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.fastCartSummaryBox .subtotal {
    color: #fe5000;
}

.fastCartSummaryBox .CartActions {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.fastCartContent .fastCartProd a {
    color: #4d4d4d;
    font-size: 24px;
    width: 100%;
}

.fastCartContent .fastCartProd a {
    color: #4d4d4d;
    font-size: 24px;
    width: 100%;
}

.fastCartContent .fastCartTop .ProductPrice {
    color: #fff;
}

.fastCartContent .fastCartTop a {
    display: inline-block;
}

/* =============================================================================
   Cart/Checkout
   ========================================================================== */
.AmazonPaymentsCheckout p {
    display: none;
}

#CheckoutButtonAmazon0 {
    margin: 2rem 0;
}

#shippingZoneZip {
    width: 100%;
}

dd.EstimateShippingButtons a {
    display: inline-block;
    margin: 1rem;
    font-size: 14px;
}

.CartUpdateBtn input[type='submit'].btn-secondary {
    background: #fff;
    color: #fe5000;
    box-shadow: none;
    border: none;
    padding: 0 5px;
    margin: 0 0 5px;
}

.ProceedToCheckout .CheckoutButton {
    display: block;
    margin: 0.5rem 0;
    text-align: right;
}

.ProceedToCheckout {
    text-align: right;
}

.CartCode {
    display: none;
}

.PayPalExpressCheckout,
.AlternativeCheckout {
    margin: 1.5rem auto;
}

/* =============================================================================
   Search
   ========================================================================== */

#SearchProduct_Container .ProductList.List .ProductImage,
#SearchProduct_Container .ProductList.List .ProductDetails {
    margin: auto !important;
    vertical-align: top;
    text-align: center;
    float: none;
}

#SearchProduct_Container .ProductList.List .ProductDetails {
    padding: 10px 30px 0 10px;
}

#SearchProduct_Container .ProductList.List li.ListView {
    display: inline-block;
    width: 25% !important;
    vertical-align: top;
    margin: 0 0 2rem;
    padding: 0 1rem;
    background-color: #fff;
    border: none;
}

#SearchProduct_Container .ProductList.List .ProductActionAdd {
    display: none;
}

#SearchProduct_Container .ProductList.List .ProductImage a {
    height: auto !important;
    width: auto !important;
    margin: auto;
    display: block !important;
}

#SearchProduct_Container .ProductList strong a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 1.25;
    height: 66px;
    overflow: hidden;
}

#SearchProduct_Container .ProductList.List .ProductPrice {
    font-size: 24px;
    font-weight: 400;
}

#SearchProduct_Container .ProductList.List .ProductDescription,
span.FeedLink.FloatRight {
    display: none;
}

ul#SearchTabsList {
    margin: 10px 0 0;
}

form#frmCompare {
    border: none;
}

.Content .ProductList li.item .ProductImage img {
    margin: 0 auto;
}

/* =============================================================================
   Blog/Article
   ========================================================================== */
#blog #NewsContent,
#blog .BlogPostContent {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 0 15px;
}

#blog .BlogPostContent:nth-child(9n) {
    display: none;
}

#blog #LayoutColumn2,
#article #LayoutColumn2 {
    width: 100%;
    float: none;
}

#blog #NewsContent > .thumbnail,
#blog .BlogPostContent .thumbnail {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    padding-top: 56.416667%;
    overflow: hidden;
    background-color: #ebebeb;
}

.BlogPostContent h3 {
    font-weight: 300;
}

#blog #NewsContent > .thumbnail img,
#blog .BlogPostContent .thumbnail img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-height: 1000%;
    transform: translateY(-50%);
}

#blog #NewsContent .NewsDate,
#blog #NewsContent .BlogShare {
    display: none;
}

#blog #NewsContent .PostBody,
#blog .BlogPostContent p {
    max-height: 120px;
    overflow: hidden;
}

#blog .BlogPostContent p {
    display: none;
}

#blog .BlogPostContent h3 + p {
    display: block;
}

#blog #NewsContent .PostTitle,
#blog .BlogPostContent h3 {
    height: 72px;
    font-size: 125%;
    padding: 0;
    overflow: hidden;
    text-transform: capitalize;
}

#article .PostTitle {
    text-transform: capitalize;
}

#blog p[itemprop='articleBody'] {
    display: none;
}

#article #BlogRecentPosts ul {
    list-style: none;
    margin-left: 0;
}

@media (max-width: 860px) {
    #blog #NewsContent,
    #blog .BlogPostContent {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #blog #NewsContent,
    #blog .BlogPostContent {
        width: 100%;
    }
}

.pax-page .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/gm3c-rs-after-2cc.jpg?t=1522768217);
    background-position: 0 20%;
}

.beta-page .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/echo-gmf2c-rs-web.jpg?t=1522781165);
}

.terms-of-sale .PageTitle,
.terms-of-sales .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eglf2-rs-angled-2-web.jpg?t=1522785263);
}

#beta-email-form {
    font-size: 0;
    max-width: 400px;
    margin: 0 auto;
}

#beta-email-form #form_errors {
    font-size: 1rem;
    color: #c0392b;
}

#beta-email-form.success .form-result {
    color: #27ae60;
}

#beta-email-form.success.member-exists .form-result {
    color: #2980b9;
}

#beta-email-form.failure .form-result {
    color: #c0392b;
}

#beta-email-form .form-group {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 1rem;
}

#beta-email-form .form-group.fname,
#beta-email-form .form-group.lname {
    width: 48%;
}

#beta-email-form .form-group.lname {
    margin-left: 4%;
}

#beta-email-form h2 {
    font-size: 24px;
}

label.sr-only {
    text-indent: -9999em;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

#beta-email-form input[type='text'],
#beta-email-form input[type='email'] {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    border: 1px solid #e6e6e6;
}

.button[disabled] {
    background-color: #babcb9;
    cursor: no-drop;
}

.loading .submit-btn {
    padding-left: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' preserveAspectRatio='xMidYMid' class='lds-rolling'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23fff' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138' transform='rotate%28186 50 50%29'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0.25rem 10px;
}

.form-result {
    font-size: 1rem;
}

.form-result-title,
.form-result-text {
    color: inherit;
}

.form-result-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

@media (max-width: 479px) {
    #beta-email-form .form-group.fname,
    #beta-email-form .form-group.lname {
        width: 100%;
        margin: 0 0 1.5rem;
    }
}

/* =============================================================================
   PRESS
   ========================================================================== */
.press-page .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-gaming-quality-expertise-web.jpg);
}

.press-page #PageContent .BlockContent table,
.landing-page-table {
    display: none;
}

h2.press--section-title {
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1;
    margin: 0 0 0.5rem !important;
}

.row.cols[class*='press'] {
    border-bottom: 1px solid;
    padding: 2rem 0;
    font-size: 18px;
}

.row.cols[class*='press'] a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.press--press-releases .col-4,
.press--fact-sheets .col-4 {
    margin-bottom: 1.5rem;
}

.press--press-releases img,
.press--fact-sheets img,
.press--comparison img {
    border: 1px solid #666;
}

.press--section-title + h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    margin: 0 1rem 0 0;
}

#influencer-form {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    font-size: 0;
    vertical-align: middle;
}

#influencer-email {
    width: calc(100% - 82px);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
}

.alert.alert-success {
    font-size: 20px;
    line-height: 40px;
}

#influencer-form input[type='submit'] {
    box-shadow: none;
    display: none;
    vertical-align: top;
}

.press--influencers #subscribe_form .button {
    display: none;
}

.row.cols.press--press-releases a,
.row.cols.press--fact-sheets a,
.row.cols.press--eg-assets a {
    display: inline-block;
    font-size: 16px;
    text-align: left;
}

.press--eg-assets img {
    border: 1px solid;
}

#PageContent .row.cols[class*='press'] a img {
    display: block;
}

.col-1.press--section-header,
.col-1.press--section-footer {
    padding: 0;
}

.press--news img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.row.cols.press--news .col-2 > * {
    max-width: 515px;
    text-align: right;
}

.row.cols.press--news .col-2 blockquote {
    margin: 0.5rem 0 0;
    padding: 0.5em 0;
    background-color: #fff;
    border: none;
    line-height: 1.2;
}

blockquote:before {
    display: none;
}

.row.cols[class*='press'] .col-1,
.row.cols[class*='press'] .col-2,
.row.cols[class*='press'] .col-3,
.row.cols[class*='press'] .col-4 {
    padding: 0 0.5rem;
    font-size: 18px;
}

.col-1.press--section-header:not(:only-child) {
    margin-bottom: 1rem;
}

.row.cols[class*='press'] .col-2 {
    margin-bottom: 2rem;
}

.row.cols.press--news .col-2:nth-child(even) {
    padding-right: 30px;
}

.row.cols.press--news .col-2:nth-child(odd) {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .row.cols[class*='press'] .col-4,
    .row.cols[class*='press'] .col-2 {
        width: 50% !important;
    }

    .row.cols[class*='press'] .col-4 {
        margin: 0 0 1rem;
    }

    .row.cols[class*='press'] .col-3 {
        width: 33.333% !important;
    }

    .Content .ProductList {
        margin: 0 !important;
    }
}

@media (max-width: 660px) {
    .row.cols[class*='press'] .col-2,
    .row.cols[class*='press'] .col-3 {
        width: 100% !important;
        margin: 0 0 1rem;
        text-align: center;
    }

    .row.cols.press--news .col-2:nth-child(even) {
        padding-right: 0.5rem;
    }

    .row.cols.press--news .col-2:nth-child(odd) {
        padding-left: 0.5rem;
    }
}

@media only screen and (max-width: 515px) {
    #CategoryContent .ProductList li .ProductName a,
    .item .ProductName a {
        height: auto;
    }

    .Content .CategoryContent .ProductList .item {
        min-height: 0;
        padding: 0.75rem !important;
    }
}

@media (max-width: 374px) {
    .row.cols[class*='press'] .col-4 {
        width: 100% !important;
    }
}

.featherlight-iframe .featherlight-content {
    background: transparent !important;
    border: none !important;
    overflow-y: initial;
    padding: 0 !important;
}

.featherlight .featherlight-image {
    margin: auto;
    width: auto !important;
    height: auto !important;
}

.featherlight iframe.featherlight-inner {
    width: 60vw;
    height: calc(60vw * (720 / 1280));
    margin: 0;
}

.featherlight-content {
    width: 60vw;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .featherlight iframe.featherlight-inner {
        width: 75vw;
        height: calc(75vw * (720 / 1280));
    }

    .featherlight-content {
        width: 75vw;
    }
}

@media (max-width: 479px) {
    .featherlight iframe.featherlight-inner {
        width: 90vw;
        height: calc(90vw * (720 / 1280));
    }

    .featherlight-content {
        width: 90vw;
    }
}

.press--product-demos .col-3 {
    margin-bottom: 1rem;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail:after {
    content: '\f144';
    font-family: FontAwesome;
    font-size: 80px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* =============================================================================
   Category Landing Page
   ========================================================================== */

.landing-page .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-gaming-hero-web.jpg?t=1518809011);
    background-size: cover;
}

.gaming--stay-focused,
.row.orange-cta,
.gaming--created-for-gamers,
.gaming--quality-expertise,
.row.image-background,
.row.tv--mounts-for-diyers,
.row.tv--all-the-mounts {
    padding: 80px 0;
}

.row.image-background,
.row.gaming--created-for-gamers,
.row.gaming--quality-expertise,
.row.tv--mounts-for-diyers,
.row.tv--all-the-mounts {
    background-image: url('https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-gaming-created-for-gaming-web.jpg?t=1518809010');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row.tv--mounts-for-diyers {
    background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/tvmount-lp-mod1.jpg?t=1569605338');
}

.row.tv--all-the-mounts {
    background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/tvmount-lp-mod3.jpg?t=1569605339');
}

.row.gaming--quality-expertise {
    background-image: url('https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-gaming-quality-expertise-web.jpg');
}

.clr-white,
.clr-white h2 {
    color: #fff;
}

h2.gaming--section-title,
h2.lp--section-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 52px;
    margin-bottom: 3rem;
}

h2.gaming--section-title + p,
h2.gaming--section-title ~ p,
h2.lp--section-title + p,
h2.lp--section-title ~ p {
    font-size: 26px;
    font-weight: 300;
}

div[class*='gaming--'] .cols div[class*='col-'] {
    vertical-align: middle;
}

.row.gaming--adaptable,
.row.gaming--setup {
    overflow: hidden;
}

.gaming--adaptable .Content,
.gaming--setup .Content,
.table-row-50-50 .Content {
    padding: 0;
    display: table;
}

.gaming--setup .col-2,
.gaming--adaptable .col-2,
.table-row-50-50 .col-2 {
    padding: 80px 0;
    display: table-cell;
}

.gaming--setup .col-2:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 680px solid rgba(0, 0, 0, 0);
    z-index: 2;
}

.row.gaming--adaptable img,
.row.gaming--setup img,
.table-row-50-50 img {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    max-width: none !important;
    width: auto;
}

.row.gaming--adaptable img,
.table-row-50-50.right-focus img {
    right: 0;
    left: auto;
}

.gaming--adaptable .col-2:last-child,
.gaming--setup .col-2:first-child,
.table-row-50-50.right-focus .col-2:last-child,
.table-row-50-50.left-focus .col-2:first-child {
    padding: 80px 30px;
}

.twentytwenty-nav img {
    display: block;
    max-width: 100px;
}

.twentytwenty-nav a {
    display: inline-block;
    margin: 0 0.25rem;
    border: 2px solid rgba(0, 0, 0, 0);
}

.twentytwenty-nav a.active {
    border-color: #fe5000;
}

.twentytwenty-nav {
    text-align: center;
    margin-bottom: 1rem;
}

.twentytwenty-wrapper {
    opacity: 0;
}

.twentytwenty-wrapper.active {
    display: block;
}

/* =============================================================================
   Affiliate Landing Page
   ========================================================================== */
.landing-page.affiliate .PageTitle {
    background-image: url(https://cdn3.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/affiliatelp-image.jpg?t=1540409342);
    background-position: 50% 20%;
}

.landing-page.affiliate .PageTitle .title-container {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0 10vw 0 0;
}

.landing-page.affiliate .PageTitle .Content {
    background-color: #fe5000;
    max-width: 400px;
    padding-top: 80px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.landing-page.affiliate .PageTitle .title {
    color: #fff;
    background-color: transparent;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 32px;
    line-height: 1.2;
}

.landing-page.affiliate .PageTitle .title strong {
    font-weight: 300;
    display: block;
    font-size: 1.2em;
    line-height: 1.5;
}

.landing-page.affiliate .PageTitle p {
    text-transform: none;
}

.landing-page.affiliate #LayoutColumn1 {
    padding-top: 2rem;
}

.landing-page.affiliate .Content h2 {
    font-size: 32px;
    text-transform: none;
    color: #000;
    margin: 0 0 1rem;
}

.landing-page.affiliate .Content p {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
}

.landing-page.affiliate .Content p + h2 {
    margin-top: 3rem;
}

.Content .affiliate-hiw-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}

.Content .hiw-list-item {
    font-size: 0;
    margin: 0 0 2rem;
    padding: 0;
}

.hiw-list-item .icon,
.hiw-list-item .copy {
    display: inline-block;
    vertical-align: middle;
}

.hiw-list-item .icon {
    width: 80px;
    margin-right: 2rem;
    text-align: center;
}

.hiw-list-item .copy {
    width: calc(100% - 112px);
    font-size: 23px;
}

@media (max-width: 991px) {
    .landing-page.affiliate .PageTitle .title {
        font-size: 1.75rem;
    }

    .landing-page.affiliate .PageTitle .Content p {
        font-size: 1.375rem;
    }

    .landing-page.affiliate .PageTitle .Content {
        max-width: 355px;
    }

    .landing-page.affiliate .Content h2 {
        font-size: 1.75rem;
    }

    .landing-page.affiliate .Content p {
        font-size: 1.25rem;
    }

    .hiw-list-item .icon {
        width: 60px;
        margin-right: 1.75rem;
    }

    .hiw-list-item .icon svg {
        max-width: 100%;
    }

    .hiw-list-item .copy {
        width: calc(100% - 90px);
        font-size: 1.25rem;
    }

    .Content .affiliate-hiw-list {
        margin: 0;
    }

    .landing-page.affiliate .Content p + h2 {
        margin-top: 2rem;
    }
}

@media (max-width: 599px) {
    .landing-page.affiliate .PageTitle .title-container {
        padding: 0;
        text-align: center;
    }

    .landing-page.affiliate .PageTitle .title {
        font-size: 1.625rem;
    }

    .landing-page.affiliate .PageTitle .Content p {
        font-size: 1.25rem;
    }

    .landing-page.affiliate .PageTitle .Content {
        padding: 60px 30px;
        max-width: 340px;
    }

    .landing-page.affiliate .Content h2 {
        font-size: 1.5rem;
    }

    .landing-page.affiliate .Content p {
        font-size: 1.125rem;
    }

    .hiw-list-item .icon {
        margin-right: 1rem;
    }

    .hiw-list-item .icon svg {
        max-width: 100%;
    }

    .hiw-list-item .copy {
        width: calc(100% - 80px);
        font-size: 1.25rem;
    }

    .Content .hiw-list-item:last-child .icon {
        display: none;
    }

    .Content .hiw-list-item:last-child .copy {
        width: 100%;
    }

    .hiw-list-item .icon,
    .hiw-list-item .copy {
        vertical-align: top;
    }
}

@media (max-width: 479px) {
    .Content .hiw-list-item .icon {
        display: none;
    }

    .Content .hiw-list-item .copy {
        width: 100%;
    }
}

/* =============================================================================
   404
   ========================================================================== */

body.fourOhFour .button.buttonOrange {
    display: inline-block;
    width: 50%;
    max-width: 175px;
    margin: 25px 10px 10px;
    text-align: center;
}

body.fourOhFour #Wrapper > .Content {
    text-align: center;
    padding: 40px 0 20px;
}

input.Textbox,
input[type='text'],
.field-xlarge {
    font-family: Montserrat;
    height: 40px;
    border-radius: 0;
    font-style: normal;
    padding: 10px;
    width: calc(100% - 110px);
    color: #000;
    float: none;
    display: inline-block;
    vertical-align: top;
}

/* =============================================================================
   Resets
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 288%;
    margin-bottom: 15px;
    font-weight: 300;
}

h2 {
    font-size: 150%;
    margin-bottom: 15px;
}

h3 {
    font-size: 125%;
    margin-bottom: 15px;
    font-weight: 500;
}

h4 {
    font-size: 113%;
    margin-bottom: 10px;
}

h5 {
    font-size: 90%;
    margin-bottom: 10px;
}

h6 {
    font-size: 75%;
    margin-bottom: 10px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0px;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
    margin: 0px;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-orange {
    color: #fe5000 !important;
}

.text-size-tiny {
    font-size: 75%;
}

.text-size-small {
    font-size: 90%;
}

.text-size-normal {
    font-size: 100%;
}

.text-size-medium {
    font-size: 113%;
}

.text-size-large {
    font-size: 150%;
}

.text-size-xlarge {
    font-size: 200%;
}

.text-size-xxlarge {
    font-size: 300%;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.no-border {
    border: none !important;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.normalcase {
    text-transform: none;
}

input.bigBtn,
a.bigBtn,
.btn-secondary,
input[type='submit'].btn-secondary,
input[type='button'].btn-secondary,
input[type='button'],
a.btn-secondary,
input[type='submit'],
a.btn,
.btn,
.button,
.button-black,
.button-orange,
.buttonBlack,
.buttonOrange,
.button-grey {
    background-color: #fe5000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    /* Custom Edit */
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px;
    padding: 12px 18px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    font-family: 'Montserrat', sans-serif;
    height: auto;
}

.button.purecloud-button {
    position: fixed;
    bottom: 0;
    right: 55px;
    z-index: 2;
}

.btn.xl {
    padding: 1rem 2.75rem;
    font-size: 1.5rem;
}

.button-black,
.buttonBlack {
    background-color: #000;
    color: #ffffff;
}

.bg-orange,
.backgroundOrange {
    background-color: #fe5000;
}

#Footer .footPhone {
    display: none !important;
}

::-moz-selection {
    background: #fe5000;
}

::selection {
    background: #fe5000;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
    h2.gaming--section-title {
        text-transform: capitalize;
        font-weight: 300;
        font-size: 42px;
        margin-bottom: 2rem;
    }

    h2.gaming--section-title + p,
    h2.gaming--section-title ~ p {
        font-size: 20px;
        font-weight: 300;
    }

    div[class*='gaming--'] .cols .col-2:only-child {
        width: 66.66%;
    }
}

@media (max-width: 1130px) {
    #FooterUpper li a {
        font-size: 12px;
    }
}

@media (max-width: 1120px) {
    .productIcons li {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    .home-products .swiper-slide .ProductName {
        font-size: 11px;
    }
}

@media (max-width: 1080px) {
}

@media (max-width: 991px) {
    #socnet {
        display: none;
        margin: 10px 0 0;
        text-align: right;
    }

    #HeaderUpper {
        text-align: right;
        width: calc(100% - 320px);
        vertical-align: top;
    }

    .support-block {
        display: block;
        margin: 0 0 5px;
    }

    #socnet a {
        margin-bottom: 15px;
    }

    #TopMenu li:nth-last-child(2) {
        border: none;
        margin: 0;
    }

    i.icon-search {
        color: #fe5000;
    }

    #Logo #LogoImage {
        margin-top: 8px;
    }

    #HeaderLower {
        display: none;
    }

    #SearchForm {
        display: block;
    }

    #SearchForm,
    #Header .searchToggle {
        top: 80%;
        right: 30px;
    }

    .Content .CategoryContent .ProductList .item {
        min-height: 320px;
    }

    #SearchForm,
    #Header .searchToggle,
    #SearchForm .closeIcon {
        right: auto;
        left: 30px;
    }

    #SearchForm .closeIcon {
        left: 0;
    }

    #SearchForm input#search_query,
    #SearchForm input#search_query:focus {
        padding-left: 35px;
        width: 100%;
    }

    #SearchForm,
    #Header .searchToggle {
        left: auto;
        right: 30px;
        z-index: 1;
    }

    #Header .searchToggle {
        z-index: 2;
    }

    .naviToggle {
        margin-right: 15px;
        margin-top: 0;
        position: relative;
        top: 20px;
        left: 0;
    }

    .productHeaderSloganContainer.col-2,
    .productHeaderImage.col-2 {
        width: 100% !important;
        margin: 0 0 1rem;
        text-align: center;
    }

    .PrimaryProductDetails .productHeaderSlogan .col-2,
    .ProductDetailsGrid.ProductAddToCart .DetailRow.AddCartButton,
    .ProductAddToCart .BulkDiscount {
        width: 100% !important;
        margin: 0;
    }

    .PrimaryProductDetails .productHeaderSlogan .col-2 {
        padding-top: 0;
    }

    .productHeaderSlogan > p {
        margin-bottom: 10px !important;
    }

    .ProductDetailsGrid.ProductAddToCart {
        padding: 10px 0 0;
    }
    .productIcons img + p {
        width: calc(100% - 70px);
        line-height: 1.3;
    }

    .productHeaderImage:after {
        display: none;
    }

    .productHeaderImage img {
        display: inline-block;
        max-width: 90%;
    }

    .row.gaming--adaptable img {
        right: -20%;
    }

    .row.gaming--setup img {
        left: -20%;
    }

    .row.gaming--adaptable .col-2:first-child,
    .row.gaming--setup .col-2:last-child,
    .row.table-row-50-50.left-focus .col-2:last-child,
    .row.table-row-50-50.right-focus .col-2:first-child {
        overflow: hidden;
    }

    #SearchProduct_Container .ProductList.List li.ListView,
    .Content .CategoryContent .ProductList .item {
        width: 33.333% !important;
    }
}

@media (max-width: 950px) {
    .NewsletterSubscription input {
        width: calc(100% - 110px);
    }

    .NewsletterSubscription .button {
        width: 105px !important;
        padding: 12px 0 !important;
    }

    [class*='productWhatsInTheBox'] h4 {
        font-size: 18px;
    }
}

@media (max-width: 915px) {
    .row.gaming--adaptable .col-2:last-child,
    .row.gaming--setup .col-2:first-child,
    .row.table-row-50-50.left-focus .col-2:first-child,
    .row.table-row-50-50.right-focus .col-2:last-child {
        padding: 40px 30px;
    }
}

@media (max-width: 900px) {
    #ProductDetails h1 span {
        display: block;
    }
    .ProductThumb.col-2,
    .productIcons.col-2 {
        width: 50% !important;
    }
}

@media (max-width: 860px) {
    [class*='productWhatsInTheBox'].col-4 {
        width: 50%;
    }
}

@media (max-width: 830px) {
    .featured h1 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .Content .CategoryContent .ProductList .item {
        width: 50% !important;
    }

    #SideProductRelated li {
        width: 33% !important;
    }

    #SearchProduct_Container .ProductList.List li.ListView,
    .Content .CategoryContent .ProductList .item {
        width: 50% !important;
    }

    .Content .ProductList .ProductImage img,
    #fastCartContainer .ProductList .ProductImage img {
        max-width: 75% !important;
        max-height: none !important;
    }
}

@media (max-width: 767px) {
    .show-mobile {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }

    #TopMenu .Content {
        padding: 8px 0;
    }

    #TopMenu ul {
        text-align: left;
        padding: 2px 1rem;
    }

    #TopMenu li.CartLink {
        min-width: 0 !important;
        padding-left: 8px !important;
        float: right;
    }

    .ContentHead {
        padding: 0 15px;
    }

    #Header.activeMe #SearchForm {
        width: calc(100% - 60px);
    }

    #SearchForm,
    #Header .searchToggle {
        top: 60%;
        right: auto;
    }

    #SearchForm input#search_query {
        width: 0;
    }

    #SearchForm input#search_query:focus {
        width: 100%;
    }

    .home-products .item-feature-product:nth-child(2),
    .home-products .item-feature-product:nth-child(3),
    .home-products .item-feature-product:nth-child(4),
    .home-products .item-feature-product:nth-child(5) {
        width: 48%;
        margin: 0 4% 2rem 0;
    }

    .home-products .item-feature-product:nth-child(3),
    .home-products .item-feature-product:nth-child(5) {
        margin: 0;
    }

    .home .lineThroughHeading h3 {
        font-size: 32px;
    }

    h2.home-about-echogear__title {
        font-size: 22px;
    }

    .home-about-echogear__block:first-child h2.home-about-echogear__title {
        width: 170px;
    }

    .home-about-echogear__block:last-child h2.home-about-echogear__title {
        width: 252px;
    }

    .home-from-our-customers__review p,
    p.home-about-echogear__text {
        font-size: 18px;
    }

    .home-about-echogear__block {
        margin: 3rem 0 6rem;
    }

    #HomeRecentBlogs li {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    #HomeRecentBlogs li:not(:last-child) {
        margin-right: 0;
    }

    #SearchProduct_Container .ProductList.List .ProductImage,
    #SearchProduct_Container .ProductList.List .ProductDetails {
        width: 100% !important;
        display: block !important;
    }

    .productHeaderImage:after {
        display: none;
    }

    .productHeaderSlogan h2 {
        text-align: center;
        margin-top: 30px;
    }

    .productAbout ul,
    .productReviews ul {
        width: 100%;
    }

    .productIcons ul {
        margin: auto;
        max-width: 380px;
    }

    #ProductDetails .productActionAmazon.col-2,
    #ProductDetails .productActionContact.col-2 {
        text-align: center;
    }

    #ProductDetails .productActionAmazon.col-2 {
        padding: 0 0 40px;
    }

    #ProductDetails .productActionContact.col-2 {
        padding: 40px 0 0;
    }

    #ProductDetails .productActionAmazon.col-2:after {
        position: absolute;
        top: auto;
        right: 50%;
        bottom: -30px;
        margin: 0 -26px 0 0;
    }

    #subscribe_form {
        margin: 0 auto 1rem;
    }

    #Footer ul {
        float: none;
    }

    .cols div[class*='col-'],
    .PrimaryProductDetails .col-2,
    #FooterUpper .Column,
    #FooterUpper .Column.Dos {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    #FooterUpper .Column,
    #FooterUpper .Column.Dos,
    div#SideNewsletterBox {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .gaming--stay-focused,
    .gaming--created-for-gamers,
    .gaming--quality-expertise {
        padding: 40px 0;
    }

    .gaming--setup .col-2,
    .gaming--adaptable .col-2,
    .gaming--adaptable .Content,
    .gaming--setup .Content,
    .row.table-row-50-50 .col-2,
    .row.table-row-50-50 .Content {
        display: block;
    }

    .gaming--setup .col-2,
    .gaming--adaptable .col-2,
    .row.table-row-50-50 .col-2 {
        padding: 0;
    }

    .row.gaming--adaptable .col-2:first-child,
    .row.gaming--setup .col-2:last-child,
    .row.table-row-50-50.left-focus .col-2:last-child,
    .row.table-row-50-50.right-focus .col-2:first-child {
        padding: 25vh 0;
    }

    .row.gaming--adaptable img,
    .row.gaming--setup img,
    .row.table-row-50-50 img {
        right: auto;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    h2.gaming--section-title,
    h2.lp--section-title {
        font-size: 32px;
        margin-bottom: 1rem;
    }

    h2.gaming--section-title + p,
    h2.gaming--section-title ~ p,
    h2.lp--section-title + p,
    h2.lp--section-title ~ p {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    table.specs td {
        display: block;
        width: 100%;
    }
}

@media (max-width: 740px) {
    #HeaderUpper {
        top: 5px;
    }

    .support-block span {
        display: block;
    }

    .support-block span.hideMobile {
        display: none;
    }
}

@media (max-width: 680px) {
    #HeaderUpper,
    #SearchForm,
    #Header .searchToggle {
        display: none;
    }

    #SearchForm,
    Header .searchToggle {
        display: inline-block;
    }

    .naviToggle {
        margin: 0;
        float: none;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -11px;
    }

    #Logo {
        width: calc(100% - 90px);
        margin-left: 45px;
    }
}

@media (max-width: 515px) {
    .Block.banner_home_page_top h1 {
        font-size: 28px;
    }

    #SearchProduct_Container .ProductList.List li.ListView,
    .Content .CategoryContent .ProductList .item {
        width: 100% !important;
        min-height: 0;
    }

    #SearchProduct_Container .ProductList strong a {
        height: auto;
    }

    /*#ProductDetails .ProductTinyImageList ul li {width: 50% !important;}*/
}

@media (max-width: 599px) {
    .PageTitle .Content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h2.gaming--section-title,
    h2.gaming--section-title + p,
    h2.gaming--section-title ~ p {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .row.gaming--adaptable .col-2:first-child,
    .row.gaming--setup .col-2:last-child,
    .row.table-row-50-50.left-focus .col-2:last-child,
    .row.table-row-50-50.right-focus .col-2:first-child {
        padding: 13vh 0;
    }

    .home-products .item-feature-product:nth-child(2),
    .home-products .item-feature-product:nth-child(3),
    .home-products .item-feature-product:nth-child(4),
    .home-products .item-feature-product:nth-child(5) {
        width: 100%;
        margin: 0 0 2rem;
    }

    .home .lineThroughHeading h3 {
        font-size: 26px;
    }

    .home-from-our-customers__review p {
        margin-left: 0 !important;
    }

    h2.home-about-echogear__title {
        font-size: 18px;
    }

    .home-about-echogear__block:first-child h2.home-about-echogear__title {
        width: 170px;
    }

    .home-about-echogear__block:last-child h2.home-about-echogear__title {
        width: 215px;
    }

    #ProductDetails .ProductTinyImageList ul li {
        margin: 0 12px 5px 0;
    }

    #SideProductRelated li {
        width: 50% !important;
    }

    #Header .Content {
        padding: 0 15px;
    }

    #Logo {
        width: calc(100% - 60px);
    }

    #SearchForm,
    #SearchForm,
    #Header .searchToggle,
    #SearchForm .closeIcon {
        right: auto;
        left: 15px;
    }

    #Header.activeMe #SearchForm {
        width: calc(100% - 60px);
    }

    #SearchForm .closeIcon {
        left: 0;
    }

    #SearchForm input#search_query,
    #SearchForm input#search_query:focus {
        padding-left: 35px;
        width: 100%;
    }

    #TopMenu li a {
        font-size: 10px;
    }

    .productReviews ul {
        text-align: center;
    }

    .productReviews li {
        margin: 0 0 10px;
    }

    .productReviews li:not(:last-child) {
        padding: 0 0 20px;
        border-bottom: 1px solid #ececec;
    }

    .productReviews .review-rating {
        position: relative;
        top: auto;
        left: auto;
        margin: auto;
    }

    .productReviews .home-from-our-customers__review p,
    .productReviews p {
        margin: 0 !important;
    }

    .lineThroughHeading h3 {
        white-space: initial;
    }

    .lineThroughHeading h3:before,
    .lineThroughHeading h3:after {
        display: none;
    }
}

@media (max-width: 1890px) {
    .home-products .swiper-slide {
        max-height: 14.285vw;
    }
}

@media (max-width: 1620px) {
    .home-products .swiper-slide {
        max-height: 16.666vw;
    }
}

@media (max-width: 1350px) {
    .home-products .swiper-slide {
        max-height: 20vw;
    }
}

@media (max-width: 180px) {
    .home-products .swiper-slide {
        max-height: 25vw;
    }
}

@media (max-width: 810px) {
    .home-products .swiper-slide {
        max-height: 33.333vw;
    }
}

@media (max-width: 540px) {
    .home-products .swiper-slide {
        max-height: 50vw;
    }
}

@media (max-width: 320px) {
    .home-products .swiper-slide {
        max-height: 100vw;
    }
}

@media (max-width: 960px) {
    .PageTitle h1,
    .home-feature__headline {
        font-size: 36px;
    }

    h2.home-categories__title {
        font-size: 32px;
    }

    p.home-categories__description {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .home-feature {
        padding: 6rem 0;
        background-position: 40% 50%;
    }

    .PageTitle h1,
    .home-feature__headline {
        font-size: 28px;
    }

    .home-categories__category {
        width: 100%;
        padding: 1.75rem 1rem 2rem;
    }

    .home-categories__category,
    .home-categories__category.mounts,
    .home-categories__category.accessories,
    .home-categories__category.surge-protectors {
        border: none;
        border-top: 1px solid #fff;
    }

    naviToggle {
        top: auto;
        bottom: 0;
        left: 15px;
        z-index: 4;
        position: absolute;
    }

    #TopMenu {
        top: -5px;
        right: 0;
        left: 0;
    }

    #Header {
        text-align: center;
    }

    #Logo {
        margin-left: 0;
        margin-top: 20px;
        max-width: 200px;
    }

    #Logo #LogoImage {
        margin: 0;
    }

    #Header.activeMe #SearchForm {
        width: 240px !important;
    }

    #SearchForm,
    #Header .searchToggle {
        top: auto;
        bottom: 0;
        right: 15px;
        left: auto;
    }

    #SearchForm form {
        position: relative;
        background: #fcfcfc;
        border: 1px solid #ececec;
        height: 35px;
        width: 35px;
        max-width: 240px;
    }

    #Header.activeMe #SearchForm form {
        width: 240px;
    }
}

@media (max-width: 479px) {
    .home-feature {
        padding: 4rem 0;
    }

    h2.home-categories__title {
        font-size: 24px;
        margin: 0 0 0.75rem;
    }

    p.home-categories__description {
        font-size: 18px;
    }

    .home-categories__button.button {
        font-size: 16px;
    }

    .evergage-tribes .evg-smart-history-tab span {
        display: none;
    }

    .evergage-tribes .evg-smart-history-tab {
        width: 40px !important;
        left: -10px !important;
    }

    .evergage-tribes .evg-smart-history-tab .fa-angle-up {
        position: relative;
        top: -4px;
    }
}

@media (max-width: 400px) {
    #Logo {
        width: calc(100% - 100px);
        margin-bottom: 2px;
    }
}

/*************
* NEW HEADER *
*************/

#new-header + #Header {
    top: 500px;
    display: none !important;
}

#new-header + #Wrapper,
#new-header + #Header + #Wrapper {
    padding-top: 3.75rem;
}

#new-header {
    width: 100%;
    background-color: #fff;
    border: none;
    z-index: 500;
    padding: 0.625rem 0;
    line-height: 1;
    color: #333;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto !important;
    text-align: center;
}

#new-header {
    display: block !important;
}

#new-header .Content {
    padding: 0 1rem;
    position: relative;
}

#new-header .mobile-menu-toggle {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

#logo {
    display: inline-block;
    vertical-align: bottom;
}

#new-header #LogoImage {
    display: block;
    max-height: 2.5rem;
}

#quick-search {
    display: none;
    padding: 0;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 100;
}

#quick-search.is-open {
    display: block;
}

#quick-search #search_query {
    width: 100%;
    max-width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    padding-right: 3rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    border: none;
    border-top: 2px solid #fe5000;
    border-bottom: 2px solid #fe5000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

#quick-search form {
    position: relative;
}

#quick-search .Button {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
    border: none;
    z-index: 1;
    font-size: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ed542e' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-position: 70% 70%;
    background-repeat: no-repeat;
}

#QuickSearch,
#QuickSearch1 {
    top: 6.25rem !important;
    left: 0px !important;
    width: 100% !important;
    right: auto !important;
    margin: 0 !important;
    max-width: 100%;
    border: none;
    z-index: 99999999;
}

.QuickSearch .QuickSearchResult td.QuickSearchResultImage {
    width: 100px;
    padding: 0.5rem;
}

.QuickSearch .QuickSearchResult .QuickSearchResultName a {
    font-size: 1rem;
}

.QuickSearch .QuickSearchResult .Price {
    font-size: 0.875rem;
    color: #464646;
}

.QuickSearch .QuickSearchResult .RatingIMG {
    display: none;
}

.QuickSearch .QuickSearchAllResults a {
    height: auto;
    font-size: 1rem;
    font-weight: 300;
    color: #333;
}

.QuickSearch .QuickSearchAllResults td {
    padding: 0.75rem 0.5rem;
}

#new-header .navUser {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.navUser-action {
    color: #333;
    display: inline-block;
    font-size: 0;
}

.navUser-action.navUser-action--search {
    cursor: pointer;
}

.navUser-action.navUser-action--cart {
    margin-left: 0.5rem;
}

.navUser-action [class^='icon-'],
.navUser-action [class*=' icon-'] {
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    /*     color: #ed542e; */
    vertical-align: text-bottom;
    margin-top: 0.375rem;
}

#new-header .navUser.mobile-quick-menu {
    display: block;
}

#new-header .navUser.mobile-quick-menu .navUser-action [class^='icon-'],
#new-header .navUser.mobile-quick-menu .navUser-action [class*=' icon-'] {
    height: 1.125rem;
    width: 1.125rem;
    font-size: 1.125rem;
    color: #333;
}

#main_nav {
    display: none;
    text-align: center;
    margin: 1rem 0 0;
}

.sticky-header #main_nav {
    display: none;
}

#main_nav #PagesMenu,
#main_nav #SideCategoryList {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: left;
}

#main_nav #PagesMenu {
    margin-left: 0.5rem;
}

#main_nav h3 {
    display: none;
}

#main_nav a:hover {
    color: #fe5000 !important;
    text-decoration: none !important;
}

#main_nav ul {
    margin: 0;
}

#main_nav li,
#main_nav #SideCategoryList li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin: 0 10px 0 0;
    position: relative;
    background-color: inherit;
    line-height: 1;
    height: auto;
    vertical-align: middle;
    background-color: #f3f3f3;
}

#main_nav li.First {
    display: none;
}

#main_nav li:last-child,
#main_nav #SideCategoryList li:last-child {
    margin: 0;
}

#main_nav li a,
#main_nav #SideCategoryList li a {
    display: block;
    font-size: 14px;
    color: #333;
    background-color: inherit;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 2.75rem;
    margin: 0;
    text-transform: capitalize;
    float: none;
    height: auto;
}

#main_nav li .sub-page,
#main_nav #SideCategoryList li ul {
    display: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 99;
    background: #f3f3f3;
    border: none;
}

#main_nav li .sub-page li,
#main_nav #SideCategoryList li ul li {
    margin: 0;
    display: block;
    border: none;
}

#main_nav li .sub-page a,
#main_nav #SideCategoryList li ul a {
    border-left: 0 none;
    color: #333;
    display: block;
    float: none;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    text-transform: none;
    text-decoration: none;
}

#main_nav #SideCategoryList li:hover > ul,
#main_nav #SideCategoryList li > ul:hover,
#main_nav li:hover > .sub-page,
#main_nav li > .sub-page:hover {
    visibility: visible !important;
    display: block !important;
}

#main_nav #PagesMenu li .sub-page {
    left: auto;
    right: 0;
}

#main_nav .sub-page li {
    display: block;
    margin: 0;
}

#Outer {
    transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}

.off-canvas-menu,
.off-canvas-overlay {
    display: none;
}

.off-canvas-menu,
.off-canvas-overlay {
    display: block;
}

.off-canvas-menu {
    background-color: #fff;
    padding: 0;
    position: fixed;
    height: 100%;
    z-index: 23;
    top: 0;
    left: -240px;
    width: 240px;
    text-align: left;
    transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}

.off-canvas-overlay {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    opacity: 0;
}

.has-activeNavPages {
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
}

.has-activeNavPages .off-canvas-menu,
.has-activeNavPages #Outer {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
}

.has-activeNavPages .off-canvas-overlay {
    display: block;
    opacity: 1;
}

.mobile-menu {
    border-bottom: 1px solid #c5c5c5;
}

.navPages-list {
    margin: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.navPages-list a,
.navUser.mobile-menu .navUser-action {
    color: #333;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 1rem 0.75rem;
    position: relative;
}

.navUser.mobile-menu .navUser-action [class^='icon-'],
.navUser.mobile-menu .navUser-action [class*=' icon-'] {
    margin: 0;
}

.mobile-menu a .sf-sub-indicator {
    display: block !important;
    text-indent: initial;
    background: none;
    font-size: 0;
    height: 1rem;
    width: 1rem;
    text-align: center;
    top: 1rem;
    right: 0.75rem;
}

.mobile-menu a .sf-sub-indicator:after {
    content: '\f054';
    font-family: FontAwesome;
    display: block;
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
}

.mobile-menu .navPage-subMenu-list {
    display: block;
    visibility: visible !important;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navPages.mobile-menu
    .navPages-list
    .sf-with-ul.is-open
    + .navPage-subMenu-list {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu .back:before {
    content: '\f053';
    font-family: FontAwesome;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.navPages-list a:hover,
.navUser.mobile-menu .navUser-action:hover {
    color: #ed542e;
    background-color: #f8f8f8;
}

.mobile-menu .sub-page {
    list-style: none;
    margin: 0 0 0 1rem;
}

.mobile-menu .sub-page a {
    font-size: 0.75rem;
    padding: 0.75rem;
}

.has-activeNavPages .evergage-tribes.evg-top-left .evg-smart-history-tab,
.has-activeNavPages .evergage-tribes.eg-cleanslate.evg-top-left,
.has-activeNavPages
    #privy-container
    #privy-inner-container
    div.privy-tab.privy-corner.privy-bottom.privy-left,
#privy-container
    #privy-inner-container
    .privy-mobile.privy-tab-container.privy-basic.privy-bottom,
#privy-container
    #privy-inner-container
    .privy-mobile.privy-tab-container.privy-rounded.privy-bottom,
#privy-container
    #privy-inner-container
    .privy-mobile.privy-tab-container.privy-full-width.privy-bottom,
#privy-container
    #privy-inner-container
    .privy-mobile.privy-tab-container.privy-corner.privy-bottom {
    left: -999em !important;
}

@media only screen and (min-width: 375px) {
    #new-header + #Wrapper,
    #new-header + #Header + #Wrapper {
        padding-top: 4.25rem;
    }

    #new-header #LogoImage {
        display: block;
        max-height: 3rem;
    }

    #QuickSearch {
        top: 6.75rem !important;
        position: fixed !important;
    }
}

@media only screen and (min-width: 480px) {
    #new-header .navUser.mobile-quick-menu .navUser-action [class^='icon-'],
    #new-header .navUser.mobile-quick-menu .navUser-action [class*=' icon-'] {
        font-size: 1.5rem;
    }

    .navUser-action.navUser-action--cart {
        margin-left: 0.75rem;
    }

    #new-header .navUser.mobile-quick-menu .navUser-action [class^='icon-'],
    #new-header .navUser.mobile-quick-menu .navUser-action [class*=' icon-'] {
        height: 1.25rem;
        width: 1.25rem;
        font-size: 1.25rem;
    }

    #new-header .mobile-menu-toggle {
        font-size: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
    }
}

@media only screen and (min-width: 900px) {
    #new-header {
        text-align: left;
        padding: 1rem 0;
    }

    #new-header .mobile-menu-toggle,
    #new-header .navUser.mobile-quick-menu,
    .off-canvas-menu,
    .off-canvas-overlay {
        display: none;
    }

    #new-header .navUser {
        display: block;
    }

    #quick-search.is-open,
    #quick-search {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        padding: 0 3rem;
        width: calc(100% - 17.25rem);
    }

    #quick-search #search_query {
        border-top: none;
        border-bottom: 2px solid #fe5000;
        box-shadow: none;
    }

    .navUser-action.navUser-action--cart {
        margin-left: 1rem;
    }

    #new-header + #Wrapper,
    #new-header + #Header + #Wrapper {
        padding-top: 8.75rem;
    }

    #QuickSearch {
        top: 8.75rem !important;
    }

    #main_nav {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .navUser-action {
        line-height: 2.5rem;
        height: 2.5rem;
    }
}

@media only screen and (min-width: 1440px) {
    #new-header #LogoImage {
        max-height: none;
    }

    #new-header .navUser {
        top: 1.5rem;
    }

    #quick-search {
        width: calc(100% - 20.625rem);
    }

    #new-header + #Wrapper,
    #new-header + #Header + #Wrapper {
        padding-top: 9.5625rem;
    }

    #QuickSearch {
        top: 9.5625rem !important;
    }
}

/*************
* NEW PRODUCT *
*************/

/* #product-layout ~ div,
#product-layout ~ h1 {
    display: none;
} */

.productView-details .productTitle {
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    margin: 0 0 1rem;
}

.productView-details.title-price-rating h2,
.productView-details.title-price-rating p {
    display: none;
}

.productView-details.title-price-rating h2 {
    font-size: 1.25rem;
    margin: 0;
    text-transform: none;
}

.productView-details.title-price-rating p {
    font-size: 1.25rem;
}

.productView-details .productRating {
    float: right;
}

.productView-details .productPrice,
.productView-details .productPrice .price-strike-through,
.productView-details .productPrice .price-raw {
    display: inline-block;
    vertical-align: middle;
}

.productView-details .productPrice .price-strike-through {
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 0.5rem;
    display: inline-block;
}

.productView-details .productPrice .price-raw {
    font-size: 2rem;
}

.productView-details .productRating .fa-star {
    margin-left: 0.25rem;
}

.productView-details.title-price-rating {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #464646;
}

.productView-images {
    font-size: 0;
}

.productView-images .product-thumbnails {
    width: 4.875rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (min-width: 900px) {
    #ProductDetails .product-thumbnails .ProductThumbnailList {
        width: 100% !important;
        height: 270px !important;
    }
    .productView-details .productPrice .price-raw {
        font-size: 1.5rem;
    }
}

.ProductThumbnailList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductThumbnailList ul li {
    margin-right: 0;
    padding: 0;
    display: block;
    margin: 0 auto 0.5rem;
    border: none !important;
}

.ProductThumbnailList img {
    display: block;
    width: 100%;
    height: auto;
}

#ProductDetails .productView-images #ImageScrollPrev,
#ProductDetails .productView-images #ImageScrollNext {
    line-height: 3rem !important;
    height: 3rem;
    width: 3rem;
    font-size: 0;
    text-align: center;
}

#ProductDetails .productView-images #ImageScrollPrev [class^='icon-'],
#ProductDetails .productView-images #ImageScrollNext [class^='icon-'] {
    font-size: 2rem;
    margin-top: 0.625rem;
}

.productView-images .MainImageBox {
    display: inline-block;
    width: calc(100% - 5.375rem);
    vertical-align: middle;
    margin-left: 0.5rem;
    text-align: center;
}

.productView-details.quick-details {
    text-align: center;
}

.productView-details .ProductDetailsGrid.ProductAddToCart:before {
    width: 100%;
    left: 0;
}

/* #ProductDetails .productView-details .BulkDiscount .AddCartButton {
    line-height: 36px !important;
    background-color: #fff;
    border: 2px solid #ed542e;
    color: #ed542e;
} */

.productView-details .productHeaderSlogan {
    margin: 1rem 0;
}

.productView-details .productHeaderSlogan h2 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
}

.productView-details .productShortDescription {
    padding: 1rem 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-color: #fe5000;
}

.productView-details .productShortDescription:empty {
    border-top: 0 none;
    padding: 0;
}

.productView-details .productShortDescription * {
    text-align: left !important;
}

.productView-images .ProductThumbImage {
    height: auto !important;
}

.productView-images .ProductThumbImage a {
    cursor: zoom-in;
}

.productView-images .ProductThumbImage img {
    display: block;
}

#ProductDetails
    .productView-images
    .ProductThumbnailList
    ul
    li
    .TinyOuterDiv
    img {
    display: block;
}

.productView-details .productCompatibilty {
    margin: 2rem 0;
    text-align: center;
}

.productView-details
    .productCompatibilty
    [data-featherlight='#mf-widget']
    span {
    display: block;
    margin: auto;
    color: #fe5000;
}

.productView-details
    .productCompatibilty
    [data-featherlight='#mf-widget']
    .btn {
    margin-top: 0.5rem;
    color: #000;
}

.productInfoTabs .productIcons {
    margin: 1rem 0;
    padding: 1rem 0;
}

.productInfoTabs .productIcons ul {
    margin: 1rem auto 2rem;
    max-width: 25rem;
}

.productInfoTabs .productIcons li {
    font-size: 0;
}

.productInfoTabs .productIcons img {
    width: 54px;
}

.productInfoTabs .productIcons p {
    width: calc(100% - 70px);
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: left;
}

.productSpecsTable {
    text-align: center;
    margin-bottom: 2rem;
}

.productInfoTabs {
    margin-top: 3rem;
}

.productInfoTabs .tabs {
    display: none;
}

.productInfoTabs .tabs a,
.productInfoTabs .mobile-tab {
    display: block;
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.productInfoTabs .tabs a {
    margin: 0;
}

.productInfoTabs .mobile-tab {
    box-shadow: inset 0px 0 0 2px #fe5000;
}

.productInfoTabs .tabs a:before,
.productInfoTabs .mobile-tab:before,
.productInfoTabs .mobile-tab:after {
    content: '';
    display: inline-block;
    border-left: 1rem solid #fe5000;
    border-top: 1.25rem solid rgba(0, 0, 0, 0);
    border-bottom: 1.25rem solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: -1rem;
}

.productInfoTabs .tabs a:before {
    border-right: 0.75rem solid #fff;
    border-left: 1.25rem solid rgba(0, 0, 0, 0);
    border-bottom: 1.25rem solid rgba(0, 0, 0, 0);
    border-top: none;
    position: absolute;
    top: 0;
    right: 0;
}

.productInfoTabs .mobile-tab:after {
    border-left: 14px solid #f4f4f4;
    border-top: 18px solid rgba(0, 0, 0, 0);
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    top: 2px;
    right: calc(-1rem + 3px);
    box-shadow: -1px 0 0 0 #f4f4f4;
}

.productInfoTabs .tabs[data-active='basics'] #tab-basics,
.productInfoTabs .tabs[data-active='details'] #tab-details,
.productInfoTabs .tabs[data-active='about'] #tab-about,
.productInfoTabs .tabs[data-active='in-the-box'] #tab-in-the-box,
.productInfoTabs .tabs[data-active='install'] #tab-install,
.productInfoTabs .tabs[data-active='basics'] + #tab-basics,
.productInfoTabs .tabs[data-active='details'] ~ #tab-details,
.productInfoTabs .tabs[data-active='about'] ~ #tab-about,
.productInfoTabs .tabs[data-active='in-the-box'] ~ #tab-in-the-box,
.productInfoTabs .tabs[data-active='install'] ~ #tab-install {
    background-color: #fe5000;
    box-shadow: 0 1px 0 0 #fe5000;
    color: #fff;
}

.productInfoTabs .tabs[data-active='basics'] + #tab-basics,
.productInfoTabs .tabs[data-active='details'] ~ #tab-details,
.productInfoTabs .tabs[data-active='about'] ~ #tab-about,
.productInfoTabs .tabs[data-active='in-the-box'] ~ #tab-in-the-box,
.productInfoTabs .tabs[data-active='install'] ~ #tab-install {
    box-shadow: none;
    padding-left: 8px;
}

.productInfoTabs .tabs[data-active='basics'] + #tab-basics:before,
.productInfoTabs .tabs[data-active='details'] ~ #tab-details:before,
.productInfoTabs .tabs[data-active='about'] ~ #tab-about:before,
.productInfoTabs .tabs[data-active='in-the-box'] ~ #tab-in-the-box:before,
.productInfoTabs .tabs[data-active='install'] ~ #tab-install:before {
    border-left: 1rem solid #fe5000;
}

.productInfoTabs .tabs[data-active='basics'] + #tab-basics:after,
.productInfoTabs .tabs[data-active='details'] ~ #tab-details:after,
.productInfoTabs .tabs[data-active='about'] ~ #tab-about:after,
.productInfoTabs .tabs[data-active='in-the-box'] ~ #tab-in-the-box:after,
.productInfoTabs .tabs[data-active='install'] ~ #tab-install:after,
.productInfoTabs .tab-content {
    display: none;
}

.productInfoTabs .tabs[data-active='basics'] ~ #tab-basics-content,
.productInfoTabs .tabs[data-active='details'] ~ #tab-details-content,
.productInfoTabs .tabs[data-active='about'] ~ #tab-about-content,
.productInfoTabs .tabs[data-active='in-the-box'] ~ #tab-in-the-box-content,
.productInfoTabs .tabs[data-active='install'] ~ #tab-install-content {
    display: block;
}

#ProductDetails .tab-content .cols [class*='col'],
#ProductDetails .productAdditionalContent .cols [class*='col-'] {
    padding: 0;
}

#tab-in-the-box-content [class*='col-'] {
    vertical-align: baseline;
    margin-bottom: 1.5rem;
}

.productAdditionalContent .lineThroughHeading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    display: table;
    width: 100%;
    white-space: nowrap;
    text-transform: capitalize;
}

.productAdditionalContent .productOrangeImagesOne,
.productAdditionalContent .productOrangeImagesTwo,
.productAdditionalContent .productOrangeImagesThree {
    margin: 0 0 1rem;
}

#SideProductRelated .lineThroughHeading > h2 {
    display: none;
}

.Content .ProductList .ProductImage,
.Content .ProductList .ProductImage a,
.Content .ProductList .ProductImage img {
    margin: auto;
}

@media only screen and (max-width: 899px) {
    #privy-container .privy-tab {
        left: -999em !important;
    }

    #ProductBreadcrumb {
        display: none;
    }

    /* .productAddToCart {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 99999999;
    }

    .productView-details .productAddToCart .button {
        width: 49%;
        margin-right: 1%;
        vertical-align: top;
        padding: 12px 0;
        text-align: center;
        z-index: 1;
    } */
    .productView-details.quick-details {
        margin-top: 2rem;
    }

    .productView-details .ProductDetailsGrid.ProductAddToCart {
        margin: 0;
        padding: 0;
    }

    .productView-details
        .ProductDetailsGrid.ProductAddToCart
        .DetailRow.AddCartButton,
    .productView-details .ProductAddToCart .BulkDiscount {
        margin: 0;
        padding: 0;
    }

    .productView-details
        .ProductDetailsGrid.ProductAddToCart
        .DetailRow.AddCartButton {
        margin: 0 0 1rem;
    }

    /* .productView-details .ProductDetailsGrid .DetailRow {
        width: 49%;
        margin-left: 1%;
    } */

    .productView-details .ProductDetailsGrid.ProductAddToCart:before,
    .productView-details .ProductDetailsGrid.ProductAddToCart:after {
        display: none;
    }

    #ProductDetails
        .product-gear-layout
        .productView-details
        .BulkDiscount
        .AddCartButton {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    #ProductDetails .product-thumbnails .ProductThumbnailList {
        height: 370px !important;
    }

    .productView-details .productCompatibilty a {
        display: block;
        font-size: 1.5rem;
    }

    .productView-details .productCompatibilty img {
        display: inline-block;
        margin-right: 1rem;
    }

    .productView-details .productCompatibilty img,
    .productView-details
        .productCompatibilty
        [data-featherlight='#mf-widget']
        span {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .productView-details
        .productCompatibilty
        [data-featherlight='#mf-widget']
        span {
        line-height: 54px;
    }

    .productView-details
        .productCompatibilty
        [data-featherlight='#mf-widget']
        .btn {
        line-height: 1;
        margin: 0.25rem 0 0 1rem;
        color: #000;
        padding: 1rem;
    }
}

@media only screen and (min-width: 900px) {
    .productView-details,
    .productView-images {
        width: 50%;
    }

    .productView-details {
        float: right;
    }

    .productView-details.title-price-rating h2,
    .productView-details.title-price-rating p {
        display: block;
    }

    .product-gear-layout .productView-details .productHeaderSlogan {
        display: none;
    }

    .productView-details.quick-details {
        text-align: left;
    }

    .productView-images {
        float: left;
        padding-right: 15px;
    }

    .productView-details.title-price-rating {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .productView-details .productPrice {
        font-size: 1.125rem;
    }

    .productView-details .productPrice .price-raw {
        font-size: 1.75rem;
    }

    .productView-details .productRating {
        line-height: 34px;
    }

    .productView-details
        .ProductDetailsGrid.ProductAddToCart
        .DetailRow.AddCartButton,
    .productView-details .ProductAddToCart .BulkDiscount {
        vertical-align: bottom;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .productView-details .ProductDetailsGrid.ProductAddToCart:before,
    .productView-details .ProductDetailsGrid.ProductAddToCart:after {
        display: none;
    }

    /* .productView-details .ProductAddToCart .button {
        margin: 0 1.5rem 0 0;
    } */

    .productView-details .ProductDetailsGrid .DetailRow {
        vertical-align: bottom;
    }

    .productView-details .ProductAddToCart .BulkDiscount {
        width: calc(100% - 60px);
        text-align: right;
        margin-bottom: 1px;
    }

    .productView-details .ProductDetailsGrid .BulkDiscount .DetailRow:before {
        content: 'OR';
        display: inline-block;
        font-size: 1rem;
        margin: 0 0.75rem;
    }

    .productView-details .productAddToCart {
        text-align: center;
        margin: 1rem 0 2rem;
    }

    .productView-details .productCompatibilty {
        margin: 3rem 0 2rem;
    }

    .product-classic-variants-layout .productIcons {
        text-align: right;
    }
    .product-classic-variants-layout .productIcons ul {
        display: inline-block;
        text-align: left;
    }

    .productInfoTabs .productIcons ul {
        margin: 1rem 0 0;
        max-width: 25rem;
    }

    .productInfoTabs .productIcons li {
        margin-bottom: 1.5rem;
    }

    .productInfoTabs .productIcons p {
        font-size: 1.5rem;
    }

    .productView-details .productSpecsTable {
        margin-bottom: 2rem;
    }

    #ProductDetails .tab-content .cols [class*='col'],
    #ProductDetails .productAdditionalContent .cols [class*='col-'] {
        padding: 15px 0;
    }

    .productInfoTabs {
        margin-top: 4rem;
    }

    .productInfoTabs .tabs {
        display: block;
        font-size: 0;
    }

    .productInfoTabs .tabs a {
        display: inline-block;
        padding: 0 1.25rem 0 1rem;
        margin-bottom: 0;
    }

    .productInfoTabs .mobile-tab {
        display: none;
    }

    .productInfoTabs .tab-content {
        border-top: 1px solid #e4e4e4;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1020px) {
    .productView-details
        .ProductDetailsGrid.ProductAddToCart
        .DetailRow.AddCartButton {
        margin-bottom: 1.5rem;
    }

    .productView-details .ProductAddToCart .BulkDiscount {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .productView-details .productTitle {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .productView-details .productRating .fa-star {
        font-size: 1.5rem;
    }
}

.hidden {
    display: none !important;
}

.product-gear div#LayoutColumn1 {
    padding-top: 0;
}

.product-gear-layout {
    margin-bottom: 3rem;
}

.product-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.productView-images .product-thumbnails.vertical {
    display: none;
}

.productView-images .product-thumbnails.horizontal {
    width: 100%;
}

#ProductDetails .product-thumbnails.horizontal .ProductThumbnailList {
    display: inline-block;
    height: auto !important;
    width: auto !important;
    max-width: calc(100% - 6rem);
    vertical-align: middle;
}

.product-thumbnails.horizontal .ProductThumbnailList ul li {
    display: inline-block;
    margin: 0 0.5rem;
}

.product-thumbnails.horizontal .ProductThumbnailList ul {
    /*width: auto !important;*/
    height: auto !important;
    top: 0 !important;
    margin: 0 !important;
}

#ProductDetails
    .productView-images
    .product-thumbnails.horizontal
    #ImageScrollPrev,
#ProductDetails
    .productView-images
    .product-thumbnails.horizontal
    #ImageScrollNext {
    display: inline-block;
    vertical-align: middle;
}

#product-layout.product-gear-layout .productView-details .productTitle {
    font-size: 1.25rem;
    line-height: 1.25;
}

#product-layout.product-gear-layout .productView-details.quick-details {
    margin-top: 2rem;
    text-align: left;
}

#product-layout.product-gear-layout
    .productView-details
    .productPrice
    .price-raw {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.75rem;
}

.product-classic-layout .productAttributeList {
    display: none;
}

.productAttributeList .productAttributeLabel > label {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0.25rem !important;
    font-family: Montserrat;
}

#product-layout.product-gear-layout .productAddToCart {
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    z-index: initial;
}

#product-layout.product-gear-layout .productView-details.title-price-rating {
    border: 0 none;
    padding: 0;
}

html.javascript #ProductDetails .productOptionPickListSwatch li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.5rem 0.5rem 0 !important;
}

html.javascript #product-layout .productOptionViewRectangle label {
    border: none;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

html.javascript #product-layout .productOptionViewRectangle label span {
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    font-size: 0.875rem !important;
    line-height: 1 !important;
    min-width: 2rem !important;
    margin: 0 !important;
    padding: 0.5em !important;
    text-align: center;
    height: auto !important;
}

html.javascript #ProductDetails .productOptionViewRectangle input,
html.javascript #ProductDetails .productOptionPickListSwatch input {
    top: -999em !important;
    left: -999em !important;
}

#product-layout .productOptionViewRectangle .option label .name {
    line-height: 1;
}

html.javascript #product-layout .productOptionViewRectangle li {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0;
}

.previewContent {
    display: block;
}

#ProductDetails .productAttributeList {
    margin: 0 0 1rem;
}

#ProductDetails .productAttributeList .productAttributeRow {
    padding-bottom: 1rem !important;
}

#ProductDetails .productOptionPickListSwatch .textureContainer,
#ProductDetails .productOptionPickListSwatch .swatchColours {
    margin: 0 !important;
}

#ProductDetails .productOptionPickListSwatch .thumbnail,
#ProductDetails .productOptionPickListSwatch .swatchColour {
    border-radius: 100%;
    height: 28px !important;
    width: 28px !important;
    border: 1px solid #eee;
    display: block;
}

#ProductDetails
    .productOptionPickListSwatch
    :checked
    + .previewContent
    .thumbnail,
#ProductDetails
    .productOptionPickListSwatch
    :checked
    + .previewContent
    .swatchColour,
html.javascript
    #product-layout
    .productOptionViewRectangle
    label
    :checked
    + span {
    border-color: #ed542e;
    color: #ed542e;
}

#ProductDetails
    .product-gear-layout
    .productView-details
    .BulkDiscount
    .AddCartButton {
    color: #fff;
    background-color: #ed542e;
    height: 3rem !important;
    line-height: 2.5rem !important;
    width: 100%;
}

#product-layout.product-gear-layout
    .productView-details
    .ProductDetailsGrid
    .DetailRow {
    width: 100%;
    text-align: left;
}

.ProductDetailsGrid.ProductAddToCart {
    text-align: left;
}

#product-layout.product-gear-layout
    .productView-details
    .ProductDetailsGrid.ProductAddToCart
    .DetailRow.AddCartButton,
.product-gear-layout
    .productView-details
    .ProductDetailsGrid
    .BulkDiscount
    .DetailRow:before {
    display: none;
}

.product-gear-layout .productView-details .ProductAddToCart .BulkDiscount {
    text-align: center;
    width: auto;
    display: block;
}

.product-gear-layout .product-description .ProductDescription h2 {
    display: none;
}

.product-gear-layout .product-description .ProductDescription {
    margin: 0;
}

.ProductDescriptionContainer.prodAccordionContent {
    padding: 0;
}

.product-gear-layout .product-description table,
.product-gear-layout .product-size-table table {
    text-align: center;
    margin: auto;
    table-layout: fixed;
    max-width: 100%;
    min-width: 300px;
}

.product-gear-layout .description tr,
.product-gear-layout .product-size-table tr {
    border-bottom: 2px solid #ccc;
}

.product-gear-layout .product-description tr:nth-child(even),
.product-size-table tr:nth-child(even) {
    background: #f2f2f2;
}

.product-gear-layout .product-description th,
.product-gear-layout .product-description td,
.product-gear-layout .product-size-table th,
.product-gear-layout .product-size-table td {
    padding: 0.5rem;
    line-height: 1;
    border: none;
    font-weight: 300;
}

.product-gear-layout .product-description th,
.product-gear-layout .product-size-table th {
    font-weight: 400;
    font-size: 0.875rem;
    vertical-align: top;
}

.product-gear-layout .product-description th small,
.product-gear-layout .product-size-table small {
    font-size: 0.66em;
}

.product-gear-layout .product-description td,
.product-gear-layout .product-size-table td {
    padding: 0.75rem;
}

@media only screen and (min-width: 640px) {
    #ProductDetails
        #product-layout.product-gear-layout
        .product-thumbnails
        .ProductThumbnailList {
        height: 270px !important;
    }
}

@media only screen and (min-width: 900px) {
    .product-gear-layout .product-top {
        padding-top: 4rem;
    }

    #product-layout.product-gear-layout .productView-details,
    #product-layout.product-classic-variants-layout .productView-details {
        width: 320px;
    }

    #product-layout.product-gear-layout .productView-images,
    #product-layout.product-classic-variants-layout .productView-images {
        width: calc(100% - 320px);
        padding-right: 3rem;
    }

    .productView-images .product-thumbnails.vertical {
        display: inline-block;
    }

    .productView-images .product-thumbnails.horizontal {
        display: none;
    }

    .product-gear-layout .product-description table,
    .product-gear-layout .product-size-table table {
        margin-left: 0;
    }
}

@media only screen and (max-width: 899px) {
    .productView-images .MainImageBox {
        width: 100%;
        margin: 0;
    }
}

.bg-white {
    background-color: #fff;
}

.PageTitle.gear,
.landing-page.gear #Wrapper {
    background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-sm.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PageTitle.gear {
    background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-header-sm.jpg');
}

.landing-page.gear .PageTitle {
    background-image: none;
    border: none;
}

.landing-page.gear .PageTitle .Content {
    padding: 2rem 0 1rem;
}

.landing-page.gear .PageTitle .title,
.PageTitle.gear .title {
    background-color: rgba(0, 0, 0, 0);
}

.landing-page.gear .PageTitle .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2rem;
}

.landing-page.gear .video-container {
    text-align: center;
}

.landing-page.gear .video-container a[data-title*='youtu'] {
    display: inline-block;
}

.landing-page.gear .video-container a[data-title*='youtu']:after {
    content: '\f04b';
    background-color: transparent;
    color: #fff;
    border: 0.75rem solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    font-size: 4rem;
    line-height: 100px;
    height: 100px;
    width: 100px;
    text-align: center;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.landing-page.gear #LayoutColumn1 {
    background-color: #ed542e;
    background-color: rgba(237, 84, 46, 0.8);
    color: #fff;
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.landing-page.gear #PageContent {
    margin: 0;
}

.landing-page.gear #PageContent .BlockContent {
    padding: 0;
}

.landing-page.gear .category-container {
    padding-bottom: 4rem;
}

.landing-page.gear .category-block {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

.landing-page.gear .category-block .category-block-title {
    display: block;
    margin: 1rem 0.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    color: #000;
}

.landing-page.gear .category-block .category-block-image {
    display: block;
}

@media only screen and (min-width: 575px) {
    .landing-page.gear .PageTitle .title {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .landing-page.gear .PageTitle .Content {
        padding: 2rem 0;
    }

    .landing-page.gear #Wrapper {
        background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-l.jpg');
    }

    .PageTitle.gear {
        background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-header-l.jpg');
    }

    .landing-page.gear #LayoutColumn1 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .landing-page.gear #Wrapper {
        background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-xl.jpg');
    }

    .PageTitle.gear {
        background-image: url('https://cdn10.bigcommerce.com/s-p67zny4ulb/product_images/uploaded_images/eg-doodle-pattern-header-xl.jpg');
    }
}
