/*
Theme Name: ComeBackDaily
Theme URI: https://wppatrickk.com/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for ComeBackDaily
Version: 1.0.0
Text Domain: cbdaily
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Font Face Styles
--------------------------------------------------------------*/

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('fonts/HelveticaNeueLight.woff') format('woff'),
        url('fonts/HelveticaNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('fonts/HelveticaNeueRegular.woff') format('woff'),
        url('fonts/HelveticaNeueRegular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('fonts/HelveticaNeue-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

body {
	background: #fefeff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(33, 88, 117);
}

a {
	color: rgb(128, 194, 165);
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 2060px;
	margin: 0 auto;
	padding: 0 80px;
}

.inner2,
.cwrap.inner2 {
	max-width: 1360px;
	margin: 0 auto;
}

.inner .inner {
	padding: 0;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

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

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder {
   font-style: italic;  
}

::-moz-placeholder {
   font-style: italic;  
}

:-ms-input-placeholder {  
   font-style: italic; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	display: block;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	width: 100%;
}

textarea {
	height: 100px;
}

input[type="submit"],
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.cbd-mobile-cart form.cart .button,
.woocommerce .return-to-shop a.button,
.woocommerce a.checkout-button.button.alt {
	background-color: rgb(128, 194, 165) !important;
	color: #fff;
	display: inline-block;
	border: 0;
	cursor: pointer;
	padding: 12px 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-template-cart-overlay .return-to-shop {
	display: none;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

#page {
	padding-top: 92px;
}

.announcement {
	padding: 10px 0;
	font-weight: 700;
	font-size: 18px;
}

#top {
	background-color: #225976;
	text-align: center;
	padding: 8px 0;
}

#top a {
	font-weight: 700;
	color: #fff;
}

#top a span {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 20px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	margin-left: 12px;
	font-weight: 700;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(33, 88, 117, 0.2);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 99;
}

.header-wrap {
	padding: 16px 0;
}

.site-branding,
.site-branding-text,
.site-menu,
.header-meta,
.header-cart,
.header-account {
	float: left;
}

.site-branding {
	width: 21%;
	margin-right: 40px;
	min-width: 382px;
}

.site-branding a {
	color: rgb(34, 89, 118);
}

.site-branding img {
	max-width: 60px;
	float: left;
	margin-right: 15px;
	display: block;
}

.site-branding-text h3 {
	font-size: 24px;
	padding-top: 4px;
	margin-bottom: 0;
}

.site-branding-text p {
	font-size: 12px;
}

.site-menu,
.header-meta {
	padding: 10px;
}

.site-menu {
	position: relative;
}

.site-menu ul li {
	float: left;
	margin-right: 15px;
}

.site-menu ul li:first-child {
	margin-left: 0;
}

.site-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	position: relative;
	color: rgb(34, 89, 118);
}

.site-menu ul li:first-child a {
	font-weight: 700;
}

.site-menu ul li.menu-item-has-children a {
	padding-right: 18px;
}

.site-menu ul li.menu-item-has-children a:after {
	position: absolute;
	top: 16px;
	right: 0;
	width: 8px;
	height: 8px;
	background: url('images/down-arrow.svg') no-repeat;
	background-size: cover;
	content: "";
}

.site-menu ul li ul {
	display: none;
	position: absolute;
	width: 400%;
	max-width: 720px;
	border: 3px solid #225976;
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 99;
	left: 0;
}

.site-menu ul li:hover > ul {
	display: block;
}

.site-menu ul li ul li {
	width: 48%;
	margin-right: 0;
}

.site-menu ul li.menu-item-47214 ul {
	overflow: hidden;
}

.site-menu ul li.menu-item-47214 ul li {
	float: left !important;
}

.site-menu ul li ul li a:after {
	display: none;
}

.site-menu ul li ul li:nth-child(2) {
	float: right;
}

.site-menu ul li ul li a {
	font-weight: 700;
}

.site-menu ul li.menu-item-42186 ul li a {
	padding: 20px;
	height: auto;
}

.site-menu ul li ul li ul {
	display: block;
	position: static;
	border: 0;
	padding: 0;
	border-radius: 0;
	width: auto;
}

.site-menu ul li ul li ul li,
.site-menu ul li ul li ul li:nth-child(2) {
	width: auto;
	float: none;
	display: block;
}

.site-menu ul li ul li ul li a {
	text-transform: none;
}

.header-cart {
	margin-right: 40px;
}

.header-meta a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: rgb(34, 89, 118);
}

.header-account a span {
	display: inline-block;
	padding-left: 10px;
}

.header-meta svg {
	width: 16px;
	position: relative;
	top: 2px;
}

.header-cart svg {
	display: inline-block;
	margin-right: 5px;
}

.site-search {
	float: right;
	width: 25%;
	padding-top: 9px;
}

.site-search form,
.site-search .wp_autosearch_form_wrapper {
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #ddd !important;
	border-radius: 4px;
	overflow: hidden;
	height: auto !important;
}

.site-search input[type="search"],
.site-search .wp_autosearch_input {
	padding: 10px 15px 10px 40px !important;
    float: left;
    width: calc(100% - 40px) !important;
    border: 0 !important;
    height: 40px !important;
    line-height: 40px;
}

.site-search input[type="submit"],
.site-search .wp_autosearch_submit {
	float: left;
	width: 40px;
	text-indent: -9999px;
	background: url('images/search.png') no-repeat center !important;
	background-size: 20px !important;
	border: 0;
	height: 40px;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Mobile Menu Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 18px;
	display: none;
	float: right;
	top: 3px;
	cursor: pointer;
	padding: 18px 8px 18px 18px;
}

.mobile-slide span {
	background-color: rgb(34, 89, 118);
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background-color: rgb(34, 89, 118);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: transparent;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	background-color: rgb(34, 89, 118);
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

.mobile-menu {
	display: none;
}

.mobile-menu ul li {
	border-bottom: 1px solid #ccc;
}

.mobile-menu ul li a {
	color: #225976;
	display: block;
	padding: 16px 15px;
	font-weight: 700;
	font-size: 16px;
}

.mobile-menu ul li.menu-item-has-children a {
	position: relative;
}

.mobile-menu ul li.menu-item-has-children a::after {
	position: absolute;
	top: 12px;
	right: 15px;
	font-weight: 700;
	font-size: 22px;
	content: "+";
}

.mobile-menu ul li.menu-item-has-children.opened a::after {
	content: "-";
}

.mobile-menu ul li ul {
	display: none;
}

.mobile-menu ul li ul li {
	border-bottom: 0;
}

.mobile-menu ul li ul li a {
	font-weight: 400;
	padding-left: 30px;
	font-size: 14px;
}

.mobile-menu ul li ul li a:after {
	display: none;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.bx-loading {
	display: none;
}

.section {
	padding: 70px 0 40px;
	position: relative;
}

.section1 {
	background: url('images/home-banner.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.section1:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 89, 118, 0.6);
	content: "";
}

.section1 .inner {
	position: relative;
	z-index: 10;
}

.section1 h1 {
	margin-bottom: 50px;
}

.home .section1 h1 {
	margin-bottom: 22px;
}

.home .section1 p {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 12px #225976;
	max-width: 1000px;
	margin: 0 auto 40px;
}

.home-banner-button {
	background-color: #80c2a5;
	font-weight: 700;
	font-size: 24px;
	border: 1px solid #74b699;
	border-radius: 15px;
	display: block;
	padding: 20px;
	max-width: 500px;
	margin: 0 auto;
}

.cwrap,
.woocommerce .products ul,
.products ul,
.blog-content ul,
.single-meta-block:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.products ul {
	margin: 0;
}

.white {
	color: #fff;
}

.center {
	text-align: center;
}

.col2,
.blog .blog-content ul li,
.category .blog-content ul li,
.archive .blog-content ul li {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 15px;
}

.blog .blog-content .blog-left ul li,
.category .blog-content .blog-left ul li,
.archive .blog-content .blog-left ul li {
	padding-bottom: 35px;
}

.blog-left {
	width: 70%;
	float: left;
}

.blog-right {
	width: 26%;
	float: right;
}

.blog-right .widget {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.blog-right h3 {
	background-color: #f2f2f2;
	padding: 12px 20px;
	font-size: 22px;
}

.blog-content .blog-right ul {
	margin: 0;
	display: block;
	padding: 10px 0;
}

.blog-content .blog-right ul li {
	display: block;
	max-width: none;
	padding: 7px 20px;
	line-height: 1.4;
}

.blog-content .blog-right ul li a {
	color: rgb(33, 88, 117);
}

.col3,
.gprod .products ul li,
.cbd-category-featured.products ul li {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
}

.col4,
.products ul li {
	flex: 1 1 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.col6,
.products.pcol6 ul li,
.cbd-city4 ul li {
	flex: 1 1 16.66%;
	max-width: 16.66%;
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-city-landing .col6 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.cat-more {
	display: none;
}

.cat-more .col6 {
	padding-top: 25px;
}

.section5 .pbanner {
	padding-top: 20px;
}

.cbd-city4 ul {
	padding-top: 30px;
}

.cbd-city4 ul li {
	text-align: center;
	padding: 15px;
}

.cbd-city4 ul li a {
	display: block;
	color: rgb(33, 88, 117);
}

.cbd-city4 ul li a:hover {
	color: rgb(128, 194, 165);
}

.cbd-city4 ul li h3 {
	padding-top: 15px;
}

.products.pcol5 ul li {
	flex: 1 1 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.products.pcol5 ul li:hover,
.cbd-city4 ul li:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 7px #00000026;
	border-radius: 20px;
}

.products.pcol5 ul li .product-inner {
	border: 0;
	text-align: center;
}

.products.pcol5 ul li .onsale,
.products.pcol5 ul li .star-rating {
	display: none;
}

.products.pcol5 ul li .woocommerce-loop-product__link .star-rating {
	display: block;
	position: relative;
	float: none;
	max-width: 87px;
	margin: 0 auto;
}

.products.pcol5 ul li h2,
.products.pcol5 ul li .price {
	text-align: center;
}

.products.pcol5 ul li h4 {
	font-size: 18px;
}

.products.pcol5 ul li h4 span {
	background-color: #e7ffe7;
	display: inline-block;
	padding: 12px 20px;
	color: rgb(33, 88, 117);
}

.products.pcol5 ul li .product-inner.popular {
	border: 2px solid #999;
	padding: 20px;
	border-radius: 25px;
	position: relative;
}

.products.pcol5 ul li .product-inner.popular::after {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url('images/popular.png') no-repeat center;
	background-size: contain;
	right: -24px;
	top: -50px;
	transform: rotate(30deg);
	content: "";
}

.products.pcol6 ul li {
	padding-left: 0;
	padding-right: 0;
}

.section1 .col3 img {
	max-width: 30px;
	margin-bottom: 20px;
}

.section2 {
	padding: 25px 0;
}

.section2 h2 {
	margin-bottom: 40px;
}

.section2 .col4 img {
	margin-bottom: 20px;
}

.home-cta1 {
	max-width: 1000px;
	padding: 40px 0 0;
}

.home-cta1 h4 {
	text-align: center;
	padding: 20px;
	font-size: 24px;
}

.home-cta1 a {
	background-color: rgb(34, 89, 118);
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 8px;
	max-width: 340px;
	margin: 0 auto;
}

.section1 .col3 h3 {
	margin-bottom: 0;
}

.section3 {
	padding-top: 25px;
}

.sale-products {
	padding-top: 40px;
}

.products ul li,
.gprod .products ul li {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-inner {
	border: 1px solid rgba(33, 88, 117, 0.2);
	border-right: 0;
	position: relative;
	height: 100%;
}

.products ul li:nth-child(6n+6) .product-inner {
	border-right: 1px solid rgba(33, 88, 117, 0.2);
}

.product-inner img,
.section14 img {
	margin: 0 auto;
	display: block;
}

.product-inner img {
	max-width: none;
	width: 100%;
}

.section14 img {
	max-width: 46px;
}

.onsale {
	background-color: #225976;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 12.5px;
	padding: 11px 20px;
}

.single-product.woocommerce .entry-summary span.onsale {
	background-color: #225976;
	color: #fff;
	position: static;
	border-radius: 0;
	padding: 0 20px;
	margin-bottom: 15px;
	display: inline-block;
}

.add_to_cart_button,
.product_type_simple,
.product_type_variable {
	background-color: rgb(128, 194, 165);
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 25px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.add_to_cart_button:hover,
.product_type_simple:hover,
.product_type_variable:hover {
	background-color: #225976;
}

.add_to_cart_button span,
.product_type_simple span,
.product_type_variable span,
.cat-link span {
	display: inline-block;
	padding-left: 28px;
	position: relative;
	line-height: 14px;
}

.add_to_cart_button span:before,
.product_type_simple span:before,
.product_type_variable span:before,
.cat-link span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: url('images/cart-white.png') no-repeat;
	background-size: 14px;
	content: "";
}

.pcats {
	padding: 30px 20px 0;
	font-size: 14px;
}

.pcats a {
	color: #999;
}

.products ul li h2 {
	padding: 8px 20px;
	font-size: 20px;
	text-align: left;
}

.products ul li h2 a {
	color: rgb(33, 88, 117);
}

.products ul li .price,
.woocommerce ul.products li.product .price {
	display: inline-block;
	padding: 0 20px 30px;
}

.products ul li .price del {
	color: #aaa;
}

.products ul li .price ins,
.product-type-variable span.price,
.woocommerce-Price-amount {
	font-weight: 700;
	text-decoration: none;
}

del .woocommerce-Price-amount {
	font-weight: 400;
}

.sale-banner {
	margin-top: 20px;
}

.sale-banner a {
	background-color: rgb(53, 161, 148);
	display: block;
	padding: 16px 25px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	border-radius: 4px;
}

.sale-banner a span {
	padding-right: 42px;
	position: relative;
	display: inline-block;
}

.sale-banner a span:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url('images/plus-white.png') no-repeat;
	background-size: 22px;
	content: "";
}

.section3 .poverlay {
	display: none;
}

.section4 {
	background-color: rgb(34, 89, 118);
	padding: 15px 0;
}

.section4 .cwrap {
	max-width: 960px;
}

.section4 h3 {
	margin-bottom: 0;
	line-height: 44px;
}

.section5 h3 {
	margin-bottom: 30px;
}

.cat-inner {
	border-radius: 9px;
	box-shadow: .3px .3px 12px .3px #d3d3d4;
	background-color: #fff;
	padding: 12px;
}

.section5 .cat-inner h3 {
	margin-bottom: 0;
	padding-top: 12px;
}

.pheading {
	background-color: #80c2a5;
	padding: 15px 0;
}

.pheading img {
	max-width: 46px;
}

.pheading h3 {
	padding-top: 3px;
	margin-bottom: 0;
}

.home .section3 .woocommerce span.onsale,
.woocommerce.pcol6 .onsale,
.woocommerce.pcol5 .onsale {
	background-color: #80c2a5;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	left: 10px;
	top: 40px;
}

.sale-banner a.desktop-banner {
	padding: 0;
}

.sale-banner a.mobile-banner {
	display: none;
	padding: 0;
}

.home .section3 .product-inner {
	border: 1px solid rgba(33, 88, 117, 0.2);	
}

.pcol6 .onsale span,
.home .section3 .onsale span {
	display: none;
}

.poverlay {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #80c2a5;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

.products.pcol6 ul li:hover .poverlay {
	opacity: 1;
}

.poverlay a {
	display: block;
	max-width: 26px;
	padding: 6px;
	border-bottom: 2px solid #fff;
}

.woocommerce.pcol6 .add_to_cart_button,
.woocommerce.pcol5 .button {
	display: none;
}

.pbanner {
	text-align: center;
	padding-top: 10px;
}

.pbanner a {
	color: rgb(128, 194, 165);
	font-size: 18px;
	font-weight: 700;
	padding: 20px 36px;
	display: inline-block;
	position: relative;
	line-height: 20px;
}

.pbanner a:after {
	position: absolute;
	top: 18px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('images/plus-green.png') no-repeat center;
	background-size: 20px;
	content: "";
}

.pbanner a.opened:after {
	background: url('images/minus-green.png') no-repeat center;
	background-size: 20px;
	top: 26px;
}

.section6,
.section7,
.section8,
.section9,
.section13 {
	padding-top: 0 !important;
}

.home .section7 .pheading {
	background-color: #69b5ac;
}

.home .section8 .pheading {
	background-color: #35a194;
}

.home .section9 .pheading {
	background-color: #2c7a83;
}

.home .section10 .pheading {
	background-color: #225976;
}

.section11 {
	background: url('images/cta-bg.jpg') no-repeat center;
	background-size: cover;
}

.section11::after {
	background-image: linear-gradient(90deg, rgba(128,194,165,0.61) 0%, rgba(33,88,117,0.8) 100%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section11 .inner {
	position: relative;
	z-index: 10;
	color: #fff;
}

.section11 a {
	color: #fff;
}

.section11 img {
	display: block;
	margin: 0 auto 25px;
	max-width: 40px;
}

.section11 h2 {
	font-size: 42px;
}

.section11 h3 {
	padding-top: 20px;
}

.section11 p:nth-child(3),
.section11 p:nth-child(4) {
	font-size: 22px;
}

.cta-button {
	display: block;
	background-color: rgb(128, 194, 165);
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	max-width: 300px;
	margin: 0 auto;
}

.cta-button:hover {
	background-color: rgb(53, 161, 148);
}

.cta-button span {
	display: inline-block;
	padding-left: 35px;
	line-height: 20px;
	position: relative;
}

.cta-button span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/date-white.png') no-repeat;
	background-size: auto;
	background-size: 20px;
	content: "";
}

.testimonial {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	position: relative;
	padding: 20px;
	margin-bottom: 40px;
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	color: #888;
	text-align: center;
}

.testimonial::after {
	content: '';
	display: block;
	background: #fff;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: skew(0deg, -44deg);
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 40px;
	margin: auto;
}

.testi-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.testi-image,
.testi-text {
	display: table-cell;
	vertical-align: middle;
}

.testi-image {
	width: 22%;
	padding-right: 20px;
}

.testi-text {
	width: 78%;
}

.testi-image img {
	max-width: 64px;
}

.testi-text h4 {
	color: #80c2a5;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 5px;
}

.testi-text a {
	color: #80c2a5;
	font-size: 15px;
}

.section13 img,
.section14 img {
	max-width: 46px;
	padding-bottom: 20px;
}

.section13 h2 {
	padding-bottom: 35px;
}

.why-inner {
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 6px 0px 30px 0px rgba(34,89,118,0.10);
	box-shadow: 6px 0px 30px 0px rgba(34,89,118,0.10);
	padding: 18px;
}

.why-inner h3 a {
	background-color: #80c2a5;
	display: block;
	width: 90%;
	margin: 0 auto;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	webkit-box-shadow: 5px -5px 0px 0px #69B5AC;
	box-shadow: 5px -5px 0px 0px #69B5AC;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.why-inner h3 a:hover {
	background-color: #69B5AC;
}

.section13 .cwrap img {
	max-width: 100%;
}

.page-header {
	background-color: rgb(250, 250, 251);
	padding: 40px 0;
	border-bottom: 1px solid rgba(33, 88, 117, 0.2);
}

.single-product .page-header {
	padding: 25px 0;
}

.page-header .inner {
	padding: 0;
}

.page-header h1 {
	font-size: 42px;
	margin-bottom: 0;
	text-align: center;
}

.cbd101 .col2,
.cbd-city4 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cbd101 .cwrap.section {
	padding: 40px 0;
}

.alt {
	background-color: #80c2a5;
	border-radius: 10px;
	color: #fff;
}

.col-text {
	padding-right: 30px;
}

.alt .col-text {
	padding-left: 30px;
	padding-right: 0;
}

.col-image {
	padding-left: 30px;
}

.alt .col-image {
	padding-right: 30px;
	padding-left: 0;
}

.guide-head {
	padding: 40px 0;
}

.guide-head:after {
	display: table;
	width: 100%;
	content: "";
	clear: both;
}

.guide-head li {
	width: 48%;
	float: left;
	padding: 12px 0;
}

.guide-head li:nth-child(2n+2) {
	float: right;
}

.guide-head li:first-child,
.guide-head li:nth-child(2) {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.guide-head li:nth-child(3) {
	width: 32%;
	float: left;
}

.guide-head li a {
	background-color: #369593;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: 700;
	font-size: 26px;
	-webkit-box-shadow: 5px -5px 0px 0px #215875;
	box-shadow: 5px -5px 0px 0px #215875;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.guide-head li a:hover {
	background-color: #2c7a83;
}

.gwrap {
	border-radius: 10px;
	-webkit-box-shadow: 1px -1px 6px -1px rgba(33,88,117,0.51);
	box-shadow: 1px -1px 6px -1px rgba(33,88,117,0.51);
	padding: 20px;
	margin-bottom: 50px;
}

.gwrap .col2 img {
	display: block;
	margin: 0 auto;
}

.gwrap .col2:first-child {
	padding-right: 30px;
}

.gwrap .col2:last-child {
	padding-left: 30px;
}

.gwrap .col3 h5 {
	font-size: 16px;
}

.gwrap hr {
	height: 1px;
	background-color: #35a194;
	border: 0;
	margin: 35px 0;
}

.gcat {
	padding: 30px 0 20px;
}

.gcat a {
	background-color: #369593;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: 700;
	font-size: 26px;
	-webkit-box-shadow: 5px -5px 0px 0px #215875;
	box-shadow: 5px -5px 0px 0px #215875;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	max-width: 960px;
	margin: 0 auto;
}

.gcat a:hover {
	background-color: #2c7a83;
}

.faq-wrap {
	margin-bottom: 40px;
}

.faq-wrap:last-child {
	margin-bottom: 0;
}

.faq-wrap h3 {
	margin-bottom: 25px;
}

.faq {
	margin-bottom: 20px;
}

.faq h4 {
	background-color: #f6f6f6;
	padding: 15px 15px 15px 54px;
	position: relative;
	cursor: pointer;
}

.faq h4:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 18px;
	height: 18px;
	background: url('images/plus-blue.png') no-repeat center;
	background-size: contain;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq.opened h4:before {
	background: url('images/minus-blue.png') no-repeat center;
}

.faq-content {
	padding: 20px;
	display: none;
}

.generic ol,
.generic ul,
.entry-summary ul,
.woocommerce-Tabs-panel ul {
	padding-left: 15px;
	padding-bottom: 20px;
}

.generic ol li,
.generic ul li,
.entry-summary ul li,
.woocommerce-Tabs-panel ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}

.generic ol li {
	list-style: decimal outside none;
}

.generic ul li,
.entry-summary ul li,
.woocommerce-Tabs-panel ul li {
	list-style: disc outside none;
}

.generic ol li:last-child,
.generic ul li:last-child {
	margin-bottom: 0;
}

.section14 img {
	padding-bottom: 20px;
}

.section14 li img {
	max-width: 100%;
	padding: 0;
}

.post-type-archive-product .site-content,
.tax-product_cat .site-content {
	padding: 50px 0;
}

.woocommerce-result-count {
	font-weight: 700;
	padding-left: 30px;
	background: url('images/eye-blue.png') no-repeat left center;
	background-size: 18px;
}

.woocommerce-ordering select {
	padding: 12px 15px;
	border: 1px solid #ccc;
}

.woocommerce ul.products li.product .onsale {
	background-color: #225976;
	right: 5px;
	top: 2px;
	font-size: 12.5px;
	padding: 11px 20px;
	min-width: 0;
	min-height: 0;
	border-radius: 0;
	line-height: 1;
	font-weight: 400;
	margin: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	flex: 1 1 25%;
	max-width: 25%;
	padding: 20px;
	float: none;
	margin: 0;
}

.woocommerce-page ul.products li.product .product-inner {
	border-right: 1px solid rgba(33, 88, 117, 0.2);
}

.woocommerce ul.products li.product .button,
.cat-link,
.cbd-category-featured.woocommerce a.button,
.home .products ul li a.button {
	background-color: rgb(128, 194, 165);
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 25px;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	margin-top: 0;
	border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 8px 20px 12px;
	font-size: 20px;
}

.woocommerce ul.products li.product .price {
	color: #225976;
	margin-bottom: 0;
	font-size: 16px;
}

.woocommerce div.product span.price {
	color: rgb(128, 194, 165);
	display: block;
	padding-bottom: 20px;
}

.woocommerce div.product p.stock {
	margin-bottom: 20px;
}

.woocommerce-pagination {
	padding-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 14px 16px;
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #ccc;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgb(128, 194, 165);
    color: #fff;
}

.store-locations h3 {
	text-align: center;
}

.store-locations img {
	padding: 20px 0;
}

.store-locations iframe {
	width: 100%;
	display: block;
	padding: 20px 0;
	height: 540px;
}

.timings {
	background-color: #fafafa;
	padding: 20px;
}

.timings .col2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bx-wrapper {
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: none;
}

.gallery ul li {
	cursor: pointer;
}

.gallery ul li img {
	margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: rgb(33, 88, 117);
	background-size: 12px;
	border-radius: 50%;
	background-position: center center;
	z-index: 100;
}

.bx-wrapper .bx-prev {
	left: -30px;
	background: url('images/prev.png') no-repeat;
}

.bx-wrapper .bx-next {
	right: -30px;
	background: url('images/next.png') no-repeat;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
	background-position: center center;
}

.event-submit {
	padding-top: 50px;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7 .cwrap {
	display: block;
	overflow: hidden;
	margin: 0 0 25px;
}

.wpcf7 .col2 {
	padding: 0;
	float: left;
	width: 47.5%;
}

.wpcf7 .col2:nth-child(2) {
	float: right;
}

.cbd-affiliate ul {
	padding-left: 15px;
	padding-bottom: 25px;
}

.cbd-affiliate ul li {
	list-style: disc outside none;
	margin-bottom: 10px;
	line-height: 1.6;
}

.cbd-affiliate ul li:last-child {
	margin-bottom: 0;
}

.woocommerce-info {
	border-top: 10px solid rgba(33, 88, 117, 0.2);
	background-color: #eef2f5;
	padding: 30px;
}

.woocommerce-info a {
	color: rgb(128, 194, 165);
	font-weight: 700;
	padding-left: 15px;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-checkout .showlogin::before, .woocommerce-checkout .showcoupon::before {
	content: "→";
	margin-right: 20px;
}

.woocommerce-ordering {
	position: relative;
	padding-left: 15px;
}

.woocommerce-ordering:before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 11px;
	background: url('images/swap.png') no-repeat;
	background-size: 16px;
	content: "";
}

.woocommerce-ordering select,
.widget_layered_nav select {
	display: inline-block;
	max-width: 100%;
	padding: .5em 1em;
	padding-right: calc( 1em + 15px);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2266%22%3E%3Cpath%20stroke%3D%22rgba%28255%2C%20255%2C%20255%2C%200.66%29%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.66%29%22%20stroke-width%3D%2210%22%20d%3D%22m10.23893%2C4.84475l39.69582%2C52.85933l39.69582%2C-52.85933l-79.39163%2C0z%22%20%2F%3E%3C%2Fsvg%3E");
	background-size: 15px auto;
	background-position: right 1em top 50%;
	background-repeat: no-repeat;
	color: inherit;
	border: 0;
	font-size: 16px;
}

.widget-area {
	padding: 30px 0 60px;
}

.widget-area section {
	width: 22%;
	float: left;
	margin-right: 4%;	
}

.widget-area section:nth-child(4) {
	margin-right: 0;
}

body .select2-container .select2-choice, body .select2-container .select2-selection {
	position: relative;
	max-width: 100%;
	height: auto;
	padding: 0.618em;
	color: inherit;
	vertical-align: baseline;
	background-color: transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAHklEQVQYV2NkYGCoZ8ADGP///49fAT7dIDnGoWAFAEGRC/pgHyp1AAAAAElFTkSuQmCC");
	background-size: 8px 8px;
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	border-bottom-color: currentColor;
	border-radius: 0;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.widget-area section h4 {
	margin-bottom: 15px;
}

.widget_layered_nav select {
	border-bottom: 2px solid rgb(33, 88, 117);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAHklEQVQYV2NkYGCoZ8ADGP///49fAT7dIDnGoWAFAEGRC/pgHyp1AAAAAElFTkSuQmCC");
	background-size: 8px 8px;
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: rgb(33, 88, 117);
}

.woocommerce .widget_price_filter .price_slider {
	margin: 30px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	border-radius: 0;
}

.price_slider_amount .price_label {
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}

.single-product .widget-area {
	display: none;
}

.single-product #primary {
	width: 100%;
	float: none;
	background-color: #fff;
}

.single-product .site-content {
	padding-top: 0;
}

.single-product .site-content > .inner {
	max-width: none;
	padding: 0;
}

.single-product .product {
	max-width: 1260px;
	margin: 0 auto;
	padding: 50px 0;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 13px;
	margin-bottom: 0;
}

.page-header p span {
	font-size: 30px;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-product-rating {
	overflow: hidden;
}

.single-product.woocommerce .star-rating {
	display: block;
	font-size: 20px;
	position: relative;
	margin: 0 15px 0 0;
	left: 0;
}

.single-product.woocommerce .related .star-rating {
	position: absolute;
	top: 10px;
	left: 10px;
}

.woocommerce .star-rating {
	position: absolute;
	top: 10px;
	left: 10px;
}

.woocommerce div.product .entry-summary .product_title {
	font-size: 42px;
}

.single-product .woocommerce-review-link {
	color: rgb(128, 194, 165);
	display: block;
	line-height: 40px;
}

.woocommerce-product-gallery .tinv-wishlist {
	display: none;
}

.woocommerce .star-rating span {
	color: rgb(128, 194, 165);
}

.woocommerce div.product .stock {
	color: rgb(128, 194, 165);
	border: 1px solid rgb(128, 194, 165);
	display: inline-block;
	padding: 6px 15px;
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce div.product form.cart div.quantity,
.cbd-mobile-cart form.cart div.quantity,
.qib-container {
	width: 110px;
	position: relative;
	padding: 0px 30px;
	margin-right: 20px;
}

body .qib-button:not(#qib_id):not(#qib_id) {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
}

body .plus.qib-button:not(#qib_id):not(#qib_id) {
	right: 0;
	left: auto;
}

.woocommerce .quantity .qty {
	width: 50px !important;
	height: 45px !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 18px;
	height: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce .quantity .minus {
	left: 0;
	right: auto;
}

.woocommerce div.product form.cart .button,
.cbd-mobile-cart form.cart .button {
	height: 45px !important;
	padding: 14px 60px;
	border-radius: 0;
}

.cbd-mobile-cart form.cart .button,
.cbd-mobile-cart form.cart div.quantity {
	float: left;
}

#wl-wrapper.wl-button-wrap {
	padding-top: 25px;
}

.single-product .product_meta > span {
	display: block;
	padding: 5px 0;
	line-height: 1.4;
	font-size: 14px;
}

.single-product .product_meta > span a {
	text-decoration: underline;
}

.single-product .sku, .single-product .posted_in a {
	font-weight: 700;
}

.cbd-product-extra {
	padding: 0 0 25px;
}

.cbd-guarantee {
	overflow: hidden;
	padding-bottom: 20px;
}

.cbd-guarantee img {
	float: left;
	margin-right: 20px;
}

.cbd-guarantee span {
	float: left;
	line-height: 36px;
	font-weight: 700;
}

.woocommerce-tabs {
	padding-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	border: 0;
	margin: 0;
	background: none;
	float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background-color: #eee;
	color: rgb(33, 88, 117);
	padding: 12px 18px 12px 40px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #eee;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	margin-top: -6px;
	content: "";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
	opacity: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a:before {
	background-image: url('images/tab-desc.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab a:before {
	background-image: url('images/tab-info.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a:before {
	background-image: url('images/tab-review.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a:after {
	background-image: url('images/tab-desc-active.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab a:after {
	background-image: url('images/tab-info-active.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a:after {
	background-image: url('images/tab-review-active.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a::before {
	opacity: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a::after {
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	background-color: rgb(128, 194, 165);
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-Tabs-panel h2 {
	font-size: 28px;
}

.woocommerce-Reviews-title span {
	font-weight: 400;
}

.woocommerce-Reviews .commentlist {
	max-height: 50vh;
	border-width: 1px;
	border-style: solid;
	overflow-y: auto;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 30px 30px 0 30px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
	padding-bottom: 30px;
}

.comment_container {
	overflow: hidden;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	float: left;
	position: static;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	width: calc(100% - 80px);
	float: right;
	margin-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	color: rgb(33, 88, 117);
}

#review_form_wrapper {
	padding-top: 40px;
}

.comment-reply-title {
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
}

.comment-form-rating {
	border: 2px solid rgba(33, 88, 117, 0.2);
	padding: 15px 15px 3px 15px;
	overflow: hidden;
}

.comment-form-rating label,
.comment-form-comment label {
	float: left;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.comment-form-rating .stars {
	float: right;
	margin-bottom: 0 !important;
}

.comment-form-comment {
	padding: 20px 0 10px;
}

.comment-form-rating .stars a {
	color: rgb(128, 194, 165);
	height: 18px !important;
	width: 18px !important;
}

.woocommerce #review_form #respond .form-submit input {
	border-radius: 0;
}

.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.faq:last-child {
	margin-bottom: 0;
}

.related,
.product-faq {
	border-top: 1px solid #ccc;
	padding-top: 60px;
	margin-top: 60px;
}

.related {
	max-width: 1260px;
	margin: 0 auto;
}

.generic ol.checkout-guide-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0 0 40px;
}

.generic ol li.checkout-guide-step {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16em;
	flex: 0 1 16em;
	list-style-type: none;
	margin-bottom: 0;
}

.checkout-guide-title {
	font-size: 13px;
}

.checkout-guide-title span {
	display: block;
	width: 38px;
	height: 38px;
	border: 2px solid rgb(33, 88, 117);
	border-radius: 50%;
	margin: 0 auto 15px;
	font-size: 15px;
	padding-top: 6px;
}

.is-active {
	position: relative;
	top: -9px;
}

.is-active .checkout-guide-title span {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 4px solid rgb(33, 88, 117);
	font-weight: 700;
}

.cart-wrap {
	overflow: hidden;
}

.woocommerce-cart-form {
	width: 61.8%;
	float: left;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 34.2%;
	padding: 3%;
	margin-top: 0;
	float: right;
	border: 2px dashed rgba(33, 88, 117, 0.2);
}

.woocommerce-cart .woocommerce a.checkout-button.button.alt {
	display: block;
	padding: 20px;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce-cart table.cart th {
	background-color: #eef2f5;
	border-top: 2px solid rgba(33, 88, 117, 0.2);
	border-bottom: 2px solid rgba(33, 88, 117, 0.2);
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.woocommerce-cart table.cart td {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid rgba(33, 88, 117, 0.2);
}

.woocommerce-cart table.cart img {
	width: 58px;
}

.product-quantity .quantity {
	position: relative;
	padding: 0 25px;
}

.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove {
	width: 45px;
	text-align: left;
}

.woocommerce-cart table.cart th:nth-child(2),
.woocommerce-cart table.cart td:nth-child(2) {
	width: 80px;
	text-align: left;
}

.woocommerce-cart table.cart th:nth-child(3),
.woocommerce-cart table.cart td:nth-child(3) {
	text-align: left;
}

.woocommerce .product-quantity .quantity .qty {
	width: 35px !important;
	height: 35px !important;
}

.product-quantity .qtty-button {
	width: 18px;
	height: 18px;
	font-size: 15px;
	margin-top: -9px;
	padding: 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.cart_totals h2 {
	font-size: 24px;
}

.generic .cart_totals ul {
	padding: 0;
}

.cart_totals li span {
	font-size: 14px;
}

.shop_table th,
.shop_table td {
	border-top: 1px dashed rgba(33, 88, 117, 0.2) !important;
}

.shop_table .cart-subtotal th,
.shop_table .cart-subtotal td {
	border-top: 0 !important;
}

.shop_table th {
	background-color: #eef2f5;
	font-size: 14px;
	text-transform: uppercase;
}

.cart-subtotal td,
.tax-total td,
.order-total td {
	text-align: right;
}

.cart-subtotal td span,
.tax-total td span,
.order-total td span {
	line-height: 30px;
}

.woocommerce table.shop_table th {
	padding: 14px 12px;
}

.woocommerce-shipping-methods li {
	font-size: 13px;
}

.woocommerce-shipping-destination {
	font-size: 14px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.woocommerce-shipping-destination strong {
	display: block;
	text-transform: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.button-continue-shopping,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: rgb(128, 194, 165);
	border-radius: 0;
	font-size: 14px;
	padding: 20px;
	text-transform: uppercase;
}

.tax-total small {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

.woocommerce-cart .coupon {
	float: left;
	min-width: 50%;
	max-width: 200px;
	border: 2px dashed rgba(33, 88, 117, 0.2);
	padding: 25px;
}

.woocommerce-privacy-policy-text {
	padding-bottom: 25px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

.woocommerce-privacy-policy-text p {
	font-size: 12px;
}

.woocommerce-cart table.cart td.actions {
	border-bottom: 0;
	padding-top: 50px;
}

#coupon_code {
	width: 100% !important;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}

.woocommerce .actions button.button,
#place_order {
	background-color: rgb(128, 194, 165);
	border-radius: 0;
	font-size: 14px;
	padding: 15px !important;
	text-transform: uppercase;
	width: 100%;
	color: #fff !important;
	margin-bottom: 15px;
}

.woocommerce .actions button[name="update_cart"] {
	width: auto;
	padding: 15px 26px !important;
}

.coupon p {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.wc-forward::after {
	content: "»";
	margin-left: 0.618em;
}

.woocommerce-cart .wc-proceed-to-checkout a.button-continue-shopping {
	display: block;
	background-color: #fff;
	border: 2px solid rgb(33, 88, 117);
	color: rgb(33, 88, 117);
	text-align: center;
}

.cart_totals .button-continue-shopping::before {
	content: "↩";
	display: inline-block;
	margin-right: 15px;
	line-height: 0.618;
	font-size: 1.382em;
	position: relative;
	top: 3px;
}

form.woocommerce-checkout {
	overflow: hidden;
}

#customer_details,
#order_review_heading,
#order_review {
	width: 47%;
	float: left;
}

#order_review_heading,
#order_review {
	float: right;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	padding-top: 30px;
}

#place_order {
	padding: 30px 20px !important;
}

.brand {
	padding-top: 50px;
}

.brand:first-child {
	padding-top: 0;
}

.blog .blog-content ul,
.category .blog-content ul,
.archive .blog-content ul {
	margin: 0 -25px;
}

.home .blog-content ul,
.page-template-cbd-coupons .blog-content ul,
.single .blog-content ul,
.blog .blog-content .blog-right ul,
.category .blog-content .blog-right ul,
.archive .blog-content .blog-right ul {
	display: block;
	margin: 0 auto;
}

.blog-content ul li {
	padding: 25px;
}

.home .blog-content ul li,
.page-template-cbd-coupons .blog-content ul li {
	max-width: none;
	padding: 14px;
}

.blog-block {
	display: block;
	border: 1px solid #ccc;
	position: relative;
	height: 100%;
}

.blog-inner {
	padding: 5px 20px 20px;
}

.blog-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.post-meta {
	font-size: 14px;
}

.blog-inner h4 {
	margin: 0;
	padding: 15px 0;
	color: rgb(33, 88, 117);
}

.blog-inner a {
	color: rgb(128, 194, 165);
}

.blog-inner a.read-more {
	display: block;
	font-weight: 700;
}

.navigation {
	text-align: center;
	padding-top: 30px;
}

.nav-links a,
.nav-links span {
	padding: 14px 16px;
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #ccc;
}

.nav-links span.current {
	background: rgb(128, 194, 165);
	color: #fff;
}

.nav-links a:hover {
	background: #ebe9eb;
	color: #8a7e88;
}

.single-meta-block {
	padding-bottom: 30px;
}

.single-meta-block p {
	border: 1px solid rgba(33, 88, 117, 0.2);
	padding: 14px;
	font-size: 13px;
	text-transform: uppercase;
}

.single-meta-block p span {
	display: block;
	font-weight: 700;
}

.recent-posts {
	border-top: 1px solid #ccc;
}

.page-product-categories .woocommerce ul.products li.product {
	flex: 1 1 25%;
	max-width: 25%;
}

.page-product-categories .woocommerce ul.products li.product a {
	display: block;
	border: 1px solid #ccc;
	position: relative;
	height: 100%;
	position: relative;
}

.page-product-categories .woocommerce ul.products li.product img {
	padding: 0 30px;
}

.cat-link {
	text-align: center;
}

.cat-link span {
	text-transform: uppercase;
}

.page-product-categories .woocommerce ul.products li.product h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(33, 88, 117);
	font-weight: 400;
	padding: 30px 30px 0 30px;
	margin-bottom: 0;
}

.page-product-categories .woocommerce ul.products li.product h2 {
	font-size: 20px;
	color: rgb(33, 88, 117);
	padding: 10px 30px 30px 30px;
}

.page-product-categories .woocommerce ul.products li.product .count {
	position: absolute;
	top: 10px;
	right: 10px;
	background: no-repeat;
	color: rgb(33, 88, 117);
	font-size: 16px;
}

.ppc-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
	position: relative;
}

.ppc-header:before {
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.ppc-header h1 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

.ppc-content {
	padding: 40px 0;
}

.ppc-products {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.city-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.city-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.city-cell:first-child {
	padding-right: 50px;
}

.city-cell:last-child {
	padding-left: 50px;
}

.cbd-city1 h3 {
	padding: 30px 0 40px;
	font-style: italic;
}

.cbd-city1 .cta-button {
	max-width: 200px;
}

.cbd-city2 {
	background-color: #fff;
}

.cbd-city2 h2 {
	text-align: center;
}

.cbd-city3 {
	background-color: #e7ffe7;
}

.post-type-archive-product .section5 .cat-inner h3 {
	font-size: 20px;
}

.post-type-archive-product .section5 {
	padding-top: 40px;
}

.cbd-product-review.woocommerce .star-rating {
	position: relative;
	top: 0;
	left: 0;
}

.cbd-product-review .woocommerce-Reviews .commentlist {
	max-height: none;
}

.cbd-product-review #comments {
	margin-bottom: 40px;
}

.cbd-product-review #comments:last-child {
	margin-bottom: 0;
}

.cbd-category-featured.section {
	padding-top: 0;
	display: none;
}

.cbd-category-featured.products ul li {
	padding: 15px;
}

.cbd-category-featured.products ul li .product-inner {
	border-right: 1px solid rgba(33, 88, 117, 0.2);
}

.cbd-category-featured.woocommerce span.onsale {
	background-color: #225976;
	right: 2px;
	top: 2px;
	font-size: 12.5px;
	padding: 11px 20px;
	min-width: 0;
	min-height: 0;
	border-radius: 0;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	left: auto;
}

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

.woocommerce div.product div.images.woocommerce-product-gallery {
	max-width: 576px;
	position: absolute;
	top: auto;
	margin-bottom: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery.related-div {
	position: absolute;
	bottom: 0;
}

.wcsatt-options-product-dropdown-label,
.one-time-price,
.orig-reg-price,
.wcsatt-options-product-prompt {
	display: none;
}

.wcsatt-options-product-dropdown {
	max-width: 460px;
}

.cbd-subcribe-dropdown {
	max-width: 460px;
	border: 1px solid #ccc;
	border-top: 0;
	margin-bottom: 35px;
	padding-bottom: 20px;
	padding-top: 5px;
	display: none;
}

.cbd-subcribe-inner {
	padding: 0 25px;
	position: relative;
	cursor: pointer;
}

.cbd-active-dropdown > span {
	display: block;
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 1.6;
	background-color: #f2f2f2;
	position: relative;
}

.cbd-active-dropdown > span::after {
	position: absolute;
	top: 18px;
	right: 12px;
	width: 10px;
	height: 10px;
	background: url('images/down-arrow.svg') no-repeat;
	background-size: cover;
	content: "";
}

.wcsatt-add-to-subscription-wrapper {
	display: none !important;
}

.cbd-dropdown-options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 50px);
	margin: 0 25px;
	background-color: #fff;
	top: 46px;
	z-index: 99;
}

.cbd-dropdown-options ul {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0;
}

.cbd-dropdown-options ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	list-style-type: none;
	margin: 0;
}

.cbd-dropdown-options ul li:hover {
	background-color: #f2f2f2;
}

.cbd-subcribe-options {
	border: 1px solid #ccc;
	padding: 15px 20px;
	overflow: hidden;
	display: block;
	max-width: 460px;
	margin-bottom: 30px;
}

.sub-selected .cbd-subcribe-options {
	border-bottom: 0;
	margin-bottom: 0;
}

p.price .wcsatt-sub-discount,
p.price .wcsatt-sub-options,
.variaton-price-gap .wcsatt-sub-discount,
.variaton-price-gap .wcsatt-sub-options,
.variaton-price-gap {
	display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery.fix1 {
	position: fixed;
}

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
}

.woocommerce div.product form.cart .variations td.label {
	width: 35%;
}

.woocommerce div.product form.cart .variations td.value {
	width: 65%;
}

.woocommerce div.product form.cart .variations label {
	font-size: 20px;
	line-height: 52px;
}

.woocommerce div.product div.images.woocommerce-product-gallery.fix2 {
	position: absolute;
	bottom: 60px;
	top: auto !important;
}

.woocommerce div.product .entry-summary p.price {
	font-size: 26px;
	color: rgb(128, 194, 165);
	margin-bottom: 12px;
}

.woocommerce div.product .woocommerce-product-gallery p.price {
	color: rgb(128, 194, 165);
}

.woocommerce div.product .woocommerce-product-gallery .price,
.woocommerce div.product .woocommerce-product-gallery .cart {
	visibility: hidden;
}

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

.woocommerce div.product .woocommerce-product-gallery .stock {
	display: none;
}

.woocommerce-product-gallery__image {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.woocommerce div.product div.images img {
	max-width: 420px;
	margin: 0 auto;
}

.sub-button {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 20px;
	float: left;
}

.sub-button span {
	display: inline-block;
	padding: 8px 10px;
	font-weight: 700;
	background-color: #f8f8f8;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 61px;
	text-align: center;
	cursor: pointer;
}

.sub-button.sub-yes span.sub-yes,
.sub-button.sub-no span.sub-no {
	background-color: rgb(128, 194, 165);
	color: #fff;
}

.sub-text {
	display: inline-block;
	padding-left: 30px;
	float: left;
	line-height: 31px;
}

.sub-text strong {
	display: inline-block;
	padding-left: 3px;
}

.wc-brand-dropdown-layered-nav-product_brand {
	padding: 15px 12px 14px !important;
}

.woocommerce-message {
	border-top-color: rgb(128, 194, 165);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f8f8f8;
}

.woocommerce-message::before {
	color: rgb(128, 194, 165);
}

body.cart-opened {
	overflow: hidden;
}

.cart-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	max-width: 380px;
	-webkit-transform: translateX(380px);
	transform: translateX(380px);
	-webkit-transition: 0.3s all cubic-bezier(0.85, 0, 0.15, 1) 0s;
	transition: 0.3s all cubic-bezier(0.85, 0, 0.15, 1) 0s;
}

.cart-opened .cart-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.cart-overlay-inner {
	position: relative;
	height: 100%;
	background-color: #fff;
	border-left: 4px solid #225976;
}

.cart-button {
	position: absolute;
	width: 45px;
	left: -48px;
	top: 50%;
	-webit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #225976;
}

.cart-button a {
	display: block;
	padding: 10px;
}

.cart-contents {
	position: relative;
	height: 100%;
}

.cart-close {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 20px;
	display: block;
	z-index: 1000;
}

.cart-close svg {
	fill: #225976;
}

.cart-contents-inner,
.cart-block {
	position: relative;
	height: 100%;
}

.cart-loader {
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

.cart-loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgb(33, 88, 117);
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.cart-block h3 {
	margin-bottom: 30px;
}

.woocommerce .cart-block .return-to-shop a.button {
	display: block;
	text-align: center;
	font-size: 14px;
}

.cart-block .woocommerce table.shop_table_responsive tr,
.cart-block .woocommerce-page table.shop_table_responsive tr {
	overflow: hidden;
}

.cart-block .checkout-guide,
.cart-block .woocommerce-cart-form h2,
.cart-block .woocommerce table.shop_table td.product-remove,
.cart-block .woocommerce table.shop_table td.product-subtotal,
.cart-block thead,
.cart-block .coupon,
.cart-block .cart_totals h2 {
	display: none;
}

.cart-block .woocommerce-cart-form,
.cart-block .woocommerce .cart-collaterals {
	width: 100%;
}

.cart-block .cart_totals h2 {
	font-size: 20px;
}

.cart-block .woocommerce table.shop_table tbody th,
.cart-block .woocommerce table.shop_table td {
	font-size: 13px;
	vertical-align: middle;
}

.cart-block .woocommerce a.checkout-button.button.alt,
.cart-block .woocommerce a.button.button-continue-shopping {
	text-align: center;
	font-size: 13px;
	display: block;
	padding: 14px 12px;
}

.cart-block .woocommerce table.shop_table td {
	display: block;
}

form.wcsatt-add-cart-to-subscription-form {
	display: none;
}

.co-item-wrap {
	overflow: hidden;
}

.co-item-left,
.co-item-right {
	width: 48%;
	float: left;
}

.co-item-right {
	float: right;
}

.co-item-wrap .product-name a {
	font-weight: 700;
	line-height: 1.3;
}

.co-item-wrap .product-price {
	
}

.co-item-wrap .product-quantity {
	text-align: center;
}

.co-item-wrap .product-quantity .qib-container {
	margin: 0 auto;
	width: 96px;
	display: block !important;
	overflow: hidden;
}

.cart-block .woocommerce table.shop_table td.product-name a {
	color: #225976;
}

.cart-block .woocommerce table.shop_table td.product-price {
	text-align: center;
}

.cart-block .woocommerce table.shop_table td.product-quantity .quantity {
	max-width: 87px;
	margin: 0 auto;
	display: block;
}

.cart-block .woocommerce a.checkout-button.button.alt {
	margin-bottom: 12px;
}

.cart-block .woocommerce table.shop_table td.actions {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.cart-block .woocommerce table.shop_table {
	margin-bottom: 20px;
}

.cart-block .woocommerce .cart_totals table.shop_table td {
	display: table-cell;
	width: auto;
	float: none;
	text-align: right;
}

.cart-block .wcsatt-options li.hidden,
.cart-block .woocommerce ul.wcsatt-options li input {
	display: none;
}

.cbd-mobile-cart {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	z-index: 99;
}

.cbd-mobile-cart p.price {
	color: rgb(128, 194, 165);
	font-size: 18px;
	margin-bottom: 12px;
}

.woocommerce .cbd-mobile-cart .quantity .qty {
	width: 40px !important;
	height: 40px !important;
}

.cbd-mobile-cart #wl-wrapper {
	display: none !important;
}

.cbd-mobile-cart .qib-container {
	width: 100px;
	margin-right: 0;
}

.cbd-mobile-cart form.cart .button {
	height: 40px !important;
	padding: 14px 20px;
}

.cart-block ul.wcsatt-options {
	min-width: 0;
}

.cart-block .cart_item td {
	background-color: #fff !important;
}

.cart-block .cart_totals th {
	display: block !important;
}

.cart-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-cart-overlay .checkout-guide-title span {
	font-size: 12px;
	width: 32px;
	height: 32px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.page-template-cart-overlay .is-active .checkout-guide-title span {
	width: 42px;
	height: 42px;
	font-size: 16px;
	padding-top: 4px;
}

.page-template-cart-overlay .generic ol.checkout-guide-steps {
	padding-bottom: 25px;
}

.page-template-cart-overlay table.shop_table thead,
.page-template-cart-overlay td.product-remove,
.page-template-cart-overlay td.product-subtotal {
	display: none;
}

.woocommerce-cart table.cart .co-item-wrap td {
	display: block;
	width: 100%;
	text-align: center;
}

.woocommerce-cart table.cart .co-item-wrap td.product-name {
	text-align: left;
}

.page-template-cart-overlay.woocommerce-cart table.cart img {
	width: auto;
}

.page-template-cart-overlay.woocommerce-cart table.cart td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}

.cbd-product-review {
	display: none;
}

.cbd-city1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.cbd-city1:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 89, 118, 0.6);
	content: "";
}

.city-banner {
	position: relative;
	z-index: 10;
	color: #fff;
}

.city-banner a,
.cbd-city3 a.button {
	background-color: #80c2a5;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 8px;
	max-width: 340px;
	margin: 0 auto;
}

.cbd-zip {
	text-align: center;
}

.page-template-page-links #page {
	padding-top: 40px;
}

.links-wrap {
	text-align: center;
}

.links-header img {
	max-width: 100px;
}

.links-header p {
	padding: 15px 0 30px;
}

.links-content {
	max-width: 650px;
	margin: 0 auto;
}

.links-content a {
	display: block;
	border-radius: 8px;
	padding: 16px 20px;
	text-align: center;
	box-shadow: rgba(34, 89, 118, 0.24) 0px 2px 8px 0px;
}

.coupon1 {
	padding-bottom: 0;
}

.coupon1 .inner,
.coupon2 .inner {
	max-width: 1600px;
}

.coupon1 h2 {
	text-align: center;
}

.coupon1 .cwrap {
	padding-top: 40px;
}

.cbd-coupon {
	border: 5px solid rgb(33, 88, 117);
	border-radius: 15px;
	text-align: center;
}

.cbd-coupon h3 {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0;
	padding: 25px 20px;
}

.coupon-content {
	background-color: rgb(33, 88, 117);
	border-radius: 20px 20px 0 0;
	color: #fff;
	padding: 40px 15px;
}

.coupon-content h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.coupon-content p {
	font-size: 18px;
	margin-bottom: 15px;
}

.coupon-content a {
	background-color: rgb(128, 194, 165);
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	border-radius: 30px;
	display: inline-block;
	padding: 18px 40px;
	font-weight: 700;
}

.coupon-cta {
	padding-top: 50px;
}

.coupon-cta a {
	background-color: rgb(33, 88, 117);
	border-radius: 30px;
	color: #fff;
	padding: 40px 15px;
	display: block;
	padding: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
	overflow: hidden;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.footer-wrap {
	overflow: hidden;
}

.footer-col {
	width: 22%;
	float: left;
	margin-right: 4%;
}

.footer-col:last-child {
	margin-right: 0;
}

.footer-col p {
	font-size: 14px;
}

.footer-col ul {
	border: 1px solid #ccc;
}

.footer-col li a {
	display: block;
	font-size: 13px;
	padding: 18px 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: rgb(34, 89, 118);
}

.footer-col li:last-child a {
	border-bottom: 0;
}

.footer-col.site-search {
	padding: 0;
}

.cclogos {
	text-align: center;
	border-top: solid thin #ccc;
	padding: 15px 0;
}

.cclogos p {
	font-size: 13px;
}

.copyright {
	text-align: center;
	background-color: #225976;
	padding: 25px 0;
}

.copyright p {
	font-size: 14px;
	color: #fff;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1500px) {
	body {
		font-size: 14px;
	}

	.inner {
		padding: 0 30px;
	}

	.inner .inner {
		padding: 0;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	.home .section1 p {
		font-size: 16px;
	}

	.home-banner-button {
		font-size: 20px;
		max-width: 450px;
	}

	.section {
		padding: 50px 0 30px;
	}

	.products.pcol6 ul li {
		flex: 1 1 33.33%;
		max-width: 33.33%;
		padding: 0;
	}

	.cwrap, .woocommerce .products ul, .products ul, .blog-content ul {
		margin: 0 !important;
	}

	.products.pcol6 ul li:nth-child(1) .product-inner,
	.products.pcol6 ul li:nth-child(2) .product-inner,
	.products.pcol6 ul li:nth-child(3) .product-inner {
		border-bottom: 0;
	}

	.products.pcol6 ul li:nth-child(3) .product-inner {
		border-right: 1px solid rgba(33, 88, 117, 0.2);
	}

	.product-inner img {
		max-width: 300px;
	}

	.pbanner a {
		margin-top: 15px;
	}

	.section11 h2 {
		font-size: 32px;
	}

	.section11 p:nth-child(3), .section11 p:nth-child(4) {
		font-size: 18px;
	}

	.why-inner h3 {
		font-size: 20px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}

	.post-type-archive-product .site-content, .tax-product_cat .site-content {
		padding: 35px 0;
	}

	.woocommerce div.product .entry-summary .product_title {
		font-size: 36px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 13px;
	}

	.woocommerce-Tabs-panel h2,
	.cart-wrap h2 {
		font-size: 24px;
	}

	.page-header {
		padding: 25px 0;
	}

	.page-header .inner {
		padding: 0 30px;
	}

	.single-product .product {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-header h1 {
		font-size: 36px;
	}

	.woocommerce-cart .coupon {
		padding: 20px;
		min-width: 100%;
		margin-bottom: 25px;
	}

	.woocommerce-cart .coupon .button {
		float: none !important;
	    width: 100% !important;
	}

	.related {
		padding-left: 30px;
		padding-right: 30px;
	}

	.site-search {
		width: 20%;
	}
}

@media screen and (max-width : 1420px) {
	.site-menu {
		display: none;
	}

	.mobile-slide {
		display: block;
	}

	.header-meta {
		float: right;
		margin-left: 20px;
	}
}

@media screen and (max-width : 1380px) {
	.page-template-city-landing .products.pcol5 ul li {
		flex: 1 1 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (max-width : 1280px) {
	.inner {
		padding: 0 25px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	.home-banner-button {
		font-size: 18px;
		max-width: 350px;
	}

	.home .section1 .cwrap.inner2,
	.home-cta1.cwrap.inner2 {
		max-width: 800px;
	}

	.section2 .col4 img {
		max-width: 120px;
	}

	.home-cta1 a {
		font-size: 18px;
	}

	.home-cta1 h4 {
		font-size: 18px;
		padding: 17px;
		margin: 0;
	}

	.section {
		padding: 30px 0;
	}

	.section11 h2 {
		font-size: 26px;
	}

	.section11 p:nth-child(3), .section11 p:nth-child(4) {
		font-size: 14px;
	}

	.why-inner h3 a {
		font-size: 14px;
	}

	.post-type-archive-product .site-content, .tax-product_cat .site-content {
		padding: 30px 0;
	}

	.woocommerce div.product .entry-summary .product_title {
		font-size: 30px;
	}

	.woocommerce div.product .entry-summary p.price {
		font-size: 24px;
	}

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		padding: 3%;
	}

	.woocommerce-Tabs-panel h2, .cart-wrap h2 {
		font-size: 20px;
	}

	.page-header h1 {
		font-size: 30px;
	}

	.cbd-city4 ul li {
		flex: 1 1 33.33%;
		max-width: 33.33%;
		padding: 20px 15px;
	}
}

@media screen and (max-width : 1240px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 12px;
	}
}

@media screen and (max-width : 1100px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 24px;
	}

	.home-banner-button,
	.home-cta1 a {
		font-size: 18px;
		max-width: 400px;
		padding: 15px;
	}

	.home-cta1 h4 {
		padding: 0;
		margin-bottom: 25px;
	}

	.home-cta1 a {
		max-width: 340px;
	}

	.section2 .col4 img {
		max-width: 125px;
	}

	.home-cta1 .col2 {
		flex: 1 1 100%;
		max-width: none;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		flex: 1 1 33.33%;
		max-width: 33.33%;
		padding: 15px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
	}

	.widget-area section {
		width: 46%;
		padding: 15px 0;
		margin-right: 0;
	}

	.widget-area section:nth-child(2n+2) {
		float: right;
	}

	.woocommerce ul.products, .woocommerce-page ul.products,
	.tax-product_cat.woocommerce .products ul {
		margin: 0 -15px;
	}

	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 0;
	}

	.post-type-archive-product .site-content, .tax-product_cat .site-content {
		padding: 25px 0;
	}

	.page-header h1 {
		font-size: 26px;
	}

	.checkout-guide-title span {
		font-size: 14px;
	}

	.is-active .checkout-guide-title span {
		font-size: 18px;
	}

	.city-table,
	.city-cell {
		display: block;
		width: 100%;
		padding: 0 !important;
		text-align: center;
	}

	.site-search {
		width: 100%;
	}
}

@media screen and (max-width : 900px) {
	body {
		font-size: 13px;
	}

	#page {
		padding-top: 137px;
	}

	.header-wrap {
		padding: 12px 0;
	}

	.site-branding {
		min-width: 0;
	}

	.site-branding-text {
		display: none;
	}

	.site-branding img {
		max-width: 70px;
	}

	.inner {
		padding: 0 20px;
	}

	.page-template-cart-overlay .inner {
		padding: 0 15px;
	}

	.page-template-cart-overlay.woocommerce-cart .coupon {
		padding: 12px;
	}

	.page-template-cart-overlay .wc-proceed-to-checkout a {
		font-size: 12px !important;
	}

	h1 {
		font-size: 30px;
	}

	.home-banner-button, .home-cta1 a {
		font-size: 16px;
	}

	.col6 {
		flex: 1 1 33.33%;
		max-width: 33.33%;
		padding: 15px;
	}

	.pbanner a {
		padding: 12px 36px;
	}

	.pbanner a::after {
		top: 13px;
		width: 16px;
		height: 16px;
		background-size: cover;
	}

	.products ul li h2 {
		font-size: 16px;
	}

	.section12 .col3,
	.section13 .col3 {
		flex: 1 1 100%;
		max-width: none;
		max-width: 500px;
		margin: 20px auto;
	}

	.section11 h2 {
		font-size: 22px;
	}

	h4 {
		font-size: 15px;
	}

	.woocommerce-cart-form {
		width: 52%;
	}

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 44%;
	}

	.woocommerce-Tabs-panel h2, .cart-wrap h2 {
		font-size: 18px;
	}

	.page-header h1 {
		font-size: 24px;
	}
}

@media screen and (max-width : 840px) {
	.woocommerce div.product div.images img {
		max-width: 320px;
	}

	.woocommerce-product-gallery__image,
	.woocommerce-product-gallery p.price {
		margin-bottom: 12px;
	}

	.cbd-subcribe-options {
		padding: 10px 15px;
		margin-bottom: 15px;
	}

	.cbd-subcribe-inner {
		padding: 0 20px;
	}

	.cbd-active-dropdown > span {
		padding: 8px 15px;
	}

	.cbd-subcribe-dropdown {
		margin-bottom: 15px;
	}

	.woocommerce .quantity .qty {
		width: 40px;
		height: 35px;
	}

	.cbd-active-dropdown > span::after {
		top: 15px;
	}

	.woocommerce div.product form.cart .button {
		height: 40px;
		padding: 12px 30px;
	}

	.sub-button span {
		padding: 7px 10px;
		font-size: 13px;
	}

	.sub-text {
		line-height: 28px;
	}

	.cbd-dropdown-options {
		margin: 0 20px;
		width: calc(100% - 40px);
		top: 40px;
	}

	.cbd-dropdown-options ul li {
		padding: 9px 15px;
		font-size: 13px;
	}

	.blog-left,
	.blog-right {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width : 768px) {
	.woocommerce #content div.product div.images {
		max-width: none !important;
		position: static !important;
	}

	.woocommerce div.product .woocommerce-product-gallery .price, .woocommerce div.product .woocommerce-product-gallery .cart {
		display: none;
	}

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

	.woocommerce div.product .woocommerce-tabs .panel {
		max-width: none;
	}

	.single-product.woocommerce ul.products[class*="columns-"] li.product, 
	.single-product.woocommerce-page ul.products[class*="columns-"] li.product {
		width: auto;
		float: none;
	}

	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

@media screen and (max-width : 767px) {
	#page {
		padding-top: 0;
	}

	.site-header {
		position: static;
	}

	.announcement {
		font-size: 14px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 18px;
	}

	.sale-banner a.desktop-banner {
		display: none;
	}

	.col4, .products ul li {
		flex: 1 1 50%;
		max-width: 50%;
		padding: 0;
	}

	.sale-banner a.mobile-banner {
		display: block;
	}

	.home .section1 p {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.home .section2 .col4 {
		flex: 1 1 50%;
		max-width: 50%;
		padding: 15px;
	}

	.col2 {
		flex: 1 1 100%;
		max-width: none;
		padding: 12px 15px;
	}

	.home-cta1 h4 {
		margin-bottom: 10px;
	}

	.home .section4 h3 {
		line-height: 1.3;
	}

	.section5 .col6 {
		flex: 1 1 50%;
		max-width: 50%;
		padding: 15px;
	}

	.home .section5 img {
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}

	.products.pcol6 ul li {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.products.pcol6 ul li:nth-child(2n+2) .product-inner {
		border-right: 1px solid rgba(33, 88, 117, 0.2);
	}

	.products.pcol6 ul li:nth-child(3) .product-inner {
		border-right: 0;
	}

	.section11 h2 {
		font-size: 20px;
	}

	.home .section1 h1 {
		margin-bottom: 15px;
	}

	.why-inner {
		padding: 15px 0;
	}

	.why-inner h3 a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.footer-col {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.footer-col:last-child {
		margin-bottom: 0;
	}

	.why-inner p {
		padding: 0 15px;
	}

	.widget-area section,
	.widget-area section:nth-child(2n+2) {
		width: 100%;
		float: none;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.col3, .gprod .products ul li, .blog .blog-content ul li, .category .blog-content ul li, .archive .blog-content ul li, .cbd-category-featured.products ul li {
		flex: 1 1 50%;
		max-width: 50%;
		padding: 12px;
	}

	.cbd-category-featured.products ul li,
	.blog .blog-content ul li, .category .blog-content ul li, .archive .blog-content ul li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
	}

	.woocommerce ul.products li.product .button, .cat-link, .cbd-category-featured.woocommerce a.button {
		padding: 12px 10px;
	}

	.woocommerce-Tabs-panel h2, .cart-wrap h2 {
		font-size: 16px;
	}

	.woocommerce-cart-form,
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals,
	#customer_details, #order_review_heading, #order_review,
	#order_review_heading, #order_review {
		width: 100%;
		float: none;
	}

	.woocommerce div.product .entry-summary .product_title {
		font-size: 24px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		float: none;
		display: block !important;
	}

	.single-product .product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cart-close {
		width: 16px;
	}

	.cart-block .product-thumbnail img {
		max-width: 120px;
	}

	.cart-overlay {
		max-width: 300px;
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}

	.cart-block tr td:before {
		display: none;
	}

	.cart-block .qib-container {
		width: 94px;
		margin-right: 0;
	}

	#wl-wrapper .wl-add-to {
		padding: 17px 30px;
	}

	.pcats {
		padding: 20px 12px 0;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 8px 14px 12px;
	}

	.products ul li .price, .woocommerce ul.products li.product .price {
		padding: 0 14px 22px;
	}

	.related, .product-faq {
		padding-top: 30px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}

	.cbd-add-cart a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.cart-block .cart_totals th,
	.cart-block .cart_totals td {
		display: inline-block !important;
		width: 49% !important;
	}

	.cart-block .cart_totals .shipping th,
	.cart-block .cart_totals .shipping td {
		display: block !important;
		text-align: left !important;
		width: auto !important;
	}

	.cart-block .tax-total small {
		display: none;
	}

	.cart-block .woocommerce table.shop_table th {
		padding: 8px 10px;
	}

	.cart-block .woocommerce table.shop_table tbody th,
	.cart-block .woocommerce table.shop_table td {
		font-size: 12px;
	}

	.page-template-city-landing .products.pcol5 ul li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.cbd-city4 ul li {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

@media screen and (max-width : 560px) {
	#top a span {
		display: block;
		max-width: 160px;
		margin: 10px auto 0;
		padding: 8px 20px;
	}
}

@media screen and (max-width : 520px) {
	.header-account a span {
		display: none;
	}

	.header-meta {
		margin-right: 10px;
		padding-top: 12px;
	}

	.header-meta svg {
		width: 20px;
	}
}