﻿/*=====================================================
    
    DESKTOP

=====================================================*/

@media (min-width:1001px) and (max-width:1200px){
    .why_vantage_col {
       display:block;
    }
    .html-Landing-page .header-lower{
        display:none;
    }

        .login_col .landing_login_btn {
          margin:20px auto;
        }

    .left_Ebrochure_col h2 {
        font-size: 21px;
    }
    .cleaner_img_col .clickBtn {
        position: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -webkit-transform: unset;
        transform: unset;
        width: 315px;
    }

    .star_baloon {
        position: absolute;
        top: unset;
        right: unset;
        left: 0;
        bottom: -200px;
    }
        .VPS_Faq_col a:after {
            left: 0;
            bottom: -19px;
            width:100%;
        }
    .VPS_Contracts_container .claims_contact_box {
        max-width: 320px;
    }
    .contact_info{
        flex-direction:column;
        align-items:center;
    }
    .VPS_Contracts_container .claims_contact_box .contact_info ul li a, .VPS_Contracts_container .claims_contact_box .contact_info ul li label{
        font-size:23px;
    }
    .contract_steps {
        max-width: 580px;
    }
    .VPS_Contracts_container{
        margin-top:8rem;
    }
        .VPS_Contracts_container .how_to_submit_column{
            top:20rem;
        }
            .VPS_Contracts_container .how_to_submit_column h1{
                font-size:66px;
                line-height:60px;
            }
            .VPS_Contracts_container .how_to_submit_column h2{
                font-size:40px;
                line-height:40px;
            }
    .how_to_submit_column img{
        max-width:400px;
    }
    .why_vantage_col {
        display: block;
    }

    .boat_features ul li:nth-child(1) {
        top: 110px;
        left: 140px;
    }

    .boat_features ul li:nth-child(2) {
        bottom: 105px;
        left: 150px;
    }

    .boat_features ul li:nth-child(3) {
        bottom: 190px;
        right: 35px;
    }

        .boat_features ul li:nth-child(3):after {
            width: 146px;
            left: -150px;
        }
    .left_image_col,
    .left_image_col img {
        max-width: 1000px;
        margin:0 auto;
    }
    .VP_comment{
        color:#fff;
    }
    .vantage_profit_system_col, .vantage_benefits_column {
        grid-template-columns: 50% 50%;
    }
        .vantage_profit_system_col .profit_text_content {
            padding: 3rem 2rem;
        }
    .vantage_system_benefits {
        padding: 3rem 1rem;
    }
    .vantage_features_list{
        padding:0 1rem;
    }


}

@media all and (min-width: 1201px) {

/* GLOBAL STYLES */

.mobile {
    display: none !important;
}
.master-wrapper-content {
	width: 1200px;
	margin: auto;
    max-width: 100%;
}
    .landing_product_logos ul {
        grid-template-columns: repeat(5, minmax(200px, 1fr));
    }
    .html-home-page .master-wrapper-content,
    .html-category-page .master-wrapper-content,
    .html-Landing-page .master-wrapper-content,
    .html-Dealer-page .master-wrapper-content {
        width: 100%;
    }
.html-category-page .master-wrapper-content {
    padding: 120px 0 30px;
}
.center-2 {
	float: right;
	width: 72%;/*replaced by 75%*/
}
.side-2 {
	float: left;
	width: 23%;
    margin-top: 30px;
}
.inputs {
	text-align: left;
}
    .html-Landing-page .header-right{
        width:73%;
    }
    /* GLOBAL TABLES */
    .table-wrapper {
        box-shadow: 0 0 14px rgba(0,0,0,0.06);
    }
.cart tr:last-child td,
.data-table tr:last-child td,
.forums-table-section tr:last-child td {
    border: none;
}
.cart .product-picture a {
    display: block;
    width: 100px;
    height: 100px;
}
.cart label,
.reward-points-history .data-table label {
    display: none;
}
.cart .remove-from-cart > label,
.cart .add-to-cart > label {
    font-size: 0;
    width: 17px;
    height: 17px;
    padding: 0 !important;;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
	position: relative;
	z-index: 1020;
	margin: 0 auto;
	text-align: left;
    background: none;
}
.header-upper {
    overflow: hidden;
    background: #2c2c2c;
}
.header-selectors-wrapper {
    text-align: center;
    font-size: 0;
}
.header-selectors-wrapper > div {
    display: inline-block;
    margin: 0 10px;
}
.header-selectors-wrapper select {
    font: normal 13px 'Fjalla One', sans-serif;
    color: #909090;
    height: 38px;
    background-image: url('../img/header-select-arrow.svg');
    background-color: #2c2c2c;
    background-position: right center;
    padding: 0 10px 0 5px;
    min-width: 0;
    text-transform: none;
    letter-spacing: .5px;
}

.header-lower {
    background: rgba(44,44,44,.7);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    padding: 0 235px 0 265px;/*replaced by 0 286px*/
    position: relative;
    min-height: 75px;
    z-index: 2;
}
    .html-Landing-page .header-lower {
        padding:0;
    }
    .header-lower.slider-enabled {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
.light-theme .header-lower {
    background: rgba(255,255,255,.7);
}
.header-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 276px;
    height: 75px;
    padding: 6px 0 0 40px;
    z-index: 2;
}
.header-logo a {
	display: block;
    width: 100%;
    height: 75px;
	line-height: 0; /*firefox line-height bug fix*/
    position: relative;
}
.header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
	max-width: 100%;
    max-height: 100%;
}

.header-right {
    width: 286px;
    height: 85px;
    padding: 0 0 0 89px;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.header-right.shopping-cart-disabled {
    right: -197px;
}

.store-search-box {
    position: absolute;
    top: 0;
    right: 235px;
    bottom: 0;
    min-width: 51px;
    height: 85px;
    background: #fff;
    padding: 0 51px 0 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-search-box form {
    width: 0;
    overflow: hidden;
    height: 75px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-search-box form.open {
    width: 497px;
}
.store-search-box input.search-box-text {
    width: 446px !important;
    height: 75px;
    float: right;   
}
.store-search-box .search-box-button {
    width: 51px;
    height: 85px;
    background: url('../img/search-button.svg') no-repeat center;
}
.store-search-box .search-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    height: 85px;
    font-size: 0;
    cursor: pointer;
    background: url('../img/search-button.svg') no-repeat center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.light-theme .store-search-box .search-opener {
    box-shadow: 0 0 14px rgba(0,0,0,0.06);
}
.store-search-box .search-opener.open {
    background-image:  url('../img/close.svg');
}
.store-search-box input.search-box-text::-webkit-search-cancel-button {
    display: none;
}

.search-overlay-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2c2c;
    opacity: .8;
    z-index: 3;
}
.light-theme .search-overlay-open:before {
    background: #f0f0f0;
}
.search-overlay-open .header-right {
    z-index: 4;
}
.search-overlay-open .header-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 51px;
    right: 0;
    bottom: 0;
    background: #2c2c2c;
    opacity: .8;
    z-index: 3;
}
.light-theme .search-overlay-open .header-right:before {
    background: #f0f0f0;
}

.header-right .header-links {
    position: absolute;
    right: 197px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.header-links-box > div {
    width: 38px;
    height: 42.5px;
    position: absolute;
    right: 0;
}
.header-links-box-top {
    top: 0;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-top:only-child {
    height: 75px;
}
.header-links-box-top:only-child:before {
    height: 75px;
    line-height: 75px;
}
.header-links-box-top:hover {
    width: 89px;
    height: 85px;
}
.header-links-box-top.three-items:hover {
    height: 114px;
}
.header-links-box-top:before {
    font-family: "venture-font";
    text-transform: none;
    content: "h";
    width: 38px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    line-height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-top.not-authenticated:before {
    content: "d";
}
.header-links-box-top:hover:before {
    opacity: 0;
    z-index: -1;
}
.header-link-wrapper {
    height: 42.5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-top:hover .header-link-wrapper {
    opacity: 1;
}
.header-link-wrapper a {
    white-space: nowrap;
    line-height: 38px;
    height: 42.5px;
    vertical-align: top;
    padding: 0 3px 0 30px;
    display: block;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-link-wrapper a:hover {
    background: #f2f2f2;
    color: #2c2c2c;
}
.header-link-wrapper a:before {
    width: 30px !important;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    vertical-align: top;
}
.header-link-wrapper.login a:before,
.header-link-wrapper.register a:before {
    font-size: 12px;
}  
.header-links-box-bottom {
    background: #e6e6e6;
    position: absolute;
    top: 42px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-bottom:hover {
    width: 89px;
}
.header-links-box-bottom:hover .header-link-wrapper {
    opacity: 1;
}
.header-link-wrapper .wishlist-qty {
    display: none;
}
.header-links-box-bottom:before {
    font-family: "venture-font";
    text-transform: none;
    content: "f";
    width: 38px;
    height: 42.5px;
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-links-box-bottom:hover:before {
    opacity: 0;
    z-index: -1;
}
.ico-wishlist:before {
    font-size: 12px;
}
.bg_brochures .product-grid .item-box .product-title a {
    -webkit-line-clamp: 1;
}

.ui-autocomplete {
	z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
}

.cart-wrapper .cart-qty,
.cart-wrapper .cart-qty-number {
    display: inline-block !important;
    vertical-align: middle;
}
.cart-wrapper .cart-qty-number:before {
    content: '(';
}
.cart-wrapper .cart-qty-number:after {
    content: ')';
}
    #topcartlink {
        height: 85px;
        text-align: center;
        background: #ff1e29;
    }
#topcartlink a {
    padding: 20px 5px 15px;
}
#topcartlink a,
#topcartlink span {
    display: block;
    color: #fff;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#topcartlink a {
    color: #fff;
}
.light-theme #topcartlink a,
.light-theme #topcartlink span {
    color: #fff;
}
#topcartlink .cart-label {
    letter-spacing: 2px;
}
#topcartlink .cart-total {
    opacity: .6;
}

.flyout-cart {
	display: block !important;
	position: absolute;
	top: 85px;
	right: 0;
	z-index: 100;
	width: 450px;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	background: #fff;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cart-wrapper.active .flyout-cart {
	display: block;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart .count {
	padding: 15px;
    font-size: 14px;
    background: #f2f2f2;
    text-align: center;
    color: #a3a3a3;
}
.mini-shopping-cart .count a:hover {
    text-decoration: underline;
}
.mini-shopping-cart .items{
	padding: 10px 0 18px;
    max-height: calc(100vh - 349px);
    overflow-y: auto;
}
.mini-shopping-cart .item {
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 20px 30px 12px;
    position: relative;
}
.mini-shopping-cart .item.first {
    border: none;
}
.mini-shopping-cart .picture {
	float: left;
	width: 100px;
	text-align: center;
    box-shadow: 0px 0px 20px rgba(44,44,44,.1);
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .product {
    padding-right: 85px;
    position: relative;
    margin: 0 0 0 30px;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 120px;
}
.mini-shopping-cart .name {
    color: #2c2c2c;
	margin: 0 0 5px;
}
    .mini-shopping-cart .price {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 80px;
        color: #ff1e29;
    }
.mini-shopping-cart .attributes,
.mini-shopping-cart .quantity {
    color: #909090;
    text-transform: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 25px !important;
}
.mini-shopping-cart .attributes {
    margin: 5px 0;
    border: none;
    padding: 0;
}
.mini-shopping-cart-item-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 30px;
    background: #f0f0f0;
    font-size: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mini-shopping-cart-item-close:before {
    font-family: "venture-font";
    text-transform: none;
    content: "u";
    width: 8px;
    height: 8px;
    font-size: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #848484;
}
.mini-shopping-cart-item-close:hover:before {
    color: #2c2c2c;
}

.mini-shopping-cart .totals { 
    padding: 20px 25px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.mini-shopping-cart .totals span {
    color: #2c2c2c;
    float: left;
}
.mini-shopping-cart .totals strong {
	color: #8f8f8f;
    float: right;
    font-size: 16px;
}
.mini-shopping-cart .buttons {
	margin: 0;
    padding: 20px 25px;
    text-align: center;
    overflow: hidden;
}
.mini-shopping-cart button {
	float: right;
    width: 49%;
	padding: 15px 10px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mini-shopping-cart button:only-child {
    float: none;
}
.mini-shopping-cart button.cart-button {
    background: #f3cc2e;
}
.light-theme .mini-shopping-cart button.cart-button {
    color: #fff;
}
    .mini-shopping-cart button.cart-button:hover {
        background: #ff1e29;
    }
.mini-shopping-cart button + button {
    margin: 0 2% 0 0;
}

.responsive-nav-wrapper-parent {
	display: none;
}

.video-player {
    margin: -6.4% 0;
}
.video-button-title {
    font-size: 41px;
    letter-spacing: 4px;
}
.video-button-subtitle {
    font-size: 91px;
    letter-spacing: 2px;
}
.video-player .play:before {
    border-color: transparent #f3cc2e transparent #f3cc2e;
}
.video-player .play:hover:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button,
.mobile-menu-items {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-center {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 85px;
}
.header-menu {
    display: table-cell;
    vertical-align: middle;
	position: relative;
    text-align: center;
	z-index: 1010;
	margin: 0 0 30px;
    clear: both;
}
.header-menu > ul {
	font-size: 0;
    clear: both;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 8px 9px;
    color: #fff;
	font-size: 17px; /*reset zeroing*/
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .header-menu > ul > li:hover > a,
    .header-menu > ul > li:hover > span {
        color: #ff1e29;
    }
.light-theme .header-menu > ul > li > a, 
.light-theme .header-menu > ul > li > span {
    color: #2c2c2c;
}

.header-menu > ul > li .sublist-wrap .with-subcategories:before {
    display: none;
}
.header-menu .sublist-wrap {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    padding: 19px 0 0;
	min-width: 200px;
    z-index: 2;
}
.header-menu li:hover > .sublist-wrap {
	display: block;
}
.top-menu {
	display: block;
}
.header-menu .sublist {
    background: #2c2c2c;
    min-width: 200px;
    text-align: left;
    box-shadow: 0 0 25px rgba(0,0,0,0.15)
}
.light-layout.header-menu .sublist {
    background: #fff;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
	padding: 14.5px 25px;
	font-size: 16px;
    color: #909090;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.light-layout.header-menu .sublist li a {
    color: #2c2c2c;
}
.header-menu .sublist li .plus-button:before {
    font-family: "venture-font";
    text-transform: none;
    content: "q";
    font-size: 7px;
    width: 9px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    color: #909090;
}
.light-layout.header-menu .sublist li .plus-button:before {
    color: #2c2c2c;
}
.header-menu .sublist li:hover > a {
    background: #0d0d0d;
}
.light-layout.header-menu .sublist li:hover > a {
	background: #f2f2f2;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -19px;
	left: 100%;
}

/* FOOTER */

.footer-upper {
    padding: 60px 0 0;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
.footer-block {
   /* width: 25%;*/
   width:33%;
}
.footer-block .title {
    padding: 14px 10px;
}
.footer-block.find-us span {
    padding: 9px 9px 9px 25px !important;
}
.newsletter-validation,
.newsletter-result {
    margin: 0;
}

/* LEFT/RIGHT COLUMN */

.category-page-body .side-2 {
    width: 23.6%;
    margin-top: 0;
}
.category-page-body .page-body {
    width: 100%;
}

.block {
	float: none;
	width: auto;
    background: none;
    box-shadow: none;
	margin: 0 0 20px;
}
.block .title {
	cursor: default;
    font-size: 18px;
    padding: 0 3px 8px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.block-manufacturer-navigation .title,
.block-vendor-navigation .title,
.block-popular-tags .title {
    padding: 0px 80px 8px 3px;
}

    .block .title:before {
        content: '';
        width: 75px;
        height: 3px;
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: -2px;
        margin: auto;
        background: #ff1e29;
        -o-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg);
    } 
.block .listbox {
	display: block !important;
    border: none;
    background: none;
}
.block .listbox:before {
    display: none;
}
.block .list li {
    position: relative;
}
.block .list a,
.block .list strong {
    padding: 8px 20px 8px 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.block .list a:hover {
    color: #2c2c2c;
}
.sublist-toggle-button {
    display: block;
    width: 19px;
    height: 18px;
    cursor: pointer;
    background: #e7e7e7;
    position: absolute;
    top: 8.5px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sublist-toggle-button:hover {
    background: #d5d5d5;
}
.sublist-toggle-button:before {
    content: "y";
    font-family: "venture-font";
    text-transform: none;
    font-size: 8px;
    text-align: center;
    width: 7px;
    height: 7px;
    color: #808080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 14px rgba(0,0,0,0.06);
}
.sublist-toggle-button.open {
    background: #fff;
}
.sublist-toggle-button.open:before {
    content: "x";
    color: #f3cc2e;
}
.block .sublist {
    padding: 0 0 0 15px;
}
.block .view-all {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.block .view-all a {
    display: block;
    padding: 2px 13px 2px 0;
    border-top: none;
    color: #909090;
    font-size: 13px;
    position: relative;
}
.block .view-all a:after {
    font-family: "venture-font";
    text-transform: none;
    content: "q";
    font-size: 7px;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
}
.block-recently-viewed-products .listbox .list {
    padding: 20px 0;
}
.block-recently-viewed-products li {
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.06);
    margin: 0 0 10px;
    display: table;
    width: 100%;
}
.block .list .product-picture {
    display: table-cell;
    width: 35%;
	vertical-align: middle;
    padding: 5px;
}
.block .list  .product-picture img {
	display: block;
	max-width: 100%;
}
.block .list .product-name {
	display: table-cell;
	width: 75%;
    padding: 10px;
	vertical-align: middle;
}
.block .list .product-name span {
    display: block;
}
.block .list .product-name .name {
    max-height: 38px;
    overflow: hidden;
    color: #2c2c2c;
    margin: 0 0 3px;
}
.block .list .product-name .price {
    color: #f3cc2e;
}
.block .tags {
    padding: 15px 0;
}
.block .tags a{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.block .tags a:hover {
    color: #2c2c2c;
}
.block .poll strong {
    padding: 8px 3px;
}
.block .poll-options li, 
.block .poll-results li {
    margin: 0 3px;
}
.block .poll .buttons {
    margin: 0;
}
.block .poll .buttons, 
.block .poll-total-votes {
    padding: 8px 3px;
}
.block .poll .buttons button {
    padding: 8px 3px;
    background: none;
    color: #909090;
}
.block .poll-options,
.block .poll-results {
    margin: 0;
}
.block .poll .buttons button:hover {
    background: none !important;
    color: #909090;
}

/* Home Page Information Boxes */

.information-boxes-block {
    max-width: 1200px;
    margin: auto;
}
.information-box {
    text-align: center;
    padding: 40px 20px 25px;
}
.information-box .image-wrapper {
    float: none;
    display: inline-block;
    position: relative;
}
.information-box:hover .image-wrapper:before {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.information-box .information-wrapper {
    margin: 15px 0;
    display: block;
    text-align: center;
}
.information-box .title {
    display: block;
    margin: 10px 0;
    font-size: 17px;
}
.information-box .description {
    display: block;
    text-transform: none;
    line-height: 25px;
    color: #909090;
    font-family: 'Lato', sans-serif;
}


.home-page-bottom-wrapper {
    max-width: 1200px;
}


/* CATEGORY PAGE & GRIDS */

.product-selectors .product-viewmode .items-4 {
    display: inline-block;
}

.item-box {
    width: 32%; /*three per row*/
    margin: 0 0 10px 2%;
}
.item-box:nth-child(4n+1) {
    clear: both;
/*    margin-left: 0;*/
}

.html-category-page .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.html-category-page .item-box:nth-child(4n+1) {
    clear: none;
}
.center-2.items-3 .product-grid .item-box {
    width: 32%;
    margin: 0 0 3% 2%;
}
.center-2.items-3 .product-grid .item-box:nth-child(4n+1) {
    clear: none;
    margin-left: 2%;
}
.center-2.items-3 .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.manufacturer-grid .item-box,
.vendor-grid .item-box  {
    width: 32%;
    margin: 0 0 2% 2%;
}

.html-Category-list-page .item-box{
    width:23%;
}
.manufacturer-grid .item-box:nth-child(4n+1),
.vendor-grid  .item-box:nth-child(4n+1){
    clear: none;
    margin-left: 2%;
}
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-grid  .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.html-Category-list-page .category_grid .item-box:nth-child(4n+1){
    clear: none;
    margin-left: 2%;
}

.category-grid .item-box {
    width: 25%;
}
.category-item .title{
    bottom: 20px;
    right: 18%;
}
.category-item:hover .title:before {
    right: -10px;
}

.home-page-body .product-grid,
.category-page-body .master-column-wrapper {
    width: 1200px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.product-grid .item-box .product-item:hover:before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}
.item-box button:hover {
    background-color: #f3cc2e;
}
.dark-theme .item-box button.product-box-add-to-cart-button:hover {
    background-image: url('../img/product-shopping-cart-dark.svg');
}
.dark-theme .item-box button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare-dark.svg');
}
.dark-theme .item-box button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist-dark.svg');
}
.light-theme .item-box button.product-box-add-to-cart-button:hover {
    background-image: url('../img/product-shopping-cart-light.svg');
}
.light-theme .item-box button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare-light.svg');
}
.light-theme .item-box button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist-light.svg');
}
.dark-theme .product-box-layout-2 .venture-product-grid .item-box button.product-box-add-to-cart-button:hover,
.dark-theme .product-box-layout-2 .venture-product-grid .item-box .items-2 button:hover {
    background-image: none;
    color: #2c2c2c;
}
.light-theme .product-box-layout-2 .venture-product-grid .item-box button.product-box-add-to-cart-button:hover,
.light-theme .product-box-layout-2 .venture-product-grid .item-box .items-2 button:hover {
    background-image: none;
    color: #fff;
}
.item-box .product-item .buttons {
    outline: 0 solid transparent;
    background: #fff;
}
.item-box .product-item:hover .buttons {
    outline: 5px solid #fff;
}
.item-box .product-item:hover .buttons.items-1 {
    height: 50px;
}
.item-box .product-item:hover .buttons.items-2 {
    height: 103px;
}
.item-box .product-item:hover .buttons.items-3 {
    height: 156px;
}

.html-EBrochures-page .item-box .product-item:hover .buttons.items-3 {
    height: 0;
}
.item-box .product-item:hover .buttons.items-4 {
    height: 209px;
}
.item-box .product-item:hover .buttons.items-5 {
    height: 262px;
}
.item-box .product-item:hover button {
    height: 50px;
}
.item-box .additional-price-info {
    /*display: block;*/
    position: absolute;
    bottom: 5px;
    left: 25px;
    line-height: 20px;
    height: 20px;
    right: 55px;
    overflow: hidden;
}

.product-box-layout-2 .venture-product-grid .item-box {
    float: left;
    margin: 0 0 20px 20px !important;
}
.product-box-layout-2 .venture-product-grid .item-box .product-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-box-layout-2 .venture-product-grid .item-box:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: both;
}

.dark-theme .product-list .item-box button.product-box-add-to-cart-button:hover {
    background-image :none;
    color: #2c2c2c;
}
.light-theme .product-list .item-box button.product-box-add-to-cart-button:hover {
    background-image :none;
    color: #f2f2f2;
}


.news-list-homepage {
    width: 1200px;
    max-width: none;
}
.news-list-homepage .news-items {
    overflow: hidden;
}
.news-list-homepage .news-item {
    margin: 0 0 23px 20px;
    float: left;
}
.news-list-homepage .news-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.news-list-homepage .news-text {
    height: 150px;
    overflow: hidden;
}
.news-list-homepage .view-all a {
    max-width: none;
}
.news-list-homepage .view-all a:hover {
    background: #d5d5d5;
}

.home-page-polls {
    max-width: 1200px;
}

.breadcrumb ul {
	max-width: 1200px;
}

/* PRODUCT PAGE */

.product-essential {
    max-width: 1200px;
    padding: 0;
}
    .gallery {
        float: left;
        width: 52%;
        position: relative;
    } 
.gallery .picture {
    box-shadow: none;
}
        .gallery .picture {
            width: 80%;
            /*   float: right;*/
            margin: 0 auto 40px;
            min-height: 380px;
            max-height: 380px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
        }
        .gallery .picture img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            margin:0 auto;
        }
     .gallery .picture:before{
         padding-top:100%;
         content:"";
         display:block;
     }

    .product-details-page .img_title {
        text-align: center;
        margin-bottom:8px;
    }
    .gallery .picture:only-child {
        width: 100%;
        float: none;
    }
.gallery .picture-thumbs {
    width: 100%;
    float: left;
}
.gallery .thumb-item {
    width: 100%;
    margin: 0 0 20px;
}
.gallery .thumb-item:last-child {
    margin: 0;
}
.gallery .thumb-item {
    box-shadow: none;
}
.overview {
	float: right;
	width: 44.5%;
    text-align: left;
}
.overview .label, 
.variant-overview .label,
.overview .value, 
.variant-overview .value {
    font-size: 15px;
}
.overview .product-name {
    position: static;
    height: auto;
    padding: 0 125px 0 0;
    margin: 0 0 5px;
}
.overview .product-name h1 {
    text-align: left;
}
.product-reviews-overview {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    text-align: right;
}
.product-review-links {
    margin: 5px 0 0;
}
.product-review-links a {
    display: block;
    margin: 0 0 3px;
}
.product-review-links a:last-child {
    color: #f3cc2e;
}
.product-review-links .separator {
    display: none;
}
.customer-entered-price {
    text-align: left;
}
.customer-entered-price > div {
    display: inline-block;
    vertical-align: bottom;
}
.customer-entered-price .price-range {
    margin: 0 0 25px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    text-align: left;
}
.variant-overview .attributes {
    max-width: 540px;
}
.attributes {
    padding: 33px 30px;
}
.attributes dd {
    margin: 0 0 20px;
}
.attributes dd:last-child {
    margin: 0;
}
.attribute-squares {
	text-align: left;
}
.attribute-squares li {
	margin: 0 10px 10px 0;
}

.rental-attributes .attribute-item {
    width: 50%;
    float: left;
}
.rental-attributes .attribute-item:nth-child(odd) {
    padding: 0 3px 0 0;
}
.rental-attributes .attribute-item:nth-child(even) {
    padding: 0 0 0 3px;
}

.overview .availability {
    text-align: right;
}
.overview .attributes ~ .availability {
    left: auto;
}

.tier-prices .field-header {
    text-align: left;
}

.overview-footer {
    overflow: hidden;
}
.overview-footer .product-social-buttons {
    float: left;
    margin: 20px 0 0;
}
.overview-footer .product-estimate-shipping {
    float: right;
    text-align: right;
    padding: 0;
    margin: 15px 0 0;
}
.overview-footer .free-shipping {
    float: right;
    padding-right: 0;
    margin: 21px 0 0;
}

.product-page-bottom {
    max-width: 1200px;
}
.variant-overview-buttons.overview-buttons {
    margin: 30px auto;
}
.grouped-product-details-page .product-essential .overview-buttons {
    text-align: left;
}
.variant-overview .prices {
    float: left;
    margin: 30px 0 0;
}
.variant-overview-buttons {
    float: right;
    width: auto;
}


/* REVIEW PAGE */

.write-review {
        padding: 55px 96px 30px;
}

/* WISHLIST & COMPARE LIST */

.data-table .table-wrapper {
    position: relative;
    z-index: 2;
}
.wishlist-content .tax-shipping-info {
    position: relative;
    z-index: 1;
}

.compare-products-page .page-title {
    margin: 0 0 15px;
}

/* TOPICS */
/* CONTAC<div class="overlayOffCanvas"></div>T PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */



.login-page .title {
    padding: 45px 50px 0;
}
.login-page .text {
    padding: 0 50px;
}
.login-page .message-error {
    padding: 50px 50px 0;
    margin: 0;
}
.login-page .form-fields {
    padding: 0 50px;
}
.login-page .button-1.checkout-as-guest-button {
    margin: 0 5px;
}
    .form-fields.login_info {
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 15px 50px;
        background: rgba(255,30,41,0.4);
        font-family: 'Lato', sans-serif;
        margin-bottom:10px;
    }

.return-request-page label {
	width: 305px;
}

.customer-pages-body .page-title {
    width: 1200px;
    left: -228px;
}
.account-page .buttons {
    text-align: left;
}
.check-gift-card-balance-page .captcha-box {
    text-align: left;
}

    .customer-pages-body .side-2 .block .list .active a,
    .customer-pages-body .side-2 .block .list a:hover {
        color: #fff;
        background: #ff1e29;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
.customer-pages-body.light-theme .side-2 .block .list .active a,
.customer-pages-body.light-theme .side-2 .block .list a:hover {
    color: #fff;
}
    .customer-pages-body .side-2 .block .list .active a:after,
    .customer-pages-body .side-2 .block .list a:hover:after {
        width: 8px;
        left: -8px;
        background: #ff1e29;
    }
.order-list-page .recurring-payments td label,
.downloadable-products-page .data-table td label {
    display: none;}

.billing-info,
.shipping-info {
    padding: 60px 60px 40px;
}
.shipment-details-page .order-info,
.shipment-details-page .shipping-info {
    padding: 60px;
}
.payment-method-info,
.shipping-method-info {
    padding: 0 60px 40px;
}
.order-details-page .data-table th,
.order-details-page .data-table td,
.shipment-details-page .data-table th,
.shipment-details-page .data-table td  {
    padding: 30px;
}
.order-details-page .section.options > div,
.order-details-page .section.totals {
    padding: 50px;
}
.order-details-page .data-table label {
    display: none;
}
.section.order-completed .title {
    padding: 50px 50px 15px;
}
.order-completed .details {
    padding: 0 50px 50px;
}

.order-progress ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: visible;
}
.order-progress li {
    display: table-cell;
    float: none;
    margin: 0;
    width: auto;
}
.order-progress a:before {
    left: 2.5px;
    right: 2.5px;
    -o-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}


/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .common-buttons {
    overflow: hidden;
    margin: 10px 0 40px;
    max-width: 100%;
}
.shopping-cart-page .button-2.clear-cart-button,
.shopping-cart-page .button-2.update-cart-button,
.shopping-cart-page a.estimate-shipping-button {
    margin: 0 5px 0 0;
    width: auto;
    padding: 15px 30px 15px 50px;
}
.shopping-cart-page .button-2.continue-shopping-button {
    float: right;
    width: auto;
    margin: 0 0 0 5px;
    clear: none;
    padding: 15px 30px;
}

.cart-options .checkout-attributes {
    padding: 50px 60px 30px;
    text-align: left;
}
.cart-options .checkout-attributes dd {
    margin: 0 0 20px;
}
.checkout-attributes .qq-upload-button {
    margin: 0;
}
.cart-options .selected-checkout-attributes {
    padding: 30px 50px;
    text-align: left;
}

.cart-options .checkout-attributes {
    margin: 0 0
}
.cart-footer:after {
    content: '';
    display: block;
    clear: both;
}
.shopping-cart-page .totals {
    float: right;
	width: 32%;
	margin: 0;
}
.cart-collaterals {
    float: left;
	width: 66%;
	margin: 0;
}
.cart-collaterals > div,
.cart-collaterals .shipping-options .inputs label,
.cart-collaterals .deals .inputs label,
.cart-collaterals .shipping-options .buttons {
    text-align: left;
}

.checkout-page .address-grid {
    max-width: 1200px;
}

.checkout-page .cart-footer .total-info {
    padding: 30px 70px;
    width: 430px;
}
.checkout-page .address-item {
    width: 386px;
    text-align: left;
}
.checkout-page .address-box {
    padding: 45px 50px 40px;
}
.checkout-page .address-item li {
    text-align: left;
}
.checkout-page .address-item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.checkout-page .section.new-billing-address,
.checkout-page .section.new-shipping-address {
    padding: 50px;
}

.checkout-page .section.pickup-points {
    padding: 30px 50px;
}

.shipping-method .method-list,
.payment-method .method-list {
    padding: 50px;
}
.use-reward-points {
    padding: 20px 50px;
}
.payment-info .info {
	padding: 50px;
}

.checkout-page .opc .section.pickup-points {
    padding: 20px 50px;
}
.opc .checkout-data .section.order-summary .title {
    text-align: left;
}
.opc .order-review-data .billing-info, 
.opc .order-review-data .payment-method,
.opc .order-review-data .shipping-method,
.opc .order-review-data .shipping-info {
    text-align: left;
}
.opc .section.order-summary .table-wrapper {
    border: 1px solid #f5f5f5;
}
.opc .cart tr {
    border: none;
}

/* SEARCH & SITEMAP */

.basic-search-top {
    padding: 50px 0;
}

.sitemap-page .entity {
    padding: 50px;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.news-item-page .page-title,
.blogpost-page .page-title {
    padding: 50px 68px 10px;
}
.news-item-page .news-date,
.blogpost-page .post-date {
    padding: 0 68px;
} 
.news-item-page .news-body,
.blogpost-page .post-body {
    padding: 0 68px 68px;
}
.comment-list {
    padding: 55px 68px;
}

.blogpost-page .tags {
    padding: 0 68px 55px;
}

.block.block-blog-archive .sublist {
    display: none;
}

/* FORUM & PROFILE */

.forum-edit-page .fieldset,
.private-message-send-page .fieldset,
.private-messages-page .fieldset,
.move-topic-page .fieldset {
    padding: 80px 0;
}
.forums-header .topic-block-body {
    padding: 40px 0;
}
.forum-search-box {
    padding: 0 40px 40px;
}
.forum-search-page .advanced-search .inputs label {
	width: 305px;
}
.ui-tabs .ui-tabs-panel {
    padding: 50px;
} 
.private-messages-page .buttons {
    margin: 50px -50px -50px;
}
.topic-page-body .master-wrapper-content {
    width:100%;
    padding-top: 0;
    padding-bottom: 0;
}
.topic-page-body .page-body {
    max-width:100%;
}
.topic-page-body .page-title{
    display:none;
}

    section.bg_brochures {
        max-width: 1000px;
        margin: 0 auto;
        background-color: #fff;
    }


}

@media (min-width:1201px) and (max-width:1366px ){
    .store-search-box {
        right: 207px;
    }
    .header-right .header-links{
        right:170px;
    }
    .header-right{
        width:220px;
        padding:0 0 0 50px;
    }
    .star_baloon {
        position: absolute;
        top: unset;
        right: unset;
        left: 50px;
        bottom: -240px;
    }
    .left_image_col img {
        width: 1142px;
        height: 905px;
        min-width: 1142px;
    }

    .boat_features ul li:nth-child(1) {
        top: 180px;
        left: 180px;
    }

    .boat_features ul li:nth-child(2) {
        bottom: 165px;
        left: 40px;
    }

        .boat_features ul li:nth-child(2):after {
            right: 0;
        }

    .boat_features ul li:nth-child(3) {
        bottom: 170px;
    }

        .boat_features ul li:nth-child(3):after {
            top: -50px;
            left: 50%;
            width: 3px;
            height: 45px;
        }
}


@media all and (min-width:1367px) {
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        padding: 8px 15px;
    }
    .cleaner_img_col .clickBtn {
        position: absolute;
        bottom: -25%;
        width: 365px;
        left: 50%;
        transform: translateX(-50%);
    }
    .protection_points img{
        max-width:100%;
    }
    .star_baloon {
        position: absolute;
        top: -4rem;
        right: -15rem;
        z-index: 9;
    }

    .eco_friendly_box {
        position: absolute;
        right: -16rem;
        left: unset;
        top: 25rem;
    }

    .vantage_clean_container {
        grid-template-columns: 380px 770px;
        max-width:1430px;
        width:100%;
        margin:0 auto;
    }
    .claims_layout{
        margin-bottom:30px;
    }
    .claims_section_2 {
        padding-bottom: 200px;
    }
    .service_content p, .claimsAction_form {
        padding-left: 10rem;
    }
    .general_claims_col{
        padding:0 40px 30px;
    }
    .ext_int_claims ul{
        padding:0 40px;
    }
    .comment_1 {
        top: 139px;
        left: -45px;
    }

    .comment_2 {
        top: 17em;
        right: 2em;
    }
    .claims_img {
        max-width: 350px;
        width: 350px;
    }
    .claims_img img{
        width:350px;
    }
    .VPS_Contracts_container .how_to_submit_column{
        right:5rem;
    }
    .left_image_col img {
        width: 1142px;
        min-width: 1142px;
        height: 100%;
        min-height: 965px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .boat_features ul li:nth-child(1) {
        top: 200px;
        left: 140px;
    }

    .boat_features ul li:nth-child(2) {
        bottom: 175px;
        left: 100px;
    }

    .boat_features ul li:nth-child(3) {
        bottom: 220px;
        right: unset;
        left: 650px;
    }
    .html-Landing-page .header-right {
        width: 65%;
    }
}