/* global whitespace */

* { margin:0; padding:0; }

/*= BODY/GLOBALS */

html {
    text-align: center;
}

body {
	background:#660000 url(images/bg-body.gif);
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	font-size:85%;
	line-height:110%;
	text-align:center;
}

a, a:link {
    color:#28507C;
    outline: none;
}

a:visited {
    color:#001551;
}

a:hover {
	text-decoration:none;
}	

/* =LAYOUT */

#wrapper {
	margin:0 auto;
	width:794px;
}

#header { 
	background:url(images/bg-top.jpg) no-repeat 0 0;
	height:175px;
	position:relative;
}

#home #header {
	background:url(images/bg-top-home.jpg) no-repeat 0 0;
	height:265px;
}

#content { 
	background:url(images/bg-content.gif) repeat-y 0 0;
	text-align:left;
}

#footer { 
	background:url(images/bg-footer.gif) no-repeat 0 0;
	height:91px;
	position:relative;
}

p.like {
	margin: 0 0 0 220px;
	width: 330px;
}

/* =FOOTER */

#footer {
	color:#f1f1f1;
	font-size:.85em;
	margin-bottom:25px;
}

#footer p {
   padding-top:36px;
   text-align:center;
}

#footer a, 
#footer a:visited {
    color:#fff;
	font-weight:bold;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

/* =COPY */

#content #copy {
 
  float: left;
  margin: 30px 0 0;
  padding: 0;
  width: 535px;
}
#content #copy p {
	color:#333;
	font-size:1.1em;
	line-height:1.5em;
	padding:12px 20px 12px 0;
}

body#home #content #copy p {
	color:#0b61ac;
	line-height:1.7em;
	margin:12px 0;
}

#content #copy ul, 
#content #copy ol {
	background:url(../images/bg-content-ul.gif) no-repeat 0px 3px;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
	list-style-type:none;
	margin:10px 14px;
	padding:0 0 0 7px;
}

#content #copy ol {
	background:none;
	list-style-type:decimal;
	padding:0 0 0 12px;
}

#content #copy li {
	background:url(../images/bullet-list.gif) no-repeat 0px 5px;
	margin:6px 0;
	padding:0 0 0 14px;
	position:relative;
}

#content #copy ol li {
	background:none;
}

.large {
	color:#666;
	font-size:1.5em;
}

#content #copy table {
	border:none;
	font-size:1.1em;
	margin:10px 65px 10px 25px;
	padding:0;
	width:88%;
}

#content #copy table td  {
	padding:7px 5px;
	border-bottom:1px solid #eee;
}

#content #copy table th  {
	padding:7px 5px;
	background:#eee;
	text-align:left;
}

#content #copy div#new {
	border:1px dotted #0b61ac;
	clear:both;
	color:#e84f4f;
	margin:-25px 0 0 0;
	padding:2px;
}

#content #copy div#new div {
	background:url(images/bg-new.jpg) no-repeat 0 0;
	padding:44px 17px 0px 17px;
}

#content #copy div#new p {
	color:#e84f4f;
	font-size:.95em;
	line-height:1.4em;
	padding:0 0 14px 0;
}

#content #copy div#new a,
#content #copy div#new strong {
	color:#a40812;
}

#content a.learn {
	background:url(images/bg-video.gif) no-repeat 0 0;
	display:block;
	margin:15px 0 35px 0;
	padding:0;
	text-indent:-9999px;
}

#content #copy .pull {
	color:#0b7fc0;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	line-height:1.3em;
	margin:0 12px 12px 25px;
	width:238px;
}

.video-cta {
	background: url(images/video-cta.jpg) no-repeat 0 0;
	clear: both;
	color: #999;
	font-size: 11px;
	float: left;
	line-height: 14px;
	margin: 5px 20px 0 0;
	padding: 114px 0 0 0;
	width: 200px;
	text-decoration: none;
}

p .video-cta { color: #666; }

.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:500px;	
	padding: 12px;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 9999;
}

/*= HEADERS */

h1 {
	color:#0b61ac;
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 5px 0;
	line-height: normal;
}

h1#banner {
	height:175px;
	margin:0;
	text-indent:-9999px;
}

h1#banner a {
	display:block;
	height:130px;
	left:32px;
	position:absolute;
	top:35px;
	width:730px;
}

#home h1#banner a {
	cursor:crosshair;
}

h1.page-header {
	color: #0060ae;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 20px;
	line-height:22px;
	text-transform: uppercase;
}

#home h1.page-header {
	display: none;
}

/* h1#about, h1#home { background:url(images/hdr-about.gif) no-repeat 0 0; }
h1#services { background:url(images/hdr-services.gif) no-repeat 0 0; }
h1#workshops { background:url(images/hdr-workshops.gif) no-repeat 0 0; }
h1#wild-feminine-book, h1#feminine  { background:url(images/hdr-feminine.gif) no-repeat 0 0; }
h1#faq  { background:url(images/hdr-faq.gif) no-repeat 0 0; }
h1#words { background:url(images/hdr-words.gif) no-repeat 0 0; } 
h1#new { background:url(images/hdr-new.gif) no-repeat 0 0; } 
h1#contact { background:url(images/hdr-contact.gif) no-repeat 0 0; }
h1#blog { background:url(images/hdr-blog.gif) no-repeat 0 0; } */

h2 {
	font-size:1.45em;
}

h3 {
	color:#243C57;
	font-size:1.2em;
	font-weight:bold;
}

#content #copy h2 {
	color:#444;
	padding:12px 0;
}

#content #copy h3 {
	color:#444;
	padding:12px 0;
}

h4 {
	font-size:11px;
	font-style:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* =SIDEBAR */

#sidebar {
	display:inline;
	float:left;
	margin:0 20px 0 40px;
	width:160px;
}

/* nav */

ul#nav {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
}

ul#nav li {
	display:inline;
}

ul#nav li a,
ul#nav li a:visited {
	color:#094a9e;
	display:block;
	font-size:.95em;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#nav li a:hover {
	background:#377bb9;
	color:#fff;
}

body#about li#about a, body#about li#about a:visited,
body#services li#services a, body#services li#services a:visited,
body#workshops li#workshops a, body#workshops li#workshops a:visited,
body#feminine li#feminine a, body#feminine li#feminine a:visited,
body#faq li#faq a, body#faq li#faq a:visited,
body#words li#words a, body#words li#words a:visited,
body#new li#new a, body#new li#new a:visited,
body#contact li#contact a,body#contact li#contact a:visited,
li.current_page_item a,
li.current_page_item a:visited
li.current_page_parent a,
li.current_page_parent a:visited {
	background:#ae3f33 url(images/bg-nav-active.gif) no-repeat 100% 50% !important;
	color:#fff !important;
}	

li.current_page_parent a,
li.current_page_parent a:visited { display: none; }

ul.blog {
	list-style: none;
	margin: 5px 0 5px 15px;
}

ul.blog li  {
	font-size: 12px;
	list-style: none;
}

ul.blog h2 { 
	font-size: 13px;
	margin: 15px 0 3px 0;
	text-transform: uppercase
}

/* =FORMS */

#newsletter {
	background:url(images/bg-newsletter.gif) no-repeat 0 0;
	color:#094a9e;
	margin:45px 0 0 0;
	padding:40px 0 30px 0;
	text-align:center;
}

#newsletter form {
	margin:0;
	padding:0;
}

#newsletter form label {
	display:block;
	font-size:.85em;
	padding:0 22px;
}

#newsletter form input#email {
	padding:2px;
	width:117px;
}

#newsletter form input {
	margin:10px 0 0 0;
}

/*#content #copy form {
    margin:20px 35px 0 0;
    padding:0;
}

#content #copy form p {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1em;
	padding:10px 0 7px 10px;
	text-indent:0;
}

#content #copy fieldset {
	background:url(/images/bg-newsletter.gif) bottom repeat-x;
	border:1px solid #CCCCB2;
	margin:0 0 0 0;
	padding:6px;
	text-align:left;
	width:418px;
}

#content #copy legend {
    border:none;
	background:none;
	color:#660000;
	font-size:1em;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:0 5px;
}


#content #copy label {
    color:#001551;
    display:block;
    float:left;
	font-style:italic;
    font-size:1em;
	font-weight:bold;
    margin:3px 5px 0px 7px;
	width:140px;
}

#content #copy label.comments {
	padding-bottom:6px;
	width:350px;
}

html>body label.comments { /* IE puts random line if no float is provided so hide this decleration from IE */
	/*float:none;
}

#content #copy label.inline {
	display:inline;
	float:none;
	font-style:normal;
	font-weight:normal;
	width:auto;
}

#content #copy input.text {
    border:1px solid #CCCCB2;
	display:inline;
    font-size:10px;
    margin:2px 1px;
    padding:2px;
    width:235px;
}

#content #copy form textarea {
	height: 133px;
	overflow:auto;
	width: 390px;
	padding: 2px;
}

#content #copy input.submit {
    float: right;
	margin:5px 0 0 0;
}

form em {
  color:#798238;
  margin-left:5px;
  font-size:0.8em;
  font-style:italic;
}

form .button {
  width:90px;
  border:1px solid #E9D7BC;
  font-weight:bold;
}

form .hiddenfield {display:none;}

input[type=text], textarea {
	font: 1em Gill Sans, Trebuchet, Trebuchet MS, Arial;
	border: 1px #ccc solid;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
}

form input[type=text] {
	margin: 5px 5px 1px 0;
}

/* IE hax */
*html fieldset {
	position:relative;
}

*html legend {
	margin-bottom:7px;
}

*html label {
	margin:2px 5px -2px 7px;
	padding-bottom:3px;
}

/* basic formatting classes */

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	margin-top:-1px;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

/* various image classes  */
	
img {
	border: none;
}

img.float-r {
	float:right;
	display:inline;
	margin:0 10px 10px 25px;
}

#home img.float-r {
	display:inline;
	float:right;
	margin:-10px 0 15px 25px;
}

img.float-l {
	display:inline;
	float:left;
	margin:0 25px 10px 0px;
}

img.border,
iframe.border {
    background:#660000 url(images/bg-body.gif);
    border:none;
    padding:10px;
}

img.thumb {
    float:left;
    border:none;
    margin:1px 10px 0 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* blog stuff */

.postmetadata {
	border-top: 1px solid #ccc;
	color: #888 !important;
	font-size: 12px !important;
	margin: 12px 0 0 0;
	padding-top: 8px;
}

/*#home br { display: none; }*/


/* Shimna Design Edits
----------------------------------------*/

#content #copy .gform_body ul {
	margin: 0;
	padding: 0;
}

#gforms_confirmation_message {
	color: #ae3f33;
	font-size: 14px;
	border: 2px solid #ae3f33;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.gfield_label {
	color: #0060ae;
}

.gform_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-size: 14px !important;
	padding: 2px;
}

.gform_wrapper textarea#input_1_5,
.gform_wrapper textarea#input_1_7,
.gform_wrapper textarea#input_2_8,
.gform_wrapper textarea#input_2_9  {
	height: 50px;
}

.gform_wrapper input[type=submit] {
    background: #ae3f33;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 16px !important;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 15px;
}

.gform_wrapper input[type=submit]:hover {
	background: #95210f;
}

#content #copy li.paypal-notice p {
	color: #fff;
	background: #5EAAE0;
	padding: 10px;
	font-size: 13px;
	margin: 20px 0 0 0 !important;
}

#home-books {
	background: #e5f6fb;
	margin-bottom: 50px;
	padding: 10px;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#home-books:after {
	content: "";
	display: table;
	clear: both;
}

#home-books h2 {
	background: url('images/bg-read-books.gif') no-repeat;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	padding: 0 !important;
	height: 15px;
}

#home-books p {
 	font-size: 14px !important;
}

#home-wc img,
#home-mfyc img {
	margin: 5px 20px 20px 0;
}

#home-mfyc,
#home-wf {
	clear: both;
	border-top: 1px dotted #0b61ac;
}

#home-wf img {
	margin: 5px 20px 5px 0;
}

.book-thumbnail {
	margin: 5px 15px 5px 10px;
}

.book-title {
	color: #059fd6;
	font-weight: bold;
	font-size: 17px !important;
}

.book-note {
	color: #ae3f33;
	font-weight: bold;
}

.separator {
	border-top: 1px dotted #0b61ac;
	margin-top: 25px;
}

.highlight {
	color: #fff;
	background: #5EAAE0;
	padding: 10px;
	font-size: 16px;
	line-height: 1.3;
	width: 45%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* Nivo Slider
------------------------------------------------------------ */

#slider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	border: 10px solid #059fd6;
	width: 500px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: center;
	padding: 0;
}

.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	/*background:url(images/bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin: -5px 5px 0 5px;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    background: none;
    color: #fff;
    font-size:14px;
}

.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*--------------------------newly added--------------------------------------------*/
.product-item li {
  display: inline-block;
  float: left;
  height: 335px;
  margin: 0 2% 2% !important;
  padding: 0 !important;
  transition: all 600ms linear 0s;
  width: 45%;
}
.first-product {
  background-position: center center;
  float: left;
  height: auto;
  min-height: 215px;
  position: relative;
  width: 100%;
}
.prdt_img > img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.black-sheet {
  background: hsla(0, 0%, 0%, 0.6) none repeat scroll 0 0;
  display: none;
  height: 215px;
  position: relative;
  width: 100%;
}
.icon1 {
  text-decoration: none !important;
}
.fa.fa-eye {
  background: hsl(0, 0%, 14%) none repeat scroll 0 0;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  font-size: 22px;
  left: 42% !important;
  padding: 10px;
  position: relative;
  text-align: center;
  top: 35%;
}
.quick-view {
  background: hsl(5, 63%, 41%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%) !important;
  display: none;
  font-size: 14px !important;
  left: 30%;
  padding: 4px 8px !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  top: -2%;
  width: 35%;
}
.arrow {
  border-left: 10px solid hsla(0, 0%, 0%, 0);
  border-right: 10px solid hsla(0, 0%, 0%, 0);
  border-top: 10px solid hsl(5, 63%, 41%);
  bottom: -8px;
  left: 38px;
  position: absolute;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}
.img-hvr-cntnt {
  background: hsl(0, 0%, 14%) none repeat scroll 0 0;
  bottom: 0;
  color: hsl(0, 0%, 100%);
  height: 50px;
  position: absolute;
  width: 100%;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}
.yith-wcwl-wishlistexistsbrowse.show {
  float: right;
  margin: 10px 15px 0 0;
  width: 85%;
}
.summary.entry-summary .product_title.entry-title {
  margin: 22px 0 0 28px;
}
.summary.entry-summary .price {
  margin: 10px 30px;
}.cart .quantity {
  margin: 0 0 0 29px;
}
.quantity .input-text.qty.text {
  float: left;
  height: 25px;
  padding: 2px 0 2px 6px;
  width: 50px;
}
.icon2 {
  border-right: 1px solid hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%) !important;
  float: left;
  text-align: center;
  text-decoration: none;
  width: 30%;
}
.icon2:hover {
  background: hsl(6, 55%, 44%) none repeat scroll 0 0;
  height: 100%;
  margin: 0;
}
.add_to_wishlist {
  color: hsl(0, 0%, 100%) !important;
  font-size: 14px;
  position: relative;
  text-decoration: none !important; 
}
.add-to-wishlist.add_to_wishlist {
  background: hsl(5, 63%, 41%) none repeat scroll 0 0 !important;
  display: none;
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 5px 2px !important;
  position: relative;
  text-align: left !important;
  top: -3.3em;
  width: 90px;
}
.fa.fa-heart-o {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 26px;
  height: 46px;
  left: 0.8em;
  line-height: 0 !important;
  padding: 0;
  position: relative;
  text-decoration: none;
  top: 0.9em;
}
.add-to-cart, .add_to_cart_button {
  color: hsl(0, 0%, 100%) !important;
  float: right;
  left: 0;
  line-height: 1.5;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  top: 10px !important;
  width: 66%;
}
.item_info {
  float: left;
  height: auto;
  margin: 0 auto;
  padding: 10px 8px;
  width: 93%;
}
.item_info > h5 {
  color: hsl(0, 0%, 54%);
  font-family: century gothic;
  font-size: 18px;
  width: 100%;
}
.item_info a {
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
.rating {
  direction: rtl;
  height: 25px;
  unicode-bidi: bidi-override;
}
.star-rating {
  color: hsl(45, 87%, 64%);
  float: left !important;
  font-family: star !important;
  font-size: 1.3em !important;
  height: 1em !important;
  line-height: 1 !important;
  margin: 7px 0;
  overflow: hidden !important;
  position: relative !important;
  width: 5.4em !important;
}
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.amount1 {
  clear: both;
  color: hsl(244, 10%, 28%);
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 6px;
  width: 70%;
}
.product-item li:hover {
  box-shadow: 0 0 4px hsl(207, 87%, 28%);
}
.product-item li:hover .black-sheet {
  display:block;
}

.pages {
  background: hsl(6, 55%, 44%) none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  float: left;
  height: 30px;
  padding: 12px 6px;
  transition: all 600ms linear 0s;
  width: 100%;
}
.pagination {
  float: right;
  height: auto;
  margin: 0 !important;
  width: 18%;
}
.pagination > li {
  float: left;
  margin: 0 6px;
}
.pages h3 {
  color: hsl(0, 0%, 100%) !important;
  float: left;
}
.pagination a {
  color: hsl(0, 0%, 100%);
}
.show {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: 1px solid hsla(203, 100%, 31%, 0.2);
  float: left;
  margin-bottom: 15px;
  padding: 9px 7px 9px 13px;
  width: 98.3%;
}
.inr-show {
  float: right;
  width: 284px;
}
.show-form {
  float: left;
  width: 107px;
}
.show-form label {
  color: hsl(0, 0%, 18%);
  float: left;
  font: 16px calibri;
  margin: 0 8px 0 0;
}
.show-form select {
  border: 1px solid hsl(207, 87%, 28%);
  border-radius: 0;
  color: hsl(0, 0%, 16%);
  font-family: "Century Gothic";
  font-size: 12px;
  height: 25px !important;
  margin-bottom: 0;
  width: 46px;
}
.sort-form {
  float: left;
  margin-left: 10px;
  width: 165px;
}
.sort-form label {
  color: hsl(0, 0%, 18%);
  float: left;
  font: 16px calibri;
  margin: 0 8px 0 0;
}
.sort-form select {
  border: 1px solid hsl(207, 87%, 28%);
  border-radius: 2px;
  color: hsl(0, 0%, 16%);
  font-family: "Century Gothic";
  font-size: 12px;
  height: 25px !important;
  margin-bottom: 0;
  width: 83px;
}
.first-product .onsale {
  background-color: hsl(102, 26%, 52%);
  border-radius: 100%;
  color: hsl(0, 0%, 100%);
  float: right;
  font-size: 0.857em;
  font-weight: 700;
  line-height: 3.236;
  margin: 0;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  right: -9px !important;
  text-align: center;
  top: -0.5em;
  z-index: 5;
}
.icon2:hover .add-to-wishlist.add_to_wishlist{
	display:block;
	}
.icon1:hover .quick-view{
	display:block;
}
.icon1:hover .fa.fa-eye {
   background: hsl(5, 63%, 41%) none repeat scroll 0 0 !important;
}
del {
  color: hsl(0, 100%, 50%);
}
ins {
  color: hsl(120, 100%, 25%);
  font-size: 18px;
  margin: 0 0 0 10px;
}
.cart .button {
  background: hsl(5, 63%, 41%) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  float: left;
  margin: 0 0 0 22px;
  padding: 8px;
}
.woocommerce-tabs {
  margin: 0 0 0 30px;
}
.description_tab > a {
  color: hsl(5, 63%, 41%);
  font-size: 24px;
  margin: 0 auto;
}
.description_tab {
  text-align: center;
}
nav.woocommerce-breadcrumb {
  margin: 0 0 0 24px;
  padding: 10px 0;
}
.images {
  margin: 0 auto;
  padding: 0 0 0 10px;
  text-align: center;
  width: 68%;
}
#copy .onsale {
  position: relative;
  right: 6em;
  background-color: hsl(102, 26%, 52%);
  border-radius: 100%;
  color: hsl(0, 0%, 100%);
  float: right;
  font-size: 0.857em;
  font-weight: 700;
  line-height: 3.236;
  margin: 0;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  text-align: center;
  top: -0.5em;
  z-index: 5;
}
.summary.entry-summary .sku_wrapper {
  color: hsl(6, 55%, 44%);
  left: 30px;
  position: relative;
  top: -34px;
}
.woocommerce-message {
  margin: 10px 24px;
}
.button.wc-forward {
  color: hsl(208, 88%, 36%);
  font-size: 18px;
  text-decoration: none;
}
.button.wc-forward:hover {
  color: hsl(6, 55%, 44%);
}
.button.add_to_cart_button.product_type_simple.add_to_cart.button.alt {
  font-size: 10px;
}
.yith-wcwl-add-button.show .add_to_wishlist {
  color: hsl(193, 61%, 45%) !important;
  margin: 0 0 0 15px !important;
}
.yith-wcwl-add-button.show {
  float: right;
  margin: 0;
  width: auto;
}
.coupon .input-text {
  height: 30px;
  padding: 0 5px;
}
#cart {
  margin: 0 0 0 22px;
}
.shop_table.cart th {
  background: hsl(0, 0%, 93%) none repeat scroll 0 0;
  color: hsl(207, 100%, 34%) !important;
  text-align: left;
}
.product-name > a {
  color: hsl(209, 54%, 47%);
  text-decoration: none;
}
.cart_totals h2 {
  color: hsl(6, 55%, 44%) !important;
  margin: 0 0 0 23px;
}
.form-row.notes textarea {
  height: 65px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: left !important;
  width: 100% !important;
}
.shipping-calculator-button {
  color: hsl(207, 100%, 34%) !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: hsl(8, 82%, 32%) !important;
  color: hsl(0, 0%, 100%);
}
.checkout .woocommerce-billing-fields label {
  font-weight: bold;
}
.checkout .woocommerce-billing-fields .input-text {
  height: 30px;
  padding: 0 2px;
}
.woocommerce-billing-fields select {
  height: 35px;
}
.woocommerce-billing-fields p{
padding: 12px 0px!important;
width: 100%;}
.checkout .woocommerce-shipping-fields .input-text {
  height: 30px;
  padding: 0 2px;
}
.checkout .woocommerce-billing-fields select {
  height: 35px;
}
.checkout .input-text { width:100%;}
.woocommerce-shipping-fields p{
padding: 12px 0px!important;
width: 100%;}
.checkout .woocommerce-shipping-fields label {
  font-weight: bold;
}
.checkout .woocommerce-shipping-fields .input-text {
  height: 30px;
  padding: 0 2px;
}
.woocommerce-shipping-fields select {
  height: 35px;
}





.top li {
  float: left;
  list-style: outside none none;
  margin : 0 3px;
}
/*----.top .wpmenucart-contents {
  background: hsl(6, 55%, 44%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  padding: 7px 10px;
}--*/
.wpmenucart-icon-shopping-cart-0 {
  font-size: 14px;
}
.top {
  margin: 0 28px 0 0;
  float: right;
}

.menu-header-top-container {
  float: right;
  width: 250px;
}
.menu-header-top-container li a {
  background: hsl(6, 55%, 44%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  float: left;
  height: 15px;
  margin: 0;
  padding: 0.6em;
  text-decoration: none;
}


#content .page-title {
  margin: 8px 0 15px 40px;
}
.woocommerce-result-count {
  margin: 0 0 0 40px;
}
.woocommerce-ordering {
  margin: 10px 0 0 40px;
}
.woocommerce-ordering select {
  height: 30px;
}
.wc-proceed-to-checkout {
  margin: 20px 26px;
}