/* LICENSE & DETAILS
   ==================================================

    Theme Name: ECOS 2016 Theme
    Theme URI: http://ecos.com
    Template: ecos
    Version: 1.0
    Author: ECOS
    Author URI: http://ecos.com

   ==================================================
*/

/*====== Custom Fonts =======*/ 
@font-face {
  font-family: 'Collette_regular';
  src: url('./fonts/webfont.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Colette-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Colette-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/Colette-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Colette-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Collette_light';
  src: url('./fonts/webfont.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Colette-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/fonts/Colette-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/Colette-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Colette-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Collette_thin';
  src: url('./fonts/webfont.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Colette-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Colette-Thin.woff') format('woff'), /* Pretty Modern Browsers */
       url('./fonts/Colette-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Colette-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*=============*/




/* --------------------------------------------
    CHILD THEME CSS
-------------------------------------------- */
body{
    background: #fff !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    min-height: 36px;
}

ul.products li.product .price {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

#back-to-top {
    bottom: 0 !important;
}

.zopim {
    right: 53px !important;
}

#back-to-top {
    padding: 5px 9px 3px !important;
}

#lpr-locations {
    width: 100%;
    float: left;
}

#lpr-map {
    width: 100%;
    float: left;
}

#lpr-results {
    overflow: initial;
    background: #fff;
    padding-top: 115px;
    background: initial;
}

.about .toggle-wrap{
  display: none;
}

@media all and (min-width: 768px) {
    #lpr-results {
        margin-left: -15px;
        max-width: 100%;
        display: inline-flex;
    }

    #lpr-map {
        
    }

    #lpr-locations {
        float: right;
    }

    #lpr-product{
        display: none;
    }

    section.widget_top_rated_products li div.star-rating{
        float: left !important;
    }

    /* ingredients page desktop fix */
    .ingredients_lg .product-image.second-image{
        display: none;
    }

    .ingredients_lg .product-details span{
        text-align: left;
        display: block;
        margin-top: -5px;
        color: #656565;
    }

    .ingredients_lg .product-details h3::after{
        content: '';
        font-size: 13px;
        line-height: 30px;
        clear: both;
        float: left;
        margin: 5px auto 0;
        display: block;
        width: 100%;
        color: #656565;
    }

    .ingredients_lg ul.products{
        border:none;
    }

    .ingredients_lg h3.spb-heading {
        text-align: center;
    }

    .ingredients_lg div.ingredients_prod ul.products .product-details > span {
      color: #222222;
      opacity: 1;
      margin-top: 0;
      margin-bottom: 0;
    }

    #page-wrap .full-width-text.spb_content_element.six-reasons .spb_wrapper {
        padding-bottom: 20px !important;
    }

    /* ingredients page desktop fix  end*/

}

.dark_grey_bg {
    background-color: #222222;
}

.full-width-text.dark_gray_bg {
    margin-bottom: 0 !important;
}

.full-width-text.dark_gray_bg:after {
    z-index: 999;
}

.looklikelink {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.looklikelink:hover {
    color: #1dc6df;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.looklikebtn {
    color: #fff;
    background-color: #1dc6df !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    text-align: center;
    width: auto;
    padding: 8px;
}

.looklikebtn:hover {
    background-color: #222222 !important;
    color: #ffffff;
}
/*
#copyright nav .menu {
    float: left;
    clear: right;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 5px -9px;
}
*/

#copyright nav .menu {
    float: left;
    /* clear: right; */
    /* width: 100%; */
    text-align: left;
    padding: 0;
    margin: 0 0 5px -9px;
}

#copyright p {

}

.twitter-widget .tweet-text {
    padding-left: 30px;
    line-height: 160%;
    text-align: left;
}

.spb_wrapper .hc {
    padding: 0;
    padding-right: 20px;
    background: initial;
    position: relative;
}

@media all and (max-width: 991px) {
    #copyright {
        padding: 15px 0 42px 0 !important;
    }

    .twitter-widget .tweet-text {
        text-align: left;
    }

    div.header-wrap{
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9;
    }    

    ul.product_list_widget li a span.product-title {
        float: none !important;
        width: inherit !important;
        text-align: left !important;
    }

    ul.product_list_widget li a img.attachment-shop_thumbnail {
        float: left !important;
        margin-right: 10px !important;
    }

    .widget_top_rated_pro-ducts > ul > li > div{
        margin-left: 44px !important;
    }

    .twitter-widget .twitter-link::before{
        margin-top: 0 !important;
    }

    .woocommerce div.product form.cart, .woocommerce div.product p.cart {
        margin: 0;
    }

    .single-post #breadcrumbs{
        clear: both;
        float: left;
    }

    /* slider caption */
    
    li.tp-revslider-slidesli .tp-caption.dante_h1{
        line-height: 1em !important;    
        font-size: 1em !important;
        top: 6px;
    }

    li.tp-revslider-slidesli .tp-caption.big_white{
        line-height: 1.2em !important;    
        font-size: 1.2em !important;   
    }

    li.tp-revslider-slidesli a.sf-button{
        font-size: 12px;
        top: 20px;
        line-height: 22px;
    }

    /* slider caption end */

    ul.product_list_widget li a img.attachment-shop_thumbnail{
        padding-bottom: 10px;
    }

}



.leave-feedback {
    display: none;
}

#lpr-search-form ul.list-unstyled li #lpr-search-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd !important;
    background-color: #1dc6df !important;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 400;
}

#lpr-search-form ul.list-unstyled li #lpr-search-button:hover {
    background-color: #222222 !important;
    color: #ffffff;
}

#lpr-search-form ul.list-unstyled li ul.list-inline li input {
    background: #f7f7f7;
    border-color: #0878C4;
}

#lpr-results .infoBox {

}

#lpr-results .infoBox .lpr-location-name, #lpr-locations .lpr-location-name {
    font-size: 16px;
}

#lpr-locations .thumbnail {
    border-color: #222222;
    border-radius: 0;
    margin-left: 0;
    border-left: none;
    border-right: none;
    border-top: none;
}

/*#lpr-locations .thumbnail.alert-info .lpr-location-name {
    color: #222222;
}*/

.lpr-location {
    padding: 0 0em 0.3em 0em;
}

#lpr-locations h4 {
    color: #006E9F;
    font-size: 17px;
    border: 1px solid #026590;
    width: auto;
    float: right;
    padding: 3px;
    margin-right: 10px;
    margin-top: 5px;
}
/*
body.home .spb_parallax_asset.sf-parallax-video {
    background: url('images/home_video_alt.jpg');
    background-repeat: no-repeat;

    background-size: cover;
} */
.yith-wcwl-add-to-wishlist a{
    color:#F7F7F7!important;
}
.yith-wcwl-add-to-wishlist a:hover {
    text-decoration: none;color:white!important;
}
.product-transition figcaption .shop-actions a.add_to_wishlist:hover{
    color:black!important;
}
body.single-product .woocommerce form.cart .yith-wcwl-add-to-wishlist a {
    height: 40px;

}

body.single-product .woocommerce form.cart .yith-wcwl-add-to-wishlist a:hover {
    text-decoration: none;
}

.product-transition figcaption .shop-actions a.add_to_wishlist span {
    display: none;

    text-indent: -99999px;
}

body.single-product .woocommerce form.cart .yith-wcwl-add-to-wishlist a i {
    margin-right: 6px !important;
    margin-bottom:-3px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    body.single-product .yith-wcwl-add-to-wishlist{
        clear:left;
        margin-left:0!important;
        margin-top:10px;
    }

   section.widget_top_rated_products li div.star-rating {
        margin-left: 18px;
   }

   ul.product_list_widget li a span.product-title {
        float: right;
        width: 160px !important;
   }

   .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating{
    margin-left: 51px;
   }


}
@media all and (max-width: 720px) {
    body.single-product .woocommerce form.cart .yith-wcwl-add-to-wishlist a {
        min-width:181px;
        text-align:center;
    }
    body.single-product .yith-wcwl-add-to-wishlist{
        clear:left;
        margin-left:0!important;
        margin-top:10px;
    }

    .content-slider .flex-direction-nav .flex-prev,
    .spb_testimonial_slider_widget:hover .content-slider .flex-direction-nav .flex-prev {
        left: -20px!important;
    }


    .content-slider .flex-direction-nav .flex-next,
    .spb_testimonial_slider_widget:hover .content-slider .flex-direction-nav .flex-next {
        right: -10px!important;
    }

    .related-item figure{
        background-color: #fff !important;
    }

    .related-item figure img{
        width: 50%;
    }

    .row.fw-row {
        margin-left: -15px;
    }
}
.product-transition figcaption .yith-wcwl-add-to-wishlist a i {

}
ul.shop-by-scent:last-child{
    margin-bottom:20px;
}
@media all and (max-width: 500px) {
  #lpr-products-dropdown{
    margin-left: -9px;
  }

    li.tp-revslider-slidesli .tp-caption.big_white {
        top: -5px;
    }

    li.tp-revslider-slidesli a.sf-button{
        top: 24px;
    }

  .downloadbles .spb_tabs .nav-tabs li {
    clear: both;
    width: 100%;
  }
}

.mini-list li .product-details {
    margin-left: 95px;
    margin-top: -11px;
}

.mini-list.shop-by-scent li .product-details {
    margin-top: -3px;
}




/* menu overlaping slider */
.mobile-browser .sticky-wrapper {
    position: relative;
}

/* elements with altbg (customer reviews - paralax on home page) */
@media all and (min-width: 800px) {
    .alt-bg {
        margin-left: -210px!important;
        padding-left: 210px;
        padding-right: 210px;
    }
}
/* mk exits here */

#mobile-menu {
padding-bottom: 220px !important;
}

ul#menu-mobile-main-menu span.menu-item-text i{
margin-right: 10px;
vertical-align: -1px;
}

#lpr-locations h3{
    display: none !important;
}



#header .sticky-header.sticky-header-resized {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9; */
  background: rgba(255,255,255,0.9) !important;
}

body.page-template-template-promo .row.fw-row.alt-four {
    margin-bottom: 0;
    background-color: #e4e4e4 !important;
}


@media all and (min-width: 992px) {
    body.page-template-template-promo ul.nav.nav-tabs li:nth-of-type(1){
         margin-left: 190px;
    }

    .woocommerce div.product form.cart, .woocommerce div.product p.cart {
        margin: -36px 0 0 0;
        display: inline-block;
        float: right;
    }

    #footer-widgets div.col-sm-3:nth-of-type(1){
        padding-left: 7%;
    }

    #main-container .asset-bg.light-style{
        background-size: cover;
    }

}


/* Store Locator Manager Specific CSS for iframe */

body.frame {
    background-color: #fff;
}

body.frame #header-search, body.frame #super-search,body.frame #mobile-menu-wrap, body.frame #back-to-top, body.frame #base-promo, body.frame #footer-wrap, body.frame #header-wrap, body.frame #page-wrap > div.container:nth-of-type(1), body.frame header {
    display: none;
}

body.frame #wpadminbar{
    display: none;
}

body.frame li.lpr-location-products{
    display: none;
}

body.frame #lpr-products-dropdown{
    display: none;
}


body.frame #habla_window_div{
    display: none !important;
}

body.frame div.page-content h1{
    margin-top: 0;
}

/*  Promo Template tweaks   */
body.page-template-template-promo #lpr-search-form ul.list-unstyled li ul.list-inline li input,
body.stores #lpr-search-form ul.list-unstyled li ul.list-inline li input {
    border-color: #006AA7 !important;
    color: #006AA7;
    background: none;
}

body.page-template-template-promo #lpr-search-form ul.list-unstyled li #lpr-search-button,
body.stores #lpr-search-form ul.list-unstyled li #lpr-search-button{
    background: none !important;
    color: #006AA7;
    border-color: #006AA7 !important;
    border-radius: 0;
    padding: 7px 35px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

body.page-template-template-promo #lpr-search-form ul.list-unstyled li #lpr-search-button:hover,
body.stores #lpr-search-form ul.list-unstyled li #lpr-search-button:hover{
    background: #006AA7 !important;
    color: #fff !important;
}

body.page-template-template-promo .full-width-text:after,
body.stores .full-width-text:after{
    bottom: -24px;
}

body.page-template-template-promo .btn,
body.stores .btn {
    padding: 8px 25px;
}

body.page-template-template-promo #lpr-search-address,
body.stores #lpr-search-address
{
    width: 33em;
    vertical-align: -1px;
}

body.page-template-template-promo #back-to-top{
    display: none;
}

body.page-template-template-promo ul.social-icons{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

body.page-template-template-promo .full-width-text p,
body.stores .full-width-text p {
    display: inline-block;
    margin-bottom: 0;
}

body.page-template-template-promo div.promo-footer,
body.stores div.promo-footer{
    text-align: center;
    padding: 30px 0 0px;
}

body.page-template-template-promo h3.spb-heading span:before, 
body.page-template-template-promo h3.spb-heading span:after,
body.stores h3.spb-heading span:before, 
body.stores h3.spb-heading span:after{
    /*border: none;*/
}

body.page-template-template-promo h1.entry-title{
    display: none;
}

body.page-template-template-promo #breadcrumbs{
    display: none;
}

body.page-template-template-promo .page-heading .heading-text,
body.stores .page-heading .heading-text {
    text-align: center;
    float: none;
}

body.page-template-template-promo.ecos-greece-page div.heading-text::after
{
    content: url(http://ecosdigital.com/assets/uploads/2013/10/ecos_logo_promo.png);
}


body.page-template-template-promo ul.social-icons li.facebook a:hover {
    background:transparent !important;
}

body.page-template-template-promo ul.social-icons li a:hover {
    color: #3b5998 !important;
    text-decoration: none;
}

.testimonials-slider cite {
    padding-bottom: 7px;
}

body.page-template-template-promo figure.lightbox > img {
    width: 77%;
    margin: auto;
}

body.page-template-template-promo .row.fw-row.alt-four{
        margin-bottom: -60px;
    }

body.page-template-template-promo .full-width-text.promo-footer:after{
    display: none;
}

body.page-template-template-promo .spb_wrapper.clearfix p:nth-of-type(2){
    display: none;
}

body.page-template-template-promo  .figcaption{
    display: none;
}


@media all and (max-width: 767px) {
    body.page-template-template-promo #lpr-search-address,
    body.stores #lpr-search-address {
        width: 14em;        
    }

    body.page-template-template-promo ul.list-unstyled.list-margin-v,
    body.stores ul.list-unstyled.list-margin-v{
        text-align: center;
    }

     body.page-template-template-promo ul.portfolio-filter-tabs li.all, ul.portfolio-filter-tabs li.has-items {
        width: 100%;
        margin-top: -1px;
    }

    body.page-template-template-promo ul.portfolio-filter-tabs {
        padding-top: 10px;
    }

     body.page-template-template-promo .container,
     body.stores .container  {
        padding: 0 30px;
    }

    body.page-template-template-promo .full-width-text p {
        
    }

    iframe.fb-like{
        margin: 3px auto;
        display: block;
    }

    body.page-template-template-promo .row.fw-row.alt-four {
        padding-bottom: 20px;
        background-color: #e4e4e4 !important;
    }

    footer .container {
      padding: 0 15px;
    }

    footer .container nav{
      margin-bottom: 15px;
    }

    footer .container > p {
      padding: 0 35px;
    }

    footer#copyright nav .menu li {        
      margin-top: 0;
    }

    .spb_text_column.somefigures {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .asset-bg .spb_testimonial_slider_widget.testimonial {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .fw-video-close{
        top:40px !important;
    }

    #easy-opt-in-widget-2{
        margin-left: 0 !important;
    }

    .flexslider .flex-direction-nav, .wooslider .wooslider-direction-nav {
        display: block !important;
    }

    .content-slider .flex-direction-nav .flex-prev, .spb_testimonial_slider_widget:hover .content-slider .flex-direction-nav .flex-prev {
        left: -10px!important;
    }
}



@media all and (max-width: 479px) {
    body.page-template-template-promo #lpr-search-address,
    body.stores #lpr-search-address {
        width: 7em;        
    }

    body.page-template-template-promo .full-width-text .spb_wrapper,
    body.stores .spb_text_column .spb_wrapper {
        padding: 0;
    }

    body.page-template-template-promo .spb_text_column, body.page-template-template-promo .spb_wrapper .hc,
    body.stores .spb_text_column, body.stores .spb_wrapper .hc{
        padding-left: 0;
        padding-right: 0;
    }

    body.page-template-template-promo .nav-tabs>li {
        width: 50%;
        display: inline;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    body.page-template-template-promo .full-width-text.promo-footer {
        padding-bottom: 75px;
        margin-bottom: -75px;
    }

    body.page-template-template-promo .row.fw-row.alt-four{
        margin-bottom: -22px;
    }

    body.page-template-template-promo .full-width-text p {
        margin-bottom: 0px;
        padding: 0 25px;
    }

    body.page-template-template-promo .spb_text_column {
        margin-bottom: 0px;
    }

    body.page-template-template-promo #page-wrap {
        margin-bottom: -77px;
    }

    body.page-template-template-promo figure > img {
        width: 100%;
    }

    /*swamp between image/slider for mobile/other*/
    body.page-template-template-promo .topslider_promo,
    .topslider_promo{
        display: none !important;
    }

    .sf-icon-box.sf-icon-box-left-icon-alt .sf-icon-box-content-wrap {
        margin-top: 20px;
    }

    .promo-footer p{
        font-size: 11px;
    }

    .sf-icon-box.sf-icon-box-left-icon-alt > i[class*="ss-"] {
        line-height: 31px;
    }

    #logo img, #logo img.retina {    
        margin-top: -4px;
    }

    div.ext_buy_area {    
     text-align: center !important;
    }

    .woocommerce div.product form.cart, .woocommerce div.product p.cart {
        margin: 0;
    }

    #lpr-locations h4{
        float: none;
        width: auto;
        border: none;
        margin-bottom: -5px;
        text-decoration: underline;
    }

}

@media all and (min-width: 480px) {
    /*swamp between image/slider for mobile/other*/
    body.page-template-template-promo div.spb_content_element.spb_single_image.mobile_imageoni,
    div.spb_content_element.spb_single_image.mobile_imageoni{
        display: none;
    }

    body.page-template-template-promo .text_below_map{
        padding-left: 34px;
    }

}


@media all and (min-width: 480px) and (max-width: 1280px) {

    body.page-template-template-promo .nav-tabs>li {
        font-size: 12px;
    }
}


figcaption .thumb-info-alt i, figcaption .thumb-info{
    display: none;
}

/* hide slider for old browsers */
.no-cssanimations .spb_slider_widget{
    display: none;
}

/* hide second level menu items on mobile */
#mobile-menu ul li ul li {
    font-size: 13px;
}

#mobile-menu ul li {
    
}

#mobile-menu ul li a, .mobile-menu-close {
    color: #252525;
    padding: 13px;
}

.mobile-menu-close {
    padding-top: 17px;
    font-size: 22px;
}

#mobile-menu-wrap {
    background: #e4e4e4;
    top: -1px;
}

#mobile-menu-wrap input::before{
    content: "\F081";
    font-family: FontAwesome;
}

form.mobile-search-form input::-webkit-input-placeholder , form.mobile-search-form input:-moz-placeholder , form.mobile-search-form input:-moz-placeholder , form.mobile-search-form input:-ms-input-placeholder {  
   color:#333 !important;
}

.mobile-search-form input{
    color:#428bca !important;
}

.mobile-browser #mobile-menu ul li:hover > a, #mobile-menu .menu ul li.current-menu-item a, #mobile-menu .menu ul li a:active, #mobile-menu .menu ul li a:focus {
    color: #428bca !important;
}

div.entry-summary a.ext_buy_link_href{
    margin-top: 0.3em;
    padding: 7px 20px 7px 13px;
    background: none;
    border: 1px solid #515151;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #515151;
}

div.owl-item div.ext_buy_area{
    display: block;
}

div.entry-summary div.ext_buy_area{
    display: block;
}

div.owl-item a.ext_buy_link_href i{
    margin-right: 4px;
}

div.entry-summary a.ext_buy_link_href i{
    margin-right: 4px;
}

div.ext_buy_area{
    display: block;
    margin: 0px auto;
    position: relative;
    width: 100%;
    text-align: center;
    clear: both;
}

div.entry-summary div.ext_buy_area{ 
    display: block;
    margin: 0px auto;
    position: relative;
    width: 100%;
    text-align: left;
}

ul.products li.product .product-details .posted_in a {
    color: #999999 !important;
    font-size: 13px;
}

ul.products li.product .product-details .posted_in{
    display: none;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    min-height: 23px;
    z-index: 8;
    position: relative;
}

.woocommerce ul.products li.product .ext_buy_area .button {
    margin-top: 0.3em;
    padding: 7px 20px 7px 13px;
    background: none;
    border: 1px solid #515151;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #515151;
}

.woocommerce ul.products li.product .ext_buy_area .button i{
    margin-right: 3px;
    font-size: 12px;
}

.woocommerce ul.products li.product .ext_buy_area .button:hover, div.summary.entry-summary .ext_buy_area .button:hover {
    color:#006AA7;
    border-color:#006AA7;
    background: none;
}

/*
ul.products li div.ext_buy_area{
    display: block;
    position: absolute;
    right: 22px;
    margin-top: 23px;
}
*/
/*
ul.products li.product .product-details {
    text-align: center;
}*/

/* inline theme css from patmav  */


#footer, #footer p {
    color: #615C5C !important;
}

#footer {
    background: #FFFFFF !important;
}

#footer a , #footer h6, #fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_headline_copy_wrapper{
    color: #918E8E !important;
}

/*{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_headline_copy_wrapper, #fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_description_copy_wrapper p, #footer h3.fca_eoi_layout_4_headline_copy_wrapper span {
    font-size: 12px !important;
    color: #918E8E !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_headline_copy_wrapper {
    text-indent: 7px;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_description_copy_wrapper p, #fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_privacy_copy_wrapper{
 color: #918E8E !important;
text-align:left;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_submit_button_wrapper input{
border:1px solid #ddd !important;
color: #918E8E  !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_submit_button_wrapper input:hover{
    color: #1dc6df!important;
    background: #fff !important;
    border-color: #1dc6df!important;
}

span.joinlivechat{
    display: none;
}

/*  -- - -- - - */

ul.product_list_widget li a span.product-title{
    float: right;
    width: 200px;
    text-align: left;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
}

ul.product_list_widget li a img.attachment-shop_thumbnail{
    float: left;
}

section.widget_top_rated_products li div.star-rating{
    margin-left: 27px;
    margin-top: 5px;
    /*float: left !important;*/
    display: block;
}

.twitter-widget .twitter-link::before{
    content: "\F081";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    text-decoration: inherit;
    font-size: 16px;
    width: 30px;
    height: auto;
    float: left;
    margin-top: 1px;
}

.fca_eoi_form h3.fca_eoi_layout_4_headline_copy_wrapper, h3.fca_eoi_layout_4_headline_copy_wrapper span{
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_description_copy_wrapper div p,
p.fca_eoi_layout_4_privacy_copy_wrapper span{
    color: #918E8E !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 p.fca_eoi_layout_4_submit_button_wrapper input{
    color:#918E8E!important;
    border-color: #918E8E !important;
    background-color: #fff !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 p.fca_eoi_layout_4_submit_button_wrapper input:hover {
    color: #006AA7!important;
    background: #fff !important;
    border-color: #006AA7 !important;
}

.spb_tabs .nav-tabs li a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .spb_accordion .spb_accordion_section, .spb_tour .nav-tabs li a{
    border:none;
}

.nav-tabs>li{
    background: none;
}

.spb_tabs .nav-tabs li:first-child a, .spb_tabs .nav-tabs li.active:first-child a{

}

.spb_tabs .nav-tabs li.active a, .spb_tour .nav-tabs li.active a, .spb_accordion .spb_accordion_section > h3.ui-state-active a{
    background: none;
    color:#006AA7;
    outline: none;
    box-shadow: none;
    border: none;
}
    
a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover, .portfolio-pagination div:hover > i, #footer a:hover, #copyright a, .beam-me-up a:hover span, .portfolio-item .portfolio-item-permalink, .read-more-link, .blog-item .read-more, .blog-item-details a:hover, .author-link, #reply-title small a, #respond .form-submit input:hover, span.dropcap2, .spb_divider.go_to_top a, love-it-wrapper:hover .love-it, .love-it-wrapper:hover span.love-count, .love-it-wrapper .loved, .comments-likes .loved span.love-count, .comments-likes a:hover i, .comments-likes .love-it-wrapper:hover a i, .comments-likes a:hover span, .love-it-wrapper:hover a i, .item-link:hover, #header-translation p a, #swift-slider .flex-caption-large h1 a:hover, .wooslider .slide-title a:hover, .caption-details-inner .details span > a, .caption-details-inner .chart span, .caption-details-inner .chart i, #swift-slider .flex-caption-large .chart i, #breadcrumbs a:hover, .ui-widget-content a:hover, .yith-wcwl-add-button a:hover, #product-img-slider li a.zoom:hover, .woocommerce .star-rating span, .article-body-wrap .share-links a:hover, ul.member-contact li a:hover, .price ins, .bag-product a.remove:hover, .bag-product-title a:hover, #back-to-top:hover, ul.member-contact li a:hover, .fw-video-link-image:hover i, .ajax-search-results .all-results:hover, .search-result h5 a:hover .ui-state-default a:hover{
    color:#006AA7 !important;
}

#footer-widgets ul.social-icons li:hover a,#footer-widgets ul.social-icons li a:hover, .article-body-wrap .share-links a:hover{
    color: #fff !important;
}

ul.social-icons li a:hover {
    color: #fff!important;
    text-decoration: none;
}

input[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], .gform_wrapper input[type="submit"], .mymail-form input[type="submit"]{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="submit"]:hover, .wpcf7 input.wpcf7-submit[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover{
        background-color: #006AA7 !important;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{
    border: none;
    outline: none
}

.sf-icon-cont {
    border-color: rgb(1, 106, 167);
}

.mobile-search-form::before{
    content: '\f002';
    font-family: FontAwesome;    
    color: #999;
    font-size: 13px;
    vertical-align: 1px;
}

nav .menu > li.menu-item:hover > a {
    color: #006AA7 !important;
}

.full-width-text:after {
    bottom: -24px;
}

#copyright {
    background-color: #C7C7C7 !important;
    border-top-color: #B3B3B3 !important;
}

#copyright p, #copyright a  {
    color: #333 !important;
    float: right;   
}

#copyright p{
     margin-top: 4px;
}

#mobile-menu-wrap > form > input[type="text"]{
    text-indent: 7px;
}

.footer-promo-arrow a:hover{
    color: #fff !important;
}

nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a, #mobile-menu .menu ul li.current-menu-item > a, nav .menu li.current-scroll-item > a{
    color: #006AA7 !important;
}

#mobile-menu .menu ul li.current-menu-item > a{
    color: #fff !important;
    background: #006AA7 !important;
}

.summary-top {
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#copyright a:hover {
    color: #006AA7 !important;
}

.carousel-wrap a.carousel-next {
    margin-right: 20px;
}

.carousel-wrap a.carousel-prev {
    margin-left: 20px;
}

 body.page-template-template-promo .asset-bg .spb_testimonial_slider_widget,
 .asset-bg .spb_testimonial_slider_widget {
    padding-top: 45px;
    padding-bottom: 65px;
}

.search-item-img img, .search-item-img .img-holder{
    border-radius: 0;
}

.search-item-img{
    margin-top: 0px;
}

.search-item-img a.img-holder{
    margin-top: 4px;
}

.search-item-content time{
    display: none;
}

.joinlivechat{
    display: none;
}

.woocommerce div.product form.cart .variations td.label label {
    line-height: 47px;
    font-size: 14px;
    text-transform: capitalize;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select{
    /* background-color: transparent; */
    width: auto;
}

.woocommerce table.shop_attributes.added_table tr:first-child th, .woocommerce table.shop_attributes.added_table tr:first-child td {
    border-top: 1px dotted #CDCDCD;
}

.woocommerce table.shop_attributes {
    border-top: 0;
    margin-bottom: 0px;
}

#product-accordion{
    margin-top: 10px;
}

nav.search-nav{
    /*visibility: hidden;*/
}

#copyright nav .menu li {
    border-left-color: #333333;
    line-height: 9px;
    margin-top: 10px;
}

.single-product .type-product .entry-summary .product_meta::after{
    content:url('/assets/uploads/2013/10/epa-animals-greywater.png');
    width: 276px;
    height: 100px;
    right: 0;
    display: block;
    top: 0;
    z-index: 999;
}

.single-product .type-product.product_cat-laundry .entry-summary .product_meta::after{
    content:url('/assets/uploads/2013/10/epa-animals-greywater-laundry.png');
    width: 346px;
}

.single-product .type-product.product-cat-safer-choice .entry-summary .product_meta::after{
    content:url('/assets/uploads/2013/10/epa-safer-choice-animals-greywater.png');
    width: 334px;
}

.single-product .type-product.product-cat-safer-choice.product_cat-laundry .entry-summary .product_meta::after{
    content:url('/assets/uploads/2013/10/epa-safer-choice-animals-greywater-laundry.png');
    width: 411px;
}

.gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover {
    background-color: #fff !important;
    color: #006AA7 !important;
    border: 1px solid #006AA7 !important;
}

.mini-list li h5 {
    margin-top: 14px;
}

div[role=form].wpcf7 input[type=submit]{
    background-color: #fff !important;
    color: #918E8E !important;
    border: 1px solid #918E8E;
}

#page-wrap input[type="submit"]:hover, #page-wrap .wpcf7 input.wpcf7-submit[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover{
    background-color: #fff !important;
    color: #006AA7 !important;
    border: 1px solid #006AA7 !important;
}

.spb_wrapper > h3:first-child{
    text-align: center;
}

ul.products li.product .product-details {
    float: none !important;
    text-align: center !important;
}

select.orderby option[value=price],
select.orderby option[value=price-desc]{
    display: none;
}

div.ecos_out_of_stock{
    color: #888;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

div.ecos_out_of_stock::after{
    font-family: Fontawesome;
    content: '\f187';
    margin-left: 6px;
}

.mobile-search-form{
    /*display: none;*/
}



#menu-mobile-main-menu  ul  li ul li.menu-item-object-product_cat > a > span{
display:none;
}

.spb_content_wrapper.container{
    padding-left: 5%;
    padding-right: 5%;
}

.comment-form p.form-submit input{
    color: #918E8E!important;
    border: 1px solid #918E8E !important;
    background: #fff !important;
}

.comment-form p.form-submit input:hover{
    color: #006AA7 !important;
    border-color: #006AA7 !important;
    background: #fff !important;
}

#respond .comment-form .form-submit input:hover{
    color:#006AA7 !important;
}


figure.animated-overlay figcaption {
    background: none;
}

body.press .owl-item figure.animated-overlay figcaption {
    background-color: rgba(0,106,167, 0.4);
    opacity: 1;
    background: rgba(0,0,0,0.5) !important;
}


figure.animated-overlay figcaption .thumb-info{
    display: block;
}

.owl-item figure.animated-overlay figcaption .thumb-info i {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #ffffff !important;
}


body.press .owl-item .portfolio-item figure {
    margin-bottom: 25px;
}


.page-template-template-promo figure.animated-overlay figcaption {
    background-color: rgba(0,106,167, 0) !important;
    opacity: 1;
}


.page-template-template-promo figure.animated-overlay figcaption .thumb-info i {
    background: #006AA7 !important;
    color: #ffffff !important;
}


.page-template-template-promo .joinlivechat{
    display: none;
}

/*========== PRESS RELEASE ==========*/
ul.blog-items li div.mini-blog-item-wrap figure, .has-no-sidebar .mini-items .blog-item figure{
    /*width: 280px;*/
    /* check this */
    max-width: 65px;
    /* height: 9vw;*/
    padding-right: 10px;
}

.author-info-wrap{
    display: none;
}

div.press-releases-title > div > h3{
    padding-top: 35px;    
    padding-bottom: 8px;
}

div.press-releases-title .comments-likes{
    display: none;
}

div.press-releases-title span.date{
    text-transform: uppercase;
    font-size: 12px;
    color: #006AA7;
}

div.press-releases-title .mini-items .blog-item h3{
    font-size: 14px;
    line-height: 15px;
    margin-top: 0;
}

div.press-releases-title .mini-items .blog-item .excerpt{
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}

div.press-releases-title .mini-items .blog-item .excerpt p{
    font-size: 14px;
    color: #A0A0A0;
    display: inline;
}

div.press-releases-title .mini-blog-item-wrap {
    padding-top: 20px;
}

div.press-releases-title ul.blog-items div.mini-blog-item-wrap{
    display: inline-flex;
    padding-bottom: 15px;
}

div.press-releases-title ul.blog-items li{
    padding-top: 0;
}

div.press-releases-title ul.blog-items{
    padding-bottom: 0;
    margin-bottom: 0;
}

div.press-releases-title a.read-more-button{
    padding: 0;
    font-size: 11px;
    text-transform: none;
    border: none;
    display: inline-block;
    margin-left: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

div.press-releases-title a.read-more-button:hover{
    text-decoration: none;
 /*   border-bottom: 1px solid #006AA7;
    margin-bottom: -1px;*/
}

div.press-releases-title a.load-more-btn, #infscr-loading > .all-loaded{
    color: #918E8E!important;
    border: 1px solid #918E8E !important;
    background: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    margin: 10px auto 10px;
    font-weight: normal;
    max-width: 213px;
    margin-bottom: 40px;
}

.press-releases-title #infscr-loading{
  position: relative;
  margin-top: 0px;
}


div.press-releases-title a.load-more-btn:hover{
    color: #006AA7!important;
    background: #fff !important;
    border-color: #006AA7 !important;
    text-decoration: none;
}

#infscr-loading > .all-loaded{
    margin-top: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: capitalize;
}

ul.post-pagination-wrap{
   display: none;
}

div.readmore-link{
    display: inline;
}

/*==== footer aligmnent fix ===*/
#fca_eoi_form_12435 .fca_eoi_layout_4_inputs_wrapper{
    width:77%;
}

/*=== social icons bg fix ===*/
ul.social-icons li.twitter a {
    background: rgba(0, 172, 237, 0.05);
}
ul.social-icons li.twitter a:hover {
    background: rgba(0, 172, 237, 1);
}

ul.social-icons li.facebook a {
    background-color: rgba(59, 89, 152, 0.05);
}
ul.social-icons li.facebook a:hover {
    background-color: rgba(59, 89, 152, 1);
}

ul.social-icons li.instagram a {
    background-color: rgba(81, 127, 164, 0.05);
}
ul.social-icons li.instagram a:hover {
    background-color: rgba(81, 127, 164, 1);
}

ul.social-icons li.pinterest a {
    background-color: rgba(203, 32, 39, 0.05);
}
ul.social-icons li.pinterest a:hover {
    background-color: rgba(203, 32, 39, 1);
}

ul.social-icons li.youtube a{
    background-color: rgba(187, 0, 0, 0.05);
}
ul.social-icons li.youtube a:hover {
    background-color: rgba(187, 0, 0, 1);
}

ul.social-icons li.vimeo a {
    background-color: rgba(170, 212, 80, 0.05);
}
ul.social-icons li.vimeo a:hover {
    background-color: rgba(170, 212, 80, 1);
}

ul.social-icons li.googleplus a {
    background-color: rgba(221, 75, 57, 0.05);
}
ul.social-icons li.googleplus a:hover {
    background-color: rgba(221, 75, 57, 1);
}

ul.social-icons li.linkedin a {
    background-color: rgba(0, 123, 182, 0.05);
}
ul.social-icons li.linkedin a:hover {
    background-color: rgba(0, 123, 182, 1);
}

/*=== Ingredients - Safer Choice page ===*/
div.ingredients_prod ul.products .product-details > span{
    margin-top: -140%;
    margin-bottom: 40%;
    z-index: 999999;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    display: block;
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height: 1.5;
}


div.ingredients_prod ul.products li.product:hover .product-details > span.showingredients{
    /*display: block;*/
    opacity: 1;
} 

div.ingredients_prod .product-transition.hovered:after{
    position: absolute;
    content: '';
    background: rgba(0, 110, 133,0.75);
    z-index: 999;
    color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div.ingredients_prod ul.products li.product .product-details {
    position: relative;
    z-index: 999;
}

.ingredients_prod .carousel-wrap a.carousel-prev , .ingredients_prod .carousel-wrap a.carousel-next {
    top: 37%;
}

@media only screen and (max-width: 768px) {
    div.ingredients_prod ul.products li.product:after{
        content: '\f05a';
        position: absolute;
        top: 10px;
        font-size: 25px;
        font-family: FontAwesome;
        z-index: 11111;
        right: 32px;
        color: #DCDBDB;
    }

    div.ingredients_prod ul.products li.product.hovered:after{
         font-family: FontAwesome;
         content: '\f057';
         color: #fff;
    }

    div.ingredients_prod ul.products .product-details > span{
        font-size: 12px;
    }

    div.ingredients_prod ul.products .product-details > span {
        margin-bottom: 20%;
    }

    .spb_gallery_widget.fullwidth .flex-direction-nav li a{
        margin-right: 15px;
        margin-left: 15px;
    }

    .spb_gallery_widget.fullwidth .flex-direction-nav li a{
        margin-right: 15px;
        margin-left: 15px;
    }

    .container .spb_gallery_widget.fullwidth{
        padding-left: 0;
        padding-right: 0;
        width: initial;
    }

   .about .container .spb_gallery_widget.fullwidth {
     /* margin-top: -60px;*/
   }

    .testimonials-slider .testimonial-text {
        padding: 0 10% !important;
    }

    .about .toggle-wrap{
      display: block;
    }

    .single-product .type-product .entry-summary .product_meta::after{
        content:url('/assets/uploads/2013/10/epa-animals-greywater_sm.png');
    }

    .single-product .type-product.product_cat-laundry .entry-summary .product_meta::after{
        content:url('/assets/uploads/2013/10/epa-animals-greywater-laundry_sm.png');
    }

    .single-product .type-product.product-cat-safer-choice .entry-summary .product_meta::after{
        content:url('/assets/uploads/2013/10/epa-safer-choice-animals-greywater_sm.png');
    }

    .single-product .type-product.product-cat-safer-choice.product_cat-laundry .entry-summary .product_meta::after{
        content:url('/assets/uploads/2013/10/epa-safer-choice-animals-greywater-laundry_sm.png');
    }

}

@media only screen and (max-width: 1024px) {
    #main-container .asset-bg.light-style{
      background-position: top left !important;
    }

    .carousel-wrap a.prev, .carousel-wrap a.next, .slider-wrap .flex-direction-nav {
        display: block!important;
    }

}

@media only screen and (max-width: 479px) {
    div.ingredients_prod ul.products .product-details > span{
        font-size: 14px;
    }

    .about .container .spb_gallery_widget.fullwidth {
       /* margin-top: -100px;*/
    }

    div.ingredients_prod ul.products li.product:after{
        top: 10px;
        right: 32px;
    }

    div.ingredients_prod ul.products .product-details > span {
        margin-bottom: 0;
    }
}
/*=== END  Ingredients - Safer Choice page ===*/


/*=== About page - fullwidth slider ===*/

.container.fullwidth, .container.fullwidthparent{
    padding-left: 0;
    padding-right: 0;
    width: initial;
}

h3.spb-heading span{
    font-size: 24px;
    margin-top: 55px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.container.fullwidthparent .row{
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next{
    opacity: 0.65;
}


.carousel-wrap a.prev, .carousel-wrap a.next, .flex-direction-nav{
    display: block !important;
}

/*=== Slider bullets ===*/
.hesperiden .tp-bullet {
    width:8px !important;
    height:8px !important;
    position: absolute !important;
    background: #fff !important;
    border-radius: 90% !important;
    cursor: pointer !important;
    box-sizing: content-box !important;
    border: 1px solid #868686 !important;
}

.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #006FA0 !important;
}

.gallery-slider p.flex-caption, .gallery-slider p.flex-caption a{
    color:#fff !important;
}

.lpr-location ul li{
    font-style: normal;
    font-weight: normal;
    margin-bottom: 2px;
    
}

.lpr-location ul li, .hc ul li.lpr-location-products{
    margin-left: 18px;
}

.hc ul li.lpr-location-address::before{
    content: "\f041 ";
    font-family: FontAwesome;
    margin-left: 0px;
    margin-right: 7px;

}

.hc ul li.lpr-location-distance::before{
    content: "\f21d";
    font-family: FontAwesome;
    margin-right: 6px;
}

.hc ul li.lpr-location-phone::before{
    content: "\f232";
    font-family: FontAwesome;
    margin-right: 6px;
}

.hc ul li.lpr-location-products::before{
    content: "\f218";
    font-family: FontAwesome;
    margin-left: 0;
    margin-right: 6px;
}

.hc ul li.lpr-location-directions::before{
    content: "\f1b9";
    font-family: FontAwesome;
    margin-right: 6px;
}

a.lpr-directions{
    color: #222;
}

.alert-info a.lpr-directions{
    color: #3a87ad !important;
}

.hc .alert-info.thumbnail .list-unstyled{
    color: #3a87ad !important;
}

#lpr-locations > div.thumbnail > div > ul > li.lpr-location-products > ul > li{
    color:#222222;
}

#lpr-locations > div.thumbnail.alert-info > div > ul > li.lpr-location-products > ul:hover > li::before,
li.product_hover, li.product_hover::before{
    color: #3a87ad !important;
    color: #3a87ad !important;
}

#lpr-locations > div.thumbnail.alert-info > div > ul > li.lpr-location-products > ul > li::before{
    color: #3a87ad !important;
    color: #3a87ad !important;
}

#lpr-locations .thumbnail.alert-info .lpr-location-name{
    color: #026590;
}

.lpr-location-misc2 {
    display: none;
}

figure.media-wrap{
    text-align: center;
}

figure.media-wrap img {
    /* height: auto!important; */
    /* width: 100%; */
    max-height: 500px;
    /* text-align: center; */
    margin: auto;
    position: relative;
    width: auto;
}

.page-heading h1{
    white-space: normal;
}

/* file attachment in posts */
.clear {
    visibility: hidden;
}

a.filetitle{
    display: none;
}

.filein a i::after{
    content: '';
    font-size: 14px;
    margin-left: 7px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.filein:hover{
    background: none;
    cursor: pointer;
}

.filein:hover a i::before, .filein:hover a i::after{
    color: #006FA0;
}

.col.span_1_of_6.filein{
    width: auto;
}
/*  */

/* contac page equal heights column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth{
    word-wrap: inherit;
}

#lpr-locations .thumbnail.alert-info .lpr-location-products ul li{
    color: #3a87ad;
}

.sku_wrapper{
    visibility: hidden;
    position: absolute;
}

/*  */
/*
.ss-jug nth child logic
*/
select#pa_size .attached.enabled:nth-of-type(2){

}

.modal-content .wpcf7 input.wpcf7-submit[type="submit"]
{
    background-color: #fff !important;
    color: #918E8E !important;
    border: 1px solid #918E8E !important;
}

body.press .page-content.clearfix{
    padding-bottom: 50px;
}

nav.mega-menu li h3.spb-heading span {
    margin-top: 14px;
}

#lpr-products-dropdown{
    display: none;
}

.row-content-width .spb-row-container.spb-row-content-width{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

#breadcrumbs {
    display: none;
}

div.tagline_new{
  display: none;
}

body .tagline_new{
    background: #fff;
    margin-top: -18px;
    position: relative;
    z-index: 11;
    padding-bottom: 5px;
    /*display: block;*/
    color: #025579;
    font-family: "Collette_regular";
    font-size: 16px;
}

@media all and (max-width: 768px) {
  body .tagline_new{
    background:#E9E9E9;
  }

   .carousel-wrap a.prev, .carousel-wrap a.next, .slider-wrap .flex-direction-nav {
        display: block!important;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  body.page-template-template-promo #lpr-search-address, body.stores #lpr-search-address {
      width: 22em;
  }
}

.hc .alert-error {
  color: #006FA0;
  background: none;
  border-color: #EBF3F7;
  border: none;
}

ul.portfolio-filter-tabs li.selected{
  background: none;
  border-color: blue;
}

.downloadbles .spb_tabs .nav-tabs li{
  border: 1px solid #DCDCDC;
}

/* sf_iconbox_hor shortcode hack horizontal */
.sf_iconbox_hor {
    display: block;
    padding: 20px 0px 20px 23px;
    text-align: center;
}

.sf_iconbox_hor .sf-icon-box{
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin-left: 90px;
    margin-right: 90px;
}

.no-results-text .sitemap-wrap {
  display: none;
}

.rev_slider li.tp-revslider-slidesli {
    background: #fff !important;
}

.cta_align_left .spb_call_text, .cta_align_right .spb_call_text {
    width: 95%;
}

.about .inner-page-wrap{
  margin-top: 0;
}

#menu-main-menu li.mega-menu:nth-of-type(1) .mega-menu-widget ul.mini-list{
  margin-top: -20px;
}

nav#main-navigation .menu ul.sub-menu > li.freeandclear_menu, nav#main-navigation .menu ul.sub-menu > li.freeandclear_menu:hover{
    background: url('/assets/uploads/2013/10/ecos-free-and-clear-duo-mini-banner-1.jpg');
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 69px;
    margin-left: 3px;
    color: #fff !important;
    height: 84px;
}

nav#main-navigation .menu ul.sub-menu > li.freeandclear_menu a,
nav#main-navigation .menu ul.sub-menu > li.freeandclear_menu:hover a{
  color: #fff !important;
  background: none;
  height: inherit;
}

/* Store locator with image bg  */
h2.h2_h{
  display: none;
  font-size: 25px;
  margin-top: 20px !important;
}

h6.h6_h{
  display: none;
  color: #0070A9;
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}

body.stores #main-container{
    margin-top: -59px;
}

.stores_top > h6{
    position: relative;
    margin-left: 90px;
    margin-top: -2px;
    color: #0070A9;
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: -14px;
}

.browser-ff .stores_top > h6{
    margin-bottom: 0;
}

.stores_top{
    /*background: rgba(255,255,255,0.93);*/
    position: relative;
    margin-top: -248px;
    position: relative;
}

.stores_top > h1{
    text-align: left;
    color: #0070a2;
    width: 50%;
    padding-top: 8px;
    position: relative;
    margin-left: 90px;
}

.stores_top::before{
    content: '';
    background: rgba(255,255,255,0.93);
    width: 63%;
    height: 145px;
    position: absolute;
    margin-top: -10px;
    margin-left: 70px;
}

#lpr-search-form ul li #lpr-search-address{
  margin-left: 90px;
  font-size:13px !important;
}

 #lpr-search-button{
    font-size:13px !important;   
 }


#lpr-search-address::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #006AA7;
}
#lpr-search-address:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #006AA7;
   opacity:  1;
}
#lpr-search-address::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #006AA7;
   opacity:  1;
}
#lpr-search-address:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #006AA7;
}
#lpr-search-address:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #006AA7;
}


@media all and (min-width: 480px) and (max-width: 1199px){
  .stores_top::before {
      width: 72%;
  }
}

@media all and (max-width: 767px){
  #lpr-search-form ul li #lpr-search-address {
      margin-left: 5px;
  }
}

@media all and (max-width: 640px){
  .stores_top::before {   
    width: 90%;
    height: 64px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0;
    left: 0;
  }

  .stores_top > h1 {  
    width: auto;
    padding-bottom: 37px;
    margin-left: 15px;
  }

  .stores_top > h1{
      visibility: hidden;
    }

   .stores_top > h6{
        display: none;
   }
    
    h2.h2_h, h6.h6_h{
      display: block;
    }
}

/*@media all and (min-width: 381px) and (max-width: 530px) {
#lpr-search-address::-webkit-input-placeholder::before {
      content:"Enter Address \00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
  }
}*/
/*check with 640 */
@media all and (max-width: 538px){
  .stores_top::before {
    width: 90%;
    height: 100px;
    margin-top: 108px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0;
    left: 0;
  }

  body.page-template-template-promo #lpr-search-address, body.stores #lpr-search-address {
      width: 13em;
  }

  #lpr-search-form ul li #lpr-search-address {
      margin-left: 30px;
  }

  #lpr-search-form ul.list-unstyled li #lpr-search-button{
    width: 6em;
    margin: -40px 40px 0 45px;
    text-align: center;
    padding: 7px 5px !important;
  }

}

@media all and (min-width: 641px) and (max-width: 991px) {
 /* body.page-template-template-promo #lpr-search-address, body.stores #lpr-search-address {
      width: 6em;
  } */

  .stores_top > h6 {
    position: absolute;
    margin-left: 90px;
    margin-top: -10px;
    color: #0070A9;
    font-size: 11px;
    text-transform: none;
    width: 320px;
    letter-spacing: normal;
    }
}

/*  */ 


/* Search results top rated */
.sidebar.right-sidebar .widget_top_rated_products ul li .star-rating{
  margin-top: -3px;
}

.sidebar.right-sidebar ul.product_list_widget li a span.product-title {
    float: left;
    padding-left: 25px;
}
/* */

#container .header-wrap{
  z-index: 1111;
}

.ingredients_sm .carousel-wrap a.carousel-prev{
  margin-left: 0;
}

.ingredients_sm .carousel-wrap a.carousel-next{
  margin-right: 0;
}

.about.mobile-browser .toggle-wrap .spb_toggle{
    display: block;
    position: absolute;
    width: 100%;
    visibility: hidden;
    margin-top: -22px;
}

.about .toggle-wrap{
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    text-indent: 15px;
}

.about .toggle-wrap .spb_toggle:after {
    content: '';
    font-family: "SSGizmo"!important;
    visibility: visible;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    width: 100%;
    font-size: 25px;
    z-index: 1111;
    color: #222;
    background: #fff;
    text-align: center;
    padding: 5px;
}

.about .spb_toggle_content {
    padding-top: 38px;
    border: none;
}

.about .toggle-about .spb_toggle_content ul li{
  padding-bottom: 6px;
}

.about .toggle-about .spb_toggle_content ul li::after{
    border-bottom: 1px solid #BBB;
    width: 85%;
    content: '';
    position: relative;
    margin-top: 4px;
    display: block;
    margin-left: 15px;
}

.about .page-content .spb_text_column .spb_wrapper{
  margin-top: 5px;
}

.about .spb_toggle.spb_toggle_title_active::after{
  content: '';
  font-family: "SSGizmo" !important;
}


/*  Opt-in Form inline */
#fca_eoi_form_12435 .fca_eoi_layout_4_email_field_wrapper input, #fca_eoi_form_12435 .fca_eoi_layout_4_email_field_wrapper input:focus, #fca_eoi_form_12435 .fca_eoi_layout_4_name_field_wrapper input:focus, #fca_eoi_form_12435 .fca_eoi_layout_4_name_field_wrapper input {
    background: none !important;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    height: 3em;
    line-height: 2.5em;
    width: calc(100% - 2.3em - 4%);
    padding: 0.5em 2%;
    margin: 0;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_submit_button_wrapper input:hover{
color: #1dc6df!important;
background: #fff !important;
border-color: #fff !important;
}


#fca_eoi_form_12435 input {
    max-width: 9999px;
}

#fca_eoi_form_12435 .fca_eoi_layout_4_inputs_wrapper p {
    margin: 0.5em 0;
    padding: 0;
}

#fca_eoi_form_12435 .fca_eoi_layout_4_submit_button_wrapper input {
    border: solid 0 transparent !important;
    border-bottom-width: 5px !important;
    border-radius: 0.75em;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    min-height: 36px;
    padding: 1em 0;
    width: 100%;
    white-space: normal;
}

#fca_eoi_form_12435 .fca_eoi_layout_4_email_field_wrapper, #fca_eoi_form_12435 .fca_eoi_layout_4_name_field_wrapper {
    border: solid 1px transparent;
    border-radius: 0.5em;
    text-align: center;
    font-size: 1.5em;
}

#fca_eoi_form_12435 .fca_eoi_layout_4_email_field_wrapper input, #fca_eoi_form_12435 .fca_eoi_layout_4_email_field_wrapper input:focus, #fca_eoi_form_12435 .fca_eoi_layout_4_name_field_wrapper input:focus, #fca_eoi_form_12435 .fca_eoi_layout_4_name_field_wrapper input {
    background: none !important;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    height: 3em;
    line-height: 2.5em;
    width: calc(100% - 2.3em - 4%);
    padding: 0.5em 2%;
    margin: 0;
}


#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_name_field_wrapper, #fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_name_field_wrapper input {
    color: #999 !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_submit_button_wrapper input:hover{
color: #1dc6df!important;
background: #fff !important;
border-color: #fff !important;
}


#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_submit_button_wrapper input{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #ddd !important;
color: #fff!important;
background:none !important;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
transition: all .3s ease-out;
font-weight:400;
}


#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_name_field_wrapper, #fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_name_field_wrapper input {
    color: #999 !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_name_field_wrapper {
    border-color: #ddd !important;
}

.fca_eoi_form {
    margin: auto;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 {
    border: solid 1px transparent;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_email_field_wrapper {
    border-color: #ddd !important;
}

#footer h3.fca_eoi_layout_4_headline_copy_wrapper span {
    font-family: source_sans_probold, Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    font-size: 12px;
}

#fca_eoi_form_12435 .fca_eoi_layout_4 .fca_eoi_layout_4_headline_copy_wrapper {
    font-size: 14px !important;
    color: #ccc !important;
}

/*   */


div.below_press_releases {

}

.press .page-content section h3.spb-heading span {
    margin-top: 35px;
}

.press .page-content section:nth-of-type(1) h3.spb-heading span{
  margin-top: 0;
}


/* START Opt in Email custom css  */
#easy-opt-in-widget-2{
  margin-top: -16px;
}

.fca_eoi_layout_0_headline_copy_wrapper{
    font-size: 14px !important;
    color:#918E8E !important;
}

.fca_eoi_layout_0_headline_copy_wrapper span{
    font-family: source_sans_probold, Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    font-size: 12px;
}

#fca_eoi_form_12435 .fca_eoi_layout_0 input{
    background: none !important;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    display: inline-block;
    font-size: 14px !important;
    height: 3em;
    line-height: 2.5em;
    width: calc(100% - 2.3em - 4%);
    padding: 0.5em 2%;
    margin: 0;
    width: 80% !important;
}

#fca_eoi_form_12435 .fca_eoi_layout_0 input[name=name],
#fca_eoi_form_12435 .fca_eoi_layout_0 input[name=email]{  
  padding-right: 30px;
  padding-left: 8px;
  color: #969696;
  border-color: #cccccc !important;
}


#fca_eoi_form_12435 .fca_eoi_layout_0_name_field_wrapper::after,
#fca_eoi_form_12435 .fca_eoi_layout_0_email_field_wrapper::after{
    content: "\f007";
    font-family: FontAwesome;
    margin-left: -30px;
    color: #969696;
    font-size: 18px;
    /* vertical-align: middle; */
}

#fca_eoi_form_12435 .fca_eoi_layout_0_email_field_wrapper::after{
    content:"\f003";
    font-family: FontAwesome;
}

#fca_eoi_form_12435  .fca_eoi_layout_0_description_copy_wrapper p{
  font-size: 12px;
  color: #918E8E !important;
}

#fca_eoi_form_12435 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ADADAD;
}

#fca_eoi_form_12435 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ADADAD;
   opacity:  1;
}

#fca_eoi_form_12435 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ADADAD;
   opacity:  1;
}

#fca_eoi_form_12435 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ADADAD;
}

#fca_eoi_form_12435 input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #ADADAD;
}

#fca_eoi_form_12435 .fca_eoi_layout_0_submit_button_wrapper{
    margin: 0.5em 0;
    padding: 0;
}

#fca_eoi_form_12435 .fca_eoi_layout_0_submit_button_wrapper input{
    font-size: 14px !important;    
    color: #918E8E!important;
    border-color: #918E8E !important;
    background-color: #fff !important;
    line-height: 1.7;
}

#fca_eoi_form_12435 .fca_eoi_layout_0_submit_button_wrapper input:hover{
    color: #006AA7 !important;
    border-color: #006AA7 !important;
}

.fca_eoi_layout_0_privacy_copy_wrapper {
  text-indent: 4px;
}

.fca_eoi_layout_0_privacy_copy_wrapper span{
  font-size: 13px;
  color: #918E8E !important;
}

/* END Opt in Email custom css  */

.fw-video-close{
    top:127px !important;
}

.excerpt .files.group{
    display: none;
}

.excerpt .clear {
    display: none;
}

@media screen and (max-width: 500px){
    #rev_slider_2_1_wrapper #slide-4-layer-4 a.sf-button {
        top: 10px;
        z-index: 999;
        padding: 0;
        margin-left: -18px;
        padding: 0 36px 0 10px!important;
    }
}

.product-image{
    height: inherit;
    width: inherit;
}

li.comment ul.children li.comment div.star-rating{
    display: none !important;
}

.header-7 #top-header .th-left{
    color: #666;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before{
    content: "\f02c";
    font-family: FontAwesome;
}

.top-header-menu{
    display: none;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names #habla_window_div *{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

div.owl-item div.ext_buy_area{
    margin: 2px auto;
}

.help-text .search-form {
    margin: 20px 0 10px;
}

.help-text a.sf-button {
    border: 1px solid #515151;
    color:#515151 !important;
    background: none;
    padding: 10px 20px;
}

.help-text a.sf-button:hover {
    border-color: #006AA7;
    color:#006AA7 !important;
    background: none;
}

nav.mega-menu li .sub-container.non-mega .sub {
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 3px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 3px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 3px 4px rgba(0,0,0,.1);
}

/* hide header elements for Ecos Greece page */
.ecos-greece-page #header{
    display: none;
}



/* Cookies Warning Widget  */
#cookies-warning{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.75);
    line-height: 1.5;
    z-index: 9999;
    margin: auto;
    right: 0;
    display: none;
    text-align: center;
}

#cookies-warning div.textwidget{
    color: #fff;
    text-align: left;
}

#cookies-warning .widget{
    padding:25px 0;
}

#cookies-warning .cookies_button{
    padding: 5px 10px;
    border: 1px solid #fff;
    width: 100px;
    cursor: pointer;
    border-radius: 3px;
    color: #222;
    background: #eaeaea;
}

#cookies-warning a{
    text-decoration: underline;
    color: #fff;
}

#cookies-warning a:hover{
    color: #006AA7 !important;
}

@media screen and (max-width: 767px){
    #cookies-warning .widget {
        padding: 25px 0 0;
    }

    #cookies-warning .cookies_button{
        margin: auto;
    }

    #cookies-warning .widget.warning_btn{
        padding: 0;
    }

    #cookies-warning div.textwidget{
        text-align: center;
    }
}

#header-search{
    background-color: #006AA6;
}


.page-template-template-promo #footer,
.page-template-template-promo #base-promo {
    display:none;
}

div.faqs-wrap > h3, ul.faqs-nav, h3.faq-section-title{
    display: none;
}

div.sf-icon-box .sf-icon {
    color: #006aa7 !important;
}

div.sf-icon-box .sf-icon-cont {
    border-color: rgb(1, 106, 167);
}

.sf-icon-cont:hover, .sf-hover .sf-icon-cont, .sf-icon-box[class*="icon-box-boxed-"] .sf-icon-cont, .sf-hover .sf-icon-box-hr {
    background-color: #006aa7 !important;
}

.sf-icon-cont:hover .sf-icon, .sf-hover .sf-icon-cont .sf-icon, .sf-icon-box.sf-icon-box-boxed-one .sf-icon, .sf-icon-box.sf-icon-box-boxed-three .sf-icon{
    color: #fff !important;
}

.faq-text ul li{
    list-style-type: square;
    margin-left: 20px;
}


#header-search input, #header-search a, .super-search-close, #header-search i.ss-search {
    color: #fff !important;
    text-decoration: none !important;
}

#header-search a:hover, .super-search-close:hover {
    color: #DEDEDE !important;
}

nav#main-navigation .menu > li > a span.nav-line{
    background-color: #006aa7 !important;
}

 .woocommerce.woocommerce-page nav.woocommerce-pagination ul li a:hover {
    border-color: #E6E6E6;
 }

 .yith-wcwl-add-to-wishlist{
    line-height: 26px;
 }

 .faqs-wrap a.sf-button, .faqs-wrap a.sf-button:hover{
    background-image: none;
    color: #222 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: block;
    letter-spacing: normal;
    margin-left: 0; 
    padding-left: 0;
}

.mobile-cart-link{
    visibility: hidden;
    pointer-events: none;
}

/* Browser warnirng area */
.browser_warning_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}

.browser_warning_area{
    margin: 15% 30%;
    text-align: center;
    color: #222;
    border: 5px solid #ccc;
    display: block;
    position: relative;
    padding: 20px;
    background: #eaeaea;
}

.browser_warning_wrapper hr{
    border-color: #ccc;
}

.browser_warning_wrapper .close-warning{
    cursor: pointer;
}

.close-warning i{
    font-size: 24px;
    vertical-align: -2px;
    margin-left: 6px;
}

@media all and (max-width: 768px) {
    .browser_warning_area{
        margin: 30% 10%;
    }
}