/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 @font-face {
	font-family:'BrandonGrotesque-Regular';
	src: url('../fonts/BrandonGrotesque-Regular_gdi.eot');
	src: url('../fonts/BrandonGrotesque-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonGrotesque-Regular_gdi.woff') format('woff'),
		url('../fonts/BrandonGrotesque-Regular_gdi.ttf') format('truetype'),
		url('../fonts/BrandonGrotesque-Regular_gdi.otf') format('opentype'),
		url('../fonts/BrandonGrotesque-Regular_gdi.svg#BrandonGrotesque-Regular') format('svg');
	font-weight: 390;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'BrandonGrotesque-Medium';
	src: url('../fonts/BrandonGrotesque-Medium_gdi.eot');
	src: url('../fonts/BrandonGrotesque-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonGrotesque-Medium_gdi.woff') format('woff'),
		url('../fonts/BrandonGrotesque-Medium_gdi.ttf') format('truetype'),
		url('../fonts/BrandonGrotesque-Medium_gdi.otf') format('opentype'),
		url('../fonts/BrandonGrotesque-Medium_gdi.svg#BrandonGrotesque-Medium') format('svg');
	font-weight: 420;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'BrandonGrotesque-Bold';
	src: url('../fonts/BrandonGrotesque-Bold_gdi.eot');
	src: url('../fonts/BrandonGrotesque-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonGrotesque-Bold_gdi.woff') format('woff'),
		url('../fonts/BrandonGrotesque-Bold_gdi.ttf') format('truetype'),
		url('../fonts/BrandonGrotesque-Bold_gdi.otf') format('opentype'),
		url('../fonts/BrandonGrotesque-Bold_gdi.svg#BrandonGrotesque-Bold') format('svg');
	font-weight: 450;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'MyriadProRegular-Regular';
	src: url('../fonts/MyriadProRegular_gdi.eot');
	src: url('../fonts/MyriadProRegular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadProRegular_gdi.woff') format('woff'),
		url('../fonts/MyriadProRegular_gdi.ttf') format('truetype'),
		url('../fonts/MyriadProRegular_gdi.otf') format('opentype'),
		url('../fonts/MyriadProRegular_gdi.svg#MyriadProRegular-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'MyriadPro-Semibold';
	src: url('../fonts/MyriadPro-Semibold_gdi.eot');
	src: url('../fonts/MyriadPro-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Semibold_gdi.woff') format('woff'),
		url('../fonts/MyriadPro-Semibold_gdi.ttf') format('truetype'),
		url('../fonts/MyriadPro-Semibold_gdi.otf') format('opentype'),
		url('../fonts/MyriadPro-Semibold_gdi.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
	color: #2D2D2D;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p { 
	margin: 0.3em 0px 0.7em 0px;
	line-height: 18px;
}
a {
	color: #BFAB61;
	text-decoration: underline;
}
a:focus, input:focus, div:focus, ul:focus {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
   
 
  

body , html {
	font-family: 'MyriadProRegular-Regular';
	margin: 0;
	height: 100%;
}
html {
}
body {
	/*-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
/*
 * Full bg properties
 */
 #full_background { display: none }
.fullBg {
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  /* ie 6 hack */
  _position: absolute;
  _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

.desktop_vw, .desktop_tab_vw { display:block; }
.desktop_vw_inline, .desktop_tab_vw_inline { display:inline; }
.mobile_vw, .mobile_vw_inline, .tab_mobile_vw { display:none; }


/* ==========================================================================
   Header
   ========================================================================== */
header#head {
	height: 111px;
	position: relative;
	z-index: 500;
	font-size: 0;
	background: url(../img/header-bg.png) repeat;
	
	/*-webkit-transition-duration: 100ms;
	-webkit-transition-property: height, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 100ms;
	-moz-transition-property: height, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 100ms;
	-o-transition-property: height, background;
	-o-transition-timing-function: ease;*/
}
header .logo {	
	padding: 25px 10px 26px 2px;
	margin-left: 10px;
	width: auto;
	display: inline-block;
}
header .logo a {
	text-decoration: none;
}
/* fix header properties */
#main_wrapper.head_fixed header#head {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	border-top: 18px solid #fff;
	border-left: 18px solid #fff;
	border-right: 18px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_wrapper.head_fixed header#head .logo {	
	padding: 10px 10px 17px 2px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-ms-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#main_wrapper.head_fixed header#head .logo img {height: 53px;}
#main_wrapper.head_fixed #main_container {
	padding-top: 111px;
}
#main_wrapper.head_fixed header#head:before {
	content:'';
	position: absolute;
	width: 18px;
	height: 100%;
	background-color:#fff;
	right: -18px;
	top: 0;
	z-index: 100;
}
#main_wrapper.head_fixed header#head:after {
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	width: 95%;
	height: 1px;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
}

/* ==========================================================================
   Top Main Navigation
   ========================================================================== */
#topnav { 
	position: absolute;
	top: 0;
	right:0;
	font-family: 'MyriadProRegular-Regular';
}
#topnav .main_menu {
	margin:0;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#topnav .main_menu li {
	display: inline-block;
	line-height: 13px;
	border-right: 1px solid #363535;
	padding: 0 13px;
}
#topnav .main_menu li:last-child {
	border-right: none;
}
#topnav a {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}
#topnav a:hover {
	color: #999;
}
.logicon {
	background: url(../img/sprites.png) -68px -36px no-repeat;
	width: 11px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;
	margin-right: 12px;
}
#topnav .top-cart-container {
	position: relative;
	display: inline-block;
	background-color: #000;
}
#topnav .top-cart-container a {
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 10px 9px;
	font-family: 'BrandonGrotesque-Medium';
}
#topnav .top-cart-container .carticon {
	background: url(../img/sprites.png) -51px -36px no-repeat;
	width: 17px;
	height: 14px;
	vertical-align: text-top;
	display: inline-block;
	margin-right: 6px;
}
#topnav a.fb, #topnav a.insta, #topnav a.loglink {
	background: transparent url(../img/sprites.png)  0 -36px no-repeat;	
	font-size: 0;
    height: 16px;
    line-height: 0;
    width: 16px;
	border-width: 10px 8px;
	border-color: #000;
	border-style: solid;
	margin-right: 2px;
	display: inline-block;
}
#topnav a.fb {
	background-position: 0 -36px;
}
#topnav a.insta {
	background-position: -16px -36px;
}
#topnav a.loglink {
	background-image: none;
	margin-right: 0;
	margin-left: 2px;
	text-align: center;
	background-color: #000;
}
#topnav a.loglink span.logicon {
	margin-top: 0;
	margin-right: 0;
	background-color: #000;
}

/* ==========================================================================
   card dropdown
   ========================================================================== */
.top-cart-container.focus #cartplus-dropdown, .m_cart_holder.focus #cartplus-dropdown, .cart-mobile-wrap.focus #cartplus-dropdown {
	display: block!important;
	opacity: 1;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
#cartplus-dropdown {
	background-color: #000;
	position: absolute;
	padding: 3px 0;
	right: 0;
	z-index: 450;
	width: 240px;
	padding: 8px 14px 12px 14px; 
	display: none;
	font-size:0;
	opacity: 0;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
	color: #fff;
	font-size: 13px;
	font-family: 'MyriadProRegular-Regular';
}
.top-cart-container.focus a.minCartBtn, .m_cart_holder.focus a.minCartBtn{
	background-color: #BFAB61!important;
}
.m_cart_holder #cartplus-dropdown {
	margin-top: 1px;
	margin-right: 1px;
}
#cartplus-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
#cartplus-dropdown ul li {
	margin: 8px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}
.top-cart-container #cartplus-dropdown a { padding: 0 }
#cartplus-dropdown a.wp-post-image, .top-cart-container #cartplus-dropdown img.wp-post-image,
#cartplus-dropdown img.attachment-thumbnail.size-thumbnail {
	width: 49px;
	height: auto;
	float: left;
	margin-left: 4px;
}
li.mini_cart_item {
	clear: both;
}
.lft-image {
	float:left;
	margin-right:5px;
}
li.mini_cart_item .pname {
	display: inline;
	vertical-align: middle;
	line-height: 15px;
}
li.mini_cart_item .pname .quantity {
	float: none;
	display: inline-block;
}
#cartplus-dropdown ul li div.left {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	max-width: 61%;
	text-align: left;
}
#cartplus-dropdown ul.cart_list .left a { text-align: left }
#cartplus-dropdown ul li div.left a {
	font-family: 'MyriadPro-Semibold';
}
#cartplus-dropdown ul li div.left .quantity {
	display: block;
}
#cartplus-dropdown ul li a.remove, .cart_item td.product-remove a.remove, a#yith-quick-view-close {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: transparent url(../img/sprites.png) no-repeat -119px -36px;
	font-size: 0;
	text-indent: -999px;
}
a#yith-quick-view-close {
	top: -5px;
	border: none!important;
}
#cartplus-dropdown p.total { display: none }
#cartplus-dropdown p.buttons {
	margin: 0;
	padding-top: 11px;
}
#cartplus-dropdown p.buttons a.wc-forward {
	text-decoration: underline;
	font-size: 13px;
	vertical-align: middle;
	margin-top: 10px;
}
#cartplus-dropdown p.buttons a.wc-forward.checkout {
	float: right;
	margin-top: 0;
	background-color: #BFAB61;
	display: inline-block;
	text-decoration: none;
	color: #0C0C0C;
	font-weight: bold;
	line-height: 13px;
	padding: 13px;
	text-transform: uppercase;
}
#cartplus-dropdown p.buttons a.wc-forward.checkout:hover { color: #fff }
/*body .top-cart-container div.festi-cart-products div.festi-cart-products-content {
	background-color: transparent!important;
	border: none!important;
	border-radius: none!important;
	padding: 0;
}*/
.cart_item td.product-remove a.remove {
	margin-top: 0;
	margin-left: 0;
}
.xoo-wl-form {
	overflow: inherit!important;
	box-sizing: border-box;
	width: 100%;
}
.xoo-wl-modal input {
	box-sizing: border-box;
}
.woocommerce ul.products li.product .xoo-wl-btn.button { display: none }
/* ==========================================================================
   Search
   ========================================================================== */
.searchTop {
    display: inline-block;
}
#searchForm { display: none }
#topnav .search-nav-container.focus #searchForm, .m_search_holder.focus #searchForm {
	display: block;
	opacity: 1;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
#topnav .search-nav-container {
	display: inline-block;
	width: auto;
	height: 36px;
	margin: 0 2px 0 0;
	vertical-align: middle;
	position: relative;
}
#topnav .search-nav-container a.searchBtn {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 41px;
	height: 36px;
	background: #000 url(../img/search.png) no-repeat 13px 10px;
}
.m_search_holder #searchForm.blck, .m_search_holder #searchForm.blck {
	margin-top: 1px;
	width: 215px;
	right: -117px;
}
.m_search_holder #searchForm.blck input#s, #prodsearch form input.field {
	width: 142px;
}
#searchForm.blck, #prodsearch form, #searchForm.blck {
	background-color: #000;
	position: absolute;
	padding: 3px 0;
	right: 0;
	z-index: 450;
	width: 190px;
	display: none;
	font-size:0;
	opacity: 0;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
}
#searchForm.blck {
    width: 250px;
}
#head #topnav .search-nav-container .aws-container .aws-search-field {
    width: 200px;
}
#searchForm.blck .aws-container .aws-search-field, #topnav .search-nav-container .aws-container .aws-search-field {
	background-color: transparent;
}
#searchForm.blck .aws-container .aws-search-form, #topnav .search-nav-container .aws-search-form {
    height: auto;
}
#searchForm.blck .aws-container .aws-search-form .aws-search-btn_icon, #topnav .search-nav-container .aws-container .aws-search-form .aws-search-btn_icon {
    visibility: none;
}
body .aws-search-result .aws_result_brands { color: inherit; }
body .aws-search-result .aws_result_excerpt { color: #fff; }
#topnav .search-nav-container .aws-container .aws-search-form .aws-form-btn { display:none; }
#prodsearch {
	width: auto;
	text-align: center;
	margin-right: 230px;
}
#prodsearch form {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	font-size:0;
	opacity: 1;
	padding: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	margin: 14px 0 0;
	clear: both;
}
#prodsearch form input.field {
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
}
#searchForm.blck input#s, #prodsearch form input.field, #searchForm.blck .aws-container .aws-search-field, #topnav .search-nav-container .aws-container .aws-search-field {
	font-family: 'BrandonGrotesque-Medium';
	border: none;
	background: #000 url(../img/search.png) no-repeat 8px 8px;
	font-size: 14px;
	line-height: 36px;
	height: 36px!important;
	padding: 0 10px 0 30px;
	color: #fff;
	width: 120px;
	vertical-align: top;
}
#prodsearch form input.field {
	background: #fff url(../img/search-gld.png) no-repeat 8px 10px;
	color: #000;
}
#searchForm.blck input#searchsubmit, #prodsearch form input.submit, #searchForm.blck .aws-container .aws-search-form .aws-form-btn {
	display: inline-block;
	background: #000 url(../img/search-arw.png) no-repeat right;
	box-shadow: none;
	padding: 0 0 0 30px;
	width: 30px;
	font-size: 0;
	padding: 0;
	margin: 0;
	text-indent: -999px;
	height: 36px;
	border: none;
}
#prodsearch form input.submit {
	background-color: #BFAB61;
}
#topnav .search-nav-container.focus a.searchBtn, .m_search_holder.focus a.searchBtn {
	background-color: #BFAB61!important;
}
/* all */
#searchForm.blck ::-webkit-input-placeholder { color:#ccc;font-style:italic }
#searchForm.blck ::-moz-placeholder { color:#ccc;font-style:italic } /* firefox 19+ */
#searchForm.blck :-ms-input-placeholder { color:#ccc;font-style:italic } /* ie */
#searchForm.blck input:-moz-placeholder { color:#ccc;font-style:italic }
body .aws-search-result {
    background-color: #000;
    border: none;
    border-top: 1px solid #999;
    margin-top: 0;
}
body .aws-search-result .aws_result_item.hovered {
    background-color: #333;
}
body .aws-search-result .aws_result_title, .aws_result_item.aws_search_more a {
    color: #BFAB61;
}
body .aws-search-result .aws_result_price,.aws-search-result .aws_result_excerpt {
    color: #fff;
}

body .ui-autocomplete {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none!important;
}
body .isp_section_header {
	background-color: #000;
	color: #fff;
	font-family: "MyriadProRegular";
	font-weight: normal;
	font-size: 18px;
}
body .ui-autocomplete .ui-menu-item .ui-corner-all {
	color: #2d2d2d;
}
body .ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-focus {
  background: #ececec linear-gradient(to bottom, #ececec, #ececec) repeat!important;
  color: #2d2d2d!important;
}
body .n_b_acp {
  color: #bfab61!important;
}
/* ==========================================================================
   Main category menu
   ========================================================================== */

#head nav {
	height: 44px;
	position:absolute;
	right:0;
	bottom:0;
	width: auto;
	z-index:400;
	clear: both;
}
#main_wrapper.head_fixed nav { height: 34px }
ul#menu {
	margin: 0;
	padding: 0;
    list-style:none;
	position: relative;
	font-size:0;
}
ul#menu a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-family: 'MyriadProRegular-Regular';
}
ul#menu li.level-0 li a {
	color: #fff;
    font-size: 16px;
}
ul#menu li.level-0 {
	clear: both;
	position: relative;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
    vertical-align: top;
    min-height: 19px;
    line-height: 19px;
    height: 44px;
    padding: 0 12px;
}
#main_wrapper.head_fixed ul#menu li.level-0 {
    height: 34px;
}
ul#menu li.level-0 a.level-1 {
	padding: 0;
	white-space: nowrap;
    font-size: 16px;
	line-height: 19px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
ul#menu li.first.level-0 a.level-1 {
	border-left: 0;
	padding-left: 0;
}
ul#menu li.level-0 span.arrow{
	font-size: 0;
	text-indent: -999px;
	width: 11px;
	height: 7px;
	background: url(../img/sprites.png) -79px -36px no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	margin-top: 9px;
}

ul#menu li.level-0.current_page_parent a, ul#menu li.level-0.current-menu-item a {  }
ul#menu li.level-0 ul {
    position:absolute;	
	display: none;
    margin:0;
	box-shadow: 0 1px 3px #ccc;
	-o-box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	-khtml-box-shadow: 0 1px 3px #ccc;
    background-color: #FFF;
	padding: 0;
}
ul#menu li.level-0 a.level-1.hover, ul#menu li.level-1 a.hover, ul#menu li.level-0.custom ul.level-3 li a.hover {
	color: #DDC35D;
}
ul#menu li.level-0 a.level-1.hover span.arrow{
	background-position: -79px -44px;
}
ul#menu li.level-0 span.dropArrow {
	width: 18px;
	height: 13px;
	background: url(../img/sprites.png) -90px -36px no-repeat;
	display: none;
	position: absolute;
	left: -10px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 510;
}
ul#menu li.level-0.hover span.dropArrow { display: block }

/* Level 2 normal */
ul#menu li.level-0 ul ul {
	padding-top: 0;
}
ul#menu li.level-0 li {
    position:relative;
    filter: none;
    font-size: 13px;
	line-height: 14px;
	height: auto;
    min-height: auto;
    line-height: auto;
	width: auto;
	min-width: 180px;
    display: block;
	padding: 0;
	/*border-bottom: 1px solid #FDFDFD;*/
}
ul#menu li.level-0 li.last { border-bottom: none }
ul#menu li.level-0 li a {
	display: block!important;
	padding: 8px 10px;
	font-size: 15px;
	color: #4D4D4D;
	vertical-align: middle;
	/*border-bottom: 1px solid #f2f2f2;*/
	text-align: left;
}
ul#menu li.level-0 li span.arrow {
	font-size: 13px!important;
	text-indent: 0;
	height: auto;
	width: auto;
	line-height: 15px;
	position: absolute;
	right: 5px;
	color: #ccc;
	background-image: none;
	margin-top: 0;
}
/* Level 2 custom */
ul#menu li.level-0.custom ul.level-1 {
	width: auto;
	overflow: hidden;
	display: table;
}
ul#menu li.level-0.custom ul.level-1 li {
	min-width: inherit;
}
ul#menu li.level-0.custom ul.level-1 li.level-1 {
	display: table-cell;
	border-left: 1px solid #DBDBDB;
	border-bottom: none;
	padding: 12px 6px;
}
ul#menu li.level-0.custom ul.level-1 li.level-1.last {
	border-right: none;
}
ul#menu li.level-0.custom ul.level-1 ul {
	display: block;
	position: relative;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
}
ul#menu li.level-0.custom ul.level-1 ul li {
	border-bottom: none;
}
ul#menu li.level-0.custom ul.level-1 a {
	white-space: nowrap;
	display: block;
	border-bottom: none;
	padding: 8px 20px 8px 15px;
}
ul#menu li.level-0.custom ul.level-1 a.level-2 {
	text-transform: uppercase;
	color: #A5A5A5;
	font-family: 'MyriadPro-Semibold';
	font-size: 12px;
}
ul#menu li.level-0.custom ul.level-1 .arrow { display: none }
ul#menu li.level-0.custom ul.level-1 li.level-1.hlight a.level-2 {
	color: #DDC35D;
	font-size: 15px;
    font-family: 'BrandonGrotesque-Bold';
}
ul#menu li.level-0.custom ul.level-1 li.level-2.hlight a {
    font-family: 'MyriadPro-Semibold';
}
ul#menu li.level-0.custom ul.level-3 {}
ul#menu li.level-0.custom ul.level-3 li a {
	padding: 4px 15px 4px 20px;
	color: #787878;
	font-size: 14px;
}

/* Main mobile menu */
#mobile_slctd_menu {
	border-top: 1px solid #fff;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	position: relative;
	padding-left: 14px;
	padding-right: 38px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'BrandonGrotesque-Medium';
	color: #fff;
	background-color: #000;
}
a#mobile_slctd_menu.opn {
	color: #000;
	background-color: #DDC35D;
}
#mobile_slctd_menu:after {
	content: '';
	background: url(../img/sprites.png) -137px -59px no-repeat;
	width: 23px;
	height: 23px;
	vertical-align: top;
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 13px;
}
#mobile_slctd_menu.opn:after {
	background: url(../img/sprites.png) -161px -59px no-repeat;
}
a.m_call, .m_search_holder, .m_cart_holder { 
	float: right;
	width: 58px;
	height: 49px;
	background: url(../img/sprites.png) no-repeat;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#head nav .m_search_holder, #head nav .m_cart_holder {
	background-image: none;
	position: relative;
}
#head nav .m_search_holder a.searchBtn, #head nav .m_cart_holder a.minCartBtn {
	display: block;
	width: 58px;
	height: 100%;
	background: #353535 url(../img/sprites.png) no-repeat;
}
#head nav .m_search_holder a.searchBtn { background-position: -89px -98px; }
#head nav .m_cart_holder a.minCartBtn { background-position: -207px -98px; }
a.m_call { background-position: -148px -98px; background-color: #353535}

#head nav #mainMobileMenu, .menu-mobile-wrap #mobileMenu {
	clear: both;
	position: absolute;
	top: 49px;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #E7E7E7;
	color: #0D0D0D;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 5px #666;
	-o-box-shadow: 0 2px 5px #666;
	-moz-box-shadow: 0 2px 5px #666;
	-webkit-box-shadow: 0 2px 5px #666;
	-khtml-box-shadow: 0 2px 5px #666;
}
#mainMobileMenu ul, .menu-mobile-wrap #mobileMenu ul {
	margin: 0;
	padding: 0;
	display: none;
}
#mainMobileMenu a, .menu-mobile-wrap #mobileMenu a {
	display: block;
	color: #0D0D0D;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 17px;
	border-bottom: 1px solid #B6B6B6;
	position: relative;
	font-family: 'MyriadProRegular-Regular';
	cursor: pointer;
	text-transform: capitalize;
}
.menu-mobile-wrap #mobileMenu li.level-0 > ul {
	display: block!important;
}
#mainMobileMenu li.level-0 ul, .menu-mobile-wrap #mobileMenu li.level-0 ul{
	background-color: #D4D4D4;
}
#mainMobileMenu li.level-1 ul, .menu-mobile-wrap #mobileMenu li.level-1 ul{
	background-color: #C7C7C7;
}
#mainMobileMenu li.level-1 a.drop, .menu-mobile-wrap #mobileMenu li.level-1 a.drop {
	background-color: #DDC35D;
}
#mainMobileMenu li.level-2.hlight a, .menu-mobile-wrap #mobileMenu li.level-2.hlight a {
    font-family: 'MyriadPro-Semibold';
}
#mainMobileMenu a span.arrow, .menu-mobile-wrap #mobileMenu a span.arrow {
	font-size: 0;
	text-indent: -999px;
	width: 11px;
	height: 9px;
	background: url(../img/sprites.png) -108px -36px no-repeat;
	display: inline-block;
	margin-left: 5px;
}

/* new changes 
   13 Nov 2019
*/

.cart-mobile-wrap #cartplus-dropdown {
	right: 0;
	width: 100%;
	display: none;
	top: 83px;
	box-sizing: border-box;
}
.mobile-top-nav {
	float: right;
	display: none;
	margin-top: 22px;
	margin-right: 9px;
}
.mobile-top-nav .icon {
	background: url(../img/sprites2.png) no-repeat;
	display: inline-block;
	width: 38px;
	height: 41px;
}
.mobile-top-nav .cart-mobile-wrap, .mobile-top-nav .menu-mobile-wrap {
	display: inline-block;
}
.mobile-top-nav .mphone { background-position: 0 0; }
.mobile-top-nav .maccout { background-position: -38px 0; }
.mobile-top-nav .mcart { background-position: -75px 0; }
.mobile-top-nav .mmenu { background-position: -114px 0; }
.mobile-top-nav .mphone:hover { background-position: 0 -41px; }
.mobile-top-nav .maccout:hover { background-position: -38px -41px; }
.mobile-top-nav .mcart:hover { background-position: -75px -41px; }
.mobile-top-nav .mmenu.opn { background-position: -114px -41px; }
.msearch {
	padding: 5px 0;
	background-color: #000;
	display: none;
}
.addrs {
	font-size: 11px;
	color: #fff;
	display: block;
	clear: both;
	padding-left: 14px;
	margin-top: -10px;
	display: none;
}
.msearch .aws-container {
	padding-left: 6px;
	padding-right: 6px;
}
.msearch .aws-container .aws-search-field, .msearch .aws-container .aws-search-field:focus {
	border: none;
	background-color: #DDDDDD;
}
.msearch .aws-container[data-show-page="false"] .aws-search-form .aws-search-btn, .msearch .aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover, .aws-container .aws-search-form .aws-form-btn {
	cursor: pointer;
	border: none;
	background-color: #DDDDDD;
}
.msearch .aws-container .aws-search-form .aws-search-btn svg { color: #000; }
.menu-mobile-wrap #mobileMenu {
	top: 141px;
	left: 0;
}
.menu-mobile-wrap.focus #mobileMenu { display:block }
#main_container.home .headintro {
	text-align: center;
	background: url('/wp-content/uploads/2020/04/banner-top-1024x384.jpg') no-repeat;
	background-size: cover;
	padding: 20px 50px;
	position: relative;
}
#main_container.home .headintro h1 {
	font-weight: normal;
	font-family: 'BrandonGrotesque-Regular';
}
#main_container.home .headintro h2 {
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
}
#main_container.home .headintro h1, #main_container.home .headintro h2 {
	color: #0d0d0d;
	z-index: 2;
	position: relative;
}
#main_container.home .headintro:after {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255, 0.7);
}
#main_container.home #slides,
#main_container.home .slide_controls { display:none!important;}

.newarrivals {
	clear: both;
	background: url('/wp-content/themes/cigars/img/featured-bg.jpg') no-repeat;
	background-size: cover;
	padding: 10px 16px;
}
#main_container.home h3.headtitle {
	margin: 20px 0;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	font-family: 'BrandonGrotesque-Bold';
	text-transform: uppercase;
}
#main_container.home h3.headtitle.dark {
	color: #2D2D2D;
}
.newarrivals .newitem {
	margin: 0;
	padding: 0;
	list-style: none;
}
.newarrivals .newitem li {
	width: -webkit-calc(50% - 8px);
    width:    -moz-calc(50% - 8px);
    width:         calc(50% - 8px);
	float: left;
	margin-right: 16px;
	font-size: 13px;
	margin-bottom: 20px;
}
.newarrivals .newitem li:last-child {
	margin-right: 0;
}
.newarrivals .newitem li .button, #main_container.home .homespecial .woocommerce ul.products li.product .button.add_to_cart_button, #main_container.home .homecigars .button.yith-wcqv-button { display: none; }
.newarrivals .newitem li img {
	max-width: 100%;
	height: auto;
}
.newarrivals .newitem li a { text-decoration: none; display: block; }
.newarrivals .newitem li a h3, #main_container.home .homespecial .woocommerce ul.products li.product h3 {
	font-weight: normal;
	margin: 10px 0 5px;
	font-size: 13px;
}
.newarrivals .newitem li a .price { color: #fff; }
.newarrivals a.more, .homespecial a.more, .homecigars a.more, .homecigars.dark a.more {
	display: block;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: -16px;
	margin-right: -16px;
	padding: 10px 16px;
	text-decoration: none;
	margin-bottom: 15px;
}
.newarrivals a.more span, .homespecial a.more span, .homecigars a.more span, .homecigars.dark a.more span {
	width: 19px;
	height: 18px;
	display: inline-block;
	float: right;
	background: url('/wp-content/themes/cigars/img/search-arw.png') no-repeat;
}
.homecigars.dark {
	background-color: #000;
	color: #FEFEFE;
}
.homecigars.dark a, .homecigars.dark .col2 a {
	color: #FEFEFE;
}

.homespecial, .homecigars, .homeregions {
	padding: 10px 16px;
}
.homespecial .woocommerce ul.products[class*="columns-"] li.product, .homespecial .woocommerce-page ul.products[class*="columns-"] li.product{
	margin-bottom: 25px;
}
.homespecial .woocommerce ul.products li.product a.button.yith-wcqv-button {
	background-color: #BFAB61;
	color: #fff;
}
.homespecial .woocommerce ul.products li.product a.button.yith-wcqv-button:hover:before {
	color: #fff;
	background: transparent url(../img/search.png) no-repeat;
}
#main_container.home .homespecial .woocommerce ul.products li.product h3 {
	color: #2d2d2d;
	padding: 0;
	line-height: 16px;
}
.homespecial a.more, .homecigars a.more {
	color: #2d2d2d;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.homespecial a.more span, .homecigars a.more span {
	background: url('/wp-content/themes/cigars/img/sprites2.png') 0 -82px no-repeat;
}

.homecigars {}
.homecigars .col1 {
	font-family: 'MyriadPro-Semibold';
	font-weight: normal;
}
.homecigars .col2 a {
	color: #2D2D2D;
}
.homecigars .col2, .homecigars .col6 {
    font-size: 18px;
}
.homecigars .col6 { font-weight: bold }
.homecigars .newitem {
	margin: 0;
	padding: 0;
	list-style: none;
}
.homecigars .newitem li {
	clear: both;
	padding-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}
.homecigars .button.add_to_cart_button {
	background-color: #BFAB61;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 4px 10px;
	line-height: 17px;
	font-size: 16px;
	font-weight: bold;
}
.homecigars .button.add_to_cart_button:before {
    content: "";
    width: 17px;
    height: 14px;
    background: transparent url(../img/sprites.png) -51px -36px no-repeat;
    display: inline-block;
    margin-right: 7px;
	vertical-align: top;
}
.homecigars .col6 {
	width: 50%;
	padding-top: 5px;
	float: left;
}
.homecigars .col7 {
	float: left;
	width: 50%;
	text-align: right;
}

.homeregions {
	margin-bottom: 30px;
}
.homeregions .lst a {
	display: inline-block;
	width: 48.5%;
	min-height: 40px;
	margin-bottom: 15px;
	margin-right: 1.5%;
	text-decoration: none;
	color: #2d2d2d;
	line-height: 40px;
}
.homeregions .lst a:nth-child(even) {
	margin-right: 0;
}
.homeregions .lst a * { vertical-align: middle; }
.homeregions .lst a .nme {
	line-height: 14px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: -webkit-calc(100% - 66px);
    width:    -moz-calc(100% - 66px);
    width:         calc(100% - 66px);
}
.flags {
	width: 56px;
	height: 40px;
    background: transparent url(../img/sprites2.png) no-repeat;
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}
.flags.belgium { background-position: 0 -100px; }
.flags.cuba { background-position: -56px -100px; }
.flags.denmark { background-position: -112px -100px; }
.flags.dominican-republic { background-position: 0 -140px; }
.flags.england { background-position: -56px -140px; }
.flags.european-union { background-position: -112px -140px; }
.flags.france { background-position: 0 -180px; }
.flags.germany { background-position: -56px -180px; }
.flags.indonesia { background-position: -112px -180px; }
.flags.ireland { background-position: 0 -220px; }
.flags.italy { background-position: -56px -220px; }
.flags.korea { background-position: -112px -220px; }
.flags.luxembourg { background-position: 0 -360px; }
.flags.mexico { background-position: -56px -260px; }
.flags.netherlands { background-position: -112px -260px; }
.flags.new-zealand { background-position: 0 -300px; }
.flags.nicaragua { background-position: -56px -300px; }
.flags.switzerland { background-position: -112px -300px; }
.flags.uk { background-position: 0 -340px; }
.flags.usa { background-position: -56px -340px; }
.flags.variety { background-position: -112px -340px; }

.homeftr .govwarng {
	font-size: 17px;
}
.homecat {
	background-color: #000;
	padding: 20px 0;
}
.homecat ul li { color: #BFAB61; }
.homecat ul li a {
	font-size: 20px;
	text-decoration: none;
}
.homeintro {
    max-width: 600px;
    padding: 10px;
    margin: 30px auto 20px;
    color: #fff;
    background: url('/wp-content/themes/cigars/img/header-bg.png') repeat;
    text-align: center;
    font-size: 16px;
}
.homeintro li {
    list-style-position: inside;
}
.mobile_vw .homeintro {
    margin: 0 auto;
}
.woocommerce table.cart img {
    width: 100px;
}
/* ==========================================================================
   Age Verifyer
   ========================================================================== */
/** Age notice popup **/
body #av-overlay-wrap{background: transparent url(../img/white-slash-trans-bg.png) repeat!important; z-index: 9999 }
body #av-overlay {
	background: transparent url(../img/black-trans-bg.png) repeat!important;
	padding: 35px 85px 40px 85px;
	margin-top: 130px;
	width: 30%;
}
body #av-overlay h1 {
	font-family: 'MyriadProRegular-Regular';
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: transparent url(../img/logo.png) center top no-repeat;
	padding-top: 100px;
	line-height: 24px;
	color: #fff;
}
body #av-overlay p {
	font-family: 'MyriadPro-Semibold';
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
body #av-overlay .submit input, #av-overlay .submit a {
	border-radius: 0;
	background-color: #f9f9f9;
    color: #151414;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
	line-height: 17px;
	display: inline-block;
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
	border: none!important;
    margin: 5px 15px;
    padding: 11px 0;
	width: 123px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration: none;
}

/* ==========================================================================
   Main body
   ========================================================================== */

/* Main content holder */
#main_wrapper {
	border: 18px solid #fff;
    position: relative;
	overflow: hidden;
	min-height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 1020px;
}
#main_container {
	position: relative;
	clear: both;
	padding-bottom: 80px;
	min-height: 410px;
}

/* homepage banner */
#slides {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	overflow: hidden;
	height: 767px;
	display: block;
	z-index: -1;
}
#slides img {
    top: 0;
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    z-index: 5;
}
#slides img.active {
    z-index: 10;
    opacity: 1;
    left: 0;
}
#slides img.invisible {
	position: relative!important;
	left: auto;
	top: auto;
}
#slides img.last-active {
    z-index: 9!important;
}
#slides img.drkshw {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
.slide_controls {
	display: none;
}
.slide_controls a {
    height: 84px;
	width: 43px;
    position: fixed;
    display: block;
    z-index: 100!important;
	top: 45%;
	background-image: url(../img/sprites.png);
}
.slide_controls a.lft {
    left: 18px;
	background-position: 0 -52px;
}
.slide_controls a.rgt {
    right: 18px;
	background-position: -43px -52px;
}
/* homepage popup */
.customOverlay {
	font-family:'BrandonGrotesque-Regular';
	color: #fff;
	text-align: center;
	font-size: 19px;
}
.customOverlay h3 {
	font-weight: normal;
	font-family:'BrandonGrotesque-Bold';
	font-size: 19px;
	text-transform: uppercase;
}
.customOverlay p {
	line-height: 140%;
}
.customOverlay a.modx {
	background: url(../img/sprites.png) 0 -136px no-repeat;
	font-size: 0;
	text-indent: -999px;
	width: 28px;
	height: 28px;
	display: inline-block;
}

#customPopup.pp_woocommerce {
	top: 10%!important;
}
#customPopup.pp_woocommerce .pp_content_container { 
	box-shadow: none;
}
#customPopup.pp_pic_holder .pp_content_container {
	padding: 0;
	background-color: transparent;
}
.customOverlay ul.col {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.customOverlay ul.col li.cl, .customOverlay ul.col li.cr {
	display: block;
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}
.customOverlay ul.col li.cl ul { float: right;padding-right:10%;padding-left:15%}
.customOverlay ul.col li.cr ul { float: left;padding-left:10%; }
.customOverlay ul.col li ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	text-align: left;
}
.customOverlay ul.col li ul li {
	width: auto;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Content
   ========================================================================== */

body .left_panel {
	width: 22.84313725490196%;
}
body .right_panel {
	width: 77.15686274509804%;
}
body .left_panel, body .right_panel {
	margin-top: 1px;
	float: left;
}

/* ==========================================================================
   Home content
   ========================================================================== */

#main_container.home h1, #main_container.home .slgn {
	text-align: center;
	color: #fff;
	font-size: 280%;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 0;
}
#main_container.home h1 {
	margin-top: 8%;
	font-family: 'BrandonGrotesque-Bold';
}
#main_container.home .slgn {
	margin-top: 0;
	font-family: 'BrandonGrotesque-Regular';
	margin-bottom: 18px;
}
#main_container.home h4 {
	font-family: 'BrandonGrotesque-Regular';
	margin: 0 auto;
	display: block;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	width: 190px;
	height: 35px;
	color: #FEFEFE;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent url(../img/sprites.png) no-repeat;
}
#main_container.home h2.brdng {
	text-align: center;
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
	margin-top: 6%;
	text-transform: uppercase;
	color: #fff;
	font-size: 19px;
	line-height: normal;
}
a.popupmore {
	color: #000;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	background-color: #fff;
	padding: 7px 13px;
	text-align: center;
	text-decoration: none;
}
/* ==========================================================================
   New Home content
   ========================================================================== */
#main_container.home {
	margin-top: -111px;
}
#banner_intro {
	/*height: 462px;*/
	background-position: top center;
    box-sizing: border-box;
    padding-top: 150px;
    height: auto;
    min-height: 462px;
    padding-bottom: 50px;
}
#main_container.home #banner_intro h1 {
	/*margin-top: 200px;*/
	margin-top: 0;
	font-weight: normal;
	line-height: 40px;
	font-size: 280%;
	font-family: 'BrandonGrotesque-Regular';
	margin-bottom: 0;
}
#main_container.home #banner_intro h1 strong {
	font-family: 'BrandonGrotesque-Bold';
	display: block;
	font-weight: normal;
}
#main_container.home #banner_intro {
	text-align: center;
}
/*
#main_container.home #banner_intro .flexslider:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/homepage-shadow.png) no-repeat;
	background-size: cover;
	z-index: 10;
}*/
.btn {
	display: inline-block;
	background-color: #000;
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #fff;
	margin: 0 auto;
	color: #fff;
	margin-top: 30px;
}
.btn:hover {
	color: #DDC35D;
}
.subheadings, #blog-section, #newssubscp {
	text-align: center;
	background-color: #000;
	padding: 20px 0 45px;
	color: #fff;
}
.subheadings .wrapper {
	max-width: 800px;
}
.subheadings h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'BrandonGrotesque-Regular';
}
.subheadings h2 strong {
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
	display: block;
}
.subheadings a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#featured-prod {
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	background-color: #000;
}
#main_container.home .title {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'BrandonGrotesque-Bold';
	margin-top: 50px;
	color: #fff;
	margin-bottom: 10px;
}
#main_container.home .title small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
#featured-prod .woocommerce ul.products li.product {
	margin-right: 0;
	margin-left: 7.8%;
	width: 22.93333333333333%;
	border: 1px solid #7C7D7D;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
}
#featured-prod .woocommerce ul.products li.product h3 {
	padding-top: 0;
	color: #fff;
	min-height: 40px;
}
#featured-prod .woocommerce ul.products li.product .price {
	color: #fff;
	font-weight: 600;
}

#featured-prod .woocommerce ul.products li.product a.button.yith-wcqv-button { display:none!important }
#featured-prod .woocommerce ul.products li.product a.button {
	border-radius: 0;
	color: #fff;
	background-color: #BFAB61;
}
#featured-prod .woocommerce ul.products li.product a.thmbHead { position: relative }
#featured-prod .woocommerce ul.products li.product a.button:hover {
	background-color: #000;
}

#blog-section {
	background-color: #000;
}
#bloggal {
	position: relative;
	overflow: hidden;
}
#bloggal .item {
	position: relative;
	float: left;
	width: 44%;
	padding: 10px;
}
#bloggal .item .box {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #5E5E5E;
	padding: 10px;
	color: #fff;
	text-align: left;
}
#bloggal .slick-arrow { display: none!important }
#bloggal ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 30px;
}
#bloggal ul.slick-dots li {
	display: inline;
	position: relative;
	margin: 0 3px;
	display: inline-block;
	cursor: pointer;
}
#bloggal ul.slick-dots li button {
	visibility: hidden;
	z-index: 1;
	position: relative;
}
#bloggal ul.slick-dots li:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 5px;
	top: 2px;
	background: url(../img/sprites.png) -174px -36px no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
	cursor: pointer;
	z-index: 0;
}
#bloggal ul.slick-dots li.slick-active:before {	
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#main_container.home #bloggal h4 {
	line-height: inherit;
	text-align: left;
	width: auto;
	background-image: none;
	font-family:'BrandonGrotesque-Bold';
	font-size: 16px;
	line-height: 20px;
	height: auto;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#main_container.home #bloggal p {
	line-height: 23px;
}
#main_container.home #bloggal .postdate {
	color:#616161!important;
	font-weight: bold;
	font-size: 13px;
}
a.rmore {
	font-size: 13px;
	float: right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#newssubscp {
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	background-color: #000;
}
#main_container.home #newssubscp .title {
	margin-bottom: 10px;
}
#main_container.home .subtitle {
	line-height: 20px;
	width: auto;
	height: auto;
	background-image: none;
}
#newssubscp form {
	padding: 20px 0;
}
#newssubscp form .txt {
	border-radius: 0;
	border: 1px solid #7C7D7D;
	padding: 10px 15px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-bottom: 10px;
}
#newssubscp form .txt {
	width:  300px;
}
#newssubscp textarea.txt {
	height: 100px;
	width:  300px;
}
#newssubscp form .txt, #newssubscp form .btn { vertical-align: middle }
#newssubscp form .btn {
	margin-top: 0;
	background-color: #BFAB61;
	width:  150px;
	font-size:  14px;
	line-height: 14px;
	font-weight:  normal;
}
#newssubscp form .mc4wp-response {
	float: none;
	clear: both;
	display: block;
}
#newssubscp form .mc4wp-error { color: #F00 }

.footerwidgets {
	background-color: #000;
	padding: 50px 20px 40px;
	color: #fff;
}
.footerwidgets a:hover {
    text-decoration: underline!important;
}
.footerwidgets .col {
	float: left;
	display: block;
	text-align: left;
	vertical-align: top;
	line-height: 23px;
}
.footerwidgets .col.f1 {	width: 27%; }
.footerwidgets .col.f2 {	width: 24.4% }
.footerwidgets .col.f3 {	width: 26.4% }
.footerwidgets .col.f4 {	width: 22% }
.footerwidgets .col .btn {
	margin-top: 10px;
	cursor: pointer;
}
.footerwidgets .col .btn .logicon {
	margin-top: -4px;
}
.footerwidgets .col p {
	line-height: 23px;
}
.footerwidgets .col a {
	color: #fff;
	text-decoration: none;
}
body #main_container.home {
	padding-bottom: 0;
}

footer#footer {
	clear: both;
	background-color: #161616;
	text-align: center;
	position: relative;
	height: auto;
	bottom: auto;
	padding: 30px 20px 38px;
}
footer#footer .copyright {
	padding-top: 0;
	text-align: center;
	padding-bottom: 25px;
}
#banner_intro {
	position: relative;
}
#banner_intro .flexslider .slides {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#banner_intro .flexslider .slides li {
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	list-style: none;
	position: relative;
}
#banner_intro .flexslider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#banner_intro .wrapper {
	position: relative;
	z-index: 2;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.flexslider ul, .flexslider ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.flexslider .slides {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
	position: relative;
}
.flexslider .slides img {
  height: auto;
  max-width: 100%;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 677px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 25px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
#banner_intro .flex-direction-nav a::before { display: none; }
#banner_intro .flex-direction-nav a {
  margin: -43px 0 0;
  height: 84px;
  width: 43px;
  background-image: url(../img/sprites.png);
  font-size: 0;
  text-indent: -9999em;
}
#banner_intro .flex-direction-nav a.flex-prev { background-position: 0 -52px;left:0; }
#banner_intro .flex-direction-nav a.flex-next { background-position: -43px -52px;right:0 }
	
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index:10;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(239, 51, 39, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-nav.flex-control-paging { display: none }
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ==========================================================================
   Home sidebars
   ========================================================================== */
   

 
   
/* ==========================================================================
   Sub pages
   ========================================================================== */
body .ios-avoid-format {
	color:inherit;
    text-decoration: inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
#titleBar {
	margin: 1px 0;
	background: url(../img/header-bg.png) repeat;
	color: #fff;
	padding: 5px 20px;
	font-weight: normal;
}
.contentHolder {
	background-color: #fff;
	padding: 20px 23px;
	position: relative;
}
.contentHolder img {
	max-width: 100%;
	height: auto;
}
.contentTitle {
	font-family: 'BrandonGrotesque-Bold';
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 22px;
	padding-bottom: 10px;
}
.topContent {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.topContent .leftTitle {
	float: left;
}
.topContent a.back {
	white-space: nowrap;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	float: right;
	margin-right: 10px;
}

/* Page Breadcrumbs */
ul.breadcrumbs {
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
	list-style: none;
	font-family: 'MyriadProRegular-Regular';
	padding: 0 0 5px;
}
ul.breadcrumbs li {
	display: inline;
	font-size: 15px;
	line-height: 15px;
	color: #3E3C3C;
}
ul.breadcrumbs li.separator {
	padding: 0 5px;
	color: #D6D6D6;
}
ul.breadcrumbs li a {
	text-decoration: none;
}
.alignleft {
    float: left;
}
/* paginator */
#main_wrapper.head_fixed nav.woocommerce-pagination { height: auto }
.woocommerce nav.woocommerce-pagination ul {
	border-width: 0;
}
#wooContent .woocommerce nav.woocommerce-pagination ul li a:focus,#wooContent .woocommerce nav.woocommerce-pagination ul li a:hover,#wooContent .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: transparent;
	
}
#wooContent .woocommerce nav.woocommerce-pagination ul li a, #wooContent .woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
	width: auto;
}
#wooContent .woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.page-numbers {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-numbers li, #wooContent .woocommerce nav.woocommerce-pagination .page-numbers li {
	height: 19px;
	line-height: 19px;
	display: inline-block;
	padding: 0 7px;
    font-family: 'MyriadPro-Semibold';
	font-size: 15px;
	border-right: 1px solid #D6D6D6;
}
.page-numbers li:last-child { border-right: none!important; padding-right: 0; }
.page-numbers li a { text-decoration: none }

/* strength */
span.strength {
	display: inline-block;
	width: 64px;
	height: 12px;
	background: url(../img/sprites.png) -265px 0 no-repeat;
}
span.strength.str_0-5 { background-position:-265px -12px;}
span.strength.str_1 { background-position:-265px -24px; }
span.strength.str_1-5 { background-position:-265px -36px; }
span.strength.str_2 { background-position:-265px -48px; }
span.strength.str_2-5 { background-position:-265px -60px; }
span.strength.str_3 { background-position:-265px -72px; }
span.strength.str_3-5 { background-position:-265px -84px; }
span.strength.str_4 { background-position:-265px -96px; }
span.strength.str_4-5 { background-position:-265px -108px; }
span.strength.str_5 { background-position:-265px -120px; }

/* ==========================================================================
   drop menu
   ========================================================================== */
ul.dropList, ul.dropList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 1px;
}
ul.dropList li {
	background: url(../img/header-bg.png) repeat;
	text-transform: uppercase;
	margin-bottom: 1px;
	position: relative;
}
ul.dropList li, ul.dropList li a {
	color: #fff;
	text-decoration: none;
	font-family: 'BrandonGrotesque-Regular';
}
ul.dropList li a, ul.dropList li h5 {
	padding: 19px 24px;
	font-size: 15px;
	margin: 0;
	display: block;
	line-height: 15px;
	text-align: left;
	font-family: 'BrandonGrotesque-Regular';
	font-weight: bold;
}
ul.dropList ul {
	display: none;
	background: url(../img/header-bg.png) repeat;
	padding: 10px 24px;
}
ul.dropList ul li {
	background-image: none;
	text-transform: none;
	color: #666666;
	font-family: 'MyriadProRegular-Regular';
	padding: 2px 0;
	margin-bottom: 0;
	display: block;
}
ul.dropList ul li ul {
	background-image: none;
	padding: 0 0 0 10px;
	display: block;
}
ul.dropList ul li .count {
	color: #666666;
	font-family: 'MyriadProRegular-Regular';
	font-size: 15px;
}
ul.dropList ul li small.count:before { content: '('; }
ul.dropList ul li small.count:after { content: ')'; }
ul.dropList ul li a {
	padding: 0;
	display: inline-block;
	color: #BFAB61;
	font-family: 'MyriadProRegular-Regular';
	font-weight: normal;
}
ul.dropList a.wdgtdrop:after {
	content: "";
	width: 11px;
	height: 9px;
	display: inline-block;
	background: transparent url(../img/sprites.png) -152px -36px no-repeat;
	margin-left: 5px;
}
ul.dropList li.drop a.wdgtdrop:after {
	background-position: -163px -38px;
}
ul.dropList li.drop ul { display: block }
ul.dropList li.drop ul li.hide { display: none }
ul.dropList li.drop ul li.rmore {
	color: #fff;
    font-family: 'MyriadPro-Semibold';
	font-size: 15px;
	cursor: pointer;
}

/* filter */
.price_slider_wrapper {
	padding: 0 24px;
}
ul.dropList .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #575757;
	height: 0.5em;
	position: relative;
    text-align: left;
	margin-bottom: 1em;
}
ul.dropList .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #E7DDBA;
    border: 0 none;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
	height: 100%;
    top: 0;
	margin-left: 7px;
    z-index: 1;
	background-image: none!important;
	border: none!important;
}
ul.dropList .ui-widget-content {
	background-image: none!important;
	border: none!important;
}
ul.dropList .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #BFAC62;
    border-radius: 1.1em;
    width: 1.1em;
    height: 1.1em;
    cursor: ew-resize;
    outline: 0 none;
    position: absolute;
    top: -0.3em;
	margin-left: -5px;
    z-index: 2;
	background-image: none!important;
	border: none!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
}
ul.dropList .woocommerce button.button, ul.dropList.woocommerce input.button {
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
}
ul.dropList .price_slider_amount {
	padding-bottom: 20px;
	font-family: 'BrandonGrotesque-Medium';
	font-size: 14px;
}
ul.dropList .price_slider_amount button.button {
	display: none;
}

/* stars nav */
ul.dropList li span.strnum {
	display: inline-block;
	width: 55px;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
ul.dropList ul.gal_nav { display: block;padding:0 }
ul.dropList ul.gal_nav li {
	position: relative;
	overflow: hidden;
	padding: 10px;
	height: 60px;
	cursor: pointer;
}
ul.gal_nav li span.thmb {
	width: 30%;
	height: 100%;
	display: inline-block;
	padding-right: 5%;
	position: relative;
	overflow: hidden;
	float: left;
}
ul.gal_nav li span.thmb img { height: 100%; }
ul.gal_nav li h4 {
	display: inline-block ;
	margin: 0;
	color: #bfab61;
	font-weight: normal;
	line-height: 55px;
	font-family: 'BrandonGrotesque-Medium';
}
ul.gal_nav li.active {
	background: url(../img/header-bg.png) repeat;
}
ul.gal_nav li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
ul.gal_nav li h4 span {
	line-height: 15px;
	font-size: 15px;
}

#main_gallery {
	position: relative;
	overflow: hidden;
}
#main_gallery .gal {
	position: relative;
	width: 48%;
	float: left;
	padding-bottom: 10px;
}
#main_gallery .gal.start {
	clear: both;
	padding-right: 4%;
}
#main_gallery h3.galTitle {
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 20px;
}
#main_gallery .gal a.thumb {
	text-align:center;
	display: inline-block;
}
#main_gallery .gal .vwgal {}

/* ==========================================================================
   News Blog
   ========================================================================== */
#blogList.wrapper {}
#blogList.wrapper .left_panel {
	float: right;
}
#blogList.wrapper .right_panel {
	margin-top: 1px;
}
#blogList.wrapper .left_panel {
}

#blogList.wrapper ul.dropList {
	margin-right: 0;
	margin-left: 1px;
}
#blogList.wrapper ul.dropList ul { display: block }

ul#listings {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#listings li.postlist {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
ul#listings .postTitle { 
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 18px;
}
ul#listings .postTitle a { color: #2D2D2D;text-decoration:none}
ul#listings img.alignleft {
	width: 137px;
	margin-bottom: 30px;
    margin-right: 20px;
}
.postDate {
	float: right;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 10px;
	color: #999;
	font-weight: normal!important;
	font-family: 'MyriadProRegular-Regular';
	text-transform: none;
}

/* ==========================================================================
   Woocommerce Product
   ========================================================================== */
#wooContent {}


.topContent .wooFiltr label {
	vertical-align: middle;
	color: #AEAEAE;
    font-family: 'MyriadPro-Semibold';
	font-size: 15px;
	margin-right: 13px;
}
select.orderby {
	background-color: #E1E1E1;
	color: #8D8C8C;
	font-size: 15px;
	font-family: 'MyriadProRegular-Regular';
	border: none;
	line-height: 29px;
	height: 25px;
	vertical-align: middle;
}
.strengthFilter {
	display: inline-block;
	position: relative;
	height: 25px;
	width: 100px;
	vertical-align: middle;
	margin-right: 16px;
}
.strengthFilter #strght_optn {
	list-style: none;
	display: none;
	margin: 0;
	padding: 7px 0;
	background-color: #E1E1E1;
	position: absolute;
	z-index: 500;
	top: 25px;
	left: 1px;
	box-shadow: 0 1px 3px #333;
	-o-box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	-khtml-box-shadow: 0 1px 3px #333;
}
.strengthFilter.focus #strght_optn {
	display: block;
}
.strengthFilter #strght_optn li {
	cursor: pointer;
	padding: 0 17px;
}
.strengthFilter #strght_optn li:hover { background-color: #f4f4f4; }
.strengthFilter #strght_optn li.slct { background-color: #fff;}
.strengthFilter a.strBtn {
	background-color: #BFAB61;
	display: block;
	color: #fff;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 8px;
}
.strengthFilter a.cnclBtn {
	width: 26px;
	height: 25px;
	position: absolute;
	line-height: 23px;
	right: 0;
	top: 0;
	display: block;
	text-align: center;
}
.strengthFilter a.cnclBtn span {
	background: transparent url(../img/sprites.png) no-repeat -119px -36px;
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

table.variations {
	clear: both;
	margin-bottom: 20px;
}
table.variations label {
	font-weight: bold;
	padding-right: 10px;
}
table.variations a.reset_variations { display: none!important }

.rpw_product_message { margin-bottom: 5px }
textarea#rpgc_note { width: 80% }

/* woocommerce message */
.contentHolder .woocommerce .woocommerce-error, .contentHolder .woocommerce .woocommerce-info, .contentHolder .woocommerce .woocommerce-message {
	margin-top: -20px!important;
	border-top: none!important;
	border-bottom: 1px solid #d6d6d6;
	border-top-color: transparent!important;
}
.contentHolder .woocommerce .woocommerce-info, .contentHolder .woocommerce .woocommerce-message, .woocommerce-thankyou-order-received {
	background-color: #BBFFBB;
}
.contentHolder .woocommerce .woocommerce-error {
	background-color: #FF8A8A;
	color: #fff;
}
p.woocommerce-thankyou-order-received {
	padding: 20px;
	font-size: 1.3em;
}
p.woocommerce-thankyou-order-received a.button { float:right;margin-top:-5px }

.contentHolder .woocommerce .woocommerce-error a { color: #fff; }
body#checkout .contentHolder .woocommerce .woocommerce .woocommerce-error { margin-top: 0!important; }
/* woocommerce cart page */
.cart_totals table { width: 100%;margin-bottom: 20px; }
.cart_totals table th, .cart_totals table td {
	vertical-align: top;
}
.cart_totals table th {
	text-align: left;
}

/* custom list */
#products_lists {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#products_lists li {
	clear: both;
	border-bottom: 1px solid #D6D6D6;
	padding: 8px 0;
	overflow: hidden;
	padding-left: 3px;
	position: relative;
}
#products_lists li.head {
	border-bottom: none;
}
#products_lists li.head .col1, #products_lists li.head .col2, #products_lists li.head .col3, #products_lists li.head .col4, #products_lists li.head .col5, #products_lists li.head .col6, #products_lists li.head .col7, #products_lists li.head .col8, #products_lists li.head .col9, #products_lists li.head .col10 {
	/*font-family: 'MyriadPro-Semibold';
	font-size: 15px;*/
}
#products_lists .col1, #products_lists .col2, #products_lists .col3, #products_lists .col4, #products_lists .col5, #products_lists .col6, #products_lists .col7, #products_lists .col8, #products_lists .col9, #products_lists .col10 {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 15px;
	box-sizing: border-box;
	padding-right: 5px;
	min-height: 14px;
}
#products_lists .col1 { width: 12.2972972972973% }
#products_lists .col2 { width: 16.56756756756757% }
#products_lists .col2 a { color: inherit }
#products_lists li.head a { text-decoration: underline;color:#2d2d2d }
#products_lists .col3 { width: 12.32432432432432% }
#products_lists .col4 { padding-right: 2.8%; width: 5.891891891891892%; text-align: center }
#products_lists li.head .col4 {	padding-right: 5px; text-align: left }
#products_lists .col5 { width: 10.21621621621622% }
#products_lists .col6 { width: 9.378378378378378% }
#products_lists .col7 { width: 6.324324324324324%; height: 16px;padding-right:0 }
#products_lists .col7 a {
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	width: 17px;
	height: 14px;
	background: transparent url(../img/sprites.png) -135px -36px no-repeat;
	vertical-align: bottom;
	display: inline-block;
	padding: 0;
}
#products_lists .col8 { width: 10% }
#products_lists .col9 { width: 8% }
#products_lists .col10 { width: 9% }
img.catImg {
	max-width: 100%;
}
span.notavailable { color: #ccc }

#products_lists.packonly .col9, #products_lists.packonly .col8, #products_lists.packonly .col5, #products_lists.packonly .col10 { display: none!important }
#products_lists.packonly .col1 { width: 20% }
#products_lists.packonly .col2 { width: 32% }
#products_lists.packonly .col3 { width: 15% }
#products_lists.packonly .col4 { width: 15%; text-align: left }
#products_lists.packonly .col6 { width: 11% }
#products_lists .col7.outStock a.button {
	background-position: -220px -36px!important;
}
#products_lists .col7 a.button.yith-wcqv-button {
	height: 16px;
	background: transparent url(../img/search-gld.png) 0 0 no-repeat!important;
	margin-left: 3px;
}

/* woo product thumb */
.woocommerce .products {}
.woocommerce .products li {
	color: #2d2d2d;
}
.woocommerce ul.products li.product a .price, .woocommerce ul.products li.product .price {
	font-size: 14px;
	color: #2d2d2d;
}
.woocommerce a.thmbHead {
	min-height: 210px;
	display: block;
}
.woocommerce li.outofstock a.thmbHead span.out {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	font-family: 'BrandonGrotesque-Regular';
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0;
	top: 20%;
	background: transparent url(../img/black-trans-bg.png) repeat;
}
.woocommerce li.outofstock a.thmbHead:hover span.out {
	display: block!important;
	opacity: 1;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.woocommerce li.outofstock a.button:before, #wooContent .wcwl_control a.button:before {
	content: "";
	width: 17px;
	height: 12px;
	background: transparent url(../img/sprites.png) -203px -36px no-repeat;
	display: inline-block;
	margin-right: 7px;
}
.woocommerce li.outofstock a.button:hover:before  {
	background-position: -220px -36px;
}

#yith-quick-view-content div.summary {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_wrapper #yith-quick-view-modal .yith-wcqv-wrapper {
	height: auto!important;
	min-height: 400px;
}
#yith-quick-view-modal .woocommerce div.product div.images, #main_wrapper #yith-quick-view-content .woocommerce div.product form.cart {
	margin-bottom: 0;
}
#main_wrapper #yith-quick-view-content div.summary {
	padding-bottom: 0;
}
#main_wrapper #yith-quick-view-modal.open .yith-wcqv-main {
	overflow-y: inherit;
}

.contentHolder .woocommerce .products h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 0!important;
}
.contentHolder .woocommerce .products .thmbHead h3 {
	color: #2d2d2d;
}
img.attachment-shop_catalog, img.attachment-shop_single {
	border: 1px solid #D6D6D6;
}
.woocommerce a.add_to_cart_button, .cart button.single_add_to_cart_button, .summary form.cart button.single_add_to_cart_button {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-indent: inherit;
	white-space: nowrap;
	background-image: none;
	width: auto;
	position: relative;
	text-decoration: none;
	background-color: #BFAB61;
	color: #fff;
	padding: 6px 10px 8px;
	font-family: 'MyriadPro-Semibold';
	margin-top: 2px;
}
.woocommerce ul.products li.product a.button.add_to_cart_button, .woocommerce ul.products li.product a.button.yith-wcqv-button, .woocommerce ul.products li.product a.button.product_type_simple {
	font-size: 13px;
	line-height: 13px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
	display: block;
	text-align: center;
}
.woocommerce ul.products li.product a.button.yith-wcqv-button {
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 0;
	right:0;
	display: none;
	text-align: center;
}
.woocommerce ul.products li.product img.attachment-shop_catalog, .woocommerce ul.products li.product img.attachment-shop_single {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce ul.products li.product:hover a.button.yith-wcqv-button, .woocommerce-page ul.products li.product:hover a.button.yith-wcqv-button {
	display: block;
}
.woocommerce ul.products li.product a.button.yith-wcqv-button:before {
	content: "";
	width: 16px;
	height: 16px;
	background: transparent url(../img/search.png) no-repeat;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: -2px;
}
.woocommerce ul.products li.product a.button.yith-wcqv-button:hover:before {
	background: transparent url(../img/search-gld.png) no-repeat;
}
.woocommerce a.add_to_cart_button:before, .cart button.single_add_to_cart_button:before {
	content: "";
	width: 17px;
	height: 14px;
	background: transparent url(../img/sprites.png) -51px -36px no-repeat;
	display: inline-block;
	margin-right: 7px;
}
.woocommerce a.add_to_cart_button:hover:before {
	background-position: -135px -36px;
}
.cart button.single_add_to_cart_button:hover:before, .cart button.single_add_to_cart_button:hover  {
	background-color: #BFAB61!important;
}
.summary form.cart button.single_add_to_cart_button {
	margin-top: 2px;
	display: inline-block;
}
.summary form.cart div.quantity {
	margin-right: 5px;
	display: inline-block;
}

#wooContent div.images {
	float: left;
	display: inline-block;
	margin-right: 5%;
	width: 50%;
}
#wooContent div.images img {
	width: 100%;
	height: auto;
}
#wooContent div.images .thumbnails {
	padding-top: 10px;
}
#wooContent div.images .thumbnails img { width: auto }
.cart button.single_add_to_cart_button {
	margin-top: 20px;
}
#wooContent div.summary {
	width: 45%;
	display: block;
	float: right;
}
#wooContent div.summary h1.product_title, #wooContent div.summary h1.price, #yith-quick-view-modal div.summary h1.product_title, #yith-quick-view-modal div.summary h1.price {
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#yith-quick-view-modal .woocommerce div.product .stock {
	color: inherit;
}
#wooContent div.summary h1.product_title, #yith-quick-view-modal .yith-wcqv-wrapper div.summary h1.product_title {
	font-weight: bold;
}
#wooContent div.summary h1.price span.notavailable, #yith-quick-view-modal .yith-wcqv-wrapper div.summary h1.price span.notavailable {
	font-family: 'MyriadProRegular-Regular';
}
.wcwl_email_field {}
.wcwl_email_field label {
	font-family: 'MyriadPro-Semibold';
	display: inline-block;
	padding-right: 5px;
}
#wooContent .wcwl_email_field,#wooContent .wcwl_control,#yith-quick-view-modal .yith-wcqv-wrapper .wcwl_email_field,#yith-quick-view-modal .yith-wcqv-wrapper .wcwl_control{
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#wooContent .wcwl_email_field, #yith-quick-view-modal .yith-wcqv-wrapper .wcwl_email_field {
	margin-right: 5px;
	position: relative;
	overflow: hidden;
}
#wooContent .wcwl_email_field input#wcwl_email, #yith-quick-view-modal .yith-wcqv-wrapper .wcwl_email_field input#wcwl_email {
	width: 120px;
}
#wooContent .wcwl_control a.button, #yith-quick-view-modal .yith-wcqv-wrapper .wcwl_control a.button {
	text-decoration: none;
	margin-top: 0;
	line-height: 15px;
	padding: 6px 14px;
	font-weight: normal;
	font-family: 'MyriadProRegular-Regular';
	white-space: nowrap;
}

#wooContent div.summary form.cart, #yith-quick-view-modal .yith-wcqv-wrapper div.summary form.cart { padding-top: 20px; }
#wooContent div.summary form.cart input.input-text.qty, #yith-quick-view-modal .yith-wcqv-wrapper div.summary form.cart input.input-text.qty { width: 50px;padding-right:3px }
#wooContent div.summary form.cart .quantity label, #yith-quick-view-modal .yith-wcqv-wrapper div.summary form.cart .quantity label { padding-right: 5px;}
td.product-quantity .quantity label { display: none }

#wooContent .type-product span.onsale, #wooContent .type-product .price ins, #yith-quick-view-modal .type-product span.onsale, #yith-quick-view-modal .type-product .price ins {
	color: #C21C28;
}
#wooContent .type-product .price del, #yith-quick-view-modal .type-product .price del {
	color: #A0A0A0;
}
#wooContent .type-product .price ins, #yith-quick-view-modal .type-product .price ins {
	text-decoration: none 
}
#wooContent .woocommerce a.thmbHead span.onsale, #yith-quick-view-modal .woocommerce a.thmbHead span.onsale {
	background-color: #C21C28;
	color: #fff;
}
#wooContent .woocommerce a.thmbHead .price del, #wooContent .woocommerce a.thmbHead .price ins, #yith-quick-view-modal .woocommerce a.thmbHead .price del, #yith-quick-view-modal .woocommerce a.thmbHead .price ins { display: inline }

div.pp_woocommerce .pp_description { display: none!important;}

/* Product image update */
/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

/* related products */
#wooContent .related {
	padding-top: 18px;
	margin-top: 20px;
	border-top: 1px solid #D6D6D6;
}
#wooContent .related h2 {
	font-family: 'MyriadPro-Semibold';
	font-weight: normal;
	font-size: 14px;
	color: #2D2D2D;
	margin-top: 0;
}

/* featured */
#featured_products {
	text-align: center;
	padding-top: 20px;
}
#featured_products a {
	width: 178px;
	height: 160px;
	display: inline-block;
	border: 2px solid #fff;
	margin: 4px;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	 background: url("../img/black-trans-bg2.png") repeat scroll 0 0 transparent;
	 overflow: hidden;
	text-decoration: none;
}
#featured_products a:hover {
	transform: rotateY(180deg);
}
#featured_products a .txthldr {
	display: block;
}
#featured_products .f_title {
	display: block;
	line-height: 115px;
	padding: 0 2%;
}
#featured_products .f_title b, #featured_products a span.cat {
	color: #fff;
	font-family: 'BrandonGrotesque-Medium';
	font-weight: normal;
}
#featured_products .f_title b {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px!important;
	font-size: 20px;
}
#featured_products a span.cat {
	 background: url("../img/black-trans-bg2.png") repeat scroll 0 0 transparent;
	 padding: 3px 8px;
	 font-size: 12px;
	 text-transform: uppercase;
}
#featured_products a img {
	position: absolute;
	transform: rotateY(180deg);
	width: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	height: auto;
	opacity: 0;
}
#featured_products a:hover img {	
	opacity: 1;
	animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

/* nav payment page */
form.nab_payment_form {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #d6d6d6;
}
form.nab_payment_form label { font-weight: bold }
form.nab_payment_form input#jsPayButton {
	margin-top: 20px;
}
#main_container .woocommerce ul.order_details {
	padding-left: 0;
}
#main_container .woocommerce .woocommerce-customer-details address {
	width: auto;
}
#main_container .woocommerce .order_details li {
	margin-right: 1%;
    padding-right: 1%;
    width: 19%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_container .woocommerce .order_details li.woocommerce-order-overview__order.order {
	width: 14%;
}
#main_container .woocommerce .order_details li.woocommerce-order-overview__email.email {
	width: 29%;
}
#main_container .woocommerce .order_details li.woocommerce-order-overview__total.total {
	width: 14%;
}
select#cc-expire-month, select#cc-expire-year {
	width: 49%;
}
p#nab_error_message {
	margin: 0!important;
	border-bottom: none!important;
	border-top: 1px solid #d6d6d6!important;
}

div.blockUI.blockOverlay {
	z-index: 100!important;
}
.woocommerce-shipping-calculator .shipping-calculator-button { display: none }
.woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before { color:#bfab61!important; }

.pp_pic_holder.pp_woocommerce .ppt { display: none!important; }

#main_container #add_payment_method #payment ul.payment_methods li img, #main_container .woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 0;
}

#main_container .woocommerce .form-row.place-order{
	text-align: right;
}
#main_container .woocommerce #payment .terms,#main_container .woocommerce #payment .wc-terms-and-conditions,#main_container .woocommerce-page #payment .terms,#main_container .woocommerce-page #payment .wc-terms-and-conditions {
	float: none;
}
#main_container .woocommerce .giftcard {
	clear:left;
	margin-top: 5px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .giftcard .input-text {
	width: auto;
}
.woocommerce table.cart td.actions .giftcard input#giftcard_code {
	margin-right: 2px;
}
#main_container .woocommerce .order_details li {
	font-size: 0.9em;
}
#main_container .woocommerce .order_details li strong {
	line-height: 0.9em;
	margin-top: 5px;
	font-size: 14px;
}

#main_container .woocommerce .my_account_orders .order-actions a.button {
    margin: 0 2px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { 
	position: absolute;
	height: 41px;
	width: 100%;
	padding-top: 39px;
	bottom: 0;
}
footer .copyright {
	padding-top: 10px;
	text-align:left;
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
footer .copyright a {
	text-decoration:underline;
	padding: 0 10px;
	color: #ccc;
}
footer .footer_menu {
	float: right;
	position: relative;
}
footer .footer_menu .footer-boxes {
	float: left;
    height: 41px;
    position: relative;
    width: auto;
}
form#loginform ::-webkit-input-placeholder , #mc4wp-form-1 form ::-webkit-input-placeholder { color:#878787!important;font-size: 15px;font-style:italic;font-family: 'MyriadProRegular-Regular'; }
form#loginform ::-moz-placeholder, #mc4wp-form-1 form ::-moz-placeholder { color:#878787!important;;font-size: 15px;font-style:italic;font-family: 'MyriadProRegular-Regular'; } /* firefox 19+ */
form#loginform :-ms-input-placeholder, #mc4wp-form-1 form :-ms-input-placeholder { color:#878787!important;font-size: 15px;font-style:italic;font-family: 'MyriadProRegular-Regular'; } /* ie */
form#loginform input:-moz-placeholder, #mc4wp-form-1 form input:-moz-placeholder { color:#878787!important;font-size: 15px;font-style:italic;font-family: 'MyriadProRegular-Regular'; }

/* ==========================================================================
   Global stuff
   ========================================================================== */
ul.lists { list-style: none; margin: 0;padding:0 }
ul.lists li {
	background: transparent url(../img/sprites.png) -1680px -36px no-repeat;
	padding: 3px 0 3px 13px;
}
ul.lists li ul {
	margin: 0;
	padding-left: 10px;
	list-style: disc;
}
ul.lists li li {
	padding-left: 5px;
	background-image: none;
}
.contentHolder button,
#yith-quick-view-content.woocommerce input[type="button"],
#yith-quick-view-content.woocommerce input.button,
.contentHolder input[type="button"],
.contentHolder input[type="reset"],
.contentHolder input[type="submit"], .contentHolder .woocommerce #respond input#submit, .contentHolder .woocommerce a.button, .contentHolder .woocommerce button.button, .contentHolder .woocommerce input.button,
.contentHolder .woocommerce #respond input#submit.alt,.contentHolder  .woocommerce a.button.alt,.contentHolder .woocommerce button.button.alt,.contentHolder .woocommerce input.button.alt,
ul.dropList .woocommerce button.button, ul.dropList.woocommerce input.button, .wcwl_control a.button {
    padding: 8px 14px;
    font-size: 15px;
    font-family: 'MyriadPro-Semibold';
	font-weight: normal;
    color: #ffffff;
    border: 0;
    background: #BFAB61;
    cursor: pointer;
	-webkit-border-radius: inherit!important;
	-moz-border-radius: inherit!important;
	border-radius: inherit!important;
}
#yith-quick-view-content.woocommerce div.product form.cart .button {
	-webkit-border-radius: inherit!important;
	-moz-border-radius: inherit!important;
	border-radius: inherit!important;
}
.contentHolder .woocommerce #respond input#submit.alt:hover,.contentHolder .woocommerce a.button.alt:hover,.contentHolder .woocommerce button.button.alt:hover,.contentHolder .woocommerce input.button.alt:hover {
	background-color: #BFAB61!important;
	color: #2d2d2d;
}
.contentHolder form label { color: #333 }
.contentHolder .woocommerce h3 label { color: #2D2D2D }
#yith-quick-view-content input, .contentHolder input, .contentHolder textarea, .contentHolder .woocommerce form .form-row textarea, .contentHolder .woocommerce form select, table.variations select  {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 10px;
	box-shadow: inset 0 0 5px #ccc;
	-o-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	-khtml-box-shadow: inset 0 0 5px #ccc;
}
body .contentHolder input[type="radio"] {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
}
.contentHolder .select2-container .select2-choice {
	box-shadow: inset 0 0 5px #ccc;
	-o-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	-khtml-box-shadow: inset 0 0 5px #ccc;
}
.contentHolder .woocommerce form .form-row.woocommerce-validated .select2-container, .contentHolder .woocommerce form .form-row.woocommerce-validated input.input-text, .contentHolder .woocommerce form .form-row.woocommerce-validated select, table.variations select {
	border-color: #999;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
}
/* government warning */
.govwarng {
	/*background: transparent url(../img/white-trans-bg.png) repeat;*/
	background-color: #ffffffbf;
	position: relative;
	overflow: hidden;
}
.govwarng img.cvr {
	/*width: 18.80559085133418%;*/
	height: auto;
	float: left;
	margin-right: 0%;
}
.govwarng .infotxt {
	/*width: 81.19440914866582%;
	position: absolute;
	line-height: 200%;
	padding: 3% 5%;
	right:0;
	top: 0;
	*/
/*	height: 100%;
	min-height: 100%;*/
	box-sizing: border-box;
	padding: 0 20px 0 30px;
	display: block;
    /*font-family: 'MyriadPro-Semibold';*/
	color: #000;
	font-size: 120%;
	position: relative;
	width: calc(100% - 148px) !important;
    min-height: 148px;
    display: flex;
    align-items: center;
    float: right;
}
.govwarng .infotxt span, .govwarng .infotxt ul {
	vertical-align: middle;
	/*display: inline-block;*/
	line-height: 120%;
}
.govwarng .infotxt ul { padding:0;margin:0; }
.notice {
	font-weight: normal;
	font-family: 'MyriadPro-Semibold';
	color: #f00;
}


.gift-cards_form.cart * {
	box-sizing: border-box;
	vertical-align: middle;
}
.gift-cards_form.cart input.ywgc-manual-amount {
	height: 40px !important;
	line-height: 40px;
	vertical-align: top;
}
.ywgc-choose-design-preview { display:none!important; }
form.gift-cards_form.cart * {
	vertical-align: top!important;
}
.gift-card-content-editor.step-content label {
	vertical-align: middle!important;
	line-height: 32px!important;
}
body .ywgc-form-preview-separator {
	height: 1px;
}
form.gift-cards_form.cart .gift-card-content-editor.step-appearance { display:none }
form.gift-cards_form.cart .gift-cards-list {
	position: relative;
}
form.gift-cards_form.cart .ywgc-manual-amount {
	clear: both;
	display:block;
}
body form.gift-cards_form.cart .ywgc-manual-currency-symbol.ywgc-currency-symbol {
	/*margin-left: -90px;
	line-height: 38px;*/
	position: absolute;
	margin-left: 0;
	bottom: 10px;
	left: 10px;
}
#billing_phone_field { position: relative; }
.woocommerce form .form-row .woocommerce-input-wrapper .description { position:absolute!important;left:0;bottom:-65px;text-align:center }

/* ==========================================================================
   Hack
   ========================================================================== */
/* IE8.0 Hack! 
@media \0screen {
    body {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "./img/bg.jpg", sizingMethod = 'scale');}
	#cta ul li a span { left: 0; top: 40%; }
	}
}*/
/* IE7.0 Hack! 
*+html body {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "./img/bg.jpg", sizingMethod = 'scale');}
*+html	#cta ul li a span { left: 0;top: 40%; }
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hide {
	display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
	-webkit-font-smoothing: subpixel-antialiased;
} 

/* ==========================================================================
   Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width : 599px){
    /* Style adjustments for viewports that meet the condition */
	.desktop_vw, .normal_vw, .desktop_vw_inline, .hdnOnMobile, .desktop_tab_vw, .desktop_tab_vw_inline { display:none!important; }
	.mobile_vw_inline { display:inline; }
	.mobile_vw, .tab_mobile_vw, .block { display:block; }
	
	body #av-overlay {
		padding: 40px;
		margin-top: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .wrapper, #main_container .wrapper, footer .wrapper, .wrapper {
		width: 100%;
	}
	header .wrapper {
		height: auto;
		position: relative;
	}
	#main_wrapper {
		border: none!important;
	}
	#main_wrapper header#head {
		background-color: #000;
		height: auto;
	}
	#main_wrapper.head_fixed header#head {
		position: relative;
		border: none;
	}
	#main_wrapper.head_fixed header#head:after, ul#menu li.level-0.hover span.dropArrow { display: none }
	#main_wrapper.head_fixed #main_container { padding-top: 0 }
	#main_wrapper.head_fixed header#head h1 { padding: 16px 0 18px;}
	#main_wrapper.head_fixed header#head h1 img, #main_wrapper header#head h1 img { height: 51px; }
	#main_wrapper header#head h1 {
		padding: 16px 0 18px;
		display: block;
		margin:0;
		text-align: center;
	}
	#main_container {
		padding-bottom: 10px;
	}
	
	#head nav {
		display: block;
		position: relative;
	}
	
	#head nav .m_search_holder, #head nav .m_cart_holder {
	    position: initial;
	}
	.m_cart_holder #cartplus-dropdown, .m_search_holder #searchForm.blck {
	    width: 100%;
	    right: 0;
	    box-sizing: border-box;
	}
	.m_cart_holder #cartplus-dropdown .lft-image img {
	    width: 100px;
	    height: auto;
	}
	#main_wrapper {
		border: 14px solid #fff;
	}
	/*
	New changes 
	11Nov2019
	*/
	#main_container.home {
		margin-top: 0;
	}
	header .logo {
		padding: 17px 10px 17px 16px;
		margin-left: 0;
		z-index: 999;
	}
	header .logo img {
		max-width: 151px;
		height: auto;
	}
	#head nav {
		display: none;
	}
	.mobile-top-nav {
		float: right;
		display: inline-block;
	}
	
	#products_lists .col3.region_highlihts {
		background-color: #BFAB61;
		margin-top: 15px;
		padding: 5px;
		font-weight: bold;
		font-size: 16px;
		background-image: linear-gradient(45deg, rgba(191,171,97, 0.9), rgba(255,255,255, 0));
	}
	
	/* slide banner */
	#slides {
		position: relative;
		display: none;
	}
	#main_container.home #slides { display: none }
	.slide_controls {
		position: absolute;
		width: 100%;
	}
	.slide_controls a {
		position: absolute;
		top: 38%;
		width: 24px;
		height: 45px;
	}
	.slide_controls a.lft { left: 0; background-position:-88px -52px; }
	.slide_controls a.rgt { right: 0; background-position:-112px -52px; }
	
	#main_container {
		height: auto;
	}
	/* home page */
	#main_container.home h1, #main_container.home h2 {
		color: #0D0D0D;
		font-size: 200%;
		line-height: 30px;
		margin-bottom: 0;
	}
	#main_container.home h1 {
		margin-top: 2%;
	}
	#main_container.home h2 {
		margin-top: 0;
		margin-bottom: 2%;
	}
	#main_container.home h4 {
	}
	
	#main_container.home h3 {
		margin-top: 4%;
		color: #0D0D0D;
	}
	a.popupmore {
		background-color: #ececec;
	}
	
	/* sub page */
	body .left_panel, body .right_panel, #blogList.wrapper .left_panel {
		clear: both;
		display: block;
		float: none;
		width: inherit;
	}
	.contentHolder {
		padding: 10px 16px;
	}
	#wooContent.contentHolder #products_lists li {
		padding-left: 0;
	}
	#blogList.wrapper ul.dropList { margin-left: 0;margin-right: 0 }
	ul.dropList, ul.dropList ul {margin-right: 0	}
	#blogList.wrapper ul.dropList ul li {
		width: 32%;
		padding-right: 0.5%;
		display: inline-block;
		vertical-align: top;
	}
	.contentHolder img {
		max-width: 100%;
		height: auto;
	}
	.topContent .leftTitle {
		float: none;
		display: block;
	}
	.page-numbers {
		float: none;
		text-align: center;
	}
		
	/* government warning */
	.govwarng img.cvr {
		/*height: 90px;*/
	}
	.govwarng .infotxt {
		padding: 2% 5%;
		font-size: 90%;
		line-height: 100%;
	}
	.govwarng .infotxt span, .govwarng .infotxt ul {
		line-height: 100%;
	}
	
	/* gallery slides */
	#main_gallery .gal {
		width: 100%;
		float: none;
		clear: both;
	}
	#main_gallery .gal.start {
		padding-right: 0;
	}
	
	/* footer */
	footer {
		position: relative;
		height: auto;
		padding-top: 0;
	}
	footer .footer_menu, footer .copyright, footer .sub_nav {
		float: none;
		display: block;
		position: relative;
	}
	footer .footer_menu {
		background-color: #000;
	}
	footer .copyright {
		text-align: center;
		color: #6E6E6E;
	}
	footer .copyright a { color: #6E6E6E;padding: 0 5px; }
	
	footer .footer_menu .footer-boxes {
		display: block;
		position: static;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_menu .footer-boxes.footer-boxes-login {	width: 60%;	}
	.footer_menu .footer-boxes.footer-boxes-subscribe {	width: 40%; border-right: none	}
	.footer-boxes a.customer-login-trigger, .footer-boxes a.subscribe-trigger {
		display: block;
		padding: 0;
		text-align: center;
		text-transform: none;
	}
	.footer-boxes-login form#loginform, .footer-boxes-subscribe #mc4wp-form-1 {
		width: 100%;
		left: 0;
		top: -43px;
	}
	#mc4wp-form-1 input {
		width: 75%;
		padding: 0 5%;
		display: inline-block;
		float: left;
	}
	#mc4wp-form-1 input#cm-ajax-submit {
		width: 15%;
		float: left;
		background-position: center center;
	}
	
	form#loginform p {
		display: inline-block;
		float: left;
	}
	form#loginform p.login-username input, form#loginform p.login-password input, form#loginform p.login-submit input {
		width: 90%;
		padding: 0 5%;
	}
	form#loginform p.login-password input {
		padding-left: 15%;
	}	
	form#loginform p.login-username, form#loginform p.login-password { width: 45%; }
	form#loginform p.login-submit { width: 10%; }
	form#loginform p.login-submit input#wp-submit { background-position: center center; width:100% }
	
	footer .sub_nav {
		clear: both;
		width: 100%;
		border-top: 1px solid #fff;
		font-size: 0;
	}
	footer .sub_nav a {
		width: 25%;
		text-align: center;
		text-decoration: none;
		line-height: 44px;
		font-size: 15px;
		color: #fff;
		display: inline-block;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer .sub_nav a:last-child {
		border-right: none;
	}
	.media_links {
		display: block;
		padding: 10px 13px 15px 14px;
		text-align: right;
		border-top: 1px solid #fff;
		cursor: default;
	}
	.media_links a.footer_logo {
		background-image: none;
		float: left;
		width: auto;
		height: auto;
		display: block;
	}
	.media_links a.footer_logo img { width: 108px; }
	.user-control { width: 60% }
	.user-control a {
		width: 50%;
		background-position: left center;
		float: left;
		line-height: 23px;
		text-align: center;
		padding: 9px 0;
		height: 22px;
		text-transform: none;
	}
	/* product list */
	.topContent .wooFiltr {
		position: relative;
		display: block;
		padding-top: 10px;
		bottom: auto;
	}
	#products_lists li.head { display:none }
	#products_lists .col1, #products_lists .col2, #products_lists .col3, #products_lists .col4, #products_lists .col5, #products_lists .col6, #products_lists .col7, #products_lists .col8, #products_lists .col9, #products_lists .col10 {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		text-align: left;
		margin-bottom: 5px;
	}
	#products_lists .col1, #products_lists .col4 b, #products_lists .col5 b, #products_lists .col6 {
    	font-family: 'MyriadPro-Semibold';
		font-weight: normal;
	}
	#products_lists .col2, #products_lists .col6 {
		font-size: 18px;
	}
	#products_lists .col6 { margin-top: 10px;margin-bottom: 20px; }
	#products_lists .col7 {
		display: inline-block;
		position: absolute;
		height: auto;
		line-height: 0;
		right: 0;
		bottom: 20px;
		margin: 0;
		padding: 0;
	}
	#products_lists .col7 a.add_to_cart_button, #products_lists .col7.outStock a.button, #products_lists .col7 a.button.button.yith-wcqv-button {
		font-size: 16px;
		line-height: 16px;
		display: block;
		text-indent: inherit;
		white-space: nowrap;
		background-image: none;
		width: auto;
		position: relative;
		text-decoration: none;
		background-color: #BFAB61;
		color: #fff;
		padding: 6px 10px 8px;
		font-family: 'MyriadPro-Semibold';
	}
	#products_lists .col7 a.button {
		display: block;
	}
	#products_lists .col7.outStock a.button {
		color: #BFAB61;
		position: relative;
		width: 120px;
	}
	#products_lists .col7.outStock a.button:before {
		content: "Join Waitlist";
		color: #fff;
		text-indent: 0;
		font-size: 16px;
		line-height: 16px;
		display: block;
		position: absolute;
		left: 10px;
		padding-left: 25px;
	}
	#products_lists .col7 a.add_to_cart_button:before {
		content: "";
		width: 17px;
		height: 14px;
		background: transparent url(../img/sprites.png) -51px -36px no-repeat;
		display: inline-block;
		margin-right: 7px;
	}
	#products_lists .col7 a.button.yith-wcqv-button {
		height: auto;
		margin-top: 3px;
		margin-left: 0;
		height: auto;
		width: 120px;
		background-color: #BFAB61!important;
	}
	#products_lists .col7 a.button.yith-wcqv-button:before, #products_lists .col7.outStock a.button.yith-wcqv-button:before {
		content: "";
		position: relative;
		text-indent: inherit;
		left:auto;
		padding-left: 0;
		width: 16px;
		height: 16px;
		background: transparent url(../img/search.png)!important;
		display: inline-block;
		margin-right: 5px;
	}
	#wooContent .woocommerce-page.columns-5 ul.products li.product, #wooContent .woocommerce.columns-5 ul.products li.product {
		width: 48%;
	}
	#wooContent .woocommerce a.thmbHead {
		min-height: 230px;
	}
	
	#wooContent div.images, #wooContent div.summary {
		float: none;
		display: block;
		margin-right: auto;
		width: auto;
	}
	#wooContent div.summary {
		padding-top: 20px;
	}
	.woocommerce a.thmbHead {
		min-height: 200px;
	}
	
	/* featured */
	#featured_products {
		padding-top: 0;
	}
	#featured_products a {
		width: auto;
		height: auto;
		display: block;
		border: none;
		margin: 5px 0;
		transition: none;
		transform-style: flat;
		position: relative;
		background-image: none;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
	#featured_products a:last-child {
		border-bottom: none;
	}
	#featured_products a:hover { transform: none; }
	#featured_products a .txthldr {
		width: 48%;
		float: right;
		position: relative;
	}
	#featured_products .f_title {
		display: block;
		line-height: 115px;
		padding: 0 2%;
	}
	#featured_products .f_title b {
		color: #2d2d2d;
		font-size: 17px;
		line-height: 17px;
	}
	#featured_products a span.cat {
		 background: url("../img/black-trans-bg2.png") repeat scroll 0 0 transparent;
		 padding: 3px 8px;
		 font-size: 12px;
		 text-transform: uppercase;
	}
	#featured_products a img {
		position: relative;
		transform: none;
		width: 50%;
		margin: 0 1%;
		min-width: 50%;
		left: auto;
		top: auto;
		opacity: 1;
	}
	#featured_products a:hover img {	
		opacity: 1;
		animation: none;
		-moz-animation: none;
		-webkit-animation: none;
		-o-animation: none;
	}
	#main_container .woocommerce .form-row.place-order{
		text-align: left;
	}
	#main_container .woocommerce #payment .terms,#main_container .woocommerce #payment .wc-terms-and-conditions,#main_container .woocommerce-page #payment .terms,#main_container .woocommerce-page #payment .wc-terms-and-conditions {
		float: left;
	}
	#main_container .woocommerce .giftcard {
		margin-left: 0;
		float: none!important;
		margin-bottom: 20px;
		display: block;
	}
	#main_container .woocommerce .giftcard input { width: 48% }
	.woocommerce table.cart td.actions .giftcard {
		text-align: left;
	}
	.woocommerce table.cart td.actions .giftcard .input-text {
		width: 48%;
		box-sizing: border-box;
	}
	.woocommerce table.cart td.actions .giftcard .button {
		float: right;
	}
	
	#main_container .woocommerce .order_details li, #main_container .woocommerce .order_details li.woocommerce-order-overview__order.order, #main_container .woocommerce .order_details li.woocommerce-order-overview__email.email, #main_container .woocommerce .order_details li.woocommerce-order-overview__total.total {
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dashed #d3ced2;
	}
	
	#main_wrapper #yith-quick-view-modal .yith-wcqv-wrapper {
		min-height: 100%;
		height: 100%!important;
	}
	#main_wrapper #yith-quick-view-modal.open .yith-wcqv-main {
		overflow-y: scroll;
	}
	
	#featured-prod .woocommerce ul.products li.product {
		margin-right: 0;
		margin-left: 0;
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.subheadings { padding: 20px 20px 45px }
	#main_container.home h1, #main_container.home h2, #main_container.home h3 { color: #fff; }
	
	
	#newssubscp form {
		padding: 20px;
	}
	#newssubscp form .txt {
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	#newssubscp form .btn {
		margin-top: 0;
		background-color: #BFAB61;
		padding: 10px 20px;
		width: 100%;
	}
	.footerwidgets {	}
	.footerwidgets .col.f1, .footerwidgets .col.f2, .footerwidgets .col.f3, .footerwidgets .col.f4{
		width: 100%;
		text-align: center;
	}
	#main_container.home #banner_intro h1 {
		margin-top: 140px;
	}
}

/* smallest mobile view */
@media only screen and (min-width : 150px) and (max-width : 400px){
	#head nav .m_cart_holder.focus { position: static!important }
	#cartplus-dropdown {
		width: 95%;
		padding: 2.5%;
		margin-right: 0!important;
		left: 0;
	}
	.topContent .wooFiltr .orderby {
		/*display: block;
		margin-left: 53px;*/
		margin-top: 5px;
	}
		
	/* government warning */
	.govwarng .infotxt {
		padding: 2% 5%;
		font-size: 68%;
		line-height: 80%;
	}
	
	.contentHolder input, .contentHolder textarea, .contentHolder .woocommerce form .form-row textarea, .contentHolder .woocommerce form select, table.variations select  {
		width: 93%;
	}
	.contentHolder input[type="checkbox"], .contentHolder  input[type="radio"] {
		width: auto!important;
	}
	
	#blogList.wrapper ul.dropList ul li {
		width: 49%;
		padding-right: 0;
		display: inline-block;
		vertical-align: top;
	}
	ul#listings li.postlist a.readmore {
		float: right;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	.custom-header-media,
    .entry-title,
    #wc-print-button,
    .site-description, .govwarng, #head, footer ,#yith-quick-view-modal, #slides, body .left_panel {
        display: none !important;
    }
	body .left_panel {
		width: 100%!important;
	}
     
    .site-branding,
    .custom-header,
    .page:not(.home) #content,
    #content .site-content  {
        margin:0 !important;
        padding:0 !important;
    }
}



@media only screen and (min-width : 600px) and (max-width : 900px){
	.desktop_vw, .desktop_vw_inline { display:none!important; }
	.tab_mobile_vw { display:block; }
	
	body { }
	header#head, header .wrapper {
	}
	.wrapper {
		width: 100%;
	}
	
	#topnav .main_menu {
		height: 26px;
		padding-top: 10px;
	}
	ul#menu li.level-0, #topnav .search-nav-container, #topnav .top-cart-container, ul#menu li.level-0.hover span.dropArrow  { display: none }
	#main_wrapper.head_fixed #head nav, #main_wrapper #head nav { height: auto }
	#head nav { width: 60% }
	#head nav a.mobile_vw, #head nav .m_search_holder, #head nav .m_cart_holder { display: inline-block }
	#head nav a#mobile_slctd_menu.mobile_vw { display: block; border-left: 1px solid #fff; }
	
	/* scroll header */
	#main_wrapper.head_fixed #head nav a#mobile_slctd_menu.mobile_vw { height: 39px; line-height: 39px; }
	#main_wrapper.head_fixed #mobile_slctd_menu:after { top: 8px; }
	#main_wrapper.head_fixed a.minCartBtn, #main_wrapper.head_fixed a.m_call, #main_wrapper.head_fixed .m_search_holder, #main_wrapper.head_fixed .m_cart_holder { height: 39px;}
	#main_wrapper.head_fixed a.m_call {  background-position: -148px -103px;  }
	#main_wrapper.head_fixed .m_search_holder a.searchBtn {  background-position: -89px -103px;  }
	#main_wrapper.head_fixed .m_cart_holder a.minCartBtn {  background-position: -207px -103px;  }
	#main_wrapper.head_fixed #head nav #mainMobileMenu { top: 39px 	}
	
	#wooContent .wcwl_control {
		display: block;
		padding-top: 10px;
	}
	#main_container {
		height: auto;
	}
}


@media only screen and (min-width : 600px) and (max-width : 800px){
	
	
	/* product list */
	.topContent .wooFiltr {
		position: relative;
		display: block;
		bottom: auto;
	}
	#products_lists li.head { display:none }
	#products_lists .col1, #products_lists .col2, #products_lists .col3, #products_lists .col4, #products_lists .col5, #products_lists .col6, #products_lists .col7, #products_lists .col8, #products_lists .col9, #products_lists .col10 {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		padding-left: 5px;
		text-align: left;
		margin-bottom: 5px;
	}
	#products_lists .col1, #products_lists .col4 b, #products_lists .col5 b, #products_lists .col6 {
    	font-family: 'MyriadPro-Semibold';
		font-weight: normal;
	}
	#products_lists .col2, #products_lists .col6 {
		font-size: 18px;
	}
	#products_lists .col6 { margin-top: 10px;margin-bottom: 20px; }
	#products_lists .col7 {
		display: inline-block;
		position: absolute;
		height: auto;
		line-height: 0;
		right: 0;
		bottom: 20px;
		margin: 0;
		padding: 0;
	}
	#products_lists .col7 a.add_to_cart_button, #products_lists .col7.outStock a.button, #products_lists .col7 a.button.button.yith-wcqv-button {
		font-size: 16px;
		line-height: 16px;
		display: block;
		text-indent: inherit;
		white-space: nowrap;
		background-image: none;
		width: auto;
		position: relative;
		text-decoration: none;
		background-color: #BFAB61;
		color: #fff;
		padding: 6px 10px 8px;
		font-family: 'MyriadPro-Semibold';
	}
	#products_lists .col7 a.button {
		display: block;
	}
	#products_lists .col7.outStock a.button {
		color: #BFAB61;
		position: relative;
		width: 120px;
	}
	#products_lists .col7.outStock a.button:before {
		content: "Join Waitlist";
		color: #fff;
		text-indent: 0;
		font-size: 16px;
		line-height: 16px;
		display: block;
		position: absolute;
		left: 10px;
		padding-left: 25px;
	}
	#products_lists .col7 a.add_to_cart_button:before {
		content: "";
		width: 17px;
		height: 14px;
		background: transparent url(../img/sprites.png) -51px -36px no-repeat;
		display: inline-block;
		margin-right: 7px;
	}
	#products_lists .col7 a.button.yith-wcqv-button {
		height: auto;
		margin-top: 3px;
		margin-left: 0;
		height: auto;
		width: 120px;
		background-color: #BFAB61!important;
	}
	#products_lists .col7 a.button.yith-wcqv-button:before, #products_lists .col7.outStock a.button.yith-wcqv-button:before {
		content: "";
		position: relative;
		text-indent: inherit;
		left:auto;
		padding-left: 0;
		width: 16px;
		height: 16px;
		background: transparent url(../img/search.png)!important;
		display: inline-block;
		margin-right: 5px;
	}
	ul.dropList li a, ul.dropList li h5 {
		padding: 19px 15px;
	}
	#wooContent .woocommerce-page.columns-5 ul.products li.product, #wooContent .woocommerce.columns-5 ul.products li.product {
		width: 48%;
	}
	#wooContent ul.products li a.add_to_cart_button {
		text-align: center;
		white-space: normal;
	}
	
	/* footer */
	footer .copyright {
		padding-top: 0;
		line-height: 11px;
		padding-left: 10px;
	}
	footer .copyright a {
		padding: 0;
	}
	
	/* government warning */
	.govwarng img.cvr {
	}
	.govwarng .infotxt {
		padding: 2% 0;
		font-size: 100%;
		line-height: 100%;
	}
	.govwarng .infotxt span, .govwarng .infotxt ul {
		line-height: 100%;
	}
	

	#main_container .woocommerce .form-row.place-order{
		text-align: left;
	}
	#main_container .woocommerce #payment .terms,#main_container .woocommerce #payment .wc-terms-and-conditions,#main_container .woocommerce-page #payment .terms,#main_container .woocommerce-page #payment .wc-terms-and-conditions {
		float: left;
	}
	
	#main_container .woocommerce .giftcard {
		margin-left: 0;
		float: none!important;
		margin-bottom: 20px;
		display: block;
	}
	#main_container .woocommerce .giftcard input { width: 48% }
	
	
	.woocommerce table.cart td.actions .giftcard {
		text-align: left;
	}
	.woocommerce table.cart td.actions .giftcard .input-text {
		width: 48%;
		box-sizing: border-box;
	}
	.woocommerce table.cart td.actions .giftcard .button {
		float: right;
	}
	
	#main_container .woocommerce .order_details li, #main_container .woocommerce .order_details li.woocommerce-order-overview__order.order, #main_container .woocommerce .order_details li.woocommerce-order-overview__email.email, #main_container .woocommerce .order_details li.woocommerce-order-overview__total.total {
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dashed #d3ced2;
	}
	
	#featured-prod .woocommerce ul.products li.product {
		margin-right: 0;
		margin-left: 0;
		float: none;
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footerwidgets {	}
	.footerwidgets .col.f1, .footerwidgets .col.f2, .footerwidgets .col.f3, .footerwidgets .col.f4{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
	}
}

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

@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
/* Firefox */
@-moz-keyframes fadein { 
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
   from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity:1; }
}
@keyframes fadeout {
    from { opacity:1; }
    to { opacity:0; }
}
/* Firefox */
@-moz-keyframes fadeout { 
    from { opacity:1; }
    to { opacity:0; }
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
   from { opacity:1; }
    to { opacity:0; }
}
@-o-keyframes fadeout { /* Opera */
    from { opacity:1; }
    to { opacity:0; }
}

/*.woocommerce ul.products li.product a .price bdi:after, 
.woocommerce ul.products li.product .price bdi:after,
#yith-quick-view-modal div.summary h1.price .amount bdi:after, 
#featured-prod ul.products li .price .amount bdi:after,
#cartplus-dropdown .pname .quantity .amount bdi:after, 
#products_lists li.row span.amount bdi:after,
#wooContent div.summary h1.price .amount bdi:after {
	content: ' (incl. GST)';
}*/

#order_review .includes_tax,
#order_review .tax_label,
.cart_totals .order-total .includes_tax,
.cart_totals .cart-subtotal .tax_label,
.shop_table .product-subtotal .tax_label {
	display: none;
}

#order_review .order-total bdi:after,
#order_review .product-total bdi:after,
.cart_totals .order-total bdi:after,
.cart_totals .cart-subtotal bdi:after,
.shop_table .product-subtotal bdi:after,
#cartplus-dropdown .pname .quantity .amount bdi:after {
	content: ' (incl. GST)';
	font-size: 11px;
}

/*MARCH 2024 UPDATE*/

.shop-header-wrap {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.shop-header-wrap .page-numbers li {
	height: initial;
	line-height: initial;
}

.shop-header-wrap nav.woocommerce-pagination ul {
	border-right: 1px solid #cfc8d8 !important;
}

.shop-header-wrap .woocommerce-ordering {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.shop-header-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.shop-header-wrap.top {
		flex-direction: column-reverse;
	}

	.shop-header-wrap .woocommerce-ordering {
		float: none;
		margin: 20px 0;
	}
}

/*nov 2024 update*/

.woo-image-wrapper {
	position: relative;
	float: left;
	width: 50%; }

.woo-image-wrapper .woocommerce-product-gallery {
		width: 100% !important;
	}