/*
 Theme Name:   FPD
 Description:  UnderStrap Child Theme
 Template:     understrap
 Version:      1.1
*/

body {
	background-color: #e6e7e8;
	font-family: "roboto";
	color: #040707;
}

a {
	color: #23527c;
}

a:active {
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'kandin';
	font-weight: 200;
}

h2 {
	color: #00007f;
	font-size: 48px;
	line-height: 0.9;
}

h3, h4 {
	font-size: 50px;
	margin: 5px 0 3px;
}

p {
	margin-bottom: 15px;
}

#header { 
	background-color: #FFFFFF;	
}

.container {
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
}

.white {
	background-color: #FFFFFF;
}

.header-wrapper {
	background-color: white;
	padding-top: 10px;
}

.navbar-wrapper {
	background-color: #0168b3;
}

.slider-wrapper {
	background-color: #231f20;
}

.generic-wrapper {
}

.wrapper {
	margin: 0;
	padding: 0;
}

.navbar {
    padding: 0;
    height: 56px;
    z-index: 99;
    background-color: #0068b3;
}

.caret {
	display: none !important;
}

.dropdown-toggle:after {
	display: none;
}

#toolbox {
	
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 25px;
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.7);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-left: 15px;
	margin-top: 120px;
}

#toolbox .phone {
	display: inline-block;
	font-size: 40px;
	color: #63260a;
	letter-spacing: -1px;
	margin-right: 6px;
	margin-bottom: -4px;
	white-space: nowrap;
}

#toolbox .my-account {
	display: inline-block;
	background-color: #00007f;
	color: #dbcc9e;
	text-transform: uppercase;
	font-size: 25px;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 7px;
	margin: 0 6px;
}

#toolbox .my-account:hover {
	color: #ecdaa3;
	background-color: #0000b2;
	text-decoration: none;
}

#toolbox .cart-btn {
	background-image: url('img/shop-btn-bg.png');
	background-position: right center;
	background-repeat: no-repeat;
	min-width: 100px;
	height: 47px;
	margin-left: 6px;
	padding-right: 42px;
	display: inline-block;
	line-height: 13px;
	padding-top: 6px;
	color: #0003a2;
	font-size: 14px;
}

#toolbox .cart-btn:hover {
	text-decoration: none;	
}

#search {

}

#search input {
	border: 0;
	height: 38px;
	margin-bottom: -6px;
	background-color: #e5f4fb;
	text-align: right;
	color: #989898;
	font-weight: bold;
	padding-right: 10px;
	line-height: 38px;
	width: 90%;
}

#search input::placeholder {
	color: #989898;
	font-size: 16px;
}



nav #main-menu {
	height: 73px;
	margin-left: 24px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mega-menu-wrap-primary {
	width: 100%;
	position: absolute !important;
	top: 0 !important;
}

nav #main-menu > li, #mega-menu-primary > li {
	text-align: center;
}

nav #main-menu > li > a {
	color: #FFFFFF;
	height: 73px;
	padding-top: 16px;
	white-space: nowrap;
	text-shadow: none;
	font-size: 18px;
	font-weight: normal;
}

nav #main-menu > li.active {
	
}

nav #main-menu > li.active a {
	color: white;
}

ul.dropdown-menu {
	background-color: #0004a3;
	margin-top: -10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

ul.dropdown-menu:before {
	content: ' ';
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	background-image: url(img/menu-drop-top-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 9px;
}

ul.dropdown-menu li a {
	text-align: center;
	color: #FFFFFF;	
	font-size: 16px;
}

ul.dropdown-menu a.nav-link:hover {
	background-color: #010080 !important;
	color: white;	
	background-image: none;
}

nav #main-menu > li.facebook > a {
	background-image: url('img/facebook.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	overflow: hidden;
	margin: 0 5px 0 0;
	color: rgba(0,0,0,0);
	text-shadow: none;
}

nav #main-menu > li.instagram > a {
	background-image: url('img/instagram.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	overflow: hidden;
	margin: 0 5px 0 0;
	color: rgba(0,0,0,0);
	text-shadow: none;
}

.btn {
	font-size: 20px;
	text-transform: uppercase;
	border: 0;
}

.btn-sm {
	font-size: 13px;	
}

ul.header-right-nav {
	margin: 8px 0 10px 0;
	padding: 0;
}

ul.header-right-nav li {
	display: inline-block;	
}

ul.header-right-nav li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	font-size: 13px;
}

ul.header-right-nav li:first-child a {
	border-right: 1px solid #6c6c6c;
}

ul.header-right-nav li:last-child a {
	background-color: #f1592b;
	color: white;
	padding: 0 18px;
}

.social-icons {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-salmon, .understrap-read-more-link {
	background-color: #f98561;
	text-shadow: none;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	border: 0;
}

.btn-salmon:hover, .understrap-read-more-link:hover {
	background-color: #db704f;
	text-shadow: none;
	color: white;
	border-color: transparent;
}

div#shop-menu-container {
	background-color: #FFFFFF;
	display: block;
	height: 50px;
	list-style-type: none;
	border-top: 1px solid #cebbb3;
	border-bottom: 1px solid #cebbb3;
	margin: 22px 0 0 0;
	position: relative;
}



div#shop-menu-container:before {
	font-weight: 400;
	font-size: 32px;
	content: 'SHOP';
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	background-color: #63260a;
	border-radius: 5px;
	position: absolute;
	top:-54px;
	left: 50%;
	transform: translateX(-50%);
}

#shop-menu {
	columns: 4;
}

#shop-menu li {
	display: block;
	line-height: 50px;	
}

#shop-menu li:first-child {

}

#shop-menu li:last-child {

}

#shop-menu .dropdown li:last-child {
	border-right: none;
}

#xxshop-menu li > a:after {
	content: ' ';
	display: block;
	background-color: #a9a9a9;
	width: 1px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: 50%;	
	transform: translateY(-50%);
}

#shop-menu li ul li a:after {
	display: none;	
}

#shop-menu li:last-child a:after {
	display: none;	
}

#shop-menu li a {
	color: #000000;
	padding: 0;
	font-size: 17px;
	position: relative;
	margin-bottom: 4px;
}

#shop-menu li a:hover {
	text-decoration: none;	
}

.mega-sub-menu .textwidget {
	background-color: #3081c3;
	color: #0c3e6b;
	padding: 20px;
}

.mega-sub-menu .textwidget a {
	color: #ecf029;
}

.menu-item {
	list-style-type: none;
}

.read-more {
	
}

main {
	background-color: #FFFFFF;
	padding: 22px 4% 80px;
	font-size: 15px;
	line-height: 19px;
}

#top-menu {
	display: block;
	width: 100%;
}

#header-top {
	height: 130px;
}

#header-logo {
	display: block;
	width: 175px;
	height: 115px;
	background-image: url('img/FPD-header-logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 38px;
	
	
}

.header-brands {
	float: right;
}

.post-date {
	text-transform: none;
	color: #ff9600;
	font-size: 16px;
}

.page-header h1 {
	color: #f98561;
	margin-top: 80px;
	margin-bottom: 50px;
	
}

.issue {
	color: #887979;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h1.entry-title {
	color: #651952;
	text-transform: none;
	font-size: 28px;
	font-weight: normal;
	margin-top: 90px;
	margin-bottom: 10px;
}

h2.entry-title a {
	color: #0168b3;
	text-transform: none;
	font-size: 32px;
	font-weight: bold;
}

h2.entry-title a:hover {
	text-decoration: none;
}

.entry-content h2 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 50px;
}

#content {
	background-color: #FFFFFF;
}

.widget_recent_entries h3.widget-title {
	font-size: 30px;
	margin: 10px 0 15px;
}

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

.widget_recent_entries ul li {
	text-transform: uppercase;
	font-size: 15px;	
}

.widget_recent_entries ul li a {
	color: #464646;
}



#right-sidebar .widget {
	margin-right: 30px;
}

.widget_recent_entries {
	margin-left: 30px;
}

.widget_recent_entries li {
	margin-bottom: 10px;
}

.entry-footer {
	display: none;
}

.nav-links {
	margin-top: 30px;
}

.post {
	margin-bottom: 40px;
}

.post .entry-content {
	color: black;
}

.entry-content h1 {
	font-size: 30px;
}

#wrapper-footer {
	margin-top: 0;
	background-color: #0168b3;
}

#wrapper-footer footer {
	background-color: #0068b3;
	padding: 30px 35px 40px;
	color: white;
	font-size: 13px;
}

#wrapper-footer h5 {
	color: #f98561;
	
	font-size: 24px;
}

#wrapper-footer footer a {
	color: #2a98cb;	
}

#footer-main-menu {
	margin-bottom: 30px;
}

footer #shop-menu {
	
}

footer #shop-menu h3 {
	display: none;
}

footer img.logo {
	margin-bottom: 10px;
}

footer a {
	color: white;
}

footer h6 {
	color: #a9c1e4;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
}

footer .social {
	margin-top: 18px;
}

footer .social a img {
	border-radius: 4px;
	overflow: hidden;
}

#footer-main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-main-menu ul li a {
	color: #2a98cb;
	font-size: 14px;
}

#footer-main-menu ul li a:hover {
	text-decoration: none;
}

#footer-main-menu .facebook, #footer-main-menu .instagram {
	display: none;
}


footer #shop-menu {
	margin: 0;
	padding: 0;
	column-count: 3;
}

footer #shop-menu li {
	display: block;
	line-height: normal;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
    margin-bottom: 10px !important;
}

footer #shop-menu li a {
	
	color: #2a98cb;
	font-size: 14px;
	display: block;
	padding: 0;
	line-height: inherit;
	margin-top: 0;
}

footer #shop-menu li a:after {
	display: none;
}

footer #shop-menu li:first-child {
	border-left: 0;
}

footer #shop-menu li:last-child {
	border-right: 0;	
}

footer #shop-menu li ul {
	margin: 0;
	padding: 0;
	display: none;
}

footer #shop-menu li h3 a {
	text-transform: none;
	color: white;
	font-size: 12px;
	margin-top: 0;
}

footer #shop-menu li ul li a {
	text-transform: none;
	color: white;
}

footer #shop-menu .col-md-3 {
	flex: none;
	max-width: 100%;
}

a.dealer-login, a.sales-aids-login, a.staff-login {
	display: block;
	min-height: 40px;
	color: white !important;
	background-color: #97c0e6;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
}

a.dealer-login:hover, a.sales-aids-login:hover, a.staff-login:hover {
	text-decoration: none;	
}

a.sales-aids-login {
	background-color: #651952;
	XXpadding-top: 10px;	
}

a.staff-login {
	background-color: #ef3f37;

}

.post-navigation .row {
	margin-left: 0;
	margin-right: 0;
}


div.shop {
	margin: 0 3%;
}

.home h4 {
	font-size: 28px;
}

.home h2 {
	color: #1555b5;
	font-size: 29px;
	text-align: center;
	margin-bottom: 12px;
}

.home-intro {
	text-align: center;
}

a.home-find-dealer {
	background-color: #c6da35;
	display: block;
	max-width: 320px; 
	margin: 30px auto;
	font-weight: bold;
	padding: 14px 35px;
	color: black;
}

a.home-find-dealer:hover {
	text-decoration: none;	
}

#content {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}


#content .tg-container {
	background-color: white;
	box-shadow: 2px 0px 13px #575351;
	padding-top: 70px;
}

.full-width-center #primary, #primary {
	width: auto;
}

#primary.show-sidebar {
	margin-left: 6%;
	width: 65%;
	float: left;
}

#secondary {
	width: 20%;
	margin-right: 6%;
	float: right;
}

#secondary section {
	min-height: 100px;
}

#secondary .widget-title {
	font-weight: normal;
	color: #008b81 !important;
	text-align: center;
	font-size: 17px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	line-height: 17px;
	padding-bottom: 2px;
}

#secondary .widget-title::after, #secondary .widget-title::before {
	display: none;
}

h1.entry-title {
	font-size: 38px !important;
}

.entry-content h2 {
	color: #008b81;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.entry-content {
	margin-top: 0;
}

.entry-content p {
	margin: 10px 0;
}


#footer-main-menu ul li a {
	color: #a9c1e4;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 25px;
}

#footer-brands {
	height: 50px;
	margin: 30px auto 40px;
	width: 87%;
}

#footer-brands li {
	text-align: center;
	float: left;
	width: 12.5%;	
}

#bottom-footer {
	color: white;
}

#bottom-footer {
	font-family: 'alverata', serif;
	font-size: 12px;
	background-color: #4d4d4d;
	border-top: 8px solid #008b82;
	box-shadow: inset 0px 8px 22px #2f2f2f;
}

#bottom-footer b {
	font-size: 15px;
	line-height: 15px;
}

#bottom-footer ul {
	text-transform: uppercase;
	column-count: 2;
}

#bottom-footer a {
	color: white;
}

.wpcf7-form .req {
	position: relative;
}

.wpcf7-form .req :after {
	position: absolute;
	content: '*';
	color: #ca0505;
	display: block;
	height: 10px;
	width: 10px;
	line-height: 10px;
	right: 5px;
	top: 11px;
	z-index: 99;
	font-size: 17px;
}

.wpcf7-submit {
	background-color: #ad0514 !important;
	color: white !important;
	font-weight: bold !important;
}

.wpcf7-submit:before {
	content: "\270f";
	color: white;
	font-family: 'Glyphicons Halflings';
}

ul.sub-menu {
	padding-left: 0;
}

ul#shop-menu > li {
	margin-bottom: 25px;
	    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.mega-sub-menu ul li a {
	color: #000000;
	padding: 0;
	font-size: 17px;
	position: relative;
	margin-bottom: 4px;
}

.mega-sub-menu ul.sub-menu li a {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {

    padding: 27px 15px 15px 15px;
    width: 100%;

}

ul.mega-sub-menu {
	background-color: #4f91cd !important;
}

#header #shop-menu a:hover {
	text-decoration: none;	
}

#header #shop-menu li > a {
	line-height: normal;
	display: block;
}

#header #shop-menu li > a:hover, #shop-menu li.activated a {

	text-decoration: none;
}

#header #shop-menu li .dropdown {
	Xdisplay: none;
	Xposition: absolute;
	Xleft: 0;
	Xright: 0;
	X-webkit-column-count: 4;
	X-moz-column-count: 4; 
    Xcolumn-count: 4;
    Xmargin: 0;
    Xpadding: 20px 30px 20px;
    Xbackground-color: #dacc9f !important;
    Xz-index: 99;
    Xtext-align: left;
    Xbox-shadow: 0px 15px 11px 4px rgba(0, 0, 0, 0.5);
    Xfont-family: 'Bree Serif', serif;

}

#header #shop-menu li .dropdown ul {
	display: none;	
}

#header #shop-menu li .dropdown.dropdown-347 {
	-webkit-column-count: 2;
	-moz-column-count: 2; 
    column-count: 2;
}

#header #shop-menu li .dropdown.dropdown-352 {
	-webkit-column-count: 3;
	-moz-column-count: 3; 
    column-count: 3;
}

.disable_col-md-3 {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	margin-bottom: 5px;
}

#header #shop-menu li .dropdown .group {
	
}

#header #shop-menu li .dropdown a {
	color: black;
	padding: 0;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 16px;
	height: auto;
	font-weight: normal;
	background-color: transparent;
	text-transform: none;
}

#header #shop-menu li .dropdown a:hover {
	background-color: transparent;	
}

#header #shop-menu li.activated .dropdown {
	display: block;	
}

#header #shop-menu li .dropdown .row {
	position: relative;
	width: 100%;	
}

#header #shop-menu li .dropdown h3 {
	margin: 0;
	font-size: 13px;
}

#header #shop-menu li .dropdown h3 a {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#header #shop-menu li .dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #shop-menu li .dropdown ul li {
	display: list-item;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#header #shop-menu .dropdown .close {
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 67px;
	height: 33px;
	background-image: url(img/dropdown-close.png);	
	cursor: pointer;
}


li.shop-nav-label a {
	text-decoration: none;
}

li.shop-nav-label a:hover {
	text-decoration: none;
	cursor: default;
	background-color: transparent !important;
	color: white !important;
}


.shop-seals {
	text-align: center;
	margin-bottom: 20px;
}

.shop-seals img {
	max-height: 110px;
}

.small-cat-label {
	color: #0068b3;
	text-align: center;
	font-family: 'kandin';
	font-size: 14px;
}

.small-cat-label:after {
	content: 'VIEW ALL »';
	color: #bf6c29;
	font-size: 11px;
	display: block;
}

.acgshop-page-category hr {
	display: none;
}

.acgshop-page-category .shop_cat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.acgshop-page-category .shop_cat li {
	float: left;
	margin: 0 10px 20px 0;
}

.acgshop-page-category .shop_cat .cat-image{
	display: block;
	width: 250px;
	height: 250px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	background-position: center center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.acgshop-page-products .product_image_main {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.products-blocks .acgshop-page-product {
	width: 33%;
	margin-right: 0;	
}

.product_name a {
	font-weight: normal;
	font-size: 17px;	
}

.products-blocks .more-info {
	color: #008b82;
}

.product {
	position: relative;
}

.product .favorite {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(img/favorite.png);
	background-position: left top;
	position: absolute;
	top: 4px;
	right: 14px;
	cursor: pointer;
}

.product .favorite.favorited {
	background-position: left bottom;
}

.product .favorite:hover {
	background-position: left bottom;
}

table.products .favorite {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(img/favorite.png);
	background-size: 100% auto;
	background-position: left top;
	cursor: pointer;
	float: left;
	margin-right: 4px;
	margin-left: -15px;
}

table.products .favorite.favorited {
	background-position: left bottom;
}

table.products .favorite:hover {
	background-position: left bottom;
}



.product_image_main {
	Xborder: 1px solid #999999;
	float: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	Xbackground-color: #e6e6e6;
	xmargin-left: 20px;
	overflow: visible;
	
}



.product_image_main .product_photo {
	max-width: 375px;
	max-height: 375px;
}

.product_image_main td {
	vertical-align: top;
}


.product_image_main ul.extra_thumbs {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

.product_image_main ul.extra_thumbs li {
	display: inline-block;
	margin-right: 4px;	
}


.product_image_main ul.extra_thumbs li img {
	max-width: 100%;
	max-height: 50px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	cursor: pointer;
}

.product_image_main .up, .product_image_main .down {
	line-height: 20px;
	display: block;
	width: 40px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	color: #008b81;
	margin-top: -20px;
}

.product_image_main .down {
	margin-top: 0;
}

.product_image_main table {
	background-color: white;
	border: -5px;
	border-collapse: collapse;
	margin-top: 0;
}

.product_image_main table td {
	border: 0;	
}

table .acgshop-page-add_to_cart {
	margin-top: 0;	
}

table .acgshop-page-add_to_cart input {
	line-height: normal !important;	
}

.add_to_cart .btn-primary {
	background-color: #ae0411;
	color: white;
	font-weight: bold;
	padding: 10px 10px;
}


.reviews {
	font-family: 'Bree Serif', serif;
	color: black;
	font-size: 16px;
}

.reviews .date {
	font-size: 18px;
	margin: 20px 0 3px;
}

.reviews .review {
	margin: 10px 0 50px;
}

.reviews, .place_your_order {
	background-color: #eae2d7;
	padding: 20px;
	margin-top: 40px;
}

.reviews h3, .place_your_order h3 {
	background-color: #63260b;
	color: white;
	font-size: 30px;
	text-align: center;
	padding: 10px 20px 5px;
	display: block;
	margin: -50px auto 0;
	width: 300px;
	border-radius: 10px;
}

.place_your_order a {
	color: black;
}

.place_your_order #quantity {
	margin-bottom: 5px;
	padding: 0;
}

#brands {
	text-align: center;
	padding: 40px 50px 80px;
	background-color: #FFFFFF;
}



.shop-bottom {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

.shop-bottom .inside {
	background-color: #FFFFFF;
	position: relative;
	min-height: 320px;
	z-index: 1;
	padding-top: 50px;
} 

.shop-bottom .inside .widget-featured-product {
	width: 65%;
}

.shop-bottom h5 {
	text-transform: uppercase;
	color: #531e07;
	
	text-align: center;
	padding: 13px 4px 9px;
	width: 80%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
	font-size: 40px;
}

.shop-bottom .related h5 {
}

.shop-bottom .top-sellers h5 {
}

.menu-shop-nav-container {
	text-align: center;
}

.menu-shop-nav-container #shop-menu {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

#shop-menu-container .tg-container {
	xxmax-width: 1100px;
}

.product_image_main {
	
}

.product_image_main a img {
	padding: 0;
}


ul.breadcrumbs {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.breadcrumbs li {
	display: inline-block;
	margin: 0;
	
}

ul.breadcrumbs li:after {
	content: '»';
	color: #636467;	
	font-size: 16px;
	text-decoration: none;
}

ul.breadcrumbs li:last-child:after {
	display: none;
}	

ul.breadcrumbs li, ul.breadcrumbs li a {
	color: #636467;
	margin: 0 16px 0 0;
	text-transform: uppercase;
	font-size: 15px;
	
}

ul.breadcrumbs li:first-child a {
	margin: 0 10px 0 0;
}

.widget-featured-product {
	margin: 0 auto 15px;
	width: 80%;
	line-height: 1.2;
}

#sliders .featured-prod-img, .widget-featured-product .featured-prod-img {
	border: 1px solid #a1a1a1;
	width: 100%;
	min-height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFFFFF;
	margin: 0 auto 2px;
}

.product-detailed h1, .acgshop-page-category h1 {
	font-family: 'Bree Serif', serif;
	font-size: 40px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #020393;
}

.product-detailed h1 {
	color: black;
	font-size: 30px;
	text-transform: none;
}

.acgshop-page-category h1 img {
	float: right;
	max-height: 250px;
}

.product-detailed .acgshop-page-add_to_cart {
	margin: 0;
	padding: 0;
}

.product_image_main {
	text-align: center;
	margin-bottom: 4px;
}

.shop_product_block {
	position: relative;
}

.shop_product_block .product_name {
	line-height: 17px;
	text-align: center;
}

.shop_product_block .product_name a {
	color: #0067b1;
	font-size: 14px;
	text-decoration: underline;
}

.view-specifications {
	color: #b36423;
	font-size: 12px;
	text-align: center;
}


.acgshop-page-product {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d3d3d3;
}

.products-blocks .shop_product_block {
	width: 92%;
	margin: 0 auto 15px;
	clear: both;
}

.product .product_code {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.product h6, .acgshop-page-category h6 {
	font-size: 16px;
	color: #0068b3;
}

.product ul {
	margin: 0 0 0 12px;
	padding: 0;	
}

.product li {
	font-size: 12px;
}

table.products {
	border: 0;
	width: 100%;
}

table.products th {
	color: #00007f;
	font-weight: normal;
	border: 0;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	padding-bottom: 20px;
}

table.products td {
	border: 0;
	font-family: 'Bree Serif', serif;
	color: black;
	font-size: 16px;
}

table.products tbody tr:nth-child(odd) {
	
}



.add-button {
	background-color: #f98561;
	color: white;
	border: 0;
	
	padding: 10px 16px;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 4px;
}

h3.list-table {
	display: inline-block;
	background-color: #008b82;
	color: white;
	padding: 12px 24px;
	font-size: 20px;
}

.product_description, .product_desc_short {
	margin-left: 0;
	margin-bottom: 20px;
	color: black;
	font-size: 13px;
}

.product_description table, .product_desc_short table {
	max-width: 100%;
}

.acgshop-page-product {
	border-bottom: none;	
}

#shop-menu-expand {
	display: none;
}

.product_image_main {
	margin-top: 5px;
}

.spanish_toggle {
	cursor: pointer;
	color: #812568;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
}


#whats-new {
	
}

#sliders {

}

#sliders .featured-prod-img {
	border: 10px solid white;
}

#sliders h3 {
	color: #531e07;
	
	font-size: 40px;
	text-align: center;
}

#sliders .caption {
	font-size: 15px;
	text-align: center;
	color: #132638;
	font-family: 'Bree Serif', serif;
}

#sliders .caption a {
	color: black;
}

#sliders ul {
	list-style-type: none;	
	margin: 0;
	padding: 0 20px;
}

#sliders ul li {
	display: block;
	float: left;
	width: 49%;
	text-align: center;
}

.line_on_right {
	position: relative;
}

.line_on_right:after {
	content: ' ';
	background-color: #906d5e;
	width: 1px;
	display: block;
	position: absolute;
	right: -15px;
	top: 5%;
	bottom: 20%;
}

#sliders .caption {
	margin-left: 10px;
}

#sliders .vid-title {
	color: #f98561;
	font-size: 15px;
	text-align: center;
}

#featured_products {
	background-color: #887979;
	margin-top: 120px;
	position: relative;
}

a.buy-online {
		display: inline-block;
		background-color: #e1fe33;
		color: black;
		padding: 10px 30px;
		margin-right: 12px;
		font-weight: bold;
	}


#featured_products .left ul {
	list-style-type: none;	
	margin: 0;
	padding: 0 20px;
}

#featured_products .left ul li {
	display: inline-block;
	width: 49%;
	text-align: left;
}

.acgshop-page-category .list h1, #shop_content h1 {
	color: black;
	text-transform: none;
	font-size: 25px;
}

.acgshop-page-category .list h2, #shop_content h2 {
	color: #0068b3;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 8px;
}

.acgshop-page-category .default h2 {
	color: #0068b3;
	font-size: 30px;
}

.category-description {
	font-size: 13px;
}

.features, .benefits {
	font-size: 13px;
}

.shop ul.breadcrumbs {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 14px !important;
}

.acgshop-page-category .default ul.breadcrumbs {
	
}

.acgshop-page-category .default ul.breadcrumbs li:after {

	
}	

.acgshop-page-category .default ul.breadcrumbs li a {

	
}

.acgshop-page-category .default ul.breadcrumbs li:first-child a {
	margin: 0 10px 0 0;
}

.cat_options {
	color: #fa8562;
	float: right;
	text-transform: uppercase;
	font-size: 20px;
	
	margin-bottom: 10px;
}

.cat_options a {
	color: #fa8562;	
}


.tbl-qty {
		text-align: right;
	}
	
	
	
	
.error-404 #searchform {
	margin-bottom: 40px; 
}

.error-404 .widget {
	margin-top: 30px;
}


.error-404 .widget_recent_entries h2.widgettitle {
	margin-left: -30px;
}

.widget_recent_entries ul li {
	text-transform: none;	
}

#alt-search {
	display: none;

	text-align: center;
}

.multi-quantity {
	width: 60px;
}

#welcome-box {
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
	background-color: white;
	font-size: 11px;
}

#welcome-box a {
	text-decoration: underline;	
}

#p_o_d-page h3 {
	margin-right: 10px;
}

#bid-modal {
	padding-top: 50px;
}

#bid-modal h5 {
	display: block;
	float: left;
	
	font-size: 25px;
	text-transform: uppercase;	
}

#bid-modal .wpcf7-submit {
	
	font-size: 25px;
	text-transform: uppercase;
	color: white;
	background-color: #f98561 !important;
	font-weight: normal !important;
	border: none;
}


.your-price input {
	width: 50% !important;
	margin-left: 4px;
	float: left;
}

.your-price:before {
	content: '$';
	float: left;
	font-weight: bold;
}

#home_gallery_widget {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home_gallery_widget li {
	display: inline-block;
	margin: 0 12px 12px 0;
}

#home_gallery_widget li img {
	max-height: 90px;
}

@media(max-width:1170px){
	#home_gallery_widget li img {
		max-height: 75px;
	}
}


.home-gallery {
	background-color: #395b85;
	margin-top: 145px;
	margin-bottom: 30px;
	position: relative;
}

.home-gallery h5 {
	color: #ffffff;
	background-color: #395b85;
	font-size: 23px;
	line-height: 55px;
	height: 55px;
	margin: 0;
	max-width: 330px;
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 55px;
	padding-right: 55px;
	
}

.home-gallery h5:before {
	content: ' ';
	display: block;
	width: 50px;
	height: 55px;
	position: absolute;
	left: -50px;
	top: 0;
	border-left: 50px solid white;
	border-bottom: 55px solid #395b85;
}

.home-gallery h5:after {
	content: ' ';
	display: block;
	width: 50px;
	height: 55px;
	position: absolute;
	right: -50px;
	top: 0;
	border-right: 50px solid white;
	border-bottom: 55px solid #395b85;
}

.home-gallery h6 {
	color: #ffffff;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.home-gallery p {
	color: white;
	font-size: 14px;
}

.home-gallery .row {
	padding: 48px 33px;
}


#educational-material {
	text-align: center;
	color: #887979;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 30px;
}

#educational-material h3 {
	font-size: 22px;
	margin-bottom: 55px;	
}

#educational-material img {
	margin-bottom: 5px;
}

#educational-material .em-headline {
	color: black;
	font-size: 12px;
	margin-bottom: 5px;
}

#educational-material .col-md-2 {
	width: 20%;
	max-width: 20%;
	flex: 0 0 20%;
	padding-bottom: 27px;
}

#educational-material .col-md-2.tall {
	width: 20%;
	max-width: 20%;
	flex: 0 0 20%;
	padding-bottom: 0;
}

#educational-material .col-md-2.tall img {
	float: left;
	max-width: 53%;	
	margin-bottom: 0;
}

#educational-material .col-md-2.tall .right-half {
	width: 38%;
	position: absolute;
	bottom: 0;
	right: 15px;
} 

#educational-material a {
	background-color: #ef3f37;
	color: white;
	display: block;
	position: absolute;
	min-width: 80px;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#educational-material a:hover {
	text-decoration: none;	
}

#educational-material .col-md-2.tall a {
	position: relative;
	margin-top: 15px;
	transform: none;
	left: auto;
}




#right-sidebar .widget {
	margin-top: 22px;
	margin-bottom: 23px;
	max-width: 270px;
}

#na_filter {
	margin-top: 150px !important;
}

.ngg-imagebrowser h3 {
	font-size: 14px !important;
}

.tribe-events-list-widget {
	background-color: #e3e6e7;
	padding: 25px 15px 0;
	text-align: center;
}

.tribe-events-list-widget h3.widget-title {
	color: #807373;
	font-size: 16px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.tribe-events-list-widget .tribe-event-duration {
	color: #005589;
	font-size: 18px;
}

.tribe-events-list-widget h4.tribe-event-title, .tribe-events-list-widget h4.tribe-event-title a {
	font-size: 13px;
	color: black;
}

.tribe-events-list-widget h4.tribe-event-title {
	margin-bottom: 10px;
}

ol.tribe-list-widget {
	margin: 0;
	padding: 0;
}

.tribe-events-widget-link {
	background-color: #f1592b;
	margin: 0 -15px;
	
	font-size: 16px;
	padding: 8px;
}

.tribe-events-widget-link a {
	color: white;
	text-transform: uppercase;
}

.tribe-event-schedule-details {
	font-size: 20px;
}

a.tribe-events-gmap {
	display: block;
	margin-top: 20px;
}

#tribe-events .tribe-events-content p {
	line-height: 1.1;
}

.tribe-address {
	display: block;
}

.tribe-country-name {
	display: block;
}

a.tribe-events-read-more {
	font-size: 17px;
	font-weight: bold;	
}


.entry-content li {
	list-style-type: square;
}


.entry-content li::marker {
	color: #0055a5;
}

.recent-posts-widget-with-thumbnails {
	background-color: #e3e6e7;
	padding: 25px 15px 0;
	text-align: center;
}

.recent-posts-widget-with-thumbnails h3.widget-title {
	color: #807373;
	font-size: 16px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.rpwwt-widget ul li img {
	float: none !important;	
}

.rpwwt-post-title {
	color: #005589;
	font-size: 18px;
}

.rpwwt-widget .download {
	font-size: 13px;
	color: black;
	margin-top: -3px;
	margin-bottom: 10px;
}

.rpwwt-widget a.more {
	background-color: #4f91cd;
	margin: 0 -15px;
	font-size: 16px;
	padding: 8px;
	display: block;
	color: white;
}

#right-sidebar .widget_text {
	padding: 25px 15px;
	background-color: #c2b59c;
}

.widget_text h3.widget-title {
	color: #b33329;
	text-align: center;
	font-size: 26px;
	line-height: 29px;
	margin-bottom: 10px;
}

.widget_text p {
	color: black;
	font-size: 14px;
}

.widget_filter {
	background-color: #e3e6e7;
	padding: 0 15px 40px;
	margin-top: 90px;
	border-top: 1px solid #b33329;
}

.widget_filter h2 {
	line-height: 40px;
	background-color: #b33329;
	display: block;
	font-size: 18px;
	color: white;
	text-align: center;
	width: 200px;
	margin: -40px auto 0;
	position: relative;
}


.widget_filter h2:before {
	content: ' ';
	display: block;
	width: 20px;
	height: 40px;
	background-color: #b33329;
	position: absolute;
	left: -20px;
	top: 0;
	border-left: 20px solid white;
	border-bottom: 40px solid #b33329;
}


.widget_filter h2:after {
	content: ' ';
	display: block;
	width: 20px;
	height: 40px;
	background-color: #b33329;
	position: absolute;
	right: -20px;
	top: 0;
	border-right: 20px solid white;
	border-bottom: 40px solid #b33329;
}

.widget_filter ul {
	list-style-type: none;
	margin: 40px 0 0 30px;
	padding: 0;
}

.widget_filter ul li {
	margin: 0 0 20px;
	padding: 0;
}

.widget_filter ul li a {
	color: black;
	font-size: 14px;
}

.entry-meta {
	display: none;
}




#featured_products h5 {
	color: #ffffff;
	background-color: #887979;
	font-size: 23px;
	line-height: 55px;
	height: 55px;
	margin: 0;
	max-width: 330px;
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 35px;
	padding-right: 35px;
	
}

#featured_products h5:before {
	content: ' ';
	display: block;
	width: 50px;
	height: 55px;
	background-color: #887979;
	position: absolute;
	left: -50px;
	top: 0;
	border-left: 50px solid white;
	border-bottom: 55px solid #887979;
}

#featured_products h5:after {
	content: ' ';
	display: block;
	width: 50px;
	height: 55px;
	background-color: #887979;
	position: absolute;
	right: -50px;
	top: 0;
	border-right: 50px solid white;
	border-bottom: 55px solid #887979;
}



li.mega-menu-item {
	width: 16.6%
}



.page-template-default h1.entry-title {
	color: #651952;
	margin-top: 50px;
	font-size: 26px;
}



.mega-sub-menu a {
	color: white;
}


.wp-caption-text, .gallery-caption {
	color: #0168b3 !important;
}

.gallery-item {
	padding-right: 3px;
}

.gallery {

    margin-bottom: 10px;

}


.slideshowlink {
	display: none !important;
}

#related_box h4 {
	border-top: 1px solid #d8d8d8;
	margin: 85px auto 0;
}

#related_box h4 span {
	background-color: #650a51;
	color: white;
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	margin: -20px auto 0;
	text-transform: uppercase;
	letter-spacing: 2px;	
}

#related_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#related_box ul li {
	display: inline-block;
	width: 20%;
	font-size: 12px;
}

#related_box ul li a {
	display: block;
	background-color: white;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	margin: 15px;
	padding: 10px 10px 15px;
	text-align: center;	
	color: black;
}

#related_box ul li a img {
	max-height: 130px;
	max-width: 100%;	
	margin-bottom: 12px;
}

#related_box ul li .view_btn {
	line-height: 22px;
	color: white;
	background-color: #0068b3;
	display: block;
	height: 22px;
	width: 100px;
	margin: 16px auto 0;
}

#refine-shop h5 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

#refine-shop ul {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none;
}

#refine-shop ul li {
	color: #656668;
	font-size: 14px;
}

.rpwwt-widget img {

    max-width: 150px !important;
    
  }


.ngg-gallery-thumbnail-box a.ngg-fancybox {
	margin: 0;
	border: 0;
}

.ngg-gallery-thumbnail {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #3b3b3b !important;
	background-color: #3b3b3b;
}


.ngg-album {
	border: none !important;	
}


li.mobile {
	display: none !important;
}

.mobile-show {
	display: none ;
}

#info.tab-pane a {
	color: #867878 !important;
	font-size: 16px;
}

#info.tab-pane a.button-box {
    background-color: #ef4136;
    color: #ffffff !important;
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: 20px;
    min-width: 100px;
}

#info.tab-pane a img {
	height: 155px;
	display: block;
	margin: 0 auto 6px;
}

#info .row {
	flex-wrap: nowrap;
	overflow: hidden;
}

#info {
	position: relative;
}

#info-right, #info-left {
	position: absolute;
	display: block;
	font-size: 50px !important;
	transform: translateY(-50%);
}

#info-left {
	left: 10px;
	top: 50%;
}
  
#info-right {
	right: 10px;
	top: 50%;
}






@media(max-width:980px){
	#toolbox {
		padding-top: 24px;
		padding-bottom: 24px;
	}	
}

@media(max-width:768px){

	
	#featured_products .left {
		width: 100%;
	}
	
	#featured_products .right {
		width: 100%;
		text-align: center;
	}

	
}

@media(max-width:680px){
	
	#featured_products .left ul li, #featured_products .right ul li {
		width: 100%;
		margin-bottom: 22px;
	}
	
	
	
	
}

@media(max-width: 980px){

	
	.menu-toggle {
		height: 50px;
		line-height: 50px;
	}
	
	#shop-menu li a {
		Xfont-size: 22px !important;
		padding: 0 5px;
	}
	
	table.products th {
		font-size: 13px;	
	}
	
	table.products td {
		font-size: 12px;
	}
	
}

@media(max-width: 768px){

	#alt-search {
		display: block;	
	}

	#header #toolbox {
		margin-top: 0;
	}

	#primary.show-sidebar {
		width: 87%;
		clear: both;
		float: none;
	}	
	
	#secondary {
		float: none;
	}
	
	#shop-menu li a {
		font-size: 18px !important;
		padding: 0 3px;
	}
	
	
	footer #main-menu {
		column-count: 2;
	}
	
	footer #shop-menu {
		column-count: 2;
	}
	
	.tribe-mobile #main {
	    padding-top: 20px;
	}
	
	.mobile-hide {
		display: none !important;
	}
	
	.mobile-show {
		display: block !important;
	}
	
	.hidden-sm {
		display: none !important;
	}
	
	
}

@media(max-width: 650px){

	h2 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 30px;
	}

	.page .navbar {
		height: 100px;
		z-index: 9999;
	}

	#page-wrapper {
		z-index: 1;
	}
	
	.wrapper-navbar {
		
	}
	
	div#shop-menu-container {
		z-index: 999;
		height: 1px;
		border: 0;
	}
	
	#header #shop-menu .dropdown .close {
		display: none;
	}
	
	#header #shop-menu {
		z-index: 999;
		background-color: white;
		margin: 0;
		padding: 0;
		border-bottom: 9px solid #000091;
		display: none;
	}
	
	.mobile-show {
		display: block !important;
	}
	
	#shop-menu-expand {
		display: block;
		color: white;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		width: 100%;
		font-family: 'alverata', serif;
		font-size: 20px;
	}
	
	.menu-shop-nav-container #shop-menu {
		display: none;
		background-color: rgba(0, 0, 0, 0.9);
		width: 100% !important;
	}
	
	#shop-menu li {
		display: block;
	}
	
	#shop-menu li a {
		padding: 0 30px;
		text-align: center;
	}
	
	footer #shop-menu li a {
		text-align: left;
	}
	
	footer #shop-menu {
		margin-bottom: 30px;
	}
	
	#header #shop-menu li .dropdown h3 {
		text-align: center;	
	}
	
	#header #shop-menu li .dropdown {
		left: 5px;
		right: 5px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		position: relative;
	}
	
	#shop-menu li.activated .dropdown {
		left: 5px;
		right: 5px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	#shop-menu li.activated {
		border-bottom: 2px solid black;
	}
	
	.products-blocks .acgshop-page-product {
		width: 100%;
	}	
	
	#featured_products .left ul li, #featured_products .right ul li {
		width: 100%;
	}
	
	.place_your_order {
		margin-left: -30px;
		margin-right: -30px;	
	}
	
	table.products th {
		font-size: 12px;	
	}
	
	table.products td {
		font-size: 11px;
	}
	
	#horiz-features {
		margin: 0 10px !important;
	}
	
	#featured_products ul li {
		width: 50% !important;	
	}
	
	#educational-material .col-md-2 {
		max-width: 33% !important;
		width: 33% !important;
		flex: none !important;
		margin-bottom: 30px;
	}
	
	#educational-material .col-md-2.tall {
		max-width: 50% !important;
		width: 50% !important;	
	}
	
	.home-section {
		padding: 20px 10px !important;	
	}
	
	.home-gallery h5 {
		padding-left: 0;
		padding-right: 0;	
	}
	
}



@media(max-width: 600px){
	
	#header-top {

	    height: 160px;
	
	}
	
	.social-icons {
		display: none;
	}
	
	.header-right-nav {
		display: none;
	}
	
	#header-top .header-brands {
		display: none;
	}
	
	#bottom-footer img {
		display: none;
	}
	
	#search {
		text-align: center;
	}
	
	#search input {
		text-align: center;	
	}
	
	#header-cart {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		margin: 0 auto;
	}
	
	li.mobile {
		display: block !important;
	}
	
	.navbar a {
		text-align: center !important;
	}
	
	.navbar .textwidget {
		display: none;
	}
	
	#shop-menu {
		display: block !important;
		columns: 1;
		border-bottom: 0 !important;
	}
	
	#shop-menu .dropdown {
		display: none;	
	}
	
	#mega-menu-4336-0-1 {
		display: none !important;
	}
	
	.mega-menu-column {
		width: 100% !important;
	}
	
	#header #shop-menu {
		background-color: transparent;	
	}
	
	#footer-brands li {
		text-align: center;
		float: left;
		width: 25%;	
	}
	
	.acgshop-page-products table {
		font-size: 12px;
		line-height: 1;
	}
	
	.place_your_order form {
		margin-top: 20px !important;
	}
	
	table.products thead {
		display: none;
	}
	
	table.products tr {
		position: relative;
		display: block;
	}
	
	
	.tbl-price {
		text-align: right;
		width: 60% !important;
		float: left !important;
		padding: 0;
	}
	
	.tbl-qty {
		text-align: right;
		width: 40% !important;
		float: left !important;
	}
	
	td.col-item {
		display: block !important;
		float: none;
		width: 50%;
		margin-right: 24px;
	}
	
	td.col-desc {
		display: block !important;
		float: none;
		width: 50%;
		margin-left: 9px;
		min-height: 40px;
	}
	
	td.col-price {
		display: block !important;
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.price-group-divider {
		display: block;
		height: 1px;
		display: block;
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	.multi-quantity {
		width: 40px;
	}
	
	#header-logo {
		width: 100%;
		margin-left: 0;
	}
	
	
	footer #shop-menu {
		display: none;
	}
	
}



@media(max-width:500px){

	#featured_products ul li {
		width: 100% !important;	
	}

}





@media(max-width:1130px){
	

	
}

@media(max-width:980px){
	
	#toolbox {
		width: 300px;
		padding: 10px;
		margin-top: 50px;
		position: relative;
	}
	
	#toolbox .phone {
		font-size: 30px;
	}
	
	#toolbox .my-account {
		XXdisplay: none;
	}
	
	#toolbox table {
		width: 100%;
	}
	
	#toolbox table td {
		display: block;
		float: left;
		width: 55%;
		text-align: center;
	}
	
	.cart-td {
		display: block;
		position: absolute;
		width: 45% !important;
		bottom: 20px;
		right: 10px;
		text-align: right;
	}
	
	a.cart-btn {
		padding-right: 55px !important;
		float: right;
		margin-bottom: 5px;
	}
	
}

@media(max-width:768px){
	.siteorigin-panels-home #toolbox {
		margin-top: 0;	
		width: 300px;
	}
	
	.navbar {
		height: 180px !important;	
	}
	
	.home .navbar {
		height: 73px !important;
	}
	
	.navbar-toggler {
		color: white;
		margin: -40px 20px 0 0;
		background-color: #000091;
		line-height: 16px;
		z-index: 999;
	}
	
	#navbarNavDropdown {
		background-color: #000091;
		position: absolute;
		top: 73px;
		width: 100%;
	}
	
	#navbarNavDropdown ul {
		background-color: #000091;
		margin: 0;
		padding: 0;
		position: relative;
		top: auto;
	}
	
	#navbarNavDropdown ul li {
		height: 35px;
	}
	
	#navbarNavDropdown ul li a {
		background-color: #000091;
		color: white;
		margin: 0;
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}
	
	.facebook, .instagram {
		display: none;
	}
	
	ul.dropdown-menu {
		background-color: #0004a3;
		margin-top: 0;
		position: relative;
		left: auto;
		transform: none;
	}
	
}

@media(max-width:600px){
	.home .navbar, .navbar {
		height: 40px !important;	
	}
	
	#shop-menu:before {
		display: none !important;
	}	
	
	#toolbox {
		margin: 0;
	}
	
	h1.entry-title {
		margin-top: 30px;
	}

	
	
}


@media(max-width:515px){
	
	.acgshop-page-category .shop_cat li {
		width: 47% !important;
	}
	
	.acgshop-page-category .shop_cat .cat-image {
		max-width: 100% !important;	
	}
	
}


@media(max-width:475px){
	
	
	
	.navbar-toggler {
		margin-right: 10px;
		
	}
	
	
	
}

.tribe-events-list-widget {
	padding-bottom: 6px;
}

XX#mega-menu-item-5033 {
	display: none !important;
}


	

	
	.product_photo.hisa {
		position: relative;
	}
	
	.product_photo.hisa:before {
		content: url('/wp-content/themes/fpd/img/hc-badge-small.png');
		position: absolute;
		bottom: 10px;
		right: 10px;
		display: block;
		width: 30px;
		height: 30px;
	}
	

	
