/*
Theme Name: ShopPress
Version: 1.1.3
Description: Designed by <a href="http://www.ghostpool.com">GhostPool.com</a>.
Author: GhostPool
Author URI: http://www.ghostpool.com
Theme URI: http://www.ghostpool.com
License:
License URI:
Tags: dark, light, black, gray, yellow, white, blue, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, translation-ready
*/


/************************************ General Styling ************************************/

/* Page Styling */
* {
font-family: Arial, Helvetica, sans-serif;
outline: none;
}
body {
color: #666;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13.5px;
font-weight: normal;
}

/* Content Wrapper */
#content_wrapper {
background: #f3f3f3;
padding: 10px;
}

/* Text Styling */
a {
color: #2b82ae;
text-decoration: none;
}
a:hover {
color: #274a5c;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
padding: 0;
margin: 0 0 10px 0;
line-height: 130%;
clear: both;
font-weight: bold;
}
h1 {
font-size: 30px;
font-weight: normal;
}
h2 {
font-size: 28px;
font-weight: normal;
}
h3 {
font-size: 26px;
font-weight: normal;
}
h4 {
font-size: 24px;
font-weight: normal;
}
h5 {
font-size: 22px;
font-weight: normal;
}
h6 {
font-size: 20px;
font-weight: normal;
}
p {
line-height: 21px;
margin-bottom: 12px;
}
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}

/* List Styling */
ol {
padding: 0;
margin: 0;
}
ol li {
list-style: decimal;
padding: 0 0 10px 0;
margin: 0 0 0 20px;
line-height: 21px;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.gp-list {
margin: 0 0 12px 0;
}
ul li {
margin: 10px 0 0 20px;
line-height: 21px;
list-style-type: square;
}
.gp-list li {
background: url(lib/images/sprite.png) no-repeat;
background-position: -115px -530px;
margin-left: 0;
padding: 0 0 0 20px;
list-style-type: none;
}
ul li:first-child,
.gp-list li:first-child {
margin-top: 0;
}

/* Form Styling */
input,
textarea,
input[type="password"] {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 8px;
margin: 0;
color: #000;
border: 0;
background: #d7d7d7; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-input-placeholder {
color: #bbb;
}
:-moz-placeholder {
color: #bbb;
}
:-ms-input-placeholder {
color: #bbb;
}
input:focus,
textarea:focus,
input[type="password"]:focus {
background: #eee;
}
textarea {
line-height: 21px;
resize: none;
width: 90%;
max-width: 100%;
height: 150px;
}
select {
padding: 2px 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
background-color: #000;
border: 0;
font-weight: bold;
padding: 8px 12px;
margin: 0;
font-size: 12px;
cursor: pointer;
text-transform: uppercase;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
color: #000;
}
@-moz-document url-prefix() { 
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
padding: 7px 12px;
}
}
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #000;
margin: 0;
padding: 20px;
}
legend {
font-size: 14px;
}

/* Table Styling */
.gp-table {
border: 1px solid #eee;
padding: 5px 10px;
line-height: 21px;
width: 100%;
}
.gp-table th {
font-weight: bold;
border-top: 1px solid #eee;
padding: 10px;
text-align: left;
}
.gp-table td {
border-top: 1px solid #eee;
padding: 10px;
}

/* Other Styling */
img {
max-width: 100%;
height: auto;
}
.ie8 img {
max-width: none;
}
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
background: #eee;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
pre {
color: #000;
background: url(lib/images/code-bg.png);
border: 1px solid #eee;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
line-height: 21px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
code {
color: #000;
background: url(lib/images/code-bg.png);
border: 1px solid #eee !important;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
clear: both;
display: block;
font-size: 12px;
line-height: 21px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
iframe {
max-width: 100%;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}
mark {
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ins {
text-decoration: none;
}
dl {
line-height: 19px;
margin-bottom: 20px;
}
dd {
margin-bottom: 10px;
}
dt {
font-weight: bold;
}

/* Alignment Styling */
.left {
float: left;
}
.right {
float: right;
}
.clear {
content: "";
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}
.align-center,
.aligncenter {
position: relative;
margin: 20px auto;
display: block;
clear: both;
}
.align-left,
.alignleft {
position: relative;
float: left;
margin: 4px 20px 5px 0;
}
.align-right,
.alignright {
float: right;
position: relative;
margin: 4px 0 5px 20px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}


/************************************ Content Areas ************************************/

#page-wrapper {
position: relative;
text-align: left;
}

/* Page Outer */
.page-outer { 
width: 100%;
min-width: 1000px;
/*background-color: #ffffff;*/
}

/* Page Inner */
.page-inner {
margin: 0 auto;
width: 980px;
}

/* HomePage Inner */
.homepage-inner {
margin: 0 auto;
width: 1280px;
}

/* Content Wrapper */
#content-wrapper {
float: left;
width: 100%;
background: #fff;
/*padding: 10px 40px 20px 40px;*/
padding: 10px 20px 20px 40px;
margin: 0 0 40px 0;
border-width: 10px 0; 
border-style: solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

/* Content Wrapper */
#homecontent-wrapper {
float: left;
width: 100%;
background: #fff;
/*padding: 10px 40px 20px 40px;*/
/*padding: 10px 20px 20px 40px;*/
margin: 0 0 40px 0;
border-width: 10px 0; 
border-style: solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

/* Main Content */
#content {
position: relative;
width: 670px;
}
.sb-right #content {
float: left;
}
.sb-left #content {
float: right;
}
.fullwidth #content {
background-color: #fff;
float: left;
width: 100%;
}

/* Sidebar */
#sidebar {
font-size: 12px;
width: 200px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.sb-right #sidebar {
float: right;
margin-left: 30px;
}
.sb-left #sidebar {
float: left;
margin-right: 30px;
}
.fullwidth #sidebar {
display: none;
}
#sidebar input[type="text"],
#sidebar textarea {
background-color: #fff;
}


/************************************ Header ************************************/

/* Header */
#header {
float: left;
z-index: 9999;
position: relative;
width: 100%;
font-size: 12px;
position: relative;
text-align: left;
/*margin: 40px 0;*/
margin: 20px 0;
/*background: url(http://www.mycrosport.com/images/header-bg.jpg);*/
background: url(http://www.mycrosport.com/wp-content/uploads/header-bg.jpg);

}

/* Logo */
#logo {
display: block;
float: left;
position: absolute;
margin: 0;
line-height: 0;
}
#logo a {
line-height: 0;
}
#logo span {
background: no-repeat;
display: inline-block;
width: 286px;
height: 75px;
position: relative;
margin-top: 0;
}
#logo img {
position: relative;
}
#logo div {
width: 0;
height: 0;
text-indent: -9999px;
}

/* Header Right */
#header-right {
float: right;
width: 100%;
padding: 10px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
/* Header Nav */
#header-nav ul.menu {
float: right;
}
#header-nav .menu li {
float: left;
padding: 0 0 15px 15px;
margin: 0;
list-style-type: none;
}

#header-nav .menu a {
font-weight: bold;
}

/* Social Icons */
#social-icons {
float: right;
padding: 0;
margin: 1px 0 0 0;
}
#social-icons a {
display: inline-block;
margin-right: 5px;
width: 22px;
height: 22px;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
-ms-transition: opacity .2s linear;
-o-transition: opacity .2s linear;
transition: opacity .2s linear;
}
#social-icons a:last-child {
margin-right: 0;
}
.twitter-icon {
background: url(lib/images/sprite.png) no-repeat  0 0;
}
.facebook-icon {
background: url(lib/images/sprite.png) no-repeat -31px 0;
}
.googleplus-icon {
background: url(lib/images/sprite.png) no-repeat -62px 0;
}
.flickr-icon {
background: url(lib/images/sprite.png) no-repeat -93px 0;
}
.rss-icon {
background: url(lib/images/sprite.png) no-repeat -124px 0;
}
.dribbble-icon {
background: url(lib/images/sprite.png) no-repeat -155px 0;
}
.vimeo-icon {
background: url(lib/images/sprite.png) no-repeat -187px 0;
}
.pininterest-icon {
background: url(lib/images/sprite.png) no-repeat -218px 0;
}
.youtube-icon {
background: url(lib/images/sprite.png) no-repeat -249px 0;
}
.digg-icon {
background: url(lib/images/sprite.png) no-repeat -281px 0;
}
.myspace-icon {
background: url(lib/images/sprite.png) no-repeat -312px 0;
}
.linkedin-icon {
background: url(lib/images/sprite.png) no-repeat -343px 0;
}

/* Search Form */
#searchform {
position: relative;
float: left;
}
#header #searchform {
float: right;
margin-left: 10px;
}
#searchbar {
float: left;
width: 134px;
padding-right: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
#header #searchbar {
padding: 5px 30px 5px 5px;
height: 24px;
}
#searchsubmit {
position: absolute;
top: 0;
right: 0;
width: 14px;
background-image: url(lib/images/sprite.png);
background-repeat: no-repeat;
background-position: 6px -29px;
text-indent: -9999px;
}
#header #searchsubmit {
padding: 5px 12px;
height: 24px;
background-position: 6px -32px;
}
#searchsubmit:hover {
background-color: #f7f7f7;
}


/************************************ Body Navigation ************************************/

/* Nav Wrapper */
#body-nav {
/*width: 100%;*/
width: 980px;
/*float: left;*/
margin-left: auto;
margin-right: auto;
/*position: relative;
z-index: 999; */
font-size: 12px;
}
.mobile-menu {
display: none;
}

/* Top Level Nav */
.nav ul.menu {
float: left;
position: relative;
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: outside;
}
.nav ul.menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nav .menu li {
float: left;
margin: 0;
padding: 0;
position: relative;
line-height: 12px;
list-style-type: none;
}
#body-nav li a {
display: block;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 20px 15px;
padding: 0 0 0 15px;
border-left-width: 1px;
border-style: solid;
list-style-type: none;
}
#body-nav li:first-child a {
margin-left: 0;
padding-left: 0;
border: 0;
}

/* Drop Down Menus */
.nav .sub-menu {
display: none;
position: absolute;
min-width: 200px;
z-index: 9999;
top: 20px;
left: 0;
margin: 0;
padding: 12px 0 18px 20px;
border-bottom-width: 10px;
border-style: solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.nav li:hover > .sub-menu {
display: block;
}
.nav .sub-menu li {
width: 100%;
line-height: 14px;
margin: 0 0 0 10px !important;
padding: 0 20px 0 0 !important;
}
.nav .sub-menu li:before { 
content: "";
border-style: solid;
border-width: 0.35em 0 0.35em 0.45em;
display: block;
height: 0;
width: 0;
left: -1em;
top: 0.9em;
position: relative;
}
.nav .sub-menu li a {
font-weight: normal !important;
text-transform: none !important;
padding: 0 !important;
border: 0 !important;
margin: 0 0 2px 0 !important;
}
.nav .sub-menu li:first-child a {
margin-top: 0 !important;
}
.nav .nav-section {
float: left;
width: 200px;
margin-left: 30px;
}
.nav .nav-section:first-child {
margin-left: 0;
}
.nav .sub-menu li.nav-title {
margin: 8px 0 0 0 !important;
padding: 0 !important;
}
.nav .sub-menu li.nav-title:before {
border: 0;
}
.nav li.nav-title a {
font-weight: bold !important;
text-transform: uppercase !important;
margin-bottom: 10px !important;
}
.nav .sub-menu li.nav-text {
margin: 0 !important;
line-height: 19px;
}
.nav .sub-menu li.nav-text:before { 
content: "";
border: 0;
display: block;
position: relative;
}
.nav li span {
font-size: 14px;
font-weight: normal;
line-height: 12px;
margin-left: 5px;
}

/* Sub Drop Down Menus */
.nav ul .sub-menu li ul {
top: auto;
left: 100px;
margin-top: -25px;
}


/************************************ Page/Post Styling ************************************/

/* Breadcrumbs */
#breadcrumb {
width: 100%;
font-size: 11px;
line-height: 11px;
color: #999;
margin-bottom: 30px;
}
#breadcrumb a {
color: #999;
}
#breadcrumb a:hover {
color: #000;
}

/* Title */
.page-title {
font-size: 30px;
margin-bottom: 20px;
font-weight: normal;
line-height: 1;
}

/* Post Loop */
.post-loop {
float: left;
position: relative;
margin-top: 40px;
}
.spacing-small .post-loop {
margin-top: 20px;
}
.ie8 .spacing-small .post-loop {
margin-top: 5px;
}
.post-loop:first-child {
margin-top: 0;
}
.post-loop.post-columns {
margin: 20px 0 20px 4%;
}
.spacing-small .post-loop.post-columns {
margin: 10px 0 10px 4%;
}
.post-loop.first-column {
margin: 20px 0 20px 0;
}
.spacing-small .post-loop.first-column {
margin: 10px 0 10px 0;
}
.spacing-small .post-thumbnail {
margin-bottom: 10px;
}
.spacing-small .post-thumbnail.wrap {
margin: 0 10px 0 0;
}
.post-text h2 {
clear: none;
font-size: 20px;
font-weight: normal;
}
.post-text h2 a {
color: #000;
}
.spacing-small .post-text h2 {
font-size: 13.5px;
margin-bottom: 5px;
}
.sticky {
}

/* Post Thumbnail */
.post-thumbnail {
float: left;
max-width: 100%;
line-height: 0;
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding: 5px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.post-thumbnail.wrap {
margin: 0 20px 0 0;
}

/* Post Meta */
.post-meta {
width: 100%;
font-size: 11px;
margin: 0 0 15px 0;
}
.post-meta,
.post-meta a {
color: #666;
}
.single-post .post-meta {
margin-top: -10px;
}
.post-meta a:hover {
color: #999;
}
.post-meta.post-tags {
margin: 0 0 20px 0;
}
.post-wrapper .post-meta.post-tags {
margin: 0;
}
.post-meta span {
display: inline;
line-height: 20px;
padding: 5px 0 5px 25px;
margin: 0 20px 0 0;
}
.author-icon {
background: url(lib/images/sprite.png) no-repeat -79px -97px;
}
.clock-icon {
background: url(lib/images/sprite.png) no-repeat -60px -122px;
}
.folder-icon {
background: url(lib/images/sprite.png) no-repeat -40px -148px;
}
.speech-icon {
background: url(lib/images/sprite.png) no-repeat -19px -170px;
}
.tag-icon {
background: url(lib/images/sprite.png) no-repeat 0 -188px;
}

/* Post Content */
#post-content {
margin-bottom: 20px;
}
label[for*="pwbox"] {
float: left;
display: inline;
margin: 0 10px 0 0;
}

/* Attachments */
.attachment p {
margin-top: 12px;
}

/* Content Widgets */
#content-widgets {
float: left;
width: 100%;
margin: 40px 0 0 0;
}
#content-widgets .widget-title {
background: #000;
border-bottom-width: 5px;
border-style: solid;
text-transform: uppercase;
font-size: 12px;
color: #fff;
font-weight: bold;
padding: 13px 20px;
margin-bottom: 20px;
}
#content-widgets .widget {
padding: 0;
background: none;
}
.content-widget-outer {
float: left;
margin-left: 4%;
}
.content-widget-inner {
float: left;
width: 100%;
margin-bottom: 30px;
}
#content-widgets div:first-child {
margin-left: 0;
}
.content-widget-whole {
width: 100%;
}
.content-widget-half {
width: 48%;
}
.content-widget-third {
width: 30.66%;
}
.content-widget-fourth {
width: 22%;
}


/************************************ Lightbox ************************************/

.hover-image, 
.hover-video {
display: block;
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
cursor: pointer;
}
.hover-image {
background: url(lib/images/lightbox-image.png) no-repeat center center;
}
.hover-video {
background: url(lib/images/lightbox-video.png) no-repeat center center;
}
img:hover .hover-image, 
img:hover .hover-video {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
opacity: 1;
}
.pp_gallery li {
background: none;
border: 0;
padding: 0;
}
.pp_gallery li.jwplayer a {
background: url(lib/images/prettyPhoto/default_dark/default_thumbnail.gif) no-repeat;
width: 50px;
height: 33px;
display: block;
}
.html5player {
width: 100%;
height: 100%;
}


/************************************ Shortcodes: Accordion ************************************/

.accordion .panel {
position: relative;
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}
h3.accordion-title {
font-size: 18px;
background-image: url(lib/images/sprite.png);
background-position: -216px -401px;
background-repeat: no-repeat;
padding: 0 0 10px 21px;
margin: 0;
}
h3.ui-state-active.accordion-title {
background-position: -196px -434px;
}
.panel-content {
padding: 0 0 20px 20px;
line-height: 21px;
}


/************************************ Shortcodes: Author Info ************************************/

.author-info {
float: left;
width: 100%;
border-top: 1px solid #eee;
position: relative;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.author-info .avatar {
float: left;
margin-right: 20px;
width: 50px;
height: 50px;
}
.author-info .author-meta {
margin-left: 70px;
}
.author-info .author-meta-top {
width: 100%;
float: left;
}
.author-info .author-name {
float: left;
margin-bottom: 10px;
font-weight: bold;
}
.author-info .author-desc {
line-height: 21px;
}


/************************************ Shortcodes: Blockquotes ************************************/

blockquote {
clear: both;
font-size: 14px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 25px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 10px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 10px 0 20px 20px;
}
.blockquote-left,
.blockquote-right {
width: 30%;
font-size: 14px;
line-height: 23px;
padding: 10px 0 5px 25px;
}


/************************************ Shortcodes: Buttons ************************************/

/* Buttons */
.sc-button,
.sc-button:hover {
display: inline-block;
position: relative;
max-width: 100%;
margin: 5px;
font-weight: bold;
color: #fff;
}
.sc-button.small {
font-size: 11px;
line-height: 11px;
padding: 8px 12px;
}
.sc-button.medium {
font-size: 12px;
line-height: 12px;
padding: 12px 20px;
}
.sc-button.large {
font-size: 14px;
line-height: 14px;
padding: 15px 60px;
}

/* Yellow Button */
.yellow.sc-button {
color: #000;
background-color: #ffde45;
}
.yellow.sc-button:hover {
background: #ffd200;
}

/* Grey */
.grey.sc-button {
color: #fff !important;
background-color: #5c5c5c;
}
.grey.sc-button:hover {
background: #3d3d3d;
}

/* Dark Grey Button */
.darkgrey.sc-button {
color: #fff !important;
background-color: #404040;
}
.darkgrey.sc-button:hover {
color: #fff;
background: #202020;
}

/* Brown Button */
.brown.sc-button {
color: #fff !important;
background-color: #685950;
}
.brown.sc-button:hover {
color: #fff;
background: #453B35;
}

/* Blue Button */
.blue.sc-button {
color: #fff !important;
background-color: #96d1f8;
}
.blue.sc-button:hover {
color: #fff;
background: #258df8;
}

/* Medium Blue Button */
.mediumblue.sc-button {
color: #fff !important;
background-color: #505f68;
}
.mediumblue.sc-button:hover {
background: #353f45;
}

/* Dark Blue Button */
.darkblue.sc-button {
color: #fff !important;
background-color: #364046;
}
.darkblue.sc-button:hover {
background: #15191b;
}

/* Lime Green Button */
.limegreen.sc-button {
color: #4C5629 !important;
background-color: #d2e68d;
}
.limegreen.sc-button:hover {
color: #4C5629 !important;
background: #94bd44;
}

/* Teal Button */
.teal.sc-button {
color: #fff !important;
background-color: #8CA6A3;
}
.teal.sc-button:hover {
background: #6A8A87;
}

/* Dark Green Button */
.darkgreen.sc-button {
color: #fff !important;
background-color: #366a7b;
}
.darkgreen.sc-button:hover {
background: #23444b;
}

/* Red Button */
.red.sc-button {
color: #fff !important;
background-color: #93063b;
}
.red.sc-button:hover {
background: #940a11;
}

/* Dark Red Button */
.darkred.sc-button {
color: #fff !important;
background-color: #685053;
}
.darkred.sc-button:hover {
background: #453537;
}

/* Orange Button */
.orange.sc-button {
color: #fff !important;
background-color: #ee8600;
}
.orange.sc-button:hover {
background: #b25f0f;
}


/************************************ Shortcodes: Captions ************************************/

.wp-caption {
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 5px 0 0;
font-size: 11px;
color: #666;
}


/************************************ Shortcodes: Columns ************************************/

/* General */
.columns {
float: left;
position: relative;
line-height: 21px;
margin-right: 2%;
}
.one {
width: 100%;
}
.two {
width: 49%;
}
.three {
width: 32%;
}
.four {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird {
width: 33.2%;
}
.twothirds {
width: 64.68%;
}
.onefourth {
width: 24.5%;
}
.threefourths {
width: 73.5%;
}

/* Separate Columns */
.separate > div {
border: 1px solid #eee;
position: relative;
padding: 20px;
}

/* Joint Columns */
.columns.joint {
margin: 0;
}
.joint > div {
border-width: 0 0 0 1px;
border-color: #eee;
border-style: solid;
position: relative;
padding: 20px;
}
.first.joint > div {
border-left-width: 0;
}
.one.joint {
width: 100%;
}
.two.joint {
width: 50%;
}
.three.joint {
width: 33.33%;
}
.four.joint {
width: 25%;
}
.five.joint {
width: 20%;
}
.onethird.joint {
width: 33.33%;
}
.twothirds.joint {
width: 66.33%;
}
.onefourth.joint {
width: 25%;
}
.threefourths.joint {
width: 75%;
}

.last {
clear: right;
margin-right: 0;
}


/************************************ Shortcodes: Contact Form ************************************/

#contact-form {
float: left;
width: 100%;
margin-bottom: 12px;
}
#contact-form label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}
#contact-form .contact-verify {
float: left;
margin-right: 10px;
}
#contact-form .contact-verify label {
float: left;
margin: 10px 10px 0 0;
}
#contact-form .contact-submit {
float: left;
}
.required {
color: #3596ae;
}
#contact-form .loader {
display: none;
background: url(lib/images/loader.gif) no-repeat right bottom;
float: left;
padding: 4px 0 0 10px;
width: 16px;
height: 16px;
}
.contact-form.notify {
padding: 5px 10px;
margin-bottom: 10px;
}
#contact-form .input-error {
border: 1px solid #FBC2C4;
}


/************************************ Shortcodes: Dividers ************************************/

.sc-divider {
content: "";
border-top: 1px solid #eee;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 40px 0;
position: relative;
}
.sc-divider.top a {
font-size: 10px;
float: right;
position: absolute;
top: -20px;
right: 0;
color: #999;
text-align: right;
cursor: pointer;
}
.sc-divider.small {
margin: 0;
}
.sc-divider.clear {
background: none !important;
border: 0;
margin: 20px 0 !important;
}
.sc-divider.small.clear {
border: 0;
margin: 0 !important;
}


/************************************ Shortcodes: Drop Caps ************************************/

.dropcap1 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 0 10px -8px 0;
padding: 0;
text-align: center;
}
.dropcap2 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap3 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap4 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.dropcap5 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}


/************************************ Shortcodes: Galleries ************************************/

.gallery-columns-1 .gallery-item {
width: 90%;
}
.gallery-columns-2 .gallery-item {
width: 45% !important;
padding-right: 4% !important;
}
.gallery-columns-3 .gallery-item {
width: 31% !important;
padding-right: 2% !important;
}
.gallery-columns-4 .gallery-item {
width: 23% !important;
padding-right: 2% !important;
}
.gallery-columns-5 .gallery-item {
width: 18% !important;
padding-right: 2% !important;
}
.gallery-columns-6 .gallery-item {
width: 14% !important;
padding-right: 2% !important;
}
.gallery-columns-7 .gallery-item {
width: 12% !important;
padding-right: 2% !important;
}
.gallery-columns-8 .gallery-item {
width: 10% !important;
padding-right: 2% !important;
}
.gallery-columns-9 .gallery-item {
width: 9% !important;
padding-right: 2% !important;
}
.gallery-item img {
max-width: 100% !important;
height: auto !important;
border: 0 !important;
padding: 5px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.gallery-caption {
float: left;
margin: 10px 0;
line-height: 14px;
}
div.gallery-item .gallery-icon,
div.gallery-item .gallery-icon a {
display: inline-block;
position: relative;
width: 100%;
}


/************************************ Shortcodes: Images ************************************/

.sc-image {
line-height: 0;
max-width: 100%;
height: auto !important;
}
.sc-image img {
max-width: 100%;
height: auto !important;
}
.ie8 .sc-image.sc-crop img {
max-width: none;
}
.sc-image a {
display: block;
margin: 0 auto;
}
.sc-image.aligncenter {
margin: 0 auto;
text-align: center;
}
.sc-image.alignleft {
margin: 0;
}
.sc-image.alignright {
margin: 0;
}
.sc-image.image-border {
padding: 5px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.sc-image .caption-title {
font-size: 18px;
}
.sc-image .caption-link {
font-size: 12px;
margin-top: 5px;
}


/************************************ Shortcodes: Lists ************************************/

.circle li {
background-position: -82px -560px;
}
.square li {
background-position: -62px -581px;
}
.tick li {
background-position: -40px -601px;
}
.large-tick li {
font-weight: 300;
font-size: 18px;
margin-top: 20px;
padding-left: 25px;
background-position: -18px -618px;
}
.large-cross li {
font-weight: 300;
font-size: 18px;
margin-top: 20px;
padding-left: 25px;
background-position: 0 -635px;
}


/************************************ Shortcodes: Login/Register Forms ************************************/

#loginform,
#registerform {
float: left;
margin: 10px 0;
}
#loginform label,
#registerform label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}
#loginform .login-remember label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
}


/************************************ Shortcodes: Notifications ************************************/

.notify {
position: relative;
margin: 10px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
line-height: 21px;
padding: 20px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.notify-default {
color: #57481c;
background-color: #FFDF75;
}
.notify-help {
color: #184366;
background-color: #5FA6E5;
}
.notify-success {
color: #566621;
background-color: #B3D46F;
}
.notify-warning {
color: #6b3b17;
background-color: #E78F4B;
}
.notify-error {
color: #571111;
background-color: #D84F4F;
}


/************************************ Shortcodes: Related Posts ************************************/

/* Related Posts Container */
.related-posts {
float: left;
position: relative;
width: 100%;
border-top: 1px solid #eee;
padding: 20px 0 0 0;
margin: 0 0 10px 0;
}
.related-posts h3 {
margin: 0;
font-size: 100%;
font-weight: bold;
}
.related-posts h2 {
font-weight: bold;
}


/************************************ Shortcodes: Slider ************************************/

/* Slider */
.flexslider {
position: relative;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
zoom: 1;
/*border: 10px solid #FFDE45;*/
}
.flexslider.aligncenter {
margin: 0 auto;
}

/* Slides */
.flexslider .slides {
zoom: 1;
}
.flexslider .slides > li {
position: relative;
list-style-type: none;
background: none;
display: none;
-webkit-backface-visibility: hidden;
margin: 0;
padding: 0;
}
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
.flexslider .slides img {
max-width: 100%;
display: block;
}
.flexslider.shadow .slides img,
.flexslider.shadow .slides .slide-video {
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Slide Video */
.slide-video {
float: left;
position: relative;
overflow: hidden;
max-width: 100%;
width: 100%;
height: auto;
}
.slide-video div {
max-width: 100%;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.slide-video object,  
.slide-video embed,
.slide-video iframe,
.slide-video video {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.play-video {
position: absolute;
top: 0;
left: 0;
z-index: 9;
display: block;
width: 100%;
height: 100%;
}
.video-autostart .play-video {
display: none !important;
}
.play-video-button {
position: absolute;
z-index: 9;
top: 0;
left: 0;
display: block;
background: url(lib/scripts/mediaplayer/fs39/display/playIcon.png) no-repeat center center;
cursor: pointer;
width: 100%;
height: 100%;
}
.slide-image {
display: table;
height: 100%;
background: #000;
}
.slide-image > div {
display: table-cell;
vertical-align: middle;
}
.video-player {
position: relative;
background: #000;
z-index: 1;
overflow: hidden;
}
.video-player > div {
height: inherit;
}

/* Slide Caption */
.caption {
text-transform: uppercase;
font-weight: bold;
color: #fff;
background: #000;
line-height: 130%;
position: absolute;
z-index: 10;
padding: 10px;
max-width: 90%;
max-height: 50%;
overflow: hidden;
}
.caption-title {
line-height: 1;
color: #fff;
font-size: 36px;
}
.caption-link {
line-height: 1;
}
.caption-link:hover {
color: #fff;
}
.caption.caption-topleft {
top: 20%;
left: 0;
border-left-width: 6px;
}
.caption.caption-topright {
text-align: right;
/*top: 20%;*/
top: 2%;
right: 0;
border-right-width: 6px;
}
.caption.caption-bottomleft {
bottom: 20%;
left: 0;
border-left-width:6px;
}
.caption.caption-bottomright {
text-align: right;
bottom: 20%;
right: 0;
border-right-width: 6px;
}

/* Slider Prev/Next */
.flex-direction-nav {
list-style: none;
overflow: hidden;
margin: 5px 0 0 0;
padding: 0;
}
.flex-direction-nav li {
float: right;
background: none;
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.flex-direction-nav li:first-child {
float: left;
}
.flex-direction-nav li a {
float: left;
position: relative;
text-indent: -9999px;
z-index: 11;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50);
opacity: 0.5;
width: 5px;
height: 8px;
cursor: pointer;
margin-right: 5px;
}
.flex-direction-nav li .prev {
background: url(lib/images/sprite.png) no-repeat -100px -535px;
}
.flex-direction-nav li .next {
background: url(lib/images/sprite.png) no-repeat -115px -534px;
}
.flex-direction-nav li .prev:hover,
.flex-direction-nav li .next:hover {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
opacity: 1;
}

/* Slider Buttons */
.flex-control-nav {
position: absolute;
z-index: 19;
list-style: none;
bottom: 20px;
right: 20px;
float: right;
}
.flex-control-nav li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.flex-control-nav li a {
text-indent: -9999px;
float: left;
background: url(lib/images/sprite.png) no-repeat -180px -450px;
margin: 0 3px;
width: 16px;
height: 16px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50);
opacity: 0.5;
cursor: pointer;
}
.flexslider:hover .flex-control-nav li a {
display: block;
}
.flex-control-nav li .active,
.flex-control-nav li a:hover {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
opacity: 1;
}


/************************************ Shortcodes: Tabs ************************************/

.ui-tabs {
position: relative;
padding: 0;
top: -4px;
zoom: 1;
}
.ui-tabs .ui-tabs-nav {
display: block;
margin: 0;
padding: 0;
}
.ui-tabs .ui-tabs-nav li { 
z-index: 1;
background-image: none;
list-style: none;
float: left;
position: relative;
top: 1px;
margin: 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.ui-tabs .ui-tabs-nav li a {
float: left;
font-weight: bold;
padding: 10px;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
z-index: 3;
background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
color: #000;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
color: #999;
cursor: pointer;
} 
.ui-tabs-nav .tabhead {
cursor:pointer;
font-size: 13.5px;
margin-bottom: 0;
display: block;
}
.sc-tab-panel {
z-index: 2;
width: 100%;
background: #fff;
position: relative;
height: inherit;
line-height: 21px;
overflow: hidden;
margin: 0 0 10px 0;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.ui-tabs .ui-tabs-hide {
display: none;
}


/************************************ Shortcodes: Text Boxes ************************************/

.text-box {
width: 100%;
display: inline-block;
font-size: 12px;
line-height: 21px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
background: #000;
padding: 5px 10px;
border-left-width: 10px;
border-style: solid;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.text-box p {
line-height: inherit;
}
.text-box .testimonial-name {
font-weight: bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.text-box .testimonial-company {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.text-box .testimonial-comma {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}


/************************************ Shortcodes: Toggle Box ************************************/

h3.toggle {
font-size: 18px;
background-image: url(lib/images/sprite.png);
background-repeat: no-repeat;
background-position: -256px -344px;
padding: 0 0 10px 21px;
margin: 0;
cursor: pointer;
}
h3.toggle a {
display: block;
}
h3.toggle-active {
background-position: -236px -373px;
}
.toggle-box {
clear:both;
margin: 0 0 10px 0;
overflow: hidden;
}
.no-js .toggle-box {
display: block !important;
}


/************************************ Shortcodes: Video ************************************/

.sc-video,
.sc-video div,
object,
embed,
iframe,
video {
max-width: 100%;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.sc-video.aligncenter {
text-align: center;
}
.sc-video .sc-video-inner {
margin: 0 auto;
display: inline-block;
}
.ie8 .sc-video .sc-video-inner {
display: block;
}


/************************************ Footer ************************************/

/* Footer Container */
#footer {
float: left;
width: 100%;
margin: 0 0 40px 0;
padding: 0 40px;
font-size: 12px;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#footer li {
margin: 5px 0 0 0;
list-style-type: none;
}
#footer .widget-title {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin-bottom: 20px;
}
.footer-widget-outer {
float: left;
margin-left: 4%;
}
.footer-widget-inner {
float: left;
width: 100%;
margin-bottom: 30px;
}
#footer div:first-child {
margin-left: 0;
}
.footer-whole {
width: 100%;
}
.footer-half {
width: 48%;
}
.footer-third {
width: 30.66%;
}
.footer-fourth {
width: 22%;
}

/* Footer Forms */
#footer input[type="submit"],
#footer input[type="button"],
#footer input[type="submit"],
#footer input[type="reset"],
#footer button,
#footer .button {
color: #000;
}
#footer input[type="button"]:hover,
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer button:hover,
#footer .button:hover {
background-color: #fff;
}

/* Copyright */
#copyright {
float: left;
width: 100%;
text-align: center;
font-size: 11px;
}


/************************************ Widgets ************************************/

/* General Widget Styling */
.widget {
position: relative;
float: left;
width: 100%;
background: #f7f7f7;
padding: 20px;
margin: 1px 0 0 0;
font-size: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.widget:first-child {
margin: 0;
}
.widget li {
margin: 5px 0 0 0;
list-style-type: none;
}
.widget .widget-title {
font-weight: bold;
text-transform: uppercase;
color: #000;
font-size: 12px;
margin: 0 0 10px 0;
}
.widget .widget-title a,
.widget .widget-title a:hover {
color: #000;
}
.textwidget {
line-height: 21px;
}
.widget #searchform,
.widget #searchbar {
width: 100%;
}

/* Calendar Widget */
#wp-calendar {
margin: 0 auto;
}
#wp-calendar th {
font-weight: bold;
padding: 5px;
text-align: center;
}
#wp-calendar td {
padding: 5px;
text-align: center;
}
#wp-calendar caption {
text-align: right;
font-weight: bold;
margin-bottom: 10px;
}


/************************************ Comments Section ************************************/

/* Comment List */
#comments {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#comments h2 {
clear: none;
font-size: 100%;
font-weight: bold;
}
#comments ol.commentlist {
list-style: none;
margin: 0;
width: 100%;
background: 0;
}
#comments ol.commentlist li {
list-style: none;
padding: 0;
margin: 20px 0 20px 0;
position: relative;
background: 0;
border: 0;
}
.commentlist .children li.comment {
margin: 20px 0 0 20px;
}
#comments ol.commentlist li img {
float: left;
position: absolute;
top: 0;
left: 0;
width: 32px;
height: auto;
margin: 0;
line-height: 1;
}
.commentlist .avatar {
left: -102px;
padding: 0;
position: absolute;
top: 0;
}
#comments ol.commentlist li .comment-text {
margin: 0 0 0 50px;
border: 1px solid #eee;
padding: 10px;
}
#comments ol.commentlist li.bypostauthor > .comment-text {
background: #fbfbfb;
}
#comments ol.commentlist li .comment-text .meta {
font-size: 12px;
color: #666;
}
.comment-reply-link {
float: right;
}

/* Comment Form */
#reply-title {
font-size: 100%;
font-weight: bold;
}
#respond p {
margin: 10px 0;
}
#respond .comment-notes,
#respond .logged-in-as {
font-size: 12px;
}
#respond label {
display: inline-block;
font-weight: bold;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
display: block;
}
#cancel-comment-reply-link {
float: right;
font-size: 12px;
}
.form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
width: auto;
}
#respond .form-submit {
text-align: right;
}


/************************************ Page Navigation ************************************/

/* Page & Comments Navigation */
.wp-pagenavi {
font-size: 12px;
margin: 20px 0 0 0;
float: right;
}
.wp-pagenavi.post-navi {
margin: 0 0 20px 0;
}
.woocommerce-page .wp-pagenavi.cat-navi {
margin: 0;
}
.wp-pagenavi .pages {
float: right;
border-left: 1px solid #999;
padding-left: 10px;
}
.wp-pagenavi span,
.wp-pagenavi.cat-navi a,
.wp-pagenavi.comment-navi a,
.wp-pagenavi.post-navi a span {
display: block;
float: left;
margin-left: 10px;
color: #999;
}
.wp-pagenavi .current,
.wp-pagenavi.cat-navi a:hover,
.wp-pagenavi.comment-navi a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi.post-navi span,
.wp-pagenavi.post-navi a span:hover {
color: #000;
}


/********************************************** WOOCOMMERCE STYLING ***********************
 *
 * RORY ADDED THIS BECAUSE IT WASNT READING FROM WOOCOMMERCE.CSS
 *
 */
/********************************************** WOOCOMMERCE STYLING ***********************


/************************************ General ************************************/

/* Product Messages */
.woocommerce_message,
.woocommerce_error,
.woocommerce_info {
padding: 15px 20px;
margin: 0 0 20px;
position: relative;
background: #333;
list-style: none outside;
width: auto;
line-height: 200%;
}
.woocommerce_message .button,
.woocommerce_error .button,
.woocommerce_info .button {
float: right;
line-height: 1;
}
.woocommerce_message::before,
.woocommerce_error::before,
.woocommerce_info::before {
content: "";
height: 16px;
width: 16px;
display: block;
position: absolute;
top: .8em;
left: 1em;
}
.woocommerce_message::after,
.woocommerce_error::after,
.woocommerce_info::after {
content: "";
display: block;
clear: both;
}
.woocommerce_error li {
list-style: none;
margin: 0;
}
.woocommerce-page h2,
.woocommerce-page h3 {
font-size: 100%;
font-weight: bold;
}

/************************************ Product Categories ************************************/

/* Category Header */
.category-header {
margin-bottom: 30px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #eee;
}
.skin-dark-wide .category-header {
border-color: #333;
}
.woocommerce-page.tax-product_cat .page-title {
margin-bottom: 0;
}
.term-description p {
font-size: 12px;
color: #999;
margin-top: 5px;
}
.category-thumbnail {
float: left;
margin-right: 10px;
width: auto;
height: 50px;
}

/* Ordering Drop Down Menu */
.woocommerce_ordering {
float: left;
margin-bottom: 30px;
}
.jqTransformSelectWrapper {
width: 100%;
position: relative;
float: left;
margin-bottom: 30px;
}
.jqTransformSelectWrapper div span {
width: 100%;
font-size: 12px;
color: #333;
background: #f7f7f7;
float: none;
position: absolute;
white-space: nowrap;
padding: 8px;
overflow: hidden;
cursor: pointer;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
display: block;
position: absolute;
top: 0;
right: 2px;
background: #333 url(../lib/images/sprite.png) -14px -27px no-repeat;
width: 30px;
height: 28px;
}
.jqTransformSelectWrapper ul {
position: absolute;
top: 28px;
left: 0;
list-style: none;
background-color: #f7f7f7;
display: none;
margin: 0;
padding: 0;
overflow: auto;
overflow-y: auto;
z-index: 10;
}
.jqTransformSelectWrapper ul li {
list-style: none;
padding: 0;
margin: 0;
}
.jqTransformSelectWrapper ul a {
display: block;
color: #333;
padding: 4px 8px;
text-decoration: none;
font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected,
.jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
background: #333;
color: #fff;
}
.jqTransformSelectWrapper ul a.selected:hover {
background: #777;
}
.jqTransformHidden {
display: none;
}

/* Product Items */
ul.products li.first {
clear: both;
}
ul.products li.product {
float: left;
margin: 0 4% 20px 0;
padding: 0;
position: relative;
list-style-type: none;
width: 16%;
text-align: center;
}
ul.products.shop-columns-1 li.product {
width: 100%;
margin-right: 0;
}
ul.products.shop-columns-2 li.product {
width: 46%;
}
ul.products.shop-columns-3 li.product {
width: 29.33%;
}
ul.products.shop-columns-4 li.product {
width: 21%;
}
ul.products li.product .onsale {
top: 6px;
right: 6px;
left: auto;
}
span.onsale {
position: absolute;
background: #000;
color: #fff;
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 4px 6px;
}
.products li.product img {
display: block;
width: 100%;
height: auto;
max-width: 100%;
margin-bottom: 10px;
padding: 5px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.products li.product h3 {
font-size: 12px;
font-weight: bold;
margin: 0 2px 0 0;
text-align: center;
}
ul.products li.product .price {
display: inline-block;
text-align: center;
}
ul.products li.product .price .amount {
padding: 4px;
}
ul.products li.product .product_buttons {
display: none;
position: absolute;
top: 30%;
left: 10%;
width: 80%;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
}
.no-js ul.products li.product:hover .product_buttons {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
opacity: 100;
}
ul.products li.product .button,
ul.products li.product .view_product_button {
background: #000;
display: block;
color: #fff;
width: 100%;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 10px;
line-height: 1;
padding: 8px 0;
margin: 1px 0;
}
ul.products li.product .button:hover,
ul.products li.product .view_product_button:hover {
color: #000;
}
a.button.loading,
button.button.loading,
input.button.loading,
#respond input#submit.loading,
#content input.button.loading {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50);
opacity: 0.5;
}
a.button.added::before,
button.button.added::before,
input.button.added::before,
#respond input#submit.added::before,
#content input.button.added::before {
content: "";
position: absolute;
width: 13px;
height: 10px;
top: 8px;
right: 4px;
text-indent: 0;
background: url(../lib/images/sprite.png) no-repeat -50px -596px;
}
ul.products li.product .price .from {
color: #999;
}

/* Price Filter */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #cecece;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background: #999;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 4px;
height: 15px;
top: -4px;
cursor: pointer;
background: #000;
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .price_slider {
margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount {
font-weight: bold;
text-align: right;
color: #999;
font-size: 11px;
line-height: 2;
}
.widget_price_filter .price_slider_amount input {
display: none;
}
.widget_price_filter .price_slider_amount .button {
float: left;
background: #333;
color: #eee;
padding: 6px 8px;
font-size: 11px;
}
.widget_price_filter .price_slider_amount .button:hover {
background: #777;
}

/* Layered Nav Widget */
.widget_layered_nav ul li {
width: 100%;
list-style: none;
margin: 1px 0 0 0;
padding: 0 20px 0 0;
}
.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
float: left;
padding: 4px 0;
line-height: 1;
color: #333;
}
.skin-dark-wide .widget_layered_nav ul li a,
.skin-dark-wide .widget_layered_nav ul li span {
color: #eee;
}
.widget_layered_nav ul li a:hover {
color: #999;
text-decoration: underline;
}
.widget_layered_nav ul li small.count {
float: right;
color: #999;
line-height: 1;
}
.widget_layered_nav ul li.chosen {
background: #333;
}
.skin-dark-wide .widget_layered_nav ul li.chosen {
background-color: #222;
}
.widget_layered_nav ul li.chosen a {
background: #333 url(../lib/images/sprite.png) no-repeat -145px -334px;
margin-left: -20px;
padding: 8px 20px;
line-height: 1;
color: #fff;
}
.skin-dark-wide .widget_layered_nav ul li.chosen a {
background: #222 url(../lib/images/sprite.png) no-repeat -165px -314px;
}
.widget_layered_nav ul li.chosen small.count {
background: #333;
color: #fff;
padding: 8px 0;
}
.skin-dark-wide .widget_layered_nav ul li.chosen small.count {
background: #222;
}
.widget_layered_nav ul li::after {
content: "";
display: block;
clear: both;
}

/* Recently Viewed Products Widget */
.widget ul.cart_list,
ul.product_list_widget {
padding: 0;
margin: 0;
}
.widget ul.cart_list li,
ul.product_list_widget li {
list-style: none;
padding: 10px 0;
margin: 0;
border-top: 1px solid #eee;
}
.skin-dark-wide .widget ul.cart_list li,
.skin-dark-wide ul.product_list_widget li {
border-color: #444;
}
.widget ul.cart_list li:first-child,
ul.product_list_widget li:first-child {
border-top: 0;
padding-top: 0;
}
.widget ul.cart_list li a,
ul.product_list_widget li a {
font-weight: bold;
display: block;
line-height: 14px;
}
.widget ul.cart_list li img,
ul.product_list_widget li img {
float: right;
margin-left: 4px;
width: 32px;
height: auto;
border: 1px solid #eee;
}
.widget ul.cart_list li img:hover,
ul.product_list_widget li img:hover {
border-color: #999;
}
.widget ul.cart_list li .amount,
ul.product_list_widget li .amount,
.widget ul.cart_list li .from,
ul.product_list_widget li .from {
font-size: 11px;
line-height: 16px;
}
.widget ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
float: none;
}

/* Search Form */
#searchform label {
display: none;
}


/************************************ Single Product Page ************************************/

div.product,
#content div.product {
margin-bottom: 0;
position: relative;
}
.single-product span.onsale {
top: 6px;
left: 6px;
}
div.product div.images,
#content div.product div.images {
float: left;
width: 35%;
margin-bottom: 30px;
}
div.product div.images img,
#content div.product div.images img {
display: block;
width: 100%;
height: auto;
padding: 5px;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
div.product div.images div.thumbnails,
#content div.product div.images div.thumbnails {
padding-top: 1em;
}
div.product div.images div.thumbnails a,
#content div.product div.images div.thumbnails a {
float: left;
width: 23%;
margin: 0 2% 2% 0;
clear: none;
}
div.product div.images div.thumbnails img,
#content div.product div.images div.thumbnails img {
padding: 1px;
}
div.product div.images div.thumbnails::after,
#content div.product div.images div.thumbnails::after {
content: "";
display: block;
clear: both;
}

/* Summary */
div.product div.summary,
#content div.product div.summary {
float: right;
width: 62%;
margin-bottom: 30px;
}
div.product .product_title,
#content div.product .product_title {
font-size: 24px;
margin-bottom: 20px;
clear: none;
font-weight: normal;
}
div.product [itemprop="description"] {
margin-bottom: 12px;
}

/* Price */
.product .price,
.product p.price {
color: #999;
font-weight: bold;
}
.product .price {
font-size: 12px;
}
.product p.price {
position: absolute;
top: 0;
right: 0;
font-size: 18px;
line-height: 36px;
}
.product .price .amount {
background: #000;
padding: 4px;
line-height: 1;
}
.product .price > .amount {
display: block;
}
.product p.price .amount {
padding: 8px 10px;
font-size: 18px;
}
.product .price ins .amount {
display: inline-block;
}
.product .price del {
color: #999;
}
.product .price del .amount {
background: none;
color: #999;
padding: 8px 5px 8px 0;
}

/* Stock Quantity */
div.product p.stock,
#content div.product p.stock {
font-size: 12px;
color: #000;
font-weight: bold;
}
.skin-dark-wide div.product p.stock,
.skin-dark-wide #content div.product p.stock {
color: #fff;
}
div.product form.cart div.quantity,
#content div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.quantity,
#content .quantity {
width: 60px;
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
}
.quantity .minus,
#content .quantity .minus {
bottom: 0;
right: 0;
}
.quantity .plus,
#content .quantity .plus,
.quantity .minus,
#content .quantity .minus {
display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
vertical-align: text-top;
width: 18px;
height: 15px;
text-decoration: none;
overflow: visible;
text-decoration: none;
cursor: pointer;
line-height: 1;
font-size: 13px;
background: #000;
}
.quantity .plus:hover,
#content .quantity .plus:hover,
.quantity .minus:hover,
#content .quantity .minus:hover {
color: #000;
}
.quantity input.qty, 
#content .quantity input.qty {
width: 42px;
height: 30px;
float: left;
padding: 0;
text-align: center;
border-right: 0;
line-height: 30px;
}
.quantity .plus,
#content .quantity .plus {
top: 0;
right: 0;
}
div.product form.cart,
#content div.product form.cart {
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}

/* Variations */
table.variations {
margin-bottom: 10px;
}
div.product form.cart .single_variation .price,
#content div.product form.cart .single_variation .price {
margin-bottom: 10px;
height: 33px;
line-height: 33px;
display: block;
}
div.product form.cart .variations td.label,
#content div.product form.cart .variations td.label {
padding-right: 10px;
}
div.product form.cart .variations td,
#content div.product form.cart .variations td {
vertical-align: top;
}
div.product form.cart .variations label,
#content div.product form.cart .variations label {
font-weight: bold;
line-height: 21px;
}
div.product form.cart .variations select,
#content div.product form.cart .variations select {
width: 100%;
float: left;
}
.reset_variations {
font-size: 12px;
line-height: 26px;
}

/* Add To Cart Button*/
div.product form.cart .button,
#content div.product form.cart .button {
vertical-align: middle;
float: left;
}
div.product .product_meta,
div.product .product_meta a {
font-size: 12px;
color: #999;
}

/* Share Links */
.social {
margin-top: 20px;
}
div.product div.social iframe,
#content div.product div.social iframe {
float: left;
margin-top: 3px;
}
body.plugin {
background: transparent;
overflow: hidden;
}

/* Product Tabs */
div.product .woocommerce_tabs,
#content div.product .woocommerce_tabs {
clear: both;
}
div.product .woocommerce_tabs ul.tabs,
#content div.product .woocommerce_tabs ul.tabs {
list-style: none;
background: #000;
border-bottom-width: 5px;
border-style: solid;
margin: 0 0 20px;
overflow: hidden;
position: relative;
}
.skin-dark-wide div.product .woocommerce_tabs ul.tabs,
.skin-dark-wide #content div.product .woocommerce_tabs ul.tabs {
background: #333;
}
div.product .woocommerce_tabs ul.tabs li,
#content div.product .woocommerce_tabs ul.tabs li {
list-style: none;
margin: 0;
display: inline-block;
position: relative;
}
div.product .woocommerce_tabs ul.tabs li.active,
#content div.product .woocommerce_tabs ul.tabs li.active {
z-index: 2;
}
div.product .woocommerce_tabs ul.tabs li a,
#content div.product .woocommerce_tabs ul.tabs li a {
display: inline-block;
font-size: 12px;
padding: 10px 20px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
font-weight: bold;
}
div.product .woocommerce_tabs .panel,
#content div.product .woocommerce_tabs .panel {
margin: 0 0 30px;
padding: 0;
}

/* Product Attributes */
table.shop_attributes {
border: 0;
border-top: 1px solid #eee;
margin-bottom: 1.618em;
width: 100%;
}
.skin-dark-wide table.shop_attributes {
border-color: #333;
}
table.shop_attributes th {
width: 150px;
font-weight: bold;
padding: 8px;
border-top: 0;
border-bottom: 1px solid #eee;
margin: 0;
line-height: 1.5em;
}
.skin-dark-wide table.shop_attributes th {
border-color: #eee;
}
table.shop_attributes td {
padding: 0;
border-top: 0;
border-bottom: 1px solid #eee;
margin: 0;
line-height: 1.5em;
}
.skin-dark-wide table.shop_attributes td {
border-color: #eee;
}

/* Product Comments */
.star-rating {
float: right;
width: 80px;
height: 16px;
background: url(../../../plugins/woocommerce/assets/images/star.png) repeat-x;
}
.star-rating span {
background: url(../../../plugins/woocommerce/assets/images/star.png) repeat-x left -32px;
height: 0;
padding-top: 16px;
overflow: hidden;
float: left;
}

/* Product Review Box */
p.stars span {
width: 80px;
height: 16px;
position: relative;
float: left;
background: url(../../../plugins/woocommerce/assets/images/star.png) repeat-x;
}
p.stars span a {
float: left;
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 0;
padding-top: 16px;
overflow: hidden;
}
p.stars span a:hover,
p.stars span a:focus{
background:url(../../../plugins/woocommerce/assets/images/star.png) repeat-x left -16px;
}
p.stars span a.active{
background:url(../../../plugins/woocommerce/assets/images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
width: 16px;
z-index: 10;
}
p.stars span a.star-2 {
width: 32px;
z-index: 9;
}
p.stars span a.star-3 {
width: 48px;
z-index: 8;
}
p.stars span a.star-4 {
width: 64px;
z-index: 7;
}
p.stars span a.star-5 {
width: 80px;
z-index: 6;
}
#review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: transparent none;
border: 0;
color: #000;
}
#review_form #respond p {
margin: 0 0 10px;
overflow: hidden;
}
#review_form #respond .comment-form-rating label[for="rating"] {
float: left;
margin-right: 10px;
}

/* Related Products */
div.product .related.products h2 {
background: #000;
border-bottom-width: 5px;
border-style: solid;
text-transform: uppercase;
font-size: 12px;
color: #fff;
font-weight: bold;
padding: 13px 20px;
margin-bottom: 20px;
}
.skin-dark-wide div.product .related.products h2 {
background: #333;
}
.related::after, .upsells.products::after {
content: "";
display: block;
clear: both;
}


/************************************ Shopping Cart ************************************/

table.shop_table {
border: 1px solid #eee;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
}
.skin-dark-wide table.shop_table {
border-color: #333;
}
table.cart th, #content table.cart th, 
table.cart td, #content table.cart td {
vertical-align: middle;
}
table.shop_table th {
font-weight: bold;
line-height: 18px;
padding: 9px 12px;
}
table.shop_table td {
border-top: 1px solid #eee;
padding: 10px;
vertical-align: middle;
}
.skin-dark-wide table.shop_table td {
border-color: #333;
}
table.cart a.remove,
#content table.cart a.remove {
display: block;
height: 16px;
width: 16px;
text-indent: -9999px;
background: #333 url(../../../plugins/woocommerce/assets/images/remove.png);
}
table.cart a.remove:hover,
#content table.cart a.remove:hover {
background-color: #777;
}
table.cart .product-thumbnail,
#content table.cart .product-thumbnail {
min-width: 32px;
}
table.cart img,
#content table.cart img {
width: 32px;
height: auto;
}
table.cart td.actions,
#content table.cart td.actions {
text-align: right;
}
table.cart td.actions .coupon label,
#content table.cart td.actions .coupon label {
display: none;
}
table.cart td.actions .coupon .input-text,
#content table.cart td.actions .coupon .input-text {
width: 80px;
float: left;
margin: 0 5px 0 0;
}
table.cart td.actions .coupon,
#content table.cart td.actions .coupon {
float: left;
}
.cart .button,
.cart input.button {
float: none;
}
table.cart input,
#content table.cart input {
margin: 0;
vertical-align: middle;
line-height: 1em;
}
table.cart td.actions .button.alt,
#content table.cart td.actions .button.alt {
float: right;
margin-left: .25em;
}
.cart-collaterals {
width: 100%;
}
.cart-collaterals h2 {
font-size: 14px;
font-weight: bold;
}
.cart-collaterals .cart_totals {
float: right;
text-align: right;
}
.cart-collaterals .cart_totals table {
border-collapse: separate;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 0 6px;
padding: 0;
width: 250px;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
border-top: 0;
}
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
text-align: left;
border-top: 1px solid #eee;
padding: 6px 6px;
}
.skin-dark-wide .cart-collaterals .cart_totals tr td,
.skin-dark-wide .cart-collaterals .cart_totals tr th {
border-color: #333;
}
form .form-row-first, form .form-row-last {
float: left;
width: 47%;
overflow: visible;
}
form .form-row {
padding: 3px;
margin: 0 0 6px;
}
form .form-row-last {
float: right;
}
form .form-row input.input-text,
form .form-row textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0;
}
form .form-row select {
width: 100%;
cursor: pointer;
margin: 0;
}
form .form-row label {
display: block;
}
form .form-row label.checkbox {
display: inline;
}
.cart-collaterals .shipping_calculator {
width: 250px;
text-align: right;
margin: 20px 0 0 0;
clear: right;
float: right;
}

/* Checkout Page */
.checkout h3 {
font-size: 13px;
font-weight: bold;
}
.col2-set {
width: 100%;
float: left;
margin-bottom: 10px;
}
.col2-set .col-1 {
float: left;
width: 48%;
}
.col2-set .col-2 {
float: right;
width: 48%;
}
.checkout .col-2 .notes {
clear: left;
}
.checkout .col-2 h3 {
float: left;
clear: none;
}
.checkout #shiptobilling {
float: right;
line-height: 1.62em;
margin: 0;
padding: 0;
}
.checkout #shiptobilling label {
font-size: 12px;
}
#payment ul.payment_methods {
text-align: left;
padding: 10px;
margin: 0;
list-style: none;
}
#payment {
background: #fbfbfb;
}
#payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #eee;
margin: 0;
list-style: none outside;
}
#payment ul.payment_methods li {
list-style: none;
line-height: 2em;
text-align: left;
margin: 0;
font-weight: normal;
}
#payment ul.payment_methods li input {
margin: 0 1em 0 0;
}
#payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
position: relative;
}
#payment div.payment_box {
position: relative;
width: 96%;
padding: 1em 2%;
margin: 1em 0 1em 0;
border-radius: 2px;
line-height: 1.5em;
background: #eee;
}
#payment div.form-row {
padding: 10px;
overflow: hidden;
}
#payment #place_order {
float: right;
margin: 0;
}

/* Order Received Page */
.order_details {
margin: 0 0 1.5em;
list-style: none;
color: #000;
}
.order_details::after {
content: "";
display: block;
clear: both;
}
.order_details li {
list-style: none;
float: left;
font-size: 12px;
margin: 0 20px 0 0;
text-transform: uppercase;
line-height: 1em;
border-right: 1px solid #eee;
padding: 0 20px 0 0;
}
.order_details li {
border-color: #eee;
}
.order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5em;
}

/************************************ Drop Down Shopping Cart Widget ************************************/

#dropdowncart-wrapper {
float: left;
width: 100%;
padding: 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#dropdowncart-wrapper #dropdowncart {
display: none;
}
#dropdowncart {
position: relative;
font-weight: bold;
float: right;
}
.skin-dark #dropdowncart,
.skin-dark-wide #dropdowncart {
color: #fff;
}
.skin-light #dropdowncart,
.skin-light-wide #dropdowncart {
color: #000;
}
.cart-link {
background: url(../lib/images/sprite.png);
padding: 3px 0 3px 27px;
margin: -3px 0 0 20px;
cursor: pointer;
}
.skin-dark .cart-link,
.skin-dark-wide .cart-link {
background-position: -50px -33px;
}
.skin-light .cart-link,
.skin-light-wide .cart-link {
background-position: -50px -63px;
}
.skin-dark .cart-link,
.skin-dark-wide .cart-link {
color: #fff;
}
.skin-light .cart-link,
.skin-light-wide .cart-link {
color: #000;
}
.dropdowncart-contents {
display: none;
width: 345px;
position: absolute;
right: -10px;		
z-index: 99999;
padding: 10px;
margin-top: 15px;
border-bottom-width: 10px;
border-style: solid;
}
.skin-dark .dropdowncart-contents,
.skin-dark-wide .dropdowncart-contents {
border-color: #ffde45;
background: #3c3c3c;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.skin-light .dropdowncart-contents,
.skin-light-wide .dropdowncart-contents {
border-color: #2C627C; /* #31c8ff; */
background: #f7f7f7;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.dropdowncart-contents .cart_list li {
list-style: none;
position: relative;
line-height: 1;
border-bottom-width: 1px;
border-style: solid;
padding: 10px 0;
margin: 0;
font-size: 12px;
}
.skin-dark .dropdowncart-contents .cart_list li,
.skin-dark-wide .dropdowncart-contents .cart_list li {
border-color: #666;
color: #eee;
}
.skin-light .dropdowncart-contents .cart_list li,
.skin-light-wide .dropdowncart-contents .cart_list li {
border-color: #ddd;
color: #333;
}
.dropdowncart-contents .cart_list li.empty {
padding: 0 0 10px 0;
}
.dropdowncart-contents .dropdowncartimage {
float: left;
width: 15%;
}
.dropdowncart-contents .dropdowncartproduct {
float:left;
width: 55%;		
}
.dropdowncart-contents .dropdowncartquantity {
float: left;
width: 30%;
text-align: right;
}
#dropdowncart .dropdowncart-contents .dropdowncartquantity .quantity,
#dropdowncart .dropdowncart-contents .dropdowncartquantity .amount {
font-size: 12px;
}
.skin-dark #dropdowncart .dropdowncart-contents .dropdowncartquantity .quantity,
.skin-dark #dropdowncart .dropdowncart-contents .dropdowncartquantity .amount,
.skin-dark-wide #dropdowncart .dropdowncart-contents .dropdowncartquantity .quantity,
.skin-dark-wide #dropdowncart .dropdowncart-contents .dropdowncartquantity .amount {
color: #fff;
}
.skin-light #dropdowncart .dropdowncart-contents .dropdowncartquantity .quantity,
.skin-light #dropdowncart .dropdowncart-contents .dropdowncartquantity .amount,
.skin-light-wide #dropdowncart .dropdowncart-contents .dropdowncartquantity .quantity,
.skin-light-wide #dropdowncart .dropdowncart-contents .dropdowncartquantity .amount {
color: #000;
}
.dropdowncart-contents span.quantity {
padding-right: 5px;
}
.dropdowncart-contents .cart_list li img {
margin: 0;
width: 30px;
height: auto;
line-height: 0;
padding: 3px;
background: #eee;
}
.skin-dark .dropdowncart-contents .cart_list li a,
.skin-dark-wide .dropdowncart-contents .cart_list li a {
color: #fff;
}
.skin-light .dropdowncart-contents .cart_list li a,
.skin-light-wide .dropdowncart-contents .cart_list li a {
color: #000;
}
.dropdowncart-contents .variation dl {
float: left;
}
.dropdowncart-contents p.total {
margin-top: 10px;
text-align: right;
}
.dropdowncart-contents p.buttons {
margin-bottom: 0;
}
.dropdownbutton {
font-weight: bold;
text-transform: uppercase;
display: inline-block;
margin: 0 5px 0 0;
line-height: 1;
padding: 8px 12px;
background: #000;
font-size: 12px;
}
.dropdownbutton:hover {
color: #000;
}

/* Account Pages */
table.my_account_orders th,
table.my_account_orders td {
vertical-align: top;
}
address {
line-height: 19px !important;
}
.addresses .title::after {
content: "";
display: block;
clear: both;
}
.addresses .title h3 {
float: left;
}
.addresses .title .edit {
float: right;
}

/* Login Page */
.woocommerce-account .lost_password {
display: block;
margin-top: 10px;
font-size: 12px;
}


/************************************ Cloud Zoom Image ************************************/

.mousetrap {
background-image: url(../lib/images/blank.gif);
}
.cloud-zoom-lens {
border: 1px solid #eee;
background: rgba(255,255,255,0.5);
cursor: move;		
}
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}
.cloud-zoom-big {
border: 4px solid #eee;
margin-left: -4px;
background-repeat: no-repeat;
overflow: hidden;
}
.cloud-zoom-loading {
display: none;
}


/************************************ Fancybox ************************************/

#fancybox-wrap {
z-index: 9999999;
}
#fancybox-overlay {
z-index: 99999;
}
#fancybox-outer {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#fancybox-outer #reply-title {
color: #000;
}
#fancybox-title-float {
border: 0;
text-transform: uppercase;
padding: 6px 12px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/********************************************** WOOCOMMERCE STYLING ***********************
 *
 * RORY ADDED THIS BECAUSE IT WASNT READING FROM WOOCOMMERCE.CSS
 *
 */
/********************************************** WOOCOMMERCE STYLING ***********************
