tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -52px;
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline!important;
  font-weight: 400!important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

.window-overlay {
  background: url(../../images/window_overlay.png);
  background: rgba(0,0,0,.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: 700 12px/19px Arial,Helvetica,sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.cart-msrp-totals {
  color: red;
  font-size: 12px!important;
  font-weight: 700;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(../../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}

.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.42857;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:focus {
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.block-banner .block-content img,
.category-image img,
.img-responsive,
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cecece;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

body,
html {
  overflow-x: hidden;
}

body.page-popup,
html.page-popup {
  overflow-x: auto;
}

@media (min-width:992px) {
  html {
    position: relative;
    min-height: 100%;
  }

  body {
    margin: 0 0 371px;
  }

  .footer-section {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
  }
}

@media (min-width:992px) {
  body {
    margin-bottom: 393px;
  }

  .footer-section {
    height: 393px;
  }
}

@media (min-width:1200px) {
  body {
    margin-bottom: 371px;
  }

  .footer-section {
    height: 371px;
  }
}

.page-popup {
  padding: 30px;
}

.layout {
  margin-left: -15px;
  margin-right: -15px;
}

.layout:after,
.layout:before {
  content: " ";
  display: table;
}

.layout:after {
  clear: both;
}

.layout.layout-1-col div[role=main],
.layout.layout-1-col main[role=main],
.layout.layout-3-cols div[role=main] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .layout.layout-1-col div[role=main],
  .layout.layout-1-col main[role=main] {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .layout.layout-3-cols div[role=main] {
    float: left;
    width: 50%;
  }
}

div[role=main],
main[role=main] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 65px;
}

@media (min-width:992px) {
  div[role=main],
  main[role=main] {
    float: left;
    width: 75%;
  }
}

aside[role=complementary] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

@media (min-width:992px) {
  aside[role=complementary] {
    float: left;
    width: 25%;
  }
}

@media (min-width:768px) {
  aside[role=complementary] {
    margin-bottom: 65px;
  }
}

@media (min-width:992px) {
  aside[role=complementary] {
    display: block;
  }
}

.catalog-category-view aside[role=complementary] {
  display: none;
}

@media (min-width:992px) {
  .catalog-category-view aside[role=complementary] {
    display: block;
  }
}

footer[role=contentinfo] {
  margin-bottom: 20px;
}

footer[role=contentinfo]:after,
footer[role=contentinfo]:before {
  content: " ";
  display: table;
}

footer[role=contentinfo]:after {
  clear: both;
}

footer[role=contentinfo] .links li,
footer[role=contentinfo]>ul>li {
  display: inline;
}

footer[role=contentinfo] .bugs,
footer[role=contentinfo] .links,
footer[role=contentinfo] address,
footer[role=contentinfo]>ul {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  footer[role=contentinfo] .bugs,
  footer[role=contentinfo] .links,
  footer[role=contentinfo] address,
  footer[role=contentinfo]>ul {
    width: 50%;
  }

  footer[role=contentinfo] .bugs,
  footer[role=contentinfo]>ul {
    float: left;
  }

  footer[role=contentinfo] .links,
  footer[role=contentinfo] address {
    float: right;
    text-align: right;
  }
}

.customerinvoicing-index-pay,
.customerinvoicing-index-pay aside[role=complementary] {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #bc0f2c;
}

a.text-primary:hover {
  color: #8d0b23;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542b;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245369;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66502c;
}

.text-danger {
  color: #bc0f2c;
}

a.text-danger:hover {
  color: #8d0b23;
}

.bg-primary {
  color: #fff;
  background-color: #bc0f2c;
}

a.bg-primary:hover {
  background-color: #8d0b23;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afdaee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header,
.page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:after,
  .dl-horizontal dd:before {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

blockquote:after,
blockquote:before {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

body {
  font-family: canada-type-gibson,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #202020;
}

@media (min-width:992px) {
  body {
    font-size: 17px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.h1,
h1 {
  font-size: 1.941em;
  font-weight: 600;
  margin-bottom: 30px;
}

.h2,
h2 {
  font-size: 1.412em;
  font-weight: 600;
  color: #bc0f2c;
}

.h3,
h3 {
  font-size: 1.176em;
  font-weight: 400;
  color: #2f7473;
  margin-bottom: 3px;
}

.h4,
h4 {
  font-size: 17px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

ol,
p,
ul {
  margin-bottom: 17px;
}

p+ol,
p+ul {
  margin-top: -9px;
}

ol,
ul {
  padding-left: 20px;
}

a {
  color: #bc0f2c;
}

a:active,
a:active:focus,
a:focus,
a:hover {
  color: #8d0b23;
}

a,
a:focus,
button,
button:focus {
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

hr {
  border-top-color: #cecece;
}

hr:after,
hr:before {
  content: " ";
  display: table;
}

hr:after {
  clear: both;
}

.a-right {
  float: right;
}

.a-left {
  float: left;
}

img.a-left,
img.a-right {
  max-width: 40%;
  height: auto;
}

img.a-right {
  margin-left: 25px;
}

img.a-left {
  margin-right: 25px;
}

table .a-left,
table .a-right {
  float: none;
}

.serif-font {
  font-family: adelle,serif;
}

.red {
  color: #bc0f2c;
}

.teal {
  color: #2f7473;
}

.callout-text {
  font-family: adelle,serif;
  font-size: 1.059em;
  line-height: 1.5em;
}

.callout-text strong {
  font-weight: 700;
}

.quick-facts-list {
  list-style-type: none;
  background-color: #e7e6e6;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.quick-facts-list :first-child:before {
  content: "Quick Facts";
  font-weight: 600;
  display: block;
  font-size: 1.176em;
  line-height: 1em;
  background-color: #2f7473;
  margin: -21px -15px 10px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px 4px 0 0;
}

.quick-facts-list li {
  border-bottom: 1px solid #202020;
  line-height: 1.176em;
  padding: 7px 0;
}

.quick-facts-list li:last-child {
  border-bottom: none;
}

@media (min-width:992px) and (max-width:1200px) {
  .quick-facts-list {
    font-size: .9em;
  }

  .quick-facts-list li {
    padding: 4px 0;
  }
}

.author-info-list {
  list-style-type: none;
  background-color: #e7e6e6;
  padding: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
}

.author-info-list li {
  margin-bottom: 8px;
}

.author-info-list>:first-child:before {
  content: "More About the Author";
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 1.176em;
  color: #bc0f2c;
}

.author-info-list .btn,
.author-info-list .btn-black,
.author-info-list .btn-cart,
.author-info-list .btn-checkout,
.author-info-list .btn-darkgray,
.author-info-list .btn-primary,
.author-info-list .btn-red,
.author-info-list .btn-redgrad,
.author-info-list .button,
.author-info-list .my-wishlist .btn-add,
.my-wishlist .author-info-list .btn-add {
  display: block;
  text-align: center;
  color: #fff;
}

@media (max-width:992px) {
  .author-info-list .btn,
  .author-info-list .btn-black {
    max-width: 40%;
  }
}

.author-info-list a {
  color: #202020;
}

.title-list {
  list-style-type: none;
  padding-left: 0;
}

.title-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}

.title-list li:after,
.title-list li:before {
  content: " ";
  display: table;
}

.title-list li:after {
  clear: both;
}

.title-list li>img {
  float: left;
  width: 12%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

.title-list li .title {
  font-size: 1.412em;
  font-weight: 600;
  color: #bc0f2c;
  margin-bottom: 10px;
  display: block;
}

.title-list li:last-child {
  border-bottom: none;
}

.title-list-table {
  margin-bottom: 17px;
}

.title-list-table tr>td {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  vertical-align: top;
}

.title-list-table tr>td:first-child {
  width: 14%;
  padding-right: 20px;
}

.title-list-table tr>td:first-child>img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
  box-shadow: 0 0 5px rgba(0,0,0,.6);
}

.title-list-table tr>td:last-child {
  width: 86%;
}

.title-list-table tr>td .title {
  font-size: 1.412em;
  font-weight: 600;
  color: #bc0f2c;
  margin-bottom: 10px;
}

.title-list-table tr>td>p:last-child {
  margin-bottom: 0;
}

.title-list-table tr:last-child>td {
  border-bottom: none;
}

.page-header,
.page-title {
  border: none;
}

.page-title {
  margin-top: 0;
}

.page-title:after,
.page-title:before {
  content: " ";
  display: table;
}

.page-title:after {
  clear: both;
}

.page-title h1 {
  margin-bottom: 0;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.page-title.category-title {
  margin-bottom: 11px;
}

.page-title.category-title h1 {
  text-align: center;
  color: #bc0f2c;
  font-size: 2em;
  margin-bottom: 5px;
}

@media (min-width:768px) {
  .page-title.category-title h1 {
    font-size: 2.588em;
  }
}

.title-buttons {
  text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.sub-title,
.subtitle {
  color: #999;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.col2-set,
.col4-set {
  margin-left: -15px;
  margin-right: -15px;
}

.col2-set:after,
.col2-set:before,
.col4-set:after,
.col4-set:before {
  content: " ";
  display: table;
}

.col2-set:after,
.col4-set:after {
  clear: both;
}

.col2-set>.legend {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

.col2-set .col-1,
.col2-set .col-2,
.col2-set .col-narrow,
.col2-set .col-wide,
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3,
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}

@media (min-width:768px) {
  .col2-set .col-narrow {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:768px) {
  .col2-set .col-wide {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width:768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.availability-only-details,
.cart .totals table,
.data-table,
.table,
.table-bordered,
.table-striped {
  width: 100%;
  margin-bottom: 20px;
}

.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 5px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #cecece;
}

.cart .totals .table>thead>tr>table,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>th {
  vertical-align: bottom;
}

.cart .totals .table>caption+thead>tr:first-child>table,
.cart .totals .table>colgroup+thead>tr:first-child>table,
.cart .totals .table>thead:first-child>tr:first-child>table,
.table>caption+thead>tr:first-child>.availability-only-details,
.table>caption+thead>tr:first-child>.cart .totals table,
.table>caption+thead>tr:first-child>.data-table,
.table>caption+thead>tr:first-child>.table-bordered,
.table>caption+thead>tr:first-child>.table-striped,
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>.availability-only-details,
.table>colgroup+thead>tr:first-child>.cart .totals table,
.table>colgroup+thead>tr:first-child>.data-table,
.table>colgroup+thead>tr:first-child>.table-bordered,
.table>colgroup+thead>tr:first-child>.table-striped,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>.availability-only-details,
.table>thead:first-child>tr:first-child>.cart .totals table,
.table>thead:first-child>tr:first-child>.data-table,
.table>thead:first-child>tr:first-child>.table-bordered,
.table>thead:first-child>tr:first-child>.table-striped,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.cart .totals .table>tbody+table,
.table>tbody+.availability-only-details,
.table>tbody+.cart .totals table,
.table>tbody+.data-table,
.table>tbody+.table-bordered,
.table>tbody+.table-striped,
.table>tbody+tbody {
  border-top: 2px solid #cecece;
}

.cart .totals .table table,
.table .availability-only-details,
.table .cart .totals table,
.table .data-table,
.table .table,
.table .table-bordered,
.table .table-striped {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 3px;
}

.availability-only-details,
.table-bordered,
.table-bordered>tbody>tr>.availability-only-details,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>.availability-only-details,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>.availability-only-details,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #cecece;
}

.table-bordered>thead>tr>.availability-only-details,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>.data-table,
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f8f7f7;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.cart .totals .table>tbody>tr.active>table,
.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr.active>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr.active>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr.active>.availability-only-details,
.table>tbody>tr.active>.cart .totals table,
.table>tbody>tr.active>.data-table,
.table>tbody>tr.active>.table-bordered,
.table>tbody>tr.active>.table-striped,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>.availability-only-details,
.table>tfoot>tr.active>.cart .totals table,
.table>tfoot>tr.active>.data-table,
.table>tfoot>tr.active>.table-bordered,
.table>tfoot>tr.active>.table-striped,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>.availability-only-details,
.table>thead>tr.active>.cart .totals table,
.table>thead>tr.active>.data-table,
.table>thead>tr.active>.table-bordered,
.table>thead>tr.active>.table-striped,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.cart .totals .table>tbody>tr.success>table,
.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr.success>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr.success>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr.success>.availability-only-details,
.table>tbody>tr.success>.cart .totals table,
.table>tbody>tr.success>.data-table,
.table>tbody>tr.success>.table-bordered,
.table>tbody>tr.success>.table-striped,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>.availability-only-details,
.table>tfoot>tr.success>.cart .totals table,
.table>tfoot>tr.success>.data-table,
.table>tfoot>tr.success>.table-bordered,
.table>tfoot>tr.success>.table-striped,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>.availability-only-details,
.table>thead>tr.success>.cart .totals table,
.table>thead>tr.success>.data-table,
.table>thead>tr.success>.table-bordered,
.table>thead>tr.success>.table-striped,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.cart .totals .table>tbody>tr.info>table,
.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr.info>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr.info>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr.info>.availability-only-details,
.table>tbody>tr.info>.cart .totals table,
.table>tbody>tr.info>.data-table,
.table>tbody>tr.info>.table-bordered,
.table>tbody>tr.info>.table-striped,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>.availability-only-details,
.table>tfoot>tr.info>.cart .totals table,
.table>tfoot>tr.info>.data-table,
.table>tfoot>tr.info>.table-bordered,
.table>tfoot>tr.info>.table-striped,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>.availability-only-details,
.table>thead>tr.info>.cart .totals table,
.table>thead>tr.info>.data-table,
.table>thead>tr.info>.table-bordered,
.table>thead>tr.info>.table-striped,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e4f3;
}

.cart .totals .table>tbody>tr.warning>table,
.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr.warning>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr.warning>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr.warning>.availability-only-details,
.table>tbody>tr.warning>.cart .totals table,
.table>tbody>tr.warning>.data-table,
.table>tbody>tr.warning>.table-bordered,
.table>tbody>tr.warning>.table-striped,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>.availability-only-details,
.table>tfoot>tr.warning>.cart .totals table,
.table>tfoot>tr.warning>.data-table,
.table>tfoot>tr.warning>.table-bordered,
.table>tfoot>tr.warning>.table-striped,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>.availability-only-details,
.table>thead>tr.warning>.cart .totals table,
.table>thead>tr.warning>.data-table,
.table>thead>tr.warning>.table-bordered,
.table>thead>tr.warning>.table-striped,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.cart .totals .table>tbody>tr.danger>table,
.cart .totals .table>tbody>tr>table,
.cart .totals .table>tfoot>tr.danger>table,
.cart .totals .table>tfoot>tr>table,
.cart .totals .table>thead>tr.danger>table,
.cart .totals .table>thead>tr>table,
.table>tbody>tr.danger>.availability-only-details,
.table>tbody>tr.danger>.cart .totals table,
.table>tbody>tr.danger>.data-table,
.table>tbody>tr.danger>.table-bordered,
.table>tbody>tr.danger>.table-striped,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>.availability-only-details,
.table>tbody>tr>.cart .totals table,
.table>tbody>tr>.data-table,
.table>tbody>tr>.table-bordered,
.table>tbody>tr>.table-striped,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>.availability-only-details,
.table>tfoot>tr.danger>.cart .totals table,
.table>tfoot>tr.danger>.data-table,
.table>tfoot>tr.danger>.table-bordered,
.table>tfoot>tr.danger>.table-striped,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>.availability-only-details,
.table>tfoot>tr>.cart .totals table,
.table>tfoot>tr>.data-table,
.table>tfoot>tr>.table-bordered,
.table>tfoot>tr>.table-striped,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>.availability-only-details,
.table>thead>tr.danger>.cart .totals table,
.table>thead>tr.danger>.data-table,
.table>thead>tr.danger>.table-bordered,
.table>thead>tr.danger>.table-striped,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

@media (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cecece;
    -webkit-overflow-scrolling: touch;
  }

  .cart .totals .table-responsive>table,
  .table-responsive>.availability-only-details,
  .table-responsive>.cart .totals table,
  .table-responsive>.data-table,
  .table-responsive>.table,
  .table-responsive>.table-bordered,
  .table-responsive>.table-striped {
    margin-bottom: 0;
  }

  .cart .totals .table-responsive>.table>tbody>tr>table,
  .cart .totals .table-responsive>.table>tfoot>tr>table,
  .cart .totals .table-responsive>.table>thead>tr>table,
  .table-responsive>.table>tbody>tr>.availability-only-details,
  .table-responsive>.table>tbody>tr>.cart .totals table,
  .table-responsive>.table>tbody>tr>.data-table,
  .table-responsive>.table>tbody>tr>.table-bordered,
  .table-responsive>.table>tbody>tr>.table-striped,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>.availability-only-details,
  .table-responsive>.table>tfoot>tr>.cart .totals table,
  .table-responsive>.table>tfoot>tr>.data-table,
  .table-responsive>.table>tfoot>tr>.table-bordered,
  .table-responsive>.table>tfoot>tr>.table-striped,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>.availability-only-details,
  .table-responsive>.table>thead>tr>.cart .totals table,
  .table-responsive>.table>thead>tr>.data-table,
  .table-responsive>.table>thead>tr>.table-bordered,
  .table-responsive>.table>thead>tr>.table-striped,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.availability-only-details,
  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>.availability-only-details,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>.availability-only-details,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>.availability-only-details,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>.availability-only-details,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>.availability-only-details,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>.availability-only-details,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>.availability-only-details,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>.availability-only-details,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

table.vertical-align td {
  vertical-align: middle!important;
}

.availability-only-details,
.cart .totals table,
.data-table,
.table,
.table-bordered,
.table-striped {
  font-size: .941em;
}

.cart .totals .table>thead>tr>table,
.table>thead>tr>.availability-only-details,
.table>thead>tr>.cart .totals table,
.table>thead>tr>.data-table,
.table>thead>tr>.table-bordered,
.table>thead>tr>.table-striped,
.table>thead>tr>th {
  border-bottom: none;
}

th {
  font-weight: 600;
  color: #bc0f2c;
  padding: 4px 4px 10px;
  line-height: 1.1em;
}

.data-table thead {
  border-bottom: 1px solid #cecece;
}

.data-table td {
  padding: 4px;
}

.data-table>tbody>tr:nth-child(even)>td {
  background-color: #f1f0f0;
}

.grouped-items-table td,
.map-results td {
  background-color: #f8f7f7;
}

.grouped-items-table thead>tr>th,
.map-results thead>tr>th {
  background: #2f7473;
  background: -webkit-linear-gradient(top,#2f7473 0,#225756 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#2f7473),to(#225756));
  background: linear-gradient(to bottom,#2f7473 0,#225756 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F7473', endColorstr='#FF225756', GradientType=0);
  color: #fff;
  font-family: adelle,serif;
  font-weight: 300;
  font-size: .938em;
}

.grouped-items-table thead>tr>th:first-child,
.map-results thead>tr>th:first-child {
  border-radius: 4px 0 0;
}

.grouped-items-table thead>tr>th:last-child,
.map-results thead>tr>th:last-child {
  border-radius: 0 4px 0 0;
}

.map-results tbody>tr:last-child>td:first-child {
  border-radius: 0 0 0 4px;
}

.map-results tbody>tr:last-child>td:last-child {
  border-radius: 0 0 4px;
}

.grouped-items-table {
  font-size: .941em;
  margin-bottom: 0;
}

.grouped-items-table td p:last-child,
.grouped-items-table td ul:last-child {
  margin-bottom: 0;
}

#my-orders-table thead,
[id^=my-invoice-table] thead {
  border-bottom: 1px solid #cecece;
}

#my-orders-table tbody td,
[id^=my-invoice-table] tbody td {
  border-top: none;
}

#my-orders-table tbody .border,
[id^=my-invoice-table] tbody .border {
  border-bottom: 1px solid #cecece;
}

table .product-name {
  font-size: 1em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control,
.form-language select,
.form-list select,
.form-list textarea,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus,
.form-language select:focus,
.form-list select:focus,
.form-list textarea:focus,
.input-text:focus,
.multiple-checkout .data-table select:focus,
.my-wishlist textarea:focus,
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus,
select#agency_country:focus,
select#billing_country:focus,
select#country:focus,
select#district_country:focus,
select#physical_country:focus,
select#region_id:focus,
select#school_district_country:focus,
select#school_physical_country:focus,
select#shipping_country:focus,
select#venue_country:focus {
  border-color: #368685;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(54,134,132,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(54,134,132,.6);
}

.form-control::-moz-placeholder,
.form-language select::-moz-placeholder,
.form-list select::-moz-placeholder,
.form-list textarea::-moz-placeholder,
.input-text::-moz-placeholder,
.multiple-checkout .data-table select::-moz-placeholder,
.my-wishlist textarea::-moz-placeholder,
.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder,
select#agency_country::-moz-placeholder,
select#billing_country::-moz-placeholder,
select#country::-moz-placeholder,
select#district_country::-moz-placeholder,
select#physical_country::-moz-placeholder,
select#region_id::-moz-placeholder,
select#school_district_country::-moz-placeholder,
select#school_physical_country::-moz-placeholder,
select#shipping_country::-moz-placeholder,
select#venue_country::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-language select:-ms-input-placeholder,
.form-list select:-ms-input-placeholder,
.form-list textarea:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.multiple-checkout .data-table select:-ms-input-placeholder,
.my-wishlist textarea:-ms-input-placeholder,
.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder,
select#agency_country:-ms-input-placeholder,
select#billing_country:-ms-input-placeholder,
select#country:-ms-input-placeholder,
select#district_country:-ms-input-placeholder,
select#physical_country:-ms-input-placeholder,
select#region_id:-ms-input-placeholder,
select#school_district_country:-ms-input-placeholder,
select#school_physical_country:-ms-input-placeholder,
select#shipping_country:-ms-input-placeholder,
select#venue_country:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder,
.form-language select::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder,
.form-list textarea::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.multiple-checkout .data-table select::-webkit-input-placeholder,
.my-wishlist textarea::-webkit-input-placeholder,
.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder,
select#agency_country::-webkit-input-placeholder,
select#billing_country::-webkit-input-placeholder,
select#country::-webkit-input-placeholder,
select#district_country::-webkit-input-placeholder,
select#physical_country::-webkit-input-placeholder,
select#region_id::-webkit-input-placeholder,
select#school_district_country::-webkit-input-placeholder,
select#school_physical_country::-webkit-input-placeholder,
select#shipping_country::-webkit-input-placeholder,
select#venue_country::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
.form-language fieldset[disabled] select,
.form-language select[disabled],
.form-language select[readonly],
.form-list fieldset[disabled] select,
.form-list fieldset[disabled] textarea,
.form-list select[disabled],
.form-list select[readonly],
.form-list textarea[disabled],
.form-list textarea[readonly],
.multiple-checkout .data-table fieldset[disabled] select,
.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
.my-wishlist fieldset[disabled] textarea,
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
.product-options dd [disabled].input-text,
.product-options dd [readonly].input-text,
.product-options dd fieldset[disabled] .input-text,
.product-options dd fieldset[disabled] select,
.product-options dd fieldset[disabled] textarea,
.product-options dd select[disabled],
.product-options dd select[readonly],
.product-options dd textarea[disabled],
.product-options dd textarea[readonly],
[disabled].input-text,
[readonly].input-text,
fieldset[disabled] .form-control,
fieldset[disabled] .form-language select,
fieldset[disabled] .form-list select,
fieldset[disabled] .form-list textarea,
fieldset[disabled] .input-text,
fieldset[disabled] .multiple-checkout .data-table select,
fieldset[disabled] .my-wishlist textarea,
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea,
fieldset[disabled] select#agency_country,
fieldset[disabled] select#billing_country,
fieldset[disabled] select#country,
fieldset[disabled] select#district_country,
fieldset[disabled] select#physical_country,
fieldset[disabled] select#region_id,
fieldset[disabled] select#school_district_country,
fieldset[disabled] select#school_physical_country,
fieldset[disabled] select#shipping_country,
fieldset[disabled] select#venue_country,
select[disabled]#agency_country,
select[disabled]#billing_country,
select[disabled]#country,
select[disabled]#district_country,
select[disabled]#physical_country,
select[disabled]#region_id,
select[disabled]#school_district_country,
select[disabled]#school_physical_country,
select[disabled]#shipping_country,
select[disabled]#venue_country,
select[readonly]#agency_country,
select[readonly]#billing_country,
select[readonly]#country,
select[readonly]#district_country,
select[readonly]#physical_country,
select[readonly]#region_id,
select[readonly]#school_district_country,
select[readonly]#school_physical_country,
select[readonly]#shipping_country,
select[readonly]#venue_country {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-list textarea,
.my-wishlist textarea,
.product-options dd textarea,
.product-options dd textarea.input-text,
textarea.form-control,
textarea.input-text {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group,
.form-list li {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.checkbox label,
.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}

.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-primary,
.btn-red,
.btn-redgrad,
.button,
.cart-table .qty,
.form-language select,
.form-list select,
.form-list textarea,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist .btn-add,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.cart-table select.qty,
.form-language select,
.form-list select,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.multiple-checkout .data-table select,
.my-wishlist select.btn-add,
.product-options dd select,
.product-options dd select.input-text,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country,
select.btn-black,
select.btn-cart,
select.btn-checkout,
select.btn-darkgray,
select.btn-primary,
select.btn-red,
select.btn-redgrad,
select.button,
select.input-sm,
select.input-text {
  height: 30px;
  line-height: 30px;
}

.cart-table select[multiple].qty,
.cart-table textarea.qty,
.form-language select[multiple],
.form-list select[multiple],
.form-list textarea,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.multiple-checkout .data-table select[multiple],
.my-wishlist select[multiple].btn-add,
.my-wishlist textarea,
.my-wishlist textarea.btn-add,
.product-options dd select[multiple],
.product-options dd select[multiple].input-text,
.product-options dd textarea,
.product-options dd textarea.input-text,
select[multiple]#agency_country,
select[multiple]#billing_country,
select[multiple]#country,
select[multiple]#district_country,
select[multiple]#physical_country,
select[multiple]#region_id,
select[multiple]#school_district_country,
select[multiple]#school_physical_country,
select[multiple]#shipping_country,
select[multiple]#venue_country,
select[multiple].btn-black,
select[multiple].btn-cart,
select[multiple].btn-checkout,
select[multiple].btn-darkgray,
select[multiple].btn-primary,
select[multiple].btn-red,
select[multiple].btn-redgrad,
select[multiple].button,
select[multiple].input-sm,
select[multiple].input-text,
textarea.btn-black,
textarea.btn-cart,
textarea.btn-checkout,
textarea.btn-darkgray,
textarea.btn-primary,
textarea.btn-red,
textarea.btn-redgrad,
textarea.button,
textarea.input-sm,
textarea.input-text {
  height: auto;
}

.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-primary,
.btn-red,
.btn-redgrad,
.button,
.form-language select,
.form-list select,
.form-list textarea,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist .btn-add,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-language select,
.form-list select,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.multiple-checkout .data-table select,
.my-wishlist select.btn-add,
.product-options dd select,
.product-options dd select.input-text,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country,
select.btn-black,
select.btn-cart,
select.btn-checkout,
select.btn-darkgray,
select.btn-primary,
select.btn-red,
select.btn-redgrad,
select.button,
select.input-lg,
select.input-text {
  height: 46px;
  line-height: 46px;
}

.form-language select[multiple],
.form-list select[multiple],
.form-list textarea,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.multiple-checkout .data-table select[multiple],
.my-wishlist select[multiple].btn-add,
.my-wishlist textarea,
.my-wishlist textarea.btn-add,
.product-options dd select[multiple],
.product-options dd select[multiple].input-text,
.product-options dd textarea,
.product-options dd textarea.input-text,
select[multiple]#agency_country,
select[multiple]#billing_country,
select[multiple]#country,
select[multiple]#district_country,
select[multiple]#physical_country,
select[multiple]#region_id,
select[multiple]#school_district_country,
select[multiple]#school_physical_country,
select[multiple]#shipping_country,
select[multiple]#venue_country,
select[multiple].btn-black,
select[multiple].btn-cart,
select[multiple].btn-checkout,
select[multiple].btn-darkgray,
select[multiple].btn-primary,
select[multiple].btn-red,
select[multiple].btn-redgrad,
select[multiple].button,
select[multiple].input-lg,
select[multiple].input-text,
textarea.btn-black,
textarea.btn-cart,
textarea.btn-checkout,
textarea.btn-darkgray,
textarea.btn-primary,
textarea.btn-red,
textarea.btn-redgrad,
textarea.button,
textarea.input-lg,
textarea.input-text {
  height: auto;
}

.has-feedback {
  position: relative;
}

.form-language .has-feedback select,
.form-list .has-feedback select,
.form-list .has-feedback textarea,
.has-feedback .form-control,
.has-feedback .form-language select,
.has-feedback .form-list select,
.has-feedback .form-list textarea,
.has-feedback .input-text,
.has-feedback .multiple-checkout .data-table select,
.has-feedback .my-wishlist textarea,
.has-feedback .product-options dd .input-text,
.has-feedback .product-options dd select,
.has-feedback .product-options dd textarea,
.has-feedback select#agency_country,
.has-feedback select#billing_country,
.has-feedback select#country,
.has-feedback select#district_country,
.has-feedback select#physical_country,
.has-feedback select#region_id,
.has-feedback select#school_district_country,
.has-feedback select#school_physical_country,
.has-feedback select#shipping_country,
.has-feedback select#venue_country,
.multiple-checkout .data-table .has-feedback select,
.my-wishlist .has-feedback textarea,
.product-options dd .has-feedback .input-text,
.product-options dd .has-feedback select,
.product-options dd .has-feedback textarea {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d;
}

.form-language .has-success select,
.form-list .has-success select,
.form-list .has-success textarea,
.has-success .form-control,
.has-success .form-language select,
.has-success .form-list select,
.has-success .form-list textarea,
.has-success .input-text,
.has-success .multiple-checkout .data-table select,
.has-success .my-wishlist textarea,
.has-success .product-options dd .input-text,
.has-success .product-options dd select,
.has-success .product-options dd textarea,
.has-success select#agency_country,
.has-success select#billing_country,
.has-success select#country,
.has-success select#district_country,
.has-success select#physical_country,
.has-success select#region_id,
.has-success select#school_district_country,
.has-success select#school_physical_country,
.has-success select#shipping_country,
.has-success select#venue_country,
.multiple-checkout .data-table .has-success select,
.my-wishlist .has-success textarea,
.product-options dd .has-success .input-text,
.product-options dd .has-success select,
.product-options dd .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-language .has-success select:focus,
.form-list .has-success select:focus,
.form-list .has-success textarea:focus,
.has-success .form-control:focus,
.has-success .form-language select:focus,
.has-success .form-list select:focus,
.has-success .form-list textarea:focus,
.has-success .input-text:focus,
.has-success .multiple-checkout .data-table select:focus,
.has-success .my-wishlist textarea:focus,
.has-success .product-options dd .input-text:focus,
.has-success .product-options dd select:focus,
.has-success .product-options dd textarea:focus,
.has-success select#agency_country:focus,
.has-success select#billing_country:focus,
.has-success select#country:focus,
.has-success select#district_country:focus,
.has-success select#physical_country:focus,
.has-success select#region_id:focus,
.has-success select#school_district_country:focus,
.has-success select#school_physical_country:focus,
.has-success select#shipping_country:focus,
.has-success select#venue_country:focus,
.multiple-checkout .data-table .has-success select:focus,
.my-wishlist .has-success textarea:focus,
.product-options dd .has-success .input-text:focus,
.product-options dd .has-success select:focus,
.product-options dd .has-success textarea:focus {
  border-color: #2b542b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #8a6d3b;
}

.form-language .has-warning select,
.form-list .has-warning select,
.form-list .has-warning textarea,
.has-warning .form-control,
.has-warning .form-language select,
.has-warning .form-list select,
.has-warning .form-list textarea,
.has-warning .input-text,
.has-warning .multiple-checkout .data-table select,
.has-warning .my-wishlist textarea,
.has-warning .product-options dd .input-text,
.has-warning .product-options dd select,
.has-warning .product-options dd textarea,
.has-warning select#agency_country,
.has-warning select#billing_country,
.has-warning select#country,
.has-warning select#district_country,
.has-warning select#physical_country,
.has-warning select#region_id,
.has-warning select#school_district_country,
.has-warning select#school_physical_country,
.has-warning select#shipping_country,
.has-warning select#venue_country,
.multiple-checkout .data-table .has-warning select,
.my-wishlist .has-warning textarea,
.product-options dd .has-warning .input-text,
.product-options dd .has-warning select,
.product-options dd .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-language .has-warning select:focus,
.form-list .has-warning select:focus,
.form-list .has-warning textarea:focus,
.has-warning .form-control:focus,
.has-warning .form-language select:focus,
.has-warning .form-list select:focus,
.has-warning .form-list textarea:focus,
.has-warning .input-text:focus,
.has-warning .multiple-checkout .data-table select:focus,
.has-warning .my-wishlist textarea:focus,
.has-warning .product-options dd .input-text:focus,
.has-warning .product-options dd select:focus,
.has-warning .product-options dd textarea:focus,
.has-warning select#agency_country:focus,
.has-warning select#billing_country:focus,
.has-warning select#country:focus,
.has-warning select#district_country:focus,
.has-warning select#physical_country:focus,
.has-warning select#region_id:focus,
.has-warning select#school_district_country:focus,
.has-warning select#school_physical_country:focus,
.has-warning select#shipping_country:focus,
.has-warning select#venue_country:focus,
.multiple-checkout .data-table .has-warning select:focus,
.my-wishlist .has-warning textarea:focus,
.product-options dd .has-warning .input-text:focus,
.product-options dd .has-warning select:focus,
.product-options dd .has-warning textarea:focus {
  border-color: #66502c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c09f6b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c09f6b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #bc0f2c;
}

.form-language .has-error select,
.form-list .has-error select,
.form-list .has-error textarea,
.has-error .form-control,
.has-error .form-language select,
.has-error .form-list select,
.has-error .form-list textarea,
.has-error .input-text,
.has-error .multiple-checkout .data-table select,
.has-error .my-wishlist textarea,
.has-error .product-options dd .input-text,
.has-error .product-options dd select,
.has-error .product-options dd textarea,
.has-error select#agency_country,
.has-error select#billing_country,
.has-error select#country,
.has-error select#district_country,
.has-error select#physical_country,
.has-error select#region_id,
.has-error select#school_district_country,
.has-error select#school_physical_country,
.has-error select#shipping_country,
.has-error select#venue_country,
.multiple-checkout .data-table .has-error select,
.my-wishlist .has-error textarea,
.product-options dd .has-error .input-text,
.product-options dd .has-error select,
.product-options dd .has-error textarea {
  border-color: #bc0f2c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-language .has-error select:focus,
.form-list .has-error select:focus,
.form-list .has-error textarea:focus,
.has-error .form-control:focus,
.has-error .form-language select:focus,
.has-error .form-list select:focus,
.has-error .form-list textarea:focus,
.has-error .input-text:focus,
.has-error .multiple-checkout .data-table select:focus,
.has-error .my-wishlist textarea:focus,
.has-error .product-options dd .input-text:focus,
.has-error .product-options dd select:focus,
.has-error .product-options dd textarea:focus,
.has-error select#agency_country:focus,
.has-error select#billing_country:focus,
.has-error select#country:focus,
.has-error select#district_country:focus,
.has-error select#physical_country:focus,
.has-error select#region_id:focus,
.has-error select#school_district_country:focus,
.has-error select#school_physical_country:focus,
.has-error select#shipping_country:focus,
.has-error select#venue_country:focus,
.multiple-checkout .data-table .has-error select:focus,
.my-wishlist .has-error textarea:focus,
.product-options dd .has-error .input-text:focus,
.product-options dd .has-error select:focus,
.product-options dd .has-error textarea:focus {
  border-color: #8d0b23;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f04161;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f04161;
}

.has-error .input-group-addon {
  color: #bc0f2c;
  border-color: #bc0f2c;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #bc0f2c;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width:768px) {
  .form-inline .form-group,
  .form-inline .form-list li,
  .form-inline .navbar-form,
  .form-list .form-inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .form-inline .form-language select,
  .form-inline .form-list select,
  .form-inline .form-list textarea,
  .form-inline .input-text,
  .form-inline .multiple-checkout .data-table select,
  .form-inline .my-wishlist textarea,
  .form-inline .navbar-form,
  .form-inline .product-options dd .input-text,
  .form-inline .product-options dd select,
  .form-inline .product-options dd textarea,
  .form-inline select#agency_country,
  .form-inline select#billing_country,
  .form-inline select#country,
  .form-inline select#district_country,
  .form-inline select#physical_country,
  .form-inline select#region_id,
  .form-inline select#school_district_country,
  .form-inline select#school_physical_country,
  .form-inline select#shipping_country,
  .form-inline select#venue_country,
  .form-language .form-inline select,
  .form-list .form-inline select,
  .form-list .form-inline textarea,
  .multiple-checkout .data-table .form-inline select,
  .my-wishlist .form-inline textarea,
  .product-options dd .form-inline .input-text,
  .product-options dd .form-inline select,
  .product-options dd .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group>.form-control,
  .form-inline .input-group>.form-language select,
  .form-inline .input-group>.form-list select,
  .form-inline .input-group>.form-list textarea,
  .form-inline .input-group>.input-text,
  .form-inline .input-group>.multiple-checkout .data-table select,
  .form-inline .input-group>.my-wishlist textarea,
  .form-inline .input-group>.navbar-form,
  .form-inline .input-group>.product-options dd .input-text,
  .form-inline .input-group>.product-options dd select,
  .form-inline .input-group>.product-options dd textarea,
  .form-inline .input-group>select#agency_country,
  .form-inline .input-group>select#billing_country,
  .form-inline .input-group>select#country,
  .form-inline .input-group>select#district_country,
  .form-inline .input-group>select#physical_country,
  .form-inline .input-group>select#region_id,
  .form-inline .input-group>select#school_district_country,
  .form-inline .input-group>select#school_physical_country,
  .form-inline .input-group>select#shipping_country,
  .form-inline .input-group>select#venue_country,
  .form-language .form-inline .input-group>select,
  .form-list .form-inline .input-group>select,
  .form-list .form-inline .input-group>textarea,
  .multiple-checkout .data-table .form-inline .input-group>select,
  .my-wishlist .form-inline .input-group>textarea,
  .product-options dd .form-inline .input-group>.input-text,
  .product-options dd .form-inline .input-group>select,
  .product-options dd .form-inline .input-group>textarea {
    width: 100%;
  }

  .form-inline .control-label,
  .form-inline .navbar-form {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .navbar-form,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox .navbar-form,
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio .navbar-form,
  .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .form-inline .has-feedback .navbar-form {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group,
.form-horizontal .form-list li,
.form-list .form-horizontal li {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-list li:after,
.form-horizontal .form-list li:before,
.form-list .form-horizontal li:after,
.form-list .form-horizontal li:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after,
.form-horizontal .form-list li:after,
.form-list .form-horizontal li:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (max-width:767px) {
  .form-group,
  .form-list li {
    margin-bottom: 10px;
  }
}

label {
  font-family: adelle,serif;
  font-weight: 600;
  font-size: .941em;
}

label a {
  color: inherit;
  text-decoration: underline;
}

.sans-serif-labels .label,
.sans-serif-labels label {
  font-family: canada-type-gibson,sans-serif;
}

.sr-only {
  margin-bottom: 0!important;
}

.icon-input {
  position: relative;
}

.icon-input i {
  position: absolute;
  color: #393939;
  top: 50%;
  margin-top: -9px;
  right: 7px;
  text-shadow: none;
}

.icon-input input {
  padding-right: 28px;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

.form-control,
.form-language select,
.form-list select,
.form-list textarea,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country {
  height: 34px;
  font-size: 16px;
}

.form-language select,
.form-list select,
.multiple-checkout .data-table select,
.product-options dd select,
.product-options dd select.input-text,
select#agency_country,
select#billing_country,
select#country,
select#district_country,
select#physical_country,
select#region_id,
select#school_district_country,
select#school_physical_country,
select#shipping_country,
select#venue_country,
select.form-control,
select.input-text {
  padding: 0 12px;
}

input[type=radio] {
  margin-top: 2px;
}

input[type=checkbox] {
  margin-top: 5px;
}

.checklist-columns {
  padding-left: 0;
  margin-bottom: 0;
  font-size: .9em;
}

.checklist-columns:after,
.checklist-columns:before {
  content: " ";
  display: table;
}

.checklist-columns:after {
  clear: both;
}

.checklist-columns .checkbox {
  margin-top: 0;
}

.checklist-columns label {
  font-family: canada-type-gibson,sans-serif;
}

@media (min-width:768px) {
  .checklist-columns .checkbox {
    float: left;
    width: 50%;
  }
}

.address-csz:after,
.address-csz:before {
  content: " ";
  display: table;
}

.address-csz:after {
  clear: both;
}

@media (min-width:768px) {
  .address-csz>div {
    float: left;
    width: 61%;
  }

  .address-csz>div:first-child {
    padding-right: 15px;
  }

  .address-csz>div:nth-child(2) {
    width: 36%;
  }

  .address-csz>div:last-child {
    width: 29%;
    padding-left: 15px;
  }
}

@media (min-width:992px) {
  .address-csz>div {
    width: 43%;
  }

  .address-csz>div:last-child {
    width: 21%;
  }
}

.auto-complete-results {
  position: absolute;
  width: 100%;
  margin-top: 1px;
  background-color: rgba(255,255,255,.94);
  z-index: 10;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  font-size: .95em;
}

.auto-complete-results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.auto-complete-results ul li {
  cursor: pointer;
}

.auto-complete-results ul li>a {
  display: block;
  padding: 3px 10px;
}

.auto-complete-results ul li>a:active,
.auto-complete-results ul li>a:active:focus,
.auto-complete-results ul li>a:focus,
.auto-complete-results ul li>a:hover {
  text-decoration: none;
  background-color: #d0d0d0;
}

.auto-complete-results ul li:first-child {
  padding-top: 6px;
}

.auto-complete-results ul li:last-child {
  padding-bottom: 6px;
}

.auto-complete-results footer {
  margin-top: 10px;
  cursor: pointer;
  border-top: 1px solid #e7e6e6;
  margin-left: -10px;
  margin-right: -10px;
  padding: 6px 10px;
  border-radius: 0 0 4px 4px;
}

.auto-complete-results footer:hover {
  background-color: #2f7473;
  color: #fff;
}

.form-list:after,
.form-list:before {
  content: " ";
  display: table;
}

.form-list:after {
  clear: both;
}

.form-list label {
  position: relative;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #bc0f2c;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list li.control label {
  float: none;
  display: block;
}

.form-list li.control input.checkbox,
.form-list li.control input.radio {
  margin-right: 6px;
  display: inline;
  float: left;
  margin-top: 2px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.form-list .field {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-left: 0;
}

.form-list .field:last-child {
  padding-right: 0;
}

.form-list .field:only-child {
  padding-right: 15px;
}

.form-list select[multiple],
.form-list textarea {
  height: auto;
}

.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row p:after,
.form-list li.additional-row p:before {
  content: " ";
  display: table;
}

.form-list li.additional-row p:after {
  clear: both;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text,
.form-list .input-range span {
  display: inline-block;
}

.form-list .input-range input.input-text {
  width: 40%;
}

.form-list-narrow li {
  margin-bottom: 0;
}

.form-list-narrow li .input-box {
  margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
  width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}

.form-list-narrow li.wide select {
  width: 260px;
}

.form-group,
.form-list li {
  text-align: left;
}

.form-group:after,
.form-group:before,
.form-list li:after,
.form-list li:before {
  content: " ";
  display: table;
}

.form-group:after,
.form-list li:after {
  clear: both;
}

.form-group .form-list li,
.form-group label,
.form-list .form-group li {
  position: relative;
}

.form-group label.required .form-list li,
.form-group label.required em,
.form-list .form-group label.required li {
  float: right;
  font-style: normal;
  color: #bc0f2c;
  position: absolute;
  top: 0;
  right: -8px;
}

@media (min-width:768px) {
  .form-group .field {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-group .field:first-child,
  .form-group .field:first-of-type,
  .form-group .form-list li,
  .form-list .form-group li {
    padding-left: 0;
  }

  .form-group .field:last-child,
  .form-group .form-list li,
  .form-list .form-group li {
    padding-right: 0;
  }

  .form-group .field:only-child,
  .form-group .form-list li,
  .form-list .form-group li {
    padding-right: 15px;
  }
}

@media (min-width:992px) {
  .form-group .field {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.form-group .double-input .form-list li,
.form-group .double-input label,
.form-list .form-group .double-input li {
  display: block;
}

.form-group .double-input .form-list li,
.form-group .double-input input,
.form-list .form-group .double-input li {
  float: left;
  width: 47%;
  margin-right: 3px;
}

.form-group .field,
.form-group .form-list li,
.form-list .form-group li,
.form-list li .field {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .form-group.col-3 .field,
  .form-group.col-3 .form-list li.col-3,
  .form-list .form-group.col-3 li.col-3,
  .form-list li.col-3 .field {
    width: 33.3333%;
    margin-bottom: 0;
  }

  .form-group.col-4 .field,
  .form-group.col-4 .form-list li.col-4,
  .form-list .form-group.col-4 li.col-4,
  .form-list li.col-4 .field {
    width: 50%;
  }
}

@media (min-width:992px) {
  .form-group.col-4 .field,
  .form-group.col-4 .form-list li.col-4,
  .form-list .form-group.col-4 li.col-4,
  .form-list li.col-4 .field {
    width: 25%;
    margin-bottom: 0;
  }
}

.form-group .customer-name-prefix .form-list li,
.form-group .customer-name-prefix .name-prefix,
.form-list .customer-name-prefix .name-prefix,
.form-list .form-group .customer-name-prefix li {
  width: 16%;
}

.form-group .customer-name-prefix .form-list li,
.form-group .customer-name-prefix .name-firstname,
.form-group .customer-name-prefix .name-lastname,
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname,
.form-list .form-group .customer-name-prefix li {
  width: 42%;
}

.form-group .customer-name-prefix-middlename .form-list li,
.form-group .customer-name-prefix-middlename .name-middlename,
.form-group .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename,
.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .form-group .customer-name-prefix-middlename li {
  width: 16%;
}

.form-group .customer-name-prefix-middlename .form-list li,
.form-group .customer-name-prefix-middlename .name-firstname,
.form-group .customer-name-prefix-middlename .name-lastname,
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname,
.form-list .form-group .customer-name-prefix-middlename li {
  width: 34%;
}

.form-group .customer-name-prefix-suffix .form-list li,
.form-group .customer-name-prefix-suffix .name-prefix,
.form-group .customer-name-prefix-suffix .name-suffix,
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix,
.form-list .form-group .customer-name-prefix-suffix li {
  width: 16%;
}

.form-group .customer-name-prefix-suffix .form-list li,
.form-group .customer-name-prefix-suffix .name-firstname,
.form-group .customer-name-prefix-suffix .name-lastname,
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname,
.form-list .form-group .customer-name-prefix-suffix li {
  width: 34%;
}

.form-group .customer-name-prefix-middlename-suffix .form-list li,
.form-group .customer-name-prefix-middlename-suffix .name-middlename,
.form-group .customer-name-prefix-middlename-suffix .name-prefix,
.form-group .customer-name-prefix-middlename-suffix .name-suffix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-suffix,
.form-list .form-group .customer-name-prefix-middlename-suffix li {
  width: 12%;
}

.form-group .customer-name-prefix-middlename-suffix .form-list li,
.form-group .customer-name-prefix-middlename-suffix .name-firstname,
.form-group .customer-name-prefix-middlename-suffix .name-lastname,
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname,
.form-list .form-group .customer-name-prefix-middlename-suffix li {
  width: 32%;
}

.form-group .customer-name-middlename .form-list li,
.form-group .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename .name-middlename,
.form-list .form-group .customer-name-middlename li {
  width: 16%;
}

.form-group .customer-name-middlename .form-list li,
.form-group .customer-name-middlename .name-firstname,
.form-group .customer-name-middlename .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname,
.form-list .form-group .customer-name-middlename li {
  width: 42%;
}

.form-group .customer-name-middlename-suffix .form-list li,
.form-group .customer-name-middlename-suffix .name-middlename,
.form-group .customer-name-middlename-suffix .name-suffix,
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix,
.form-list .form-group .customer-name-middlename-suffix li {
  width: 16%;
}

.form-group .customer-name-middlename-suffix .form-list li,
.form-group .customer-name-middlename-suffix .name-firstname,
.form-group .customer-name-middlename-suffix .name-lastname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname,
.form-list .form-group .customer-name-middlename-suffix li {
  width: 34%;
}

.form-group .customer-name-suffix .form-list li,
.form-group .customer-name-suffix .name-suffix,
.form-list .customer-name-suffix .name-suffix,
.form-list .form-group .customer-name-suffix li {
  width: 16%;
}

.form-group .customer-name-suffix .form-list li,
.form-group .customer-name-suffix .name-firstname,
.form-group .customer-name-suffix .name-lastname,
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname,
.form-list .form-group .customer-name-suffix li {
  width: 42%;
}

.form-group .customer-dob .dob-day,
.form-group .customer-dob .dob-month,
.form-group .customer-dob .dob-year,
.form-group .customer-dob .form-list li,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year,
.form-list .form-group .customer-dob li {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.form-group .customer-dob .dob-day:first-child,
.form-group .customer-dob .dob-month:first-child,
.form-group .customer-dob .dob-year:first-child,
.form-group .customer-dob .form-list li,
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child,
.form-list .form-group .customer-dob li {
  padding-left: 0;
}

.form-group .customer-dob .dob-day+.dob-month+.dob-year,
.form-group .customer-dob .dob-day+.dob-month+.form-list li,
.form-group .customer-dob .dob-month+.dob-day+.dob-year,
.form-group .customer-dob .dob-month+.dob-day+.form-list li,
.form-group .customer-dob .dob-year+.dob-day+.dob-month,
.form-group .customer-dob .dob-year+.dob-day+.form-list li,
.form-group .customer-dob .dob-year+.dob-month+.dob-day,
.form-group .customer-dob .dob-year+.dob-month+.form-list li,
.form-list .customer-dob .dob-day+.dob-month+.dob-year,
.form-list .customer-dob .dob-month+.dob-day+.dob-year,
.form-list .customer-dob .dob-year+.dob-day+.dob-month,
.form-list .customer-dob .dob-year+.dob-month+.dob-day,
.form-list .form-group .customer-dob .dob-day+.dob-month+li,
.form-list .form-group .customer-dob .dob-month+.dob-day+li,
.form-list .form-group .customer-dob .dob-year+.dob-day+li,
.form-list .form-group .customer-dob .dob-year+.dob-month+li {
  padding-right: 0;
}

.form-group .customer-dob .dob-day,
.form-group .customer-dob .dob-month,
.form-group .customer-dob .form-list li,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .form-group .customer-dob li {
  width: 30%;
}

.form-group .customer-dob .dob-year,
.form-group .customer-dob .form-list li,
.form-list .customer-dob .dob-year,
.form-list .form-group .customer-dob li {
  width: 40%;
}

.fieldset {
  padding: 15px;
  position: relative;
}

.fieldset .legend {
  background: #2f7473;
  background: -webkit-linear-gradient(top,#2f7473 0,#225756 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#2f7473),to(#225756));
  background: linear-gradient(to bottom,#2f7473 0,#225756 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F7473', endColorstr='#FF225756', GradientType=0);
  color: #fff;
  width: auto;
  margin: -15px -15px 20px;
}

.fieldset .legend>div {
  float: right;
}

.fieldset h1 {
  font-size: 1.2em;
}

.fieldset h2 {
  font-size: 1.15em;
}

.fieldset>footer {
  margin: 10px -15px -15px;
  text-align: center;
}

.fieldset>p {
  line-height: 1.2em;
}

.fieldset>p:last-child {
  margin-bottom: 0;
}

.fieldset .auto-complete-results {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.sub-fieldset {
  border: 1px solid #d0d0d0;
  padding: 25px 15px 15px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  position: relative;
}

.sub-fieldset .sub-legend {
  font-size: 20px;
  position: absolute;
  top: -16px;
  left: 15px;
  padding: 5px 15px;
  background-color: #e7e6e6;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 4px;
  line-height: 1em;
}

.sub-fieldset .legend {
  background: #3c3c3c;
  padding: 5px 10px;
}

.sub-fieldset>p:last-child {
  margin-bottom: 0;
}

.sub-fieldset.focus,
.sub-fieldset:focus,
.sub-fieldset:hover {
  background-color: #dbd9d9;
}

.sub-fieldset.focus .sub-legend,
.sub-fieldset:focus .sub-legend,
.sub-fieldset:hover .sub-legend {
  background-color: #2f7473;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

@media (min-width:992px) {
  .sub-fieldset .sub-legend {
    padding: 5px 28px;
    left: 21px;
  }
}

.form-group+.form-list li,
.form-group+.sub-fieldset,
.form-list .form-group+li {
  margin-top: 30px;
}

.sub-fieldset+.sub-fieldset {
  margin-top: 37px;
}

p+.sub-fieldset {
  margin-top: 28px;
}

.buttons-set {
  padding: 8px 0 0;
  line-height: 34px;
  text-align: right;
}

.buttons-set:after,
.buttons-set:before {
  content: " ";
  display: table;
}

.buttons-set:after {
  clear: both;
}

.buttons-set p.required {
  margin: 0 0 10px;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
}

.buttons-set-order {
  margin: 10px 0 0;
}

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.validation-advice {
  clear: both;
  color: #bc0f2c;
  font-size: .85em;
  font-style: italic;
}

.validation-failed {
  border-color: #bc0f2c!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.validation-failed:focus {
  border-color: #8d0b23!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f04161!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f04161!important;
}

p.required {
  text-align: right;
  color: #bc0f2c;
}

.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

.play-finder-form {
  margin-left: -.75%;
  margin-right: -.75%;
}

.play-finder-form:after,
.play-finder-form:before {
  content: " ";
  display: table;
}

.play-finder-form:after {
  clear: both;
}

.form-list .play-finder-form li,
.play-finder-form .form-group,
.play-finder-form .form-list li {
  float: left;
  width: 98.5%;
  margin: 0 .75% 15px;
}

.play-finder-form .checkbox {
  padding-left: 0;
  font-style: italic;
}

.play-finder-form .checkbox input {
  float: none;
  display: inline-block;
  margin: 0 2px 0 0;
}

@media (min-width:768px) {
  .form-list .play-finder-form li,
  .play-finder-form .form-group,
  .play-finder-form .form-list li {
  }
}

@media (min-width:992px) {
  .form-list .play-finder-form li,
  .play-finder-form .form-group,
  .play-finder-form .form-list li {
    margin-bottom: 10px;
  }
}

@media (max-width:750px) and (orientation:landscape) {
  .form-list .play-finder-form li,
  .play-finder-form .form-group,
  .play-finder-form .form-list li {
  }
}

body.cms-index-index.cms-home section.homepage-top-images-lower-content {
    background-color: #9f1021;
    height: 170px;
    margin-top: -125px;
}

.container.timely-announcements-bar .timely-announcements {
    background: #cbdcdc;
    margin-top: 10px;
    padding: 5px 0 5px 35px;
    background-image: url(../../images/bell_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px;
}

.container.timely-announcements-bar .timely-announcements .announcement-message {
    width: 90%;
    display: -webkit-inline-box;;
}
.container.timely-announcements-bar .timely-announcements .announcement-message p {
    margin-bottom: 0;
}

.container.timely-announcements-bar .timely-announcements span.close {
    width: 30px;
    height: 30px;
    opacity: unset;
    background-image: url(../../images/close_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 0;

}

body.cms-index-index.cms-home section.social-section .container {
    width: 100%;
}

@media (max-width:992px) {
    body.cms-index-index.cms-home .featured-titles-section.play-musicals .play-musicals-container img {
        width: 31%;
    }
}

/* HOMEPAGE MOBILE UPDATES   */
@media (max-width:767px) {

    body.cms-index-index.cms-home .homepage-top-images .main-image {
        width: 100%;
        float: none;
    }

    body.cms-index-index.cms-home .homepage-top-images .main-image {
        width: 100%;
        float: none;
    }

    body.cms-index-index.cms-home .homepage-top-images .second-image, body.cms-index-index.cms-home .homepage-top-images .third-image {
        width: 100%;
        display: block;
    }

    body.cms-index-index.cms-home .homepage-top-images .main-image img.desktop, .homepage-top-images .second-image img.desktop, .homepage-top-images .third-image img.desktop {
        display: none;
    }
    body.cms-index-index.cms-home .homepage-top-images .main-image img.mobile, .homepage-top-images .second-image img.mobile, .homepage-top-images .third-image img.mobile {
        display: block;
    }

    body.cms-index-index.cms-home .play-search-wrapper {
        max-width: 100%;
        border-radius: 0;
        padding-top: 15px;
    }
    .play-search-section .play-finder h1 a {
        margin-left: 15px;
    }
    .container.homepage-container .featured-titles-section.play-musicals, .container.homepage-container .featured-titles-section {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .featured-titles-section .container {
        padding-left: 0;
    }

    section.social-section .container>div {
        margin: 0 -15px 0 -15px;
    }

    section.social-section .container>div.dpc-social>div:first-child,
    section.social-section .container>div.dpc-social>div:last-child,
    section.social-section .container>div.dpc-social>div:nth-child(2) {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0px;
    }

    body.cms-index-index.cms-home section.homepage-top-images-lower-content {
        display: none;
    }

    body.cms-index-index.cms-home .container.homepage-container {
        padding-top: 0px;
    }

    body.cms-index-index.cms-home .featured-titles-section.play-musicals .play-musicals-container {
        text-align: center;
    }
    body.cms-index-index.cms-home .featured-titles-section.play-musicals .play-musicals-container img {
        width: 31%;
        margin: 0 0.3em 0.75em 0;

    }
    body.cms-index-index.cms-home .dpc-social .block.block-subscribe {
        border-radius: 0;
    }
}
/* HOMEPAGE DESKTOP UPDATES   */
@media (min-width:768px) {
    .homepage-top-images .main-image img.mobile, .homepage-top-images .second-image img.mobile, .homepage-top-images .third-image img.mobile {
        display: none;
    }
    .play-search-wrapper {
        width: 280px;
        float: right;
    }
    .play-search-wrapper .container {
        width: 280px;
    }
    .featured-titles-section .container {
        padding-left: 0;
    }
    .social-section .container {
        padding-left: 0;
    }
    body.cms-index-index.cms-home .dpc-social .block.block-subscribe {
        width: 96%;
        margin-left: 2%;
    }
}

.container.homepage-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

@media (min-width:1200px) {
    .play-search-wrapper {
        width: 24%;
    }

    .featured-titles-section.play-musicals, .container.homepage-container .featured-titles-section, .container.homepage-container .social-section {
        width: 75%;
    }
}

@media (min-width:1199px) {
    .featured-titles-section.play-musicals, .container.homepage-container .featured-titles-section, .container.homepage-container .social-section {
        width: 70%;
    }
}


@media (max-width:1199px) and (min-width:992px) {
    body.cms-index-index.cms-home  .featured-titles-section.play-musicals, .container.homepage-container .featured-titles-section, .container.homepage-container .social-section {
        width: 70%;
    }
}


@media (max-width:991px) and (min-width:768px) {
    body.cms-index-index.cms-home  .featured-titles-section.play-musicals, .container.homepage-container .featured-titles-section, .container.homepage-container .social-section {
        width: 62%;
    }
    .featured-titles-section .container {
        max-height: 325px;
    }
}




.play-search-wrapper {
  background-color: #e7e6e6;/*#9f1021*/
  padding-bottom: 11px;
  border-radius: 4px;
  padding-top: 10px;
}



.play-search-section {
  margin-left: -15px;
  margin-right: -15px;
  color: #000;
}

.play-search-section:after,
.play-search-section:before {
  content: " ";
  display: table;
}

.play-search-section:after {
  clear: both;
}

.play-search-section .play-finder {
  position: relative;
  min-height: 1px;
  padding: 5px 15px 5px;
}

@media (min-width:768px) {
  .play-search-section .play-finder {
    float: left;
  }
}

@media (min-width:992px) {
  .play-search-section .play-finder {
    float: left;
  }
}

.play-search-section .play-finder h1 {
  font-size: 1.412em;
  color: #bc0f2c;
  margin-bottom: 0;
}

.play-search-section .play-finder h1 a {
  color: #460611;
  font-family: adelle,serif;
  font-style: italic;
  text-decoration: underline;
  font-size: .583em;
  text-shadow: none;
  display: inline-block;
}

.play-search-section .play-finder .play-finder-form {
  margin-top: 20px;
}

.play-search-section .production-finder {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .play-search-section .production-finder {
    float: left;
    width: 41.66667%;
  }
}

@media (min-width:992px) {
  .play-search-section .production-finder {
    float: left;
    width: 33.33333%;
  }
}

.play-search-section .production-finder h2 {
  font-size: 1.412em;
  color: #fff;
  margin-bottom: 10px;
}

.play-search-section input[type=text],
.play-search-section select {
  height: 32px;
}

.play-search-section .form-actions {
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
}

.play-search-section .production-finder-form {
  margin-right: -2%;
  margin-left: -2%;
}

.play-search-section .production-finder-form>p {
  font-family: adelle,serif;
  font-size: .882em;
  line-height: normal;
  padding-left: 2%;
}

.form-list .play-search-section .production-finder-form li,
.play-search-section .production-finder-form .form-group,
.play-search-section .production-finder-form .form-list li {
  float: left;
  display: block;
  width: 46%;
  margin: 0 2% 7px;
}

.form-list .play-search-section .production-finder-form li:first-of-type,
.play-search-section .production-finder-form .form-group:first-of-type,
.play-search-section .production-finder-form .form-list li:first-of-type {
  width: 96%;
}

.play-search-section .production-finder-form .form-actions {
  padding-top: 15px;
}

.play-search-section .mobile-collapse {
  background: 0 0;
  border: none;
  padding: 0;
  font-size: .95em;
  margin-right: 8px;
}

@media (min-width:768px) {
  .play-search-wrapper {
    padding-bottom: 10px;
  }

  .play-search-section .play-finder {
    border-bottom: none;
    margin-bottom: 25px;
  }

  .mobile-collapse {
    display: none;
  }
}

.play-search-section .play-finder .play-finder-form .form-actions .btn-lg {
    width: 100%;
}

@media (min-width:992px) {
  .play-search-section .play-finder {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }

  .play-search-section .production-finder {
    border-left: 1px solid #460611;
  }
}

aside .play-search-section {
  text-shadow: none;
  font-size: .9em;
  color: #202020;
  margin-left: 0;
  margin-right: 0;
}

aside .play-search-section .play-finder {
  position: relative;
}

@media (min-width:768px) {
  aside .play-search-section .play-finder {
    float: left;
    width: 100%;
  }
}

aside .play-search-section .play-finder form label {
  font-family: canada-type-gibson,sans-serif;
}

.form-list aside .play-search-section .play-finder li,
aside .play-search-section .play-finder .form-group,
aside .play-search-section .play-finder .form-list li {
  float: none;
  width: 100%;
  margin: 0 0 7px;
}

aside .play-search-section .play-finder .checkbox {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}

aside .play-search-section .play-finder .btn-black {
  display: block;
  width: 100%;
}

aside .play-search-section .play-finder h1 {
  color: #bc0f2c;
}

aside .play-search-section .play-finder h1 a {
  margin-left: 0;
}

form .error {
  position: relative;
}

form .error input,
form .error select {
  border-color: #bc0f2c;
}

form .error label {
  white-space: nowrap;
}

form .error label:after {
  background: #bc0f2c;
  background: -webkit-linear-gradient(top,#bc0f2c 0,#a40d29 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#bc0f2c),to(#a40d29));
  background: linear-gradient(to bottom,#bc0f2c 0,#a40d29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBC0F2C', endColorstr='#FFA40D29', GradientType=0);
  content: "required field";
  display: inline-block;
  font-size: .85em;
  margin-left: 8px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
}

.noUi-background {
  background-color: #8baead;
}

.noUi-connect {
  background-color: #2f7473;
}

.cms-home .play-search-section .noUi-background {
  background-color: #89021b;
}

.cms-home .play-search-section .noUi-connect {
  background-color: #2f7473;
}

.btn,
.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-primary,
.btn-red,
.btn-redgrad,
.button,
.my-wishlist .btn-add {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.active.btn-black:focus,
.active.btn-cart:focus,
.active.btn-checkout:focus,
.active.btn-darkgray:focus,
.active.btn-primary:focus,
.active.btn-red:focus,
.active.btn-redgrad:focus,
.active.button:focus,
.btn-black:active:focus,
.btn-black:focus,
.btn-cart:active:focus,
.btn-cart:focus,
.btn-checkout:active:focus,
.btn-checkout:focus,
.btn-darkgray:active:focus,
.btn-darkgray:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-red:active:focus,
.btn-red:focus,
.btn-redgrad:active:focus,
.btn-redgrad:focus,
.btn.active:focus,
.btn:active:focus,
.btn:focus,
.button:active:focus,
.button:focus,
.my-wishlist .active.btn-add:focus,
.my-wishlist .btn-add:active:focus,
.my-wishlist .btn-add:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn-black:focus,
.btn-black:hover,
.btn-cart:focus,
.btn-cart:hover,
.btn-checkout:focus,
.btn-checkout:hover,
.btn-darkgray:focus,
.btn-darkgray:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-red:focus,
.btn-red:hover,
.btn-redgrad:focus,
.btn-redgrad:hover,
.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:hover {
  text-decoration: none;
}

.active.btn-black,
.active.btn-cart,
.active.btn-checkout,
.active.btn-darkgray,
.active.btn-primary,
.active.btn-red,
.active.btn-redgrad,
.active.button,
.btn-black:active,
.btn-cart:active,
.btn-checkout:active,
.btn-darkgray:active,
.btn-primary:active,
.btn-red:active,
.btn-redgrad:active,
.btn.active,
.btn:active,
.button:active,
.my-wishlist .active.btn-add,
.my-wishlist .btn-add:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
.disabled.btn-black,
.disabled.btn-cart,
.disabled.btn-checkout,
.disabled.btn-darkgray,
.disabled.btn-primary,
.disabled.btn-red,
.disabled.btn-redgrad,
.disabled.button,
.my-wishlist .disabled.btn-add,
.my-wishlist [disabled].btn-add,
.my-wishlist fieldset[disabled] .btn-add,
[disabled].btn-black,
[disabled].btn-cart,
[disabled].btn-checkout,
[disabled].btn-darkgray,
[disabled].btn-primary,
[disabled].btn-red,
[disabled].btn-redgrad,
[disabled].button,
fieldset[disabled] .btn,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-cart,
fieldset[disabled] .btn-checkout,
fieldset[disabled] .btn-darkgray,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-redgrad,
fieldset[disabled] .button,
fieldset[disabled] .my-wishlist .btn-add {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default,
.button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.active.button,
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.button:active,
.button:focus,
.button:hover,
.open .btn-default.dropdown-toggle,
.open .dropdown-toggle.button {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.active.button,
.btn-default.active,
.btn-default:active,
.button:active,
.open .btn-default.dropdown-toggle,
.open .dropdown-toggle.button {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.disabled.active.button,
.disabled.button,
.disabled.button:active,
.disabled.button:focus,
.disabled.button:hover,
[disabled].active.button,
[disabled].button,
[disabled].button:active,
[disabled].button:focus,
[disabled].button:hover,
fieldset[disabled] .active.button,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .button,
fieldset[disabled] .button:active,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge,
.btn-default .button {
  color: #fff;
  background-color: #333;
}

.active.btn-cart,
.active.btn-checkout,
.btn-cart:active,
.btn-cart:focus,
.btn-cart:hover,
.btn-checkout:active,
.btn-checkout:focus,
.btn-checkout:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-cart,
.open .dropdown-toggle.btn-checkout {
  color: #fff;
  background-color: #3278b1;
  border-color: #28608e;
}

.active.btn-cart,
.active.btn-checkout,
.btn-cart:active,
.btn-checkout:active,
.btn-primary.active,
.btn-primary:active,
.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-cart,
.open .dropdown-toggle.btn-checkout {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.disabled.active.btn-cart,
.disabled.active.btn-checkout,
.disabled.btn-cart,
.disabled.btn-cart:active,
.disabled.btn-cart:focus,
.disabled.btn-cart:hover,
.disabled.btn-checkout,
.disabled.btn-checkout:active,
.disabled.btn-checkout:focus,
.disabled.btn-checkout:hover,
[disabled].active.btn-cart,
[disabled].active.btn-checkout,
[disabled].btn-cart,
[disabled].btn-cart:active,
[disabled].btn-cart:focus,
[disabled].btn-cart:hover,
[disabled].btn-checkout,
[disabled].btn-checkout:active,
[disabled].btn-checkout:focus,
[disabled].btn-checkout:hover,
fieldset[disabled] .active.btn-cart,
fieldset[disabled] .active.btn-checkout,
fieldset[disabled] .btn-cart,
fieldset[disabled] .btn-cart:active,
fieldset[disabled] .btn-cart:focus,
fieldset[disabled] .btn-cart:hover,
fieldset[disabled] .btn-checkout,
fieldset[disabled] .btn-checkout:active,
fieldset[disabled] .btn-checkout:focus,
fieldset[disabled] .btn-checkout:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #3580bd;
}

.btn-primary .badge,
.btn-primary .btn-cart,
.btn-primary .btn-checkout {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4eae4c;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #49a447;
  border-color: #3b8439;
}

.btn-success.active,
.btn-success:active,
.open .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4eae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46bada;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b5d7;
  border-color: #269cbc;
}

.btn-info.active,
.btn-info:active,
.open .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46bada;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9b28;
  border-color: #d58112;
}

.btn-warning.active,
.btn-warning:active,
.open .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43d3a;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2302d;
  border-color: #ac2525;
}

.btn-danger.active,
.btn-danger:active,
.open .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43d3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #2a6596;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}

.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-group-lg>.btn,
.btn-lg,
.btn-primary,
.btn-red,
.btn-redgrad,
.button,
.my-wishlist .btn-add {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#multiship-addresses-table tfoot .button,
.block .actions button.button,
.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-group-sm>.btn,
.btn-primary,
.btn-red,
.btn-redgrad,
.btn-sm,
.button,
.my-wishlist .btn-add {
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-group-xs>.btn,
.btn-primary,
.btn-red,
.btn-redgrad,
.btn-xs,
.button,
.my-wishlist .btn-add {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-black,
.btn-group-vertical>.btn-cart,
.btn-group-vertical>.btn-checkout,
.btn-group-vertical>.btn-darkgray,
.btn-group-vertical>.btn-primary,
.btn-group-vertical>.btn-red,
.btn-group-vertical>.btn-redgrad,
.btn-group-vertical>.button,
.btn-group-vertical>.my-wishlist .btn-add,
.btn-group>.btn,
.btn-group>.btn-black,
.btn-group>.btn-cart,
.btn-group>.btn-checkout,
.btn-group>.btn-darkgray,
.btn-group>.btn-primary,
.btn-group>.btn-red,
.btn-group>.btn-redgrad,
.btn-group>.button,
.btn-group>.my-wishlist .btn-add,
.my-wishlist .btn-group-vertical>.btn-add,
.my-wishlist .btn-group>.btn-add {
  position: relative;
  float: left;
}

.btn-group-vertical>.active.btn-black,
.btn-group-vertical>.active.btn-cart,
.btn-group-vertical>.active.btn-checkout,
.btn-group-vertical>.active.btn-darkgray,
.btn-group-vertical>.active.btn-primary,
.btn-group-vertical>.active.btn-red,
.btn-group-vertical>.active.btn-redgrad,
.btn-group-vertical>.active.button,
.btn-group-vertical>.btn-black:active,
.btn-group-vertical>.btn-black:focus,
.btn-group-vertical>.btn-black:hover,
.btn-group-vertical>.btn-cart:active,
.btn-group-vertical>.btn-cart:focus,
.btn-group-vertical>.btn-cart:hover,
.btn-group-vertical>.btn-checkout:active,
.btn-group-vertical>.btn-checkout:focus,
.btn-group-vertical>.btn-checkout:hover,
.btn-group-vertical>.btn-darkgray:active,
.btn-group-vertical>.btn-darkgray:focus,
.btn-group-vertical>.btn-darkgray:hover,
.btn-group-vertical>.btn-primary:active,
.btn-group-vertical>.btn-primary:focus,
.btn-group-vertical>.btn-primary:hover,
.btn-group-vertical>.btn-red:active,
.btn-group-vertical>.btn-red:focus,
.btn-group-vertical>.btn-red:hover,
.btn-group-vertical>.btn-redgrad:active,
.btn-group-vertical>.btn-redgrad:focus,
.btn-group-vertical>.btn-redgrad:hover,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.button:active,
.btn-group-vertical>.button:focus,
.btn-group-vertical>.button:hover,
.btn-group-vertical>.my-wishlist .active.btn-add,
.btn-group-vertical>.my-wishlist .btn-add:active,
.btn-group-vertical>.my-wishlist .btn-add:focus,
.btn-group-vertical>.my-wishlist .btn-add:hover,
.btn-group>.active.btn-black,
.btn-group>.active.btn-cart,
.btn-group>.active.btn-checkout,
.btn-group>.active.btn-darkgray,
.btn-group>.active.btn-primary,
.btn-group>.active.btn-red,
.btn-group>.active.btn-redgrad,
.btn-group>.active.button,
.btn-group>.btn-black:active,
.btn-group>.btn-black:focus,
.btn-group>.btn-black:hover,
.btn-group>.btn-cart:active,
.btn-group>.btn-cart:focus,
.btn-group>.btn-cart:hover,
.btn-group>.btn-checkout:active,
.btn-group>.btn-checkout:focus,
.btn-group>.btn-checkout:hover,
.btn-group>.btn-darkgray:active,
.btn-group>.btn-darkgray:focus,
.btn-group>.btn-darkgray:hover,
.btn-group>.btn-primary:active,
.btn-group>.btn-primary:focus,
.btn-group>.btn-primary:hover,
.btn-group>.btn-red:active,
.btn-group>.btn-red:focus,
.btn-group>.btn-red:hover,
.btn-group>.btn-redgrad:active,
.btn-group>.btn-redgrad:focus,
.btn-group>.btn-redgrad:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.button:active,
.btn-group>.button:focus,
.btn-group>.button:hover,
.btn-group>.my-wishlist .active.btn-add,
.btn-group>.my-wishlist .btn-add:active,
.btn-group>.my-wishlist .btn-add:focus,
.btn-group>.my-wishlist .btn-add:hover,
.my-wishlist .btn-group-vertical>.active.btn-add,
.my-wishlist .btn-group-vertical>.btn-add:active,
.my-wishlist .btn-group-vertical>.btn-add:focus,
.my-wishlist .btn-group-vertical>.btn-add:hover,
.my-wishlist .btn-group>.active.btn-add,
.my-wishlist .btn-group>.btn-add:active,
.my-wishlist .btn-group>.btn-add:focus,
.my-wishlist .btn-group>.btn-add:hover {
  z-index: 2;
}

.btn-group-vertical>.btn-black:focus,
.btn-group-vertical>.btn-cart:focus,
.btn-group-vertical>.btn-checkout:focus,
.btn-group-vertical>.btn-darkgray:focus,
.btn-group-vertical>.btn-primary:focus,
.btn-group-vertical>.btn-red:focus,
.btn-group-vertical>.btn-redgrad:focus,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.button:focus,
.btn-group-vertical>.my-wishlist .btn-add:focus,
.btn-group>.btn-black:focus,
.btn-group>.btn-cart:focus,
.btn-group>.btn-checkout:focus,
.btn-group>.btn-darkgray:focus,
.btn-group>.btn-primary:focus,
.btn-group>.btn-red:focus,
.btn-group>.btn-redgrad:focus,
.btn-group>.btn:focus,
.btn-group>.button:focus,
.btn-group>.my-wishlist .btn-add:focus,
.my-wishlist .btn-group-vertical>.btn-add:focus,
.my-wishlist .btn-group>.btn-add:focus {
  outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-black,
.btn-group .btn+.btn-cart,
.btn-group .btn+.btn-checkout,
.btn-group .btn+.btn-darkgray,
.btn-group .btn+.btn-group,
.btn-group .btn+.btn-primary,
.btn-group .btn+.btn-red,
.btn-group .btn+.btn-redgrad,
.btn-group .btn+.button,
.btn-group .btn+.my-wishlist .btn-add,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-black,
.btn-group .btn-group+.btn-cart,
.btn-group .btn-group+.btn-checkout,
.btn-group .btn-group+.btn-darkgray,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.btn-primary,
.btn-group .btn-group+.btn-red,
.btn-group .btn-group+.btn-redgrad,
.btn-group .btn-group+.button,
.btn-group .btn-group+.my-wishlist .btn-add,
.my-wishlist .btn-group .btn+.btn-add,
.my-wishlist .btn-group .btn-group+.btn-add {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-black,
.btn-toolbar>.btn-cart,
.btn-toolbar>.btn-checkout,
.btn-toolbar>.btn-darkgray,
.btn-toolbar>.btn-group,
.btn-toolbar>.btn-primary,
.btn-toolbar>.btn-red,
.btn-toolbar>.btn-redgrad,
.btn-toolbar>.button,
.btn-toolbar>.input-group,
.btn-toolbar>.my-wishlist .btn-add,
.my-wishlist .btn-toolbar>.btn-add {
  margin-left: 5px;
}

.btn-group>.btn-black:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-cart:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-checkout:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-darkgray:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-red:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-redgrad:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.my-wishlist .btn-add:not(:first-child):not(:last-child):not(.dropdown-toggle),
.my-wishlist .btn-group>.btn-add:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn-black:first-child,
.btn-group>.btn-cart:first-child,
.btn-group>.btn-checkout:first-child,
.btn-group>.btn-darkgray:first-child,
.btn-group>.btn-primary:first-child,
.btn-group>.btn-red:first-child,
.btn-group>.btn-redgrad:first-child,
.btn-group>.btn:first-child,
.btn-group>.button:first-child,
.btn-group>.my-wishlist .btn-add:first-child,
.my-wishlist .btn-group>.btn-add:first-child {
  margin-left: 0;
}

.btn-group>.btn-black:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-cart:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-checkout:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-darkgray:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-primary:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-red:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-redgrad:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.my-wishlist .btn-add:first-child:not(:last-child):not(.dropdown-toggle),
.my-wishlist .btn-group>.btn-add:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-black:last-child:not(:first-child),
.btn-group>.btn-cart:last-child:not(:first-child),
.btn-group>.btn-checkout:last-child:not(:first-child),
.btn-group>.btn-darkgray:last-child:not(:first-child),
.btn-group>.btn-primary:last-child:not(:first-child),
.btn-group>.btn-red:last-child:not(:first-child),
.btn-group>.btn-redgrad:last-child:not(:first-child),
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.button:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.my-wishlist .btn-add:last-child:not(:first-child),
.my-wishlist .btn-group>.btn-add:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-black,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-cart,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-checkout,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-darkgray,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-primary,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-red,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-redgrad,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.button,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.my-wishlist .btn-add,
.my-wishlist .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-add {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn-black:last-child,
.btn-group>.btn-group:first-child>.btn-cart:last-child,
.btn-group>.btn-group:first-child>.btn-checkout:last-child,
.btn-group>.btn-group:first-child>.btn-darkgray:last-child,
.btn-group>.btn-group:first-child>.btn-primary:last-child,
.btn-group>.btn-group:first-child>.btn-red:last-child,
.btn-group>.btn-group:first-child>.btn-redgrad:last-child,
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.button:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle,
.btn-group>.btn-group:first-child>.my-wishlist .btn-add:last-child,
.my-wishlist .btn-group>.btn-group:first-child>.btn-add:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn-black:first-child,
.btn-group>.btn-group:last-child>.btn-cart:first-child,
.btn-group>.btn-group:last-child>.btn-checkout:first-child,
.btn-group>.btn-group:last-child>.btn-darkgray:first-child,
.btn-group>.btn-group:last-child>.btn-primary:first-child,
.btn-group>.btn-group:last-child>.btn-red:first-child,
.btn-group>.btn-group:last-child>.btn-redgrad:first-child,
.btn-group>.btn-group:last-child>.btn:first-child,
.btn-group>.btn-group:last-child>.button:first-child,
.btn-group>.btn-group:last-child>.my-wishlist .btn-add:first-child,
.my-wishlist .btn-group>.btn-group:last-child>.btn-add:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.btn-black,
.btn-group>.btn+.btn-cart,
.btn-group>.btn+.btn-checkout,
.btn-group>.btn+.btn-darkgray,
.btn-group>.btn+.btn-primary,
.btn-group>.btn+.btn-red,
.btn-group>.btn+.btn-redgrad,
.btn-group>.btn+.button,
.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn+.my-wishlist .btn-add,
.my-wishlist .btn-group>.btn+.btn-add {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group-lg>.btn-group>.btn-lg+.btn,
.btn-group>.btn-lg+.btn-black,
.btn-group>.btn-lg+.btn-cart,
.btn-group>.btn-lg+.btn-checkout,
.btn-group>.btn-lg+.btn-darkgray,
.btn-group>.btn-lg+.btn-group-lg>.btn,
.btn-group>.btn-lg+.btn-primary,
.btn-group>.btn-lg+.btn-red,
.btn-group>.btn-lg+.btn-redgrad,
.btn-group>.btn-lg+.button,
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group>.btn-lg+.my-wishlist .btn-add,
.my-wishlist .btn-group>.btn-lg+.btn-add {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .btn-black,
.btn .btn-cart,
.btn .btn-checkout,
.btn .btn-darkgray,
.btn .btn-primary,
.btn .btn-red,
.btn .btn-redgrad,
.btn .button,
.btn .caret,
.btn .my-wishlist .btn-add,
.my-wishlist .btn .btn-add {
  margin-left: 0;
}

.btn-group-lg>.btn-lg .btn,
.btn-lg .btn-black,
.btn-lg .btn-cart,
.btn-lg .btn-checkout,
.btn-lg .btn-darkgray,
.btn-lg .btn-group-lg>.btn,
.btn-lg .btn-primary,
.btn-lg .btn-red,
.btn-lg .btn-redgrad,
.btn-lg .button,
.btn-lg .caret,
.btn-lg .my-wishlist .btn-add,
.my-wishlist .btn-lg .btn-add {
  border-width: 5px 5px 0;
}

.btn-group-lg>.dropup .btn-lg .btn,
.dropup .btn-lg .btn-black,
.dropup .btn-lg .btn-cart,
.dropup .btn-lg .btn-checkout,
.dropup .btn-lg .btn-darkgray,
.dropup .btn-lg .btn-group-lg>.btn,
.dropup .btn-lg .btn-primary,
.dropup .btn-lg .btn-red,
.dropup .btn-lg .btn-redgrad,
.dropup .btn-lg .button,
.dropup .btn-lg .caret,
.dropup .btn-lg .my-wishlist .btn-add,
.my-wishlist .dropup .btn-lg .btn-add {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-black,
.btn-group-vertical>.btn-cart,
.btn-group-vertical>.btn-checkout,
.btn-group-vertical>.btn-darkgray,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-black,
.btn-group-vertical>.btn-group>.btn-cart,
.btn-group-vertical>.btn-group>.btn-checkout,
.btn-group-vertical>.btn-group>.btn-darkgray,
.btn-group-vertical>.btn-group>.btn-primary,
.btn-group-vertical>.btn-group>.btn-red,
.btn-group-vertical>.btn-group>.btn-redgrad,
.btn-group-vertical>.btn-group>.button,
.btn-group-vertical>.btn-group>.my-wishlist .btn-add,
.btn-group-vertical>.btn-primary,
.btn-group-vertical>.btn-red,
.btn-group-vertical>.btn-redgrad,
.btn-group-vertical>.button,
.btn-group-vertical>.my-wishlist .btn-add,
.my-wishlist .btn-group-vertical>.btn-add,
.my-wishlist .btn-group-vertical>.btn-group>.btn-add {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-black,
.btn-group-vertical>.btn-group>.btn-cart,
.btn-group-vertical>.btn-group>.btn-checkout,
.btn-group-vertical>.btn-group>.btn-darkgray,
.btn-group-vertical>.btn-group>.btn-primary,
.btn-group-vertical>.btn-group>.btn-red,
.btn-group-vertical>.btn-group>.btn-redgrad,
.btn-group-vertical>.btn-group>.button,
.btn-group-vertical>.btn-group>.my-wishlist .btn-add,
.my-wishlist .btn-group-vertical>.btn-group>.btn-add {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-black,
.btn-group-vertical>.btn+.btn-cart,
.btn-group-vertical>.btn+.btn-checkout,
.btn-group-vertical>.btn+.btn-darkgray,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+.btn-primary,
.btn-group-vertical>.btn+.btn-red,
.btn-group-vertical>.btn+.btn-redgrad,
.btn-group-vertical>.btn+.button,
.btn-group-vertical>.btn+.my-wishlist .btn-add,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-black,
.btn-group-vertical>.btn-group+.btn-cart,
.btn-group-vertical>.btn-group+.btn-checkout,
.btn-group-vertical>.btn-group+.btn-darkgray,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+.btn-primary,
.btn-group-vertical>.btn-group+.btn-red,
.btn-group-vertical>.btn-group+.btn-redgrad,
.btn-group-vertical>.btn-group+.button,
.btn-group-vertical>.btn-group+.my-wishlist .btn-add,
.my-wishlist .btn-group-vertical>.btn+.btn-add,
.my-wishlist .btn-group-vertical>.btn-group+.btn-add {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn-black:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-cart:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-checkout:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-darkgray:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-primary:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-red:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-redgrad:not(:first-child):not(:last-child),
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.button:not(:first-child):not(:last-child),
.btn-group-vertical>.my-wishlist .btn-add:not(:first-child):not(:last-child),
.my-wishlist .btn-group-vertical>.btn-add:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn-black:first-child:not(:last-child),
.btn-group-vertical>.btn-cart:first-child:not(:last-child),
.btn-group-vertical>.btn-checkout:first-child:not(:last-child),
.btn-group-vertical>.btn-darkgray:first-child:not(:last-child),
.btn-group-vertical>.btn-primary:first-child:not(:last-child),
.btn-group-vertical>.btn-red:first-child:not(:last-child),
.btn-group-vertical>.btn-redgrad:first-child:not(:last-child),
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.button:first-child:not(:last-child),
.btn-group-vertical>.my-wishlist .btn-add:first-child:not(:last-child),
.my-wishlist .btn-group-vertical>.btn-add:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-black:last-child:not(:first-child),
.btn-group-vertical>.btn-cart:last-child:not(:first-child),
.btn-group-vertical>.btn-checkout:last-child:not(:first-child),
.btn-group-vertical>.btn-darkgray:last-child:not(:first-child),
.btn-group-vertical>.btn-primary:last-child:not(:first-child),
.btn-group-vertical>.btn-red:last-child:not(:first-child),
.btn-group-vertical>.btn-redgrad:last-child:not(:first-child),
.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.button:last-child:not(:first-child),
.btn-group-vertical>.my-wishlist .btn-add:last-child:not(:first-child),
.my-wishlist .btn-group-vertical>.btn-add:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-black,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-cart,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-checkout,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-darkgray,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-primary,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-red,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-redgrad,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.button,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.my-wishlist .btn-add,
.my-wishlist .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-add {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-black:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-cart:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-checkout:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-darkgray:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-primary:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-red:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-redgrad:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.button:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.my-wishlist .btn-add:last-child,
.my-wishlist .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-add:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-black:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-cart:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-checkout:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-darkgray:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-primary:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-red:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-redgrad:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.button:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.my-wishlist .btn-add:first-child,
.my-wishlist .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-add:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-black,
.btn-group-justified>.btn-cart,
.btn-group-justified>.btn-checkout,
.btn-group-justified>.btn-darkgray,
.btn-group-justified>.btn-group,
.btn-group-justified>.btn-primary,
.btn-group-justified>.btn-red,
.btn-group-justified>.btn-redgrad,
.btn-group-justified>.button,
.btn-group-justified>.my-wishlist .btn-add,
.my-wishlist .btn-group-justified>.btn-add {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .btn-black,
.btn-group-justified>.btn-group .btn-cart,
.btn-group-justified>.btn-group .btn-checkout,
.btn-group-justified>.btn-group .btn-darkgray,
.btn-group-justified>.btn-group .btn-primary,
.btn-group-justified>.btn-group .btn-red,
.btn-group-justified>.btn-group .btn-redgrad,
.btn-group-justified>.btn-group .button,
.btn-group-justified>.btn-group .my-wishlist .btn-add,
.my-wishlist .btn-group-justified>.btn-group .btn-add {
  width: 100%;
}

.my-wishlist [data-toggle=buttons]>.btn>.btn-add,
[data-toggle=buttons]>.btn>.btn-black,
[data-toggle=buttons]>.btn>.btn-cart,
[data-toggle=buttons]>.btn>.btn-checkout,
[data-toggle=buttons]>.btn>.btn-darkgray,
[data-toggle=buttons]>.btn>.btn-primary,
[data-toggle=buttons]>.btn>.btn-red,
[data-toggle=buttons]>.btn>.btn-redgrad,
[data-toggle=buttons]>.btn>.button,
[data-toggle=buttons]>.btn>.my-wishlist .btn-add,
[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
  display: none;
}

.btn,
.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-primary,
.btn-red,
.btn-redgrad,
.btn-teal,
.button,
.my-wishlist .btn-add {
  background-color: #2f7473;
  font-family: adelle,serif;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  border: none;
  height: auto;
  padding: 6px 12px;
  display: inline-block;
}

.btn-black:focus,
.btn-black:hover,
.btn-cart:focus,
.btn-cart:hover,
.btn-checkout:focus,
.btn-checkout:hover,
.btn-darkgray:focus,
.btn-darkgray:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-red:focus,
.btn-red:hover,
.btn-redgrad:focus,
.btn-redgrad:hover,
.btn-teal:focus,
.btn-teal:hover,
.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:hover {
  background-color: #327b7a;
  outline: 0;
  color: #fff;
}

.btn-black:active,
.btn-black:active:focus,
.btn-cart:active,
.btn-cart:active:focus,
.btn-checkout:active,
.btn-checkout:active:focus,
.btn-darkgray:active,
.btn-darkgray:active:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-red:active,
.btn-red:active:focus,
.btn-redgrad:active,
.btn-redgrad:active:focus,
.btn-teal:active,
.btn-teal:active:focus,
.btn:active,
.btn:active:focus,
.button:active,
.button:active:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add:active:focus {
  background-color: #2c6d6c;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  outline: 0;
  color: #fff;
}

.btn-teal.disabled,
.btn.disabled,
.disabled.btn-black,
.disabled.btn-cart,
.disabled.btn-checkout,
.disabled.btn-darkgray,
.disabled.btn-primary,
.disabled.btn-red,
.disabled.btn-redgrad,
.disabled.button,
.my-wishlist .disabled.btn-add {
  background-color: #2f7473;
}

.btn-cart,
.btn-checkout,
.btn-primary,
.btn-red {
  background-color: #bc0f2c;
  height: auto;
}

.btn-cart:active:focus,
.btn-cart:focus,
.btn-cart:hover,
.btn-checkout:active:focus,
.btn-checkout:focus,
.btn-checkout:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-red:active:focus,
.btn-red:focus,
.btn-red:hover {
  background-color: #c51031;
}

.btn-cart:active,
.btn-cart:active:focus,
.btn-checkout:active,
.btn-checkout:active:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-red:active,
.btn-red:active:focus {
  background-color: #b30e2c;
}

.btn-primary.disabled,
.btn-primary.disabled:active,
.btn-primary.disabled:active:focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:active:focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-red.disabled,
.btn-red.disabled:active,
.btn-red.disabled:active:focus,
.btn-red.disabled:focus,
.btn-red.disabled:hover,
.btn-red[disabled],
.btn-red[disabled]:active,
.btn-red[disabled]:active:focus,
.btn-red[disabled]:focus,
.btn-red[disabled]:hover,
.disabled.btn-cart,
.disabled.btn-cart:active,
.disabled.btn-cart:active:focus,
.disabled.btn-cart:focus,
.disabled.btn-cart:hover,
.disabled.btn-checkout,
.disabled.btn-checkout:active,
.disabled.btn-checkout:active:focus,
.disabled.btn-checkout:focus,
.disabled.btn-checkout:hover,
[disabled].btn-cart,
[disabled].btn-cart:active,
[disabled].btn-cart:active:focus,
[disabled].btn-cart:focus,
[disabled].btn-cart:hover,
[disabled].btn-checkout,
[disabled].btn-checkout:active,
[disabled].btn-checkout:active:focus,
[disabled].btn-checkout:focus,
[disabled].btn-checkout:hover {
  background-color: rgba(188,15,44,.9);
}

.btn-black {
  background: #131313;
  background: -webkit-linear-gradient(top,#131313 0,#202020 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#131313),to(#202020));
  background: linear-gradient(to bottom,#131313 0,#202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF131313', endColorstr='#FF202020', GradientType=0);
}

.btn-black:focus,
.btn-black:hover {
  background: #1d1d1d;
  background: -webkit-linear-gradient(top,#1d1d1d 0,#2a2a2a 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#1d1d1d),to(#2a2a2a));
  background: linear-gradient(to bottom,#1d1d1d 0,#2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D1D1D', endColorstr='#FF2A2A2A', GradientType=0);
}

.btn-black:active,
.btn-black:active:focus {
  background: #090909;
  background: -webkit-linear-gradient(top,#090909 0,#161616 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#090909),to(#161616));
  background: linear-gradient(to bottom,#090909 0,#161616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF161616', GradientType=0);
}

.btn-black.disabled {
  background-color: #202020;
}

.btn-redgrad,
.my-wishlist .btn-add {
  background: #9f1021;
  background: -webkit-linear-gradient(top,#9f1021 0,#c70d2e 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#9f1021),to(#c70d2e));
  background: linear-gradient(to bottom,#9f1021 0,#c70d2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9F1021', endColorstr='#FFC70D2E', GradientType=0);
}

.btn-redgrad:focus,
.btn-redgrad:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:hover {
  background: #b21227;
  background: -webkit-linear-gradient(top,#b21227 0,#da0e34 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#b21227),to(#da0e34));
  background: linear-gradient(to bottom,#b21227 0,#da0e34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB21227', endColorstr='#FFDA0E34', GradientType=0);
}

.btn-redgrad:active,
.btn-redgrad:active:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add:active:focus {
  background: #8c0e1f;
  background: -webkit-linear-gradient(top,#8c0e1f 0,#b40c2b 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#8c0e1f),to(#b40c2b));
  background: linear-gradient(to bottom,#8c0e1f 0,#b40c2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C0E1F', endColorstr='#FFB40C2B', GradientType=0);
}

.btn-redgrad.disabled,
.my-wishlist .disabled.btn-add {
  background-color: #bc0f2c;
}

.btn-darkgray {
  background-color: #343434;
  height: auto;
}

.btn-darkgray:active:focus,
.btn-darkgray:focus,
.btn-darkgray:hover {
  background-color: #393939;
}

.btn-darkgray:active,
.btn-darkgray:active:focus {
  background-color: #2f2f2f;
}

#multiship-addresses-table tfoot .button,
.block .actions button.button,
.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-group-sm>.btn,
.btn-primary,
.btn-red,
.btn-redgrad,
.btn-sm,
.button,
.my-wishlist .btn-add {
  font-size: .8em;
}

.btn-group .btn,
.btn-group .btn-black,
.btn-group .btn-cart,
.btn-group .btn-checkout,
.btn-group .btn-darkgray,
.btn-group .btn-primary,
.btn-group .btn-red,
.btn-group .btn-redgrad,
.btn-group .button,
.btn-group .my-wishlist .btn-add,
.my-wishlist .btn-group .btn-add {
  border: 1px solid #255b5a;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-black,
.btn-group-vertical .btn-cart,
.btn-group-vertical .btn-checkout,
.btn-group-vertical .btn-darkgray,
.btn-group-vertical .btn-primary,
.btn-group-vertical .btn-red,
.btn-group-vertical .btn-redgrad,
.btn-group-vertical .button,
.btn-group-vertical .my-wishlist .btn-add,
.my-wishlist .btn-group-vertical .btn-add {
  background-color: transparent;
  color: #202020;
  border: 1px solid #202020;
}

.btn-group-vertical .btn.selected,
.btn-group-vertical .my-wishlist .selected.btn-add,
.btn-group-vertical .selected.btn-black,
.btn-group-vertical .selected.btn-cart,
.btn-group-vertical .selected.btn-checkout,
.btn-group-vertical .selected.btn-darkgray,
.btn-group-vertical .selected.btn-primary,
.btn-group-vertical .selected.btn-red,
.btn-group-vertical .selected.btn-redgrad,
.btn-group-vertical .selected.button,
.my-wishlist .btn-group-vertical .selected.btn-add {
  background: #131313;
  background: -webkit-linear-gradient(top,#131313 0,#202020 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#131313),to(#202020));
  background: linear-gradient(to bottom,#131313 0,#202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF131313', endColorstr='#FF202020', GradientType=0);
}

.btn-group-vertical .btn.selected:focus,
.btn-group-vertical .btn.selected:hover,
.btn-group-vertical .my-wishlist .selected.btn-add:focus,
.btn-group-vertical .my-wishlist .selected.btn-add:hover,
.btn-group-vertical .selected.btn-black:focus,
.btn-group-vertical .selected.btn-black:hover,
.btn-group-vertical .selected.btn-cart:focus,
.btn-group-vertical .selected.btn-cart:hover,
.btn-group-vertical .selected.btn-checkout:focus,
.btn-group-vertical .selected.btn-checkout:hover,
.btn-group-vertical .selected.btn-darkgray:focus,
.btn-group-vertical .selected.btn-darkgray:hover,
.btn-group-vertical .selected.btn-primary:focus,
.btn-group-vertical .selected.btn-primary:hover,
.btn-group-vertical .selected.btn-red:focus,
.btn-group-vertical .selected.btn-red:hover,
.btn-group-vertical .selected.btn-redgrad:focus,
.btn-group-vertical .selected.btn-redgrad:hover,
.btn-group-vertical .selected.button:focus,
.btn-group-vertical .selected.button:hover,
.my-wishlist .btn-group-vertical .selected.btn-add:focus,
.my-wishlist .btn-group-vertical .selected.btn-add:hover {
  background: #1d1d1d;
  background: -webkit-linear-gradient(top,#1d1d1d 0,#2a2a2a 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#1d1d1d),to(#2a2a2a));
  background: linear-gradient(to bottom,#1d1d1d 0,#2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D1D1D', endColorstr='#FF2A2A2A', GradientType=0);
}

.buttons-set {
  margin: 10px 0 0;
  border-top: 1px solid #cecece;
}

.btn-black,
.btn-cart,
.btn-checkout,
.btn-darkgray,
.btn-group-lg>.btn,
.btn-lg,
.btn-primary,
.btn-red,
.btn-redgrad,
.button,
.my-wishlist .btn-add {
  padding: 10px 20px;
}

@media (max-width:767px) {
  .btn-group>.btn,
  .btn-group>.btn-black,
  .btn-group>.btn-cart,
  .btn-group>.btn-checkout,
  .btn-group>.btn-darkgray,
  .btn-group>.btn-primary,
  .btn-group>.btn-red,
  .btn-group>.btn-redgrad,
  .btn-group>.button,
  .btn-group>.my-wishlist .btn-add,
  .my-wishlist .btn-group>.btn-add {
    display: block;
    width: 100%;
  }

  .btn-group>.btn-black:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-cart:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-checkout:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-darkgray:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-primary:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-red:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn-redgrad:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.button:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group>.my-wishlist .btn-add:first-child:not(:last-child):not(.dropdown-toggle),
  .my-wishlist .btn-group>.btn-add:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 6px 6px 0 0!important;
  }

  .btn-group>.btn-black:last-child:not(:first-child),
  .btn-group>.btn-cart:last-child:not(:first-child),
  .btn-group>.btn-checkout:last-child:not(:first-child),
  .btn-group>.btn-darkgray:last-child:not(:first-child),
  .btn-group>.btn-primary:last-child:not(:first-child),
  .btn-group>.btn-red:last-child:not(:first-child),
  .btn-group>.btn-redgrad:last-child:not(:first-child),
  .btn-group>.btn:last-child:not(:first-child),
  .btn-group>.button:last-child:not(:first-child),
  .btn-group>.my-wishlist .btn-add:last-child:not(:first-child),
  .my-wishlist .btn-group>.btn-add:last-child:not(:first-child) {
    border-radius: 0 0 6px 6px;
  }

  .btn-group .btn+.btn,
  .btn-group .btn+.btn-black,
  .btn-group .btn+.btn-cart,
  .btn-group .btn+.btn-checkout,
  .btn-group .btn+.btn-darkgray,
  .btn-group .btn+.btn-primary,
  .btn-group .btn+.btn-red,
  .btn-group .btn+.btn-redgrad,
  .btn-group .btn+.button,
  .btn-group .btn+.my-wishlist .btn-add,
  .my-wishlist .btn-group .btn+.btn-add {
    margin-left: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu,
.header-section .form-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right,
.header-section .form-search .pull-right.dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu .divider,
.dropdown-menu .header-section .form-search .dropdown-menu,
.header-section .form-search .dropdown-menu .dropdown-menu {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>.header-section .form-search .dropdown-menu,
.dropdown-menu>li>a,
.header-section .form-search .dropdown-menu>li>.dropdown-menu {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>.header-section .form-search .dropdown-menu,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.header-section .form-search .dropdown-menu>li>.dropdown-menu {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>.header-section .form-search .dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.header-section .form-search .dropdown-menu>.active>.dropdown-menu {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu>.disabled>.header-section .form-search .dropdown-menu,
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.header-section .form-search .dropdown-menu>.disabled>.dropdown-menu {
  color: #999;
}

.dropdown-menu>.disabled>.header-section .form-search .dropdown-menu,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.header-section .form-search .dropdown-menu>.disabled>.dropdown-menu {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.header-section .form-search .open>.dropdown-menu,
.open>.dropdown-menu,
.open>.header-section .form-search .dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.header-section .form-search .pull-right>.dropdown-menu,
.pull-right>.dropdown-menu,
.pull-right>.header-section .form-search .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.dropup .header-section .form-search .dropdown-menu,
.header-section .form-search .dropup .dropdown-menu,
.header-section .form-search .navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .header-section .form-search .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width:768px) {
  .header-section .form-search .navbar-right .dropdown-menu,
  .navbar-right .dropdown-menu,
  .navbar-right .header-section .form-search .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.form-language .input-group select,
.form-list .input-group select,
.form-list .input-group textarea,
.input-group .form-control,
.input-group .form-language select,
.input-group .form-list select,
.input-group .form-list textarea,
.input-group .input-text,
.input-group .multiple-checkout .data-table select,
.input-group .my-wishlist textarea,
.input-group .product-options dd .input-text,
.input-group .product-options dd select,
.input-group .product-options dd textarea,
.input-group select#agency_country,
.input-group select#billing_country,
.input-group select#country,
.input-group select#district_country,
.input-group select#physical_country,
.input-group select#region_id,
.input-group select#school_district_country,
.input-group select#school_physical_country,
.input-group select#shipping_country,
.input-group select#venue_country,
.multiple-checkout .data-table .input-group select,
.my-wishlist .input-group textarea,
.product-options dd .input-group .input-text,
.product-options dd .input-group select,
.product-options dd .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.form-language .input-group select,
.form-list .input-group select,
.form-list .input-group textarea,
.input-group .form-control,
.input-group .form-language select,
.input-group .form-list select,
.input-group .form-list textarea,
.input-group .input-text,
.input-group .multiple-checkout .data-table select,
.input-group .my-wishlist textarea,
.input-group .product-options dd .input-text,
.input-group .product-options dd select,
.input-group .product-options dd textarea,
.input-group select#agency_country,
.input-group select#billing_country,
.input-group select#country,
.input-group select#district_country,
.input-group select#physical_country,
.input-group select#region_id,
.input-group select#school_district_country,
.input-group select#school_physical_country,
.input-group select#shipping_country,
.input-group select#venue_country,
.input-group-addon,
.input-group-btn,
.multiple-checkout .data-table .input-group select,
.my-wishlist .input-group textarea,
.product-options dd .input-group .input-text,
.product-options dd .input-group select,
.product-options dd .input-group textarea {
  display: table-cell;
}

.form-language .input-group select:not(:first-child):not(:last-child),
.form-list .input-group select:not(:first-child):not(:last-child),
.form-list .input-group textarea:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-language select:not(:first-child):not(:last-child),
.input-group .form-list select:not(:first-child):not(:last-child),
.input-group .form-list textarea:not(:first-child):not(:last-child),
.input-group .input-text:not(:first-child):not(:last-child),
.input-group .multiple-checkout .data-table select:not(:first-child):not(:last-child),
.input-group .my-wishlist textarea:not(:first-child):not(:last-child),
.input-group .product-options dd .input-text:not(:first-child):not(:last-child),
.input-group .product-options dd select:not(:first-child):not(:last-child),
.input-group .product-options dd textarea:not(:first-child):not(:last-child),
.input-group select#agency_country:not(:first-child):not(:last-child),
.input-group select#billing_country:not(:first-child):not(:last-child),
.input-group select#country:not(:first-child):not(:last-child),
.input-group select#district_country:not(:first-child):not(:last-child),
.input-group select#physical_country:not(:first-child):not(:last-child),
.input-group select#region_id:not(:first-child):not(:last-child),
.input-group select#school_district_country:not(:first-child):not(:last-child),
.input-group select#school_physical_country:not(:first-child):not(:last-child),
.input-group select#shipping_country:not(:first-child):not(:last-child),
.input-group select#venue_country:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.multiple-checkout .data-table .input-group select:not(:first-child):not(:last-child),
.my-wishlist .input-group textarea:not(:first-child):not(:last-child),
.product-options dd .input-group .input-text:not(:first-child):not(:last-child),
.product-options dd .input-group select:not(:first-child):not(:last-child),
.product-options dd .input-group textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cart-table .input-group-addon.qty,
.form-language select.input-group-addon,
.form-list select.input-group-addon,
.form-list textarea.input-group-addon,
.input-group-addon.btn-black,
.input-group-addon.btn-cart,
.input-group-addon.btn-checkout,
.input-group-addon.btn-darkgray,
.input-group-addon.btn-primary,
.input-group-addon.btn-red,
.input-group-addon.btn-redgrad,
.input-group-addon.button,
.input-group-addon.input-sm,
.input-group-addon.input-text,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-addon.form-control,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.multiple-checkout .data-table select.input-group-addon,
.my-wishlist .input-group-addon.btn-add,
.my-wishlist textarea.input-group-addon,
.product-options dd .input-group-addon.input-text,
.product-options dd select.input-group-addon,
.product-options dd textarea.input-group-addon,
select.input-group-addon#agency_country,
select.input-group-addon#billing_country,
select.input-group-addon#country,
select.input-group-addon#district_country,
select.input-group-addon#physical_country,
select.input-group-addon#region_id,
select.input-group-addon#school_district_country,
select.input-group-addon#school_physical_country,
select.input-group-addon#shipping_country,
select.input-group-addon#venue_country {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.form-language select.input-group-addon,
.form-list select.input-group-addon,
.form-list textarea.input-group-addon,
.input-group-addon.btn-black,
.input-group-addon.btn-cart,
.input-group-addon.btn-checkout,
.input-group-addon.btn-darkgray,
.input-group-addon.btn-primary,
.input-group-addon.btn-red,
.input-group-addon.btn-redgrad,
.input-group-addon.button,
.input-group-addon.input-lg,
.input-group-addon.input-text,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-addon.form-control,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.multiple-checkout .data-table select.input-group-addon,
.my-wishlist .input-group-addon.btn-add,
.my-wishlist textarea.input-group-addon,
.product-options dd .input-group-addon.input-text,
.product-options dd select.input-group-addon,
.product-options dd textarea.input-group-addon,
select.input-group-addon#agency_country,
select.input-group-addon#billing_country,
select.input-group-addon#country,
select.input-group-addon#district_country,
select.input-group-addon#physical_country,
select.input-group-addon#region_id,
select.input-group-addon#school_district_country,
select.input-group-addon#school_physical_country,
select.input-group-addon#shipping_country,
select.input-group-addon#venue_country {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.form-language .input-group select:first-child,
.form-list .input-group select:first-child,
.form-list .input-group textarea:first-child,
.input-group .form-control:first-child,
.input-group .form-language select:first-child,
.input-group .form-list select:first-child,
.input-group .form-list textarea:first-child,
.input-group .input-text:first-child,
.input-group .multiple-checkout .data-table select:first-child,
.input-group .my-wishlist textarea:first-child,
.input-group .product-options dd .input-text:first-child,
.input-group .product-options dd select:first-child,
.input-group .product-options dd textarea:first-child,
.input-group select#agency_country:first-child,
.input-group select#billing_country:first-child,
.input-group select#country:first-child,
.input-group select#district_country:first-child,
.input-group select#physical_country:first-child,
.input-group select#region_id:first-child,
.input-group select#school_district_country:first-child,
.input-group select#school_physical_country:first-child,
.input-group select#shipping_country:first-child,
.input-group select#venue_country:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-black,
.input-group-btn:first-child>.btn-cart,
.input-group-btn:first-child>.btn-checkout,
.input-group-btn:first-child>.btn-darkgray,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.btn-black,
.input-group-btn:first-child>.btn-group>.btn-cart,
.input-group-btn:first-child>.btn-group>.btn-checkout,
.input-group-btn:first-child>.btn-group>.btn-darkgray,
.input-group-btn:first-child>.btn-group>.btn-primary,
.input-group-btn:first-child>.btn-group>.btn-red,
.input-group-btn:first-child>.btn-group>.btn-redgrad,
.input-group-btn:first-child>.btn-group>.button,
.input-group-btn:first-child>.btn-group>.my-wishlist .btn-add,
.input-group-btn:first-child>.btn-primary,
.input-group-btn:first-child>.btn-red,
.input-group-btn:first-child>.btn-redgrad,
.input-group-btn:first-child>.button,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:first-child>.my-wishlist .btn-add,
.input-group-btn:last-child>.btn-black:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-cart:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-checkout:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-darkgray:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-black,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-cart,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-checkout,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-darkgray,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-primary,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-red,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-redgrad,
.input-group-btn:last-child>.btn-group:not(:last-child)>.button,
.input-group-btn:last-child>.btn-group:not(:last-child)>.my-wishlist .btn-add,
.input-group-btn:last-child>.btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-red:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-redgrad:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.my-wishlist .btn-add:not(:last-child):not(.dropdown-toggle),
.multiple-checkout .data-table .input-group select:first-child,
.my-wishlist .input-group textarea:first-child,
.my-wishlist .input-group-btn:first-child>.btn-add,
.my-wishlist .input-group-btn:first-child>.btn-group>.btn-add,
.my-wishlist .input-group-btn:last-child>.btn-add:not(:last-child):not(.dropdown-toggle),
.my-wishlist .input-group-btn:last-child>.btn-group:not(:last-child)>.btn-add,
.product-options dd .input-group .input-text:first-child,
.product-options dd .input-group select:first-child,
.product-options dd .input-group textarea:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.form-language .input-group select:last-child,
.form-list .input-group select:last-child,
.form-list .input-group textarea:last-child,
.input-group .form-control:last-child,
.input-group .form-language select:last-child,
.input-group .form-list select:last-child,
.input-group .form-list textarea:last-child,
.input-group .input-text:last-child,
.input-group .multiple-checkout .data-table select:last-child,
.input-group .my-wishlist textarea:last-child,
.input-group .product-options dd .input-text:last-child,
.input-group .product-options dd select:last-child,
.input-group .product-options dd textarea:last-child,
.input-group select#agency_country:last-child,
.input-group select#billing_country:last-child,
.input-group select#country:last-child,
.input-group select#district_country:last-child,
.input-group select#physical_country:last-child,
.input-group select#region_id:last-child,
.input-group select#school_district_country:last-child,
.input-group select#school_physical_country:last-child,
.input-group select#shipping_country:last-child,
.input-group select#venue_country:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-black:not(:first-child),
.input-group-btn:first-child>.btn-cart:not(:first-child),
.input-group-btn:first-child>.btn-checkout:not(:first-child),
.input-group-btn:first-child>.btn-darkgray:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-black,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-cart,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-checkout,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-darkgray,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-primary,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-red,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-redgrad,
.input-group-btn:first-child>.btn-group:not(:first-child)>.button,
.input-group-btn:first-child>.btn-group:not(:first-child)>.my-wishlist .btn-add,
.input-group-btn:first-child>.btn-primary:not(:first-child),
.input-group-btn:first-child>.btn-red:not(:first-child),
.input-group-btn:first-child>.btn-redgrad:not(:first-child),
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.button:not(:first-child),
.input-group-btn:first-child>.my-wishlist .btn-add:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-black,
.input-group-btn:last-child>.btn-cart,
.input-group-btn:last-child>.btn-checkout,
.input-group-btn:last-child>.btn-darkgray,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.btn-black,
.input-group-btn:last-child>.btn-group>.btn-cart,
.input-group-btn:last-child>.btn-group>.btn-checkout,
.input-group-btn:last-child>.btn-group>.btn-darkgray,
.input-group-btn:last-child>.btn-group>.btn-primary,
.input-group-btn:last-child>.btn-group>.btn-red,
.input-group-btn:last-child>.btn-group>.btn-redgrad,
.input-group-btn:last-child>.btn-group>.button,
.input-group-btn:last-child>.btn-group>.my-wishlist .btn-add,
.input-group-btn:last-child>.btn-primary,
.input-group-btn:last-child>.btn-red,
.input-group-btn:last-child>.btn-redgrad,
.input-group-btn:last-child>.button,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:last-child>.my-wishlist .btn-add,
.multiple-checkout .data-table .input-group select:last-child,
.my-wishlist .input-group textarea:last-child,
.my-wishlist .input-group-btn:first-child>.btn-add:not(:first-child),
.my-wishlist .input-group-btn:first-child>.btn-group:not(:first-child)>.btn-add,
.my-wishlist .input-group-btn:last-child>.btn-add,
.my-wishlist .input-group-btn:last-child>.btn-group>.btn-add,
.product-options dd .input-group .input-text:last-child,
.product-options dd .input-group select:last-child,
.product-options dd .input-group textarea:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn,
.input-group-btn>.btn-black,
.input-group-btn>.btn-cart,
.input-group-btn>.btn-checkout,
.input-group-btn>.btn-darkgray,
.input-group-btn>.btn-primary,
.input-group-btn>.btn-red,
.input-group-btn>.btn-redgrad,
.input-group-btn>.button,
.input-group-btn>.my-wishlist .btn-add,
.my-wishlist .input-group-btn>.btn-add {
  position: relative;
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn+.btn-black,
.input-group-btn>.btn+.btn-cart,
.input-group-btn>.btn+.btn-checkout,
.input-group-btn>.btn+.btn-darkgray,
.input-group-btn>.btn+.btn-primary,
.input-group-btn>.btn+.btn-red,
.input-group-btn>.btn+.btn-redgrad,
.input-group-btn>.btn+.button,
.input-group-btn>.btn+.my-wishlist .btn-add,
.my-wishlist .input-group-btn>.btn+.btn-add {
  margin-left: -1px;
}

.input-group-btn>.btn-black:active,
.input-group-btn>.btn-black:focus,
.input-group-btn>.btn-black:hover,
.input-group-btn>.btn-cart:active,
.input-group-btn>.btn-cart:focus,
.input-group-btn>.btn-cart:hover,
.input-group-btn>.btn-checkout:active,
.input-group-btn>.btn-checkout:focus,
.input-group-btn>.btn-checkout:hover,
.input-group-btn>.btn-darkgray:active,
.input-group-btn>.btn-darkgray:focus,
.input-group-btn>.btn-darkgray:hover,
.input-group-btn>.btn-primary:active,
.input-group-btn>.btn-primary:focus,
.input-group-btn>.btn-primary:hover,
.input-group-btn>.btn-red:active,
.input-group-btn>.btn-red:focus,
.input-group-btn>.btn-red:hover,
.input-group-btn>.btn-redgrad:active,
.input-group-btn>.btn-redgrad:focus,
.input-group-btn>.btn-redgrad:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>.button:active,
.input-group-btn>.button:focus,
.input-group-btn>.button:hover,
.input-group-btn>.my-wishlist .btn-add:active,
.input-group-btn>.my-wishlist .btn-add:focus,
.input-group-btn>.my-wishlist .btn-add:hover,
.my-wishlist .input-group-btn>.btn-add:active,
.my-wishlist .input-group-btn>.btn-add:focus,
.my-wishlist .input-group-btn>.btn-add:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-black,
.input-group-btn:first-child>.btn-cart,
.input-group-btn:first-child>.btn-checkout,
.input-group-btn:first-child>.btn-darkgray,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.btn-primary,
.input-group-btn:first-child>.btn-red,
.input-group-btn:first-child>.btn-redgrad,
.input-group-btn:first-child>.button,
.input-group-btn:first-child>.my-wishlist .btn-add,
.my-wishlist .input-group-btn:first-child>.btn-add {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-black,
.input-group-btn:last-child>.btn-cart,
.input-group-btn:last-child>.btn-checkout,
.input-group-btn:last-child>.btn-darkgray,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.btn-primary,
.input-group-btn:last-child>.btn-red,
.input-group-btn:last-child>.btn-redgrad,
.input-group-btn:last-child>.button,
.input-group-btn:last-child>.my-wishlist .btn-add,
.my-wishlist .input-group-btn:last-child>.btn-add {
  margin-left: -1px;
}

.input-group-addon label {
  margin-bottom: 0;
  font-weight: 400;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #999;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #2f7473;
}

.nav-tabs>li {
  float: left;
}

.nav-tabs>li>a {
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #2f7473;
  border: 1px solid #2f7473;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>.nav-tabs.nav-justified,
.nav-justified>li {
  float: none;
}

.nav-justified>li>.nav-tabs.nav-justified,
.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.header-section .form-search .nav-justified>.dropdown .dropdown-menu,
.nav-justified>.dropdown .dropdown-menu,
.nav-justified>.dropdown .header-section .form-search .dropdown-menu,
.nav-justified>.dropdown .nav-tabs.nav-justified {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>.nav-tabs.nav-justified,
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>.nav-tabs.nav-justified,
  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>.nav-tabs.nav-justified,
.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>.nav-tabs.nav-justified,
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>.nav-tabs.nav-justified,
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>.nav-tabs.nav-justified,
  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.header-section .form-search .nav-tabs .dropdown-menu,
.nav-tabs .dropdown-menu,
.nav-tabs .header-section .form-search .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs {
  border-bottom-width: 2px;
  font-weight: 600;
  font-size: .9em;
}

.nav-tabs>li {
  margin-bottom: 0;
}

.nav-tabs>li>a {
  background-color: #e7e6e6;
  color: #202020;
  margin-right: 4px;
}

.nav-tabs>li>a:hover {
  background-color: #cecccc;
  border-color: #cecccc;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}