/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 
*/

@font-face {
    font-family: 'industry-bold';
    src: url('fonts/Industry-Bold.eot');
    src: url('fonts/Industry-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Industry-Bold.woff2') format('woff2'), url('fonts/Industry-Bold.woff') format('woff'), url('fonts/Industry-Bold.ttf') format('truetype'), url('fonts/Industry-Bold.svg#Industry-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus-sans-regular';
    src: url('fonts/NimbusSanL-Reg.eot');
    src: url('fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype'), url('fonts/NimbusSanL-Reg.woff2') format('woff2'), url('fonts/NimbusSanL-Reg.woff') format('woff'), url('fonts/NimbusSanL-Reg.ttf') format('truetype'), url('fonts/NimbusSanL-Reg.svg#NimbusSanL-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Medium';
    src: url('fonts/Industry-Medium.eot');
    src: url('fonts/Industry-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Industry-Medium.woff') format('woff'), url('fonts/Industry-Medium.ttf') format('truetype'), url('fonts/Industry-Medium.svg#Industry-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Demi';
    src: url('fonts/Industry-Demi.eot');
    src: url('fonts/Industry-Demi.eot?#iefix') format('embedded-opentype'), url('fonts/Industry-Demi.woff') format('woff'), url('fonts/Industry-Demi.ttf') format('truetype'), url('fonts/Industry-Demi.svg#Industry-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

.top-bar-strip .menu li {
    float: left;
    display: inline-block;

    padding: 15px 12px;
    position: relative;
}

.top-bar-strip .menu li:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 2px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #959595;
}

.site-header {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}

.top-bar-strip .social-navigation {
    float: right;
    width: auto;
    margin-bottom: 0;
    margin-top: 11px;
}

.top-bar-strip .custom-menu-class {
    float: right;

    margin-right: 18px;
}

.social-navigation .icon {
    color: #000;
}

.social-navigation a {
    background-color: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 25px;
}

.social-navigation .icon {
    height: 15px;
    top: 5px;
    width: 15px;
    vertical-align: middle;
    color: #000;
}

.social-navigation a:hover,
.social-navigation a:focus {
    background-color: #81bc00;
}

.social-navigation a:hover .icon,
.social-navigation a:focus .icon {
    color: #000;
}

.top-bar-strip .menu li a {
    color: #d7d7d7;
    font-size: 16px;
    line-height: normal;
    font-family: 'nimbus-sans-regular';
    float: left;
    line-height: 16px;
}

.top-bar-strip .menu li a:hover,
.top-bar-strip .menu li a:focus {
    text-decoration: none;
    color: #81bc00 !important;
}

.top-bar-strip {

    background-color: rgba(17, 17, 17, 0.6);
}

.top-bar-strip .menu li:last-child {
    border: none;
}

.top-bar-strip .menu li:last-child a,
nav#site-navigation .menu li:last-child {
    padding-right: 0;
}

nav#site-navigation {
    text-align: right;
    float: right;
    margin-top: 35px;
}

nav#site-navigation .menu li {
    float: left;
    display: inline-block;
    padding: 0 20px;
}

nav#site-navigation .menu li a {
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
    font-family: 'nimbus-sans-regular';
    text-transform: uppercase;
}

nav#site-navigation .menu li a:hover,
nav#site-navigation .menu li a:focus {
    color: #81bc00;
    border-bottom: 2px solid #81bc00;
    text-decoration: none;
}

.wpml-ls-slot-2.wpml-ls-current-language:hover,
.wpml-ls-slot-2.wpml-ls-current-language:hover a,
.wpml-ls-slot-2.wpml-ls-current-language a:hover {
    background-color: transparent;
    text-decoration: none;
}

.wpml-ls-slot-2.wpml-ls-current-language,
.wpml-ls-slot-2.wpml-ls-current-language a,
.wpml-ls-slot-2.wpml-ls-current-language a:visited {
    background-color: transparent;
    color: #81bc00;
}

li#media_image-2 {
    display: inline-block;
    padding: 0;
}

.custom-header {
    margin: 19px 0 0px 0;
}

.main-navigation ul ul {
    background-color: rgba(17, 17, 17, 0.6);
    border: 1px solid rgba(17, 17, 17, 0.6);
}

.main-navigation li li.focus>a,
.main-navigation li li:focus>a,
.main-navigation li li:hover>a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
    color: #fff;
}

.main-navigation li li:hover,
.main-navigation li li.focus {
    background-color: transparent;
}

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

.site-branding {
    padding: 0;
}

nav#site-navigation .menu .sub-menu li a {
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 15px;
    border-bottom: none;
}

.main-navigation ul .sub-menu {
    width: 270px;
    border: none;
    padding: 15px;
}

.main-navigation ul .sub-menu li {
    padding: 0px !important;
}

.wpml-ls-slot-2.wpml-ls-current-language,
.wpml-ls-slot-2.wpml-ls-current-language a,
.wpml-ls-slot-2.wpml-ls-current-language a:visited {
    color: #959595;
}

.wpml-ls-slot-2.wpml-ls-current-language:hover,
.wpml-ls-slot-2.wpml-ls-current-language:hover a,
.wpml-ls-slot-2.wpml-ls-current-language a:hover {
    color: #81bc00 !important;
}

.footer-menu li {
    border: none !important;
}

.footer-menu li a {
    box-shadow: none !important;
}

.top-bar-strip .menu .sub-menu {
    background-color: rgba(17, 17, 17, 0.8);
    border: none;
    padding: 8px 5px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 99999;
    width: 250px;
    left: 0;
    margin: 0;
    display: none;
}

.top-bar-strip .menu .sub-menu li {
    display: block;
    float: none;
    padding: 3px 6px;
    border: none;
}

.top-bar-strip .menu .sub-menu li a {
    float: none;
    display: block;
    border: none;
    margin: 0;
    padding: 5px 0;
    color: #959595 !important;
}

.top-bar-strip .menu .sub-menu li a:hover {
    color: #81bc00 !important;
}

.top-bar-strip .menu li:hover .sub-menu {
    display: block;
}

.top-bar-strip .menu .sub-menu li:after {
    width: 0;
    height: 0;
}

.video-banner video {
    max-width: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px
}

.application-section .app-content li {
    padding-right: 30px;
}

.products-section .btn-green a {
    color: #fff;
    text-decoration: none;
}

.main-navigation>div>ul {
    border: none;
    s
}

.home-banner h1 {
    line-height: 92px;
    font-size: 98px;
    color: #fff;
    letter-spacing: -2px;
}

.home-banner h2 {
    line-height: 92px;
    color: #81bc00;
    font-size: 108px;
}

.home-banner h4 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}

.banner-video-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    height: 950px;
}

.banner-video-wrap video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    overflow: hidden;
    max-width: initial;
}

.desc-content p {
    color: #53585a;
    line-height: normal !important;
    margin: 0;
}







.top-bar-strip .menu li:last-child:after {
    display: none;
}

.social-navigation a {
    margin: 0 0px 0.5em 1em;
}

.footer .custom-html-widget {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}











/*slider*/

.amazingslider-text-1 {
    font-family: 'industry-bold' !important;
    padding-left: 135px !important;
}

.amazingslider-title-1,
.amazingslider-description-1>p {
    display: block;
    color: #81bc00 !important;
    font-size: 98px !important;
    letter-spacing: -2px;
    font-family: 'industry-bold' !important;
    font-style: normal !important;
    line-height: 98px !important;
    height: auto !important;
    padding: 0px !important;

    display: block !important;
    text-transform: uppercase !important;
}

.amazingslider-description-1>p {
    margin: 0;
    color: #fff !important;
}

.amazingslider-description-1 {
    font-size: 50px !important;
    line-height: 60px !important;
    font-family: 'industry-bold' !important;
    line-height: normal !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 1.33 !important;
    margin-bottom: 30px !important;
}

.amazingslider-text-1 {
    text-align: left !important;
}

.amazingslider-button-1 button {
    background: transparent !important;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 18px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    min-width: 212px;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none;
    padding: 16px 10px;
    margin-top: 15px;
}

.amazingslider-button-1 button:hover,
.amazingslider-button-1 button:focus,
.amazingslider-button-1 button:active {
    background: #81bc00 !important;
    color: #ffffff;
    outline: none !important;
}











/*Dev*/

.banner-video-wrap,
.banner-image .home-banner-wrap {
    height: calc(100vh);
}

.banner-image .owl-theme .owl-dots .owl-dot.active span,
.banner-image .owl-dots .owl-dot:hover span {
    background: #81bc00 !important;
}

.home .banner-image .owl-theme .owl-dots .owl-dot.active span {
    background: #75a903 !important;
}

.banner-image .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.banner-image .owl-nav {
    display: none;
}

.banner-image .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.application-section .app-content .btn-green {
    text-transform: uppercase;
}












/*support-page*/

.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #b0b4b7;
    width: 100%;
    border-radius: 0;
    color: #707070;
    font-size: 16px !important;
    font-weight: normal;
    font-family: 'nimbus-sans-regular' !important;
    min-height: 58px;
    padding: 0.7em !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
.gform_wrapper textarea.medium::-webkit-input-placeholder,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.gform_wrapper textarea.medium::-moz-placeholder,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
    /* IE 10+ */
    color: #707070;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
.gform_wrapper textarea.medium:-moz-placeholder,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
}


.contact-form .wpcf7-form .wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text {
    min-height: 58px;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form-control.wpcf7-submit {
    background: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 14px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none;
    padding: 13px 53px !important;
    margin-top: 25px;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit:active {
    background: #73a703 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
}

.big-prodct-img-wrap {
    position: absolute;
    right: -95px;
    top: -15px;
}

.contact-form-section {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.gform_wrapper .gfield_error .gfield_label {
    display: none;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    display: none !important;
}

#gform_wrapper_2 .top_label .gfield_label,
#gform_wrapper_2 legend.gfield_label {
    display: block !important;
    font-family: 'nimbus-sans-regular';
    font-weight: normal;
    color: #252525;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857143;
}

.gform_wrapper ul.gfield_checkbox li label {
    font-family: 'nimbus-sans-regular';
    font-weight: normal;
    color: #252525;
    padding-left: 34px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857143;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

body .gform_wrapper .validation_message {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid red;
}

body .gform_wrapper div.validation_error {
    color: red;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 25px;
    border-top: none;
    border-bottom: none;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper textarea.medium {
    max-height: 120px;
}

.gform_footer.top_label input[type="submit"] {
    padding: 13px 53px !important;
}


/*breadcrumb*/

.breadcrumb-wrap {
    color: #92969e;
    margin-bottom: 65px;
}

.breadcrumb-wrap .home span {
    background-image: url(images/berdcrumb-home.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.breadcrumb-wrap span {
    color: #92969e;
    background-color: transparent;

    font-size: 14px;
    padding: 0;
    text-transform: capitalize;
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
    height: 20px;
}

.breadcrumb-wrap a span:after {
    position: absolute;
    content: "";
    background-image: url(images/bread-crumb-arrow.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 9px;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-wrap .current-item span:after,
.post.post-page.current-item>span:after {
    background-image: none;
    width: 0;
    height: 0;
}

.post.post-page.current-item {
    color: #53585a;
}

.breadcrumb-wrap .current-item span {
    color: #53585a;
}











/*product-list-page*/

.woocommerce-loop-product__title {
    color: #53585a;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'nimbus-sans-regular';
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    min-height: 45px;
    text-align: center;
    text-transform: capitalize;
    line-height: 23px;
    padding: 0 50px;
    margin: 15px auto 0;
}

.woocommerce-products-header__title.page-title {
    color: #707070;
    font-size: 36px;
    font-family: 'Industry-Demi';
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

.button.product_type_simple.add_to_cart_button,
.button.product_type_simple.ajax_add_to_cart {
    background: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 16px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 10px 35px;
    margin-top: 25px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    max-width: 150px;
    margin: 15px auto;
}

.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_simple.add_to_cart_button:focus,
.button.product_type_simple.add_to_cart_button:active .button.product_type_simple.ajax_add_to_cart:hover,
.button.product_type_simple.ajax_add_to_cart:focus,
.button.product_type_simple.ajax_add_to_cart:active {
    background: #73a703 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
    text-decoration: none;
}

.attachment-shop_thumbnail.size-shop_thumbnail {
    max-width: 35px;
    max-height: 35px;
    float: right;
}

.woocommerce-mini-cart-item.mini_cart_item a {
    color: #92969e;
    font-size: 14px;
    text-decoration: underline;
}

.quantity {
    color: #92969e;
    font-size: 14px;
    display: block;
    width: 100%;
}

.woocommerce-mini-cart-item.mini_cart_item a.remove {
    background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    box-shadow: none;

    display: inline-block;
    font-size: 16px;
    color: #fff !important;
    height: 13px;
    line-height: 8px;

    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 13px;
    position: absolute;
    top: 22px;
    left: 6px;
}

a.remove {
    background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    box-shadow: none;

    display: inline-block;
    font-size: 16px;
    color: #fff !important;
    height: 13px;
    line-height: 8px;

    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 13px;
}

@-moz-document url-prefix() {
    .woocommerce-mini-cart-item.mini_cart_item a.remove {
        line-height: 6px;
    }
    a.remove {
        line-height: 7px;
    }
}

.woocommerce-mini-cart__total.total {
    color: #92969e;
    padding: 14px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    margin-top: 35px;
    text-align: center;
    font-family: 'nimbus-sans-regular';
    margin-bottom: 0;
}

.button.wc-forward {
    background-color: #808080;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 14px;
    border: 2px solid #808080;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 10px 42px 10px 25px;
    margin-top: 12px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-image: url(images/cart-arrow.png);
    background-repeat: no-repeat;
    background-position: 88% 17px;
    float: left;
    letter-spacing: 1px;
}

.button.wc-forward:hover,
.button.wc-forward:focus,
.button.wc-forward:active {
    background-color: #6a6565;
    border-color: #6a6565;
    color: #fff;
}

.button.checkout.wc-forward {
    background-color: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 14px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 10px 42px 10px 25px;
    margin-top: 12px;
    text-transform: uppercase;
    display: block;
    text-align: center;

    float: right;
    letter-spacing: 1px;
}

.button.checkout.wc-forward:hover,
.button.checkout.wc-forward:focus,
.button.checkout.wc-forward:active {
    background-color: #73a703 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
    text-decoration: none;
}

.woocommerce-mini-cart__buttons.buttons {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

aside .widgettitle {
    color: #7a7e84;
    font-weight: lighter;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 25px 0;
    font-size: 18px;
    font-family: 'nimbus-sans-regular';
    margin-bottom: 15px;
}

.woocommerce-mini-cart-item.mini_cart_item {
    list-style: none;
    padding: 17px 0 17px 30px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.woocommerce-mini-cart-item.mini_cart_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-side-widget-woo a {
    color: #92969e;
    font-size: 14px;
    text-decoration: underline;
}

.custom-side-widget-woo {
    margin-bottom: 60px;
}

.custom-side-widget-woo li {
    list-style: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.product_title.entry-title {
    font-size: 36px;
    color: #707070;
    font-family: 'Industry-Demi';
    line-height: 40px;
    margin-bottom: 12px;
}

.product .woocommerce-Price-amount.amount {
    color: #c6c7ca;
    font-size: 21px;
    margin-right: 10px;
}

.price del {
    color: #c6c7ca;
    opacity: 1;
}

.price ins {
    background-color: transparent;
}

.price ins .woocommerce-Price-amount.amount {
    color: #53585a;
}

.woocommerce-product-details__short-description p {
    line-height: 30px;
}

.input-text.qty.text {
    background-color: #f2f2f2;
    color: #43454b;
    border-radius: 0;
    border: none;
    border-top: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) inset;
}

.single-product form.cart .quantity {
    width: auto;
    margin-right: 13px;
}

button.single_add_to_cart_button.button {
    background: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 14px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 12px 36px;

    text-transform: uppercase;

    text-align: center;
}

button.single_add_to_cart_button.button:hover,
button.single_add_to_cart_button.button:focus,
button.single_add_to_cart_button.button:active {
    background: #73a703 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
    text-decoration: none;
}

.product_meta {
    margin-top: 30px;
}

.product_meta .posted_in {
    font-size: 14px;
    color: #61656d;
}

.product_meta .posted_in a {
    color: #92969e;
    text-decoration: underline;
    box-shadow: none;
}

.product_meta .posted_in a:hover,
.product_meta .posted_in a:focus {
    text-decoration: none;
}

.woocommerce-product-gallery img.flex-active {
    display: none;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    padding: 0 15px;
}

.flex-control-nav {
    margin: 0 -15px;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 1;
}

.flex-viewport {
    margin-bottom: 15px;
}

.single-product .summary p.price {
    margin: 35px 0 25px;
}

.single-product .related.products {
    background-color: transparent;
    background-image: none;
    text-align: center;
}

.single-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: 295px;
    display: inline-block;
    width: 100%;
}

.tabs li {
    display: block !important;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: none !important;
}

.tabs li a {
    padding: 19px 0;
    color: #81bc00;
    font-size: 16px;
    display: block;
    box-shadow: none !important;
    outline: none;
    text-decoration: none;
}

.tabs li.active a {
    color: #707070;
    background-image: url(images/tab-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
}

.tabs.wc-tabs {
    float: left;
    width: 21.33%;
    border-top: 1px solid #f5f5f5;
}

.wc-tab {
    border: medium none;
    box-shadow: none;
    float: right;
    width: 76%;
}

.wc-tab h2 {
    color: #707070;
    font-size: 24px;
    margin-bottom: 30px;
}

.shop_attributes {
    background-color: #f8f8f8;
}

.shop_attributes tr td {
    padding: 18px 20px;
    color: #53585a;
    font-size: 15px;
}

.shop_attributes tr {
    border: none;
}

.shop_attributes th {
    padding-left: 15px;
    color: #53585a;
    font-size: 15px;
    width: 26%;
}

.wc-tab .shop_attributes p {
    margin: 0;
    font-size: 16px;
}

label {
    font-family: 'nimbus-sans-regular';
    font-weight: normal;
    color: #53585a;
}

.wc-tab p {
    line-height: 30px;
    margin-bottom: 15px;
}

.woocommerce-tabs #reviews p.stars a {
    color: #81bc00;
    outline: none;
}

button,
input[type="button"],
input[type="submit"] {

    background: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 14px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 10px 25px !important;
    text-transform: uppercase;
    text-align: center;
}

button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background: #73a703 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
    text-decoration: none;
}

.bioremediation-benefits-img,
.water-based-benefits-img,
.non-flammable-img,
.technology-share-img,
.benefits-list-types img {
    filter: grayscale(100%);
}

.benefits-list-types:hover .bioremediation-benefits-img,
.benefits-list-types:hover .water-based-benefits-img,
.benefits-list-types:hover .non-flammable-img,
.benefits-list-types:hover .technology-share-img,
.active .technology-share-img,
.benefits-list-types:hover img,
.benefits-categories .active  img{
    filter: grayscale(0);
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent !important;
}

.star-rating span::before {
    color: #81bc01;
}

.woocommerce-review-link {
    box-shadow: none !important;
    color: #969aa1;
    font-size: 15px;
    text-decoration: underline;
}

textarea {
    resize: none;
}


.added_to_cart.wc-forward {
    background: #808080;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 16px;
    border: 2px solid #808080;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none !important;
    padding: 10px 25px;
    margin: 0 auto !important;
    text-transform: uppercase;
    display: block;
    text-align: center;

    max-width: 150px;
}

.added_to_cart.wc-forward:hover,
.added_to_cart.wc-forward:focus,
.added_to_cart.wc-forward:active {
    background: #6a6565 !important;
    color: #ffffff;
    outline: none !important;
    border-color: #6a6565;
    box-shadow: none;
    text-decoration: none;
}

.main-video-section iframe {
    min-height: 368px;
    border: none !important;
    width: 100%;
}

.video-block p {
    color: #707070;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Industry-Demi';
    min-height: 50px;
    margin-bottom: 0;
}

.video-block a {
    display: block;
    position: relative;
}

.main-video-section .btn-green {
    min-width: 10px;
    padding: 12px 34px;
    font-size: 14px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 33.33%;
    margin: 0 0 15px;
    padding: 0 15px;
}

ul.products li.product .price,
ul.products li.product .star-rating {
    margin: 10px auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 45px;
    text-align: center;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    margin: 0 auto;
    display: block;
}

img.attachment-shop_single.size-shop_single {
    margin: 0 auto;
}

.star-rating::before {
    color: #e8f3d1;
}

.Custom-recent-post-cls ul {
    padding-left: 24px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    width: 44%;
    padding-right: 12px;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    padding-left: 12px;
    width: 56%;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.related.products {
    background-color: #ebebeb;
    position: relative;
    z-index: 1;
    padding: 55px 0 50px;
    background-image: url("images/full-dot-bg.png");
    background-repeat: no-repeat;
    margin-top: 60px;
    background-position: center;
}

.related.products h2 {
    position: relative;
    color: #707070;
    font-family: 'industry-bold';
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.related.products .woocommerce-loop-product__title {
    color: #53585a;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'nimbus-sans-regular';
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    min-height: 25px;
    text-align: center;
    text-transform: capitalize;
    line-height: 23px;
    max-width: 100%;
    margin: 15px auto 0;
}

.input-text.qty.text {
    -webkit-appearance: none;

    -moz-appearance: textfield;
    appearance: none;
    margin: 0;
}

a:focus {
    outline: none !important;
}

.inner-page-banner:before {
    background-color: rgba(8, 8, 8, 0.6);
}

.woocommerce-message a.button.wc-forward {
    margin-top: 0;
}

.single-product .woocommerce-message {
    background: #ebebeb;
    color: #000;
    margin-bottom: 25px;
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 15px;
    line-height: 40px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #92969e;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #81bc00;
    box-shadow: none;
}

.signup-section {
    margin-top: 55px;
}

.home .signup-section,
.product-template-default .signup-section,
.page-template-support-template .signup-section,
.page-template-video-template .signup-section {
    margin-top: 0px;
}

.checkout-button::after {
    content: "";
}

thead th,
th {
    color: #53585a;
    font-size: 15px;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:focus:not(.prev):not(.next),
.pagination a:hover:not(.prev):not(.next),
.comments-pagination a:focus:not(.prev):not(.next),
.comments-pagination a:hover:not(.prev):not(.next),
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    box-shadow: none !important;
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    box-shadow: none !important;
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.checkout.woocommerce-checkout h3,
.woocommerce-order-details__title {
    margin-bottom: 15px;
}

.shop_table td {
    padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 0;
}

.woocommerce-billing-fields p {
    margin-bottom: 10px;
}

.wc_payment_method {
    border: none;
    margin-bottom: 15px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #eee;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

.shop_table td {
    padding: 15px 10px;
}

.product-name a {
    color: #92969e;
}

.woocommerce-order-details {
    margin-top: 25px;
}

.page-template-support-template .breadcrumb-wrap {
    margin-bottom: 35px;
}

nav#site-navigation .menu li.current-menu-item>a {
    color: #81bc00;
    border-bottom: 2px solid #81bc00;
}

.inner-page-banner.support-banner.not-bg-img {
    min-height: 250px;
    max-height: 250px;
}

/*.video-block:last-child {
    margin-left: 33.33%;
}*/

.mc4wp-alert.mc4wp-error p {
    color: red;
    font-size: 14px;
}

h2.widget-title {
    font-size: 17px;
    color: #707070;
}

button.search-submit {
    padding: 0 5px !important;
    height: 40px;
    top: 21px !important;
    right: 0.5px !important;
}

.widget a {
    color: #92969e;
}

#primary .url {
    font-size: 20px;
}

.address-block p {
    margin-bottom: 0;
    line-height: 30px;
}

.modal-content iframe {
    margin-bottom: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    margin-top: 15px;
}

#customer_login h2 {
    margin-bottom: 15px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    min-width: 100%;
}

.address-block ul li a {
    line-height: 30px;
}

.select2-container--default .select2-selection--single {
    padding: 0.6em;
    height: auto !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.feature-section {
    padding: 90px 0 100px;
}

.feature-section p {
    color: #53585a;
    font-family: 'industry-bold';
    font-size: 40px;
    line-height: normal;
    margin: 0;
}

.feature-section img {
    max-width: 100%;
}

.feature-type-img {
    min-height: 300px;
}

.benchtop-intro .bench-protect-types-list p {
    line-height: normal;
    margin-top: 15px;
}

.banner-feature-list {

    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.banner-feature-list li {
    display: inline-block;
    float: left;
    margin-right: 60px;
}

.banner-feature-list li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.banner-icon {
    min-height: 40px;
    margin-bottom: 10px;
}

.home .breadcrumb-wrap {
    display: none;
}

.signup-form form {
    max-width: 700px;
    width: 100%;
    float: right;
}

.faq-list {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-list .panel-group .panel {
    background-color: #f8f8f8;
    margin-bottom: 15px;
    padding: 15px 30px;
}

.faq-list .panel-group .panel-heading,
.faq-list .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    background-color: transparent;
    padding: 0;
}

.faq-list .panel-group .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 10px;
}

.faq-list {
    margin-top: 45px;
}

.faq-list .panel-title,
.faq-list .panel-body {
    color: #252525;
    font-size: 18px;

    font-family: 'nimbus-sans-regular';
}

.faq-list .panel {
    border: none;
}

.faq-list .panel-title>a {

    display: block;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
}

.faq-list .panel-group .panel-heading+.panel-collapse>.panel-body {
    margin-top: 30px;
}

.faq-list .panel-title>a:after,
.faq-list .panel-title>a.actives.collapsed:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/down-gray-arrow.png);
    width: 21px;
    height: 12px;
}

.faq-list .panel-title>a.actives:after {
    background-image: url(images/up-green-arrow.png);
}

.faq-list .panel-title>a.actives {
    font-weight: bold;
}

.faq-list .panel-title>a.actives.collapsed {
    font-weight: normal;
}

.footer-desc .btn-green {
    margin-top: 0px;
}

.technology-share-img {
    background-image: url(images/technology-share.png);
    width: 88px;
    height: 91px;
}

.benefits-types:hover .technology-share-img,
.active .technology-share-img {
    background-image: url(images/technology-share-hover.png);
}

.benefits-categories .nav-tabs>li>a {
    border: none !important;
    border-radius: 0 !important;
}

.benefits-categories .nav-tabs {
    border: none;
}

.benefits-categories .nav-tabs>li>a:hover {
    background-color: transparent;
}

.benefits-categories .tab-content {
    margin-top: 55px;
}

.benefits-categories .tab-content>.tab-pane {
    text-align: justify;
}

nav#site-navigation .menu li:first-child a {
    text-transform: unset;
}

.archive .col-md-9.pull-left.content-area.twentyseventeen {
    width: 100%;
}

.archive .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    text-align: center;
}

.archive .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 24.7%;
    float: none;
    display: inline-block;
}

.archive .woocommerce ul.products li.first,
.archive .woocommerce-page ul.products li.first {
    clear: none;
}

.archive .button.product_type_simple.add_to_cart_button,
.archive .button.product_type_simple.ajax_add_to_cart {
    border: 1px solid #81bc00;
    font-size: 16px;
    background-color: transparent;
    color: #81bc00;
}

.archive .button.product_type_simple.add_to_cart_button:hover,
.archive .button.product_type_simple.ajax_add_to_cart:hover {
    color: #fff;
    background-color: #81bc00;
    text-decoration: none;
}

.archive .woocommerce ul.products,
.archive .woocommerce-page ul.products {
    text-align: center;
}

.registration-section input[type="text"],
.registration-section input[type="email"],
.registration-section input[type="url"],
.registration-section input[type="password"],
.registration-section input[type="search"],
.registration-section input[type="number"],
.registration-section input[type="tel"],
.registration-section input[type="range"],
.registration-section input[type="date"],
.registration-section input[type="month"],
.registration-section input[type="week"],
.registration-section input[type="time"],
.registration-section input[type="datetime"],
.registration-section input[type="datetime-local"],
.registration-section input[type="color"],
.registration-section textarea {
    background-color: #f8f8f8;
    border: none !important;
    min-height: 55px;

    min-width: 100%;
}

.registration-row {
    display: inline-block;
    width: 100%;
}

.registration-section .col-md-12,
.registration-row {
    margin-bottom: 30px;
}

.registration-section form,
#gform_wrapper_2 form {
    max-width: 995px !important;
    margin: 0 auto;
    padding: 35px 40px 60px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

#gform_wrapper_2 form {
    max-width: 995px !important;
    margin: 0 auto;
    padding: 35px 40px 60px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.registration-title {
    text-align: center;
    margin-bottom: 65px;
    font-size: 14px;
    color: #000;
}

.registration-title label {
    font-size: 14px;
    color: #000;
}

.registration-container .wpcf7-list-item-label:after,
#gform_wrapper_2 .gfield_checkbox li label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    top: 0px;

    height: 23px;
    width: 23px;
    border: none;
    background: #e5e5e5;
    border-radius: 0;
}

.registration-container .wpcf7-list-item-label {
    padding-left: 34px;
    position: relative;
    display: inline-block;
}

.registration-container .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.registration-container [type="checkbox"]+span:before,
.registration-container [type="checkbox"]:not()+span:after,
#gform_wrapper_2 .gfield_checkbox li [type="checkbox"]+label:before,
#gform_wrapper_2 .gfield_checkbox li [type="checkbox"]:not()+label:before {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 23px;
    width: 23px;
}

.registration-container [type="checkbox"]+span:before,
[type="checkbox"]+span:after,
#gform_wrapper_2 .gfield_checkbox li [type="checkbox"]+label:before,
#gform_wrapper_2 .gfield_checkbox li [type="checkbox"]+label:after {
    content: '';
    left: 0;
    position: absolute;
    /*transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;*/
    z-index: 1;
}


.registration-container [type="checkbox"]:checked+span:before,
[type="checkbox"].tabbed:checked+span:before,
#gform_wrapper_2 .gfield_checkbox li [type="checkbox"]:checked+label:before {
    top: 4px;
    left: 2px;
    border-right: 2px solid #81bc00;
    border-bottom: 2px solid #81bc00;
    z-index: 2;
    width: 8px;
    height: 13px;

    -webkit-transform: rotateZ(37deg);
    -moz-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal !important;
}

.registration-container span.wpcf7-list-item,
#gform_wrapper_2 .gfield_checkbox li {
    display: inline-block;
    width: 33.33%;
    float: left;

    margin: 0;

    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
        min-height: 45px;
        clear: none;
}

.registration-container span.wpcf7-list-item label {
    position: relative;
    cursor: pointer;
}

.registration-container p {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.registration-container p:empty {
    display: none;
}

.registration-container .wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    padding: 16px 70px !important;
}

.check-box-div {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}

.registration-section .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    max-height: 235px;
    margin: 0;
}

.form-data {
    max-width: 995px;
    margin: 0 auto;
    position: relative;
}

.form-data p {
    color: #707070;
    font-size: 15px;
    text-align: center;
        padding-left: 7px;
}
.product-registration-note {
    color: red;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}
.product-detail-section {
    background-color: #ebebeb;
    position: relative;
    z-index: 1;
    padding: 65px 0 60px;
    background-image: url(images/full-dot-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pro-parts-section li {
    color: #53585a;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'industry-bold';
    list-style: none;
    letter-spacing: 1.1px;
}

.pro-img {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.brush-part {
    position: absolute;
    top: 34px;
    left: 0;
}

.brush-part:after {
    content: "";
    position: absolute;
    width: 118px;
    height: 1px;
    background-color: #586057;
    right: -116px;
    top: 50%;
    transform: translateY(-50%);
}

.dot-part {
    background-color: #53585a;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.brush-part .dot-part {

    right: 0;
    right: -210px;
    top: 211px;
}

.brush-part p {
    margin: 5px 0 0 0;
}

.brush-part:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #586057;
    right: -236px;
    top: 82%;
    transform: rotate(53deg);
    background-image: url(../images/dot-img.png);
}

.basin-part {
    max-width: 175px;
    position: absolute;
    top: 0;

    left: 355px;
}

.basin-part:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 1px;
    background-color: #586057;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    bottom: -95px;
}

.basin-part .dot-part {
    bottom: -192px;
    right: 82px;
}

.wpcf7-form-control-wrap.use-parts-washer,
.wpcf7-form-control-wrap.how-hear-about {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.drying-part {
    position: absolute;
    right: 80px;
    top: 0;
}

.drying-part:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #586057;
    right: 193px;
    margin: 0 auto;
    bottom: 12px;
}

.drying-part:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 1px;
    background-color: #586057;
    right: 239px;
    top: 51px;
    transform: rotate(-52deg);
}

.drying-part .dot-part {
    right: 316px;
    top: 88px;
}

.support-part {
    position: absolute;
    right: 20px;
    top: 150px;
}

.support-part:before {
    content: "";
    position: absolute;
    width: 155px;
    height: 1px;
    background-color: #586057;
    right: 166px;
    bottom: 11px;
}

.support-part .dot-part {
    right: 320px;
    bottom: 8px;
}

.handle-part {
    position: absolute;
    right: 0px;
    top: 245px;
}

.handle-part:before {
    content: "";
    position: absolute;
    width: 175px;
    height: 1px;
    background-color: #586057;

    bottom: 137px;
    left: -173px;
}

.handle-part:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 1px;
    background-color: #586057;
    bottom: 187px;
    left: -286px;
    transform: rotate(48deg);
}

.handle-part .dot-part {
    left: -267px;
    top: -25px;
}

.texture-part {
    position: absolute;
    bottom: -68px;
    right: 220px;
}

.texture-part:before {
    content: "";
    position: absolute;
    width: 135px;
    height: 1px;
    background-color: #586057;
    bottom: 137px;
    left: -131px;
}

.texture-part:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 1px;
    background-color: #586057;
    bottom: 170px;
    left: -200px;
    transform: rotate(51deg);
}

.texture-part .dot-part {
    bottom: 199px;
    left: -185px;
}

.store-part {
    position: absolute;
    left: 77px;
    bottom: -30px;
}

.store-part:after {
    content: "";
    position: absolute;
    width: 78px;
    height: 1px;
    background-color: #586057;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);

    top: -45px;
}

.store-part:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #586057;
    right: 25px;
    top: -114px;
    transform: rotate(-36deg);
}

.store-part .dot-part {
    right: 29px;
    top: -147px;
}

.product-detail-section img {
    max-width: 100%;
}

.registration-container label {
    color: #252525;
}

.two-btns .btn-green:first-child {
    margin-right: 10px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    border-color: transparent !important;
}

ul.retailers-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.retailers-list li {
  /*  width: 16%;*/
  width: 40%;
    font-size: large;
    float: left;
    list-style: none;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
}

ul.retailers-list li img {
    max-width: 100%;
}

#retailers-popup h4 {
    padding-bottom: 15px;
    display: inline-block;
    color: #000;
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

#retailers-popup .modal-dialog {
    margin: 25px;
}

#retailers-popup .modal-content {
    min-height: auto;
}

#retailers-popup button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    z-index: 99999;
    position: absolute;
    top: -14px;
    right: -14px;
    padding: 0 !important;
    background: #fff;
    opacity: 1;
    color: #000;
    text-shadow: none;
    font-size: 40px;
    line-height: normal;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    padding: 0 0 10px 0 !important;
    opacity: 1 !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2) !important;
}

#retailers-popup button.close:hover {
    color: #000;
    background: #fff !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    text-align: center;
}

.single-product .col-md-9.pull-left.content-area.twentyseventeen {

    width: 100%;
}

#header-search {
    min-width: 310px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
}

.container-full-width .wrap {
    max-width: 100%;
    padding: 0 15px;
}

.has-sidebar:not(.error404) .container-full-width #primary {
    width: 100%;
}

.container-full-width .page-title {
    font-size: 36px;
}

.search .site-main>article {
    padding-bottom: 2em;
}

.container-full-width form.search-form {
    max-width: 475px;
}

.download-section h3 {
    margin-bottom: 15px;
}

.group_buy_now {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.product_icon {
    display: inline-block;
    vertical-align: middle;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.5);
}

.breadcrumb-wrap+.download-section {
    padding-top: 0;
    padding-bottom: 0;
}

.patents-table {
    display: table;
    border-collapse: collapse;
    border-spacing: initial;
    border: 1px solid #e2ebf2;
    width: 100%;
}

.patents-table td {
    border: 1px solid #e2ebf2;
    padding: 10px;
    vertical-align: top;
}

.patents-table td p {
    font-size: 14px;
    margin-bottom: 0;
}

.patents-table td:first-child {
    font-weight: bold;
    color: #000;
}

.wc-tab .shop_attributes h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    /* font-family: 'nimbus-sans-regular';*/
}

.wc-tab .shop_attributes h2 p {
    font-size: 14px;
}

#gform_wrapper_2 .gform_footer input.button,
#gform_wrapper_2 .gform_footer input[type=submit] {
    margin: 0 0 0 0;
    font-size: 18px;
    padding: 16px 70px !important;
}

#gform_wrapper_2 .gform_footer {
    text-align: center;
}

#gform_wrapper_2 .top_label li textarea {
    max-height: 230px;
    height: 100%;
}

#gform_confirmation_message_2,
#gform_confirmation_message_1 {
    text-align: center;
    font-size: 20px;
    color: #81bc00;
    margin-bottom: 45px;
}

.contact-form {
    min-height: 450px;
}

.gform_wrapper .top_label li.hear_about {
    margin-top: -80px;
}

.left-benefit-tag ul,
.right-benefit-tag ul {
    padding-left: 25px;
}

.left-benefit-tag li,
.right-benefit-tag li {
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
    color: #53585a;
}

.technology-benefits-content {
    max-width: 1000px;
}

#speak {
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 10px !important;
    background-color: transparent !important;
}

.benefits-categories img {
    max-width: 100%;
    height: auto;
}

.benefits-categories h4 {
    font-size: 20px;
}

.technology-benefits-content .title-wrap {
    padding-bottom: 10px;
        margin-top: 25px;
}

.support-service a,
.support-service p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    display: inline-block;
    
}

.dictionary-title p {
    margin-bottom: 0;
}

.dictionary-title {
    
    margin-bottom: 35px;
}

.pswp__button--arrow--left:focus,
.pswp__button--arrow--right:focus {
    background-color: transparent !important;
}
.technology-benefits-content p{
    margin-bottom: 10px;
}
.dictionary-title strong {
    font-size: 26px;
}
.technology-benefits-content .dictionary-title p{
    margin: 0;
}
.bioremediation-content p{
    padding-left: 15px;
}
.bioremediation-content p:first-child{
    padding-left: 0;
}
#gform_wrapper_2 .top_label .gfield.other_comment .gfield_label {
    display: none !important;
}


.gfield.other_comment input{
    margin: 0 !important;
}

.video-block a{position: relative;overflow: hidden;}

@media screen and (min-width: 768px){
    .video-block a img{position: absolute;left: 0;right: 0;top: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;}
    .video-block a{height: 123px;}
}

@media screen and (min-width: 850px) {
   /* #retailers-popup .modal-dialog {
        width: 800px;
    }*/
}

@media screen and (min-width: 992px) {
    .col-md-3.col-sm-6.col-xs-12.wow.fadeInUp.howitwork-col {
        width: 20%;
    }
    .video-block a{height: 164px;}
}

@media screen and (min-width: 1000px) {
   /* #retailers-popup .modal-dialog {
        width: 950px;
    }*/
}

@media screen and (min-width: 1200px){
    .video-block a{height: 203px;}
}

@media screen and (min-width: 1536px){
    .video-block a{height: 253px;}
}

@media (max-width:1650px) {
    .big-prodct-img-wrap {
        right: 0;
        text-align: right;
    }
    .big-prodct-img {
        max-width: 95%;
    }
    .application-section .app-content li {
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1535px) and (min-width:767px) {
    .amazingslider-text-wrapper-1 {
        top: 60% !important;
        transform: translateY(-50%);
        margin: 0 !important;
    }
}

@media (max-width: 1535px) {

    .application-section .app-content li {
        font-size: 16px;
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
    .amazingslider-title-1,
    .amazingslider-description-1>p {
        font-size: 60px !important;
        line-height: 60px !important;
    }
    .amazingslider-description-1 {
        font-size: 35px !important;
        line-height: normal !important;
        margin-bottom: 15px !important;
    }
    .amazingslider-text-1 {
        padding-left: 55px !important;
    }
    .button.wc-forward,
    .button.checkout.wc-forward {
        padding: 10px 33px 10px 10px;
        font-size: 12px;
        background-position: 88% 13px;
    }
    .free-tips h5 {
        font-size: 34px;
    }
    a.checkout-button.button.alt.wc-forward {
        padding: 10px 50px 10px 10px;
    }
    .benchtop-intro h3 {
        font-size: 60px;
    }
    .woocommerce-loop-product__title {
        padding: 0 30px;
    }
    .brush-part {
        top: 30px;
        left: -5px
    }
    .basin-part {
        top: -6px;
    }
    .support-part {
        right: 0;
    }
    .handle-part {

        right: -15px;
        top: 249px;
    }
    .texture-part {

        bottom: -92px;
        right: 203px;
    }
    .product-detail-section {
        padding-bottom: 105px;
    }
    .single-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        min-height: 325px;
    }

    .custom-header {
        margin: 10px 0 0px 0;
    }
    .amazingslider-button-1 button {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    /*    .bio-section {
        top: -85px;
    }
    .clean-section {
        bottom: -105px;
    }
    .art-section {
        top: -90px;
    }*/
}

@media screen and (min-width: 48em) {
    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:before,
    .main-navigation ul li.page_item_has_children:after {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    nav#site-navigation .menu li {
        padding: 0 9px;
    }
    .application-section .app-content li {
        width: 100%;
    }
    .amazingslider-text-1 {
        text-align: center !important;
    }
    .amazingslider-text-1 {
        padding-left: 0px !important
    }
    .amazingslider-title-1,
    .amazingslider-description-1>p {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .amazingslider-description-1 {
        font-size: 25px !important;
        line-height: normal !important;
        margin-bottom: 15px !important;
    }
    .contact-form-section {
        padding-bottom: 75px;
    }
    .big-prodct-img-wrap {
        top: 165px;
    }
    .free-tips h5 {
        font-size: 33px;
    }
    .signup-form {
        margin-top: 20px;
    }
    .button.wc-forward,
    .button.checkout.wc-forward {

        float: none;
    }
    .feature-section p {
        font-size: 30px;
    }
    .signup-form form {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .banner-feature-list {
        margin: 15px auto 0;
        display: inline-block;
        width: 100%;
    }
    .banner-feature-list li {
        float: none;
        margin-right: 20px;
    }
    .amazingslider-button-1 button {
        margin-top: 10px;
    }
    .archive .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 24.5%;
    }
    .woocommerce-loop-product__title {
        padding: 0;
    }
    .store-part {
        left: 57px;
    }
    .brush-part:before {

        width: 140px;
        height: 1px;

        right: -136px;
        top: 84%;
        transform: rotate(65deg);
    }
    .brush-part:after {

        width: 40px;
        height: 1px;
        background-color: #586057;
        right: -37px;
        top: 50%;
        transform: translateY(-50%);
    }
    .brush-part .dot-part {

        right: -99px;
        top: 218px;
    }
    .basin-part {
        top: -2px;
        left: 250px;
    }
    .drying-part {
        right: 0;
    }
    /*.support-part:before {
        width: 60px;
    }
    .support-part .dot-part {
        right: 223px;
    }*/
    .handle-part:after {

        width: 135px;

        bottom: 189px;
        left: -189px;
        transform: rotate(50deg);
    }
    .handle-part:before {

        width: 80px;
        height: 1px;

        bottom: 137px;
        left: -78px;
    }
    .handle-part .dot-part {
        left: -167px;
        top: -28px;
    }
    .texture-part:before {

        width: 70px;
        height: 1px;

        bottom: 136px;
        left: -66px;
    }
    .texture-part:after {

        width: 80px;
        height: 1px;

        bottom: 171px;
        left: -125px;
        transform: rotate(61deg);
    }
    .texture-part {
        bottom: -97px;
        right: 182px;
    }
    .texture-part .dot-part {
        bottom: 205px;
        left: -108px;
    }
    .store-part {
        left: -42px;
        max-width: 231px;
    }
    .registration-container label {
        font-size: 13px;
    }
    .footer-menu li a,
    .support-service a,
    .support-service p {
        font-size: 16px;
    }
    .support-service a,
.support-service p{
    width: 100%;
}
}

@media screen and (max-width: 1024px) {
    /*    .art-section {
        left: 275px;
        top: -80px;
    }*/
}

@media screen and (max-width:991px) {
    nav#site-navigation .menu li {
        padding: 0 5px;
    }
    nav#site-navigation .menu li a {
        font-size: 13px;
    }
    .custom-header .widget_media_image img {
        max-width: 160px !important;
        margin-top: 25px;
    }
    /*.bio-section {
        top: -30px;
        left: 100px;
    }
    .art-section {
        left: 295px;
        top: -60px;
    }
    .clean-section {
        bottom: -75px;
        left: 175px;
    }*/
    .inner-page-banner {
        height: 280px;
    }
    .video-block p {
        font-size: 20px;
        margin-top: 12px;
    }
    .button.wc-forward {
        float: left;
    }
    .button.checkout.wc-forward {
        float: right;
    }
    aside.widget-area {
        z-index: 1;
    }
    .woocommerce-product-details__short-description {
        margin-bottom: 15px;
    }
    .single-product .summary p.price {
        margin: 0 0 15px;
    }
    .woocommerce-product-details__short-description p {
        margin-bottom: 15px;
    }
    .product_meta {
        margin-top: 25px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 25px;
    }
    .tabs li.active a {
        background-image: none;
    }
    .summary.entry-summary {
        margin-bottom: 0;
    }
    .wc-tab h2 {
        margin-bottom: 15px;
    }
    .custom-side-widget-woo {
        margin-bottom: 30px;
    }
    .breadcrumb-wrap {
        margin-bottom: 25px;
    }
    .product_title.entry-title {
        font-size: 25px;
        line-height: 30px;
    }
    .feature-section .col-sm-6.col-md-4:last-child {
        clear: left;
        float: none;
        margin: 0 auto;
    }
    .feature-section {
        padding: 50px 0;
    }
    .banner-feature-list {
        display: none;
    }
    .archive .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 49.5%;
    }
    .registration-title {
        margin-bottom: 35px;
    }
    .registration-section .col-md-12,
    .registration-row {
        margin-bottom: 15px;
        min-height: 50px !important;
    }
    .check-box-div {
        margin-bottom: 0;
    }
    .registration-section form,
    #gform_wrapper_2 form {
        padding: 20px;
    }
    .registration-container .wpcf7-form-control.wpcf7-submit {

        padding: 10px 40px !important;
    }

    .pro-parts-section li img {
        display: none;
    }
    .pro-parts-section li {
        position: static;
        display: inline-block;
    }
    .pro-parts-section li:before,
    .pro-parts-section li:after {
        display: none;
    }
    .dot-part {
        display: none;
    }
    .pro-parts-section li {
        position: static;
        display: inline-block;
        width: 32.33%;
        max-width: 100%;
        min-height: 60px;
        vertical-align: middle;
    }
    .product-detail-section {
        padding-bottom: 50px;
    }
    .footer-desc {
        border-right: none;
    }
    a.btn.btn-green.where-to-buy.group_div {
        min-width: 185px;
    }
    .benchtop-intro h3 {
        font-size: 40px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.hear_about {
        margin-top: 16px;
    }
    .support-service a,
    .support-service p {
        font-size: 15px;
    }
    .custom-header .col-xs-12.col-sm-8{padding-right: 0;}
}

@media screen and (max-width: 849px) {
    ul.retailers-list li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    /*  .bio-section {
        top: -50px;
    }
    .clean-section {
        bottom: -95px;
    }
    .art-section {
        top: -70px;
    }*/
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        padding: 5px;
        position: absolute;
        right: 0;
        top: -43px;
        color: #fff;
        font-size: 15px;
    }
    nav#site-navigation {
        float: none;
        margin-top: 0;
        position: relative;
    }
    .top-bar-strip .social-navigation {
        width: 100%;
        text-align: center;
    }
    .top-bar-strip .custom-menu-class {
        width: 100%;
        text-align: center;
    }
    .top-bar-strip .menu li {
        float: none;
    }
    nav#site-navigation .menu li {
        float: none;
    }
    .main-navigation ul {
        background-color: rgba(17, 17, 17, 0.9);
    }
    .footer .custom-html-widget {
        font-size: 14px;
        line-height: normal;
        color: #ffffff;
    }
    .main-navigation li {
        border-bottom: none;
    }
    .main-navigation ul ul {
        border: none;
        background-color: transparent;
    }
    nav#site-navigation .menu li {
        display: block;
        float: none;
    }
    nav#site-navigation .menu li a {
        font-size: 15px;
    }
    .top-bar-strip .menu li {
        padding: 5px 12px;
    }
    .custom-logo-link img {
        max-height: 60px;
    }
    .main-navigation>div>ul {
        padding: 10px 10px;
    }
    nav#site-navigation .menu li a,
    nav#site-navigation .menu li.current-menu-item>a,
    nav#site-navigation .menu li a:hover,
    nav#site-navigation .menu li a:focus {
        border: none;
    }
    .icon-angle-down use {
        fill: #fff
    }
    .main-navigation ul .sub-menu {
        width: 100%;
        padding: 0px;
    }
    nav#site-navigation .menu .sub-menu li a {
        font-size: 14px;
    }
    .menu-item .dropdown-toggle {
        padding: 0px 10px !important;
    }
    nav#site-navigation .menu .sub-menu li a {
        padding-left: 15px
    }
    .top-bar-strip .menu li a {
        font-size: 14px;
        line-height: 14px;
    }
    .banner-video-wrap {
        height: 500px;
    }
    .banner-image .home-banner-wrap {
        height: 500px;
    }
    .home-banner h1 {
        font-size: 40px;
        line-height: 1;
        margin-top: 40px;
    }
    .home-banner h2 {
        line-height: 1;
        font-size: 40px;
    }
    .home-banner h4 {
        font-size: 24px;
        line-height: normal;
    }
    .home-banner .btn-large {
        background: transparent;
        margin-top: 20px;
    }
    /* .art-section {
        left: 235px;
        top: 70px;
    }
    .bio-section {
        top: 80px;
        left: 80px;
    }
    .clean-section {
        bottom: -75px;
        left: 155px;
    }*/
    .top-bar-strip .custom-menu-class {
        margin-right: 0px;
    }
    .social-navigation a {
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    .amazingslider-button-1 button {
        min-width: auto;
        padding: 5px 10px !important;
    }
    .amazingslider-text-1 .amazingslider-description-1 {
        display: block !important;
    }
    .amazingslider-text-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .main-navigation>div>ul {
        padding: 10px 10px;
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 0;
    }
    #masthead.site-header {
        position: initial !important;
        background-color: rgba(17, 17, 17, 0.6) !important;
        padding-bottom: 20px !important;
    }
    .big-prodct-img-wrap {
        position: static;
        margin-top: 25px;
    }
    .contact-form-section {
        padding: 0 0 35px;
    }
    .inner-page-banner {
        height: 150px;
    }
    .menu-toggle {
        top: -35px;
    }
    .main-video-section iframe {
        min-height: 295px;
    }
    .video-block p {
        text-align: center;
        min-height: 10px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 50%;
    }
    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
        padding-right: 0px;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-left: 0px;
        width: 100%;
    }
    .tabs.wc-tabs,
    .wc-tab {
        float: none;
        width: 100%;
    }
    .tabs li {
        display: block !important;
    }
    .wc-tab {
        margin-top: 15px;
    }
    .tabs li a {
        padding: 12px 10px;
    }
    .signup-section .btn-green {
        vertical-align: top;
        margin-top: 0;
    }
    .signup-section input[type="email"] {
        height: 46px;
    }
    .inner-page-banner.support-banner.not-bg-img {
        display: none;
    }
    .video-block:last-child {
        margin-left: 0%;
    }
    input[type="text"] {
        margin-bottom: 10px;
    }
    .feature-type-img {
        min-height: 100px;
    }
    .feature-section p {
        margin-bottom: 25px;
    }
    .registration-section .col-md-12,
    .registration-row {
        margin-bottom: 10px;
    }
    .registration-section form,
    #gform_wrapper_2 form {
        padding: 15px;
    }
    .pro-parts-section li {
        display: none;
    }
    .faq-list .panel-title,
    .faq-list .panel-body {
        font-size: 15px;
    }
    .benefits-types{
        margin-bottom: 0;
    }
    body .benefits-categories .tab-content{
        margin-top: 0;
    }
    .benefits-categories .nav-tabs>li>a{
        margin-bottom: 30px;
    }
    .technology-benefits-content p{
        margin-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
    .amazingslider-title-1,
    .amazingslider-description-1>p {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .amazingslider-description-1 {
        font-size: 19px !important;
        line-height: normal !important;
        margin-bottom: 15px !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
    }
    .signup-section input[type="email"] {
        width: 100%;
        margin: 0;
    }
    .signup-section .btn-green {
        margin-top: 15px;
    }
    .archive .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }
    .woocommerce-loop-product__title {
        min-height: 10px;
    }
    ul.retailers-list li {
        width: 50%;
        margin-bottom: 35px;
    }
    .top-bar-strip .menu li a {
        font-size: 13px;
    }
    .top-bar-strip .menu li {
        padding: 5px;
    }
    #header-search {
        min-width: 270px;
    }
    .registration-container span.wpcf7-list-item,
    #gform_wrapper_2 .gfield_checkbox li,
    #gform_wrapper_2 .top_label li.gchoice_2_17_5 + .gfield_label + .ginput_container.ginput_container_text  {
        width: 50% !important;
        min-height: auto;
    }
    .bench-protect-types-list img {
        max-width: 65px;
        height: auto;
    }
    .benefits-categories .nav-tabs {
        max-width: 380px;
        margin: 0 auto;
    }z
    .pswp--zoomed-in .pswp__img {
        height: auto !important;
    }
    .benefits-types p {
        font-size: 14px;
    }
    .benefits-categories .nav-tabs>li>a {
           min-height: auto;
    padding: 0;
    text-align: center;
    margin: 0 0 30px 0;
    }
}

@media screen and (max-width:480px) {
    .custom-header .widget_media_image img {
        max-width: 140px !important;
        margin-top: 0px;
    }
    .menu-toggle {
        top: -35px;
    }
    .registration-container span.wpcf7-list-item,
    #gform_wrapper_2 .gfield_checkbox li,
    #gform_wrapper_2 .top_label li.gchoice_2_17_5 + .gfield_label + .ginput_container.ginput_container_text  {
        width: 100% !important;
        min-height: auto;
    }
}

.single-page-detail {
    color: #707070;
    font-size: 36px;
    font-family: 'Industry-Demi';
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}

/* Sidebar logo CSS*/
.benchtop-intro{position:relative;}
.benchtop-intro .sidebar_logo{position:absolute; top:0; right:5px; max-width:150px;}
.benchtop-intro .sidebar_logo>img{display:block; width:100%;}

@media screen and (max-width:420px) { 
    .benchtop-intro .sidebar_logo{max-width: 80px;}
}