
/* ### CSS RESET ### */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

/* ### MAIN SETTINGS ### */
body{background:#fff;color:#818181;font:400 15px/20px Georgia,Times New Roman,serif; font-family: Georgia, "Times New Roman", Times, serif; text-rendering: geometricPrecision; }
h1,h2,h3,h4,h5,h6{color:#333}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}
a:focus{outline:none}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}ol{list-style:decimal}ul{list-style:none}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}a{color:#4d4d4d;text-decoration:none}a:hover{color:#000;text-decoration:underline}kbd{font-size:10px}q:before,q:after{content:"\0022"}dd{margin-left:20px}pre{font-size:11px;overflow:scroll}
p img{max-width:100%}
strong, b {font-weight: bold;}
em {font-style: italic;}

iframe { max-width: 100%; }

.blog #main a,
.single #main a,
.archive #main a,
.search #main a { color: #5db93e; }

#container {
    position: relative;
    z-index: 9;
}
#develop{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(../images/home.jpg) 50% 0 no-repeat;
    width: 100%;
    height: 1128px;
    opacity: 0.1;
}

/* ### PAGE SETTINGS ### */
#content{margin:15px auto 20px;min-height:400px;padding:0}
#main{width:700px}
#main.col-full,
.col-full {
    width: 940px;
    margin: 0 auto;
}
#header.col-full,
#sec-nav.col-full,
.page-template-page-home-php #content.col-full,
.page-template-page-home-php #main.col-full,
#content.col-full #home-main,
#green-box.col-full,
#bottom-box.col-full { width: auto; }

#header.col-full .wrapper-width,
#sec-nav.col-full .wrapper-width,
.page-template-page-home-php #content.col-full .wrapper-width,
.page-template-page-home-php #main.col-full .wrapper-width,
#green-box .wrapper-width,
#bottom-box .wrapper-width {
    position: relative;
    max-width: 940px;
    margin: 0px auto;
}

.col-left{float:left}
.col-right{float:right}

/* ### HEADER ### */
#header {
    position: relative;
    height: 135px;
    margin: 0px auto;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #000;
    z-index: 9;
    clear: both;
}

body.home #header {
    height: 108px;
}

#header.summer { height: 135px; }

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 100px;
}
#logo img {
    max-height: 100%;
    vertical-align: middle;
}
#logo h1 { margin: 0 0 0 20px }
#logo h1 a,#logo h1 a:hover{color:#333;text-decoration:none}
#logo p.description{font-size:11px;margin-left:20px}
#header .phone {
    margin: 0px;
    padding: 30px 0px 0px 50px;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
}
#header .phone .time {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #818181;
}
#header .phone .time.pn-mobile { display: none; }
#header .cart {position: absolute;right: -10px;top: 0px; top: 25px;}
#header .cart img {display: inline;float:right;margin-bottom: -3px;}

#header .top-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 0 0;
}
#header .top-wrapper #top-nav,
#header .top-wrapper #mobile-cart {
    float: left;
    margin-bottom: 5px;
    font-size: 13px;
    color: #818181;
}
#header .top-wrapper #top-nav {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
}
#header .top-wrapper ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .top-wrapper ul > li {
    float: left;
    display: block;
}
#header .top-wrapper ul > li > a {
    display: block;
    padding: 0;
    border: none;
}
#header .top-wrapper ul > li > a:after,
#header .top-wrapper #mobile-cart a:after {
    color: #5db934;
    content: ' ›';
}
#header .top-wrapper ul > li > a,
#header .top-wrapper #mobile-cart a { color: #818181; }
#header .top-wrapper #mobile-cart .items {
    display: inline-block;
    background: url(../images/cart-item-green.png) 0 50% no-repeat;
    padding: 0px 0px 0px 30px;
    color: #5db934;
}

#header .top-wrapper .search_products {
    float: right;
    width: 280px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    clear: both;
}
#header .top-wrapper .search_products .widget_product_search {
    position: relative;
    background: url(../images/zoom.png) 0 -4px no-repeat;
    margin: 0;
    padding: 0 41px;
    border: none;
}
#header .top-wrapper .search_products .widget_product_search form { margin: 0; }
#header .top-wrapper .search_products .widget_product_search label { display: none; }
#header .top-wrapper .search_products input[type="search"] {
    /* Remove default */
    -webkit-appearance: none;
}
#header .top-wrapper .search_products form input,
#header .top-wrapper .search_products .widget_product_search input,
#header .top-wrapper .search_products input[type="search"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 13px;
    color: #818181;
    text-indent: 10px;
    border: none !important;
    border-left: 1px solid #e6e6e6 !important;
    border-radius: 0;
    line-height: 40px;
}
#header .top-wrapper .search_products form input.on,
#header .top-wrapper .search_products .widget_product_search input.on {
    font-style: normal;
    color: #000;
}
#header .top-wrapper .search_products form button,
#header .top-wrapper .search_products .widget_product_search .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/btn-arrow-green.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    overflow: hidden;
    border-left: 1px solid #e6e6e6 !important;
    cursor: pointer;
}

.red-stripe,
.rc-header .free-shipping {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 9px 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #f14a32;
    text-align: center;
    line-height: 16px;
}
.red-stripe a {
    text-decoration: underline;
}
.rc-header .free-shipping { position: relative; }
.red-stripe.summer,
.rc-header .free-shipping.summer {
    background: #f30000;
    color: #fff;
}
.red-stripe strong,
.rc-header .free-shipping strong { font-weight: 700; }
.red-stripe a,
.rc-header .free-shipping a { color: #fff; }

/* ### NAVIGATION BARS ### */
#mob-menu {display: none;}
#header #menu-top-menu {
    margin: 0px 10px 0px 0px;
    padding: 10px 0 0;
    float: right;
    font-size: 13px;
    clear: both;
}
#header #menu-top-menu li {
    height: 13px;
    margin: 6px 0px 0px;
    border-left: 1px solid #000;
}
#header #menu-top-menu li:first-child,
#header #menu-top-menu li:last-child { border: none; }
#header #menu-top-menu li a {
    position: relative;
    top: -6px;
    height: 25px;
    padding: 0 10px;
    color: #000;
    text-decoration: underline;
    line-height: 25px;
}
#header #menu-top-menu li a:hover {
    background-color: transparent;
    text-decoration: none;
}
#header #menu-top-menu li#menu-item-320 a {
    background: url("../images/cart-item.png") no-repeat 5px 8px transparent;
    padding-left: 25px;
}
#header #menu-top-menu li:last-child a {
    background: #5db934;
    width: 60px;
    height: 25px;
    padding: 0px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    line-height: 25px;
    border-radius: 5px;
}

#sec-nav {
    background: #f2f2f2;
    height: 40px;
    clear: both;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#sec-nav .search_products {
    float: right;
    width: 220px;
    height: 47px;
    overflow: hidden;
}
#sec-nav .search_products .widget_product_search {
    margin: 0;
    padding: 0;
    border: none;
}
#sec-nav .search_products .widget_product_search form { margin: 0; }
#sec-nav .search_products form input,
#sec-nav .search_products .widget_product_search input {
    display: block;
    background: #fff url(../images/zoom.png) 0 50% no-repeat;
    width: 178px;
    height: 47px;
    padding: 0px 0px 0px 40px;
    font-size: 14px;
    border: none;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    line-height: 47px;
}
#sec-nav .search_products form input.on,
#sec-nav .search_products .widget_product_search input.on {color: #000;font-style: normal;}
#sec-nav .search_products form button,
#sec-nav .search_products .widget_product_search .searchsubmit {
    display: inline;
    float: left;
    background: url(../images/search-arrow.png) 50% 50% no-repeat;
    width: 18px;
    height: 25px;
    margin: 0 0 0 5px;
    padding: 0;
    text-indent: -999em;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: none;
}

/* ### NAVIGATION CSS CLASS ### */
.nav,
.nav li,
.nav ul,
.nav ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav { z-index: 99; }
.nav > li {
    float: left;
    margin-left: 5.851%; /*55px*/
}
.nav > li:first-child { margin-left: 0; }
.nav > li > a,
.nav > li > ul > li > a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.nav li > a:hover,
.nav li:hover > a,
.nav .current-menu-item > a,
.nav .current-post-parent > a,
.nav .current-menu-parent > a,
.nav .current-post-ancestor > a {
    color: #5db934;
    text-decoration: none;
}
.nav > li {}
.nav > li:hover > ul { display: block !important; }
.nav > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -14px;
    background: #f2f2f2;
    padding-bottom: 15px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    z-index: 999;
}
.nav > li > ul > li {}
.nav > li > ul > li a {
    display: block;
    padding: 10px 14px 0;
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
}
.nav > li > ul > li > ul { margin: 5px 0px 0px 25px; }
.nav > li > ul > li > ul > li {}
.nav > li > ul > li > ul > li > a { padding: 5px 10px 0px 0px; }
.nav > li > ul > li > ul > li:last-child > a {}


/* =========================
NEW HEADER
========================= */
.site-header:after,
.site-branding:after,
.site-navigation-bar:after,
.pnc-clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.site-header *,
.site-header *:before,
.site-header *:after,
.pnc-border-box *,
.pnc-border-box *:before,
.pnc-border-box *:after {
    box-sizing: border-box;
}

.site-header {
    padding: 15px;
    font-family: 'Lato', sans-serif;
}
.site-branding {
    float: left;
}
.site-branding a.site-logo {
    display: block;
}
.site-branding a.site-logo img {
    height: 50px;
    position: relative;
    top: -5px;
}
.site-contact {
    float: right;
    color: #292929;
    text-align: center;
}
.site-contact .phone {
    font-size: 25px;
    margin-bottom: 5px;
}
.site-contact .opening {
    color: #818181;
    font-size: 11px;
}
.site-contact-mobile {
    display: none;
    border-bottom: 1px solid #dedede;
    padding: 5px;
    text-align: center;
    font-family: 'Lato';
    font-size: 13px;
}
.site-contact-mobile span {
    display: inline-block;
    margin: 0 10px;
}
.site-search {
    float: right;
    margin-right: 30px;
    border: 1px solid #dedede;
    width: 654px;
    border-radius: 4px;
    position: relative;
}
.site-search-select {
    display: none;
    float: left;
    width: 25%;
    position: relative;
}
.site-search-select:after {
    /*content: "\f0d7";
    font-family: "fontawesome";*/
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    color: #818181;
}
.site-search select {
    width: 100%;
    background-color: #e6e6e6;
    height: 40px;
    color: #292929;
    font-size: 14px;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.site-search input[type="text"]{
    width: 100%;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    border: none;
}
.site-search input[type="text"]:focus,
.site-search select:focus {
    outline: none;
}
.site-search .ui-autocomplete.ui-front {
    z-index: 999;
    width: 100%;
    max-width: unset;
    left: 0;
    top: 43px;
}
.pn-new-search-result {
    display: none;
}
.site-navigation-bar {
    padding: 0 15px;
}
.site-navigation {
    position: relative;
    float: left;
}
.site-navigation ul.sitenav {
    margin: 0;
}
.site-navigation ul.sitenav > li {
    margin: 0;
    display: inline-block;
    position: relative;
}
.site-navigation ul.sitenav > li > a {
    display: block;
    padding: 10px 0;
    margin-right: 30px;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 14px;
    color: #292929;
}
.site-navigation ul.sitenav > li.current-menu-item > a,
.site-navigation ul.sitenav > li > a:hover {
    color: #5DB93E;
    text-decoration: none;
}
.site-navigation ul.sitenav > li > ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #FFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-navigation ul.sitenav > li:hover > ul.sub-menu {
    display: block;
    width: 230px;
    left: -10px;
}
.site-navigation ul.sitenav > li > ul.sub-menu li {
    margin-left: 0;
}
.site-navigation ul.sitenav > li > ul.sub-menu li a {
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
.site-navigation ul.sitenav > li > ul.sub-menu li a:hover {
    color: #5DB93E;
    text-decoration: none;
}
.site-cs {
    float: right;
    font-family: 'Lato';
    font-size: 13px;
    color: #231F20;
    margin-top: 9px;
}
.site-cs #top-nav {
    float: right;
}
.site-cs #top-nav ul {
    margin: 0;
}
.site-cs #top-nav ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}
.site-cs #top-nav ul li a {
    color: #231F20;
}
.site-cs #top-nav ul li a:after,
.site-cs #mobile-cart a:after {
    color: rgb(93, 185, 52);
    content: " ›";
}
.site-cs #mobile-cart {
    float: right;
}
.site-cs #mobile-cart .items {
    display: inline-block;
    background: url(../images/cart-item-green.png) 0 50% no-repeat;
    padding: 0px 0px 0px 30px;
    color: #5db934;
}
.site-cat-cover {
    position: relative;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-color: #5DB93E;
    color: #FFF;
}
.site-cat-cover:after {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba( 0,0,0,0.3 );
    z-index: 1;
}
.site-cat-cover-caption {
    position: relative;
    width: 749px;
    text-align: center;
    z-index: 2;
}
.site-cat-cover-caption h1 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Lato';
    line-height: normal;
    color: #FFF;
}
.site-cat-cover-caption p {
    font-family: 'Lato';
    line-height: 1.5;
    font-size: 16px;
}
.site-cat-cover-caption a {
    color: #FFF;
    text-decoration: underline;
}
.site-cat-cover-caption a:hover {
    text-decoration: underline;
    color: #FFF;
}
.mobile-nav-toggle {
    display: none;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
}
/* =========================
END OF NEW HEADER
========================= */

/* =========================
NEW MOBILE RESPONSIVE
========================= */
@media(max-width:768px){
    .site-search,
    .site-contact,
    .site-cs #top-nav {
        display: none;
    }
    .site-contact-mobile {
        display: block;
    }
    .site-branding {
        width: 100%;
        text-align: center;
    }
    .pnc-sub-category {
        width: 100%;
    }
    .site-cs {
        padding: 10px 0;
        margin-top: 0;
        position: absolute;
        right: 15px;
    }
    .site-navigation-bar {
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        padding: 0;
    }
    .mobile-nav-toggle {
        display: inline-block;
    }
    .site-navigation {
        width: 100%;
        padding: 0 15px;
    }
    .site-navigation ul.sitenav {
        display: none;
        position: absolute;
        background: #FFF;
        top: 102%;
        left: 0;
        z-index: 999;
        width: 100% !important;
    }
    .site-navigation ul.sitenav li {
        display: block;
    }
    .site-navigation ul.sitenav li a {
        margin: 0;
        padding: 10px 15px;
    }
    .site-cat-cover-caption {
        width: 80%;
    }
}
/* =========================
END OF NEW MOBILE RESPONSIVE
========================= */


/* ### POSTS ### */
.post-content {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.post,div.page{border-bottom: 1px solid #C0C0C0;margin-bottom: 20px;padding: 0 0 10px;position: relative;}
div.page { border-bottom: none; }
.post a{text-decoration:underline}
.post a:hover{text-decoration:none}
.post-title h2,.post-title h2 a {margin-bottom:14px;font-weight:normal;font-size:30px;color:#5db93e;text-decoration:none;line-height:30px;}
.post-title h2 a:hover{text-decoration:underline;}
.post-title h3{line-height:32px;font-size: 30px;}
.post-title h3 a {text-decoration: none;}
.post-entry{}
.post-entry a { color: #5db93e; text-decoration: underline; }
.entry-content i { font-style: italic !important; }
.category-description {}
.post-entry ul li{list-style:disc}
.post-entry iframe { margin-bottom: 20px; }
.post-meta{font-size:12px;margin-bottom:20px}
.post-meta-info{font-style: italic;}
.post-meta-comments{float:right}
.post-read-more{margin:30px 0 20px 0}
.post-read-more a{color:#333;font-weight:bold;text-decoration:none}
.post-read-more a:hover{text-decoration:underline}
.post blockquote{border-left:3px solid #ccc;font-size:13px;font-style:italic;margin:15px 30px 15px 10px;padding-left:20px}
.post acronym,.post abbr{border-bottom:1px dashed #999;cursor:help}
.wp-caption { text-align: center; }
.wp-caption p { font-size: 11px; }
div.attachment{border:1px solid #ddd;margin-bottom:20px;padding:30px 30px 10px 30px}
p.attachment{text-align:center}
.post-content table tr {
    border-left: 1px solid #5db952;
    border-top: 1px solid #5db952;
}
.post-content table td {
    border-right: 1px solid #5db952;
    border-bottom: 1px solid #5db952;
    padding: 10px;
    vertical-align: top;
}
table.noborder h4 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.post-content table.noborder tr, .post-content table.noborder td {border: none;}
.top_banner {margin: 0 0 25px;overflow: hidden;}
.bottom_banner, .middle_banner {margin: 25px 0;overflow: hidden;}
#breadcrumbs {font-size: 13px;}

.post-title #___ytsubscribe_0 {
    float: right !important;
    margin-top: -41px !important;
}

.post-content .widget_links_related {
    border-bottom: medium none;
    border-top: 1px solid #C0C0C0;
    margin: 10px 0 0;
    padding: 20px;
}
.post-content .widget_links_related .widget-title {
    color: #5db952;
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}
.widget-container.widget_links_related li {margin: 0 0 15px;}
.widget_links_related li a {display: block;font-weight: bold;}
.post-share {
    left: -76px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 77px;
}
.post-share .fb-like {margin-bottom: 10px;}

/* ### COMMENTS ### */
.commentlist{border:1px solid #ddd;margin-bottom:20px;padding: 30px 0;text-align:justify}
.commentlist h4{padding:0 30px}
.commentlist ol{padding-right:30px}
.commentlist ol li{list-style:none}
.comment-meta{font-size:12px;margin:18px 10px 10px 0}
.comment-meta img{float:left;margin:0 10px 0 0}
.comment-meta span{line-height:42px}
.comment-meta span.comment-name{font-weight:bold}
.comment-meta span.comment-name a,.comment-meta span.edit a,.comment-meta span.permalink a{color:#333;text-decoration:underline}
.comment-meta span.comment-name a:hover,.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{color:#5db952;text-decoration:underline}
.comment-meta span.date{font-size:11px}
.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{text-decoration:underline}
.comment-entry{padding:10px 15px;border-bottom:1px dotted #ccc}
.comment-entry p{margin:0}
.comment-entry blockquote{border-left:3px solid #ccc;font-size:13px;font-style:italic;margin:15px 30px 15px 10px;padding-left:20px}
.comment-form{border:1px solid #ddd;font-size:11px;padding-top:30px}
.comment-form h4{margin-bottom:18px;padding:0 30px}
.comment-form a{color:#333;text-decoration:underline}
.comment-form a:hover{color:#5db952;text-decoration:underline}
.comment-form fieldset{padding:0 30px}
.comment-form input{border:1px solid #666;margin:2px 0;padding: 5px}
.comment-form textarea{border:1px solid #666;height:150px;margin:2px 0;padding:5px;width:98%}
.comment-form .notice{color:#666;float:right}
.comment-navigation{padding:10px 30px}
.comment-navigation a{color:#333;font-size:10px;font-weight:bold;text-decoration:underline}
.comment-navigation a:hover{color:#5db952}
.comment-reply a{color:#333;font-size:10px;font-style:italic;text-decoration:underline}
.comment-reply a:hover{color:#5db952}
.comment-unapproved{font-size:10px;font-style:italic;color:#0000cc}
#cancel-comment-reply a{color:#333;font-style:italic;padding:0 30px}
#cancel-comment-reply a:hover{color:#5db952}
.nocomments{border:1px solid #ddd;margin-bottom:20px;padding:30px}

/* ### POSTS NAVIGATION ### */
.more-entries{padding:20px 0 40px 0}
.more-entries a{color:#333;font-weight:bold;text-decoration:none}
.more-entries a:hover{text-decoration: underline}

/* ### SIDEBAR ### */
#sidebar{overflow:hidden;width:220px}

/* ### WIDGETS ### */
.widget-container {border-bottom: 1px solid #C0C0C0;margin-bottom: 30px;padding: 0 0 20px;}
.widget-title{
    color: #818181;
    font-family: 'Lato',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 10px;
}
.widget-container li{margin-left:10px}
.widget-container ul,.widget_recent_comments ul{padding:0!important;margin: 0;}
#sidebar .widget-container ul li, #sidebar .widget_recent_comments ul li{
    background: url("../images/bullet.png") no-repeat scroll left 15px transparent;
    font-size: 16px;
    margin: 0;
    padding: 7px 0 7px 15px;
}
.widget-container ul li a {color: #000;}
.widget-container ul li a:hover,.widget_recent_comments ul li a:hover{text-decoration:underline}
.widget-container ul li ul .children{padding-left:10px}
#sidebar .widget-container ul li.linkcat {
    background: none;
    border: none;
    padding: 0;
}
.widget-container select {margin:10px 10px 20px 10px}
.textwidget{margin-bottom:20px;padding:10px}
.widgetsearchform{margin-left:10px}

#sidebar #categories-3 ul ul,
#sidebar #categories-3 ul ul ul {
    margin: 0;
    padding: 0;
    clear: both;
}

#sidebar #categories-3 ul ul li,
#sidebar #categories-3 ul ul ul li {
    background-position: 0 15px;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 0px;
    clear: both;
}

#sidebar #categories-3 ul li {
    background-position: 0 17px;
    font-size: 12px;
    color: #5db952;
    text-align: right;
}
#sidebar #categories-3 ul li a {
    float: left;
    width: 170px;
    font-size: 16px;
    text-align: left;
}
#sidebar #categories-3 ul ul li a { width: 150px; }
#sidebar #categories-3 ul ul ul li a { width: 130px; }
#sidebar #categories-3 ul ul li ul a { width: 110px; }
#sidebar #categories-3 ul ul {
    padding-top: 7px;
    border-top: none;
}
#sidebar #categories-3 ul ul li { border: none; }

#sidebar .widget-container .featured_posts li a strong {font-weight: normal;}

#sidebar .textwidget {font-size: 11px;}
.textwidget b {display: block;}
#sidebar .textwidget .fb-like {
    display: block;
    float: left;
    margin-right: 25px;
}
.textwidget .rss {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: -6px;
}
.pest_banner {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: -10px;
    overflow: hidden;
    padding: 15px 10px 0;
    text-transform: uppercase;
}
.pest_banner img {
    float: left;
    margin-right: 10px;
    margin-top: -15px;
}
.pest_banner a {color: #000;}
.pest_banner ul {clear: both;padding-top: 5px !important;}
#sidebar .widget-container .pest_banner ul li {
    background-position: left 10px;
    font-size: 13px;
    padding: 5px 0 5px 20px;
    text-transform: none;
}


/* ### Pages and sub pages ### */
.page #main {margin-top: 20px;}
.main-thumbnail {
    border-radius: 50%;
    float: left;
    margin: 0 18px 0 0;
}
.main-thumbnail img {border-radius: 50%;display: block;}
.page .post-title h1 {
    color: #000000;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 17px;
    margin: 0 0 10px;
    padding: 44px 0 0;
    text-transform: uppercase;
}
.page.page-id-787 .parent .post-entry {
    color: #000000;
    clear: none;
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
}
.page .post-entry { clear: both;padding-top: 20px; }
.page.page-id-787 .parent .post-entry p {margin: 0;}
.page div.page {padding: 0 0 20px;}
.sub-pages {margin-right: -15px;}
.sub-page {
    border-bottom: 1px solid #C0C0C0;
    float: left;
    font-size: 11px;
    margin: 0 15px 25px 0;
    height: 255px;
    overflow: hidden;
    line-height: 16px;
    padding-bottom: 26px;
    position: relative;
    width: 163px;
}
.sub-page img {
    border-radius: 50% 50% 50% 50%;
    display: block;
    margin: 0 auto 10px;
}
.sub-page h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}
.sub-page h3 a {color: #000;}
.sub-page p {
    display: block;
    height: 80px;
    margin-bottom: 5px;
    overflow: hidden;
}
.sub-page p.more {
    bottom: 2px;
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
.sub-page p.more a {color: inherit;text-decoration: underline;}

.page #sidebar {
    border: medium none;
    width: 220px;
}
.page #sidebar .page-list {
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 10px 20px 20px 25px;
}
.page #sidebar .page-list li {margin: 0;padding: 6px 0;border-top: 1px solid #000000;}
.page #sidebar .page-list li:first-child {padding-top: 0;border: none;}
.page #sidebar .page-list li a {
    color: #000000;
    font-family: 'Lato',serif;
    font-size: 16px;
    font-style: italic;
}
.page #sidebar .page-list li span {
    border: 1px solid #000000;
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    height: 11px;
    line-height: 9px;
    margin-right: 5px;
    margin-top: 4px;
    text-align: center;
    width: 10px;
}
.page #sidebar .page-list li ul {/*display: none;*/margin: 5px 0 0;}
.page #sidebar .page-list li.opened ul {display: block;}
.page #sidebar .page-list li ul li {margin-left: 20px;padding: 0;border: none;}
.page #sidebar .page-list li ul li a {
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
}
.page #sidebar .page-list li ul li.current a {color: #5db952;}
.page #sidebar .textwidget {padding: 0;}
.page #sidebar .widget_text {padding: 0;border: none;}
.page #sidebar .fb_box { border-bottom: 1px solid #999 !important; }
.page-template-page_subpages-php .post-share,
.page-template-page-ogg-php .post-share {
    left: auto;
    top: -8px;
    width: auto;
    right: 0;
}
.page-template-page-ogg-php .post-share { top: 0; }
.page-template-page_subpages-php .post-share .fb-like,
.page-template-page_subpages-php .post-share .twitter-share-button,
.page-template-page_subpages-php .post-share #___plusone_0,
.page-template-page-ogg-php .post-share .fb-like,
.page-template-page-ogg-php .post-share .twitter-share-button,
.page-template-page-ogg-php .post-share #___plusone_0 { float:left !important;margin-right: 10px; }
.page-template-page_subpages-php .post-share .twitter-share-button,
.page-template-page-ogg-php .post-share .twitter-share-button { width: 80px !important; }



/* ### CALENDAR ### */
#wp-calendar{clear:both;font-size:12px;width:90%}
#wp-calendar caption {font-weight:bold;padding:0 0 10px 0;text-transform:uppercase}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px}
#wp-calendar td{background:transparent}
#wp-calendar td a{font-weight:bold;text-decoration:none}
#wp-calendar td a:hover{text-decoration:underline}
#wp-calendar td,table#wp-calendar th{padding:3px 0}
#wp-calendar tfoot a{color:#333;text-decoration:underline}
#wp-calendar tfoot a:hover{color:#5db952}

/* ### TAG CLOUD ### */
.widget_tag_cloud .widgetcontent div{padding:10px}

/* ### SEARCH ### */
#searchform{margin:8px 0}
#searchform label{display:none}
input#s{border:1px solid #ddd;color:#666;padding:3px 0 3px 5px;width:97%}
input.searchsubmit{border:1px solid #ddd;color:#666;height:25px;margin:0}

/* ### FOOTER ### */
#footer {
    background: none repeat scroll 0 0 #292929;
    color:#818181;
    min-height: 40px;
    padding: 60px 0;
}
#footer .widget-container {border: none;}
#footer .footer-sidebar {float: left;width: 190px;margin-right: 55px;}
#footer .footer-sidebar.sidebar-4 {margin: 0;}
#footer .footer-sidebar.sidebar-1 .textwidget {
    font-family: 'Lato',serif;
    font-size: 16px;
}
#footer .footer-sidebar.sidebar-1 .textwidget img {display: block;margin-bottom: 15px;}
#footer select { display: none; }

#footer .widget-title,
.page-id-12 #footer .widget-title,
.page-id-15 #footer .widget-title {
    color: #FFFFFF !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 3px;
    text-transform: uppercase;
}
#footer .widget-container li {margin: 0 0 2px;}

#footer p{margin:0;}
#footer a{
    font-family: 'Lato', sans-serif;
    color:#818181;
    text-decoration: none;
}
#footer a:hover{color:#5db952}
.copyright{color:#999}

/**
.mobile-docked {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.mobile-docked iframe { margin: 0px auto; }
**/

/* ### MISCELLANEOUS ### */
.post-thumbnail {float: left;margin: 5px 15px 15px 0;}
.alignleft{float:left;margin: 0 20px 20px 0;}
.alignright{float:right;margin: 0 0 20px 20px;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom: 25px;}
.error{background:#ffcdd1;border-top:2px solid #e10c0c;border-bottom:2px solid #e10c0c;text-align:left;padding:5px 20px}
.checkout-options-content .error { display: block; clear: both; border: none; color: #e10c0c; background: none; padding-left: 0; }
.alert{background:#fef5be;border-top:2px solid #fdd425;border-bottom:2px solid #fdd425;text-align:left;padding:5px 20px}
.ok{background:#d7f7c4;border-top:2px solid #82cb2f;border-bottom:2px solid #82cb2f;text-align:left;padding:5px 20px}
.note{background:#efefef;border-top:2px solid #dedede;border-bottom:2px solid #dedede;text-align:left;padding:5px 20px}
.info{background:#f7fafd;border-top:2px solid #b5d3ff;border-bottom:2px solid #b5d3ff;text-align:left;padding:5px 20px} /* blue */
.download{background:#f7fafd;border-top:2px solid #82cb2f;border-bottom:2px solid #82cb2f;text-align:left;padding:5px 20px}

/* ### CLEARING FLOATS ### */
html body * dd.clear,html body * div.clear,html body * li.clear,html body * span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;list-style:none;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0}


input,
textarea,
select {
    font: 12px/18px Arial, Helvetica, sans-serif;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
}

a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
#wp-submit,
.button-check-out-paypal,
.woocommerce-cart .wcppec-checkout-buttons__button {
    background: #41cb02;
    padding: 0 23px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* ### TEMPLATE HOME ### */

.page-template-page-home-php {}

#heading {
    position: relative;
    padding: 10px 0 25px;
    font-family: 'Lato', "Times New Roman", Times, serif;
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: normal;
    z-index: 2;
}

#home-main {
    position: relative;
    width: 900px;
    z-index: 2;
}

#slider {
    display: inline;
    float: left;
    position: relative;
    width: 700px;
    border-radius: 5px;
    overflow: hidden;
}
#slider .wrap {
    position: relative;
    height: 230px !important;
    overflow: hidden;
}
#slider .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    overflow: hidden;
    z-index: 9;
}
#slider .details.clone { z-index: 0; }
#slider .details .summary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 540px;
    padding: 15px 0px 15px 25px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    line-height: normal;
    letter-spacing: 0.03em;
}
#slider .details .summary .btn {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 17px;
    background: #5db934;
    width: 115px;
    height: 40px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#slider .details .summary h1,
#slider .details .summary h2,
#slider .details .summary h3,
#slider .details .summary h4,
#slider .details .summary h5,
#slider .details .summary h6 {
    margin: 0px 0px 5px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
}
#slider .details .summary p { margin: 0px; }
#slider .details .summary a {
    color: #000;
    text-decoration: underline;
    color: #fff;
}
#slider .thumbs {}
#slider .thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider .thumbs li {
    display: inline;
    float: left;
    position: relative;
    width: 231px;
    height: 80px;
    margin-left: 3px;
    overflow: hidden;
}
#slider .thumbs li:first-child {
    width: 232px;
    margin-left: 0;
}
#slider .thumbs .summary { display: none; }
#slider .thumbs .cover {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/slider-cover.png);
    width: 100%;
    height: 80px;
    cursor: pointer;
}
#slider .thumbs li:hover .cover,
#slider .thumbs .active .cover { display: none; }
#slider .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/loader.gif) 50% 50% no-repeat;
    width: 100%;
    height: 300px;
    text-indent: -999em;
    overflow: hidden;
    z-index: 9;
}

#home-main-side {
    display: inline;
    float: right;
    width: 220px;
    height: 230px !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-align: center;
    overflow: hidden;
}
#home-main-side .box {padding: 8px 0 0; }
#home-main-side .box a {}
#home-main-side .box .widget-container {
    margin: 0;
    padding: 0;
    border: none;
}
#home-main-side .box .textwidget {
    margin: 0;
    padding: 0;
    border: none;
}
#home-main-side .box h3 {
    margin: 0px 0px 5px;
    font-size: 24px;
    font-weight: 400;
}
#home-main-side .box .line {
    background: #e6e6e6;
    width: 150px;
    height: 1px;
    margin: 10px auto;
}
#home-main-side .box ul {
    margin: 0 7px 10px;
    padding: 0;
    list-style: none;
}
#home-main-side .box ul li {
    background: url(../images/box-arrow.png) 0 6px no-repeat;
    margin: 0;
    padding: 0 0 0 9px;
}
#home-main-side .box .more {
    margin: 0;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    line-height: 16px;
}
#home-main-side .box .more a { color: rgb(129,129,129); }
#home-main-side #newsletter-sign-up {
    height: auto;
    padding-bottom: 15px;
}
#home-main-side .box form ul { margin: 0; }
#home-main-side .box form li {
    background: none;
    margin: 0;
    padding: 0;
}
#home-main-side .box label,
.footer-sidebar label { display: none; }
#home-main-side .box input,
.footer-sidebar input {
    display: inline;
    float: left;
    width: 125px;
    padding: 5px 10px;
    line-height: 15px;
    font-family: Georgia,serif;
    font-size: 12px;
    font-style: italic;
    color: #c0c0c0;
    border: none;
    border-radius: 3px 0 0 3px;
}
#home-main-side .box input.on,
.footer-sidebar input.on {
    font-style: normal;
    color: #000;
}
#home-main-side .box button,
#home-main-side .box .button,
.footer-sidebar button,
.footer-sidebar .button {
    display: inline !important;
    float: left !important;
    background: url(../images/search-arrow-no-bg.png) 50% 50% no-repeat #FFF !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em !important;
    overflow: hidden !important;
    border-left: 1px solid #979797 !important;
    border-radius: 0 3px 3px 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
#home-main-side .box .button:hover,
.footer-sidebar .button:hover {
    background: url(../images/search-arrow-no-bg.png) 50% 50% no-repeat !important;
    box-shadow: none !important;
}
#home-main-side .box .validation_error,
.footer-sidebar .validation_error {
    margin: -5px 0 5px;
    font-size: 11px;
    color: red;
    line-height: 16px;
}
#home-main-side .box .gfield_description,
.footer-sidebar .gfield_description { display: none; }
#home-main-side .box .gform_confirmation_message_1,
.footer-sidebar .gform_confirmation_message_1 {
    padding: 0 0 5px;
    text-align: center;
}

.page-template-page-home-php #main { margin-top: 0; }
.page-template-page-home-php div.page {
    padding: 0;
    border: none;
}
.page-template-page-home-php .post-entry { padding-top: 25px; }
.page-template-page-home-php .post-entry h2 {
    margin: 0 0 23px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: #000;
}
.page-template-page-home-php .post-entry .categories {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
}
.page-template-page-home-php .post-entry .categories ul {
    margin: 0 0 6px;
    padding: 0;
}
.page-template-page-home-php .post-entry .categories li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-template-page-home-php .post-entry .categories > li {
    display: inline;
    float: left;
    width: 160px;
    margin-left: 80px;
    padding: 0 0 10px;
    text-align: center;
}
.page-template-page-home-php .post-entry .categories > li:first-child { margin-left: 40px; }
.page-template-page-home-php .post-entry .categories li img {
    max-width: 160px;
    border-bottom: 1px solid #ccc;
}
.page-template-page-home-php .post-entry .categories h3 {
    margin: 0;
    padding: 12px 0 6px;
    font-size: 14px;
    color: #000;
    line-height: 19px;
}
.page-template-page-home-php .post-entry .categories a { text-decoration: underline; }
.page-template-page-home-php .post-entry .categories li li a {
    background: url(../images/box-arrow.png) 0 3px no-repeat;
    margin-left: -9px;
    padding: 0 0 0 9px;
    color: #4d4d4d;
}
.page-template-page-home-php .post-entry .categories p { margin: 0; }
.page-template-page-home-php .post-entry .categories p a {
    color: #818181;
}


.page-template-page-home-php #middle {
    background: url(../images/dot-e6e6e6.png) 50% 0 repeat-y;
    margin: 45px auto;
}
#green-box,
#testimonial-box {
    float: left;
    background: none;
    width: 50%;
    margin: 0px 0px 35px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
}
#testimonial-box { font-size: 13px; }
#green-box .wrapper-width { padding: 0 30px 0 0; }
#testimonial-box .wrapper-width { padding: 0 0 0 30px; }
#green-box h3,
#testimonial-box h3 { margin-bottom: 10px; }
#green-box p,
#testimonial-box p { margin-bottom: 15px; }
#testimonial-box p { margin-bottom: 5px; }
#testimonial-box img { margin: 15px auto 0 !important; }
#green-box a {
    font-size: 14px;
    color: #5db934;
    text-decoration: underline;
}
#green-box strong {}
#green-box p:last-child,
#testimonial-box p:last-child { margin-bottom: 0px; }

#bottom-box {
    font-size: 12px;
    color: #4d4d4d;
}

#testimonial-box #yotpo-testimonials-custom-tab {}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-popup-box-large { padding: 0; }
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-label,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-modal-header,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-popup-box-medium,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-nav-primary,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-icon-profile,
#testimonial-box #yotpo-testimonials-custom-tab .label-with-tooltip,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-header-actions,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-main > a,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-footer,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-pager,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-title { display: none !important; }
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-regular-box {
    margin: 0;
    padding: 0;
    border: none;
}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main {
    margin: 0;
    padding: 0;
}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 25px;
    text-align: center;
}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-title { float: none !important; }
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-header .yotpo-review-stars,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    float: none;
    margin: 0;
    padding: 0;
}

#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-review,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-read-more,
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .rest-content-collapsed {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #4d4d4d;
}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-header { position: initial !important; }
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    text-align: center;
    color: #5d5d5d;
}
#testimonial-box #yotpo-testimonials-custom-tab .yotpo-review { display: non; }
#testimonial-box .pn-reviews-summary {
    font-size: 11px;
    text-align: center;
}
#testimonial-box .pn-reviews-summary a { color: #5db934; }

/* ### TEMPLATE CUSTOMER SERVICES ### */

.page-template-page-customer-services-php {}

.page-template-page-customer-services-php .customer-col,
.page-template-page-customer-services-php .customer-col-left,
.page-template-page-customer-services-php .customer-col-right {
    float: left;
    width: 46.8085%;
    padding: 15px 0 45px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.page-template-page-customer-services-php .customer-col-right { float: right; }
.page-template-page-customer-services-php .customer-col .post-entry { padding: 0; }
.page-template-page-customer-services-php .customer-col h2 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #5db934;
}
.page-template-page-customer-services-php .customer-col h3 {
    margin: -10px 0 15px;
    font-size: 20px;
    font-weight: 300;
    color: #f56e3f;
}
.page-template-page-customer-services-php .customer-col p:last-of-type { margin-bottom: 0; }
.page-template-page-customer-services-php div.page {
    margin: 0 0 25px;
    padding: 0;
}
.page-template-page-customer-services-php .wrapper-bottom {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.page-template-page-customer-services-php .wrapper-bottom ul,
.page-template-page-customer-services-php .wrapper-bottom li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-template-page-customer-services-php .wrapper-bottom li {
    float: left;
    width: 45%;
    padding: 0 5% 0 0;
}
.page-template-page-customer-services-php .wrapper-bottom strong {
    font-size: 24px;
    font-weight: 400;
}
.page-template-page-customer-services-php .wrapper-bottom a {
    color: #000;
    text-decoration: underline;
}
.page-template-page-customer-services-php .wrapper-login {}
.page-template-page-customer-services-php .wrapper-login h2 {
    display: none;
}
.page-template-page-customer-services-php .wrapper-login .login {
    border: none !important;
}
.page-template-page-customer-services-php .wrapper-login .login,
.page-template-page-customer-services-php .customer-col .gform_wrapper,
.page-template-page-customer-services-php .customer-col .gform_wrapper .gform_fields,
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-template-page-customer-services-php .customer-col .gform_wrapper { padding-top: 30px; }
.page-template-page-customer-services-php .wrapper-login .login h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #5db934;
}
.page-template-page-customer-services-php .wrapper-login .login p,
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield { margin: 0 0 12px; }
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_3,
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_4 { padding-top: 10px; }
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield_label {
    display: none;
    font-size: 13px;
}
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_3 .gfield_label,
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_4 .gfield_label { display: block; }
.page-template-page-customer-services-php .wrapper-login .login .input,
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield .medium {
    width: 275px;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    color: #c0c0c0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield_contains_required .medium { background: #fff url(../images/required.png) 95% 50% no-repeat; }
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_3 .medium,
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_4 .medium {
    background-image: none;
    width: 100%;
}
.page-template-page-customer-services-php .customer-col .gform_wrapper #field_2_4 .medium {
    height: 80px;
    padding: 10px;
}
.page-template-page-customer-services-php .wrapper-login .login .input:focus,
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield .medium:focus { color: #333; }
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield .gfield_required { display: none; }
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield .gfield_description { font-size: 12px; }
.page-template-page-customer-services-php .customer-col .gform_wrapper .gfield .validation_message { color: red; }
.page-template-page-customer-services-php .customer-col .gform_wrapper .validation_error {
    margin: 0 0 15px;
    font-size: 13px;
    color: red;
}
.page-template-page-customer-services-php .anr_captcha_field { margin-bottom: 15px; }
.page-template-page-customer-services-php .wrapper-login .login .forgot {
    margin: 0 0 0 10px;
    font-size: 13px;
    color: #818181;
    text-decoration: underline;
}
.page-template-page-customer-services-php .wrapper-login .login .submit input,
.page-template-page-customer-services-php .wrapper-login .login .submit a,
.page-template-page-customer-services-php #content .customer-col .gform_wrapper .gform_button {
    display: block;
    float: left;
    background: #5db934 !important;
    width: auto !important;
    min-width: none !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
    text-transform: none !important;
    line-height: 40px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    letter-spacing: normal !important;
}
.page-template-page-customer-services-php .wrapper-login .login .submit a { background: #f56e3f !important; }
.page-template-page-customer-services-php .wrapper-login .login .submit a:hover { text-decoration: none; }
.page-template-page-customer-services-php .wrapper-login .login .submit span {
    float: left;
    display: block;
    padding: 0 13px;
    font-size: 13px;
    line-height: 40px;
}
.page-template-page-customer-services-php .customer-col .gform_confirmation_wrapper {
    padding: 20px 0 0;
    font-size: 18px;
    color: #5db934;
}
.page-template-page-customer-services-php .wrapper-login .widget_text {
    margin: 0;
    padding: 0;
    border: none;
}
.page-template-page-customer-services-php .wrapper-login .widget_text .widget-title {
    margin: 0 0 10px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #5db934;
}
.page-template-page-customer-services-php .wrapper-login .widget_text .textwidget,
.page-template-page-customer-services-php .wrapper-login .widget_text ul,
.page-template-page-customer-services-php .wrapper-login .widget_text li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
.page-template-page-customer-services-php .wrapper-login .widget_text li:before {
    color: #5db934;
    content: '› ';
}
.page-template-page-customer-services-php .wrapper-login .widget_text li a {
    color: #818181;
    text-decoration: underline;
}

/* ### WOOCOMMERCE ### */

.woocommerce-page #container { margin: 0 auto; }

h3.no-results {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
}

#container ul.products li.product .price,
.pn-search-result .price {
    margin: 0;
    font-size: 16px;
    color: #e93530;
    text-decoration: none;
    line-height: 20px;
}
#container ul.products li.product .price,
.pn-search-result .price,
.ui-autocomplete.ui-front .ui-menu-item .price {
    float: left;
    padding: 5px 0;
}
#container ul.products li.product .price .price,
.pn-search-result .price .price,
.ui-autocomplete.ui-front .ui-menu-item .price { padding: 0; }
#container ul.products li.product .price del,
#container ul.products li.product .price ins,
.pn-search-result .price del,
.pn-search-result .price ins,
.ui-autocomplete.ui-front .ui-menu-item .price del,
.ui-autocomplete.ui-front .ui-menu-item .price ins {
    float: left;
    margin: 0 7px 0 0;
    font-size: 100%;
    font-weight: normal !important;
    color: #e93530;
    text-decoration: none;
}
#container ul.products li.product .price del,
.pn-search-result .price del,
.ui-autocomplete.ui-front .ui-menu-item .price del {
    float: right;
    color: #000;
    text-decoration: line-through;
    opacity: 1;
}
#container ul.products li.product .price .from,
.pn-search-result .price .from,
.ui-autocomplete.ui-front .ui-menu-item .price .from { display: none; }


#content #breadcrumb,
#content .woocommerce-breadcrumb {
    margin: 0 0 10px;
    font-size: 12px;
    color: #5db952;
    line-height: 14px;
}
#content #breadcrumb a,
#content .woocommerce-breadcrumb a {
    color: #5db952;
    text-decoration: underline;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    transition: none;
}

.category-wrap,
.product-wrap {
    width: 1040px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 50px;
}
.category-wrap .col-right,
.product-wrap .col-right { width: 700px; }

.category-wrap #main > .woocommerce-result-count,
.category-wrap #main > .woocommerce-ordering { display: none; }

.category-wrap .main-heading {
    position: relative;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}
.category-wrap .main-heading .img {
    display: inline;
    float: left;
    width: 160px;
    height: 160px;
    margin-top: 24px;
    margin-right: 18px;
    text-align: center;
    border-radius: 80px;
    overflow: hidden;
    line-height: 160px;
}
.category-wrap .main-heading .img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.category-wrap .main-heading .description {
    display: inline;
    float: left;
    width: 500px;
    padding: 18px 0 0;
}
.category-wrap .main-heading .description p:last-child { margin-bottom: 0; }
.category-wrap .main-heading .description.no-img {
    width: 100%;
    padding-top: 7px;
}
.category-wrap .main-heading .page-title {
    margin: 0 0 2px;
    font-weight: normal;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}
.category-wrap .main-heading .description a {
    color: #5db952;
    text-decoration: underline;
}
.category-wrap .main-heading .description .planet-related-wrap { margin: -15px 0 15px; }
.category-wrap .main-heading .description .planet-related-wrap .planet-related {
    float: left;
    padding: 15px 15% 0 0;
}
.category-wrap .main-heading .description .planet-related-wrap .planet-related.videos { padding-right: 0; }

.category-wrap .more_content { display: none; }

#category-level-1 .main-heading {
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
    color: #818181;
    border-bottom: 1px solid #ccc;
}
#category-level-1 .main-heading .description p { margin: 0 0 5px; }

.sub-heading {
    width: 100%;
    margin: 0;
    padding: 50px 0 15px 0;
    color: #818181;
    border-bottom: 1px solid #ccc;
}
.sub-heading h2 {
    margin: 0;
    font-size: 20px;
}

.category-wrap .sub-categories,
.category-wrap .products {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}
.category-wrap .sub-categories .product,
.category-wrap .products .product,.feautuimglo {
    width: 160px;
    margin: 0 0 0 20px;
    padding: 15px 0 25px;
    font-size: 11px;
    color: #818181;
    line-height: 16px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    float: left;
}
.category-wrap .sub-categories .product {padding-top: 25px;}
.category-wrap .sub-categories .product:first-child,
.category-wrap .sub-categories .product.first,
.category-wrap .products .product:first-child,
.category-wrap .products .product.first { margin-left: 0; }
#category-level-1 .sub-categories .product,
#category-level-1 .products .product {
    border: none;
    margin: 0 15px 0 0 !important;
    border-top: 0 none !important;
    border-bottom:1px solid #ccc !important;
}
#category-level-1 .sub-categories .item-1,
#category-level-1 .products .item-1,
#category-level-1 .sub-categories .item-2,
#category-level-1 .products .item-2,
#category-level-1 .sub-categories .item-3,
#category-level-1 .products .item-3,
#category-level-1 .sub-categories .item-4,
#category-level-1 .products .item-4 { border: none; }
.category-wrap .sub-categories .product a { color: #818181; text-decoration: none }
.category-wrap .sub-categories .product a img,
.category-wrap .products .attachment-shop_catalog,
.category-wrap .products .attachment-shop_catalog_prod {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 160px;
    margin: 0 auto;
    box-shadow: none;
    transition: none;
}
.category-wrap .products .attachment-shop_catalog_prod {}
#category-level-1 .products a.img,
.featured-products a.img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 0 0 -10px;
    text-align: center;
    line-height: 150px;
}
#category-level-1 .products a.img .attachment-shop_catalog_prod,
.featured-products a.img .attachment-shop_catalog_prod {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.category-wrap .sub-categories .product a:hover img,
.category-wrap .products .product a:hover img { box-shadow: none; }
.category-wrap .sub-categories .product a .img-wrap {
    height: 160px;
    text-align: center;
    overflow: hidden;
    line-height: 160px;
}
.category-wrap .sub-categories .product a .img-wrap img {
    display: inline-block;
    vertical-align: middle;
}
.category-wrap .sub-categories .product h3,
.category-wrap .products .product h3 {
    margin: 6px 10px 3px 0 !important;
    padding: 0.5em 0px;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}

.category-wrap .sub-categories .product h3:hover,
.category-wrap .products .product h3:hover {
    text-decoration: none !important;
}
.category-wrap .sub-categories .product h3 a, .category-wrap .products .product h3 a {color: #333;}
.category-wrap .sub-categories .product p,
.category-wrap .products .product p { margin: 0 10px 0 0; }
.category-wrap .sub-categories .product p:hover,
.category-wrap .products .product p:hover { text-decoration: none }
.category-wrap .sub-categories .product p.summary,
.category-wrap .products .product > div.summary,
.category-wrap .products .product p.summary {
    height: 50px;
    overflow: hidden;
}

.category-wrap .sub-categories .product p.summary { margin-bottom: 20px; }
.category-wrap .sub-categories .product .view-all {
    position: absolute;
    bottom: 7px !important;
    left: 0;
    width: 100%;
    text-align: center;
}
.category-wrap .sub-categories .product .view-all span {
    font-style: italic;
    text-decoration: underline;
}
.category-wrap .products .product .actions a.text-m { display: none !important; }

.category-wrap .products { padding: 0; }
.category-wrap .products .product { padding-bottom: 15px; }
.category-wrap .products .product .img {
    display: block;
    height: 140px;
    padding: 0 10px;
    text-align: center;
    line-height: 140px;
}
.category-wrap .products .attachment-shop_catalog {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 140px;
    max-height: 140px;
    vertical-align: middle;
}
.category-wrap .products .product .onsale { display: none; }
.category-wrap .products .product .actions {
    min-height: 50px;
    padding: 4px 0 0;
    font-size: 11px;
    color: #818181;
    line-height: 20px;
    clear: both;
}
.category-wrap .products .product .actions .button {
    display: inline-block;
    background: #41cb02;
    margin: 0px 0px 10px;
    padding: 0 7px;
    font-size: 10px;
    font-weight: 400;
    color: #fff !important;
    text-transform: inherit;
    letter-spacing: 0;
    line-height: 20px;
}
.category-wrap .products .product .actions .number_results.yoResult { display: none; }

ul.products .product { position: relative; }
ul.products .product .sticker,
.pn-search-result .sticker {
    display: block;
    position: absolute;
    top: 95px;
    right: 0px;
    background: rgba(239,82,71,0.8);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
ul.products .product .sticker span,
.pn-search-result .sticker span {
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle;
}

.category-wrap .sub-categories .other-categories,
.category-wrap .products .other-categories {
    font-size: 12px;
    line-height: 20px;
}
.category-wrap .sub-categories .other-categories h3,
.category-wrap .products .other-categories h3 {
    margin-bottom: 7px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1px;
}
.category-wrap .sub-categories .other-categories ul,
.category-wrap .products .other-categories ul {
    margin: 0 8px 20px;
    padding: 0;
    list-style: none;
}
.category-wrap .sub-categories .other-categories li,
.category-wrap .products .other-categories li {
    background: url(../images/box-arrow.png) 0 6px no-repeat;
    margin: 0;
    padding: 0 0 0 9px;
}
.category-wrap .sub-categories .other-categories a,
.category-wrap .products .other-categories a {
    color: #4d4d4d;
    text-decoration: underline;
}
.category-wrap .sub-categories .other-categories .more,
.category-wrap .products .other-categories .more {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center;
}
.category-wrap .sub-categories .other-categories .more a,
.category-wrap .products .other-categories .more a {
    font-style: italic;
    font-size: 11px;
    color: #818181;
    line-height: 16px;
}
.category-wrap .sub-categories .other-categories .textwidget,
.category-wrap .products .other-categories .textwidget {
    margin: 0;
    padding: 0;
}
.category-wrap .products .dig-deeper h3 { padding-top: 40px; }
.category-wrap .products .dig-deeper ul { margin: 0 9px 10px; }
.category-wrap .products .dig-deeper { padding-bottom: 15px; }
.category-wrap .products .dig-deeper .more {
    position: relative;
    bottom: auto;
}

.review-stars {
    height: 16px;
    padding: 10px 0 4px;
}
.review-stars .starwrapper .star-rating-alt-text {
    color: #818181;
    line-height: 18px;
}

.nav-options {
    width: 700px;
    margin: 35px 0 0;
    padding: 15px 0 15px;
    border-top: 1px solid #ccc;
}
.nav-options-top {
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.nav-options .woocommerce_ordering {
    display: inline;
    float: left;
    height: 25px;
    margin: 0;
    padding: 5px 15px 0 0;
    border-right: 1px dotted #c0c0c0;
}

.nav-options .pagination-per-page {
    display: inline;
    float: left;
    padding: 0 15px;
    font: normal 14px/30px 'Lato', Georgia, "Times New Roman", Times, serif;
    color: #818181;
    border-right: 1px dotted #c0c0c0;
}
.nav-options .pagination-per-page a { color: #000; }
.nav-options .pagination-per-page .current { color: #5db952; }

#sidebar .widget-container { padding-bottom: 0; }
#sidebar .widget-container .widget-title {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1px;
}
#sidebar .widget-container ul li {
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #c0c0c0;
}

#sidebar.new {
    background: #f2f2f2;
    width: 24%;
    margin: 15px 0 0;
}

#sidebar.new .widget-container {
    margin: 0;
    padding: 10px 20px;
    border: none;
}
#sidebar.new .widget-container .widget-title {}
#sidebar.new .widget-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar.new .widget-container ul li {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
#sidebar.new .widget-container > ul > li {
    padding: 5px 0 8px;
    border-top: 1px solid #818181;
}
#sidebar.new .widget-container > ul > li:first-child {
    padding-top: 0;
    border: none;
}
#sidebar.new .widget-container > ul > li > a {
    font-weight: bold;
    font-size: 13px;
    color: #000;
    line-height: 14px;
}
#sidebar.new .widget-container ul ul { margin: 0 0 0 10px; }
#sidebar.new .widget-container ul ul > li > a {
    font-size: 11px;
    color: #333;
    line-height: 14px;
}

#sidebar.new .widget_product_categories {}
#sidebar.new .widget_product_categories .widget-title { display: none; }
#sidebar.new .widget_product_categories ul ul { margin-left: 0; }
#sidebar.new .widget_product_categories ul ul ul { display: none; }
#sidebar.new .widget_product_categories ul ul li {
    position: relative;
    padding: 0 0 0 10px;
}
#sidebar.new .widget_product_categories ul ul li .arrow {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/category-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 22px;
}
#sidebar.new .widget_product_categories ul ul li .arrow.close { background-position: 0 -22px; }


#sidebar #related-posts { padding: 0; }
#sidebar #related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar #related-posts ul li {
    background: none;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid #c0c0c0;
}
#sidebar #related-posts a {
    display: block;
    float: none;
    font-size: 12px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1px;
}
#sidebar #related-posts span { display: block; }
#sidebar #related-posts .line-big {
    font-weight: bold;
    font-size: 18px;
}

.cart-wrap {}
.cart-wrap .heading {}
.cart-wrap .heading .button-continue-shopping {
    display: inline;
    float: right;
    padding: 7px 0 0;
    font-size: 13px;
    color: #5db93e;
    text-decoration: underline;
    line-height: 18px;
}
.cart-wrap .heading h2 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

.woocommerce .shop_table.order_details:after,
.woocommerce .shop_table.order_details:before,
.woocommerce-page .shop_table.order_details:after,
.woocommerce-page .shop_table.order_details:before,
.woocommerce .shop_table td.product-name dl.variation:after,
.woocommerce .shop_table.order_details td.product-name dl.variation:after,
.woocommerce .shop_table td.product-name dl.variation:before,
.woocommerce .shop_table.order_details td.product-name dl.variation:before,
.woocommerce-page .shop_table.order_details td.product-name dl.variation:after,
.woocommerce-page .shop_table.order_details td.product-name dl.variation:before { display: none; }

.post-entry div.vtmin-error { float: none; }
.post-entry div.vtmin-error .error-title { display: none; }
.post-entry div.vtmin-error p { margin: 0; }
.post-entry div.vtmin-error .rule-id { display: none; }
.post-entry div.vtmin-error .errmsg-text { color: #000; }
.post-entry div.vtmin-error .errmsg-amt-current, .post-entry div.vtmin-error .errmsg-amt-required {font-style: normal;}

/**
.gift-certificate {
	padding: 13px 0 0 !important;
	font-size: 13px;
	clear: both;
}
.gift-certificate .gift-certificate-receiver-detail-form {
	padding: 13px 0 0 !important;
	border-top: 2px solid #808080;
}
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form thead,
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form tbody { border: none; }
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form tr,
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form td,
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form th {
	padding: 0;
	text-align: left;
	border: none;
}
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form th { color: #000; }
.gift-certificate .gift-certificate-receiver-detail-form #gift-certificate-receiver-form textarea {
	width: 298px;
	height: 48px;
}
**/

.page-id-12 #container h2,
.page-id-12 #container h3,
.page-id-15 #container h2,
.page-id-15 #container h3 {
    font-size: 22px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    letter-spacing: 2px !important;
}

#form-paypal-express {}
#form-paypal-express .form-paypal-buttons { height: 47px; }
#form-paypal-express .form-paypal-buttons .wrap {
    display: inline;
    float: right;
}
#form-paypal-express .form-paypal-buttons .button {
    display: inline !important;
    float: left !important;
    height: 47px !important;
    margin: 0 0 0 10px !important;
    padding: 0 20px !important;
    line-height: 47px !important;
}


#forum-wrap {}
#forum-wrap .heading {}
#forum-wrap .heading h2 {
    display: inline;
    float: left;
}
#forum-wrap .heading .widget_bbpress_search {
    float: right;
    width: 175px;
    margin: -3px 0 0 20px;
    padding: 0;
    clear: none;
    border: none;
}
#forum-wrap .heading .widget_bbpress_search .widget-title { display: none; }
#forum-wrap .heading .widget_bbpress_search #bbpsw-form-wrapper,
#forum-wrap .heading .widget_bbpress_search .bbpsw-search-form { margin: 0; }
#forum-wrap .heading .widget_bbpress_search br { display: none; }
#forum-wrap .heading .widget_bbpress_search .bbpsw-search-field {
    display: inline;
    float: left;
    width: 128px;
    height: 23px;
    padding: 0 10px;
    border: 1px solid #c9c9c9 !important;
}
#forum-wrap .heading .widget_bbpress_search .bbpsw-search-submit {
    display: inline !important;
    float: left !important;
    background: url(../images/search-arrow.png) 50% 50% no-repeat !important;
    width: 18px !important;
    height: 25px !important;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    text-indent: -999em !important;
    overflow: hidden !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
#forum-wrap .heading .widget_bbpress_search .bbpsw-search-submit:hover {
    background: url(../images/search-arrow.png) 50% 50% no-repeat !important;
    box-shadow: none !important;
}

#customer-wrap {
    position: absolute;
    top: -30px;
    top: -25px;
    right: 0;
    width: 940px;
    height: 0;
    padding: 4px 0 0;
    font-size: 12px;
    line-height: 12px;
}
#customer-wrap .wrap {
    display: inline;
    float: right;
}
.widget_login,
#customer-wrap .widget_text {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-wrap h3 {
    margin: 0;
    padding: 0;
    font: 12px/12px Georgia, "Times New Roman", Times, serif !important;
    color: #000;
    text-align: right;
    text-decoration: underline;
    text-transform: none !important;
    clear: none;
    cursor: pointer;
}
.logged-in #customer-wrap h3 {
    display: inline;
    float: left;
    display: non;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
}
.logged-in #customer-wrap .textwidget {
    float: left;
    margin: 0;
    padding: 0;
}
.page-id-12 #customer-wrap h3,
.page-id-15 #customer-wrap h3 {
    font-size: 12px !important;
    text-transform: none !important;
    line-height: 12px !important;
    letter-spacing: 0 !important;
}
#customer-wrap .pagenav {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#customer-wrap .pagenav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #000;
    list-style: none;
}
#customer-wrap .pagenav a { text-decoration: underline; }

.widget_login h3 { display: none; }
.widget_login form {
    position: relative;
    width: 400px;
    margin: 0 auto;
    clear: both;
}
.widget_login form p { margin: 0 0 10px; }
.widget_login form label {
    display: block;
    font-size: 13px;
    line-height: 26px;
}
.widget_login form input {
    width: 250px;
    padding: 0 5px;
}
.widget_login form .submitbutton {
    display: block;
    background: #41cb02;
    width: 150px;
    height: 20px;
    padding: 0;
    margin: 5px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
}
.widget_login form a { font-size: 11px; }
.widget_login .woocommerce_error {
    background: none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    color: red;
    text-shadow: none;
    box-shadow: none;
}
.widget_login .woocommerce_error a {
    font-size: 13px;
    color: red;
}
.widget_login .woocommerce_error:before,
.widget_login .woocommerce_error:after { display: none; }


/******************** Custom login pages ******************************/
.post-entry .tml-action-links {margin: 0;}
.post-entry .tml-action-links li {list-style: none;margin: 0 0 10px;}
#content .message {}

#content .woocommerce_message,
#content .woocommerce_error,
#content .woocommerce_info,
#content .woocommerce-message,
#content .woocommerce-error,
#content .woocommerce-info { margin: 1em 0 1em; }

.post-entry .woocommerce_error li { list-style: none; margin-left: 0; }

#content .message:after {
    clear: both;
    content: "";
    display: block;
}
#content .message:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==") no-repeat scroll center center #8FAE1B;
}
#content .message:before {
    border-radius: 1em 1em 1em 1em;
    content: "";
    display: block;
    height: 16px;
    left: 1em;
    position: absolute;
    top: 0.8em;
    width: 16px;
}
#content .message {
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #F0EEF0 100%) repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border: none;
    color: #5E5E5E;
    list-style: none outside none;
    margin: 0 0 2em;
    padding: 0.55em 1em 0.55em 3em;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

/******************** Embed Product ******************************/
.iframe {overflow: hidden;}
.iframe #wpadminbar {display: none;}
.iframe .category-wrap, .iframe .product-wrap {width: 100%;padding: 0;}
.iframe #content {margin: 0;min-height: 0;}
.iframe #breadcrumb,
.iframe #content .woocommerce-breadcrumb {display: none;}
.iframe.category-wrap .products .product.first { width: 160px; position: relative; height: 295px !important; }
.iframe.category-wrap .products .product {padding: 0;border: none;}
.iframe.category-wrap .products .product .actions { position: absolute;bottom: 0; }
.iframe ul.products li.product .price .price { padding: 0; }
.iframe ul.products li.product .price {
    color: #E93530;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-decoration: none;
    float: left;
    padding: 5px 0;
    position: absolute;
    bottom: 24px;
}
.iframe a.img img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.iframe.category-wrap .products .product h3 { margin: 10px 0; }
.iframe ul.products li.product .price .from {display: none;}
.iframe ul.products li.product .price ins {
    color: #E93530;
    float: left;
    font-size: 100%;
    margin: 0 7px 0 0;
    text-decoration: none;
}
.iframe ul.products li.product .price del {
    color: #000000;
    float: right;
    font-size: 100%;
    margin: 0;
    text-decoration: line-through;
}


/******************** Embed Category ******************************/

.category-wrap.iframe .col-right { width: auto; float: none; }
.category-wrap.iframe .sub-categories .product .view-all { bottom: auto; }
.category-wrap.iframe .sub-categories .product p.summary { margin-right: 0; }

.post-share h4 { font-size: 17px; }

/*940----------------------------------------------------*/
@media only screen and (max-width: 940px) {
    #main.col-full, .col-full {width: 97%;}
    #main {width: 70%;}
    #sidebar {width: 26%;}
    .nav a {}
    #menu-main-menu {width: auto;}
    #sec-nav .search_products {width: 92px;}
    #sec-nav .search_products form input, #sec-nav .search_products .widget_product_search input {width: 50px;}
    #sec-nav .search_products form button, #sec-nav .search_products .widget_product_search .searchsubmit { float: right; }
    #home-main {width: auto;}
    #slider {width: 75%;}
    #home-main-side {width: 23%;}
    #slider .details .summary {padding: 15px 3%;width: 94%;}
    #slider .thumbs li:first-child {width: 33%;}
    #slider .thumbs li {margin-left: 0.5%;width: 33%;}
    .page-template-page-home-php .post-entry .categories > li {width: 40%;margin-left: 8%;}
    .page-template-page-home-php .post-entry .categories > li:first-child {margin-left: 8%;}
    #sidebar.new {width: 24%;}
    #sidebar.new .widget-container {padding: 10px 6%;}
    #sidebar.new .widget-container ul ul {margin: 0 0 0 5%;}
    /**
	.category-wrap .col-right {width: 74%;}
    .category-wrap .sub-categories .product:first-child, .category-wrap .sub-categories .product.first, .category-wrap .products .product:first-child, .category-wrap .products .product.first {margin-left: 3%;}
    .category-wrap .sub-categories .product, .category-wrap .products .product {margin-left: 3%;width: 45%;}
	**/
    .category-wrap .main-heading .img {width: 28%;height: auto;}
    .category-wrap .main-heading .img img {width: 100%;height: auto;display: block;}
    .category-wrap .main-heading .description {width: 69%;}
    .post-share { position: relative; left: 0; top: 0; width: auto; margin-bottom: 15px; overflow: hidden; }
    .post-share .author { float: left; }
    .post-share .author h4 { margin-bottom: 0; }
    .post-share .fb-like, .post-share .twitter-share-button, .post-share .gplus-button { display: block !important; float: left !important; margin-left: 15px !important; }
    #footer .footer-sidebar {margin-right: 4%;width: 22%;}
    #footer .footer-sidebar.sidebar-1 .textwidget img {width: 100%;height: auto;}
    .nav-options { width: auto; }
    .simple-social-icons ul li{margin:0 3px 12px !important}
}

/*860----------------------------------------------------*/
@media only screen and (max-width: 860px) {
    .vvqbox {
        display: block !important;
        float: none !important;
        margin: 0 auto 20px !important;
        width: 100% !important;
        height: auto !important;
    }
}

/*780----------------------------------------------------*/
@media only screen and (max-width: 800px) {
    #header .phone {
        padding-right: 30px;
        font-size: 16px;
    }
    .nav { text-align: center; }
    .nav > li {
        display: inline-block;
        float: none;
        margin: 0 2.9255%;
    }
    #sec-nav{ height: auto; }
    #sec-nav .search_products {
        float: none;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        clear: both;
    }
    #sec-nav .search_products form input, #sec-nav .search_products .widget_product_search input { width: 100%; padding-left: 0; text-indent: 40px; }
    #home-main-side {
        font-size: 12px;
        line-height: normal;
    }
    .vvqbox {
        display: block !important;
        float: none !important;
        margin: 0 auto 20px !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-template-page-customer-services-php .wrapper-login .login .forgot {
        display: block;
        margin: 0;
    }
    .page-template-page-customer-services-php .wrapper-bottom li {
        float: none;
        width: auto;
        padding: 15px 0;
        text-align: center;
    }
    .page-template-page-customer-services-php .wrapper-bottom li:last-of-type { padding-bottom: 0; }
}

/*720----------------------------------------------------*/
@media only screen and (max-width: 720px),
only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-device-width : 1024px),
only screen and (min-device-pixel-ratio : 1.5) and (max-device-width : 1024px){
    #header .phone {
        float: right;
        width: 282px;
        padding: 73px 0 0;
    }
    #header #menu-top-menu { padding-top: 0px; }
    #header .cart { position: relative; right: 0; top: 23px; }
    #header .cart img {display: none;}
    #customer-wrap {display: none;}
    #mob-menu {
        display: block;
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 40px;
    }
    #menu-main-menu {
        display: none;
        float: none;
        margin-bottom: 12px;
        padding-bottom: 7px;
        text-align: left;
    }
    #menu-main-menu.nav > li {
        display: block;
        float: none;
        margin: 0;
    }
    #menu-main-menu.nav > li > ul {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 0 25px;
        box-shadow: none;
    }
    #menu-main-menu.nav > li > a,
    #menu-main-menu.nav > li:first-child > a {background: none;padding-left: 2%;}
    .nav > li:hover > a{ border-color: transparent; }
    .nav > li:hover > a.parent-drop-item { display: none; }
    #slider {float: none;width: auto;overflow: hidden;display: block;}
    #slider .details img {width: 100%;height: auto;}
    #slider .details {height: auto;}
    #slider .wrap {height: 160px;}
    #home-main-side {
        display: block;
        float: none;
        margin-top: 2%;
        width: auto;
    }
    #home-main-side .box {height: auto;}
    #home-main-side .box input {width: 88%;}
    .page-template-page-home-php .post-entry .categories > li, .page-template-page-home-php .post-entry .categories > li:first-child {
        display: block;
        float: none;
        margin: 0 0 10px;
        width: auto;
    }
    .page-template-page-home-php .post-entry .categories li img {margin: auto !important;}
    .post-share { display: none; }
    .category-wrap .col-right {float: none;width: auto;}
    .category-wrap .main-heading .img {margin-right: 3%;}
    /**
    .category-wrap .sub-categories .product,
	.category-wrap .products .product,
	.category-wrap .sub-categories .product:first-child,
	.category-wrap .sub-categories .product.first,
	.category-wrap .products .product:first-child,
	.category-wrap .products .product.first {float: none;margin-left: 0;width: auto;height: auto !important;}
    .category-wrap .products .product .actions {overflow: hidden;}
    #category-level-1 .products .item-1, #category-level-1 .sub-categories .item-2, #category-level-1 .products .item-2, #category-level-1 .sub-categories .item-3, #category-level-1 .products .item-3, #category-level-1 .sub-categories .item-4, #category-level-1 .products .item-4 {border-bottom: 1px solid #CCCCCC;}
	**/
    .product-wrap .col-right,
    #sidebar.new {
        float: none;
        margin: 0;
        width: auto;
        clear: both;
    }
    #main {
        float: none;
        overflow: hidden;
        width: auto;
    }
    .post-thumbnail {float: none;margin-right: 0;}
    .post-thumbnail img, .post-entry img {float: none !important;display: block;width: 100%;height: auto;margin: 0 !important;}
    #sidebar {
        float: none;
        margin: 6% 0 0;
        width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    #footer .footer-sidebar {
        float: none;
        width: 200px;
        margin: 0px auto 2% !important;
    }
    #footer .widget-container {margin: 0;padding: 0;}
    #footer .footer-sidebar.sidebar-1 .textwidget {margin: 0;padding: 0;}
    #footer .footer-sidebar.sidebar-1 .textwidget img {width: auto;}
    #footer .footer-sidebar .fb-like { display: block; }
    #footer .footer-sidebar #text-2 .textwidget { text-align: center; }
    #footer .footer-sidebar #text-2 .textwidget > div { margin: 20px 0px; }
    #footer .footer-sidebar .simple-social-icons ul li {
        margin-right: 12px !important;
        margin-left: 0px !important;
    }
    .page #sidebar .page-list li ul { display: none; }
}
@media only screen and (max-width: 720px) {
    #footer .footer-sidebar .widget_nav_menu { margin-bottom: 25px !important; }
    #footer .footer-sidebar .widget_nav_menu .menu,
    #footer .footer-sidebar .widget_nav_menu .widget-title { display: none; }
    #footer .footer-sidebar .widget_nav_menu select {
        display: block;
        width: 100%;
        margin: 0px;
    }
    #footer .footer-sidebar input { width: 165px; }
}

@media only screen and (max-width: 600px),
only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-device-width: 768px),
only screen and (min-device-pixel-ratio : 1.5) and (max-device-width: 768px) {
    #header .phone { width: 220px; }
    #header .top-wrapper .search_products {
        float: right;
        width: 220px;
    }
    .page-template-page-home-php #middle {
        background: none;
        margin: 0;
    }
    #green-box,
    #testimonial-box {
        float: none;
        width: auto;
    }
    #green-box {
        padding: 35px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    #green-box .wrapper-width,
    #testimonial-box .wrapper-width { padding: 0 10px; }
    .page-template-page-customer-services-php .customer-col {
        float: none !important;
        width: auto;
        padding: 35px 0 0;
        clear: both;
    }
    .page-template-page-customer-services-php .wrapper-bottom,
    .page-template-page-customer-services-php .wrapper-login {
        padding-top: 35;
        padding-bottom: 35px;
        border-bottom: 1px solid #e6e6e6;
    }
    .page-template-page-customer-services-php .customer-col:first-of-type { padding-top: 0; }
}

/*425----------------------------------------------------*/
@media only screen and (max-width: 425px) {
    .category-wrap .sub-categories .product,
    .category-wrap .products .product,
    .category-wrap .sub-categories .product:first-child,
    .category-wrap .sub-categories .product.first,
    .category-wrap .products .product:first-child,
    .category-wrap .products .product.first,
    #category-level-1 .sub-categories .product,
    #category-level-1 .products .product {
        display: block;
        float: none;
        width: auto;
        max-width: 320px;
        height: auto !important;
        margin: 0px auto !important;
    }
    .category-wrap .products .product .actions { overflow: hidden; }
    #category-level-1 .products .item-1,
    #category-level-1 .sub-categories .item-2,
    #category-level-1 .products .item-2,
    #category-level-1 .sub-categories .item-3,
    #category-level-1 .products .item-3,
    #category-level-1 .sub-categories .item-4,
    #category-level-1 .products .item-4 { border-bottom: 1px solid #ccc; }
    .category-wrap .products .product .img,
    #category-level-1 .products a.img,
    .featured-products a.img {
        width: auto;
        height: auto;
    }
    .category-wrap .sub-categories .product a img,
    .category-wrap .products .attachment-shop_catalog,
    .category-wrap .products .attachment-shop_catalog_prod {
        width: 100% !important;
        height: auto !important;
    }
    ul.products .product .sticker {
        top: 25px;
        right: 20px;
    }
}



/* ### MODAL ### */
.modal.admin-bar { margin: 0 !important; }

.modal {}
.modal #header,
.modal #sec-nav,
.modal #footer,
.modal #sidebar,
.modal #wpadminbar { display: none !important; }
.modal #container,
.modal #content,
.modal #main {
    width: 300px;
    min-height: auto;
    margin: 0 auto;
}
.modal #content #main .post-entry .order_details,
.modal #content #main .post-entry .order_details li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
.modal #content #main .post-entry .order_details li {
    width: 45%;
    margin: 0;
    padding: 0 5% 20px 0;
}
.modal #content #main .page {
    margin: 0;
    padding: 0;
}
.modal #content #main #payment { padding: 20px 0 0; }
.modal #content #main #payment #authorize-net-pay-button {
    margin: 7px 0 0;
    clear: both;
}
.modal #container table.shop_table {
    width: 100%;
    margin: 0 0 20px !important;
    border-collapse: collapse;
    border-spacing: 0;
}
.modal #container table.shop_table th,
.modal #container table.shop_table td {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #c0c0c0 !important;
    vertical-align: top !important;
}
.modal #container table.shop_table .product-name {}
.modal #container table.shop_table .product-total {}
.modal #container table.shop_table tfoot th { padding: 5px !important; }
.modal #container table.shop_table tfoot td {
    width: 50px !important;
    padding-right: 5px;
    line-height: normal;
}
.modal.page-id-15 #container .post-entry h2,
.modal.page-id-15 #container .post-entry h3 {
    margin: 0 0 5px !important;
    font-size: 16px !important;
    line-height: normal !important;
}
.modal.page-id-15 #container .post-entry ul.order_details {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #000;
    border-top: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
}
.modal.page-id-15 #container .post-entry ul.order_details li { padding: 5px 15px 5px 0 !important; }
.modal.page-id-15 #container .post-entry ul.order_details strong { color: #818181; }
.modal.page-id-15 #container .post-entry table.order_details {
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #c0c0c0 !important;
}
.modal.page-id-15 #container .post-entry table.order_details th.product-name,
.modal.page-id-15 #container .post-entry table.order_details td.product-name { width: auto !important; }
.modal.page-id-15 #container .post-entry table.order_details .product-quantity,
.modal.page-id-15 #container .post-entry table.order_details .product-total {
    width: 20% !important;
    padding: 5px 5px 5px 0 !important;
}
.modal.page-id-15 #container .post-entry table#shop_total {
    margin: 0 0 20px !important;
    border-top: none !important;
}
.modal.page-id-15 #container .post-entry table#shop_total th {
    width: 60% !important;
    padding: 5px !important;
    font-weight: normal;
    color: #000;
    text-align: right;
    vertical-align: top !important;
    line-height: normal !important;
}
.modal.page-id-15 #container .post-entry table#shop_total td {
    padding: 5px 0 !important;
    color: #5db93e;
    vertical-align: top !important;
    line-height: normal !important;
}
.modal.page-id-15 #container .post-entry .order-result {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.modal .product-wrap,
.modal .col-right {
    float: none;
    width: auto;
    padding: 0;
}
.modal .product-wrap #breadcrumb,
.modal .product-wrap #product-heading,
.modal .product-wrap .product-attributes,
.modal .product-wrap .product-img,
.modal .product-wrap .more-info { display: none !important; }
.modal .product-wrap .summary,
.modal .product-wrap .cart-options {
    float: none !important;
    background: none !important;
    width: auto !important;
    height: 1%;
}
.modal .product-wrap .variations_form,
.modal .product-wrap .variations {}
.modal .product-wrap .variations select {
    display: block;
    position: relative;
    float: none !important;
    width: auto !important;
}
.modal .product-wrap .product {
    width: auto !important;
    padding: 0 !important;
}

.pn-global-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    box-sizing: border-box;
}
.pn-global-modal-open { overflow: hidden; }
.pn-global-modal-open .pn-global-modal { background: rgba(0,0,0,0.5); }
.pn-global-modal .modal-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pn-global-modal-open .pn-global-modal .modal-overlay { background: none; }
.pn-global-modal #container {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.5);
    z-index: 2;
}
.pn-global-modal #content,
.pn-global-modal #main { width: auto; }
.pn-global-modal .top,
.pn-global-modal .middle,
.pn-global-modal .bottom {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.pn-global-modal .bottom {
    text-align: right;
    border: none;
}
.pn-global-modal h3 { margin: 0px 0px 5px; }
.pn-global-modal p { margin: 0px; }
.pn-global-modal label { font-weight: bold;}
.pn-global-modal label input {
    display: inline-block;
    margin-right: 10px;
}
.pn-global-modal .address {
    display: inline-block;
    padding-left: 30px;
}
.pn-global-modal .button { display: inline-block; }

/* ### CUSTOM MSG ### */

.woocommerce_message,
.woocommerce-message { display: none; }

#woocommerce-custom-msg {
    background: #fff;
    width: auto !important;
    width: 330px;
    min-width: 330px;
    padding: 20px 10px;
}
#woocommerce-custom-msg .woocommerce_message,
#woocommerce-custom-msg .woocommerce-message {
    display: block;
    margin: 0;
}
#woocommerce-custom-msg p { margin: 0; }
#woocommerce-custom-msg .links {
    padding: 25px 0;
    color: #41cb02;
    text-align: center;
}
#woocommerce-custom-msg .links a {
    padding: 0 20px;
    color: #41cb02;
    text-align: center;
    text-decoration: underline;
    border-left: 1px solid #41cb02;
}
#woocommerce-custom-msg .links #custom-msg-shopping-btn {
    padding-left: 10px;
    border-left: none;
}
#woocommerce-custom-msg #custom-msg-checkout-btn {
    display: block;
    width: 280px;
    height: 47px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 15px !important;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 47px !important;
    letter-spacing: 2px;
}

/*460----------------------------------------------------*/
@media only screen and (max-width: 460px) {

    #woocommerce-custom-msg { min-width: inherit; }
    #woocommerce-custom-msg .links { padding: 15px 0; }
    #woocommerce-custom-msg .links a {
        display: block;
        padding: 10px 0;
        border: none;
    }
    #woocommerce-custom-msg #custom-msg-checkout-btn {
        width: auto;
        font-size: 12px !important;
    }

}


/* ### GOOGLE SEARCH ### */

#results-only.products {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

#results-only.products .gsc-above-wrapper-area,
#results-only.products .gsc-result-info {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#results-only.products .gsc-above-wrapper-area table { margin: 0; }
#results-only.products .gsc-result-info {
    padding-top: 5px;
    padding-bottom: 15px;
}
#results-only.products .gsc-above-wrapper-area { border: none; }
#results-only.products div.gcsc-branding { margin: -58px 0 12px; }

#results-only.products table.gcsc-branding { margin: 0; }

#results-only.products .gsc-webResult,
#results-only.products .gsc-expansionArea {
    margin: 0;
    padding: 0;
}
#results-only.products .gsc-webResult {
    display: block;
    float: left;
    background: none;
    float: left;
    border: none;
    margin-top: 1px;
}
#results-only.products .gsc-expansionArea { border-top: 1px solid #ccc; }

.search-no-results #results-only.products div.gcsc-branding { margin: -28px 0 12px; }
.search-no-results #results-only.products .gsc-webResult { display: block; }
.search-no-results #results-only.products .gsc-expansionArea { border: none; }

#results-only.products .gsc-expansionArea .gsc-webResult {
    margin: 0 0 0 20px;
}

#results-only.products .gsc-control-cse.gsc-control-cse-en,
#results-only.products .gsc-results.gsc-webResult {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#results-only.products .gsc-results.gsc-webResult .gsc-expansionArea {
    width: 720px;
    margin-left: -20px;
}
#results-only.products .gsc-results.gsc-webResult {}

#results-only.products div.product-search {
    display: block;
    position: relative;
    width: 160px;
    margin: -1px 0 0 20px;
    padding: 20px 0 0;
    color: #818181;
    list-style: none;
    border-top: 1px solid #ccc;
}
#results-only.products div.product-search:first-child { margin-left: 0; }
#results-only.products div.product-search a { color: #818181; }
#results-only.products div.product-search a:hover { text-decoration: none; }
#results-only.products div.product-search div.img {
    position: absolute;
    background: url(../images/logo.jpg) 50% 50% no-repeat !important;
    width: 160px;
    height: 150px;
    margin: 0;
    padding: 0 !important;
}
#results-only.products div.product-search.with-img div.img,
#results-only.products div.product-search.with-img div.img a,
#results-only.products div.product-search div.img,
#results-only.products div.product-search div.img a {
    display: block;
    min-height: 150px;
    text-align: center;
    line-height: 145px;
}
#results-only.products div.product-search div.img a { background: #fff; }
#results-only.products div.product-search.with-img div.img a img,
#results-only.products div.product-search div.img a img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 150px;
    margin: 0 auto;
    box-shadow: none;
    transition: none;
    vertical-align: middle;
}
#results-only.products div.product-search h3 {
    position: relative;
    height: 210px;
    margin: 0;
    font-weight: bold !important;
    font-size: 13px !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    line-height: 20px !important;
    overflow: hidden;
}
#results-only.products div.product-search.with-img h3 { height: 60px; }
#results-only.products div.product-search h3 a {
    display: block;
    padding: 150px 0 0;
    color: #333;
}
#results-only.products div.product-search.with-img h3 a{ padding-top: 0; }
#results-only.products div.product-search div.summary {
    width: auto !important;
    height: 98px;
    margin: 0 0 10px !important;
    font-size: 11px !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    overflow: hidden;
}
#results-only.products div.product-search .actions {
    height: 20px;
    margin: 0 0 15px !important;
}
#results-only.products div.product-search .actions .more {
    float: none;
    display: block;
    background: #c0c0c0;
    height: 20px;
    padding: 0 6px;
    font-size: 11px !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
}

#results-only.products .gsc-adBlockNoHeight { clear: both; }

.gsc-results .gsc-cursor-box {
    width: auto !important;
    margin: 35px 0 0 0 !important;
    padding: 15px 0 15px 20px !important;
    text-align: right;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;

}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: none !important;
    margin: 0 !important;
    padding: 0 2px !important;
    font: normal 14px/30px 'Lato', Georgia, "Times New Roman", Times, serif !important;
    color: #000 !important;
    border: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: #5db952 !important; }

.paypal-banner {
    float: left;
    height: 250px;
    margin-top: -203px;
    overflow: hidden;
}

#checkout-options .paypal-banner a {
    background: none;
    height: auto;
    width: auto;
    border-radius: 0;
}

.horiside{
    margin: 40px 0;
}

.horiside h3{
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-style:normal;
    font-weight:normal;
}

.horiside ul ul{
    clear: both;
    margin-left: 17px;
}

#sidebar-hori > div{
    overflow: hidden;
}

.starbac{
    background: url('../images/starfe.png') no-repeat;
    background-size: 100%;
    height: 22px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 0;
}

.horiside ul ul li{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    width: 28%;
    margin-right: 13px;
    float: left;
    min-height: 60px;
    position: relative;
}

/*videoo page*/
div.videothumb {position: relative;}
.videopreview { cursor: pointer; width: 100%; height: auto; box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 3px 0px, white 0px -1px 0px 0px inset;}

.hover_play { cursor: pointer; display: inline-block; position: absolute; left: 185px; top: -117px; width:50px; height: 50px; }
ul.videos {width: 810px; padding: 0 0 0 13px;}
li.video {width: 31%; min-height: 225px;vertical-align: top;display: inline-block; padding: 0 13px 0 0; margin: 15px 0 0 0; cursor: pointer;}
span.videoduration {
    position: absolute;
    right: 4px;
    bottom: 6px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    opacity: 0.75;
    display: inline-block;
    height: 14px;
    padding: 0px 4px;
    margin: 0px;
}
div.videotitle {
    color: #333;
}
div.videotitle:hover a {
    color: #1c62b9 !important;
}
div.videotitle a{
    display: block;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    *zoom: 1;
    text-overflow: ellipsis;
    text-decoration: none;
}
.videotitlee {
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    word-wrap: normal;
    *zoom: 1;
}
div.videotitle a:hover { color: #333; text-decoration:none;}
span.videoviews { color: #666 }
span.videodate { float: right; color: #999 }
span.videoauthor a { color: #333; text-decoration:none; }
span.videoauthor a:hover { color: #1c62b9 !important; text-decoration:underline; }
#current-video {
    margin: 0px auto;
    margin-top: 15px;
    padding: 0px 15px;
    width: 770px;
    height: 500px;
    z-index: -100;
}
#current-info {
    vertical-align: top;
    width: 760px;
    height: 50px;
    padding: 5px;
    box-shadow: #CCC 0px 0.9090908765792847px 1.8181817531585693px 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#current-info:hover {
    background-image: -webkit-linear-gradient(top, white 0px, #F0F0F0 100%);
    box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 3px 0px, white 0px -1px 0px 0px inset;
}
#ytplayer {
    z-index: -1 !important;
    margin:	0px;
    padding: 0px;
}
#current-title {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    float: left;
}
#current-title a { text-decoration:none; color: #333; }
#current-title a:hover { color: #1c62b9; text-decoration: underline; }
#current-views { color: #999; font-size: 18px; float: right; }
#current-date { color: #999; width:80px; clear: left; float: left; white-space: nowrap; }
#current-author { width:600px; float: left; clear: left; }
#current-author a { color: #333; text-decoration:none; }
#current-author a:hover { color: #1c62b9 !important; text-decoration:underline; }
#actions { float: right; }
.videothumb a {position: relative; }
.videothumb a:hover {text-decoration: none; }

.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

li.video:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.videothumb:hover .actions {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.videothumb:hover .actions:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.videothumb .actionsbg {display: none; position: absolute; z-index: 3; top: 0px; right: 1px; left: 1px; width: 250px;  background-color: transparent; height: 28px}
.videothumb .actions {display: none; position: absolute; z-index: 3; top: 0px; right: 1px; left: 1px; width: 240px; margin: 5px;}

.videothumb:hover .actions {display: block;}
.videothumb:hover .actionsbg {display: block;}


.videopreviewho{
    position: absolute;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: none;
    left: 40%;
    top: 27%;
}


.videtag {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videtag iframe,
.videtag object,
.videtag embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 98%;
}



#breadcrumbs{
    margin: 15px 10px 15px 10px;
}

.socialic{
    float: left;
    display: block;
    text-align: right;
}

.socialic > div{
    float:left;
    margin-right: 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.socialic > div:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/*end*/

/*960----------------------------------------------------*/
@media only screen and (max-width: 960px) {

    #results-only.products .gsc-results.gsc-webResult .gsc-expansionArea { width: auto; }
    #results-only.products .gsc-expansionArea .gsc-webResult { width: 45%; }
    #results-only.products div.product-search { width: auto; }
    #results-only.products div.product-search div.img,
    #results-only.products div.product-search div.img a { width: 100%; }
    #results-only.products div.product-search div.summary { height: 60px; }
    .horiside ul ul li{ font-size: 69%; padding: 11px 5px 2px 6px;width: 26%; line-height: 16px;}

}

/*700----------------------------------------------------*/
@media only screen and (max-width: 700px) {

    #results-only.products .gsc-expansionArea .gsc-webResult {
        float: none;
        width: auto;
    }
    #results-only.products div.product-search div.img,
    #results-only.products div.product-search div.img a,
    #results-only.products div.product-search.with-img div.img,
    #results-only.products div.product-search.with-img div.img a {
        background-position: 0 50% !important;
        text-align: left;
    }
    #results-only.products div.product-search h3,
    #results-only.products div.product-search.with-img h3,
    #results-only.products div.product-search div.summary { height: auto; }

    .paypal-banner {
        float: none;
        height: auto;
        margin: 0 auto 25px;
        text-align: center;
    }
    .paypal-banner img {
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
    }
    .nav > li > ul { display: none !important; }

}

/*520----------------------------------------------------*/
@media only screen and (max-width: 520px) {

    #container div.gcsc-branding { margin: 0 0 12px; }

    .category-wrap .main-heading .description .planet-related-wrap { margin: 0; }
    .category-wrap .main-heading .description .planet-related-wrap .planet-related {
        float: none;
        max-width: none;
        margin: 0 0 15px;
        padding: 0;
    }

}

@media screen and (min-width: 320px) and (max-width: 479px), (min-device-width: 320px)  and  (max-device-width: 479px){
    .horiside ul ul li{
        font-size:80%;
        width: 95%;
    }
}


@media screen and (min-width: 700px) and (max-width: 940px), (min-device-width: 700px)  and  (max-device-width: 940px){
    #sidebar #categories-3 ul li a{
        width: 126px;
        font-size: 13px;
    }

    #sidebar #categories-3 ul ul li a{
        width: 115px;
    }
}

.sinmarg{
    margin: 0 10px 0 0 !important;
    border-top: 0 none !important;
    border-bottom:1px solid #ccc !important;
}

.nuevopr{
    margin: 0 !important;
}

.dinmarwig{
    margin: 0 4px 0 4px !important;
    border-top: 0 none !important;
    border-bottom:1px solid #ccc !important;
    min-height: 273px;
}

#text-2{
    margin-bottom:0;
    padding:0;
}

#text-2 .textwidget{
    margin-bottom: 0px;
    padding: 10px 10px 10px 5px;
}

#menu-top-menu li a{
    border:0 none;
}

#menu-top-menu li#menu-item-320 a:hover{
    color:#000 !important;
    background:url("../images/cart-item.png") no-repeat scroll 5px 8px transparent !important;
    border-top: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    border-radius:0;
    text-decoration: underline;

}

#menu-top-menu > li:first-child > a:hover{
    background:transparent !important;
}





/* ### OGG template and archive styles ### */

.tax-ogg .post-title { margin-bottom: 35px; }
.tip_number {
    color: #000;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}
.term_title {
    color: #000;
    font-size: 20px;
}
/*
.page-template-page-ogg-php #main { margin-top: 0; }
.page-template-page-ogg-php #breadcrumbs {
	max-width: 380px;
	margin: 0 0 15px 0;
}
.page-template-page-ogg-php #breadcrumbs a {
	color: #5db93e;
	text-decoration: underline;
}
.page-template-page-ogg-php #breadcrumbs a:hover { text-decoration: none; }
.page-template-page-ogg-php .share-wrap,
.page-template-page-ogg-php .share-wrap .share { float: right; }
*/


.pn-mobile { display: none; }

/* 680----------------------------------------------------*/
@media only screen and (max-width: 680px) {
    #header { height: auto; }
    #header .wrapper-width {
        height: 45px;
        padding: 33px 0px 0px;
    }
    #logo {
        top: 33px;
        width: 45%;
        height: 45px;
        text-align: center;
        line-height: 38px;
    }

    #header .pn-mobile,
    #sec-nav .pn-mobile { display: inline; }

    #logo img { max-width: 96%; }
    #header .phone {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 32px;
        margin: 0px !important;
        padding: 0px !important;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #1111ff;
        text-align: center !important;
        line-height: 32px;
        border-bottom: 1px solid #e6e6e6;
    }
    #header .phone .time { display: none; }
    #header .phone .time.pn-mobile {
        display: inline-block;
        margin: 0px 0px 0px 6px;
        color: #818181;
    }

    #header #menu-top-menu,
    #header #top-nav,
    #header .search_products { display: none; }
    #header .top-wrapper {
        position: relative;
        top: 0;
        left: 0;
        float: right;
        padding: 0;
    }
    #header #mobile-cart {
        float: right;
        margin: 0px 15px 0px 0px;
        font-size: 12px;
        color: #5db952;
        line-height: 45px;
    }

    #mob-menu { display: none !important; }

    #sec-nav {
        background: #f2f2f2;
        height: 26px;
        padding: 5px 1px;
        text-transform: none;
        letter-spacing: normal;
        border: none !important;
        clear: both;
    }
    #sec-nav .search_products,
    #sec-nav #mobile-drop-menu {
        float: right;
        width: 50%;
        height: 26px;
        border: none;
        clear: none;
    }
    #sec-nav #mobile-drop-menu { float: left; }
    #sec-nav .search_products .widget_product_search,
    #sec-nav #mobile-drop-menu .wrap {
        position: relative;
        margin: 0px 7px;
    }
    #sec-nav .search_products .widget_product_search label { display: none; }
    #sec-nav .search_products form input,
    #sec-nav .search_products .widget_product_search input,
    #sec-nav #mobile-drop-menu select {
        background: #fefefe;
        width: 100%;
        height: 26px;
        padding: 0px 15% 0px 5%;
        font-size: 12px;
        text-align: left;
        text-indent: 0px;
        border: 1px solid #bcbcbc;
        line-height: 26px;
    }
    #sec-nav #mobile-drop-menu select {
        background: #fefefe;
        width: 100%;
        height: 26px;
        padding: 3px 2%;
        color: #666;
    }
    #sec-nav .search_products form button,
    #sec-nav .search_products .widget_product_search .searchsubmit {
        display: block;
        float: none;
        position: absolute;
        top: 1px;
        right: 0px;
        background: #fefefe url(../images/search-arrow.png) 50% 50% no-repeat;
        width: 15%;
        height: 24px;
        border: none;
        border-left: 1px solid #bcbcbc;
        border-radius: 0;
    }
    #sec-nav .search_products .widget_product_search .searchsubmit { right: 2px; }

    #header .free-shipping {
        position: relative;
        width: auto;
        padding: 10px;
        line-height: 1;
        clear: both;
    }
    #single-product .woocommerce-breadcrumb { display: none; }

}

/* 480----------------------------------------------------*/
@media only screen and (max-width: 480px) {

    body,
    html {
        width: 480px;
        min-width: 480px;
        /*font-family: Verdana, Geneva, sans-serif;*/
        overflow-x: hidden;
    }

    .pn-mobile { display: inline; }

    #footer .col-full {
        width: auto;
        font-family: "Times New Roman", Times, serif;
    }
    #footer .col-full .footer-sidebar {
        padding: 0;
    }
    #footer .col-full .widget_text { text-align: center; }
    #footer .col-full .widget_text img { margin: 0 auto; }
    #footer .col-full .widget_text .textwidget > div { width: 100%; }
    #footer .col-full .widget_text .textwidget .col-left { max-width: 50% !important; }
    #footer .col-full .footer-sidebar .widget-title,
    #footer .col-full .footer-sidebar .widget_nav_menu ul { display: none; }
    #footer .col-full .footer-sidebar select {
        display: block;
        width: 100%;
        margin: 0;
    }
    #footer .col-full .footer-sidebar input.medium {
        width: 82% !important;
        font-family: Verdana, Geneva, sans-serif;
        font-style: normal;
        color: #000;
    }
    #footer .col-full .footer-sidebar input.gform_button {
        float: right !important;
        background: #58ba4b url(../images/btn-arrow-white.png) 50% 50% no-repeat !important;
        width: 11% !important;
        margin: 0 !important;
        border: none !important;
    }
    #sidebar.new,
    .paypal-banner { display: none; }

    #heading { font-size: 20px; }

}
/* 480----------------------------------------------------*/
@media only screen and (max-width: 479px) {

    body,
    html {
        width: 100%;
        min-width: 320px;
        /*font-family: Verdana, Geneva, sans-serif;*/
        overflow-x: hidden;
    }
}
/* 320 ----------------------------------------------------*/
@media only screen and (max-width: 320px) {

    #slider .wrap { height: 137px !important; }

}









/* ### Learning Center template ### */

.page-template-template-learning-center-php {}
.learning-center {}
.learning-center .section {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 20px 45px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
.learning-center .section:last-of-type { margin-bottom: 45px; }
.learning-center .section h1,
.learning-center .section h2,
.learning-center .section h3,
.learning-center .section h4,
.learning-center .section h5,
.learning-center .section h6,
.learning-center .section p { margin: 0px; }
.learning-center .section h1,
.learning-center .section h2,
.learning-center .section h3 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #5cb834;
    line-height: 36px;
}

.learning-center .section .entry {
    float: left;
    background: #fff;
    width: 30%;
    margin: 10px 1.6666%;
    padding: 5px;
    font-size: 13px;
    color: #818181;
    box-sizing: border-box;
}
.learning-center .section .entry img { border-bottom: 5px solid #5cb834; }
.learning-center .section img { max-width: 100%; }
.learning-center .section a {
    color: #818181;
    text-decoration: none;
}
.summary .heading {text-transform: uppercase; letter-spacing: 0.05em;}
.learning-center .section a:hover { text-decoration: none; }
.learning-center .section .post-entry { padding: 0px; }
.learning-center .section .section-header {
    margin: 0px 1.6666%;
    padding: 0px 0px 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.learning-center .section .section-header h3 { margin-bottom: 5px; }

.learning-center #lc-header.section {
    padding-top: 35px;
    padding-bottom: 45px;
}

.learning-center #lc-featured.section .entry {
    min-height: 300px;
    padding-bottom: 15px;
}
.learning-center #lc-featured.section .entry .summary { padding: 0px 10px; }
.learning-center #lc-featured.section .entry .title {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.learning-center #lc-access.section { padding: 0px; }
.learning-center #lc-access.section .entry {
    background: #fff;
    width: 50%;
    margin: 0px;
    padding: 0px 0px 0px 3.6170%;
}
.learning-center #lc-access.section .entry-2 { padding: 0px 3.6170% 0px 0px; }
.learning-center #lc-access.section .entry h3 {
    font-size: 36px;
    line-height: 36px;
}
.learning-center #lc-access.section .entry .summary {
    padding: 75px 25px 75px;
    background-color: rgba(255,255,255, 0.6);
}

.learning-center #lc-access.section .entry .summary:hover {
    background-color: rgba(255,255,255, 0.8);
}


.learning-center #lc-access.section .entry .summary p {
    font-size: 15px;
    color: #000;
}

.learning-center #lc-testimonials.section .entry {
    background: #fff;
    width: 21.6666%;
    height: 238px;
    padding: 10px 0px;
    font-size: 13px;
    color: #818181;
    box-sizing: border-box;
}
.learning-center #lc-testimonials.section .entry .summary p {
    display: none;
    position: absolute;
}
.learning-center #lc-testimonials.section .entry h3 {
    height: 60px;
    margin: 0px;
    padding: 0px 10px;
    font-size: 15px;
    color: #000;
    line-height: normal;
    overflow: hidden;
}
.learning-center #lc-testimonials.section .entry .img {
    width: 165px;
    height: 165px;
    margin: 0px auto 10px;
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box-box;
    border: 5px solid #5cb834;
}
.learning-center #lc-testimonials.section .entry img {
    max-width: none;
    /*
	border: 5px solid #5cb834;
	box-sizing: border-box;
	*/
}

.learning-center #lc-products.section { padding-bottom: 20px; }
.learning-center #lc-products.section .section-header {
    float: left;
    width: 30%;
    margin: 10px 1.6666%;
    color: #000;
    text-align: left;
}
.learning-center #lc-products.section .section-header h3 { margin-bottom: 15px; }
.learning-center #lc-products.section .summary {}
.learning-center #lc-products.section .summary .title {
    font-size: 15px;
    color: #000;
}
.learning-center #lc-products.section .button {
    display: block !important;
    margin-top: 25px;
    padding: 15px 10px !important;
}

.learning-center #lc-products.section .entry { /*height: 380px;*/ }

.learning-center #lc-products.section .entry .fb_iframe_widget,
.learning-center #lc-products.section .entry .fb_iframe_widget > span,
.learning-center #lc-products.section .entry .fb_iframe_widget iframe,
.learning-center #lc-products.section .entry iframe {
    display: block !important;
    width: 100% !important;
}

@media (max-width: 800px),
only screen and (max-device-width: 800px) {
    .learning-center #lc-products.section .entry {
        width: 43.3332%;
        margin-right: 3.3332%;
        margin-left: 3.3332%;
    }
    .learning-center #lc-products.section .section-header {
        float: none;
        width: auto;
        margin-left: 3.3332%;
        text-align: left;
    }
}
@media (max-width: 680px),
only screen and (max-device-width: 680px) {
    .learning-center #lc-access.section .entry .summary { background-size: cover; }
    .learning-center #lc-testimonials.section .entry,
    .learning-center #lc-products.section .entry {
        width: 43.3332%;
        margin-right: 3.3332%;
        margin-left: 3.3332%;
    }
    .learning-center #lc-testimonials.section .entry { text-align: center; }
    .learning-center #lc-products.section .section-header {
        float: none;
        width: auto;
        margin-left: 3.3332%;
        text-align: left;
    }
}
@media (max-width: 580px),
only screen and (max-device-width: 580px) {
    .learning-center #lc-products.section .section-header,
    .learning-center #lc-products.section .entry {
        width: 80%;
        min-height: inherit;
        margin-right: 10%;
        margin-left: 10%;
    }
    .learning-center #lc-products.section .section-header { text-align: center; }
}
@media (max-width: 480px),
only screen and (max-device-width: 480px) {
    .learning-center #lc-featured.section .entry {
        width: 80%;
        min-height: inherit;
        margin-right: 10%;
        margin-left: 10%;
    }
}














/* ### Forum Home template ### */

.page-template-template-forum-home-php {}
.forum-home {}
.forum-home .section {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 20px 45px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
.forum-home .section h1,
.forum-home .section h2,
.forum-home .section h3,
.forum-home .section h4,
.forum-home .section h5,
.forum-home .section h6,
.forum-home .section p { margin: 0px; }
.forum-home .section h1,
.forum-home .section h2,
.forum-home .section h3 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #5cb834;
    line-height: 36px;
}
.forum-home img { max-width: 100%; }

#forum-header.section { padding: 0px; }
#forum-header.section .main-img {
    max-height: 350px;
    overflow: hidden;
}

.forum-home #main .widget-title {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    color: #5db93e;
    text-transform: none;
    line-height: 20px;
}
.forum-home #main.col-left .widget-title {
    font-size: 30px;
    line-height: 32px;
}
.forum-home #main .widget_display_topics {}
.forum-home #main .widget_display_topics ul,
.forum-home #main .widget_display_topics li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.forum-home #main .widget_display_topics li {
    margin-bottom: 15px;
}
.forum-home #sidebar { background: none; }
.forum-home #sidebar .widget-container {
    background: #f2f2f2;
    margin: 0px 0px 15px;
}




/* ### Styles taken from yotpo ### */

.pn-rating {
    padding-top: 15px;
    clear: both;
}
.pn-rating .pn-avg {
    display: block;
    clear: both;
}
.pn-rating .pn-reviews { display: none; }
.pn-rating .pn-stars { height: 26px; }
.pn-rating .pn-stars .pn-stars-empty-star,
.pn-rating .pn-stars .pn-stars-half-star,
.pn-rating .pn-stars .pn-stars-star {
    float: left;
    background: url(../images/starts-5.png) no-repeat;
    width: 26px;
    height: 26px;
}
.pn-rating .pn-stars .pn-stars-half-star { background-position: 0px -26px; }
.pn-rating .pn-stars .pn-stars-star { background-position: 0px -52px; }




/* ### Styles for ad ### */
.ad-top-widgets .widget-container { max-width: 100%; margin: 0px; padding: 0px; border: none; overflow: hidden; }
.ad-top-widgets .textwidget {
    max-width: 940px;
    max-height: 110px;
    margin: 0px auto;
    padding: 0px;
}
#sidebar .widget_text img:hover { -webkit-filter: brightness(120%); }

.rc-post .rc-post-sidebar .pn-ads {
    max-width: 160px;
    max-height: 600px;
}

/* ### Styles for new Page & Subpage List template ### */

.n2016-pst {}
.n2016-pst #main {
    float: right;
    /*width: 700px;*/
    width: 720px;
    margin-top: 0px;
    color: #000;
}
.n2016-pst #main h1,
.n2016-pst #main h2,
.n2016-pst #main h3,
.n2016-pst #main h4 { color: #000; }

.n2016-pst #breadcrumbs {
    margin: 0px;
    padding: 5px 0px 20px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #929292;
}
.n2016-pst #breadcrumbs.mobile { display: none; }
.n2016-pst #breadcrumbs a {
    color: #6DC14F;
    text-decoration: underline;
}
.n2016-pst #breadcrumbs a:hover { text-decoration: none; }

.n2016-post-header {
    position: relative;
    /*padding: 0px 0px 20px 235px;*/
    padding: 0px 0px 20px 0px;
}
.n2016-post-header.has-thumb { min-height: 235px; }
.n2016-post-header .main-thumbnail {
    /*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
    float: left;
    width: 220px;
    height: 220px;
    margin: 0px 20px 10px 0px;
    border-radius: 0px;
    overflow: hidden;
}
.n2016-post-header .main-thumbnail img {
    width: auto;
    height: 100%;
    border-radius: 0px;
}

.n2016-pst .post-title h1 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 48px;
    text-transform: none;
    line-height: 52px;
    letter-spacing: normal;
}
.n2016-pst .post-summary {
    font-family: 'Lato', serif;
    font-size: 20px;
    line-height: 24px;
}
.n2016-pst .post-share {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0px 0px 25px;
    text-align: left;
}
.n2016-pst .post-share .addthis_inline_share_toolbox { clear: none !important; }

.n2016-pst div.page {
    margin: 0px;
    padding: 0px;
}
.n2016-pst .post-entry {
    margin: 0px;
    padding: 0px;
    clear: both !important;
}
.n2016-pst .post-entry iframe { margin-bottom: 20px; }

.n2016-pst .n2016-product-wrap,
.rc-post .rc-post-entry .n2016-product-wrap {
    float: left;
    position: relative;
    width: 160px;
    height: 305px !important;
    margin: 0px;
    font-family: 'Lato', serif;
    font-size: 13px;
}
.n2016-pst .n2016-product-wrap a,
.rc-post .rc-post-entry .n2016-product-wrap a,
.rc-post .pn-product-shortcode a {
    color: #818181;
    text-decoration: none;
}
.n2016-pst .n2016-product-wrap .img,
.rc-post .rc-post-entry .n2016-product-wrap .img,
.rc-post .pn-product-shortcode .img {
    display: block;
    width: 160px;
    height: 140px;
    margin: 0px auto 5px;
    text-align: center;
    line-height: 140px;
    overflow: hidden;
}
.n2016-pst .n2016-product-wrap img,
.rc-post .rc-post-entry .n2016-product-wrap img,
.rc-post .pn-product-shortcode img {
    display: inline-block;
    width: auto;
    max-width: 140px;
    height: auto;
    max-height: 140px;
    margin: -5px auto 0px;
    vertical-align: middle;
}
.n2016-pst .n2016-product-wrap h4,
.rc-post .rc-post-entry .n2016-product-wrap h4,
.rc-post .pn-product-shortcode h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.n2016-pst .n2016-product-wrap p,
.rc-post .rc-post-entry .n2016-product-wrap p,
.rc-post .pn-product-shortcode p { margin: 0px; }
.n2016-pst .pn-product-shortcode p,
.rc-post .pn-product-shortcode p {
    margin: 0px 0px 5px !important;
    color: #818181;
}
.n2016-pst .n2016-product-wrap .price,
.rc-post .rc-post-entry .n2016-product-wrap .price,
.rc-post .pn-product-shortcode .price {
    display: inline-block;
    position: absolute;
    bottom: 35px;
    font-size: 17px;
    color: #E93530;
}
.n2016-pst .n2016-product-wrap .price ins,
.rc-post .rc-post-entry .n2016-product-wrap .price ins,
.rc-post .pn-product-shortcode .price ins {
    float: left;
    margin: 0px 7px 0px 0px;
    text-decoration: none;
}
.n2016-pst .n2016-product-wrap .price del,
.rc-post .rc-post-entry .n2016-product-wrap .price del,
.rc-post .pn-product-shortcode .price del {
    float: right;
    color: #000;
}
.n2016-pst .n2016-product-wrap .price del .amount,
.rc-post .rc-post-entry .n2016-product-wrap .price del .amount,
.rc-post .pn-product-shortcode .price del .amount { color: #000; }
.n2016-pst .n2016-product-wrap .button,
.rc-post .rc-post-entry .n2016-product-wrap .button,
.rc-post .pn-product-shortcode .button {
    display: block !important;
    position: absolute !important;
    bottom: 0px !important;
    background: #5db952 url(../images/button-add-to-cart.png) 50% 50% no-repeat !important;
    width: 100% !important;
    height: 30px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left !important;
    text-indent: -999em !important;
    overflow: hidden !important;
    clear: both !important;
    border-radius: 3px !important;
}
.n2016-pst .n2016-product-wrap .button.read-more,
.rc-post .rc-post-entry .n2016-product-wrap .button.read-more,
.rc-post .pn-product-shortcode .button.read-more { background-image: url(../images/button-learn-more.png?3) !important; }

.n2016-pst .post-best-product,
.pn-product-shortcode {
    float: right;
    width: 205px;
    margin: 0px 0px 20px 20px;
    padding: 0px 0px 0px 15px;
    text-align: center;
    border-left: 1px solid #D6D6D6;
}
.pn-product-shortcode { clear: both; }
.pn-product-shortcode.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 15px;
    border-left: none;
    border-right: 1px solid #D6D6D6;
}
.n2016-pst .post-best-product h3,
.pn-product-shortcode h3 {
    font-size: 16px;
    font-weight: normal;
    color: #929292 !important;
}
.n2016-pst .post-best-product h3 strong,
.pn-product-shortcode h3 strong {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.n2016-pst .post-best-product .n2016-product-wrap,
.pn-product-shortcode .n2016-product-wrap,
.rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap {
    width: auto;
    height: auto !important;
    text-align: center;
}
.n2016-pst .post-best-product .n2016-product-wrap .price,
.pn-product-shortcode .n2016-product-wrap .price,
.rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .price {
    position: relative;
    bottom: auto;
    margin: 5px 0px;
}
.n2016-pst .post-best-product .n2016-product-wrap .button,
.pn-product-shortcode .n2016-product-wrap .button,
.rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .button { position: relative !important; }

.n2016-pst .n2016-post-recommended {
    padding: 20px 12px;
    border: 1px solid #959595;
}
.rc-post .rc-post-entry .n2016-post-recommended { margin: 0px 0px 20px; }
.n2016-pst .n2016-post-recommended h3,
.rc-post .rc-post-entry .n2016-post-recommended h3 { margin-bottom: 0px; }
.n2016-pst .n2016-post-recommended .n2016-product-wrap,
.rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap { margin: 20px 11px 0px 0px; }
.n2016-pst .n2016-post-recommended .n2016-product-wrap.index-3,
.n2016-pst .n2016-post-recommended .n2016-product-wrap.index-7 { margin-right: 0px; }
.rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap,
.rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap.index-3,
.rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap.index-7 { margin: 20px 20px 0px 0px; }
.rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap { height: 280px !important; }
.rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap img {
    max-width: 160px;
    max-height: 160px;
}
.rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap .button,
.pn-product-category-shortcode .n2016-product-wrap .button,
.rc-post .rc-post-entry .pn-product-category-shortcode .n2016-product-wrap .button { background-image: url(../images/button-view-all.png) !important; }

.n2016-pst .sub-page { height: 275px; }
.n2016-pst .sub-page img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.n2016-pst .sub-page .textwidget { padding: 0px; }

.n2016-pst #sidebar {
    float: left;
    /*width: 220px;*/
    width: 180px;
    margin: 0px;
}
.n2016-pst #sidebar .widget_pn_pest_problem_solver_menu_widget {
    background: #f3f3f3;
    /*padding: 15px 25px 25px;*/
    padding: 15px 20px 25px 20px;
    border: none;
}
.n2016-pst #sidebar .widget_pn_pest_problem_solver_menu_widget h3 {
    margin-bottom: 15px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}
.n2016-pst #sidebar .page-list {
    background: none;
    padding: 0px;
}
.n2016-pst #sidebar .page-list li {
    position: relative;
    background: none;
    border-color: #959595;
    list-style: none;
}
.n2016-pst #sidebar .page-list li a {
    font-family: 'Lato', serif;
    font-size: 16px;
    font-style: normal;
    color: #000;
}
.n2016-pst #sidebar .page-list li span {
    float: none;
    position: absolute;
    top: 5px;
    left: -13px;
    background: url(../images/category-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 22px;
    margin: 0px;
    text-align: left;
    text-indent: -999em;
    border: none;
    overflow: hidden;
}
.n2016-pst #sidebar .page-list li:first-child span { top: -1px; }
.n2016-pst #sidebar .page-list li span.close { background-position: 0 -22px; }
.n2016-pst #sidebar .page-list li ul li.current a { color: #6DC14F; }

.n2016-pst #sidebar .page-list li ul { display: none; }
.n2016-pst #sidebar .page-list li.opened ul { display: block; }


.n2016-pst #sidebar img {
    max-width: 100%;
    height: auto !important;
}
.n2016-pst #sidebar iframe { max-width: 100%; }

#footer .footer-sidebar {}

/*1023----------------------------------------------------*/
@media only screen and (max-width: 1023px) {
    .n2016-pst #main,
    .n2016-pst #sidebar {
        float: none;
        width: auto;
    }
    .n2016-pst #main { margin-bottom: 40px; }
    .n2016-pst #sidebar .textwidget { text-align: center; }

    .n2016-pst .n2016-post-recommended h3,
    .rc-post .rc-post-entry .n2016-post-recommended h3 {
        margin-bottom: 20px;
        font-weight: bold;
        text-align: center;
    }
    .n2016-pst .n2016-post-recommended .n2016-product-wrap,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap,
    .rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap {
        float: none;
        width: auto;
        max-width: 340px;
        height: auto !important;
        margin: 0px auto 40px !important;
        padding: 0px;
        text-align: left;
        clear: both;
    }
    .n2016-pst .n2016-post-recommended .n2016-product-wrap .img,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap .img {
        float: left;
        width: 140px;
        height: auto;
        margin: 0px 5px 20px 0px;
        text-align: left;
        line-height: normal;
    }
    .rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap img {
        width: 140px;
        height: 140px;
    }
    .n2016-pst .n2016-post-recommended .n2016-product-wrap img,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap img {
        display: block;
        max-width: 140px;
        margin: 0px;
    }
    .rc-post .rc-post-entry .n2016-post-recommended.categories .n2016-product-wrap img {
        max-width: 140px;
        max-height: 140px;
    }
    .n2016-pst .n2016-post-recommended .n2016-product-wrap .price,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap .price {
        display: block;
        float: left;
        position: relative;
        bottom: auto;
        margin-bottom: 20px;
    }
    .n2016-pst .n2016-post-recommended .n2016-product-wrap .add-to-cart,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap .add-to-cart,
    .n2016-pst .n2016-post-recommended .n2016-product-wrap .button,
    .rc-post .rc-post-entry .n2016-post-recommended .n2016-product-wrap .button {
        position: relative !important;
        bottom: auto !important;
        width: 100%;
        clear: both;
    }
    .n2016-pst .post-entry img.aligncenter,
    .n2016-pst .post-entry img.alignright,
    .n2016-pst .post-entry img.alignleft {
        float: right !important;
        width: inherit;
        height: inherit;
    }
    .n2016-pst .post-entry img.alignleft { float: left !important; }
    .n2016-pst .post-entry img.aligncenter { float: none !important; }

}
/*720----------------------------------------------------*/
@media only screen and (max-width: 720px) {
    .ad-top-widgets {
        width: auto;
        margin: 0px;
    }
    .n2016-pst #content {
        width: auto;
        margin-bottom: 0px;
    }
    .n2016-pst #main {
        width: 97%;
        margin: 0px auto;
    }
    .n2016-pst .n2016-post-recommended,
    .rc-post .rc-post-entry .n2016-post-recommended {
        padding: 0px;
        padding-top: 20px;
        border: none;
        border-top: 1px solid #959595;
    }
    .n2016-pst #sidebar .widget-container { display: none; }
    .n2016-pst #sidebar .widget_pn_pest_problem_solver_menu_widget {
        display: block;
        margin: 0px;
        padding: 20px 0px;
    }
    .n2016-pst #sidebar .widget_pn_pest_problem_solver_menu_widget h3 { text-align: center; }
    .n2016-pst #sidebar .page-list { text-align: center; }
    .n2016-pst #sidebar .page-list li span { left: 10px; }
    .n2016-pst #sidebar .page-list li ul li { margin-left: 0px; }
    .n2016-pst .post-entry img.aligncenter,
    .n2016-pst .post-entry img.alignright,
    .n2016-pst .post-entry img.alignleft {
        max-width: 50%;
        height: auto;
    }
    .post-entry iframe,
    .n2016-pst .post-entry iframe {
        max-width: 100% !important;
        /*height: auto !important;*/
    }
}
/*600----------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .n2016-pst .ad-top-widgets { display: none; }
    .n2016-pst  iframe[name="google_conversion_frame"] { display: none; }
    .n2016-pst #header {
        height: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #d6d6d6;
    }
    .n2016-pst #header .wrapper-width {
        height: auto;
        padding: 0px;
    }
    .n2016-pst #logo {
        position: relative;
        top: auto;
        width: auto;
        height: 40px;
        margin: 0px 0px 0px 45px;
        text-align: left;
        line-height: 40px;
    }
    .n2016-pst #logo img {
        display: block;
        height: 40px;
    }
    .n2016-pst #header .top-wrapper {
        position: absolute;
        right: 0px;
        left: auto;
        padding: 0px;
    }
    .n2016-pst #header .top-wrapper #top-nav,
    .n2016-pst #header .top-wrapper .search_products { display: none; }
    .n2016-pst #header .top-wrapper #mobile-cart {
        float: none;
        margin: 0px;
        padding: 0px 10px 0px 0px;
        line-height: 40px;
    }
    .n2016-pst #header .top-wrapper #mobile-cart .items {
        background: none;
        padding-left: 0px;
        font-size: 16px;
    }
    .n2016-pst #header .top-wrapper #mobile-cart a {
        font-size: 16px;
        color: #000;
    }
    .n2016-pst #header .phone {
        position: absolute;
        top: 40px;
        left: 0px;
        width: 100%;
        height: auto;
        padding: 0px;
        color: #0433ff;
        line-height: 40px;
        border-bottom: 0px;
    }
    .n2016-pst #header .phone .time {
        display: none;
        margin: 0px 0px 0px 15px;
        color: #818181;
    }
    .n2016-pst #header .phone,
    .n2016-pst #header .phone .time.pn-mobile {
        display: inline;
        font-size: 16px;
        font-weight: 400;
    }
    .n2016-pst #sec-nav {
        position: absolute;
        top: 155px;
        top: 40px;
        left: 0px;
        background: none;
        width: 100%;
        height: auto;
        padding: 0px;
        z-index: 9;
    }
    .n2016-pst #sec-nav #mob-menu {
        display: block !important;
        position: relative;
        top: -40px;
        background: url(../images/stack.png) 50% 50% no-repeat;
        width: 40px;
        margin: 0px;
        padding: 0px;
        text-indent: -999em;
        overflow: hidden;
    }
    .n2016-pst #sec-nav #menu-main-menu {
        position: relative;
        background: #f2f2f2;
        top: -40px;
    }

    .n2016-pst #sec-nav .search_products,
    .n2016-pst #sec-nav #mobile-drop-menu { display: none; }

    .n2016-pst #main { width: auto; }
    .n2016-pst #breadcrumbs { display: none; }
    .n2016-pst #breadcrumbs.mobile { display: block; }
    .n2016-pst #breadcrumbs {
        background: #f2f2f2;
        padding: 10px;
    }
    .n2016-pst #breadcrumbs strong {
        font-weight: normal;
        text-transform: uppercase;
    }
    .n2016-post-header {
        position: relative;
        min-height: inherit;
        padding: 0px;
    }
    .n2016-post-header .post-card { position: relative; }
    .n2016-post-header .main-thumbnail {
        float: none;
        position: relative;
        background: #000;
        width: auto;
        height: auto;
        min-height: 300px;
        margin: 0px;
    }
    .n2016-post-header .main-thumbnail img {
        width: 100%;
        height: auto;
    }
    .n2016-pst .post-summary {
        margin: 0px;
        padding: 20px;
    }
    .n2016-pst .post-summary p:last-child { margin-bottom: 0px; }
    .n2016-pst .post-title { padding: 20px 20px 0px; }
    .n2016-pst .has-thumb .post-title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .n2016-pst .has-thumb .post-title h1 {
        margin: 0px;
        padding: 15px;
        color: #fff !important;
    }
    .n2016-post-header .post-share { display: none; }
    .n2016-pst .post-entry {
        width: 97%;
        margin: 0px auto;
        /*padding: 20px 20px 0px;*/
        padding: 20px 0px 0px;
        clear: both;
    }
    .n2016-pst .post-best-product,
    .pn-product-shortcode,
    .pn-product-shortcode.left {
        float: none;
        /*width: 100%;*/
        width: auto;
        /*margin: -20px -20px 20px;*/
        margin: 40px 0px;
        /*padding: 0px 20px;*/
        padding: 0px;
        border: none;
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }
    .pn-product-shortcode,
    .pn-product-shortcode.left { border: none; }
    .n2016-pst .post-best-product h3,
    .pn-product-shortcode h3 {
        background: #f2f2f2;
        /*width: 100%;*/
        /*margin: 0px -20px 20px;*/
        margin: 0px 0px 20px;
        padding: 15px 20px;
        font-size: 16px !important;
        font-weight: normal !important;
        color: #000 !important;
    }
    .n2016-pst .post-best-product .n2016-product-wrap,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap,
    .pn-product-shortcode .n2016-product-wrap {
        float: none;
        max-width: 340px;
        margin: 0px auto 20px !important;
        text-align: left;
    }
    .pn-product-shortcode .n2016-product-wrap,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap { margin: 0px auto !important; }

    .n2016-pst .n2016-product-wrap .img,
    .pn-product-shortcode .n2016-product-wrap .img,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .img {
        float: left;
        width: 140px;
        height: auto;
        margin: 0px 5px 20px 0px;
        text-align: left;
        line-height: normal;
    }
    .pn-product-category-shortcode .n2016-product-wrap .img,
    .rc-post .rc-post-entry .pn-product-category-shortcode .n2016-product-wrap .img { margin-right: 10px; }
    .n2016-pst .n2016-product-wrap img,
    .pn-product-shortcode .n2016-product-wrap img,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap img {
        display: block;
        max-width: 140px;
        margin: 0px;
    }

    .n2016-pst .post-best-product .n2016-product-wrap .price,
    .pn-product-shortcode .n2016-product-wrap .price,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .price {
        position: relative;
        bottom: auto;
        margin: 5px 0px;
    }
    .n2016-pst .post-best-product .n2016-product-wrap .add-to-cart,
    .n2016-pst .post-best-product .n2016-product-wrap .button,
    .pn-product-shortcode .n2016-product-wrap .add-to-cart,
    .pn-product-shortcode .n2016-product-wrap .button,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .add-to-cart,
    .rc-post .rc-post-entry .pn-product-shortcode .n2016-product-wrap .button { position: relative; }

    .n2016-pst .n2016-post-recommended,
    .rc-post .rc-post-entry .n2016-post-recommended {
        width: 100%;
        margin: 0px -20px;
        padding: 20px 20px 0px;
    }

    .n2016-pst .sub-page {
        float: none;
        width: auto;
        height: auto;
        margin: 0px;
        text-align: center;
        border: none;
    }
    .n2016-pst .sub-page img {
        width: 100%;
        height: auto;
        border-radius: 0px;
    }
    .n2016-pst .sub-page h3,
    .n2016-pst .sub-page p {
        width: auto;
        height: auto;
        margin: 0px;
        padding: 0px 20px;
    }
    .n2016-pst .sub-page h3 { margin-bottom: 10px; }
    .n2016-pst .sub-page p.more {
        position: relative;
        bottom: auto;
        margin: 10px 0px 0px;
    }
    .n2016-pst .sub-page .textwidget { margin: 0px; }

    .n2016-pst .post-entry img.aligncenter,
    .n2016-pst .post-entry img.alignright,
    .n2016-pst .post-entry img.alignleft {
        display: block;
        float: none !important;
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .n2016-pst #sidebar .page-list li.opened ul { display: none; }

}

.clear-fix { clear: both; }
.max-width {
    max-width: 940px;
    margin: 0px auto;
}




/* ### Styles for research center ### */

.rc-header {}

.rc-top {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #e6e6e6;
}
.rc-top .rc-phone {
    float: left;
    color: #939393;
}
.rc-top .rc-nav {
    float: right;
    color: #2d2929;
}
.rc-top .rc-nav a { color: #2d2929; }
.rc-top .rc-nav a:hover { text-decoration: underline; }
.rc-top .rc-nav span { color: #67c35d; }
.rc-top .rc-nav ul,
.rc-top .rc-nav ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-top .rc-nav ul li {
    float: left;
    margin-left: 20px;
}
.rc-top .rc-nav ul li:first-child { margin-left: 0px; }

.rc-main {
    padding: 5px 0px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.rc-burger { display: none; }

.rc-logo { float: left; }
.rc-logo h1 { margin: 0px; }

.rc-search {
    float: right;
    padding: 10px 0px 0px;
}
.rc-search .wrap {
    background: #fff;
    width: 498px;
    height: 40px;
    margin: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    clear: both;
}

.rc-search .ui-autocomplete.ui-front {
    z-index: 999;
    width: 100%;
    max-width: unset;
    left: 0;
    top: 43px;
}

.rc-search .wrap form {
    position: relative;
    background: url(../images/search.png) 0 50% no-repeat;
    margin: 0px;
    border: none;
}
.rc-search .wrap form label { display: none; }
.rc-search .wrap form input,
.rc-search .wrap form input[type="search"] {
    display: block;
    background: none;
    width: 100%;
    height: 40px;
    padding: 0px 35px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #939393;
    border: none;
    border-radius: 5px;
    line-height: 40px;
    /* Remove default */
    -webkit-appearance: none;
}
.rc-search .wrap form input.on,
.rc-search .wrap form input:focus { color: #000; }
.rc-search .wrap form input[type="submit"] { display: none; }

.rc-cart {
    float: right;
    margin: 0px 0px 0px 20px;
    padding: 10px 0px 0px 0px;
    font-weight: 700;
    line-height: 40px;
}
.rc-cart .wrap {
    background: url(../images/rc-items.png) 0px 50% no-repeat;
    padding: 0px 0px 0px 40px;
}
.rc-cart a { color: #2d2929; }
.rc-cart span.items,
.rc-cart span span { color: #67c35d; }

.pn-navigation {
    position: relative;
    background: #f2f2f2;
    height: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    clear: both;
    z-index: 99;
}

.pn-navigation ul,
.pn-navigation li,
.pn-navigation a {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.pn-navigation .menu > li {
    float: left;
    margin-left: 35px;
}
.pn-navigation .menu > li:first-child { margin-left: 0px; }
.pn-navigation a {
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.pn-navigation li > a:hover,
.pn-navigation li:hover > a,
.pn-navigation .current-menu-item > a,
.pn-navigation .current-post-parent > a,
.pn-navigation .current-menu-parent > a,
.pn-navigation .current-post-ancestor > a {
    color: #5db934;
    text-decoration: none;
}

.pn-navigation .sub-menu a { line-height: 30px; }
.pn-navigation .menu > li > .sub-menu { display: none; }
.pn-navigation .menu > li > .sub-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    background: #fff;
    padding: 15px 30px 15px 5px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
}
.pn-navigation .menu > li:nth-child(n+4) > .sub-menu {
    left: auto;
    right: 0px;
}
.pn-navigation .menu > li > .sub-menu > li {
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
}
.pn-navigation .menu > li > .sub-menu > li > a { display: none; }
.pn-navigation .menu > li > .sub-menu > li > .sub-menu > li > a { font-weight: 700; }
.pn-navigation li.line {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e6e6e6;
}
.pn-navigation .sub-menu a {
    padding: 5px 10px 5px 3px;
    line-height: 20px;
}
.pn-navigation li:hover .sub-menu { display: block; }

.rc #container {
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    background-color: white;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
}
.pn-nav-open #container { left: 310px; }

.rc-mobile-av {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    overflow: hidden;
    z-index: 0;
}
.pn-nav-open .rc-mobile-av { display: block; }

.rc-mobile-av .wrap {
    position: relative;
    background: #282828;
    width: 310px;
    height: 100%;
    padding: 5px;
    overflow: hidden;
}
.rc-mobile-av .pn-nav {
    height: 60%;
    padding: 10px 25px;
    overflow: auto;
}
.rc-mobile-av ul,
.rc-mobile-av li,
.rc-mobile-av a {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-mobile-av li { position: relative; }
.rc-mobile-av a {
    padding: 10px 0px;
    color: #fff;
    line-height: 20px;
}
.rc-mobile-av .stack {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.rc-mobile-av .sub-menu,
.rc-mobile-av .menu > li > .sub-menu > li > a,
.rc-mobile-av .menu > li > .sub-menu > li > .stack { display: none; }
.rc-mobile-av .sub-menu a { margin-right: 20px; }
.rc-mobile-av .open > .sub-menu { display: block; }
.rc-mobile-av .menu > li.open > .sub-menu > li > .sub-menu { display: block; }

.rc-mobile-av .rc-nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #282828;
    width: 310px;
    padding: 15px 30px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

body { overflow-x: hidden; }
body > iframe { display: none; }

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

    .rc-top,
    .pn-navigation { display: none; }

    .rc-main {
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .rc-burger {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px 20px;
    }
    .rc-burger a {
        display: block;
        background: url(../images/stack.png) 50% 50% no-repeat;
        width: 20px;
        height: 50px;
        text-indent: -999em;
        overflow: hidden;
    }

    .rc-logo,
    .rc-cart,
    .rc-search {
        float: none;
        padding: 0px;
    }

    .rc-logo { text-align: center; }
    .rc-logo img {
        height: 50px;
        width: auto;
    }

    .rc-cart {
        position: absolute !important;
        top: 0px;
        right: 0px;
        padding: 0px;
        padding: 10px 15px;
        line-height: 50px;
    }
    .rc-cart span { display: none; }
    .rc-cart .items { display: block; }

    .rc-search { padding-top: 10px;	}
    .rc-search .wrap { margin: 0px auto; }

}

@media only screen and (max-width: 599px) {
    .rc-search .wrap {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 359px) {
    .rc-logo img {
        height: 40px;
        width: auto;
    }
    .rc-cart { line-height: 40px; }
    .rc-burger a { height: 40px; }
}

.search-results .post-title h3 {
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.search-results .gsc-control-cse {
    padding: 0px;
    border: none;
}
.search-results .gsc-control-cse .gsc-table-result,
.search-results .gsc-control-cse .gsc-thumbnail-inside,
.search-results .gsc-control-cse .gsc-url-top,
.search-results .gsc-control-cse .gsc-result-info {
    padding-left: 0px;
    padding-right: 0px;
}

.pn-pop {
    width: auto;
    max-width: 340px;
    padding: 0px;
}
.pn-pop .col-right {
    float: none;
    width: auto;
}
.pn-pop #content {
    min-height: inherit;
    margin: 0px;
}
.pn-pop #content div.product div.summary {
    float: none !important;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
}
.pn-pop #content div.product div.cart-options { margin: 0px; }
.pn-pop #content .woocommerce-breadcrumb,
.pn-pop #content div.product .share-wrap,
.pn-pop #content div.product .product-attributes,
.pn-pop #content div.product .free-shipping,
.pn-pop .pn-rating,
.pn-pop #content div.product div.product-img,
.pn-pop .more-info,
.pn-pop .pn-mobile { display: none !important; }



/* ### Styles for research center home ### */

.rc-layout {
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}
.rc-layout .col-full

.rc-home {}

.rc-breadcrumbs {
    font-size: 12px;
    text-align: center;
}
.rc-subcat .rc-breadcrumbs { text-align: left; }
.rc-breadcrumbs .col-full { padding: 12px 0px; }
.rc-breadcrumbs a {
    color: #70bf50;
    text-decoration: underline;
}
.rc-breadcrumbs a:hover { text-decoration: none; }

.rc-post .rc-breadcrumbs { text-align: left; }
.rc-post .rc-breadcrumbs #breadcrumbs { margin: 0px; }

.rc-hero {
    position: relative;
    background: 50% 50% no-repeat;
    background-size: auto 100%;
    max-width: 1066px;
    height: 480px;
    margin: 0px auto;
}
.rc-hero .col-full {
    position: relative;
    height: 100%;
}
.rc-hero > img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.rc-hero .rc-hero-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.rc-hero .rc-hero-main {
    margin: 0px auto;
    max-width: 740px; /*640px;*/
    padding: 1.5em 0px 0px; /*2.5em 0px 0px;*/
    font-family: 'Lato', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-main h1 {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.rc-hero .rc-hero-main img { margin: 0px auto; }
.rc-hero .rc-hero-main a { color: #70bf50; }
.rc-hero .rc-hero-main .rc-search {
    float: none;
    max-width: 190px;
    margin: 0px auto;
    padding-top: 20px;
}
.rc-hero.rc-qa .rc-hero-main .rc-search { max-width: 290px; }
.rc-hero .rc-hero-main .rc-search .wrap {
    background: none;
    width: 100%;
    border-color: #fff;
}
.rc-hero .rc-hero-main .rc-search .wrap form { 	background: url(../images/rc-search.png) 0px 50% no-repeat; }
.rc-hero .rc-hero-main .rc-search .wrap input {
    background: none;
    padding: 0px 0px 0px 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-main .rc-search .wrap input::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-main .rc-search .wrap input::-moz-placeholder {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-main .rc-search .wrap input:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-main .rc-search .wrap input:-moz-placeholder {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-hero-nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.rc-hero .rc-hero-nav ul,
.rc-hero .rc-hero-nav li {
    display: block;
    height: 100px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-hero .rc-hero-nav li {
    float: left;
    width: 33.3333%;
    text-align: center;
}
.rc-hero .rc-hero-nav li:hover { background: rgba(0,0,0,0.5); }
.rc-hero .rc-hero-nav a {
    display: block;
    height: 76px;
    margin: 12px 0px;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    border-left: 1px solid #5a5b5b;
}
.rc-hero .rc-hero-nav li:first-child a { border: none; }
.rc-hero .rc-hero-nav a:hover { text-decoration: none; }
.rc-hero .rc-hero-nav img,
.rc-hero .rc-hero-nav strong { display: block; }
.rc-hero .rc-hero-nav img {
    position: relative;
    top: -5px;
    margin: 0px auto -5px;
}
.rc-hero .rc-hero-nav strong {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #70bf50;
}
.rc-hero .rc-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px 15px;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    text-align: center;
}
.rc-hero .rc-meta a { color: #fff; }
.rc-hero .rc-meta img { display: none; }

.rc-category-summary {
    padding: 30px 0px 0px;
    font-family: 'Lato', serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 26px;
}
.rc-category-summary h1 {
    margin: 0px;
    font-size: 38px;
    font-weight: 700;
    color: #000;
}
.rc-category-summary p { margin: 0px 0px 10px; }
.rc-category-summary p:last-child { margin: 0px; }

.rc-middle { margin: 0px 0px 10px; }
.rc-middle .col-full {
    padding: 50px 0px 15px;
    padding: 25px 0px 15px;
    border-bottom: 1px solid #e6e6e6;
}
.rc-middle.rc-qa .col-full {
    padding-bottom: 50px;
    border-bottom: none;
}

.rc-middle .rc-video {
    margin: 0px 0px 50px;
    padding: 0px 10px;
}
.rc-middle .rc-video-container {
    position: relative;
    max-width: 100%;
    height: 0px;
    padding: 0px 0px 56.25%;
    overflow: hidden;
}
.rc-middle .rc-video iframe,
.rc-middle .rc-video object,
.rc-middle .rc-video embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.rc-middle .rc-header {
    padding: 0px 5px 15px;
    text-align: center;
}
.rc-middle.rc-qa .rc-header { text-align: left; }
.rc-middle .rc-header h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 400;
}

.rc-tiles {
    font-size: 16px;
    color: #939392;
}
.rc-tiles .rc-row { clear: both; }
.rc-tiles .rc-tile {
    float: left;
    width: 33.3333%;
    padding: 0px 7px 25px;
    box-sizing: border-box;
}
.rc-tiles .rc-tile .rc-img {
    height: 200px;
    overflow: hidden;
}
.rc-tiles .rc-tile .rc-img img {
    width: auto;
    min-width: 100%;
    height: 100%;
}
.rc-middle .rc-vid { height: 100%; }
.rc-middle .rc-vid-container {
    position: relative;
    max-width: 100%;
    height: 100%;
    /*height: 0px;*/
    /*padding: 0px 0px 56.25%;*/
    overflow: hidden;
}

.rc-tiles .rc-row-special {
    position: relative;
    min-height: 600px;
}
.rc-tiles .rc-row-col-ads {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
}
.rc-tiles .rc-row-special .rc-row {}
.rc-tiles .rc-tile.ads .textwidget {
    width: 300px;
    height: 250px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}
.rc-tiles .rc-row-col-ads .rc-tile.ads .textwidget { height: 600px; }
.rc-tiles .rc-tile.ads .ad img { max-width: 100%; }

.rc-middle .rc-tile .rc-vid iframe,
.rc-middle .rc-tile .rc-vid object,
.rc-middle .rc-tile .rc-vid embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important;
}
.rc-tiles .rc-tile h3 {
    margin: 0px;
    padding: 5px 0px;
    font-family: 'Lato', serif;
    font-size: 20px;
    font-weight: 700;
    color: #363636;
}
.rc-tiles .rc-tile h3 a { color: #363636; }
.rc-tiles .rc-tile p { margin: 0px; }
.rc-tiles .rc-tile strong a {
    font-size: 12px;
    font-weight: 900;
    color: #70bf50;
    text-transform: uppercase;
}
.rc-tiles .rc-tile.code iframe {
    width: 100% !important;
    height: 315px !important;
}
.rc-tiles .rc-tile.questions {}
.rc-tiles .rc-tile.questions .questions-wrap {
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.rc-tiles .rc-tile.questions h3 { padding: 0px; }
.rc-tiles .rc-tile.questions ul,
.rc-tiles .rc-tile.questions li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-tiles .rc-tile.questions li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.rc-tiles .rc-tile.questions li:first-child {
    padding-top: 0px;
    border-top: none;
}
.rc-tiles .rc-tile.questions a { color: #70bf50; }

.rc-bottom { margin: 0px 0px 10px; }
.rc-bottom .col-full { padding: 50px 0px 15px; padding: 25px 0px 15px; }

.rc-bottom .rc-header {
    padding: 0px 0px 20px;
    text-align: center;
}
.rc-bottom .rc-header h2 {
    margin: 0px;
    font-size: 30px;
    font-weight: 100;
}

.rc-box-nav {}
.rc-box-nav ul,
.rc-box-nav li,
.rc-box-nav a {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-box-nav ul { margin: 0px -10px; }
.rc-box-nav a:hover { text-decoration: none; }
.rc-box-nav li {
    float: left;
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0px 10px 20px;
    overflow: hidden;
}
.rc-box-nav li h3 {
    position: relative;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 140px;
    z-index: 2;
}
.rc-box-nav li a:hover h3 { background: rgba(0,0,0,0.8); }
.rc-box-nav li h3 span {
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    vertical-align: middle;
}
.rc-box-nav li img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.rc-call { padding: 20px 0px 40px; }
.rc-call a {
    display: block;
    max-width: 300px;
    margin: 0px auto;
    padding: 15px;
    font-size: 24px;
    color: #70bf50;
    text-align: center;
    border: 1px solid #818181;
}
.rc-middle .rc-call { padding: 30px 0px 50px; padding: 15px 0px 25px; }
.rc-middle .rc-call a {
    padding: 15px 5px;
    font-size: 18px;
}
.rc-call a:hover {
    background: #70bf50;
    color: #fff;
    text-decoration: none;
}
.rc-call a em {
    display: block;
    font-family: 'Lato', serif;
    font-size: 18px;
    font-style: italic;
    color: #010101;
}

@media only screen and (max-width: 1023px) {
    .rc-hero {
        height: 345px;
        background-size: cover;
    }
    .rc-hero .rc-hero-main {
        padding: 1em 0px 0px;
        font-size: 14px;
    }
    .rc-hero .rc-hero-main h1 { font-size: 24px; }
    .rc-box-nav ul {
        max-width: 480px;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 767px) {
    .rc-hero { height: auto; }
    .rc-hero .rc-hero-wrap {
        position: relative;
        height: auto;
    }
    .rc-hero .rc-hero-main { padding: 2em 0px; }
    .rc-hero .rc-hero-nav { position: relative; }
    .rc-hero .rc-hero-nav ul,
    .rc-hero .rc-hero-nav li { height: auto; }
    .rc-hero .rc-hero-nav li {
        float: none;
        width: auto;
    }
    .rc-hero .rc-hero-nav a {
        height: auto;
        margin: 0px 15px;
        padding: 12px 0px;
        border: none;
        border-top: 1px solid #5a5b5b;
    }
    .rc-hero .rc-hero-nav li:first-child a { border: none; }
    .rc-hero .rc-hero-nav img {
        top: 0px;
        margin: 0px auto;
    }
    .rc-hero .rc-meta { position: relative; }
    .rc-middle .rc-header h2 { font-size: 20px; }
    .rc-middle .rc-header h2 br { display: none; }
    .rc-tiles .rc-tile {
        float: none;
        width: auto;
        max-width: 320px;
        margin: 0px auto;
        padding: 0px 0px 25px;
    }
    /*
	.rc-tiles .rc-tile .rc-img,
	.rc-tiles .rc-tile .rc-img img { height: auto; }
	*/
    .rc-tiles .rc-row-col-ads { position: relative; }
    .rc-tiles .rc-tile.empty { display: none; }
    .rc-bottom .rc-header h2 { font-size: 20px; }
    .rc-box-nav ul { max-width: 320px; }
}
@media only screen and (max-width: 359px) {
    .rc-box-nav ul { max-width: 300px; }
    .rc-box-nav li { margin: 0px 5px 10px; }
}

.rc-qa-rows {}
.rc-qa-single {
    padding: 40px 0px 30px;
    border-top: 1px solid #e5e5e5;
}
.rc-qa-single .rc-qa-single-title { padding: 0px 0px 20px; }
.rc-qa-single .rc-qa-single-title h3 {
    margin: 0px;
    font-weight: 700;
    color: #363636;
}
.rc-qa-single .rc-qa-single-author {
    position: relative;
    min-height: 40px;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 55px;
    font-size: 16px;
}
.rc-qa-single .rc-qa-single-author .rc-qa-avatar {
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.rc-qa-single .rc-qa-single-author .rc-qa-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.rc-qa-single .rc-qa-single-author .name {
    display: block;
    font-weight: 700;
    color: #000;
}
.rc-qa-single .rc-qa-single-summary { color: #000; }
.rc-qa-single .rc-qa-single-summary a {
    font-size: 14px;
    font-weight: 700;
    color: #70bf50;
}
.rc-qa-single .rc-qa-single-vote { padding: 20px 0px 0px; }
.rc-qa-single .rc-qa-single-vote .bbpvotes-icon {
    display: none;
    margin: 0px 5px 0px 0px;
    line-height: normal;
}
.rc-qa-single .rc-qa-single-vote .bbpvotes-db-loading .bbpvotes-icon-loading,
.rc-qa-single .rc-qa-single-vote .bbpvotes-db-success .bbpvotes-icon-success,
.rc-qa-single .rc-qa-single-vote .bbpvotes-db-error .bbpvotes-icon-error { display: inline-block; }
.rc-qa-single .rc-qa-single-vote > span {
    display: block;
    float: left;
    height: 30px;
    margin: 0px 20px 0px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border: 1px solid #70bf50;
    border-radius: 3px;
}
.rc-qa-single .rc-qa-single-vote .up { margin-right: 15px; }
.rc-qa-single .rc-qa-single-vote .down,
.rc-qa-single .rc-qa-single-vote .comments { border: none; }
.rc-qa-single .rc-qa-single-vote > span a,
.rc-qa-single .rc-qa-single-vote > span .count { float: left; }
.rc-qa-single .rc-qa-single-vote .up a { padding: 0px 10px; }
.rc-qa-single .rc-qa-single-vote .down .count { display: none; }
.rc-qa-single .rc-qa-single-vote .up a { color: #70bf50; }
.rc-qa-single .rc-qa-single-vote .down a,
.rc-qa-single .rc-qa-single-share span { color: #929292; }
.rc-qa-single .rc-qa-single-vote .comments a { color: #000; }
.rc-qa-single .rc-qa-single-share .share { display: none; }
.rc-qa-single .rc-qa-single-vote > span a:hover { text-decoration: none; }
.rc-qa-single .rc-qa-single-vote .up .count {
    color: #000;
    border-left: 1px solid #70bf50;
}
.rc-qa-single .rc-qa-single-vote .up .count { padding: 0px 10px; }
.rc-qa-single .rc-qa-single-vote .comments .count {
    background: #f5f5f5;
    margin: 0px 0px 0px 5px;
    padding: 0px 5px;
    color: #363636;
    border-radius: 3px;
}
.rc-qa-single .rc-qa-single-vote .up:hover a {
    background: #70bf50;
    color: #fff;
}
.rc-qa-single .rc-qa-single-vote .down:hover a { color: #000; }
.rc-qa-single .rc-qa-single-vote .comments:hover a { color: #70bf50; }
.rc-qa-single .rc-qa-single-share {
    float: right;
    padding: 2px 0px 0px;
}
.rc-qa-single .rc-qa-single-share img,
.rc-qa-single .rc-qa-single-share .at300b > img { opacity: 0.3; }
.rc-qa-single .rc-qa-single-share a:hover img,
.rc-qa-single .rc-qa-single-share a:hover .at300b > img { opacity: 1; }

@media only screen and (max-width: 599px) {
    .rc-qa-single .rc-qa-single-summary a {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }
    .rc-qa-single .rc-qa-single-vote { padding-top: 0px; }
    .rc-qa-single .rc-qa-single-vote .up,
    .rc-qa-single .rc-qa-single-vote .down,
    .rc-qa-single .rc-qa-single-vote .comments,
    .rc-qa-single .rc-qa-single-share {
        position: relative;
        width: 49%;
        margin: 10px 0px 0px 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        border: 1px solid #70bf50;
        border-radius: 3px;
    }
    .rc-qa-single .rc-qa-single-vote .down,
    .rc-qa-single .rc-qa-single-vote .comments,
    .rc-qa-single .rc-qa-single-share { border-color: #e5e5e5; }
    .rc-qa-single .rc-qa-single-vote .down,
    .rc-qa-single .rc-qa-single-share { float: right; }
    .rc-qa-single .rc-qa-single-share .share { display: block; }
    .rc-qa-single .rc-qa-single-vote .up a,
    .rc-qa-single .rc-qa-single-vote .down a,
    .rc-qa-single .rc-qa-single-vote .comments a,
    .rc-qa-single .rc-qa-single-vote .up .count,
    .rc-qa-single .rc-qa-single-vote .down .count,
    .rc-qa-single .rc-qa-single-vote .comments .count { float: none; }
    .rc-qa-single .rc-qa-single-share .addthis_toolbox .at300b { display: none; }
    .rc-qa-single .rc-qa-single-share .addthis_toolbox .addthis_button_more {
        display: block;
        position: absolute;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .rc-qa-single .rc-qa-single-share img {
        display: none;
        opacity: 0 !important;
    }
    .rc-qa-single .rc-qa-single-share .addthis_toolbox .at300b img { display: block; }

    .rc-qa-single .rc-qa-single-vote .up a {
        display: block;
        box-sizing: border-box;
        padding-right: 40px;
    }
    .rc-qa-single .rc-qa-single-vote .up .count {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
@media only screen and (max-width: 425px) {
    .rc-qa-single .rc-qa-single-vote .up,
    .rc-qa-single .rc-qa-single-vote .down,
    .rc-qa-single .rc-qa-single-vote .comments,
    .rc-qa-single .rc-qa-single-share { width: 48.5%; }
}

.rc-post {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}
.rc-post a { color: #6dc14f; }
.rc-post .rc-mobile { display: none; }

.rc-post .rc-header { padding: 0px 0px 35px; }
.rc-post .rc-header h1 {
    margin: 0px 0px 10px;
    font-size: 38px;
    font-weight: 700;
    color: #363636;
}
.rc-post .rc-header h2 {
    margin: 0px;
    padding: 25px 0px 0px;
    font-family: 'Lato', serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.rc-post .rc-post-entry { padding: 0px 0px 20px; }
.rc-post .rc-post-entry ul,
.rc-post .rc-post-entry ol {
    margin: 0px 0px 20px 15px;
    padding: 0px;
    list-style: disc;
}
.rc-post .rc-post-entry ul li,
.rc-post .rc-post-entry ol li {
    margin: 0px;
    padding: 0px;
}
.rc-post .rc-post-entry ol {
    margin-left: 20px;
    list-style: decimal;
}
.rc-post .rc-post-entry h1,
.rc-post .rc-post-entry h2,
.rc-post .rc-post-entry h3,
.rc-post .rc-post-entry h4,
.rc-post .rc-post-entry h5,
.rc-post .rc-post-entry h6 {
    margin: 10px 0px;
    font-size: 30px;
    color: #000;
}
.rc-post .rc-post-entry h2 { font-size: 28px; }
.rc-post .rc-post-entry h3 { font-size: 26px; }
.rc-post .rc-post-entry h4 { font-size: 24px; }
.rc-post .rc-post-entry h5 { font-size: 22px; }
.rc-post .rc-post-entry h6 { font-size: 20px; }
.rc-post .rc-post-entry iframe,
.woocommerce_tabs iframe { margin: 0px 0px 20px; }
.rc-post .rc-post-entry table,
.woocommerce_tabs table {
    border-collapse: collapse;
    vertical-align: top;
}
.rc-post .rc-post-entry table tr,
.woocommerce_tabs table tr,
.rc-post .rc-post-entry table td,
.woocommerce_tabs table td {
    padding: 10px;
    border: 1px solid #5db952;
}
.rc-post .rc-post-entry table.noborder tr,
.woocommerce_tabs table.noborder tr,
.rc-post .rc-post-entry table.noborder td,
.woocommerce_tabs table.noborder td { border: none; }

.rc-post .rc-post-entry .pn-video-wrap {
    position: relative;
    max-width: 80%;
    height: 0px;
    margin: 0px auto 20px;
    padding: 0px 0px 56.25%;
    overflow: hidden;
}
.rc-post .rc-post-entry .pn-video-wrap iframe,
.rc-post .rc-post-entry .pn-video-wrap object,
.rc-post .rc-post-entry .pn-video-wrap embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.rc-post .rc-post-entry .pn-product-shortcode { clear: right; }

.rc-post .rc-post-sidebar {
    float: left;
    /*width: 220px;*/
    width: 180px;
    margin: 0px 25px 20px 0px;
}
.rc-post .rc-post-sidebar .widget {
    margin-top: 30px;
    padding: 0px;
}
.rc-post .rc-post-sidebar .widget:first-child { margin-top: 0px; }
.rc-post .rc-post-sidebar .widget h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.rc-post .rc-post-sidebar .widget-cats {}
.rc-post .rc-post-sidebar .widget-cats ul {
    margin: 0px;
    list-style: none;
}
.rc-post .rc-post-sidebar .widget-cats strong { font-size: 20px; }
.rc-post .rc-post-sidebar .widget-cats a { color: #000; }
.rc-post .rc-post-sidebar .widget-cats .current a { color: #6dc14f; }
.rc-post .rc-post-sidebar .widget-cats li { margin-top: 10px; }
.rc-post .rc-post-sidebar .widget-cats li:first-child { margin-top: 0px; }
.rc-post .rc-post-sidebar .widget-cats li ul {
    font-family: 'Lato', serif;
    font-size: 14px;
}
.rc-post .rc-post-sidebar .widget-cats li li {
    background: url(../images/rc-arrow.png) 0px 0px no-repeat;
    margin-top: 10px !important;
    padding-left: 13px;
}
.rc-post .rc-post-sidebar .widget .textwidget { padding: 0px; }
.rc-post .rc-post-sidebar .widget-qa {}
.rc-post .rc-post-sidebar .widget-qa ul {
    margin: 0px;
    list-style: none;
}
.rc-post .rc-post-sidebar .widget-qa li {
    width: 180px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
}
.rc-post .rc-post-sidebar .widget-qa li:first-child {
    padding-top: 0px;
    border: none;
}
.rc-post .rc-post-sidebar .widget-qa li a {
    display: block;
    width: 220px;
}

.rc-post .rc-post-thumbnail {
    float: left;
    max-width: 410px;
    margin: 0px 15px 15px 0px;
    padding: 5px 0px 0px;
}
.rc-post .rc-post-thumbnail img {
    /*width: auto !important;*/
    max-width: 100%;
    height: auto !important;
}

.rc-post .pn-product-shortcode,
.n2016-pst #main .pn-product-category-shortcode {
    padding: 0px;
    font-size: 13px;
    color: #818181;
    border: none;
    line-height: normal;
}
.rc-post .pn-product-shortcode h3,
.n2016-pst #main .pn-product-category-shortcode h3 {
    margin: 0px 0px 5px;
    font-size: 20px;
    font-weight: 900;
    color: #929292;
    line-height: normal;
}
.rc-post .pn-product-shortcode h4/*,
.n2016-pst #main .pn-product-category-shortcode h4,*/
.rc-post .pn-product-shortcode p/*,
.n2016-pst #main .pn-product-category-shortcode p,*/
.rc-post .pn-product-shortcode .price/*,
.n2016-pst #main .pn-product-category-shortcode .price*/ { font-family: 'Lato', serif; }
.rc-post .pn-product-shortcode h4/*,
.n2016-pst #main .pn-product-category-shortcode h4*/ { font-size: 18px; }
.rc-post .pn-product-shortcode .price/*,
.n2016-pst #main .pn-product-category-shortcode .price*/ {
    margin: 10px 0px;
    font-size: 16px;
}
.rc-post .rc-video {}
.rc-post .rc-video iframe {
    display: block;
    margin: 0px auto;
    width: 780px !important;
    height: 437px !important;
}
.rc-post .rc-share {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #c0c0c0;
}

.rc-post .comment-form h4,
.rc-post .commentlist h4 {
    font-family: 'Lato', serif;
    font-size: 20px;
    font-weight: 800;
}
.rc-post #respond input#submit {}

@media only screen and (max-width: 1023px) {
    .rc-post .rc-post-thumbnail { max-width: 260px; }
}
@media only screen and (max-width: 767px) {
    .rc-post .rc-post-thumbnail { max-width: 60%; }
    .rc-post .rc-post-sidebar { display: none; }
    .rc-post .rc-post-sidebar.rc-mobile { display: block; }

    .rc-post .rc-post-sidebar {
        float: none;
        width: auto;
        margin: 0px;
        padding: 25px 0px;
    }
    .rc-post .rc-post-sidebar .widget { text-align: center; }
    .rc-post .rc-post-sidebar .widget-cats { background: #f3f3f3; }
    .rc-post .rc-post-sidebar .widget-cats li,
    .rc-post .rc-post-sidebar .widget-cats li li {
        background: none;
        margin: 0px !important;
        padding: 0px;
    }
    .rc-post .rc-post-sidebar .widget-cats li { border-top: 1px solid #979797; }
    .rc-post .rc-post-sidebar .widget-cats li:first-child { border: none; }
    .rc-post .rc-post-sidebar .widget-cats a {
        display: block;
        padding: 10px;
    }
    .rc-post .rc-post-sidebar .widget-qa {
        max-width: 300px;
        margin: 20px auto 0px;
    }
    .rc-post .rc-post-sidebar .widget-qa li,
    .rc-post .rc-post-sidebar .widget-qa li a {
        width: auto;
        text-align: left;
    }
    .rc-post .rc-video iframe {
        width: 400px !important;
        height: 224px !important;
    }
}
@media only screen and (max-width: 600px) {
    .rc-post .rc-post-thumbnail {
        float: none;
        max-width: none;
        margin: 0px 0px 20px;
        text-align: center;
    }
    .rc-post .pn-product-shortcode {
        margin: 40px 0px;
        overflow: hidden;
    }
    /**
	.rc-post .pn-product-shortcode h3 {
		background: none;
		width: auto;
		padding: 0px;
		color: #939393;
	}
	**/
}


.rc-floating-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
    z-index: 9;
}
.rc-floating-nav .rc-floating-main {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}
.rc-floating-nav .rc-floating-main ul {
    position: relative;
    float: left;
    max-width: 100%;
    margin: 0px;
    padding: 0px 44px 0px 0px;
    list-style: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.rc-floating-nav .rc-floating-main ul:after {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 7px;
    height: 44px;
    content: " ";
}
.rc-floating-nav .rc-floating-main li {
    display: inline-block;
    height: 35px;
    margin: 5px 0px;
    padding: 0px;
    vertical-align: middle;
}
.rc-floating-nav .rc-floating-main a {
    display: block;
    height: 35px;
    color: #939393;
    line-height: 35px;
}
.rc-floating-nav .rc-floating-main .home { border-right: 1px solid #e6e6e6; }
.rc-floating-nav .rc-floating-main .home a {
    background: url(../images/rc-float-home.png) 50% 0px no-repeat;
    width: 45px;
    padding: 25px 0px 0px;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    box-sizing: border-box;
}
.rc-floating-nav .rc-floating-main .main { background: url(../images/rc-float-main.png) 100% 50% no-repeat; }
.rc-floating-nav .rc-floating-main .main { padding: 0px 14px 0px 8px; }
.rc-floating-nav .rc-floating-main .cat {}
.rc-floating-nav .rc-floating-main .cat a {
    padding: 0px 0px 0px 4px;
    font-weight: 700;
    color: #0091ff;
}
.rc-floating-nav .rc-floating-drop {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff url(../images/rc-float-arrow.png) 0px 50% no-repeat;
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.rc-floating-nav.on .rc-floating-drop { background-position: 100% 50%; }
.rc-floating-nav .rc-floating-display {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #6e6e6e;
}
.rc-floating-nav.on .rc-floating-display {
    display: block;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
}
.rc-floating-nav .rc-floating-display ul,
.rc-floating-nav .rc-floating-display li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.rc-floating-nav .rc-floating-display a {
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}
@media only screen and (min-width: 426px) {
    .rc-floating-nav { display: none !important; }
}
@media only screen and (max-width: 425px) {
    .rc-layout .rc-breadcrumbs,
    #single-product .woocommerce-breadcrumb,
    .n2016-pst #breadcrumbs.mobile { display: none; }
    .n2016-pst #content { margin-top: 0px; }
}


/* ### Styles for woocommerce ### */

#main .woocommerce {}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] { opacity: 1 !important; }

#main .woocommerce .half-width {
    width: auto;
    max-width: 400px;
}

#main .woocommerce label {
    display: block;
    font-weight: 700;
    color: #4d4d4d;
}
#main .woocommerce .wc_payment_method label { display: inline-block; }
#main .woocommerce .input-text,
.woocommerce .gift_receiver_email,
.woocommerce .gift_receiver_message,
.validate-state .select2-container--single {
    max-width: 400px;
    height: 38px;
    padding: 0px 8px;
    font-size: 14px;
    color: #444;
    line-height: 38px;
    border: 1px solid #ccc;
}
#main .woocommerce textarea.input-text,
.woocommerce .gift_receiver_message { height: 114px; }
#main .woocommerce form .form-row select,
#single-product #main .woocommerce select { height: 40px; }
#main .woocommerce .select2-container .select2-choice > .select2-chosen { line-height: 40px; }
#main .woocommerce .select2-container { max-width: 400px; }
#main .woocommerce #respond input#submit,
#main .woocommerce a.button,
#main .woocommerce button.button,
#main .woocommerce input.button,
.button-check-out-paypal,
.woocommerce-cart .wcppec-checkout-buttons__button,
#mobile-cart .mini-cart-wrapper .buttons a,
.rc-cart .mini-cart-wrapper .buttons a,
.rc-post #respond input#submit,
#main .woocommerce .yotpo .primary-color-btn,
#main .woocommerce .yotpo input[type="button"].primary-color-btn,
.pn-global-modal .button {
    background: #5db934;
    width: auto;
    min-width: inherit;
    height: 40px;
    padding: 0 17px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: normal;
    box-sizing: border-box;
}
#main .woocommerce #respond input#submit:hover,
#main .woocommerce a.button:hover,
#main .woocommerce button.button:hover,
#main .woocommerce input.button:hover,
.button-check-out-paypal:hover,
.woocommerce-cart .wcppec-checkout-buttons__button:hover,
#mobile-cart .mini-cart-wrapper .buttons a:hover,
.rc-cart .mini-cart-wrapper .buttons a:hover,
.rc-post #respond input#submit:hover,
#main .woocommerce .yotpo .primary-color-btn:hover,
#main .woocommerce .yotpo input[type="button"].primary-color-btn:hover,
.pn-global-modal .button:hover { opacity: 0.7; }
#main .woocommerce .yotpo .primary-color-btn:hover,
#main .woocommerce .yotpo input[type="button"].primary-color-btn:hover { background: #5db934 !important; }

#main .woocommerce #respond input#submit.gray,
#main .woocommerce a.button.gray,
#main .woocommerce button.button.gray,
#main .woocommerce input.button.gray,
.button-check-out-paypal.gray,
.woocommerce-cart .wcppec-checkout-buttons__button.gray,
#mobile-cart .mini-cart-wrapper .buttons a.gray,
.rc-cart .mini-cart-wrapper .buttons a.gray,
.pn-global-modal .button.gray { background-color: #c0c0c0; }

#main .woocommerce .order_details li,
#main .woocommerce #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #main .woocommerce #payment ul.payment_methods li { list-style: none; }
#main .woocommerce #billing_country_field,
#main .woocommerce #shipping_country_field { display: none; }

#main .woocommerce form .form-row-wide,
#main .woocommerce form .form-row-first,
#main .woocommerce form .form-row-last,
#main .woocommerce form .form-row.notes { padding: 0px; }

.woocommerce-order-pay #main .woocommerce form { max-width: 400px; }
.woocommerce-order-pay #main .woocommerce form .form-row-first,
.woocommerce-order-pay #main .woocommerce form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}
.woocommerce-order-pay #main .woocommerce form .form-row-last { float: right; }


.woocommerce-cart #main .woocommerce > form,
.woocommerce-checkout #main .woocommerce #customer_details {
    float: left;
    width: 66.66667%;
    padding-right: 0.9375em;
    box-sizing: border-box;
}
.woocommerce-cart #main .woocommerce > .cart-collaterals,
.woocommerce-checkout #main .woocommerce #order_review_heading,
.woocommerce-checkout #main .woocommerce #order_review {
    float: right;
    width: 33.33333%;
    padding-left: 0.9375em;
    box-sizing: border-box;
}
.woocommerce-order-pay #main .woocommerce #order_review {
    float: none;
    width: auto;
    padding: 0px;
}
.woocommerce-order-pay #main .woocommerce form { max-width: none; }

#main .woocommerce table.shop_table td {
    border-right: none;
    border-bottom: none;
}
#main .woocommerce table.shop_table th {
    font-weight: 700;
    color: #4d4d4d;
}
#main .woocommerce table.shop_table dl.variation { white-space: nowrap; }

.woocommerce-cart #main .woocommerce table.cart img { height: auto !important; }
.woocommerce-cart #main .woocommerce table.cart .quantity-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-cart #main .woocommerce table.cart .quantity-wrap label { display: none; }
.woocommerce-cart #main .woocommerce table.cart .quantity-wrap .qty {
    max-width: 35px;
    padding-right: 0px;
    text-align: center;
}
.woocommerce-cart #main .woocommerce table.cart .product-thumbnail { padding: 0px; }
.woocommerce-cart #main .woocommerce td.product-name dl.variation dd,
.woocommerce-cart #main .woocommerce td.product-name dl.variation dt { margin-bottom: 0px; }

.woocommerce-cart #main .woocommerce .button-check-out-paypal,
.woocommerce-cart .wcppec-checkout-buttons__button {
    display: block;
    background: url("../images/paypal-logo.png?4") no-repeat scroll center center #F4A656;
    min-width: 234px;
    color: #fff;
    text-decoration: none;
}
.woocommerce-cart #main .woocommerce .button-check-out-paypal span,
.woocommerce-cart .wcppec-checkout-buttons__button img { display: none; }

.woocommerce-checkout #main .woocommerce .oneall_social_login { display: none; }

.woocommerce-page #main .woo-page-title { position: relative; }
.woocommerce-page #main .woo-page-title a {
    position: absolute;
    top: 4px;
    right: 0px;
}
.woocommerce-message a[href="https://gc.planetnatural.com/product/"],
.woocommerce-message a[href="https://www.planetnatural.com/product/"] { display: none; }

#main .woocommerce #coupons_list { margin-bottom: 24px; }

#main .woocommerce #customer_details {}
#main .woocommerce #customer_details .col-1 { margin-bottom: 24px; }
#main .woocommerce #customer_details .form-row-first,
#main .woocommerce #customer_details .form-row-last,
#main .woocommerce #customer_details .validate-state {
    float: left;
    width: 50%;
    padding-right: 0.9375em;
    box-sizing: border-box;
}
#main .woocommerce #customer_details .form-row-last,
#main .woocommerce #customer_details .validate-state {
    padding-right: 0;
    padding-left: 0.9375em;
}
#main .woocommerce .input-text,
#main .woocommerce .select2-container { max-width: none; }

#main .woocommerce #customer_details .validate-state .select2-selection--single {
    height: 38px;
}
#main .woocommerce #customer_details .validate-state .select2-selection__rendered {
    line-height: 38px;
}

#main .woocommerce #customer_details .validate-postcode {
    clear: both;
}

#main .woocommerce table.shop_table .product-total,
#main .woocommerce table.shop_table .cart-subtotal td,
#main .woocommerce table.shop_table .shipping td,
#main .woocommerce table.shop_table .order-total td { text-align: right; }

#main .woocommerce #ship-to-different-address label,
#main .woocommerce .form-row.create-account label { display: inline; }

.woocommerce-checkout #main .woocommerce #payment .place-order .button {
    display: block;
    width: 100%;
}
.woocommerce-checkout #main .woocommerce #payment .place-order .button {
    display: block;
    width: 100%;
    margin-top: 14px;
}
.woocommerce-checkout #main .woocommerce #payment .place-order #place_order { margin-top: 0px; }

.woocommerce-cart #main .woocommerce .wc-proceed-to-checkout .back { line-height: 40px; }
.woocommerce-checkout #main .woocommerce #payment .place-order .back {
    display: inline-block;
    margin-top: 14px;
}

.woocommerce-checkout #main .woocommerce input::-webkit-input-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce input:-moz-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce input::-moz-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce input:-ms-input-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce textarea::-webkit-input-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce textarea:-moz-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce textarea::-moz-placeholder { color: #fff !important; }
.woocommerce-checkout #main .woocommerce textarea:-ms-input-placeholder { color: #fff !important; }

.woocommerce-checkout #main #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout #main #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout #main #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
.woocommerce-checkout #main #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#main #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
#main #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#main #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
#main #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
    padding: 0px 8px;
    font-size: 14px;
}
.woocommerce-checkout #main #payment #wc-authorize-net-aim-credit-card-form,
.woocommerce-checkout #main #payment #wc-authorize-net-aim-csc_field wc-authorize-net-aim-csc_field { margin-bottom: 0px; }

.woocommerce-cart .wcppec-checkout-buttons__separator { display: none; }
.woocommerce-cart .wcppec-checkout-buttons__button {}


.woocommerce .sc_info_box {
    float: none;
    background: none;
    margin: 0px 0px 30px;
    padding: 0px;
    font-size: 1em;
}
.woocommerce .form_table { padding: 20px 0px; }
.woocommerce .sc_info_box ul,
.woocommerce .sc_info_box li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.woocommerce .sc_info_box li { margin: 1em 0px 0px; }
.woocommerce .sc_info_box li li { margin-left: 25px; margin-bottom: 1em; }
.woocommerce .sc_info_box li li label { margin-right: 15px; }
#main .woocommerce .sc_info_box label { display: inline-block; }
.woocommerce .sc_info_box .gift-certificate-show-form input[type=radio] { margin: 0px 10px 0px 0px; }
.woocommerce .sc_info_box input.gift_receiver_email,
.woocommerce .sc_info_box textarea.gift_receiver_message {
    width: 100%;
    min-width: inherit;
    box-sizing: border-box;
}
#content .woocommerce .sc_info_box .message {
    background: none;
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #000;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    list-style: none outside none;
}
#content .woocommerce .sc_info_box .message:before,
#content .woocommerce .sc_info_box .message:after { display: none; }
.woocommerce .sc_info_box .amount {
    font-weight: 700;
    color: #4d4d4d;
}

.woocommerce-checkout #main .woocommerce input.gift_receiver_email::-webkit-input-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce input.gift_receiver_email:-moz-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce input.gift_receiver_email::-moz-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce input.gift_receiver_email:-ms-input-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce textarea.gift_receiver_message::-webkit-input-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce textarea.gift_receiver_message:-moz-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce textarea.gift_receiver_message::-moz-placeholder { color: #818181 !important; }
.woocommerce-checkout #main .woocommerce textarea.gift_receiver_message:-ms-input-placeholder { color: #818181 !important; }

.woocommerce-checkout .shipping .woocommerce-shipping-contents { margin-top: 5px !important; }

#main .woocommerce .pn-split-cart-title { position: relative; }
#main .woocommerce .pn-split-cart-title > h3 { display: inline-block; }
#main .woocommerce .pn-split-help {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}
#main .woocommerce .pn-split-help .pn-split-help-icon  {
    display: inline-block;
    background: #fff;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #5db93e;
    text-align: center;
    border: 1px solid #5db93e;
    border-radius: 50%;
    line-height: 22px;
    cursor: default;
    vertical-align: middle;
    z-index: 9;
}
#main .woocommerce .pn-split-help .pn-split-help-content {
    display: none;
    position: absolute;
    top: -5px;
    left: 100%;
    background: #fff;
    width: 340px;
    padding: 12px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    z-index: 99;
}
#main .woocommerce .pn-split-help:hover .pn-split-help-content { display: block; }
#main .woocommerce .pn-split-help .pn-split-help-content h1,
#main .woocommerce .pn-split-help .pn-split-help-content h2,
#main .woocommerce .pn-split-help .pn-split-help-content h3,
#main .woocommerce .pn-split-help .pn-split-help-content h4 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}
#main .woocommerce .pn-split-help .pn-split-help-content h1,
#main .woocommerce .pn-split-help .pn-split-help-content h2 { text-transform: uppercase; }
#main .woocommerce .pn-split-help .pn-split-help-content h3,
#main .woocommerce .pn-split-help .pn-split-help-content h4 { font-size: 13px; }
#main .woocommerce .pn-split-help .pn-split-help-content li { margin-left: 20px; }
#main .woocommerce .pn-split-help .pn-split-help-content :last-child { margin-bottom: 0; }

@media( max-width: 940px ) {
    #main .woocommerce .pn-split-help .pn-split-help-content {
        top: 100%;
        left: 0;
        margin-left: -158px;
    }
}
@media( max-width: 540px ) {
    #main .woocommerce .pn-split-help {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 0;
    }
    #main .woocommerce .pn-split-help .pn-split-help-content {
        top: 100%;
        left: auto;
        right: 0;
        width: 280px;
        margin-left: 0;
    }
}

#main .woocommerce .shipping-notice .woocommerce-shipping-contents {
    text-align: right;
    line-height: 1;
}

#header,
.rc-header { z-index: 100; }
#mobile-cart,
.rc-cart {
    position: relative;
    z-index: 100;
}
#mobile-cart .mini-cart-wrapper,
.rc-cart .mini-cart-wrapper { display: none; }
#mobile-cart:hover .mini-cart-wrapper,
.rc-cart:hover .mini-cart-wrapper { display: block; }
#mobile-cart .mini-cart-wrapper,
.rc-cart .mini-cart-wrapper {
    position: absolute;
    top: 100%;
    right: 0px;
}
#mobile-cart .mini-cart-wrapper .widget-container,
.rc-cart .mini-cart-wrapper .widget-container {
    background: #fff;
    width: 250px;
    margin: 0px;
    padding: 20px;
    line-height: 1.5em !important;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
}
#mobile-cart .mini-cart-wrapper p,
.rc-cart .mini-cart-wrapper p { margin: 0px; }
#mobile-cart .mini-cart-wrapper a:after,
.rc-cart .mini-cart-wrapper a:after { display: none; }
#mobile-cart .mini-cart-wrapper .widget-title,
.rc-cart .mini-cart-wrapper .widget-title { display: none; }
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget { float: none; }
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li {
    float: none;
    background: none;
    margin: 0px;
    padding: 0px 2em 20px 0px;
}
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li a,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li a { color: #5db93e !important; }
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li a.remove,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li a.remove {
    left: auto;
    right: 0px;
    color: red !important;
}
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li a.remove:hover,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li a.remove:hover {
    color: white !important;
    text-decoration: none;
}
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li img,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li img {
    float: left;
    width: 48px;
    margin: 0px 15px 0px 0px;
}
#mobile-cart .mini-cart-wrapper .total,
.rc-cart .mini-cart-wrapper .total {
    padding: 10px 0px 5px;
    font-size: 15px;
    text-align: center;
    border: none;
    border-top: 2px solid #c0c0c0;
}
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget li .amount,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget li .amount,
#mobile-cart .mini-cart-wrapper .total strong,
.rc-cart .mini-cart-wrapper .total strong {
    font-weight: 700;
    color: #4d4d4d;
}
#mobile-cart .mini-cart-wrapper .cart_list.product_list_widget dl,
.rc-cart .mini-cart-wrapper .cart_list.product_list_widget dl,
#mobile-cart .mini-cart-wrapper .button-check-out-paypal,
.rc-cart .mini-cart-wrapper .button-check-out-paypal { display:  none; }
#mobile-cart .mini-cart-wrapper .buttons a,
.rc-cart .mini-cart-wrapper .buttons a {
    display: block;
    margin: 10px 0px 0px;
    color: #fff !important;
}

#single-product {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: normal;
}
#single-product a { color: #5db952; }
#single-product .woocommerce-breadcrumb {
    margin: 0px 0px 35px;
    padding: 15px 0px 0px;
}
#single-product .entry-summary {
    float: right;
    width: 380px;
    margin: 0px;
}
#single-product .product_title { margin: 0px 0px 5px; }
#single-product .woocommerce-product-rating {
    margin: 0px 0px 15px;
    font-size: 14px;
}
#single-product .woocommerce-product-rating .star-rating { color: #ffd200; }
#single-product .cart {
    margin: 0px 0px 20px !important;
    padding: 18px 18px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
#single-product .rc-share {
    padding-top: 20px;
    text-align: right;
}
.woocommerce #single-product div.product p.price,
.woocommerce #single-product div.product span.price {
    font-size: 12px;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
#single-product #main .woocommerce .pn-price {
    float: left;
    width: 100%;
    margin: 0px 0px 16px;
}
#single-product #main .woocommerce .pn-list-price { margin-left: 15px; }
#single-product #main .woocommerce .pn-our-cost,
#single-product #main .woocommerce .pn-list-price { float: left; }
#single-product #main .woocommerce .pn-sku { float: right; }
#single-product #main .woocommerce .pn-our-cost .amount,
#single-product #main .woocommerce .pn-list-price .amount { vertical-align: middle; }
#single-product #main .woocommerce ins,
#single-product #main .woocommerce del {
    font-size: 16px;
    color: #ec3227;
    /*color: #000;*/
    text-decoration: none;
    line-height: 20px;
    opacity: 1;
}
#single-product #main .woocommerce del {
    color: #818181;
    color: #000;
    text-decoration: line-through;
}
#single-product #main .woocommerce .variations,
#single-product #main .woocommerce .quantity-wrap {
    display: inline-block;
    width: auto;
    margin-right: -4px;
}
#single-product #main .woocommerce .quantity-wrap {
    position: relative;
    width: 19%;
    margin-bottom: 1em;
    padding-left: 32px;
}
#single-product #main .woocommerce .quantity-wrap label {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    width: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
#single-product #main .woocommerce .quantity-wrap .down {
    /**
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/arrows-input.png) no-repeat;
	width: 16px;
	height: 30px;
	**/
}
#single-product #main .woocommerce .quantity-wrap:hover .down,
#single-product #main .woocommerce .quantity-wrap:focus .down { display: none; }
#single-product #main .woocommerce .woocommerce-variation-price,
#single-product #main .woocommerce .woocommerce-variation { display: none !important; }
#single-product #main .woocommerce .cart .input-text,
#single-product #main .woocommerce .cart select {
    position: relative;
    background: #e6e6e6;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    border: none;
    border-radius: 0px;
    vertical-align: top;
}
#single-product #main .woocommerce .cart .input-text {
    width: 60px;
    width: 100%;
    padding-left: 5px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
#single-product #main .woocommerce .cart select {
    position: relative;
    background: none;
    width: 100%;
    min-width: inherit;
    max-width: 165px;
    max-width: none;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 20px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 1;
    -webkit-appearance: none;
}
#single-product #main .woocommerce .cart select option {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#single-product #main .woocommerce .cart .variations {
    position: relative;
    background: #e6e6e6;
    width: 66%;
    margin-right: 5%;
    /*padding-right: 10px;*/
    box-sizing: border-box;
}
#single-product #main .woocommerce .cart .variations .arrow {
    display: block;
    position: absolute;
    top: 0px;
    /*right: 10px;*/
    right: 0px;
    background: url(../images/category-arrow.png) 5px -20px no-repeat;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
#single-product #main .woocommerce .button {
    float: none;
    background: #59bb4c;
    width: 100%;
    padding: 0px 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 1px;
}
#single-product #main .woocommerce .free-shipping {
    background: #e6e6e6;
    width: 100%;
    margin: 18px -18px -18px;
    padding: 8px 18px;
    font-size: 14px;
    text-align: center;
    clear: both;
    box-sizing: content-box;
}
#single-product #main .woocommerce .entry-summary .cart .free-shipping { display: block; }
#single-product #main .woocommerce .more-of-brand {
    font-size: 14px;
    text-align: center;
}
#single-product #main .woocommerce .more-of-brand img {
    display: inline-block;
    max-width: 90px;
    max-height: 50px;
    margin-right: 5px;
    vertical-align: middle;
}

#single-product #main .woocommerce div.product-img {
    display: inline;
    float: left;
    width: 300px;
    margin: 0;
    padding: 10px 0 0;
    padding: 0;
}
#single-product #main .woocommerce div.product-img div.images {
    float: none;
    width: auto;
    margin: 0;
}
#single-product #main .woocommerce div.product-img div.images #product-img { position: relative; }
#single-product #main .woocommerce div.product-img div.images #product-img img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    margin: 0;
    box-shadow: none;
    transition: none;
}
#single-product #main .woocommerce div.product-img div.images #product-img .wrap {}
#single-product #main .woocommerce div.product-img div.images #product-img .wrap.clone {}
#single-product #main .woocommerce div.product-img div.images #product-img .loader { display: none; }
#single-product #main .woocommerce div.product-img div.images .thumbnails a { margin-bottom: 3.8%; }
#single-product #main .woocommerce div.product-img div.images .thumbnails a img {
    display: inline !important;
    width: auto !important;
    max-width: 45% !important;
    margin-right: 5% !important;
    box-shadow: none;
    transition: none;
}
#single-product .woocommerce_tabs {
    padding: 25px 0px 0px;
    clear: both;
}
#single-product .woocommerce_tabs h2 {
    font-size: 20px;
    font-weight: 700;
}
#single-product .woocommerce_tabs .woocommerce_tab {
    margin: 0px 0px 35px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #e6e6e6;
}
#single-product .woocommerce_tabs #tab-related { padding-bottom: 30px; }
#single-product .woocommerce_tabs .products {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#single-product .woocommerce_tabs .products li,
#single-product .woocommerce_tabs .products li.first {
    float: left;
    width: 25%;
    margin: 0px;
    padding: 0px 25px 0px 0px;
    box-sizing: border-box;
}
#single-product .woocommerce_tabs .products li .img {
    display: block;
    height: 160px;
    margin: 0px 0px 10px;
    text-align: center;
    line-height: 160px;
    overflow: hidden;
}
#single-product .woocommerce_tabs .products li .img img {
    display: inline-block;
    margin: 0px auto;
    vertical-align: middle;
}
#single-product .woocommerce_tabs .products h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
}
#single-product .woocommerce_tabs .products h3 a { color: #000; }
#single-product .woocommerce_tabs .products .amount {
    font-size: 16px !important;
    color: #e93530;
}
#single-product .woocommerce_tabs .products ins {}
#single-product .woocommerce_tabs .products del,
#single-product .woocommerce_tabs .products del .amount {
    font-size: 12px !important;
    color: #818181 !important;
}
#single-product .woocommerce_tabs .products del { margin-left: 15px !important; }
#single-product .woocommerce_tabs .products .summary,
#single-product .woocommerce_tabs .products .button,
#single-product .woocommerce_tabs .products .text-m { display: none; }

#single-product .woocommerce_tabs ul.products .product .sticker {
    top: 90px;
    right: 30px;
}

#main .woocommerce .yotpo div,
#main .woocommerce .yotpo span,
#main .woocommerce .yotpo p,
#main .woocommerce .yotpo a,
#main .woocommerce .yotpo img,
#main .woocommerce .yotpo i,
#main .woocommerce .yotpo strong,
#main .woocommerce .yotpo sup,
#main .woocommerce .yotpo ul,
#main .woocommerce .yotpo li,
#main .woocommerce .yotpo form,
#main .woocommerce .yotpo label { font-family: 'Lato', Arial, Helvetica, sans-serif; }
#main .woocommerce .yotpo .yotpo-display-wrapper { position: relative; }
#main .woocommerce .yotpo .yotpo-label {
    position: absolute;
    top: 54px;
    right: 0px;
    padding: 0px;
    border: none;
    z-index: 9;
}
#main .woocommerce .yotpo .yotpo-label .yotpo-logo-title a {
    font-size: 12px;
    color: #818181 !important;
    text-transform: lowercase;
}
#main .woocommerce .yotpo .yotpo-regular-box,
#main .woocommerce .yotpo .yotpo-nav {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes {
    padding: 60px 0px 10px;
    border: none;
}
#main .woocommerce .yotpo label { display: inline; }
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button,
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
    top: 2px;
    background: none;
    margin: 0px;
    padding-right: 0px;
    text-transform: capitalize;
}
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button { right: 135px; }
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5db952;
}
#main .woocommerce .yotpo .yotpo-nav {
    position: initial;
    min-height: 40px;
    padding: 0px;
    line-height: 40px;
    border: none;
}
#main .woocommerce .yotpo .yotpo-nav ul {
    position: absolute;
    /*bottom: 109px;*/
    top: 0px;
    left: 0px;
}
#main .woocommerce .yotpo .yotpo-nav ul .yotpo-nav-tab { padding: 0px; }
#main .woocommerce .yotpo .yotpo-nav ul .yotpo-nav-tab span {
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
#main .woocommerce .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper {
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 5px;
}
#main .woocommerce .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper { border: 1px solid #000; }
#main .woocommerce .yotpo .yotpo-nav-dropdown {
    float: left;
    padding: 10px 0px;
}
#main .woocommerce .yotpo .yotpo-nav-dropdown label {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
#main .woocommerce .yotpo .yotpo-nav-dropdown label:first-child {
    padding-right: 10px;
    color: #818181;
}
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon:after,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon:after,
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon:before,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon:before,
#main .woocommerce .yotpo.yotpo-main-widget .yotpo-bottomline .questions,
#main .woocommerce .yotpo .yotpo-modal-dialog .yotpo-bottomline .questions { display: none; }
#main .woocommerce .yotpo .yotpo-user-name {
    font-size: 16px;
    color: #5db952;
}
#main .woocommerce .yotpo .yotpo-pager .yotpo-page-element.yotpo-active { color: #5db952; }
#main .woocommerce .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
#main .woocommerce .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
#main .woocommerce .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile { background: #e6e6e6; }
#main .woocommerce .yotpo .text-box,
#main .woocommerce .yotpo .yotpo-text-box { margin-bottom: 0px; }
#main .woocommerce .yotpo .yotpo-first-review-stars { display: none; }

#single-product #main .woocommerce .entry-summary div.product-img,
#single-product .free-shipping { display: none; }

/*940----------------------------------------------------*/
@media only screen and (max-width: 940px) {

    .woocommerce-cart #main .woocommerce > form,
    .woocommerce-cart #main .woocommerce > .cart-collaterals,
    .woocommerce-checkout #main .woocommerce #customer_details,
    .woocommerce-checkout #main .woocommerce #order_review_heading,
    .woocommerce-checkout #main .woocommerce #order_review {
        float: none;
        width: auto;
        padding: 0px;
    }
    .woocommerce-checkout #main .woocommerce #customer_details { margin-bottom: 24px; }
    .woocommerce-cart #main .woocommerce .wc-proceed-to-checkout a,
    .woocommerce-cart .wcppec-checkout-buttons__button,
    .woocommerce-checkout #main .woocommerce #payment .place-order .button {
        display: inline-block;
        width: auto;
        max-width: 320px;
        margin-right: 10px;
    }
    .woocommerce-cart .wcppec-checkout-buttons {
        display: inline-block;
        position: relative;
        top: 1px;
        margin: 0px;
        vertical-align: middle;
    }

}

/*720----------------------------------------------------*/
@media only screen and (max-width: 720px) {
    #single-product #sidebar.new { display: none; }
    #single-product .entry-summary {
        float: none;
        width: auto;
    }
    #single-product .entry-summary .product_title,
    #single-product .entry-summary .woocommerce-product-rating { text-align: center; }
    #single-product .entry-summary .woocommerce-product-rating .star-rating {
        display: inline-block;
        float: none;
    }
    #single-product .product-cart-wrap {
        position: relative;
        margin: 0px 0px 20px;
        border-top: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6;
    }
    #single-product .cart,
    #single-product #main .woocommerce div.product-img {
        float: right;
        width: 50%;
        margin: 0px !important;
        padding: 0px;
        border: none;
        box-sizing: border-box;
    }
    #single-product .cart {}
    #single-product #main .woocommerce div.product-img {
        float: left;
        border-right: 2px solid #e6e6e6;
    }
    #single-product #main .woocommerce .pn-price {
        float: none;
        margin: 0px;
        padding: 10px 10px 10px;
    }
    #single-product #main .woocommerce .price { margin: 0px; }
    #single-product #main .woocommerce .pn-our-cost,
    #single-product #main .woocommerce .pn-list-price,
    #single-product #main .woocommerce .pn-sku {
        display: block;
        float: none;
        margin: 10px 0px 0px;
        font-size: 16px;
        line-height: 1;
    }
    #single-product #main .woocommerce ins,
    #single-product #main .woocommerce del {
        font-size: 16px;
        line-height: 1;
    }
    #single-product #main .woocommerce .pn-our-cost .amount,
    #single-product #main .woocommerce .pn-list-price .amount { vertical-align: baseline; }
    #single-product #main .woocommerce .pn-list-price,
    #single-product #main .woocommerce del {
        font-size: 14px;
        opacity: 0.8;
    }
    #single-product #main .woocommerce .pn-our-cost { margin-top: 0px; }
    #single-product #main .woocommerce .pn-sku { display: none; }
    #single-product #main .woocommerce .variations,
    #single-product #main .woocommerce .quantity-wrap {
        display: block;
        width: auto !important;
        margin: 0px 10px 10px !important;
        padding: 0px;
    }
    #single-product #main .woocommerce .quantity-wrap { padding-left: 32px; }
    #single-product #main .woocommerce .cart .input-text,
    #single-product #main .woocommerce .cart select,
    #single-product #main .woocommerce .cart .button {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        border-radius: 0px;
    }
    #single-product #main .woocommerce .cart .button {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 50%;
    }
    #single-product #main .woocommerce div.product-img,
    #single-product #main .woocommerce .entry-summary .cart .free-shipping { display: none; }
    #single-product #main .woocommerce .entry-summary div.product-img,
    #single-product .free-shipping { display: block; }
    #single-product #main .woocommerce div.product-img img {
        width: 100%;
        height: auto;
        min-height: 185px;
    }
    #single-product #main .woocommerce div.product-img div.images .thumbnails { display: none; }
    #single-product #main .woocommerce .free-shipping {
        width: auto;
        margin: 0px 0px 18px;
    }
    #single-product .rc-share { text-align: center; }
    /**
	#single-product .woocommerce_tabs #tab-related {
		max-width: 100%;
		max-height: 270px;
		overflow: hidden;
	}
	#single-product .woocommerce_tabs #tab-related ul.products { width: 620px; }
	**/
}

/*480----------------------------------------------------*/
@media only screen and (max-width: 480px) {

    .woocommerce-cart #main .woocommerce table.shop_table { font-size: 12px; }
    .woocommerce-cart #main .woocommerce table.shop_table td {
        padding-right: 6px;
        padding-left: 6px;
    }
    .woocommerce-cart #main .woocommerce table.shop_table .product-price,
    .woocommerce-cart #main .woocommerce table.shop_table .product-thumbnail { display: none; }
    .woocommerce-cart #main .woocommerce .wc-proceed-to-checkout a,
    .woocommerce-cart #main .woocommerce .wc-proceed-to-checkout .button-check-out-paypal,
    .woocommerce-cart .wcppec-checkout-buttons__button,
    .woocommerce-checkout #main .woocommerce #payment .place-order .button {
        display: block;
        width: 100%;
        max-width: none;
        height: 80px;
        margin: 0px auto 20px;
        padding: 0px;
        line-height: 80px;
    }
    .woocommerce-cart .wcppec-checkout-buttons {
        display: block;
        top: 0px;
    }
    .woocommerce-cart #main .woocommerce .wc-proceed-to-checkout .back,
    .woocommerce-checkout #main .woocommerce #payment .place-order .back {
        display: block;
        text-align: center;
    }

    #main .woocommerce #customer_details .form-row-first,
    #main .woocommerce #customer_details .form-row-last {
        float: none;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }

    #single-product #main .woocommerce .more-of-brand img {
        display: block;
        margin: 0px auto 10px;
    }
    #single-product .woocommerce_tabs h2 { text-align: center; }

    #single-product .woocommerce_tabs #tab-related ul.products li {
        width: 50%;
        margin: 0px;
        padding: 10px;
        box-sizing: border-box;
    }

}

.suggest-item { padding: 3px; color: #000; }
.suggest-item strong { display: block; font-size: 14px; font-weight: 400; }
.suggest-item span { display: block; margin-left: 25px; font-size: 12px; }
.suggest-item em { font-style: normal; color: #818181; }

.pn-search-wrap { font-size: 12px; }
.pn-search-wrap .main-heading,
.pn-search-wrap .search-filters,
.pn-search-result {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.pn-search-wrap #breadcrumbs { margin-left: 0; }
.pn-search-wrap .main-heading strong {
    font-weight: 400;
    color: #41cb02;
}
.pn-search-wrap .acs_filters_box {
    float: left;
    margin-right: 20px;
}
.pn-search-wrap select.acs_filters { font-size: 12px; }
.pn-search-wrap .acs_filter_sort { display: none; }
.pn-search-result { position: relative; }
.pn-search-result.with-img {
    min-height: 170px;
    padding-left: 190px;
}
.pn-search-result a { text-decoration: none; }
.pn-search-result .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    max-height: 170px;
    overflow: hidden;
}
.pn-search-result .image img {
    width: 100% !important;
    height: auto !important;
}
.pn-search-result .title {}
.pn-search-result .title h2 {
    margin-bottom: 10px;
    font-size: 18px;
}
.pn-search-result .title strong { font-weight: 400; }
.pn-search-result .price-wrap { margin-bottom: 10px; }
.pn-search-result .price,
.pn-search-result .rating {
    display: inline-block;
    float: none;
    padding: 0;
}
.pn-search-result .rating { margin-left: 20px; }
.pn-search-result .rating .yotpo .text-m {
    margin-left: 10px;
    font-size: 11px;
}
.pn-search-result .yotpo { clear: none; }
.pn-search-result .buy {}
.pn-search-result .buy a.button,
.pn-search-wrap .acs_search_results_container .acs_search_results_status .load_more {
    display: inline-block;
    padding: 2px 10px;
    font-style: normal;
    letter-spacing: inherit;
}
.pn-search-result .meta { margin-top: 15px; }
.pn-search-result .meta a { color: #41cb02; }
.pn-search-wrap a.button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.pn-search-wrap .acs_filters_label {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.pn-search-wrap .pn-search-select {
    display: inline-block;
    position: relative;
    background: #e6e6e6;
    width: 200px;
    padding-right: 0;
    box-sizing: border-box;
}
.pn-search-wrap .pn-search-select .arrow {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/category-arrow.png) 5px -20px no-repeat;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.pn-search-wrap .pn-search-select select {
    position: relative;
    background: none;
    width: 100%;
    min-width: inherit;
    max-width: 165px;
    max-width: none;
    height: 30px;
    margin-right: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 20px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 1;
    border: none;
    border-radius: 0px;
    line-height: 30px;
    -webkit-appearance: none;
}
.pn-search-wrap .pn-search-select select option {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
}


@media only screen and (max-width: 600px) {
    .pn-search-result { text-align: center; }
    .pn-search-result.with-img {
        min-height: inherit;
        padding-left: 0;
    }
    .pn-search-result .image {
        display: block;
        position: relative;
        width: 215px;
        height: auto;
        margin: 0 auto 10px;
    }
    .pn-search-result .image img {
        width: auto !important;
        max-width: 100%;
    }
    .pn-search-result .sticker { top: 125px; }
    .pn-search-result .details { padding: 0 10px; }
    .pn-search-result .rating {
        display: block;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .pn-search-result .rating .yotpo { display: inline-block; }
}

.search-group-nav {
    height: 31px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.search-group-nav ul,
.search-group-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-group-nav li {
    float: left;
    margin-left: 10px;
}
.search-group-nav ul:after {
    display: block;
    content: "";
    clear: both;
}
.search-group-nav a {
    display: block;
    background: #e2e2e2;
    height: 30px;
    padding: 0 20px;
    color: #333;
    line-height: 30px;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
}
.search-group-nav a:hover {
    background: #f2f2f2;
    text-decoration: none;
}
.search-group-nav .active a {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
}
.search-group { display: none; }
.search-group.active { display: block; }

#pn-search-suggest.loading {
    background-image: url(../images/loader.gif);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.ui-autocomplete.ui-front {
    background: #fff;
    max-width: 400px;
    /*max-height: 400px;*/
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #818181;
    line-height: 1.2em !important;
    border: none !important;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
    z-index: 99;
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
}
.ui-autocomplete.ui-front .ui-menu-item {
    display: table;
    background: none;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: none;
    list-style: none;
    clear: both;
}
.ui-autocomplete.ui-front .col {
    display: table-cell;
    width: 50%;
}
.ui-autocomplete.ui-front .col-2 { border-left: 1px solid #e2e2e2; }
.ui-autocomplete.ui-front .ui-menu-item:hover {
    background: none;
    border: none;
}
.ui-autocomplete.ui-front .ui-menu-item a {
    display: block;
    padding: 15px 20px;
}
.ui-autocomplete.ui-front .ui-menu-item .search-product a { padding: 15px 10px; }
.ui-autocomplete.ui-front .ui-menu-item a:after {
    display: block;
    content: '';
    clear: both;
}
.ui-autocomplete.ui-front .ui-menu-item a:hover {
    background: #f9f9f9;
    text-decoration: none;
}
.ui-autocomplete.ui-front .ui-menu-item h4 {
    background: #f2f2f2;
    margin: 0;
    padding: 10px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.ui-autocomplete.ui-front .ui-menu-item .col-1 h4 { margin-bottom: 10px; }
.ui-autocomplete.ui-front .ui-menu-item img {
    float: left;
    width: auto !important;
    max-width: 48px;
    height: auto !important;
    margin-right: 15px;
}
.ui-autocomplete.ui-front .ui-menu-item .title {
    display: block;
    font-weight: 700;
    color: #5db93e;
}
.ui-autocomplete.ui-front .ui-menu-item .price { padding-top: 5px; }
.ui-autocomplete.ui-front .ui-menu-item .price del { color: #818181; }
.ui-autocomplete.ui-front .ui-menu-item .search-all {
    margin: 10px 10px 20px;
    text-align: center;
}
.ui-autocomplete.ui-front .ui-menu-item .more {
    display: inline-block;
    padding: 0;
    font-size: 11px;
    color: #5db93e;
    text-transform: uppercase;
    text-decoration: underline;
}
.ui-autocomplete.ui-front .ui-menu-item .more:hover {
    background: none;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .ui-autocomplete.ui-front { max-width: 96%; }
}

/* Review page */

.page-id-261813 #yotpo-testimonials-custom-tab .yotpo-label { display: none; }
.page-id-261813 .yotpo .yotpo-popup-box-medium,
.page-id-261813 .yotpo .yotpo-nav { margin: 0; }
.page-id-261813 .yotpo .yotpo-popup-box-large {
    padding-left: 0;
    padding-right: 0;
}

/**
 * Home redesign
 * @author Fantasktic - YA
 */
*, *:before, *:after {
    box-sizing: border-box;
}

#content {
    margin-bottom: 0;
}

.pn-container-wide {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.pn-container-full {
    width: 100%;
    margin: 0 auto;
}

.pn-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.pn-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pn-row {
    margin-left: -10px;
    margin-right: -10px;
}

.pn-row:before,
.pn-row:after {
    content:"";
    display: table ;
    clear:both;
}

.pn-row [class*='pn-col-'] {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.pn-col-9 { width: 75%; }
.pn-col-8 { width: 66.66666%; }
.pn-col-6 { width: 50%; }
.pn-col-4 { width: 33.3333%; }
.pn-col-3 { width: 25%; }
.pn-col-2 { width: 16.6666%; }
.pn-col-1 { width: 8.33333%; }

#heading.heading-cover {
    position: relative;
    font-family: 'Lato', sans-serif;
    background-size: cover;
    padding: 0;
}
.heading-cover img.cover-bg {
    width: 100%;
    height: auto;
}
.cover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover-title {
    background: rgba( 255,255,255,0.9 );
    padding: 20px;
    width: 75%;
    margin: 0 auto;
}
.cover-title h1 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.6;
}

.storewidesale_box {
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #FFF;
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}
.storewidesale_box-heading {
    color: #292929;
    padding: 20px 0;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    width: 90%;
    margin: 0 5%;
}
.storewidesale_box-content {
    padding: 15px 0 0;
    line-height: 30px;
    text-align: center;
    color: #292929;
    font-size: 18px;
}
.storewidesale_box p {
    margin-bottom: 0;
}
.storewidesale_box-content a.cta {
    line-height: 60px;
    background: #5DB93E;
    color: #FFF;
    border-radius: 2px;
    display: block;
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 22px;
}
.storewidesale_box-content a.cta:after {
    content: ' ›';
    margin-left: 5px;
}
.storewidesale_box-content a.cta:hover {
    background-color: #EC3227;
    color: #FFF;
}

#content.newhome {
    margin-top: 0;
}

/**
 * Sidebar
 */
.pn_newhome_sidebar {
    background: #F7F7F7;
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    margin-top: 40px;
}

.pn_newhome_sidebar .the-leader {
    font-size: 22px;
    text-align: center;
    color: #000;
    line-height: 30px;
}
.pn_newhome_sidebar .the-leader .since {
    display: inline-block;
    padding: 5px 0;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 300;
    color: #818181;
    font-size: 18px;
    letter-spacing: 1px;
}

/**
 * Reviews
 */
.pn_reviews {
    font-family: 'Lato', sans-serif;
    padding: 0 10px 10px;
}
.pn_reviews-summary {
    font-size: 18px;
    color: #818181;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pn_reviews-list {
    text-align: center;
}
.pn_reviews .yotpo-review-stars {
    float: none;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    overflow: auto;
    text-align: center;
}
.pn_reviews .yotpo-review-stars .yotpo-icon {
    float: none;
    display: inline-block;

}
.pn_reviews .yotpo-review-stars .yotpo-icon,
.pn_reviews .yotpo-review-stars .yotpo-icon:before,
.pn_reviews .yotpo-review-stars .yotpo-icon:after {

}
.pn_reviews .yotpo-review-stars .yotpo-icon-star {
    background-image: url("../images/icons/star-solid.svg");
    height: 15px;
    width: 19px;
    background-position: center;
    background-repeat: no-repeat;
}
.wpb-content-menu-mobile{
    display: flex;
    justify-content: start;
    align-items: center;
}
.fa-navicon {
    background-image: url("../images/icons/bars-solid.svg");
    height: 15px;
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.pn_reviews-item {
    text-align: center;
    margin-bottom: 30px;
}
.pn_reviews-item h4 {
    font-size: 16px;
    color: #292929;
    font-weight: 700;
    margin-bottom: 5px;
}
.pn_reviews-item-content {
    font-size: 13px;
    color: #818181;
    line-height: 1.4;
}
.pn_reviews-item-name {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #000;
    margin-top: 15px;
}
.pn_reviews-readmore {
    color: #5DB93E;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 30px;
}
.pn_reviews-readmore:after {
    content: ' ›';
    margin-left: 5px;
}

/**
 * Featured cats
 */
.pn_featured_cats {
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}
.pn_featured_cat {
    position: relative;
}
.pn_featured_cat img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
.pn_featured
.pn_featured_cat a.btnlink {
    position: absolute;
    padding: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-size: 16;
    color: #292929;
}
.pn_featured_cat a.btnlink:hover {
    text-decoration: none;
}
.pn_featured_cat a.btnlink span {
    display: block;
    background: #FFF;
    padding: 15px 0;
    transition: all 0.5s;
}
.pn_featured_cat a.btnlink span:after {
    content: ' ›';
    margin-left: 5px;
}
.pn_featured_cat a.btnlink:hover span {
    background: #5DB93E;
    color: #FFF;
}
.pn_featured_cat-content {
    position: absolute;
    width: 70%;
    padding: 20px;
    background: #FFF;
    bottom: 10px;
    left: 10px;
}
.pn_featured_cat-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pn_featured_cat-content h4 a {
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
}
.pn_featured_cat-content h4 a:hover {
    color: #5DB93E;
}
.pn_featured_cat-content h4:after {
    content: "";
    display: block;
    height: 2px;
    width: 33px;
    background: #E6E6E6;
    margin-top: 10px;
}
.pn_featured_cat-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pn_featured_cat-content ul li {
    margin-left: 0;
}
.pn_featured_cat-content ul li a {
    display: block;
    font-size: 13px;
    color: #818181;
    line-height: 20px;
}
.pn_featured_cat-content ul li a:hover {
    color: #5DB93E;
    text-decoration: none;
}

/**
 * Best sales
 */
.pn_best {
    margin-top: 60px;
}
.pn_best > h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.pn_best-item {
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.pn_best-item-img {
    text-align: center;
}
.pn_best-item-img a {
    display: block;
    padding: 20px 30px;
}
.pn_best-item-img img {
    max-width: 100%;
}
.pn_best-item-title
{
    padding:  0 5px;
}
.pn_best-item-title h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pn_best-item-desc {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 1.4;
    padding: 0 5px;
    margin-bottom: 10px;
}
.pn_best-item-price {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.pn_best-item-price del {
    display: none;
}
.pn_best-item-price ins {
    text-decoration: none;
    color: #E93530;
}

/**
 * Cats box
 */
.pn_cats {
    margin-top: 20px;
}
.pn_cat {
    border: 1px solid #E6E6E6;
    padding: 20px;
    font-family: 'Lato', sans-serif;
}
.pn_cat h3 {
    position: relative;
    font-size: 16px;
    color: #292929;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.pn_cat h3:after {
    content: "";
    height: 3px;
    position: absolute;
    width: 20%;
    background-color: #E6E6E6;
    left: 0;
    bottom: -10px;
}
.pn_cat-list {

}
.pn_cat-list li {
    margin-left: 0;
}
.pn_cat-list li a {
    font-size: 13px;
    color: #818181;
}
.pn_catt-list li a:hover {
    text-decoration: none;
}
.pn_cat-cta {
    color: #5DB93E;
    font-size: 14px;
}
.pn_cat-cta:hover {
    text-decoration: underline;
    color: #5DB93E;
}
.pn_cat-cta:after {
    content: ' ›';
    margin-left: 5px;
}
/**
 * Explore
 */
.pn_explore {
    font-family: 'Lato', sans-serif;
    margin-top: 60px;
    margin-bottom: 60px;
}
.pn_explore-left {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #E6E6E6;
}
.pn_explore-left h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.pn_explore-left span.q {
    font-size: 20px;
    color: #292929;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}
.pn_explore-left a.help-btn {
    color: #5DB93E;
    font-size: 20px;
}
.pn_explore-left a.help-btn:after {
    content: ' ›';
    margin-left: 5px;
}
.pn_explore-left a.help-btn:hover {
    text-decoration: underline;
}
.pn_explore-right {
    padding-top: 10px;
}
.pn_explore-right p {
    color: #818181;
    font-size: 16px;
    margin: 0;
}

/**
 * Research Center
 */
.pn_research {
    background: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 60px;
}
.pn_research h2 {
    color: #000;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
.pn_research-item {
    position: relative;
}
.pn_research-item img {
    width: 100%;
    max-width: 100%;
    display: inherit;
}
.pn_research-item a {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.5s;
    text-decoration: none;
}
.pn_research-item a:hover {
    background: rgba(0,0,0,0.9);
    text-decoration: none;
}
.pn_research-item a span {
    color: #FFF;
    line-height: 1.4;
}
.pn_research .cta-qa {
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 40px;
}
.pn_research .cta-qa a {
    font-size: 14px;
    text-decoration: none;
    color: #5DB93E;
    line-height: 24px;
    display: inline-block;
    transition: all 0.5s;
}
.pn_research .cta-qa a:after {
    content: ' ›';
    margin-left: 5px;
}

/**
 * Search input focuse fix
 */
input[type="search"]:focus{
    outline: none;
}

/**
 * Product content image align fix
 */
.woocommerce_tab p {
    /*overflow: auto;*/
}

/**
 * PN Reviews
 */
.pn-reviews {

}
.pnr-tabs {
    margin-bottom: 20px;
}
.pnr-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.pnr-tabs ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}
.pnr-tabs ul li a {
    display: block;
    transition: all 0.5s;
    padding: 7px 2px;
    border-bottom: 3px solid transparent;
    font-family: 'Lato', sans-serif;
    color: #bfbfbf;
    font-weight: 700;
    text-decoration: none;
}
.pnr-tabs ul li:hover a,
.pnr-tabs ul li.active a {
    border-bottom-color: #3085c7;
    color: #4f4f4f;
}
.pnr-tab-content-wrapper {

}
.pnr-tab-content {
    display: none;
}

a.pnr-add-review {
    background: #3085c7;
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: 400;
    letter-spacing: 0.7px;
}
/*a.pnr-add-review:hover {
				opacity: 0.7;
				font-weight: 400;
			}*/

.pnr-review-form {
    padding: 20px 0;
    display: none;
}
.pnr-review-form fieldset {
    margin-bottom: 20px;
}
.pnr-review-form fieldset label {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    color: #a2a2a2;
    font-weight: 300;
    font-size: 14px;
}
.pnr-review-form fieldset input,
.pnr-review-form fieldset textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #4f4f4f;
    transition: all 0.5s;
}
.pnr-review-form fieldset input:focus,
.pnr-review-form fieldset textarea:focus {
    outline: none;
    border-color: #3085c7;
}
.pnr-review-form button {
    border: none;
    background: #3085c7;
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 15px;
    min-width: 140px;
    cursor: pointer;
    letter-spacing: 0.7px;
}

.pnr-stars-rating {
    margin-bottom: 30px;
}
.br-theme-fontawesome-stars .br-widget { height: 28px; white-space: nowrap; }
.br-theme-fontawesome-stars .br-widget a {
    /*font: normal normal normal 20px/1 FontAwesome;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005'; color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after { color: gold; }
.br-theme-fontawesome-stars .br-widget a.br-selected:after { color: gold; }
.br-theme-fontawesome-stars .br-widget .br-current-rating { display: none; }
.br-theme-fontawesome-stars .br-readonly a { cursor: default; }
@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';	 color: black;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005'; color: black;
    }
}
.pn-review-list {

}
.pn-review-item {
    padding: 25px 0 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.pn-review-list .pn-review-item:last-child {
    border-bottom: none;
}
.review-label {
    width: 45px;
    margin-right: 8px;
    float: left;
}
.review-label .user-label {
    position: relative;
    width: 45px;
    height: 45px;
    background: #83b6dd;
    color: #FFF;
    font-size: 20px;
    border-radius: 100px;
    text-align: center;
}
.review-label .user-label img {
    border-radius: 100px;
}
.review-label .user-label .user-label-verified {
    position: absolute;
    right: 0;
    display: inline-block;
    bottom: 0;
    color: #FFF;
    background-color: #1cc286;
    height: 15px;
    border-radius: 50px;
    font-size: 8px;
    line-height: 14px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 0 2px;
}
.review-content {
    padding-left: 53px;
}
.review-content .review-item-name {
    color: #3085c7;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.7px;
    position: relative;
    margin-bottom: 5px;
}
.review-content .review-item-verified {
    color: #a2a2a2;
    font-weight: 300;
}
.review-content .review-item-date {
    color: #a2a2a2;
    font-weight: 300;
    float: right;
}
.review-content .review-item-stars {
    font-family: 'fontawesome';
    margin-bottom: 5px;
}
.review-content .review-item-stars span:after {
    content: '\f005';
    color: #eee;
}
.review-content .review-item-stars span:after {
    color: gold;
}
.review-content .review-item-stars.star-4 span:last-child:after {
    color: #eee;
}
.review-content .review-item-stars.star-3 span:nth-child(4):after,
.review-content .review-item-stars.star-3 span:nth-child(5):after {
    color: #eee;
}
.review-content .review-item-stars.star-2 span:nth-child(3):after,
.review-content .review-item-stars.star-2 span:nth-child(4):after,
.review-content .review-item-stars.star-2 span:nth-child(5):after {
    color: #eee;
}
.review-content .review-item-stars.star-1 span:nth-child(2):after,
.review-content .review-item-stars.star-1 span:nth-child(3):after,
.review-content .review-item-stars.star-1 span:nth-child(4):after,
.review-content .review-item-stars.star-1 span:nth-child(5):after {
    color: #eee;
}
.review-content .review-item-title {
    color: #4f4f4f;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.review-content .review-item-product {
    text-align: left;
}
.review-content .review-item-product a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #3085c7;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.review-content .review-item-product img {
    width: 120px;
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 100%;
}
.pn-reviews-pagination {
    margin: 20px 0;
}
.pn-reviews-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pn-reviews-pagination ul li {
    margin-left: 0;
    display: inline-block;
}
.pn-reviews-pagination ul li a {
    display: block;
    color: #a2a2a2;
    margin: 0 5px;
    text-decoration: none;
}
.pn-reviews-pagination ul li a:hover {
    color: #999;
}
.pn-reviews-pagination ul li.active a {
    color: #3085c7;
}



@media( max-width: 768px ){
    .pn-col-sm-12 { width: 100%; }
    .pn-col-sm-6 { width: 50%; }

    .heading-cover .pn-flex-center {
        display: block;
    }
    #header.summer {
        height: auto;
    }
    #sec-nav {
        height: auto;
    }
    #heading.heading-cover {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .storewidesale_box {
        margin-bottom: 15px;
    }
    .cover-title {
        width: 100%;
    }
    .pn-container-wide, .pn-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .pn_featured_cats {
        margin-top: 0;
    }
    .pn_featured_cat {
        margin-bottom: 20px;
    }
    .pn_featured_cat a {
        bottom: 5px;
        left: 0;
    }
    .pn_best {
        margin-top: 30px;
    }
    .pn_best-item {
        margin-bottom: 20px;
    }
    .pn_cats {
        margin-bottom: 20px;
    }
    .pn_cat {
        margin-bottom: 20px;
    }
    .pn_explore {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .pn_explore-left {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }
    .pn_research-item {
        margin-bottom: 14px;
    }
    #footer .col-full .footer-sidebar {
        padding: 0;
    }
}

.post-summary p a {
    color: #5db93e;
    text-decoration: underline;
}

.pn_questions {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pn_questions > h2 {
    padding: 20px;
    color: #808080 !important;
    font-weight: normal;
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    font-size: 20px;
}
.pn_questions_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pn_questions_list > li {
    list-style: none !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #DDD;
}
.pn_questions_list > li:last-child {
    border-bottom: 0;
}
.pn_questions_list > li > h3 {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.pn_questions_list > li > h3 > i {
    position: absolute;
    right: 20px;
    color: #808080;
    font-size: 21px;
    transition: all 0.5s;
}
.pn_questions_list > li.active > h3 > i {
    transform: rotate(180deg);
}
.pn_questions_list > li > h3.pn_questions_list-heading.active {
    /* outline: 1px dotted #212121; */
    outline: 5px auto -webkit-focus-ring-color !important;
}
.pn_questions_list > li > h3.pn_questions_list-heading {
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
.pn_questions_list-content {
    padding: 20px;
    display: none;
}
#sidebar .widget-container .pn_questions > h2 {
    padding: 10px;
}
#sidebar .widget-container .pn_questions_list > li {
    border-top: none;
    padding: 0;
    background: none;
}
#sidebar .widget-container .pn_questions_list > li > h3 {
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
}
#sidebar .widget-container .pn_questions_list > li > h3 > i {
    display: none;
}
#sidebar .widget-container .pn_questions {
    font-family: 'Lato', sans-serif;
}

@media(max-width:768px){
    .heading-cover img {
        max-width: 100%;
        height: auto;
    }
    .cover-title {
        padding: 10px;
    }
    .cover-title h1 {
        font-size: 14px;
    }
    .pn_newhome_sidebar {
        margin-top: 0;
    }
}

.woocommerce form.login {
    padding: 0;
    border: none;
}


/*940----------------------------------------------------*/
@media only screen and (max-width: 940px) {
    #single-product.product-wrap .col-right {
        width: 74%;
    }
    #single-product.product-wrap .col-right #main {
        width: auto;
    }
    #single-product .entry-summary {
        width: 60%;
    }
    #single-product #main .woocommerce div.product-img {
        width: 38%;
    }
    #single-product #main .woocommerce .button {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal;
    }
}


/*720 ----------------------------------------------------*/
@media only screen and (max-width: 720px) {
    #single-product.product-wrap .col-right,
    #single-product .entry-summary,
    #single-product #main .woocommerce div.product-img {
        width: auto;
    }
    #single-product #main .woocommerce .cart .button {
        position: relative;
        width: 100%;
        margin: 15px auto;
    }
    #single-product .cart,
    #single-product #main .woocommerce div.product-img {
        float: none;
        width: auto;
        max-width: 300px;
        margin: 0 auto !important;
    }
    #single-product #main .woocommerce div.product-img {
        display: block;
        margin-bottom: 15px;
        border: none;
    }
    #single-product #main .woocommerce .more-of-brand {
        margin-bottom: 15px;
    }
}


/*680 ----------------------------------------------------*/
@media only screen and (max-width: 680px) {
    #single-product .product_title {
        padding-top: 30px;
    }
}

/**
*  Custom Style
**/
.site-contact {
    top: 10px !important;
    position: relative;
}

ul.product-categories li.cat-item.cat-item-7634 {
    display: none;
}

ul.product-categories li.cat-item.cat-item-4572 {
    border-top: 0px !important;
}

/* show search bar on mobile */
@media (max-width: 768px){
    .site-search{
        display:unset !important;
        width: 100%;
        margin-right: 0;
    }
}

#site-search .svg-inline--fa{
    max-width: 20px;
    display: block !important;
    float: right;
    position: absolute;
    top: 9px;
    right: 10px;
}

#site-search button{
    display: block !important;
    border: none;
    float: right;
    box-shadow: none;
    background-color: transparent;
    color: #5CB834;
}

#site-search input::placeholder{
    color: #5CB834;
}

#category-level-1 .sub-categories .product, #category-level-1 .products .product{
    min-height:352px;
}

.ui-autocomplete{
    position: absolute;
}
/**Add style to subcategory active**/
#sidebar.new .widget_product_categories ul ul ul.sidebar-category-active{
    display: block;
}
#sidebar.new .widget_product_categories ul ul li.current-cat-parent ul{
    display: block;
}
/** Add style to mobile cart**/
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce a.remove {
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    text-decoration: none;
    border: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    height: auto;
    box-shadow: none;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1 !important;
}
.woocommerce-product-gallery{ opacity: 1 !important; }