/*
 Theme Name:     molarclean Child Theme
 Theme URI:      molarclean
 Description:    molarclean
 Author:         Rajesh shukla
 Author URI:     http://www.ezau.com/
 Template:       molarclean
 Version:        1.0.0
*/



@font-face {
    font-family: Helvetica Neue LT Com;
    src: url('fonts/NeueHelvetica/HelveticaNeueLTCom-Cn.ttf') format('truetype');
    font-display: swap;
}
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import '../../../../cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';

/* ------------------------------
  -- globals
-------------------------------- */

body, html {
    font-size: 16px;
	margin-top:0px;
	font-family: Helvetica Neue LT Com !important;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em !important;
        padding: .75em 0 11px !important;
	color:gray !important;
}
body {
    font-family:  Helvetica Neue LT Com;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}
.container-fluid {
    padding: 0 0;
}
ul#site-copy {
    padding: 13px 0px 0px 0px;
}
#site-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.products-intro {
    padding: 30px 150px 50px 50px;
}
sup {
    font-size: 65%;
}
.single-featured-block {
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.block-button {
    display: inline-block;
    font-family:  Helvetica Neue LT Com;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.block-button::after {
    display: inline-block;
    content: url('assets/img/arrows-after-white.png');
    margin-left: 15px;
}

.block-button:hover, .block-button:focus {
    color: #fff;
    opacity: .85;
}

.coupon {
    margin-top: 50px;
}

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


/* ------------------------------
  -- fonts
-------------------------------- */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.05em;
    margin-top: 0;
    font-weight: normal;
}

h1 {
    font-size: 60px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
    margin-left: 50px;
	margin-top: 31px;
}

.page-template-template-story h1 {
    margin-left: 0;
}

h2 {
    font-size: 45px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
}

h3 {
    font-size: 44px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
}

h4 {
    font-size: 45px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
}

h5 {
    font-size: 38px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
}

h6 {
    font-size: 35px;
    font-family:  Helvetica Neue LT Com;
    color: #13284c;
    font-weight: 800;
}

p {
    font-family: Helvetica Neue LT Com;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.05em;
}

html {
    letter-spacing: 0.05em;
}

a {}

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

a:active {}

a.has-arrow-after {
    display: inline-block;
    vertical-align: middle;
}

a.has-arrow-after::after {
    display: inline-block;
    content: url('assets/img/arrow-after.png');
    vertical-align: middle;
    margin-left: 10px;
}

a.has-arrow-after:hover, a.has-arrow-after:focus {
    opacity: .85;
}

p {
    color: #666666 !important;
	margin: 0 0 10px;
    
    text-transform: capitalize;
}
span {}

ul>li {
        font-size: 14px;
    color: #666666;
    text-transform: capitalize;
}

ol>li {
    font-size: 20px;
    color: #13284c;
}

ul.inline-list, ol.inline-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

ul.inline-list>li, ol.inline-list>li {
    display: inline-block;
    margin-right: 5px;
}

.two-in-one-content {
    position: relative;
    margin-top: -325px;
    z-index: 5;
    padding-left: 50px;
}


/* -- forms -- */

label {
    
    font-size: 18px !important;
    color: #13294d !important;
    margin-bottom: 0 !important;
}

.gfield_checkbox label {
    font-family: "raleway";
    font-weight: normal !important;
    color: #13294d !important;
    text-transform: none !important;
    position: relative;
    top: 2px;
    font-size: 22px !important;
    left: 10px;
}

input[type="text"], input[type="email"] {
    height: 41px;
    width: 100% !important;
    border: 1px solid #666666 !important;
}

.gform_fields>li:first-of-type {
    margin-top: -10px !important;
}

select {
    height: 41px;
    border: 1px solid #666666 !important;
    background-color: #fff !important;
}

input[type="submit"] { 
    color: #fff;
    border: none !important;
    background-color: #13294d !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    padding: 15px 95px !important;
    font-weight: bold !important;
}

.popupbox label {
    font-size: 13px !important;
    color: #fff !important;
}

.popupbox .gfield_required {
    display: none !important;
}

.popupbox input[type="text"], .popupbox input[type="email"] {
    height: 31px !important;
}

.popupbox select {
    height: 31px;
    border: 1px solid #005e63 !important;
    background-color: #fff !important;
    font-size: 13px !important;
}

.popupbox .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 !important;
    width: 85% !important;
}

.popupbox .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.popupbox #field_2_5 {
    margin-top: 15px !important;
}

.popupbox #field_2_5 label {
    font-weight: normal !important;
    font-family: helvetica !important;
    text-transform: none !important;
}

.popupbox .gfield_checkbox>li {
    display: inline-block !important;
    width: 25%;
}

.popupbox input[type="submit"] {
    font-size: 18px !important;
    padding: 5px 50px !important;
}

.popupbox .gform_wrapper {
    margin-top: 0px !important;
}

.popupbox .gform_footer {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

.popupbox .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin-bottom: 0;
}

.popupbox .gform_confirmation_message {
    color: #fff;
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 20px;
}


/* ------------------------------
  -- layouts
-------------------------------- */


/* -- masthead -- */




.masthead .inner-1390 {
    padding-right: 185px;
}

.masthead .inner {
    position: relative;
    z-index: 11;
   
}

#masthead-swoosh {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    max-width: 1440px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}

.home #masthead-swoosh, .page-template-template-contact #masthead-swoosh, .page-template-template-where-to-buy #masthead-swoosh, .page-template-template-products-secondary #masthead-swoosh, .page-template-default #masthead-swoosh, .page-template-template-story #masthead-swoosh, .page-template-template-all-products #masthead-swoosh, .page-template-template-page-with-sidebar #masthead-swoosh, .show-swoosh #masthead-swoosh {
    display: block;
}

.secondary-page {
    padding: 35px 0 35px 30px;
}

.secondary-page h1 {
    margin-bottom: 30px;
    margin-left: 0 !important;
}

.header-bgcolor {
    position: absolute;
z-index: 1;
background-color: #006CB4;
top: 0;
left: 0;
height: 158px;
width: 100%
}

#masthead-swoosh img {
    width: 100%;
    height: 320px;
}

.page-banner {
    position: relative;
    margin-top: -150px;
}

.page-template-template-faq .page-banner, .page-template-template-hair-tips .page-banner {
    margin-bottom: 30px;
}

.logo-container img {
    max-width: 304px;
    margin-top: 26%;
    margin-left: 10%;
}

.mobile-nav-active #masthead-swoosh {
    display: none;
}

.mobile-nav-active .hero-basic {
    z-index: -1;
}

.mobile-nav-active .hero-fancy {
    opacity: 0;
}

#logo {
    position: relative;
}

/*#mobile-logo {
    height: auto;
    width: 175px;
}*/

.mobile-nav-toggle-wrapper {
    position: absolute;
    top: 50px;
    right: 25px;
    color: #fff;
    cursor: pointer;
}

.mobile-nav-toggle-wrapper:hover, .mobile-nav-toggle-wrapper:focus {
    opacity: .8;
}

.mobile-nav-toggle-wrapper span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'Helvetica Neue Bold Condensed';
}

.mobile-nav-toggle-wrapper span.hamburger {
    position: relative;
    height: 2px;
    width: 32px;
    background-color: #fff;
}

.mobile-nav-toggle-wrapper span.hamburger::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 32px;
    background-color: #fff;
    bottom: -10px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform;
}

.mobile-nav-toggle-wrapper span.hamburger::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 32px;
    background-color: #fff;
    top: -10px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: bottom, transform;
}

span.hamburger.active {
    height: 0;
}

span.hamburger.active::after {
    transform: rotate(-45deg);
    top: 0;
}

span.hamburger.active::before {
    transform: rotate(45deg);
    top: 0;
}



.mobile-nav {
    visibility: hidden;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
    text-align: center;
}

.mobile-nav-wrapper.active .mobile-nav {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.mobile-nav-wrapper.active .mobile-nav>li>a {
    position: relative;
    color: #13284c;
    display: block;
    border-bottom: 1px solid #13284c;
    padding: 15px 30px;
    font-size: 12px;
    font-weight: 800;
	font-family: NeueHelvetica;
}


/* -- main nav -- */

ul.main-nav {
    text-align: right;
}

ul.main-nav>li {
    position: relative;
    display: inline-block;
    padding: 7px 24px 0 16px;
    margin: 0;
    transition: all ease .5s;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

ul.main-nav>li::after {
    content: "";
    display: block;
    height: 20px;
    background-color: #fff;
    width: 1px;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 0;
}

ul.main-nav>li:first-of-type {}

ul.main-nav>li:last-of-type {
    padding-right: 0;
}

ul.main-nav>li:last-of-type::after {
    display: none !important;
}

ul.main-nav>li>a {
    position: relative;
    font-size: 22px;
    color: #fff;
    display: block;
    font-family: Helvetica Neue LT Com;
    text-transform: uppercase;
    transition: all ease .1s;
    font-weight: 800;
}

ul.main-nav>li>a::after {
    visibility: hidden;
    opacity: 0;
    transition: ease all .25s !important;
    content: "";
    position: absolute;
    bottom: -18px;
    height: 3px;
    width: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.main-nav>li:first-of-type>a::after {
    bottom: -14px;
}

ul.main-nav>li>a:hover::after, ul.main-nav>li>a:focus::after, ul.main-nav>li.current-menu-item>a::after {
    visibility: visible;
    opacity: 1;
    width: 105%;
}

ul.main-nav>li.mega-menu-parent:hover::after {
    display: none !important;
}

ul.main-nav>li.mega-menu-parent>a:hover::after {
    display: none !important;
}

ul.main-nav>li.mega-menu-parent:hover {
    background-color: #fff;
}

ul.main-nav>li.mega-menu-parent:hover>a {
    color: #13284c;
}

ul.mega-menu {
    margin: 0;
    padding: 20px;
    list-style-type: none;
    position: absolute;
    white-space: nowrap;
    background-color: #fff;
    z-index: 9999;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease .15s;
    left: 0;
    text-align: left;
}

li.mega-menu-parent {
    transition: all ease .15s !important;
}

li.mega-menu-active>ul.mega-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}

ul.mega-menu>li {
    display: inline-block;
    width: 120px;
    text-align: center !important;
    vertical-align: middle;
}

.mega-menu-image {
    height: 120px;
    position: relative;
}

.mega-menu-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

ul.mega-menu>li:last-of-type {
    margin-right: 0;
}

ul.mega-menu>li a {
    display: block;
}

ul.mega-menu>li img {
    max-width: 85px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

ul.mega-menu>li span {
    font-weight: 800;
    font-size: 12px;
    color: #13284c;
    display: block;
    line-height: 1.25em;
}

body.single-products ul>li#menu-item-10>a::after {
    visibility: visible;
    opacity: 1;
    width: 105%;
}

.back-to-products {
    text-align: left;
    font-weight: 800;
    font-size: 18px;
    color: #545454;
    text-transform: uppercase;
    display: inline-block;
    margin: 30px 0 0 0;
}

.back-to-products::before {
    content: url('assets/img/arrow-before.png');
    margin-right: 10px;
    display: inline;
}

.back-to-products:hover, .back-to-products:focus {
    opacity: .85;
}

#top-nav {
    width: 100%;
    text-align: right;
    margin-top: 7px;
    margin-bottom: 35px;
}

#top-nav>li {
    margin: 0 13px;
}

#top-nav>li:last-of-type {
    margin-right: 0;
}

#top-nav > li > a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.single-post-section h3 {
    font-size: 38px;
}


/* -- slider -- */

.flexslider {
    list-style-type: none;
}

.flexslider li {}

.slider-container {}

.slide-layout-1 {
    position: relative;
}

.slide-layout-1 .inner-1390 {
    padding-top: 150px;
}

.slide-layout-2 .inner-1390 {
    padding-top: 130px;
}

.slide-layout-1 p {
    margin-left: 30px;
}

.slider-container h3, .layout-hero h3 {
    font-family:  Helvetica Neue LT Com;
    font-size: 45px;
    color: #13284c;
    font-weight: 800;
    transition: all ease .1s;
    margin-bottom: 30px;
    text-transform: none;
}

.slider-container p {
    font-size: 22px;
    color: #13284c;
    font-family:  Helvetica Neue LT Com;
}

.slider-container a {
    display: block;
    font-weight: bold;
    color: #13284c;
    margin-top: 10px;
}

span.highlight {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background-color: #864d9e;
}

.slide-one-featured-image {
    position: relative;
    width: 100%;
}

.slider-caption {
    position: absolute;
    top: 0;
    width: 100%;
}

.slide-one-featured-image img {
    width: 100%;
    height: auto;
}

.single-products .layout-hero h1 {
    font-size: 60px;
    color: #13284c;
    font-family:  Helvetica Neue LT Com;
    font-weight: 800;
}

.single-products .layout-hero h3 {
    font-size: 48px;
    color: #13284c;
    font-family:  Helvetica Neue LT Com;
    font-weight: 500;
}

.single-products .layout-hero p {
    font-size: 24px;
    color: #13284c;
    font-family:  Helvetica Neue LT Com;
    font-weight: 500;
}

.single-products .layout-hero {
    margin-top: -25px;
}


/* -- four column feature --*/

.layout-four-column-feature {
    position: relative;
}

.layout-four-column-feature iframe {
    display: block;
    margin: 0 auto;
}

.custom-slider-nav-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.custom-slider-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.custom-slider-nav>li {
    cursor: pointer;
}

ul.custom-slider-nav>li:hover {
    opacity: .8;
}

ul.custom-slider-nav>li:first-of-type {
    float: left;
}

ul.custom-slider-nav>li:last-of-type {
    float: right;
}

.col1-4 {
    float: left;
    width: 25%;
    background-color: #ccc;
    border-top: 0;
    border-bottom: 5px solid #fff;
    border-left: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    margin: 0 auto;
    position: relative;
}

.layout-four-column-feature .img-wrapper {
    position: relative;
    height: 385px;
    margin-bottom: 20px;
}

.layout-four-column-feature h4 {
    font-family: 'montserrat';
    font-size: 18px;
    color: #13284c;
    font-weight: bold;
}

.layout-four-column-feature h4 a {
    color: #13284c;
}

.col1-4 .overlay>.inner p {
    color: #fff;
    font-size: 24px;
}

.col1-4 .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease .15s;
}

.col1-4 .overlay>.inner {
    padding: 0 30px;
    text-align: center !important;
    width: 100%;
}

.col1-4 .overlay>.inner>.vert-align {
    width: 100% !important;
    padding: 0 30px;
    left: 0;
    right: 0;
    margin-top: 30px;
}

.col1-4:hover .overlay, .col1-4:focus .overlay, .col1-4 .overlay.active {
    opacity: 1;
    visibility: visible;
}

.col1-4 .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .9;
}


/* -- coupons -- */

.layout-coupons {
    margin-bottom: 5px;
}

.col2-3 {
    position: relative;
    float: left;
    width: 70%;
    min-height: 200px;
    background-color: #864d9e;
    min-height: 360px;
    overflow: hidden;
}

.col1-3 {
    position: relative;
    float: left;
    width: 30%;
    min-height: 200px;
    background-color: #0099a9;
    overflow: hidden;
}

.border {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 3px dashed #fff;
    z-index: 2;
}

.layout-coupons .inner {
    padding: 75px 0;
    position: relative;
    z-index: 2;
}

.layout-coupons .vert-align {
    z-index: 3;
}

.layout-coupons .col-md-7 .inner {
    padding-left: 20px;
}

.layout-coupons p {
    font-size: 24px;
    color: #fff;
}

.coupon-bg-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.coupon-bg-image img {
    height: 100%;
    width: auto;
}


/* -- custom toggles -- */

.toggles-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.toggles-list>li.single-toggle {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 70px;
}

.toggle-banner {
    font-size: 14px;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease .25s;
}

.toggle-banner:hover {
    opacity: .9;
}

.toggle-icon, .toggle-headline {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.toggle-headline {
    font-family: 'montserrat';
    font-weight: 600;
    max-width: 72%;
}

.toggle-icon {
    width: 40px;
}

.toggle-icon i {
    transition: all ease .25s;
}

.toggle-graphic {
    position: absolute;
    right: 25px;
    top: 0;
    text-align: center;
    top: 13px;
}

.toggle-graphic img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: ease -webkit-transform 0.25s;
    -o-transition: ease -o-transform 0.25s;
    transition: ease transform 0.25s;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    max-width: 185px;
    right: 0;
}

.toggle-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .2s linear .1s;
}

.toggle-content h4, .toggle-content p {
    font-size: 16px;
    font-family: 'montserrat';
}

.toggle-content h4 {
    font-weight: bold;
}

.toggle-links a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.single-toggle.is-active .toggle-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px 230px 20px 60px;
}

.single-toggle.is-active .toggle-icon i {
    transform: rotate(90deg)
}

.toggles-list>li.single-toggle.is-active {
    overflow: visible !important;
}

.single-toggle.is-active .toggle-graphic img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    max-width: 175px;
}

.toggle-content ul:not(.toggle-links) {
    list-style-type: disc;
    margin: 20px 0 20px 30px;
    padding: 0;
}

.toggle-content ul>li {
    font-size: 16px;
    font-family: 'montserrat';
}
/* -- press room page press releases posts --*/
.press-release-featured-image {
    height: auto;
    width: 46.25%;
}
.press-release-title a, .the-excerpt, .read-more {
	font-family: 'Raleway';
	color: rgb(19,41,77);
}
.press-release-title {
	width: 65%;
	line-height: .5;
    margin-top: 10px;
    margin-bottom: 20px;		
}
.press-release-title a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: 'Raleway', sans-serif;
}
.press-release-title a:hover {
	color: #23527c;
}
.the-excerpt {
    font-size: 24px;
    letter-spacing: 0px;
    width: 75%;
    font-family:  Helvetica Neue LT Com;
    font-weight: normal;
}
.read-more {
    display: inline-block;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 95px;
}
.back-to-press-page {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #13294d;
    font-size: 14px;
}
.single-press-release-title {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 0;
}
.pr-timestamp {
    font-family: 'Raleway';
    font-weight: bold;
    color: #13294d;
}
hr {
    border-top: 2px solid #1b3668;	
}
.the-singular-press-release-content p {
    font-size: 18px;
    line-height: 1.75;
}
.the-singular-press-release-content strong {
    margin-top: 20px;
    display: block;
}
.prev-article {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	margin-top: 30px;
	float: left;
}
.next-article {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	margin-top: 30px;
	float: right;
}
/* -- single product --*/

.single-product-featured-image {
    margin-top: 40px;
}

.product-widget {
    margin-bottom: 3rem;
}

.product-widget img {
    margin: 0 auto;
    max-width: 100%;
}

.page-template-template-contact p {
        font-size: 14px;
    font-family: Helvetica Neue LT Com !important;
	letter-spacing: 0.05em;
}

.gform_wrapper .top_label .gfield_label {
    line-height: 1.6em !important;
}


/* -- testimonial -- */

.layout-testominal {}

.layout-testominal .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('assets/img/testimonial-background.png');
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #e6f6f7;
}

.layout-testominal h3 {
    position: relative;
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    color: #005e63;
    margin-bottom: 30px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.layout-testominal h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 235px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #ceb1e1;
}

.testimonial-author {
    font-family: 'Helvetica';
    display: inline-block;
    font-size: 36px;
    color: #005e63;
    font-weight: bold;
}

.layout-testominal .star-ratings {
    margin-bottom: 30px;
}


/* -- post slider -- */

.post-carousel {
    position: relative;
    margin: 30px 0;
}

.post-carousel li .inner {
    padding: 0 25px;
}

.post-featured-image {
    height: 85px;
    width: 100%;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
}

.custom-slider-nav ul {
    margin: -50px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.custom-slider-nav ul>li {
    cursor: pointer;
}

.custom-slider-nav ul>li:hover {
    opacity: .85;
}

.custom-slider-nav ul>li:first-of-type {
    float: left;
    margin-left: -50px;
}

.custom-slider-nav ul>li:last-of-type {
    float: right;
    margin-right: -50px;
}


/* -- where to buy -- */

.ratailers {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.ratailers>li {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

.ratailers>li div {
    vertical-align: middle;
    height: 75px;
}


/* -- homepage mobile our products -- */

.mobile-our-products {
    width: 100%;
    min-height: 100px;
}

.mobile-our-products p {
    font-size: 14px;
}

.mobile-our-products h4 {
    font-size: 18px;
    font-family: 'montserrat';
    font-weight: bold;
}

.mobile-find-deals {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center center;
}


/* -- sticky nav --*/

#sticky-nav {
    /*visibility: hidden;*/
	display:none;
    opacity: 0;
    position: fixed;
    top:0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #000;
    z-index: 9999999999999;
    background-color: #006CB4;
    transition: ease all .25s;
	font-family: Helvetica Neue LT Com;
}

#sticky-nav.active {
    /*visibility: visible;*/
	display:block;
    opacity: 1;
}

#sticky-nav ul {
    margin: 35px 0;
    text-align: right;
}

#sticky-nav ul>li {
    margin: 0 20px;
}

#sticky-nav ul>li>a {
    color: #fff;
	text-transform: uppercase;
	font-weight:bold;
}

#sticky-logo {
    margin-bottom: -75px;
    margin-top: 13%;
    max-width: 304px;
}


/* -- footer -- */

footer {
    position: relative;
    min-height: 20px;
    width: 100%;
    padding: 50px 0 75px 0;
    margin-top: 200px;
}

#footer-swoosh {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

#footer-bgcolor {
    position: absolute;
    top: 140px;
    bottom: 0;
    width: 100%;
    height: 340px;
    background-color: #006CB4;
}

.page-template-template-contact footer, .page-template-template-where-to-buy footer, .page-template-default footer, .error404 footer {
    margin-top: 150px;
}

#footer-logo {
    max-width: 65%;
    height: auto;
	margin-top: 6px;
}

footer .inner-1390 {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	margin-top:50px;
}

footer ul.footer-menu-wrapper>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

footer ul.footer-menu-wrapper>li:first-of-type {
    margin-left: 0;
}

footer ul.footer-menu-wrapper>li:last-of-type {
    margin-right: 0;
}

#site-copy li a, #site-copy li {
    color: #fff;
    font-size: 18px;
}

.footer-about {
    width: 40% !important;
}

.footer-about-excerpt, .footer-about-logo {
    float: left;
}

.footer-about-excerpt {
    width: 70%;
    padding-left: 10px;
}

.footer-about-logo {
    width: 30%;
}

.footer-about img, .footer-about p {
    display: inline-block;
    vertical-align: top;
}

.footer-about img {
   margin-right: 20px;
    
}

.footer-about p {}

footer .widget ul>li {
    display: block;
    margin-bottom: 10px;
}

footer .widget ul>li a {
    color: #fff;
    font-family:  Helvetica Neue LT Com;
    font-size: 20px;
    font-weight: 500;
	
}

.footer-about img {
    position: relative;
}

footer p {
    color: #fff !important;
    font-size: 20px;
    font-family:  Helvetica Neue LT Com;
	margin-top:6px;
}

footer a:hover, footer a:focus {
    opacity: .85;
    color: #fff;
}

footer .related-brands {
    margin-top: 50px;
	
}

footer .related-brands>li {
    margin-right: 0;
    width: 13%;
}

footer .related-brands>li:last-of-type {
    margin-right: 0;
}

footer .related-brands>li img {
    height: auto;
    max-width: 55px;
}


/* -- popup -- */

.popup-wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: ease all 1s;
}
/*
.popup-wrapper.active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}*/

.popup-inner {
    position: relative;
    padding: 270px 0 50px;
    0;
    z-index: 5;
}

.popupbox {
    position: absolute;
    max-width: 1007px;
    width: 100%;
    min-height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.popupbox .inner {
    /*padding: 37px 15px 0 15px;*/
}

.close-popup {
    height: 65px;
    width: 65px;
    top: -8px;
    right: -9px;
    position: absolute;
    cursor: pointer;
}

.close-popup:hover, .close-popup:focus {
    opacity: .8;
}

.popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #13294d;
    opacity: .85;
}

.popupbox .inner .image-column {
    position: relative;
}

.popupbox .inner .image-column img {
    left: -32px;
    position: absolute;
    top: 30px;
}

.popupbox .inner .content-column {
    padding: 65px 30px 45px;
}

.popupbox .inner .content-column h3 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
}

.popupbox .inner .content-column p {
    font-size: 24px;
    margin-bottom: 30px;
}

.popupbox .inner .content-column button {
    background-color: #13294d;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 7px 40px;
    text-transform: uppercase;
}

.popupbox .inner .content-column button a {
    color: #fff;
    text-transform: uppercase;
}


/* -- hero -- */

.hero-basic {
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 10;
}

.hero-basic img {
    margin-top: -185px;
}

.hero-basic h2 {
    color: #13284c;
    font-size: 60px;
    font-weight: 800;
    font-family:  Helvetica Neue LT Com;
}

.hero-basic p {
    color: #112446;
    font-family:  Helvetica Neue LT Com;
    font-size: 24px;
    line-height: 40px;
}

.hero-basic ul>li {
    color: #112446;
    font-family:  Helvetica Neue LT Com;
    font-size: 24px;
}

.page-template-template-faq .layout-page-wrapper, .page-template-template-hair-tips .layout-page-wrapper, .single .layout-page-wrapper {
    position: relative;
    z-index: 5;
}

.hero-fancy {
    height: 600px;
    position: relative;
}

.hero-fancy .inner {
    padding: 100px 0 0 75px;
}

.hero-fancy img {
    position: absolute;
    top: -171px;
    left: 0;
    z-index: -1;
}

.hero-fancy h3 {
    color: #13284c;
    font-size: 48px;
    font-weight: 800;
    font-family:  Helvetica Neue LT Com;
}


/* -- story template -- */

.content-top {
    position: relative;
    z-index: 10;
}

.content-top img {
    margin-top: -35px;
}

.content-top h2 {
    font-size: 48px;
    font-weight: normal;
}


/* -- timeline -- */

.timeline-wrapper {
    max-width: 780px;
    width: 100%;
    margin: 100px auto 50px auto;
}

.timeline {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.timeline>li {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.timeline>li::before {
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ed1848;
}

.timeline>li:first-of-type::before {
    height: 50%;
    top: 50%;
}

.timeline>li::after {
    content: url(assets/img/timeline-icon.jpg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 73px;
}

.timeline-item-img, .timeline-item-content {
    width: 45%;
    padding: 0 20px;
}

.timeline-item .timeline-item-img img {
    position: relative;
    transition: all ease 1s;
    visibility: hidden;
    opacity: 0;
    right: -100px;
}

.timeline-item .timeline-item-content p, .timeline-item .timeline-item-content h3 {
    transition: all ease 1s;
    visibility: hidden;
    opacity: 0;
    position: relative;
    left: -100px;
}

.timeline-item.inview .timeline-item-img img {
    position: relative;
    transition: all ease 1s;
    visibility: visible;
    opacity: 1;
    right: 0;
}

.timeline-item.inview .timeline-item-content p, .timeline-item.inview .timeline-item-content h3 {
    transition: all ease 1s;
    visibility: visible;
    opacity: 1;
    left: 0;
    margin-bottom: 0;
}

.timeline-item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item-content.pull-right {
    right: 0;
}

.timeline-item-content h3 {
    font-weight: 600;
}

.page-template-template-story .layout-page-wrapper .inner-1390 {
    padding: 145px 45px 50px 45px;
}


/* -- page wrapper --*/
.single-logo-group .attributes span {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
}

.wtb-name {
    font-size: 24px;
    color: #205e89;
    text-transform: uppercase;
}


/* -- faqs -- */

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

ul.faqs>li {
    margin-bottom: 50px;
}

ul.faqs>li h4 {
    font-size: 24px;
    font-weight: 600;
}

ul.faqs>li p {
    font-size: 24px;
}


/* -- products --*/

.mh-item img {
    max-height: 218px;
}


/* ------------------------------
  -- branding
-------------------------------- */


/* -- brand fonts -- */

.raleway {
    font-family:  Helvetica Neue LT Com !important;
}


/* -- font colors -- */

.blue {
    color: #01a4b3;
}

.purple {
    color: #713293;
}

.white {
    color: #fff;
}


/* -- background colors -- */


/* ------------------------------
  -- utilities
-------------------------------- */


/* -- margins -- */

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}

.mt75 {
    margin-top: 75px;
}

.mt165 {
    margin-top: 165px;
}

.mb0 {
    margin: 0;
}

.mb50 {
    margin-bottom: 50px;
}

.mb65 {
    margin-bottom: 65px;
}


/* -- padding -- */

.p0 {
    padding: 0;
}

.pt0 {
    padding-top: 0;
}

.pt65 {
    padding-top: 65px;
}

.pt120 {
    padding-top: 120px;
}

.pb0 {
    padding-bottom: 0;
}


/* -- font sizes -- */

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px !important;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fs31 {
    font-size: 31px;
}

.fs32 {
    font-size: 31px;
}

.huge {}


/* -- vert align -- */

.vert-align {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    width: 100%;
}


/* -- boostrap center responsive image -- */

.text-center img.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 200px;*/
}


/* -- module -- */

html.no-overflow, body.no-overflow {
    overflow: hidden !important;
}

.module-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden;
}

.module-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.module-background {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000;
    opacity: .5;
}

.module-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-height: 50vh;
    max-width: 50vw;
    padding: 50px;
    background-color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.module-box-inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding-right: 20px;
}

.module-box-inner.image-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-box-inner h1 {
    font-size: 32px;
}

.module-box-inner h2 {
    font-size: 28px;
}

.module-box-inner h3 {
    font-size: 26px;
}

.module-box-inner h4 {
    font-size: 24px;
}

.module-box-inner p {
    font-size: 18px;
}

.ingredients, .directions, .module-content, .zoomed-image {
    display: none;
}

.module-content.active, .ingredients.active, .directions.active, .zoomed-image.active {
    display: block;
}

.ingredients.active {}

.zoomed-image.active {}

.zoomed-image>img {
    width: auto !important;
}

.close-module {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.close-module:hover {
    opacity: .8;
}


/* ------------------------------
  -- responsive core
-------------------------------- */

#widget_sp_image-4 {
    display: none;
}

.mobile-only {
    display: none;
}

@media screen and (max-width:1600px) {
    footer .slant-bg {
        width: 34%;
    }
}

@media screen and (max-width:1420px) {
    ul.main-nav>li {
        margin: 0;
    }
}

@media screen and (max-width:1400px) {
    ul.main-nav {
        text-align: right;
    }
    .slider-container h3 {
        font-size: 47px;
    }
    footer .related-brands>li img {
        max-width: 40px;
    }
}

@media screen and (max-width:1350px) {
    ul.main-nav>li>a {
        font-size: 20px;
    }
    .hero-fancy img {
        top: -158px;
    }
    .custom-slider-nav ul>li:first-of-type {
        margin-left: -30px;
    }
    .custom-slider-nav ul>li:last-of-type {
        margin-right: -30px;
    }
	label {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
}
}

@media screen and (max-width:1230px) {
    footer ul.footer-menu-wrapper>li {
        margin-left: 20px;
    }
    .page-banner {
        margin-top: -130px;
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 15px;
    }
    .two-in-one-content {
        margin-top: 50px;
        padding-left: 0;
    }
    .hero-wrapper .mt75 .slide-image img {
        margin: 0 -15px 20px auto;
        display: block;
        width: 100%;
        height: auto;
    }
    ul.main-nav>li {
        padding: 0 12px;
    }
    footer .related-brands>li img {
        max-width: 30px;
    }
    .wtb-name {
        font-size: 18px;
    }
    .mt75 {
        margin-top: 15px;
    }
    .home .slide-caption {
        text-align: center;
    }
    .masthead .inner-1390 {
        padding-right: 110px;
    }
    .hero-fancy img {
        top: -135px;
    }
    ul.main-nav>li::after {
        top: 5px;
    }
    #footer-swoosh {
    position: absolute;
    top: -81px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}
.single-product div.product {
    position: relative;
    top: 0px;
    left: 0px;
}

/*.layout.layout-page-wrapper {
    margin-top:20% !important;
}*/
}

@media screen and (max-width:1175px) {
    footer ul.footer-menu-wrapper>li:first-of-type {
        margin-left: 5px;
    }
    footer ul.footer-menu-wrapper>li {
        margin-right: 30px;
    }
    footer .widget ul>li a, .footer-about p {
        font-size: 16px;
    }
}

@media screen and (max-width:1100px) {
    ul.main-nav>li::after {
        top: 4px;
    }
    footer .slant-bg::after {
        width: 45%;
    }
    .popupbox {
        max-width: 90%;
    }
    footer ul.footer-menu-wrapper>li:first-of-type {
        margin-left: 0px;
    }
    footer ul.footer-menu-wrapper>li {
        margin-right: 20px;
    }
    .hero-fancy img {
        top: -125px;
    }
    .hero-fancy h2 {
        font-size: 48px;
    }
    .hero-fancy h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:991px) {
    h1, h2 {
        font-size: 48px;
    }
    h1 {
        margin-left: 0;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 21px;
    }
    p {
        font-size: 18px;
    }
    #masthead-swoosh img {
        height: 250px;
    }
    #masthead-swoosh {
        top: 86px;
    }
    .pt120 {
        padding-top: 50px;
    }
    .col1-4 {
        width: 50%;
    }
    .hero-fancy .inner {
        padding-left: 41px;
    }
    footer {
        background-color: #006CB4;
    }
    footer .slant-bg {
        display: none;
    }
    .mobile-credits {
        padding: 50px 15px 50px 15px;
        background-color: #006CB4;
        border-top: 1px dotted #fff;
    }
    .mobile-credits img {
        max-width: 94px;
    }
    .mobile-credits p {
        margin: 0;
        color: #fff;
        font-family: helvetica;
        font-size: 18px;
        font-weight: normal;
        margin-top: 4px;
    }
    .mobile-credits a {
        color: #fff;
    }
    #footer-logo {
        max-width: 185px;
        width: 100%;
        margin-bottom: 30px;
    }
    #footer-values {
        margin-bottom: 20px;
    }
    .hero-wrapper img {
        max-height: 400px;
    }
    .hero-wrapper .mt165 {
        margin: 30px 0;
    }
    footer {
        padding: 40px 0 50px;
    }
    .slider-container {
        background-image: none;
        background-color: transparent;
    }
    .masthead .inner-1390 {
        padding-right: 25px;
    }
    footer .inner-1390 {
        padding-top: 0;
    }
    .layout-slider {
        margin-top: 50px;
    }
    .hero-basic {
        margin-top: 75px;
    }
    .hero-basic h2 {
        font-size: 45px;
        margin-left: 30px
    }
    .hero-basic p {
        margin: 0 30px;
    }
    .single-products .layout-hero {
        margin-top: 25px;
        padding-left: 30px;
    }
    .single-products .layout-hero h1 {
        font-size: 48px;
        margin-top: 125px;
    }
    .single-products .layout-hero h3 {
        font-size: 24px;
    }
    .single-products .layout-hero p {
        font-size: 18px;
        margin-top: 15px;
    }
    .content-top {
        margin-top: 75px;
    }
    .content-top img {
        margin-top: 0;
        max-width: 300px;
        height: auto;
    }
    .content-top h1 {
        font-size: 48px;
    }
    .content-top h2 {
        font-size: 24px;
    }
    .content-top p {
        font-size: 18px;
    }
    .hero-fancy img {
        top: -85px;
    }
    .page-template-template-contact .layout-page-wrapper, .page-template-template-where-to-buy .layout-page-wrapper {
        margin-top: 100px;
    }
    .page-banner {
        margin-top: -100px;
    }
    .page-template-template-story .layout-page-wrapper .inner-1390 {
        padding: 65px;
    }
    .single-toggle.is-active .toggle-content {
        padding: 20px 30px 0 30px !important;
    }
    .layout-page-wrapper .col-md-4 {
        margin-top: 30px;
    }
    #widget_sp_image-2 {
        display: none;
    }
    #widget_sp_image-4 {
        display: block;
    }
}

@media screen and (max-width:830px) {
    .toggle-banner {
        padding-right: 200px;
    }
    .page-banner {
        margin-top: -75px;
    }
    .single-mobile-post {
        width: 100% !important;
    }
    .single-mobile-post img {
        margin-bottom: 20px auto !important;
    }
}

@media screen and (max-width:768px) {
    .page-banner {
        margin-top: -30px;
    }
    .single-post-section {
        margin-bottom: 40px;
    }
    .slide-caption h3, .hero-wrapper .mt75 h3, .hero-wrapper .mt165 h3 {
        font-size: 32px;
    }
    .single-mobile-post {
        margin-bottom: 20px;
    }
    .single-mobile-post img {
        margin-bottom: 20px auto !important;
    }
    .hero-wrapper .mt75 p, .hero-wrapper .mt165 p {
        font-size: 18px;
    }
    #footer-values {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .layout-testominal h3, .testimonial-author {
        font-size: 21px;
    }
    .layout-coupons .col2-3, .layout-coupons .col1-3 {
        width: 100%;
        height: auto !important;
    }
    .layout-coupons .vert-align {
        position: inherit;
        top: auto;
        transform: none;
    }
    .layout-coupons br {
        display: none;
    }
    #masthead-swoosh img {
        height: 160px;
    }
    #masthead-swoosh {
        top: 89px;
    }
    .hero-basic h2 {
        font-size: 2.5rem;
    }
    .hero-basic img {
        min-width: 275px;
    }
    .single-products .layout-hero h1 {
        font-size: 40px;
        margin-top: 85px;
    }
    .single-products .layout-hero h3 {
        font-size: 21px;
    }
    .single-products .layout-hero img {
        min-width: 250px;
        position: relative;
        right: 20px;
    }
    .hero-fancy img {
        top: -40px;
    }
    .hero-fancy h2 {
        font-size: 28px;
    }
    .hero-fancy h3 {
        font-size: 18px;
    }
    .layout-four-column-feature .col-md-6 {
        margin-bottom: 40px;
    }
    .slider-caption-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-template-template-contact .layout-page-wrapper, .page-template-template-where-to-buy .layout-page-wrapper {
        margin-top: 85px;
    }
    .toggle-headline {
        max-width: 80%;
    }
    .toggle-banner {
        padding-right: 15px;
    }
    .single-toggle.is-active .toggle-content {
        padding: 15px 20px 0 20px;
        !important;
    }
    .toggles-list>li.single-toggle {
        margin-bottom: 30px;
    }
    .toggle-content h4, .toggle-content p, .toggle-content ul>li {
        font-size: 14px;
    }
    .toggle-links a {
        font-size: 14px;
    }
    .layout-four-column-feature .img-wrapper {
        height: 440px;
        margin-bottom: 15px;
    }
    .layout-four-column-feature h4 {
        font-size: 18px;
    }
    .single-mobile-post {
        text-align: center;
    }
    .single-mobile-post .inner {
        display: inline-block;
    }
    .module-box {
        height: 90vw;
        width: 95vw;
        max-width: none;
    }
    .module-box-inner p {
        font-size: 13px;
    }
    .press-release-title {
	    line-height: 1;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: #666;
    font-weight: 800;
    text-decoration: none;
    border-color: #fff;
}
}

@media screen and (max-width:610px) {
    .hero-basic h2 {
        font-size: 2rem;
    }
    .module-box {
        width: 80%;
    }
    input[type="text"], input[type="email"] {
        max-width: 100%;
    }
}

@media screen and (max-width:575px) {
    .single-toggle.is-active .toggle-content {
        padding: 20px 30px 0 30px;
    }
    h2, .slide-layout-1 .slide-caption h3 {
        font-size: 28px;
    }
    .col1-4 {
        width: 100%;
    }
    footer .widget ul>li, footer .widget ul>li>ul>li {
        margin-bottom: 5px;
    }
    footer .widget ul>li>a {
        font-size: 16px;
    }
    footer .widget ul>li>ul>li>a {
        font-size: 9px !important;
    }
    .ratailers>li {
        width: 49%;
    }
    .popupbox .gfield_checkbox>li {
        width: 100%;
    }
    .popup-inner {
        padding-top: 20px !important;
    }
    .hero-basic {
        margin-top: 50px;
    }
    .hero-basic img {
        position: relative;
        margin-top: -150px;
        right: 100px;
    }
    .hero-basic h2 {
        font-size: 1.875rem;
        margin-left: 0;
    }
    .hero-basic p {
        margin-left: 0;
    }
    .content-top {
        margin-top: 50px;
    }
    .content-top img {
        margin-top: 0;
        max-width: 215px;
        height: auto;
    }
    .content-top h1 {
        font-size: 30px;
    }
    .content-top h2 {
        font-size: 21px;
    }
    .content-top p, .content-bottom p {
        font-size: 16px;
    }
    .timeline-item-img, .timeline-item-content {
        width: 40%;
    }
    .hero-fancy .inner {
        padding: 85px 0 0 41px;
    }
}

@media screen and (max-width:540px) {
    #hide-copy {
        display: none;
    }
}

@media screen and (max-width:475px) {
    .slider-caption-mobile h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .slider-caption-mobile p {
        font-size: 14px;
    }
    .hero-basic h2 {
        font-size: 24px;
    }
    h1 {
        font-size: 24px;
        font-family:  Helvetica Neue LT Com;
        color: #13284c;
        font-weight: 600;
    }
    h2 {
        font-size: 18px;
        font-family:  Helvetica Neue LT Com;
        color: #13284c;
        font-weight: 600;
    }
    h3 {
        font-size: 17px;
        font-family:  Helvetica Neue LT Com;
        color: #13284c;
        font-weight: 600;
    }
    h4 {
        font-size: 16px;
        font-family:  Helvetica Neue LT Com;
        color: #13284c;
        font-weight: 600;
    }
    h5 {
        font-size: 15px;
        font-family:  Helvetica Neue LT Com;
        color: #13284c;
        font-weight: 600;
    }
    p {
        font-family:  Helvetica Neue LT Com;
        font-size: 14px;
        color: #13284c;
    }
    .hero-basic p {
        font-size: 14px;
        line-height: 20px;
    }
    .page-template-template-where-to-buy h1, .page-template-templatestemplate-contact-php h1 {
        margin-top: 40px;
    }
    .toggle-headline {
        font-size: 12px;
    }
    .toggle-icon {
        width: 20px;
    }
    .toggle-headline span {
        position: relative;
    }
    .single-toggle.is-active .toggle-content {
        padding: 15px 30px 0 15px !important;
    }
    .toggle-content h4, .toggle-content p, .toggle-content ul>li {
        font-size: 12px;
    }
    .toggle-links a {
        font-size: 12px;
    }
    .hero-basic img {
        position: relative;
        right: 85px;
    }
    footer, .page-template-template-contact footer, .page-template-template-where-to-buy footer, .page-template-default footer, .error404 footer {
        margin-top: 75px;
    }
    .single-products .layout-hero {
        padding-left: 0;
    }
    .content-top img {
        margin-top: 0;
        max-width: 130px;
        height: auto;
    }
    .content-top h1 {
        font-size: 24px;
    }
    .content-top h2 {
        font-size: 20px;
    }
    .content-top p, .content-bottom p {
        font-size: 14px;
    }
    .hero-fancy .inner {
        padding-top: 60px;
    }
    .hero-fancy h2 {
        font-size: 18px;
    }
    .hero-fancy h3 {
        font-size: 14px;
    }
    .page-template-template-contact .layout-page-wrapper, .page-template-template-where-to-buy .layout-page-wrapper {
        margin-top: 50px;
    }
    .mobile-credits img {
        max-width: 100%;
    }
    .mobile-credits {
        padding: 30px 15px;
    }
}

@media screen and (max-width:450px) {
    .hero-basic h2 {
        font-size: 1.5rem;
    }
    .page-template-template-contact .layout-page-wrapper, .page-template-template-where-to-buy .layout-page-wrapper {
        margin-top: 25px;
    }
}

@media screen and (max-width:425px) {
    #mobile-logo {
        width: 132%;
    }
    .mobile-nav-wrapper {
            top: 62px;
    
    }
    .mobile-only {
        display: block;
    }
    .home .layout-testominal, .home .layout-four-column-feature {
        display: none;
    }
    .home a.button {
        font-weight: 900;
        color: #13284c;
    }
    .layout-slider {
        margin-bottom: 30px;
    }
    #masthead-swoosh img {
        height: 120px;
    }
    #masthead-swoosh {
        top: 108px;
    }
    .header-bgcolor {
        height: 175px;
    }
    .masthead .inner-1390 {
        padding-right: 5px;
    }
    .layout-slider {
        margin-top: 20px;
    }
    .hero-basic {
        margin-top: 15px;
    }
    .hero-basic img {
        margin-top: -105px;
    }
    .single-products .layout-hero h1 {
        font-size: 28px;
        margin-top: 40px;
    }
    .single-products .layout-hero h3 {
        font-size: 18px;
    }
    .single-products .layout-hero p {
        font-size: 14px;
        margin-top: 15px;
    }
    .single-products .layout-hero img {
        min-width: 200px;
        position: relative;
        right: 40px;
    }
    .content-top {
        margin-top: 20px;
    }
    .timeline-item-img, .timeline-item-content {
        width: 40%;
    }
    .timeline-item-content p {
        font-size: 10px;
    }
    .hero-fancy .inner {
        padding-top: 50px;
    }
    .page-template-template-contact .layout-page-wrapper, .page-template-template-where-to-buy .layout-page-wrapper {
        margin-top: 25px;
    }
}

@media screen and (max-width:360px) {
    .hero-basic h2 {
        font-size: 1.3rem;
    }
    .toggle-headline {
        font-size: 10px;
    }
    .toggle-headline span {
        top: -3px;
    }
    .hero-fancy .inner {
        padding-top: 30px;
    }
    .content-top img {
        max-width: 90px;
    }
}


/* ------------------------------
  -- wp core
-------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* coupons page fix */

.page-id-12 .layout .inner-1390 p {
    text-align: center;
}

.page-id-12 .layout .inner-1390 p a {}

.page-id-12 .layout .inner-1390 p a img {
    display: inline !important;
    margin: 0 80px !important;
    float: none !important;
}

@media (max-width: 610px) {
    .page-id-12 .layout .inner-1390 p a img {
        margin: 20px 0 !important;
        width: 80%;
        height: 80%;
    }
	.products-intro {padding: 40px 0px 35px 20px;}
	body.page-id-749 .layout-four-column-feature h4 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 20px;
}
	
}
ul.inline-list.related-brands {
    display: none;
}

.vert-align-mobile {
    position: relative;
    top: auto;
    /*transform: translateY(-16%);*/
    width: 100%;
 }
 #mega-menu-wrap-top {
    background: none;
 }
 #mega-menu-wrap-top #mega-menu-top {
    visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
@media only screen and (min-width: 601px)
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-item-align-float-left{
        float: unset;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 22px;
    text-transform: uppercase;
	font-family: Helvetica Neue LT Com;
}
#mega-menu-wrap-top #mega-menu-top {
   visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 35px 0;
    
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #555;
    font-family: inherit;
    font-size: 8px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
    text-align: center;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
     background: none; 
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    max-width: none;
    left: 0;
    border-radius: 2px;
}
.container-fluid {
	
	padding:0px!important;
}
section.related.products {
	display:none;
}

header.entry-header {
    float: left;
	width:100%;
}
aside#secondary {
    display: none;
}
div#masthead-swoosh11 {
    
        position: absolute;
    margin-top: -224px
}
nav.navigation.post-navigation { display:none;}

form#commentform {
    display: none;
}
h3#reply-title {
    display: none;
}
div#comments {
    clear: both;
}


#post-14 header.entry-header {
    float: left;
}
.entry-content {
    /* margin-top: 10% !important; */
    clear: both;
}
.widget ul li, .widget ol li {
    border-bottom: 0px solid #ddd !important;
    border-top: 0px solid #ddd !important;
    padding: 0 !important;
}



#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-color: #fff;
}





@media screen and (min-width: 100px) and (max-width:500px){
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: #006cb4 !important;
    font-weight: 800;
    text-decoration: none;
    border-color: #fff;
	
}

 /*embed, iframe, object {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
        min-height: 271px !important;
    max-height: 271px !important;
    margin-top: 0px;
}*/
.top-left {
    display:none;
}
 div#masthead-swoosh11 {margin-top: -108px !important;}
 .header-bgcolor {height: 130px !important;}
 #masthead-swoosh img {height: 120px;}
}

@media screen and (min-width: 768px) and (max-width:1023px){
div#masthead-swoosh11 {margin-top: -125px;}
embed, iframe, object {min-height: 485px;max-height: 485px;}
}

@media screen and (min-width: 48em)
.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
    float: right;
    width: 100% !important;
}

/*.layout.layout-page-wrapper {
    margin-top: 14%;
}*/
.container {
     padding-right: 0px !important; 
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
header.entry-header h1 {
    font-size: 32px !important;
    font-weight: normal !important;
}


.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content 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:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .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 {
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #fff;
    text-decoration: none !important;
}

.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
    -webkit-box-shadow: none !important;
}

@media screen and (min-width: 48em){
.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 82% !important;
}
.logo-container img {
    max-width: 304px;
    margin-top: 2.95em !important;
    margin-left: 10%;
}
.masthead {
    width: 85%;
    max-width: 1440px;
    margin: 0 auto;
}
}

@media screen and (min-width: 48em){
.wrap {
    max-width: 100% !important;
    padding-left: 3em;
    padding-right:11em;
}
}

.label {
    display: inline;
    padding: .2em .6em .3em;
        padding-left: 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    display: none !important;
}

div#g-recaptcha-U6D5AY4iLTiwp6z {
    margin-top: 50px !important;
}

div#wpcf7-f81-p7-o1 {
    width: 50%;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family:Helvetica Neue LT Com;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 350px !important;
}

i.fa.fa-facebook {
    display: none;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: blue;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 1000 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Helvetica Neue LT Com;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled {
    opacity: 1 !important;
    color: #ffff !important;
    /* background-color: gainsboro !important; */
}
.product_meta {
    clear: both !important;
	display:none;
}
.inner-1390 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
}

@media (min-width: 1200px){
.container {
    width: 70% !important;
}
.wpcf7-form-control.wpcf7-textarea {
    width: 450px !important;
}


div#primary {
    margin-left: 13% !important;
    margin-right: 13px !important;
}
div#primary {
    margin-top: 5%;
}
}
h1.product_title.entry-title {
    display: none;
}
p.price {
    display: none;
}
div#tab-reviews {
    margin-left: 0px !important;
}

.single-product form.cart .quantity {
    float: left;
    margin-right: .5em;
    display: none;
}
img.emoji {
    display: none !important;
}
img.zoomImg {
    display: none !important;
	pointer-events: none !important;
}

@media only screen and (max-width: 768px){


form.checkout.woocommerce-checkout {
    margin: 12px;
}
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 {
    color: #666;
    background: #fff;
    border: 1px solid #666666 !important;
    display: block;
    padding: 0.7em;
    width: 100% !important;
}
}
@media only screen and (max-width: 768px){
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
    border-bottom: 1px solid #666666;
}
#mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
    background: #fff;
    padding: 0;
    display: none;
}
/* tr.woocommerce-cart-form__cart-item.cart_item td { */
    /* border: 1px solid gray; */
	/* border-top:1px solid gray !important; */
/* } */


.page-id-14 .twentyseventeen-panel {
   overflow: hidden;
    position: relative;
    padding: 0 20px !important;
	
}
.page-id-7 h2.entry-title {
    padding: 0 12px;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
     background: none; 
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    border-color: #666666;
	    text-align: center;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #666666;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 22px;
    text-transform: uppercase;
	font-family: Helvetica Neue LT Com;
	text-align:center;
}
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.single-product form.cart input {
    width: 5em;
    display: none;
}
button, input[type="button"], input[type="submit"] {
    background-color:#006cb4 !important;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
label {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

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 {
    color: #666;
    background: #fff;
    border: 1px solid #666666 !important;
    display: block;
    padding: 0.7em;
    width: 90% ;
}

.widget {
     padding-bottom: 0em; 
}
tr {
    border-bottom: none;
}
.top-left p {
    font-size: 20px;
	letter-spacing: 0;
	margin: 0;
}
.top-left h1 {
    font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 25px;
}

.page-template-template_become-a-reseller input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    width: 350px !important;
}

@media only screen and (min-width: 1000px) {
	.page-template-template_become-a-reseller input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel{
    width: 350px !important;

}
.top-left {
    position: absolute;
    top: 14.5%;
    right: 10%;
    color: #006cb4;
}
}
.page-template-template-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%!important;
}
.page-template-template-contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%!important;
}
.page-template-template-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    height: 43px;
}
.view-products {
    padding-top: 15px;
    font-weight: 700;
    cursor: pointer;
	font-size: 20px;
}
span.woocommerce-Price-amount.amount {
    /*font-size: 1.5rem;*/
    font-weight: bold;
}



.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: currentColor;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 1000 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Helvetica Neue LT Com;
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content 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:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .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 {
    color: gray !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/*.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content 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:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .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 {
    color: gray !important;
    -webkit-box-shadow: none;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #gray;
    text-decoration: none !important;
}*/
tr.woocommerce-cart-form__cart-item.cart_item td a {
    color: gray !important;
	text-decoration: none !important;
}
a.remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 11px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    box-shadow: none!important;
    border: 1px solid gray;
}
.woocommerce-message {
    background: #006cb4 !important;
    color: gray;
}
.woocommerce-message a {
    background: #006cb4 !important;
    color: #fff;
}
.wc-proceed-to-checkout a{
	
	color: #fff !important;
	text-decoration: none !important;
}
.wc-proceed-to-checkout a:hover{
	
	color: #fff !important;
	text-decoration: none !important;
}
.wc-proceed-to-checkout {
    /*background-color: #006cb4 !important;*/
    color: #ffffff!important;
	text-transform: uppercase;
}

.checkout-button {
    display: block;
    padding: 1em 2em;
    border: none !important;
    text-align: center;
    font-weight: 800;
    box-shadow: none!important;
    color: #ffffff;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
        display: block;
    color: gray !important;
    font-family: Helvetica Neue LT Com !important;
    font-size: 14px !important;
	font-weight: normal !important;
}
a.about_paypal {
    color: gray;
}
a.woocommerce-terms-and-conditions-link {
    color: gray;
}
a.woocommerce-privacy-policy-link {
    color: gray;
}
h3#order_review_heading {
    color: gray;
}
th.product-name {
    color: gray;
}
th.product-total  {
    color: gray;
}
table.shop_table.woocommerce-checkout-review-order-table {
    color: gray;
}

.woocommerce-error {
    background: #006cb4 !important;
    color: #fff;
}
.woocommerce-billing-fields {
    color: gray;
	
}
.woocommerce-additional-fields {
    color: gray;
}
/*ul>li {
    font-size: 14px;
    color: #fff !important;
    text-transform: capitalize;
}*/
.woocommerce-info {
    background: none !important;
    color: gray;
}

.woocommerce-info a {
    background: none !important;
    color: gray;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 1.5em;
    padding: 2em;
    background: none !important;
}
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 {
    color: #666;
    background: #fff;
    border: 1px solid #666666 !important;
    font-weight: normal;
}
p {
    color: gray !important;
}
body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #006cb4 !important;
}

span.woocommerce-Price-amount.amount {
    /*font-size: 1.5rem;*/
    font-weight: normal!important;
	color: gray !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    font-weight: normal!important;
	margin-bottom: 5px;
}
div#slidenew {
    width: 80%;
    margin: 0 auto;
    /* height: 200px; */
}
.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
    -webkit-box-shadow: ;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.wp-block-column p a:hover {

    color: #666666 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.wp-block-column p a {

    color: #666666 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.wp-block-column p {
    font-size: 16px !important;
	letter-spacing: 0.05em;
}
.woocommerce-cart-form .quantity input {
    width: 4em !important; margin:0px;
}
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
     -webkit-box-shadow: none !important; 
      box-shadow: none !important;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.col2-set .col-2 {
    display: block !important;
}

button.button {
    text-transform: uppercase !important;
}
li#menu-item-193 {
    text-transform: uppercase;
}
input#coupon_code {
    height: 50px;
}
p#billing_company_field {
    display: none;
}
.woocommerce-breadcrumb a {
    box-shadow: none;
    -webkit-transition: box-shadow ease-in-out 130ms;
    transition: box-shadow ease-in-out 130ms;
}

.woocommerce-cart-form .button {
    padding: 1.1em 2em;
}
form.variations_form.cart {
    position: relative;
    top: 27px;
}
.woocommerce-variation.single_variation {
    line-height: 0px;
}
a.button.wc-forward {
    padding: 7px;
}


.entry-header .entry-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 4em;
    padding-bottom: 2em;
    /* width: 100% !important; */
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
}
ul.products li.product .button {
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 12px;
    background: #006cb4 !important;
    color: #fff;
	font-weight: bold;
	margin-top:2%;
}
a.button.product_type_variable.add_to_cart_button {
    padding: 12px;
    background: #006cb4 !important;
    color: #fff;
    font-weight: bold;
	margin-top:2%;
}
h1.woocommerce-products-header__title.page-title {
    color: #006cb4 !important;
    font-size: 25px;
    font-weight: bold;
}



@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.page-template-template_become-a-reseller input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel{
    width: 350px !important;
}
article#post-230 {
    width: 72%;
    margin: 0 auto;
}
article#post-187 {
    width: 72%;
    margin: 0 auto;
}
article#post-188 {
    width: 72%;
    margin: 0 auto;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.top-left {
    position: absolute;
    top: 14.5%;
    right: 10%;
    color: #006cb4;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 1em;
    text-transform: uppercase;
}
article#post-180 , article#post-182 {
    color: gray !important;
    margin: 13px;
    width: 72% !important;
    margin: 0 auto;
	width:72%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 !important;
    padding: 0;
    position: relative;
    width: 24.05% !important;
    margin-left: 0;
    text-align: center;
    text-decoration: none !important;
}
.logo-container img {
    max-width: 273px;
    margin-top: 3em !important;
    margin-left: 10%;
}
article#post-230 ,article#post-7, article#post-3,article#post-187 ,article#post-188 {
    width: 72%;
    margin: 0 auto;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 28%;
    display: inline-block;
    margin-right: 1em;
}

}

h2.woocommerce-Reviews-title {
    display: none;
}
ul.tabs.wc-tabs {
    display: none;
}
img.avatar.avatar-60.photo {
    display: none;
}
.woocommerce-tabs #reviews li.comment p.meta, .woocommerce-tabs #reviews li.review p.meta {
    margin-bottom: .5em;
    display: none;
}
div#review_form_wrapper {
    display: none;
}
p.woocommerce-noreviews {
    display: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
img.wp-post-image {
   
    width: 590px;
}

.page-id-180 #wc-stripe-payment-request-wrapper{
	
	padding-top:0px !important;
}
@media screen and (min-width:1366px) {
article#post-180 , article#post-182 {
    width: 72%;
    margin: 0 auto;
}
}
.wc_payment_method .payment_box {
    padding: 2em;
    background: none;
}
.wc_payment_method .payment_box li {
    list-style: none;
   /* display: none;*/
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: none;
}
div#stripe-payment-data {
    background: #fff;
}

.page-id-182 label {
    width: 100%;
	padding-bottom: 13px;
}
.page-id-182 p {
    margin-left: 7px;
}

.wc_payment_method .payment_box {
    padding: 1em !important; 
    background: #eee;
    line-height: 3.5em;
}
div#tp-widget-wrapper {
    max-width: 100% !important;
}
.page-id-230 .tp-widget-wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 100% !important;
    opacity: 0;
    position: relative;
    transition: opacity 1s ease;
}
.comment-meta {
    margin-bottom: 0em !important; 
    display: none;
}
h2.comments-title {
    display: none;
}
.reply {
    display: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 0em !important;
    font-size: 1.25em;
    padding: 1em;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
     padding: 0 !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #006cb4 !important;
    /* color: #fff; */
    /* -webkit-font-smoothing: antialiased; */
}

.woocommerce-variation-price {
    margin-bottom: 4%;
}
.comment-body {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0em !important;
	margin-left:0px !important;
}

#post-171>.entry-header,#post-63>.entry-header,#post-60>.entry-header,#post-55>.entry-header {
    display: none;
}
div#wc-stripe-payment-request-wrapper {
    height: 0px !important;
    margin-top: -24px !important;
}

@media only screen and (max-width: 767px){
	.page-template-template_become-a-reseller input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    width: 97%!important;
	font-size: 14px;
	
}
article#post-230 {
    width: 100%;
    margin: 0 auto;
}
article#post-187 {
    width: 100%;
    margin: 0 auto;
}
article#post-188 {
    width: 100%;
    margin: 0 auto;
}
.layout.layout-page-wrapper {
    margin-top: 5%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}
article#post-230 {
    width: 87% !important;
    margin: 0 auto;
}
header.entry-header {
    width: 100%;
}
article#post-230 {
    width: 100%;
    margin: 0 auto;
}
.top-left {
    position: absolute;
    top: 8.5%;
    right: 10%;
    color: #006cb4;
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 1em;
    padding-right: 1em;
    /* margin-top: 20% !important; */
}
#mega-menu-wrap-top #mega-menu-top {
   visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 28px 0 !important ;
    position: relative;
    top: -15px;
	background: black;
}
#mega-menu-wrap-top .mega-menu-toggle {
    
    background: none;
}

.mobile-nav-wrapper {
    position: absolute;
    top: 38px;
    z-index: 9;
    width: 100%;
    
}

.woocommerce-cart-form .quantity input {
    width: 4em !important;
	margin-left: 83%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    /*width: 100%;*/
    box-sizing: border-box;
    margin-bottom: 1em;
    text-transform: uppercase;
}
div#wpcf7-f81-p7-o1 {
    width: 100% !important;
}
body:not(.twentyseventeen-front-page) .entry-header, body:not(.twentyseventeen-front-page) .entry-content, body:not(.twentyseventeen-front-page) #comments {
    margin-left: 2% !important;
    margin-right: auto;
}
.logo-container img {
    max-width: 304px;
    margin-top: 15% !important;
    margin-left: 10%;
	margin-bottom:10px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 1.992em;
    text-align: center;
}
}	
.layout.layout-page-wrapper {
    margin-top: 5px;
    margin-left: 5% !important;
    margin-right: 5% !important;
}


@media screen and (min-width:768px) and (max-width:1023px) {
	
ul#site-copy {
    padding: 26px 0px 0px 0px;
}
article#post-230 ,article#post-7,article#post-10,article#post-14, article#post-12, article#post-3, article#post-180,article#post-182,,article#post-187 ,article#post-188 {
    width: 86% !important;
    margin: 0 auto;
}
.container {
    width: 100% !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
    text-align: center;
}
.post-type-archive-product .wrap,.product-template-default .wrap  {
    max-width: 86% !important;
    padding-left: 0em;
    padding-right: 0em;
	margin-top: 24%;
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100% !important;
}
.wc_payment_method .payment_method_stripe iframe {
    min-height: 25px;
    max-height: 25px;
}
.masthead {
    width: 100% !important;
    max-width: 1440px;
    margin: 0 auto;
}
.logo-container img {
    max-width: 304px;
    margin-top: 2.95em !important;
    margin-left: 38%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.header-bottom-info {
    background-color: #ffffff;
    padding-top: 17px;
    padding-bottom: 17px;
    float: left;
    width: 100%;
}
.container-fluid .row {
	
	
	margin-bottom:20px;
}
.mobile-nav-wrapper {
    position: absolute;
    top: 38px;
    z-index: 9;
    width: 100%;
}
#mega-menu-wrap-top .mega-menu-toggle {
    display: block !important;
    cursor: pointer;
    background: none !important;
}
#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
    display: block;
}
}

.woocommerce-form-coupon-toggle {
    display: none;
}
/*.woocommerce-error, .woocommerce-info, .woocommerce-message {
   
    border-top: none !important;
    
}*/
.woocommerce-message  {
    display: none !important;
}
div#primary {
    margin-top: 9%;
}
.woocommerce div.product .images, .woocommerce-page div.product .images {
pointer-events: none !important;
}
.wcppec-checkout-buttons__separator {
    display: block;
    opacity: .5;
    margin: 0 0 1em;
    display: none !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    
    line-height: 10px;
    padding-left: 20px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    margin:7px 8px 0 0;
}

ul.woocommerce-error {
    color: #808080;
}

 .woocommerce-error::before{   top: 2em;  left: 0.5em; }

.wpcf7-form-control.wpcf7-select.mol {

    width: 353px;
}
.sublast {
    margin-top: 25px;
}
@media screen and (max-width:720px) {
.the_champ_sharing_container.the_champ_horizontal_sharing {
	width:0px !important;
	
}
.social-url-feed{
		margin-left:21% !important;
	}
	
}