#site-navigation {
	margin: 0;
	clear: none;
	float: right;
}
#site-navigation .primary-navigation > ul {
	text-align: right;
}
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a,
#masthead .products-link-wrap a.products-link {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#masthead {
	/*border-bottom: 1px solid #fff3b6;*/
	border-bottom: none;
}
#masthead .products-link-wrap {
	float: left;
	background-color: #FFDE00;
	position: relative;
	/*margin-right: 20px;*/
}
#masthead .products-link-wrap .bg-spread {
	background-color: #FFDE00;
	position: absolute;
	height: 100%;
	width: 100%;
	right: 100%;
	top: 0;
}
#masthead .products-link-wrap a.products-link {
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	margin-right: 10px;
	color: #25296c;
	-moz-osx-font-smoothing: auto;
	-webkit-osx-font-smoothing: auto;
	font-weight: normal;
}
#masthead .products-link-wrap a.products-link > span {
	display: inline-block;
	margin-right: 50px;
}
.products-dropdown {
  background-color: #ffde00;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 3px #555;
  color: #fff;
  left: 0;
  margin: auto;
  max-width: 66.4989em;
  /*max-width: 66.4989em;*/
  position: absolute;
  right: 0;
  top: 55px;
  width: 100%;
  z-index: -1;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
	transition: 0.1s all ease-in-out;
}
.products-dropdown.active {
	visibility: visible;
	opacity: 1;
  transform: translateY(0);
}
.products-dropdown ul,
.products-dropdown li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
.products-dropdown li {
	width: calc(100% / 3);
	float: left;
	box-sizing: border-box;
	padding: 1px 17px 1px 5px;
}
.products-dropdown li a {
	display: block;
	padding: 3px 10px;
	transition: 0.1s all ease-in-out;
	color: #25296c;
	position: relative;
	border-radius: 2px 0 0 2px;
	-moz-osx-font-smoothing: auto;
	-webkit-osx-font-smoothing: auto;
	font-weight: normal;
}
.products-dropdown li a:hover {
	background-color: rgba(0,0,0,0.2);
}
.products-dropdown li a:hover::after {
	visibility: visible;
	opacity: 1;
}
.products-dropdown li a::after {
  border-left: 16px solid rgba(0,0,0,0.2);
  border-bottom: 16px solid transparent;
  border-top: 16px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
	transition: 0.1s all ease-in-out;
}
#masthead {
	background-color: #25286C;
}
.storefront-primary-navigation {
	background-color: #fff;
}
.site-footer {
	padding: 0;
	margin: 0;
}
.site-footer .newsletter-signup {
	padding-top: 55px;
	padding-bottom: 30px;
	background: url('../images/footer-top-bg.jpg') no-repeat;
	background-size: cover;
	color: #fff;
	border-bottom: 1px solid #333333;
}
.newsletter-signup-title {
	float: left;
	padding-top: 15px;
}
.newsletter-signup-form {
	width: 600px;
	float: right;
}
.newsletter-signup .widget {
	margin: 0;
}
.newsletter-signup-form input[type='email'] {
	background: url('../images/mail-icon.png') 11px center no-repeat #fff;
	padding-left: 50px;
}
.newsletter-signup-form form > div > br {
	display: none;
}
.newsletter-signup-form input[type='email'],
.newsletter-signup-form .wpcf7-form-control-wrap {
	display: inline-block;
	/*width: 100%;*/
	width: calc(100% - 20px);
}
.newsletter-signup-form input[type='email'],
.newsletter-signup-form input[type='submit'] {
	border-radius: 6px;
}
.newsletter-signup-form input[type='submit'] {
	margin: 0 0 0 -138px;
	top: 1px;
	position: relative;
	padding: 5px 20px;
	/*background-color: #ce3369;*/
	/*color: #fff;*/
}
.newsletter-signup-form input[type='submit']:hover {
	background-color: #ffde00;
}
.site-info-footer {
	/*background-color: #ce3369;*/
	background-color: #FFDE00;
	/*color: #fff;*/
	color: #25296c;
}
.site-info-footer .widget {
	margin: 0;
}
.site-info-footer .site-info,
.site-info-footer .site-credits {
	/*padding: 10px 0;*/
	padding: 13px 0 10px;
	-moz-osx-font-smoothing: auto;
	-webkit-osx-font-smoothing: auto;
}
.site-info-footer .site-info {
	float: left;
}
.site-info-footer .site-credits {
	float: right;
}
.footer-menus {
	color: #fff;
	background-color: #1a1a1a;
}
.footer-menus .widget {
	margin: 0;
}
.footer-menus .widget-title {
	margin: 0;
	color: #fff;
	padding: 0 0 6px;
	font-size: 20px;
}
.footer-menus .widget_nav_menu ul li {
	padding: 0;
	margin: 0;
}
.footer-menus .widget_nav_menu ul li:before {
	display: none;
}
.site-footer .footer-menus a:not(.button) {
	color: #888;
}
.site-footer .footer-menus a:not(.button):hover {
	color: #D8D8D8;
}
.footer-menus #menu-products-menu > li {
	display: block;
	float: left;
	width: calc(100% / 3);
}
.footer-menus .footer-widget-2 > .widget_nav_menu {
	width: calc(100% / 3);
	float: left;
}
.footer-menus .footer-widgets {
	padding: 30px 0;
}
.storefront-primary-navigation {
	position: relative;
}
.header-widget-region .widget {
	padding-top: 0;
}
.ls-layer .slider-text p,
.ls-layer .slider-text h1 {
	color: #fff;
}
.ls-layer .slider-text h1 {
	-moz-osx-font-smoothing: auto;
	-webkit-osx-font-smoothing: auto;
}
.ls-layer .slider-text p {
	margin: 0;
}
.ls-layer .slider-text .button {
	/*background-color: #eb1a76;*/
	/*color: #fff;*/
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button {
	border-radius: 5px;
}
.homepage-content-blocks > .content-block {
	display: block;
	float: left;
	width: calc(100% / 3);
}
.homepage-content-blocks .content-wrap {
	/*padding: 10px;*/
	padding: 6px;
}
.homepage-content-blocks .content-wrap > .content {
	/*padding: 20px;*/
	padding: 10px 15px;
	background-size: cover;
	background-repeat: no-repeat;
}
.homepage-content-blocks .content-wrap > .content .block-action .button {
	padding: 5px 10px;
	/*background-color: #eb1a76;*/
	/*color: #fff;*/
}
.homepage-content-blocks .latest-product .block-content,
.homepage-content-blocks .latest-blog-post .block-content {
	min-height: 370px;
}
.homepage-content-blocks .latest-product .block-type,
.homepage-content-blocks .latest-product .block-content {
	color: #565656;
}
.homepage-content-blocks .latest-blog-post .block-type,
.homepage-content-blocks .latest-blog-post .block-content {
	color: #fff;
}
.homepage-content-blocks .latest-product .block-content,
.homepage-content-blocks .latest-blog-post .block-content {
	line-height: 40px;
	font-size: 42px;
}
.homepage-content-blocks .videos-block .block-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.homepage-content-blocks .videos-block .block-content .post-title {
	align-self: flex-end;
	line-height: 16px;
}
.homepage-content-blocks .videos-block .content {
	background-size: auto, cover;
	background-position: center;
}
.homepage-content-blocks .videos-block .block-content,
.homepage-content-blocks .social-block .block-content {
	min-height: 174px;
}
.homepage-content-blocks .social-block .content {
	background-color: #ededed;
}
.homepage-content-blocks .videos-block,
.homepage-content-blocks .videos-block a {
	color: #fff;
}
.homepage-content-blocks .videos-block .block-type .link {
	float: right;
}
.homepage-content-blocks .social-block .block-content {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}
.homepage-content-blocks .social-block .social-media-links {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.homepage-content-blocks .social-block .social-media-links li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% / 3);
	float: left;
}
.homepage-content-blocks .social-block .social-media-links li a {
	font-size: 40px;
	color: #ffde00;
}
.homepage-content-blocks .social-block .social-media-share-links {
	text-align: center;
	margin: 0 -6px;
	align-self: flex-end;
}
.homepage-content-blocks .social-block .social-media-share-links .share-button {
	display: inline-block;
	position: relative;
}
.homepage-content-blocks .social-block .social-media-share-links .share-button.facebook {
	top: -7px;
}
.home #main .entry-header {
	display: none;
}
.home #main .hentry {
	margin: 0;
	padding: 15px 0;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
	padding-top: 20px;
	margin-bottom: 0;
}
.content-area,
.widget-area {
	margin-bottom: 0;
}
.woocommerce-breadcrumb {
	margin-bottom: 0;
}
.ls-wp-container {
	/*background-color: #eee;*/
}
.site-header .site-branding {
	margin-right: 0;
}
.site-search .widget_product_search form::before {
	left: 13px;
	top: 14px;
}
.woocommerce-active .site-header .site-search {
	width: 78.2609%;
	/*margin-top: -25px;*/
	margin-top: -44px;
	margin-bottom: 20px;
}
.woocommerce-active .site-header .site-search .search-actions {
	position: absolute;
	top: 1px;
	right: 1px;
}
.woocommerce-active .site-header .site-search .search-field {
	height: 42px;
	border-radius: 5px;
}
.woocommerce-active .site-header .site-search .search-btn {
	clip: auto;
	position: relative !important;
	height: 40px;
	display: block;
	float: left;
	/*background-color: #24276c;*/
	/*color: #fff;*/
}
.woocommerce-active .site-header .site-search .product-cat {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url('../images/dropdown-arrows.png') calc(100% - 10px) center no-repeat #ccc;
	padding: 10px 30px 10px 10px;
	border: none;
	border-radius: 5px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 1px;
}
.woocommerce-active .site-header .site-search .product-cat:hover {
	box-shadow: 0 0 0 2px #ccc inset;
	background-color: #ddd;
}
.woocommerce-active .site-header .site-search .product-cat option {
	background-color: #fff;
}
.site-header .site-search .phone-no,
.site-header .site-search .find-link {
	text-align: right;
}
.site-header .site-search .phone-no a,
.site-header .site-search .find-link a {
	color: #FFDE00;
}
.site-header .site-search .phone-no a:hover,
.site-header .site-search .find-link a:hover {
	color: #ffff00;
}
.site-header .site-search .phone-no a {
	font-size: 30px;
	font-weight: bold;
}
body.single.single-product #primary {
	margin-right: 0;
	width: 100%;
	float: none;
}
body.single.single-product #secondary {
	display: none;
}
.hentry {
	margin-bottom: 20px;
}
.hentry .entry-header {
	margin: 0 0 16px;
	padding-bottom: 10px;
}
.hentry .entry-header .entry-title {
	margin: 0;
}
.hentry.type-post .entry-content {
	width: 100%;
	float: none;
	clear: both;
}
.hentry .wp-post-image {
	float: left;
	margin: 0 20px 10px 0;
}
body.search .term-description {
	display: none;
}
#google-map p,
#google-map .widget {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.contact-form,
.wpcf7-response-output {
	width: 600px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto !important;
}
.contact-form > p,
.contact-form > h2 {
	padding-left: 10px;
	margin-bottom: 10px;
}
.contact-form .lf {
	padding: 10px;
	width: 100%;
	clear: both;
}
.contact-form .lf-50 {
	float: left;
	width: 50%;
	clear: none;
}
.contact-form p {
	margin: 0;
}
.contact-form p:empty {
	display: none;
}
.contact-form .lf .wpcf7-form-control,
.contact-form .lf .wpcf7-form-control-wrap,
.contact-form .lf-50 .wpcf7-form-control,
.contact-form .lf-50 .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	border-radius: 5px;
}
.contact-form .lf .wpcf7-submit,
.contact-form .lf-50 .wpcf7-submit {
	width: auto;
	display: inline-block;
}
.contact-form .lf-submit {
	text-align: center;
}
div.wpcf7-response-output {
	width: 100%;
}
body.post-type-archive-product .widget.sidebar-search,
body.post-type-archive-product .widget.sidebar-recent-posts {
	display: none;
}
body.tax-product_cat .widget.sidebar-search,
body.tax-product_cat .widget.sidebar-recent-posts {
	display: none;
}
body.tax-product_cat #primary,
body.post-type-archive-product #primary {
	margin-right: 0;
	margin-left: 4.347826087%;
	float: right;
}
body.tax-product_cat #secondary,
body.post-type-archive-product #secondary {
	float: left;
}