/*
Theme Name: hasley-mckay
Theme URI: 
Author: Jas Stefansi
Author URI: https://ireallylikethis.website/
Description: Wordpress Theme
Version: 1.0
*/

:root {
  --main-color: rgb(0,0,0);
  --link-color: rgba(0,0,0,.5);
	--sm-type: 13px;
  --lrg-type: 24px;
  --bold: bold;
  --main-font: Helvetica, Arial;
}

* {
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

*/


body {
	background: #FFFFFF;
	font-size: 12px;
	font-family: var(--main-font);
	margin: 0;
	padding: 0px;
	}
#wrap {
	background: #FFFFFF;
	font-size: var(--sm-type);
	font-family: Helvetica, Arial;
	margin: 15px auto 15px;
	padding: 20px;
    width: 960px;
	border-top:none;
	}
.hidden {
	display: none;
	}

/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a {
	color: var(--link-color);
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	/* height: 120px; */
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
#header h1 {
	color: #666666;
	font-size: 36px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: var(--main-color);
	font-size: var(--lrg-type);;
	font-family: Helvetica, Arial;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #000033;
	text-decoration: none;
	}
#header #title {
	padding: 0;
	margin: 0;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 960px;
	/* height: 120px; */
	margin: 0 auto 0;
	padding: 0;
	/* text-indent: -9999px;
	overflow: hidden; */
}

/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#slides p a {
	color: #000033;
	}
#prev_btn a img {
	float: left;
	display: block;
	background: transparent url(images/prev_btn.png) no-repeat;
	margin: 175px 0px 0px 0px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#prev_btn a:hover img {
	background-position: -20px 0;
	}
#next_btn a img {
	float: right;
	display: block;
	background: transparent url(images/next_btn.png) no-repeat;
	margin: 175px 0px 0px 940px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a:hover img {
	background-position: -20px 0;
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: none;
	position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
	width: 960px;
  height:40px;
	font-size: var(--sm-type);
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	z-index: 9;
	}

#navbar h1 {
  font-family:Arial;
  text-transform: uppercase;
  font-size: var(--lrg-type)
}

#navbar h1 a{
  text-decoration:none;
  color: var(--main-color);
}

#navbar h1 a:hover{
  text-decoration:none;
  color: var(--link-color)
}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  height:40px;
	}


/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
  display:flex;
  align-items: center;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current-cat a,
a.cart-menu:hover {
	color: var(--main-color) !important;
	text-decoration:underline;
	}
.menu li .current_page_item a,
.menu li .current-menu-item a,
.menu li .current-cat a {
	color: #333333 !important;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border-left: none;
	border-top:	none;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	line-height: 12px;
  padding:0;
	}

.menu a:first-child {
	margin-left:0;
}

.menu li li a {
	border-left: none;
	border-top:	1px solid #DDDDDD;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: var(--main-color);
  font-weight: var(--bold);
	}
.menu li {
	background: none;
	}

.menu li li {
	background: #F5F5F5;
	}
.menu li li li {
	background: #F5F5F5;
	}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active, a.cart-menu:hover {
	background:	none;
	outline: 0;
  opacity:.75
	}
.menu li li:hover, .menu li li.sfHover,
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#000033;
	color: #FFFFFF;
	outline: 0;
	}

/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 15px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
	background-position:  -10px 0;
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
	top: 6px;
	background-position:  0 0;
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

.mobile-menu {
  pointer-events:none;
  visibility: hidden;
  position:fixed;
  display:flex;
  align-items: flex-start;
  justify-content: center;
  opacity:0;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: black;
  list-style: none;
  padding-top: 4rem;
  background: white;
  width:100%;
  height: calc(100vh - 100px)
}

.mobile-menu ul {
  width:920px;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mobile-menu ul li {
width:100%;
}

.mobile-menu ul li a{
font-size:2.75rem;
line-height:1.5;
display:inline;
}

.material-icons {
  font-size:4rem;
  color: var(--link-color);
}

.hamburger {
  z-index: 9999;
  padding: 4px;
  border: none;
  display:none;
  background: white;
  cursor: pointer;
  margin-right:2rem;
}

.show {
  display:block !important
}

.hide {
  display:none !important
}

.closeIcon {
  display: none;
}

.showMenu {
  pointer-events:all;
  visibility:visible;
  opacity:1;
}

.overflowHidden {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh;
}


/************************************************
*	Homepage 					     		    *
************************************************/
#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
#homepagetop {
	background: none;
	border-bottom: 1px solid #ffffff;
	float: left;
	width: 960px;
	height: 450px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
	}
#homepagetop h1 {
	color: #666666;
  font-size: var(--lrg-type);
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	text-indent: 4px;
	margin: 16px 0px 8px 0px;
	padding: 0px;
	line-height: 16px;
	}
#homepagetop h1 a {
    color: #666666;
		text-decoration: none;
	}
#homepagetop h1 a:hover {
    color: #3399ff;
	text-decoration: none;
	}
#homepagetop h3 {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
	}
#homepagetop p {
	font-size: var(--sm-type);
	font-weight: normal;
	line-height: 18px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0;
	overflow: hidden;
	}
#homepage {
	float: left;
	width: 960px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homepagebox_01 {
	float: left;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.homepagebox_02 {
	float: left;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.homepagebox_03 {
	float: left;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.homepagebox_04 {
	float: right;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.homeboxinfo {
	float: left;
	width: 230px;
	background: #F5F5F5;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	}
.homebox {
	float: left;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
.homebox h4 {
	color: #666666;
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
	text-indent: 2px;
	line-height: 18px;
	margin: 10px 10px 6px 10px;
	padding: 0px 0px 0px 0px;
	}
.homebox h4 a, .homebox h4 a:visited {
	color: #666666;
	text-decoration: none;
	border: none;
	}
.homebox h4 a:hover {
	color: #3399ff;
	text-decoration: none;
	border: none;
	}
.homebox p {
	margin: 0px 10px 10px 10px;
	height: 30px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
	}
.homebox img {
	float: left;
	margin: 0px 0px 0px 0px;
	}
.month {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: -1px;
	margin: 5px 0px 0px 0px;
	}
.day {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	}
.homeside {
	margin: 20px 0px 0px 0px;
	width: 310px;
	float: right;
	}

/************************************************
*	Content 					     		    *
************************************************/

ul.grid {
	display:grid;
	grid-template-columns: repeat(auto-fill, 280px);
	grid-gap: 20px 60px;
	width:960px;
}

ul.grid li {
	list-style:none !important;
	padding:0 !important;
	margin:0 !important;
	padding:0 10px
}


ul.grid h3 {
	font-size: var(--sm-type) !important;
	text-align:center;
  font-weight:bold !important;

}

ul.grid li figure img {
 object-fit: cover;
 aspect-ratio: 4 / 3;
 object-position:center center;
}


.wp-block-pb-accordion-item h2 {
	line-height:1.2 !important;
  font-weight:bold !important;
  text-transform:uppercase;
}

.c-accordion__title {
	color:black !important;
	font-size: var(--sm-type) !important;
	font-weight:normal;
	margin:0!important;
}

.c-accordion__title:after {
	color: var(--main-color) !important;
}

.wp-block-pb-accordion-item:last-child {
	margin-bottom:24px;;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	color:#000 !important;
	background:none !important;
	position:relative !important;
	padding-bottom: 48px!important;
}

figcaption{
	text-align:center
}

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
#contentleft {
	float: left;
	background: none;
	width:100%;
	/* width: 640px; */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;

	}
#contentwide {
	float: left;
	background: none;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;

	}
#contenthome {
	float: left;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#contentwide p a, #contentwide p a:visited {
	color: #000033;
	text-decoration: none;
	border-bottom: none;
	}
#contentwide p a:hover {
	color: var(--main-color);
	text-decoration: underline;
	border-bottom: none;
	}
#contentleft h1, #contentwide h1, #blogtitle h1 {
	color: var(--main-color);
  font-size: var(--lrg-type);
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 36px;
	}

#contentleft h2, #contentwide h2, #blogtitle h2 {
	color: var(--main-color);
  font-size: var(--lrg-type);
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
  /* text-transform:uppercase; */
	text-indent: 2px;
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 28px;
	}
#contentleft h3, #contentwide h3, #blogtitle h3 {
	color: var(--main-color);
  font-size: var(--lrg-type);
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	line-height: 28px;
	text-transform:uppercase
	}
#contentleft h4, #contentwide h4, #blogtitle h4 {
	color: var(--main-color);
  font-size: var(--lrg-type);
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 28px;
	}
#contentleft h5, #contentwide h5 {
	color: var(--main-color);
	font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	text-align:left;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 6px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#contentleft h6, #contentwide h6 {
	color: var(--main-color);
	font-size: var(--small-type);
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	text-align:left;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
	}
#contentleft h1 a, #contentwide h1 a, #blogtitle h1 a,
#contentleft h2 a, #contentwide h2 a, #blogtitle h2 a,
#contentleft h3 a, #contentwide h3 a, #blogtitle h3 a,
#contentleft h4 a, #contentwide h4 a, #blogtitle h4 a,
#contentleft h5 a, #contentwide h5 a, #blogtitle h5 a,
#contentleft h6 a, #contentwide h6 a, #blogtitle h6 a {
	color: var(--main-color);
	text-decoration: none;
	border: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover, #blogtitle h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover, #blogtitle h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover, #blogtitle h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover, #blogtitle h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover, #blogtitle h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover, #blogtitle h6 a:hover {
	color: #000033;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	}
.postarea {
	width:100%
}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	color: #999999;
	font-family: Helvetica, Arial;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
#content blockquote p {
	margin: 0px;
	padding: 0px;
	}
.postauthor {
	font-size: 11px;
	line-height: 10px;
	margin: -5px 0px 5px 0px;
	padding: 0px;
	}
.postmeta {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 5px 10px 5px 10px;

	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postservice {
	background: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
code {
	color: #999999;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Helvetica, Arial;
	}
#content .archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#prevLink p {
	margin: 0px;
	padding: 0px;
	}
#nextLink p {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Shop 					     		    *
************************************************/

.woocommerce .col2-set, .woocommerce-page .col2-set {
 margin-bottom:1rem
}

ul.wc-block-grid__products li {
	list-style:none
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
		background-color: rgb(255,255,255);
		color:inherit;
		border-radius:3px;
}

.wp-block-button__link, .add_to_cart_button, .woocommerce a.button {
	border:1px solid var(--main-color) !important
}

h2.wc-block-components-product-title, h2.woocommerce-loop-product__title {
	font-size: var(--sm-type) !important;
	line-height:1.2 !important;
}

.related {
	float:left;
	width:100%;
	border-top: 1px solid var(--link-color);
	padding-top:24px;
}

.single_add_to_cart_button, .woocommerce button.button.alt, .checkout-button {
	border:1px solid #000 !important;
	background-color: rgb(255,255,255) !important;
	color: var(--main-color) !important;
	border-radius:3px;
	font-weight:normal
}

.woocommerce-message {
  line-height:2.5
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	background-color: rgb(255,255,255) !important;
	font-weight:normal;
	color: var(--main-color) !important;
  border:1px solid var(--main-color)
}
.woocommerce ul.products li.product .button, .wp-element-button {
	background-color: rgb(255,255,255) !important;
	font-weight:normal !important;
	color: var(--main-color) !important;
	border:1px solid red
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: var(--sm-type) !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 20px;
   margin-top:1rem !important
}

.flex-control-thumbs li {
  padding-left:0 !important;
  width:100% !important;
  height:auto;
}

.flex-control-thumbs li:first-child {
	padding-left:0 !important
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--main-color) !important
}

.woocommerce ul.products li.product .price {
	color: var(--main-color) !important;
  font-size: var(--sm-type) !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	color: var(--main-color) !important;
	border-top:1px solid !important;
	border-top-color: var(--link-color) !important;
	background-color:white !important;
  padding-right:0 !important
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom:1px solid var(--link-color) !important;
}

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
	color: var(--main-color) !important;
}

.woocommerce table.shop_table {
	border-radius:0px !important;
	border
}

.woocommerce ul.products li.product a {
text-align:center;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  font-family: Helvetica, Arial;
  padding:5px
}

.select2-results__option {
  font-family: Helvetica, Arial;
}

#nav {
  display:flex;
  justify-content: space-between;
}


div a.cart-menu {
  display:flex;
  align-items: center;
  margin-top:14px;
}
a.cart-menu {
    border-left: none;
    border-top: none;
    text-decoration: none;
    line-height: 12px;
    color: var(--main-color);
    font-weight: var(--bold)
}

.cart-menu:after {
  color: var(--main-color);
  font-weight: var(--bold);
  display:inline;
  margin-top:0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background:rgb(255,255,255) !important;
  border:1px solid var(--link-color);
}

.woocommerce ul.products li.product .button {
  display:none
}
.woocommerce table.shop_attributes th {
  text-align:left

}
.woocommerce table.shop_attributes td {
  font-style:normal !important;
}

.woocommerce ul#shipping_method li {
padding:0
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border:1px solid var(--link-color) !important;
}

.woocommerce form .form-row input.input-text {
  padding:5px
}

.woocommerce-tabs {
  margin-top: 1rem
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius:0 !important;
  border-color: var(--link-color) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-left:0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border-radius:0 !important;
left:0 !important;
box-shadow: none !important;
border:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:first-child {
padding-left:0 !important
}

.cart-empty:before {
  /* display:none */
}

.pswp__caption__center {
  font-family: var(--main-font);
  text-align:center !important
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "\e028";
    display: inline-block;
    position: absolute;
    left:.1rem !important;;
}

p.woocommerce-info {
  padding: 1em 2em 1em 3.5em !important;
}

/************************************************
*	Portfolio  									*
************************************************/
.portfolio {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 940px;
	max-height: 64px;
	}
.portfoliotitle p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	max-height: 34px;
	overflow: hidden;
	}
#contentwide .portfoliotitle h4 {
	color: #666666;
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
.portfoliotitle a, .portfoliotitle a:visited {
	color: #000033 !important;
	}
.portfoliotitle a:hover {
	color: #000033;
	text-decoration: underline !important;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg a img:hover {
	background: #000033;
	}

/************************************************
*	Portfolio 2 Column							*
************************************************/
.portfolio_2 {
	float: left;
	display: block;
	width: 472px;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_2 {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 452px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_2 p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	}
#contentwide .portfoliotitle_2 h4 {
	color: #666666;
	font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
	}
.portfoliotitle_2 a, .portfoliotitle_2 a:visited {
	color: #000033 !important;
	}
.portfoliotitle_2 a:hover {
	color: #000033;
	text-decoration: underline !important;
	}
.portfolioimg_2 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg_2 a img:hover {
	background: #000033;
	}
.portfolio_2.first {
	margin: 10px 0px 10px 0px;
	}

/************************************************
*	Portfolio 3 Column							*
************************************************/
.portfolio_3 {
	float: left;
	display: block;
	width: 310px;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_3 {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 290px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_3 p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	}
#contentwide .portfoliotitle_3 h4 {
	color: #666666;
	font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
	}
.portfoliotitle_3 a, .portfoliotitle_3 a:visited {
	color: #000033 !important;
	}
.portfoliotitle_3 a:hover {
	color: #000033;
	text-decoration: underline !important;
	}
.portfolioimg_3 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg_3 a img:hover {
	background: #000033;
	}
.portfolio_3.first {
	margin: 10px 0px 10px 0px;
	}

/************************************************
*	Images  					     		    *
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	background: #FFFFFF;
	max-width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.wp-caption p.wp-caption-text {
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}

/************************************************
*	Sidebar 	        			     	    *
************************************************/
#sidebar {
	float: right;
	display: inline-block;
	width: 290px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #666666;
	font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	text-align:left;
	margin: 0px 0px 5px 0px;
	}
#sidebar a, #sidebar a:visited {
	}
#sidebar a:hover {
	}
#sidebar p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	}
#sidebar li {
	list-style-type: none;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
#sidebar ul li ul {
	margin: 0px 0px 0px 0px;
	}
#sidebar ul li a {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li a:hover {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-indent: 10px;
	border-top: 1px solid #DDDDDD;
	}
#sidebar ul li ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-indent: 20px;
	border-top: 1px solid #DDDDDD;
	}


/************************************************
*	Subscribe									*
************************************************/
.subscribe {
	background: #F5F5F5;
	list-style:none;
	width: 270px;
	margin: 0px 0px 10px 0px;
	padding: 10px;

	}
.subscribe form {
	margin: 0;
	padding: 0;
	}
.subscribe input {
	margin: 0;
	padding: 0;
	}
.subscribe h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align:left;
	margin: 0px 0px 5px 0px;
	}
.subscribe a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
.subscribe a:hover {
	color: #666666;
	text-decoration: underline;
	}
#subbox {
	background: #FFFFFF;
	width: 172px;
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#subbutton {
	background: #666666;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	height: 24px;
	margin: 2px 0px 0px 10px;
	padding: 0px 3px 2px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#subbutton:hover {
	background: #000033;
	color: #FFFFFF;
	}

/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 960px;
	height: 50px;
	color: #FFFFFF;
	margin: 20px auto 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #DDDDDD;
	}
#footer p {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	}
.footertop {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 18px 0px 0px 0px;
	}
.footertop a {
	color: #999999;
	text-decoration: none;
	}
.footertop a:hover {
	color: #666666;
	text-decoration: underline;
	}
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 8px 0px 0px 0px;
	}
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
.footerbottom a:hover {
	color: #333333;
	text-decoration: none;
	}
.footerright {
	float: right;
	display: inline-block;
	margin: 18px 18px 0px 0px;
	}

/
