:root {
	--white: #FFF;
	--dark-grey: #343434;
	--light-grey: #F4F4F4;
	--teal: #7AA5B7;
    --yellow: #F5CF65;
    --orange: #fb802e;
    --green: #9CBE98;
	--red: #e10014;
}

html {
  scroll-behavior: smooth;
}

a {
	color: var(--red);
}

a:hover {
	text-decoration: underline;
}

.product-boxes a {
	color: black;
}

/** wrapper **/
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 100% !important;
}

section#main {
	padding-top: 40px;
}

.woocommerce {
	padding-top: 60px;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}

.bg-gradient {
	background-image: linear-gradient(to bottom, var(--light-grey) , var(--dark-grey));
}

.bg-white {
	background-color: var(--white);
}
.bg-dark-grey {
	background-color: var(--dark-grey);
	color: var(--white);
}
.bg-dark-grey p, .bg-dark-grey a, .bg-dark-grey h1, .bg-dark-grey h2, .bg-dark-grey h3, .bg-dark-grey h4, .bg-dark-grey h5, .bg-dark-grey h6, .bg-dark-grey li {
	color: var(--white);
}
.bg-light-grey {
	background-color: var(--light-grey);
}
.bg-teal {
	background-color: var(--teal);
	color: var(--white);
}
.bg-teal p, .bg-teal a, .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal h6, .bg-teal li {
	color: var(--white);
}

.bg-centered {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-top {
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
}
.underline-teal {
	border-top: solid 4px var(--teal);
	width: 120px;
	margin-bottom: 10px;
}
.underline-yellow {
	border-top: solid 4px var(--yellow);
	width: 120px;
	margin-bottom: 10px;
}
.underline-orange {
	border-top: solid 4px var(--orange);
	width: 120px;
	margin-bottom: 10px;
}
.underline-green {
	border-top: solid 4px var(--green);
	width: 120px;
	margin-bottom: 10px;
}

.underline-red {
	border-top: solid 4px var(--red);
	width: 120px;
	margin-bottom: 10px;
}

.underline-light-grey {
	border-top: solid 4px var(--light-grey);
	width: 120px;
	margin-bottom: 10px;
}
.underline-grey-offset {
	border-top: solid 4px var(--dark-grey);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}
.underline-red-offset {
	border-top: solid 4px var(--red);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}
.underline-teal-offset {
	border-top: solid 4px var(--teal);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}
.underline-yellow-offset {
	border-top: solid 4px var(--yellow);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}
.underline-orange-offset {
	border-top: solid 4px var(--orange);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}
.underline-green-offset {
	border-top: solid 4px var(--green);
	width: 240px;
	margin-bottom: 30px;
	margin-left: -120px;
}

/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
ul.menu {
	margin-bottom: 0;
	padding: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}
.menu a {
	color: var(--white);
	font-size: 17px;
	font-weight: 400;
}


/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 0 0 0 -25px;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}
.menu ul li ul li {
	display: block;
	margin-bottom: 0;
}
.menu ul li:hover ul, .menu ul li ul:hover {
	left:auto;
}
/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:only-child:after {
    content: '';
}

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.menu a:hover {
	color: var(--red);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.ft-menu-container .menu a {
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
.ft-menu-container .menu li {
	padding: 3px 0 15px 20px;
	margin: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: auto !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 {
	background-color: var(--red) !important;
	color: white;
	text-transform: uppercase;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 a {
	color: white !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
   float: right !important;
	
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-grid !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
	display: none !important;
}

ul.mega-sub-menu {
	z-index: 99999999 !important;
}

/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}

.nav-bar {
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.35) !important;
}
.logo {
	max-width: 250px;
	min-width: 160px;
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}
.banner-image-sm {
	min-height: 50vh;
	height: 50vh !important;
}
.full-width-image-bg {
	height: 40vh; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}


.fixed-nav-1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

/* Fix the nav bar just below it */
.fixed-nav-2 {
    position: fixed;
    top: 42px; /* adjust to match the height of .bg-dark-grey */
    width: 100%;
    z-index: 99999999;
}

/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5% 5%;
}
.content-margin {
	margin: 5% 0;
}
.min-height {
	min-height: 350px;
}
#contact_map {
	min-height: 330px;
}
.bg-gradient .nf-form-content button, .bg-gradient .nf-form-content input[type=button], .bg-gradient .nf-form-content input[type=submit] {
	width: 100% !important;
	border: solid 1px white !important; 
	background-color: transparent!important;
}

.bg-gradient .nf-form-fields-required {
	color: #fff;
	padding-bottom: 10px;
}
.nf-form-content {
	padding: 0 !important;
}
.nf-form-fields-required {
	font-size: 13px;
	margin-bottom: 5px;
}
.product-boxes {
	width: 20%;
	padding-right: 25px;
}

.img-fluid product-boxes {
	width: 30%;
}


.product-boxes img  {
	width: 30%;
}


/* ----------- Blog Styles ----------- */
.blog {
	margin-bottom: 30px;
	transition: opacity .25s ease-in-out;
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
/*.blog:hover {
	opacity: 0.7;
}*/
.blog-img-category {
	/*height: 245px;*/
	height: 20vw;
	overflow: hidden;
	position: relative;
}
.featured-cat-img {
	height: 25vw;
}
.blog-img img.attachment-post-thumbnail, .blog-img img.attachment-post-thumbnails {
	height: 100%;
	width: 100%;
	/*position: absolute;
	left: -50%;
	right: -50%;
	margin: 0 auto;*/
	object-fit: cover;
}
/*.blog-img-category img.attachment-post-thumbnail, .blog-img-category img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}*/
.blog-img-home img.attachment-post-thumbnail, .blog-img-home img.attachment-post-thumbnails {
	/*height: 108%;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: 0 auto;*/
	object-fit: cover;
}
.featured-cat-img img.attachment-post-thumbnail, .featured-cat-img img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}
.blog-text {
	padding: 3vw 20px 50px 20px;
	height: 14vw;
	background-image: linear-gradient(to bottom, rgba(47,71,88,0.6), rgba(47,71,88,0.6));
	color: #fff;
}
.blog-text:hover {
	display: none;
}
.blog-text-lrg {
	height: 250px;
}

/*related services*/
.min-height-tab {
	height: 145px;
	margin-bottom: 30px;
}
/*related services - larger*/
.min-height-tab-lrg {
	height: 370px;
	margin-bottom: 30px;
}

.page-numbers {
	padding: 2px 8px;
	border: 1px solid var(--grey);
}
.page-numbers.current {
	background-color: var(--grey);
}

.gallery {
	display: flex;
  	justify-content: center;
}
.gallery img {
	border: none !important;
	max-width: 100%;
  	height: auto;
}
.gallery-item {
	width: 13.5% !important;
  	margin: 5px;
}

.overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.banner-image-text {
  color: var(--white);
  font-weight: 400;
  font-size: 35px;
  line-height: initial;
	text-align: center;
	padding: 10%;
}

.banner-image {
    width: 100%;
    height: auto;
    /*min-height: 65vh;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
	background-blend-mode: multiply;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    width: 100%;
    color: #fff;
    height: 100%;
}
.banner-overlay *, .banner-image * {
	color: #fff;
}
.background-centered {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}


/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button  {
	text-align: center;
	color: var(--dark-grey);
	font-weight: bold;
	font-size: 16px;
	padding: 8px 15px;	
	text-decoration: none !important;
}

button  {
	text-align: center;
	color: var(--dark-grey);
	font-weight: 400;
	font-size: 16px;
	padding: 8px 15px;	
	text-decoration: none !important;
	background: none !important; 
	border: none;
	transition-property: all;
    transition-duration: 500ms;
	cursor: pointer;
}
button:hover {
	background-color: var(--teal) !important;
	color: #fff;
}

.btn-teal  {
	background-color: var(--teal) !important;
}
.btn-teal:hover  {
	background: var(--white) !important;
	color: var(--teal) !important;
}
.btn-white  {
	background-color: var(--white) !important;
	color: var(--teal) !important;
}
.btn-white:hover  {
	background: var(--teal) !important;
	color: var(--white) !important;
}
.btn-dark-grey  {
	background-color: var(--dark-grey) !important;
	color: var(--white) !important;
}
.btn-dark-grey:hover  {
	background: var(--white) !important;
	color: var(--dark-grey) !important;
}
.btn-red {
	background: var(--red) !important;
	color: var(--white) !important;
}
.btn-red:hover {
	background: var(--white) !important;
	color: var(--red) !important;
}


/* ----------------------------------------------------- Woocommerce Styles ---------------------------------------------------------------- */

/*home page product slider
#wps-slider-section .wpsf-product {
    width: auto !important;
}*/
#wps-slider-section img.wpsf-product-img {
	width: 100%;
	height: auto;
}

.woocommerce .woocommerce-result-count {
    padding-left: 5.8%;
	display: none;
}
.woocommerce .woocommerce-ordering {
    padding-right: 5.8%;
	display: none;
}
.woocommerce ul.products {
    padding: 2% 5.8% 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--red) !important;
	font-weight: 400;
  	margin-top: 40px;
}

.woocommerce button.button.alt {
	border-radius: 0 !important; 
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: bold;
	color: var(--secondary) !important;
}
/*.woocommerce div.product form.cart {
	padding: 0 20%;
}*/
form.gift-cards_form.cart {
	padding: 0 !important;
}
.gift-card-content-editor.step-content label {
    margin-top: 2px !important;
}
.gift_card_template_button {
    margin-top: 2em !important;
}
.ywgc-form-preview-separator {
    background: none !important;
}
.ywgc-main-form-preview-container {
	min-height: auto !important;
}
/* hide price for gift card on all products category page */
.woocommerce ul.products li.product.post-19462 .price {
	display: none;
}
.woocommerce ul.products li.product a img {
	transition: transform .2s;
}
.woocommerce ul.products li.product a img:hover {
	transform: scale(1.15);
}
span.price.subscription-price {
	color: var(--primary) !important;
}
ul.wcsatt-options-prompt-radios {
	padding: 0;
}
.woocommerce span.onsale {
	display: grid;
    align-content: space-around;
	width: 75px !important;
    height: 75px !important;
	top: 4% !important;
    right: 12% !important;
	left: auto !important;
	background-color: var(--primary) !important;
}

/*a:hover {
	opacity: 0.6;
}*/
a.button.product_type_simple {
	position: absolute !important;
	right: 0;
	margin-top: -35px !important;
}

h2.woocommerce-loop-product__title {
	max-width: 85%;
	z-index: 9999;
	position: relative;
}
.woocommerce-loop-category__title {
	z-index: 9999;
	position: relative;
}

/*---Category page---*/
.category-banner {
	height: 65vh;
}
.number {
	max-width: 30%;
	padding-right: 10px;
}
.term-description {
	padding: 5.8% 5.8% 2% 5.8%;
}

/*---Product page---*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: right !important;
	margin-top: -50px !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left !important;
	padding-left: 5.8%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	text-align: center;
}
.woocommerce div.product div.images {
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	padding: 5.8%;
}
.related.products h2 {
	padding-left: 5.8%;
}
/*
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 20% !important;
}*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-top: 10px;
}
/*---Quantity---*/
.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--primary);
	border-radius: 0;
	padding: 3px;
	float: none !important;
	width: 50%;
	margin: 10px auto !important;
	display: none;
}
form.gift-cards_form.cart div.quantity {
	text-align: center !important;
	width: 100% !important;
}
input.minus, input.plus {
	border: 0;
	padding: 2px 14px;
	background: #fff;
}
.woocommerce .quantity input[type="number"] {
	border: 0 !important;
}
.woocommerce div.product form.cart .button {
	border-radius: 0 !important;
	font-weight: normal;
	float: none !important;
	width: 50%;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .button.gift_card_add_to_cart_button {
	width: 100% !important;
}

.category-description {
}

.sidebar {
	display: none !important;
}

sidebar {
	display: none !important;
}

.product_title {
	font-weight: 700 !important;
}

.product__content img, .woocommerce-product-details__short-description img { /*removed:  */
	margin: 0 15px 0px 0;
    float: left;
}

.product_meta {
	display: none !important;
}

.woocommerce div.product div.images {
  margin-right: 30px;
}

.woocommerce div.product div.summary {
	margin-top: 3%;
}

.related.products {
	display: none;
}

#tab-title-description {
	display: none !important;
}

#tab-description {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs {
	padding: 0 !important; 
}

.wpsf-product-title {
	text-align: left;
}

#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .wpsf-product-title {
	font-weight: 400 !important;
}

.woocommerce a.button {
	background-color:  var(--white) !important;
	text-align: center !important;
	border: solid 1px var(--red) !important;
	border-radius: 0 !important;
	color: var(--red) !important;
	text-decoration: none !important;
	margin-right: 5px;
	font-weight: 400 !important;
	transition-property: all;
    transition-duration: 500ms;
}

.woocommerce a.button:hover {
	background-color:  var(--red) !important;
	color: var(--white) !important;
	text-decoration: none !important;
	cursor: pointer;
}
[type="reset"], [type="submit"] {
	background-color:  var(--red) !important;
	text-align: center !important;
	border: none;
	color: var(--white) !important;
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;	
}

/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
.ms-image {
	display: block !important;
	height: 100vh !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	background-color: rgba(0,55,98,0.65);
}

.metaslider .caption-wrap {
	background: none !important;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)) !important;
	opacity: 1 !important;
}
.caption-wrap .caption {
	padding: 4% 6% !important;
	width: auto;
	color: var(--white);
	font-weight: 400;
	font-size: 4.5vw;
	line-height: 4.5vw;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.category-banner .caption-wrap {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6)) !important;
	position: absolute;
  	bottom: 0;
  	left: 0;
	margin: 0;
  	display: block;
  	width: 100%;
}
.metaslider .flexslider .slides > li img
{
	height: inherit;
}
/*
.flexslider {
	position: relative;
}
.flex-direction-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0px;
}
.flex-nav-next {
	position: absolute; 
	right: 5%;
}
.flex-nav-next {
	position: absolute; 
	right: 5%;
	list-style: none;
}
.flex-next, .flex-prev {
	font-size: 50px !important;
	color: var(--white) !important;
	text-decoration: none !important;
	border: none !important;
}
.flex-nav-prev {
	position: absolute;
	left: 5%;
	list-style: none;
}
*/


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

footer {
	background-color: var(--dark-grey);
}
footer p, footer a {
	font-size: 14px;
	color: #fff !important;
}

.footer a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
}





/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
	
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.caption-wrap .caption {
 	   	font-size: 40px;
		line-height: 35px;
	}
	.menu li {
		padding: 1px 12px 2px 12px;
	}
	.woocommerce {
		padding-top: 85px;
	}

}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.ms-image {
		height: 40vh !important;
	}

	.logo {
		max-width: 200px;
	}
	.full-width-image-bg {
		height: auto;
	}
	
.product-boxes {
	width: 100%
}

.img-fluid product-boxes {
	width: 30%;
}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		margin-top: 0 !important;
	}
	.woocommerce a.button {
		padding: 5px 10px !important;
	}
	
	.ft-menu-container .menu li {
		padding-left: 0;
		padding-right: 15px;
	}
	
	.blog-img-category {
    /* height: 245px; */
    height: 50vw !important;
	}
}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

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

}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

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

}


/* ----------------------------------------------------- Smaller than 454px ------------------------------------------------------ */

@media only screen and (max-width : 454px) {
	.fixed-nav-2 {
		top: 60px;
	}
	section#main {
  		padding-top: 65px;
	}
	.woocommerce {
		padding-top: 85px;
	}
	.woocommerce div.product div.images {
		padding-left: 40px;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding-right: 6%;
	}
}