/* Body Section
------------------------------------------------------------------------------------------------------------------- */

body {
  font-family: 'Open Sans', Arial, sans-serif;
}

.outercontainer{
  width: 970px;
  margin: 0 auto; 
}

/* Text styling
------------------------------------------------------------------------------------------------------------------- */

a,
ul li {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

p.margin-vertical-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* span-box
------------------------------------------------------------------------------------------------------------------- */

.span-box-container {
  width: 100%;
  margin: 0px !important;
  *zoom: 1;
}

.span-box-container:before,
.span-box-container:after {
  display: table;
  line-height: 0;
  content: "";
}

.span-box-container:after {
  clear: both;
}

.span-box-container .span-box {
  padding: 10px;
  margin: 0px !important;
  float: left;
  display: block;
  min-height: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.span-box-container .span-box.span-2x {
  width: 49.888889999%;
  *width: 49.888889999%;
}

.span-box-container .span-box.span-3x {
  width: 33.288889999999%;
  *width: 33.288889999999%;
}

.span-box-container .span-box.span-4x {
  width: 24.888899999%;
  *width: 24.888899999%;
}

.span-box-container .span-box.span-5x {
  width: 19.888899999%;
  *width: 19.888899999%;
}

/* sa-form
------------------------------------------------------------------------------------------------------------------- */

form.sa-form [class*="width"] {
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px;
  float: left;
}

form.sa-form .width-100 {
  width: 100%;
  *width: 99.94680851063829%;
}

form.sa-form .width-80 {
  width: 79.888999999%;
  *width: 79.888999999%;
}

form.sa-form .width-70 {
  width: 69.888899999%;
  *width: 69.888899999%;
}

form.sa-form .width-60 {
  width: 59.8888899999%;
  *width: 59.8888899999%;
}

form.sa-form .width-50 {
  width: 49.88888899999%;
  *width: 49.88888899999%;
}

form.sa-form .width-40 {
  width: 39.8888999999%;
  *width: 39.8888999999%;
}

form.sa-form .width-30 {
  width: 29.888889999999%;
  *width: 29.888889999999%;
}

form.sa-form .width-20 {
  width: 19.888899999%;
  *width: 19.888899999%;
}

/* header Wrapper
------------------------------------------------------------------------------------------------------------------- */

#header-wrapper {
  margin: 0px;
}

#header-wrapper .pro-site-logo {
  margin-top: 30px;
  margin-bottom: 10px;
}

#header-wrapper ul.nav > li > a {
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#header-wrapper .nav li.dropdown ul.dropdown-menu {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  right: auto;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

#header-wrapper .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

#header-wrapper .nav li.dropdown:hover ul.dropdown-menu li > a {
  line-height: 40px;
}

#header-wrapper .navbar {
	margin-bottom: 0px;
}

#header-wrapper .navbar-inner {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

#header-wrapper .navbar-inner.zero-border-radius {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

#header-wrapper .nav > li.dropdown:hover > a.dropdown-toggle,
#header-wrapper .nav > li > a:hover,
#header-wrapper .nav > .active > a,
#header-wrapper .nav > .active > a:hover,
#header-wrapper .nav > .active > a:focus {
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

#header-wrapper .navbar-inner {
	text-align: center;
}

.admin-bar #menu-wrapper.navbar-fixed-top {
  margin-top: 28px;
} 

#header-wrapper .navbar-inner .nav-collapse {
  margin-top: 5px;
  margin-bottom: 5px;
}

#header-wrapper ul.nav.desktop > li,
#header-wrapper ul.nav.desktop {
    float:none !important;
    display:inline-block !important;
    vertical-align: top;
    *display: inline;     /* for IE7*/
    *zoom:1;              /* for IE7*/
}

#header-wrapper .dropdown-menu {
    text-align: left;
}

#header-wrapper .collapse.in {
    height: auto !important;
}

#header-wrapper.header-style-2 {
  box-shadow: none;
}

#header-wrapper.header-style-2 .header-container {
  -webkit-box-shadow: inset 0px -50px 50px -40px rgba(0, 0, 0, 0.25), inset 0px 50px 50px -40px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -50px 50px -40px rgba(0, 0, 0, 0.25), inset 0px 50px 50px -40px rgba(0, 0, 0, 0.25);
}

#header-wrapper.header-style-2 .navbar-inner {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#header-wrapper.header-style-3 {
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px -30px 30px -20px rgba(0, 0, 0, 0.25), inset 0px 30px 30px -20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -30px 30px -20px rgba(0, 0, 0, 0.25), inset 0px 30px 30px -20px rgba(0, 0, 0, 0.25);
}

#header-wrapper.header-style-3 .pro-site-logo {
  float: left;
  margin: 0px;
  margin-right: 10px;
}

#header-wrapper.header-style-3 .pro-site-logo .pro-logo-tagline {
  margin-left: 10px;
  font-style: italic;
}

#header-wrapper.header-style-3 .main-menu-holder .nav {
  margin-bottom: 0px;
}

#header-wrapper.header-style-3 .main-menu-holder .tinynav { 
  display: none;
}

#header-wrapper.header-style-3 .main-menu-holder select.tinynav {
  text-align: left;
  height: 45px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
}

/* Footer Wrapper
------------------------------------------------------------------------------------------------------------------- */

.footer-wrapper .container {
  padding-top: 10px;
  padding-bottom: 5px;
}

ul.social-links {
  display: inline;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.social-links li {
  display: inline;
  list-style: none;
  margin-right: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=50);
  opacity: 0.5;

  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

ul.social-links li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Homepage Content Wrapper
------------------------------------------------------------------------------------------------------------------- */


#homepage-content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Cart button & Section
------------------------------------------------------------------------------------------------------------------- */


#floating-menu {
	position:fixed;
	top: 5%;
	right:0px;
	z-index: 1050;
}

#floating-menu button {
	float: right;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#floating-menu button small {
  font-size: 0.7em;
}

#floating-menu button i {
	vertical-align: baseline;
}
#floating-menu button small {
	vertical-align: middle;
}

#floating-menu button span.view-cart,
#floating-menu button span.select-store {
	display: none;
}

#floating-menu button:hover span {
	display: inline;
}

#floating-menu button.dropdown-toggle + ul.dropdown-menu {
	font-size: 14px;
	margin: 0px;
  	background-color: #ffffff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	*border-right-width: 2px;
  	*border-bottom-width: 2px;
  	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  	-webkit-background-clip: padding-box;
  	-moz-background-clip: padding;
  	background-clip: padding-box;

	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#floating-menu button.dropdown-toggle + ul.dropdown-menu li a {
	background-color: #ffffff;
	color: #676767;
}

/* Page
------------------------------------------------------------------------------------------------------------------- */

#page-wrapper .content-section .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#page-wrapper .content-section .page-heading,
#page-wrapper .content-section .page-content,
#page-wrapper .content-section .page-comments,
#product-single-wrapper .related-products .page-heading {
	padding: 20px;
	margin-bottom: 15px;
}

/* WP Posts
------------------------------------------------------------------------------------------------------------------- */

.featured-image-box {
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  padding: 4px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.featured-image-box .hover-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;

  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  -ms-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.featured-image-box img {
  width: 100%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.featured-image-box:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.featured-image-box .hover-btn {
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  display: none;
}

.featured-image-box:hover .hover-btn {
  display: block;
}

.blog-post {
  min-height: 20px;
  padding: 20px 10px 19px 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.blog-post .post-title {
  line-height: 28px;
  margin-top: 0px;
  text-transform: uppercase;
}

.blog-post .post-meta {
  font-size: 0.9em;
  text-transform: uppercase;
}

.blog-post .post-excerpt {
  font-size: 0.8em;
}

.blog-post .date {
  max-width: 150px;
  text-align: center;
  padding: 5px 2px 5px 2px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.blog-post .date span.month {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}

.blog-post .date span.year {
  font-weight: bold;
  line-height: 1em;
}

.blog-post .date span.day {
  font-size: 2.5em;
  font-weight: bolder;
  line-height: 1em;
}

.blog-post .comments {
  max-width: 150px;
  text-align: center;
  font-size: 0.85em;
  padding: 5px 2px 5px 2px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.blog-post .comments a {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;

  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.blog-post .comments a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.blog-post:hover {
  border-radius: 4px;
}

.blog-post button.btn {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.blog-post ol.flex-control-nav > li > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  opacity: 0.45;
}

.blog-post ol.flex-control-nav > li > a.flex-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.blog-post ol.flex-control-nav {
  bottom: 10px;
}

/* Pagination
------------------------------------------------------------------------------------------------------------------- */

.pagination ul.page-numbers > li > span.page-numbers,
.pagination ul.page-numbers > li > a.page-numbers {
  padding: 12px 20px;
}

/* Single (Post)
------------------------------------------------------------------------------------------------------------------- */

#post-wrapper .content-section .container {
  padding-top: 40px;
  padding-bottom: 20px;
}

#post-wrapper .content-section .post-heading {
  padding: 20px;
  margin-bottom: 5px;
}

#post-wrapper .content-section .post-meta,
#post-wrapper .content-section .post-content,
#post-wrapper .content-section .post-comments {
	padding: 20px;
	margin-bottom: 15px;
}

#post-wrapper .content-section .featured-image-box,
#post-wrapper .content-section .featured-video {
  margin-bottom: 15px;
}

#post-wrapper .content-section .featured-images-slider {
  margin-bottom: 50px;
}

#post-wrapper .post-meta {
  font-size: 1em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  opacity: 0.95;
}

.date-comment-box {
  max-width: 150px;
  border-radius: 4px;
}

.date-comment-box .date {
  text-align: center;
  padding: 5px 2px 5px 2px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.date-comment-box .date span.month {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}

.date-comment-box .date span.year {
  font-weight: bold;
  line-height: 1em;
}

.date-comment-box .date span.day {
  font-size: 2.5em;
  font-weight: bolder;
  line-height: 1em;
}

.date-comment-box .comments {
  text-align: center;
  font-size: 0.85em;
  padding: 5px 2px 5px 2px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.date-comment-box .comments a {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;

  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.date-comment-box .comments a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.related-products {
  position: relative;
}

.related-products .page-heading {
  margin-bottom: 10px;
}

.related-products #pro-product-grid {
  padding-left: 25px;
  padding-right: 25px;
}

.related-products #pro-product-grid .carousel-inner {
  min-height: 150px;
}

.related-products .related-products-control-nav > a {
  position: absolute;
  top: 42%;
  z-index: 99;
  text-decoration: none;
}

.related-products .related-products-control-nav > a.related-products-control-left {
  left: 0px;
}

.related-products .related-products-control-nav > a.related-products-control-right {
  right: 0px;
}

/* Comment Section
------------------------------------------------------------------------------------------------------------------- */

.comment-section ul.comment-section-comment-list {
  margin: 10px 0px;
}

.comment-section #pro-comment-form input[type="text"],
.comment-section #pro-comment-form textarea {
  min-height: 40px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.comment-section #pro-comment-form .form-allowed-tags {
    font-size: 0.9em;
}

.comment-section #pro-comment-form .form-allowed-tags code {
    white-space: normal;
}

.comment-section #pro-comment-form .row-fluid [class*="span"] {
  float: left;
    margin-left: 2.5624309392265194%;
    *margin-left: 2.509239449864817%;
}

.comment-section #pro-comment-form .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
    *margin-left: 0px;
}

.comment-section .comment-section-headline {
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.comment-section .comment-section-headline.nocomments {
  padding-bottom: 0px;
}

.comment-section .well-comment {
  background: none;
  box-shadow: none;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.comment-section .well-comment .comment-time {
  font-size: 0.85em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-section .well-comment .comment-contents p:last-child {
  margin-bottom: 0px;
}

.comment-section .comment-awaiting-approval {
  font-style: italic;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.comment-section .comment-pingback {
  margin-top: 10px;
}

.comment-section .comment-author-avatar > img {
  margin-right: 10px;
  vertical-align: middle;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.2);      
}

.comment-section .comment-awaiting-approval,
.comment-section .comment-contents {
  margin-bottom: 10px;
}

.comment-section .form-submit input#submit,
.comment-section a#cancel-comment-reply-link,
.comment-section .comment-reply-button a.comment-reply-link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.comment-section .form-submit input#submit:hover,
.comment-section .form-submit input#submit:active,
.comment-section .form-submit input#submit.active,
.comment-section .form-submit input#submit.disabled,
.comment-section .form-submit input#submit[disabled],
.comment-section a#cancel-comment-reply-link:hover,
.comment-section a#cancel-comment-reply-link:active,
.comment-section a#cancel-comment-reply-link.active,
.comment-section a#cancel-comment-reply-link.disabled,
.comment-section a#cancel-comment-reply-link[disabled],
.comment-section .comment-reply-button a.comment-reply-link:hover,
.comment-section .comment-reply-button a.comment-reply-link:active,
.comment-section .comment-reply-button a.comment-reply-link.active,
.comment-section .comment-reply-button a.comment-reply-link.disabled,
.comment-section .comment-reply-button a.comment-reply-link[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.comment-section .form-submit input#submit:active,
.comment-section .form-submit input#submit.active,
.comment-section a#cancel-comment-reply-link:active,
.comment-section a#cancel-comment-reply-link.active,
.comment-section .comment-reply-button a.comment-reply-link:active,
.comment-section .comment-reply-button a.comment-reply-link.active {
  background-color: #cccccc \9;
}
.comment-section .form-submit input#submit:hover,
.comment-section a#cancel-comment-reply-link:hover,
.comment-section .comment-reply-button a.comment-reply-link:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.comment-section a#cancel-comment-reply-link {
  padding: 0 6px;
  margin-bottom: 10px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comment-section .form-submit input#submit {
  padding: 11px 19px;
}

/* Single (Product)
------------------------------------------------------------------------------------------------------------------- */

#product-single-wrapper .container {
  padding-top: 40px;
  padding-bottom: 20px;
}

#product-single-wrapper .product-title {
	padding: 20px;
  margin-bottom: 20px;
}

#product-single-wrapper .pro-product-image-lightbox .hover-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#product-single-wrapper .pro-product-image-lightbox:hover .hover-block {
  background-color: rgba(0,0,0,0.8);
}

#product-single-wrapper .pro-product-image-lightbox > img {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#product-single-wrapper .pro-product-image-lightbox:hover > img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  opacity: 0.55;
}

#product-single-wrapper .pro-product-image-lightbox .hover-block > i {
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  margin:-15px 0 0 -20px;
  font-size:30px;
  width:40px;
  line-height:30px;
  height:30px;
  text-align: center;
  color:#ffffff;
  z-index:3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#product-single-wrapper .pro-product-image-lightbox:hover .hover-block > i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#product-single-wrapper .content-section .product-categories,
#product-single-wrapper .content-section .product-excerpt,
#product-single-wrapper .content-section .product-pricing,
#product-single-wrapper .content-section .product-buy-now {
	padding: 10px;
	margin-bottom: 5px;
}

#product-single-wrapper .content-section .product-buy-now form {
	margin: 0px;
}

#product-single-wrapper .content-section .product-upfold-contents {
  margin-bottom: 25px;
}

#product-single-wrapper .content-section .product-wishlist-btn-section,
#product-single-wrapper .content-section .product-compare-btn-section {
  margin-top: 10px;
  text-align: center;
}

#product-single-wrapper .content-section .producttab {
  margin-bottom: 0px;
}

#product-single-wrapper .content-section ul.producttab li > a {
  padding: 12px 22px;
}

#product-single-wrapper .content-section .tab-content {
  padding: 20px;
  margin-bottom: 20px;
}

/* Product Grid
------------------------------------------------------------------------------------------------------------------- */

#pro-product-grid .well {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 11px;
  text-align: left;

  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#pro-product-grid .well:hover {
  border: 1px solid #fff;
  text-align: left;

  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

#pro-product-grid .well .product-image-box {
  position: relative;
  cursor: default;
  text-align: center;
  max-width: 360px;
  margin: auto;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0px;
  background-color: none;
  border: none;

  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#pro-product-grid .well .product-image-box img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#pro-product-grid .well:hover .product-image-box img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#pro-product-grid .well .product-image-box span.proprice {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#pro-product-grid .well .product-image-box .hover-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#pro-product-grid .well:hover .product-image-box .hover-block {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#pro-product-grid .well .product-image-box .hover-block .btn-group {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#pro-product-grid .well .product-image-box .pro-default-image {
  width: 360px;
  height: 270px;
}

#pro-product-grid .well .label.proprice {
  padding: 5px;
}

#pro-product-grid .well form,
#pro-product-grid .well form input {
  margin: 0px;
  text-transform: uppercase;
}

ul.mpt-product-categories {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.mpt-product-categories li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
  display: inline;
  margin: 5px;
  padding: 5px 10px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul.mpt-product-categories li:first-child {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0 !important;
  cursor: default;
  font-size: 1.3em;
  padding: 0px;
}

ul.mpt-product-categories li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0 !important;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#pro-product-grid .current {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#pro-product-grid .not-current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;

  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#pro-product-grid .current-li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0 !important;
}

#pro-product-grid .all {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.productcarousel {
  padding: 5px;
  margin-bottom: 0px;
}

.productcarousel .well {
  margin-bottom: 0px;
}

.productcarousel .carousel-control-holder {
  margin: 7px 0px;
  margin-right: 5px;
  float: right;
}

.productcarousel .carousel-control-holder > a {
  margin-right: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.productcarousel .carousel-control-holder > a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.productcarousel .carousel-control-holder > a:last-child {
  margin-right: 0px;
}

/* Product Categories Menu
------------------------------------------------------------------------------------------------------------------- */

ul.product-taxonomy-menu {
  margin: 0px;
  padding: 0px;
}

ul.product-taxonomy-menu li {
	line-height: 50px;
  margin-bottom: 0px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

ul.product-taxonomy-menu li a {
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

ul.product-taxonomy-menu li.selected a {
	font-weight: bold;
}

ul.product-taxonomy-menu li.selected > a,
ul.product-taxonomy-menu li:hover > a {
	border-color: #999999 !important;
}

ul.product-taxonomy-menu li img {
	margin-right: 10px;
}

ul.product-taxonomy-menu li:last-child {
	border-bottom: none;
}

ul.product-taxonomy-menu li:before {
	display: none !important;
}

ul.sub-categories-menu > li {
	display: none;
}

ul.product-taxonomy-menu li:hover > ul.sub-categories-menu > li.notselected {
	display: block;
}

ul.product-taxonomy-menu li > ul.sub-categories-menu > li.subselected {
	display: block;
}

ul.sub-categories-menu {
  margin-bottom: 0px;
}

ul.sub-categories-menu > li {
	margin-left: 20px;
}

/* Sidebar
------------------------------------------------------------------------------------------------------------------- */

#sidebar {
	min-height: 20px;
	padding: 0px;
	margin-bottom: 0px;
}

.sidebar-widget-well .sidebar-widget-title {
  padding: 10px 0px;
  margin: 0px 0px 10px 0px;
}

#sidebar .sidebar-widget-well {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.sidebar-widget-well ul {
  padding: 0px;
  margin: 0px;
}

.sidebar-widget-well ul li ul {
  padding-top: 5px;
  margin-left: 10px;
}

.sidebar-widget-well ul li {
  list-style: none;
  padding: 5px 0px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.sidebar-widget-well ul li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: baseline;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.sidebar-widget-well ul li:hover:before {
  margin-right: 3px;
}

.sidebar-widget-well form#searchform {
  margin: 0px;
}

ul.pro_product_list {
  margin: 0px;
  padding: 0px;
}

ul.pro_product_list li {
  padding: 0px;
  margin-bottom: 10px;
}

ul.pro_product_list li:last-child {
  margin-bottom: 0px;
}

.product-label-tag.label-info a,
.product-label-tag.label-success a,
.product-label-tag.label-warning a,
.product-label-tag.label-important a,
.product-label-tag.label-inverse a {
  color: #ffffff;
}

.product-label-tag.label-info a:hover,
.product-label-tag.label-success a:hover,
.product-label-tag.label-warning a:hover,
.product-label-tag.label-important a:hover,
.product-label-tag.label-inverse a:hover {
  color: #999999;
}

/* Footer Widget
------------------------------------------------------------------------------------------------------------------- */

#footer-widget .container {
  padding: 30px 0px;
}

#footer-widget .page-header {
  margin-bottom: 13px;
  border-bottom: none;
}

#footer-widget .page-header span {
  padding: 10px 8px 10px 0px;
}

#footer-widget ul {
  padding: 0px;
  margin: 0px;
}

#footer-widget ul li ul {
  padding-top: 5px;
  margin-left: 10px;
}

#footer-widget ul li {
  list-style: none;
  padding: 5px 0px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#footer-widget ul li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: baseline;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: -456px -72px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#footer-widget ul li:hover:before {
  margin-right: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#footer-widget form#searchform {
  margin: 0px;
}

/* wishlist
------------------------------------------------------------------------------------------------------------------- */

.alert.nomargin {
	margin: 0px;
}

.table-wishlist thead th {
	font-size: 1.2em;
}

.table-wishlist tr td img.mp_product_image_widget {
  	padding: 4px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table-wishlist tr td span.wishlist-empty-list {
	line-height: 3.0em;
	font-style: italic;
}

.table-wishlist tr td input[type="checkbox"] {
	vertical-align: baseline;
}

/* Product Comparison
------------------------------------------------------------------------------------------------------------------- */

.table-compare-products .compare-product-image img.mp_product_image_list {
	float: none;
	margin: 0px;
	text-align: center;
  	padding: 4px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table-compare-products tr td input[type="checkbox"] {
	vertical-align: baseline;
}

.table-compare-products table.product-variation {
	margin: 0px;
}

#compare-results-modal .compare-modal-close-btn,
.table-compare-products button.update-compare-results {
  display: inline-block;
  width: auto;
  padding: 7px 25px;
}

#compare-results-modal.modal{
  width: 900px;
  left: 40%;
}

/* Cross Selling
------------------------------------------------------------------------------------------------------------------- */

.cross-selling-modal {
	max-width: 560px !important;
  	left: 50% !important;
}

.cross-selling-modal .cs-product-image img {
	float: none;
	margin: 0px;
	text-align: center;
  	padding: 4px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cross-selling-modal .well-box{
	padding: 9px;
  	background-color: #fafafa;
  	border: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.cross-selling-modal .cs-cart-info {
	font-size: 0.85em;
}

.cross-selling-modal .cs-buy-button a.mp_link_buynow,
.cross-selling-modal .cs-buy-button input[type="submit"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.cross-selling-modal .cs-buy-button a.mp_link_buynow:hover,
.cross-selling-modal .cs-buy-button a.mp_link_buynow:active,
.cross-selling-modal .cs-buy-button input:hover,
.cross-selling-modal .cs-buy-button input:active{
  	color: #ffffff;
  	background-color: #51a351;
  	*background-color: #499249;
}

.cross-selling-modal span.cart-items {
	font-weight: bold;
}

/* CustomPress Integration------------------------------------------------------------------------------------------------------------------- */

.ct-custom-field-block table {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ct-custom-field-block table th,
.ct-custom-field-block table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.ct-custom-field-block table th {
  font-weight: bold;
}
.ct-custom-field-block table thead th {
  vertical-align: bottom;
}
.ct-custom-field-block table caption + thead tr:first-child th,
.ct-custom-field-block table caption + tbody tr:first-child th,
.ct-custom-field-block table caption + tbody tr:first-child td,
.ct-custom-field-block table colgroup + thead tr:first-child th,
.ct-custom-field-block table colgroup + tbody tr:first-child th,
.ct-custom-field-block table colgroup + tbody tr:first-child td,
.ct-custom-field-block table thead:first-child tr:first-child th,
.ct-custom-field-block table tbody:first-child tr:first-child th,
.ct-custom-field-block table tbody:first-child tr:first-child td {
  border-top: 0;
}
.ct-custom-field-block table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.ct-custom-field-block table table {
  background-color: #ffffff;
}

.ct-custom-field-block table thead:first-child tr:first-child > th:first-child,
.ct-custom-field-block table tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.ct-custom-field-block table thead:first-child tr:first-child > th:last-child,
.ct-custom-field-block table tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.ct-custom-field-block table thead:last-child tr:last-child > th:first-child,
.ct-custom-field-block table tbody:last-child tr:last-child > td:first-child,
.ct-custom-field-block table tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.ct-custom-field-block table thead:last-child tr:last-child > th:last-child,
.ct-custom-field-block table tbody:last-child tr:last-child > td:last-child,
.ct-custom-field-block table tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.ct-custom-field-block table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.ct-custom-field-block table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.ct-custom-field-block table caption + thead tr:first-child th:first-child,
.ct-custom-field-block table caption + tbody tr:first-child td:first-child,
.ct-custom-field-block table colgroup + thead tr:first-child th:first-child,
.ct-custom-field-block table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.ct-custom-field-block table caption + thead tr:first-child th:last-child,
.ct-custom-field-block table caption + tbody tr:first-child td:last-child,
.ct-custom-field-block table colgroup + thead tr:first-child th:last-child,
.ct-custom-field-block table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.ct-custom-field-block table tbody > tr:nth-child(odd) > td,
.ct-custom-field-block table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.ct-custom-field-block table tbody tr:hover td,
.ct-custom-field-block table tbody tr:hover th {
  background-color: #f5f5f5;
}

.ct-custom-field-block ul {
  margin: 0px;
  padding: 0px;
}

.ct-custom-field-block ul li {
  margin-bottom: 20px;
}

.ct-custom-field-block ul li:last-child {
  margin-bottom: 0px;
}

.ct-custom-field-block ul li > span {
  font-size: 1.1em;
  font-weight: bold;
}

.ct-custom-field-block ul li > span:after {
  display: table;
  content: "";
  clear: both;
}

.ct-custom-field-block div > p:last-child {
  margin-bottom: 0px;
}

.ct-custom-field-block div > p > span {
  font-weight: bold;
}

.ct-custom-field-block div > p > span:after {
  content: " - ";
}

/* MISC
------------------------------------------------------------------------------------------------------------------- */

#mp-product-search-widget form.mppsw-product-search-form .input-prepend,
#mp-product-search-widget form.mppsw-product-search-form .input-append {
  width: 100%;
}

#mp-product-search-widget form.mppsw-product-search-form .input-append.span6,
#mp-product-search-widget form.mppsw-product-search-form .input-prepend.span6 {
  margin-left: 0px;
}

#mp-product-search-widget form.mppsw-product-search-form > .padding5 {
  padding: 0px;
}

#mp-checkout-recommendation .mpcr-product-box .single-box-image-section img.single-box-image {
  height: auto;
}

/* Spacing
------------------------------------------------------------------------------------------------------------------- */

.clear {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.padding3 {
  padding-top: 3px;
  font-size: 0;
  line-height: 0;
}

.padding5 {
  padding-top: 5px;
  font-size: 0;
  line-height: 0;
}

.padding10 {
  padding-top: 10px;
  font-size: 0;
  line-height: 0;
}

.padding12 {
  padding-top: 12px;
  font-size: 0;
  line-height: 0;
}

.padding15 {
  padding-top: 15px;
  font-size: 0;
  line-height: 0;
}

.padding17 {
  padding-top: 17px;
  font-size: 0;
  line-height: 0;
}

.padding20 {
  padding-top: 20px;
  font-size: 0;
  line-height: 0;
}

.padding25 {
  padding-top: 25px;
  font-size: 0;
  line-height: 0;
}

.padding30 {
  padding-top: 30px;
  font-size: 0;
  line-height: 0;
}

.padding40 {
  padding-top: 40px;
  font-size: 0;
  line-height: 0;
}

.padding50 {
  padding-top: 50px;
  font-size: 0;
  line-height: 0;
}

.padding60 {
  padding-top: 60px;
  font-size: 0;
  line-height: 0;
}

.padding70 {
  padding-top: 70px;
  font-size: 0;
  line-height: 0;
}

.padding80 {
  padding-top: 80px;
  font-size: 0;
  line-height: 0;
}

.padding100 {
  padding-top: 100px;
  font-size: 0;
  line-height: 0;
}

/* Text Alignment
------------------------------------------------------------------------------------------------------------------- */

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

/* Buttons
------------------------------------------------------------------------------------------------------------------- */

.btn.btn-big {
  padding: 12px 80px !important;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
}

.btn-12-19 {
  padding: 12px 19px !important;
}

.btn-7-25 {
  padding: 7px 25px !important;
}

.btn-block.btn-block-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.btn-block.btn-block-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.btn-block.btn-block-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-flat {
  background: #f5f5f5;
  color: #333333;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-flat:hover,
.btn-flat:active,
.btn-flat.active,
.btn-flat.disabled,
.btn-flat[disabled] {
  color: #333333;
  background: #e6e6e6;
  *background: #d9d9d9;
}
.btn-flat:active,
.btn-flat.active {
  background: #cccccc \9;
}

.btn-flat.btn-primary {
  background: #006dcc;
  color: #ffffff;
}

.btn-flat.btn-primary:hover,
.btn-flat.btn-primary:active,
.btn-flat.btn-primary.active,
.btn-flat.btn-primary.disabled,
.btn-flat.btn-primary[disabled] {
  color: #ffffff;
  background: #0044cc;
  *background: #003bb3;
}
.btn-flat.btn-primary:active,
.btn-flat.btn-primary.active {
  background: #003399 \9;
}

.btn-flat.btn-warning {
  background: #faa732;
  color: #ffffff;
}

.btn-flat.btn-warning:hover,
.btn-flat.btn-warning:active,
.btn-flat.btn-warning.active,
.btn-flat.btn-warning.disabled,
.btn-flat.btn-warning[disabled] {
  color: #ffffff;
  background: #f89406;
  *background: #df8505;
}
.btn-flat.btn-warning:active,
.btn-flat.btn-warning.active {
  background: #c67605 \9;
}

.btn-flat.btn-danger {
  background: #da4f49;
  color: #ffffff;
}

.btn-flat.btn-danger:hover,
.btn-flat.btn-danger:active,
.btn-flat.btn-danger.active,
.btn-flat.btn-danger.disabled,
.btn-flat.btn-danger[disabled] {
  color: #ffffff;
  background: #bd362f;
  *background: #a9302a;
}
.btn-flat.btn-danger:active,
.btn-flat.btn-danger.active {
  background: #942a25 \9;
}

.btn-flat.btn-success {
  background: #5bb75b;
  color: #ffffff;
}

.btn-flat.btn-success:hover,
.btn-flat.btn-success:active,
.btn-flat.btn-success.active,
.btn-flat.btn-success.disabled,
.btn-flat.btn-success[disabled] {
  color: #ffffff;
  background: #51a351;
  *background: #499249;
}
.btn-flat.btn-success:active,
.btn-flat.btn-success.active {
  background: #408140 \9;
}

.btn-flat.btn-info {
  background: #49afcd;
  color: #ffffff;
}

.btn-flat.btn-info:hover,
.btn-flat.btn-info:active,
.btn-flat.btn-info.active,
.btn-flat.btn-info.disabled,
.btn-flat.btn-info[disabled] {
  color: #ffffff;
  background: #2f96b4;
  *background: #2a85a0;
}
.btn-flat.btn-info:active,
.btn-flat.btn-info.active {
  background: #24748c \9;
}

.btn-flat.btn-inverse {
  background: #363636;
  color: #ffffff;
}

.btn-flat.btn-inverse:hover,
.btn-flat.btn-inverse:active,
.btn-flat.btn-inverse.active,
.btn-flat.btn-inverse.disabled,
.btn-flat.btn-inverse[disabled] {
  color: #ffffff;
  background: #222222;
  *background: #151515;
}
.btn-flat.btn-inverse:active,
.btn-flat.btn-inverse.active {
  background: #080808 \9;
}

/* Awesome Font
------------------------------------------------------------------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  vertical-align: baseline !important;
  background-image: none !important;
}

i.icon-blue {
  background-image: none !important;
  color: #006dcc;
}

i.icon-red {
  background-image: none !important;
  color: #da4f49;
}

i.icon-yellow {
  background-image: none !important;
  color: #faa732;
}

i.icon-lightblue {
  background-image: none !important;
  color: #3a87ad;
}

i.icon-green {
  background-image: none !important;
  color: #5bb75b;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none !important;
  color: #ffffff;
}

/* Shopping Cart / Shipping Page / Order status
------------------------------------------------------------------------------------------------------------------- */

#mp_cart_page table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#mp_cart_page table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ededed;
}

#mp_cart_page.mp_cart_widget_content table th {
  padding-left: 6px;
  padding-right: 6px;
}

#mp_cart_page table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ededed;
}

#mp_cart_page table th {
  font-weight: bold;
}

#mp_cart_page table thead th {
  vertical-align: bottom;
}
#mp_cart_page table caption + thead tr:first-child th,
#mp_cart_page table caption + tbody tr:first-child th,
#mp_cart_page table caption + tbody tr:first-child td,
#mp_cart_page table colgroup + thead tr:first-child th,
#mp_cart_page table colgroup + tbody tr:first-child th,
#mp_cart_page table colgroup + tbody tr:first-child td,
#mp_cart_page table thead:first-child tr:first-child th,
#mp_cart_page table tbody:first-child tr:first-child th,
#mp_cart_page table tbody:first-child tr:first-child td {
  border-top: 0;
}
#mp_cart_page table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#mp_cart_page table table {
  background-color: #ffffff;
}

#mp_cart_page table thead:first-child tr:first-child > th:first-child,
#mp_cart_page table tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#mp_cart_page table thead:first-child tr:first-child > th:last-child,
#mp_cart_page table tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#mp_cart_page table thead:last-child tr:last-child > th:first-child,
#mp_cart_page table tbody:last-child tr:last-child > td:first-child,
#mp_cart_page table tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#mp_cart_page table thead:last-child tr:last-child > th:last-child,
#mp_cart_page table tbody:last-child tr:last-child > td:last-child,
#mp_cart_page table tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#mp_cart_page table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
#mp_cart_page table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
#mp_cart_page table caption + thead tr:first-child th:first-child,
#mp_cart_page table caption + tbody tr:first-child td:first-child,
#mp_cart_page table colgroup + thead tr:first-child th:first-child,
#mp_cart_page table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#mp_cart_page table caption + thead tr:first-child th:last-child,
#mp_cart_page table caption + tbody tr:first-child td:last-child,
#mp_cart_page table colgroup + thead tr:first-child th:last-child,
#mp_cart_page table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

#mp_cart_page table tbody > tr:nth-child(odd) > td,
#mp_cart_page table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#mp_cart_page table tbody tr:hover td,
#mp_cart_page table tbody tr:hover th {
  background-color: #f5f5f5;
}

#mp_cart_page table textarea {
  width: 97% !important;
}

#mp_cart_page table td.mp_cart_subtotal_lbl,
#mp_cart_page table td.mp_cart_col_updatecart {
  text-align: right;
}

.mp_cart_widget_content a.mp_empty_cart,
.mp_cart_widget_content a.mp_checkout_link,
a.mp_orderstatus_link,
#mp_cart_page .mp_cart_direct_checkout_link,
#mp_cart_page input[type="submit"],
#mp_cart_page table input[type="submit"],
#mp_cart_page a#coupon-link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 12px 19px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.mp_cart_widget_content a.mp_empty_cart:hover,
.mp_cart_widget_content a.mp_checkout_link:hover,
.mp_cart_widget_content a.mp_empty_cart:active,
.mp_cart_widget_content a.mp_checkout_link:active,
a.mp_orderstatus_link:hover,
a.mp_orderstatus_link:active,
#mp_cart_page .mp_cart_direct_checkout_link:hover,
#mp_cart_page .mp_cart_direct_checkout_link:active,
#mp_cart_page input[type="submit"]:hover,
#mp_cart_page input[type="submit"]:active {
  color: #333333;
  background: #e6e6e6;
  *background: #d9d9d9;
}

.mp_cart_widget_content a.mp_empty_cart:active,
.mp_cart_widget_content a.mp_checkout_link:active,
a.mp_orderstatus_link:active,
#mp_cart_page .mp_cart_direct_checkout_link:active,
#mp_cart_page input[type="submit"]:active {
  background: #cccccc \9;
}

.mp_cart_widget_content a.mp_empty_cart,
.mp_cart_widget_content a.mp_checkout_link {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.mp_cart_widget_content a.mp_empty_cart:before {
  content: "\f014";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
}

.mp_cart_widget_content a.mp_checkout_link:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
}

a.mp_orderstatus_link:hover,
#mp_cart_page .mp_cart_direct_checkout_link:hover,
#mp_cart_page input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
a.mp_orderstatus_link:focus,
#mp_cart_page .mp_cart_direct_checkout_link:focus,
#mp_cart_page input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.mp_orderstatus_link:active,
#mp_cart_page .mp_cart_direct_checkout_link:active,
#mp_cart_page input[type="submit"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

#mp_cart_page #coupon-code {
  text-align: left;
}

#mp_cart_page #coupon-code input#coupon_code {
  padding: 12px;
}

a.mp_orderstatus_link,
#mp_cart_page .mp_cart_direct_checkout_link,
#mp_cart_page input#mp_shipping_submit,
#mp_cart_page input#mp_payment_confirm,
#mp_cart_page input[type="submit"],
#mp_cart_page a#coupon-link {
  padding: 12px 19px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#mp_cart_page input.mp_choose_gateway,
#mp_cart_page input.mp_choose_gateway + img {
  margin-left: 10px;
  margin-right: 10px;
}

#mp_cart_page #coupon-code input[type="submit"] {
  vertical-align: top;
}

#mp_cart_page .mp_cart_breadcrumbs span.incomplete.current {
  padding: 10px;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  color: #ffffff;
  background: #222222;
}