/* =============================================================
  OVERRIDE STYLES
============================================================= */

/* Body Background */
body, #navigation {
  background: #E3E2E2 !important;
}

/* Specify the Font Family for the Body */
/*body, h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif !important;}*/
body, h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif !important;}

/*Last .columns classes inside a .product-gallery div will float left */
.product-gallery .row > [class*="product-block"]:last-child {float: left !important;}

/* All .column classes will float left */
[class*="column"] + [class*="column"]:last-child {float: left !important;}

select, select.select {font-size: 80%; cursor: pointer; border-width: 0 0 2px 0; border-color: rgba(0,0,0,.15); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
select:hover, select.select:hover, select:focus, select.select:focus {border-color: rgba(0,0,0,.35);}
.table, table.table {width: 100%;}

.clear {clear: both;}
.float-left {float: left !important;}
.float-right {float: right !important;}

/* Transition for Hover & Focus states */
a, a:hover,.trsn, .trsn:hover, .trsn:focus, input.text, input.text:focus, button.trsn:hover, select.select, select.select:hover, .product-block:hover:after, .product-block:focus:after {text-decoration: none !important; -webkit-transition: all 0.2s linear !important; -moz-transition: all 0.2s linear !important; -ms-transition: all 0.2s linear !important; -o-transition: all 0.2s linear !important; transition: all 0.2s linear !important;}

/* Border radius for text inputs */
input.text {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
textarea:focus, input:focus { outline: 0;}

/* Warning if browser it's outdated */
.browsehappy {font-size: 0.85rem; line-height: 34px; height: 34px; margin: 0; border-bottom: 2px solid #DCC814; background-color: #F4DE16;}

#error-page h1 {color: #999;font-weight: bold;}
.actions {margin-top: 20px !important;}

/* =============================================================
  HEADER
============================================================= */
/*  Top Nav
============================================================= */
#top-nav {
  background: #222222;
}
#top-nav .middle {
  width: auto;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #333333;
}
.top-nav-block {
  height: 2.8125rem;
  border-right: 1px solid #000333;
  border-left: 1px solid #333333;
}
.top-nav-block-anchor {
  font-size: 0.75rem;
  color: #CCCCCC;
}
.top-nav-block-anchor:hover,
.top-nav-block-anchor:focus,
.top-nav-block-anchor.open {
  color: #FFFFFF;
}
.top-nav-block-anchor .anchor-title {
  text-transform: uppercase;
  font-weight: 600;
}

/*  Top Nav Cart */
#top-nav-cart .anchor-title {
  margin-right: 0.5rem;
}
#top-nav-cart span:not(.anchor-title) {
  margin-left: 0.5rem;
}

/*  Top Nav Languages */
#languages-dropdown {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#languages-dropdown.open {
  top: 45px !important;
  left: 0 !important;
}
#languages-dropdown.open:before {
  left: 46%;
}
#languages-dropdown.open:after {
  left: 45.75%;
}
#languages-dropdown li a {
  color: #999999;
  padding: 0.75rem 0.5rem;
  background: #FFFFFF;
}
#languages-dropdown li a:hover,
#languages-dropdown li a:focus {
  color: #222222;
}
#languages-dropdown li a.active {
  color: #222222;
  font-weight: bold;
  background: #F4F4F4;
}

/*  Header Intro
============================================================= */
/* Store Logo */
#store-logo {
  font-size: 3.25rem;
  color: #666666;
  font-weight: 700;
  line-height: 1;
  /*text-shadow: 0px 1px 2px rgba(255,255,255,.5);*/
  margin: 2.25rem 0;
  display: inline-block;
}
#store-logo a {
  color: #666666;
}
#store-logo a:hover,
#store-logo a:focus {
  color: #333333;
}

/* Store Image */
#store-image {
  margin: 1.5rem 0;
}

/*  Navigation
============================================================= */
#navigation {
  padding: 0 0.9375rem;
}
#navigation.fixed {
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
#navigation .top-bar {
  -webkit-box-shadow: 0 3px 0 #DDDDDD;
  -moz-box-shadow: 0 3px 0 #DDDDDD;
  box-shadow: 0 3px 0 #DDDDDD;
  background: #FFFFFF;
  height: auto;
}
#navigation.fixed .top-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-bar-section ul.left {
  max-width: 780px;
}
/* Navigation Links */
#navigation .top-bar li {
  background-color: #FFFFFF;
}
#navigation .top-bar .left li a {
  color: #666666;
  background: #FFFFFF;
}
#navigation .top-bar .left li a:hover,
#navigation .top-bar .left li a:focus,
#navigation .top-bar .left li:hover:not(.has-form) > a {
  background: #F4F4F4;
}
#navigation .top-bar .left li a:after {
  border-color: #999999 transparent transparent transparent;
}
#navigation .top-bar .left li.active > a,
#navigation .top-bar .left li.active > a:hover,
#navigation .top-bar .left li.active > a:focus {
  color: #FFFFFF;
  background: #222222 !important;
}
#navigation .top-bar .dropdown {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
}
#navigation .top-bar .dropdown li a {
  border-top: 1px solid #F4F4F4;
}

/* Search Form */
#navigation .top-bar li.has-form {
  border-left: 1px solid #EEEEEE;
}
#search_mini_form .search {
  height: 45px;
  margin: 0;
  top: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
}
#search_mini_form .search::-webkit-input-placeholder {color: #999999; transition: color 0.5s;}
#search_mini_form .search:-moz-placeholder {color: #999999; transition: color 0.5s;}
#search_mini_form .search::-moz-placeholder {color: #999999; transition: color 0.5s;}
#search_mini_form .search:-ms-input-placeholder {color: #999999; transition: color 0.5s;}
#search_mini_form .search:focus {background: #FFFFFF;}
#search_mini_form .search:focus::-webkit-input-placeholder {color: #222222;}
#search_mini_form .search:focus:-moz-placeholder {color: #222222;}
#search_mini_form .search:focus::-moz-placeholder {color: #222222;}
#search_mini_form .search:focus:-ms-input-placeholder {color: #222222;}
#search_mini_form .submit {
  color: #999999;
  width: 100%;
  height: 45px;
  padding: 0;
  top: 0;
  background: #FFFFFF;
}
#search_mini_form .submit:hover,
#search_mini_form .submit:focus {
  color: #222222;
  background: #FFFFFF;
}



/* =============================================================
  FOOTER
============================================================= */
footer {
  min-height: 300px;
  padding: 2.5rem 0.9375rem 2rem 0.9375rem;
  background-color: #222222;
}
.footer-top,
.footer-bottom {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000000;
}
.footer-bottom,
.footer-copyright {
  padding-top: 2rem;
  border-top: 1px solid #333333;
}
.footer-copyright p {
  font-size: 0.75rem;
  color: #666666;
  margin-bottom: 0;
}
.footer-copyright p a {
  color: #CCCCCC;
}
.footer-copyright p a:hover,
.footer-copyright p a:focus {
  color: #FFFFFF;
  text-decoration: underline !important;
}

/*  Footer Blocks
============================================================= */
.footer-block h6 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.footer-block .store-description,
.footer-block .store-description p {
  font-size: 0.8rem;
  color: #666666;
  margin: 0;
}
.footer-block ul {
  margin-bottom: 0;
}
.footer-block ul li,
.footer-block ul li a {
  font-size: 0.9rem;
  color: #999999;
}
.footer-block ul li a:hover,
.footer-block ul li a:focus {
  color: #FFFFFF;
}

/*  Footer Contact Form
============================================================= */
#contactform-footer .field {
  min-height: 4rem;
}
#contactform-footer .field label {
  display: none;
}
#contactform-footer .field .text {
  font-size: 0.8rem;
  color: #F4F4F4;
  height: 30px;
  margin-bottom: 0;
  padding: 0 0 0.75rem 0;
  border-width: 0 0 1px 0;
  border-color: #333333;
  border-radius: 0;
  box-shadow: none;
  background-color: #222222;
}
#contactform-footer .field textarea.text {
  min-height: 0;
}
#contactform-footer .field .text::-webkit-input-placeholder {color: #666666; transition: color 0.5s;}
#contactform-footer .field .text:-moz-placeholder {color: #666666; transition: color 0.5s;}
#contactform-footer .field .text::-moz-placeholder {color: #666666; transition: color 0.5s;}
#contactform-footer .field .text:-ms-input-placeholder {color: #666666; transition: color 0.5s;}
#contactform-footer .field .text:focus {background: #222222;}
#contactform-footer .field .text:focus::-webkit-input-placeholder {color: #F4F4F4;}
#contactform-footer .field .text:focus:-moz-placeholder {color: #F4F4F4;}
#contactform-footer .field .text:focus::-moz-placeholder {color: #F4F4F4;}
#contactform-footer .field .text:focus:-ms-input-placeholder {color: #F4F4F4;}
#contactform-footer .field .error {
  color: #F04124;
  text-align: right;
  padding: 0.5rem 0 0 0;
  display: none;
  background-color: transparent;
}
#contactform-footer .button {
  color: #999999;
  margin-bottom: 0;
  background: #333333;
}
#contactform-footer .button:hover,
#contactform-footer .button:focus {
  color: #222222;
  background: #EEEEEE;
}

/*  Footer Contact
============================================================= */
#footer-contact a {
  text-decoration: underline !important;
}

/*  Footer Social
============================================================= */
#footer-social ul li {
  margin-right: 0.5rem;
  display: inline-block;
}
#footer-social ul li a {
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #000000;
}
#footer-social ul li a:hover,
#footer-social ul li a:focus {
  color: #222222;
  background-color: #FFFFFF;
}



/* =============================================================
  SIDEBAR MENUS
============================================================= */
#sidebar-left,
#sidebar-right {
  background: #222222;
}
#sidebar-left > ul,
#sidebar-right > ul {
  border-bottom: 1px solid #333333;
}
#sidebar-left ul li label,
#sidebar-right ul li label {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #666666;
}

/*  Sidebar Left
============================================================= *
/* First Level Category */
#sidebar-left .sidebar-category {
  position: relative;
}
#sidebar-left .sidebar-category > a {
  font-size: 0.9rem;
  color: #F4F4F4;
  padding: 0.6rem 0.9375rem;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #000000;
  background-color: #333333;
}
#sidebar-left .sidebar-category > a .fa-angle-down {
  line-height: 2.75rem;
  width: 1rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
}

/* Second Level Category */
#sidebar-left .sidebar-category ul li > a {
  font-size: 0.8rem;
  color: #CCCCCC;
  padding: 0.5rem 0.9375rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #000000;
}

/* Third Level Category */
#sidebar-left .sidebar-category ul ul {
  margin-left: 0;
}
#sidebar-left .sidebar-category ul ul li > a {
  color: #999999;
  padding: 0.5rem 1.875rem;
}

/*  Sidebar Right
============================================================= */
#sidebar-right ul li a {
  font-size: 0.9rem;
  color: #F4F4F4;
  padding: 0.6rem 0.9375rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #000000;
  background-color: #222222;
}



/* =============================================================
  GENERAL ELEMENTS
============================================================= */
.main-section {
  min-height: 500px;
  padding: 2rem 0.9375rem 4rem;
}

/*  Buttons
============================================================= */
.button {
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0,0,0,.25) !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333333;
}
.button:hover,
.button:focus {
  color: #FFFFFF;
  background: #111111;
}
.button.secondary {
  color: #FFFFFF;
  background: #999999;
}
.button.secondary:hover,
.button.secondary:focus {
  background: #666666;
}
.button.small {
  padding-top: 1.1rem;
}
.button.tiny {
  padding-top: 0.8rem;
}

/* Go back link */
.go-back {
  font-size: 0.85rem;
  color: #666666;
  font-style: italic;
  display: block;
}
.go-back:hover,
.go-back:focus {
  color: #222222;
  text-decoration: underline !important;
}

/*  Page Title
============================================================= */
.title {
  font-size: 2.25rem;
  color: #666;
  line-height: 1;
  margin-top: 0;
}

/*  Page Toolbar
============================================================= */
.page-toolbar {
  margin-bottom: 1.75rem;
}
.page-toolbar span {
  font-size: 0.9rem;
  line-height: 37px;
}
.page-toolbar-sort span {
  padding-right: 0.5rem;
  float: right;
}
.page-toolbar-sort .select {
  width: 250px;
  float: right;
}
.page-toolbar-sort .label {
  color: #FFFFFF;
  line-height: 1;
  margin-top: 7px;
  background-color: #333333;
}

/*  Void Warning
============================================================= */
.void-warning .alert-box {
  padding-top: 1.75rem;
  border: none;
  background-color: #F9F9F9;
}
.void-warning .alert-box h2 {
  font-size: 1.75rem;
  color: #666666;
  font-weight: 300;
}
.void-warning .alert-box p a {
  color: #333333;
  font-weight: bold;
}

/*  Product Gallery
============================================================= */
.product-block {
  margin-bottom: 3rem;
  padding-bottom: 0.75rem;
}
.product-block:after {
  width: auto;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  right: 0.9375rem;
  bottom: 0;
  left: 0.9375rem;
  background: #CCCCCC;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -ms-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.product-block-wrapper {
  width: 100%;
}

/* Prouct Block Image */
.product-block-image {
  margin-bottom: 1rem;
}
.product-block-image img {
  background-color: #FFF;
}
.product-block-image span {
  font-size: 0.8rem;
  color: #666666;
  text-align: center;
  width: auto;
  height: 100%;
  padding-top: 5.25rem;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  left: 0.9375rem;
}
.product-block-image span .fa-picture-o {
  font-size: 1.75rem;
  color: #999999;
  margin-bottom: 0.5rem;
}

/* Product Block Description */
.product-block-description {
  font-size: 0.75rem;
  color: #FFF;
  font-weight: 300;
  line-height: 1.5;
  width: auto;
  margin: 0;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0.9375rem;
  bottom: -1px;
  left: 0.9375rem;
  background: rgba(0,0,0,.75);
  z-index: 1;
}

/* Product Block Name, Price, Discounts & Status */
.product-block-name,
.product-block-price,
.product-block-not-available {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.4;
  min-height: 3rem;
  margin: 0;
}
.product-block-price {
  font-weight: 700;
}
.product-block-discount {
  font-size: 0.8rem;
  color: #999999;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  display: block;
}
.product-block-not-available {
  font-size: 0.7rem;
  color: #F04124;
  font-weight: 600;
  line-height: 1.85;
}

/* Hover & Focus States */
.product-block:hover:after,
.product-block:focus:after {
  background-color: #333333;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -ms-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.product-block:hover .product-block-image img,
.product-block:focus .product-block-image img {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

/*  Pagination
============================================================= */
.pager {
  width: 100%;
  margin: 1rem 0 2rem;
  list-style: none;
}
.pager li {
  margin: 0 0.25rem;
  display: inline-block;
}
.pager li a {
  font-size: 0.9rem;
  color: #FFF;
  line-height: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0 0.5rem;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #D2D1D1;
}
.pager li a:hover,
.pager li a:focus,
.pager li.active a {
  color: #222222;
  background-color: #FFFFFF;
}
.pager li.active a {
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}



/* =============================================================
  HOME PAGE
============================================================= */
/*  Home Slideshow
============================================================= */
#home-slideshow {
  margin-bottom: 3rem;
}
#home-slideshow .orbit-container {
  border-width: 5px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}



/* =============================================================
  PRODUCT PAGE
============================================================= */
#product-page .title {
  margin-bottom: 0.5rem;
}
#product-page-left {
  margin-bottom: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
#product-page-right {
  margin-bottom: 2.5rem;
}

/*  Product Without Image
============================================================= */
#product-without-image {
  min-height: 18rem;
}
#product-without-image span {
  font-size: 0.9rem;
  color: #999999;
  margin-top: 7.25rem;
  display: block;
}
#product-without-image span .fa-picture-o {
  font-size: 2rem;
  color: #C2C2C2;
  margin-bottom: 0.5rem;
}

/*  Product Slideshow
============================================================= */
#product-slideshow {
  padding-bottom: 0.9375rem;
}

/*  Product Thumbs
============================================================= */
#product-thumbs {
  border-top: 2px solid #EEEEEE;
}
#product-thumbs .product-image-thumb {
  margin-top: 0.9375rem;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#product-thumbs .product-image-thumb:hover,
#product-thumbs .product-image-thumb:focus,
#product-thumbs .product-image-thumb.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*  Product Form
============================================================= */
.product-form-block-title {
  font-size: 0.75rem;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

/* Product Name, Price & Discount */
#product-name {
  color: #222222;
  margin: 0;
}
#product-price {
  font-size: 1.75rem;
  color: #666666;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D5D5D5;
}
#product-price-discount {
  color: #999999;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}

/* Product Stock & Quantity */
.product-form-stock,
.product-form-qty,
.product-form-discount {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-form-stock,
.product-form-discount {
  border-right: 1px solid #D5D5D5;
}
.product-number {
  font-size: 1.25rem;
  line-height: 2.3125rem;
  display: block;
}
#input-qty {
  text-align: center;
  width: 50px;
  margin-bottom: 0;
  display: inline-block;
}

/* Product Options */
.product-form-options {
  margin-bottom: 1rem;
}
.product-form-options .product-form-block-title {
  padding-top: 1rem;
  border-top: 1px solid #D5D5D5;
}
.product-form-options .select {
  max-width: 250px;
}

/* Product Availability */
.product-form-availability {
  padding-top: 0.9375rem;
  border-top: 1px solid #D5D5D5;
}

/* Product Actions */
.product-form-actions {
  padding-top: 0.9375rem;
  border-top: 1px solid #D5D5D5;
}

/*  Product Page Bottom
============================================================= */
#product-page-bottom-left {
  border-right: 1px solid #D5D5D5;
}
#product-page-bottom h5 {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}
#product-page-bottom p {
  font-size: 0.9rem;
  color: #666666;
}

/* Product Description */
#product-description {
  margin-bottom: 1rem;
  border-bottom: 1px solid #D5D5D5;
}

/* Product Sharing */
#product-sharing .social-networks {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
#product-sharing .social-networks li {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  float: left;
  display: inline-block;
}
#product-sharing .social-networks li .button {
  font-size: 1.1rem !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}
#product-sharing .social-networks li .button:hover,
#product-sharing .social-networks li .button:focus {
  color: #FFFFFF !important;
}

/* Product Social Buttons */
#product-sharing .button.button-facebook {
  background-color: #3B5A9B;
}
#product-sharing .button.button-facebook:hover,
#product-sharing .button.button-facebook:focus {
  background-color: #284070;
}
#product-sharing .button.button-twitter {
  background-color: #03ABEA;
}
#product-sharing .button.button-twitter:hover,
#product-sharing .button.button-twitter:focus {
  background-color: #0298D1;
}
#product-sharing .button.button-google-plus {
  background-color: #C61800;
}
#product-sharing .button.button-google-plus:hover,
#product-sharing .button.button-google-plus:focus {
  background-color: #B11500;
}
#product-sharing .button.button-pinterest {
  background-color: #C92228;
}
#product-sharing .button.button-pinterest:hover,
#product-sharing .button.button-pinterest:focus {
  background-color: #B31E23;
}
#product-sharing .button.button-tumblr {
  background-color: #2C4762;
}
#product-sharing .button.button-tumblr:hover,
#product-sharing .button.button-tumblr:focus {
  background-color: #273F57;
}
#product-sharing .button.button-linkedin {
  background-color: #1B86BC;
}
#product-sharing .button.button-linkedin:hover,
#product-sharing .button.button-linkedin:focus {
  background-color: #187BAD;
}

/* Product Permalink */
#product-permalink .prefix {
  overflow: visible;
}
#product-permalink .text {
  margin-bottom: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

/* Product Details */
#product-details ul {
  margin-bottom: 1rem;
  border-bottom: 1px solid #D5D5D5;
}
#product-details ul li h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}



/* =============================================================
  CART PAGE
============================================================= */
/*  Cart Table
============================================================= */
#cart-table {
  margin-bottom: 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.cart-product-block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #E3E2E2;
}
.cart-product-block.last {
  border-bottom: none;
}

/* Cart Product Image */
.cart-product-image span {
  color: #999999;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #EEEEEE;
}

/* Cart Product Name & Options */
.cart-product-block-name {
  height: 50px;
}
.cart-product-name,
.cart-product-name-options {
  color: #222222;
  font-weight: 600;
  height: 50px;
  display: block;
}
.cart-product-name {
  line-height: 50px;
}
.cart-product-name-options {
  line-height: 1.25;
  padding-top: 5px;
}
.cart-product-name-options small {
  color: #666666;
  font-weight: 400;
  margin-right: 0.25rem;
  padding-right: 0.5rem;
  border-right: 1px solid #CCCCCC;
}
.cart-product-name-options small.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Cart Product Price & Discount */
.cart-product-block-price {
  height: 50px;
}
.cart-product-price,
.cart-product-price-discount {
  font-size: 0.9rem;
  color: #666666;
  font-weight: 600;
  display: block;
}
.cart-product-price {
  line-height: 50px;
}
.cart-product-price-discount {
  line-height: 1.5;
  padding-top: 8px;
}
.cart-product-price-discount small {
  color: #999999;
  text-decoration: line-through !important;
  display: block;
}

/* Cart Product Qty */
.cart-product-block-qty {
  height: 50px;
  padding-top: 7px !important;
}
.cart-product-block-qty span {
  font-size: 0.75rem;
  margin-right: 0.25rem;
  display: inline-block;
}
.cart-product-block-qty .select {
  width: 50px;
  display: inline-block;
  border: 1px solid #EEEEEE;
}

/* Cart Product Remove */
.cart-product-remove-trash {
  color: #999999;
  line-height: 50px;
  height: 50px;
  display: block;
}
.cart-product-remove-trash:hover,
.cart-product-remove-trash:focus {
  color: #222222;
}

/* Cart Product Block States */
.cart-product-block:hover,
.cart-product-block:focus {
  background-color: #333333;
}
.cart-product-block:hover .cart-product-name,
.cart-product-block:focus .cart-product-name,
.cart-product-block:hover .cart-product-name-options,
.cart-product-block:focus .cart-product-name-options,
.cart-product-block:hover .cart-product-price,
.cart-product-block:focus .cart-product-price,
.cart-product-block:hover .cart-product-price-discount,
.cart-product-block:focus .cart-product-price-discount,
.cart-product-block:hover .cart-product-block-qty span,
.cart-product-block:focus .cart-product-block-qty span,
.cart-product-block:hover .cart-product-remove-trash:hover,
.cart-product-block:focus .cart-product-remove-trash:focus {
  color: #FFFFFF;
}
.cart-product-block:hover .cart-product-name-options small,
.cart-product-block:focus .cart-product-name-options small,
.cart-product-block:hover .cart-product-price-discount small,
.cart-product-block:focus .cart-product-price-discount small {
  color: #CCCCCC !important;
}
.cart-product-block:hover .cart-product-price-discount small,
.cart-product-block:focus .cart-product-price-discount small {
  text-decoration: line-through !important;
}

/*  Cart Page Bottom
============================================================= */
#cart-page-bottom h5 {
  font-weight: 600;
}

/* Cart Discount Coupon */
#cart-discount form {
  margin-bottom: 1.5rem;
}
#cart-discount p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

/* Estimage Shipping Costs */
#estimate_shipping {
  margin-bottom: 1.5rem;
}
#estimate_shipping label {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
#estimate_shipping .select {
  margin-bottom: 1rem;
}
#estimates {
  width: 100%;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#estimates dt {
  font-size: 0.85rem;
  width: 70%;
  margin-bottom: 0.75rem;
  float: left;
  display: inline-block;
}
#estimates dt input[type="radio"] {
  margin: 0 0.25rem 0 0;
  float: left;
  display: inline-block;
}
#estimates dt span {
  line-height: 1;
  width: 90%;
  float: left;
  display: inline-block;
}
#estimates dd {
  font-size: 0.85rem;
  line-height: 1;
  text-align: right;
  width: 30%;
  margin-bottom: 0.75rem;
  float: left;
  display: inline-block;
}

/* Cart Totals */
#cart-totals .table {
  margin-bottom: 2rem;
  border: none;
}
#cart-totals .table tfoot,
#cart-totals .table tfoot .totals {
  background: #F9F9F9;
}
#cart-totals .table tfoot .totals {
  border-bottom: 1px solid #EEEEEE;
}
#cart-totals .table tfoot .totals td {
  font-weight: 400;
  padding: 0.625rem;
}
#cart-totals .table tfoot .totals.key {
  border-bottom: none;
  background: #666666;
}
#cart-totals .table tfoot .totals.key td {
  color: #FFFFFF;
}



/* =============================================================
  CHECKOUT PAGE
============================================================= */
/*  Create Account Message
============================================================= */
.create-account-mssg {
  margin-bottom: 2rem;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #C3C2C2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #D8D7D7;
}
.create-account-mssg p {
  margin-bottom: 0;
}
.create-account-mssg p a {
  color: #B72009;
  font-weight: 700;
}
.create-account-mssg p a:hover,
.create-account-mssg p a:focus {
  color: #961606;
}
.loader {border: 4px solid #fff; border-top: 4px solid #999; border-radius: 50%;width: 20px;height: 20px;margin:9px auto 0;left: 0;right: 0;animation: spin 2s linear infinite;position:absolute;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.alert-box.alert {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 3px 0 0 0;
}
/*  Checkout Form Left
============================================================= */
#checkout-form-left {
  padding-top: 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}
#checkout-form-left .legend {
  font-size: 1.5rem;
  padding: 0 0.8rem;
}

/* Checkout Form Left > Rows */
#contacts,
#billing_address {
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #EEEEEE;
}
#shipping_address_same_as_shipping {
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #EEEEEE;
}

/* Checkout Form Fields */
#checkout-form-left .field {
  min-height: 5rem;
  margin-bottom: 0.5rem;
}
#checkout-form-left .field [class*="field"]:last-child {
  float: left;
}
#checkout-form-left .field label {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
#checkout-form-left .field label em {
  color: #F04124;
}
#checkout-form-left .field .text {
  margin-bottom: 0;
}
#checkout-form-left .field .text.invalid {
  border-color: #F04124;
}
#checkout-form-left .select {
  border: 1px solid #EEEEEE;
}
#checkout-form-left .field .error {
  color: #F04124;
  font-style: italic;
  text-align: right;
  padding: 0.25rem 0;
  margin-bottom: 0;
  background: transparent;
}

.field.checkbox-field {
  min-height: initial !important;
  display: block;
}

/* Shipping Address Same as Shipping */
#shipping_address_same_as_shipping {
  min-height: 2.5rem !important;
}
#shipping_address_same_as_shipping .checkbox {
  margin-bottom: 0;
}

/* Additional Information */
#order_other_additional_information {
  font-size: 0.875rem;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 7rem;
  max-height: 10rem;
}

/* Checkout Form Left Required warning */
#checkout-form-left p.required {
  font-size: 0.8rem;
  color: #F04124;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding: 0 0.9375rem;
}

/*  Checkout Form Left
============================================================= */
#checkout-form-right {
  padding-top: 1.25rem;
}
#checkout-form-right .legend {
  font-size: 1.25rem;
  text-transform: uppercase;
}
#payments,
#shipping,
#checkout-form-right .actions {
  padding: 0 0.9375rem;
}

/* Payments & Shipping Options */
#payments_options,
#shipping_options {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
#shipping_options {
  border-bottom: none;
}
#payments_options ul,
#shipping_options ul {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
#payments_options ul li,
#shipping_options ul li {
  width: 100%;
  display: inline-block;
}
#payments_options ul li .radiobox,
#shipping_options ul li .radiobox {
  margin: 0.25rem 0.5rem 0.75rem 0;
  float: left;
}
#payments_options ul li span,
#shipping_options ul li span {
  font-size: 0.9rem;
  color: #222222;
  font-weight: 600;
  width: 90%;
  float: left;
  display: inline-block;
}
.payment_information {
  padding-left: 1.4rem;
}
.payment_information,
.payment_information p,
.shipping_information,
.shipping_information p {
  color: #333333;
  font-size: 0.75rem;
  padding-left: 0.7rem;
  float: left;
}
.payment_information img,
.shipping_information img {
  width: 100%;
}



/* =============================================================
  REVIEW ORDER
============================================================= */
/*  Review Order > Cart Table
============================================================= */
#review-page .cart-product-block-qty {
  line-height: 50px;
  padding-top: 0 !important;
}
#review-page .cart-product-block-qty span {
  font-size: 0.9rem;
}

/*  Review Page Bottom
============================================================= */
#review-page-bottom h5 {
  font-weight: 600;
}
#review-page-bottom .address {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}



/* =============================================================
  SUCCESS PAGE
============================================================= */
/*  Success Info
============================================================= */
.success-info {
  margin-bottom: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}
.success-info h5 {
  font-weight: 600;
  font-size: 1rem;
}
.success-info p {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 0;
}

/* Success Info Top */
.success-info-top {
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #E3E2E2;
}
.success-info-top .success-customer-name {
  font-size: 2rem;
}
.success-info-top .success-order-number {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.success-info-top .success-order-number .label {
  font-size: 1.1rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.25rem;
  padding: 0.6rem 1rem 0.5rem;
  background: #333333;
}
#webpay-failure-reasons li {
  list-style: none;
  margin-bottom: 10px;
}

/* Success Order Shipping & Success Payment Info */
.success-order-shipping,
.success-payment-info {
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #E3E2E2;
}

/* Success Create Customer Password */
.success-create-customer {
  margin-bottom: 1.25rem !important;
  padding-top: 0.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #E3E2E2;
}
.success-create-customer .field {
  width: 50%;
  padding: 0 0.9375rem;
  float: left;
}
.success-create-customer .field .text {
  text-align: center;
}
.success-create-customer form,
.success-create-customer .button {
  margin-bottom: 0;
}

/* =============================================================
  STATIC PAGES
============================================================= */
/*  Static Page Right
============================================================= */
.static-page-right-wrapper {
  padding-top: 1.25rem;
  border-bottom: 3px solid #CCCCCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}

/* Pages Contact Info */
.pages-contact-info {
  margin-bottom: 1rem !important;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #E3E2E2;
}
.pages-contact-info.last {
  padding-bottom: 0;
  border-bottom: none;
}
.pages-contact-info h6 {
  font-size: 0.85rem;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.pages-contact-info p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.pages-contact-info p a {
  color: #B72009;
}
.pages-contact-info p a:hover,
.pages-contact-info p a:focus {
  color: #961606;
  text-decoration: underline !important;
}

/* Contact Social Nets */
#pages-social-nets ul {
  width: 100%;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#pages-social-nets ul li {
  margin: 0 0.5rem;
  display: inline-block;
}
#pages-social-nets ul li a {
  color: #666666;
  display: block;
}
#pages-social-nets ul li a:hover,
#pages-social-nets ul li a:focus {
  color: #111111;
}

/* Pages Information Pages */
#pages-info-pages ul {
  margin-bottom: 0.5rem;
}
#pages-info-pages ul li a {
  font-size: 0.9rem;
  color: #222222;
  font-weight: 600;
}
#pages-info-pages ul li a:hover,
#pages-info-pages ul li a:focus {
  color: #000000;
  text-decoration: underline !important;
}



/* =============================================================
  CONTACT PAGE
============================================================= */
/*  Get In Touch
============================================================= */
#get-in-touch {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}
.get-in-touch-title {
  font-size: 2.25rem;
  color: #222222;
  font-weight: 200;
  line-height: 1;
}
.get-in-touch-text {
  color: #666666;
  margin-bottom: 2.5rem;
}

/* Get In Touch Blocks */
/*.git-block {
  padding-top: 1.5rem;
  border-top: 2px solid #EEEEEE;
}*/
.git-block-icon {
  font-size: 1.1rem;
  color: #999999;
  line-height: 56px;
  width: 60px;
  height: 60px;
  margin-bottom: 1.25rem;
  display: inline-block;
  border: 2px solid #EEEEEE;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.git-block-info {
  font-size: 0.85rem;
  color: #222222;
}
.git-block ul {
  margin: 0;
}
.git-block ul li {
  margin: 0 0.25rem;
  display: inline-block;
}
.git-block ul li a {
  color: #999999;
}
.git-block ul li a:hover,
.git-block ul li a:focus {
  color: #222222;
}

/*  Message Us
============================================================= */
#message-us {
  padding-top: 3rem;
}
.message-us-title {
  font-size: 2.25rem;
  color: #222222;
  font-weight: 200;
  line-height: 1;
}

/* Contact Page > Contact Form */
#contact-page #contactpage .field {
  margin-bottom: 1.5rem;
}
#contact-page #contactpage .field label {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
#contact-page #contactpage .field br {
  display: none;
}
#contact-page #contactpage .field .text {
  margin-bottom: 0;
  border: none;
  background-color: rgba(0,0,0,.05);
}
#contact-page #contactpage .field .text.invalid {
  border: 1px solid #F04124 !important;
}
#contact-page #contactpage .field .error {
  color: #F04124;
  text-align: right;
  margin-bottom: 0;
  background: transparent;
}
#contact-page #contact_message {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 7.5rem !important;
  min-height: 5rem !important;
  max-height: 7.5rem !important;
  margin-bottom: 2.15rem !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#contact-page #contactpage p.required {
  font-size: 0.8rem;
  color: #F04124;
  font-style: italic;
}

/*  Find Us
============================================================= */
#find-us {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255,255,255,.9);
}
.find-us-title {
  font-size: 2.25rem;
  color: #666666;
  font-weight: 200;
  line-height: 1;
}

/* Find Us Map */
.find-us-map {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.find-us-map iframe {
  width: 100% !important;
}



/* =============================================================
  LOGIN PAGE
============================================================= */
/*  Login Form
============================================================= */
#login-page-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
#login-page-form h1 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
#login-page-form .field .text {
  text-align: center;
}
#login-page-form a {
  font-size: 0.75rem;
  color: #999999;
  display:block;
}
#login-page-form a:hover,
#login-page-form a:focus {
  color: #222222;
}
div.notice {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 10px;
}

/*  Login New Customer
============================================================= */
#login-page-new {
	padding: 1rem 2rem;
}
#login-page-new h2 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #CCCCCC;
}
#login-page-new p {
  font-size: 0.9rem;
  color: #666666;
}



/* =============================================================
  CLIENT REGISTRATION
============================================================= */
/*  Registration Title
============================================================= */
#register-page .title small {
  font-size: 45%;
  line-height: 1.5 !important;
  margin-top: 1rem;
  display: block;
}
#register-page #billing_address {
	border-bottom:none;
}
span.error, small.error {
  background: none;
  color: #f04124;
  padding: 0;
}

/*  Registration Form
============================================================= */
#customer_registration {
  padding-top: 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
#customer_registration #contacts {
  padding-bottom: 0.75rem;
}
#customer_registration .legend {
  font-size: 1.5rem;
  font-weight: 300;
}
#customer_registration .field {
  min-height: 4rem;
  margin-bottom: 1rem;
}
#customer_registration [class*="field"]:last-child {
  float: left;
}
#customer_registration .field label {
  font-size: 0.8rem;
  color: #666666;
  letter-spacing: 0.5px;
}
#customer_registration .field .text {
  text-align: center;
  margin-bottom: 0;
}



/* =============================================================
  CLIENT REGISTRATION
============================================================= */
#create-password-wrapper {
  margin-top: 1rem;
  padding-top: 1.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
#create-password-wrapper p {
  font-size: 0.9rem;
  color: #666666;
}
#create-password-wrapper .text {
  text-align: center;
  margin-bottom: 1.5rem;
}
#create-password-wrapper .button {
  margin-bottom: 0.5rem;
}



/* =============================================================
  CUSTOMER PAGE
============================================================= */
/*  Customer Page Title
============================================================= */
#customer-page-title .title {
  margin-bottom: 1rem;
}
#customer-page-title .title small {
  font-size: 50%;
}
#customer-page-title .button {
  margin-bottom: 2rem;
}

/*  Customer Summary
============================================================= */
#customer-page-right {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}

/* Customer Summary Title */
.customer-summary-title {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-color: #333333;
}
.customer-summary-title h4 {
  font-size: 1.15rem;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #F4F4F4;
}

/* Customer Summary Block */
.customer-summary-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 2px solid #E3E2E2;
}
.customer-summary-block.odd {
  background-color: #F9F9F9;
}
.order-date-block .order-date {
  font-size: 0.75rem;
  color: #999999;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  float: left;
}
.order-date-block .label {
  text-transform: uppercase;
  padding-top: 0.45rem;
  float: right;
}
.order-date-block .label.pending-payment {
  color: #333333;
  background: #EFE300;
}
.order-date-block .label.paid {
  background: #5CB85C;
}
.order-date-block .label.abandoned {
  background: #999999;
}
.order-date-block .label.canceled {
  background: #D9534F;
}
.order-date-block hr {
  width: 100%;
  margin: 0.5rem 0;
  float: left;
}
.order-info-block .order-id {
  font-size: 1.25rem;
}
.order-info-block .order-ship {
  font-size: 0.9rem;
  color: #666666;
}
.order-totals .order-total {
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}
.order-totals .order-subtotal {
  color: #666;
  font-style: italic;
  margin-bottom: 0;
}
.shipping-address, .billing-address {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}

p.address {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666666;
}

/* Customer Page Actions */
#customer-page-actions {
  padding: 1rem 0;
  border-top: 2px solid #E3E2E2;
  /* background-color: #E3E2E2; */
}
#customer-page-actions p {
  font-size: 0.9rem;
  color: #888888;
}

/*  Customer Information
============================================================= */
#customer-information h5 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.customer-info {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
.customer-info p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.customer-contact p {
  font-size: 0.9rem;
}
#customer-information .btn-add {
  background: #999;
  margin-left: 10px;
  margin-bottom: 5px;
}
#customer-information .btn-add:hover{
  background: #777;
}
a.btn-edit {
  color: #999;
  font-size: 0.9em;
  margin: 5px 2px;
  padding: 2px 6px;
  border: 1px solid #999;
  display: inline-block;
}
a.btn-edit:hover {
  background: #eee;
}
.success {
  text-align: center;
  font-style: italic;
}


/* =============================================================
  MEDIA QUERIES
============================================================= */
/*  Specifications for Small Screens
============================================================= */
/* max-width 640px */
@media only screen and (max-width: 40em) {

  /* Search Form */
  #navigation .top-bar .right {width: 100%; float: none !important;}
  #navigation .top-bar .right .has-form {width: 100%; padding: 0 0.9375rem;}
  #navigation .top-bar .right .has-form .large-10 {width: 83.33333%;}
  #navigation .top-bar .right .has-form .large-2 {width: 16.66667%;}

  /* Product Gallery */
  .product-block {width: 50%;}

  /* Cart Page */
  .cart-product-block-image,
  .cart-product-block-info {text-align: center; width: 100%;}
  .cart-product-block-price,
  .cart-product-block-qty {text-align: center !important; width: 50%;}
  .cart-product-remove-trash {line-height: 1; height: auto; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #EEEEEE;}
  .cart-product-remove-trash span {font-size: 0.75rem; text-transform: uppercase; display: inline-block !important;}
  #coupon_form, #estimate_shipping {border-bottom: 1px solid #CCCCCC;}

  /* Footer */
  .footer-block .store-description, .footer-block .store-description p {padding-bottom: 2rem; border-bottom: 1px solid #000000;}
  #footer-form h6 {margin-top: 0; padding-top: 1.5rem; border-top: 1px solid #333333;}
  #footer-contact, #footer-address, #footer-social {text-align: center;}
  #footer-contact ul, #footer-address ul {padding-bottom: 2rem; border-bottom: 1px solid #000000;}
  #footer-address h6, #footer-social h6 {margin-top: 0; padding-top: 2rem; border-top: 1px solid #333333;}

}

/* max-width 480px */
@media only screen and (max-width: 30em) {

  /* Product Gallery */
  .product-block {width: 100%;}

}

/* max-width 320px */
@media only screen and (max-width: 20em) {

  /* Product Gallery */
  .product-block {width: 100%;}

}

/*  Specifications for Medium Screens
============================================================= */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

  /* Search Form */
  #navigation .top-bar .right {width: 100%; float: none !important;}
  #navigation .top-bar .right .has-form {width: 100%;}
  #navigation .top-bar .right .has-form .large-10 {width: 83.33333%;}
  #navigation .top-bar .right .has-form .large-2 {width: 16.66667%;}

  /* Product Page */
  #product-page-right {padding-right: 0;}
  #product-details {border-right: 1px solid #D5D5D5;}
  #product-details ul {margin-bottom: 0 !important; border-bottom: none !important;}

}

/*  Specifications for Large Screens
============================================================= */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {

  /* Top Nav */
  #top-nav .middle {width: 100%; max-width: 62.5rem; padding: 0; position: relative; right: 0; left: 0;}

  /* Main Section */
  .main-section {padding-right: 0; padding-left: 0;}

  /* Product Page */
  #product-page-right {padding-right: 0;}
  #product-description {margin-bottom: 0 !important; padding-bottom: 0 !important; border: none !important;}

  /* Review Order */
  #review-page-bottom .address {margin-bottom: 0 !important; border-bottom: none !important;}

  /* Footer */
  footer {padding-right: 0; padding-left: 0;}
  .footer-copyright-left {text-align: left !important;}
  .footer-copyright-right {text-align: right !important;}
}
