@charset "utf-8";
/* 
	CSS Document 
	AUTHOR: Appollinaire Egny
	WEBSITE: http://thewendyjames.com

	Created in Mozilla Firefox3 

	THEME NAME: themename
	DESCRIPTION:Bespoke template for xxxx
	VERSION:1.0

	------------------------------------------------------------------
	[Master Stylesheet]
	-------------------------------------------------------------------
*/
/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@import url(normalize.css);
@import url(homepage.css);
@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(mobile.css);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i');
@import url("//hello.myfonts.net/count/33f893");
@font-face {
  font-family: 'DidotLTStd-Roman';
  src: url('../fonts/33F893_0_0.eot');
  src: url('../fonts/33F893_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/33F893_0_0.woff2') format('woff2'), url('../fonts/33F893_0_0.woff') format('woff'), url('../fonts/33F893_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'microsquareregular';
  src: url('../fonts/microsquare-regular-webfont.eot');
  src: url('../fonts/microsquare-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/microsquare-regular-webfont.woff2') format('woff2'), url('../fonts/microsquare-regular-webfont.woff') format('woff'), url('../fonts/microsquare-regular-webfont.ttf') format('truetype'), url('../fonts/microsquare-regular-webfont.svg#microsquareregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquareoblique';
  src: url('../fonts/microsquare-oblique-webfont.eot');
  src: url('../fonts/microsquare-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/microsquare-oblique-webfont.woff2') format('woff2'), url('../fonts/microsquare-oblique-webfont.woff') format('woff'), url('../fonts/microsquare-oblique-webfont.ttf') format('truetype'), url('../fonts/microsquare-oblique-webfont.svg#microsquareoblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquarebold';
  src: url('../fonts/microsquare-bold-webfont.eot');
  src: url('../fonts/microsquare-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/microsquare-bold-webfont.woff2') format('woff2'), url('../fonts/microsquare-bold-webfont.woff') format('woff'), url('../fonts/microsquare-bold-webfont.ttf') format('truetype'), url('../fonts/microsquare-bold-webfont.svg#microsquarebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'microsquarebold_oblique';
  src: url('../fonts/microsquare-boldoblique-webfont.eot');
  src: url('../fonts/microsquare-boldoblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/microsquare-boldoblique-webfont.woff2') format('woff2'), url('../fonts/microsquare-boldoblique-webfont.woff') format('woff'), url('../fonts/microsquare-boldoblique-webfont.ttf') format('truetype'), url('../fonts/microsquare-boldoblique-webfont.svg#microsquarebold_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline
}
:focus {
  outline: 0
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: normal
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
blockquote, q {
  quotes: """"
}
* {
  margin: 0;
  padding: 0
}
html, body {
  height: 100%
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fixed {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
a {
  color: #000;
  text-decoration: none
}
a:hover {
  color: #0071BC;
  text-decoration: underline
}
h3.inner a:hover, h3.inner2 a:hover {
  color: #000;
  text-decoration: none
}
h1, h2, h3 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: none
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: none
}
/* embedded videos */
embed, object, iframe {
  width: 100%;
}
/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
  zoom: 1;
}
.group:before, .group:after {
  content: "";
  display: table
}
.group:after {
  clear: both
}
.group {
  clear: both;
  *zoom: 1
}
/*	-------------------------------------------------------------
	HEADER STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#header {
  position: relative; /* This fixes the IE7 overflow hidden bug */
  padding: 0;
  margin: 15px auto 35px;
  height: 42px;
  width: 100%;
}
#logo {
  display: block;
  position: relative;
  float: left;
  background-color: transparent;
  line-height: 42px;
  font-size: 38px;
  /* font-family: 'DidotLTStd-Roman'; */
  font-family: 'microsquareregular';
  font-weight: 400;
  float: left;
  width: 41%
}
#logo a {
  text-decoration: none;
  color: #000;
  font-style: normal;
}
#logo a:hover {
  opacity: 0.8
}
nav {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  width: 59%
}
nav ul {
  font-family: georgia !important;
  font-size: 18px !important;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: right
}
nav ul li {
  position: relative;
  float: left;
  margin: 0px 3px;
}
nav ul li a {
  display: block;
  padding: 5px 10px 10px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  line-height: 14px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  /* font-family: 'PT Sans', sans-serif; */
  font-family: 'microsquareregular';
  font-weight: 400;
}
nav ul li a:hover {
  color: #000;
  text-decoration: none
}
nav ul li:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: #EBEBEB;
  background-color: transparent;
  border-width: 0px 0px 7px;
}
nav ul li:hover:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  border-width: 0px 0px 7px;
}
nav ul li.rembtn:after {
  border-width: 0 !important;
}
nav ul li.rembtn:hover:after {
  border-width: 0 !important;
}
nav ul li.rembtn a {
  font-size: 20px !important;
  padding: 5px !important
}
nav ul li ul {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
nav ul li.over {
  top: 0;
}
nav ul li.over a {
  background: #009bcc;
}
#nav ul li.over ul {
  padding: 5px !important;
  display: block;
  background: #009bcc;
}
nav ul li.over ul li {
  float: none;
  margin: 0px !important;
  top: 0px;
}
nav ul li.over ul li a {
  font-size: 14px !important;
  padding: 3px 30px;
  background: none;
  white-space: nowrap;
}
nav ul li.over ul li a:hover {
  background: #00bbf7;
  color: #000000;
}
/*	-------------------------------------------------------------
	CONTENT STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#main {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  line-height: 17px;
  text-transform: lowercase;
  font-size: 14px;
  /*font-family: 'PT Sans', sans-serif;*/
  font-family: 'microsquareregular';
  font-weight: 400;
}
#main .left__rows {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 50%
}
#main .right__rows {
  position: relative;
  float: right;
  padding: 0;
  margin: 0;
  width: 45%;
  text-align: right
}
h3 {
  display: block;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'microsquarebold';
}
h2 {
  display: block;
  min-height: 34px;
  background-color: transparent;
  line-height: 36px;
  color: #000000;
  font-size: 30px;
  /*font-family: 'DidotLTStd-Roman';*/
  font-family: 'microsquarebold';
  font-weight: 400;
  position: relative;
  text-transform: uppercase
}
h1 {
  display: block;
  font-size: 34px;
  line-height: 40px;
  background-color: transparent;
  color: #999;
  /* font-family: 'DidotLTStd-Roman'; */
  font-family: 'microsquareregular';
  font-weight: 400;
  position: relative;
}
.img_frame img {
  display: block;
  max-width: 100%;
  height: auto
}
#u3948-4 {
  display: inline-block;
  height: 42px !important;
  background-color: #000000;
  border-radius: 5px;
  line-height: 42px;
  color: #D4D4D4;
  font-size: 18px;
  text-align: center;
  /*font-family: 'DidotLTStd-Roman';*/
  font-family: 'microsquarebold';
  font-weight: 400;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none
}
#buynow {
  display: inline-block;
  height: 26px !important;
  background-color: #000000;
  border-radius: 5px;
  line-height: 26px;
  color: #D4D4D4;
  font-size: 14px;
  text-align: center;
  font-family: 'DidotLTStd-Roman';
  font-weight: 400;
  position: relative;
  padding: 0 6px;
  text-transform: uppercase;
  text-decoration: none
}
.top_icons a {
  float: left;
  display: inline-block;
  margin: 0 0 0 2px
}
.top_icons a:hover {
  opacity: 0.6
}
#top__frame {
  position: relative;
  padding: 0;
  margin: 0 auto 20px
}
#home__logo {
  position: relative;
  width: 320px;
  line-height: 73px;
  font-size: 73px;
  /*font-family: 'DidotLTStd-Roman';*/
  font-family: 'microsquareregular';
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  padding: 25px 0 0;
  margin: 0
}
#home__logo span {
  display: block
}
#home__nav {
  position: relative;
  padding: 25px 0;
  margin: 0
}
#home__nav ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0
}
#home__nav ul li {
  width: 100%;
  height: 73px;
  color: #000000;
  text-align: left;
  /* font-family: 'PT Sans', sans-serif; */
  font-family: 'microsquareregular';
  font-weight: 400;
  position: relative;
  border-left: 10px solid #EBEBEB;
  line-height: 70px;
  margin: 0 0 2px 0;
  padding: 0
}
#home__nav ul li:hover {
  border-left: 10px solid #000;
}
#home__nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 0 0 0 20px
}
.gallery_frame {
  position: relative;
  float: right;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  width: 65%;
  background-color: #F5F5F5
}
.prime_nav {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 auto;
  width: 35%
}
.icons_nav {
  position: relative;
  margin: 35px 0 0;
  padding: 0
}
#image {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 584px;
  width: 100%
}
#image img {
  display: block;
  width: 100%;
  height: auto
}
.thumbnail__frame {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 10px auto 0;
  max-width: 584px;
  width: 100%
}
.thumbnail__frame a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0
}
.thumbnail__frame a:last-child {
  margin: 0 !important;
}
.second__footer a {
  color: #000;
  text-decoration: none
}
.info {
  position: relative;
  margin: 10px 0 0;
  padding: 0
}
.article a {
  color: #000;
  text-decoration: underline
}
.article a:hover {
  text-decoration: underline;
  color: #0071BC
}
.article img {
  max-width: 100%;
  height: auto
}
.top_icons a {
  float: left
}
.no_mob .top_icons a {
  float: none !important
}
h3.inner {
  display: block;
  width: 100%;
  min-height: 25px;
  background-color: transparent;
  line-height: 40px;
  color: #7F7F7F;
  font-size: 40px;
  font-family: 'DidotLTStd-Roman';
  font-weight: 400;
  position: relative;
  margin: 0;
  text-align: left
}
h3.inner a {
  display: block;
  margin: 25px 0 0
}
h3.inner2 {
  display: block;
  width: 100%;
  min-height: 25px;
  background-color: transparent;
  line-height: 40px;
  color: #7F7F7F;
  font-size: 27px;
  font-family: 'DidotLTStd-Roman';
  font-weight: 400;
  position: relative;
  margin: 0;
  text-align: left
}
h3.inner2 a {
  margin: 25px 0 0
}
#bx-pager a {
  display: inline-block;
  width: 24%;
  overflow: hidden;
  padding: 0 0 0 1% !important;
  float: left;
  margin: 0 0 5px;
  padding: 0
}
#bx-pager img {
  width: 100%;
  height: auto;
  display: block
}
.gallery_thumb #bx-pager img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  display: block
}
.gallery_thumb #bx-pager a {
  display: inline-block;
  width: auto !important;
  overflow: hidden;
  padding: 0 0 0 0 !important;
  float: none !important;
  margin: 0 0.25% 3px !important;
  padding: 0;
}
.gallery_pict {
  width: 64.5% !important;
  text-align: left !important
}
.gallery_thumb {
  width: 34.5% !important;
  text-align: left !important
}
.featured_img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px
}
.wd49 {
  width: 49% !important;
  text-align: left !important
}
.wd60 {
  width: 60% !important;
  text-align: left !important
}
.wd60b {
  position: relative;
  float: right;
  width: 60% !important;
  text-align: left !important
}
.wd35 {
  position: relative;
  float: right;
  width: 35% !important;
  text-align: left !important
}
.wd37 {
  width: 37% !important;
  text-align: left !important
}
.wd41 {
  width: 41% !important;
  text-align: left !important
}
.wd41b {
  width: 41% !important
}
.wd57 {
  width: 57% !important;
  text-align: left !important
}
.wd41b.top_icons a {
  float: none !important
}
.no_mob.top_icons a {
  float: none !important
}
.gallery__rows img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px
}
h3.inner {
  display: block;
  width: 100%;
  min-height: 25px;
  background-color: transparent;
  line-height: 40px;
  color: #7F7F7F;
  font-size: 40px;
  /*font-family: 'DidotLTStd-Roman';*/
  font-family: 'microsquarebold';
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0 0 25px !important;
  text-align: left
}
h3.inner2 {
  width: 100%;
  min-height: 25px;
  background-color: transparent;
  line-height: 40px;
  color: #7F7F7F;
  font-size: 27px;
  /*font-family: 'DidotLTStd-Roman';*/
  font-family: 'microsquarebold';
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0 0 25px !important;
  text-align: left
}
#press_frame img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 15px
}
p.bullet {
  display: block;
  position: relative;
  padding: 0 0 15px 10px !important;
  margin: 0 !important
}
p.bullet a {
  color: #000;
  text-decoration: none
}
p.bullet a:hover {
  color: #0071BC;
  text-decoration: underline
}
p.bullet:before {
  content: "•";
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  width: 10px;
  left: -5px
}
#live_frame {
  font-size: 16px;
  line-height: 19px
}
#news_frame {
  line-height: 18px;
  font-size: 15px;
}
#home_gallery #bx-pager a {
  width: 20% !important;
  height: 152px !important;
}
.shopping_cart table {}
.shopping_cart table td, .shopping_cart table th {
  border: 1px solid #ddd !important;
  padding: 8px !important;
}
.wspsc_cart_item_name_th, .wspsc_cart_qty_th, .wspsc_cart_price_th {
  text-transform: uppercase !important
}
tr.wpspsc_checkout_form td {
  border: 0px solid #ddd !important;
}
tr.wspsc_cart_total td {
  text-transform: uppercase !important
}
.wp_cart_item_name {
  text-transform: none !important
}
/** WOOCOMMERCE HACK **/
.woocommerce ul.shoplist li {
  position: relative;
  float: left;
  width: 22.5%;
  padding: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  background-color: #ededed;
  height: 500px;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
  display: block;
}
.woocommerce .woocommerce-ordering:before, .woocommerce .woocommerce-ordering:after {
  content: "";
  display: table
}
.woocommerce .woocommerce-ordering:after {
  clear: both
}
.woocommerce .woocommerce-ordering {
  clear: both;
  *zoom: 1
}
.woocommerce .shoplist {
  display: block;
  width;/100%
}
.woocommerce .shoplist:before, .woocommerce .shoplist:after {
  content: "";
  display: table
}
.woocommerce .shoplist:after {
  clear: both
}
.woocommerce .shoplist {
  clear: both;
  *zoom: 1
}
.woocommerce ul.shoplist li h2 {
  font-size: 17px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #000;
  text-align: left !important;
  font-family: pt-sans, sans-serif !important;
}
.woocommerce .price {
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce a.button, .woocommerce .add_to_cart_button {
  position: absolute !important;
  bottom: 10px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: 20px !important;
  background-color: orange !important;
  padding: 5px !important;
  width: 90% !important;
  text-align: center !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
}
.woocommerce-MyAccount-content .button, .woocommerce table.my_account_orders .button, .wc-proceed-to-checkout a.button, .wc-proceed-to-checkout .add_to_cart_button {
  position: relative !important;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 !important
}
.woocommerce table.my_account_orders .button {
  bottom: 0 !important
}
.woocommerce-loop-product__link {
  color: #000 !important;
  text-decoration: none !important
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000 !important;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000 !important;
  font-size: 1.25em;
}
.woocommerce-Tabs-panel--description h2 {
  display: none !important;
  height: 0 !important
}
.woocommerce-ordering, .single-product .product_meta {
  display: none !important;
  height: 0 !important
}
.short--description {
  position: relative;
  padding: 10px 0 0;
  margin: 0;
  text-align: left
}
.available, .preorder {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  width: 90%;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}
.available {
  background-color: green;
}
.preorder {
  background-color: orange;
}
.woocommerce nav {
  float: left !important;
  width: 20% !important
}
.woocommerce .woocommerce-MyAccount-content {
  float: right !important;
  width: 75% !important
}
.woocommerce nav ul {
  float: none !important;
}
.woocommerce nav ul li {
  position: relative;
  float: none;
  margin: 3px 0 !important;
  display: block
}
.woocommerce nav ul li:after {
  content: '';
  display: block;
  border-style: none !important;
  border-color: #EBEBEB;
  background-color: transparent;
  border-width: 0;
}
.woocommerce nav ul li:hover:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  border-width: 0px 0px 0 !Important;
}
.woocommerce nav ul li a {
  text-align: left !important
}
.woocommerce:before, .woocommerce:after {
  content: "";
  display: table
}
.woocommerce:after {
  clear: both
}
.woocommerce {
  clear: both;
  *zoom: 1
}
input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select {
  /* width:100%; */
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #e1e1e1;
}
/*	-------------------------------------------------------------
	FOOTER STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#footer {
  position: relative; /* This fixes the IE7 overflow hidden bug */
  padding: 40px 0 20px;
  margin: 0 auto;
  width: 100%;
  line-height: 18px;
  text-transform: lowercase;
  font-size: 15px;
  /* font-family: 'PT Sans', sans-serif;  */
  font-family: 'microsquareregular';
  font-weight: 400;
  text-transform: lowercase
}
#footer a {
  text-decoration: none;
  color: #000
}
#footer .left__cols {
  position: relative;
  float: left;
  padding: 20px 0 0;
  margin: 0;
  width: 54.5%
}
#footer .right__cols {
  position: relative;
  float: left;
  padding: 10px 2%;
  margin: 0;
  width: 41.5%;
  text-align: right
}
#footer .right__cols img {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  max-width: 100%;
  height: auto
}
#footer .right__cols img:hover {
  opacity: 0.6
}
.slicknav_menu {
  display: none;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) { /* STYLES GO HERE */
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) { /* STYLES GO HERE */
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) { /* STYLES GO HERE */
}
@media only screen and (min-width : 320px) and (max-width : 667px) { /* STYLES GO HERE */
}
@media only screen and (min-width : 320px) and (max-width : 667px) and (orientation : landscape) { /* STYLES GO HERE */
}
@media only screen and (min-width : 320px) and (max-width : 667px) and (orientation : portrait) {
  #navigation {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #logo {
    float: none;
    line-height: 30px;
    font-size: 30px;
    width: 100%;
    text-align: center
  }
  .thumbnail__frame {
    display: none
  }
  .prime_nav {
    float: none;
    width: 100%;
  }
  .gallery_frame {
    display: none
  }
  #main {
    padding: 0 1%;
    width: 98%;
  }
  #main .right__rows, #main .left__rows {
    width: 100%;
    margin: 0 auto 25px
  }
  .img_frame img {
    margin: 0 0 5px
  }
  .top_icons a {
    display: none;
  }
  .top_icons a:first-child {
    display: block !important;
    width: 100% !important;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center
  }
  h2 {
    display: block;
    min-height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 27px;
  }
  .wd49 {
    width: 100% !important;
    text-align: left !important;
    margin: 0 auto 25px !important
  }
  .no_mob {
    display: none;
    height: 0
  }
  .wd60 {
    width: 100% !important;
    text-align: left !important
  }
  .wd35 {
    position: relative;
    float: none;
    width: 100% !important;
    text-align: left !important
  }
  .wd60b {
    position: relative;
    float: none;
    width: 100% !important;
    text-align: left !important
  }
  .wd37 {
    width: 100% !important;
    text-align: left !important
  }
  .wd41 {
    width: 100% !important;
    text-align: left !important
  }
  .wd57 {
    width: 100% !important;
    text-align: left !important
  }
  .gallery_pict {
    width: 100% !important;
    text-align: left !important;
    padding: 25px 0 0 !important
  }
  .gallery_thumb {
    width: 100% !important;
    text-align: left !important
  }
  #bx-pager a {
    width: 25%;
    padding: 0 1% !important;
  }
  h3.inner, h3.inner2 {
    font-size: 27px;
  }
  #top__frame {
    margin: 0 auto;
  }
  #footer {
    padding: 40px 1% 20px;
    width: 98%;
  }
  #footer .left__cols, #footer .right__cols {
    width: 100%;
  }
  #footer .right__cols {
    text-align: center;
  }
  a {
    /*word-break: break-all;*/
  }
  .home_page {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../images/home-mob-50.jpg');
  }
  #home__logo {
    position: relative;
    width: 100%;
    line-height: 50px;
    font-size: 50px;
  }
  #home__nav ul li a {
    color: #fff;
  }
  .mobile--hide {
    display: none !important
  }
  .info, .second__footer a {
    color: #fff;
    text-decoration: none;
  }
  .home_page #footer {
    display: none;
    height: 0
  }
  #home__nav ul li {
    height: 40px;
    line-height: 40px;
  }
  #home__logo {
    padding: 5px 0 0;
  }
  #home__nav {
    position: relative;
    padding: 25px 0 0;
    margin: 0;
  }
  .woocommerce ul.shoplist li {
    float: left;
    width: 96%;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    background-color: #ededed;
    height: 530px;
  }
}
.woocommerce-message a.button, .woocommerce-message .add_to_cart_button {
  display: inline-block !important;
  position: relative !important;
  bottom: unset !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: 16px !important;
  background-color: #000 !important;
  padding: 5px 15px !important;
  width: auto !important;
  text-align: center !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.out-of-stock {
  top: 24px;
  left: -16px;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  letter-spacing: .06em;
  background-color: #A00;
  padding: 5px 10px;
  font: bold 16px/1.2em Arial, Sans-Serif;
  -webkit-transform: rotate(-35deg) scale(0.75, 1);
  z-index: 10;
}
.out-of-stock:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  /* border: 2px rgba(255,255,255,0.7) dashed; */
}
.single-product .stock.out-of-stock {
  display: none !important
}
.woocommerce-product-gallery__image {
  position: relative
}
.woocommerce-product-gallery__image:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00e';
  color: #c95351;
  display: block;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.wpgs-for {
	position:relative		
}

.wpgs-for:after {
	content:'\f002';
	font-family: "Font Awesome 5 Pro";
	display:block;
	position:absolute;
	width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    z-index: 1;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    padding: 5px;
}

